/* CONTENT.CSS */
h1, h2, h3, h4, h5, h6, input, #content p, #content a, #content article, #content ul li, #content ol li, div.recommended, .phone, .inputDesc, footer{
    font-family: 'Yanone Kaffeesatz', 'Open Sans', 'Arial', sans-serif;
    letter-spacing: 0.1rem;
}

#wrapper{
    box-sizing: border-box;
    width: 100%;
    min-height: 1500px;
    margin: 0 auto;
    padding: 0.5rem;
    background: rgba(0,0,0,0.95);
}
#content{
    box-sizing: border-box;
    width: 100%;
    padding: 0 0.5rem 3rem 0.5rem;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5rem;
}
#content *{
    word-wrap: break-word;
    font-size: 1.25rem;
}

#content h1, #content h2{
    color: #fff;
    text-shadow: 1px 1px 0px #000, 2px 2px 0px #333, -1px -1px 0px #333, 0px -2px 0px #333;
    background: #535760;
    background: linear-gradient(#535760 60%, #40444f 80%);
    padding: 0.75rem;
    border-radius: 3px 3px 0 0;
    border-bottom: 2px solid #D41819;
    line-height: 2.75rem;
}
#content h1{
    font-size: calc(100% + 1rem);
}
#content h2{
    font-size: calc(100% + 0.8rem);
}
#content h3{
    font-size: calc(100% + 0.6rem);
}
#content a{
    color: #ccc;
    font-style: italic;
    outline: none;
}
#content p{
    text-align: justify;
}
a.linkButtonRedGrey{
    padding: 5px;
    background: #d41819;
    border: 3px solid #868686;
    border-radius: 3px;
    text-decoration: none;
    color: rgba(204,204,204,0.9) !important;
}
a.linkButtonRedGrey:hover{
    color: rgba(255,255,255,1.0) !important;
}
a.linkButtonRedGrey:after{
    content: "\00BB"; /* = &raquo; = >> */
}
li a.linkButtonLI{
    line-height: 4rem;
}
.linkButtonBlock{
    display: inline-block;
}
.clear{
    clear: both;
}
aside *{
    font-family: 'Yanone Kaffeesatz', 'Open Sans', 'Arial', sans-serif;
    font-size: 1.25rem;
    border-radius: 3px;
}
aside div.redBox, aside div.tipp{
    margin: 1.45rem auto;
    padding: 0.5rem;
    background: #D41819;
}
aside div.redBox{
    background: #D41819;
    color: #fff;
    text-shadow: 1px 0 1px #000;
}
aside div.tipp{
    background: #ccc;
}
aside a{
    display: block;
    color: #fff;
    padding: 0.25rem 0;
}
div#tippRDKS.tipp a, div#tippLabel.tipp a{
    margin: 0.25rem 0;
    padding: 0.25rem;
    background: #d41819;
}
aside #map{
    width: 100%;
    margin: 0.5rem 0;
    border:0;
}
aside div.redBox a#dealer{
    font-style: italic;
    color: #000;
    background: #fff;
    text-shadow: none;
    text-align: center;
    padding: 0.25rem 0;
}
aside .notSmallScreen{
    display: none;
}
aside h4{
    margin: 0.25rem 0;
}

