/****** General: *****/

@font-face {
    font-family: Eurostile Bold;
    src: url("../fonts/eurostile-bol-webfont.ttf");
}

a, a:hover, a:focus, a:active {
    color: #fff;
    text-decoration: none;
}
.relative {
    position: relative;
}
.no-padding {
    padding:0px!important;
}
.clear {
    clear:both;
}
.float-left {
    float:left;
}
.content-container {
    font-family: Eurostile Bold;
    font-size: 16px;
    color: #fff;
}

.headline {
    text-align: left;
}
.customer-height {
    height: 50px;
}
.standard-tile {
    background-color: #ffffff;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.fill-div-small {
    margin: 20px;
}
.hint_error {
    font-size: 12px;
}
.bright {
    color: grey;
}
.car1-red {
    color: #E30613;
}
.size5 {
    width: 5%;
}
.size10 {
    width: 10%;
}
.size25 {
    width: 25%;
}
.size60 {
    width: 60%;
}
.bigger-font {
    font-size: 24px;
}

/**** base general *****/

#main {
    overflow-x: hidden;
    background-color: black;
}
.content-container-background {
/*  background: url("../images/car1_background_black.png") no-repeat;
    background-size: 100%;*/
    background-color: #000000;
}


/****** Header: *****/
.header-container-attributes {
    background-size: 100%;
}

.base-header {

    color: #fff;
    font-family: Eurostile Bold;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}
.base-header-logo-container {
    top: 16px;
}
.base-header-search {
    top: 16px;
}
.base-header-search-lg {
    top: 28px;
}
.base-header-search-md {
    top: 28px;
}
.base-header-search-input {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #2f2f2f;
    background-color: #2f2f2f;
    color: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    height: 40px;
    width: 100%;
}
.base-header-search-button {
    background: url("../images/lupe_grau.svg") no-repeat;
    background-size: 60% 60%;
    position:absolute;
    top:8px;
    right:0;
    width:40px;
    height:40px;
    z-index: 2;
    border: none;
}
.base-header-fill-element {
    height: 0;
}
.base-header-profile-text {
    position: relative;
    top: 2px;
    text-align: center;
    width: 100%;
}
.base-header-wishlist-text {
    position: relative;
    top: 2px;
    text-align: center;
    width: 100%;
}
.base-header-basket-text {
    position: relative;
    top: 2px;
    text-align: center;
    width: 100%;
}

#red-basket-counter {
    background: url( ../images/warenkorb_hinweis.png) no-repeat;
    width:20px;
    height:20px;
    position:absolute;
    top:10px;
    right:0px;
    color:#ffffff;
    font-size:13px;
    font-family: Eurostile Bold;
    text-align: center;
    text-shadow:0 0;
    line-height: 18px;
    vertical-align: middle;
    z-index: 5;
}
#red-basket-counter-mobile {
    background: url( ../images/warenkorb_hinweis.png) no-repeat;
    width:20px;
    height:20px;
    position:absolute;
    top:8px;
    left:35px;
    color:#ffffff;
    font-size:13px;
    font-family: Eurostile Bold;
    text-align: center;
    text-shadow:0 0;
    line-height: 18px;
    vertical-align: middle;
    z-index: 10;
}
.basket-wrapper {
    position: relative;
    width: 70px;
    margin: 0 auto;
}

@media (min-width:0px) and (max-width:767px) {

    .base-header-logo {
        height: 50px;
        width:250px;
        background: url('../images/car1Logo.svg') no-repeat;
        background-size: contain;
        position: absolute;
        top: -10px;
    }
    .base-header-logo-container {
        float: left;
    }
    .base-header-search {
        top: 10px;
    }

    .base-header-profile-icon {
        background: url("../images/Profil.svg") no-repeat;
        background-size: contain;
        margin: 0px auto;
        width:34px;
        height: 34px;
        position: relative;
        top: 10px;
    }

    .base-header-wishlist-icon {
        background: url("../images/Wishlist.svg") no-repeat;
        background-size: contain;
        margin: 0px auto;
        width:34px;
        height: 34px;
        position: relative;
        top: 10px;
    }

    .base-header-basket-icon {
        background: url("../images/Einkaufswagen.svg") no-repeat;
        background-size: contain;
        margin: 0px auto;
        width:50px;
        height: 34px;
        position: relative;
        top: 10px;
    }
    .content-container-margin {
        margin: 0px 0px -10px 0px;
    }
    .navi-center {
        margin: 0 auto;
        float: none;
        width:100%;
    }
}

@media (min-width:768px) and (max-width:991px) {

    .base-header-logo {
        height: 50px;
        width:300px;
        background: url('../images/car1Logo.svg') no-repeat;
        background-size: contain;
        position: absolute;
        top: -10px;
    }
    .base-header-logo-container {
         float: left;
    }

    .base-header-search {
        top: 10px;
    }

    .base-header-profile-icon {
        background: url("../images/Profil.svg") no-repeat;
        background-size: contain;
        margin: 0px auto;
        width:34px;
        height: 34px;
        position: relative;
        top: 10px;
    }

    .base-header-wishlist-icon {
        background: url("../images/Wishlist.svg") no-repeat;
        background-size: contain;
        margin: 0px auto;
        width:34px;
        height: 34px;
        position: relative;
        top: 10px;
    }

    .base-header-basket-icon {
        background: url("../images/Einkaufswagen.svg") no-repeat;
        background-size: contain;
        margin: 0px auto;
        width:50px;
        height: 34px;
        position: relative;
        top: 10px;
    }
    .content-container-margin {
        margin: 0px 0px -10px 0px;
    }
    .navi-center {
        margin: 0 auto;
        float: none;
        width:100%;
    }
}
@media (min-width:992px) and (max-width:1199px) {

    .base-header-logo {
        height: 70px;
        width:380px;
        background: url('../images/car1Logo.svg') no-repeat;
        background-size: contain;
        position: absolute;
        top: -10px;
    }

    .base-header-logo-container {
        top: 16px;
    }

    .base-header-search {
        top: 10px;
    }

    .base-header-profile-icon {
        background: url("../images/Profil.svg") no-repeat;
        background-size: contain;
        margin: 0px auto;
        width:42px;
        height: 47px;
        position: relative;
        top: 10px;
    }

    .base-header-wishlist-icon {
        background: url("../images/Wishlist.svg") no-repeat;
        background-size: contain;
        margin: 0px auto;
        width:40px;
        height: 47px;
        position: relative;
        top: 10px;
    }

    .base-header-basket-icon {
        background: url("../images/Einkaufswagen.svg") no-repeat;
        background-size: contain;
        margin: 0px auto;
        width:49px;
        height: 47px;
        position: relative;
        top: 10px;
    }
    .content-container-margin {
        margin: -10px 0px;
    }
    .navi-center {
        margin: 0 auto;
        float: none;
        display: inline-block;
        width:100%;
    }
}

@media (min-width:1200px)  {
    .base-header {
        height: 100px;
    }

    .base-header-logo {
        height: 70px;
        width:380px;
        background: url('../images/car1Logo.svg') no-repeat;
        background-size: contain;
        position: absolute;
        top: -10px;
    }

}

/*********************/
.base-header-profile-text:hover {
    display:block;
}

.arrow_box_link {
    margin:  5px 0px 5px 0px;
}
.arrow_box_link_anchor, arrow_box_link_anchor:hover, arrow_box_link_anchor:focus, arrow_box_link_anchor:visited {
    color: #000!important;
    text-decoration: none;
}
.arrow_box_link_last {
    border-top: 1px solid #d5d5d5;
}

.arrow_box_wrapper {
    width:200px;
    background-color: transparent;
    position: absolute;
    top: 60px;
    left:50px;
}

.arrow_box {
    position: relative;
    background-color: #fff;
    border: 1px solid #000;
    top:20px;
    left:-25px;
    display:none;
    width:200px;
    z-index:2000;
    padding: 0px 10px 0px 10px;
    line-height: 18px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
}

.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(245, 245, 245, 0);
    border-bottom-color: #f5f5f5;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box:before {
    border-color: rgba(213, 213, 213, 0);
    border-bottom-color: #d5d5d5;
    border-width: 11px;
    margin-left: -11px;
}
/*********************/





/****** Navi:*****/
.navbar-custom-style {
    background-color: #353535;
    color: #fff;
}
nav {
    font-family: Eurostile Bold;
    text-transform: none;
    font-size: 16px;
    text-shadow: none;
}
nav .dropdown-menu {
    font-size: 1.0em!important;
}
nav li a {
    padding: 10px 15px!important;
    line-height: 1.0em!important;
}
nav a:hover,
nav a:focus,
nav a:active {
    color:#fff;
    text-decoration: none;
}

.navbar-nav:not(.sm-collapsible) ul .caret {
    margin-top: 2px!important;
}
.caret {
    margin-top: -2px;
}

