/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #4e463b;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body { 
    font-size: 100%;
    height: 100%;
    background: #776a4a;
    background: -webkit-linear-gradient(top, #776a4a 67%, #5e5341 98%);
    background: linear-gradient(top, #776a4a 67%, #5e5341 98%);
    text-align: center;
    }

.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1140px;
    color: #000;
    font-family: 'Lucida Grande', Arial, sans-serif;
    position: relative;
}


h1 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 0;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 
  Helvetica, Arial, "Lucida Grande", sans-serif;
    }

h1.large{
    font-size:18px;
    font-size:1.125rem;
    padding: 20px 10px;
    color: #fff;
    background-color: #000;
    }

h2 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: -1em;
    /*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 
  Helvetica, Arial, "Lucida Grande", sans-serif;*/
  font-family: 'Lucida Grande', Arial, sans-serif;
  font-weight: bold;
    }

h2.grey {
    color: #A7A9AC;
    }

h2.register {
    font-size: 14px;
    font-size: .9rem;
    margin-bottom: 1em;
    }

h3 {
    font-size: 16px;
    font-size: 1rem;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 
  Helvetica, Arial, "Lucida Grande", sans-serif;
    }

h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 0;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 
  Helvetica, Arial, "Lucida Grande", sans-serif;
    }

p {font-size: 16px; font-size: 1rem;}
sup { font-size:.6em; line-height:.2em; }