#agb, #datenschutz, #impressum{
    text-align: justify;
}
#impressum img{
    max-width: 100%;
    max-height: 20rem;
    border-radius: 3px;
}
#impressum ul{
    margin: 0;
    padding: 1rem;
}
span.hoverText{
    font-family: 'Yanone Kaffeesatz', 'Open Sans', 'Arial', sans-serif;
}
img#snowPNG{
    margin: 10px 0 -10px -5px;
}
a#fzgGalerieLink{
    margin-left: 7.75rem;
}
#leasingpartner div#leasingImages{
    margin-top: 2rem;
    padding: 0.5rem;
    text-align: center;
}
section.flexSection{
    position: relative;
    margin: 1rem 0;
    border-radius: 3px;
}
.flexSectionLink{
    position: absolute;
    bottom: 10px;
}
.flexSectionSecondLink{
    margin-left: 4.95rem;
}
.flexSectionThirdLink{
    margin-left: 10.95rem;
}
/* Reifen Angebote */
article.indexBoxes section.flexSection, article#tyreOfferBoxes section.flexSection{
    clear: both;
    padding: 0.5rem;
}
article#tyrePrices button{
    padding: 0.5rem;
}
article#tyrePrices button:hover{
    cursor: pointer;
    background: #535760;
    color: #fff;
    border-radius: 5px;
}
article#tyreOfferBoxes section.flexSection img.tyreOfferImg{
    display: inline-block;
    width: calc(50% - 5px);
    margin: 1px;
    border-radius: 2px;
    border-bottom: 2px solid #d41819;
}
article#tyreOfferBoxes ul{
    position: relative;
    list-style: none;
}
article#tyreOfferBoxes section.flexSection ul li{
    height: 2.2rem;
    line-height: 1.8rem;
}
article#tyreOfferBoxes section.flexSection ul li img{
    width: 2rem;
}
article#tyreOfferBoxes section.flexSection ul li span{
    box-sizing: border-box;
    position: absolute;
    padding-left: 0.5rem;
    font-size: 1.6rem;
}
article#tyreOfferBoxes section.flexSection h3{
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    margin: 0 0 0.5rem 0;
    padding: 0.25rem 1rem;
    line-height: 3rem;

    text-align: right;
    background: #d41819;
}

article.greyXtraBoxes{
    line-height: 3rem;
}
article.greyXtraBoxes > section{
    ///background: #ccc;
    font-size: 1.5rem !important;
    color: #D41819;
}

.importantField{
    display: none; /* nur für Spambots */
}

aside div#adress div#logoAside img{
    width: 100%;
}
.tagWolke{
    margin: 5rem auto;
    color: #ccc;
}
.partners{
    /*width: 75%;*/
}
.tagWolke div, .partners div{
    padding: 0.5rem;
    line-height: 1rem;
    background: #000;
    color: #ccc;
}
.tagWolke a.inlineTag{
    display: inline-block;
    line-height: 2rem;
    opacity: 0.75;
    font-size: 1.25em;
    padding: 0 0.25em;
}
.tagWolke a.inlineTag:hover{
    opacity: 1.0;
}
.tagWolke span.normal{
    font-size: 0.8em;
}
.tagWolke span.fett{
    font-size: 0.9em;
    font-weight: bold;
}
.tagWolke span.hell{
    font-size: 0.75em;
    color: #fff;
    opacity: 0.3;
}
.tagWolke span.gross{
    font-size: 1em;
    opacity: 0.8;
}
.tagWolke span.klein{
    font-size: 0.65em;
    color: #fff;
}

ul#rimDisplay{
    width: 100%;
    margin: 1rem 0;
    padding: 0;
}
ul#rimDisplay li{
    display: inline-block;
    margin: 0.25rem 0;
    padding: 0.5rem;
    background: #d41819;
    text-decoration: none;
}
a#alcar{
    background: #d41819;
    border: 3px solid #868686;
    border-radius: 3px;
}

.ui-widget-overlay{
    background: #000;
    opacity: 0.6 !important;
}

input[type="checkbox"], input[type="radio"]{
    -moz-transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    -ms-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
    margin: 0 1rem 0 0.25rem;
}
div.picSlide ul li{
    display: none;
}

article.notSmallScreen{
    display: none;
}

