@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Bold.eot");
  src: url("/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Bold.woff2") format("woff2"), url("/fonts/Roboto-Bold.woff") format("woff"), url("/fonts/Roboto-Bold.ttf") format("truetype"), url("/fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Light.eot");
  src: url("/fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Light.woff2") format("woff2"), url("/fonts/Roboto-Light.woff") format("woff"), url("/fonts/Roboto-Light.ttf") format("truetype"), url("/fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Italic.eot");
  src: url("/fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Italic.woff2") format("woff2"), url("/fonts/Roboto-Italic.woff") format("woff"), url("/fonts/Roboto-Italic.ttf") format("truetype"), url("/fonts/Roboto-Italic.svg#Roboto-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-ExtraBold.eot");
  src: url("/fonts/Roboto-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-ExtraBold.woff2") format("woff2"), url("/fonts/Roboto-ExtraBold.woff") format("woff"), url("/fonts/Roboto-ExtraBold.ttf") format("truetype"), url("/fonts/Roboto-ExtraBold.svg#Roboto-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.eot");
  src: url("/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Regular.woff2") format("woff2"), url("/fonts/Roboto-Regular.woff") format("woff"), url("/fonts/Roboto-Regular.ttf") format("truetype"), url("/fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Medium.eot");
  src: url("/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Medium.woff2") format("woff2"), url("/fonts/Roboto-Medium.woff") format("woff"), url("/fonts/Roboto-Medium.ttf") format("truetype"), url("/fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/fonts/RobotoCondensed-Regular.eot");
  src: url("/fonts/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("/fonts/RobotoCondensed-Regular.woff") format("woff"), url("/fonts/RobotoCondensed-Regular.ttf") format("truetype"), url("/fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/fonts/RobotoCondensed-Bold.eot");
  src: url("/fonts/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("/fonts/RobotoCondensed-Bold.woff") format("woff"), url("/fonts/RobotoCondensed-Bold.ttf") format("truetype"), url("/fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --white: white;
  --black: black;
  --nav-bg-color: var(--black);
  --header-bg-color: #4d4d4d4;
  --nav-icon-bar-color: var(--white);
  --nav-li-a-color: var(--white);
  --top-contact-box-link-color: var(--white);
  --service-image-overlay-bg-color: rgba(0, 0, 0, 0.2);
  --image-title-color: #ccc;
  --splitter-image-overlay-bg-color: #333;
  --eine-garage-border-color: var(--black);
  --contact-dark-bg-color: rgba(17, 17, 17, .75);
  --dsgvo-link-color: var(--white);
  --copyright-color: var(--white);
}

html {
  scroll-behavior: smooth; /* Smooth Slide to Anker */
  /* Anker Padding, wenn Menu fixt ist */
  scroll-padding-top: var(--scroll-padding, 50px); /* --scroll-padding > Script Part ||| 50px > Fallback */
}

.logo__img {
  max-width: 125px;
}

@media screen and (width <= 767px) {
  .navbar.yamm {
    height: 0;
  }
}
@media screen and (width <= 767px) {
  .navbar.yamm .navbar-collapse {
    text-align: right;
    background-color: var(--nav-bg-color);
    padding-block: 2rem;
  }
}

header.legal {
  padding-bottom: 0;
}
header.legal .header-main {
  background-color: var(--header-bg-color);
}
@media screen and (width >= 768px) {
  header.legal .logo {
    position: absolute;
    z-index: 99;
  }
}
header.legal .navbar-trigger .icon-bar {
  background-color: var(--nav-icon-bar-color);
}
@media screen and (width >= 768px) {
  header.legal .nav.navbar-nav li a {
    color: var(--nav-li-a-color);
  }
}
header.legal + .parallax-light::after {
  content: none;
}
header.legal + .parallax-light.section-title-page {
  background-color: var(--header-bg-color);
  padding-top: 4rem;
  height: auto;
}
header.legal + .parallax-light .b-title-page {
  text-align: right;
}

@media screen and (width <= 440px) {
  .section-type-a .b-type-a {
    display: flex;
    flex-direction: column;
  }
}
.section-type-a .b-type-a__icon {
  margin-right: 15px;
  margin-bottom: 15px;
}

.b-contact-banner__inner a {
  color: var(--top-contact-box-link-color);
}

.b-type-b__media::after {
  background-color: var(--service-image-overlay-bg-color);
}
.b-type-b__media-title {
  color: var(--image-title-color);
  z-index: 1;
}

.b-advantages-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-advantages-1::after {
  background-color: var(--splitter-image-overlay-bg-color);
}
.b-advantages-1-item__decor {
  left: 185px;
  width: 185px;
}
@media screen and (width < 1440px) {
  .b-advantages-1-item__decor {
    display: none;
  }
}

.section-bg_primary::after {
  background-color: var(--splitter-image-overlay-bg-color);
}

.b-type-c__image {
  margin-bottom: 1rem;
}
.b-type-c__media-title {
  position: absolute;
  top: 80%;
  left: 32px;
  color: var(--image-title-color);
  font: 700 32px "Roboto Condensed";
  text-transform: uppercase;
  rotate: -90deg;
  transform-origin: left bottom;
}

.b-gallery-1__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (width >= 768px) {
  .b-gallery-1__item {
    width: 50%;
  }
}
@media screen and (width >= 1024px) {
  .b-gallery-1__item {
    width: 33.3333333333%;
  }
}
@media screen and (width >= 1440px) {
  .b-gallery-1__item {
    width: 25%;
  }
}
.b-gallery-1 .js-zoom-gallery__item {
  display: block;
  width: 300px;
  aspect-ratio: 3/2;
}
.b-gallery-1 .js-zoom-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.garagen > div {
  display: grid;
  gap: 2rem;
}
@media screen and (width >= 768px) {
  .garagen > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
.garagen .eine-garage {
  border: 1px solid var(--eine-garage-border-color);
  padding: 2rem;
}
.garagen .garagen-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (width >= 1024px) {
  .garagen .garagen-header {
    flex-direction: row;
    justify-content: space-between;
  }
}
.garagen .garagen-info {
  padding-left: 1.1rem;
}

.accordion .panel-heading a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion-image-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#kontakt-anker .b-form-request::after {
  content: "";
  background-color: var(--contact-dark-bg-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}

.b-type-d .section__inner {
  display: flex;
  justify-content: center;
}
.b-type-d .section__inner img {
  max-width: 250px;
}

.footer__main_mod-a {
  padding-top: 20px;
  padding-bottom: 0;
}
@media screen and (width <= 767px) {
  .footer .footer-main-section_right {
    text-align: center;
  }
}

.form-group-important {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.dsgvo-link {
  color: var(--dsgvo-link-color);
  text-decoration: underline;
  cursor: pointer;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.kontakt-feedback {
  display: none;
  margin-top: 2rem;
}

.copyright, .copyright .copyright__link-2 {
  color: var(--copyright-color);
}

.b-contact-banner__info_lg {
  font-size: 28px;
}

/*# sourceMappingURL=bigbox.css.map */
