@font-face {
  font-family: Wild World;
  src: url('../fonts/wild-world.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Wild World;
  src: url('../fonts/wild-world.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: var(--white);
  --color-1: #0056d6;
  --white: white;
  --color-2: #d3e2ff;
  --color-3: red;
  --color-4: #ada2ca;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5em;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.45em;
  font-weight: 700;
  line-height: 1.5em;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4em;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}

.p-sm-end {
  padding-bottom: 2.25em;
}

.title6 {
  color: var(--color-1);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.2em;
}

.title6.white {
  color: var(--white);
}

.title6.white.bigger {
  text-align: center;
  letter-spacing: 3px;
  font-size: 1.1em;
}

.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

.container-w1 {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.hero-width {
  max-width: 1920px;
}

.p-xl-end {
  padding-bottom: 12em;
}

.infotext {
  color: #888;
  font-size: .7em;
  line-height: 1.3em;
}

.background-color-primary {
  color: #75e6a4;
  background-color: #db2c39;
}

.title4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.45em;
  line-height: 1.3em;
}

.button-red {
  background-color: #db2c39;
  border-radius: 2.2em;
  flex: 0 auto;
  padding: .6em 1em;
  font-size: 1em;
  transition: transform .2s;
}

.button-red:hover {
  transform: scale(1.05);
}

.p-xl-start {
  padding-top: 6.5em;
}

.background-color-copy-dark {
  background-color: #272727;
}

.p-sm-start {
  padding-top: 2.25em;
}

.paragraph {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.copy-medium {
  color: #000;
  text-align: justify;
  flex: 1;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4em;
}

.gutter-description {
  text-align: center;
  background-color: #eaeaea;
  padding-top: 3em;
  padding-bottom: 3em;
}

.input-field {
  color: #272727;
  border-radius: 1em;
  min-height: 54px;
  margin-bottom: 1em;
  font-size: 1em;
  transition: all .25s;
}

.input-field:hover {
  border: 1px solid #888;
}

.input-field:focus {
  background-color: #fcfcfc;
  border: 1px solid #272727;
}

.title5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2em;
}

.copy-small {
  color: #d0d5dd;
  text-align: justify;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 200;
  line-height: 1.2em;
}

.background-color-grey-light-2 {
  background-color: #d9f7e4;
}

.title2 {
  color: #000;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.p-xs-end {
  padding-bottom: 1em;
}

.container-w2 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.container-w2.top-40px {
  margin-top: 40px;
}

.background-color-accent {
  color: #0978c3;
  background-color: #ff0013;
}

.styleguide-item {
  border-bottom: .1em solid #bdbdbd;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.styles-grid-colors {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.title3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.background-color-grey-light-1 {
  background-color: #f8f6f5;
}

.container-w3 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.distance-big {
  padding-top: 6.5em;
}

.container-w4 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.p-md-end {
  padding-bottom: 4.5em;
}

.input-label {
  color: #000;
  margin-bottom: 12px;
  font-weight: 400;
}

.p-md-start {
  padding-top: 4.5em;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  transform-style: preserve-3d;
  background-color: #db2c39;
  border: 5px solid #db2c39;
  border-radius: 2.2em;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: inline;
  transform: translate(0);
}

.button:hover {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  background-color: #db2c39;
  border-style: solid;
  border-color: #db2c39;
}

.button.small {
  padding: .5em 1.4em;
  font-size: .8em;
}

.button.secondary {
  z-index: 1;
  box-shadow: none;
  color: #fff;
  background-color: #fff0;
  border: 5px solid #db2c39;
  position: relative;
}

.button.secondary:hover {
  box-shadow: none;
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #0978c3;
  background-color: #db2c39;
  border-style: solid;
  border-color: #db2c39;
}

.button.secondary.small {
  letter-spacing: 5px;
  font-weight: 200;
  display: inline-block;
}

.title1 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.05em;
}

.title1.bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.copy-large {
  color: #2b2b2b;
  font-size: 1.2em;
}

.navbar {
  background-color: var(--color-1);
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--white);
}

.nav-link.w--current {
  background-color: var(--color-1);
  color: var(--white);
}

.p-xss-start {
  padding-top: .5em;
}

.fade-200ms.color-1 {
  color: var(--color-1);
}

.centered {
  text-align: center;
}

.centered.red {
  color: #ca1725;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.block {
  text-align: justify;
}

.hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.hero-section {
  background-image: linear-gradient(180deg, #0000 46%, var(--color-1) 79%), url('../images/DSC07589.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 80vh;
  display: flex;
}

.background-video {
  height: 80vh;
}

.image {
  margin-top: 15px;
}

.quick-stack {
  padding: 0;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-2 {
  padding: 0;
}

.products-product-wrapper {
  background-color: var(--color-2);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 10px;
  display: flex;
}

.copy-small-2 {
  color: #000;
  text-align: justify;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 200;
  line-height: 1.2em;
}

.strich-product {
  background-color: #ca1725;
  width: 111px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-main {
  background-color: #ca1725;
  padding: 14px 40px;
  transition: all .4s;
}

.button-main:hover {
  color: #ca1725;
  background-color: #fff;
  box-shadow: 0 0 10px 2px #ca1725;
}

.titel-service {
  text-transform: uppercase;
}

.hero-section-wrapper.container-w2.gutter-outside {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.white {
  color: var(--white);
  padding-left: 20px;
}

.strich-referenzen {
  background-color: var(--white);
  align-self: flex-start;
  width: 60%;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-2.c-14 {
  background-color: var(--color-1);
  color: #fff;
  border-radius: .4rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2.d-11 {
  background-color: var(--color-2);
  box-shadow: -4px 4px 0 0 var(--color-1);
  border-radius: .4rem;
  transition: transform .3s, box-shadow .3s;
}

.button-2.d-11:hover {
  border: 1px none var(--white);
  background-color: var(--color-1);
  color: var(--white);
  transform: translate(0, 3px);
  box-shadow: 0 0 #5b96fe;
}

.button-2.d-11.strich {
  border: 1px solid var(--white);
}

.cta-onlinebearatung-wrapper.container-w2.gutter-outside {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-txt {
  color: var(--color-2);
  position: relative;
}

.btn-bg {
  background-color: #5b96fe;
  border-radius: 100%;
  width: 120%;
  min-width: 5rem;
  height: 175%;
  display: block;
  position: absolute;
  inset: auto;
}

.btn-bg.c-13 {
  background-color: var(--color-2);
  color: #fdcd5b;
  border-radius: 0%;
  width: 110%;
  min-width: auto;
  height: 100%;
  bottom: 0%;
}

.cta-onlinebearatung {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC07629.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
}

.btn-txt-container {
  z-index: 5;
  height: 1.5rem;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.white-2 {
  color: #fff;
}

.halloffame-kanding {
  overflow: hidden;
}

._wf-gallery-marquee {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

._wf-gallery-marquee-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

._wf-image-item {
  perspective: 1000px;
  border-radius: 30px;
  width: 100%;
}

._wf-image-item._wf-gallery1 {
  width: 600px;
}

._wf-image-wrapper {
  z-index: 1;
  border-radius: 30px;
  flex: 1;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

._wf-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer {
  background-color: #282828;
}

.quick-stack-3 {
  padding: 0;
}

.cell-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.quick-stack-4 {
  padding: 0;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.div-block {
  display: flex;
}

.paragraph-2 {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 20px;
}

.image-2 {
  width: 36px;
  height: 36px;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  margin-bottom: 0;
}

.cell-4 {
  justify-content: flex-start;
  align-items: flex-start;
}

.banner-first {
  height: 500px;
}

.banner-first.about {
  background-image: linear-gradient(#fff0 46%, #00000070), url('../images/DSC07554.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.banner-first.about.showrom {
  background-image: linear-gradient(#fff0 46%, #00000070), url('../images/DSC07549.png');
  background-position: 0 0, 50% 68%;
  background-attachment: scroll, scroll;
}

.banner-first.about.service {
  background-image: linear-gradient(#fff0 46%, #00000070), url('../images/DSC07584.png');
}

.banner-first-wrapper {
  margin-bottom: 40px;
}

.quick-stack-5 {
  padding: 0;
}

.products-product-wrapper-copy {
  background-color: var(--color-2);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
  display: flex;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
}

.footer-list {
  margin-bottom: 15px;
}

.footer-list.hide {
  display: none;
}

.quick-stack-6 {
  padding: 0;
}

.cell-9 {
  justify-content: center;
  align-items: center;
}

.link-footer {
  color: #fff;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.link-footer.more-space {
  line-height: 1.9em;
}

.link-footer.more-space.small {
  text-transform: none;
}

.footer-2 {
  background-color: #273844;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.kontakt-footer-wrapper {
  border-left: 2px #fff;
  flex: 1;
  padding-left: 20px;
}

.image-3 {
  width: 24px;
  padding-bottom: 20px;
}

.list-item {
  margin-bottom: 10px;
}

.link {
  font-weight: 300;
}

.quick-stack-7 {
  padding: 0;
}

.service-grid-box-wrapper {
  background-color: var(--color-1);
  flex: 1;
  width: 100%;
  padding: 20px;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.quick-stack-8 {
  padding: 0;
}

.halloffame-section-grid-wrapper {
  background-color: var(--color-2);
  width: 100%;
  padding: 20px;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.title-halloffame {
  font-size: 2em;
}

.paragraph-4, .paragraph-5, .paragraph-6 {
  flex: 1;
}

.cell-24 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.cell-footer {
  padding-top: 20px;
}

.link-2 {
  font-size: .85em;
  font-weight: 300;
}

.link-footer-2 {
  color: #fff;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.link-footer-2.more-space {
  line-height: 1.9em;
}

.link-footer-2.more-space.small {
  text-transform: none;
}

.footer-heading {
  font-size: 1.4em;
  font-weight: 400;
}

.footer-heading.white {
  letter-spacing: 2px;
  padding-left: 0;
  font-size: 1.4em;
  font-weight: 600;
}

.spacing {
  margin-left: 20px;
  margin-right: 20px;
}

.list {
  border-left: 2px #fff;
  flex: 1;
  height: 100%;
  padding-left: 0;
}

.image-40 {
  width: 100%;
}

.cell-25, .cell-23 {
  justify-content: center;
  align-items: center;
}

.footer-3 {
  background-color: var(--color-1);
  background-image: none;
}

.cell-26 {
  justify-content: center;
  align-items: center;
}

.link-socials {
  width: 32px;
  height: 32px;
}

.div-block-3 {
  height: 100%;
}

.kontakt-footer-wrapper-2 {
  border-left: 2px #fff;
  flex: 1;
  padding-left: 0;
}

.kontakt {
  background-image: linear-gradient(#0056d6a6, #0056d6a6), url('../images/DSC07617.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.quick-stack-9 {
  padding: 0;
}

.kontakt-left-wrapper {
  background-image: none;
}

.quick-stack-10 {
  padding: 0;
}

.contact-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-wrapper.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.link-block {
  display: flex;
}

.paragraph-7 {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 1.4em;
}

.form-block {
  background-color: var(--white);
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.field-label {
  color: var(--color-1);
  letter-spacing: 1px;
  font-weight: 400;
}

.text-field {
  background-color: #fff;
  border-radius: 0;
}

.senden-button {
  color: #273844;
  background-color: #fdcd5b;
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
}

.cell-27, .cell-28, .cell-29 {
  padding-left: 20px;
}

.cell-30 {
  padding-left: 10px;
}

.image-41 {
  width: 43px;
}

.background-video-2 {
  height: 828px;
}

.cell-31 {
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button-red {
    text-align: center;
  }

  .button:hover {
    opacity: 1;
    transform: scale(1);
  }

  .nav-link {
    text-align: center;
  }

  .products-product-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  ._wf-image-wrapper {
    border-radius: 20px;
    min-width: 200px;
    padding-top: 60%;
  }

  .quick-stack-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .link-footer {
    font-size: 1em;
  }

  .image-5 {
    height: 320px;
  }

  .icon {
    color: var(--white);
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .nav-menu {
    background-color: var(--color-1);
    border-radius: 20px;
    margin: 10px;
  }

  .link-footer-2 {
    font-size: 1em;
  }

  .cell-26 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  .title6 {
    font-size: 1em;
  }

  .title5 {
    margin-top: 40px;
    font-size: 1.2em;
  }

  .title2 {
    font-size: 2em;
  }

  .styles-grid-colors {
    display: flex;
  }

  .distance-big {
    padding-top: 6em;
  }

  .title1 {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.2em;
  }

  h2 {
    font-size: 2em;
  }

  h4 {
    color: var(--black);
  }

  h5 {
    font-size: 1.2em;
  }

  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .p-xl-start {
    padding-top: 5em;
  }

  .copy-medium {
    color: #fff;
  }

  .copy-small {
    font-size: 1em;
  }

  .container-w2.top-40px {
    padding: 0;
  }

  .distance-big {
    padding-top: 5em;
  }

  .copy-large {
    color: #fff;
  }

  .navbar-wrapper.container-w2.gutter-outside {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image {
    margin-top: 0;
  }

  .copy-small-2 {
    font-size: 1em;
  }

  ._wf-image-item._wf-gallery1 {
    width: 400px;
  }

  .link-footer {
    font-size: 1em;
  }

  .image-4 {
    height: 200px;
  }

  .halloffame-section-grid-wrapper {
    padding: 10px;
  }

  .image-5 {
    height: 150px;
  }

  .link-footer-2 {
    font-size: 1em;
  }

  .spacing.link-socials {
    margin-right: 0;
  }

  .cell-26 {
    justify-content: center;
    align-items: center;
  }

  .form-block {
    width: 100%;
  }
}

#w-node-_1bc15339-128c-1fc3-3f82-9a134f9f7461-777f6e73 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0ea23b5a-a957-c042-f932-e1c054bacd3c-777f6e73 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-f2cd43ff-8a13-a971-5317-906e5283e34a-5283e347 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f2cd43ff-8a13-a971-5317-906e5283e34e-5283e347 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f2cd43ff-8a13-a971-5317-906e5283e38d-5283e347 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_79c673c5-1185-5a89-3ae6-6f5351744e4b-cf035a18 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a6a4b5ba-7fdd-7491-cfca-f2ee0a4dc9b2-cf035a18 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5721070e-bc41-2fc9-d975-05613936d759-cf035a18 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8b1b4e81-577c-09fe-b539-c2918a85c7b0-f9c99597 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4c1604fc-4351-7101-cce1-1c84a41b0c42-4dfe51f6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b7b3bbbb-5447-7fe1-94d0-f84dafcddd7d-4dfe51f6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9baceeb6-7bc4-0d5e-c6b1-f21fde7dd40c-1eab9390 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b0e9af44-e222-5e23-9c4d-36ac99eca2a6-ecead5e4, #w-node-cb903f7c-52a6-fb61-4d95-1a4a314914b4-ecead5e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e84d54d3-7c36-e934-fee2-ead37de7a9cf-ecead5e4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_1bc15339-128c-1fc3-3f82-9a134f9f7461-777f6e73, #w-node-_0ea23b5a-a957-c042-f932-e1c054bacd3c-777f6e73 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f2cd43ff-8a13-a971-5317-906e5283e34a-5283e347 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a6a4b5ba-7fdd-7491-cfca-f2ee0a4dc9b2-cf035a18 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8b1b4e81-577c-09fe-b539-c2918a85c7b0-f9c99597 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9baceeb6-7bc4-0d5e-c6b1-f21fde7dd40c-1eab9390 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1bc15339-128c-1fc3-3f82-9a134f9f7461-777f6e73, #w-node-_79c673c5-1185-5a89-3ae6-6f5351744e4b-cf035a18 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_79c673c5-1185-5a89-3ae6-6f5351744e61-cf035a18 {
    order: -9999;
  }

  #w-node-a6a4b5ba-7fdd-7491-cfca-f2ee0a4dc9b2-cf035a18 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5721070e-bc41-2fc9-d975-05613936d759-cf035a18 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5721070e-bc41-2fc9-d975-05613936d763-cf035a18 {
    order: -9999;
  }

  #w-node-_4c1604fc-4351-7101-cce1-1c84a41b0c42-4dfe51f6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4c1604fc-4351-7101-cce1-1c84a41b0c4c-4dfe51f6 {
    order: -9999;
  }

  #w-node-b7b3bbbb-5447-7fe1-94d0-f84dafcddd7d-4dfe51f6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1bc15339-128c-1fc3-3f82-9a134f9f7461-777f6e73, #w-node-f2cd43ff-8a13-a971-5317-906e5283e34a-5283e347, #w-node-f2cd43ff-8a13-a971-5317-906e5283e38d-5283e347, #w-node-_79c673c5-1185-5a89-3ae6-6f5351744e4b-cf035a18, #w-node-_5721070e-bc41-2fc9-d975-05613936d759-cf035a18, #w-node-_4c1604fc-4351-7101-cce1-1c84a41b0c42-4dfe51f6, #w-node-cb903f7c-52a6-fb61-4d95-1a4a314914b4-ecead5e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Wild World';
  src: url('../fonts/wild-world.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wild World';
  src: url('../fonts/wild-world.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ===== Custom (Auto Gallery): Hero-Lesbarkeit ===== */
/* Weisser Hero-Text braucht ueber dem Foto etwas mehr Halt. Dezenter Schatten,
   auf dem Desktop kaum sichtbar, auf dem Handy deutlich besser lesbar. */
.hero-section .white {
  text-shadow: 0 2px 14px rgba(0, 0, 0, .55);
}

/* Auf Handy/Tablet bricht der laengere Text weiter nach oben in den hellen
   Bildbereich um. Ein zusaetzlicher, nach oben reichender Abdunkel-Verlauf
   ueber dem Foto sorgt fuer einen dunkleren Untergrund. Desktop bleibt wie er ist. */
@media screen and (max-width: 767px) {
  .hero-section {
    background-image:
      linear-gradient(180deg, rgba(4, 1, 38, 0) 4%, rgba(4, 1, 38, .5) 42%, rgba(4, 1, 38, .68) 100%),
      linear-gradient(180deg, #0000 46%, var(--color-1) 79%),
      url('../images/DSC07589.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  /* .white hat ein einseitiges padding-left:20px, das den zentrierten
     Hero-Text nach rechts schiebt. Auf schmalen Screens symmetrisch zentrieren. */
  .hero-section .white {
    padding-left: 0;
    padding-right: 0;
  }
}