.dropdown-menu > li > a {
    color: #fff;
    background-color:#353535;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:active {
    text-decoration: none;
    background-color: #353535!important;
    color: #fff!important;
}

.highlighted {
    text-decoration: none;
    background-color: transparent!important;
    color: #fff!important;
}

nav .icon-bar, .icon-bar {
    background-color: #fff!important;
    height: 3px!important;
    border-radius: 0px!important;
}

nav button {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    margin-right:5px!important;
}
.navbar-toggle {
    padding: 9px 0px 9px 10px!important;
}
ul.nav li ul.dropdown-menu {
    background-color: #353535;
}


@media (min-width:0px) and (max-width:767px) {
    .navbar {
        min-height: 0px!important;
/*      margin-bottom: 0px!important; */
        border: 1px solid #353535;
        width: 100%;
    }
    .base-navbar {
        position: relative;
        top: 20px;
    }
    .base-navbar-collapse {
        background-color: #353535;
    }
    .nav > li > a:focus, .nav > li > a:hover, .nav > li > a:active {
        text-decoration: none;
        background-color: transparent!important;
        color: #fff!important;
    }
    nav a {
        color:#fff;
        text-decoration: none;
    }
    .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
        margin-top: -12px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .navbar {
        min-height: 0px!important;
/*      margin-bottom: 0px!important; */
        border: 1px solid #353535;
        width: 100%;
    }
    .base-navbar {
        position: relative;
        top: 20px;
    }
    .base-navbar-collapse {
        background-color: #353535;
    }
    .nav > li > a:focus, .nav > li > a:hover, .nav > li > a:active {
        text-decoration: none;
        background-color: transparent!important;
        color: #fff!important;
    }
    nav a {
        color:#fff;
        text-decoration: none;
    }
    .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
        margin-top: -28px;
    }
}
@media (min-width:992px) {
    .navbar {
        min-height: 36px!important;
        margin-bottom: 0px!important;
        border: 1px solid #353535;
        -webkit-box-shadow: inset 0px 1px 6px 0px rgba(0,0,0,0.16);
        -moz-box-shadow: inset 0px 1px 6px 0px rgba(0,0,0,0.16);
        box-shadow: inset 0px 1px 6px 0px rgba(0,0,0,0.16);
        width: 100%;
    }
    .base-navbar-collapse {
        background-color: transparent;
    }
    .base-navbar {
        position: relative;
    }
    .nav > li > a:focus, .nav > li > a:hover, .nav > li > a:active {
        text-decoration: none;
        background-color: transparent!important;
        color: #fff!important;
    }
    nav a {
        color:#fff;
        text-decoration: none;
    }
    .desktop-navi {
        display: flex!important;
        justify-content: center;
    }
}

/****** Footer:*****/
.footer-container {
    background-color: #000;
    color: #fff;
    font-family: Eurostile Bold;
}
.footer-content-container {
    background-color: #000;
    color: #fff;
    font-family: Eurostile Bold;
}

.footer-hint-container {
    height: 1px;
    width:90%;
    border: 2px solid #e30613;
    margin: 0 auto;
}
.footer-headline {
    font-size: 24px;
}
.footer-link {
    font-size: 16px;
    line-height: 26px;
}
.footer-end-container {
    background-color: #000;
    color: #fff;
    font-family: Eurostile Bold;
    padding-top: 100px;
    text-align: center;
}
.footer-payment-term {
    display:flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    float: right;
}
.footer-social-media-links {
    padding-top: 200px;
}
.footer-trusted-shop {
    padding-top: 50px;
}
@media (min-width:0px) and (max-width:767px) {
    .footer-link-block div {
        text-align: center;
    }
    .social-media-icon {
        clear: both;
    }
    .footer-margin-top {
        margin-top:10px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .footer-link-block div {
        text-align: center;
    }
    .social-media-icon {
        float: left;
    }
    .footer-margin-top {
        margin-top:98px;
    }
}
@media (min-width:992px) {
    .footer-link-block div {
        text-align: right;
    }
    .social-media-icon {
        float: left;
    }
    .footer-margin-top {
        margin-top:98px;
    }
}
.footer-fixed-tiles {
    float:left;
    width:280px!important;
    height:400px;
    margin-right:10px;
    margin-left:10px;
    position:relative;
    background-color:#ffffff;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border: 1px solid #dcd9d9;
}
.footer-fixed-tiles-list {
    list-style-type: none;
}
.footer-fixed-tiles-list li {
    text-align: left;
}
.footer-fixed-tiles-list a, .footer-fixed-tiles-list a:focus, .footer-fixed-tiles-list a:hover, .footer-fixed-tiles-list a:visited  {
    text-decoration: none;
    color: black;
    font-size: 16px;
}
.footer-red-tile {
    background-color: #ffffff;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E30613;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    height: 80px;
    width: 250px;
    margin: 15px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-red-tile-articles {
    background-color: #ffffff;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E30613;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    height: 80px;
    width: 250px;
    margin: 15px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-article-name {

}
.footer-article-code {
    font-size: 16px;
}

/****** Index: *****/

.jssorb13 div, .jssorb13 div:hover, .jssorb13 .av {
    background: url(../images/b13.png) no-repeat;
    overflow:hidden;
    cursor: pointer;
}
.jssorb13 {
    position: absolute; bottom: 15px!important; right: 15px;
}

.jssora03l{
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 138px;
    height: 138px;
    cursor: pointer;
    background: url(../images/navi-arrow-left.png) no-repeat;
    overflow: hidden;
}
.jssora03r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 138px;
    height: 138px;
    cursor: pointer;
    background: url(../images/navi-arrow-right.png) no-repeat;
    overflow: hidden;
}
.jssora04l{
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 50px;
    height: 35px;
    cursor: pointer;
    background: url(../images/navi-arrow-xs-left.svg) no-repeat;
    overflow: hidden;
}
.jssora04r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 50px;
    height: 35px;
    cursor: pointer;
    background: url(../images/navi-arrow-xs-right.svg) no-repeat;
    overflow: hidden;
}

#home-slider-container{
    position: relative;
    top: 0px;
    width: 1200px;
    height: 400px;
    margin: 20px auto;
}

#home-slider-container-mobile{
    position: relative;
    top: 0px;
    width: 300px;
    height: 400px;
    margin: 20px auto;
}

#home-slider-container-tablet{
    position: relative;
    top: 0px;
    width: 600px;
    height: 400px;
    margin: 20px auto;
}

#home-slider-content {
    background-color:white;
}
.home-slider-image-div {
    float:left;
    width:280px!important;
    height:400px;
    margin-right:10px;
    margin-left:10px;
    position:relative;
    background-color:#ffffff;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border: 0 solid #dcd9d9;
    display: flex;
/*    align-items: center; */
    justify-content: center;
}
#home-article-container-wrapper {
    margin: 0px auto;
}
.manufacturer-label {
    font-family: Eurostile Bold;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    color: #000;
}
.article-name-label {
    font-family: Eurostile Bold;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    padding: 0 15px;
    display: inline-block;
}
.article-price-label {
    font-family: Eurostile Bold;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    color: #E30613;
}
.promotion-line-through {
    text-decoration: line-through;
}
.promotion-red {
    font-family: Eurostile Bold;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    color: #E30613;
}
.article-discount-border {
    border: 6px solid #E30613;
}
.article-discount-percent {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: Eurostile Bold;
    color: #E30613;
    font-size:30px;
}
.welcome-container {
    font-family: Eurostile Bold;
    font-size: 22px;
    line-height: 24px;
    color: #fff;
}
.main-content-container {
/*    background: url("../images/car1_background_black.png") no-repeat;
    background-size: 100%; */
    display: inline-block;
    background-color: #000000;
}

