/*////////////////////////////////////////////////////////////////////////////*/
/* Gilles Selectbox */
/*////////////////////////////////////////////////////////////////////////////*/


.selectboxContainer {
    display: inline-block;
    position:relative; 
    width: 200px;
}

.marke img{
    height: 30px;
    width: 40px; 
}

.selectbox {
    display:none;
    position:absolute; 
    width: 100%; /*calc(100% + 18px)*/
    height: 200px;
    border: 1px solid grey; 
    border-radius: 0.25rem; 
    overflow-x: hidden; 
    overflow-y: scroll; 
    background-color: white; 
    z-index: 1005;
}

.selectbox::-webkit-scrollbar {
    width: 0px;
}

.selectbox div {
    padding: 5px 2px;
}

.selectbox div:nth-child(even) {
    background-color:lightgray;
}

.selectbox div:hover {
    background-color: lightcyan;
}

.selectbox div.selected {
    background-color: cyan !important;
}

/*----------------------------- Qualitatklasse -------------------------------*/

.qualitatKlasse.active {
    -webkit-filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black);
    filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black);
}

.qualitatKlasse:hover {
    -webkit-filter: brightness(95%); /* Safari */
    filter: brightness(95%);
    cursor: pointer;
}

.qualitatKlasse.active:hover {
    -webkit-filter: brightness(95%) drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black); /* Safari */
    filter: brightness(95%) drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black);
    cursor: pointer;
}

/*----------------------------- Strikethrough --------------------------------*/

/*.striketrough{
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='red' stroke-width='0'/><path d='M0 0 L100 100 ' stroke='red' stroke-width='5'/></svg>");
    background-repeat:no-repeat !important;
    background-position:center center !important;
    background-size: 100% 100%, auto !important;
}*/

/*------------------------------ Placeholder ---------------------------------*/



/* - Chrome ≤56,
   - Safari 5-10.0
   - iOS Safari 4.2-10.2
   - Opera 15-43
   - Opera Mobile 12-12.1
   - Android Browser 2.1-4.4.4
   - Samsung Internet ≤6.2
   - QQ Browser */
::-webkit-input-placeholder {
    color: #ccc !important;
    font-style:italic;
    font-weight: 100;
}

/* Firefox 4-18 */
:-moz-placeholder {
    color: #ccc !important;
    font-style:italic;
    font-weight: 100;
}

/* Firefox 19-50 */
::-moz-placeholder {
    color: #ccc !important;
    font-style:italic;
    font-weight: 100;
}

/* - Internet Explorer 10–11
   - Internet Explorer Mobile 10-11 */
:-ms-input-placeholder {
    color: #ccc !important;
    font-style:italic;
    font-weight: 100;
}

/* Edge (also supports ::-webkit-input-placeholder) */
::-ms-input-placeholder {
    color: #ccc !important;
    font-style:italic;
    font-weight: 100;
}

/* CSS Pseudo-Elements Level 4 Editor's Draft
   - Browsers not mentioned in vendor prefixes
   - Browser of newer versions than mentioned in vendor prefixes */
::placeholder {
    color: #ccc !important;
    font-style:italic;
    font-weight: 100;
}


/*////////////////////////////////////////////////////////////////////////////*/
/* Gilles Numbe Field Arrows */
/*////////////////////////////////////////////////////////////////////////////*/

.no-arrows,
.no-arrows::-webkit-outer-spin-button,
.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important; /* Firefox */
    margin: 0;
}

/*////////////////////////////////////////////////////////////////////////////*/
/* Gilles Belegsuche */
/*////////////////////////////////////////////////////////////////////////////*/

.wfix-100 {
    width: 100px;
}

.wfix-150 {
    width: 150px;
}

.wfix-200 {
    width: 200px;
}

.floatput-left {
    float: left;
    margin-left: 5px;
    margin-bottom: 0px;
}

.floatput-right {
    float: right;
    margin-right: 5px;
    margin-bottom: 0px;
}

@media (max-width: 576px) {
    .floatput-left, .floatput-right {
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 5px;
        width: 100%;
    }
}

/*////////////////////////////////////////////////////////////////////////////*/
/* Gilles Font Awesome */
/*////////////////////////////////////////////////////////////////////////////*/

.fa-star {
    color: gold !important;
    -webkit-filter: brightness(100%);
    -webkit-filter: contrast(100%);
    filter: brightness(100%);
    filter: contrast(100%);
    filter: drop-shadow(1px 1px 1px #222);
    cursor: pointer;
}

.fa-star.no {
    color: black !important;
    opacity: 0.5 !important;
    -webkit-filter: brightness(100%);
    -webkit-filter: contrast(100%);
    filter: brightness(100%);
    filter: contrast(100%);
    filter: drop-shadow(1px 1px 1px #222);
    cursor: pointer;
}

.fa-star.active {
    color: goldenrod;
    -webkit-filter: brightness(100%);
    -webkit-filter: contrast(100%);
    filter: brightness(100%);
    filter: contrast(100%);
    filter: drop-shadow(5px 5px 5px #222);
    cursor: pointer;
    -webkit-filter: drop-shadow(1px 1px 0 #404040) drop-shadow(-1px -1px 0 #404040);
    filter: drop-shadow(1px 1px 0 #404040) drop-shadow(-1px -1px 0 #404040);
}

.border-grey {
    border: 1px solid #ced4da;
}

.ladeAuto {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.searchIcon {
    background-image: url(/storage/common/images/icon/searchicon.png);
    background-position: 8px 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    padding: 6px 6px 6px 30px;
}

.ul-condensed li {
    padding: 0.5rem 1rem;
}

.felge .felge_bild {
    height: 140px;
    text-align: center;
    background: url(/storage/common/images/artikel/shadow.png) no-repeat 45% 95% transparent;
    background-size: 152px 40px;
}

.check {
    display: none;
    position: absolute;
    left: 38px;
    top: -8px;
}
.check.selected {
    display: initial;
}
.check img {
    opacity: 1 !important;
    border:none !important;;
}
#selectFarbe img{
    opacity:0.5;
    cursor:pointer;
    border: 1px solid;
    border-color: rgba(0,0,0,0.25);
}
#selectFarbe img:hover{
    opacity:1;
}
#selectFarbe img.selected{
    opacity:1;
}

.ul-scroll {
    height: 411px;
    overflow-y: scroll;
    border: 1px solid #ddd;
}

.position-top-right {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 100;
}

.felge .modell {
    font-size: 12px;
}
.felge .farbe {
    font-size: 11px;
}



#tblFelgenReifen tr td{
    vertical-align: middle;
}
#tblFelgenReifen tr td img{
    vertical-align: initial;
}

#tblFelgenReifen  .labeltyre .reifenlabel {
    float: left;
    background: url("/storage/common/images/label/reifenlabel_farbe.png") no-repeat scroll 0 0px transparent;
    height: 30px;
    padding-left: 38px;
    padding-top: 7px;
    width: 78px;

}
#tblFelgenReifen  .labeltyre .nasshaftung {
    background-position: 0 -66px;
}
#tblFelgenReifen .labeltyre .kraft_A p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 0px;
}
#tblFelgenReifen .labeltyre .kraft_B p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -46px;
}
#tblFelgenReifen .labeltyre .kraft_C p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -92px;
}
#tblFelgenReifen .labeltyre .kraft_D p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -138px;
}
#tblFelgenReifen .labeltyre .kraft_E p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -184px;
}
#tblFelgenReifen .labeltyre .kraft_F p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -230px;
}
#tblFelgenReifen .labeltyre .kraft_G p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -276px;
}

#tblFelgenReifen .labeltyre .nass_A p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 0px;
}
#tblFelgenReifen .labeltyre .nass_B p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -46px;
}
#tblFelgenReifen .labeltyre .nass_C p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -92px;
}
#tblFelgenReifen .labeltyre .nass_D p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -138px;
}
#tblFelgenReifen .labeltyre .nass_E p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -184px;
}
#tblFelgenReifen .labeltyre .nass_F p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -230px;
}
#tblFelgenReifen .labeltyre .nass_G p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -276px;
}
#tblFelgenReifen .labeltyre .Emission_1 p ,#tblFelgenReifen .labeltyre .Emission_2 p ,#tblFelgenReifen .labeltyre .Emission_3 p,
#tblFelgenReifen .labeltyre .Emission_A p,#tblFelgenReifen .labeltyre .Emission_B p,#tblFelgenReifen .labeltyre .Emission_C p {
    background: url("/storage/common/images/label/reifenlabel_dB.png") no-repeat scroll 0 0px;
    width: 45px;
    height: 22px;
    padding-left: 5px;
    padding-top: 4px;
    font-size: 11px;
    font-weight: bold;
}

#tblFelgenReifen .labeltyre .Emission_ {
    background-position: 0 33px;
}

#tblFelgenReifen .labeltyre .Emission_1 {
    background-position: 0 -201px;
}

#tblFelgenReifen .labeltyre .Emission_2 {
    background-position: 0 -270px;
}

#tblFelgenReifen .labeltyre .Emission_3 {
    background-position: 0 -339px;
}
#tblFelgenReifen .labeltyre p {
    height: 22px;
}


#tblFelgenReifen .popover .popover-content{
    color:black !important;
}
#tblFelgenReifen .reifenbild {
    max-height: 30px;
    max-width: 40px;
}
#tblFelgenReifen .reifenbildbig {   
    max-width: 250px;
}

#hdtblFelgenReifen{
    height: 789px;
    overflow: scroll;
}

.table-striped-pairs thead tr {
    background-color: rgba(0, 0, 0, 0.05);
}



.table-striped-pairs tbody tr:nth-of-type(4n+3), .table-striped-pairs tbody tr:nth-child(4n+4) {
    background-color: rgba(0, 0, 0, 0.05);
}





.line-break {
    white-space: normal;
}


body {
    background-color: white; 
    /*background: url(/storage/common/images/bg/bg.jpg) top no-repeat fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn-Success2 {
    background-color: #51b751;
    color: #fff;
}

.btn-Success2:hover {
    background-color: #41a241;
    color: #fff;
}
/*.stornoTR > * {
    text-decoration: line-through;
}*/

.stornoTR {
    /*background-image:
           repeating-linear-gradient(-10deg, 
                                    white 0%, 
                                    white 2%, gray 2%, 
                                    gray 2%, white 4%);*/

    background: url(/storage/common/images/icon/line.png) 0px 0px;
    background-repeat: no-repeat;

    background-position:calc(50% / 5) 0%;
    background-size: 100% 100%;
    z-index: 1001;
    overflow: visible;
}

.clear{
    clear: both;
}

.margint75px{
    margin-top: 75px;
}
.margint-75px{
    margin-top: -75px;
}
.w55px{
    width:55px;
}
.w200px{
    width:200px;
}

#gutscheinshow{
    padding:5px 0;
}
.modal-header .close{
    font-size: 40px;
    opacity: 0.6;
}


.mobilePic {
    width:95%;

}

/*invisible font awsome icons*/

.icon-invisible {
    visibility: hidden;
}
/* EK / VK Buttons */
.chkEKInactive {
    font-weight:bold;
    background: #eee;
    border: 2px solid #d9534f;
}
.chkEKActive {
    font-weight:bold;
    background: #eee;
    border: 2px solid #5cb85c;
}

.chkVKInactive {
    font-weight:bold;
    background: #eee;
    border: 2px solid #d9534f;
}
.chkVKActive {
    font-weight:bold;
    background: #eee;
    border: 2px solid #5cb85c;
}

.chkEKActive:hover  {

    background: #ddd;
}

.chkEKInactive:hover {

    background: #ddd;
}

.chkVKActive:hover  {

    background: #ddd;
}

.chkVKInactive:hover {

    background: #ddd;
}


/*#mb_loadindex,#mb_speedindex,
#mb_breite,#mb_querschnitt,#mb_durchmesser, #mb_hersteller, #mb_profil,
#asr_breite,#asr_qte,#asr_querschnitt,#asr_durchmesser,#asr_hersteller,#asr_profil,#asr_loadindex,#asr_speedindex,#reifenEAN, 
#herstellerartikelnr,#felgenbreite, #felgendurchmesser, #felgenET,#felgenLochanzhal, #felgenLochkreis, #felgenMittenloch, #schlauchDurchmesser,
#schlauchHersteller, #schlauchVentil, #zentrierMittenlochFelge, #zentrierMittenlochAuto, #zentrierArtikelbeschreibung, #felgenBreite,
#felgenZoll, #felgenHersteller, #kd_bl_rotyreBest, #kd_bl_kundenBest {
    border-color: #009fe0;
}*/

.AlignVerticalMiddel *{
    vertical-align:middle!important;
}

#id_kd_bl_bestellungen .container_bestellungen {
    width: 160px;
}

@media (max-width: 576px) { 
    .text-xs-left { text-align: left; }
    .text-xs-right { text-align: right; }
    .text-xs-center {text-align: center; }
    /*#ajaxAutomarken {padding-left: 0px;}*/
    #ajaxAutomarken button{padding: 2px; width: 52px; }
    .noPadding-xs { padding:0; }
    #felgeview{
        margin-top: 120px;
        text-align: center;
    }

    #mVorschau_Content3D{
        margin-left: -30px;
    }
}

@media (min-width: 1200px) { 
    .btnAngebot {
        padding: 5px;
    }

    .noPadding-lg { padding:0; }
    .noPadding-lg-left {padding-left: 0; }
    #Reifensuche_Header .col-md-05{
        width:5%; 
    }
    #Reifensuche_Header .col-md-06{
        width:6%; 
    }

    #Reifensuche_Header .col-md-147 {
        width:14.666667%; 
    }

    #Reifensuche_Header .col-lg-126 {
        width: 12.666667%;
    }
    #Reifensuche_Header .col-lg-20 {
        width: 20%;
    }

    #mVorschau .modal-dialog{
        width:1200px;
        max-width: 1200px;
    }
    #mRDKS .modal-dialog{
        width:1000px;
        max-width: 1000px;
    }
    .modal-costum-lg {
        width:   1140px !important;
    }
}

@media (max-width: 768px) { 
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; } 
}



/*Header information Meldung Lieferzeit*/
#informationHeader:hover {
    cursor:pointer;
}


#navigation .kundennummerSpacer{
    /*margin-left: 20px;*/
    margin-top: 5px;
}

/*Remove table hover*/
.setBlack {
    background: white !important;
    color: black !important;
}

.pdficon{
    width:30px;
}

.noHover  > td,
.noHover  > th {
    background-color: #F8F8F8 !important;
    border: 0 !important;
}

.noHover > th:hover ,
.noHover > td:hover {
    background-color: #F8F8F8 !important;
    color: black !important;
}


.noTableBorder tr,
.noTableBorder td,
.noTableBorder th
{
    border: none !important;
}

.spacer {
    margin-bottom: 70px;
    clear: both;
}

.nomargin{
    margin:0 !important;
}

#top-line {
    width: 100%;
    height: 5px;
}
header{
    background-color: white;
}

.borderless td, .borderless th {
    border: none  !important;;
}



/* Bootsrap */
.dropdown-menu li {
    padding:3px 0px;
}
.dropdown-menu li a{
    padding:0px 2px;
}
.dropdown-menu > li:not(.active) > a:hover {
    background-color: #f5f5f5;
    background-image: none;
}

.dropdown-item.active > a {
    color: #fff !important;

}

.navbar-nav>.active>a {
    background-color: #e7e7e7;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ececec;
}
.table-hover>tbody>tr:hover {
    background-color: #00A0E0 !important;
    color: white;
}
.table-hover>tbody>tr:hover input {
    color: initial;
}

.navbar-brand>img {
    display: inline-block;
}
.navbar-default {  
    border-color: #009fe0;   
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 3px;
}
.alignMiddleZahlungsubersicht {
    align-self: flex-start;
    vertical-align: middle !important;
}

.alignMiddle {
    align-self: flex-start;
    vertical-align: middle;
}
.pagination li{
    cursor:pointer;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.borderTop td{
    border-top: 1px solid black !important;
}

#navigation.navbar {
    margin-bottom: 0px;
}



.btn-default {
    margin-bottom: 5px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default.active {
    background-image: none;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}



/* ***************************** Login Bereich ***************************** */

.login-card {
    padding: 40px;
    width: 450px;
    background-color: #F7F7F7;
    margin: 0 auto 10px;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    margin-top: 10%;
}

.login-card h1 {
    font-weight: 100;
    text-align: center;
    font-size: 2.3em;
}
.login-card .logo img{
    height: 81px;
}
.login-card input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.login-card input[type=text], .login-card input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.login-card input[type=text]:hover, .login-card input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1); 
    background-color: #4d90fe;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}
.login-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}
.login-card a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}
.login-card .login {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
}
.login-card a:hover {
    opacity: 1;
}
.login-help {
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.login-card .logo{
    text-align: center;
    margin-bottom: 25px;
}


/*Navigation*/

#navigation .navbar-brand{
    font-size:15px;
}

#navigation .iconfelge ,#buttonhref .iconfelge{
    vertical-align: text-bottom;
    width: 15px;
}

#navigation .navbar-right{
    margin-right:0px;
}
#changeSprachen li button {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border: none;
    width: 100%;
    background-color: initial;
    text-align: left;
}
.wk_anzahl{
    /*background-color: #00A0E0;*/
    color: white;
    padding: 5px 9px;
    border-radius: 25px;
}

/* Content */

#content{
    background-color: #f8f8f8;
    padding: 15px; 
}
#navigation {
    padding: 0px;
}
#navigation .navbar-brand img{
    height: 25px;
}

#ReifenResult #tblReifensuche .iconprofil{
    max-height: 13px;
    /*vertical-align:middle;*/ 
}




/* Reifensuche Reifen */


.deactivatedEanText {
    font-size: 14px !important;
}

@media (min-width: 320px) {
    /*.hidden3  { display: none !important;}*/
    .automarkenBild  {
        height: 26px !important;
        width: 32px !important;
    }
    .schneeflocke {
        margin-top: 0px !important;
    }

    .xsTotalVkPreis {
        vertical-align: top !important;
    }

    /* Warenkorb Angebot Button*/
    .WarenkorbAngebot {
        padding-top: 0px !important;
    }


    .warenkorbSpacer1 {
        margin-bottom: 63px !important; 
    }

    .warenkorbSpacer {
        /*padding-top: -5px !important; */
        margin-bottom: 17px !important; 
    }
    .warenkorbSpacer2 {
        margin-bottom: 30px !important;
    }


    /* REIFEN QUERY*/
    .xsLabels .fa-camera {
        line-height: 20px !important;
    }

    #tblReifensuche span.msBild img.infos {
        margin-right: 2px !important; 
        margin-left: 2px !important;
        vertical-align: bottom;
        height: 15px;
        width: 35px; 
    }

    #tblReifensuche span.RunderneuertBild img.infos {
        margin-right: 2px !important; 
        margin-left: 2px !important;
        vertical-align: bottom;
        height: 35px !important;
        width: 18px; 
    }

    #tblReifensuche span img.infos { 
        /*vertical-align: top !important;*/
        margin-top: 3.5px; 
    }
    #tblReifensuche .xsLabels,
    #tblReifensuche .xsBestand {
        margin-top: 12px;
    }

    #tblReifensuche span.automarkenBild img.infos {
        width: 25px;
        height: 20px;
        margin-top: 0px !important;
    }

    #tblReifensuche span img.infos {
        height: 13px;
        width: 13px; 
    }




    #tblReifensuche .runflat { height: 11px !important; width: 31px !important; margin-right: 2px !important; margin-left: 2px !important;}
    #tblReifensuche .btnAngebot { min-width: 85px !important; }
    #tblReifensuche .btnAddWarenkorb {margin-top: 5px !important;}
    #tblReifensuche > tbody > tr > td { vertical-align:top !important;}
    #tblReifensuche > tbody > tr > td.noPadding-xs { padding: 0 !important; }
    #tblReifensuche .mobile_saison img.infos{height: 13px; width: 13px; }
    #tblReifensuche > tbody > tr > td { padding: 2px !important; }
    #tblReifensuche { font-size: 12px; white-space: nowrap; }
    #tblReifensuche .inpqte {width: 35px !important;}
    #tblReifensuche > tbody > tr > td {padding: 2px !important;}
    #tblReifensuche > tbody > tr > td .word-xs-wrap {width: 130px !important; padding-right: 5px !important; white-space: normal !important; }

    .btnAngebot {
        padding: 5px;
    }

}

/*SAMSUNG S6 Optzimized*/
@media (min-width: 375px), (min-width: 360px) { 
    /* REIFEN QUERY*/
    #tblReifensuche > tbody > tr > td { vertical-align:top !important; }
    #tblReifensuche > tbody > tr > td .word-xs-wrap  {width: 137px !important; white-space: normal !important; padding-right: 5px !important;}
    #tblReifensuche .mobile_saison img.infos { height: 13px; width: 13px;}
    #tblReifensuche > tbody > tr > td { padding: 2px !important; }
    #tblReifensuche {font-size: 12px !important; white-space: nowrap; }
    #tblReifensuche .inpqte {width: 35px !important; }

    /* Zentrierring*/
    #tblZentrierring .mobile {
        min-width: 180px !important;
    }




}

@media (min-width: 425px) {
    /* REIFEN QUERY*/
    /*#filter-inputs > div { padding: 0px !important; }*/

    #tblReifensuche > tbody > tr > td {vertical-align:top !important; }
    #tblReifensuche > tbody > tr > td.noPadding-xs {padding: 0 !important; }
    #tblReifensuche > tbody > tr > td .word-xs-wrap { width: 200px !important; white-space: normal !important; }
    #tblReifensuche > tbody > tr > td {padding: 2px !important; }
    .mobile_saison img.infos {height: 13px; width: 13px;}
    #tblReifensuche { font-size: 13px; white-space: nowrap; }
    #tblReifensuche .inpqte { width: 50px !important; }

    /* Zentrierring*/
    #tblZentrierring .mobile {
        min-width: 120px !important;
        text-align: right !important;
    }

    .btnAngebot {
        text-align: left;
        padding: 2px;
        /*font-size: 12px;*/

    }
}


@media (min-width: 576px) { 


    /* REIFEN QUERY*/
    /*#filter-inputs > div { padding: 0px !important; }*/
    #tblReifensuche > tbody > tr > td {vertical-align:top !important; }
    #tblReifensuche > tbody > tr > td.noPadding-xs {padding: 0 !important; }


    /* Mischbereifung  START*/
    #ReifenResult .profil_sm .schneeflocke {
        height: 20px;
    }

    #tblReifensuche > tbody > tr > td .word-xs-wrap,
    #ReifenResult .profil_sm
    {
        width: 170px !important; white-space: normal !important; 
    }
    /* Mischbereifung  STOP */
    #tblReifensuche > tbody > tr > td {padding: 2px !important; }
    .mobile_saison img.infos {height: 13px; width: 13px;}
    #tblReifensuche { font-size: 13px; white-space: nowrap; }
    #tblReifensuche .inpqte { width: 50px !important; }

    .text-xs-left { text-align: left; }
    .text-xs-right { text-align: right; }
    .text-xs-center {text-align: center; }
    #ajaxAutomarken button{padding: 2px;}
    .noPadding-xs { padding:0; }
    #ReifenResult #tblReifensuche .iconprofil{
        max-height: 15px;
    }

}


