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

html {
    color: #000;
    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 #5e5341;
    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(180deg, #5e5341 25%, #776a4a 100%);
    background: linear-gradient(180deg, #5e5341 25%, #776a4a 100%);
    text-align: left;
    }

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


h1 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 0;
    }

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

h2 {
    font-size: 16px;
    font-size: 1rem;
    
    }

h2.register {
    font-size: 14px;
    font-size: .9rem;
    
    }

h3 {
    font-size: 16px;
    font-size: 1rem;
    
    }

h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 0;
    }

/*h2 {font-size: 24px; font-size: 1.5rem;}
h3 {font-size: 18px; font-size: 1.3125rem;}*/
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 #5e5341;
    clear: both;
    /*border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
}

/* =Header */
header {
    width: 100%;
    height: auto;
    text-align: left;
    padding-bottom: 5em;
    margin: 0 auto;
    background: transparent;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

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

/* =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;
}

/* =Main Content */

/* =Produktbeschreibung */
#section-1 {
    width:100%;
    height: auto;  
    margin: 0 auto;
    padding: 2% 0;
    
    }




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

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

/* =Illus */
#section-3 {
    width:100%;
    height: 50%;
    background: #ccc;    
    margin: 0 auto;
    padding: 5% 0;
    }

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

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

.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: 20% 0;
    width:100%;
    height: 8%; 
    background: url('../img/labor.jpg') top center no-repeat;
    background-size: cover;
}

/* =Fachbetriebe */
#section-5 {
    width:100%;
    height: 50%;
    /*background: #70654d;
    background: -webkit-linear-gradient(45deg, #70654d 57%, #b0a081 100%);
    background: linear-gradient(45deg, #70654d 57%, #b0a081 100%);  */
    background: #b48942;
    background: -webkit-linear-gradient(45deg, #b48942 57%, #d8a552 100%);
    background: linear-gradient(45deg, #b48942 57%, #d8a552 100%);  
    margin: 0 auto;
    padding: 5% 0;
    text-align: left;
     position: relative;
    z-index: 2;
} 

table { 
      width: 100%; 
      border-collapse: collapse; 
    }
    
    tr:nth-of-type(even) { 
      background: rgba(142,107,50,.4); 
    }

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

    td, th { 
      padding: 6px; 
      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%;
    margin: 0 auto;
    background-color: #000;
    position: relative;
    z-index: 2;
}

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

.quote {
    color: #fff;
    text-align: center;
    float: right;
    position: relative;
    top: 20%;
    width: 100%;
    display: none;
}

p.grey { color: #999; }

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

.vid {}

video {
    width: 100%;
}


/* =Footer */

footer {
   width:100%;
   height: auto; 
   /*background-color: #776a4a;*/
   margin: 0 auto; 
   padding: 2em 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;
}

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: #5e5341;
    font-weight: normal;
}

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

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

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;*/
   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);
    
}






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

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

   table, thead, tbody, th, td, tr { 
    display: block; 
}
    
 
thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
}
    
tr { border: 0px solid #ccc; }
    
td { 
    border: none; 
    position: relative;
    padding-left: 50%;
}
    
td:before { 
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;  
    white-space: nowrap;
}
    

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 (min-width: 35em) {
    
}

@media only screen and (min-width: 768px) {
    
    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;
    }
    
    /* =Header */

    /* =Animation / Video Content */
    .stage {
    overflow: visible;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    position: relative;
    top: calc((100vh - 500px) / 2);
    
    }
    
    .typo-1, .typo-2, .typo-3, .typo-4, .typo-5 {
    position: absolute;
    margin: 0 auto;
    z-index: 20;
    }

    .typo-1 {
        top: 0;
        transform: scale(1.1);
        
    }

    .typo-2 {
        top: 30%;
        transform: scale(.5);
        
    }

    .typo-3 {
        top: 46%;
        transform: scale(.3);
        
    }

    .typo-4 {
        top: 55%;
        transform: scale(.2);
        
    }

    .typo-5 {
        top: 50%;
        transform: scale(0.1);
        display: none;
    }


    .typo-1 img, .typo-2 img, .typo-3 img, .typo-4 img, .typo-5 img {
    width: 100%;
    height: auto;
    }
    
    .button-cta {
    position: absolute;
    top: 65%;
    left: 5%;
    width: 140px;
    height: 140px;
    background: #000;
    border-radius: 50%;
    cursor: hand;
    
    }

    /* =Main Content */
    
    /* =Waschstrasse */

    .button-premium {
    position: relative;
    top: 40px;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background: #000;
    border-radius: 50%;
    display: block;
    }
    
    .button-premium .logo {
    position: relative;
    top: 55px;
    left: 2px;
    }

    .button-premium .txt {
    position: relative;
    top: 60px;
    font: 18px/1.3 'Lucida Grande', Arial, sans-serif;
    color: #fff;
    text-align: center;
    width: 10em;
    margin: 0 auto;
    }

    .car {
    padding: 5% 0 20% 0;
    width:100%;
    height: 8%; 
    background: url('../img/bg-waschstrasse.jpg') top center no-repeat;
    background-attachment: fixed;
    background-size: cover; 
    }


    /* =Produktbeschreibung */    
    .packshot {
    width: 21%;
    float: left;
    margin-left: 0;
    }

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

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


    /* =Illus */
    #section-3 {
        width:100%; 
        background: #ccc;    
        margin: 0 auto;
        padding: 5% 0 8% 0;
       
    }

    .illu {
        text-align:left;
        width: 45%;
        /*background: red;
        height: 800px;*/
    }

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

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

    .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 */
    /*#section-7 {
        width:100%;
        margin: 0 auto;
        background-color: #000;
        height: 30em;
        overflow: hidden;
        padding: 0;
    }*/


    /* = Fachbetriebe */
    table { 
      width: 100%; 
      border-collapse: collapse; 
    }
    
    tr:nth-of-type(even) { 
      background: rgba(142,107,50,.4); 
    }

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

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

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

    h1.shadow {
    /*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);*/
    font-size:25px;
    /*font-size:1.375rem;*/
    line-height: 1.3em;
    font-weight: normal;
    }

    h1.triwax {
    font-size:25px;
    color: #000;
    /*font-size:1.375rem;*/
    /*line-height: 1.3em;*/
    }


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

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

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

    }

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

    

    
    
    #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 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;
    }
}