body{
    background-color: #ccc;
}

#webisco-content a:not(.primary__btn) {
    color: #ED1D24;
}

.contant-wrapper{
    background-color: #fff;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
}

.header-search-form{
    position: relative;
    width: 250px;
}

.header-search-form label#webisco-search-label{
    display: none;
}

.header-search-form #webisco-search-inputfield{
    width: 100%;
    border: 2px solid var(--border-color) ;
    border-radius: 6px;;
    padding: 15px 200px 15px 22px;
}

.header-search-form #webisco-search-option{
    position: absolute;
    top: 50%;
    right: 150px;
    transform: translateY(-50%);
}

.header-search-form #webisco-search-option +label{
    position: absolute;
    top: 50%;
    right: 58px;
    transform: translateY(-50%);
}

.header-search-form  #webisco-search-submit{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    border:none;
    width: 30px;
    height: 30px;
    background-color: #fff;
    font-size: 0;
    background-image: url(./img/icon/search.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.header__account-wrap{
    background-color: #ED1D24;
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

.offcanvas__header--menu__open {
    position: absolute;
    top: 25px;
    left: 0;
}

.header__account-wrap .car-logo{
    margin-right: 10px;
}

.header__account-wrap .header__account--wrapper{
    background-color: #fff;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ED1D24;
    font-size: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: calc(100% - 138px);
}

.header__account-wrap .header__account--wrapper a{
    color: #ED1D24;
    margin-left: 10px;
}

.header__account-wrap .webisco-cart{
    display: flex;
}

.header__account-wrap #webisco-cartinfo{
    display: flex;
}

.header__account-wrap  .webisco-cartinfo-content{
    display: flex;
}

.header__account-wrap .cart-quantity{
    white-space: nowrap;
    padding-right: 10px;
}

.header__account-wrap .cart-sum{
    white-space: nowrap;
}

#car-menu-button{
    width: 138px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#car-menu-button{
    color: #fff;
}

#car-menu-button:hover{
    color: #000;
}

input[type=radio], input[type=checkbox] {
    position: relative;
    background-color: #fff !important;
    width: 20px !important;
    flex-basis: 20px !important;
    flex-shrink: 0 !important;
    height: 20px !important;
    min-height: 20px !important;
    padding: 0;
    margin: 0 15px -4px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    line-height: inherit;
    border: 2px solid rgb(16, 17, 16);
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=radio]:after, input[type=checkbox]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    border: 4px solid #fff;
    border-radius: 50%;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=radio]:checked, input[type=checkbox]:checked {
    background-color: rgb(16, 17, 16) !important;
}

#search-car-form{
    background-color: #fff;
    padding: 20px 0;
    transform: translateY(-150%);
    display: none;
}

#search-car-form.active{
    transform: translateY(0);
    display: block;
}

#webisco-car-selection{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#webisco-car-selection-last-cars{
    order: 5;
    width: 100%;
}

.hsn-group, .tsn-group{
    width: 50%;
}

.custom-vehicle-fields{
    display: flex;
    flex-wrap: wrap;
}

#webisco-car-selection-numbers input[type=text]{
	width: 100%;
	height: 50px;
	padding: 5px 15px;
	border-radius: 8px;
	border: 1px solid var(--border-color);
}

#webisco-car-selection-numbers input[type=submit]{
	background: var(--secondary-color);
    padding-left: 45px;
    padding-right: 45px;
    text-transform: uppercase;
}

#webisco-car-selection-numbers input[type=submit]:hover{
    background: var(--primary-color);
}

#webisco-motor-selection input[type=text]{
    width: 100%;
	height: 50px;
	padding: 5px 15px;
	border-radius: 8px;
	border: 1px solid var(--border-color);
}

#webisco-motor-selection input[type=submit]{
	background: var(--secondary-color);
    padding-left: 45px;
    padding-right: 45px;
    text-transform: uppercase;
}

#webisco-motor-selection input[type=submit]:hover{
    background: var(--primary-color);
}