/* Reifenpreise */
div#selectTyres{
    position: relative;
    width: 100%;
}
div#selectTyres ul{
    list-style: none;
    padding: 0;
    margin: 0.15rem 0;
}
div#selectTyres ul li select, div#selectTyres ul li select option{
    font-size: 1rem !important;
}
input#start, div#refinement{
    width: 50%;
    max-width: 350px !important;
}
div#refinement{
    max-width: 348px !important;
    margin: 0.5rem 0;
    line-height: 1.5rem;
    text-align: center;
    height: 1.5rem;
    background: green;
    font-size: 50%;
}
ul#tyrePriceHeadUL{
    max-width: 100%;
    margin: 0;
    background: #d41819;
    padding: 0;
    border: 3px solid #868686;
    color: rgba(204, 204, 204, 0.9);
}
ul#tyrePriceHeadUL li{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
}
ul#tyrePriceHeadUL li span{
    float: right;
}
ul#tyrePriceHeadUL li span#pricePerPiece{
    line-height: 0.8rem;
}
ul#tyrePriceHeadUL li span#orderTime{
    position: absolute;
    right: 1rem;
    bottom: 0;
    height: 1.2rem;
    font-size: 0.6rem;
    text-align: right;
}
div#tyresWrapper{
    position: relative;
    width: auto;
    height: auto;
}
div#tyresWrapper div#loading{
    z-index: 2;
    min-height: 100%;
    display: none;
    background: rgba(0,0,0,0.9);
    text-align: center;
}
div.labelRow{
    width: 100%;
    display: inline-block;
    right: 5rem;
}
li.tyreLabels{
    display: inline-block;
    margin-right: 0.25rem;
    font-size: 0.8rem !important;
}
li.tyreLabels img{
    height: 1.2rem;
}
div#tyresWrapper div#loading img{
    //width: 5rem;
    margin-top: 2rem;
}
div#tyresWrapper div#outputTyres{
    display: block;
    max-width: 100%;
    min-height: 10rem;
    max-height: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: #222222;
    font-size: 1rem;
    text-shadow: none;
}
div#outputTyres > span{
    margin: 0.5rem 0;
    padding: 1.5rem 25% 0.5rem 0.5rem;
    border-bottom: 1px solid #ccc;
}
div#outputTyres span.showValues, div.tyreValues{
    background: #333;
}
.emptyOutputImg{
    display: inline-block;
    width: 20%;

    margin-right: 5px;
    font-size: 0.9rem;
    border: 1px solid #222;
    text-align: center;
}
span.tyreData{
    position: relative;
    display: block;
    font-size: 0.95em !important;
    line-height: 1.1rem;
    word-wrap: break-word !important;
    cursor: pointer;
}
span.secTyreData{
    position: absolute;
    right: 0.25rem;
    bottom: 5px;
    font-size: 0.75rem !important;
    line-height: 1rem;
    text-align: right;
}
span.secTyreData.pfColor{
    color: #00ffff;
}
span.secTyreData.htColor{
    color: #FFDE52;
}
span.secTyreData.tsColor{
    color: #33cc33;
}
div.tyreValues{
    position: relative;
    max-width: 100%;
    height: auto;
    min-height: 5rem;
    margin-top: -0.5rem;
    padding: 0.5rem;
}
div.tyreValues img{
    display: none;
    max-height: 100%;
    max-width: 20%;
    margin-right: 5px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
div.tyreValues ul{
    list-style: none;
    position: absolute;
    top: 0;
    left: 20.5%;
    margin: 0;
    padding: 0.5rem;
}
div.tyreValues ul li{
    //display: none;
    line-height: 1rem;
    font-size: 1rem !important;
}
div.popUp{
    z-index: 999;
    position: absolute;
    width: 20rem;
    height: 20rem;
    margin: -10rem auto 0 0.5rem;
    background: #d41819;
}

div.closeBtn{
    width: 100%;
    box-sizing: border-box;
    height: 1.8rem;
    line-height: 1.8rem;
    padding-right: 0.25rem;
    text-align: right;
    color: #000;
    font-weight: bold;
    cursor: default;
}
div.closeBtn:hover{
    color: #fff;
    text-shadow: 0 0 1px #000;
}
ul#galleryDirs{
    margin: 0;
    padding: 0;
}
ul#rimConfigurator{
    margin: 0;
    padding: 0;
}
ul li.rimConfiguratorNames{
    width: 125px;
}
ul li.galleryDirNames, ul li.rimConfiguratorNames{
    display: inline-block;
    margin: 0.25rem;
    border: 3px solid #868686;
    border-radius: 3px;
}
ul li.galleryDirNames a, ul li.rimConfiguratorNames a{
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0.25rem;
    background: #d41819;
    text-decoration: none;
    color: rgba(204,204,204,0.9) !important;
}
ul li.galleryDirNames a:hover, ul li.rimConfiguratorNames a:hover{
    color: rgba(255,255,255,0.9) !important;
}
div.recommended{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-top: 5rem;
    padding: 0.05rem 1rem 1.75rem 1rem;
    background: #111;
    border: 1px solid #d41819;
}



