<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html,body{
    background: rgb(14,14,14);
    background-color: #333333;
}    
header{
    height:100px;
}
header &gt; figure{
    top:20px;
    left:20px;   
}
header figure img{
    max-height:80px;
    max-width:80%;
}

body &gt; main{
    width:100vW;
    margin:auto;
    display:block;
    margin-top: 110px;
    border-spacing:10px;
    margin-bottom: 80px;
}
body &gt; main &gt; section{
    height:auto !important;
    width:80%;
    display:block;
} 
body &gt; main &gt; section &gt; article,body &gt; main &gt; section &gt; article{    
    display:block;
    width:100% !important;
    margin-bottom:15px;
    white-space: normal;
    opacity:1;
} 
footer span{
    display:none;
}
#gallery{
    display:none !important;
}
form label{
    display:block;
    margin-left:0px;   
    width:100%;
    padding:0px;
}
form label:last-of-type{
    width:0px;
}
form input,form textarea{
    width:95%;
}
form textarea{
    margin-bottom:-5px;
}
form .bt{
    width:48%;
}
#kontakt detail strong,#kontakt detail span,#kontakt #map{
    display:block;
}
#kontakt #map{
    text-align: center;
    margin-top:15px;
    float: none;
}
#leistungen article svg text{
    font-size:2.8rem;
    position:relative;
    left:-20px;
} 
#car-leistungen{
    display:none;
} 
#car-leistungen_m{
    display:block;
    text-align: center;
} 
#car-leistungen_m{
    position:relative;
} 
#car-leistungen_m figure{
    margin-top:20px;
    margin-bottom:20px;
} 
#car-leistungen_m img{
    max-width:100%;
} 
#car-leistungen_m button{
    width:45%;
    height:40px;
    line-height:40px;
    border-radius:7px;
    background-color:#DA383E;
    border:1px solid #fff;
    box-shadow:4px 4px 8px #000;
    margin:5px 5px;
    font-size:1.1rem;
    cursor:pointer;
} 
#leistungen #layer ul{
    margin-left:10px;
    padding-right:40px;
}
#fahrzeuge #fahrzeugbestand figure{
    width:100%;
    margin-left:30px;
}
#fahrzeuge #fahrzeugbestand figure div{
    background-color:rgba(0,0,0,0.4);
    top:0px;
}
#aktionen .angebotslink i{
    width:100%;
}
#aktionen .aktion img{
    display:block;
    float:none;
    max-width:98%;
    max-height:200px;
    clear:both;
    margin-left:0px;
}
#galerie #images figure{
    width:110px;
}</pre></body></html>