#login-form .form-group{
    padding: .5rem .5rem;
}

#login-form input[type=text], #login-form input[type=password]{
    width: 100%;
	height: 50px;
	padding: 5px 15px;
	border-radius: 8px;
	border: 1px solid var(--border-color);
}

#login-form{
    background-color: #fff;
    padding: 20px 0;
    transform: translateY(-150%);
    display: none;
}

#login-form.active{
    transform: translateY(0);
    display: block;
}
.main__header--inner{
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.main__logo--img {
	max-width: 215px;
}

.webisco-navigation-wrap{
    border: 1px solid #ED1D24;
    border-radius: 6px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px;
}
.webisco-navigation.home-page #webisco-navigation{
    max-height: 436px;
    overflow-y: auto;
}

#webisco-navigation ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#webisco-navigation ul li{
    border-bottom: 1px solid var(--border-color);
    padding-top: 10px;
    padding-bottom: 10px;
}

#webisco-navigation .webisco-navigation-title{
    border-bottom: 1px solid var(--border-color);
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    color: #ED1D24;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}

#webisco-navigation .webisco-navigation-title a{
    color: #ED1D24;
}

#webisco-navigation ul li:last-child{
    border-bottom: none;
}

#webisco-navigation .webisco-navigation-level-0{
    padding-bottom: 0;
    padding-top: 0;
}

#webisco-navigation li.webisco-navigation-level-1{
    padding-left: 15px;
    padding-right: 15px;
}

#webisco-navigation  li.webisco-navigation-level-2{
    display: none;
}

.home1-slider1-bg{
    background-image: url(./img/hero-slider-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 90px;
    padding-bottom: 90px;
}

.slider__maintitle{
    text-decoration: none;
    text-transform: uppercase;
    color: #ED1D24;
}

.slider__maintitle span{
    font-size: 0.75em;
}

.slider__subtitle--text{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.slider__subtitle--text span{
    text-decoration: underline;
}

.swiper-slide-active .slider__subtitle--text {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.header__section{
    margin-bottom: 5px;
}

.header__menu {
	padding-left: 55px;
}

.category-link{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #fef2f2;
    color: #ED1D24;
    flex-direction: column;
    padding: 15px 15px 10px;
    font-size: 20px;
    border-radius: 5px;
}

.category-link:hover{
    color: #000;
}

.category-link .category-icon{
    margin-bottom: 15px;
}

.category-link .category-icon img{
    height: 64px;
    width: auto;
}

.category-link .category-name{
    font-weight: 500;
}

.webisco-article-table.table .header{
    display: none;
}

#webisco-subsections{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    margin-bottom: 45px;
}

#webisco-subsections h2{
    width: 100%;
}

.webisco-article-sort{
    margin-bottom: 45px;
    display: flex;
    justify-content: flex-end;
}

.webisco-article-table.table .webisco-article-table-row{
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

.webisco-article-table.table .webisco-article-table-row .cell.image {
	padding: 2rem;
	position: relative;
	overflow: hidden;
}

.webisco-article-table.table .webisco-article-table-row .cell.image a{
    display: block;
    position: relative;
    aspect-ratio: 210/170;
    width: 100%;
}

.webisco-article-table.table .webisco-article-table-row .cell.image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.webisco-article-table.table .webisco-article-table-row  .cell.availability{
    display: none;
}

.webisco-article-table.table .webisco-article-table-row  .cell.articlenumber a{
    color: #ED1D24;
    padding-left: 0;
    padding-right: 0;
}

.webisco-article-table.table .webisco-article-table-row .cell.description{
	font-weight: var(--headings-weight);
	margin-bottom: 0.8rem;
    font-size: 1.5rem;
    line-height: 2.4rem;
}

.webisco-article-table.table .webisco-article-table-row .cell.description a{
    padding-left: 0;
    padding-right: 0;
}

.webisco-article-table.table .webisco-article-table-row .cell.price{
    display: flex;
    align-items: center;
}

.webisco-article-table .webisco-article-table-row .cell.price .webisco-article-table-listprice-value {
	display: none;
}

.webisco-article-table .webisco-article-table-row .cell.price .webisco-article-table-price-value{
	color: var(--secondary-color);
	font-weight: 600;
	line-height: 1.8rem;
    padding-left: 0;
}

.webisco-article-table .webisco-article-table-row .cell.price .webisco-article-shipping-costs{
	color: var(--foreground-sub-color);
	margin-left: 0.8rem;
	line-height: 1.8rem;
    font-size: 12px;
}

.webisco-article-table .webisco-article-table-row .webisco-article-continue{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
}

.webisco-article-table .webisco-article-table-row .cell.cart a{
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 3.8rem;
	height: 3.8rem;
	padding: 0 2rem;
	letter-spacing: 0.2px;
	border-radius: 2.4rem;
	background: var(--secondary-color);
	color: var(--text-white-color)!important;
	border: 0;
    display: block;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
}

.webisco-article-table .webisco-article-table-row .cell.cart a:hover{
    background-color: #000;
}

.webisco-article-table .webisco-article-table-row .cell.cart .webisco-article-put-cart-image a{
    background-color: #fff;
    width: 28px;
    height: 15px;
    padding: 0;
    margin: 0;
}

.webisco-article-table .webisco-article-table-row .cell.cart .webisco-article-put-cart-image{
    margin-top: -27px;
}

#webisco-content .webisco-article{
    display: flex;
    flex-wrap: wrap;
}
#webisco-content .webisco-article .webisco-article-images{
    width: 100%;
}

