/*@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css');*/

body {
    /*background-image: url(../img/bg.jpg);*/
    /*background-image: url(../img/demo.png);*/
    /*background-image:  url(../img/bg2.jpg);*/
    /*background-attachment: fixed;*/
    background-position: center;
    /*background-repeat: no-repeat;*/

    background-repeat: repeat;
}

.bgimage {
    position: relative;
    overflow: hidden;
}

.bgimage h1 {
    padding: 200px;
    position: relative;
    z-index: 2;
}

.bgimage img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.1;
}

.sign-button {
    border: medium none;
    border-radius: 4px;
    background-color: orange !important;
    display: inline-block !important;
    font-size: 15px;
    font-weight: bold;
    line-height: 50px !important;
    /*padding: 10px 20px;*/
    margin: 0 !important;
    margin-bottom: 15px !important;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    text-align: center;
}

.white-popup {
    position: relative;
    background-color: #ffffff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 5px;
}

.closebutton {
    margin-top: -10px;
    width: 50px;
    color: #ffffff;
    border: 1px solid;
    border-radius: 2px;
    font-size: 35px;
    float: right;
    line-height: 35px;
    background-color: rgb(155, 15, 30);
}

.closebutton:hover {
    background-color: #e9594a;
}

.modaltitle {
    font-size: 14px;
    color: rgb(155, 15, 30);
    margin: 0;
    line-height: 1.42857143;
}

/*SHOP CSS Categories, Vendors, Cars*/
.categorybutton {
    height: 125px;
    width: 125px;
    color: black;
    font-size: smaller;
    margin-right: 2px;
    margin-bottom: 5px;
    /*margin-bottom: 55px;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);*/
    /*box-shadow: 2px 4px 4px gray;*/
    background-color: white;
    padding-left: 0;
    padding-right: 0;

}

.categorybutton img {
    /*display: block;*/
    margin-top: 5px;
    width: 80px;
    height: 80px;
    border-radius: 3px;
}

#divcategories_m .categorybutton {
    height: 92px;
    width: 84px;
    color: black;
    font-size: 14px;
    margin: 5px 1px 5px 1px;
    /*border-style: none;*/
    background-color: white;
    padding:0 0 0 2px;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    /*box-shadow: none;*/
}

#divcategories_m .categorybutton img {
    /*margin-top: -2px;*/
    width: 65px;
    height: 65px;
    border-radius: 0;
}

/*.categorybutton_mobile {*/
/*height: 35px;*/
/*!*max-width: 100%!important;*!*/
/*!*color: black;*!*/
/*!*font-size: 14px;*!*/
/*!*width: 140px;*!*/
/*!*height: 130px;*!*/
/*padding-left: 5px;*/
/*text-align: left;*/
/*margin-right: 3px;*/
/*margin-bottom: 5px;*/
/*!*margin-bottom: 55px;*!*/
/*border-radius: 3px;*/
/*-moz-border-radius: 3px;*/
/*-webkit-border-radius: 3px;*/
/*!*box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);*!*/
/*!*box-shadow: 1px 2px 2px gray;*!*/
/*background-color: white;*/
/*padding-right: 0*/
/*}*/

/*.categorybutton_mobile img {*/
/*margin-top: 5px;*/
/*!*width: 105px;*!*/
/*height: 35px;*/
/*border-radius: 5px;*/
/*}*/

.categorybutton:hover, .categorybutton_checked {
    background-color: rgb(155, 15, 30) !important;
    color: white !important;
    font-weight: bold;
    box-shadow: 2px 4px 4px gray;
}

.categorybutton.partner {
    width: 250px;
    height: 120px;
}

.categorybutton.partner img {
    margin-top: 5px;
    width: 230px;
    height: 80px;
    border-radius: 5px;
}

/*.xHeight {*/
/*height: 135px;*/
/*width: 115px;*/
/*}*/

/*.xHeight:hover {*/
/*background-color: rgb(155, 15, 30) !important;*/
/*color: white !important;*/
/*font-weight: bold;*/
/*}*/

.CheckboxLarge, .RadiobuttonLarge {
    /* Double-sized Checkboxes */
    cursor: pointer;
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 20px !important;
    margin-bottom: 5px !important;
    margin-right: 15px !important;
}

.CheckBox {
    padding-left: 10px !important;
    list-style: none;
}

.CheckBox label {
    cursor: pointer;
}

.SelectLarge {

    /* Double-sized Checkboxes */
    cursor: pointer;
    -ms-transform: scale(1.3); /* IE */
    -moz-transform: scale(1.3); /* FF */
    -webkit-transform: scale(1.3); /* Safari and Chrome */
    -o-transform: scale(1.3); /* Opera */
}

.SelectLarge option {
    -ms-transform: scale(1.3); /* IE */
    -moz-transform: scale(1.3); /* FF */
    -webkit-transform: scale(1.3); /* Safari and Chrome */
    -o-transform: scale(1.3);
    /* Opera *
       /*margin: 15px;*/
    /*line-height: 25px;*/
    padding-left: 5px;
}


