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

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

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

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

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

:root {
  --blue: #0d1b3e;
  --gold: #b38932;
  --light-gold: #b38932;
  --black: black;
  --white: white;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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;
  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 {
  object-fit: contain;
  width: 200px;
  transition: width .3s;
}

.logo-img:hover {
  width: 240px;
}

.logo-img._2nd {
  object-fit: contain;
  width: 300px;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  background-color: var(--blue);
  color: #fff;
  background-image: linear-gradient(#0a1632, #060c1c);
}

.highlights {
  background-image: linear-gradient(90deg, #9d6707, #e7cf76);
}

.div-mail {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.heading-1 {
  font-family: Great Vibes, cursive;
  font-weight: 700;
  line-height: 1.3;
}

.heading-2 {
  font-family: Playfairdisplay, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.heading-3 {
  font-family: Playfairdisplay, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.flie-text {
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: var(--gold);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ab7514, #e7cf76 70%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 0;
  line-height: 1.3;
}

.navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar.hauptfarbe {
  z-index: 10;
  color: #fff;
  position: sticky;
  top: 0;
}

.terminbutton {
  color: #333;
  text-transform: none;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

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

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

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

.terminbutton.highlights.flie-text {
  background-image: linear-gradient(90deg, #b38932, #e7cf76);
  margin-top: 20px;
}

.terminbutton.highlights.flie-text:hover {
  color: #d1ad57;
  background-color: #0d024300;
  background-image: none;
  border: 1px solid #d1ad57;
}

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

.kontakt-block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.link-formular {
  padding-left: 0;
  font-weight: 900;
  text-decoration: none;
}

.link-formular.farbe-der-headings {
  color: #d1ad57;
}

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

.div-block-success.highlights {
  color: #fff;
}

.logo-postion {
  z-index: 10;
  filter: brightness(0%) invert();
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5vw;
  position: relative;
}

.navbar-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100vw;
  max-height: 100vh;
  padding-top: 15vh;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.nav-menu-2.hauptfarbe {
  color: #fff;
}

.nav-link-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  position: static;
}

.nav-link-4:hover {
  color: #919191;
  width: 100%;
}

.menu-button-1 {
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-button-1.hauptfarbe {
  background-image: linear-gradient(#465116, #465116);
}

.icon {
  color: #000;
  width: 25px;
  height: 25px;
}

.titelvideo1-3 {
  color: #fff;
  background-image: linear-gradient(#0006, #0006);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-text {
  border-right: 5px #fff;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.slogan {
  text-align: center;
  text-transform: capitalize;
  font-size: 50px;
  line-height: 85px;
}

.slogan.heading-1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.wei-er-rahmen {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60vw;
  display: flex;
}

.div-block-video {
  color: #fff;
  border-bottom: 2px solid #d1ad57;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.divider {
  width: 20vw;
  height: 2px;
  margin-bottom: 10px;
}

.divider.highlights {
  width: 15vw;
  margin-bottom: 20px;
}

.inhalt-mittig-untereinande {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-mittig {
  text-align: center;
  letter-spacing: 3px;
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 50px;
  font-weight: 400;
}

.heading-mittig.heading-1 {
  z-index: 5;
  font-size: 35px;
  position: relative;
}

.heading-mittig.heading-1.farbe-der-headings {
  background-image: linear-gradient(90deg, #b38932, #e7cf76);
  padding-left: 0;
  font-size: 35px;
}

.heading-mittig.heading-1.farbe-der-headings.margin {
  margin-bottom: 0;
}

.section-gro-e-abst-nd {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 15vw;
  display: flex;
}

.section-gro-e-abst-nd.bottom {
  padding-top: 5vh;
  padding-bottom: 2vh;
}

.section-gro-e-abst-nd.hide {
  display: none;
}

.inhalt-mittig1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.section {
  padding: 15vh 15vw;
}

.text-ber-bild {
  color: #fff;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-ber-bild:hover {
  background-image: none;
}

.feature-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.feature-image.left {
  object-position: 20% 50%;
}

.feature-image.img-position-set {
  object-position: 50% 100%;
}

.feature-image.img-position-set.sticky {
  z-index: 5;
  position: sticky;
  top: 0;
}

.feature-image.contain {
  object-fit: contain;
  background-color: #0d1b3e;
}

.feature-image.right {
  object-position: 80% 50%;
}

.feature-image.contain-1 {
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #fff;
  height: 50vh;
}

.image-big {
  border: 1px solid #c8a74e;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

._4er-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

._2er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  place-items: center stretch;
  width: 100%;
}

._2er-grid.transparent-background {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0000000d;
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px solid #d1ad57;
  padding: 40px 20px;
}

._2er-grid.transparent-background.invert {
  grid-template-columns: 2fr 1fr;
}

.feature-image-mask {
  justify-content: space-between;
  width: 100%;
  height: 60vh;
  margin-right: 0;
  display: flex;
  position: relative;
}

.feature-image-mask.img-center {
  justify-content: center;
  align-items: center;
  height: 50vh;
}

.feature-image-mask.img-center.small {
  height: 30vh;
}

.feature-image-mask.width.sticky {
  z-index: 5;
  position: sticky;
  top: 60px;
}

.text-links {
  font-size: 18px;
  line-height: 1.5;
}

.text-links.flie-text {
  padding-left: 0;
  display: block;
}

.text-links.flie-text.farbe-der-headings.is-left {
  margin-bottom: 0;
}

.hintergrund {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 20px;
  display: flex;
}

.hintergrund.space-between {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.mehr-erfahren {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren.highlights {
  color: #000;
}

.mehr-erfahren.highlights.flie-text {
  color: #000;
  text-transform: none;
  padding: 9px 5px;
  transition-duration: .6s;
}

.mehr-erfahren.highlights.flie-text:hover {
  color: #d1ad57;
  background-color: #2e2e2e00;
  background-image: none;
  border: 1px solid #d1ad57;
}

.mehr-erfahren.highlights.flie-text.fixed-width {
  width: 162px;
}

.mehr-erfahren.highlights.flie-text.margin {
  margin-bottom: 10px;
}

.heading-links {
  letter-spacing: 3px;
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 50px;
  font-weight: 400;
}

.heading-links.heading-1 {
  padding-left: 0;
}

.heading-links.heading-1.farbe-der-headings.padding-left.font-size {
  font-size: 30px;
}

.heading-links.heading-1.farbe-der-headings.padding-left.font-size-nocap {
  text-transform: none;
  font-size: 30px;
}

.heading-links.heading-1.farbe-der-headings.top {
  margin-top: 40px;
}

.div {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #c3a147;
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px solid #c8a74e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-link {
  letter-spacing: 3px;
  text-transform: capitalize;
  font-size: 50px;
  font-weight: 400;
}

.titelvideo-unterseiten {
  height: 70vh;
  position: relative;
}

.inhalt-abstand-rechts {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.inhalt-abstand-rechts.white {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px solid #d1ad57;
  padding-top: 60px;
  padding-bottom: 60px;
}

.inhalt-nebeneinander {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-klein-links {
  padding-left: 0;
  font-size: 25px;
  line-height: 30px;
}

.heading-klein-links.heading-2 {
  line-height: 1.3;
}

.heading-klein-links.heading-2.farbe-der-headings {
  color: #b38932;
}

.text-mittig {
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
}

.text-mittig.flie-text {
  line-height: 1.3;
}

.text-mittig.flie-text.farbe-der-headings-text.left {
  text-align: left;
}

.heading-block1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
  position: relative;
}

.div-block-farbig {
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.icon-50px {
  object-fit: cover;
  width: auto;
  height: 50px;
  margin-bottom: 20px;
}

.success-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 100px;
  display: flex;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.3;
}

.impdat {
  padding: 100px 15vw;
}

.impdat.wrapp {
  overflow-wrap: anywhere;
}

.div-block-footer {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.footer {
  padding: 60px 10vw;
}

.footer.hauptfarbe {
  padding-bottom: 10px;
}

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

.heading-footer.heading-3.farbe-der-headings {
  margin-top: 0;
  padding-left: 0;
  font-size: 20px;
}

.inhalt-footer {
  width: 100%;
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field-3 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field-3.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.left-part {
  z-index: 3;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #fff;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

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

.navigation-menu {
  z-index: 9;
  width: 0%;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

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

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

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

.right-part {
  z-index: 3;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form-2 {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.checkbox-field {
  text-align: left;
  margin-top: 20px;
}

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

.text-field {
  color: #c3a147;
  cursor: pointer;
  background-color: #fff0;
  border: 1px solid #c3a147;
  height: 54px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field:hover {
  border-color: #c3a147bf;
}

.text-field:focus {
  border-color: #1d1f2e;
}

.text-field::placeholder {
  color: #c3a147;
}

.error-message {
  color: #fff;
  background-color: #e71d1d;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.checkbox-2 {
  border-radius: 5px;
}

.form-block {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
}

.contact-form {
  margin-top: 20px;
}

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

.impdata {
  min-height: 80vh;
  padding: 100px 40px;
  font-size: 18px;
}

.impdata.flie-text {
  flex-direction: column;
  min-height: auto;
  padding: 0;
  display: flex;
}

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

.html-embed-2 {
  height: 100%;
}

.div-block-43 {
  display: block;
}

.navlink {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Playfairdisplay, Arial, sans-serif;
  font-size: 16px;
}

.navlink.flie-text {
  color: #b9994d;
  text-decoration: none;
}

.navlink.flie-text:hover {
  color: #fff;
}

.navlink.flie-text.w--current {
  color: #d1ad57;
}

.navlink.flie-text.cta-button {
  margin-left: 40px;
}

.navlink.flie-text.cta-button.highlights {
  color: #000;
}

.men.hauptfarbe {
  z-index: 1000;
}

.navlinks {
  border-top: 1px solid #d1ad57;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navlinks.hauptfarbe {
  z-index: 1000;
  color: #fff;
}

.navbar-section {
  z-index: 1000;
  position: sticky;
  top: 0;
}

.navbar-section.hauptfarbe {
  background-image: linear-gradient(#0a1632, #060c1c);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-label-form {
  font-family: Lato, sans-serif;
  line-height: 1.3;
}

.feature-image-120 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 120%;
}

.feature-image-120.set {
  object-position: 50% 100%;
  height: 100%;
}

.feature-image-120.contain {
  object-fit: contain;
}

.textarea {
  color: #c3a147;
  background-color: #fff0;
  border: 1px solid #c3a147;
}

.textarea.large-area {
  height: 14vh;
}

.white-block {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px solid #d1ad57;
  width: 100%;
  padding: 60px 40px;
}

.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.ablaufplan {
  margin-top: -2px;
  top: 10px;
}

.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: 60px auto auto 0%;
}

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

.body {
  background-image: url('../images/69f196c50d6d1d322f7246a4_starry-night-sky-deep-space-background.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.body.hidden {
  overflow: hidden;
}

.section-gro-e-abst-nde-bg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 15vw;
  display: flex;
}

.text-bold {
  font-weight: 400;
}

.heading-mittig-klein1-intro {
  color: #d1ad57;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 28px;
  line-height: 30px;
}

.heading-mittig-klein1-intro.heading-2 {
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
}

.steps-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px solid #d1ad57;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  padding: 24px;
  display: grid;
  position: relative;
}

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

.sectionlandingpage {
  background-image: url('../images/starry-night-sky-deep-space-background.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
}

._2er {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 40px;
}

.card {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: linear-gradient(#143c6e33, #143c6e33);
  border: 1px solid #d1ad57;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 45vh;
  padding: 40px 20px;
  display: flex;
}

.heading-center {
  text-align: center;
  font-size: 38px;
  font-weight: 400;
}

.btn {
  margin-top: 20px;
  font-size: 16px;
}

.btn.flie-text.highlights {
  color: #333;
}

.heading-block {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0000000d;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.heading-block.hauptfarbe {
  border: 1px solid #d1ad57;
  width: 100%;
}

.heading-block.border {
  border: 1px solid #d1ad57;
}

.heading-block.border.bg-color {
  background-image: linear-gradient(#143c6e33, #143c6e33);
}

.heading-block.bg-color {
  background-image: linear-gradient(#01012e33, #01012e33);
}

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

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

.sub-next.heading-2.farbe-der-headings.font {
  font-family: Great Vibes, cursive;
}

.para-cener {
  text-align: center;
  font-size: 18px;
}

.transparent-background {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #00000080;
  border: 1px solid #d1ad57;
}

.arrow-button {
  position: fixed;
  inset: auto 20px 4% auto;
}

.arrow-link-block {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #00000040;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.arrow-img {
  object-fit: contain;
  width: 55px;
  height: 55px;
}

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

.arrow {
  color: #b9994d;
}

.dropdown-list {
  background-color: #0d1b3e;
}

.dropdown-list.w--open {
  border: 2px solid #b9994d;
}

.div-block-start {
  position: absolute;
  inset: 0% auto auto 0%;
}

.farbe-der-headings-text {
  color: var(--light-gold);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #e4ca71, #e7cf76 70%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 0;
  line-height: 1.3;
}

.farbe-der-headings-text.flie-text.left.top {
  margin-top: 10px;
}

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

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  place-items: center stretch;
  width: 100%;
}

.grid.transparent-background {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0000000d;
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px solid #d1ad57;
  padding: 40px 20px;
}

.grid.transparent-background.small {
  flex-flow: column;
  grid-template-columns: .75fr 1.5fr;
  width: 40%;
  display: flex;
}

.grid.transparent-background.small.padding {
  justify-content: flex-start;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.grid.transparent-background.small.padding.space {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.flex._3er {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

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

.input-div {
  width: 100%;
  position: relative;
}

.success-message {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
}

.form {
  width: 100%;
  position: relative;
}

.input-field {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #b38932;
  width: 20vw;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.input-field::placeholder {
  color: #fff9;
}

.error-msg.flie-text {
  background-color: #e71d1d;
}

.email-block {
  width: 100%;
  margin-bottom: 0;
}

.submit-btn {
  color: #fff;
  background-color: #3898ec00;
  padding: 13px 20px;
  font-weight: 600;
}

.submit-btn.farbe-der-headings {
  padding: 0 0 0 10px;
}

.footer-first-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.footer-first-block.flie-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.footer-first-block.flie-text.relative {
  position: relative;
}

.text-span {
  margin-left: 5px;
  font-family: Playfairdisplay, Arial, sans-serif;
}

.bold {
  z-index: 999999;
  font-family: Playfairdisplay, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.feature-image-cover {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50vh;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.feature-image-cover.small {
  height: 40vh;
  min-height: 40vh;
}

.content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.content.auto-height {
  align-items: flex-start;
  width: 100%;
}

.dropdown-inside {
  width: 100%;
  position: relative;
}

.dropdown-list-19 {
  background-color: #0d1b3e;
}

.dropdown-list-19.w--open {
  border: 2px solid #b9994d;
  inset: 10% 0% auto 100%;
}

.icon-arrow {
  color: #b9994d;
}

.icon-arrow.rotate {
  transform: rotate(270deg);
}

.galerie {
  flex-direction: row-reverse;
  width: 100%;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 50vh;
  margin-bottom: 0;
  margin-left: 10px;
  display: flex;
  overflow: auto;
}

.galerie-tab {
  background-color: #0000;
  margin-bottom: 10px;
  padding: 0;
}

.galerie-tab.w--current {
  border: 1px solid #d1ad57;
  padding: 0;
}

.galerie-thumbnail {
  object-fit: cover;
  width: 145px;
  height: 100px;
}

.tabs-content {
  width: 100%;
  height: 100%;
  position: sticky;
  top: 10vh;
}

.tab-content-galerie, .lightbox {
  width: 100%;
  height: 100%;
}

.galerie-thumbnail-energy {
  object-fit: cover;
  width: 145px;
  height: 70px;
}

.galerie-thumbnail-norge {
  object-fit: cover;
  width: 145px;
  height: 100px;
}

.section-gro-e-abst-nde {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15vh 10vw 0;
  display: flex;
}

.div-block-imp {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #d1ad57;
  overflow-wrap: anywhere;
  background-image: linear-gradient(#000c, #000c);
  width: 100%;
  padding: 20px 40px 40px;
}

.grid-4er {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 16px;
}

.grid-4er._3er {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

._404-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-page-wrap.secondary-color {
  color: #fff;
  background-color: #000;
  background-image: url('../images/starry-night-sky-deep-space-background.webp');
  background-position: 0 0;
  background-size: auto;
}

._404-page-content {
  text-align: center;
  flex-direction: column;
}

.warnbild {
  filter: contrast(200%) invert();
  object-fit: contain;
  height: 45vh;
}

.heading-large {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 1.5;
}

.text-mittig-2 {
  text-align: center;
  text-transform: none;
  font-size: 16px;
  line-height: 1.3;
}

.text-mittig-2.paragraph-font {
  font-family: Roboto, sans-serif;
  line-height: 1.3;
}

.dropdown {
  width: 100%;
  margin-top: auto;
  margin-left: 0;
}

.mehr-erfahren-dropdown {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren-dropdown:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren-dropdown.highlights {
  color: #000;
}

.mehr-erfahren-dropdown.highlights.flie-text {
  color: #000;
  text-transform: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 9px;
  padding-bottom: 9px;
  transition-duration: .6s;
}

.mehr-erfahren-dropdown.highlights.flie-text:hover {
  color: #d1ad57;
  background-color: #2e2e2e00;
  background-image: none;
  border: 1px solid #d1ad57;
}

.mehr-erfahren-dropdown.highlights.flie-text.fixed-width {
  width: 162px;
}

.mehr-erfahren-dropdown.highlights.flie-text.margin {
  margin-bottom: 10px;
}

.dropdown-list-20.w--open {
  border: 1px solid var(--gold);
  background-color: #0000;
  padding: 20px 10px;
  position: static;
}

.list-dropdown {
  padding-left: 20px;
  font-size: 18px;
}

.button-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.grid-2 {
  grid-template: "Area Area-2 Area-3 Area-4"
                 "Area Area-2 Area-3 Area-4"
                 "Area Area-2 Area-3 Area-4"
                 "Area Area-2 Area-3 Area-4"
                 / 1fr 1fr 1fr 1fr;
}

._4er-stack {
  padding: 0;
}

.div-image {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 70vh;
  display: block;
  position: sticky;
  top: 80px;
}

.filed {
  background-color: #0000;
  border: 1px #000;
  border-bottom-color: #b38932;
  width: 20vw;
  height: 40px;
  font-size: 16px;
}

.filed.farbe-der-headings {
  background-image: linear-gradient(90deg, #ab7514, #e7cf76 70%);
}

.newsletter {
  border-bottom: 1px solid #b38932;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.code-embed-2 {
  width: 100%;
  margin-bottom: 0;
}

.footer-link {
  color: #fff;
  padding: 9px 5px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.footer-link.flie-text.highlights.mehr-erfahren {
  margin-top: 0;
}

.list-links {
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.list-links.flie-text {
  color: var(--gold);
}

.list-links.flie-text.farbe-der-headings.is-left {
  margin-bottom: 0;
}

@media screen and (min-width: 1440px) {
  .feature-image.contain {
    object-fit: contain;
    width: 100%;
  }

  .text-links.flie-text.farbe-der-headings-text.vh.font {
    font-size: 16px;
  }

  .grid.transparent-background.small.padding {
    padding-bottom: 0;
  }

  .grid.transparent-background.small.padding.space {
    overflow: hidden;
  }

  .flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .list-links.flie-text.farbe-der-headings-text.vh.font {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .logo-img {
    width: 170px;
  }

  .logo-img._2nd {
    width: 220px;
  }

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

  .terminbutton.highlights.flie-text {
    margin-top: 10px;
    font-size: 15px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

  .titelvideo1-3 {
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }

  .slogan.heading-1 {
    margin-top: 10px;
    font-size: 45px;
    line-height: 50px;
  }

  .slogan.heading-1.farbe-der-headings {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1.3;
  }

  .wei-er-rahmen {
    width: 100%;
  }

  .div-block-video {
    width: 100%;
    padding: 60px;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .titelvideo-start {
    background-image: url('../images/starry-night-sky-deep-space-background.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
  }

  .divider.highlights {
    margin-bottom: 10px;
  }

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

  .heading-mittig.heading-1.farbe-der-headings {
    letter-spacing: 2px;
    font-size: 30px;
  }

  .section-gro-e-abst-nd {
    z-index: 10;
    background-image: url('../images/starry-night-sky-deep-space-background.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px;
  }

  .section-gro-e-abst-nd.top {
    padding-top: 10px;
  }

  .section-gro-e-abst-nd.top.bottom, .section-gro-e-abst-nd.bottom {
    padding-bottom: 10px;
  }

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

  .section {
    padding: 10px 60px;
  }

  .text-ber-bild {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
  }

  .feature-image {
    height: 100%;
    margin-top: 0;
  }

  .image-big {
    height: 30vh;
    text-decoration: none;
  }

  ._4er-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  ._2er-grid.transparent-background {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  ._2er-grid.transparent-background.wrapp-down {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .feature-image-mask {
    height: 30vh;
    margin-right: 0;
  }

  .feature-image-mask.img-center {
    height: auto;
  }

  .feature-image-mask.img-center._55vh, .feature-image-mask.img-center._20rem {
    width: auto;
    height: 45vh;
  }

  .feature-image-mask.width.sticky {
    width: auto;
    height: 45vh;
    position: relative;
    top: 0;
  }

  .text-links.flie-text {
    font-size: 16px;
  }

  .text-links.flie-text.farbe-der-headings {
    text-align: center;
    font-size: 16px;
  }

  .text-links.flie-text.farbe-der-headings.is-left {
    text-align: left;
    font-size: 15px;
  }

  .text-links.flie-text.farbe-der-headings-text {
    text-align: center;
    font-size: 16px;
  }

  .hintergrund {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .hintergrund.space-between {
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .mehr-erfahren.highlights.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
  }

  .heading-links.heading-1.farbe-der-headings {
    text-align: center;
    letter-spacing: 2px;
    font-size: 38px;
  }

  .heading-links.heading-1.farbe-der-headings.padding-left.font-size, .heading-links.heading-1.farbe-der-headings.padding-left.font-size-nocap {
    letter-spacing: 1px;
    font-size: 25px;
  }

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

  .heading-link.heading-1.farbe-der-headings {
    margin-top: 0;
    font-size: 40px;
  }

  .inhalt-abstand-rechts {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inhalt-abstand-rechts.white {
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .inhalt-nebeneinander {
    flex-direction: column;
    width: 90vw;
  }

  .heading-klein-links.heading-2.farbe-der-headings {
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
  }

  .text-mittig.flie-text.farbe-der-headings-text {
    font-size: 16px;
  }

  .text-mittig.flie-text.farbe-der-headings-text.left {
    text-align: center;
  }

  .div-block-farbig {
    padding-bottom: 20px;
  }

  .icon-50px {
    height: 45px;
    margin-bottom: 0;
  }

  .success-2 {
    height: auto;
    min-height: auto;
    padding: 60px;
  }

  .heading-success.heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .impdat {
    padding: 60px;
  }

  .div-block-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 0;
  }

  .footer.hauptfarbe {
    padding: 40px;
  }

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

  .heading-footer.heading-3.farbe-der-headings {
    font-size: 17px;
  }

  .inhalt-footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .checkbox-field {
    margin-top: 15px;
  }

  .text-field {
    height: 3rem;
    margin-bottom: 15px;
  }

  .error-message {
    width: auto;
  }

  .form-block {
    padding: 0;
  }

  .contact-form.flie-text {
    margin-top: 10px;
  }

  .impressum-link.farbe-der-headings, .datenschutz-link.farbe-der-headings {
    text-align: center;
    font-size: 15px;
  }

  .menu-icon {
    color: #fff;
    text-align: center;
  }

  .navlink.flie-text {
    letter-spacing: 0;
    padding: 15px 0;
    font-size: 15px;
  }

  .navlink.flie-text.cta-button.highlights {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .men.hauptfarbe {
    max-height: 70vh;
    padding: 10px 15px;
    overflow: auto;
  }

  .men-button.w--open {
    background-color: #fff;
  }

  .men-button.hauptfarbe {
    width: 100%;
    padding: 16px;
    font-size: 22px;
  }

  .navlinks.hauptfarbe {
    border-top-style: none;
    border-bottom: 1px solid #d1ad57;
  }

  .feature-image-120 {
    height: 100%;
    margin-top: 0;
  }

  .textarea {
    margin-bottom: 0;
  }

  .textarea.large-area {
    height: 6rem;
  }

  .white-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .section-gro-e-abst-nde-bg {
    z-index: 10;
    background-image: url('../images/starry-night-sky-deep-space-background.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px;
  }

  .section-gro-e-abst-nde-bg.top {
    padding-top: 10px;
  }

  .heading-mittig-klein1-intro.heading-2 {
    text-align: center;
    font-size: 17px;
  }

  .steps-card {
    flex-flow: column;
    display: flex;
  }

  .sectionlandingpage {
    padding: 60px;
  }

  ._2er {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .card {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-center.heading-1.farbe-der-headings {
    margin-top: 0;
    font-size: 30px;
  }

  .btn.flie-text.highlights {
    margin-top: 10px;
    padding: 8px 12px;
    font-size: 15px;
  }

  .heading-block.border.bg-color {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sub-heading.flie-text.farbe-der-headings {
    font-size: 18px;
  }

  .sub-next.heading-2.farbe-der-headings {
    font-size: 28px;
  }

  .para-cener.flie-text.farbe-der-headings {
    font-size: 16px;
  }

  .arrow-button {
    bottom: 1%;
    right: 3px;
  }

  .arrow-link-block {
    width: 45px;
    height: 45px;
  }

  .arrow-img {
    width: 35px;
    height: 35px;
  }

  .arrow {
    margin-right: 10px;
  }

  .dropdown-list.w--open {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

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

  .div-block {
    width: auto;
  }

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

  .grid.transparent-background.small.padding {
    width: 100%;
    padding-bottom: 0;
  }

  .grid.transparent-background.small.padding.space {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 100%;
    padding: 20px;
  }

  .grid.transparent-background.small.padding.rel {
    position: relative;
    left: auto;
  }

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

  .flex._3er {
    grid-template-columns: 1fr;
  }

  .bold-text {
    font-size: 18px;
  }

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

  .input-field.farbe-der-headings {
    text-align: center;
    width: auto;
    height: 3rem;
    font-size: 15px;
  }

  .email-block {
    flex-flow: column;
    display: flex;
  }

  .submit-btn.farbe-der-headings {
    text-align: center;
    position: relative;
    inset: auto auto auto 0;
  }

  .footer-first-block.flie-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .feature-image-cover {
    height: 30vh;
    margin-right: 0;
  }

  .feature-image-cover.small {
    width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .dropdown-list-19.w--open {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .nav-dropdown {
    width: 100%;
  }

  .icon-arrow.rotate {
    margin-right: 0;
    transform: none;
  }

  .tabs-menu {
    padding-top: 10px;
    padding-right: 10px;
  }

  .galerie-thumbnail-norge {
    height: auto;
  }

  .section-gro-e-abst-nde {
    background-image: url('../images/starry-night-sky-deep-space-background.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px;
  }

  .section-gro-e-abst-nde.top {
    padding-top: 10px;
  }

  .dropdown-toggle {
    width: 100%;
    padding: 15px 0;
  }

  .div-block-btn {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-4er {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .grid-4er._3er {
    grid-template-columns: 1fr 1fr;
  }

  ._404-page-wrap.secondary-color {
    padding: 60px;
  }

  .warnbild {
    height: 40vh;
  }

  .heading-large {
    font-size: 28px;
    line-height: 1.5;
  }

  .mehr-erfahren-dropdown.highlights.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
  }

  .rel {
    position: relative;
    left: 0%;
  }

  .list-dropdown.farbe-der-headings-text, .list-links.flie-text {
    font-size: 16px;
  }

  .list-links.flie-text.farbe-der-headings {
    text-align: center;
    font-size: 16px;
  }

  .list-links.flie-text.farbe-der-headings.is-left {
    text-align: left;
    font-size: 15px;
  }

  .list-links.flie-text.farbe-der-headings-text {
    text-align: center;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    width: 150px;
  }

  .logo-img._2nd {
    width: 180px;
  }

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

  .terminbutton.highlights.flie-text {
    font-size: 14px;
    line-height: 1.4;
  }

  .divblock1 {
    height: auto;
  }

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

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

  .nav-menu-2.hauptfarbe {
    padding-top: 20vh;
  }

  .titelvideo1-3 {
    height: 100%;
  }

  .slogan.heading-1.farbe-der-headings {
    font-size: 35px;
  }

  .div-block-video {
    width: 100%;
    padding: 40px;
  }

  .divider.highlights {
    margin-bottom: 10px;
  }

  .inhalt-mittig-untereinande {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-mittig.heading-1 {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-mittig.heading-1.farbe-der-headings {
    font-size: 25px;
    line-height: 1.3;
  }

  .section-gro-e-abst-nd {
    padding: 40px;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .section {
    padding: 10px 40px;
  }

  .text-ber-bild {
    padding-bottom: 10px;
  }

  .feature-image.contain-1 {
    height: 22rem;
  }

  .image-big {
    height: auto;
  }

  ._4er-grid {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

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

  .feature-image-mask {
    height: 300px;
    margin-right: 0;
  }

  .feature-image-mask.img-center._55vh, .feature-image-mask.img-center._20rem {
    height: 22rem;
  }

  .feature-image-mask.img-center.small {
    height: 50vh;
  }

  .feature-image-mask.width.sticky {
    height: 22rem;
  }

  .text-links.flie-text {
    font-size: 15px;
  }

  .text-links.flie-text.farbe-der-headings {
    background-image: linear-gradient(90deg, #ab7514, #e7cf76 70%);
    margin-bottom: 5px;
    font-size: 15px;
  }

  .text-links.flie-text.farbe-der-headings.is-left {
    text-align: center;
  }

  .text-links.flie-text.farbe-der-headings-text {
    font-size: 15px;
  }

  .mehr-erfahren.highlights.flie-text {
    font-size: 14px;
    line-height: 1.4;
  }

  .heading-links.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-links.heading-1.farbe-der-headings {
    letter-spacing: 1px;
    font-size: 35px;
    line-height: 1.3;
  }

  .heading-links.heading-1.farbe-der-headings.padding-left.font-size, .heading-links.heading-1.farbe-der-headings.padding-left.font-size-nocap {
    font-size: 22px;
  }

  .div {
    padding: 30px;
  }

  .heading-link.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-link.heading-1.farbe-der-headings {
    font-size: 35px;
    line-height: 1.3;
  }

  .titelvideo-unterseiten {
    height: 60vh;
  }

  .inhalt-abstand-rechts {
    padding: 20px 10px;
  }

  .heading-klein-links.heading-2.farbe-der-headings {
    font-size: 20px;
  }

  .text-mittig.flie-text.farbe-der-headings-text {
    font-size: 15px;
  }

  .div-block-farbig {
    height: auto;
  }

  .icon-50px {
    height: 40px;
  }

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

  .heading-success.heading-2 {
    font-size: 25px;
    line-height: 1.3;
  }

  .impdat {
    padding: 40px;
  }

  .div-block-footer {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer.hauptfarbe {
    padding: 20px;
  }

  .inhalt-footer {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .text-field {
    height: 2.8rem;
    margin-right: 0;
  }

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

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

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

  .impressum-link.farbe-der-headings, .datenschutz-link.farbe-der-headings {
    font-size: 15px;
  }

  .navlink.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .navlink.flie-text.cta-button.highlights, .men.hauptfarbe {
    padding-left: 12px;
    padding-right: 12px;
  }

  .men-button.hauptfarbe {
    padding: 14px;
    font-size: 20px;
  }

  .textarea.large-area {
    height: 5.5rem;
  }

  .white-block {
    padding: 30px;
  }

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

  .heading-mittig-klein1-intro {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-mittig-klein1-intro.heading-2 {
    font-size: 16px;
  }

  .sectionlandingpage {
    padding: 40px;
  }

  ._2er {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .heading-center.heading-1.farbe-der-headings {
    font-size: 25px;
  }

  .btn.flie-text.highlights {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.4;
  }

  .sub-heading.flie-text.farbe-der-headings {
    font-size: 17px;
  }

  .sub-next.heading-2.farbe-der-headings {
    font-size: 24px;
    line-height: 1.3;
  }

  .para-cener.flie-text.farbe-der-headings {
    font-size: 15px;
  }

  .arrow-img {
    width: 30px;
    height: 30px;
  }

  .arrow {
    margin-right: 5px;
    font-size: 13px;
  }

  .dropdown-list.w--open {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .grid.transparent-background.small.padding.rel {
    left: 0%;
  }

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

  .bold-text {
    font-size: 17px;
  }

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

  .input-field.farbe-der-headings {
    text-align: center;
    height: 2.8rem;
    padding-right: 0;
    font-size: 14px;
  }

  .feature-image-cover {
    height: 300px;
    margin-right: 0;
  }

  .feature-image-cover.small {
    width: 100%;
    height: 50vh;
    min-height: auto;
  }

  .dropdown-list-19.w--open {
    padding-left: 12px;
    padding-right: 12px;
  }

  .galerie {
    flex-direction: column;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    height: auto;
    margin-left: 0;
    padding-left: 10px;
  }

  .galerie-tab {
    background-color: #0000;
  }

  .galerie-thumbnail, .galerie-thumbnail-energy, .galerie-thumbnail-norge {
    width: 100%;
    height: auto;
  }

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

  .div-block-imp {
    padding: 10px 30px 30px;
  }

  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .grid-4er {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  ._404-page-wrap.secondary-color {
    padding: 40px;
  }

  .warnbild {
    height: 15rem;
  }

  .heading-large {
    font-size: 25px;
  }

  .text-mittig-2.paragraph-font {
    font-size: 15px;
  }

  .mehr-erfahren-dropdown.highlights.flie-text {
    font-size: 14px;
    line-height: 1.4;
  }

  .dropdown-list-20.w--open {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rel {
    left: 0%;
  }

  .list-dropdown.farbe-der-headings-text {
    font-size: 15px;
  }

  .code-embed-2 {
    margin-bottom: 0;
  }

  .div-block-44 {
    margin-left: auto;
    margin-right: auto;
  }

  .list-links.flie-text {
    font-size: 15px;
  }

  .list-links.flie-text.farbe-der-headings {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .list-links.flie-text.farbe-der-headings.is-left {
    text-align: center;
  }

  .list-links.flie-text.farbe-der-headings-text {
    font-size: 15px;
  }
}

@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%;
  }

  .logo-img {
    width: 120px;
  }

  .logo-img._2nd {
    width: 160px;
  }

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

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

  .terminbutton.highlights.flie-text {
    font-size: 13px;
    line-height: 1.3;
  }

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

  .nav-menu-2.hauptfarbe {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .titelvideo1-3 {
    height: 100%;
  }

  .slogan.heading-1 {
    font-size: 22px;
    line-height: 30px;
  }

  .slogan.heading-1.farbe-der-headings {
    font-size: 33px;
  }

  .wei-er-rahmen {
    width: 100%;
    max-width: 350px;
  }

  .div-block-video {
    align-items: center;
    width: auto;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .divider.highlights {
    width: 40vw;
  }

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

  .heading-mittig.heading-1.farbe-der-headings {
    font-size: 22px;
  }

  .section-gro-e-abst-nd {
    padding: 40px 20px;
  }

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

  .text-ber-bild {
    padding: 15px 15px 5px;
  }

  .feature-image.contain-1 {
    height: 20rem;
  }

  ._4er-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  ._2er-grid.transparent-background.wrapp-down {
    padding: 15px;
  }

  .feature-image-mask.img-center._55vh {
    width: 100%;
    height: auto;
  }

  .feature-image-mask.img-center._20rem {
    width: 100%;
    height: 20rem;
  }

  .feature-image-mask.img-center.small {
    height: 40vh;
  }

  .feature-image-mask.width.sticky {
    width: 100%;
    height: 20rem;
  }

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

  .text-links.flie-text.farbe-der-headings {
    margin-bottom: 0;
    font-size: 14px;
  }

  .text-links.flie-text.farbe-der-headings-text {
    font-size: 14px;
  }

  .hintergrund.space-between {
    padding: 15px;
  }

  .mehr-erfahren {
    min-width: 150px;
  }

  .mehr-erfahren.highlights.flie-text {
    min-width: auto;
    font-size: 13px;
    line-height: 1.3;
  }

  .heading-links.heading-1 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  .heading-links.heading-1.farbe-der-headings {
    letter-spacing: 0;
    font-size: 28px;
  }

  .heading-links.heading-1.farbe-der-headings.padding-left.font-size, .heading-links.heading-1.farbe-der-headings.padding-left.font-size-nocap {
    font-size: 20px;
  }

  .div {
    padding: 20px;
  }

  .heading-link.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-link.heading-1.farbe-der-headings {
    font-size: 28px;
  }

  .inhalt-abstand-rechts {
    align-items: center;
    padding-right: 10px;
  }

  .inhalt-nebeneinander {
    width: 90vw;
  }

  .heading-klein-links.heading-2 {
    width: 100%;
  }

  .heading-klein-links.heading-2.farbe-der-headings {
    font-size: 18px;
  }

  .text-mittig.flie-text.farbe-der-headings-text {
    font-size: 14px;
  }

  .heading-block1 {
    width: 100vw;
  }

  .icon-50px {
    height: 35px;
  }

  .success-2 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-success {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-success.heading-2 {
    font-size: 20px;
  }

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

  .div-block-footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-footer.heading-3.farbe-der-headings {
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .maps-gro {
    height: 300px;
  }

  .checkbox-field {
    margin-top: 10px;
  }

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

  .text-field {
    width: 100%;
    height: 2.5rem;
    margin-bottom: 10px;
  }

  .impdata {
    padding: 40px 10px;
  }

  .impdata.flie-text {
    min-height: auto;
  }

  .impressum-link.farbe-der-headings, .datenschutz-link.farbe-der-headings {
    font-size: 14px;
  }

  .navlink.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13.5px;
  }

  .navlink.flie-text.cta-button.highlights, .men.hauptfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .men-button.hauptfarbe {
    padding: 12px;
    font-size: 18px;
  }

  .field-label-form.flie-text {
    font-size: 13.5px;
  }

  .textarea.large-area {
    height: 5rem;
  }

  .white-block {
    padding: 20px;
  }

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

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

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

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

  .heading-mittig-klein1-intro {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-mittig-klein1-intro.heading-2 {
    font-size: 15px;
  }

  .sectionlandingpage {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .card {
    padding: 15px;
  }

  .heading-center.heading-1.farbe-der-headings {
    font-size: 22px;
  }

  .btn.flie-text.highlights {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.3;
  }

  .heading-block.border.bg-color {
    margin-bottom: 10px;
    padding: 5px 15px;
  }

  .sub-heading.flie-text.farbe-der-headings {
    font-size: 16px;
  }

  .sub-next.heading-2.farbe-der-headings {
    font-size: 22px;
  }

  .para-cener.flie-text.farbe-der-headings {
    font-size: 14px;
  }

  .arrow-img {
    width: 25px;
    height: 25px;
  }

  .arrow {
    font-size: 12px;
  }

  .dropdown-list.w--open {
    padding-left: 10px;
    padding-right: 10px;
  }

  .farbe-der-headings-text.flie-text.left {
    padding-left: 20px;
  }

  .div-block {
    width: 100%;
  }

  .grid.transparent-background.small.padding.space {
    padding: 15px;
  }

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

  .input-field.farbe-der-headings {
    text-align: center;
    height: 2.4rem;
    font-size: 13.5px;
  }

  .footer-first-block {
    max-width: 100%;
  }

  .footer-heading-block {
    padding-bottom: 10px;
  }

  .feature-image-cover.small {
    width: 100%;
    height: auto;
  }

  .dropdown-list-19.w--open {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    margin-left: 0;
  }

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

  .div-block-imp {
    padding: 0 20px 20px;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  ._404-page-wrap.secondary-color {
    padding: 20px;
  }

  .warnbild {
    height: 12rem;
  }

  .heading-large {
    font-size: 20px;
  }

  .text-mittig-2.paragraph-font {
    font-size: 14px;
  }

  .mehr-erfahren-dropdown {
    min-width: 150px;
  }

  .mehr-erfahren-dropdown.highlights.flie-text {
    min-width: auto;
    font-size: 13px;
    line-height: 1.3;
  }

  .list-dropdown.farbe-der-headings-text {
    font-size: 14px;
  }

  .image {
    height: 50vh;
  }

  .list-links.flie-text {
    font-size: 14px;
  }

  .list-links.flie-text.farbe-der-headings {
    margin-bottom: 0;
    font-size: 14px;
  }

  .list-links.flie-text.farbe-der-headings-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8fd66129-d5c6-4ec1-75c0-f910cba8a55e-9c7fd828 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Dancingscript';
  src: url('../fonts/DancingScript-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 28 Pt';
  src: url('../fonts/Inter_28pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}