#webisco-content .webisco-article .webisco-article-data{
    width: 100%;
}

#webisco-content .webisco-article .webisco-article-description{
    width: 100%;
    margin-top: 45px;
}


#webisco-content .webisco-header{
    margin-bottom: 45px;
}

#webisco-content .webisco-article .webisco-article-data .row .cell > div{
    padding-left: 0;
    padding-right: 0;
}

#webisco-content .webisco-article .webisco-article-data .row:nth-child(1) .cell{
    width: 50%;
}
#webisco-content .webisco-article .webisco-article-data .row:nth-child(2) .cell{
    width: 50%;
}


#webisco-content .webisco-article .webisco-article-data .webisco-article-price-value{
    color: #ED1D24;
    font-weight: var(--headings-weight);
}
/*
#webisco-content .webisco-article .webisco-article-data .row:nth-child(5){
    display: none;
}
#webisco-content .webisco-article .webisco-article-data .row:nth-child(6){
    display: none;
}
#webisco-content .webisco-article .webisco-article-data .row:nth-child(7){
    display: none;
}*/

#webisco-content .webisco-article .webisco-article-data .webisco-article-put-cart-image{
    display: none;
}

#webisco-content .webisco-article .webisco-article-data .webisco-article-put-cart-text a{
    display: block;
    text-align: center;
}

.webisco-cart-actions{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 45px;
}

#webisco-cart .header{
    display: flex;
}

#webisco-cart .header > div{
    width: 12.5%;
}

.row.webisco-cart-row-odd > .cell{
    width: 12.5%;
}

.row.webisco-cart-row-even > .cell{
    width: 12.5%;
}

.webisco-teaser-text{
    font-weight: var(--headings-weight);
  line-height: 1.8rem;
  padding-left: 0;
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  line-height: 3rem;
}

#webisco-content .webisco-subsection a{
    font-weight: 600;
	font-size: 1.3rem;
	line-height: 3.8rem;
	padding: 0 2rem;
	letter-spacing: 0.2px;
	border-radius: 2.4rem;
	background: #000;
	color: #fff;
	border: 0;
    display: block;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    position: relative;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#webisco-content .webisco-subsection a::after{
    content: url(./img/icon/caret-right-solid-full.svg);
    position: absolute;
    width: 20px;
    height: auto;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#webisco-content .webisco-subsection a:hover{
    background: #ED1D24;
}

#webisco-car-selection-links{
    width: 100%;
    max-height: 450px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    padding: 15px;
    border-radius: 5px;
    background-color: #e5e5e5;
}

#webisco-car-selection-links a{
    color: #404040!important;
}

#webisco-car-selection-links a:hover{
    color: #ED1D24!important;
}

.webisco-article-details-preview{
    display: none;
}

.webisco-article-details-table{
    margin-bottom: 45px;
}

.webisco-article-details-table tr:nth-child(even){
    background-color: #e5e5e5;
}

.webisco-article-details-table tr td{
    padding-top: 3px;
    padding-bottom: 3px;
}

.webisco-article-cars{
    max-height: 450px;
    overflow-y: auto;
    padding: 15px;
    background-color: #e5e5e5;
    border-radius: 5px;
}

.zum-shop{
    background-image: url(./img/zum-shop-img.png);
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    padding: 70px 70px;
    height: 100%;
}

.webisco-article-table.table{
    margin-bottom: 45px;
}

.webisco-article-table.table .row{
    margin-left: 0;
    margin-right: 0;
}

.zum-shop-title{
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-shadow: 11px -19.053px 49px rgba(0, 0, 0, 0.004);
    margin-bottom: 8px;
}

.zum-shop-title span{
    color: #ED1D24;
    text-transform: uppercase;
}

.zum-shop-link a{
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
}

.zum-shop-label{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #ED1D24;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.zum-shop-2{
    background-image: url(./img/zum-shop-img-2.png);
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    padding: 70px 70px;
    height: 100%;
}

.home-banner{
    background-image: url(./img/banner-bg.png);
    background-position: center;
    background-size: cover;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.home-banner div{
    padding: 15px;
    background-color: #404040;
    width: 100%;
}

.home-banner div span{
    font-weight: 500;
}

footer{
    background-color: #404040;
    color: #fff;
    margin-top: 60px;
    padding: 70px 0 40px;
}

.footer-kontakt-text{
    color: #bebebe;
    font-size: 16px;
    font-weight: 600;
}

.color-white{
    color: #fff;
}

.footer-kontakt-text a{
    color: #ED1D24;
    text-decoration: underline;
}

.footer-kontakt-text a:hover{
    color: #fff;
}

.font-weight-black{
    font-weight: 800;
}

.footer-kontakt-data{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.footer-kontakt-data a{
    text-decoration: none;
    color: #fff;
}

.footer-kontakt-data a:hover{
    color: #ED1D24;
}

.footer-menu{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bebebe;
}

.footer-menu li:last-child{
    border-bottom: none;
}

.footer-menu li a{
    color: #bebebe;
    text-decoration: none;
    font-weight: 600;
}

.footer-menu li a:hover{
    color: #fff;
}

.footer-payment{
    color: #bebebe;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-services{
    color: #bebebe;
    font-size: 16px;
    font-weight: 600;
}

.footer-social{
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-data-row{
    border-bottom: 1px solid #bebebe;
}

.footer-copyright{
    color: #bebebe;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
}

#webisco-copyright{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.webisco-main-content{
    min-height: 450px;
}

#webisco-content select {
    word-wrap: normal;
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
	width: 100%;
	border: 1px solid var(--border-color);
	background: var(--body-background-color);
	height: 4rem;
	font-size: 1.4rem;
	padding: 0 3.4rem 0 1.7rem;
	border-radius: 5px;
	cursor: pointer;
    margin-bottom: 10px;
}

#webisco-content input[type=submit]:not([value="Löschen"]) {
    background: var(--secondary-color);
    padding-left: 45px;
    padding-right: 45px;
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    height: 4rem;
    border-radius: 2.4rem;
    border: none;
    margin-top: 15px;
}

.contact__view--select{
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border-radius: 8px;
}

.contact__view--select:focus {
	border-color: var(--secondary-color) !important;
}