@media (min-width: 1200px) { 
    /* REIFEN QUERY*/
    #tblReifensuche > tbody > tr > td { vertical-align:middle !important; }
    #tblReifensuche { font-size: 14px !important; line-height: 1.42857143; }
    .noPadding-lg { padding:0; }
    .noPadding-lg-left {padding-left: 0; }

    .checkAutomarke > button {
        height: 33px; 
        width: 49px;
        padding: 1px 2px 2px 2px;
    }

    #previnputFields {
        overflow:hidden;
    }
    #divpreviewAngebot {
        padding-left: 25px;
    }
    /* Zentrierring*/
    #tblZentrierring .mobile {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    #Reifensuche_Header .checkSaison button{
        width:32%;
    }
}

@media (min-width: 736px) {


    #tblReifensuche span img.automarkenBild {
        height: 30px !important;
        width: 39px !important;
    }

    #tblReifensuche .schneeflocke {
        margin-top: 2px !important;
        min-height: 23px !important;
    }


    #tblReifensuche .msBild  {
        margin-top: 7px !important;
        vertical-align: bottom;
        height: 12px !important;
        width: 30px !important; 
    }

    #tblReifensuche .RunderneuertBild  {
        margin-top: 7px !important;
        vertical-align: bottom;
        height: 35px !important;
        width: 18px !important; 
    }
    

    #tblReifensuche .automarkenBild  { margin-top: 0px !important; }
    #tblReifensuche .iconprofil { height: 15px !important; }
    #tblReifensuche .reifenlabel {
        transform: scale(0.90);
        -webkit-transform: scale(0.90);
        -moz-transform: scale(0.90);
        width: 69px !important;
    }

    #tblReifensuche img.runflat {height: 10px !important; width: 30px !important; margin-top: 10px !important;}

    #tblReifensuche .bestandTextSize {
        font-size: 14px !important;
    }

    /*    #tblReifensuche .automarkenBilder img.infos:first-child {
            padding-top: 20px !important;
        }*/
    .removePadding {
        padding: 0px !important;
    }

    #tblReifensuche  .btnAngebot {
        min-width: 45px;
    }
    #tblReifensuche .labelsSM {
        min-width: 200px !important; 
    }

    #tblReifensuche .smSpacer {
        padding-right: 40px;
        padding-left: 50px;
    }
    /* REIFEN QUERY*/
    #tblReifensuche > tbody > tr > td { vertical-align:middle !important; }
    /*#tblReifensuche > tbody > tr > td.smTop { vertical-align:middle !important; }*/
    #tblReifensuche { font-size: 12px !important; }
    #tblReifensuche .word-xs-wrap {width: 100px !important; }

    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; } 


}


#Reifensuche_Header #mb_durchmesser::-webkit-inner-spin-button,
#Reifensuche_Header #mb_durchmesser::-webkit-outer-spin-button,
#Reifensuche_Header #mb_querschnitt::-webkit-inner-spin-button,
#Reifensuche_Header #mb_querschnitt::-webkit-outer-spin-button,
#Reifensuche_Header #mb_breite::-webkit-inner-spin-button, 
#Reifensuche_Header #mb_breite::-webkit-outer-spin-button,
#Reifensuche_Header #asr_breite::-webkit-inner-spin-button, 
#Reifensuche_Header #asr_breite::-webkit-outer-spin-button,
#Reifensuche_Header #asr_querschnitt::-webkit-inner-spin-button,
#Reifensuche_Header #asr_querschnitt::-webkit-outer-spin-button,
#Reifensuche_Header #asr_durchmesser::-webkit-inner-spin-button,
#Reifensuche_Header #asr_durchmesser::-webkit-outer-spin-button{


    -webkit-appearance: none;
    -moz-appearance:none;
    appearance: none;
    margin: 0; 

}

#Reifensuche_Header .pad-col {
    padding: 0 5px;
}

#Reifensuche_Header .pad-col-left {
    padding-left:  5px;
    padding-right: 0px;
}

#Reifensuche_Header .checkSaison button,#AluNew  .checkSaison button {
    height:38px;
    width: 50px;
}

#Reifensuche_Header #pagingReifen{
    border-top: 1px dotted #00A0E0;

}

/*#ReifenResult {
    min-height: 500px;
}*/


#ReifenResult #tblReifensuche{
    margin-top: 12px; 
}
#ReifenResult #tblReifensuche tr td{
    vertical-align: middle;
}
#ReifenResult #tblReifensuche tr td img{
    vertical-align: initial;
}

#ReifenResult #tblReifensuche .inpqte ,
#AluNew #felgenvoransicht .inpqte ,
#idStahlfelgen #tblStahlFelgen .inpqte  ,
#idreserverad #tblReserverad .inpqte,
#idSchlauch #tblSchlauch .inpqte {
    width: 67px;   
}

.spriteCarSilhouette {
    width: 100px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url(/storage/common/images/fahrzeug/carsilhouette30012018.png);
    background-size: 100px 690px;
    display: inline-block;
}



/* Schlauch Silhuette configs START */


/* Schlauch Silhuette configs END */





#tblReifensuche .bgstridle{
    background-position: 0 50px;
}

#idGetSchlauch .bgstrAnhänger ,
#schlauch_automarken .bgstrAnhänger ,
#tblReifensuche .bgstrAnhänger  {
    background-position: 12px -452px;
    background-size: 79px 507px;
}

#schlauch_automarken .bgstrPKW {
    background-position: 12px 0px;
    background-size: 79px 616px;
}


#idGetSchlauch .bgstrPKW,
#tblReifensuche .bgstrPKW {
    background-position: 12px 0px;
    background-size: 79px 507px;
}

#idGetSchlauch .bgstrMotorrad,
#schlauch_automarken .bgstrMotorrad,
#tblReifensuche .bgstrMotorrad{
    background-position: 12px -122px;
    background-size: 86px 509px;
}
#schlauch_automarken .noImage{
    padding:9px 26px 10px 27px;
}

#schlauch_automarken .bgstrEM,
#idGetSchlauch .bgstrEM,
#tblReifensuche .bgstrEM{
    background-position: 12px -408px;
    background-size: 86px 509px;
}

#tblReifensuche .bgstr4x4{
    background-position: 16px -37px;
    background-size: 78px 532px;
}


#tblReifensuche .bgstrKart,
#schlauch_automarken .bgstrKart {
    background-position: 15px -306px;
    background-size: 80px 511px;
}

#schlauch_automarken .bgstrLLKW {
    background-position: 21px -61px;
    background-size: 68px 408px;
}

#idGetSchlauch .bgstrLLKW,
#tblReifensuche .bgstrLLKW 
{
    background-position: 21px -61px;
    background-size: 68px 389px;
}

#idGetSchlauch .bgstrGartentraktor,
#schlauch_automarken .bgstrGartentraktor,
#tblReifensuche .bgstrGartentraktor   {
    background-position: 18px -167px;
    background-size: 73px 408px;
}

#idGetSchlauch .bgstrIndustrie,
#schlauch_automarken .bgstrIndustrie,
#tblReifensuche .bgstrIndustrie   {
    background-position: 13px -350px;
    background-size: 78px 461px;
}

#idGetSchlauch .bgstrATV,
#schlauch_automarken .bgstrATV,
#tblReifensuche .bgstrATV    {
    background-position: 15px -135px;
    background-size: 75px 427px;
}
#tblReifensuche .bgstrSchubkarre    {
    background-position: 20px -211px;
    background-size: 75px 418px;
}

#tblReifensuche .bgstrLKW {
    background-position: 20px -343px;
    background-size: 75px 418px;
}

#tblReifensuche .idle{
    background-position: 0 22px;
}

#tblReifensuche #tblReifensuche .placeholdersaison{
    width:25px;
    height:25px;
}
#Mischbereifung .labels .reifenlabel,
#ReifenResult #tblReifensuche  .labeltyre .reifenlabel {
    float: left;
    background: url("/storage/common/images/label/reifenlabel_farbe.png") no-repeat scroll 0 0px transparent;
    height: 30px;
    padding-left: 38px;
    padding-top: 7px; 
    width: 78px;
}

.reifenlabelDB-container {
    position: relative;
}

.reifenlabelDB-container img {
    display: block;
}

.reifenlabelDB {
    position: absolute;
    font-weight: bold;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: smaller;
    padding-right: 5px;
}



#Mischbereifung  .labels .nasshaftung,
#ReifenResult #tblReifensuche  .labeltyre .nasshaftung {
    background-position: 0 -66px;
}

#Mischbereifung .labels .kraft_A p,
#ReifenResult #tblReifensuche .labeltyre .kraft_A p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 0px;
}
#Mischbereifung .labels .kraft_B p,
#ReifenResult #tblReifensuche .labeltyre .kraft_B p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -46px;
}

#Mischbereifung .labels .kraft_C p,
#ReifenResult #tblReifensuche .labeltyre .kraft_C p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -92px;
}

#Mischbereifung .labels .kraft_D p,
#ReifenResult #tblReifensuche .labeltyre .kraft_D p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -138px;
}
#Mischbereifung .labels .kraft_E p,
#ReifenResult #tblReifensuche .labeltyre .kraft_E p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -184px;
}

#Mischbereifung .labels .kraft_F p,
#ReifenResult #tblReifensuche .labeltyre .kraft_F p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -230px;
}
#Mischbereifung .labels .kraft_G p,
#ReifenResult #tblReifensuche .labeltyre .kraft_G p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -276px;
}

#Mischbereifung .labels .nass_A p,
#ReifenResult #tblReifensuche .labeltyre .nass_A p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 0px;
}
#Mischbereifung .labels .nass_B p,
#ReifenResult #tblReifensuche .labeltyre .nass_B p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -46px;
}
#Mischbereifung .labels .nass_C p,
#ReifenResult #tblReifensuche .labeltyre .nass_C p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -92px;
}
#Mischbereifung .labels .nass_D p,
#ReifenResult #tblReifensuche .labeltyre .nass_D p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -138px;
}
#Mischbereifung .labels .nass_E p,
#ReifenResult #tblReifensuche .labeltyre .nass_E p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -184px;
}
#Mischbereifung .labels .nass_F p,
#ReifenResult #tblReifensuche .labeltyre .nass_F p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -230px;
}
#Mischbereifung .labels .nass_G p,
#ReifenResult #tblReifensuche .labeltyre .nass_G p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -276px;
}
#Mischbereifung .labels .Emission_1 p,#Mischbereifung .labels .Emission_2 p,#Mischbereifung .labels .Emission_3 p,
#ReifenResult #tblReifensuche .labeltyre .Emission_1 p ,#ReifenResult #tblReifensuche .labeltyre .Emission_2 p ,
#ReifenResult #tblReifensuche .labeltyre .Emission_3 p,
#ReifenResult #tblReifensuche .labeltyre .Emission_A p ,#ReifenResult #tblReifensuche .labeltyre .Emission_B p ,#ReifenResult #tblReifensuche .labeltyre .Emission_C p {
    background: url("/storage/common/images/label/reifenlabel_dB.png") no-repeat scroll 0 0px;
    width: 45px;
    height: 22px;
    padding-left: 5px;
    padding-top: 4px;
    font-size: 11px;
    font-weight: bold;
}

#ReifenResult #tblReifensuche .labeltyre .EPREL img{
    width: 37px;
    height: 23px;
    margin-left: 15px;
    margin-top: 7px;
    font-size: 11px;
}

#Mischbereifung .labels .Emission_,
#ReifenResult #tblReifensuche .labeltyre .Emission_ {
    background-position: 0 33px;
}
#Mischbereifung .labels .Emission_1,
#ReifenResult #tblReifensuche .labeltyre .Emission_1 {
    background-position: 0 -201px;
}
#Mischbereifung .labels .Emission_2,
#ReifenResult #tblReifensuche .labeltyre .Emission_2 {
    background-position: 0 -270px;
}
#Mischbereifung .labels .Emission_3,
#ReifenResult #tblReifensuche .labeltyre .Emission_3,
#ReifenResult #tblReifensuche .labeltyre .Emission_A,
#ReifenResult #tblReifensuche .labeltyre .Emission_B,
#ReifenResult #tblReifensuche .labeltyre .Emission_C {
    background-position: 0 -339px;
}

#Mischbereifung .reifenlabel   p,
#ReifenResult #tblReifensuche .labeltyre p {
    height: 22px;
}

#ReifenResult #tblReifensuche .popover .popover-content{
    color:black !important;
}
#ReifenResult #tblReifensuche .reifenbild,#idGetStahlFelgen #tblStahlFelgen  .reifenbild{
    max-height: 30px;
    max-width: 40px;
}
#ReifenResult #tblReifensuche .reifenbildbig {   
    max-width: 250px;
}

.option_class{
    height: 162px;
    width: 92px;
    overflow-y: scroll;
    background: #fff;
    position: absolute;
    border: 1px solid #999;
    z-index: 1;   
    padding:0;

}
#option_hersteller,#option_profil{
    width: 178px;
}
.option_class div:nth-child(odd) {
    background: #CCC;
}

.option_class div.selected, .option_class div:hover{
    background-color:#00A0E0;
    color:white;
}

.option_class div {
    padding: 6px 12px;
    cursor:pointer;
}



/* Stahlfelgen */

.text-dunkelgrun {
    color: #2f792f; 
}
/*FOOTER*/




footer {
    margin-top: 15px;
    border-top: #58ACFA 5px solid;
}

footer #footer_top{
    background-color: #292727;
    padding: 20px 0;
    color: #bbb;
}
footer #footer_top ul{
    list-style-type:square;
}

footer #footer_top .title img{
    width: 80%;
    max-height: 200px;
}

footer #footer_top .title{
    font-size: 20px;
    text-transform: uppercase;

}



footer #footer_bottom{
    padding: 10px 0;
    background: #222;
    border-top-color: #292929;
    font-size: 12px;
    color: #bbb;
}
footer #RTkomm .row:nth-child(even){
    background-color: rgba(76, 76, 76, 0.39);
}

footer  a{    
    color: #aaa;  
}
footer  a:hover{    
    color: #eee;  
}
footer #footer_bottom span {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #505050;
}
footer #footer_bottom span:first-child {
    border-left: none;
}
footer #footer_bottom .title{
    font-size: 18px;
}
footer #footer_bottom .content{
    font-size: 12px;
}

/* Warenkorb */

/* Warenkorb Angebot */

.btnMischbereifungAngebot,
.btnWarenkorbEinzelAngebot {
    width: 100% !important;
}

.WarenkorbAngebotMulti button{
    margin-left: 3px !important; 
    width: 98% !important;
    height: 100% !important;
}
.WarenkorbAngebotMulti {
    padding: 0px !important;
    vertical-align: top !important;
}

/*stripedGruppe und StripedWarenkorbGruppe sind die Farben der Gruppen  */
.stripedGruppe > td {
    background-color: #eee;
}
.stripedWarenkorbGruppe > td {
    background-color: #f8f8f8 !important; 
}

.customcheckboxesSizerWarenkorb {
    height: auto;
}

#tblWarenkorb .alterPreis {
    color:red;
    text-decoration: line-through;
}

#tblWarenkorb .borderTop td {
    border-top: 1px solid black;
}

#tblWarenkorbheader tr td{
    padding: 7px;
}

#Warenkorb .wkbuttons .btn{
    width:200px;
}

/*
    ******************************** Verkaufseinstellungen ******************************** 
*/


.iconVerkaufeinstellung{
    width: 15px;
}

#verkaufseinstellungen .input-group-addon {
    min-width:49px;
}

.tabVerkaufsEinstellungBorder {
    border-right: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

#verkaufseinstellungFelgen,
#verkaufseinstellungReifen {
    border-left: 1px solid #ddd ;


}

#verkaufseinstellungFelgen span.spanPadding,
#verkaufseinstellungReifen span.spanPadding {
    padding:8px;
}

.noPadding {
    padding: 0;
}

.HeightSetter{
    max-height:100px !important;
}



#imageFile .btn-DeleteImage {
    margin-left: 20px;
}

#verkaufsTab li {
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;

}

#verkaufsTab li:last-child {

    border-right: 1px solid #d6d6d6;    
}


#selectVerkaufseinstellung {
    border: 1px solid #d6d6d6;
}

#verkaufsTab > li a.active{ 

    color: #fff !important;
    /*font-weight: bold;*/
    background: #00A0E0;
}

/*#verkaufsTab li a{ 
    color: #00A0E0; 
    border-radius: 0;
}*/
/*#verkaufsTab li a:hover { 
    color: #00A0E0;
}*/

/*Alufelgenkonfigurator*/


#md_Loading .modal-dialog{
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

#md_Loading .modal-dialog .modal-content{
    background-color: transparent;
    border: none;
}




.mdWarenkorbCheck{
    float: right;
    margin-top: 8px;
    margin-right: 55px;
}

#mPkw_Farben img:hover {
    cursor:pointer;
    border: 1px solid #666666;
    transform: scale(1.2);
}

.mdWarenkorbCheck a:hover{
    text-decoration: none; 
}

#AluNew #alu-content {

    padding:25px;

}
#AluNew #alu-content .list-group-item {
    border-left: initial;
    border-right: initial;  
    padding: 0px;
}
#AluNew #alu-content .list-group-item:first-child {
    border-top: initial;
}
#AluNew #alu-content .list-group-item:last-child{
    border-bottom: initial;
}

#AluNew .ulAuto {
    height: 411px;
    overflow-y: scroll;
    border: 1px solid #ddd;
}

#AluNew .ulAuto li div {   
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-color: transparent; 
    padding: 8px 50px;
    cursor: pointer;
}

#AluNew .ulAuto li  a {    
    color:black;
}

/*#AluNew .ulAuto li:hover {   
    background-color: #00A0E0; 
    color:white;
}*/

/*#AluNew .ulAuto li:hover a {    
    color:white;
}*/


#AluNew #tblMotorisation tr , #AluNew #tblTyp tr  {
    cursor: pointer;
}

#AluNew #tblMotorisation tr:hover td , #AluNew #tblTyp tr:hover td {
    background-color: #00A0E0; 
    color:white;
}

#AluNew .felge.col-xsp{
    width: 50%;
}
@media (min-width: 768px) {
    #AluNew .felge.col-smp{
        width: 25%;
    }
}
@media (min-width: 992px) {
    #AluNew .felge.col-mdp{
        width: 20%;
    }
}
@media (min-width: 1200px) {
    #AluNew .felge.col-lgp{
        width: 12.50%;
    }
}


#AluNew .felge{
    cursor:pointer;
    /*width:10%;*/
    /*width:12%;*/
    float:left;
    position: relative;
    min-height: 1px;
    /*    padding-right: 15px;
        padding-left: 15px;*/
    border-right:  1px solid lightgrey;
    border-bottom:  1px solid lightgrey;
    height: 325px;
    padding-right: 3px;
    padding-left: 3px;
    /*    width: 12em;*/
}



#AluNew .felge:nth-child(even) {
    background: #eaeaea;
}

#AluNew .felge:hover{
    background-color: #00A0E0; 
    color:white;
}

#AluNew .felge:hover a {

    color:white;
}

#AluNew .felge:nth-child(10n) {
    border-right:  none;
}
#AluNew .felge:nth-last-child(-n+10) {
    border-bottom:  none;
}
#AluNew .felge .felge_bild{
    height: 110px;
    text-align: center;
    background: url(/storage/common/images/artikel/shadow.png) no-repeat 3px 68px transparent;
    background-size: 152px 40px;
}
#AluNew .felge .felge_bild img{
    width:95px;
}

#AluNew .felge .modell {
    font-size: 12px;
}
#AluNew .felge .farbe {
    font-size: 11px;
}

#AluNew .felge .dp{
    height:28px;
}
#AluNew .felge .durchmesser  a {
    border: 1px solid black;
    padding: 3px;
    background-color: #00A0E0;
    color: white;
}
#AluNew #AuswahlZoll a {
    /*border: 1px solid black;*/
    padding: 3px;
}
#AluNew #AuswahlZoll .selected a {
    background-color: #00A0E0;
    color: white;
}

#AluNew .felge .durchmesser  a:hover,#AluNew #AuswahlZoll a:hover {
    background-color: white;
    color: #00A0E0;
}

#AluNew .felge .schrmd {
    position: absolute;
    right: 0px;
    z-index: 100;
}


#AluNew .felge .schrmd img {
    width: 32px;
}
#AluNew .felge .schrmd button {
    padding: 3px 6px;
}

#AluNew #Felge_Ansicht img {
    width:100%;
}
#AluNew .ulFilter {  
    border: 1px solid #ddd;
    padding: 0;
}
#AluNew .ulFilter .selected {  
    background-color: #00A0E0; 
    color:white;
}
#AluNew .ulFilter li {
    padding: 8px 15px !important; 
    color:black; 
    cursor:pointer;
}
#AluNew .ulFilter li:hover {   
    background-color: #00A0E0; 
    color:white;
}

#AluNew .filterlow{
    height: 147px;
    overflow-y: scroll;

}
#AluNew .filterheigh{
    height: 186px;
    overflow-y: scroll;   
}

#AluNew #alu-content{
    padding: 0;
    margin: 0;
}

#AluNew #content_felgen{
    overflow-y:  scroll;
    height: 651px;
}

#AluNew #jsMontage3D{
    z-index: 99; position: relative;
}
#AluNew #selectDurchmesser .col-lg-2{
    padding:0;
    margin-right: 5px;
}
#AluNew #selectDurchmesser .col-lg-2 div  {
    border: 1px solid lightgrey;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
}

#AluNew #selectDurchmesser .col-lg-2:hover {
    background-color: #00A0E0;
    color: white;
}
#AluNew #selectDurchmesser .col-lg-2.selected {
    background-color: #00A0E0;
    color: white;
}

#AluNew .scale3 {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
}
#AluNew .scale5 {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
}


#AluNew .scale8 {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
}

#AluNew #mVorschau_ContentFelge{
    min-height: 321px;
}

#AluNew #mVorschau_ContentFelge #mVorschau_Content3D{
    float: left;
}

#AluNew #mVorschau_ContentFelge #mVorschau_Content2D{
    margin-left: -68px;
}

