* {
    padding: 0px;
    margin: 0px;
    --extra-dark-blue: rgb(69, 76, 83);
    --dark-blue: rgb(141, 148, 154);
    --light-blue: rgb(167, 177, 184);
    --extra-light-blue: rgb(218, 223, 226);
    --dark-red: rgba(186, 17, 16, 1);
    --standard-spacing: 5px;
    font-family: 'Source Sans Pro';
    font-weight: 300;
}

html {
    font-size: 14px;
}

@media (max-width:768px) {
    html {
        font-size: 15px;
    }
}

@media (max-width:460px) {
    html {
        font-size: 14px;
    }
}

body {
    margin: 0px;
    padding: 0px;
}

@media (min-width:768px) {
    body {
        padding-top: 200px;
    }
}

h1 { font-size: 1.8rem; margin-bottom: 0.5rem; }
h2 { font-size: 1.2rem; text-transform: uppercase; margin-bottom: 0.5rem; }
h3 { margin-bottom: 0.5rem; }
h4 { margin-bottom: 0.5rem; }
h5 { margin-bottom: 0.5rem; }
h6 { margin-bottom: 0.5rem; }
p { margin-bottom: 0.5rem; }

header, footer {
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4281c4+0,1e5799+100 */
    background-color: var(--dark-blue); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0MjgxYzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWU1Nzk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, rgba(66,129,196,1) 0%, var(--dark-blue) 100%); /* FF3.6-15 */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(66,129,196,1)), color-stop(100%,var(--dark-blue))); /* Chrome4-9,Safari4-5 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(66,129,196,1) 0%,var(--dark-blue) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-radial-gradient(center, ellipse cover, rgba(66,129,196,1) 0%,var(--dark-blue) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(66,129,196,1) 0%,var(--dark-blue) 100%); /* IE10 preview */
    background: radial-gradient(ellipse at center, var(--light-blue) 0%,var(--dark-blue) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4281c4', endColorstr='#1e5799',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

header {
    height: 130px;
    border-bottom: 10px solid white;
    box-sizing: content-box;
}

header::after {
    content: ' ';
    width: 100%;
    height: 5px;
    opacity: 0.9;
    background: #fff;
    position: absolute;
}

@media (min-width:768px) {
    header {
        position: fixed;
        width: 100%;
        z-index: 20;
        top: 0px;
    }
}

#logo {
    position: absolute;
    top: 0px;
    margin: 20px 30px;
    left: 0px;
    height: 100px;
    width: 200px;
    background-image: url(/media/screen/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width:768px) {
    #logo { display: none; }
}

#claim {
    position: relative;
    margin: 0px;
    padding-left: 210px;
    left: 0px;
    height: 130px;
    line-height: 130px;
    font-size: 3em;
    letter-spacing: 0.05vw;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    display: none;
}

#claim a {
    color: inherit;
    text-decoration: none;
    font-weight: 900;
}

@media (max-width:1100px) {
    #claim {
        font-size: 4.4vw;
    }
}

@media (max-width:768px) {
    #claim {
        display: block;
        padding-left: 0px;
        width: 100%;
        text-align: center;
        font-size: 7vw;
    }
}

#signet {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 130px;
    width: 100%;
    max-width: 485px;
    background-image: url(/media/screen/header2019.png);
    background-position: right;
    background-repeat: no-repeat;
}

@media (max-width:1100px) {
    #signet {
        display: none;
    }
}

div.skewholder {
    overflow: hidden;
    margin-bottom: var(--standard-spacing);
}

@media (max-width:768px) {
    .skewholder { display: none; }
}

 div.innerholder {
    width: 999%;
    overflow: hidden;
}

div.outer {
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    transform-origin: left top;
    float: left;
    overflow: hidden;
    width: 27vw; /* 100/count elements + extra width to overflow */
    margin-right: 5px; /* space between elements */
}

div.inner {
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
    width: 120%;
    margin-left: -10%;
    background-size: cover;
    background-position: center center;
}

div.inner.ratio {
    height: 0px;
    padding-top: 75%;
}

nav {
    position: relative;
    background: rgba(186, 17, 16, 1);
    height: 60px;
    width: 100%;
    margin-bottom: 5px;
}

@media (min-width:768px) {
    nav {
        position: fixed;
        top: 135px;
        z-index: 20;
    }
}

/* START BURGER MENU */

#nav-icon {
  width: 30px;
  height: 30px;
  position: absolute;
    top: 15px;
    right: 5%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
    display: none;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 60%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 5px 5px 0;
}

#nav-icon span:nth-child(odd) {
  left:0px;
  border-radius: 5px 0 0 5px;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 0px;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 10px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 20px;
}

#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
  left: 5px;
  top: 10px;
}

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 10px;
}

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 15px;
}

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 15px;
}