/* Termin */
form{
    width: 100%;
}
span.inputDesc{
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 0.25rem 1rem;
    margin-right: 1rem;
    background: #D41819;
}
input[type="radio"]{
    margin-right: 1rem;
}
input[type="text"], input[type="tel"], input[type="email"]{
    box-sizing: border-box;
    width: 100%;
    line-height: 2rem;
    font-size: 1rem;
}
.ui-datepicker-trigger{
    padding: 0.15rem;
    font-family: 'Yanone Kaffeesatz', 'Open Sans', 'Arial', sans-serif;
}
button.ui-datepicker-trigger, input#timePicker, #bottomBtns input{
    font-size: 1rem !important;
}
tr td span.ui-state-default, .ui-datepicker td a, a.ui-state-default{
    text-align: center;
}
a.ui-state-highlight{
    background: #000 !important;
    color: #fff !important;
}
a.ui-state-active{
    background: rgba(0,0,0,0.3) !important;
}
.ui-widget-header{
    background: #d41819;
}
#timePickerWrapper{
    position: relative;
    width: auto;
    height: auto;
    margin-bottom: 1rem;
}
#time{
    min-width: 5rem;
}
#timeSelect{
    z-index: 99;
    display: none;
    position: absolute;
    width: 96%;
    height: auto;
    top: 2.15rem;
    float: left;
    background: #fff;
    color: #000;
    padding: 0.15rem;
    border-radius: 6px;
}
#timeSelect table{
    display: none;
    width: 100%;
    border-bottom: 1px solid rgba(219,219,219,0.5);
    text-align: center;
    border-radius: 3px;
    color: #004276;
    font-size: 1.5rem;
}
#timeHeader{
    padding: 0.5rem;
    background: #D41819;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 6px;
    border: 1px solid #E3A1A1;
}
#timeSpacer{
    height: 5px;
}
.bigOperator{
    font-size: 1.25rem;
}
#timeXtraText{
    margin-top: 5px;
    padding: 0 3px;
    text-align: justify;
    line-height: 1rem;
    font-size: 0.7rem;
    color: rgba(0,0,0,0.6);
}
#takeTime{
    width: 50%;
    float: right;
    margin: 2px 2px 0 0;
    padding: 0.25rem;
    font-weight: bold;
    color: #004276;
    font-size: 1em;
}
#takeTime:hover{
    color: #000;
}
#kennzeichen{
    position: relative;
    width: auto;
}
.licensePlate{
    max-width: 325px;
    margin-top: 0.25rem;
    border-radius: 8px;
}
.plateInp{
    top: 0;
    left: 0;
    height: 60px;
    margin-top: 0.5rem;
    margin-left: 2.2rem;
    font-size: 2.25rem !important;
    padding: 0 0.5rem;
    text-transform: uppercase;
    text-align: center;
}
#plateOne{
    position: absolute;
    width: 5.4rem;
}
#plateTwo{
    position: absolute;
    left: 6.55rem;
    width: 4.5rem;
}
#plateThree{
    position: absolute;
    left: 11.1rem;
    width: 6.7rem;
}
#bottomBtns input{
    margin: 1rem 0;
}
#bottomBtns input[type="submit"]{
    margin-left: 30px;
}
.error{
    color: #ff0000;
    background: yellow;
}
button{
    line-height: 1rem;
    padding-bottom: 1.25rem;
}
button, #timePicker{
    width: 8rem;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 2;
}
.termin-btn{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 1rem;
    background: #c31d1d;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
}