/*Artikelbox in der Artikelliste, via Smarty*/
.ArticleBox {
    position: relative;
    margin-bottom: 10px;
    /*margin-right: -19px;*/
    box-sizing: border-box;
    line-height: 35px;
    height: 450px;
    text-underline: none;
    text-decoration: none;
    /*border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);
    /*white-space: nowrap !important;*/
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.ArticleBox.mobile {
    height: auto;
}
.ArticleBox-Content.mobile {
margin: 5px;
    height: auto;
}

.ArticleBox.HeightFix {
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.ArticleBox-Header {
    line-height: 21px;
    height: 50px;
    background-color: #777;
    padding-left: 8px;
    padding-right: 5px;
    padding-top: 3px;
    vertical-align: middle !important;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #777;
    color: #ffffff;
}


.ArticleBox-Header.mobile {
 height: auto;
}

.ArticleBox-Header.Discount {
    background-color: rgb(155, 15, 30);
}


.ArticleBox-Content {
    line-height: 22px; /* fallback */
    margin: 0 15px 5px 0;
    padding: 10px;
}
 p{
    /*margin: 0 !important;*/
}

.ArticleBox-Footer {
    text-align: right;
    /*color: rgb(155, 15, 30);*/
    background-color: #777;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #777;
    /*border-bottom-left-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
    padding-left: 8px;
    padding-top: 3px;
    padding-right: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: bolder;
    color: #fff;
}

.ArticleBox-Footer.Discount {
    background-color: rgb(155, 15, 30);
}

.ArticleBox:hover {
    box-shadow: 5px 40px 40px gray;
    cursor: pointer;
}

/*.ArticleBox:hover .ArticleBox-Submit {*/
/*background-color: rgb(155, 15, 30);*/
/*}*/

.ArticleBox-Submit {
    padding-left: 35px;
    margin-bottom: 3px !important;
    border: none;
    border-radius: 4px;
    background-color: Transparent !important;
    background: #dcdcdc url('/images/homepage/cart/cart_s.png') no-repeat center;
    height: 32px;
    width: 32px;
}

.ArticleBox-Submit:hover .ArticleBox-Footer {
    background-color: rgb(155, 15, 30);
    /*color: #ffffff;*/
}

.ArticleBox a {
    text-decoration: none !important;
}

.articledescription {
    border-bottom: 1px dotted;
    position: relative;
}

.articledescription .title {
    position: absolute;
    top: 20px;
    background: silver;
    padding: 4px;
    left: 0;
    white-space: nowrap;
}

/*Artikelbox in der Artikelliste, via Smarty*/

/*Artikelbox in der Artikelliste, via Smarty*/
.FilterBox {
    text-decoration: none;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);
}

.FilterBox-Header {
    line-height: 40px;
    height: 40px;
    background-color: #777;
    padding-left: 8px;
    padding-right: 5px;
    padding-top: 3px;
    vertical-align: middle !important;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #fff;;
    color: #ffffff;
}

.FilterBox-Content {
    padding: 2px;
    display: none;
}

.FilterBoxToogleButton {
    font-size: xx-large;
    cursor: pointer;
}

.FilterBox-Content:hover {
    box-shadow: 5px 40px 40px gray;
}

.FilterBox-Content {
    padding: 2px;
}

.CartBox {
    position: relative;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-color: #d3d3d3;
    line-height: 35px;
    padding-left: 0;
    height: 230px;
    padding-right: 0;
    text-underline: none;
    /*text-decoration: none;*/
    /*max-width: 90%;*/
    /*overflow: auto;*/
}

.CartHeader {
    /*margin-left: -8px;*/
    font-size: larger;
    font-weight: bold;
}

/*.CartHeader{*/
/*margin-left: -8px;*/
/*font-size: larger;*/
/*font-weight: bold;*/
/*}*/

.Article_List_Results {
    color: rgb(155, 15, 30);
    margin-bottom: 10px;
}

/*Progressbar in Artikelliste*/
.ProgressInfo {
    background-image: url(../img/hourglass.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 15px;
    margin-top: 70px;
    border: 1px solid transparent;
    border-radius: 7px;
    border-color: #bce8f1;
    color: #31708f;
    background-color: #d9edf7;
    position: fixed;
    padding-left: 55px;
    /*top: 50%;*/
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 30px;
    width: 100%;
    height: 250px;
    /*visibility: hidden;*/
}

/*Progressbar in Artikelliste*/

/* delivery Box */
.deliveryadress-box {
    border-color: #ECECE8;
    box-sizing: border-box;
    border: solid;
    border-width: 1px;
    margin-bottom: 20px;
    margin-left: -30px;
    /*margin-right: auto;*/
    margin-top: 5px;
    height: 200px;
    position: relative;
    z-index: 1;
    overflow: auto;
}

/* Featured Box */
.deliveryadress-box:hover {
    box-shadow: 1px 1px 1px #7f7f7f;
}

.deliveryadress-box-content {

    margin-left: 2px;
    margin-top: 5px;
}

.deliveryadress-button {
    bottom: 0;
    border: none;
    color: #7f7f7f;
    width: inherit;
    line-height: inherit;
    display: inline-block;
    background-color: transparent;
}

.deliveryadress-button:hover {
    color: rgb(155, 15, 30);
}

.deliveryadress-addbutton {
    border-radius: 90%;
    margin-top: 50px;
    margin-left: 20px;

    display: inline-block;
    line-height: 50px;
    width: 50px;
    border: none;
    color: #fff;
    background-color: #008200;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

/*.deliveryadress-addbutton:hover {*/
/*line-height: 102px;*/
/*width: 102px;*/
/*}*/

.smallbasket {

}

.smallbasket:hover {
    font-weight: lighter;
}

.lbldirectransfer {
    padding: 5px;
    text-align: center;
    /*height: 80px;*/
    background-color: #ffff00;
    /*color:#0000ff;*/
    font-size: 16px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: deepskyblue;
    width: 100%;

}

.lbldirectransfer:hover {
    color: #0000ff;
}

.checkoutradio {
    margin-right: 10px !important;
    margin-top: 10px !important;
}

/*BEGIN auswahl lieferadresse checkout*/
.selectadress {
    font-size: 12px;
    margin: 0;
}

.selectadress-content {
    margin-left: 10px;
    margin-top: 10px;
    height: 100%;
    line-height: 140%;
}

.selectadress-content:hover {
    line-height: 145%;
}

.selectadress button {
    /*float: left;*/
    width: 100%;
    color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    line-height: 30px;
    background-color: rgb(155, 15, 30);
    margin-bottom: 10px;

}

.selectadress button:hover {
    background-color: #e9594a;
}

.ShopItem {
    border-style: solid;
    border-width: 1px;
    /*border-radius: 5px;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-color: #f3f3f3;
    line-height: 300px;
    height: 300px;
    width: 300px;
}

.ShopItem label {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    /*padding-left:5px ;*/
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    background-color: #000000;
    line-height: 35px;
    width: 100%;
    font-size: smaller;
}

/*.ArticleSmallImagesFrame{*/
/*height: 180px;*/
/*!*margin-right: 10px;*!*/
/*}*/

/*.ArticleSmallImages{*/
/*!*height: 180px;*!*/
/*margin-right: 10px;*/
/*}*/

/*.ArticleSmallImages:hover{*/
/*border-style: solid;*/
/*border-width: 1px;*/
/*border-color: rgb(155, 15, 30);*/
/*}*/

.HoverImage {

    /*display: block;*/
    /*max-width: 100%;*/
    /*height: auto;*/
}

.HoverImage img:hover {
    /*border-radius: 5px;*/

    border-bottom-style: solid;
    border-width: 4px;

    /*!*border-radius: 5px;*!*/
    /*height: 150px;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-color: rgb(155, 15, 30);

}

/*.crop {*/
/*width: 200px;*/
/*height: 150px;*/
/*overflow: hidden;*/
/*}*/

/*.crop img {*/
/*width: 100px;*/
/*height: 100px;*/
/*margin: -15px 0 0 -20px;*/
/*}*/

.DialogCloseButton {
    text-align: center;
    display: inline-block;
    background-color: rgb(155, 15, 30);
    width: 36px;
    height: 36px;
    color: #ffffff;
    /*font-size: 2em;*/
    font-size: xx-large;
    font-weight: bold;
    border-width: 0;
    vertical-align: bottom;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -khtml-border-radius: 100%;
}

.DialogCloseButton:hover {
    background-color: #d3d3d3;
}

.DialogCloseButton.nothover:hover {
    background-color: black;
}

.ShopItem img {
    border-radius: 5px;
    text-align: left;
    padding-left: 1px;
    position: absolute;
    top: 40px;
    left: 0;
}

.ShopItem-Stock {
    text-align: right;
    position: absolute;
    padding-top: 35px;
    padding-left: 201px;
}

.ShopItem img:hover {
    box-shadow: 8px;
}

.ShopItemPrice {
    /*right: 1px;*/
    float: right !important;
}

.Cart-Summary-Row {
    border-bottom: solid 1px #d3d3d3;
    padding-top: 5px;
    padding-bottom: 5px;
}

.Cart-Summary-Row:nth-of-type(odd) {
    background-color: rgba(244, 236, 255, 0.07)
}

.mfp-with-fade .mfp-content,
.mfp-with-fade .mfp-arrow, .mfp-with-fade.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content,
.mfp-with-fade.mfp-ready .mfp-arrow {
    opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-fade.mfp-removing .mfp-content,
.mfp-with-fade.mfp-removing .mfp-arrow, .mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}

/*#filtertable:after{*/
/*content: "*********"*/
/*}*/

#filtertable {
    width: 450px;
    margin-left: -200px;
}

#filtertable tr:hover {
    border-color: rgb(155, 15, 30);
}

#filter_button, #orders_filter_button {
    cursor: pointer;
}

#filter :focus {
    border-color: rgb(155, 15, 30);
}

.trunhover {
    background-color: #fff;
    border: 1px solid #aaa;
}

.trhover {
    background-color: #efefef;
    border: 1px solid #aaa;
}

.tdimg.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.shopsearchbox {
    border-color: rgb(155, 15, 30);
}

.currentpaginationpage {
    padding: 20px !important;
}

.german {
    cursor: pointer;
}

.english {
    cursor: pointer;
}

.langclicked {
    background-color: rgb(155, 15, 30);
}

.cartremove {
    background-color: transparent;
    border-style: none;
    margin-left: 10px;
    margin-top: 10px;
    /*line-height: 25px;*/
}

.cartremove:hover {
    border-color: rgb(155, 15, 30);
    border-radius: 2px;
    border-width: thin;
    border-style: solid;

}

.smalliconbutton {
    background-color: transparent;
    border-style: none;
}

.fa-trash-o:hover {
    color: rgb(155, 15, 30);
}

.paymentlabel {
    /*font-weight: normal !important;*/
    /*border-color: rgb(155, 15, 30);*/
    /*border-radius: 2px;*/
    /*border-width: thin;*/
    /*border-style: solid;*/
    /*color:greenyellow !important;*/
}

.btn-round {
    /*line-height: 20px !important;*/
    padding: 0;

    width: 25px !important;
    height: 25px !important;
    /*border-width: 0;*/
    border-radius: 90%;
    font-weight: normal !important;

}

.company_discount, .exclVAT {
    font-size: small;
}

.ulshopselection {
    /*margin-right: 0px;*/
    border-radius: 0 !important;
    /*-moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*box-shadow: 1px 2px 6px rgba(0,0,0, .2);*/
    overflow: auto;
    /*height: 150px;*/
}

.ulshopselection_list {
    /*margin-right: 0px;*/
    /*border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*box-shadow: 1px 2px 6px rgba(0,0,0, .2);*/
    overflow: auto;
    height: 500px;
}

.ulshopselection h5, .ulshopselection_list h5 {
    margin-top: 10px;
}

.listvendors, .listbrands, .listmodels, .listcarriage, .listsubcategories {
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 25px;
    display: block;
    border-bottom: solid 1px whitesmoke;
}

.list_shop {
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 25px;
    display: inline;
    border-bottom: solid 1px whitesmoke;
}

.list_shop_tr:hover {
    color: whitesmoke;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);
    background-color: rgb(155, 15, 30);
    cursor: pointer;
}