.swiper-slide-active .testimonial__items--thumbnail{
    display: flex;
    justify-content: center;
    border:none
}

.swiper-slide-active .testimonial__items--thumbnail img{
    width: 50px;
    height: auto;
    border-radius: 50%;
    border: 1px solid var(--secondary-color);
}

.testimonial__items--thumbnail{
    display: flex;
    justify-content: center;
    border:none
}

.testimonial__items--thumbnail img{
    width: 50px;
    height: auto;
    border-radius: 50%;
    border: 1px solid var(--secondary-color);
}

.brand__section--style3{
    background: #404040;
}

.cta__section{
    background-image: url(./img/bg-new.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.hero__slider--layer.autoteile{
    transform: translateX(30px);
}


#webisco-account-details-edit-table-billing-address .row .cell{
    width: 50%;
}

#webisco-account-details-edit-table-billing-address .row .cell input{
    width: calc(100% - 20px)!important;
    word-wrap: normal;
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    width: 100%;
    border: 1px solid var(--border-color);
    background: var(--body-background-color);
    height: 4rem;
    font-size: 1.4rem;
    padding: 0 3.4rem 0 1.7rem;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

#webisco-account-details-edit-table-billing-address .row .cell select{
    width: calc(100% - 20px)!important;
}

.webisco-shipping-address{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

#webisco-account-details-edit-table-shipping-address .row .cell{
    width: 50%;
}

#webisco-account-details-edit-table-shipping-address .row .cell input{
    width: calc(100% - 20px)!important;
    word-wrap: normal;
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    width: 100%;
    border: 1px solid var(--border-color);
    background: var(--body-background-color);
    height: 4rem;
    font-size: 1.4rem;
    padding: 0 3.4rem 0 1.7rem;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

#webisco-account-details-edit-table-shipping-address .row .cell select{
    width: calc(100% - 20px)!important;
}

.webisco-message{
    text-align: center;
}

#webisco-password-request{
    word-wrap: normal;
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    border: 1px solid var(--border-color);
    background: var(--body-background-color);
    height: 4rem;
    font-size: 1.4rem;
    padding: 0 3.4rem 0 1.7rem;
    border-radius: 5px;
    cursor: pointer;
}

#webisco-permanent-login input:not([type=submit]){
    word-wrap: normal;
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    border: 1px solid var(--border-color);
    background: var(--body-background-color);
    height: 4rem;
    font-size: 1.4rem;
    padding: 0 3.4rem 0 1.7rem;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

#webisco-permanent-login-submit{
    background: var(--secondary-color);
    padding-left: 45px;
    padding-right: 45px;
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    height: 4rem;
    border-radius: 2.4rem;
    border: none;
    margin-top: 15px;
}

#webisco-car-selection-incremental-form > div:nth-child(2) > div:nth-child(1) > div:nth-child(1){
    margin-bottom: 28px;
}

.footer-payment-logo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

#webisco-content .webisco-cart-actions a{
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 3.8rem;
    height: 3.8rem;
    padding: 0 2rem;
    letter-spacing: 0.2px;
    border-radius: 2.4rem;
    background: var(--secondary-color);
    color: var(--text-white-color);
    border: 0;
    display: block;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
}

.webisco-cart-actions a:hover{
    background-color: #000;
}

#webisco-content #webisco-car-selection-incremental{
    display: none;
}

#webisco-content #webisco-car-selection-numbers{
    display: none;
}

#webisco-content #webisco-motor-selection-code-form{
    display: none;
}

.webisco-page-flip-container{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 45px;
}

.webisco-page-flip-container .webisco-page-flip:not(:first-child) a{
    width: 45px;
    height: 45px;
    display: flex;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.webisco-page-flip-container .webisco-page-flip:not(:first-child) a:hover{
    color: #fff!important;
    background-color: #ED1D24;
}

.webisco-page-flip-container .webisco-page-flip.webisco-page-flip-current a{
    color: #fff!important;
    background-color: #ED1D24;
}

.webisco-error{
    color: #ED1D24;
}

#webisco-account-details-edit-table-billing-address .row .cell input[name=plz]{
    width: 75px!important;
}