#AluNew #mVorschau_Content3D .left {
    background: url(/storage/common/images/pfeile/pfeilLinks.png) transparent;
    background-size: 100px;
    height: 60px;
    left: 100px; 
    width: 100px;
}

#AluNew #mVorschau_Content3D .right {
    background: url(/storage/common/images/pfeile/pfeilRechts.png) transparent;
    background-size: 100px;
    height: 60px;
    left: 930px;
    width: 100px;
}

#AluNew #mVorschau_Content3D .left, #AluNew #mVorschau_Content3D .right {
    position: absolute;
    top: 368px;
    cursor: pointer;
    z-index: 200;
}

#AluNew #mVorschau_ContentFelge .auto {
    min-height: 300px;
}

#definierteFelge .auto{
    min-height: 300px;
    float:left;
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
}

#definierteFelge .auto{
    min-height: 300px;
    float:left;
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
}

#definierteFelge #definierteFelgeContent{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding:15px;
}

#definierteFelge .tabicon{
    height: 64px;
}


@media (min-width: 1200px) {
    #definierteFelge .auto{       
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
    }
}



#AluNew .check {
    display: none;
    position: absolute;
    left: 38px;
    top: -8px;
}
#AluNew .check.selected {
    display: initial;
}
#AluNew .check img {
    opacity: 1 !important;
    border:none !important;;
}


#AluNew #zoom i{
    cursor: pointer;
}


#AluNew #tblFelgenReifen{
    margin-top: 12px; 
}
#AluNew #tblFelgenReifen tr td{
    vertical-align: middle;
}
#AluNew #tblFelgenReifen tr td img{
    vertical-align: initial;
}

#AluNew #definierteFelge .inpqte{
    width: 67px;   
    margin-right: 5px;
}


#AluNew #tblFelgenReifen  .labeltyre .reifenlabel {
    float: left;
    background: url("/storage/common/images/label/reifenlabel_farbe.png") no-repeat scroll 0 0px transparent;
    height: 30px;
    padding-left: 38px;
    padding-top: 7px;
    width: 78px;

}

#AluNew #tblFelgenReifen  .labeltyre .nasshaftung {
    background-position: 0 -66px;
}


#AluNew #tblFelgenReifen .labeltyre .kraft_A p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 0px;
}
#AluNew #tblFelgenReifen .labeltyre .kraft_B p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -46px;
}
#AluNew #tblFelgenReifen .labeltyre .kraft_C p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -92px;
}
#AluNew #tblFelgenReifen .labeltyre .kraft_D p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -138px;
}
#AluNew #tblFelgenReifen .labeltyre .kraft_E p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -184px;
}
#AluNew #tblFelgenReifen .labeltyre .kraft_F p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -230px;
}
#AluNew #tblFelgenReifen .labeltyre .kraft_G p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -276px;
}

#AluNew #tblFelgenReifen .labeltyre .nass_A p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 0px;
}
#AluNew #tblFelgenReifen .labeltyre .nass_B p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -46px;
}
#AluNew #tblFelgenReifen .labeltyre .nass_C p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -92px;
}
#AluNew #tblFelgenReifen .labeltyre .nass_D p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -138px;
}
#AluNew #tblFelgenReifen .labeltyre .nass_E p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -184px;
}
#AluNew #tblFelgenReifen .labeltyre .nass_F p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -230px;
}
#AluNew #tblFelgenReifen .labeltyre .nass_G p {
    background: url("/storage/common/images/label/reifenlabel_werte.png") no-repeat scroll 0 -276px;
}
#AluNew #tblFelgenReifen .labeltyre .Emission_1 p ,#AluNew #tblFelgenReifen .labeltyre .Emission_2 p ,#AluNew #tblFelgenReifen .labeltyre .Emission_3 p {
    background: url("/storage/common/images/label/reifenlabel_dB.png") no-repeat scroll 0 0px;
    width: 45px;
    height: 22px;
    padding-left: 5px;
    padding-top: 4px;
    font-size: 11px;
    font-weight: bold;
}

#AluNew #tblFelgenReifen .labeltyre .Emission_ {
    background-position: 0 33px;
}

#AluNew #tblFelgenReifen .labeltyre .Emission_1 {
    background-position: 0 -201px;
}

#AluNew #tblFelgenReifen .labeltyre .Emission_2 {
    background-position: 0 -270px;
}

#AluNew #tblFelgenReifen .labeltyre .Emission_3 {
    background-position: 0 -339px;
}
#AluNew #tblFelgenReifen .labeltyre p {
    height: 22px;
}


#AluNew #tblFelgenReifen .popover .popover-content{
    color:black !important;
}
#AluNew #tblFelgenReifen .reifenbild {
    max-height: 30px;
    max-width: 40px;
}
#AluNew #tblFelgenReifen .reifenbildbig {   
    max-width: 250px;
}

#AluNew #hdtblFelgenReifen{
    height: 789px;
    overflow: scroll;
}

#AluNew .ekvk button.btn{
    margin-bottom: 7px;
}

#AluNew #mRDKS .modal-body{
    padding-top: 0;
}

#AluNew .rdkscol{
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}
#AluNew .rdkscol .bild{
    height: 230px;
}

#AluNew .rdkscol .bild img{
    height: 230px;
}

#AluNew .rdkscol table{
    background-color: white;
}

#AluNew #definierteFelge #imgFelgeVorschauZoom:hover{
    cursor:pointer;
    opacity: 0.8;
}

#AluNew .reifensplit{
    background-color: #cacaca;
}

#AluNew .mySearch {
    background-image: url(/storage/common/images/icon/searchicon.png);
    background-position: 7px 7px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 17px;
    padding: 6px 21px 6px 33px;
    border: 1px solid #ddd;  
}

#AluNew #dFilter .list-group-item:first-child {
    border-top-left-radius: 0px; 
    border-top-right-radius: 0px;
}
#AluNew #selectFarbe img{
    opacity:0.5;
    cursor:pointer;
    border: 1px solid;
    border-color: rgba(0,0,0,0.25);
}
#AluNew #selectFarbe img:hover{
    opacity:1;
}

#AluNew #selectFarbe img.selected{
    opacity:1;
}
#AluNew #selectFarbe div{
    margin-bottom: 10px;
}

#AluNew #zoomwheel{
    float: right;
    margin-right: 55px;
    cursor:pointer;
    margin-top: 15px;
}

#AluNew #zoomwheel:hover{
    opacity:0.5;
}

/* Zubehor */
#ZubehorSideBar {
    /*    border: 1px solid #00A0E0;
        background: #00A0E0;*/
    color: #fff;
}


#zubehor .image {
    width: 100%;
}
#zubehor .productContainer .panel-footer{
    min-height: 50px !important;
}

#zubehor  .productContainer  .panel-heading {
    min-height: 20px !important;
}

#zubehor div.section1Footer img{
    height: 158px !important;
    width: 158px !important;
    margin: auto !important;

}


.costumHover:hover {
    /*border: 1px solid #337AB7 !important;*/
    text-decoration: none;
    -webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
}

#zubehor .productContainer .productImage {
    height: 141px !important;
    width: 141px !important;
    margin: auto !important;
}

#insertZentrierring .popover.right .arrow,
#idGetSchlauch .popover.right .arrow 
{
    visibility:hidden;
}

.imageInPopover{
    width:245px;
}

.pointerHover:hover{
    cursor:pointer;
}

#zubehor .productContainer .inpZubehorAnz {
    width: 55px;
    margin-right: 5px;
}
#zubehor .noDeco {
    text-decoration: none;
}


/******************************** Logins ********************************/
#kd_Konto_idLogins #tblLoginListe .lgbestellbest,
#kd_Konto_idLogins #tblLoginListe .lgLieferschein {
    width: 150px;
    text-align: center;
}

#editLoginDaten #edt_Lieferschein,
#editLoginDaten #edt_Bestellbestatigung,
#mdNeueRBenutzer #cr_Lieferschein,
#mdNeueRBenutzer #cr_Bestellbetatigung,
#tblLoginListe .lgLieferschein button,
#tblLoginListe .lgbestellbest button {
    min-width: 34px;
    min-height: 30px;
}

#tblLoginListe .lgbestellbest {
    min-width: 112px;
}



#kd_Konto_idLogins [type="checkbox"]{
    cursor: pointer;
}

#kd_Konto_idLogins .btnLoginEdit {
    cursor: pointer;
}

.DateWarning{
    color:#d12a3b !important;
}

.noDisco{
    min-height: 750px;
}

/*Belege.php*/

/*Paketliste Modal*/
#ModalPaketeListe .tdNoPadding {
    padding: 0px !important;
}

#id_kd_bl_bestellungen .vorausOrange {
    background-color: #f0ad4e;
    color: #fff !important;
}

#id_kd_bl_bestellungen .vorausRot {
    background-color: #d9534f;
    color: #fff !important;
}

#id_kd_bl_bestellungen .vorausGrun {
    background-color: #5cb85c;
    color: #fff !important;
}
#id_kd_bl_bestellungen .vorausNeutral {
    color: black !important;
    /*background-color: #9e9e9e;*/
}
#id_kd_bl_bestellungen .vorausLieferClass.well button {
    height: 30px;
    width: 40px;
}

#btnProblemfaelle {
    font-size: 18px;
}

#id_kd_bl_bestellungen .vorausLieferClass.well  {
    font-size: 14px !important; 
    min-width: 150px;
    padding: 5px 0px!important;
    /*height: 34px;*/
    text-align: center;
    vertical-align: middle !important; 
}
#id_kd_bl_bestellungen .well i{
    font-size: 20px !important;

}
#id_kd_bl_bestellungen .well{
    font-size: 16px !important;
    color: black !important;
    margin: 0px !important;
    padding: 10px !important;
    z-index: 999999;
}



.einzelPreisVk {
    width: 50px;
}

.gruppenFarbe { 
    background-color: #e8e8e8;
}

#Belegespacer {
    margin-top: 15px;
} 



#AngebotSubmenu.nav-tabs,
#belegSubmenu.nav-tabs {
    border: 0;
}
#AngebotSubmenu li.active:first-child,
#belegSubmenu li.active:first-child{
    border-bottom: 1px solid;
}

#AngebotSubmenu li a,
#belegSubmenu li a{
    background: #CCC;
    color: #333 !important;
    border: 1px solid #d6d6d6;
    /*border-bottom: 1px solid #009fe0;*/
}

#AngebotSubmenu li a:hover,
#belegSubmenu li a:hover {
    background: #ddd;
    color: #333 !important;

}
#AngebotSubmenu li.active a,
#belegSubmenu li.active  a {
    /*border-right: 1px solid #009fe0;*/
    /*border-left: 1px solid #009fe0;*/
    /*border-top: 1px solid #009fe0;*/
    /*border-bottom: 1px solid #f8f8f8;*/
    background: #f8f8f8;
    color: #333 !important;
}


.btnAngebotSaison[data-id="slick"] { 
    width: 100px;
}

.btnAngebotSaison img {
    height: 20px;
}



.btnBelegSaison[data-id="slick"] { 
    width: 100px;
}

.btnBelegSaison img {
    height: 20px;
}

#frm_kd_bl_Suche .breite {
    position: relative;
}

.SelectedRow{
    background-color: #bedbf9!important;
}

#frm_kd_bl_Suche .option_class {
    position: absolute;
    height: 162px;
    width: 92px;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #999;
    z-index: 1;
    padding: 0;
}

#frm_kd_bl_Suche .option_class div.selected {
    background:#00A0E0;
    color: #fff;
}

#frm_kd_bl_Suche .option_class div:nth-child(odd) {
    background:#ccc;
}

#frm_kd_bl_Suche .option_class div {
    padding: 6px 12px;
    cursor: pointer;
}
#frm_kd_bl_Suche .option_class div:hover {
    background: #00A0E0;
    color: #fff;
}

#frm_kd_bl_Suche .option_class .selected {
    background: #00A0E0 !important;
}

.nohoverRechnung:hover{
    color:#333!important;
}

.pointerHover:hover{
    cursor:pointer;
}
#insertRotyreKundeBeleg .PdfOpen button img{
    max-height: 30px;
}

/*  offline index  */

#contentoff{
    background-color: #ffffff;
    padding: 0px 15px 15px 15px;

}
.h1start{
    color: rgb(102, 102, 102);
    font-weight: 800;
    font-family: "Open Sans";
    font-size: 60px;
}

.h3start{
    font-family: "Open Sans";
    color: rgb(102, 102, 102);
    font-weight: 300;
    font-size: 34px;
}
.spanhomel{
    background-color: #666666;
    padding: 9px;
    color: white;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
}
#contentoffhome{
    background-color: #ebebeb
}

#row2home{
    margin-top: -91px;
    display: inline-block;
}
#footerhome button{
    float:left
}

#footerhome img{
    padding:7px;
    max-width: 56px;
}

#footerhome p{
    margin-left: 88px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: bold;
}

.spacermitarbeiter{
    margin-top: 15px;
}

.wrapped_img, .wrapped_video {
    background: #f1f1f1;
    border: #e2e2e2 1px solid;
    border-radius: 5px;
    padding: 5px;
    display: block;
    position: relative;
}

.kontaktline{
    line-height: 2 !important;

}

/*   kontoeinstellung daten*/


.customcheckBoxTage {
    width: 74px;
}
/*.customcheckboxesSizer{
    width:40px!important;
    float:left;
}*/
.customcheckboxesSizerTage.active{
    background-color:#d0d0d0!important;
    /*border-color: #000000!important;*/
    box-shadow: inset  0px 0px 5px #000000;
}
.customcheckboxesSizerTage{
    background-color:#dddddd!important;
    width:65px!important;
    margin-left:12px;
    float:left;
}

.customcheckboxesSizerMitText{
    width:100px!important;
    margin-left:12px;
    float:left;
}
.customcheckboxesSizerMitGrText{
    width:160px!important;
    margin-left:12px;
    float:left;
}

.Telefon-group .form-control{
    width:70%;
}
.Telefon-group .selecter{
    width:30%;
}
.first.customcheckboxesSizerTage{
    cursor: not-allowed;

}

/*Belege rechnung*/ 
.btnPakete {
    min-width: 120px !important;
} 

.customcheckboxesSizerMitGrTextMargin{
    /*width:130px!important;*/
    margin-bottom:12px;
    margin-right:6px;
    margin-top:12px;
}


.header-padding {
    padding: 5px;
}


/**************** ANGEBOT ****************/

#previnputFields .previewInfos table tr td {
    padding: 2px !important;
}
#angebotWarenkorb_kd_notiz,
#angebot_kd_notiz,
.signatur_info {
    resize:vertical !important; 
    min-height: 130px !important; 
}

.hideSignatur {
    padding: 0px !important;
}

#previewAngebot .angebot_kd_vk,
#previewAngebot .angebot_kd_anzahl,
#previewAngebot #angebot_kd_vk, 
#previewAngebot #angebot_kd_anzahl {
    width: 35px;
}

#previewAngebot .gerauschklasseLabelTxt {
    margin-left: -20px !important;
    font-size: 8px !important;
}
#previewAngebot td.GesamtBezahlenBetrag2 { 
    border-right: 1px solid black !important; 
    border-top: 1px solid black !important; 
}

#angebot_kd_notiz {
    height: 85px !important; 
}
#previewAngebot td.GesamtBezahlenBetrag1 { 
    border-left: 1px solid black !important; 
    border-top: 1px solid black !important; 
}

#previewAngebot td#GesamtBezahlenSteuer {
    border-left: 1px solid black !important; 
    border-bottom: 1px solid black !important; 
    border-right: 1px solid black !important; 
}

/*
.prevEndkundeInfo {
    /*padding-left: 10px !important;
    /*background: #ccc;
}*/


.prevSpacer {
    border-bottom: 1px solid #888!important;
}

#previewAngebot {
    font-size: 10px;

}

/*#angebot_chkInfo1,
#angebot_chkInfo2, 
#angebot_chkInfo3
{
    width: 26px;
}*/

#angebotWarenkorb_anzahl1,
#angebotWarenkorb_anzahl2,
#angebotWarenkorb_anzahl3,
#angebotWarenkorb_txtAmount1,
#angebotWarenkorb_txtAmount2,
#angebotWarenkorb_txtAmount3,
#angebot_anzahl3,
#angebot_anzahl2,
#angebot_txtAmount3,
#angebot_txtAmount2,
#angebot_anzahl1,
#angebot_txtAmount1 {
    width: 60px;
}


/*#angebot_txtInfo3,
#angebot_txtInfo2,
#angebot_txtInfo1 {
    width: 350px !Important;
}*/

#angebotWarenkorb_txtInfo1,
#angebotWarenkorb_txtInfo2,
#angebotWarenkorb_txtInfo3 {
    width: 270px !important;
}
#modalMischAngebot .headerBorderBottom,
#modalWarenkorbAngebot .headerBorderBottom,
#modalAngebot .headerBorderBottom {
    border-bottom: 1px solid black !important;
    color: #fff !important;
}

#modalMischAngebot .headerBorderTop,
#modalWarenkorbAngebot .headerBorderTop, 
#modalAngebot .headerBorderTop {
    border-top: 1px solid black !important;
}
#modalMischAngebot #modalMischAngebotBody table tbody tr td,
#modalWarenkorbAngebot .modalAngebotBody table tbody tr td,
#modalAngebot #modalAngebotBody table tbody tr td
{
    padding: 0 10px 0 10px; 
    border: 0;
}
#modalMischAngebot .modalAngebotBody table#previewAngebot,
#modalWarenkorbAngebot .modalAngebotBody table#previewAngebot,
#modalAngebot #modalAngebotBody table#previewAngebot {
    /*width: 494px;*/
    padding: 20px !important;
    /*min-height: 500px;*/
    border: 1px solid #90a3b2;
    border-radius: 3px;
    -webkit-box-shadow: 6px 6px 6px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 6px -6px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 6px -6px rgba(0,0,0,0.75);
    word-wrap: break-word !important;
}

#modalMischAngebot .modalAngebotBody .angebot_notiz,
#modalWarenkorbAngebot .modalAngebotBody .angebot_notiz,
#modalAngebot #modalAngebotBody .angebot_notiz {
    word-wrap: break-word !important;
}

/* Schlauch */
.ventilImageHover {
    width: 30px;
    height: 30px;
}


#idSchlauch #frmSchlauch .anzahl {
    padding-left: 0 !important;
}


/* Kontoseinstellung Sucheinstellung */
#Sucheinstellungen { 
    min-height: 585px;
}




/* VK EK Buttons für die einzelnen Geräte ein/aus schalten */

/* START */
@media (min-width: 320px) and (max-width: 1023px) {
    #Reifensuche_Header .hidden1 {display: none; }
    #Reifensuche_Header .hidden2  {display: block; }
    #Reifensuche_Header .hidden3 {display: none; }
}

@media (min-width: 960px) and (max-width: 1439px) {

    #Reifensuche_Header .hidden1 {display: block; }
    #Reifensuche_Header .hidden2  {display: none; }
    #Reifensuche_Header .hidden3 {display: none; }
}

@media (min-width: 1440px) and (max-width: 1899px) {

    #Reifensuche_Header .hidden1 {display: none; }
    #Reifensuche_Header .hidden2  {display: none; }
    #Reifensuche_Header .hidden3 {display: block; }
}


@media (min-width: 2000px) {
    #Reifensuche_Header .hidden1 {display: block; }
    #Reifensuche_Header .hidden2  {display: none; }
    #Reifensuche_Header .hidden3 {display: none; }
}
/* STOP */

@media (min-width: 1440px) {

    #mischbereifung .qteMisch,
    #mischbereifung #asr_qteMisch {
        width: 63px;
        padding: 0 10px 0 15px;
        text-align: center;
    }

    .WarenkorbAngebot {
        min-width: 20px !important; 
    }
    .warenkorbSpacer {
        margin-bottom: 17px !important;
    }
    .warenkorbSpacer2 {
        margin-bottom: 25px !important;
    }

    #ReifenResult #tblReifensuche .msBild{
        width: 40px;
        height: 12px;
    }
    #ReifenResult #tblReifensuche .RunderneuertBild{
        width: 18px;
        height: 35px;
    }
    

    #ReifenResult #tblReifensuche .runflat{
        margin-top: 5px !important;
        height: 12px !important;
        min-width: 28px !important;
        margin: 0px;
        padding: 1px;
    }

    #tblReifensuche .iconprofil  {
        height: 15px; 
    }

    #tblReifensuche .autoMarkenBild img {
        min-width: 40px !important;
        min-height: 30px !important;
    }

    #tblReifensuche span img.infos { 
        width: 23px; 
        height: 20px;
    }


    #tblReifensuche .reifenlabel {
        transform: scale(0.90);
        -webkit-transform: scale(0.90);
        -moz-transform: scale(0.90);
    }

    #tblReifensuche img.runflat {height: 30px !important; min-width: 100px; }
    #tblReifensuche .ekPreis,
    #tblReifensuche .bestand {
        font-size: 16px !important;
    }
    #tblReifensuche .mobile_saison img.infos{height: 13px; width: 13px; }

    #Reifensuche_Header #mb_breite,#Reifensuche_Header #mb_querschnitt,
    #Reifensuche_Header #mb_durchmesser, 
    #Reifensuche_Header .mischloadindex, #Reifensuche_Header .mischspeedindex,
    #Reifensuche_Header .qte, #Reifensuche_Header .breite,#Reifensuche_Header .durchmesser, #Reifensuche_Header .querschnitt,
    #Reifensuche_Header #asr_qte, #Reifensuche_Header #asr_breite,#Reifensuche_Header .loadindex, #Reifensuche_Header .speedindex,
    #Reifensuche_Header #asr_querschnitt, #Reifensuche_Header #asr_durchmesser { 
        width: 63px;
        text-align: center;
    }
    #Reifensuche_Header .hersteller,
    #Reifensuche_Header .profil {
        padding-left: 0px !important;
    }
}


/*REIFEN SUCHE */

#Reifensuche_Header .mischprofil,
#Reifensuche_Header .profil {
    width: 100px !important;
}

#Reifensuche_Header .mischhersteller,
#Reifensuche_Header .hersteller {
    width: 130px !important;
}

.mischloadindex {
    width:63px;
}

.ean {
    width: 140px;
}

/*
#Reifensuche_Header #mb_breite, #Reifensuche_Header #mb_querschnitt, #Reifensuche_Header #mb_durchmesser, 
#Reifensuche_Header .mischloadindex, #Reifensuche_Header .mischspeedindex, #Reifensuche_Header .qte, 
#Reifensuche_Header .breite, #Reifensuche_Header .durchmesser, #Reifensuche_Header .querschnitt, 
#Reifensuche_Header #asr_qte, #Reifensuche_Header #asr_breite, #Reifensuche_Header .loadindex, 
#Reifensuche_Header .speedindex, #Reifensuche_Header #asr_querschnitt, #Reifensuche_Header #asr_durchmesser {
    text-align: center;
}*/