.activities_tr:nth-child(odd) {
    /*color: whitesmoke;*/
    background-color: lightgreen;

}

.activities_tr:nth-child(even) {
    background-color: white;

}

.listvendors:hover, .listbrands:hover, .listmodels:hover, .listcarriage:hover, .listvendors_checked,
.listbrands_checked, .listmodes_checked, .listcarriage_checked, .listsubcategories:hover, .listsubcategories_checked {
    color: whitesmoke;
    /*border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*-webkit-border-radius: 3px;*/
    /*box-shadow: 1px 2px 6px rgba(0,0,0, .2);*/
    background-color: rgb(155, 15, 30);
    cursor: pointer;
    /*cursor: hand;*/
}

.vendor_search_button, .brand_search_button {
    font-size: large;
    border: none;
    border-top-right-radius: 3px;
    background-color: rgb(155, 15, 30);
    height: 33px;
    width: 33px;
    margin-left: -38px;
    margin-top: -1px;
    color: white;
}

.vendor_search_button:hover {
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);

}

.Filter_Button, .Producer_Filter_Button {
    display: block;
    padding: 6px 12px;
    /*margin-bottom: 0;*/
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    color: #777;
    /*margin-left: -5px;*/
    margin-bottom: -10px;
    margin-top: -2px;
    /*margin-bottom: 10px;*/
    /*display: block;*/
    width: 95%;
    text-decoration: none !important;

    overflow: hidden !important;

    /*text-overflow: ellipsis!important;*/
    /*display: -webkit-box;*/
    /*line-height: 22px;     !* fallback *!*/
    /*!*max-height: 32px;      !* fallback *!*!*/
    /*-webkit-line-clamp: 1; !* number of lines to show *!*/
    /*-webkit-box-orient: vertical;*/

}

.Filter_Button:hover, .Filter_Button_Checked, .Producer_Filter_Button:hover, .Producer_Filter_Button_Checked {
    /*color:#fff;*/
    color: rgb(155, 15, 30);

    /*color: rgb(155, 15, 30);*/
    font-weight: bold;
    overflow: visible !important;
}

.Filter_Button::before, .Producer_Filter_Button::before {
    content: "\2610";
    font-size: x-large;
    font-weight: normal;

}

.Filter_Button_Checked::before, .Producer_Filter_Button_Checked::before {
    content: "\2611";
    font-size: x-large;
    font-weight: normal;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.fixed_headers {
    width: 750px;
    table-layout: fixed;
    border-collapse: collapse;
}

.dropdown-toggle:hover, .dropdown-toggle:focus {
    border-color: rgb(155, 15, 30);
}

/*A.Bereich*/
.a_log_tr:hover {
    /*color: whitesmoke;*/
    background-color: lightsteelblue;
    font-weight: bold;
    cursor: pointer;
}

/*.a_log_tr:nth-child(2n+1){*/
     /*background: lightgrey;*/
   /*}*/

/*.a_log_tr:nth-child(2n+2){*/
 /*background: lightgoldenrodyellow;*/
/*}*/


/*.rieger-border-color {*/
    /*border-color: rgb(155, 15, 30) !important;*/
    /*border-width: 2px !important;*/
/*}*/

.fixed_headers thead tr {
    /*display: block;*/
    position: relative;
}

.fixed_headers tbody {
    /*display: block;*/
    overflow: auto;
    /*width: 100%;*/
    /*height: 300px;*/
}

/*Tabellenfilter ueber Spaltenkopfe*/
.Filter_Table {
    margin-top: 15px;
}

.Filter_Table .panel-heading .pull-right {
    margin-top: -20px;
}

.Filter_Table .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}