@media (max-width:768px) {
    #nav-icon {
        display: block;
    }
}

/* ENDE BURGER MENU */ 

nav a, nav a:hover {
    color: inherit;
    text-decoration: none;
}

nav ul.level1 {
    width: 90%;
    max-width: 1480px;
    min-height: 60px;
    margin: 0px auto;
    padding-left: 1.5%;
    padding-right: 1.5%;
    list-style-type: none;
}

nav ul.level1 > li.level1 {
    float: left;
    height: 60px;    
    line-height: 60px;
    font-size: 1.4rem;
    margin-right: 1.5%;
    color: #fff;
}

nav ul.level1 li.level1.active {
    border-bottom: 6px solid #fff;
}

nav ul.level1 li.level1:hover {
    border-bottom: 6px solid rgba(255,255,255,0.5);
}

nav ul.level2 {
    position: absolute;
    list-style-type: none;
    background: rgba(186, 17, 16, 1);
    margin-left: -15px;
    min-width: 8em;
    border-top: 6px solid white;
    margin-top: -6px;
    display: none;
}

/*
nav li.level2 {
    position: relative;
}
*/

nav li.level2 {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

nav li.level2:hover {
    background: #fff;
    color: var(--dark-red);
}

nav li.level2:hover li.level3 {
    background: #fff;
    color: var(--dark-red);
}

nav li.level2:hover a {
    color: inherit;
}

nav li.level2:hover ul.level3 {
    display: block;
}

nav ul.level3 {
    position: absolute;
    list-style-type: none;
    background: var(--dark-red);
    left: 99%;
    top: 0px;
    min-width: 8em;
    display: none;
}

nav li.level3 {
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
}

nav ul.level1 li.level1:hover ul.level2 {
    display: block;
}

nav ul.level2 > li.level2 {
    height: auto;    
    line-height: 3rem;
    font-size: 1.2rem;
    margin-right: 1.5%;
    width: 100%;
}

@media (max-width:980px) {
    nav ul.level1 > li.level1 {
        font-size: 2vw;
        margin-right: 1%;
    }
}

@media (max-width:768px) {
    
    nav { 
        height: auto;
        min-height: 60px;
    }
    
    nav ul.level1 {
        min-height: 1px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: none;
    }
    
    nav.active ul.level1 {
        display: block;
    }
    
    nav ul.level1 > li.level1 {
        float: none;
        clear: both;
        height: auto;    
        line-height: 2rem;
        font-size: 1.2rem;
    }
    
    nav ul.level1 > li.level1.active::before {
        content: "»";
        color: #fff;
    }

    
    nav ul.level1 li.level1.active, nav ul.level1 li.level1:hover {
        border-bottom: none;
    }

    nav ul.level2 {
        position: relative;
        list-style-type: none;
        background: #fff;
        margin-left: -1.5%;
        padding-left: 1.5%;
        padding-right: 1.5%;
        min-width: 8em;
        border-top: none;
        margin-top: 0px;
        display: block;
        max-width: 90%;
    }

    nav ul.level2 > li.level2 {
        line-height: 2rem;
        font-size: 1.2rem;
        margin-right: 1.5%;
    }

    nav ul.level2 > li.level2 a {
        color: var(--dark-red);
    }
    
}

#content {
    min-height: 25vh;
}

#content > .row {
    padding: 2rem 1.5%;
    margin: 0px;
    padding-left: calc((100% - 1480px)/2);
    padding-right: calc((100% - 1480px)/2);
}

#content .row a {
    color: var(--dark-red);
}

@media (max-width:1480px) {
    #content .row {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
}

#content > .row:nth-child(even) {
    background: var(--extra-light-blue);
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 8em;
}

#content .row:nth-child(even) a {
    color: #fff;
}

@media (max-width:1480px) {
    #content .row:nth-child(even) {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
}

#content h1 {
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 45px;
    max-width: 80%;
    position: relative;
}

#content h1::before {
    content: "\00a0";
    width: 10px;
    height: 1.25em;
    background: var(--dark-red);
    position: absolute;
    display: block;
    left: 6px;
    top: 0px;
    transform: skewX(-15deg);
}

@media (max-width:1320px) {

#content h1 {
    padding-left: 4vw;
    padding-bottom: 15px;
}
    
#content h1::before {
        height: 1em;
        width: 6px;
        left: 2.5vw;
    }
}

@media (max-width:980px) {

    #content h1 {
        padding-left: 0px;
    }
    
    #content h1::before {
        height: 1em;
        width: 6px;
        left: -5px;
    }

    #content .row {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
}

#content .row:nth-child(even) h1::before {
    background: var(--dark-blue);
}

#content p {
    margin-bottom: 1.5rem;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
}