@media (min-width: 1400px) {
    #Reifensuche_Header .mischprofil,
    #Reifensuche_Header .profil {
        width: 220px !important;
    }

    #Reifensuche_Header .mischhersteller,
    #Reifensuche_Header .hersteller {
        width: 200px !important;
    }
}

@media (max-width: 767px) {
    #Reifensuche_Header .mischprofil,
    #Reifensuche_Header .mischhersteller,
    #Reifensuche_Header .mischBreite, 
    #Reifensuche_Header .mischQuerschnitt,
    #Reifensuche_Header .mischDurchmesser,
    #Reifensuche_Header .mischloadindex,
    #Reifensuche_Header .mischspeedindex,
    #Reifensuche_Header .hersteller,
    #Reifensuche_Header .profil {
        width: 100% !important;
    }
}



@media (min-width: 1700px) and (max-width: 1899px) { 
    #Reifensuche_Header .hidden1 {display: none; }
    #Reifensuche_Header .hidden2  {display: block; }
    #Reifensuche_Header .hidden3 {display: none; }
}


@media (min-width: 1900px) and (max-width: 2000px) {
    #Reifensuche_Header .hidden1 {display: block; }
    #Reifensuche_Header .hidden2  {display: none; }
    #Reifensuche_Header .hidden3 {display: none; }

    #tblReifensuche th {
        font-size: 16px !important; 
    }


    #tblReifensuche .autoMarkenBild img{
        width: 50px !important; 
        /*height: 40px !important;*/
    } 

    #tblReifensuche img.runflat{
        min-width: 50px !important;
        min-height: 13px !important;
    }



    #mischbereifung .mischBreite,#mischbereifung .mischQuerschnitt, #mischbereifung .mischDurchmesser,
    #Reifensuche_Header .qte, #Reifensuche_Header .breite,#Reifensuche_Header .durchmesser, #Reifensuche_Header .querschnitt,
    #Reifensuche_Header #asr_qte, #Reifensuche_Header #asr_breite,#Reifensuche_Header .loadindex, #Reifensuche_Header .speedindex,
    #Reifensuche_Header #asr_querschnitt, #Reifensuche_Header #asr_durchmesser {
        width: 63px;
        text-align: center;
    }

    #Reifensuche_Header .hersteller,
    #Reifensuche_Header .profil {
        padding-left: 0px !important;
    }
}


@media (min-width: 960px)  {

    #tblStahlFelgen .btnAngebot { min-width: 85px !important; }
    #tblStahlFelgen .inpqte {
        min-width:56px;
    }

    #tblReifensuche .schneeflocke  {
        min-height: 24px  !important;
    }
    #tblReifensuche span img.automarkenBild {
        height: 27px !important;
        width: 37px !important;
    }

    #tblReifensuche img.reifenbild {min-width: 20px !important; min-height: 20px !important; }

    .filter-inputs {
        padding-left: 20px !important;
    }

    #Reifensuche_Header .contaner_select ,

    #ReifenResult #tblReifensuche .iconprofil {
        height: 13px !important;
    }

    #tblReifensuche img.runflat {
        height: 12px !important; 
        width: 30px !important; 
    }
    #Reifensuche_Header .sel_container {
        /*        float: right !important;*/
        text-align: left !important;
    }

    #Reifensuche_Header #option_profil {
        width: 230px;
    }

    #Reifensuche_Header .mdContainerSelect {
        width: 170px !important; 
    }
}

/* Mobile*/

@media (min-width: 768px) {
    /* mischbereifung */

    #ReifenResult .axe_md {
        width: 140px;
    }

    #ReifenResult .herstellerProfil_md {
        width: 246px;
    }
    #ReifenResult .labels_md {
        width: 268px;
    }

    #ReifenResult .grosse_md {
        width: 133px;
    }

    #tblReifensuche th {
        font-size: 14px;
    }
    #tblReifensuche .reifenbild { 
        min-width: 40px !important; min-height: 40px !important; 
    }
    #tblReifensuche .automarkenBild  {
        margin-top: 0px !important;
    }

    /* Mischreifen Start */
    #Reifensuche_Header .mischhersteller,
    #Reifensuche_Header .mischprofil {
        padding-left: 0px;
    }

    /* Mischreifen Stop */ 

    #tblReifensuche .ekPreis {
        font-size: 14px;
    }





    #idStahlfelgen #asr_qte, 
    #idStahlfelgen .felgenbreite, 
    #idStahlfelgen .felgendurchmesser, 
    #idStahlfelgen .felgenET, 
    #idStahlfelgen .felgenLochanzhal, 
    #idStahlfelgen .felgenLochkreis, 
    #idStahlfelgen .felgenMittenloch
    {
        width: 100px;
    }

    #mischbereifung .mischBreite,#mischbereifung .mischQuerschnitt, #mischbereifung .mischDurchmesser,
    #Reifensuche_Header .breite,#Reifensuche_Header .durchmesser, #Reifensuche_Header .querschnitt,
    #Reifensuche_Header #asr_breite,#Reifensuche_Header .loadindex, #Reifensuche_Header .speedindex,
    #Reifensuche_Header #asr_querschnitt, #Reifensuche_Header #asr_durchmesser { 
        width: 63px;
        text-align: center;
    } 
    /*    #Reifensuche_Header #filter-inputs {
            padding-left: 5px !important; 
        }*/


    #tblReifensuche > tbody > tr > td.pull-right.text-nowrap {
        padding-top: 14px !important; 
    }

    #Reifensuche_Header .mischhersteller,
    #Reifensuche_Header .hersteller {
        width: 130px;
    }
    #Reifensuche_Header .mischspeedindex,
    #Reifensuche_Header  .speedindex {
        width: 50px;
    }

    #Reifensuche_Header .mischprofil,
    #Reifensuche_Header  .profil {
        width: 100px;
    }

    .contaner_select ,
    .title{
        padding-left: 5px !important; 
        width: 150px;
        text-align: left;
    }



    .sel_container {
        /*        float: right !important;*/
        text-align: left !important;
    }

    #Reifensuche_Header .qte {
        width: 63px !important;
        /*        margin-right: 45px !important; */
    }



    .checkAutomarke > button {
        width: 47px;
        height: 33px;
        padding: 2px;
    }
}

@media (max-width: 425px) {
    .checkAutomarke > button {
        width: 49px;
        height: 33px;
        padding: 2px;
    }

    #Reifensuche_Header #btnReifensuche {
        width: 100% !important;
    }

    .chkVKInactive , .chkEKActive, .chkVKActive, .chkEKInactive    {
        width: 49% !important;
    }



}



@media (max-width: 375px) {

    .schneeflocke {
        min-height: 20px !important;
        width: 20px !important;
    }

    .checkAutomarke > button {
        width: 49px;
        height: 33px;
        padding: 2px;
    }

}

@media (max-width: 320px) {
    .frmEkVK {
        width: 264px !important;
    }

    #tblReifensuche  .word-xs-wrap {
        height: 91px;
    }

    .xsTopContainer {
        min-width: 130px !important;
        height: 55px !important;
    }
    .xsBottomContainer {
        display: block;
        padding: 5px !important; 

    }
    .xsRunflat img{
        vertical-align: bottom !important;
        height: 20px;
        width: 40px;
    }

    #header {
        padding: 0px !important;
    }
}

/* Mischbereifung */
#ReifenResult .btnMischbereifungAngebot, 
#Mischbereifung .vkPreis {

    width: 120px !important;

}

.mischWarenkorbContainer {
    vertical-align: middle !important;     
}
#Mischbereifung .mischWarenkorbContainer,
#Mischbereifung .vkPreis,
#Mischbereifung th {
    border-bottom: 2px solid #7d7d7d;
}


#Mischbereifung tr.VArowMischbereifung td {
    border-top: 2px solid #7d7d7d;
}

/*#Mischbereifung tr.HArowMischbereifung td:first-child,
#Mischbereifung tr.VArowMischbereifung td:first-child {
    border-left: 2px solid #7d7d7d ;
}*/

/*#Mischbereifung tr.HArowMischbereifung td:last-child,
#Mischbereifung tr.VArowMischbereifung td:last-child {
    border-right: 2px solid #7d7d7d ;
}*/
#ReifenResult .InpMisch {
    width: 50px !important;
}

#Mischbereifung tr.HArowMischbereifung td {
    border-bottom: 2px solid #7d7d7d;
    border-top: none;
    padding-bottom: 10px;
}

#Mischbereifung  .rowMischbereifung td {
    background: #fff;
}
#Mischbereifung  .rowMischbereifung:nth-child(2n) td {
    background: #f9f9f9;
}

#Mischbereifung  tbody .rowMischbereifung:nth-child(4n) td,
#Mischbereifung  tbody .rowMischbereifung:nth-child(4n-1) td{
    background: #e2e2e2;
}


#Mischbereifung  .HArowMischbereifung {
    padding-top: 5px !important;
    padding-bottom: 10px !important;

}



#mischbereifung #asr_qteMisch {
    border-color: #009fe0;
}

#Mischbereifung  .VArowMischbereifung{
    padding-top: 5px !important;
    padding-bottom: 5px !important;

}

#Mischbereifung .saison img {
    width: 20px !important;
}

#Mischbereifung  .herstellerProfil img {
    padding: 3px !important;
}

#Mischbereifung .totalPreis  { 
    font-size: 16px !important;
}

#Mischbereifung  .herstellerProfil img,
#Mischbereifung  .saison .automarken img {
    width: 33px !important;
}


/*
Qualitätsklassen
*/


/*
    Lieferanschrift
*/

#tblLieferanschrift .lieferanschriftButtons li {
    min-width: 120px;
}

/*.testcss {
    background: url(/storage/common/images/icon/line.png),
                url(/storage/common/images/icon/line.png),
                url(/storage/common/images/icon/line.png),
                url(/storage/common/images/icon/line.png),
                url(/storage/common/images/icon/line.png),
                url(/storage/common/images/icon/line.png),
                url(/storage/common/images/icon/line.png),
                url(/storage/common/images/icon/line.png);
    background-repeat: no-repeat;
    background-position:0% 0%,
                        5% 0%,
                        10% 0%,
                        15% 0%,
                        20% 0%,
                        25% 0%,
                        30% 0%,
                        35% 0%;
}*/

/* -------------------------------------------------------------------------- */
/* ------------------------------- Gillessheet ------------------------------ */
/* -------------------------------------------------------------------------- */

/*-------------------------------Standards------------------------------------*/

/*
.col-xs               Less than 768px
.col-sm-              768px and Up
.col-md-              992px and Up
.col-lg               1200px and Up
*/

/* primary: #00A0E0 */
/* rotyre: #00A0E0 */
/* bandaal: #00A0E0 */
/* daekers: #00A0E0 */
/* reifenacher: #24b3a4 */
/* tyrop: #e8462e */
/* pneureau: #0e59bf*/
/* gommerio: #9747ff*/
/*--------------------------------overrides-----------------------------------*/
.table-condensed {
    margin-bottom: 2px;
}

.table-condensed tbody tr td {
    padding: 3px;
}

/*.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}*/

.page-item span {
    color:black;
}

/*-----------------------------special stuff----------------------------------*/

a {
    cursor: pointer;
}

.textarea-size-control {
    resize: vertical; 
    min-height: 120px; /*54px*/
    height: 120px;
}

.list-centered {
    display:table; 
    margin:0 auto;
}

.fixed {
    position: fixed; /* Make it stick, even on scroll */
    /*overflow: auto;  Enable scrolling if the sidenav has too much content */
}

.absolute {
    position: absolute;
}

.inline {
    float:left;
}

/* -------------------------------- Responsive ------------------------------ */

#mainContainer {
    position:relative;
    width: 86.25%;
    min-height: 100%;
    margin-left: 12.5%;
    padding: 0px 0px 167px 0px;
}

#footer {
    position:absolute; 
    bottom:0; 
    height: 167px;
}

/* XL */
@media (max-width: 1199px) {
    #mainContainer {
        position:relative;
        width: 100%;
        min-height: 100%;
        margin-left: 0%;
        padding: 238px 0px 167px 0px; /* Padding = Footer Height */
    }

    #footer {
        position:absolute; 
        bottom:0; 
        height: 167px;
    }
}

/* MD LG */
@media (max-width: 991px) {
    #mainContainer {
        position:relative;
        width: 100%;
        min-height: 100%;
        margin-left: 0%;
        padding: 238px 0px 200px 0px; /* Padding = Header/Footer Height */
    }

    #footer {
        position:absolute; 
        bottom:0; 
        height: 200px;
    }
}

/* XS SM */
@media (max-width: 575px) {
    #mainContainer {
        position:relative;
        width: 100%;
        min-height: 100%;
        margin-left: 0%;
        padding: 388px 0px 430px 0px; /* Padding = Header/Footer Height */
    }

    #footer {
        position:absolute; 
        bottom:0; 
        height: 430px;
    }
}