.Filter_Table .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}

.Filter_Table .filters input[disabled]::-moz-placeholder {
    color: #333;
}

.Filter_Table .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}

/*Vendor button unter Hauptkategorien*/

[data-role=page] {
    height: 100% !important;
    position: relative !important;
}

[data-role=footer] {
    bottom: 0;
    position: absolute !important;
    top: auto !important;
    width: 100%;
}

/*footer, .push {*/
/*height: 229px; *//* '.push' must be the same height as 'footer' */
/*}*/

.modal {
    /*display:    none;*/
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba(255, 255, 255, .8) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;*/
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

/********************* Adressen-Box *********************/
.address_box {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    line-height: 25px;
    text-underline: none;
    text-decoration: none;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);

}

.address_box_title {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: large;
    color: whitesmoke;
    background-color: #777;
    padding: 10px;
    vertical-align: middle !important;
    margin-bottom: 5px;
}

.address_box_content {
    padding-left: 10px;
    padding-top: 10px;
    height: 200px;
}

/*Auswahl Lieferadressen*/
.address_box_delivery_edit {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    line-height: 25px;
    text-underline: none;
    text-decoration: none;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);
    height: 250px;
}

/*Ende Adress Box*/

/*Start HTML Teil nicht Shop*/
/*********************News und News List Box ********************/
.news_list_box {
    /*border-top-right-radius: 5px;*/
    /*border-top-left-radius: 5px;*/
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    line-height: 25px;
    text-underline: none;
    text-decoration: none;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);
}

.news_list_box:hover {
    box-shadow: 5px 40px 40px gray;
}

.news_list_box_title {
    /*border-top-right-radius: 5px;*/
    /*border-top-left-radius: 5px;*/
    font-size: large;
    color: whitesmoke;
    line-height: 20px;
    /*height: 40px;*/
    background-color: #777;
    padding: 10px;
    vertical-align: middle !important;
    margin-bottom: 5px;

}

.news_list_box_image {
    padding-top: 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;

}

.news_list_box_content {
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 25px;
    padding-bottom: 5px;
}

.news_list_box_content_date {
    font-size: small;
    bottom: 0;
    position: relative;
    left: 0;
}

.news_button_more {
    margin: 30px;

    /*bottom: 0;*/
    /*right: 0;*/
    /*position: relative;*/
}

/**/
.news_box {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    line-height: 25px;
    text-underline: none;
    text-decoration: none;
}

.news_box_title {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: large;
    color: whitesmoke;
    line-height: 22px;
    height: 56px;
    background-color: #777;
    padding: 10px;
    vertical-align: middle !important;
    margin-bottom: 5px;
}

.news_box_image {
    padding-top: 25px;
    padding-left: 30px;
    padding-bottom: 25px;
    margin-right: 10px;
}

.news_box_image#child {
    margin: 0 auto;
}

.news_box_content {
    font-size: smaller;
    padding: 30px;
    line-height: 20px;
}

/*********************News Box End ********************/

/*********************Videos Box  ********************/
/**/
.video_box {
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);
    position: relative;
    margin-bottom: 10px;
    margin-right: -19px;
    box-sizing: border-box;
    line-height: 35px;
    padding-left: 0;
    height: 350px;
    padding-right: 0;
    text-underline: none;
    text-decoration: none;
}

.video_box_title {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: large;
    color: whitesmoke;
    line-height: 22px;
    height: 50px;
    background-color: #777;
    vertical-align: middle !important;
    margin-bottom: 5px;
}

.video_box_image_container {
    position: relative;
    margin: 20px auto 0;
    width: 100%;
    max-width: 400px;
}

.video_box:hover {
    box-shadow: 5px 40px 40px gray;
}

#video_box_Image {
    display: block;
    position: relative;
    width: 100%;
}

.video_box_content {
    padding: 30px;
}

.video_play_button {
    background: url('/public/img/arrow-right.png');
    /*position: absolute;*/
    width: 48px;
    height: 48px;
    border: none;
    left: 42%;
    top: 42%;
    position: absolute;
}

.video_play_button:hover {
    cursor: pointer;
    background-color: transparent;
}

/*#MyImage {*/
/*!*position: relative;*!*/
/*!*margin: 20px auto 0;*!*/
/*!*width: 100%;*!*/
/*!*max-width: 400px;*!*/
/*}*/

/*#myButton {*/
/*!*position: absolute;*!*/
/*!*left: 42%;*!*/
/*!*top: 42%;*!*/
/*}*/

/*********************Videos Box End ********************/

/*********************gallery Box  ********************/
/**/
.gallery_box {
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);
    position: relative;
    margin-bottom: 10px;
    margin-right: -19px;
    box-sizing: border-box;
    line-height: 35px;
    padding-left: 0;
    height: 300px;
    padding-right: 0;
    text-underline: none;
    text-decoration: none;
}

.gallery_box_title {
    font-size: large;
    color: whitesmoke;
    line-height: 25px;
    height: 50px;
    background-color: #777;
    vertical-align: middle !important;
    margin-bottom: 5px;
    padding-left: 10px;
}

.gallery_box_image_container {
    position: relative;
    margin: 10px auto 0;
    width: 100%;
    max-width: 300px;
}

.gallery_box:hover {
    box-shadow: 5px 40px 40px gray;
}

#gallery_box_Image {
    display: block;
    position: relative;
    width: 100%;
}

.gallery_box_content {
    padding: 30px;
}

.gallery_box .gshow {
    display: none;
}

.gallery_box:hover .gshow {
    display: block;
}

.gallery_box:hover .ghide {
    display: none;
}

/*********************dealers Box      ********************/
.dealers_box {
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);
    position: relative;
    margin-bottom: 10px;
    /*margin-right: -19px;*/
    box-sizing: border-box;
    line-height: 35px;
    padding-left: 0;
    height: 280px;
    padding-right: 0;
    text-underline: none;
    text-decoration: none;

}

.dealers_box_title {
    padding: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: large;
    color: whitesmoke;
    line-height: 22px;
    height: 50px;
    background-color: #777;
    vertical-align: middle !important;
    margin-bottom: 5px;
}

.dealers_box_title p {
    font-size: medium;

}

.dealers_box_content {
    padding: 10px;
    line-height: 25px;
}

/*********************dealers Box End ********************/

.img-responsive.center {
    margin: 0 auto;
}