.slick{
    padding: 1rem;
    overflow: hidden;
}
.slick-slide{
    height: 10rem !important;
}
.slick-slide img{
    height: 100%;
    margin: 0 .5rem;
}
.sanders-wrapper{
    display: block;
    margin: 2rem 0;

}
.sanders-wrapper h3{
    margin: 0;
    padding: 0;
}
.sanders-wrapper img{
    height: 3rem;
}
.genschow-wrapper div{
    display: inline-block;
    margin-right: 3rem;
    vertical-align: top;
}
.genschow-wrapper div h3 span{
    font-size: 2.75rem !important;
    color: red;
    vertical-align: bottom;
}
.genschow-wrapper ul{
    margin: 0;
    padding: 0 1rem;
}
.genschow-wrapper ul.genschow-daten{
    list-style: none;
    padding: 0;
}

.tesla-images{
    text-align: center;
}
.tesla-images img{
    max-width: 48.5%;
}








/* ADAC */
li.adac-block-full{
    display: block;
    background: #fc0;
}
li.adac-block-full:hover{
    background: #fff;
}
/* ADAC */


/* ###################################################################################### Ende small ############################# */

/*
// STYLES BY SCREEN SIZE
*/

@media screen and (min-device-width: 420px){

    #timeSelect{
        width: 75%;
    }
    input.sizeField{
        width: 32.4%;
    }

}