.padding-lr-50 {
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 1199px) {
    .padding-lr-50 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/*------------------------------------styles----------------------------------*/

.style-header {
    background-color: rgba(255, 255, 255,0.85); 
    border-radius: 10px 75px 10px 75px; 
    border: 6px double #00A0E0;
}

.style-textbox {
    background-color: rgba(255, 255, 255,0.85); 
    border-radius: 10px; 
    border: 2px solid #00A0E0;
}

/*-----------------------------------padding----------------------------------*/

.no-padding {
    padding: 0px !important;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.padding-50 {
    padding: 50px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

/*------------------------------------border----------------------------------*/

.no-border {
    border: 0px !important;
}

.border-top {
    border-top: 2px solid #e3e3e3;
}

.border-bot {
    border-bottom: 2px solid #e3e3e3;
}

.border-double {
    border: 6px double #e3e3e3;
    border-radius: 10px 75px 10px 75px;
}

.border-solid {
    border: 2px solid #e3e3e3;
    border-radius: 10px;
}

.border-dark-grey {
    border-color: #e3e3e3;
}

/*------------------------------------margin----------------------------------*/

.no-margin {
    margin: 0px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bot-10 {
    margin-bottom: 10px;
}

.margin-bot-20 {
    margin-bottom: 20px;
}

.margin-right-4 {
    margin-right: 4px;
}

.margin-top-38 {
    margin-top: 38px;
}

@media (min-width: 1200px) {
    .margin-top-100 {
        margin-top: 100px;
    }

    .margin-bot-100 {
        margin-bottom: 100px;
    }
}

/*-----------------------------------wid/height-------------------------------*/

.wid-15 {
    width: 15px;
}

.min-height-500 {
    min-height: 500px;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.min-h-781 {
    min-height: 781px;
}

.h-20-px {
    height: 20px;
}

.h-38-px {
    height: 38px;
}

/* Keine Vererbung nach oben wie bei Bootstrap! */
/* XS */
@media (min-width: 0px) and (max-width: 575px) {
    .w-xs-100 {
        width:100%;
    }

    .w-xs-75 {
        width:75%;
    }

    .w-xs-60 {
        width:60%;
    }
    .w-xs-50 {
        width:50%;
    }

    .w-xs-40 {
        width:40%;
    }


    .w-xs-25 {
        width:25%;
    }
}

/* SM */
@media (min-width: 576px) and (max-width: 767px) {
    .w-sm-100 {
        width:100%;
    }

    .w-sm-75 {
        width:75%;
    }

    .w-sm-60 {
        width:60%;
    }
    .w-sm-50 {
        width:50%;
    }
    .w-sm-40 {
        width:40%;
    }

    .w-sm-25 {
        width:25%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .w-md-100 {
        width:100%;
    }

    .w-md-75 {
        width:75%;
    }

    .w-md-50 {
        width:50%;
    }

    .w-md-25 {
        width:25%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .w-lg-100 {
        width:100%;
    }

    .w-lg-75 {
        width:75%;
    }

    .w-lg-50 {
        width:50%;
    }

    .w-lg-25 {
        width:25%;
    }
}

@media (min-width: 1200px) {
    .w-xl-100 {
        width:100%;
    }

    .w-xl-75 {
        width:75%;
    }

    .w-xl-50 {
        width:50%;
    }

    .w-xl-25 {
        width:25%;
    }
}

/*------------------------------------new fonts-------------------------------*/

/*@font-face {
    font-family: crimson;
    src: url(../../fonts/CrimsonTextRegular.ttf);
}

.font-crimson {
    font-family: crimson, Arial, sans-serif;
}*/

/*.font-helvetica {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/

/*------------------------------------fontsizes-------------------------------*/

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}


.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-22 {
    font-size: 22px;
    font-weight: 300 !important;
}

.font-28 {
    font-size: 28px;
}

.font-38 {
    font-size: 38px;
}

.font-46 {
    font-size: 46px;
}

.font-56 {
    font-size: 56px;
}

.font-70 {
    font-size: 70px;
}

.bg-image-felgen-startpage {

    background-image: url(../../storage/common/images/main/felgen2.jpg);

    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    overflow: hidden;

    width: 70%;
}




/*----------------------------------bg-images---------------------------------*/
.bg-image-felgen {
    background-image: url(../../storage/common/images/main/felgen2.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    overflow: hidden;
    width: 100%;
}

/*----------------------------------bg-colors---------------------------------*/

.bg-white {
    background-color: #ffffff;
}

.bg-white-transparent {
    background-color: rgba(255, 255, 255,0.85); 
}

.bg-grey {
    background-color: #f8f8f8;
}

.bg-dark-grey {
    background-color: #e6e6e6;
}

.bg-blueGradient {
    background: linear-gradient(rgba(0,0,0,0), rgba(51, 122, 183,1)) top no-repeat fixed;
    background-size: cover;
}

.bg-navbar {
    background-color: #f8f8f8;
    border-color: #e6e6e6;
    border: 5px solid #e6e6e6;
}

.bg-errorPink {
    background-color: #f70ca1;
}


/*-------------------------------------navbar---------------------------------*/

.nav-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #f1f1f1;
}


.nav-li a, 
.nav-li-pneureau-primary a, 
.nav-li-rotyre-primary a, 
.nav-li-bandaal-primary a, 
.nav-li-daekers-primary a, 
.nav-li-gommerio-primary a, 
.nav-li-reifenacher-primary a,
.nav-li-tyrop-primary a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #f1f1f1;

    border: 1px solid #e3e3e3;
    border-radius: 18px;

    font-size: 16px;
}

.nav-li a:hover {
    overflow: visible; 
    border: 2px solid #00A0E0;
}

.nav-active a {
    background-color: #00A0E0;
    color: white;
}

/*----------------------------------------------------------------------------*/
/*------------------------------- Colors -------------------------------------*/
/*----------------------------------------------------------------------------*/

/* rotyre: #00A0E0 */
/* bandaal: #00A0E0 */
/* daekers: #00A0E0 */
/* reifenacher: #24b3a4 */
/* tyrop: #e8462e */
/* pneureau: #0e59bf */
/* gommerio: #9747ff */
/*------------------------------- Bg Colors ----------------------------------*/

.bg-rotyre-primary {
    background-color: #00A0E0 !important;
    color: white;
}

.bg-pneureau-primary {
    background-color: #0e59bf !important;
    color: white;
}


.bg-bandaal-primary {
    background-color: #00A0E0 !important;
    color: white;
}

.bg-daekers-primary {
    background-color: #00A0E0 !important;
    color: white;
}
.bg-gommerio-primary {
    background-color: #9747ff !important;
    color: white;
}
.bg-reifenacher-primary {
    background-color: #24b3a4 !important;
    color: white;
}

.bg-tyrop-primary {
    background-color: #e8462e !important;
    color: white;
}
/*---------------------------------Text Colors-------------------------------*/
.text-rotyre-primary{
    color: #00A0E0 !important;
}
.text-pneureau-primary{
    color: #0e59bf !important;
}
.text-bandaal-primary{
    color: #00A0E0 !important;
}
.text-daekers-primary{
    color: #00A0E0 !important;
}
.text-gommerio-primary{
    color: #9747ff !important;
}
.text-reifenacher-primary{
    color: #24b3a4 !important;
}
.text-tyrop-primary{
    color: #e8462e !important;
}

.text-shadow-white-rotyre-primary{
   text-shadow:0 2px 0px grey,
                 0px 10px 10px rgba(0,0,0,0.15),
                 0px 20px 2px rgba(0,0,0,0.1),
                 0px 30px 30px rgba(0,0,0,0.1);
}
.text-shadow-color-rotyre-primary{
    text-shadow:0 1px 0px #00A0E0,
                 0px 10px 10px rgba(0,0,0,0.15),
                 0px 20px 2px rgba(0,0,0,0.1),
                 0px 30px 30px rgba(0,0,0,0.1);

}

.text-shadow-white-pneureau-primary{
    text-shadow:0 2px 0px grey,
                 0px 10px 10px rgba(0,0,0,0.15),
                 0px 20px 2px rgba(0,0,0,0.1),
                 0px 30px 30px rgba(0,0,0,0.1);

}
.text-shadow-color-pneureau-primary{
    text-shadow:0 1px 0px #0e59bf,
                 0px 10px 10px rgba(0,0,0,0.15),
                 0px 20px 2px rgba(0,0,0,0.1),
                 0px 30px 30px rgba(0,0,0,0.1);

}

.text-shadow-white-reifenacher-primary{
    text-shadow:0 2px 0px grey,
                 0px 10px 10px rgba(0,0,0,0.15),
                 0px 20px 2px rgba(0,0,0,0.1),
                 0px 30px 30px rgba(0,0,0,0.1);

}
.text-shadow-color-reifenacher-primary{
    text-shadow:0 1px 0px #24b3a4,
                 0px 10px 10px rgba(0,0,0,0.15),
                 0px 20px 2px rgba(0,0,0,0.1),
                 0px 30px 30px rgba(0,0,0,0.1);

}

.text-shadow-white-tyrop-primary{
    text-shadow:0 2px 0px grey,
                 0px 10px 10px rgba(0,0,0,0.15),
                 0px 20px 2px rgba(0,0,0,0.1),
                 0px 30px 30px rgba(0,0,0,0.1);

}
.text-shadow-color-tyrop-primary{
    text-shadow:0 2px 0px #e8462e,
                 0px 10px 10px rgba(0,0,0,0.15),
                 0px 20px 2px rgba(0,0,0,0.1),
                 0px 30px 30px rgba(0,0,0,0.1);

}

.text-shadow-white-daekers-primary{
    text-shadow:0 2px 0px grey,
                 0px 10px 10px rgba(0,0,0,0.15),
                 0px 20px 2px rgba(0,0,0,0.1),
                 0px 30px 30px rgba(0,0,0,0.1);

}
.text-shadow-color-daekers-primary{
    text-shadow:0 2px 0px #00A0E0,
                 0px 10px 10px rgba(0,0,0,0.15),
                 0px 20px 2px rgba(0,0,0,0.1),
                 0px 30px 30px rgba(0,0,0,0.1);

}

.text-shadow-white-gommerio-primary{
    text-shadow:0 2px 0px grey,
                 0px 10px 10px rgba(0,0,0,0.15),
                 0px 20px 2px rgba(0,0,0,0.1),
                 0px 30px 30px rgba(0,0,0,0.1);

}
.text-shadow-color-gommerio-primary{
    text-shadow:0 2px 0px #9747ff,
                 0px 10px 10px rgba(0,0,0,0.15),
                 0px 20px 2px rgba(0,0,0,0.1),
                 0px 30px 30px rgba(0,0,0,0.1);

}




/*---------------------------------SVG fill Colors-------------------------------*/

.fill-rotyre-primary{
    fill: #00A0E0;
}
.fill-pneureau-primary{
    fill: #0e59bf;
}
.fill-reifenacher-primary{
    fill: #24b3a4;
}
.fill-tyrop-primary{
    fill: #e8462e;
}
.fill-bandaal-primary{
    fill: #00A0E0;
}
.fill-daekers-primary{
    fill: #00A0E0;
}
.fill-gommerio-primary{
    fill: #9747ff;
}
/*-------------------------------- Btn Colors --------------------------------*/

.btn-rotyre-primary {
    color: #fff;
    background-color: #00A0E0;
   /* border-color: #e6e6e6;*/
}
.btn-rotyre-primary:hover {
    color: #00A0E0 !important;
    background-color: #fff;
    /*border-color: #00A0E0;*/
}

.btn-pneureau-primary {
    color: #fff;
    background-color: #0e59bf;
    border-color: #e6e6e6;
}


.btn-pneureau-primary:hover {
    color: #0e59bf !important;
    background-color: #e6e6e6;
    border-color: #0e59bf;
}


.btn-bandaal-primary {
    color: #fff;
    background-color: #00A0E0;
    border-color: #e6e6e6;
}

.btn-bandaal-primary:hover {
    color: #00A0E0 !important;
    background-color: #e6e6e6;
    border-color: #00A0E0;
}

.btn-daekers-primary {
    color: #fff;
    background-color: #00A0E0;
    border-color: #e6e6e6;
}

.btn-daekers-primary:hover {
    color: #00A0E0 !important;
    background-color: #e6e6e6;
    border-color: #00A0E0;
}

.btn-gommerio-primary {
    color: #fff;
    background-color: #9747ff;
    border-color: #e6e6e6;
}

.btn-gommerio-primary:hover {
    color: #9747ff !important;
    background-color: #e6e6e6;
    border-color: #9747ff;
}

.btn-reifenacher-primary {
    color: #fff;
    background-color: #24b3a4;
    border-color: #e6e6e6;
}

.btn-reifenacher-primary:hover {
    color: #24b3a4 !important;
    background-color: #e6e6e6;
    border-color: #24b3a4;
}

.btn-tyrop-primary {
    color: #fff;
    background-color: #e8462e;
    border-color: #e6e6e6;
}

.btn-tyrop-primary:hover {
    color: #e8462e !important;
    background-color: #e6e6e6;
    border-color: #e8462e;
}

/*------------------------------- Border Colors ------------------------------*/

.border-rotyre-primary {
    border-color: #00A0E0!important;
}

.border-bandaal-primary {
    border-color: #00A0E0!important;
}

.border-daekers-primary {
    border-color: #00A0E0!important;
}
.border-gommerio-primary {
    border-color: #9747ff!important;
}

.border-pneureau-primary {
    border-color: #0e59bf!important;
}

.border-reifenacher-primary {
    border-color: #24b3a4!important;
}

.border-tyrop-primary {
    border-color: #e8462e!important;
}

/*------------------------------- Text Colors ------------------------------*/

/* Link embenennen */
.link-rotyre,
.link-rotyre-primary {
    color: #00A0E0;
}

.link-rotyre:hover,
.link-rotyre-primary:hover {
    color: #0090ca;
}



.link-pneureau,
.link-pneureau-primary {
    color: #0e59bf;
}

.link-pneureau:hover,
.link-pneureau-primary:hover {
    color: #0e59bf;
}


.link-bandaal,
.link-bandaal-primary {
    color: #00A0E0;
}

.link-bandaal:hover,
.link-bandaal-primary:hover {
    color: #c77122;
}

.link-daekers,
.link-daekers-primary {
    color: #00A0E0;
}

.link-daekers:hover,
.link-daekers-primary:hover {
    color: #c77122;
}

.link-gommerio,
.link-gommerio-primary {
    color: #9747ff;
}

.link-gommerio:hover,
.link-gommerio-primary:hover {
    color: #9747ff;
}

.link-reifenacher,
.link-reifenacher-primary {
    color: #24b3a4;
}

.link-reifenacher:hover, 
.link-reifenacher-primary:hover {
    color: #1e9488;
}

.link-tyrop,
.link-tyrop-primary {
    color: #e8462e;
}

.link-tyrop:hover,
.link-tyrop-primary:hover {
    color: #cc3f2a;
}

/*---------------------------- Nav-li Colors -----------------------------*/

.nav-li-rotyre-primary a:hover {
    overflow: visible; 
    border: 2px solid #00A0E0;
}

.nav-active-rotyre-primary a {
    background-color: #00A0E0;
    color: white;
}


.nav-li-pneureau-primary a:hover {
    overflow: visible; 
    border: 2px solid #0e59bf;
}

.nav-active-pneureau-primary a {
    background-color: #0e59bf;
    color: white;
}


.nav-li-bandaal-primary a:hover {
    overflow: visible; 
    border: 2px solid #00A0E0;
}

.nav-active-bandaal-primary a {
    background-color: #00A0E0;
    color: white;
}

.nav-li-daekers-primary a:hover {
    overflow: visible; 
    border: 2px solid #00A0E0;
}

.nav-active-daekers-primary a {
    background-color: #00A0E0;
    color: white;
}

.nav-li-gommerio-primary a:hover {
    overflow: visible; 
    border: 2px solid #9747ff;
}

.nav-active-gommerio-primary a {
    background-color: #9747ff;
    color: white;
}

.nav-li-reifenacher-primary a:hover {
    overflow: visible; 
    border: 2px solid #24b3a4;
}

.nav-active-reifenacher-primary a {
    background-color: #24b3a4 !important;
    color: white;
}

.nav-li-tyrop-primary a:hover {
    overflow: visible; 
    border: 2px solid #e8462e;
}

.nav-active-tyrop-primary a {
    background-color: #e8462e ;
    color: white;
}



/*----------------------------Paging Colors -----------------------------*/


li.active-pneureau a,
li.active-pneureau span {
    border-right: 1px solid #0e59bf  !important;
    border-left: 1px solid #0e59bf  !important;
    border-top: 1px solid #0e59bf  !important;
    /*border-bottom: 1px solid #00A0E0  !important;*/
    /*border-bottom: 1px solid #f8f8f8;*/
    background: #0e59bf  !important;
    color: #fff !important;
}

li.active-bandaal a,
li.active-bandaal span {
    border-right: 1px solid #00A0E0  !important;
    border-left: 1px solid #00A0E0  !important;
    border-top: 1px solid #00A0E0  !important;
    /*border-bottom: 1px solid #00A0E0  !important;*/
    /*border-bottom: 1px solid #f8f8f8;*/
    background: #00A0E0  !important;
    color: #fff !important;
}

li.active-daekers a,
li.active-daekers span {
    border-right: 1px solid #00A0E0  !important;
    border-left: 1px solid #00A0E0  !important;
    border-top: 1px solid #00A0E0  !important;
    /*border-bottom: 1px solid #00A0E0  !important;*/
    /*border-bottom: 1px solid #f8f8f8;*/
    background: #00A0E0  !important;
    color: #fff !important;
}



li.active-gommerio a,
li.active-gommerio span {
    border-right: 1px solid #9747ff  !important;
    border-left: 1px solid #9747ff  !important;
    border-top: 1px solid #9747ff  !important;
    /*border-bottom: 1px solid #00A0E0  !important;*/
    /*border-bottom: 1px solid #f8f8f8;*/
    background: #9747ff  !important;
    color: #fff !important;
}
li.active-tyrop a,
li.active-tyrop span {
    border-right: 1px solid #e8462e  !important;
    border-left: 1px solid #e8462e  !important;
    border-top: 1px solid #e8462e  !important;
    /*border-bottom: 1px solid #f8f8f8;*/
    background: #e8462e  !important;
    color: #fff !important;
}
li.active-reifenacher a,
li.active-reifenacher span {
    border-right: 1px solid #24b3a4 !important;
    border-left: 1px solid #24b3a4  !important;
    border-top: 1px solid #24b3a4  !important;
    /*border-bottom: 1px solid #f8f8f8;*/
    background: #24b3a4  !important;
    color: #fff !important;
}

li.active-rotyre span a,
li.active-rotyre span {
    border-right: 1px solid #00A0E0  !important;
    border-left: 1px solid #00A0E0  !important;
    border-top: 1px solid #00A0E0  !important;
    /*border-bottom: 1px solid #f8f8f8;*/
    background: #00A0E0  !important;
    color: #fff !important;
}



/*---------------------------- Nav-li Colors -----------------------------*/



#AngebotSubmenu li.active-pneureau  a,
#belegSubmenu li.active-pneureau  a {
    border-right: 1px solid #0e59bf  !important;
    border-left: 1px solid #0e59bf  !important;
    border-top: 1px solid #0e59bf  !important;
    /*border-bottom: 1px solid #00A0E0  !important;*/
    /*border-bottom: 1px solid #f8f8f8;*/
    background: #f8f8f8  !important;
    color: #333 !important;
}


#AngebotSubmenu li.active-bandaal  a,
#belegSubmenu li.active-bandaal  a {
    border-right: 1px solid #00A0E0  !important;
    border-left: 1px solid #00A0E0  !important;
    border-top: 1px solid #00A0E0  !important;
    /*border-bottom: 1px solid #00A0E0  !important;*/
    /*border-bottom: 1px solid #f8f8f8;*/
    background: #f8f8f8  !important;
    color: #333 !important;
}

#AngebotSubmenu li.active-daekers  a,
#belegSubmenu li.active-daekers  a {
    border-right: 1px solid #00A0E0  !important;
    border-left: 1px solid #00A0E0  !important;
    border-top: 1px solid #00A0E0  !important;
    /*border-bottom: 1px solid #00A0E0  !important;*/
    /*border-bottom: 1px solid #f8f8f8;*/
    background: #f8f8f8  !important;
    color: #333 !important;
}


#AngebotSubmenu li.active-gommerio  a,
#belegSubmenu li.active-gommerio  a {
    border-right: 1px solid #9747ff  !important;
    border-left: 1px solid #9747ff  !important;
    border-top: 1px solid #9747ff  !important;
    /*border-bottom: 1px solid #00A0E0  !important;*/
    /*border-bottom: 1px solid #f8f8f8;*/
    background: #f8f8f8  !important;
    color: #333 !important;
}
#AngebotSubmenu li.active-tyrop  a,
#belegSubmenu li.active-tyrop  a {
    border-right: 1px solid #e8462e  !important;
    border-left: 1px solid #e8462e  !important;
    border-top: 1px solid #e8462e  !important;
    /*border-bottom: 1px solid #f8f8f8;*/
    background: #f8f8f8  !important;
    color: #333 !important;
}


#AngebotSubmenu li.active-reifenacher a,
#belegSubmenu li.active-reifenacher  a {
    border-right: 1px solid #24b3a4 !important;
    border-left: 1px solid #24b3a4  !important;
    border-top: 1px solid #24b3a4  !important;
    /*border-bottom: 1px solid #f8f8f8;*/
    background: #f8f8f8  !important;
    color: #333 !important;
}


#AngebotSubmenu li.active-rotyre a,
#belegSubmenu li.active-rotyre  a {
    border-right: 1px solid #00A0E0  !important;
    border-left: 1px solid #00A0E0  !important;
    border-top: 1px solid #00A0E0  !important;
    /*border-bottom: 1px solid #f8f8f8;*/
    background: #f8f8f8  !important;
    color: #333 !important;
}





/*Color Firmen Links*/


#AngebotSubmenu li  a.pneureau,
#belegSubmenu li  a.pneureau {
    background: #CCC;
    color: #333 !important;
    border: 1px solid #d6d6d6;
    border-bottom: 1px solid #0e59bf;
}



#AngebotSubmenu li  a.bandaal,
#belegSubmenu li  a.bandaal {
    background: #CCC;
    color: #333 !important;
    border: 1px solid #d6d6d6;
    border-bottom: 1px solid #00A0E0;
}

#AngebotSubmenu li  a.daekers,
#belegSubmenu li  a.daekers {
    background: #CCC;
    color: #333 !important;
    border: 1px solid #d6d6d6;
    border-bottom: 1px solid #00A0E0;
}

#AngebotSubmenu li  a.gommerio,
#belegSubmenu li  a.gommerio {
    background: #CCC;
    color: #333 !important;
    border: 1px solid #d6d6d6;
    border-bottom: 1px solid #9747ff;
}
#AngebotSubmenu li  a.tyrop,
#belegSubmenu li  a.tyrop {
    background: #CCC;
    color: #333 !important;
    border: 1px solid #d6d6d6;
    border-bottom: 1px solid #e8462e;
}
#AngebotSubmenu li  a.reifenacher,
#belegSubmenu li  a.reifenacher {
    background: #CCC;
    color: #333 !important;
    border: 1px solid #d6d6d6;
    border-bottom: 1px solid #24b3a4;
}
#AngebotSubmenu li  a.rotyre,
#belegSubmenu li  a.rotyre {
    background: #CCC;
    color: #333 !important;
    border: 1px solid #d6d6d6;
    border-bottom: 1px solid #00A0E0;
}

/* TABLE HOVERS  and Link Hover */



.hover-pneureau:hover,
.hover-table-pneureau tbody tr:hover td,
.hover-table-pneureau tbody tr:hover th {
    color: #fff;
    background-color: #0e59bf !important;
}


.hover-bandaal:hover,
.hover-table-bandaal tbody tr:hover td,
.hover-table-bandaal tbody tr:hover th {
    color: #fff;
    background-color: #00A0E0 !important;
}

.hover-daekers:hover,
.hover-table-daekers tbody tr:hover td,
.hover-table-daekers tbody tr:hover th {
    color: #fff;
    background-color: #00A0E0 !important;
}

.hover-gommerio:hover,
.hover-table-gommerio tbody tr:hover td,
.hover-table-gommerio tbody tr:hover th {
    color: #fff;
    background-color: #9747ff !important;
}

.hover-reifenacher:hover,
.hover-table-reifenacher tbody tr:hover td,
.hover-table-reifenacher tbody tr:hover th {
    color: #fff;
    background-color: #24b3a4 !important;
}
.hover-rotyre:hover,
.hover-table-rotyre tbody tr:hover td,
.hover-table-rotyre tbody tr:hover th {
    color: #fff;
    background-color: #00A0E0 !important;
}
.hover-tyrop:hover,
.hover-table-tyrop tbody tr:hover td,
.hover-table-tyrop tbody tr:hover th {
    color: #fff;
    background-color: #e8462e !important;
}





/*
Firmen Links Länder auswählen
*/

.firmenLinks:hover  {
    background: #edf5ff;
    font-weight:bold;
    color: black;
}

.firmenLinks {
    text-decoration: none !important;
    color: black;
    border-bottom: 1px solid #dfdfdf;
    background-color: #f8f8fc;
}

.firmenLinks span.flag-icon {
    width: 50px;
    height: 50px;
}
/* TEXT HOVERS */
/*.hover-text-bandaal:hover {
    color: #c77122 !important;
}
.hover-text-reifenacher:hover {
    color: #1e9488 !important;
}
.hover-text-tyrop:hover {
    color: #cc3f2a !important;
}
.hover-text-rotyre:hover {
    color: #0090ca !important;
}*/

/*---------------------------------------------------------*/
/*      Style Buttons Test                                 */
/*---------------------------------------------------------*/
  /* ---------------------------*/
  /* First try */

  
/* Carousel Main*/
.carousel-item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 10% 50%;
}

.carousel.carouselheight .carousel-item {
	text-align: center;
	overflow: hidden;
    margin: auto;
    height: 200px;
}
.carousel .carousel-item .img-box {
	background:white;
    margin: auto;
    margin-bottom: 1rem;
	box-shadow: 0 6px 20px -6px rgba(0,0,0,0.4);
    display: inline-block;
}
.carousel .carousel-item img {
	margin: 0 auto;
}
.carousel-control-prev, .carousel-control-next {
	width: 68px;
	background: none;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 28px;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin-top: -15px;
	z-index: 5;
	left: 0;
	right: 0;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel-indicators {
	bottom: -30px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	border: none;
	border-radius: 50%;
	margin: 1px 4px;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
}
.carousel-indicators li.active {
	background: #555;
}

@media only screen and (min-width: 768px) {
    .card-img-carousel-partner, .card-img-carousel-tyre, .card-img-carousel-service{
        height: 450px  !important ;  
        object-position: 50% 50%;
       
    }
}
  .card-img-carousel-partner{
    height: 250px;
    object-fit: cover;
    object-position: 50% 20%;
    -webkit-transform:  scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-font-smoothing: antialiased;
}

.card-img-carousel-tyre{
    height: 250px;
    object-fit: cover;
    object-position: 100% 40%;
    -webkit-transform:  scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-font-smoothing: antialiased;
}

.card-img-carousel-service{
    height: 250px;
    object-fit: cover;
    object-position: 100% 20%;
    -webkit-transform:  scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-font-smoothing: antialiased;
}


/* Background  DELETE*/
.backImg {    
    background: url('/images/background/bg_2.jpg');
    min-height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }

/* Border Thickness*/
.border-10 {
    border-width:5px !important;
}

/*List Group action*/
.list-group-item-rotyre-primary {
    color: #383d41;
    background-color: white;
  }
  
  .list-group-item-rotyre-primary.list-group-item-action:hover, .list-group-item-rotyre-primary.list-group-item-action:focus {
  
    background-color: #00A0E0;
  }
  
  .list-group-item-rotyre-primary.list-group-item-action.active {
    color: #fff;
    background-color: #00A0E0;
    border-color: #00A0E0;
  }

  .list-group-item-pneureau-primary {
    color: #383d41;
    background-color: white;
  }
  
  .list-group-item-pneureau-primary.list-group-item-action:hover, .list-group-item-pneureau-primary.list-group-item-action:focus {
  
    background-color: #0e59bf;
  }
  
  .list-group-item-pneureau-primary.list-group-item-action.active {
    color: #fff;
    background-color: #0e59bf;
    border-color: #0e59bf;
  }

  .list-group-item-tyrop-primary {
    color: #383d41;
    background-color: white;
  }
  
  .list-group-item-tyrop-primary.list-group-item-action:hover, .list-group-item-tyrop-primary.list-group-item-action:focus {
  
    background-color: #e8462e;
  }
  
  .list-group-item-tyrop-primary.list-group-item-action.active {
    color: #fff;
    background-color: #e8462e;
    border-color: #e8462e;
  }

  .list-group-item-reifenacher-primary {
    color: #383d41;
    background-color: white;
  }
  
  .list-group-item-reifenacher-primary.list-group-item-action:hover, .list-group-item-reifenacher-primary.list-group-item-action:focus {
 
    background-color: #24b3a4;
  }
  
  .list-group-item-reifenacher-primary.list-group-item-action.active {
    color: #fff;
    background-color: #24b3a4;
    border-color: #24b3a4;
  }

  .list-group-item-daekers-primary {
    color: #383d41;
    background-color: white;
  }
  
  .list-group-item-daekers-primary.list-group-item-action:hover, .list-group-item-daekers-primary.list-group-item-action:focus {
 
    background-color: #00A0E0;
  }
  
  .list-group-item-daekers-primary.list-group-item-action.active {
    color: #fff;
    background-color: #00A0E0;
    border-color: #00A0E0;
  }


  
  .list-group-item-gommerio-primary {
    color: #383d41;
    background-color: white;
  }
  
  .list-group-item-gommerio-primary.list-group-item-action:hover, .list-group-item-gommerio-primary.list-group-item-action:focus {
 
    background-color: #9747ff;
  }
  
  .list-group-item-gommerio-primary.list-group-item-action.active {
    color: #fff;
    background-color: #9747ff;
    border-color: #9747ff;
  }
  /*---------------Button Tyres----------------*/
  .btn-1 {
	color: inherit;
	background: #fff;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-1:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
	transition: all 0.3s;
  
}

.btn-1e {
	overflow: hidden;
}

.btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
  
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-1e:hover:after {
	height: 260%;
	opacity: 1;
}

.btn-1e:active:after {
	height: 400%;
	opacity: 1;
}


.text-break{
    overflow-wrap: break-word;
}
  
/*---------------------------NAVBAR---------------------------------PK*/
.headerstyle{
    background-color: white;
    margin-bottom: 1em;
    color: currentColor;
}

/* Horizontal Line */

.hl-rotyre-primary{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, #00A0E0 0px -5px 0px inset;
}
.hl-tyrop-primary{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, #e8462e 0px -5px 0px inset;
}
.hl-reifenacher-primary{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, #24b3a4 0px -5px 0px inset;
}
.hl-pneureau-primary{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, #0e59bf 0px -5px 0px inset;
}
.hl-bandaal-primary{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, #00A0E0 0px -5px 0px inset;
}
.hl-daekers-primary{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, #00A0E0 0px -5px 0px inset;
}
.hl-gommerio-primary{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, #9747ff 0px -5px 0px inset;
}

.link-nav {
display: block;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 8px;
padding-left: 8px;
text-decoration: none;
color: currentColor;
font-weight: 800;
text-transform: uppercase;
text-decoration: none;
/*margin: 0 5px;  */
}   

.link-nav:hover {
  color: #fff;
}

  /*NAV-FILL-HOVER ----Rotyre----*/

.nav-fill-rotyre-primary{
  margin-bottom: -3px;
  color: #00A0E0;
}
.nav-fill-rotyre-primary .link-nav:focus{
    background: #00A0E0;
    color: #fff;
}

.nav-fill-rotyre-primary ul li .link-nav,
.nav-fill-tyrop-primary ul li .link-nav,
.nav-fill-reifenacher-primary ul li .link-nav,
.nav-fill-pneureau-primary ul li .link-nav,
.nav-fill-bandaal-primary ul li .link-nav,
.nav-fill-daekers-primary ul li .link-nav,
.nav-fill-gommerio-primary ul li .link-nav
 {
  position: relative;
}
.nav-fill-rotyre-primary ul li .link-nav:after,
.nav-fill-tyrop-primary ul li .link-nav:after,
.nav-fill-reifenacher-primary ul li .link-nav:after,
.nav-fill-pneureau-primary ul li .link-nav:after,
.nav-fill-bandaal-primary ul li .link-nav:after,
.nav-fill-bandaal-primary ul li .link-nav:after,
.nav-fill-gommerio-primary ul li .link-nav:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ' ';
  color: transparent;
  background: #aaa;
  height: 1px;
  bottom: 0;
}