#webisco-account-details-edit-table-billing-address .row .cell input[name=ort]{
    width: calc(100% - 110px)!important;
    margin-left: 15px;
}

#webisco-account-details-edit-table-shipping-address .row .cell input[name=lieferplz]{
    width: 75px!important;
}

#webisco-account-details-edit-table-shipping-address .row .cell input[name=lieferort]{
    width: calc(100% - 110px)!important;
    margin-left: 15px;
}

#car-menu-button{
    position: relative;
}

#car-menu-button.active::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #ED1D24;
}

#webisco-car-selection-numbers input[type=submit]{
    margin-top: 5px;
}

.dropdown__categories--menu{
    margin-top: 0;
}


#search-car-form{
    background-color: #f0f0f0;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

#search-car-form input{
    background-color: #fff;
}

.webisco-message{
    background-color: #f0f0f0;
    border-radius: 6px;
    margin-bottom: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 45px;
    padding-right: 12px;
    position: relative;
}

.webisco-message::before{
    content: url(./img/icon/message-solid-full.svg);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: auto;
}

@media screen and (max-width: 991px){
    .mobile-v-none{
        display: none;
    }
}

@media screen and (min-width: 480px){
    .header__account-wrap{
        width: 450px;
    }
    .header__account-wrap .header__account--wrapper a {
        width: 240px;
    }
}

@media screen and (min-width: 576px){
    .hero__slider--items {
        height: 350px;
        padding-top: 45px;
    }
    #webisco-content .webisco-article .webisco-article-data .row:nth-child(3) .cell{
        width: 50%;
    }
}

@media screen and (min-width: 768px){
    .webisco-article-table.table{
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px);
    }
    .webisco-article-table.table .webisco-article-table-row{
        width: calc(25% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .main__header--inner{
        padding-left: 42px;
    }
}


@media screen and (min-width: 992px){
    #webisco-car-selection-incremental{
     width: 33.33%;
     padding-right: 15px;
    }
    #webisco-car-selection-numbers{
        width: 33.33%;
        padding-left: 15px;
        padding-right: 15px;
    }
    #webisco-motor-selection{
        width: 33.33%;
        padding-left: 15px;
    }
     .header__minicart--items {
        margin-left: 15px;
    }
    .webisco-article-table.table .webisco-article-table-row .cell.description{
        font-size: 1.6rem;
    }
    #webisco-content .webisco-article .webisco-article-images{
        width: 50%;
    }

    #webisco-content .webisco-article .webisco-article-data{
        width: 50%;
    }

    #webisco-content .webisco-article .webisco-article-description{
        width: 100%;
    }
    .pr-lg-60{
        padding-right: 60px !important;
    }
    .main__header--inner {
        padding-left: 0;
    }
    #login-button{
        width: 70px;
    }
    .header__account-wrap {
        width: 437px;
    }
    .shipping__items {
        width: 33.33%!important;
     }
    .hero__slider--layer{
        position: relative;
        z-index: 0;
        margin-left: -320px;
    }
    .hero__slider--layer.autoteile{
        margin-left: -420px;
    }
    .slider__content{
        padding-right: 160px;
    }
}

@media screen and (min-width: 1200px){
    .header-search-form{
        position: relative;
        width: 425px;
    }
    .webisco-article-table.table .webisco-article-table-row .cell.image {
        padding: 2rem 2.5rem;
    }
    .header__account-wrap {
        width: 470px;
    }
    #webisco-content select {
        font-size: 1.5rem;
        height: 4.2rem;
    }
}

@media screen and (min-width: 1366px){
    #webisco-content select {
        height: 4.4rem;
    }
    .search__filter--select__field {
        height: 50px;
    }
}

@media screen and (min-width: 1600px){
    .hero__slider--items {
        height: 467px;
    }
}