@media screen and (min-device-width: 768px){

    html, body{
        background: url(../img/layout/bg.jpg) no-repeat center center fixed;
        background-size: 95%;
    }
    nav{
        font-family: 'Yanone Kaffeesatz', 'Open Sans', 'Arial', sans-serif;
        letter-spacing: 0.075rem;
    }
    #wrapper{
        margin: 0 auto;
        display: -ms-Flexbox;
	-ms-box-orient: horizontal;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
    }
    #content{
        margin-top: 2.5rem;
        flex: 6;
    }
    aside{
        flex: 4;
        font-size: 0.8rem;
    }
    aside{
        margin-left: 0.5rem;
    }
    aside a{
        padding: 0;
        text-decoration: none;
    }
    aside span.numRight{
        float: right;
    }
    aside div.redBox, aside div.tipp{
        max-width: 80%;
    }
    aside .notSmallScreen{
        display: block;
        margin-bottom: 1rem;
    }

    .tagWolke{
        width: 85%;
    }
    .partners{
        /*width: 50%;
        margin-left: 7.5%;*/
    }

    #impressum img{
        box-shadow: 0 0 5px 2px #535760;
    }
    #leasingpartner div#leasingImages{
        margin-left: 5%;
        text-align: left;
    }
    #leasingpartner div#leasingImages img{
        max-width: 48%;
    }

    div.ui-dialog{
        width: 50% !important;
        font-size: 1.5rem;
    }

    ul li.galleryDirNames, ul li.rimConfiguratorNames{
        max-width: 130px;
    }

    article.notSmallScreen{
        display: block;
    }

    div#selectTyres ul li.selectTyresOpts, input#start{
        width: 50%;
        max-width: 350px;
    }
    div#selectTyres ul li.selectTyresOpts select{
        width: 100%;
    }
    select#breite, select#hoehe, select#radius{
        width: auto !important;
    }
    select#lIndex, select#vIndex{
        width: 48.75% !important;
    }

    .tesla-images img{
        max-width: 49%;
    }

}
@media screen and (min-device-width: 1024px){

    #content{
        flex: 7;
    }
    aside{
        flex: 3;
        margin-top: 1rem;
    }
    .hoverMe{
        position: relative;
        padding: 5px 5px 0 5px;
        background: #535760;
        background: rgba(83,87,96,0.5);
        border: 1px solid #40444F;
        border-radius: 5px;
        font-family: 'Yanone Kaffeesatz', 'Open Sans', 'Arial', sans-serif;
        overflow: hidden;
    }
    .hoverArea{
        position: absolute;
        bottom : 4px;
        width: 100%;
        height: 50%;
        cursor: pointer;
        overflow: hidden;
    }
    span.hoverText{
        display: none;
        position: absolute;
        width: 100%;
        width: calc(100% - 10px);
        left: 0;
        bottom: 0;
        padding: 1rem 0;
        text-align: center;
        font-size: 1.25rem;
        letter-spacing: 0.075rem;
        background: #000;
        background: rgba(0,0,0, 0.8);
    }
    .hoverArea:hover span.hoverText{
        display: block;
    }
    div.picSlide ul li{
        font-size: 1rem !important
    }
    .picSlideTextOne{
        display: none;
        width: 25%;
        padding: 0.25rem 1rem;
        font-size: 0.25rem;
        background: linear-gradient(to right, black, transparent);
    }
    .picSlideTextTwo{
        display: none;
        width: 52%;
        margin: 0.25rem 0;
        padding: 0.25rem 1rem;
        background: linear-gradient(to right, black, transparent);
    }
    .picSlideTextThree{
        display: none;
        width: 33%;
        padding: 0.25rem 1rem;
        background: linear-gradient(to right, black, transparent);
    }
    ul li.galleryDirNames, ul li.rimConfiguratorNames{
        width: 98%;
    }
    select#lIndex, select#vIndex{
        width: 49.25% !important;
    }
    div.tyreValues img:hover{
        -webkit-transform:scale(1.05);
        transform:scale(1.05);
        cursor: pointer;
    }
    span.inputDesc{
        width: 20%;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    textarea, input[type="text"], input[type="tel"], input[type="email"]{
        display: inline-block;
        width: 50%;
        margin-right: 0.5rem;
    }
    #timeSelect{
        left: calc(20% + 1rem);
        width: 33%;
    }
    .termin-btn{
        max-width: 10%;
    }
    .termin-btn:hover{
        background: #fff;
        color: #c31d1d !important;
        transition: 0.25s linear;
    }
    .winter-only{
        max-width: 50%;
    }
    .sanders-wrapper{
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-top: 0;
    }
    .sanders-wrapper div{
      padding: 1rem;
    }

    /* ADAC */
    li.adac-block-full{
        display: inline-block;
        width: 44%;
    }
    /* ADAC */

}


@media screen and (min-device-width: 1280px){

    #content{
        flex: 75;
    }
    aside{
        flex: 25;
    }
    .flex{
        display: -ms-Flexbox;
        -ms-box-orient: horizontal;

        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;

        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    article.indexBoxes section.flexSection, article#tagBox section.flexSection, article#tyreOfferBoxes section.flexSection{
        flex: 33;
        margin: 0 0.25rem;
        padding: 1rem !important;
        border: 1px solid #535760;
    }
    article.indexBoxes hr{
        display: none;
    }
	.tyre-img-label-box{
		display: inline-block;
		height: 12rem;
	}	
	article#tyreOfferBoxes section.flexSection img.tyreOfferImg{
		width: calc(50% - 5px);
		max-height: 100%;
	}

}
@media screen and (min-device-width: 1440px){

    #content{
        max-width: 80%;
        flex: 8;
    }
    aside{
        max-width: 20%;
        flex: 2;
    }
    #impressum img{
        float: right;
        margin: 3rem !important;
    }
    div.popUp{
        z-index: 999;
        position: absolute;
        width: 23em;
        height: 23em;
        margin: -10rem auto 0 3rem;
        background: #d41819;
    }

    /* ADAC */
    li.adac-block-full{
        display: inline-block;
        width: 46%;
    }
    /* ADAC */
	
	.tyre-img-label-box{
		
	}
	article#tyreOfferBoxes section.flexSection img.tyreOfferImg{

		width: auto;	
		min-height: 12rem;
		
	}
	
}