a:link, a:visited { color: #8d7f60; font-weight: bold; text-decoration: none; transition: color 0.5s ease; }
a:hover, a:active { color: #000; text-decoration: underline;  }

ul, ol{
  display:inline-block;
  padding:0.5em;
  padding-left:2em;
  margin:0.5em 0;
}

hr {
    border: 0;
    height: 0;
    margin: .7em 0 1em 0;
    border-top: 1px solid #4e463b;
    clear: both;
    
}

/* =Header */
header {
    width: 100%;
    height: 100vh;
    text-align: left;
    padding-bottom: 0em;
    margin: 0 auto;
    background: #776a4a;
    background: -webkit-linear-gradient(180deg, #5e5341 25%, #776a4a 100%);
    background: linear-gradient(180deg, #5e5341 25%, #776a4a 100%);
    overflow: hidden;
    border-bottom: solid 1px #63583C;
    position: relative;
}

.site-branding {
    position: relative;
    top: 2em;
    left: 0;
    height: 50px;
    
}

.site-branding img {
    width: 100%;
    max-width: 305px;
    height: auto;
}

/* =Language Switch */

.language-container {
  width: 100%;
  height: 85px;
  background: #000;
  text-align: right;
  padding: 0;
  color: #fff;
  position:absolute;
  top: -500px;
  left: 0;
  z-index: 99;
}

.language-toggle {
    position: absolute;
    right: 0;
    top: 2.5em;
    width: 33px;
    height: 28px;
    padding: 0;
    cursor: pointer;
}

.close-button {
  cursor: pointer;
  float: right;
  margin: 1.6em 0 0 0;
  height: 33px;
  width: 19px;
  text-align: left;
  padding: 0.2em 0 0 0;
}

ul.l-switch {
  list-style: none;
  background: #000;
  padding: 1.5em 0 0 0;
  color: #fff;
  float: left;
}

ul.l-switch li {
  text-align: left;
  list-style: none;
  float: left;
  padding-right: 0.8em;
}


ul.l-switch li a:hover {
  text-decoration: none;
  color: #fff;
}

/* =Animation / Video Content */

.stage {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    left:0;
    top:2em;
    padding: 0;
    }

.stage img {
    width: 100%;
    height: auto;
    }

.claim {
  opacity: 0;
}

.button-cta {
    position: relative;
    top: 12em;
    width: 80px;
    height: 80px;
    background: #000;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50%;
    cursor: hand;
    text-align: center;
    display:none;
   
}


.button-premium {
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 190px;
    height: 190px;
    background: #000;
    border-radius: 50%;
    padding:10px;
    display: block;
    }

.button-cta .logo img {
    width: 100%;
    height: auto;
}

.button-cta .logo {
    position: relative;
    top: 16px;
    left: 1px;
}

.button-premium .logo {
    position: relative;
    top: 44px;
    left: 2px;
}

.button-premium .logo img {
    width: 70%;
    height: auto;
}

.button-cta .txt {
    position: relative;
    top: 20px;
    font: 9px/1.3 'Lucida Grande', Arial, sans-serif;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }

.button-cta .txt.ru {
    top: 35px;
    font: 8px/1.2 'Lucida Grande', Arial, sans-serif;
    letter-spacing: 0.5px;
    }


.button-premium .txt {
    position: relative;
    top: 50px;
    font: 12px/1.3 'Lucida Grande', Arial, sans-serif;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }

.arrowDown {
    position: absolute;
    bottom: 20px;
    left: 50%;
    /*width: 40%;*/
    transform: translate(-50%, 0);
    display: block;
    padding: 30px;
    /*padding: 17px;
    border-radius: 50%;
    background-color: #000;*/
    background-image: url("../img/arrow-white.svg");
    background-repeat: no-repeat;
    background-position: 49%;
    background-size: 45%;
}

/* =Main Content */

/* =Produktbeschreibung */
#section-1 {
    width:100%;
    height: 50%;
    background: #fff;    
    margin: 0 auto;
    padding: 3em 0;
    position: relative;
    z-index: 2;
    border-top: solid 1px #D4D1D1;
    }

.packshot {
    width: 100%;
    float: left;
    margin-left: 0;
    margin: 0 auto;
    
}

.packshot img {
    width: 40%;
    max-width: 345px;
    height: auto;
}

.copy {
    width: 100%;
    float: none;
    margin-left: 0;
    padding: 0 0 2em 0;
    text-align: left;
}

ul.featList {
    list-style:none;
    margin:0.5em 0 1em 0;
    padding-left: 0;
}

ul.featList > li:before {
    content:"";
    height:1.3em;
    width:.7em;
    display:block;
    float:left;
    background:url("../img/arrow.svg") center left no-repeat;
    
}


/* =Waschstrasse */
#section-2 {
    width:100%;
    height: 10%;
    margin: 0 auto;
    background-color: #000;
    position: relative;
    z-index: 2;
} 

.car {
    padding: 10em 0;
    width:100%;
    height: 100vh; 
    background: url('../img/bg-waschstrasse-m.jpg') no-repeat;
    background-size: inherit;
    background-attachment: scroll;
    background-position: center top;
}

/* =Illus */
#section-3 {
    width:100%;
    height: 50%;
    background: #A7A9AC;    
    margin: 0 auto;
    padding: 2em 0;
    border-top: solid 1px #969494;
    }

.illu {
    text-align:left;
    width: 100%;
    
}

.illuA {
    float: none;
    margin-left: 0;
    position: relative;
    padding-bottom: 2em;
}

.illuB {
    float: none;
    margin-left: 0;
    position: relative;
    
}

.illuTxt {
    padding-top: 30%;

}

.illuImgA {
    position: absolute;
    padding:0 0 8% 0;
    z-index: 30;
    width: 100%;
    
}

.illuImgB {
    position: absolute;
    padding:0 0 8% 0;
    z-index: 29;
    width: 100%;
   
}

.illuImgA img, .illuImgB img {
    width: 100%;
    height: auto;
}

/* =Labor */
#section-4 {
    width:100%;
    height: 10%;
    margin: 0 auto;
    background-color: #000;
    position: relative;
    z-index: 2;
}

.lab {
    padding: 10em 0;
    width:100%;
    height: 8%; 
    background: url('../img/labor-s.jpg') top center no-repeat;
    background-size: cover;
}

/* =Fachbetriebe */
#section-5 {
    width:100%;
    height: 50%;
    background: #776a4a;
    margin: 0 auto;
    padding: 4em 0px 4em 0;
    text-align: left;
     position: relative;
    z-index: 2;
    border-bottom: solid 1px #63583C;
} 

table { 
      width: 100%; 
      border-collapse: collapse; 
    }
    
    tr:nth-of-type(even) {  
      background: #5e5341;
    }

    th { 
      background: transparent; 
      color: #000; 
      font-weight: bold; 
    }

    td, th { 
      padding: 6px;
      padding-left: 50%;
      border: 0px solid #ccc; 
      text-align: left; 
    }

#section-5 a {
    color: #fff;
    text-decoration: none;
    
}

#section-5 a:hover {
    color: #000;
    text-decoration: underline;
}

/* =Zitat */
#section-6 {
    width:100%;
    height: 20%;
    min-height: 500px;
    margin: 0 auto;
    background-color: #000;
    position: relative;
    z-index: 2;
    padding: 0 0 7em 0;
}

.doc {
    height: 18em;
    background: url('../img/doc-s.jpg') top left no-repeat;
}