/*********************Downloads Box  ********************/
.downloads_list_box {
    /*border-top-right-radius: 5px;*/
    /*border-top-left-radius: 5px;*/
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    line-height: 25px;
    text-underline: none;
    text-decoration: none;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);
}

.downloads_list_box:hover {
    box-shadow: 5px 40px 40px gray;
}

.downloads_list_box_title {
    /*border-top-right-radius: 5px;*/
    /*border-top-left-radius: 5px;*/
    font-size: large;
    color: whitesmoke;
    line-height: 22px;
    height: 50px;
    background-color: #777;
    padding: 10px;
    vertical-align: middle !important;
    margin-bottom: 5px;

}

.downloads_list_box_image {
    padding-top: 5px;
    padding-left: 25px;
    padding-bottom: 10px;
}

.download_button {
    margin: 0 30px 5px 0;
}

.downloads_list_box_content {
    padding: 20px;
}

/*********************Donwloads Box End ********************/

/*********************Presse Box  ********************/
.presse_list_box {
    position: relative;
    margin-bottom: 15px;
    box-sizing: border-box;
    line-height: 25px;
    text-underline: none;
    text-decoration: none;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);
    /*height: 250px;*/
}

.presse_list_box:hover {
    box-shadow: 5px 40px 40px gray;
}

.presse_list_box_title {
    font-size: large;
    color: whitesmoke;
    line-height: 22px;
    height: 50px;
    background-color: #777;
    padding: 10px;
    vertical-align: middle !important;
    margin-bottom: 5px;

}

.presse_list_box_image {
    margin-left: 5px;
    margin-bottom: 5px;
}

.download_button {
    margin: 0 30px 5px 0;
}

.presse_list_box_content {
    padding: 20px;
}

/*********************Donwloads Box End ********************/

/*********************Footer Service ********************/
.ulservice {
    padding-left: 0;
    padding-right: 0;
}

.ulservice a {
    text-decoration: none;
    padding-left: 5px;
}

.ulservice li:hover {
    font-weight: bold;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);
    border-color: rgb(155, 15, 30) !important;
}

.ulservice i {
    margin-right: 5px;

}

.ulservice li {
    display: block;
    line-height: 25px;
    list-style: none;
    margin-top: 5px;
}

/*********************Footer Service End********************/

/* openinghours*/
.openinghours {
    color: green;
    font-weight: bold;
}

.content_height {
    /*dummy*/
}

.readagb:hover {
    cursor: pointer;
}

.fileupload {
    height: 350px;
    background-color: greenyellow;
}

#LargeImage {

}

.ArticleLargeImage {
    margin-top: 5px;
    margin-right: 10px;
    height: 410px
}

.ArticleLargeImage.mobile {
    margin-top: 5px;
    margin-right: 0;
    height: auto;
}



.ArticleLargeImage img {
    /*position: absolute;*/
    max-height: 400px;
    max-width: 100%;
    /*background-position: 50% 50%;*/
    /*background-repeat: no-repeat;*/
}

.nav_subtiltle {
    font-size: smaller;
    font-weight: bold;
}

.nav_subtiltle.small {
    color: rgb(155, 15, 30);
}

.nav_subtiltle.large {
    color: black;
}

.cart_dialog_button {
    text-align: center !important;
    text-decoration: none !important;
    padding: 6px !important;
    background-color: darkgray;
    height: 35px;
    color: white;
    margin-right: 15px !important;
    margin-bottom: 5px;
    width: 125px !important;
    border: 1px solid transparent;
    border-radius: 4px;
}

.cart_dialog_button:hover {
    color: red !important;
    font-weight: bolder !important;
}

#article_brutto_price {
    text-decoration: line-through;
}

/*Loader maintenance or in progress*/
.loader {
    overflow: visible;
    background: url('/images/homepage/loader.gif') no-repeat scroll center center transparent !important;
    width: 400px;
    height: 400px;
    position: absolute;
    z-index: 100;
    left: 45%;
    top: 45%;
}

.loader div {
    text-align: center;
    line-height: 25px;
    font-size: large !important;
    color: red !important;
    display: block;
    height: 200px;
}

.center-block1 {
    margin: auto;
    padding: 10px;
}

.center-block2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
}


.input_set {
    background-color: lightgrey;
}

.home_slider_button {
    background-color: transparent;
    width: 80px;
    height: 80px;
    border: none;
    /*right: 15px;*/
    top: 42%;
    position: absolute;

    line-height: 25px;
    border-radius: 10px;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    /*font-size: xx-large;*/
}





.home_slider_button.left.mobile {
    left: 10px;
    font-size: 40px;
}

.home_slider_button.right.mobile {
    right: 10px;
    font-size: 40px;
}

.home_slider_button.left.normal {
    left: 15px;
    font-size: 60px;
}

.home_slider_button.right.normal {
    right: 15px;
    font-size: 60px;
}

.home_slider_button:hover {
    cursor: pointer;
    color: rgb(155, 15, 30);
}

/*shop_favoriten*/
#shop_favoriten_container {
    border-bottom: 1px solid lightgrey;
    padding-top: 2px;
    padding-bottom: 1px;
    margin-bottom: 1px;
    display: inline-flex;
}

.shop_favoriten_box {
    position: relative;
    padding-bottom: 25px;
    box-sizing: border-box;
    text-underline: none;
    text-decoration: none;
    height: 220px;
    text-align: center;
    min-width: 225px;
    display: inline;
    /*float: left;*/
}

.shop_favoriten_box_content {
    padding: 3px;
    height: 180px;
}

.shop_favoriten_box:hover {
    /*border-style: solid;*/
    /*border-color:  rgba(0, 0, 0, .2);*/
    /*border-width: 0 1px 5px 5px;*/
    cursor: pointer;
    box-shadow: 1px 20px 20px rgba(0, 0, 0, .2);

    /*background-color: whitesmoke;*/

}

.shop_favoriten_box p {
    font-size: x-small;
    padding-top: 10px;
    line-height: 16px !important;
}

.shop_favoriten_box_bottom {
    position: absolute;
    bottom: 10px;
    width: 100% !important;
    left: 0;
}

/*------------------------------------------*/

.shop_categories {
    margin: 5px 0 30px -15px;
    /*border-top: 1px solid lightgrey;*/
    padding-top: 10px;
    padding-bottom: 5px;
}

.pdfbutton {
    background-color: rgb(155, 15, 30);
}

.sitemap_list {
    font-size: smaller;
    list-style-type: none;
}

/*Paybutton RT1057 08.04.2016 Paybuttons Farbe angepasst.*/
.checkout_radio {
    padding-left: 0;
    text-align: left;
    width: 150px;
    line-height: 20px;
    opacity: 0.8;
}

.checkout_radio.checked {
    color: black;
    background-color: #e0e0e0;
    border-color: #dbdbdb;
    opacity: 1;
}