.nav-fill-rotyre-primary ul li .link-nav,
.nav-fill-tyrop-primary ul li .link-nav,
.nav-fill-reifenacher-primary ul li .link-nav,
.nav-fill-pneureau-primary ul li .link-nav,
.nav-fill-bandaal-primary ul li .link-nav,
.nav-fill-gommerio-primary ul li .link-nav,
.nav-fill-daekers-primary ul li .link-nav  {
  transition: all 1.5s;
}

.nav-fill-rotyre-primary ul li .link-nav:after,
.nav-fill-tyrop-primary ul li .link-nav:after,
.nav-fill-reifenacher-primary ul li .link-nav:after,
.nav-fill-pneureau-primary ul li .link-nav:after,
.nav-fill-bandaal-primary ul li .link-nav:after,
.nav-fill-gommerio-primary ul li .link-nav:after,
.nav-fill-daekers-primary ul li .link-nav:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
.nav-fill-rotyre-primary ul li .link-nav:hover,
.nav-fill-tyrop-primary ul li .link-nav:hover,
.nav-fill-reifenacher-primary ul li .link-nav:hover,
.nav-fill-pneureau-primary ul li .link-nav:hover,
.nav-fill-bandaal-primary ul li .link-nav:hover,
.nav-fill-gommerio-primary ul li .link-nav:hover,
.nav-fill-daekers-primary ul li .link-nav:hover
  {
  color: #fff;
  z-index: 1;
}


.nav-fill-rotyre-primary ul li .link-nav:hover:after {
  z-index: -10;
  animation: fill-rotyre 1s forwards;
  -webkit-animation: fill-rotyre 1s forwards;
  -moz-animation: fill-rotyre 1s forwards;
  opacity: 1;
}


 /*NAV-FILL-HOVER ----Tyrop----*/

 .nav-fill-tyrop-primary{
    margin-bottom: -3px;
    color: #e8462e;
  }

  .nav-fill-tyrop-primary .link-nav:focus{
    background: #e8462e;
    color: #fff;
}
    
  .nav-fill-tyrop-primary ul li .link-nav:hover:after {
    z-index: -10;
    animation: fill-tyrop 1s forwards;
    -webkit-animation: fill-tyrop 1s forwards;
    -moz-animation: fill-tyrop 1s forwards;
    opacity: 1;
  }

  
   /*NAV-FILL-HOVER ----Reifenacher----*/

   .nav-fill-reifenacher-primary{
    margin-bottom: -3px;
    color: #24b3a4;
  }

  .nav-fill-reifenacher-primary .link-nav:focus{
    background: #24b3a4;
    color: #fff;
}
  
  .nav-fill-reifenacher-primary ul li .link-nav:hover:after {
    z-index: -10;
    animation: fill-reifenacher 1s forwards;
    -webkit-animation: fill-reifenacher 1s forwards;
    -moz-animation: fill-reifenacher 1s forwards;
    opacity: 1;
  }

  
   /*NAV-FILL-HOVER ----Pneureu----*/

   .nav-fill-pneureau-primary{
    margin-bottom: -3px;
    color: #0e59bf;
  }
  .nav-fill-pneureau-primary .link-nav:focus{
    background: #0e59bf;
    color: #fff;
}
  
  .nav-fill-pneureau-primary ul li .link-nav:hover:after {
    z-index: -10;
    animation: fill-pneureau 1s forwards;
    -webkit-animation: fill-pneureau 1s forwards;
    -moz-animation: fill-pneureau 1s forwards;
    opacity: 1;
  }

  
   /*NAV-FILL-HOVER ----Bandaal----*/

   .nav-fill-bandaal-primary{
    margin-bottom: -3px;
    color: #00A0E0;
  }
  .nav-fill-bandaal-primary .link-nav:focus{
    background: #00A0E0;
    color: #fff;
}
    

  .nav-fill-bandaal-primary ul li .link-nav:hover:after {
    z-index: -10;
    animation: fill-bandaal 1s forwards;
    -webkit-animation: fill-bandaal 1s forwards;
    -moz-animation: fill-bandaal 1s forwards;
    opacity: 1;
  }

  /*NAV-FILL-HOVER ----DAEKERS----*/

  .nav-fill-daekers-primary{
    margin-bottom: -3px;
    color: #00A0E0;
  }
  .nav-fill-daekers-primary .link-nav:focus{
    background: #00A0E0;
    color: #fff;
}
    

  .nav-fill-daekers-primary ul li .link-nav:hover:after {
    z-index: -10;
    animation: fill-daekers 1s forwards;
    -webkit-animation: fill-daekers 1s forwards;
    -moz-animation: fill-daekers 1s forwards;
    opacity: 1;
  }


   /*NAV-FILL-HOVER ----gommerio----*/

   .nav-fill-gommerio-primary{
    margin-bottom: -3px;
    color: #9747ff;
  }
  .nav-fill-gommerio-primary .link-nav:focus{
    background: #9747ff;
    color: #fff;
}
    

  .nav-fill-gommerio-primary ul li .link-nav:hover:after {
    z-index: -10;
    animation: fill-gommerio 1s forwards;
    -webkit-animation: fill-gommerio 1s forwards;
    -moz-animation: fill-gommerio 1s forwards;
    opacity: 1;
  }
  
/* Keyframes */
@keyframes fill-rotyre {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #00A0E0;
  }
}

/* Keyframes */
@keyframes fill-tyrop {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #e8462e;
  }
}
/* Keyframes */
@keyframes fill-pneureau {
    0% {
      width: 0%;
      height: 1px;
    }
    50% {
      width: 100%;
      height: 1px;
    }
    100% {
      width: 100%;
      height: 100%;
      background: #0e59bf;
    }
}
/* Keyframes */
@keyframes fill-reifenacher {
    0% {
      width: 0%;
      height: 1px;
    }
    50% {
      width: 100%;
      height: 1px;
    }
    100% {
      width: 100%;
      height: 100%;
      background: #24b3a4;
    }
}
/* Keyframes */
@keyframes fill-bandaal {
    0% {
      width: 0%;
      height: 1px;
    }
    50% {
      width: 100%;
      height: 1px;
    }
    100% {
      width: 100%;
      height: 100%;
      background: #00A0E0;
    }
}

/* Keyframes */
@keyframes fill-daekers {
    0% {
      width: 0%;
      height: 1px;
    }
    50% {
      width: 100%;
      height: 1px;
    }
    100% {
      width: 100%;
      height: 100%;
      background: #00A0E0;
    }
}

/* Keyframes */
@keyframes fill-gommerio {
    0% {
      width: 0%;
      height: 1px;
    }
    50% {
      width: 100%;
      height: 1px;
    }
    100% {
      width: 100%;
      height: 100%;
      background: #9747ff;
    }
}

/* rotyre: #00A0E0   */
/* bandaal: #00A0E0 */
/* daekers: #00A0E0 */
/* reifenacher: #24b3a4 */
/* tyrop: #e8462e */
/* pneureau: #0e59bf */
/* gommerio: #9747ff */


/*Carousel Captions */
.carousel-caption{
    margin-top: 0!important;
    height: 80%;
    width: 40%;
    top:60%;
    color: #282936;
    display: flex;
    align-items: center;
    right: 0;
    left: 0;
    margin-left: 10%;
}

.carousel-caption h3{
    font-size: 24pt !important;
}
/*.caption-display{
  display: block;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}*/
 
.caption-text{
    background: rgba(255,255,255,1);
    border-radius: 10px;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom:15px;
    padding-right: 15px;
    text-align: left;
}


.carousel-caption-left-top { 

    -webkit-transform:translate(15%, calc(-90% - .5px));
    -ms-transform:translate(15%, calc(-90% - .5px));
    transform:translate(15%, calc(-90% - .5px));

}
/*
.carousel-caption-left { 

    -webkit-transform:translate(15%, calc(-50% - .5px));
    -ms-transform:translate(15%, calc(-50% - .5px));
    transform:translate(15%, calc(-50% - .5px));
  
  }
.carousel-caption-right {
  -webkit-transform:translate(85%, calc(-50% - .5px));
  -ms-transform:translate(85%, calc(-50% - .5px));
  transform:translate(85%, calc(-50% - .5px));
}

.carousel-caption-center {

  -webkit-transform:translate(50%, calc(-50% - .5px));
  -ms-transform:translate(50%, calc(-50% - .5px));
  transform:translate(75%, calc(-55% - .5px));
}*/

@media (max-width: 768px) {

    .carousel-caption-left-top h3{  
        font-size: 20px;
      
    }
    .carousel-caption-left-top p
    {  
        font-size: 12px;
      
    }

    .caption-text{
        padding-left: 6px;
        padding-bottom: 4px;
        padding-top: 4px;
        padding-right: 6px;
    }

    
    .carousel-caption-left-top{   
        -webkit-transform:translate(25%, calc(-65% - .5px));
        -ms-transform:translate(25%, calc(-65% - .5px));
        transform:translate(25%, calc(-65% - .5px));  
    }

    .carousel-caption-left-top-reifen{   
        -webkit-transform:translate(25%, calc(-65% - .5px));
        -ms-transform:translate(25%, calc(-65% - .5px));
        transform:translate(25%, calc(-65% - .5px));  
    }

    .carousel-caption{
        margin-left: 0%;
        width: 50%;
    }

        /*
  .carousel-caption-left{   
    -webkit-transform:translate(50%, calc(-50% - .5px));
    -ms-transform:translate(50%, calc(-50% - .5px));
    transform:translate(75%, calc(-55% - .5px));
     
  }
  
  .carousel-caption-right { 
    -webkit-transform:translate(50%, calc(-50% - .5px));
    -ms-transform:translate(50%, calc(-50% - .5px));
    transform:translate(75%, calc(-55% - .5px));
      font-size: 12px;
  }*/
 
} 

.opacity-text {
  opacity: 0.9;
  text-align: left;
  margin-top: revert
  /*font-size: 12pt;*/
}

.wordBreak{
    word-break: break-word;
}

.underOverlineText-rotyre-primary{
   /* text-decoration: underline overline #00A0E0 ;*/
    text-decoration: solid underline #00A0E0;

}

.underOverlineText-tyrop-primary{
    text-decoration: underline overline #e8462e ;
}
.underOverlineText-reifenacher-primary{
    text-decoration: underline overline #24b3a4 ;
}
.underOverlineText-pneureau-primary{
    text-decoration: underline overline #0e59bf ;
}
.underOverlineText-bandaal-primary{
    text-decoration: underline overline #00A0E0 ;
}
.underOverlineText-daekers-primary{
    text-decoration: underline overline #00A0E0 ;
}
.underOverlineText-gommerio-primary{
    text-decoration: underline overline #9747ff ;
}

/*Typography Sizes */
@media (max-width: 768px) {
  
    p{font-size: 14px;}
    h1{font-size: 28px !important;}
    h2{font-size: 24px !important;}
    h3{font-size: 20px !important;}
    
  }
  
  @media (min-width: 768px) {
    h1{font-size: 32px !important;}
    h2{font-size: 24px !important;}
    h3{font-size: 20px !important;}
    p{font-size: 16px;}
  }
  
  @media (min-width: 992px) {
    h1{font-size: 42px !important;}
    h2{font-size: 28px !important;}
    h3{font-size: 22px !important;}
    
  }
  
  @media (min-width: 1200px) {
    h1{font-size: 46px !important;}
    h2{font-size: 28px !important;}
    h3{font-size: 24px !important;}
    p{font-size: 12pt;}
  }





/*Title Design */
.companyTitle{
    text-transform: capitalize;
}

/*Box Equal Heights*/
.insideBox{
    height: 100%;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

@media (max-width: 992px) {
    .insideBox{
        height: auto;
    }
    
  }

/*Main Title*/
.cover-title-rotyre-primary{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:white;
    display: flex;
    align-items: center;
    color: #00A0E0;
}
.cover-title-tyrop-primary{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:white;
    display: flex;
    align-items: center;
    color: #e8462e;

}
.cover-title-reifenacher-primary{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:white;
    display: flex;
    align-items: center;
    color: #24b3a4;
}
.cover-title-pneureau-primary{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:white;
    display: flex;
    align-items: center;
    color: #0e59bf;
}
.cover-title-bandaal-primary {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:white;
    display: flex;
    align-items: center;
    color: #00A0E0;
    
  }
  .cover-title-daekers-primary {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:white;
    display: flex;
    align-items: center;
    color: #00A0E0;
    
  }
  

  .cover-title-gommerio-primary {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:white;
    display: flex;
    align-items: center;
    color: #9747ff;
    
  }
.cover-title-rotyre-primary .container-lg ,
.cover-title-tyrop-primary .container-lg ,
.cover-title-reifenacher-primary .container-lg ,
.cover-title-pneureau-primary .container-lg ,
.cover-title-bandaal-primary .container-lg,
.cover-title-gommerio-primary .container-lg,
.cover-title-daekers-primary .container-lg {
    padding: 0;
  }
  .cover-title-rotyre-primary .header-content,
  .cover-title-tyrop-primary .header-content,
  .cover-title-reifenacher-primary .header-content,
  .cover-title-pneureau-primary .header-content,
  .cover-title-bandaal-primary .header-content,
  .cover-title-gommerio-primary .header-content,
  .cover-title-daekers-primary .header-content {
    position: relative;
    padding: 27px;
    overflow: hidden;
    text-align: right;
  }
  .cover-title-rotyre-primary  .header-content .line,
  .cover-title-tyrop-primary  .header-content .line,
  .cover-title-reifenacher-primary  .header-content .line,
  .cover-title-pneureau-primary  .header-content .line,
  .cover-title-bandaal-primary .header-content .line,
  .cover-title-gommerio-primary .header-content .line,
  .cover-title-daekers-primary .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid currentColor;
    -webkit-clip-path: polygon(0 0, 90% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 90% 0, 36% 100%, 0 100%);
    transform: rotate(180deg);
  }
  .cover-title-rotyre-primary .header-content h2 ,
  .cover-title-tyrop-primary .header-content h2 ,
  .cover-title-reifenacher-primary .header-content h2 ,
  .cover-title-pneureau-primary .header-content h2 ,
  .cover-title-bandaal-primary .header-content h2,
  .cover-title-gommerio-primary .header-content h2,
  .cover-title-daekers-primary .header-content h2 {
    font-size: 35px;
    color: #282936;
    font-weight: 600;
  
  }
  .cover-title-rotyre-primary .header-content h1,
  .cover-title-tyrop-primary .header-content h1,
  .cover-title-reifenacher-primary .header-content h1,
  .cover-title-pneureau-primary .header-content h1,
  .cover-title-bandaal-primary .header-content h1,
  .cover-title-gommerio-primary .header-content h1,
  .cover-title-daekers-primary .header-content h1{
    font-size: 56px;
    font-weight: 600;
    word-spacing: 3px;
    color: #282936;
  }
  .cover-title-rotyre-primary .header-content h4,
  .cover-title-tyrop-primary .header-content h4,
  .cover-title-reifenacher-primary .header-content h4,
  .cover-title-pneureau-primary .header-content h4,
  .cover-title-bandaal-primary .header-content h4,
  .cover-title-gommerio-primary .header-content h4,
  .cover-title-daekers-primary .header-content h4 {
    font-size: 16px;
    font-weight: 300;
    color: #282936;
  }

  /*Main Title-left*/
.cover-title-left-rotyre-primary{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background:white;
    display: flex;
    align-items: center;
    color: #00A0E0;
}
.cover-title-left-tyrop-primary{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:white;
    display: flex;
    align-items: center;
    color: #e8462e;

}
.cover-title-left-reifenacher-primary{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:white;
    display: flex;
    align-items: center;
    color: #24b3a4;
}
.cover-title-left-pneureau-primary{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:white;
    display: flex;
    align-items: center;
    color: #0e59bf;
}
.cover-title-left-bandaal-primary {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:white;
    display: flex;
    align-items: center;
    color: #00A0E0;
    
  }
  .cover-title-left-daekers-primary {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:white;
    display: flex;
    align-items: center;
    color: #00A0E0;
    
  }



.cover-title-left-gommerio-primary {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:white;
  display: flex;
  align-items: center;
  color: #9747ff;
  
}
.cover-title-left-rotyre-primary .container-lg ,
.cover-title-left-tyrop-primary .container-lg ,
.cover-title-left-reifenacher-primary .container-lg ,
.cover-title-left-pneureau-primary .container-lg ,
.cover-title-left-bandaal-primary .container-lg,
.cover-title-left-gommerio-primary .container-lg,
.cover-title-left-daekers-primary .container-lg {
    padding: 0;
  }
  .cover-title-left-rotyre-primary .header-content,
  .cover-title-left-tyrop-primary .header-content,
  .cover-title-left-reifenacher-primary .header-content,
  .cover-title-left-pneureau-primary .header-content,
  .cover-title-left-bandaal-primary .header-content,
  .cover-title-left-gommerio-primary .header-content,
  .cover-title-left-daekers-primary .header-content {
    position: relative;
    padding: 27px;
    overflow: hidden;
    text-align: left;
  }
  .cover-title-left-rotyre-primary  .header-content .line,
  .cover-title-left-tyrop-primary  .header-content .line,
  .cover-title-left-reifenacher-primary  .header-content .line,
  .cover-title-left-pneureau-primary  .header-content .line,
  .cover-title-left-bandaal-primary .header-content .line,
  .cover-title-left-gommerio-primary .header-content .line,
  .cover-title-left-daekers-primary .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid currentColor;
    -webkit-clip-path: polygon(0 0, 90% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 90% 0, 36% 100%, 0 100%);
  }
  .cover-title-left-rotyre-primary .header-content h2 ,
  .cover-title-left-tyrop-primary .header-content h2 ,
  .cover-title-left-reifenacher-primary .header-content h2 ,
  .cover-title-left-pneureau-primary .header-content h2 ,
  .cover-title-left-bandaal-primary .header-content h2,
  .cover-title-left-gommerio-primary .header-content h2,
  .cover-title-left-daekers-primary .header-content h2 {
    font-size: 35px;
    color: #000;
    font-weight: 600;
  
  }
  .cover-title-left-rotyre-primary .header-content h1,
  .cover-title-left-tyrop-primary .header-content h1,
  .cover-title-left-reifenacher-primary .header-content h1,
  .cover-title-left-pneureau-primary .header-content h1,
  .cover-title-left-bandaal-primary .header-content h1,
  .cover-title-left-gommerio-primary .header-content h1,
  .cover-title-left-daekers-primary .header-content h1{
    font-size: 56px;
    font-weight: 600;
    word-spacing: 3px;
    color: #000;
  }
  .cover-title-left-rotyre-primary .header-content h3,
  .cover-title-left-tyrop-primary .header-content h3,
  .cover-title-left-reifenacher-primary .header-content h3,
  .cover-title-left-pneureau-primary .header-content h3,
  .cover-title-left-bandaal-primary .header-content h3,
  .cover-title-left-gommerio-primary .header-content h3,
  .cover-title-left-daekers-primary .header-content h3 {
    font-size: 28px;
    font-weight: 300;
    color: #000;
  }

  /*Text-Box Left: Line-Color, BG-White, Font-Black */
  
  .cover-left-rotyre-primary ,
  .cover-left-tyrop-primary ,
  .cover-left-reifenacher-primary ,
  .cover-left-pneureau-primary ,
  .cover-left-bandaal-primary,
  .cover-left-gommerio-primary,
  .cover-left-daekers-primary  {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
 
  .cover-left-rotyre-primary .header-content,
  .cover-left-tyrop-primary .header-content,
  .cover-left-reifenacher-primary .header-content,
  .cover-left-pneureau-primary .header-content,
  .cover-left-bandaal-primary .header-content,
  .cover-left-gommerio-primary .header-content,
  .cover-left-daekers-primary .header-content {
    position: relative;
    padding-right: 10px;
    padding-left: 15px;
    padding-top: 21px;
    padding-bottom: 21px;
    overflow: hidden;
  }
  .cover-left-rotyre-primary .header-content .line,
  .cover-left-tyrop-primary .header-content .line,
  .cover-left-reifenacher-primary .header-content .line,
  .cover-left-pneureau-primary .header-content .line,
  .cover-left-bandaal-primary .header-content .line,
  .cover-left-gommerio-primary .header-content .line,
  .cover-left-daekers-primary .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-clip-path: polygon(0 0, 90% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 90% 0, 36% 100%, 0 100%);
  }
  .cover-left-rotyre-primary .header-content .line{
    border: 6px solid #00A0E0;
  }
  .cover-left-tyrop-primary .header-content .line{
    border: 6px solid #e8462e;
  }
  .cover-left-reifenacher-primary .header-content .line{
    border: 6px solid #24b3a4;
  }
  .cover-left-pneureau-primary .header-content .line{
    border: 6px solid #0e59bf;
  }
  .cover-left-daekers-primary .header-content .line {
    border: 6px solid #00A0E0;  
}
.cover-left-gommerio-primary .header-content .line {
    border: 6px solid #9747ff;  
}

    .cover-left-rotyre-primary .header-content h2 ,
    .cover-left-tyrop-primary .header-content h2 ,
    .cover-left-reifenacher-primary .header-content h2 ,
    .cover-left-pneureau-primary .header-content h2 ,
    .cover-left-bandaal-primary .header-content h2 ,
    .cover-left-gommerio-primary .header-content h2 ,
    .cover-left-daekers-primary .header-content h2 {
    font-weight: 600;
    font-size: 35px;
    color: #000;
  }
  .cover-left-rotyre-primary .header-content h1,
  .cover-left-tyrop-primary .header-content h1,
  .cover-left-reifenacher-primary .header-content h1,
  .cover-left-pneureau-primary .header-content h1,
  .cover-left-bandaal-primary .header-content h1,
  .cover-left-gommerio-primary .header-content h1,
  .cover-left-daekers-primary .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #000;
  }
  .cover-left-rotyre-primary .header-content h4,
  .cover-left-tyrop-primary .header-content h4,
  .cover-left-reifenacher-primary .header-content h4,
  .cover-left-pneureau-primary .header-content h4,
  .cover-left-bandaal-primary .header-content h4,
  .cover-left-gommerio-primary .header-content h4,
  .cover-left-daekers-primary .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #000;
  }
  
  /*Text-Box*/
  
  .cover-left {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:transparent;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
 
   .cover-left .header-content {
    position: relative;
    padding-right: 10px;
    padding-left: 15px;
    padding-top: 21px;
    padding-bottom: 21px;
    overflow: hidden;
  }
   .cover-left .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 6px solid #fff;
    -webkit-clip-path: polygon(0 0, 90% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 90% 0, 36% 100%, 0 100%);
  }
   .cover-left .header-content h2 {
    font-weight: 600;
    font-size: 35px;
    color: #fff;
  }
   .cover-left .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
  }
   .cover-left .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
  }
  
  .cover-right {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:transparent;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0px;
    justify-content: end;
  }
   .cover-right .header-content {
    position: relative;
    padding: 21px;
    overflow: hidden;
    text-align: right
  }
   .cover-right .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 6px solid #fff;
    -webkit-clip-path: polygon(0 0, 90% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 90% 0, 36% 100%, 0 100%);
    transform: rotate(180deg);
  }
   .cover-right .header-content h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
  }
   .cover-right .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
  }
   .cover-right .header-content h4 {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
  }

  .shadow-main-color{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  }

  /*INdex-Paragraph*/
  .index-para{
      padding: 5px;
  }

  .indexBorderLeft{
    border-left: 1em solid transparent;

  }
  .indexBorderRight{
  
    border-right: 1em solid transparent;

  }

  @media (max-width: 992px) {
    .indexBorderLeft{
        border-left: none;
      }
      .indexBorderRight{
      
        border-right: none; 
        padding-bottom: 1em;
      }
  }
  
  /*Button for Index*/