.quote {
    color: #f4f4f4;
    text-align: right;
    margin-right: 0;
    float: right;
    position: relative;
    top: 14em;
    display: block;
    width: 80%;
    }

    h1.shadow {
    font-size:25px;
    line-height: 1.3em;
    font-weight: bold;
    letter-spacing: 1px;
    }

p.grey { color: #999; letter-spacing: -0.25px;}

/* =Video */
#section-7 {
    width:100%;
    margin: 0 auto;
    background-color: #000;
    height: auto;
    overflow: hidden;
    padding: 0;
}

.vid {}

video {
    width: 100%;
}

/* =Privatkunden */
#section-10 {
    width:100%;
    height: auto;
    background: #000;    
    margin: 0 auto;
    padding: 2em 0;
    position: relative;
    z-index: 2;
    }

a.gold-light {
    color: #776a4a;
    text-decoration: none;
}

a.gold-light:hover {
    color: #fff;
    text-decoration: underline;
}


.white {
        color: #fff;
        float: left;
}

.packshot-privat {
    width: 100%;
    float: left;
    margin-left: 0;
    margin: 0 auto;
    text-align: left;
}

.packshot-privat img {
    width: 60%;
    max-width: 148px;
    height: auto;
}


/* =Footer */
footer {
   width:100%;
   height: auto; 
   background-color: transparent;
   margin: 0 auto; 
   padding: 4em 0;
   position: relative;
   z-index: 2;
}

.footer { text-align:left; width: 100%; }

.conA {
    float: none;
    margin-left: 0;
    padding:0;
}

.conB {
    float: none;
    margin-right: 0;
    text-align:left;
    margin-top: 2em;
}

ul.share-buttons, ul.social-buttons, ul.footerMenu {
  list-style: none;
  padding: 0;
  margin:0;
}

ul.share-buttons li {
    float: left;
    padding-right: .5em;
}

ul.social-buttons li {
    float: left;
    padding-left: 0;
}

ul.share-buttons li a, ul.social-buttons li a {
    color: #4e463b;
    font-weight: normal;
}

ul.footerMenu li a{
    color: #000;
    font-weight: normal;
}

ul.share-buttons li a:hover, ul.social-buttons li a:hover {
    color: #fff;
}

ul.footerMenu li a:hover {
    color: #fff;
    font-weight: normal;
}

.footerMenu {
    margin: 0;
    padding:2em 0 0 0;
}

/* =Copyright */
#section-8 {
    width:100%;
    height: auto;
    margin: 0 auto;
    /*background-color: #776a4a;*/
    background-color:transparent;
   padding: 2em 0;
}

.copyright {
    color: #fff;
    text-align: left;
    margin-left: 0;
    float: left;
    position: relative;
    padding: 4px 0;
}

.arrowUp {
    text-align: right;
    margin-right: 0;
    float: right;
    position: relative;
    display: block;
    padding: 20px;
    top:0;
   /* border-radius: 50%;
    background-color: #000;*/
    background-image: url("../img/arrow-white.svg");
    background-repeat: no-repeat;
    background-position: 49%;
    background-size: 45%;
    -webkit-transform:scaleY(-1);
    -moz-transform:scaleY(-1);
    -ms-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
    
}


/* =Modal */
.modalDialog {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 80%;
    position: relative;
    margin: 0 auto;
    padding: 5px 30px 15px 30px;
    background: #fff;
    text-align: left;
}

/* =Anmeldung Fachbetrieb */
.signup {
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  }


#success{
    display: none;
    position:relative;
    z-index: 50;
    }

.form-mc {
    width: 100%;
    
}

.mc-1-2 {
    width: 45%;
    float: left;
}

.mc-2-2 {
    width: 45%;
    float: right;
}

a.close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #8d7f60;
    padding: 1em 1.2em;
    cursor: pointer;
    z-index: 40;
    color: #fff;
    transition: background-color 0.5s ease;
}

a.close:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

.filterMenu {
    padding: 0;
    margin-bottom: 1em;
    /*display: none;*/
}

[type=text], [type='email'] {
  display: block;
  margin: 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,.2);
  height: 45px;
  line-height: 45px;  
  margin-bottom: 10px;
  color: rgb(0,0,0);
  background-color: transparent;
  font-weight: normal;
}


[type=submit] {
  margin-top: 25px;
  width: 100%;
  border: 0;
  background-color: #8d7f60;
  padding: 1em .85em 1em .85em;
  color: #fff;
  margin-bottom: 2%;
  transition: background-color 0.5s ease;
}

