@font-face {
  font-display: swap; 
  font-family: 'Open';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); 
}

@font-face {
  font-display: swap;
  font-family: 'Open';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Open';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'); 
}

.btn-default.btn_more,.btn.btn-primary.btn-more {
    color: var(--color-default);
    border-color: var(--color-default);
    font-size: 0.87rem;
    padding: 0.89em 1.71em;
    min-width: 16.87rem;
}
.btn-default.btn_more:hover,.btn.btn-primary.btn-more:hover {
    color: #b7b000;
    border-color: #b7b000;
}
iframe {
    max-width: 100%;
}
.text ol, ul {
    padding-left: 30px;
}
.text li {
    margin-bottom: 0.7em;
    list-style-type: circle;
}



.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 10px;
    padding: 1.666rem 0;
    font: 400 1rem/1 var(--fm-1);
    color: #666;
}
.pagination .page-item {
    list-style: none;
    margin: 0 0.611em 0 0;
}
.pagination .page-item a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    background-color: rgba(0,0,0,0);
    border-radius: 50%;
}
.pagination .page-item.active a {
    color: #fff;
    background-color: var(--color-primary-hover);
}
.pagination .page-item.disabled {
    pointer-events: none;
}
.header--bg_alpha{
    background-color: rgba(21, 19, 17, 0.7);
}
.header.fixed{
    background-color: #151311;  
}
.btn__value{
    color: white;
    font-weight: 600;
}
.h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: var(--fm4);
}
.btn--white{
    border: 2px solid white;
}
.btn--white .btn__value{
    color: white;
}
.btn--white:hover .btn__value{
    color: var(--color-primary);
}
.dealership-application__title{
    color: white;
}
.bg-beige  .b-checkbox {
    color: white;
}
.bg-beige  .b-checkbox__custom{
    background-color: white;
}
.btn--rad{
    border-radius: 45px;
}
.firm-info--email a{
    color: white;
}
.text-transform{
    text-transform: uppercase;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.footer__bottom-container{
    justify-content: center;
}
.footer__bottom-container p{
    display: flex;
    align-items: center;
    gap: 20px;
}
/* .anzeige-main{
    margin-bottom: 110px;
} */
.category-cards__heading {
    color: #111;
    display: block;
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 30px;
    letter-spacing: .01em;
    text-transform: none;
}
.category-cards__items-grid {
    gap: 20px;
    display: grid;
    margin-bottom: -20px;
    grid-template-rows: repeat(4, 0fr);
    grid-template-columns: repeat(4, 1fr);
}
.category-card__inner {
    color: #111;
    height: 100%;
    padding: 40px;
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 16.875rem;
    align-items: center;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
}
._image-wrapper {
    color: inherit;
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    border-radius: 5px;
}
.category-card__image-wrapper {
    top: 0;
    left: 0;
    right: -30%;
    bottom: 0;
    z-index: -1;
    position: absolute;
    border-radius: 0;
    margin-bottom: 0px;
}

._image-wrapper>img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translate(-50%, -50%) scale(1.005);
}
.category-card__link {
    color: #fff;
    max-width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.154;
    text-decoration: none;
    text-align: center;
}
.category-card__link:hover{
    text-decoration: none;
}
.category-card__link::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
}
@media (min-width: 992px) {
    .category-cards__items>:nth-child(10n + 1) {
        grid-column: 1 / 3;
    }
    .category-cards__items>:nth-child(10n +2) {
        grid-column: 3 / 3;
    }
    .category-cards__items>:nth-child(10n + 3) {
        grid-column: 4 / 4;
    }
    .category-cards__items>:nth-child(10n + 4) {
        grid-column: 1 / 2;
    }
    .category-cards__items>:nth-child(10n + 5) {
        grid-column: 2 / 3;
    }
    .category-cards__items>:nth-child(10n + 6) {
        grid-column: 3 / 5;
    }
    .category-cards__items>:nth-child(10n + 7) {
        grid-column: 1 / 2;
    }
    .category-cards__items>:nth-child(10n + 8) {
        grid-column: 2 / 3;
    }
    .category-cards__items>:nth-child(10n + 9) {
        grid-column: 3 / 4;
    }
    .category-cards__items>:nth-child(10n + 10) {
        grid-column: 4 / 5;
    }
}
@media (max-width: 991.98px) {
    .category-cards__items-grid {
        grid-template-rows: repeat(6, 0fr);
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 768px) {
.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
}
}
.anzeige-main__title{
    font-size: 50px;
    max-width: 770px;
    line-height: 1.2;
}
.catalog-banner{
    margin-bottom: 0;
}
.main-banner__slider {
  z-index: 1;
  display: flex;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  list-style: none;
  transition: margin .3s;
  margin-left: 0;
  margin-right: 0;
  touch-action: pan-y;
  padding-top: 85px;
}
.main-banner__slider-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  position: relative;
  box-sizing: content-box;
}

.main-banner__slide {
  flex: 1 0 100%;
  display: flex;
  position: relative;
  max-width: 100%;
  align-items: center;
}
._image-wrapper {
  color: inherit;
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.main-banner__image-wrapper {
  position: static;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
}
.main-banner__image-wrapper::before {
    content: '';
    padding-bottom: 34%;
    display: block;
}
.main-banner__slide img {
  width: auto;
  height: 100%;
}
._image-wrapper > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%,-50%) scale(1.005);
}
.main-banner .container {
  height: 100%;
  z-index: 1;
  display: flex;
  opacity: 0;
  transition: transform .8s .2s,opacity .6s .3s;
  align-items: center;
}
.main-banner__content {
  color: #f9f9f9;
  height: 100%;
  z-index: 1;
  display: flex;
/*   padding: 4.6875rem 0; */
  position: relative;
  flex-wrap: wrap;
 max-width: 200px;
/*   align-items: center; */
}
.main-banner__heading{
  font-size: 50px;
  max-width: 770px;
  line-height: 1.2;
  margin-bottom: 1.05em;
  font-weight: 600;
  color: inherit;
}
@media (max-width: 1199.98px) {
    .main-banner__slider{
        padding-top: 66px;
    }
}
@media (min-width: 576px) {
  ._mobile-only {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
    ._desktop-and-tablet-only {
        display: none !important;
    }
    .main-banner__image-wrapper::before {
        padding-bottom: 100%;
      
    }
}

.popup__close{
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: none;
  padding: 0;
  position: absolute;
  background-color: transparent;
}
@media (min-width: 992px) {
  .popup__close{
    transform: scale(1);
    transition: transform 0.2s;
  }
  .popup__close:hover{
    transform: scale(1.2);
  }
}
.popup__close:after,
.popup__close:before{
  content: "";
  width: 18px;
  height: 2px;
  display: block;
  position: absolute;
  border-radius: 1px;
  background-color: #ebc181;
}
.popup__close:before{
  transform: rotate(-45deg);
}
.popup__close:after{
  transform: rotate(45deg);
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1030;
  display: block;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.popup-overlay_active {
  opacity: 1;
  visibility: visible;
}

.popup {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1000;
  display: flex;
  position: fixed;
  overflow-y: auto;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
@media (min-width: 1200px) {
  .popup {
    padding: 50px 4.66rem 4.66rem;
  }
}
@media (max-width: 1199.98px) and (min-width: 576px) {
  .popup {
    padding: 50px 3.495rem 3.495rem;
  }
}
@media (max-width: 575.98px) {
  .popup {
    padding: 50px 2.33rem 2.33rem;
  }
}
.popup_active {
  z-index: 1050;
  opacity: 1;
  visibility: visible;
}
.popup__inner {
  width: 750px;
  color: #fff;
  margin: auto;
  display: flex;
  position: relative;
  max-width: 100%;
  min-width: 250px;
  text-align: left;
  border-radius: 20px;
  border: 2px solid var(--Primary-Accent, #ebc181);
  background: #ffffff;
  backdrop-filter: blur(4px);
}
@media (max-width: 991.98px) {
  .popup__inner {
    width: 550px;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .popup__inner_image {
    width: 1200px;
  }
}
.popup__inner_image .form__description {
  text-align: left;
}
.popup__close::before, .popup__close::after {
  width: 22px;
  height: 3px;
  background-color: #bdbdbd;
}
@media (min-width: 992px) {
  .popup__image-wrapper {
    flex: 1 0 50%;
    order: -1;
    max-width: 50%;
    border-radius: 10px 0 0 10px;
  }
}
@media (max-width: 991.98px) {
  .popup__image-wrapper {
    height: 350px;
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 575.98px) {
  .popup__image-wrapper {
    height: 250px;
  }
}
.popup .form {
  padding: 1.875rem;
}
@media (max-width: 575.98px) {
  .popup .form {
    padding: 2.5rem;
  }
}
.popup .form .form__item > label {
  width: 100%;
}
.popup__heading,
.popup .form__heading {
  color: var(--Primary-Accent, #ebc181);
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 116.667%; /* 116.667% */
}
.popup *:not(input) + .form__label,
.popup .form__item-heading {
  color: #ebc181;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .popup .form__input {
    min-height: 60px;
  }
}
.popup .form__input-icon {
  color: #7d7d7d;
}
@media (min-width: 768px) {
  .popup .form__input-icon {
    top: 30px;
  }
}
.popup .form__buttons-wrapper {
  margin-top: -1rem;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .popup .form__buttons-wrapper {
    flex-direction: column-reverse;
  }
}
.popup .product-mini {
  display: flex;
  justify-content: center;
}
.popup .product-mini__title {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.popup .dummy {
  width: 100px;
}
.popup-wide .popup__inner {
  max-width: 940px;
  width: 100%;
}
.application-f{
    padding: 40px 20px;
}
.main-banner__link{
    display: flex;
    gap: 10px
}
.main-banner__slide .container{
    position: absolute;
    left: 40px;
    bottom: 10%;
}
.main-banner__content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media(max-width: 575px){
    .main-banner__slide .container{
        left: 0;
        bottom: 20%;
    }
    .main-banner__content{
        padding: 10px;
        border-radius: 5px;
        backdrop-filter: blur(10px);
    }
}