.index-button-rotyre-primary,
.index-button-tyrop-primary,
.index-button-reifenacher-primary,
.index-button-pneureau-primary,
.index-button-bandaal-primary,
.index-button-gommerio-primary,
.index-button-daekers-primary {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit; 
    border-radius: 1.625rem;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.index-button-rotyre-primary.learn-more,
.index-button-tyrop-primary.learn-more,
.index-button-reifenacher-primary.learn-more,
.index-button-pneureau-primary.learn-more,
.index-button-bandaal-primary.learn-more,
.index-button-gommerio-primary.learn-more,
.index-button-daekers-primary.learn-more {
    width: 50%;
    height: auto;
    color: #282936;
  }

 
  @media (max-width: 768px) {
    .index-button-rotyre-primary.learn-more,
    .index-button-tyrop-primary.learn-more,
    .index-button-reifenacher-primary.learn-more,
    .index-button-pneureau-primary.learn-more,
    .index-button-bandaal-primary.learn-more,
    .index-button-gommerio-primary.learn-more,
    .index-button-daekers-primary.learn-more {
        width: 100%;
        font-size: 10pt;
    }
    .cover-right .header-content {
        padding: 21px;
      }
      .cover-left .header-content {
        padding: 21px;
      }
      .cover-right {
        
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 0px;
      }
      .cover-left {
        
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0px;
      }
  }


.index-button-rotyre-primary.learn-more .circle,
.index-button-tyrop-primary.learn-more .circle,
.index-button-reifenacher-primary.learn-more .circle,
.index-button-pneureau-primary.learn-more .circle,
.index-button-bandaal-primary.learn-more .circle,
.index-button-gommerio-primary.learn-more .circle,
.index-button-daekers-primary.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;
  }

.index-button-rotyre-primary.learn-more .circle .icon ,
.index-button-tyrop-primary.learn-more .circle .icon ,
.index-button-reifenacher-primary.learn-more .circle .icon ,
.index-button-pneureau-primary.learn-more .circle .icon ,
.index-button-bandaal-primary.learn-more .circle .icon,
.index-button-gommerio-primary.learn-more .circle .icon,
.index-button-daekers-primary.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #282936;
  }

.index-button-rotyre-primary.learn-more .circle .icon.arrow ,
.index-button-tyrop-primary.learn-more .circle .icon.arrow ,
.index-button-reifenacher-primary.learn-more .circle .icon.arrow ,
.index-button-pneureau-primary.learn-more .circle .icon.arrow ,
.index-button-bandaal-primary.learn-more .circle .icon.arrow,
.index-button-gommerio-primary.learn-more .circle .icon.arrow,
.index-button-daekers-primary.learn-more .circle .icon.arrow  {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.index-button-rotyre-primary.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #00A0E0;
    border-right: 0.125rem solid #00A0E0;
    transform: rotate(45deg);
}
.index-button-rotyre-primary.learn-more .index-button-text-rotyre-primary {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #00A0E0;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
  }

.index-button-tyrop-primary.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #e8462e;
    border-right: 0.125rem solid #e8462e;
    transform: rotate(45deg);
}
.index-button-tyrop-primary.learn-more .index-button-text-tyrop-primary {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #e8462e;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
  }
.index-button-reifenacher-primary.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #24b3a4;
    border-right: 0.125rem solid #24b3a4;
    transform: rotate(45deg);
}
.index-button-reifenacher-primary.learn-more .index-button-text-reifenacher-primary {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #24b3a4;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
  }
.index-button-pneureau-primary.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #0e59bf;
    border-right: 0.125rem solid #0e59bf;
    transform: rotate(45deg);
}
.index-button-pneureau-primary.learn-more .index-button-text-pneureau-primary {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #0e59bf;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
  }
