#styleSwitcher {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    padding-left: 0;
}

#styleSwitcher:after {
    content: '.';
    clear: both;
    color: transparent;
    visibility: hidden;
}

#styleSwitcher li {
    float: left;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 5px;
    opacity: 0.6;
}

#styleSwitcher li.active {
    opacity: 1;
}

#styleSwitcher li button {
    border-radius: 25px;
    width: 25px;
    height: 25px;
    border: 1px solid #666;
}

#styleSwitcher button.brake_cleaner {
    background-color: #568f38;
}

#styleSwitcher button.multioil {
    background-color: #f3b92b;
}

#styleSwitcher button.rust_remover {
    background-color: #e67a41;
}

#styleSwitcher button.silicon_spray {
    background-color: #e54893;
}

.designit .designit-wrapper__product .content  {
    background-image: url(/theme/assets/images/cans/bremsenreiniger.png);
    background-size: 100%;
    margin-top: 10%;
    position: relative;
}

.designit .designit-wrapper__product .content .profil-product  {
    opacity: 0;
    width: 100%;
}

.designit .designit-wrapper__product .content .pic.profil-pic-container {
    position: absolute;
    z-index: 15;
    top: 45%;
    left: 1.3%;
    width: 27.8%;
    margin-top: -4.5%;
}

.designit .designit-wrapper__product .content #name_preview {
    display: block;
    position: absolute;
    top: 55%;
    left: 19%;
    width: 62%;
    font-size: 1.2vw;
    text-align: center;
    font-family: 'aleo';
    text-transform: uppercase;
    font-weight: bold;
}

@media (min-width: 768px) {
    .designit-wrapper__steps {
        width: 61.333333%;
    }
    .designit-wrapper__product {
        width: 38.666667%;
    }
}

@media (min-width: 1200px) {
    .designit-wrapper__steps {
        width: 67.83333%;
    }

    .designit-wrapper__product {
        width: 32.16667%;
    }
    .designit .designit-wrapper__product .content #name_preview {
        display: block;
        position: absolute;
        top: 54.6%;
        left: 22%;
        width: 57%;
        font-size: 1vw;
        line-height: 1.6vw;
    }
}

.contact {
    min-height: 500px;
}

.dealer-list-trigger {
    display: block;
    margin: 0;
    text-align: left;
    padding: 0 20px;
    color: #000;
    font-family: aleo;
    font-weight: bold;
    font-style: normal;
}

.dealer-list-trigger .icon-arrow-right-red {
    display: inline-block;
    width: 12px;
    line-height: 12px;
    margin-right: 3px;
}

.dealer-list-spacer {
    display: none;
}

.dealer-list {
    height: 300px;
    overflow-x: scroll;
    display: none;
}

.dealer-list * {
    font-family: aleo;
    text-align: left;
}

.dealer-list .icon-arrow-right-red {
    display: inline-block;
    width: 12px;
    line-height: 12px;
}

.dealer-list .dealer {
    padding: 10px 20px;
    border-bottom: 1px solid #666;
}

.dealer-list .dealer:last-child {
    border: 0;
    padding-bottom: 0px;
}

@media screen and (max-width: 47.99em) {
    .dealer-list-trigger {
        text-align: center;
    }
    .dealer-list-spacer {
        border-top: solid 1px #000;
        padding-bottom: 0;
    }
    .dealer-list {
        height: auto;
    }
    .dealer-list .dealer,
    .dealer-list .dealer:last-child {
        width: 96%;
        margin: 3%;
        padding: 10px;
        border: 1px solid #666;
        /*float: left;*/
    }
}


@media (max-width: 480px) {
    .product-item__img img {
        left: 3%;
    }

    .winashirt .promo-shirt {
        margin-top: 180px;
    }

    .stage-content .logo img {
        width: 174px;
    }

    .mobile-nav-trigger {
        margin-top: 26px;
    }
    
    #contact_captcha {
    /*
        transform: scale(0.85);
        transform-origin: left top;
        */
        transform:scale(0.77);
        transform-origin:0;
        -webkit-transform:scale(0.77);
        transform:scale(0.77);
        -webkit-transform-origin:0 0;
        transform-origin:0 0;
    }
    
    #rc-imageselect {
    	transform:scale(0.77);
    	transform-origin:0;
    	-webkit-transform:scale(0.77);
    	transform:scale(0.77);
    	-webkit-transform-origin:0 0;
    	transform-origin:0 0;
    }
}
@media (max-width: 320px) {
    .stage-content .logo img {
        width: 174px;
    }
    .mobile-nav-trigger {
          margin-top: 18px;
    }
    .mobile-nav-trigger img {
        width: 45px;
    }
}

.footer-txt-col a {
    color: #FF0000;
}

.contact-form label {
    display: inline-block;
}

.contact {
    padding: 25px;
}

@media (max-width: 991px) {
    .stage-content img {
        margin-right: -102px;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {
    .winashirt .promo-shirt {
        top: 50px;
    }

    .navigation nav ul li a {
        font-size: 14px;
    }
}

.content-wrapper {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
.content-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.navigation.is_stuck {
    background: #fff;
    border-bottom: solid 5px #000;
    z-index: 100;
}

.navigation.show-mobile {
    position: fixed;
    display: block !important;
    left: 5%;
    border: 1px solid #fff;
    right: 5%;
    top: 80px;
    z-index: 101;
}

.mobile-nav-trigger {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 101;
}

.navigation.show-mobile li:last-child {
    border-bottom: 0;
}

section .sec-head h3, section .sec-head h2 {
    line-height: 1;
}

/*@media screen and (min-width: 62em) {*/
    h2 {
      line-height: 1;
    }
    h3 {
        line-height: 1;
    }
/*}*/