@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Forum;
  src: url('../fonts/Forum-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-light-white: #f2eee5;
  --text-black: #0b0a0a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_15e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  filter: drop-shadow(0 2px 1px #000);
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.telefonnummer, .ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #0b0a0a;
}

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  color: #000;
  background-color: #f2eee5;
}

.highlights {
  color: #fff;
  background-color: #d16460;
}

.adresse {
  margin-bottom: 5px;
}

.adresse.footer-address {
  color: var(--text-light-white);
  margin-bottom: 14px;
  font-family: Opensans, Arial, sans-serif;
  line-height: 140%;
}

.google-maps {
  width: 100%;
  height: 100%;
}

.heading-1 {
  font-family: Forum, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-2 {
  font-family: Forum, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-3 {
  font-family: Opensans Variablefont Wdth Wght;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
}

.flie-text {
  color: #0b0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #d16460;
  line-height: 1.3;
}

.terminbutton {
  text-transform: uppercase;
  width: 100%;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.terminbutton.hauptfarbe {
  border-radius: 20px;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.datenschutz, .impressum {
  color: #fff;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.subheading1 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.subheading1.heading-3 {
  text-align: center;
  font-family: Opensans, Arial, sans-serif;
  line-height: 110%;
}

.subheading1.heading-3.left {
  color: var(--text-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

.subheading1.heading-3.padding-bottom-30 {
  text-align: left;
  margin-bottom: 37px;
}

.subheading1.heading-3.main-10-sub-heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.background-video {
  background-image: linear-gradient(#0000004d, #0000004d);
  height: 100%;
}

.videodiv {
  z-index: 90;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: drop-shadow(2px 2px #000000b3);
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  width: 100vw;
  max-width: 1500px;
  height: 90%;
  margin-left: 0;
  margin-right: 0;
  padding: 15% 2rem 119px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.kontaktbutton {
  letter-spacing: .5px;
  text-transform: none;
  background-color: #0000;
  border: 1px solid #f2eee599;
  border-radius: 30px;
  padding: 10px 20px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 14px;
  transition: background-color .5s;
}

.kontaktbutton:hover {
  background-color: #f2eee599;
}

.kontaktbutton.flie-text {
  transition: all .2s cubic-bezier(.6, -.28, .735, .045);
}

.kontaktbutton.flie-text:hover {
  background-color: gray;
}

.kontaktbutton.flie-text.highlights {
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all .2s;
}

.kontaktbutton.flie-text.highlights:hover {
  background-color: #333;
}

.titelvideo-start-1 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hauptheading {
  text-align: left;
  margin-top: 10px;
  font-size: 90px;
  line-height: 95px;
}

.hauptheading.heading-2 {
  line-height: 1.3;
}

.text-links {
  font-size: 14px;
  line-height: 140%;
}

.text-links.flie-text {
  color: #000;
  line-height: 1.4;
}

.text-links.flie-text.white {
  color: #fff;
}

.text-links.flie-text.margin-para {
  margin-bottom: 41px;
  line-height: 140%;
}

.text-links.flie-text.main-4-para {
  width: 34%;
  color: var(--text-black);
  margin-bottom: 30px;
  line-height: 140%;
}

.text-links.flie-text.main-5-heading {
  color: var(--text-light-white);
  letter-spacing: -.42px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 110%;
}

.text-links.flie-text.main-5-heading.cap {
  text-transform: uppercase;
}

.text-links.flie-text.main-5-para {
  color: var(--text-light-white);
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 130%;
}

.text-links.flie-text.main-7-para {
  margin-bottom: 15px;
  line-height: 140%;
}

.text-links.flie-text.main-11-para {
  line-height: 140%;
}

.text-links.flie-text.so-main-3-para {
  margin-bottom: 21px;
  line-height: 140%;
}

.text-links.flie-text.no-underline {
  text-decoration: none;
}

.text-links.flie-text.no-underline.blovkl {
  display: block;
}

.text-links.flie-text.gap {
  margin-bottom: 10px;
  font-family: Opensans, Arial, sans-serif;
}

.text-links.flie-text.main-3-para {
  color: #0b0a0a;
  margin-bottom: 20px;
  line-height: 140%;
}

.text-links.flie-text.main-3-para.white {
  color: #f2eee5;
}

.bild-oben-verschoben1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -25% 0% auto;
  box-shadow: 3px 2px 11px 3px #00000061;
}

.section-gro-e-abst-nde {
  padding: 0;
}

.section-gro-e-abst-nde.zweitfarbe {
  border-bottom: 1px solid #000;
}

.section-gro-e-abst-nde.zweitfarbe.nopadding {
  border-bottom-width: 0;
  padding: 0 0;
  overflow: hidden;
}

.heading-links1 {
  margin-top: 10px;
  font-size: 30px;
  line-height: 45px;
}

.heading-links1.heading-2 {
  width: 80%;
  line-height: 1.3;
}

.heading-links1.heading-2.small {
  width: 80%;
  color: var(--text-black);
  letter-spacing: -.42px;
  font-size: 42px;
  line-height: 110%;
}

.heading-links1.heading-2.small.cap {
  text-transform: uppercase;
}

.heading-links1.heading-2.small-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.heading-links1.heading-2.main-2-h3 {
  color: #0b0a0a;
  letter-spacing: -.68px;
  margin-top: 0;
  margin-bottom: 38px;
  font-size: 68px;
  line-height: 90%;
}

.heading-links1.heading-2.main-2-h3.cap, .heading-links1.heading-2.main-2-h3.all-caps {
  text-transform: uppercase;
}

.heading-links1.heading-2.main-3-heading.cap {
  text-transform: uppercase;
}

.heading-links1.heading-2.left-heading-size-18 {
  color: var(--text-black);
  text-transform: uppercase;
  font-family: Opensans, Arial, sans-serif;
  font-size: 18px;
  line-height: 110%;
}

.heading-links1.heading-2.left-heading-size-18.cap {
  text-transform: uppercase;
}

.heading-links1.heading-2.main-4-right-heading {
  color: var(--text-black);
  letter-spacing: -.68px;
  margin-top: 0;
  margin-bottom: 41px;
  font-size: 68px;
  line-height: 90%;
}

.heading-links1.heading-2.main-4-right-heading.cap {
  text-transform: uppercase;
}

.heading-links1.heading-2.main-7-heading {
  color: var(--text-black);
  letter-spacing: -.42px;
  margin-top: 0;
  margin-bottom: 90px;
  font-size: 40px;
  line-height: 90%;
}

.heading-links1.heading-2.main-7-heading._100.cap {
  text-transform: uppercase;
}

.heading-links1.heading-2.main-8-heading {
  color: var(--text-black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 18px;
  line-height: 110%;
}

.heading-links1.heading-2.main-8-heading._100 {
  white-space: nowrap;
}

.heading-links1.heading-2.main-8-heading.cap {
  text-transform: uppercase;
}

.heading-links1.heading-2.main-9-heading {
  color: var(--text-black);
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 18px;
  line-height: 110%;
}

.heading-links1.heading-2.main-9-heading.cap {
  text-transform: uppercase;
}

.heading-links1.heading-2.main-10-heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 110%;
}

.heading-links1.heading-2.main-10-heading.cap {
  text-transform: uppercase;
}

.heading-links1.heading-2.main-11-heading, .heading-links1.heading-2.main-11-left-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 18px;
  line-height: 110%;
}

.heading-links1.heading-2.right-font-size-42px {
  color: var(--text-black);
  letter-spacing: -.68px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 57px;
  font-size: 42px;
  line-height: 110%;
}

.heading-links1.heading-2.font-size-18px {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 110%;
}

.heading-links1.heading-2.font-size-18px.black {
  width: auto;
  color: var(--text-black);
  margin-bottom: 20px;
  font-family: Opensans, Arial, sans-serif;
}

.heading-links1.heading-2.font-size-14 {
  font-size: 14px;
}

.heading-links1.heading-2.kontakt-main1-h3 {
  color: #0b0a0a;
  letter-spacing: -3.3px;
  width: auto;
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 70px;
  line-height: 90%;
}

.heading-links1.heading-2.portfolio-heading {
  color: var(--text-light-white);
  letter-spacing: -3.3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 110px;
  line-height: 90%;
}

.heading-links1.heading-2.portfolio-heading.blk {
  color: var(--text-black);
}

.heading-links1.heading-2._100 {
  width: 100%;
}

.heading-links1.heading-2.main-3-heading {
  color: #0b0a0a;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 28px;
  line-height: 130%;
}

.heading-links1.heading-2.main-3-heading.white {
  color: #f2eee5;
}

.heading-links1.heading-2.cap {
  text-transform: uppercase;
}

.heading-links1.heading-2.center {
  text-align: center;
  width: auto;
}

.heading-links1.flie-text {
  font-family: Opensans, Arial, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.heading-links1.flie-text.font-size-14 {
  font-family: Opensans, Arial, sans-serif;
  font-size: 14px;
}

.heading-links1.flie-text.font-size-14.pading {
  margin-top: 35px;
  margin-bottom: 35px;
}

.inhalt-mittig1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.heading-footer.heading-3.heading-footer-visu-1 {
  color: var(--text-light-white);
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Forum, Arial, sans-serif;
  font-size: 24px;
  line-height: 110%;
  display: flex;
}

.footer-visu-1 {
  background-color: var(--text-black);
  min-height: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.bild-oben-verschoben1-2 {
  object-fit: cover;
  height: 90vh;
  position: absolute;
  inset: -25% 0% auto;
  box-shadow: 3px 2px 11px 3px #00000061;
}

.link-formular {
  text-decoration: none;
}

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

.form-block-1 {
  margin-top: 20px;
}

.form-text.flie-text {
  font-family: Opensans, Arial, sans-serif;
}

.impdat {
  padding: 100px 40px;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.success-block.highlights {
  background-color: var(--text-black);
}

.heading-mittig1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 120px;
  display: flex;
}

.maps-gro {
  width: 100%;
  height: 800px;
}

.footer-inhalt {
  width: 20%;
  position: relative;
}

.footer-inhalt._2 {
  width: 25%;
}

.footer-inhalt._3 {
  width: 17%;
}

.footer-inhalt._4 {
  width: 12%;
}

.footer-inhalt._5 {
  width: 14%;
}

.link {
  color: #fff;
  text-decoration: none;
  display: block;
}

.impdat-2 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-2.flie-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  min-height: auto;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  text-decoration: none;
}

.ablaufplan-big-button-3 {
  z-index: 0;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: -2px;
  top: 10px;
}

._2er-grid1-6 {
  grid-template-rows: auto;
  place-items: stretch stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.no-overflow-4 {
  width: 100%;
  height: 22vh;
  margin-right: 20px;
  overflow: hidden;
}

.feature-image-4 {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: all 3s;
  position: relative;
}

.feature-image-4:hover {
  transform: scale(1.1);
}

.btn_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.btn_wrap.portfolio {
  margin-top: 0;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.logo-10 {
  z-index: 1111;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logo-10.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu-content-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-button-5 {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  transition: all .8s;
  display: flex;
}

.menu-button-5:hover {
  opacity: .65;
}

.menu-text {
  color: #f2eee5;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 40px;
  font-size: 14px;
  line-height: 150%;
}

.menu-text.flie-text {
  color: #f2eee5;
  font-family: Opensans, Arial, sans-serif;
  display: block;
}

.nav-links-wrapper-3 {
  z-index: 10;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 55px;
  display: flex;
  position: relative;
}

.logo-image {
  object-fit: contain;
  margin-top: 0;
}

.full-screen-menu {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #d1c6ac;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-link-wrap-2 {
  color: #333;
  text-align: left;
  letter-spacing: .6px;
  text-transform: uppercase;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Forum, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: transform .6s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  transform: translate(0);
}

.nav-link-wrap-2:hover {
  transform: none;
}

.nav-link-wrap-2.gap {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.nav-bar {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border-bottom-width: 1px;
  border-bottom-color: #0000004d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar.bg-color-black {
  background-color: #000c;
}

.heading-92 {
  color: #0b0a0a;
  letter-spacing: -.68px;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
  transition: color .5s;
}

.heading-92:hover {
  color: #00000080;
}

.burger-line-1 {
  background-color: #000;
  width: 17px;
  height: 1px;
}

.hamburger {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #f2eee5;
  border-radius: 200%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  padding: 10px;
  display: flex;
}

.hamburger._2 {
  object-fit: contain;
  background-color: #f2eee500;
  border-radius: 0%;
  width: 47px;
  height: 47px;
  padding: 0;
  display: none;
}

.image-269 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .4s ease-in-out;
}

.image-269._100vh {
  width: 100vw;
  height: 100vh;
}

.heading-large {
  letter-spacing: -3.3px;
  margin-bottom: 37px;
  font-size: 6.875rem;
  font-weight: 400;
  line-height: 90%;
}

.heading-large.heading-1 {
  margin-top: 0;
  font-size: 6.4rem;
}

.nav_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.para_1 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.para_1.main-2-para {
  width: 42%;
  margin-bottom: 165px;
  margin-left: auto;
  margin-right: 226px;
  display: block;
}

.inhalt-untereinander-1-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 37%;
}

.text-block-2 {
  text-align: center;
  font-size: 20px;
}

.text-block-2.flie-text.award-text {
  overflow-wrap: anywhere;
  line-height: 140%;
}

.bild-grid-4 {
  object-fit: cover;
  height: auto;
  margin: 5px auto;
  display: block;
}

.img-mask-2 {
  width: 50%;
}

.nav_links_2 {
  margin-bottom: 60px;
  font-family: Opensans, Arial, sans-serif;
}

.nav_links_2.padding {
  margin-bottom: 10px;
  padding-top: 20px;
}

.slider-right {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.right-arrow-6 {
  width: auto;
  height: auto;
  display: block;
  inset: auto auto -50px 65px;
}

.testimonial-image-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
  position: relative;
}

.testimonial-columns {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.arrow-6 {
  object-fit: contain;
  width: 52px;
}

.slider-left {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.testimonial-slide {
  width: 100%;
}

.slide-nav {
  display: none;
}

.left-arrow-6 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  inset: auto auto -50px 0%;
}

.nav-bar-2 {
  z-index: 999;
  background-color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #0000004d;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.image-272 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card_wrapper {
  width: 100%;
  height: 100%;
  margin-right: 20px;
  overflow: hidden;
}

.img_1 {
  aspect-ratio: 368 / 470;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.text-block-4 {
  text-transform: uppercase;
  font-size: 20px;
}

.text-block-4.flie-text {
  text-transform: none;
}

.text-block-4.flie-text.caps {
  text-transform: uppercase;
  font-family: Forum, Arial, sans-serif;
  font-size: 26px;
  line-height: 110%;
}

.text-block-4.flie-text.margin {
  margin-bottom: 15px;
  font-size: 14px;
}

.onhover_wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: none;
  position: absolute;
  inset: 0%;
}

._2er-grid1-1 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  width: 1500px;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.img-mask-1 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.list-4 {
  padding-left: 0;
  font-size: 16px;
}

.inhalt-untereinander-1-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.inhalt-untereinander-1-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-273 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img_wrap3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.img-mask-1-5 {
  margin-top: 40px;
}

.code-embed-2 {
  background-color: #1a1816;
  width: 100%;
  height: 100%;
}

.text-field {
  background-color: #fff0;
  border: 1px solid #0b0a0a99;
  border-radius: 20px;
}

.img-mask-6 {
  width: 58%;
  overflow: hidden;
}

.img-mask-6.hierght {
  height: 65vh;
}

.icon-small {
  object-fit: contain;
  width: 1.3rem;
}

.btn_3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #333;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.btn_3:hover {
  color: #fff;
  background-color: #0b0a0a99;
}

.btn_3.portfolio {
  border-style: solid;
  border-color: var(--text-light-white);
  color: #9b9898;
}

.btn_3.weitere-projekte {
  color: var(--text-light-white);
  border-color: #f2eee599;
  padding: 20px 30px;
  text-decoration: none;
}

._3er-grid1-2-4 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 13px;
  display: flex;
}

._3er-grid1-2-4.grid {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.btn-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.site-container {
  width: 1500px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.site-container.nav {
  padding-top: 13px;
  padding-bottom: 13px;
}

.site-container.main-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  width: 1500px;
  display: flex;
}

.site-container.main-4 {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  display: flex;
}

.site-container.main-5-content-block {
  width: 100%;
  padding-bottom: 61px;
}

.site-container.main-7 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  display: flex;
}

.site-container.main-8 {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: space-between;
}

.site-container.main-9 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.site-container.main-10 {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  display: flex;
  overflow: hidden;
}

.site-container.main-11 {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  display: flex;
}

.site-container.main-12 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  display: flex;
}

.site-container.footer-visu-1 {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.site-container.so-main-3, .site-container.kontakt {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  display: flex;
}

.nav_link_3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 35px;
  padding-top: 0;
  display: flex;
}

.navbar_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.site_button_3 {
  color: var(--text-black);
  border: 1px solid #0b0a0a99;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Opensans, Arial, sans-serif;
  line-height: 140%;
  text-decoration: none;
  transition: all .5s;
  display: none;
}

.site_button_3:hover {
  color: var(--text-light-white);
  background-color: #0b0a0a99;
}

.site_button_3.main-4-button {
  display: inline-block;
}

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

.navbar_2 {
  position: relative;
}

.video-starter-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--text-light-white);
  cursor: pointer;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  font-family: Opensans, Arial, sans-serif;
  line-height: 140%;
  display: flex;
  position: absolute;
  top: 44%;
  left: 46%;
}

.site_menu_video {
  z-index: 100;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.site_menu_video_box {
  position: relative;
}

.site_menu_video_box_closer {
  z-index: 200;
  cursor: pointer;
  margin-top: 20px;
  margin-right: 33px;
  position: absolute;
  right: 0;
}

.image-277 {
  object-fit: contain;
  width: 47px;
  height: 47px;
}

.nav_3 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.section-main {
  background-color: #f2eee5;
  margin-bottom: 80px;
  overflow: hidden;
}

.body {
  background-color: #f2eee5;
}

.section-main-2 {
  margin-top: 160px;
  margin-bottom: 80px;
  overflow: hidden;
}

.content-main-2 {
  width: 69.4%;
  margin-right: 1.9%;
}

.site_button_2 {
  border: 1px solid var(--text-black);
  background-color: var(--text-black);
  color: var(--text-light-white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  font-family: Opensans, Arial, sans-serif;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
}

.site_button_2:hover {
  background-color: #0b0a0a99;
  border: 1px solid #0b0a0a99;
}

.site_button_2.margin-bottom-30 {
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  transition: background-color .5s;
}

.site_button_2.main-11 {
  margin-top: 25px;
  padding: 10px 20px;
}

.site_button_2._2 {
  padding: 10px 20px;
}

.section-main-3 {
  margin-top: 30px;
  margin-bottom: 60px;
  overflow: hidden;
}

.content_4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.wrapper_4 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  border-bottom: 2px solid #0b0a0a1a;
  flex-flow: row;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.para_3 {
  padding-top: 20px;
  padding-bottom: 38px;
}

.para_3.col {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-transform: uppercase;
  display: flex;
}

.text-linkk {
  color: var(--text-black);
  font-family: Opensans, Arial, sans-serif;
  line-height: 140%;
  transition: color .5s;
}

.text-linkk:hover {
  color: #0b0a0a4d;
}

.text-linkk.white {
  color: var(--text-light-white);
}

.section-main-4 {
  padding-top: 80px;
  padding-bottom: 179px;
  overflow: hidden;
}

.left-block {
  width: 15%;
}

.left-block.width-20 {
  width: 20%;
  font-weight: 700;
}

.left-block._10px {
  padding-top: 10px;
}

.right-block {
  width: 75%;
}

.section-main-5 {
  background-image: url('../images/imgi_8_svetlana-telbukh-sand-malerin.webp');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  min-height: 900px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.main-5-content-block {
  z-index: 200;
  position: relative;
}

.main-5-content-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49%;
  display: flex;
}

.site_button_4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--text-light-white);
  background-color: var(--text-light-white);
  color: var(--text-black);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px 50px;
  font-family: Opensans, Arial, sans-serif;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.site_button_4:hover {
  background-color: #f2eee599;
  border-color: #f2eee599;
}

.marquee-div {
  width: 28.5%;
  max-height: 100vh;
  overflow: hidden;
}

.marquee-wrapper {
  grid-row-gap: 55px;
  flex-flow: column;
  display: flex;
}

.marquee-image {
  object-fit: cover;
  width: 179px;
  height: auto;
  transition: transform 3s;
}

.marquee-image:hover {
  transform: scale(1.8);
}

.marquee-image.margin {
  margin-left: auto;
}

.section-main-6 {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.awards-grid {
  grid-column-gap: 7.8%;
  grid-row-gap: 80px;
  flex-flow: wrap;
  padding-bottom: 30px;
  display: flex;
}

.award-list {
  width: 19.1%;
  font-family: Opensans, Arial, sans-serif;
  line-height: 140%;
  text-decoration: none;
}

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

.award-image {
  object-fit: contain;
  margin-bottom: 20px;
}

.award-list-round {
  aspect-ratio: 1;
  background-color: var(--text-black);
  width: 19.1%;
  height: 100%;
  color: var(--text-light-white);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: Opensans, Arial, sans-serif;
  font-size: 20px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.section-main-7 {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.main-7-left-block {
  width: 45%;
  margin-bottom: 30px;
}

.section-main-8 {
  padding-top: 200px;
  padding-bottom: 179px;
  overflow: hidden;
}

.list_3 {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  display: flex;
}

.section-9-main {
  margin-top: 80px;
  margin-bottom: 107px;
  overflow: hidden;
}

.section-9-main.vert {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.left-block-main-9 {
  width: 20%;
}

.right-block-main-9 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  height: 100%;
  font-family: Opensans, Arial, sans-serif;
  font-weight: 400;
  display: flex;
}

.list-heading-main-9 {
  width: 40%;
  color: var(--text-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 9px;
  font-family: Opensans, Arial, sans-serif;
  font-size: 12px;
  line-height: 110%;
}

.list-heading-main-9._1 {
  width: 28%;
}

.list-heading-main-9._2 {
  width: 20%;
}

.main-9-right-list {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  border-top: 1px solid #0b0a0a99;
  flex-wrap: wrap;
  width: 100%;
  height: 89px;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-list-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
}

.right-list-title {
  color: #00000080;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 33px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.right-list-title.small {
  margin-top: 4px;
  font-size: 14px;
}

.right-list-2, .right-list-3 {
  width: 20%;
}

.right-list-4 {
  width: 10%;
}

.section-10-main {
  padding-top: 80px;
  padding-bottom: 92px;
  overflow: hidden;
}

.section-main-10-left {
  width: 59%;
  position: relative;
  overflow: hidden;
}

.section-main-10-right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 37%;
  display: flex;
}

.main-10-play-button {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 41%;
  right: 43%;
}

.play-button {
  cursor: pointer;
  object-fit: contain;
}

.main-10-left-image {
  object-fit: cover;
  height: auto;
  transition: transform 3s;
}

.main-10-left-image:hover {
  transform: scale(1.1);
}

.main_10_video {
  z-index: 1000;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.main_10_video_box {
  width: 100%;
  height: 100%;
  position: relative;
}

.main_10_video_box_closer {
  z-index: 4000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 50px;
  margin-right: 50px;
  display: flex;
  position: absolute;
  right: 0;
}

.section-11-main {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.main_11-left-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.main_11-left-content {
  max-width: 500px;
}

.main_11-right-block {
  width: 60%;
  position: relative;
  overflow: hidden;
}

.swipper-wrapper {
  z-index: 1;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.section-main-12 {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.main-12-right-block {
  width: 75%;
  padding-bottom: 80px;
}

.quotation-icon {
  object-fit: contain;
  width: 28px;
  height: 23px;
  margin-bottom: 29px;
}

.main-11-heading {
  max-width: 943px;
  color: var(--text-black);
  letter-spacing: -.42px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: Forum, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 110%;
}

.testimonial-para-wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  display: flex;
}

.testimonial-content {
  width: 70%;
}

.testimonial-para {
  margin-bottom: 23px;
  font-family: Opensans, Arial, sans-serif;
  line-height: 140%;
}

.testimonial-image {
  object-fit: contain;
  width: 116px;
}

.testimonial-image-text {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 700;
  display: flex;
}

.testimonial-text {
  color: var(--text-black);
  text-align: center;
  text-transform: uppercase;
  font-family: Opensans, Arial, sans-serif;
  font-size: 12px;
  line-height: 110%;
}

.testimonial-text._2 {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.footer-list {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.list-email-text {
  color: var(--text-light-white);
  font-family: Opensans, Arial, sans-serif;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
  transition: color .5s;
}

.list-email-text:hover {
  color: #d1c6ac;
}

.link-block {
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.list-item {
  width: 100%;
  color: var(--text-light-white);
}

.foter-link {
  color: var(--text-light-white);
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 140%;
  text-decoration: none;
  transition: color .5s;
  display: block;
}

.foter-link:hover {
  color: #d1c6ac;
}

.scroll-top-block {
  cursor: pointer;
  background-color: #ffffff80;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  margin-right: 15px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.scroll-top-link {
  padding: 10px;
}

.so-section-main-1 {
  padding-top: 200px;
  overflow: hidden;
}

.so-heading-1 {
  color: var(--text-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 47px;
  font-family: Forum, Arial, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 90%;
}

.so-section-main-2 {
  padding-bottom: 105px;
  overflow: hidden;
}

.show-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.so-section-main-3 {
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.so-main-3-right-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  column-count: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  column-gap: 1rem;
}

.concert-section-main-3 {
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.image-278 {
  object-fit: contain;
  height: auto;
}

.right-list-content-wrapper {
  width: 58%;
  margin-left: 1rem;
}

.right-list-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.new_row {
  display: flex;
}

.biography-section-main-1 {
  padding-top: 210px;
  padding-bottom: 0;
  overflow: hidden;
}

.font-size-20 {
  font-family: Opensans, Arial, sans-serif;
  font-size: 20px;
}

.img_wrap_1 {
  width: 80%;
  max-width: 200px;
  height: 100%;
}

.font-size-14 {
  font-size: 14px;
}

.kotakt-section-1 {
  padding-top: 210px;
  padding-bottom: 90px;
  overflow: hidden;
}

.email-para {
  color: var(--text-black);
  margin-bottom: 15px;
  font-family: Opensans, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.form {
  width: 50%;
  font-family: Opensans, Arial, sans-serif;
}

.section-portfolio {
  padding-top: 200px;
  padding-bottom: 63px;
}

.section-portfolio.hauptfarbe {
  overflow: hidden;
}

.portfolio-tab-menu {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  padding-bottom: 28px;
  display: flex;
}

.tab-menu-text {
  overflow-wrap: anywhere;
  font-family: Opensans, Arial, sans-serif;
  font-size: 12px;
}

.tab-menu-link {
  color: var(--text-light-white);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f2eee51a;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.tab-menu-link.w--current {
  color: #0b0a0a;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Opensans, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
  display: flex;
}

.tab-menu-link.dark {
  color: var(--text-black);
  background-color: #0003;
  font-family: Opensans, Arial, sans-serif;
}

.tab-menu-link.dark.w--current {
  background-color: var(--text-black);
  color: var(--text-light-white);
}

.site_button_2-3 {
  border: 1px none var(--text-black);
  background-color: var(--text-black);
  color: var(--text-light-white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 15px 50px;
  font-family: Opensans, Arial, sans-serif;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
}

.site_button_2-3:hover {
  background-color: #0b0a0a99;
  border: 1px solid #0b0a0a99;
}

.site_button_2-3.w--current {
  border-color: var(--text-light-white);
  background-color: var(--text-light-white);
  color: var(--text-black);
  padding: 10px 20px;
}

.site_button_2-3.center {
  cursor: pointer;
}

.portfolio_tab1_video_1 {
  z-index: 100000;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.portfolio_tab1_video_box {
  width: 100%;
  height: 100%;
  position: relative;
}

.portfolio_tab1_video_box_closer {
  z-index: 4000;
  cursor: pointer;
  margin-top: 20px;
  margin-right: 33px;
  position: absolute;
  right: 0;
}

.portfolio-video-2 {
  z-index: 100000;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  display: none;
}

.portfolio_video-2_box_box_closer {
  z-index: 1000;
  margin-top: 22px;
  margin-right: 33px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.portfolio-video-3 {
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.portfolio_video-3_box_closer {
  z-index: 100;
  cursor: pointer;
  margin-top: 22px;
  margin-right: 33px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.portfolio-video-4 {
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.portfolio_video-4_box_closer {
  z-index: 100;
  cursor: pointer;
  margin-top: 22px;
  margin-right: 33px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.portfolio-video-5 {
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.portfolio_video-5_box_closer {
  z-index: 10000;
  cursor: pointer;
  margin-top: 22px;
  margin-right: 33px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.portfolio-video-6 {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.portfolio_video-6_box_closer {
  z-index: 10000;
  cursor: pointer;
  margin-top: 22px;
  margin-right: 33px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.portfolio-video-7 {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.portfolio_video-7_box_closer {
  z-index: 1000;
  cursor: pointer;
  margin-top: 22px;
  margin-right: 33px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.image-279 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 3s;
  position: absolute;
}

.image-279:hover {
  transform: scale(1.1);
}

.main-9-right-list-2, .main-9-right-list-3, .main-9-right-list-4, .main-9-right-list-5, .main-9-right-list-6 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  border-top: 1px solid #0b0a0a99;
  flex-wrap: wrap;
  width: 100%;
  height: 89px;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-2 {
  color: var(--text-light-white);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button_2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.code-embed-5 {
  z-index: 90;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.hidden {
  flex-flow: column;
  height: 100%;
  margin-top: 0;
  display: none;
  overflow: hidden;
}

.body-2 {
  background-color: #f2eee5;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.imp_block2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.imp_block1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.nav-translate-link {
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.nav-translate-link.flie-text {
  margin-bottom: 20px;
  display: block;
}

.nav-translate-link.flie-text:hover {
  color: #333;
}

.spacer-10 {
  height: 10px;
}

.list {
  font-size: 14px;
  line-height: 140%;
}

.list.flie-text {
  color: #000;
  margin-bottom: 10px;
  font-family: Opensans, Arial, sans-serif;
  line-height: 1.4;
}

.arrow-left {
  background-color: #fff;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.accordion-question-header {
  color: #fff;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.accordion-tab-button {
  cursor: pointer;
  background-color: #333;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

.accordion-item-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.arrow-right {
  background-color: #fff;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  padding: 20px 0;
}

.arrow-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.arrow-div-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: auto;
  display: flex;
}

.teiler {
  background-color: #878787;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
}

.div-block-1855 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  border-bottom: 2px solid #0b0a0a1a;
  flex-flow: row;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.inhalt-untereinander-1-13 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 37%;
}

.div-block-1856 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.div-block-1856.portfolio {
  margin-top: 0;
}

.image-286 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .4s ease-in-out;
}

.image-287 {
  object-fit: contain;
}

.footer_1 {
  flex-flow: column;
  display: flex;
}

.icon-up {
  object-fit: contain;
}

.popups_wrapper {
  display: flex;
}

.image-289 {
  object-fit: contain;
}

.utility-page-wrap-3 {
  background-color: var(--text-black);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.image-290 {
  filter: brightness(0%) invert();
  object-fit: contain;
  width: 10rem;
}

.utility-page-content-c3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.wrap {
  overflow-wrap: anywhere;
  font-size: 18px;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.heading-93 {
  font-family: Forum, Arial, sans-serif;
}

.text-block-6 {
  font-family: Open Sans, sans-serif;
}

.code-embed-8 {
  min-width: 40vw;
  display: flex;
}

.center {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-block-7 {
  text-align: center;
}

.back-button {
  z-index: 100;
  position: absolute;
  inset: 1% 1% auto auto;
}

.image-291 {
  cursor: pointer;
  object-fit: contain;
}

.text-block-10 {
  color: #8d8c8c;
}

.text-block-11 {
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .videodiv {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-links1.heading-2.kontakt-main1-h3 {
    font-size: 80px;
  }

  .heading-92 {
    font-size: 68px;
  }

  ._2er-grid1-1, .site-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .site-container.main-5-content-block {
    width: 1500px;
  }

  .so-heading-1 {
    font-size: 68px;
  }

  .portfolio_video-3_box {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .subheading1.heading-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .subheading1.heading-3.left {
    text-align: center;
  }

  .subheading1.heading-3.padding-bottom-30 {
    text-align: center;
    margin-bottom: 20px;
  }

  .videodiv {
    background-color: #0000005e;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    padding: 0%;
    display: flex;
  }

  .kontaktbutton.flie-text.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titelvideo-start-1 {
    height: 60vh;
  }

  .hauptheading.heading-2 {
    font-size: 70px;
    line-height: 75px;
  }

  .text-links.flie-text.margin-para {
    text-align: center;
    margin-bottom: 10px;
  }

  .text-links.flie-text.main-3-para {
    text-align: center;
  }

  .text-links.flie-text.main-4-para {
    width: 100%;
    margin-bottom: 10px;
  }

  .text-links.flie-text.main-5-para {
    text-align: center;
    font-size: 24px;
  }

  .text-links.flie-text.main-7-para, .text-links.flie-text.main-11-para, .text-links.flie-text.no-underline.blovkl, .text-links.flie-text.gap {
    text-align: center;
  }

  .bild-oben-verschoben1 {
    height: 70vh;
    top: -75%;
  }

  .section-gro-e-abst-nde {
    padding-top: 5vh;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section-gro-e-abst-nde.zweitfarbe.nopadding {
    padding: 60px;
  }

  .heading-links1.heading-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-links1.heading-2.small {
    text-align: center;
    width: 100%;
    font-size: 35px;
  }

  .heading-links1.heading-2.small-2 {
    width: auto;
  }

  .heading-links1.heading-2.main-2-h3 {
    text-align: center;
    width: auto;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.1;
  }

  .heading-links1.heading-2.main-3-heading {
    text-align: center;
  }

  .heading-links1.heading-2.main-3-heading.cap {
    font-size: 25px;
  }

  .heading-links1.heading-2.left-heading-size-18 {
    text-align: center;
    width: 100%;
  }

  .heading-links1.heading-2.main-4-right-heading {
    width: auto;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .heading-links1.heading-2.main-4-right-heading._100 {
    line-height: 1.1;
  }

  .heading-links1.heading-2.main-7-heading._100 {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.1;
  }

  .heading-links1.heading-2.main-8-heading {
    width: auto;
  }

  .heading-links1.heading-2.main-9-heading {
    text-align: center;
    width: auto;
    margin-bottom: 20px;
  }

  .heading-links1.heading-2.main-10-heading {
    text-align: center;
    font-size: 35px;
  }

  .heading-links1.heading-2.main-11-heading {
    text-align: center;
    width: auto;
    max-width: none;
  }

  .heading-links1.heading-2.main-11-left-heading {
    text-align: center;
    width: auto;
  }

  .heading-links1.heading-2.right-font-size-42px {
    width: auto;
    margin-bottom: 10px;
    font-size: 40px;
  }

  .heading-links1.heading-2.font-size-14 {
    text-align: center;
  }

  .heading-links1.heading-2.kontakt-main1-h3 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.2;
  }

  .heading-links1.heading-2.portfolio-heading {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 40px;
    line-height: 45%;
    display: flex;
  }

  .heading-links1.heading-2.main-3-heading.white {
    width: 100%;
  }

  .heading-links1.flie-text {
    text-align: center;
    line-height: 22px;
  }

  .heading-links1.flie-text.font-size-14 {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
  }

  .inhalt-mittig1 {
    padding-bottom: 20px;
  }

  .heading-footer.heading-3 {
    font-size: 12px;
  }

  .heading-footer.heading-3.heading-footer-visu-1 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .footer-visu-1 {
    min-height: auto;
    padding: 40px;
  }

  .bild-oben-verschoben1-2 {
    width: 100%;
    height: 70vh;
    top: -75%;
  }

  .form-block-1 {
    flex-flow: column;
    display: flex;
  }

  .form-text.flie-text {
    text-align: center;
  }

  .impdat, .success {
    padding: 60px;
  }

  .success-block {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .success-block.highlights {
    padding: 60px;
  }

  .heading-mittig1.heading-2 {
    font-size: 30px;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 70px;
  }

  .feature-image-4 {
    height: 100%;
  }

  .btn_wrap {
    margin-top: 10px;
  }

  .btn_wrap.portfolio {
    z-index: 99;
    flex-flow: column;
    margin-bottom: 20px;
    position: relative;
  }

  .btn_wrap.btm--margin {
    margin-bottom: 20px;
  }

  .nav-menu-content-2 {
    z-index: 1;
    padding-left: 0;
  }

  .nav-links-wrapper-3 {
    padding-left: 5%;
  }

  .logo-image {
    width: 200px;
  }

  .full-screen-menu {
    z-index: 1;
    display: none;
  }

  .nav-link-wrap-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .nav-bar.bg-color-black {
    z-index: 899;
    background-color: #0b0a0a;
    width: 100%;
    position: sticky;
    overflow: hidden;
  }

  .heading-92 {
    font-size: 30px;
  }

  .image-269._100vh {
    object-position: 50% 20%;
    width: 100%;
    height: 55vh;
  }

  .heading-large.heading-1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.1;
  }

  .para_1.main-2-para {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .inhalt-untereinander-1-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .text-block-2.flie-text.award-text {
    overflow-wrap: anywhere;
  }

  .bild-grid-4 {
    height: 55vh;
  }

  .img-mask-2 {
    height: 100%;
    margin-bottom: 20px;
  }

  .testimonial-slider {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .right-arrow-6 {
    margin-left: 60px;
    bottom: -40px;
    left: auto;
    right: auto;
  }

  .testimonial-image-block {
    width: 100%;
    padding: 10px 30px;
  }

  .testimonial-columns {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .left-arrow-6 {
    margin-right: 60px;
    bottom: -40px;
    left: auto;
    right: auto;
  }

  .card_wrapper {
    position: relative;
  }

  .img_1 {
    height: 55vh;
  }

  .text-block-4.flie-text.caps {
    z-index: 10;
    text-align: center;
    position: relative;
  }

  .text-block-4.flie-text.margin {
    color: var(--text-light-white);
    text-align: center;
  }

  .onhover_wrap {
    color: var(--text-light-white);
    background-image: linear-gradient(0deg, #000, #ffffff26);
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  ._2er-grid1-1 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    width: 100%;
    height: auto;
    padding: 0;
    display: flex;
  }

  .img-mask-1 {
    height: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .inhalt-untereinander-1-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .inhalt-untereinander-1-12 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .img_wrap3 {
    width: 100%;
    height: 55vh;
    margin-bottom: 20px;
  }

  .img-mask-1-5 {
    height: 100%;
  }

  .img-mask-6 {
    width: 100%;
    height: 55vh;
  }

  .img-mask-6.hierght {
    height: 55vh;
    margin-top: 0;
  }

  .btn_3.portfolio {
    justify-content: center;
    align-items: center;
  }

  .btn_3.weitere-projekte {
    background-color: var(--text-black);
    justify-content: center;
    align-items: center;
  }

  .btn_3.weitere-projekte.w--current {
    margin-top: 10px;
  }

  ._3er-grid1-2-4 {
    flex-flow: column;
    padding-bottom: 10px;
  }

  ._3er-grid1-2-4.grid {
    flex-flow: column;
    display: flex;
  }

  .site-container {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .site-container.nav {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .site-container.main-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .site-container.main-4 {
    flex-flow: column;
    align-items: center;
  }

  .site-container.main-5-content-block {
    padding: 20px;
  }

  .site-container.main-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .site-container.main-7.invert {
    flex-flow: column-reverse;
  }

  .site-container.main-9, .site-container.main-10, .site-container.main-11 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .site-container.main-11.invert {
    flex-flow: column-reverse;
  }

  .site-container.main-12 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
  }

  .site-container.so-main-3, .site-container.kontakt {
    flex-flow: column;
  }

  .site_button_3 {
    display: none;
  }

  .nav_3 {
    overflow: hidden;
  }

  .section-main {
    margin-bottom: 0;
  }

  .section-main-2 {
    margin: 0;
    padding: 60px;
  }

  .content-main-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .site_button_2.margin-bottom-30 {
    padding: 12px 20px;
  }

  .section-main-3 {
    margin: 0;
    padding: 60px;
  }

  .wrapper_4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .wrapper_4.invert {
    flex-flow: column-reverse;
  }

  .para_3 {
    padding: 10px;
  }

  .para_3.col {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section-main-4 {
    padding: 60px;
  }

  .left-block {
    text-align: center;
    width: auto;
  }

  .left-block.width-20 {
    width: auto;
  }

  .right-block {
    text-align: center;
    width: auto;
  }

  .section-main-5 {
    justify-content: center;
    align-items: center;
    height: 60vh;
    min-height: auto;
  }

  .main-5-content-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .marquee-div {
    width: 100%;
    max-height: none;
  }

  .marquee-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    height: 100%;
  }

  .marquee-image {
    object-fit: contain;
    width: 100%;
    height: 45vh;
  }

  .marquee-image:hover {
    transform: none;
  }

  .marquee-image.margin {
    width: 100%;
  }

  .marquee-image.margin:hover {
    transform: none;
  }

  .marquee-image.margin.weg, .marquee-image.weg {
    display: none;
  }

  .section-main-6 {
    padding: 60px;
  }

  .awards-grid {
    grid-column-gap: 20%;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .award-list {
    width: auto;
  }

  .award-image {
    width: 100px;
  }

  .award-list-round {
    width: 27%;
    font-size: 12px;
  }

  .section-main-7 {
    padding: 60px;
  }

  .main-7-left-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .section-main-8 {
    padding: 60px;
  }

  .list_3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section-9-main.vert {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .left-block-main-9 {
    width: auto;
  }

  .right-block-main-9 {
    width: 90%;
  }

  .right-list-title {
    font-size: 13px;
  }

  .section-10-main {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-main-10-left {
    width: 100%;
    height: auto;
  }

  .section-main-10-right {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
  }

  .main-10-left-image {
    width: 100%;
    height: 55vh;
  }

  .section-11-main {
    padding: 60px;
  }

  .main_11-left-block {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .main_11-left-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .main_11-right-block {
    width: 100%;
  }

  .swipper-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-main-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-12-right-block {
    width: 80%;
    padding-bottom: 0;
  }

  .main-11-heading {
    text-align: center;
    margin-bottom: 10px;
    font-size: 35px;
  }

  .testimonial-para-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .testimonial-content {
    width: 100%;
  }

  .testimonial-para {
    text-align: center;
  }

  .testimonial-image-text {
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-text {
    text-align: center;
  }

  .so-section-main-1 {
    padding-top: 60px;
  }

  .so-heading-1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 40px;
  }

  .so-section-main-2 {
    padding-bottom: 0;
  }

  .show-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 60px;
    display: grid;
  }

  .so-section-main-3 {
    padding: 60px;
  }

  .so-main-3-right-content {
    flex-flow: column;
    display: flex;
  }

  .concert-section-main-3 {
    padding: 60px;
  }

  .biography-section-main-1 {
    padding-top: 0;
  }

  .font-size-20 {
    font-size: 16px;
  }

  .img_wrap_1 {
    width: 100%;
    max-width: 100%;
  }

  .kotakt-section-1 {
    padding: 60px;
  }

  .email-para {
    text-decoration: none;
  }

  .form {
    width: 100%;
  }

  .section-portfolio.hauptfarbe {
    padding: 60px;
    overflow: hidden;
  }

  .portfolio-tab-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    display: flex;
  }

  .portfolio_tab1_video_1 {
    display: none;
  }

  .portfolio-video-2 {
    z-index: 9999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .portfolio-video-3 {
    display: none;
  }

  .portfolio_video-3_box {
    width: 100px;
  }

  .portfolio-video-6 {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .portfolio_video-6_box_closer {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-2, .button_2 {
    margin-top: 20px;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-item-wrapper {
    margin-bottom: 20px;
  }

  .accordion-pane-content {
    padding-bottom: 0;
  }

  .div-block-1855 {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .inhalt-untereinander-1-13 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    display: flex;
  }

  .div-block-1856.portfolio {
    flex-flow: column;
  }

  .div-block-1859 {
    width: 100%;
    max-height: none;
    overflow: visible;
  }

  .text-block-5 {
    font-size: 14px;
    line-height: 120%;
  }

  .code-embed-7, .image_1 {
    width: 100%;
    height: 100%;
  }

  .code-embed-8 {
    width: 100%;
    min-width: auto;
  }

  .center {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .subheading1.heading-3.left {
    font-size: 17px;
  }

  .videodiv {
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 40px;
  }

  .titelvideo-start-1 {
    height: 28rem;
  }

  .text-links.flie-text.main-5-para {
    font-size: 22px;
  }

  .bild-oben-verschoben1 {
    height: 60vh;
    top: -44%;
  }

  .section-gro-e-abst-nde {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-gro-e-abst-nde.zweitfarbe.nopadding {
    padding: 40px;
  }

  .heading-links1.heading-2 {
    width: auto;
  }

  .heading-links1.heading-2.small {
    font-size: 30px;
  }

  .heading-links1.heading-2.main-2-h3 {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .heading-links1.heading-2.main-3-heading {
    width: auto;
  }

  .heading-links1.heading-2.main-3-heading.cap {
    font-size: 22px;
  }

  .heading-links1.heading-2.main-4-right-heading._100, .heading-links1.heading-2.main-7-heading._100 {
    font-size: 35px;
  }

  .heading-links1.heading-2.main-10-heading {
    width: 90%;
    margin-bottom: 10px;
  }

  .heading-links1.heading-2.right-font-size-42px {
    font-size: 35px;
  }

  .heading-links1.heading-2.kontakt-main1-h3 {
    letter-spacing: -2px;
    margin-bottom: 10px;
    font-size: 35px;
  }

  .heading-links1.heading-2.portfolio-heading {
    font-size: 35px;
  }

  .heading-links1.flie-text, .heading-links1.flie-text.font-size-14 {
    font-size: 15px;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .footer-visu-1 {
    padding: 20px;
  }

  .bild-oben-verschoben1-2 {
    height: 65vh;
    top: -70%;
  }

  .impdat {
    padding: 40px;
  }

  .success {
    height: auto;
    padding: 40px;
  }

  .success-block {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .success-block.highlights {
    padding: 40px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .footer-inhalt {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer-inhalt._2 {
    margin-bottom: 20px;
  }

  .footer-inhalt._3 {
    width: auto;
    margin-bottom: 20px;
  }

  .footer-inhalt._4 {
    margin-bottom: 20px;
  }

  .footer-inhalt._5 {
    width: 100%;
  }

  ._2er-grid1-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .no-overflow-4 {
    width: 100%;
    height: 25rem;
    margin-right: 0;
  }

  .feature-image-4 {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image-4.top {
    object-position: 50% 0%;
  }

  .btn_wrap.portfolio {
    margin-bottom: 20px;
  }

  .nav-menu-content-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .nav-links-wrapper-3 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0%;
  }

  .logo-image {
    width: 180px;
  }

  .full-screen-menu {
    display: none;
  }

  .nav-link-wrap-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading-92 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 25px;
  }

  .image-269._100vh {
    height: 25rem;
  }

  .heading-large.heading-1 {
    font-size: 35px;
  }

  .nav_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1.4fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .inhalt-untereinander-1-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0 0;
  }

  .text-block-2.flie-text.award-text {
    font-size: 18px;
  }

  .bild-grid-4 {
    height: 25rem;
  }

  .img-mask-2 {
    width: 100%;
  }

  .right-arrow-6 {
    bottom: -30px;
  }

  .testimonial-image-block {
    width: 100%;
    padding: 10px;
  }

  .testimonial-columns {
    flex-direction: column;
  }

  .left-arrow-6 {
    bottom: -30px;
  }

  .img_1 {
    height: 25rem;
  }

  .text-block-4.flie-text.margin {
    text-align: center;
  }

  .onhover_wrap {
    z-index: 1;
  }

  ._2er-grid1-1 {
    min-height: 100vh;
  }

  .inhalt-untereinander-1-1, .inhalt-untereinander-1-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img_wrap3 {
    flex-flow: column;
    height: 25rem;
  }

  .img_wrap3.auto {
    height: auto;
  }

  .img-mask-6 {
    width: 100%;
    height: 25rem;
  }

  .img-mask-6.hierght {
    height: 25rem;
  }

  ._3er-grid1-2-4 {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .site-container.main-12 {
    max-width: 100%;
    padding-top: 20px;
  }

  .site-container.footer-visu-1 {
    grid-column-gap: 11%;
    grid-row-gap: 11%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_link_3 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .site_button_3 {
    border-color: var(--text-light-white);
    color: var(--text-light-white);
    display: none;
  }

  .site_button_3.main-4-button {
    text-align: center;
  }

  .menu-left-image {
    position: static;
  }

  .navbar_2 {
    width: 100%;
    height: 40vh;
  }

  .section-main {
    margin-bottom: 0;
  }

  .section-main-2, .section-main-3 {
    padding: 40px;
  }

  .wrapper_4 {
    flex-flow: column;
  }

  .section-main-4 {
    padding: 40px;
  }

  .left-block.width-20 {
    width: auto;
  }

  .section-main-5 {
    height: auto;
    padding: 40px;
  }

  .marquee-div {
    max-height: none;
  }

  .marquee-image {
    height: 25rem;
  }

  .marquee-image.margin.weg, .marquee-image.weg {
    display: none;
  }

  .section-main-6 {
    padding: 40px;
  }

  .award-list-round {
    width: 30%;
  }

  .section-main-7, .section-main-8 {
    padding: 40px;
  }

  .right-list-1 {
    width: 30%;
  }

  .right-list-1._100 {
    width: 100%;
  }

  .right-list-2 {
    width: 26%;
  }

  .section-10-main {
    padding: 40px 0;
  }

  .section-10-main.btm-0 {
    padding-bottom: 0;
  }

  .section-main-10-right {
    padding: 60px 0;
  }

  .section-main-10-right.btm-0 {
    padding-bottom: 0;
  }

  .main-10-left-image {
    height: 25rem;
  }

  .section-11-main {
    padding: 40px;
  }

  .swipper-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
  }

  .section-main-12 {
    padding: 40px;
  }

  .main-12-right-block {
    width: 100%;
  }

  .main-11-heading {
    max-width: 100%;
  }

  .so-section-main-1 {
    padding-top: 40px;
  }

  .so-heading-1 {
    font-size: 35px;
  }

  .show-wrapper {
    flex-flow: column;
    padding: 40px;
    display: flex;
  }

  .so-section-main-3, .concert-section-main-3 {
    padding: 40px;
  }

  .image-278 {
    width: 100%;
    height: 20rem;
  }

  .right-list-content-wrapper._100 {
    width: 100%;
  }

  .new_row.vert {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .font-size-20 {
    font-size: 15px;
  }

  .img_wrap_1 {
    height: 25rem;
  }

  .kotakt-section-1, .section-portfolio.hauptfarbe {
    padding: 40px;
  }

  .portfolio-tab-menu {
    flex-direction: column;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-menu-link {
    width: 100%;
  }

  .imp_block1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-translate-link.flie-text {
    text-align: center;
    margin-bottom: 0;
  }

  .list.flie-text {
    padding-left: 20px;
  }

  .accordion-tab-button {
    width: 100%;
  }

  .accordion-item-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .arrow-div {
    width: 18px;
    height: 18px;
  }

  .inhalt-untereinander-1-13 {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-5 {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font-size: 12px;
  }

  .image-290 {
    width: 5rem;
  }

  .wrap {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .videodiv {
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 20px;
  }

  .kontaktbutton.flie-text.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .hauptheading.heading-2 {
    font-size: 50px;
    line-height: 55px;
  }

  .text-links.flie-text.main-5-heading {
    text-align: center;
  }

  .text-links.flie-text.main-5-para {
    overflow-wrap: anywhere;
    font-size: 20px;
  }

  .bild-oben-verschoben1 {
    height: 40vh;
    position: static;
  }

  .section-gro-e-abst-nde {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-gro-e-abst-nde.zweitfarbe.nopadding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-links1.heading-2.small {
    font-size: 25px;
  }

  .heading-links1.heading-2.small-2 {
    font-size: 19px;
  }

  .heading-links1.heading-2.main-2-h3 {
    font-size: 25px;
  }

  .heading-links1.heading-2.main-3-heading {
    font-size: 23px;
  }

  .heading-links1.heading-2.main-3-heading.white, .heading-links1.heading-2.main-4-right-heading, .heading-links1.heading-2.main-4-right-heading._100, .heading-links1.heading-2.main-7-heading._100, .heading-links1.heading-2.main-10-heading {
    font-size: 25px;
  }

  .heading-links1.heading-2.right-font-size-42px {
    font-size: 30px;
  }

  .heading-links1.heading-2.kontakt-main1-h3 {
    letter-spacing: 0;
    font-size: 25px;
  }

  .heading-links1.heading-2.portfolio-heading {
    font-size: 30px;
  }

  .heading-links1.flie-text {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-links1.flie-text.font-size-14, .heading-footer.heading-3 {
    font-size: 14px;
  }

  .bild-oben-verschoben1-2 {
    min-height: 40vh;
    position: static;
  }

  .impdat, .success {
    padding-left: 20px;
    padding-right: 20px;
  }

  .success-block.highlights {
    padding: 20px;
  }

  .heading-mittig1 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-mittig1.heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .maps-gro {
    height: 300px;
  }

  .footer-inhalt {
    margin-left: 0;
    margin-right: 0;
  }

  .impdat-2 {
    padding: 40px 10px;
  }

  .impdat-2.flie-text {
    min-height: auto;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 60px;
  }

  .no-overflow-4 {
    height: 25rem;
  }

  .btn_wrap {
    flex-flow: column;
    align-items: center;
  }

  .btn_wrap.portfolio {
    align-items: center;
  }

  .nav-menu-content-2 {
    flex-direction: row;
    justify-content: space-between;
  }

  .menu-button-5 {
    justify-content: flex-end;
    align-items: center;
  }

  .menu-text.flie-text {
    margin-left: 0;
  }

  .nav-links-wrapper-3 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60vh;
    padding-left: 0%;
  }

  .logo-image {
    width: 100px;
  }

  .full-screen-menu {
    display: none;
  }

  .nav-link-wrap-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-92 {
    text-align: center;
    font-size: 24px;
  }

  .heading-large.heading-1 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .nav_wrapper {
    grid-template-columns: 1.4fr;
    grid-auto-flow: row;
    display: flex;
  }

  .inhalt-untereinander-1-3 {
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2.flie-text.award-text {
    font-size: 16px;
  }

  .bild-grid-4 {
    height: 25rem;
  }

  .img-mask-2 {
    width: 100%;
  }

  .nav_links_2 {
    margin-bottom: 0;
  }

  .testimonial-image-block {
    padding: 15px;
  }

  .list-4.flie-text {
    padding-left: 10px;
  }

  .inhalt-untereinander-1-1 {
    padding: 0;
  }

  .inhalt-untereinander-1-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .img_wrap3 {
    margin-bottom: 20px;
  }

  .code-embed-2 {
    font-size: 30px;
  }

  .img-mask-6 {
    margin-top: 0;
  }

  .btn_3 {
    justify-content: center;
    align-items: center;
  }

  .nav_link_3 {
    margin-top: 10px;
  }

  .site_button_3 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    display: none;
  }

  .navbar_2 {
    width: 100%;
    height: 40vh;
  }

  .video-starter-div {
    top: 35%;
    left: 38%;
  }

  .section-main-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site_button_2 {
    flex-flow: column;
    padding: 12px 20px;
    display: flex;
  }

  .section-main-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .para_3 {
    text-align: center;
  }

  .section-main-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-block._10px {
    padding-top: 0;
  }

  .section-main-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site_button_4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-main-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .awards-grid {
    padding-bottom: 10px;
  }

  .award-image {
    width: 80px;
  }

  .award-list-round {
    font-size: 10px;
  }

  .section-main-7, .section-main-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-list-1 {
    width: 35%;
  }

  .right-list-title {
    overflow-wrap: anywhere;
    font-size: 9px;
  }

  .right-list-title.small {
    font-size: 10px;
  }

  .right-list-2 {
    width: 21%;
  }

  .section-10-main {
    padding-top: 40px;
  }

  .section-main-10-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-11-main, .section-main-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-11-heading {
    font-size: 25px;
  }

  .so-heading-1 {
    font-size: 30px;
  }

  .show-wrapper, .so-section-main-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .concert-section-main-3 {
    padding: 20px;
  }

  .right-list-link {
    flex-flow: column;
    align-items: center;
  }

  .font-size-20 {
    font-size: 14px;
  }

  .kotakt-section-1, .section-portfolio.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site_button_2-3 {
    padding: 12px 20px;
  }

  .site_button_2-3.w--current {
    text-align: center;
  }

  .nav-translate-link.flie-text {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .nav-translate-link.flie-text.w--current {
    text-align: center;
  }

  .accordion-question-header {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1em;
  }

  .accordion-tab-button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .accordion-pane-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow-div {
    margin-right: 0;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .inhalt-untereinander-1-13 {
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .utility-page-wrap-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .wrap {
    overflow-wrap: normal;
    font-size: 9px;
  }

  .text-block-8 {
    text-align: center;
  }

  .text-block-9 {
    text-align: center;
    font-size: 10px;
  }
}

#w-node-_551c31d6-b8b9-ec6b-c3f9-27a923fd6348-e55cf5ca, #w-node-_29bd55e4-35a4-33d9-e54f-54199cda97cc-e55cf5ca, #w-node-_551c31d6-b8b9-ec6b-c3f9-27a923fd6348-e2a226fd, #w-node-_29bd55e4-35a4-33d9-e54f-54199cda97cc-e2a226fd, #w-node-_551c31d6-b8b9-ec6b-c3f9-27a923fd6348-5bcb511d, #w-node-_29bd55e4-35a4-33d9-e54f-54199cda97cc-5bcb511d {
  justify-self: auto;
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Forum';
  src: url('../fonts/Forum-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}