:root {
  --goldenrod: #d4af37;
  --white: white;
  --maroon-2: #563734;
  --goldenrod-2: #d5b056;
  --dark-goldenrod: #b6933e;
  --chocolate: #b56e2c;
  --sienna: #7e5853;
  --royal-blue: #35b;
  --pale-goldenrod: #f6e8af;
  --cornsilk: #faf5df;
  --black-2: #333;
  --olive: #766228;
  --black: black;
  --grey: grey;
  --indian-red: #b06c6d;
  --gainsboro: #dbdada;
  --light-pink: #ffacc6;
  --maroon: #43210e;
  --black-3: #030c27;
  --black-4: #3a303d;
  --cornflower-blue: #8ba8ff;
}

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

.logo {
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: relative;
  left: auto;
  overflow: visible;
}

.linkfooter {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.linkfooter.w--current {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.button-auf-schwarz {
  background-color: var(--goldenrod);
  margin-bottom: 20px;
}

.button-auf-schwarz:hover {
  background-color: #000;
  margin-bottom: 20px;
}

.utility-page-wrap {
  background-image: url('../images/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%;
  margin-bottom: 0%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  margin-bottom: 5%;
  display: block;
  position: absolute;
  bottom: 0%;
}

.utility-page-form {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0%;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.footerheading-2 {
  color: #ddb545;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.section-6 {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16%;
  justify-content: center;
  justify-items: center;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: block;
}

.div-block-34, .div-block-35, .div-block-37 {
  width: 100%;
}

.section-25 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.div-block-42 {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

.heading-24 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.heading-24.top-margin {
  margin-top: 40px;
}

.paragraph-14 {
  margin-bottom: 10px;
}

.section-17 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
}

.navbar-6 {
  z-index: 1;
  background-color: var(--maroon-2);
  background-image: repeating-linear-gradient(177deg, var(--goldenrod-2), var(--dark-goldenrod) 25%, var(--goldenrod-2) 50%, var(--dark-goldenrod) 75%, var(--goldenrod-2));
  width: 100%;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: 1px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: all .2s;
}

.nav-link-3:hover {
  transform: scale(1.1);
}

.nav-link-3.w--current {
  background-color: var(--dark-goldenrod);
  color: var(--white);
  border-radius: 6px;
  transform: scale(1.1);
  box-shadow: 0 0 8px -3px #000;
}

.hero-heading-2 {
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  font-family: Raleway, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 125px;
}

.button-16 {
  background-color: var(--chocolate);
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.button-16:hover {
  background-color: var(--sienna);
}

.button-16._1 {
  text-transform: none;
  margin-right: 20px;
  font-size: 18px;
}

.button-16._1.blau {
  background-color: var(--royal-blue);
}

.paragraph {
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

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

.section-29 {
  border-style: solid none;
  border-width: 5px;
  border-color: var(--goldenrod-2);
  min-height: 400px;
  color: var(--white);
  text-align: center;
  text-shadow: 0 0 8px #000;
  background-image: linear-gradient(#00000029, #00000029), url('../images/P1000552_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 200px;
  display: flex;
  position: relative;
}

.div-block-45 {
  width: 100%;
}

.heading-18 {
  color: var(--sienna);
  text-transform: uppercase;
  font-family: Merienda, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-47 {
  width: 700px;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.div-block-47._1 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-48 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 390px;
  max-width: 50%;
  margin: 50px;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 13px 2px #0000002b;
}

.div-block-46 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 5px solid var(--goldenrod-2);
  background-color: var(--maroon-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: start center;
  padding: 40px 60px;
  display: grid;
  position: relative;
}

.div-block-27 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
}

.column-18 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-71 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
}

.paragraph-15 {
  color: #fff;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

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

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

.html-embed-3 {
  background-color: #dfdfdf;
  width: 100%;
}

.willkommen {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 60px;
  display: flex;
}

.grid-9 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
  place-items: center;
  max-width: 300px;
  margin-top: 20px;
  padding: 10px;
  display: flex;
}

.grid-9._2 {
  max-width: none;
}

.slider-4 {
  height: auto;
}

.slider-4._2 {
  width: 100%;
  height: 300px;
}

.weg {
  display: none;
}

.slide-28 {
  background-image: url('../images/P1010948.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-29 {
  background-image: url('../images/P1010947.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-30 {
  background-image: url('../images/P1010982.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-31 {
  background-image: url('../images/P1010952.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-32 {
  background-image: url('../images/P1010946.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/P1010951.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-34 {
  background-image: url('../images/P1010983.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-35 {
  background-image: url('../images/P1010950.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-36 {
  background-image: url('../images/P1010949.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/P1010984.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/P1010951_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-4 {
  background-image: url('../images/P1010946_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-37 {
  background-image: url('../images/P1000546.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-38 {
  background-image: url('../images/P1000548.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-39 {
  background-image: url('../images/P1000546.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-40 {
  background-image: url('../images/P1000552.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-41 {
  background-image: url('../images/P1010953.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-42 {
  background-image: url('../images/P1010957.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-43 {
  background-image: url('../images/P1000551.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-44 {
  background-image: url('../images/P1010954.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-45 {
  background-image: url('../images/P1010956.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-5 {
  background-image: url('../images/P1010955.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-6 {
  background-image: url('../images/P1010948.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-46 {
  background-image: url('../images/P1000527.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-47 {
  background-image: url('../images/P1000504.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-48 {
  background-image: url('../images/P1000523.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-49 {
  background-image: url('../images/P1000513.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-50 {
  background-image: url('../images/P1000531_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-51 {
  background-image: url('../images/P1000529.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-52 {
  background-image: url('../images/P1000531.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-53 {
  background-image: url('../images/P1000555.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-54 {
  background-image: url('../images/P1000541.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-7 {
  background-image: url('../images/P1000542.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-8 {
  background-image: url('../images/P1000557.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-9 {
  background-image: url('../images/P1000556.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-10 {
  background-image: url('../images/P1000540.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-55 {
  background-image: url('../images/P1010960.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-56 {
  background-image: url('../images/P1010963.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-57 {
  background-image: url('../images/P1010959.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-58 {
  background-image: url('../images/P1010962.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-59 {
  background-image: url('../images/P1010961.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-60 {
  background-image: url('../images/P1010965.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-61 {
  background-image: url('../images/P1010966_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-62 {
  background-image: url('../images/P1010964.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-63 {
  background-image: url('../images/P1010967.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-11 {
  background-image: url('../images/P1010968.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-12 {
  background-image: url('../images/P1010969.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-13 {
  background-image: url('../images/P1010972.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-14 {
  background-image: url('../images/P1010970.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-15 {
  background-image: url('../images/P1010971.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-16 {
  background-image: url('../images/P1010973.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-17 {
  background-image: url('../images/P1010974.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-19 {
  background-image: url('../images/P1010966.webp');
  background-position: 50%;
  background-size: cover;
}

.link-block-3 {
  width: 25px;
  height: 25px;
  padding-left: 0;
}

.link-8 {
  color: var(--white);
  text-decoration: none;
}

.link-8.w--current {
  color: var(--white);
}

.div-block-111 {
  z-index: 3;
  background-image: linear-gradient(#00000057, #00000057);
  flex-direction: column;
  place-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-111.schmaler {
  height: 60vh;
}

.slide-65 {
  background-image: url('../images/P1010946_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-66 {
  background-image: url('../images/P1000552_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-67 {
  background-image: url('../images/P1000531_1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-68 {
  background-image: url('../images/P1000523_1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.link-9 {
  color: var(--white);
  text-decoration: none;
}

.link-9.w--current {
  color: var(--white);
}

.link-block-4 {
  margin-left: 0;
  padding-left: 0;
}

.section {
  background-color: var(--white);
  min-height: auto;
  padding-bottom: 40px;
  position: relative;
}

.section.schmaler {
  background-color: var(--white);
  min-height: 300px;
}

.slider-7 {
  border: 5px solid var(--goldenrod-2);
  background-color: var(--white);
  width: 100%;
  height: 400px;
  margin-top: 20px;
}

.slide-77 {
  background-image: url('../images/9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-78 {
  background-image: url('../images/10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-79 {
  background-image: url('../images/7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-80 {
  background-image: url('../images/6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-81 {
  background-image: url('../images/8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-82 {
  background-image: url('../images/5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-83 {
  background-image: url('../images/2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-84 {
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-85 {
  background-image: url('../images/4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-20 {
  background-image: url('../images/3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-5, .icon-6, .slide-nav {
  display: none;
}

.image-32 {
  color: #d5b056;
  object-fit: contain;
  height: 145px;
}

.slider-8 {
  height: 90vh;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-112 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-32 {
  background-color: var(--white);
  background-image: linear-gradient(90deg, var(--pale-goldenrod), var(--white) 50%, var(--pale-goldenrod));
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.heading {
  text-align: center;
  font-family: Calligraffitti, sans-serif;
  font-size: 65px;
  line-height: 70px;
}

.heading.kleiner {
  font-size: 38px;
  line-height: 42px;
}

.spacer {
  background-color: var(--dark-goldenrod);
  width: 500px;
  max-width: 100%;
  height: 2px;
  margin: 10px auto 30px;
}

.section-33 {
  display: block;
}

.slide-86 {
  background-image: url('../images/P1000599_1.webp');
  background-position: 50%;
  background-size: cover;
}

.image-33 {
  margin-bottom: 10px;
}

.kontakt-2 {
  border: 5px solid var(--goldenrod-2);
  background-color: #f3f3f3;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.div-block-103 {
  padding: 60px 10vw;
}

.div-block-113 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.nav-menu {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.section-34 {
  padding: 140px 40px 40px;
}

.slide-87 {
  background-image: url('../images/P1010966.webp');
  background-position: 50%;
  background-size: cover;
}

.link-block-5 {
  z-index: 100;
  background-image: linear-gradient(344deg, var(--goldenrod-2), var(--goldenrod-2) 22%, var(--white) 90%, #d5b056);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-decoration: none;
  position: absolute;
  inset: 2% auto auto 1%;
}

.image-35 {
  z-index: 10;
  width: 280px;
}

.columns-14 {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.column-62 {
  background-image: url('../images/1_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.column-63 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1000599.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.columns-15 {
  width: 100%;
  height: 400px;
}

.heading-72 {
  font-family: Calligraffitti, sans-serif;
  font-size: 34px;
}

.column-64 {
  background-image: url('../images/Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  margin-top: 194px;
}

.column-65 {
  height: 200px;
}

.image-36 {
  border: 5px solid var(--goldenrod-2);
  background-image: radial-gradient(circle, #000, #fff);
}

.slide-1-21 {
  background-image: url('../images/P1000543.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-22 {
  background-image: url('../images/P1000585_1.webp');
  background-position: 50%;
  background-size: cover;
}

.image-37 {
  border: 5px solid var(--goldenrod-2);
  object-fit: cover;
  height: 350px;
}

.div-block-117, .lightbox-link {
  margin-bottom: 20px;
}

.text-span-11 {
  font-size: 25px;
}

.grid-12 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-around;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-12._2 {
  max-width: 1000px;
}

.image-38 {
  margin-right: 0;
  padding-right: 0;
}

.image-39 {
  padding-left: 10px;
}

.lightbox-link-2 {
  background-image: url('../images/P1010948.webp');
  background-position: 0 0;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-2._12 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1040179.webp');
}

.lightbox-link-2.rand {
  border: 5px solid var(--goldenrod-2);
}

.lightbox-link-3 {
  background-image: url('../images/P1010947.webp');
  background-position: 50% 100%;
  background-size: cover;
  border: 1px solid #000;
  width: 300px;
  height: 300px;
}

.lightbox-link-3._23 {
  border-width: 5px;
  border-color: var(--goldenrod-2);
  background-image: url('../images/P1040180.webp');
}

.lightbox-link-3.rand {
  border-width: 5px;
  border-color: var(--goldenrod-2);
}

.lightbox-link-4 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010982.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-4._44 {
  background-image: url('../images/P1040181.webp');
}

.lightbox-link-5 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010952.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-5._123 {
  background-image: url('../images/P1040182.webp');
}

.lightbox-link-6 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010946.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-7 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010951.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-8 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010983.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-9 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010950.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-10 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010949.webp');
  background-position: 0%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-11 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010984.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.link-block-6 {
  width: 100%;
  text-decoration: none;
}

.link-block-6:hover {
  background-color: var(--cornsilk);
}

.italic-text {
  color: var(--black-2);
}

.link1 {
  width: 100%;
  text-decoration: none;
}

.link1:hover {
  background-color: var(--cornsilk);
}

.italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8, .italic-text-9 {
  color: var(--black-2);
}

.lightbox-link-13 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010948.webp');
  background-position: 0 0;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-13._1 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1000546.webp');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-13._2 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1000549.webp');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-13._3 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010953.webp');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-13._4 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010957.webp');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-13._5 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1000551.webp');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-13._6 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010954.webp');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-13._7 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010956.webp');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-13._8 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010955.webp');
  background-position: 100%;
  background-size: cover;
}

.italic-text-10, .italic-text-11, .italic-text-12 {
  color: var(--black-2);
}

.lightbox-link-14 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: 200px;
  height: 200px;
}

.lightbox-link-14._1 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010960.webp');
  background-position: 0 0;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-14._1._2 {
  background-image: url('../images/P1000543.webp');
}

.lightbox-link-14._2 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010972.webp');
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-14._2._3 {
  background-image: url('../images/P1000531_1.webp');
}

.lightbox-link-14._3 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010959.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-14._3._4 {
  background-image: url('../images/P1000513.webp');
}

.lightbox-link-14._4 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010971.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-14._4._5 {
  background-image: url('../images/P1000556.webp');
}

.lightbox-link-14._5 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010974.webp');
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-14._5._6 {
  background-image: url('../images/P1000542.webp');
}

.lightbox-link-14._6 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010965.webp');
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-14._6._7 {
  background-image: url('../images/P1000555.webp');
}

.lightbox-link-14._7 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010966_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-14._7._8 {
  background-image: url('../images/P1000585.webp');
}

.lightbox-link-14._8 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010964.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-14._8._9 {
  background-image: url('../images/P1000532.webp');
}

.lightbox-link-14._9 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010967.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-14._10 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010968.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-14._11 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010969.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-14._12 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010972.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-14._13 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010970.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.lightbox-link-14._14 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/P1010973.webp');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.body-1 {
  background-image: linear-gradient(344deg, var(--pale-goldenrod), white);
}

.image-40 {
  filter: invert();
}

.div-block-119 {
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.slide-96 {
  background-image: url('../images/P1040182.webp');
  background-position: 0 0;
  background-size: contain;
}

.slide-96._1 {
  background-image: url('../images/P1040181.webp');
}

.slide-96._12 {
  background-image: url('../images/P1040180.webp');
}

.slide-97, .slide-98, .slide-99, .slide-100 {
  background-image: url('../images/P1040179.webp');
  background-position: 0 0;
  background-size: contain;
}

.div-block-120 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/Bild-1-1.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.div-block-121 {
  border: 5px solid var(--goldenrod-2);
  background-image: url('../images/Bild-2-1.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 300px;
}

.div-block-122 {
  z-index: 1;
  background-color: var(--goldenrod-2);
  height: 5px;
  position: sticky;
}

.div-block-123, .div-block-124 {
  margin-bottom: 20px;
}

.div-block-125 {
  margin-bottom: 30px;
}

.link-10 {
  color: var(--white);
  text-decoration: none;
}

.link-10.w--current {
  color: var(--white);
}

.link-11 {
  color: var(--white);
  text-decoration: none;
}

.link-12 {
  color: #d4c9a3;
  text-decoration: none;
}

.link-12:hover {
  color: var(--goldenrod);
}

.div-block-126 {
  max-width: 71vw;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  left: 305px;
}

.columns-16 {
  width: 100%;
}

.html-embed-4 {
  flex-direction: column;
  align-items: center;
  height: 900px;
  margin-bottom: 40px;
  display: flex;
}

.bold-text-9 {
  font-size: 16px;
}

.div-block-129 {
  width: 100%;
}

.html-embed-7 {
  width: 100%;
  height: 100%;
}

.div-block-130 {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: center;
}

.link-16 {
  color: #fff;
  text-align: center;
  background-color: #472e2b;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  display: block;
}

.container, .container-2 {
  text-align: center;
}

.link-block-7, .link-block-8, .link-block-9 {
  margin-bottom: 20px;
}

.link {
  color: var(--goldenrod);
  text-decoration: none;
}

.link:hover {
  color: #c29913;
}

.text-span-12 {
  color: var(--goldenrod);
  font-weight: 700;
}

.bold-text-10 {
  color: var(--goldenrod);
}

.popupmain {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-inside {
  border: 4px solid var(--dark-goldenrod);
  background-color: #eaeaea;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 10px 20px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 11px #000;
}

.popup-inside:hover {
  box-shadow: 4px 0 16px 4px #000;
}

.image-62 {
  opacity: .5;
  cursor: pointer;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-62:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.heading-89 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-89.bottom-margin {
  margin-bottom: 20px;
}

.paragraph-57 {
  color: #7f7f7f;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.paragraph-57.darker {
  font-size: 24px;
  line-height: 40px;
}

.paragraph-57.darker:hover {
  color: #4f4f4f;
}

.popup-2 {
  z-index: 200000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.divpopup-2 {
  background-color: var(--goldenrod-2);
  text-align: center;
  width: 100%;
  max-width: 800px;
  min-height: 150px;
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  overflow: auto;
  box-shadow: 1px 1px 15px #0000005e;
}

.image-popup-2 {
  float: right;
  opacity: .5;
  cursor: pointer;
  background-image: linear-gradient(#0000, #0000);
  width: 30px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding: 7px;
  transition: background-color .4s, opacity .4s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-popup-2:hover {
  opacity: 1;
  background-color: #00000024;
  background-image: none;
  border-radius: 5px;
}

.titelvideo {
  margin-top: 0;
  font-size: 50px;
  line-height: 55px;
}

.titelvideo.heading-1 {
  color: #fff;
  font-size: 35px;
  line-height: 45px;
}

.paragraph-54 {
  margin-top: 0;
  font-size: 16px;
}

.paragraph-54.flie-text {
  color: #fff;
}

.popup-inside-2 {
  background-color: #eaeaea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 10px 20px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 11px #000;
}

.popup-inside-2:hover {
  box-shadow: 4px 0 16px 4px #000;
}

.image-63 {
  opacity: .5;
  cursor: pointer;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-63:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.heading-90 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-90.bottom-margin {
  margin-bottom: 20px;
}

.paragraph-58 {
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-58.mitting {
  text-align: center;
}

.divpopup-3 {
  text-align: center;
  background-color: #d5b056;
  width: 100%;
  max-width: 800px;
  min-height: 150px;
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  position: relative;
  overflow: auto;
  box-shadow: 1px 1px 15px #0000005e;
}

.image-popup-3 {
  float: right;
  opacity: .5;
  cursor: pointer;
  background-image: linear-gradient(#0000, #0000);
  width: 30px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding: 7px;
  transition: background-color .4s, opacity .4s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-popup-3:hover {
  opacity: 1;
  background-color: #00000024;
  background-image: none;
  border-radius: 5px;
}

.paragraph-59 {
  margin-top: 0;
  font-size: 16px;
}

.paragraph-59.flie-text {
  color: #fff;
}

.modal1_background-overlay {
  z-index: 1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.modal1_content-wrapper {
  border: 5px solid var(--goldenrod-2);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.modal1_close-button {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.text-size-medium-2 {
  font-family: Raleway, sans-serif;
  font-size: 1.35rem;
  line-height: 1.5;
}

.show-mobile-landscape {
  display: none;
}

.modal1_component {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.heading-91 {
  font-family: Calligraffitti, sans-serif;
}

.modal1_content-wrapper-2 {
  z-index: 10;
  border: 5px solid var(--goldenrod);
  background-image: linear-gradient(135deg, var(--pale-goldenrod), var(--white) 50%, var(--pale-goldenrod));
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.show-mobile-landscape-2 {
  display: none;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.hide-mobile-landscape-2 {
  filter: invert();
}

.modal1_component-2 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-pop-up {
  font-family: Raleway, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 39px;
}

.text-span-13 {
  font-weight: 600;
}

.modal1_background-overlay-2 {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal1_content-wrapper-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_close-button-2 {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape-3 {
  display: none;
}

.text-size-medium-4 {
  font-size: 1.125rem;
  line-height: 1.3;
}

.modal1_component-3 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_background-overlay-3 {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal1_close-button-3 {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.text-size-medium-5 {
  font-family: Raleway, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

.modal1_content-wrapper-4 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component-4 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal1_background-overlay-4 {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal1_close-button-4 {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.text-size-medium {
  font-size: 1.25rem;
}

.modal1_content-wrapper-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f7ebb9;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component-5 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.code-embed {
  width: 100%;
  height: 121vh;
}

.code-embed.hide {
  display: none;
}

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

.iumage-100.contain {
  object-fit: contain;
}

.lightbox-link-90vh {
  height: 90vh;
  margin-bottom: 20px;
}

._2er_grid {
  grid-template-rows: auto;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-2 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.hide-mobile-landscape-4 {
  filter: invert();
}

.text-size-medium-6 {
  font-size: 1.25rem;
}

.modal1_content-wrapper-6 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component-6 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

html.w-mod-js [data-ix="hero-text"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="hero-button"] {
  opacity: 0;
  transform: scale(.97);
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (min-width: 1920px) {
  .image-popup-2:hover {
    background-image: linear-gradient(#c5c5c580, #c5c5c580);
  }

  .divpopup-3 {
    min-height: 150px;
  }

  .image-popup-3 {
    width: 30px;
    padding: 7px;
    transition: background-color .6s, opacity .4s;
  }

  .image-popup-3:hover {
    background-image: linear-gradient(#c5c5c580, #c5c5c580);
  }
}

@media screen and (max-width: 991px) {
  .linkfooter, .linkfooter.w--current, .paragraph-8 {
    font-size: 13px;
  }

  .section-6 {
    justify-content: space-between;
    padding-left: 0;
    display: block;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .div-block-33 {
    width: auto;
    padding-left: 0;
  }

  .div-block-34 {
    width: 110px;
  }

  .div-block-35, .div-block-37 {
    width: auto;
  }

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

  .div-block-42 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-17 {
    z-index: 10;
    position: relative;
  }

  .nav-link-3 {
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

  .nav-link-3.w--current {
    transform: none;
  }

  .hero-heading-2 {
    font-size: 10vw;
    line-height: 10vw;
  }

  .section-29 {
    background-image: linear-gradient(to bottom, null, null), url('../images/P1000552_1.webp');
    background-attachment: scroll, scroll;
    padding-left: 100px;
    padding-right: 100px;
  }

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

  .div-block-111 {
    z-index: 1;
  }

  .image-32 {
    width: 80vw;
    height: auto;
  }

  .menu-button {
    color: var(--white);
    margin-right: 20px;
  }

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

  .icon-7 {
    transform: scale(1.7);
  }

  .nav-menu {
    background-color: var(--goldenrod-2);
  }

  .image-35 {
    width: 220px;
  }

  .columns-15 {
    height: auto;
  }

  .column-64 {
    margin-top: 40px;
  }

  .column-65 {
    height: auto;
  }

  .div-block-126 {
    margin-right: 0;
    position: static;
    left: 0;
  }

  .columns-16 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .link-15 {
    color: var(--olive);
  }

  .div-block-129 {
    width: 100%;
  }

  .grid-17 {
    grid-template-columns: 1fr;
  }

  .popupmain {
    display: flex;
  }

  .popup-inside {
    width: 80%;
  }

  .heading-89.bottom-margin {
    font-size: 34px;
  }

  .bold-text-4 {
    font-size: 22px;
  }

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

  .popup-inside-2 {
    width: 80%;
  }

  .heading-90.bottom-margin {
    font-size: 34px;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_content-wrapper-2, .modal1_content-wrapper-3, .modal1_content-wrapper-4, .modal1_content-wrapper-5 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .code-embed {
    height: 100vh;
  }

  .modal1_content-wrapper-6 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-8 {
    margin-left: 0;
  }

  .section-6 {
    flex-direction: column;
    display: block;
  }

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

  .div-block-33 {
    align-items: flex-start;
    width: 153.531px;
    padding-left: 0;
    display: flex;
  }

  .div-block-34, .div-block-35, .div-block-37 {
    width: 153.531px;
  }

  .navbar-6 {
    justify-content: flex-end;
  }

  .nav-link-3 {
    padding: 15px 20px;
    font-size: 16px;
  }

  .nav-link-3:hover {
    transform: none;
  }

  .hero-heading-2 {
    margin-bottom: 15px;
  }

  .paragraph {
    padding-bottom: 40px;
    font-size: 18px;
  }

  .section-29 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-46 {
    padding-top: 20px;
  }

  .section-13 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-27 {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .heading-71, .paragraph-15 {
    text-align: center;
  }

  .columns-13 {
    width: 100%;
  }

  .html-embed-3 {
    height: 400px;
  }

  .div-block-111 {
    background-image: linear-gradient(#00000091, #00000091);
    height: 400px;
  }

  .div-block-111.schmaler {
    height: 350px;
  }

  .section.section-32 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-32 {
    width: 90vw;
  }

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

  .kontakt-2 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-103 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    margin-right: 20px;
  }

  .nav-menu {
    padding-top: 20px;
  }

  .image-35 {
    width: 200px;
  }

  .div-block-126 {
    margin-right: 0;
  }

  .div-block-129 {
    width: 80%;
  }

  .image-62 {
    width: 25px;
    height: 25px;
  }

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

  .paragraph-57.darker {
    line-height: 30px;
  }

  .bold-text-4 {
    font-size: 20px;
  }

  .titelvideo.heading-1 {
    font-size: 22px;
    line-height: 35px;
  }

  .image-63 {
    width: 25px;
    height: 25px;
  }

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

  .paragraph-58 {
    padding-bottom: 40px;
    font-size: 18px;
  }

  .modal1_content-wrapper {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .show-mobile-landscape {
    display: block;
  }

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

  .modal1_content-wrapper-2 {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .show-mobile-landscape-2 {
    filter: invert();
    display: block;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .hide-mobile-landscape-2 {
    display: none;
  }

  .modal1_component-2 {
    justify-content: center;
    align-items: center;
  }

  .heading-pop-up {
    font-size: 23px;
    line-height: 33px;
  }

  .modal1_content-wrapper-3 {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .show-mobile-landscape-3 {
    filter: invert();
    display: block;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .hide-mobile-landscape-3 {
    display: none;
  }

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

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .modal1_content-wrapper-4 {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component-4 {
    justify-content: center;
    align-items: center;
  }

  .modal1_content-wrapper-5 {
    max-height: none;
    padding: 3rem 5%;
  }

  .modal1_component-5 {
    justify-content: center;
    align-items: center;
  }

  .code-embed {
    height: 77vh;
  }

  .iumage-100.contain, .lightbox-link-90vh {
    height: auto;
  }

  ._2er_grid {
    grid-template-columns: 1fr;
  }

  .hide-mobile-landscape-4 {
    filter: invert();
    display: block;
  }

  .modal1_content-wrapper-6 {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component-6 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .linkfooter, .linkfooter.w--current {
    font-size: 15px;
  }

  .utility-page-content {
    margin-bottom: 50%;
  }

  .paragraph-8 {
    font-size: 15px;
  }

  .grid-6 {
    justify-content: start;
  }

  .div-block-33 {
    width: 100%;
  }

  .heading-24 {
    font-size: 24px;
  }

  .navbar-6 {
    justify-content: center;
  }

  .nav-link-3 {
    text-align: center;
    width: 100%;
  }

  .button-16._1 {
    margin-right: 0;
  }

  .paragraph {
    padding-bottom: 20px;
    font-size: 16px;
  }

  .section-29 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-48 {
    width: 100%;
    max-width: 95%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-13 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .willkommen {
    padding: 20px 20px 40px;
  }

  .div-block-111 {
    height: 350px;
  }

  .div-block-111.schmaler {
    height: 250px;
  }

  .slider-7 {
    height: 300px;
  }

  .slide-77 {
    background-repeat: no-repeat;
    background-size: contain;
  }

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

  .heading.kleiner {
    font-size: 26px;
    line-height: 32px;
  }

  .menu-button {
    margin-right: 0;
  }

  .section-34 {
    padding: 60px 20px 20px;
  }

  .link-block-5 {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    top: 0%;
    left: 0%;
  }

  .image-35 {
    width: 100vw;
  }

  .image-37 {
    height: 250px;
  }

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

  .lightbox-link-2, .lightbox-link-3 {
    width: 200px;
    height: 200px;
  }

  .lightbox-link-4 {
    width: 200px;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lightbox-link-5 {
    width: 200px;
    height: 200px;
  }

  .div-block-119 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-126 {
    margin-left: 0;
  }

  .html-embed-4 {
    height: 450px;
  }

  .div-block-129 {
    width: 100%;
  }

  .popup-inside {
    width: 90%;
    padding-left: 10px;
  }

  .image-62 {
    width: 20px;
    height: 20px;
  }

  .heading-89 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-89.bottom-margin {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .bold-text-4 {
    font-size: 16px;
    line-height: 26px;
  }

  .divpopup-2 {
    padding: 20px;
  }

  .image-popup-2 {
    margin-top: 5px;
    margin-right: 5px;
  }

  .titelvideo.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-54.flie-text {
    font-size: 14px;
  }

  .popup-inside-2 {
    width: 90%;
    padding-left: 10px;
  }

  .image-63 {
    width: 20px;
    height: 20px;
  }

  .heading-90 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-90.bottom-margin {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-58 {
    padding-bottom: 20px;
    font-size: 16px;
  }

  .divpopup-3 {
    padding: 20px;
  }

  .image-popup-3 {
    margin-top: 5px;
    margin-right: 5px;
  }

  .paragraph-59.flie-text {
    font-size: 14px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_component {
    width: auto;
    height: auto;
    display: flex;
  }

  .modal1_component-2, .modal1_component-3, .modal1_component-4, .modal1_component-5 {
    width: auto;
    height: auto;
  }

  .code-embed {
    height: 48vh;
  }

  .modal1_component-6 {
    width: auto;
    height: auto;
  }
}

#w-node-e867b8e8-c8ba-7742-8de4-7a658d1132c9-29bbf47d {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-cfaf2371-215e-c5e3-f6fd-5dbe02fa5f0a-29bbf47d {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_9c90542c-46ca-2291-d8fe-76c001320911-d8bbf47f {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-f5a9a1eb-ed04-0579-8f76-08af47f85dbe-d8bbf47f {
  grid-area: 4 / 3 / 5 / 4;
}