.checkout_radio input {
    left: 5px !important;
    margin: 5px !important;
}

.checkout_newsletter_checkbox input {
    left: 5px !important;
    margin: 5px !important;
}

.dlinks {
    cursor: pointer;
    padding-left: 20px;
    color: black;
}

.dlinks:hover {
    background-color: lightgrey;
}

.stat_tr:hover {
    color: whitesmoke;
    background-color: lightgrey;
}

.topmessage {
    width: 100%;
    box-shadow: 1px 20px 20px rgba(0, 0, 0, .2);
}

.ImgMessageContainer:hover {
    cursor: pointer;
}

.Gallery-Img-Large, .gallery_box_content:hover {
    cursor: pointer;
}

.Gallery-Items-Text {
    font-size: small;
}

.Gallery-Items-Price {
    font-size: small;
    font-weight: bold;
}

.Gallery-Items {
    /*height: 35px;*/
    /*position: relative;*/
    /*margin-bottom: 1px;*/
    /*padding: 0;*/
    /*box-sizing: border-box;*/
    /*line-height: 15px;*/
    text-underline: none;
    text-decoration: none;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .2);
}

.Gallery-Items:hover {
    cursor: pointer;
    /*box-shadow: 1px 10px 10px rgba(0, 0, 0, .2);*/
}




.fa-star.large {
    font-size: xx-large;
}

.fa-star.article {
    color: orange;
}

.fa-star.large:hover {
    cursor: pointer;
}

.article_reviews .fa-star {
    color: orange;
    font-size: x-large;
}
.article_reviews .fa-star-half-o {
    color: orange;
    font-size: x-large;
}

.article_reviews .fa-star-o {
    font-size: x-large;
    color: orange;
}


.article_reviews.small .fa-star  {
    color: orange;
    font-size: small;
}
.article_reviews.small .fa-star-half-o {
    color: orange;
    font-size: small;
}

.article_reviews.small .fa-star-o {
    font-size: small;
    color: orange;
}


.review_image {
    border-radius: 5px;
}

/*.review_detailrow:nth-child(odd) {*/
/*border: 0;*/
/*height: 10px;*/
/*background-color: silver;*/
/*margin: 0 25px 10px 25px;*/
/*}*/

/*.review_detailrow:nth-child(even) {*/
/*!*border: 0;*!*/
/*!*height: 10px;*!*/
/*!*background-color: red;*!*/
/*!*margin: 0 25px 10px 25px;*!*/
/*}*/

/*!*.review_detailrow .even{*!*/
/*!*display: none;*!*/
/*!*!*border: 0;*!*!*/
/*!*!*height: 1px;*!*!*/
/*!*!*background-color: silver;*!*!*/
/*!*!*margin: 0 25px 10px 25px;*!*!*/
/*!*}*!*/

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.box_right {
    position: absolute;
    right: 0;
    padding: 10px;
}

.purchased_article_box {
    border-style: solid;
    border-width: 1px !important;
    box-sizing: border-box;
    line-height: 35px;
    border-radius: 5px;
    border-color: lightgrey;
    margin-bottom: 15px;
    background-color: whitesmoke;
}

/**/

.ulfaq {
    padding-left: 0;
    padding-right: 0;
}

.ulfaq a {
    text-decoration: none;
    padding-left: 5px;
}

.ulfaq li:hover {
    font-weight: bold;
}

.ulfaq li {
    display: block;
    line-height: 20px;
    list-style: none;
    margin-top: 5px;
}

.social a {
    margin-top: 0;
    text-decoration: none;
    padding-left: 5px;
}

.social a:hover {
    font-weight: bold;
}

/*reviews oders archiv list start*/
.orders_list_box {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    line-height: 25px;
    text-underline: none;
    text-decoration: none;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);
}

.orders_list_box:hover {
    box-shadow: 5px 40px 40px gray;
}

.orders_list_box_title {
    /*font-size: n;*/
    color: whitesmoke;
    line-height: 22px;
    /*height: 56px;*/
    background-color: silver;
    padding: 10px;
    vertical-align: middle !important;
    margin-bottom: 5px;
}

.orders_list_box_image {
    padding-top: 25px;
    padding-left: 30px;
    padding-bottom: 25px;

}

.orders_list_box_content {
    margin: 5px;

}

.orders_list_box_content_date {
    font-size: small;
    bottom: 0;
    position: relative;
    left: 0;
}

.review_price {
    color: red;
}

.fa-star.review_article {
    color: orange;
}

.fa-star-half-full.review_star15 {
    color: orange;
}

/*reviews oders list end*/

.popover-title::before {

    content: url('/images/homepage/home/logo_small.png');
    padding-right: 5px;
    /*position: absolute;*/
}

.popover-title {
    /*background-color: #feffcd;*/
    padding-top: -50px;
    color: black;
}

.popover-content {
    /*background-color: #feffcd;*/
    color: darkgray;
    height: 60px;
}

/*social button share start*/
.btn.btn-default.social {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: bolder;
    border: 0;
    margin: 5px 0 5px 1px;
   width: 155px;
}

.btn.btn-default.social.mobile{
    margin: 5px 0 5px 2%;
    width: 48%;
}

.btn.btn-default.social.footer {
    /*width: 120px;*/
}

.btn.btn-default.social i {
    font-size: large
}

.btn.btn-default.social.facebook {
    background-color: blue;
}

.btn.btn-default.social.google {
    background-color: red;
}

.btn.btn-default.social.twitter {
    background-color: lightskyblue;
}

.btn.btn-default.social.ebay {
    background-color: green;
}

.btn.btn-default.social.rss {
    background-color: orange;
}

.btn.btn-default.social.mail {
    background-color: gray;
}

.ImgMessageContainer.mobile{

}
/*social button share ende*/

.deliverydelay {
    /*text-align: center;*/
    padding: 5px;
    margin: 10px 0 10px 0;
    border-radius: 5px;
    font-size: 10px;
    color: red;
}

.deliverydelay i {
    /*color: rgb(155, 15, 30); */
    font-size: large;
}

.tabpanedescription dd {
    margin-bottom: 10px
}

.article_variants {
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 25px;
    display: inline;
    border-bottom: solid 1px whitesmoke;
}

.article_variants img {
    border-radius: 5px;
}

.article_variants_tr:hover {
    color: whitesmoke;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);
    background-color: lightgrey;
    cursor: pointer;
}

.article_variants_tr.selected {
    color: whitesmoke;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);
    background-color: darkgrey;
    cursor: pointer;
}

.fa-question-circle {
    margin-left: 2px;
    font-size: large;
}

.fa-question-circle:hover {
    color: rgb(155, 15, 30);
    cursor: pointer;
    font-weight: bolder;
}

.list_article_cars_tr:hover {
    color: whitesmoke;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);
    background-color: rgb(155, 15, 30);
    cursor: pointer;
}

.pagetitle {
    font-size: x-large;
    color: rgb(155, 15, 30);
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 15px;
    line-height: 30px;
}

.pagetitle.leftfix {
    margin-left: 13px;
}

.pagetitle.leftfix26 {
    margin-left: 26px;
}

.pagesubtitle {
    margin-top: 3px;
    margin-left: 13px;
    margin-bottom: 15px;
}

.tarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
}

.Save_state {

}

.Save_state.Info::before {
    content: url('/images/homepage/info24.png');
    position: relative;
    bottom: -5px !important;
    margin-right: .5em;
}

.Save_state.Warning::before {
    content: url('/images/homepage/warning24.png');
    position: relative;
    bottom: -5px !important;
    margin-right: .5em;
}

.Save_state.Error::before {
    content: url('/images/homepage/error24.png');
    position: relative;
    bottom: -5px !important;
    margin-right: .5em;
}

.File_Dir {
    height: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    border-bottom: solid 1px whitesmoke;
    border-left: solid 1px whitesmoke;
    border-right: solid 1px whitesmoke;
}

.File_Dir table {

}

.File_Dir table thead tr {
    background-color: darkgray;
    color: white;
    font-size: x-small;
}

.File_Dir table tr {
    font-size: x-small;
}

.news_edit_font {
    font-size: small;
}

#dragandrophandler {
    border: 2px dotted dodgerblue;
    width: 100%;
    color: dodgerblue;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 150%;
}

.progressBar {
    width: 97%;
    height: 22px;
    border: 1px solid #ddd;
    overflow: hidden;
    display: inline-block;
    margin: 0 10px 5px 5px;
    vertical-align: top;
}

.progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: dodgerblue;
    padding-right: 2px;
    /*border-radius: 3px;*/
}

.statusbar {
    border-top: 1px solid #A9CCD1;
    min-height: 25px;
    width: 100%;
    /*padding:10px 10px 0px 10px;*/
    vertical-align: top;
}

.statusbar:nth-child(odd) {
    background: #EBEFF0;
}

.filename {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}

.filesize {
    display: inline-block;
    vertical-align: top;
    color: #30693D;
    width: 20%;
    margin-left: 10px;
    margin-right: 5px;
}

.abort {
    background-color: #A8352F;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    cursor: pointer;
    vertical-align: top
}

.wheels_other_articles {
    height: 111px;
    margin-bottom: 111px;
    background-color: rgb(220, 220, 220);
    border: solid;
    border-color: silver;
}

.header-link a {
    padding-top: 0;
    /*font-size: n ;*/
    /*font-weight: bolder ;*/
    color: rgba(73, 73, 73, 0.9);
    /*text-decoration: none;*/
    display: inline-block;

}

.header-link a:active a:hover {
    /*color: darkgray;*/
    color: rgb(155, 15, 30);

}

.header-link a :hover {
    font-weight: bold;
}

.btn.btn-default.header {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: bolder;
    border: 0;
    margin: 5px 0 0 -3px;
    /*width: 155px;*/
}

.btn.btn-default.header a {
    text-decoration: none;
    /*color:white;*/
    /*background-color:rgb(155, 15, 30);*/
}

.btn.btn-default.header a:hover a:active {
    text-decoration: none;

}

.btn.btn-default.header.riegerred {
    color: rgb(155, 15, 30);
    background-color: transparent;
    /*border: solid ;*/
    /*border-width: 1px;*/
    /*border-color: rgb(155, 15, 30);*/
}

.btn.btn-default.header.riegerred:hover {
    color: white;
    background-color: rgb(155, 15, 30);
}

.btn.btn-default.header.riegerred div {
    margin-top: 3px;
    color: rgba(73, 73, 73, 0.9);
    font-size: x-small;
    text-transform: uppercase;
}

.imgborder.christmas {
    border-width: thick;
    border-style: outset;
    border-color: gold;
}

.nav.navbar-nav li a.header {
    font-weight: bolder;
    margin-top: 5px;
    border-radius: 5px;
    color: rgb(155, 15, 30) !important;
    padding-bottom: 0;
    padding-top: 8px;
    height: 51px;
}

.nav.navbar-nav li a.header.vcenter {
    padding-top: 15px;
}

.nav.navbar-nav li div {
    padding: 0;
    font-size: small;
    color: black;
}

.nav.navbar-nav .shopbutton {
    margin-top: 5px;
    color: white !important;
    border-radius: 5px;
    background-color: rgb(155, 15, 30);
}

.nav.navbar-nav .shopbutton a {
    font-weight: bolder;
    color: white !important;
}

.nav.navbar-nav .homebutton a {
    font-weight: bolder;
    font-size: xx-large;
}

.nav.navbar-nav .cartbutton a:hover {
    background-color: #F2F2F2;
}

.LinkStyle {
    color: white;
}

.LinkStyle:hover {
    cursor: pointer;
    text-decoration: underline;
}

.cart_table_header {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: large;
}

.shop_quantity {
    font-size: large;
    margin: 0;
}

.shop_quantity .qty {
    width: 35px;
    text-align: center;
    height: 35px;
}

.shop_quantity .plus, .minus {
    height: 35px;
    border: 0;
    font-weight: bold;
    width: 35px;
    background-color: silver;
}

.article_tab_container {
    /*border: 1px lightgrey solid;*/
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
    margin: 15px 0 20px 0;
    padding: 10px 5px 5px 5px;
    min-height: 250px;
    /*box-shadow: 2px 4px 4px gray;*/
}

.tab-content {
    padding: 10px;
}

/* Maps */
.google-map {
    background: #E5E3DF;
    height: 400px;
    margin: -35px 0 30px 0;
    width: 100%;
}

.google-map.small {
    height: 250px;
    border-radius: 6px;
    margin: 0;
    clear: both;
}

.google-map img {
    max-width: 9999px;
}

/* Maps - Parallax */
.parallax + .google-map {
    margin-top: -70px;
}

.catalog_item {
    padding: 10px;
    box-shadow: 2px 4px 4px gray;
    margin: 5px 35px 5px 5px;

}

.catalog_item.current {
    background-color: rgb(155, 15, 30);
    color: white;
}

.catalog_item:hover {
    cursor: pointer;
    box-shadow: 6px 12px 12px gray;
    font-weight: bold;
}

.img_fbox {
    cursor: pointer;
}

.wheels_other_articles_list {
    border-bottom: rgba(224, 224, 224, 0.9) solid 2px;

}

.wheels_other_articles_list :hover {
    cursor: pointer;
    background-color: rgba(247, 247, 247, 0.9);

}

.checkout_text {

    font-size: large;
    color: green;
}

.navbarbutton {
    font-size: 14px;
    line-height: 35px;
    margin-top: 3px;
    text-align: center;
    border-radius: 3px;
    background-color: lightgrey;
    padding: 1px 4px 1px 4px;
    margin-right: 3px;
}

.navbarbutton_shop {
    color: white !important;
    background-color: rgb(155, 15, 30);
    /*width: 60px!important;*/
}

.navbarbutton_wc {
    /*width: 84px;*/
    line-height: 18px;
    text-align: center ;
    padding-bottom: 0;
    height: 39px;
    padding-left: 0px;
    padding-right: -3px;
}

.navbarbutton_deals {
    /*min-width: 125px!important;*/
}

.navbarbutton_aboutus {
    line-height: 18px;
    padding-bottom: 0;
    height: 39px;
    padding-left: 5px;
    padding-right: 5px;
}


.navbarbutton, .navbarbutton_deals, .navbarbutton_shop, .navbarbutton_wc :hover {
    text-decoration: none !important;
}

.badge_red {
    background-color: rgb(155, 15, 30);
}

/*.wheels_other_articles_list  img {*/
/*vertical-align: middle;*/
/*}*/

.iconfonts {
    margin: 0 5px 0 5px;
    font-size: x-large;
    font-weight: bold;
}

/*Gutschein*/
#input_voucher {
    height: 32px;
    padding: 2px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 3px;
    border: 1px solid lightgrey;
    width: 200px;
    /*border: medium 1px ;*/
}

.btn_voucher_check {
    text-align: center !important;
    text-decoration: none !important;
    line-height: 35px;
    height: 35px;
    color: white;
    width: 180px !important;
    border: 1px solid transparent;
    border-radius: 4px;
    background: lightgrey;
    cursor: not-allowed;
    margin-top: 3px;
}

.btn_voucher_check_icon {
    padding: 0;
    font-size: x-large;
    color: lightgrey;
    /*cursor: not-allowed;*/

}

.btn_voucher_check_icon .disabled {
    color: grey !important;
}

.btnfms {
    border: 1px solid lightgrey;
    height: 140px;
    padding: 3px 3px 3px 5px;
    font-size: x-small;
}

.btnfms:hover {
    border-color: #7c1212;
    cursor: pointer;
}

#fmsendrohr {
    margin-top: 5px;
    border: 1px solid lightgrey;
    background: whitesmoke;
    padding: 5px;
    margin-bottom: 0;
}

/*Gutschein*/

/*Rims Start*/
.btnrims {
    width: 200px;
    line-height: 35px;
    font-size: larger;
}

.lnk_rims a:link, a:link:visited a:hover {
    text-decoration: none !important;
    color: blue !important;
    /*font-weight: bold;*/
}

/*Rims Start*/

/*********************Login Box  ********************/
.login_list_box {
    /*border-top-right-radius: 5px;*/
    /*border-top-left-radius: 5px;*/
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    line-height: 25px;
    text-underline: none;
    text-decoration: none;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .2);
}

.login_list_box:hover {
    box-shadow: 5px 40px 40px gray;
}

.login_list_box_title {
    /*border-top-right-radius: 5px;*/
    /*border-top-left-radius: 5px;*/
    font-size: large;
    color: whitesmoke;
    line-height: 22px;
    height: 50px;
    background-color: #777;
    padding: 10px;
    vertical-align: middle !important;
    margin-bottom: 5px;

}

.login_list_box_image {
    padding-top: 5px;
    padding-left: 25px;
    padding-bottom: 10px;
}

.login_button {
    margin: 10px 30px 1px 0;
    width: 100% !important;
}

.login_list_box_content {
    padding: 25px;
}

.login_list_box_content.input-lg {
    padding: 0 !important;
}

/*********************Login Box End ********************/

.mail {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.badgecart {

    border-radius: 10px;
    /*display: inline-block;*/
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    position: relative;
}

/*.topmenu1 .fixedmenu{*/
    /*overflow: hidden;*/
    /*background-color: #333;*/
    /*position: fixed; !* Set the navbar to fixed position *!*/
  /*top: 0;*/
    /*width: 100%; !* Full width *!*/
/*}*/

.topmenu1 a{
    color: white;
}

.topmenu1 a:hover{
    font-weight: 700;
    color: white;
}

#selection_mobile select {
    /*font-size: 30px;*/
    padding: 0 3px 0 3px;
}

#selection_mobile div {
    /*font-size: 30px;*/
    padding: 0 3px 0 5px;
}

.table thead tr th{
padding: 2px!important;
}

.home_image{
    padding: 0;
}


.mo_rabatt, .mo_count,.mo_price,.mo_gesprice,.mo_summe{
    text-align: right;
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding: 15%;
}
.swiper-slide {
    /*background-color: black;*/
    text-align: center;
    font-size: 18px;
    margin-right: 5px;
    /*background: #fff;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*height: 150px !important;*/
    /*width: 25% !important;*/
    /*margin-left: 25px !important;*/
    /*margin-right: 25px !important;*/
    /*width: 150px !important;*/
    /*margin-right: 5px !important;*/
}

.mylastarticle_subject {
    text-align: center;
    font-size: small;
}

#statistics hr{
    margin: 5px;
}

.mo_pos .form-control{padding: 0 2px 0 2px;}

@media screen and (max-width: 480px) {
    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 3px;
        padding-right: 3px;
    }
}



/*!**!*/
/*.last_items_slider {*/
    /*z-index: 8;*/
    /*!*background-color: transparent;*!*/
    /*width: 25px;*/
    /*height: 80px;*/
    /*border: none;*/
    /*position: absolute;*/
    /*line-height: 25px;*/
    /*border-radius: 10px;*/
    /*!*background-repeat: no-repeat;*!*/
    /*cursor: pointer;*/
    /*overflow: hidden;*/
    /*outline: none;*/
    /*white-space: nowrap;*/
/*}*/


/*.last_items_slider.left.normal {*/
    /*left: 15px;*/
    /*font-size: 60px;*/
/*}*/

/*.last_items_slider.right.normal {*/
    /*right: 15px;*/
    /*font-size: 60px;*/
    /*position: relative;*/
/*}*/


/*.testimonial-group > .row {*/
    /*overflow-x: auto;*/
    /*!*overflow-x:hidden;*!*/
    /*white-space: nowrap;*/
/*}*/
/*.testimonial-group > .row > .xyzx {*/
    /*display: inline-block;*/
    /*float: none;*/
/*}*/


/*.xyzx{*/
    /*color: #fff; font-size: 48px;  border: solid 1px gray; padding-bottom: 20px; padding-top: 18px;*/
    /*cursor: pointer;*/

/*}*/

/*!*!* Decorations *!*!*/
/*!*.col-xs-4 {}*!*/
/*.xyzx:nth-child(3n+1) { background: lightcoral; }*/
/*.xyzx:nth-child(3n+2) { background: #9c6; }*/
/*.xyzx:nth-child(3n+3) { background: #69c; }*/