#content li {
    position: relative;
    padding-left: 1.5rem;
}

#content img {
    max-width: 100%;
    padding: 0.25vw;
    background: #fff;
    border-top: 1px solid rgb(200, 200, 200);
    border-left: 1px solid rgb(200, 200, 200);
    border-right: 1px solid rgb(222, 222, 222);
    border-bottom: 1px solid rgb(222, 222, 222);
}

#content .wash {
    border-right: 1px solid #fff;
    box-sizing: border-box;
    padding: 20px;
}

#content .wash.offer {
    background: rgba(255, 255, 255, 0.3);
    padding: 15px;
}

#content .wash:last-of-type {
    border-right: none;
}

#content .wash h1, #content .wash h2, #content .wash h3 {
    padding-left: 0vw;
    font-weight: 700;
    line-height: 1.1em;
    color: var(--extra-dark-blue);
}

#content .wash.offer h1, #content .wash.offer h2, #content .wash.offer h3 {
    color: var(--dark-red);
}

#content .wash h2 {
    font-size: 2em;
}

#content .wash.offer h2 {
    font-size: 1.5em;
}

#content .wash h1::before, #content .wash h2::before, #content .wash h3::before {
    content: none;
    display: none;
}

#content .imgboxholder .textareaclass {
    padding-top: 5px;
}

footer {
    min-height: 130px;
    color: rgb(255,255,255);
    padding: 20px 10px;
}

footer .row {
    width: 90%;
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
}

footer a {
    color: inherit;
    text-decoration-style: dashed;
    text-decoration-line: underline;
    -webkit-text-decoration-style: dashed;
    -webkit-text-decoration-line: underline;
}

footer a:hover {
    color: inherit;
    text-decoration-style: solid;
    -webkit-text-decoration-style: solid;
}

#content ul, footer ul { position: relative; line-height: 2rem; list-style-type: none; margin-bottom: 0.5rem; }
#content ul > li, footer ul > li { position: relative; padding-left: 1.5rem;  }
#content ul > li::before, #content footer ul > li::before, footer ul > li::before { 
    content: '/';
    font-weight: 700;
    font-size: 1.25rem;
    left: 0.25rem;
    position: absolute;
}


#content ul.formlist > li { padding-left: 0px; line-height: 2em; padding-bottom: 0.3em; }
#content ul.formlist > li::before { content: ''; display: none; }

#content ul.formlist li.formdesc { clear: both; float: left; width: 33%; }
#content ul.formlist li.formdesc.label { clear: both; float: left; width: 100%; }
#content ul.formlist li.formfield { float: left; width: 66%; }
#content ul.formlist li.recaptcha { margin-left: 33%; }
#content ul.formlist li.submit a { display: inline-block; background: var(--dark-blue); padding: 3px 10px; border-radius: 3px; text-decoration: none; }

#content ul.formlist li.formfield input { width: 90%; padding: 2px 1% ; border-radius: 3px; margin: 0px; border: 1px solid #ccc; }
#content ul.formlist li.formfield select { padding: 2px 1% ; border-radius: 3px; margin: 0px; border: 1px solid #ccc; }
#content ul.formlist li.formfield textarea { width: 90%; padding: 2px 1% ; border-radius: 3px; margin: 0px; border: 1px solid #ccc; }

/* fancybox homepage special */

.fancy-54-330 {
    width: 80%;
    max-width: 800px;
    font-size: 1.5rem;
}

.fancy-54-330 h2 {
    font-size: 1.5rem;
}

/* cookiePolicy */

body.cookiepolicy {
    overflow: hidden;
}

body.cookiepolicy .fancybox-container {
    visibility: hidden;
}

body.cookiepolicy::before {
    content: ' ';
    background: rgba(255,255,255,0.9);
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.cookiePolicyCSS {
    background: var(--dark-red) !important;
    color: white !important;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);
}

.cookiePolicyCSS::after {
    content: ' ';
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999990;
    background: rgba(255,255,255,0.5) !important;
}

.cookiePolicyCSS a {
    color: white !important;
}

.cookiePolicyDisableTable {
    width: 50%;
}

@media (max-width:980px) {
    .cookiePolicyDisableTable {
        width: 100%;
    }   
}

.cookiePolicyDisableTable td {
    background: white;
    border-bottom-width: 1px;
    color: var(--dark-red) !important;
}

.cookiePolicyDisableTable td {
    padding: 4px !important;
}

.cookiePolicyDisableTableDesc p {
    margin: 0 !important;
}

.cookiePolicyButtons {
    margin-bottom: 0 !important;
}

.cookiePolicyAcceptLink {
    border: 1px solid white;
    border-radius: 4px;
    padding: 0.5em 1em;
    margin: 1em 0;
    display: inline-block;
    text-decoration: none;
}