.index-button-bandaal-primary.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #00A0E0;
    border-right: 0.125rem solid #00A0E0;
    transform: rotate(45deg);
}
.index-button-bandaal-primary.learn-more .index-button-text-bandaal-primary {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #00A0E0;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

.index-button-daekers-primary.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #00A0E0;
    border-right: 0.125rem solid #00A0E0;
    transform: rotate(45deg);
}
.index-button-daekers-primary.learn-more .index-button-text-daekers-primary {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #00A0E0;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}


.index-button-gommerio-primary.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #9747ff;
    border-right: 0.125rem solid #9747ff;
    transform: rotate(45deg);
}
.index-button-gommerio-primary.learn-more .index-button-text-gommerio-primary {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #9747ff;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}
.index-button-rotyre-primary:hover .circle,
.index-button-tyrop-primary:hover .circle,
.index-button-reifenacher-primary:hover .circle,
.index-button-pneureau-primary:hover .circle,
.index-button-bandaal-primary:hover .circle,
.index-button-gommerio-primary:hover .circle,
.index-button-daekers-primary:hover .circle {
    width: 100%;
    background: #282936; 
}
.index-button-rotyre-primary:hover .circle .icon.arrow ,
.index-button-tyrop-primary:hover .circle .icon.arrow ,
.index-button-reifenacher-primary:hover .circle .icon.arrow ,
.index-button-pneureau-primary:hover .circle .icon.arrow ,
.index-button-bandaal-primary:hover .circle  .icon.arrow,
.index-button-gommerio-primary:hover .circle  .icon.arrow,
.index-button-daekers-primary:hover .circle  .icon.arrow {

    transform: translate(1rem, 0);
}

.index-button-rotyre-primary:hover .index-button-text-rotyre-primary,
.index-button-tyrop-primary:hover .index-button-text-tyrop-primary,
.index-button-reifenacher-primary:hover .index-button-text-reifenacher-primary,
.index-button-pneureau-primary:hover .index-button-text-pneureau-primary,
.index-button-bandaal-primary:hover .index-button-text-bandaal-primary,
.index-button-gommerio-primary:hover .index-button-text-gommerio-primary,
.index-button-daekers-primary:hover .index-button-text-daekers-primary {
    color: #fff;
}

/*Style Listing Index*/
/* box-shadow */


ol.gradient-list-rotyre-primary > li, ol.gradient-list-rotyre-primary  > li::before,
ol.gradient-list-tyrop-primary > li, ol.gradient-list-tyrop-primary  > li::before,
ol.gradient-list-reifenacher-primary > li, ol.gradient-list-reifenacher-primary  > li::before,
ol.gradient-list-pneureau-primary > li, ol.gradient-list-pneureau-primary  > li::before,
ol.gradient-list-bandaal-primary > li, ol.gradient-list-bandaal-primary  > li::before,
ol.gradient-list-gommerio-primary > li, ol.gradient-list-gommerio-primary  > li::before,
ol.gradient-list-daekers-primary > li, ol.gradient-list-daekers-primary  > li::before {
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

/*** STYLE List ***/

ol.gradient-list-rotyre-primary,
ol.gradient-list-tyrop-primary,
ol.gradient-list-reifenacher-primary,
ol.gradient-list-pneureau-primary,
ol.gradient-list-bandaal-primary,
ol.gradient-list-gommerio-primary,
ol.gradient-list-daekers-primary{
    list-style: none;
    margin: 1.75rem 0;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 767px){
    ol.gradient-list-rotyre-primary,
    ol.gradient-list-tyrop-primary,
    ol.gradient-list-reifenacher-primary,
    ol.gradient-list-pneureau-primary,
    ol.gradient-list-bandaal-primary,
    ol.gradient-list-gommerio-primary,
    ol.gradient-list-daekers-primary{

        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

ol.gradient-list-rotyre-primary > li,
ol.gradient-list-tyrop-primary > li,
ol.gradient-list-reifenacher-primary > li,
ol.gradient-list-pneureau-primary > li,
ol.gradient-list-bandaal-primary > li,
ol.gradient-list-gommerio-primary > li,
ol.gradient-list-daekers-primary > li{
    background: white;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    margin-top: 1rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
}


ol.gradient-list-rotyre-primary > li::before, ol.gradient-list-rotyre-primary > li::after,
ol.gradient-list-tyrop-primary > li::before, ol.gradient-list-tyrop-primary > li::after,
ol.gradient-list-reifenacher-primary > li::before, ol.gradient-list-reifenacher-primary > li::after,
ol.gradient-list-pneureau-primary > li::before, ol.gradient-list-pneureau-primary > li::after,
ol.gradient-list-gommerio-primary > li::before, ol.gradient-list-gommerio-primary > li::after,
ol.gradient-list-daekers-primary > li::before, ol.gradient-list-daekers-primary > li::after{
    border-radius: 1rem 0rem 1rem 1rem;
    bottom: -1.5rem;
    content: '';
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    width: 3rem;
}

ol.gradient-list-rotyre-primary > li::before, ol.gradient-list-rotyre-primary > li::after{
    background: linear-gradient(45deg, #00A0E0 0%,  #fff 80%);
}
ol.gradient-list-tyrop-primary > li::before, ol.gradient-list-tyrop-primary > li::after {
    background: linear-gradient(45deg, #e8462e 0%,  #fff 80%);
}
ol.gradient-list-reifenacher-primary > li::before, ol.gradient-list-reifenacher-primary > li::after {
    background: linear-gradient(45deg, #24b3a4 0%,  #fff 80%);
}
ol.gradient-list-pneureau-primary > li::before, ol.gradient-list-pneureau-primary > li::after {
    background: linear-gradient(45deg, #0e59bf 0%,  #fff 80%);
}
ol.gradient-list-daekers-primary > li::before, ol.gradient-list-daekers-primary > li::after {
    background: linear-gradient(45deg, #00A0E0 0%,  #fff 80%);
}
ol.gradient-list-gommerio-primary > li::before, ol.gradient-list-gommerio-primary > li::after {
    background: linear-gradient(45deg, #9747ff 0%,  #fff 80%);
}
ol.gradient-list-rotyre-primary > li::before,
ol.gradient-list-tyrop-primary > li::before,
ol.gradient-list-reifenacher-primary > li::before,
ol.gradient-list-pneureau-primary > li::before,
ol.gradient-list-bandaal-primary > li::before,
ol.gradient-list-gommerio-primary > li::before,
ol.gradient-list-daekers-primary > li::before {
    align-items: flex-end;
    color: #1d1f20;
    display: flex;
    justify-content: flex-end;
    padding: 0.125em 0.25em;
    z-index: 1;
}

ol.gradient-list-rotyre-primary > li + li,
ol.gradient-list-tyrop-primary > li + li,
ol.gradient-list-reifenacher-primary > li + li,
ol.gradient-list-pneureau-primary > li + li,
ol.gradient-list-bandaal-primary > li + li,
ol.gradient-list-gommerio-primary > li + li,
ol.gradient-list-daekers-primary > li + li {
    margin-top: 2rem;
}

/*---------------Login---------------*/


.material-textfield {
    position: relative;  
    margin-top: 0.3em;
    padding-left:0px!important;
    padding-right:0px!important;
  }
  
  .label_login {
    position: absolute;
    font-size: 1rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    color: gray;
    padding: 0 0.2rem;
    margin: 0 0.5rem;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
  }
  .input-rotyre-primary,
  .input-tyrop-primary,
  .input-reifenacher-primary,
  .input-pneureau-primary,
  .input-bandaal-primary,
  .input-daekers-primary{
    font-size: 1rem;
    outline: none;
    border: 1px solid gray;
    border-radius: 5px;  
    padding: 0.5em 0.0rem;
    color: gray;
    transition: 0.1s ease-out;
  }
  .input-rotyre-primary:focus {
    border-color: #00A0E0;  
  }
  .input-rotyre-primary:focus + label {
    color: #00A0E0;
    top: 0;
    transform: translateY(-50%) scale(.9);
  }
  .input-tyrop-primary:focus {
    border-color: #e8462e;  
  }
  .input-tyrop-primary:focus + label {
    color: #e8462e;
    top: 0;
    transform: translateY(-50%) scale(.9);
  }
  .input-reifenacher-primary:focus {
    border-color: #24b3a4;  
  }
  .input-reifenacher-primary:focus + label {
    color: #24b3a4;
    top: 0;
    transform: translateY(-50%) scale(.9);
  }
  .input-pneureau-primary:focus {
    border-color: #0e59bf;  
  }
  .input-pneureau-primary:focus + label {
    color: #0e59bf;
    top: 0;
    transform: translateY(-50%) scale(.9);
  }
  .input-bandaal-primary:focus {
    border-color: #00A0E0;  
  }
  .input-bandaal-primary:focus + label {
    color: #00A0E0;
    top: 0;
    transform: translateY(-50%) scale(.9);
  }
  .input-daekers-primary:focus {
    border-color: #00A0E0;  
  }
  .input-daekers-primary:focus + label {
    color: #00A0E0;
    top: 0;
    transform: translateY(-50%) scale(.9);
  }
  .input-gommerio-primary:focus {
    border-color: #9747ff;  
  }
  .input-gommerio-primary:focus + label {
    color: #9747ff;
    top: 0;
    transform: translateY(-50%) scale(.9);
  }
  .input-rotyre-primary:not(:placeholder-shown) + label,
  .input-tyrop-primary:not(:placeholder-shown) + label,
  .input-reifenacher-primary:not(:placeholder-shown) + label,
  .input-pneureau-primary:not(:placeholder-shown) + label,
  .input-bandaal-primary:not(:placeholder-shown) + label,
  .input-gommerio-primary:not(:placeholder-shown) + label,
  .input-daekers-primary:not(:placeholder-shown) + label  {
    top: 0;
    transform: translateY(-50%) scale(.9);
  }

  .btnLogin{
    font-size: 10px;
    text-align: center;
    padding-left: 5px!important;
    padding-right: 5px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    font-weight: 500;
  }
  .inputLogin{
    width: 100%;
    padding-left:5px;
    padding-right: 5px;
  }


/*Responsive Container */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1300px;
  }
}

.imgWrapper{
    max-height: 100%;
    overflow-y: hidden;
    display: flex;
}

.imgMonitorIndex {
   
    height:auto;
    width: 80%;

    -webkit-transform: translate(25%, 0%);
    transform: translate(25%, 0%);
}
.imgMonitor {
    height:auto;
    width: 80%;
}


.imgMonitorLogo{
    position: absolute;
    top: 40.4%;
    right: 10.7%;
    height: 50%;
    width: 28.4%;
    align-items: center;
    background: transparent;
    object-fit: contain;
    transform: scaleX(1) scaleY(1.10) ;
    -webkit-transform: scaleY(1.10) ;
    -moz-transform: scaleY(1.10);
    -ms-transform: scaleY(1.10);
}

.imgFooterLogo{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    align-items: center;
    background: transparent;
    object-fit: contain;
    padding-left: 1em;
}

.textWrapper{
    align-self: center;
}


.listHeaderPadding{
    padding-left: 15px;
}


@media (max-width: 768px){
    .listHeaderPadding{
        padding-left: 15px;
    }

}

/*Footer*/
.shadow-footer{
    box-shadow: rgba(0, 0, 0, 0.07) 0px -1px 1px, rgba(0, 0, 0, 0.07) 0px -2px 2px, rgba(0, 0, 0, 0.07) 0px -4px 4px, rgba(0, 0, 0, 0.07) 0px -8px 8px, rgba(0, 0, 0, 0.07) 0px -16px 16px;
}

.text-footer{
    color: inherit;
}

.text-footer:hover{
    color: inherit;
    text-decoration: none;
}

/*Text-Box*/
  
.cover-line {
    width: 100%;
    height: 100%;
    background:transparent;
    display: flex;
    align-items: flex-start;
    z-index: -1;
    padding-top: calc(5% + 6px + 5px);

  }

@media (max-width: 992px){
    .cover-line{
        padding: 2em;
        padding-left: 0;
    }

}

 
   .cover-line .header-content {

    padding-left: 15px;
  

  }
   .cover-line  .line {
    width: 100%;
    height: calc(100% - 30px);
    right: -15px;
    top: 15px;
    position: absolute;
    border: 6px solid #fff;
    -webkit-clip-path: polygon(0 0, 80% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 80% 0, 36% 100%, 0 100%);
    background-color: transparent;
    
    
  }
   .cover-line .header-content h2 {
    font-weight: 600;
    font-size: 35px;
    color: #fff;
  }
   .cover-line .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
  }
   .cover-line .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
  }

  .index-main{
    background-color:whitesmoke;
    fill-opacity: 0.2;
  }

  .shadow-team{
    box-shadow: rgb(38, 57, 77) 0px 6px 12px -3px;
  
}

.shadow-team-box{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.shadow-carousel{
    text-shadow: 
  -1ex 1ex 4px #eee, 
  1em -1ex 2px #ddd
}

.shadow-card{
  /*box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;*/
 /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;*/
 box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.shadow-badge{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.shadow-tyre{
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.shadow-imp{
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.shadow-tyreSearch{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}


@media (max-width: 767px){
    #navBarScroll{
        height: 50vh; 
        overflow-y: auto;
    }

}
#navBarScroll{
  height: auto;  
}
.icon-logo {
    width:100%;
    height:70px;
    object-fit:contain;
    object-position:0% 50%;
}

.tyrebrandsOld{
    height: 100px;
    object-fit: contain;
}
.tyrebrands{
    height: 100px;
    width: 100%;
    object-fit: contain;
}




/*Footer Menu*/

.explore-rotyre-primary a,
.explore-tyrop-primary a,
.explore-reifenacher-primary a,
.explore-pneureau-primary a,
.explore-gommerio-primary a,
.explore-daekers-primary a{
    color: inherit !important;
}
.explore-rotyre-primary a:hover,
.explore-tyrop-primary a:hover,
.explore-reifenacher-primary a:hover,
.explore-pneureau-primary a:hover,
.explore-gommerio-primary a:hover,
.explore-daekers-primary a:hover{
    text-decoration: none;
}

.explore-rotyre-primary:hover{
    color: #00A0E0;
}
.explore-tyrop-primary:hover{
    color: #e8462e;
}
.explore-reifenacher-primary:hover{
    color: #24b3a4;
}
.explore-pneureau-primary:hover{
    color: #0e59bf;
}
.explore-daekers-primary:hover{
    color: #00A0E0;
}
.explore-gommerio-primary:hover{
    color: #9747ff;
}
.hyphens {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/*Team */
.card {
    display:-webkit-flex;
    flex-direction: column;
    
}

.borderTeam-rotyre-primary {
    border-bottom: 5px solid #00A0E0;
    margin-bottom: -2pt;
}
.borderTeam-tyrop-primary {
    border-bottom: 2px solid #e8462e;
}
.borderTeam-reifenacher-primary {
    border-bottom: 2px solid #24b3a4;
}
.borderTeam-pneureau-primary {
    border-bottom: 2px solid #0e59bf;
}
.borderTeam-daekers-primary {
    border-bottom: 2px solid #00A0E0;
}
.borderTeam-gommerio-primary {
    border-bottom: 2px solid #9747ff;
}
.borderTeam-rotyre-primary:last-child,
.borderTeam-tyrop-primary:last-child,
.borderTeam-reifenacher-primary:last-child,
.borderTeam-pneureau-primary:last-child,
.borderTeam-gommerio-primary:last-child,
.borderTeam-daekers-primary:last-child{
    border-bottom: none;
}




/*********************************
******  WHEEL SEARCH        ******
************************************/

.wheel{
    max-height: 280px;
    overflow-y: auto;
}

.wheelLogo{
    width: 25%;
}

.wheelLogoTab{
    width: 30px;
}

/*.brand a{
   margin: 0.5em;
    
}*/


/*Search content*/
.imgWheelSearchCar{
    width: inherit;
}

.s_table tr{
    line-height: 20px;
}

.wheelWrapper {
    padding: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-bottom: 0.5em;
}
/* CSS */
/*button in Wheel Search */
.wheelWrapper .btnWheel-rotyre-primary,
.wheelWrapper .btnWheel-tyrop-primary,
.wheelWrapper .btnWheel-reifenacher-primary,
.wheelWrapper .btnWheel-pneureau-primary,
.wheelWrapper .btnWheel-gommerio-primary,
.wheelWrapper .btnWheel-daekers-primary{
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 5px 5px;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  overflow: visible;
  padding: 2px 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  z-index: 0;
  height: 50px;
}

.btnWheel-rotyre-primary:hover{
    background: #00A0E0;
    color: white!important;
}
.btnWheel-tyrop-primary:hover{
    background: #e8462e;
    color: white!important;
}
.btnWheel-reifenacher-primary:hover{
    background: #24b3a4;
    color: white!important;
}
.btnWheel-pneureau-primary:hover{
    background: #0e59bf;
    color: white!important;
}
.btnWheel-daekers-primary:hover{
    background: #00A0E0;
    color: white!important;
}
.btnWheel-gommerio-primary:hover{
    background: #9747ff;
    color: white!important;
}
/*.btnWheel:hover {
  background: #F6F9FE;
  color: #174ea6;
}*/

.wheelWrapper .btnWheel-rotyre-primary.active ,
.wheelWrapper .btnWheel-tyrop-primary.active ,
.wheelWrapper .btnWheel-reifenacher-primary.active ,
.wheelWrapper .btnWheel-pneureau-primary.active ,
.wheelWrapper .btnWheel-gommerio-primary.active ,
.wheelWrapper .btnWheel-daekers-primary.active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
  color: white;
}

.wheelWrapper .btnWheel-rotyre-primary.active{
    background: #00A0E0;
}
.wheelWrapper .btnWheel-tyrop-primary.active{
    background: #e8462e;
}
.wheelWrapper .btnWheel-reifenacher-primary.active{
    background: #24b3a4;
}
.wheelWrapper .btnWheel-pneureau-primary.active{
    background: #0e59bf;
}
.wheelWrapper .btnWheel-daekers-primary.active{
    background: #00A0E0;
}
.wheelWrapper .btnWheel-gommerio-primary.active{
    background: #9747ff;
}
.wheelWrapper .btnWheel-rotyre-primary.focus ,
.wheelWrapper .btnWheel-tyrop-primary.focus ,
.wheelWrapper .btnWheel-reifenacher-primary.focus ,
.wheelWrapper .btnWheel-pneureau-primary.focus ,
.wheelWrapper .btnWheel-gommerio-primary.focus ,
.wheelWrapper .btnWheel-daekers-primary.focus {
  outline: none;
  border: 2px solid #4285f4;
}

.s_tblWheels thead tr{
    text-align: center;
}

.s_tblWheels tbody tr{
    text-align: center;
}

.wheelTabs-rotyre-primary,
.wheelTabs-tyrop-primary,
.wheelTabs-reifenacher-primary,
.wheelTabs-pneureau-primary,
.wheelTabs-gommerio-primary,
.wheelTabs-daekers-primary{
    position: relative;
    display: block;
    padding:0;
    
}
.wheelTabs-rotyre-primary{
    border-bottom: 1px solid #00A0E0;
}
.wheelTabs-tyrop-primary{
    border-bottom: 1px solid #e8462e;
}
.wheelTabs-reifenacher-primary{
    border-bottom: 1px solid #24b3a4;
}
.wheelTabs-pneureau-primary{
    border-bottom: 1px solid #0e59bf;
}
.wheelTabs-daekers-primary{
    border-bottom: 1px solid #00A0E0;
}
.wheelTabs-gommerio-primary{
    border-bottom: 1px solid #9747ff;
}
.wheelTabs-rotyre-primary a,
.wheelTabs-tyrop-primary a,
.wheelTabs-reifenacher-primary a,
.wheelTabs-pneureau-primary a,
.wheelTabs-gommerio-primary a,
.wheelTabs-daekers-primary a{
    position: relative;
    display:inline-block;
    text-decoration: none;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.wheelTabs-rotyre-primary a{
    color: #00A0E0;
}
.wheelTabs-tyrop-primary a{
    color: #e8462e;
}
.wheelTabs-reifenacher-primary a{
    color: #24b3a4;
}
.wheelTabs-pneureau-primary a{
    color: #0e59bf;
}
.wheelTabs-daekers-primary a{
    color: #00A0E0;
}
.wheelTabs-gommerio-primary a{
    color: #9747ff;
}
.wheelTabs-rotyre-primary a.active,
.wheelTabs-tyrop-primary a.active,
.wheelTabs-reifenacher-primary a.active,
.wheelTabs-pneureau-primary a.active,
.wheelTabs-gommerio-primary a.active,
.wheelTabs-daekers-primary a.active{
    font-weight: 700;
    outline:none;
}

.wheelTabs-rotyre-primary a.active{
    color: #00A0E0;
}
.wheelTabs-tyrop-primary a.active{
    color: #e8462e;
}
.wheelTabs-reifenacher-primary a.active{
    color: #24b3a4;
}
.wheelTabs-pneureau-primary a.active{
    color: #0e59bf;
}
.wheelTabs-daekers-primary a.active{
    color: #00A0E0;
}
.wheelTabs-gommerio-primary a.active{
    color: #9747ff;
}
.wheelTabs-rotyre-primary a:not(:disabled),
.wheelTabs-tyrop-primary a:not(:disabled),
.wheelTabs-reifenacher-primary a:not(:disabled),
.wheelTabs-pneureau-primary a:not(:disabled),
.wheelTabs-gommerio-primary a:not(:disabled),
.wheelTabs-daekers-primary a:not(:disabled){
    background-color: inherit;
    color: #7d7d7d;
}

.wheelTabs-rotyre-primary a:disabled,
.wheelTabs-tyrop-primary a:disabled,
.wheelTabs-reifenacher-primary a:disabled,
.wheelTabs-pneureau-primary a:disabled,
.wheelTabs-gommerio-primary a:disabled,
.wheelTabs-daekers-primary a:disabled{
    background-color: inherit;
    color: #424f5a;
    cursor: default !important;
}


/*Tire Table from Search for Wheels*/

.s_tiretable-rotyre-primary,
.s_tiretable-tyrop-primary,
.s_tiretable-reifenacher-primary,
.s_tiretable-pneureau-primary,
.s_tiretable-gommerio-primary,
.s_tiretable-daekers-primary{
    margin-left: 1em;
    margin-right: 1em;    
}

.s_tiretable-rotyre-primary thead tr, .s_tiretable-rotyre-primary thead th,
.s_tiretable-tyrop-primary thead tr, .s_tiretable-tyrop-primary thead th,
.s_tiretable-reifenacher-primary thead tr, .s_tiretable-reifenacher-primary thead th,
.s_tiretable-pneureau-primary thead tr, .s_tiretable-pneureau-primary thead th,
.s_tiretable-gommerio-primary thead tr, .s_tiretable-gommerio-primary thead th,
.s_tiretable-daekers-primary thead tr, .s_tiretable-daekers-primary thead th{
    border-top: none;
    border-bottom: none !important;  
    word-break: break-all;
}

.s_tiretable-rotyre-primary tbody th, .s_tiretable-rotyre-primary tbody td,
.s_tiretable-tyrop-primary tbody th, .s_tiretable-tyrop-primary tbody td,
.s_tiretable-reifenacher-primary tbody th, .s_tiretable-reifenacher-primary tbody td,
.s_tiretable-pneureau-primary tbody th, .s_tiretable-pneureau-primary tbody td,
.s_tiretable-gommerio-primary tbody th, .s_tiretable-gommerio-primary tbody td,
.s_tiretable-daekers-primary tbody th, .s_tiretable-daekers-primary tbody td{
    font-weight: 400;
    padding: 20px;
}

@media only screen and ( max-width: 767px) {
    .s_tiretable-rotyre-primary thead tr, .s_tiretable-rotyre-primary thead th,
    .s_tiretable-tyrop-primary thead tr, .s_tiretable-tyrop-primary thead th,
    .s_tiretable-reifenacher-primary thead tr, .s_tiretable-reifenacher-primary thead th,
    .s_tiretable-pneureau-primary thead tr, .s_tiretable-pneureau-primary thead th,
    .s_tiretable-gommerio-primary thead tr, .s_tiretable-gommerio-primary thead th,
    .s_tiretable-daekers-primary thead tr, .s_tiretable-daekers-primary thead th{
        font-size: 0.8em;
    }

    .s_tiretable-rotyre-primary tbody th, .s_tiretable-rotyre-primary tbody td,
    .s_tiretable-tyrop-primary tbody th, .s_tiretable-tyrop-primary tbody td,
    .s_tiretable-reifenacher-primary tbody th, .s_tiretable-reifenacher-primary tbody td,
    .s_tiretable-pneureau-primary tbody th, .s_tiretable-pneureau-primary tbody td,
    .s_tiretable-gommerio-primary tbody th, .s_tiretable-gommerio-primary tbody td,
    .s_tiretable-daekers-primary tbody th, .s_tiretable-daekers-primary tbody td{
        padding: 12px;
        font-size: 0.8em;
    }

    .wheelLogoTab{
        width: 20px;
    }
}


/*
.custom-table{
    margin-left: 1em;
    margin-right: 1em;
}
.custom-table thead tr, .custom-table thead th {
    border-top: none;
    border-bottom: none !important;
}
.custom-table tbody th, .custom-table tbody td {
    font-weight: 400;
    padding: 20px;
    cursor: pointer;
}*/
.s_tiretable-rotyre-primary tbody tr:not(.spacer) td:nth-child(2):hover,
.s_tiretable-tyrop-primary tbody tr:not(.spacer) td:nth-child(2):hover,
.s_tiretable-reifenacher-primary tbody tr:not(.spacer) td:nth-child(2):hover,
.s_tiretable-pneureau-primary tbody tr:not(.spacer) td:nth-child(2):hover,
.s_tiretable-gommerio-primary tbody tr:not(.spacer) td:nth-child(2):hover,
.s_tiretable-daekers-primary tbody tr:not(.spacer) td:nth-child(2):hover{
    -webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 1);
    box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 1); 
    color: white;   
}

.s_tiretable-rotyre-primary tbody tr:not(.spacer) td:nth-child(2):hover{
    background-color: #00A0E0;
}
.s_tiretable-tyrop-primary tbody tr:not(.spacer) td:nth-child(2):hover{
    background-color: #e8462e;
}
.s_tiretable-reifenacher-primary tbody tr:not(.spacer) td:nth-child(2):hover{
    background-color: #24b3a4;
}
.s_tiretable-pneureau-primary tbody tr:not(.spacer) td:nth-child(2):hover{
    background-color: #0e59bf;
}
.s_tiretable-daekers-primary tbody tr:not(.spacer) td:nth-child(2):hover{
    background-color: #00A0E0;
}
.s_tiretable-gommerio-primary tbody tr:not(.spacer) td:nth-child(2):hover{
    background-color: #9747ff;
}
/*
.custom-table tbody tr:not(.spacer):hover{
    -webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 1);
    box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 1); 
    background-color: #00A0E0;
    color: white;
}*/

.s_tiretable-rotyre-primary tbody tr td,
.s_tiretable-tyrop-primary tbody tr td,
.s_tiretable-reifenacher-primary tbody tr td,
.s_tiretable-pneureau-primary tbody tr td,
.s_tiretable-gommerio-primary tbody tr td,
.s_tiretable-daekers-primary tbody tr td{
    border-top: 0px !important;    
    
}
/*.custom-table tbody tr td{
    border-top: 0px !important; 
}*/

.s_tiretable-rotyre-primary tbody tr:not(.spacer) td:nth-child(2),
.s_tiretable-tyrop-primary tbody tr:not(.spacer) td:nth-child(2),
.s_tiretable-reifenacher-primary tbody tr:not(.spacer) td:nth-child(2),
.s_tiretable-pneureau-primary tbody tr:not(.spacer) td:nth-child(2),
.s_tiretable-gommerio-primary tbody tr:not(.spacer) td:nth-child(2),
.s_tiretable-daekers-primary tbody tr:not(.spacer) td:nth-child(2){
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; 
    font-weight: bolder;
    cursor: pointer;
}

.s_tiretable-rotyre-primary tbody tr:not(.spacer) td:nth-child(2){
    border-left: 3px solid #00A0E0;
    border-right: 3px solid #00A0E0;
}
.s_tiretable-tyrop-primary tbody tr:not(.spacer) td:nth-child(2){
    border-left: 3px solid #e8462e;
    border-right: 3px solid #e8462e;
}
.s_tiretable-reifenacher-primary tbody tr:not(.spacer) td:nth-child(2){
    border-left: 3px solid #24b3a4;
    border-right: 3px solid #24b3a4;
}
.s_tiretable-pneureau-primary tbody tr:not(.spacer) td:nth-child(2){
    border-left: 3px solid #0e59bf;
    border-right: 3px solid #0e59bf;
}
.s_tiretable-daekers-primary tbody tr:not(.spacer) td:nth-child(2){
    border-left: 3px solid #00A0E0;
    border-right: 3px solid #00A0E0;
}
.s_tiretable-gommerio-primary tbody tr:not(.spacer) td:nth-child(2){
    border-left: 3px solid #9747ff;
    border-right: 3px solid #9747ff;
}
/*
.custom-table tbody tr:not(.spacer) {
   
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; 
    background: transparent;
}*/
.s_tblwidthfirst{
    width: 10%;
    padding: 1px !important;
}
.s_tblwidth{
    
    padding: 1px !important;
    width: 30%;
}

.s_tiretable-rotyre-primary tbody tr th:first-child , .s_tiretable-rotyre-primary tbody tr td:first-child,
.s_tiretable-tyrop-primary tbody tr th:first-child, .s_tiretable-tyrop-primary tbody tr td:first-child,
.s_tiretable-reifenacher-primary tbody tr th:first-child, .s_tiretable-reifenacher-primary tbody tr td:first-child,
.s_tiretable-pneureau-primary tbody tr th:first-child, .s_tiretable-pneureau-primary tbody tr td:first-child,
.s_tiretable-gommerio-primary tbody tr th:first-child, .s_tiretable-gommerio-primary tbody tr td:first-child,
.s_tiretable-daekers-primary tbody tr th:first-child, .s_tiretable-daekers-primary tbody tr td:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;   
}


.s_tiretable-rotyre-primary tbody tr th , .s_tiretable-rotyre-primary tbody tr td,
.s_tiretable-tyrop-primary tbody tr th, .s_tiretable-tyrop-primary tbody tr td,
.s_tiretable-reifenacher-primary tbody tr th, .s_tiretable-reifenacher-primary tbody tr td,
.s_tiretable-pneureau-primary tbody tr th, .s_tiretable-pneureau-primary tbody tr td,
.s_tiretable-gommerio-primary tbody tr th, .s_tiretable-gommerio-primary tbody tr td,
.s_tiretable-daekers-primary tbody tr th, .s_tiretable-daekers-primary tbody tr td{
    text-align: center;
    background: white;
}

.s_tiretable-rotyre-primary tbody tr th:last-child , .s_tiretable-rotyre-primary tbody tr td:last-child,
.s_tiretable-tyrop-primary tbody tr th:last-child, .s_tiretable-tyrop-primary tbody tr td:last-child,
.s_tiretable-reifenacher-primary tbody tr th:last-child, .s_tiretable-reifenacher-primary tbody tr td:last-child,
.s_tiretable-pneureau-primary tbody tr th:last-child, .s_tiretable-pneureau-primary tbody tr td:last-child,
.s_tiretable-gommerio-primary tbody tr th:last-child, .s_tiretable-gommerio-primary tbody tr td:last-child,
.s_tiretable-daekers-primary tbody tr th:last-child, .s_tiretable-daekers-primary tbody tr td:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;    
}
/*
.custom-table tbody tr th:first-child, .custom-table tbody tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; 
}
.custom-table tbody tr th:last-child,
.custom-table tbody tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; 
}*/

.s_tiretable-rotyre-primary tbody tr.spacer td,
.s_tiretable-tyrop-primary tbody tr.spacer td,
.s_tiretable-reifenacher-primary tbody tr.spacer td,
.s_tiretable-pneureau-primary tbody tr.spacer td,
.s_tiretable-gommerio-primary tbody tr.spacer td,
.s_tiretable-daekers-primary tbody tr.spacer td{
    padding: 0 !important;
    height: 10px;
    border-radius: 0 !important;
    background: transparent !important; 
    cursor: default!important;  
}
/*
.custom-table tbody tr.spacer td {
    padding: 0 !important;
    height: 10px;
    border-radius: 0 !important;
    background: transparent !important; 
    cursor: default!important;
  
}*/

/*Result of Search for Wheels*/
.searchContent{
    display:table;
    width:100%;
    padding-top:1.5em;
}

.searchContent:last-child {
    padding-bottom:1.5em;
  }
  
.searchRow {
      display:table-row;
}
.searchRow div {
    display:table-cell;
}
.content-wrapper{
    padding: 0;
}
.content-cat {
    font-weight:300;
    letter-spacing: 1px;
    color: #212121;
    font-size:0.975em;
    text-align:right;
    padding-left: 0;
    padding-top: 2.22%;
    padding-bottom: 2.22%;
}
.content-text-rotyre-primary{
    border-left:1px solid #00A0E0;
    transition: border 0.66s ease-in;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.content-text-tyrop-primary{
    border-left:1px solid #e8462e;
    transition: border 0.66s ease-in;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.content-text-reifenacher-primary{
    border-left:1px solid #24b3a4;
    transition: border 0.66s ease-in;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.content-text-pneureau-primary{
    border-left:1px solid #0e59bf;
    transition: border 0.66s ease-in;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.content-text-daekers-primary{
    border-left:1px solid #00A0E0;
    transition: border 0.66s ease-in;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.content-text-gommerio-primary{
    border-left:1px solid #9747ff;
    transition: border 0.66s ease-in;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.content-text-rotyre-primary div,
.content-text-tyrop-primary div,
.content-text-reifenacher-primary div,
.content-text-pneureau-primary div,
.content-text-gommerio-primary div,
.content-text-daekers-primary div{
    padding:0;
    margin:0;
    margin-top:0.15em;
    margin-left:.5em;
    font-size:1em;
    /*white-space: nowrap;*/
    display:inline-block;    
    color: #424242;
    
    font-weight:600;
    font-size:0.75;
}

.content-text-rotyre-primary ul,
.content-text-tyrop-primary ul,
.content-text-reifenacher-primary ul,
.content-text-pneureau-primary ul,
.content-text-gommerio-primary ul,
.content-text-daekers-primary ul{
    padding:0;
    margin:0;
    margin-top:0.15em;
    margin-left:1.5em;
}

.content-text-rotyre-primary ul:last-child,
.content-text-tyrop-primary ul:last-child,
.content-text-reifenacher-primary ul:last-child,
.content-text-pneureau-primary ul:last-child,
.content-text-gommerio-primary ul:last-child,
.content-text-daekers-primary ul:last-child{
    margin :0.6em;
}

.content-text-rotyre-primary ul li,
.content-text-tyrop-primary ul li,
.content-text-reifenacher-primary ul li,
.content-text-pneureau-primary ul li,
.content-text-gommerio-primary ul li,
.content-text-daekers-primary ul li{
    font-size:1em;
    white-space: nowrap;
    display:inline-block;
}

.content-text-rotyre-primary ul li:first-child,
.content-text-tyrop-primary ul li:first-child,
.content-text-reifenacher-primary ul li:first-child,
.content-text-pneureau-primary ul li:first-child,
.content-text-gommerio-primary ul li:first-child,
.content-text-daekers-primary ul li:first-child{
    width:35%;
    
    color: #424242;
    
    font-weight:600;
    font-size:0.75;
}

.s_label{
    width: fit-content;
}

.searchImage{
    position: relative;
    max-width: 600px;
    margin: auto;
}
.searchImage img{
    width: 100%;
}

.searchCarousel{
    width: 600px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchImage div{
    box-sizing: border-box;
    width: 75%;
    padding: 5px;
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 12.5%; 
    bottom:0;   
}

/*Tooltip*/
.search_tooltip {
    position: relative;
    display: inline-block;
  }
  
  .search_tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12pt;
    font-weight: 500;
  }
  
  /*.search_tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }*/
  
  .search_tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  /*Region Dropdown*/
#regionDropdownTitle{
    background-color: white;
    color: #212529;
    border: none;
    box-shadow: rgb(0 0 0 / 20%) 0 3px 5px -1px, rgb(0 0 0 / 14%) 0 6px 10px 0, rgb(0 0 0 / 12%) 0 1px 18px 0;
    /*margin-left: 1em;*/
    opacity: 0.9;
}
  
.regionItem {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 2px;
  }
  .regionItem:hover, .regionItem:focus {
    color: white;
    background-color: #00A0E020;
  }
  .regionItem.active, .regionItem:active {
    color: white !important;
    text-decoration: none;
    background-color: #00A0E0;
  }
  .regionItem.disabled, .regionItem:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
  }

/*Register.php*/
label.label-translate {
    position: relative;
}
.label {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translate(0, -50%);
    color: gray;
    transition: left 0.5s, top 0.5s, transform 0.5s, font-size 0.5s;
    background: white;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    cursor: text;
}

label.label-translate.translate-active .label, label.label-translate.translate-force .label {
    left: 8px;
    top: 0;
    transform: translate(0, -50%);
    font-size: small;
    cursor: default;
}

.label-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    padding: 10px;
    border: 1px solid lightgrey;
    background-color: white;
    z-index: 1;
    max-height: 150px;
    overflow-y: auto;
}

.label-dropdown .dropdown-row {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 2px;
}

.label-dropdown .dropdown-line {
    height: 1.1rem;
    width: 0.25rem;
    background-color: transparent;
    margin-right: 5px;
}

.label-dropdown .dropdown-text {
    font-size: small;
}

/* .label-dropdown .dropdown-row:hover {
    background-color: whitesmoke;
} */

.label-dropdown .dropdown-row:hover .dropdown-line {
    background-color: var(--color-green);
}

select .form-select{
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
     background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

/*Toggle Switch*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  /* .registerTable tbody tr:first-child{
    border-top: 2px solid red;
     
    box-shadow: 0 0 0 2px red;
  } */
  
  /*left top rounded*/
  .registerTable tr:first-child td:nth-child(2){
    border-radius:6px 0 0 0;
    box-shadow: 0 0 0 2px white;
  }
  /*right top rounded*/
  .registerTable tr:first-child td:last-child{
    border-radius: 0 6px 0 0; 
    box-shadow: 0 0 0 2px white;
    
  }
  /*bottom rounded*/
  .registerTable tr:last-child td:last-child {

    border-radius:0 0 6px 6px;
    box-shadow: 0 0 0 2px white;
  }

  /*left*/
  .registerTable tr td:nth-child(2),
  .registerTable tr:last-child td,
  .registerTable tr td:last-child,
  .registerTable tr:first-child td{ 
    box-shadow: 0 0 0 2px white;
  }

  .registerTable tr td,
  .registerTable tr th
  {
    vertical-align: middle !important;
  }

  .registerTable tr td label{
    margin: 0 !important;
  }

  .registerTable tr:nth-child(3) td{
    border-bottom: 1px solid #ADADAD50;
    padding-bottom: 2%;
  }
  .registerTable tr:nth-child(4) td{
    padding-top: 2%;
  }

  .registerTable tr:nth-child(5) td{
    
    padding-bottom: 2%;
  }
  .registerTable tr:nth-child(9) td{
    border-top: 1px solid #ADADAD50;
    padding-top: 2%;
    border-bottom: 1px solid #ADADAD50;
    padding-bottom: 2%;
  }

  .registerTable tr:nth-child(10) td{
    padding-top: 2%;
  }

  .altAdress{
    opacity: 0;
    display: none;
  }
  .altAdress-fadeIn{
    display: table-row;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 1000ms;
  }

  .w-45{
      width: 45%;
  }
  .w-55{
    width: 55%;
}


