@charset "UTF-8";
/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.3
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/
/*Add your own styles here:*/
/*
*   File: _fonts.scss
*   Project: Workampfkunst Impreza-child 
*
*   Copyright(c) 2020 codemacher UG (haftungsbeschränkt) All Rights Reserved.
*
*   Created on : 10.08.2020, 16:35:45
*/
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-v20-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("fonts/roboto-v20-latin-regular.woff") format("woff"), url("fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("fonts/roboto-v20-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto-v20-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v20-latin-700.woff2") format("woff2"), url("fonts/roboto-v20-latin-700.woff") format("woff"), url("fonts/roboto-v20-latin-700.ttf") format("truetype"), url("fonts/roboto-v20-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
/*
*   File: _events.scss
*   Project: Workampfkunst Impreza-child 
*
*   Copyright(c) 2020 codemacher UG (haftungsbeschränkt) All Rights Reserved.
*
*   Created on : 10.08.2020, 17:28:29
*/
.eo-datepicker .ui-datepicker-title select {
  border-radius: 0;
  line-height: normal;
  min-height: 1em;
}

body .w-filter.state_desktop.style_drop_default .w-filter-item-title, body .select2-selection, body select, body textarea, body input:not([type=submit]), body .w-form-checkbox, body .w-form-radio {
  border-radius: 0;
  line-height: 1.4em;
  min-height: 2.4em;
}
body .eo-booking-field-name-subfields {
  display: flex;
  justify-content: space-between;
}
body .eo-booking-field-name-subfields .eo-booking-field-name-subfield {
  width: 49%;
  margin-right: 0;
}
body button[type=submit]:not(.w-btn), body input[type=submit] {
  border-radius: 0;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  .eo-booking-ticket-picker {
    display: block;
  }
  .eo-booking-ticket-picker > thead {
    display: none;
  }
  .eo-booking-ticket-picker > tbody {
    display: block;
  }
  .eo-booking-ticket-picker > tbody > th, .eo-booking-ticket-picker > tbody > tr {
    display: block;
  }
  .eo-booking-ticket-picker > tbody > th > td, .eo-booking-ticket-picker > tbody > tr > td {
    display: block;
    border: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }
}
html:has(.quote-hero),
body:has(.quote-hero),
body:has(.quote-hero) .l-canvas,
body:has(.quote-hero) .l-header,
body:has(.quote-hero) .l-main {
  max-width: 100%;
  overflow-x: hidden;
}

.quote-hero {
  --quote-hero-line: #feffcd;
  --quote-hero-inset: 1.5rem;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: calc(100svh - var(--header-height, 0px) - var(--wp-admin--admin-bar--height, 0px));
  overflow: hidden;
  background-color: #050510;
  background-image: var(--quote-hero-bg);
  background-position: 28% center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--quote-hero-line);
}
.quote-hero.is-preview {
  min-height: 28rem;
  width: 100%;
  margin-left: 0;
}