[type=submit].filterBtn {
  float:none;
  margin-top:0;
  width: 100%;
  border: 0;
  background-color: #000;
  padding:.65em .85em .5em .85em;
  color: #fff;
}

[type=submit].registerBtn {
      margin: 1em 0 0 0;
      width: 100%;
      border: 0;
      background-color: #000;
      padding:1em .8em 1em .8em;
      color: #fff;
    }


[type=submit]:hover {
    background-color: #000;
    color: #fff;
    
}

[type='text']:focus, [type='email']:focus {
  outline: none 0;
  border-color: #000;
}

/* remove standard-styles */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
} 

select {
  width:100%;
  border: 0px solid rgba(142,107,50,.8);
  padding:.55em .85em .5em .85em;
  background-color: #5e5341;
  background-image:url(../img/arrow-select.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  color: #000;
  outline: 0 none;
  margin-bottom: .5em
}

select.selectModal {
      width:100%;
      border: none;
      padding:.0 .85em 1em 0;
      background-color: #fff;
      /*border-bottom: solid thin #ccc;
      background-image:url(../img/arrow-select.svg);
      background-position: right 0 top 6px;
      background-repeat: no-repeat;*/
      
      outline: 0 none;
      margin: 0.4em 0;
    }

select:hover {
  /*box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);*/
}


option {
  background: #fff;
  padding: .3em 0;
  color: #A9A9A9;
}

option:checked {
    background-color: #fff;
    color: #000;
    padding: .3em;
}

option .default {
  color: #000;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
    
}


@media only screen and (min-width: 768px) {
    
    .wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1140px;
    font-family: 'Lucida Grande', Arial, sans-serif;
    }

    h1 {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 0;
    }

    h1.large{
    font-size: 20px;
    font-size: 2rem;
    padding: 30px 20px;
    color: #fff;
    display: inline-block;
    background-color: rgb(0,0,0);
  
    }
    
    h2.register {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1em;
    }
    
    h2.select {
    font-size: 16px;
    font-size: 1rem;
    margin: 1.2em 0 .5em 0;
    }

    /* =Header */

    /* =Animation / Video Content */
    .stage {
    overflow: visible;
    width: 100%;
    height: 500px;
    margin-top: calc((100vh - 550px) / 2);
    text-align: center;
    position: relative;
    padding: 0;
    }
    
    .animationCnt {
      width: 100%;
      max-width: 1140px;
      height: 500px;
      padding: 0;
      text-align: center;
      position: relative;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      transform-origin: center center;
    }


   .stage img {
        width: 100%;
        height: auto;
    }
    
    
    .button-cta {
        position: absolute;
        /*top: 4em;*/
        margin-top: calc((100vh - 40px) / 2);
        width: 130px;
        height: 130px;
        padding: 10px;
        background: #000;
        border-radius: 50%;
        display: block;
        visibility: hidden;
    }


    .button-premium {
    position: relative;
    margin-top: calc((100vh - 240px) / 2);
    margin: 0 auto;
    width: 240px;
    height: 240px;
    background: #000;
    border-radius: 50%;
    padding: 40px;
    display: block;
    }

    .button-cta .logo img {
        width: 85%;
        height: auto;
    }

    .button-cta .logo {
        position: relative;
        top: 30px;
        left: 2px;
    }

    .button-premium .logo img {
        width: 90%;
        height: auto;
    }

    .button-premium .logo {
        position: relative;
        top: 45px;
        left: 1px;
    }

    .button-cta .txt {
        position: relative;
        top: 36px;
        font: 11px/1.2 'Lucida Grande', Arial, sans-serif;
        color: #fff;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        }

    .button-premium .txt {
        position: relative;
        top: 59px;
        font: 16px/1.3 'Lucida Grande', Arial, sans-serif;
        color: #fff;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        }


    /* =Main Content */
    
    /* =Waschstrasse */
    
    .car {
    padding: 15em 0;
    width:100%;
    height: 100vh; 
    background: url('../img/bg-waschstrasse-l.jpg') center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    }


    /* =Produktbeschreibung */  
    #section-1 {
    width:100%;
    height: 50%;
    min-height: 500px;
    background: #fff;    
    margin: 0 auto;
    padding: 6em 0 10em 0;
    position: relative;
    z-index: 2;
    }



    .packshot {
    width: 21%;
    float: right;
    margin-right: 0;
    }

    .packshot img {
        width: 100%;
        max-width: 345px;
        height: auto;
    }

    .copy {
        width: 65%;
        float: left;
        margin-left: 0;
        padding: 0;
        text-align: left;
    }


    /* =Illus */
    #section-3 {
        width:100%; 
        min-height: 500px;
        background: #A7A9AC;    
        margin: 0 auto;
        padding: 6em 0 12em 0;
       
    }

    .illu {
        text-align:left;
        width: 45%;
        
    }

    .illuA {
        float: left;
        margin-left: 0;
        position:relative;
        
        
    }

    .illuB {        
        float: right;
        margin-right: 0;
        position:relative;
        
    }

    .illuTxt {
        padding-top: 30%;

    }

    .illuImgA {
        position: absolute;
        padding:0 0 5% 0;
        z-index: 30;
        
    }

    .illuImgB {
        position: absolute;
        padding:0 0 5% 0;
        z-index: 29;
    }

    .illuImgA img, .illuImgB img {
        width: 100%;
        height: auto;
    }


  /* =Video */


    /* = Fachbetriebe */
    table { 
      width: 100%; 
      border-collapse: collapse; 
    }
    
    tr:nth-of-type(even) {  
      background: #5e5341;
    }

    th { 
      background: transparent; 
      color: #000; 
      font-weight: bold; 
    }

    td, th { 
      padding: 6px; 
      border: 0px solid #fff; 
      text-align: left; 
    }


    .doc{
        width:100%; 
        height: 35em;
        background: url('../img/doc-l.jpg') top left no-repeat;
        
    }

    /* =Zitat */
    .quote {
    color: #f4f4f4;
    text-align: right;
    margin-right: 0;
    float: right;
    position: relative;
    top: 4em;
    display: block;
    width: 80%;
    
    }

    h1.shadow {
    font-size:27px;
    line-height: 1.3em;
    font-weight: bold;
    }

    h1.triwax {
    font-size:25px;
    color: #000;
    
    }
    

    .lab {
    padding: 15em 0;
    width:100%;
    height: 8%; 
    background: url('../img/labor-l.jpg') top center no-repeat;
    background-size: cover;
    }



    /* =Privatkunden */
    #section-10 {
    width:100%;
    height: 10%;
    min-height: 500px;
    background: #000;    
    margin: 0 auto;
    padding: 6em 0px 1em 0;
    position: relative;
    z-index: 2;
    }

    .white {
        color: #fff;
        width: 65%;
        float: right;
        margin-right: 0;
        margin: 0 auto;
        padding: 0;
    }


    .packshot-privat {
        width: 30%;
        float: left;
        margin-left: 0;
        margin: 0 auto;
        padding: 0;
    }

    .packshot-privat img {
        width: 80%;
        max-width: 148px;
        height: auto;
    }


    /* =Footer */
    footer {
       width:100%;
       height: auto; 
       background: transparent;
       margin: 0 auto; 
       padding: 3% 0;
    }

    .footer { text-align:left; width: 48%; }

    .conA {
        float: left;
        margin-left: 0;

    }

    .conB {
        float: right;
        margin-right: 0;
        text-align:right;
        margin-top: 0;
    }

    
    .filterMenu {
        padding: 0;
        margin-bottom: 1em;
    }
    


    [type=text], [type=email] {
      display: block;
      margin: 0;
      width: 100%;
      border: 0;
      border-bottom: 1px solid rgba(0,0,0,.2);
      height: 45px;
      line-height: 45px;  
      margin-bottom: 10px;
      color: rgb(0,0,0);
      background-color: transparent;
      font-weight: normal;
    }


    [type=submit] {
      margin-top: 25px;
      width: 100%;
      border: 0;
      background-color: #8d7f60;
      padding: 1em .85em 1em .85em;
      color: #fff;
      margin-bottom: 2%;
      transition: background-color 0.5s ease;
    }

    [type=submit].filterBtn {
      float: left;
      margin-top: 0;
      width: 10%;
      border: 0;
      background-color: #000;
      padding:.65em .85em .65em .65em;
      color: #fff;
    }

    [type=submit].filterBtn:hover {
        background-color: #000;
        color: #fff;
        
    }

    [type=submit].registerBtn {
      margin: 1em 0 0 0;
      width: 100%;
      border: 0;
      background-color: #000;
      padding:1em .8em 1em .8em;
      color: #fff;
    }


   [type=submit]:hover {
        background-color: #000;
        color: #fff;
        
    }

    [type='text']:focus, [type='email']:focus {
      outline: none 0;
      border-color: #000;
    }

    select {
      width:40%;
      border: 0px solid rgba(142,107,50,.8);
      padding:.55em .85em .5em .85em;
      background-color: #5e5341;
      /*background-image:url(../img/arrow-select.svg);
      background-position: right 10px center;
      background-repeat: no-repeat;*/
      color: #000;
      outline: 0 none;
      float: left;
    }

    select.selectModal {
      width:100%;
      border: none;
      padding:.0 .85em 1em 0;
      background-color: #fff;
      /*border-bottom: solid thin #ccc;
      background-image:url(../img/arrow-select.svg);
      background-position: right 0 top 6px;
      background-repeat: no-repeat;*/
      color: #000;
      outline: 0 none;
      margin: 0.4em 0;
    }

    select:hover {
      /*box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);*/
    }


    option {
      background:#fff;
      padding: .3em 0;
      color: #A9A9A9;
    }

    option:checked {
        color: #000;
        padding: .3em;
    }

    /* =Modal */
    .modalDialog {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
    }

    .modalDialog:target {
        opacity:1;
        pointer-events: auto;
    }

    .modalDialog > div {
        width: 60%;
        position: relative;
        margin: 0 auto;
        padding: 10px 30px 15px 30px;
        background: #fff;
        text-align: left;
    }
    
    #section-9 {
        width:100%;
        background: #b48942;
        background: -webkit-linear-gradient(45deg, #b48942 57%, #d8a552 100%);
        background: linear-gradient(45deg, #b48942 57%, #d8a552 100%);
        height: auto;
        margin: 0 auto;
        padding: 3em 0;
        text-align: left;
    }
}


@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {


.stage {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    left:0;
    top:12em;
    padding: 0;
    }

.button-cta {
    top: 12em;

}

/*= Zitat */
.quote {
    color: #f4f4f4;
    text-align: right;
    margin-left: 0;
    float: left;
    position: relative;
    top: 25em;
    display: block;
    width: 100%;
    
    }


.car {
    padding: 10em 0;
    width:100%;
    height: 8%; 
    background: url('../img/bg-waschstrasse-m.jpg') center no-repeat;
    background-size: cover;
    background-attachment: scroll;
}


/*= Fachbetriebe */
   table, thead, tbody, th, td, tr { 
    display: block; 
}
    
 
thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
}
    
tr { border: 0px solid red; }
    
td { 
    border: none; 
    position: relative;
    padding-left: 50%;
}
    
td:before { 
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;  
    white-space: nowrap;
    font-weight: bold;
}
    

td:nth-of-type(1):before { content: "PLZ"; }
td:nth-of-type(2):before { content: "Stadt"; }
td:nth-of-type(3):before { content: "Adresse"; }
td:nth-of-type(4):before { content: "Fachbetrieb"; }
td:nth-of-type(5):before { content: "TelefonNr."; }
td:nth-of-type(6):before { content: "Art"; }

}

@media only screen and (max-width : 568px) {


h2.select {
    font-size: 14px;
    font-size: 1rem;
    margin: 1.2em 0 1em 0;
    }


h2.register {
    font-size: 14px;
    font-size: .9rem;
    margin-bottom: 1em;
    padding-right: 1.5em
    }

.site-branding img {
    width: 75%;
    height: auto;
}

.stage {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    left:0;
    top:10em;
    padding: 0;
    }


#section-2 {
    width:100%;
    height: 18.5em;
    margin: 0 auto;
    padding: 0;
    background-color: #000;
    position: relative;
    z-index: 2;
} 

.button-premium {
    position: relative;
    top: 37px;
    margin: 0 auto;
    width: 190px;
    height: 190px;
    background: #000;
    border-radius: 50%;
    padding:10px;
    display: block;
    }

.car {
    width:100%;
    height: 18.5em;
    padding: 0;
    background: url('../img/bg-waschstrasse-s.jpg') top center no-repeat;
    background-size: auto;
    background-attachment: scroll;
}


.doc{
    width:100%; 
    height: 18em;
    background: url('../img/doc-s.jpg') top left no-repeat;
    }

.quote {
    color: #f4f4f4;
    text-align: right;
    margin-left: 0;
    float: right;
    position: relative;
    top: 18em;
    display: block;
    width: 100%;
    
    }

    h1.shadow {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: bold;
    }

    p.grey {
        font-size: 11px;
    }

}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}