@media (min-width:0px) and (max-width:767px) {
    .home-article-container-inner {
        margin: 0px auto; width: 300px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .home-article-container-inner {
        margin: 0px auto; width: 600px;
    }
}
@media (min-width:992px) {
    .home-article-container-inner {
        margin: 0px auto; width: 1200px;
    }
}

.home-fadein-container-height img {
    max-width: 100%;
    max-height: 100%;
}
/* mobile portrait */
@media (min-width:0px) and (max-width:319px) {
    .home-fadein-container-height {
       /* height: 116px!important;*/
/*        height: 702px!important;*/
        height: calc(100vw*700/1920);
    }
}
/* mobile landscape */
@media (min-width:320px) and (max-width:479px) {
    .home-fadein-container-height {
      /*  height: 175px!important;*/
 /*       height: 702px!important;*/
        height: calc(100vw*700/1920);
    }
}
/* tablet portait */
@media (min-width:480px) and (max-width:767px) {
    .home-fadein-container-height {
        /*height: 280px!important;*/
/*        height: 702px!important;*/
        height: calc(100vw*700/1920);
    }
}
/* tablet landscape */
@media (min-width:768px) and (max-width:991px) {
    .home-fadein-container-height {
      /*  height: 361px!important;*/
/*        height: 702px!important;*/
        height: calc(100vw*700/1920);

    }
}
/* desktop */
@media (min-width:992px) and (max-width:1199px) {
    .home-fadein-container-height {
     /*  height: 437px!important;*/
/*        height: 702px!important; */
        height: calc(100vw*700/1920);
    }
}
/* desktop large */
@media (min-width:1200px) {
    .home-fadein-container-height {
   /*     height: 702px!important;*/
        height: calc(100vw*700/1920);
    }
}

.presentation img {
    width:100%;
    height:auto !important;
}

/* mobile portrait */
@media (min-width:0px) and (max-width:319px) {
    .car1_index1 {
        width: 100%;
        height: 120px;
        background: url("../images/CAR1_de_Master_Thema_01_Einstieg_01.jpg") no-repeat;
        background-size: contain;
        display: flex;
        align-items: center;
    }
    .car1_index_1_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        border-radius: 8px 0px 0px 8px;
        -moz-border-radius: 8px 0px 0px 8px;
        -webkit-border-radius: 8px 0px 0px 8px;
        padding: 0 25px 15px 25px;
        text-align: center;
        font-size: 15px;
    }
    .index-btn {
        text-transform: uppercase;
        font-size: 16px;
        width: 100%;
    }
    .index-h2 {
        font-size: 25px;
        margin-top: -10px !important;
    }
    .car1_index2 {
        color: #000;
        background-color:rgba(255, 255, 255, 1);
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        width: 100%;
    }
    .car1_index3 {
        color: #000;
        background-color:rgba(255, 255, 255, 1);
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        width: 100%;
    }
    .car1_index2_top {
        height:150px;
        background: url("../images/car1_index2.png") no-repeat;
        background-size: cover;
    }
    .car1_index3_top {
        height:150px;
        background: url("../images/car1_index3.png") no-repeat;
        background-size: cover;
    }
    .car1_index2_bottom, .car1_index3_bottom {
        height:250px;
    }
    .car1_index2_bottom_inner, .car1_index3_bottom_inner {
        padding: 0 25px;
        height: 125px;
        font-size: 12px;
    }
    .index2-btn {
        text-transform: uppercase;
        width: 90%;
    }
    .index3-btn {
        text-transform: uppercase;
        width: 90%;
    }
    .index-h3 {
        text-transform: uppercase;
        font-size: 15px;
    }
    .car1_index4 {
        height:102px;
        background: url("../images/CAR1_de_Master_Thema_02_Batterie_01.jpg") no-repeat;
        background-size: 100%;
    }
    .car1_index_4_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 13px;
    }
    .index4-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index5 {
        height:102px;
        background: url("../images/car1_index5.png") no-repeat;
        background-size: contain;
    }
    .car1_index_5_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 13px;
    }
    .index5-btn {
        text-transform: uppercase;
        width: 100%;
        font-size:16px!important;
    }
    .car1_index6 {
        height:102px;
        background: url("../images/car1_index6.png") no-repeat;
        background-size: contain;
    }
    .car1_index_6_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 13px;
    }
    .index6-btn {
        text-transform: uppercase;
        width: 100%;
        font-size:16px!important;
    }
    .car1_index7 {
        height:102px;
        background: url("../images/CAR1_de_Master_Thema_03_Lampen_01.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_7_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 13px;
    }
    .index7-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index8 {
        height:102px;
        background: url("../images/CAR1_de_Master_Thema_04_Oel_01.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_8_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 13px;
    }
    .index8-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index9 {
        height:102px;
        background: url("../images/CAR1_de_Master_Thema_05_Reinigung_01.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_9_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 13px;
    }
    .index9-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index10 {
        height:102px;
        background: url("../images/CAR1_de_Master_Thema_06_Frostschutz_01.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_10_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 13px;
    }
    .index10-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index11 {
        height:102px;
        background: url("../images/CAR1_de_Master_Thema_07_Schneeketten_01.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_11_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 13px;
    }
    .index11-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index12 {
        height:102px;
        background: url("../images/CAR1_de_Master_Thema_08_Werkzeug_02.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_12_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 13px;
    }
    .index12-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index13 {
        height:102px;
        background: url("../images/CAR1_de_Master_Thema_09_Reifen_03.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_13_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 13px;
    }
    .index13-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index14 {
        height:102px;
        background: url("../images/CAR1_Reifenservice.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_14_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 13px;
    }
    .index14-btn {
        text-transform: uppercase;
        width: 100%;
    }
}
/* mobile landscape */
@media (min-width:320px) and (max-width:479px) {
    .car1_index1 {
        width: 100%;
        height: 160px;
        background: url("../images/CAR1_de_Master_Thema_01_Einstieg_01.jpg") no-repeat;
        background-size: 100%;
        display: flex;
        align-items: center;
    }
    .car1_index_1_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        padding: 0 25px 15px 25px;
        text-align: center;
        height:70%;
        font-size: 15px;
    }
    .index-btn {
        text-transform: uppercase;
        font-size: 18px;
        width: 50%;
    }
    .index-h2 {
        font-size: 25px;
        margin-top: 10px !important;
    }
    .car1_index2 {
        color: #000;
        background-color:rgba(255, 255, 255, 1);
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        width: 100%;
    }
    .car1_index3 {
        color: #000;
        background-color:rgba(255, 255, 255, 1);
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        width: 100%;
    }
    .car1_index2_top {
        height:150px;
        background: url("../images/car1_index2.png") no-repeat;
        background-size: cover;
    }
    .car1_index3_top {
        height:150px;
        background: url("../images/car1_index3.png") no-repeat;
        background-size: cover;
    }
    .car1_index2_bottom, .car1_index3_bottom {
        height:225px;
    }
    .car1_index2_bottom_inner, .car1_index3_bottom_inner {
        padding: 0 25px;
        height: 100px;
        font-size: 12px;
    }
    .index2-btn {
        text-transform: uppercase;
        width: 70%;
    }
    .index3-btn {
        text-transform: uppercase;
        width: 70%;
    }
    .index-h3 {
        text-transform: uppercase;
        font-size: 16px;
    }
    .car1_index4 {
        height:162px;
        background: url("../images/CAR1_de_Master_Thema_02_Batterie_01.jpg") no-repeat;
        background-size: 100%;
    }
    .car1_index_4_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 13px;
    }
    .index4-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index5 {
        height:162px;
        background: url("../images/car1_index5.png") no-repeat;
        background-size: contain;
    }
    .car1_index_5_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index5-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index6 {
        height:162px;
        background: url("../images/car1_index6.png") no-repeat;
        background-size: contain;
    }
    .car1_index_6_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index6-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index7 {
        height:162px;
        background: url("../images/CAR1_de_Master_Thema_03_Lampen_01.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_7_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index7-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index8 {
        height:162px;
        background: url("../images/CAR1_de_Master_Thema_04_Oel_01.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_8_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index8-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index9 {
        height:162px;
        background: url("../images/CAR1_de_Master_Thema_05_Reinigung_01.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_9_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index9-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index10 {
        height:162px;
        background: url("../images/CAR1_de_Master_Thema_06_Frostschutz_01.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_10_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index10-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index11 {
        height:162px;
        background: url("../images/CAR1_de_Master_Thema_07_Schneeketten_01.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_11_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index11-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index12 {
        height:162px;
        background: url("../images/CAR1_de_Master_Thema_08_Werkzeug_02.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_12_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index12-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index13 {
        height:162px;
        background: url("../images/CAR1_de_Master_Thema_09_Reifen_03.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_13_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index13-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index14 {
        height:162px;
        background: url("../images/CAR1_Reifenservice.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_14_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index14-btn {
        text-transform: uppercase;
        width: 100%;
    }
}
/* tablet portait */
@media (min-width:480px) and (max-width:767px) {
    .car1_index1 {
        width: 100%;
        height: 260px;
        background: url("../images/CAR1_de_Master_Thema_01_Einstieg_01.jpg") no-repeat;
        background-size: 100%;
        display: flex;
        align-items: center;
    }
    .car1_index_1_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        padding: 0 25px 15px 25px;
        text-align: center;
        height:70%;
        font-size: 15px;
    }
    .index-btn {
        text-transform: uppercase;
        font-size: 18px;
        width: 50%;
    }
    .index-h2 {
        font-size: 25px;
        margin-top: -10px !important;
    }
    .car1_index2 {
        color: #000;
        background-color:rgba(255, 255, 255, 1);
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        width: 100%;
     }
    .car1_index3 {
        color: #000;
        background-color:rgba(255, 255, 255, 1);
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        width: 100%;
    }
    .car1_index2_top {
        height:350px;
        background: url("../images/car1_index2.png") no-repeat;
        background-size: cover;
    }
    .car1_index3_top {
        height:350px;
        background: url("../images/car1_index3.png") no-repeat;
        background-size: cover;
    }
    .car1_index2_bottom, .car1_index3_bottom {
        height:225px;
    }
    .car1_index2_bottom_inner, .car1_index3_bottom_inner {
        padding: 0 25px;
        height: 100px;
        font-size: 14px;
    }
    .index2-btn {
        text-transform: uppercase;
        width: 40%;
    }
    .index3-btn {
        text-transform: uppercase;
        width: 40%;
    }
    .index-h3 {
        text-transform: uppercase;
        font-size: 16px;
    }
    .car1_index4 {
        height:252px;
        background: url("../images/CAR1_de_Master_Thema_02_Batterie_01.jpg") no-repeat;
        background-size: 100%;
    }
    .car1_index_4_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 13px;
    }
    .index4-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index5 {
        height:252px;
        background: url("../images/car1_index5.png") no-repeat;
        background-size: contain;
    }
    .car1_index_5_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index5-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index6 {
        height:252px;
        background: url("../images/car1_index6.png") no-repeat;
        background-size: contain;
    }
    .car1_index_6_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index6-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index7 {
        height:252px;
        background: url("../images/CAR1_de_Master_Thema_03_Lampen_01.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_7_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index7-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index8 {
        height:252px;
        background: url("../images/CAR1_de_Master_Thema_04_Oel_01.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_8_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index8-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index9 {
        height:252px;
        background: url("../images/CAR1_de_Master_Thema_05_Reinigung_01.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_9_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index9-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index10 {
        height:252px;
        background: url("../images/CAR1_de_Master_Thema_06_Frostschutz_01.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_10_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index10-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index11 {
        height:252px;
        background: url("../images/CAR1_de_Master_Thema_07_Schneeketten_01.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_11_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index11-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index12 {
        height:252px;
        background: url("../images/CAR1_de_Master_Thema_08_Werkzeug_02.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_12_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index12-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index13 {
        height:252px;
        background: url("../images/CAR1_de_Master_Thema_09_Reifen_03.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_13_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index13-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index14 {
        height:252px;
        background: url("../images/CAR1_Reifenservice.jpg") no-repeat;
        background-size: contain;
    }
    .car1_index_14_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: left;
        font-size: 13px;
    }
    .index14-btn {
        text-transform: uppercase;
        width: 75%;
    }
}
/* tablet landscape */
@media (min-width:768px) and (max-width:991px) {
    .car1_index1 {
        width: 100%;
        height: 702px;
        background: url("../images/CAR1_de_Master_Thema_01_Einstieg_01.jpg") no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
    }
    .car1_index_1_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        padding: 25px;
        text-align: left;
        font-size: 15px;
    }
    .index-btn {
        text-transform: uppercase;
        font-size: 18px;
        width: 50%;
    }
    .index-h2 {
        font-size: 25px;
        margin-top: -10px !important;
    }

    .car1_index2 {
        color: #000;
        background-color:rgba(255, 255, 255, 1);
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        width: 100%;
    }
    .car1_index3 {
        color: #000;
        background-color:rgba(255, 255, 255, 1);
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        width: 100%;
    }
    .car1_index2_top {
        height:350px;
        background: url("../images/car1_index2.png") no-repeat;
        background-size: cover;
    }
    .car1_index3_top {
        height:350px;
        background: url("../images/car1_index3.png") no-repeat;
        background-size: cover;
    }
    .car1_index2_bottom, .car1_index3_bottom {
        height:225px;
    }
    .car1_index2_bottom_inner, .car1_index3_bottom_inner {
        padding: 0 25px;
        height: 100px;
        font-size: 14px;
    }
    .index2-btn {
        text-transform: uppercase;
        width: 40%;
    }
    .index3-btn {
        text-transform: uppercase;
        width: 40%;
    }
    .index-h3 {
        text-transform: uppercase;
        font-size: 16px;
    }
    .car1_index4 {
        height:362px;
        background: url("../images/CAR1_de_Master_Thema_02_Batterie_01.jpg") no-repeat;
        background-size: 100%;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_4_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 18px;
    }
    .index4-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index5 {
        height:362px;
        background: url("../images/car1_index5.png") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_5_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 18px;
    }
    .index5-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index6 {
        height:362px;
        background: url("../images/car1_index6.png") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_6_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 18px;
    }
    .index6-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index7 {
        height:362px;
        background: url("../images/CAR1_de_Master_Thema_03_Lampen_01.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_7_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 18px;
    }
    .index7-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index8 {
        height:362px;
        background: url("../images/CAR1_de_Master_Thema_04_Oel_01.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_8_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 18px;
    }
    .index8-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index9 {
        height:362px;
        background: url("../images/CAR1_de_Master_Thema_05_Reinigung_01.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_9_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 18px;
    }
    .index9-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index10 {
        height:362px;
        background: url("../images/CAR1_de_Master_Thema_06_Frostschutz_01.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_10_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 18px;
    }
    .index10-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index11 {
        height:362px;
        background: url("../images/CAR1_de_Master_Thema_07_Schneeketten_01.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_11_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 18px;
    }
    .index11-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index12 {
        height:362px;
        background: url("../images/CAR1_de_Master_Thema_08_Werkzeug_02.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_12_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 18px;
    }
    .index12-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index13 {
        height:362px;
        background: url("../images/CAR1_de_Master_Thema_09_Reifen_03.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_13_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 18px;
    }
    .index13-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index14 {
        height:362px;
        background: url("../images/CAR1_Reifenservice.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_14_inner {
        color: #fff;
        background-color:rgba(255, 255, 255, 0);
        padding: 25px;
        text-align: center;
        font-size: 18px;
    }
    .index14-btn {
        text-transform: uppercase;
        width: 75%;
    }
}
/* desktop */
@media (min-width:992px) and (max-width:1199px) {
    .car1_index1 {
        width: 100%;
        height: 702px;
        background: url("../images/CAR1_de_Master_Thema_01_Einstieg_01.jpg") no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
    }
    .car1_index_1_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        height:70%;
        font-size: 15px;
    }
    .index-btn {
        text-transform: uppercase;
        font-size: 18px;
        width: 40%;
    }
    .index-h2 {
        font-size: 25px;
        margin-top: -10px !important;
    }
    .car1_index2 {
        color: #000;
        background-color:rgba(255, 255, 255, 1);
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        width: 65%;
        float: left;
    }
    .car1_index3 {
        color: #000;
        background-color:rgba(255, 255, 255, 1);
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        width: 33%;
        margin-left:1%;
        float: left;
    }
    .car1_index2_top {
        height:350px;
        background: url("../images/car1_index2.png") no-repeat;
        background-size: cover;
    }
    .car1_index3_top {
        height:350px;
        background: url("../images/car1_index3.png") no-repeat;
        background-size: cover;
    }
    .car1_index2_bottom, .car1_index3_bottom {
        height:375px;
    }
    .car1_index2_bottom_inner, .car1_index3_bottom_inner {
        padding: 0 25px;
        height: 250px;
        font-size: 14px;
    }
    .index2-btn {
        text-transform: uppercase;
        width: 40%;
    }
    .index3-btn {
        text-transform: uppercase;
        width: 70%;
    }
    .index-h3 {
        text-transform: uppercase;
        font-size: 16px;
    }
    .car1_index4 {
        height:439px;
        background: url("../images/CAR1_de_Master_Thema_02_Batterie_01.jpg") no-repeat;
        background-size: 100%;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_4_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: center;
        font-size: 18px;
    }
    .index4-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index5 {
        height:439px;
        background: url("../images/car1_index5.png") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_5_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index5-btn {
        text-transform: uppercase;
        width: 90%;
    }
    .car1_index6 {
        height:439px;
        background: url("../images/car1_index6.png") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_6_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index6-btn {
        text-transform: uppercase;
        width: 90%;
    }
    .car1_index7 {
        height:439px;
        background: url("../images/CAR1_de_Master_Thema_03_Lampen_01.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_7_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index7-btn {
        text-transform: uppercase;
        width: 90%;
    }
    .car1_index8 {
        height:439px;
        background: url("../images/CAR1_de_Master_Thema_04_Oel_01.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_8_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index8-btn {
        text-transform: uppercase;
        width: 90%;
    }
    .car1_index9 {
        height:439px;
        background: url("../images/CAR1_de_Master_Thema_05_Reinigung_01.jpg") no-repeat;
        border-radius: 0 8px 8px 0;
        -moz-border-radius: 0 8px 8px 0;
        -webkit-border-radius: 0 8px 8px 0;
        display:flex;
        align-items:center;
        justify-content:left;
    }
    .car1_index_9_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index9-btn {
        text-transform: uppercase;
        width: 90%;
    }
    .car1_index10 {
        height:439px;
        background: url("../images/CAR1_de_Master_Thema_06_Frostschutz_01.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_10_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index10-btn {
        text-transform: uppercase;
        width: 90%;
    }
    .car1_index11 {
        height:439px;
        background: url("../images/CAR1_de_Master_Thema_07_Schneeketten_01.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_11_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index11-btn {
        text-transform: uppercase;
        width: 90%;
    }
    .car1_index12 {
        height:439px;
        background: url("../images/CAR1_de_Master_Thema_08_Werkzeug_02.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:left;
    }
    .car1_index_12_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 0 8px 8px 0;
        -moz-border-radius: 0 8px 8px 0;
        -webkit-border-radius: 0 8px 8px 0;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index12-btn {
        text-transform: uppercase;
        width: 90%;
    }
    .car1_index13 {
        height:439px;
        background: url("../images/CAR1_de_Master_Thema_09_Reifen_03.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:left;
    }
    .car1_index_13_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 0 8px 8px 0;
        -moz-border-radius: 0 8px 8px 0;
        -webkit-border-radius: 0 8px 8px 0;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index13-btn {
        text-transform: uppercase;
        width: 90%;
    }
    .car1_index14 {
        height:702px;
        background: url("../images/CAR1_Reifenservice.jpg") no-repeat;
        background-size: 100%;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_14_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index14-btn {
        text-transform: uppercase;
        width: 90%;
    }
}
/* desktop large */
@media (min-width:1200px) and (max-width:1399px) {
    .car1_index1 {
        width: 100%;
        height: 702px;
        background: url("../images/CAR1_de_Master_Thema_01_Einstieg_01.jpg") no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
    }
    .car1_index_1_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        height:70%;
        font-size: 16px;
    }
    .index-btn {
        text-transform: uppercase;
        font-size: 18px;
        width: 35%;
    }
    .index-h2 {
        font-size: 30px;
        margin-top: -10px !important;
    }
    .car1_index2 {
        color: #000;
        background-color:rgba(255, 255, 255, 1);
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        width: 65%;
        float: left;
    }
    .car1_index3 {
        color: #000;
        background-color:rgba(255, 255, 255, 1);
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        width: 33%;
        margin-left:1%;
        float: left;
    }
    .car1_index2_top {
        height:350px;
        background: url("../images/car1_index2.png") no-repeat;
        background-size: cover;
    }
    .car1_index3_top {
        height:350px;
        background: url("../images/car1_index3.png") no-repeat;
        background-size: cover;
    }
    .car1_index2_bottom, .car1_index3_bottom {
        height:375px;
    }
    .car1_index2_bottom_inner, .car1_index3_bottom_inner {
        padding: 0 25px;
        height: 250px;
    }
    .index2-btn {
        text-transform: uppercase;
        width: 40%;
    }
    .index3-btn {
        text-transform: uppercase;
        width: 60%;
    }
    .index-h3 {
        text-transform: uppercase;
        font-size: 20px;
    }
    .car1_index4 {
        height:512px;
        background: url("../images/CAR1_de_Master_Thema_02_Batterie_01.jpg") no-repeat;
        background-size: 100%;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_4_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: center;
        font-size: 18px;
    }
    .index4-btn {
        text-transform: uppercase;
        width: 60%;
    }
    .car1_index5 {
        height:512px;
        background: url("../images/car1_index5.png") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_5_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index5-btn {
        text-transform: uppercase;
        width: 70%;
    }
    .car1_index6 {
        height:512px;
        background: url("../images/car1_index6.png") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_6_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index6-btn {
        text-transform: uppercase;
        width: 70%;
    }
    .car1_index7 {
        height:512px;
        background: url("../images/CAR1_de_Master_Thema_03_Lampen_01.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_7_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index7-btn {
        text-transform: uppercase;
        width: 70%;
    }
    .car1_index8 {
        height:512px;
        background: url("../images/CAR1_de_Master_Thema_04_Oel_01.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_8_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index8-btn {
        text-transform: uppercase;
        width: 70%;
    }
    .car1_index9 {
        height:512px;
        background: url("../images/CAR1_de_Master_Thema_05_Reinigung_01.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:left;
    }
    .car1_index_9_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 0 8px 8px 0;
        -moz-border-radius: 0 8px 8px 0;
        -webkit-border-radius: 0 8px 8px 0;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index9-btn {
        text-transform: uppercase;
        width: 100%;
    }
    .car1_index10 {
        height:512px;
        background: url("../images/CAR1_de_Master_Thema_06_Frostschutz_01.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_10_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index10-btn {
        text-transform: uppercase;
        width: 70%;
    }
    .car1_index11 {
        height:512px;
        background: url("../images/CAR1_de_Master_Thema_07_Schneeketten_01.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_11_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index11-btn {
        text-transform: uppercase;
        width: 70%;
    }
    .car1_index12 {
        height:512px;
        background: url("../images/CAR1_de_Master_Thema_08_Werkzeug_02.jpg") no-repeat;
        display:flex;
        align-items:center;
        justify-content:left;
    }
    .car1_index_12_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 0 8px 8px 0;
        -moz-border-radius: 0 8px 8px 0;
        -webkit-border-radius: 0 8px 8px 0;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index12-btn {
        text-transform: uppercase;
        width: 70%;
    }
    .car1_index13 {
        height:512px;
        background: url("../images/CAR1_de_Master_Thema_09_Reifen_03.jpg") no-repeat;
        background-size: 100%;
        display:flex;
        align-items:center;
        justify-content:left;
    }
    .car1_index_13_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 0 8px 8px 0;
        -moz-border-radius: 0 8px 8px 0;
        -webkit-border-radius: 0 8px 8px 0;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index13-btn {
        text-transform: uppercase;
        width: 70%;
    }
    .car1_index14 {
        height:702px;
        background: url("../images/CAR1_Reifenservice.jpg") no-repeat;
        background-size: 100%;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_14_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index14-btn {
        text-transform: uppercase;
        width: 70%;
    }
}
/* desktop extra-large */
@media (min-width:1400px) {
    .car1_index1 {
        width: 100%;
        height: 702px;
        background: url("../images/CAR1_de_Master_Thema_01_Einstieg_01.jpg") no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
    }
    .car1_index_1_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        height:70%;
        font-size: 18px;
    }
    .index-btn {
        text-transform: uppercase;
        font-size: 20px;
        width: 25%;
    }
    .index-h2 {
       font-size: 30px;
        margin-top: -10px !important;
    }

    .car1_index2 {
        color: #000;
        background-color:rgba(255, 255, 255, 1);
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        width: 65%;
        float: left;
    }
    .car1_index3 {
        color: #000;
        background-color:rgba(255, 255, 255, 1);
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        width: 33%;
        margin-left:1%;
        float: left;
    }
    .car1_index2_top {
        height:350px;
        background: url("../images/car1_index2.png") no-repeat;
        background-size: cover;
    }
    .car1_index3_top {
        height:350px;
        background: url("../images/car1_index3.png") no-repeat;
        background-size: cover;
    }
    .car1_index2_bottom, .car1_index3_bottom {
        height:375px;
    }
    .car1_index2_bottom_inner, .car1_index3_bottom_inner {
        padding: 0 25px;
        height: 250px;
    }
    .index2-btn {
        text-transform: uppercase;
        width: 40%;
    }
    .index3-btn {
        text-transform: uppercase;
        width: 50%;
    }
    .index-h3 {
        text-transform: uppercase;
        font-size: 22px;
    }
    .car1_index4 {
        height:702px;
        background: url("../images/CAR1_de_Master_Thema_02_Batterie_01.jpg") no-repeat;
        background-size: 100%;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_4_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: center;
        font-size: 18px;
    }
    .index4-btn {
        text-transform: uppercase;
        width: 50%;
    }
    .car1_index5 {
        height:702px;
        background: url("../images/car1_index5.png") no-repeat;
        background-size: 100%;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_5_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index5-btn {
        text-transform: uppercase;
        width: 60%;
    }
    .car1_index6 {
        height:702px;
        background: url("../images/car1_index6.png") no-repeat;
        background-size: 100%;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_6_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index6-btn {
        text-transform: uppercase;
        width: 50%;
    }
    .car1_index7 {
        height:702px;
        background: url("../images/CAR1_de_Master_Thema_03_Lampen_01.jpg") no-repeat;
        background-size: 100%;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_7_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index7-btn {
        text-transform: uppercase;
        width: 50%;
    }
    .car1_index8 {
        height:702px;
        background: url("../images/CAR1_de_Master_Thema_04_Oel_01.jpg") no-repeat;
        background-size: 100%;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_8_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index8-btn {
        text-transform: uppercase;
        width: 50%;
    }
    .car1_index9 {
        height:702px;
        background: url("../images/CAR1_de_Master_Thema_05_Reinigung_01.jpg") no-repeat;
        background-size: 100%;
        display:flex;
        align-items:center;
        justify-content:left;
    }
    .car1_index_9_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 0 8px 8px 0;
        -moz-border-radius: 0 8px 8px 0;
        -webkit-border-radius: 0 8px 8px 0;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index9-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index10 {
        height:702px;
        background: url("../images/CAR1_de_Master_Thema_06_Frostschutz_01.jpg") no-repeat;
        background-size: 100%;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_10_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index10-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index11 {
        height:702px;
        background: url("../images/CAR1_de_Master_Thema_07_Schneeketten_01.jpg") no-repeat;
        background-size: 100%;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_11_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index11-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index12 {
        height:702px;
        background: url("../images/CAR1_de_Master_Thema_08_Werkzeug_02.jpg") no-repeat;
        background-size: 100%;
        display:flex;
        align-items:center;
        justify-content:left;
    }
    .car1_index_12_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 0 8px 8px 0;
        -moz-border-radius: 0 8px 8px 0;
        -webkit-border-radius: 0 8px 8px 0;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index12-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index13 {
        height:702px;
        background: url("../images/CAR1_de_Master_Thema_09_Reifen_03.jpg") no-repeat;
        background-size: 100%;
        display:flex;
        align-items:center;
        justify-content:left;
    }
    .car1_index_13_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 0 8px 8px 0;
        -moz-border-radius: 0 8px 8px 0;
        -webkit-border-radius: 0 8px 8px 0;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index13-btn {
        text-transform: uppercase;
        width: 75%;
    }
    .car1_index14 {
        height:702px;
        background: url("../images/CAR1_Reifenservice.jpg") no-repeat;
        background-size: 100%;
        display:flex;
        align-items:center;
        justify-content:right;
    }
    .car1_index_14_inner {
        color: #000;
        background-color:rgba(255, 255, 255, 0.65);
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        padding: 25px;
        text-align: left;
        font-size: 18px;
    }
    .index14-btn {
        text-transform: uppercase;
        width: 75%;
    }
}
.index-h1 {
    text-align: left;
    font-size: 50px;
}
.battery-half {
    width: 750px;
    float: left;
}
.battery-h3 {
    color: #000;
}
.battery-font {
    color: #000;
}
.tile-big {
    width:720px!important;
    height:1000px;
    background-color: #fff;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    margin: 15px;
}
.tile-standard {
    width:345px!important;
    height:485px;
    background-color: #fff;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    margin: 15px;
    float: left;
}
.red-line {
    height: 1px;
    border: 2px solid #e30613;
}
.red-line-soft {
    height: 1px;
    border: 1px solid #e30613;
}

/***** catalog list  ******/

.main-category-name {
    font-family: Eurostile Bold;
    color: #707070;
}
.sub-categories {
    margin: 40px auto;
}

.sub-category {
    border: 1px solid #282828;
    height: 120px;
    background-color:#282828;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sub-category-name {
    font-family: Eurostile Bold;
    color: #ffffff;
    font-size: 18px;
    background-color: #282828;
/*  border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);*/
    padding:5px;
    margin: 0px 20px;
}
.catalog-list-accordion {
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.catalog-list-accordion h3, .catalog-list-accordion h3:hover {
    background: #ffffff!important;
    color: #707070!important;
    text-shadow: none;
    font-family: Eurostile Bold;
    font-size:20px!important;
    border: 1px solid #e9e9e9!important;
    text-align: left;
}

.catalog-list-accordion > h3 > span {
  /*  background-image: url("images/ui-icons_ffffff_256x240.png")!important;*/
    -ms-transform: scale(1.0)!important; /* IE 9 */
    -webkit-transform: scale(1.0)!important; /* Chrome, Safari, Opera */
    transform: scale(1.0)!important;
}

.catalog-list-accordion div {
    border:0px;
}
.catalog-list-accordion .ul-filter-checkboxes {
    padding: 10px 0px 0px 20px!important;
}
.filter-color-container {
    height:80px !important;
}

.dropdown-arrow {
    background-image: url("../images/dropdownpfeil.svg")!important;
    height: 22px;
    width: 23px;
}
.dropdown-arrow-active {
    background-image: url("../images/dropdownpfeil.svg")!important;
    height: 22px;
    width: 23px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    right: 0.5em !important;
}
.filter-color-parentbox{
    background-color:#eeeeee;
    /* width:57px; */
    height:50px;
    float:left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align:center;
}

.filter-color-parentbox:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.filter-color-parentbox-inner {
    display: flex;
    justify-content: center;
    align-self: center;
    height:30px;
}
.filter-color-parentbox img {
    width:30px;
    height:30px;
}
.filter-color input[type=checkbox], .filter-color-sm input[type=checkbox] {
    display:none;
}

.filter-color input[type=checkbox] + label, .filter-color-sm input[type=checkbox] + label
{
    background: #999;
    height: 30px;
    width: 30px;
    display:inline-block;
    padding: 0 0 0 0px;
}

.filter-color input[type=checkbox]:checked + label, .filter-color-sm input[type=checkbox]:checked + label
{
    height: 34px;
    width: 34px;
    border: 2px solid #707070;
    display:inline-block;
    padding: 0 0 0 0px;
    position: relative;
    bottom: 2px;
}

.filter-color label, .filter-color-sm label {
    display: inline-block;
}
.filter-color label img, .filter-color-sm label img {
    pointer-events: none;
}
.filter-color-sm,
.filter-size,
.filter-trimming,
.catalog-list-sorter {
    width: 280px;
    margin: 0px 10px;
    float: left;
}

.filter-horse input[type=checkbox],
.filter-gender input[type=checkbox],
.filter-trimming input[type=checkbox],
.filter-system input[type=checkbox],
.filter-size input[type=checkbox],
#filter_size input[type=checkbox]
{
    display:none;
}

.filter-horse input[type=checkbox] + label,
.filter-gender input[type=checkbox] + label,
.filter-trimming input[type=checkbox] + label,
.filter-system input[type=checkbox] + label,
.filter-size input[type=checkbox] + label,
#filter_size input[type=checkbox] + label
{
    background: #ffffff;
    border: 2px solid #707070;
    height: 14px;
    width: 14px;
    display:inline-block;
    padding: 0 0 0 0px;
    position: relative;
    left:12px;
    top:6px;
    cursor: pointer;

}
.filter-horse input[type=checkbox]:checked + label,
.filter-gender input[type=checkbox]:checked + label,
.filter-trimming input[type=checkbox]:checked + label,
.filter-system input[type=checkbox]:checked + label,
.filter-size input[type=checkbox]:checked + label,
#filter_size input[type=checkbox]:checked + label
{
    background: #707070;
    border: 2px solid #707070;
    height: 14px;
    width: 14px;
    display:inline-block;
    padding: 0 0 0 0px;
    position: relative;
    left:12px;
    top:6px;
    cursor: pointer;
}

.filter-trimming input[type=checkbox] + label,
.filter-system input[type=checkbox] + label,
.filter-size input[type=checkbox] + label,
#filter_size input[type=checkbox] + label
{
    background: #ffffff;
    border: 2px solid #707070;
    height: 14px;
    width: 14px;
    display:inline-block;
    padding: 0 0 0 0px;
    position: relative;
    left:12px;
    top:6px;
    cursor: pointer;
}

.filter-trimming input[type=checkbox]:checked + label,
.filter-system input[type=checkbox]:checked + label,
.filter-size input[type=checkbox]:checked + label,
#filter_size input[type=checkbox]:checked + label
{
    background: #707070;
    border: 2px solid #707070;
    height: 14px;
    width: 14px;
    display:inline-block;
    padding: 0 0 0 0px;
    position: relative;
    left:12px;
    top:6px;
    cursor: pointer;
}
.filter-item-container {
    background-color: #eeeeee;
    border: 2px solid white;
    height: 30px;
    text-align: left;
}
.filter-item-container-inner-size {
    position: relative;
    left: 32px;
    top: -18px;
    font-size: 14px;
    font-family: Eurostile Bold;
    color: #707070;

}
.filter-trimming-item-container {
    background-color: #eeeeee;
    height: 30px;
    text-align: left;
    overflow: hidden!important;
}
.filter-trimming-item-container-inner {
    position: relative;
    top:-20px;
    left: 32px;
    font-size:14px;
    color:#707070;
    font-family: Eurostile Bold;
}
.filter-container-header {
    height:40px;
    line-height: 15px;
    clear:both;
}

/**********/
.catalog-list-sorter-content {
    text-align: left;
}
.catalog-list-sorter-content input[type=radio] {
    display:none;
}
.catalog-list-sorter-content input[type=radio] + label
{
    background: #ffffff;
    border: 2px solid #707070;
    height: 14px;
    width: 14px;
    display:inline-block;
    padding: 0 0 0 0px;
    position: relative;
    left:12px;
    top:4px;

}
.catalog-list-sorter-content input[type=radio]:checked + label
{
    background: #707070;
    border: 2px solid #707070;
    height: 14px;
    width: 14px;
    display:inline-block;
    padding: 0 0 0 0px;
    position: relative;
    left:12px;
    top:4px;
}

.catalog-list-sorter-item {
    background-color:#eeeeee;
    height:30px;
    overflow: hidden!important;
}
.catalog-list-sorter-item-inner {
    position: relative;
    left:32px;
    top:-20px;
    font-size:14px;
    color:#707070;
    font-family: Eurostile Bold;
}

.filter-size-container {
    overflow: hidden!important;
    text-align: left;
}
.filter-size-item-container {
    background-color:#eeeeee;
    height:30px;
}
.filter-size-item-container-inner {
    position: relative;
    left:32px;
    top:-20px;
    font-size:14px;
    color:#707070;
    font-family: Eurostile Bold;
}
.filter-system-item-container {
    background-color:#eeeeee;
    height:30px;
}
.filter-system-item-container-inner {
    position: relative;
    left:32px;
    top:-20px;
    font-size:14px;
    color:#707070;
    font-family: Eurostile Bold;
}
.reset-filter-container-header {
    height: 40px;
    line-height: 35px;
}
#reset-filters-container {
    width:280px;
    margin: 10px 10px;
    font-size:20px;
    color:#707070;
    font-family: Eurostile Bold;
    background-color: #ffffff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
.topseller-header {
    text-align: center;
    font-family: Eurostile Bold;
    font-size:20px;
    color:#707070;
}
.catalog-list-container {
    margin: 20px auto;
    text-align: center;
}

/**********/

@media (min-width:0px) and (max-width:767px) {
    .main-category-name {
        font-size: 20px;
    }
    .sub-categories {
        width: 300px;
    }
    .sub-category {
        width: 280px;
        margin: 10px 10px;
    }
    .catalog-list-article {
        width: 300px;
        margin: 10px auto;
    }
    .catalog-list-header-responsive-height {
        height: 150px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .main-category-name {
        font-size: 42px;
    }
    .sub-categories {
        width: 600px;
    }
    .sub-category {
        width: 280px;
        margin: 10px 10px;
    }
    .catalog-list-article {
        width: 600px;
        margin: 10px auto;
    }
    .catalog-list-header-responsive-height {
        height: 250px;
    }
}
@media (min-width:992px) {
    .main-category-name {
        font-size: 42px;
    }
    .sub-categories {
        width: 1200px;
    }
    .sub-category {
        width: 280px;
        margin: 10px 10px;
    }
    .catalog-list-article {
        width: 1200px;
        margin: 10px auto;
    }
    .catalog-list-header-responsive-height {
        height: 702px;
    }
}

.catalog-list-header-shortdescription {
    color: #000000;
    background-color:rgba(255, 255, 255, 0.65);
    border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    padding: 25px;
    text-align: center;
    font-size: 12px;
}

.catalog-list-header-shortdescription-left {
    color: #000000;
    background-color:rgba(255, 255, 255, 0.65);
    border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    padding: 25px;
    text-align: center;
    font-size: 12px;
    justify-content:left;
}

.catalog-list-header-shortdescription-right {
    color: #000000;
    background-color:rgba(255, 255, 255, 0.65);
    border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    padding: 25px;
    text-align: center;
    font-size: 12px;
    margin-left: auto;
}



.catalog-list-header-shortdescription-mobile {
    color: #ffffff;
    padding: 25px;
    text-align: center;
    font-size: 12px;
}
/***** manufacturers ********/

.manufacturers-brand {
    float:left;
    width:280px!important;
    height:400px;
    margin: 10px;
    position:relative;
    background-color:#ffffff;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border: 1px solid #dcd9d9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.manufacturers-brand-image img {
    max-width: 100%;
    max-height: 100%;
}
.manufacturers-brand-name {
    text-align: center;
    font-family: Eurostile Bold;
    font-size:20px;
    color:#707070;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
}
.manufacturers-header {
    font-family: Eurostile Bold;
    color: #707070;
    font-size:41px;
}

@media (min-width:0px) and (max-width:767px) {
    .manufacturers-container {
        width: 300px;
        margin: 10px auto;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .manufacturers-container {
        width: 600px;
        margin: 10px auto;
    }
}
@media (min-width:992px) {
    .manufacturers-container {
        width: 1200px;
        margin: 10px auto;
    }
}
/********** catalog detail ****************/

.catalog-detail-breadcrumb {
    margin: 40px 0 20px 0;
    text-align: left;
    cursor: pointer;
    font-family: Eurostile Bold;
    color: #707070;
}
.easyzoom-thumbnails li{
    list-style-type: none;
    float:left;
    width:90px;
    height: 90px;
    margin: 15px 15px 15px 0px;
    background-color: #ffffff;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-article-image {
    width: 100%;
    background-color: #ffffff;
}
.manufacturer-logo img {
    max-width: 100%;
    max-height: 100%;
}
.detail-article-name {
    font-family: Eurostile Bold;
    font-size: 32px;
    text-align: left;
    color: #fff;
}
.detail-article-number {
    font-family: Eurostile Bold;
    font-size: 16px;
    text-align: left;
    color: #fff;
}
.detail-article-price {
    font-family: Eurostile Bold;
    font-size: 16px;
    color: #E30613;
    text-align: left;
}
.detail-article-single-price {
    font-family: Eurostile Bold;
    font-size: 16px;
    color: #E30613;
    text-align: left;
}
.detail-article-price-info {
    font-family: Eurostile Bold;
    font-size: 16px;
    color: #000;
    text-align: left;
}
.detail-delivery-info-green {
    float:left;
    font-family: Eurostile Bold;
    font-size: 16px;
    color: #0e7d06;
}
.detail-delivery-info-yellow {
    float:left;
    font-family: Eurostile Bold;
    font-size: 16px;
    color: #ecae03;
    line-height:32px;
}
.detail-delivery-info-red {
    float:left;
    font-family: Eurostile Bold;
    font-size: 16px;
    color: #E30613;
}
.order-quantity {
    margin-top: 20px;
}
.order-button {
    background-color: #E30613;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    padding: 5px;
    margin-top:20px;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.order-button-label {
    color: #ffffff;
    text-transform: uppercase;
    font-family: Eurostile Bold;
    font-size: 20px;
}
.detail-short-description-header {
    font-family: Eurostile Bold;
    font-size: 20px;
    text-align: left;
    color:#fff;
}
.detail-short-description {
    font-family: Eurostile Bold;
    font-size: 14px;
    text-align: left;
}
.detail-long-description-header {
    font-family: Eurostile Bold;
    font-size: 20px;
    text-align: left;
    color:#fff;
}
.detail-long-description {
    font-family: Eurostile Bold;
    font-size: 14px;
    text-align: left;
}
.detail-long-description a {
    color: #E30613;
}
.additional-field {
    font-family: Eurostile Bold;
    font-size: 14px;
    text-align: left;
}
.detail-slider-header {
    font-family: Eurostile Bold;
    font-size: 30px;
    color:#fff;
}
.detail-suitable-articles {
    margin-top: 20px;
}
.detail-suitable-articles .slider-article-upper img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/**** catalog detail - variant selection ******/
.color-choice {
    cursor: pointer;
}
.color-choice input[type=radio], .size-choice input[type=radio]  {
    display: none;
}

.color-choice input[type=radio] + label {
    border: 2px solid white;
    display: inline-block;
}

.color-choice input[type=radio]:checked + label {
    display: inline-block;
    border: 2px solid #707070;
}

.color-choice input[type=radio] + label:hover {
    cursor: pointer;
}

.color-choice input[type=radio] + label img, .color-choice input[type=radio]:checked + label img{
    width:46px;
    height:46px;
}
.color-choice label {
    display: inline-block;
}
.color-choice label img{
    pointer-events: none;
}

.size-choice input[type=radio] + label {
    background-color: #dcd9d9;
    display: inline-block;
}

.size-choice input[type=radio]:checked + label {
    display: inline-block;
    color: white;
    background-color: #707070!important;
}
.size-choice input[type=radio] + label:hover {
    cursor: pointer;
}

.variant_selection {
    color:#666666;
}
.article-detail-size-value {
    width: 35px;
    height:46px;
    font-size: 16px;
    font-weight: bold;
    font-family: Eurostile Bold;
    border: 3px solid white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-shadow: none;
    padding:3px;
}
.article-detail-variant-greyout {
    background-color: black;
    opacity: 0.25;
}


/************************************/

@media (min-width:0px) and (max-width:767px) {
    .catalog-detail-breadcrumb {
        font-size:14px;
    }
    .catalog-detail-container {
        width:100%;
        margin: 0 auto -20px auto;
        padding: 0 23px;
    }
    .catalog-detail-product-information {
        padding: 25px 0;
        width: 100%;
        display: inline-block;
    }
    .catalog-detail-right-top {
    }
}
@media (min-width:768px) and (max-width:991px) {
    .catalog-detail-breadcrumb {
        font-size:20px;
    }
    .catalog-detail-container {
        width:600px;
        margin: 0 auto -20px auto;
    }
    .catalog-detail-product-information {
        padding: 25px 0;
        width: 100%;
        display: inline-block;
    }
    .catalog-detail-right-top {
    }
}
@media (min-width:992px) {
    .catalog-detail-breadcrumb {
        font-size:20px;
    }
    .catalog-detail-container {
        width:1200px;
        margin: 0px auto -20px auto;
    }
    .catalog-detail-product-information {
        padding: 25px 0;
        width: 100%;
        display: inline-block;
    }
    .catalog-detail-right-top {
        height: 400px;
    }
}
.catalog-detail-container-wrapper {
    width:100%;
/*    background: url("../images/car1_background_black.png") no-repeat;
    background-size: 100%;*/
    background-color: #000000;
}
.catalog-detail-right-top {



}
.catalog-detail-downloads a{
    float:left;
    font-family: Eurostile Bold;
    font-size: 14px;
    color: #E30613;
}

/************************************/

/****** bookmarks ******/

.not-bookmarked {
    background: url("../images/Herz.svg") no-repeat;
    height: 25px;
    width:30px;
    cursor: pointer;
}
.bookmarked {
    background: url("../images/Herz-ausgewaehlt.svg") no-repeat;
    height: 25px;
    width:30px;
    cursor: pointer;
}
.bookmark-sign-container {
    position: absolute;
    top: 10px;
    right: 10px;
}
/************************************/
.standard-content {
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    background-color: rgba(209,209,209,0.75);
    color: #000;
}

@media (min-width:0px) and (max-width:767px) {
    .standard-content-margin {
        margin:50px 15px 0px 15px;
    }
    .standard-headline {
        padding-top: 50px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .standard-content-margin {
        margin:50px 25px 0px 25px;
    }
    .standard-headline {
        text-align: left;
        margin: 0px 0px 0px 25px;
        padding-top: 50px;
    }
}
@media (min-width:992px) {
    .standard-content-margin {
        margin:50px 125px 0px 125px;
    }
    .standard-headline {
        text-align: left;
        margin: 0px 0px 0px 125px;
        padding-top: 50px;
    }
}
.red-border {
    border: 1px solid #e30613!important;
}

/**************/
@media (min-width:0px) and (max-width:479px) {
    .no-padding-mobile {
        padding: 0px!important;
    }
    .padding-top-mobile {
        padding-top: 15px;
    }
    .red-border-mobile {
        border: 1px solid #e30613!important;
    }
}
@media (min-width:480px) and (max-width:991px) {
    .no-padding-tablet {
        padding: 0px!important;
    }
    .red-border-mobile {
        border: 1px solid #e30613!important;
    }
}
/**************/
@media (min-width:0px) and (max-width:768px) {
    .padding-top-mobile {
        padding-top: 20px;
    }
}

.standard-content-white {
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    background-color: #ffffff;
    color: #000;
}
.standard-content-white a,
.standard-content-white a:hover,
.standard-content-white a:focus,
.standard-content-white a:active {
    color: #000;
    text-decoration: none;
}
.article-view-modification {
    position: relative;
    top:90px;
}
.slider-article-upper {
    height:267px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.slider-article-lower {
    padding-top: 10px;
    height:133px;
    width: 280px;
    background-color: #282828;
}

.product-catalog-banner {
    background: url("../images/car1_katalog_quer.png") no-repeat;
    background-size: contain;
    height: 75px;
    width: 206px;
    position: relative;
    top: 8px;
}
.product-catalog-banner div {
    font-size: 22px;
    text-transform: uppercase;
    width: 100px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}
.leasing-catalog-banner {
    background: url("../images/leasing-katalog-2023.png") no-repeat;
    height: 90px;
    background-size: contain;
    width: 206px;
}
.banner-anchor, .banner-anchor:active, .banner-anchor:focus {
    outline: none;
}
.product-catalog-banner-mobile {
    background: url("../images/car1_katalog_hochkant.png") no-repeat;
    background-size: contain;
    height: 70px;
}
.product-catalog-banner-mobile div {
    width: 68px;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    top: 6px;
    line-height: 1.3;
    font-family: Eurostile Bold;
}
.leasing-catalog-banner-mobile {
    background: url("../images/leasing-katalog-2023_mobile.png") no-repeat;
    background-size: contain;
    height: 70px;
}
.footer-thumbnail-product-catalog {
    background: url("https://www.coparts.de/fileadmin/user_upload/Blaetterkataloge/CAR1-Produktkatalog-2026/files/assets/cover300.jpg") no-repeat;
    background-size: contain;
    height: 100px;
    width: 70px;
    display: inline-block;
    float:left;
}
.footer-thumbnail-leasing-catalog {
    background: url("../images/car1-katalog-2022-thumbnail.jpg") no-repeat;
    background-size: contain;
    height: 100px;
    width: 70px;
    display: inline-block;
    float:left;
}
.article-wrapper {
    position: relative;
}
.is-new-label-catalog-list {
    position: absolute;
    left: 15px;
}

.slider-article-div {
    float:left;
    width:280px!important;
    height:400px;
    margin-right:10px;
    margin-left:10px;
    position:relative;
    background-color:#ffffff;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border: 0 solid #dcd9d9;
    display: flex;
    /*    align-items: center; */
    justify-content: center;
}
.slider-article-container {
}
.splide__arrow svg {
    display: none;
}
.splide__arrow--prev {
    background: url(../images/navi-arrow-left.png) center no-repeat;
    background-size: 80%;
    width: 138px;
    height: 138px;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    left: 40px;
}
.splide__arrow--next {
    background: url(../images/navi-arrow-right.png) center no-repeat;
    background-size: 80%;
    width: 138px;
    height: 138px;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    right: 40px;
}
#splide-mobile .splide__arrow--prev {
    left: 0;
}
#splide-mobile .splide__arrow--next {
    right: 0;
}
.fill-div-big {
    width:100%;
    height: 500px;
}
.splide-tab {
    margin: 0 auto;
}


.catalog-detail-right-top-header {

}
.catalog-detail-tile {
    color: #8b8b8b;
    background-color: #282828;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    padding: 16px;
    margin-top: 15px;
}
.parent-flexbox-container {
    display: flex;
    flex-direction: column;
}
.remaining-container::-webkit-scrollbar {
    display: none;
}
.remaining-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.remaining-container {
    flex-grow: 1;
    overflow-y: auto;
}
.variant-selector label {
    color: #fff;
}
.variant-selector select {
    color: #000;
}

.video-button {
    background: url("../images/video-link.png") no-repeat;
    width: 48px;
    height: 48px;
}
@media (min-width:0px) and (max-width:767px) {
    .video-container {
        width: 100%;
        position: relative;
    }
    .video-js {
        width: 100% !important;
        height: 100% !important;
    }
    .article-name-container {
        width: 300px;
        margin: 0 auto;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .video-container {
        width: 100%;
        position: relative;
    }
    .video-js {
        width: 100% !important;
        height: 100% !important;
    }
    .article-name-container {
        width: 400px;
        margin: 0 auto;
    }
}
@media (min-width:992px) {
    .video-container {
        width: 50%;
        position: relative;
        margin: 0 auto;
    }
    .video-js {
        width: 100% !important;
        height: 100% !important;
    }
}
.download-tab {
    display: inline-flex;
    width: 100%;
}
.sub-category-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.magnifier {
    position:absolute;
    right: 10px;
    top: 10px;
    background: url("../images/magnifier.png");
    width: 22px;
    height: 22px;
}
.easyzoom-thumbnails li.desktop {
    list-style-type: none;
    float: none!important;
    width:137px;
    height: 113px;
    margin: 0 4px 3px 0;
    background-color: #ffffff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.extra-images-container {
    height:400px;
    float:left;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.left-darkening {
    position: absolute;
    left: 0;
    top: 0;
    background-color: grey;
    height: 400px;
    width: 140px;
    opacity: 0.7;
}
.right-darkening {
    position: absolute;
    right: 0;
    top: 0;
    background-color: grey;
    height: 400px;
    width: 140px;
    opacity: 0.7;
}
.additional-metadata-table {
    width: 100%;
}
.additional-metadata-table-row {
    border-bottom: 1px solid #8b8b8b;
}
.tab-container {
    min-height: 580px;
}
.detail-article-name-mobile {
    font-family: Eurostile Bold;
    font-size: 20px;
    text-align: left;
    color: #fff;
}
.article-image-mobile {
    height: 300px;
}
.usermanual-link-container {
    display: inline-block;
}
.usermanual-link {
    display: block;
    text-align: left;
}
.tab-container-padding {
    padding: 25px 0;
}
.download-div {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.75);
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    scale: 0.75;
}
.download-upper {
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
}