.l-section:has(.quote-hero) {
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
  overflow-x: hidden;
}
.l-section:has(.quote-hero) > .l-section-h {
  max-width: none !important;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.l-section:has(.quote-hero) .g-cols,
.l-section:has(.quote-hero) .vc_column_container,
.l-section:has(.quote-hero) .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.quote-hero__stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.quote-hero__star {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  max-width: 20px;
  mix-blend-mode: screen;
  transform: translate(-50%, -50%);
  animation: quote-hero-twinkle 3.6s ease-in-out infinite;
}
.quote-hero__star--1 {
  top: 24%;
  left: 36%;
  animation-delay: 0.2s;
}
.quote-hero__star--2 {
  top: 32%;
  left: 46%;
  animation-delay: 1.1s;
}
.quote-hero__star--3 {
  top: 42%;
  left: 30%;
  animation-delay: 2s;
}

.quote-hero__line {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: var(--quote-hero-line);
  transform-origin: 0 50%;
  opacity: 0.85;
}

.quote-hero__quote {
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  top: calc(32% + 28px);
  left: calc(46% + 28px);
  max-width: min(42rem, 100% - 2 * var(--quote-hero-inset));
  padding: clamp(1rem, 2.2vw, 1.8rem) clamp(1.2rem, 2.6vw, 2.4rem);
  border: 1px solid var(--quote-hero-line);
  color: var(--quote-hero-line);
  text-align: center;
  text-transform: uppercase;
  background: rgba(8, 10, 22, 0.28);
}
.quote-hero__quote blockquote,
.quote-hero__quote .quote-hero__text {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.35rem, 2.6vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: var(--quote-hero-line);
  text-transform: uppercase;
}
.quote-hero__quote blockquote p,
.quote-hero__quote .quote-hero__text p {
  margin: 0;
}
.quote-hero__quote blockquote p br,
.quote-hero__quote .quote-hero__text p br {
  display: none;
}
@media (min-width: 1400px) {
  .quote-hero__quote blockquote p br,
  .quote-hero__quote .quote-hero__text p br {
    display: block;
  }
}
.quote-hero__quote blockquote::before,
.quote-hero__quote .quote-hero__text::before {
  content: none;
}
.quote-hero__quote blockquote p::before,
.quote-hero__quote blockquote p::after,
.quote-hero__quote .quote-hero__text p::before,
.quote-hero__quote .quote-hero__text p::after {
  display: inline-block;
  position: static;
  left: auto;
  font-family: Georgia, serif;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 0.5;
  color: inherit;
  opacity: 0.55;
}
.quote-hero__quote blockquote p::before,
.quote-hero__quote .quote-hero__text p::before {
  content: "„";
  margin-right: 0.12em;
  vertical-align: -0.05em;
}
.quote-hero__quote blockquote p::after,
.quote-hero__quote .quote-hero__text p::after {
  content: "“";
  margin-left: 0.12em;
  vertical-align: -0.28em;
}

.quote-hero__author,
.quote-hero__quote .caption {
  margin: 0.6rem 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: var(--quote-hero-line);
  text-transform: uppercase;
}
.quote-hero__author cite,
.quote-hero__quote .caption cite {
  font-style: normal;
}

@keyframes quote-hero-twinkle {
  0%, 100% {
    opacity: 0.72;
    filter: saturate(1);
  }
  50% {
    opacity: 1;
    filter: saturate(1.25);
  }
}
@media (max-width: 1100px) {
  .quote-hero {
    background-position: 18% center;
  }
  .quote-hero__line {
    display: none;
  }
  .quote-hero__quote {
    top: 8%;
    right: var(--quote-hero-inset);
    left: var(--quote-hero-inset);
    width: auto;
    max-width: none;
  }
  .quote-hero__star--3 {
    display: none;
  }
}
.image-text-popup__layout {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.image-text-popup__media {
  flex: 0 0 auto;
  max-width: 300px;
}
.image-text-popup__img {
  display: block;
  max-width: 300px;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.image-text-popup__body {
  flex: 1 1 auto;
  min-width: 0;
}
.image-text-popup__text > *:first-child {
  margin-top: 0;
}
.image-text-popup__text > *:last-child {
  margin-bottom: 0;
}
.image-text-popup__more {
  margin-top: 1rem;
}

@media (max-width: 600px) {
  .image-text-popup__layout {
    flex-direction: column;
  }
  .image-text-popup__media {
    max-width: 100%;
  }
}
.urkunden-zertifikate {
  --cert-visible: 3;
  --cert-img-height: 32rem;
  --cert-nav-inset: clamp(1.75rem, 3vw, 4rem);
  scroll-margin-top: calc(var(--header-sticky-height, 4.5rem) + 1rem);
}
.urkunden-zertifikate .g-cols.wpb_row.via_flex {
  box-sizing: border-box;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.75rem 1.25rem 2.5rem;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-x;
}
.urkunden-zertifikate .g-cols.wpb_row.via_flex::-webkit-scrollbar {
  display: none;
}
.urkunden-zertifikate .g-cols.wpb_row.via_flex > .vc_column_container {
  flex: 0 0 calc(100% / var(--cert-visible));
  width: calc(100% / var(--cert-visible)) !important;
  max-width: none !important;
  margin-bottom: 1.5rem !important;
  scroll-snap-align: start;
}
.urkunden-zertifikate .certificates-slider.is-looping .g-cols.wpb_row.via_flex {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.urkunden-zertifikate .certificates-slider.is-looping .g-cols.wpb_row.via_flex > .vc_column_container {
  scroll-snap-align: none;
}
.urkunden-zertifikate .w-image-h {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--cert-img-height);
}
.urkunden-zertifikate .w-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: var(--cert-img-height);
  object-fit: contain;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
}

.certificates-slider {
  position: relative;
  padding-bottom: 0.25rem;
}

.certificates-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #621be3;
  color: #fff;
  box-shadow: 0 0.25rem 0.75rem rgba(34, 34, 34, 0.25);
  transform: translateY(-50%);
  cursor: pointer;
}
.certificates-slider__nav:hover:not(:disabled) {
  background: #926ed4;
}
.certificates-slider__nav:disabled {
  opacity: 0.35;
  cursor: default;
}
.certificates-slider__nav:focus-visible {
  outline: 2px solid #621be3;
  outline-offset: 3px;
}
.certificates-slider__nav svg {
  display: block;
  width: 0.85rem;
  height: 0.85rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.certificates-slider__nav--prev {
  left: var(--cert-nav-inset, 0);
}
.certificates-slider__nav--next {
  right: var(--cert-nav-inset, 0);
}

@media (min-width: 901px) {
  .urkunden-zertifikate .g-cols.wpb_row.via_flex {
    padding-left: calc(var(--cert-nav-inset) + 2.25rem);
    padding-right: calc(var(--cert-nav-inset) + 2.25rem);
  }
  .certificates-slider__nav {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 1200px) {
  .urkunden-zertifikate {
    --cert-visible: 4;
  }
}
@media (min-width: 1500px) {
  .urkunden-zertifikate {
    --cert-visible: 5;
  }
}
@media (min-width: 1800px) {
  .urkunden-zertifikate {
    --cert-visible: 6;
  }
}
@media (min-width: 2200px) {
  .urkunden-zertifikate {
    --cert-visible: 7;
  }
}
@media (max-width: 900px) {
  .urkunden-zertifikate {
    --cert-visible: 2;
    --cert-img-height: 28rem;
    --cert-nav-inset: 0.35rem;
    padding-bottom: 3rem;
  }
  .urkunden-zertifikate .g-cols.wpb_row.via_flex.type_default {
    margin-left: 0;
    margin-right: 0;
  }
  .certificates-slider__clone {
    display: none !important;
  }
  body:has(.urkunden-zertifikate) .l-footer {
    background: #f6f6f6;
  }
}
@media (max-width: 600px) {
  .urkunden-zertifikate {
    --cert-visible: 1;
    --cert-img-height: 24rem;
    --cert-nav-inset: 0.15rem;
    padding-bottom: 4rem;
  }
  .urkunden-zertifikate .g-cols.wpb_row.via_flex {
    padding-left: 0;
    padding-right: 0;
    scroll-padding-inline: 0;
  }
  .urkunden-zertifikate .g-cols.wpb_row.via_flex.type_default > div > .vc_column-inner {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .certificates-slider__nav {
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .urkunden-zertifikate .g-cols.wpb_row.via_flex {
    scroll-behavior: auto;
  }
}
html,
.l-header .widget,
.menu-item-object-us_page_block {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.9rem;
  line-height: 1.1;
  letter-spacing: -0.05em;
  margin-bottom: 1.5rem;
}

.l-header .site-title {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  white-space: normal;
}
.l-header .site-title a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

.l-header .site-title__tagline {
  font-size: 0.92em;
}

@media (max-width: 600px) {
  .l-header .site-title {
    font-size: 1rem;
  }
}
.justify {
  text-align: justify;
}

strong {
  font-weight: 500;
}

.less-margin {
  margin-bottom: 0;
}

.g-cols.via_flex.type_default.model-year {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.g-cols.via_flex.type_default.model-year .vc_col-sm-2 {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .g-cols.via_flex.type_default.model-year {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.l-footer {
  background-color: var(--color-alt-content-bg-grad);
}
.l-footer a {
  color: var(--color-content-text);
}

.l-subheader {
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */
