/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

img {
	border-radius: 9px !important;
}

.feature-list {
  list-style: none;
  padding-left: 0;
}
.feature-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.4em;
}
.feature-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  font-weight: bold;
}

.form-row {
    margin-bottom: 20px;
}
.form-row-flex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.form-col {
    flex: 1;
    min-width: 150px;
}

@media (max-width: 600px) {
    .form-row-flex {
        flex-direction: column;
        gap: 0;
    }
    .form-row-flex .form-col {
        margin-bottom: 20px;
    }
    .form-row-flex .form-col:last-child {
        margin-bottom: 0;
    }
}

/* Linker Pfeil */
.btn-custom-arrow-left i {
  font-size: 2rem;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-image: url('/wp-content/uploads/2026/07/Layer_1.svg');
  mask-image: url('/wp-content/uploads/2026/07/Layer_1.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.btn-custom-arrow-left i::before {
  content: none !important;
}

/* Rechter Pfeil gleiche Datei gespiegelt */
.btn-custom-arrow-right i {
    font-size: 2rem;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  transform: scaleX(-1);
  -webkit-mask-image: url('/wp-content/uploads/2026/07/Layer_1.svg');
  mask-image: url('/wp-content/uploads/2026/07/Layer_1.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.btn-custom-arrow-right i::before {
  content: none !important;
}


/* Carousel Pfeil-Nav mit eigenem Icon */
/* .carousel-custom-arrows .owl-nav
{
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 8px;
}

.carousel-custom-arrows .owl-nav .owl-prev,
.carousel-custom-arrows .owl-nav .owl-next
{
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 2.8em;
  height: 1.8em;
  border-radius: 2rem;
  border: 2px solid currentColor;
  padding: 0 !important;
  box-sizing: border-box;
  background: transparent;
}

.carousel-custom-arrows .owl-nav .owl-prev::before,
.carousel-custom-arrows .owl-nav .owl-next::before
{
  content: "" !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  -webkit-mask-image: url('/wp-content/uploads/2026/07/Layer_1.svg');
  mask-image: url('/wp-content/uploads/2026/07/Layer_1.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}

.carousel-custom-arrows .owl-nav .owl-prev::before
{
  transform: scaleX(-1) !important;
}

.carousel-custom-arrows .owl-nav .owl-prev::after,
.carousel-custom-arrows .owl-nav .owl-next::after
{
  content: none !important;
  display: none !important;
}


ul {
    margin-left: 1rem !important;
}
 */


/* Custom Slider-Nav-Buttons*/
.rs-nav-prev,
.rs-nav-next {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 1em !important;
  height: 1.8em !important;
  border-radius: 2rem !important;
  border: 2px solid #4C9CBF !important;
  background: transparent !important;
  padding: 1.3rem 2rem !important;
  box-sizing: border-box;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.rs-nav-prev:hover,
.rs-nav-next:hover {
  background-color: #4C9CBF !important;
  border-color: #4C9CBF !important;
}

.rs-nav-prev i,
.rs-nav-next i {
  font-size: 2rem;
  display: inline-block;
  color: #4C9CBF;
  background-color: #4C9CBF;
  -webkit-mask-image: url('/wp-content/uploads/2026/07/Layer_1.svg');
  mask-image: url('/wp-content/uploads/2026/07/Layer_1.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  transition: background-color 0.25s ease;
}

.rs-nav-prev:hover i,
.rs-nav-next:hover i {
  background-color: black !important;
  color: black !important;
}

.rs-nav-prev i {
  transform: scaleX(-1);
}

.royalSlider .rsArrow {
  display: none !important;
}


/* Linie über grid bei fahrzeug raster-layout */
body .layout_741 .usg_hwrapper_3.top-line {
  width: min(1140px, calc(100vw - 3rem)) !important;
  border-top-width: 2px !important;
  border-color: var(--color-text) !important;
  border-top-style: solid !important;
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}


/* Header */
.sticky-menu.is-shrunk h1,
.sticky-menu.is-shrunk .g-cols,
.sticky-menu.is-shrunk nav,
.sticky-menu.is-shrunk a {
  padding-top: -2rem;
}



/* Submenu */
.w-filter-item.values_as_btn .w-filter-item-values {
    gap: 1rem;
}


ul.menu li.current-menu-item,
ul.menu li.current-menu-parent,
ul.menu li.current-menu-ancestor {
    border-bottom: solid 2px black !important;
    z-index: 100 !important;
}

ul.menu li {
    padding-bottom: 0.2rem;
        z-index: 100 !important;
}

ul.menu {
    margin: 0rem !important;
    padding: 0rem !important;
}

ul.menu li:hover {
    border-bottom: solid 2px black !important;
}

.nav {
    z-index: 100 !important;
}

.w-nav-title li.current-menu-item {
        border-bottom: solid 2px black !important;
}

body.header_hor .l-header.pos_fixed.sticky:not(.down)~.l-main .l-section.type_sticky:first-of-type>.l-section-h {
    padding: 2rem 0rem 1rem 0rem !important;
}

body.header_hor .l-header.pos_fixed.sticky:not(.down)~.l-main .l-section.type_sticky:first-of-type>.l-section-h h1 {
    /* visibility: hidden; */
    display: none;
}

/* ul.w-nav-list  {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
} */

/* Downloads Gris Gap */
div.w-grid-list {
    gap: 0.5rem !important;
}

/* Nav */
/* div.l-subheader.at_middle.width_default{
    background-color: #4C9CBF !important;
} */

@media (max-width: 600px) {
    #page-header.sticky .l-subheader.at_middle {
        background-color: #4C9CBF !important;
    }

}


/* Custom Pfeil für Carousels (Owl) */
button.owl-next,
button.owl-prev {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 2.8em !important;
  height: 1.8em !important;
  border-radius: 2rem !important;
  border: 2px solid #4C9CBF !important;
  background: transparent !important;
  padding: 0 !important;
  box-sizing: border-box;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

button.owl-next:hover,
button.owl-prev:hover {
  background-color: #4C9CBF !important;
  border-color: #4C9CBF !important;
}

button.owl-next::before,
button.owl-prev::before {
  content: "" !important;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  -webkit-mask-image: url('/wp-content/uploads/2026/07/Layer_1.svg');
  mask-image: url('/wp-content/uploads/2026/07/Layer_1.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  position: static !important;
  margin: 0 !important;
  border: none !important;
}

button.owl-prev::before {
  transform: scaleX(-1);
}

button.owl-next:hover::before,
button.owl-prev:hover::before {
  background-color: black !important;
}

button.owl-next::after,
button.owl-prev::after {
  content: none !important;
}