:root {
  --blue: #0d5b92;
  --biege: #f2ece3;
  --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;
  flex-direction: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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;
  height: 15vh;
}

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

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

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

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

.hauptfarbe {
  background-color: var(--blue);
  color: #fff;
}

.email {
  margin-bottom: 5px;
}

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

.highlights {
  background-color: var(--biege);
  color: var(--black);
}

.adresse {
  margin-bottom: 5px;
}

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

.heading-1, .heading-2, .heading-3 {
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

.flie-text {
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.farbe-der-headings {
  color: var(--blue);
  line-height: 1.3;
}

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

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

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

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

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

.impressum.flie-text {
  line-height: 25px;
}

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

.navlink3.flie-text {
  color: #fff;
}

.navlink3.flie-text:hover {
  color: #6d6d6d;
}

.navlink3.flie-text.w--current {
  color: #8c8c8c;
}

.navlinks3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navlinks3.hauptfarbe {
  color: #fff;
}

.background-video1 {
  height: 100%;
  margin-left: 25%;
}

._3er-grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  margin-bottom: 107px;
}

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

.footer3 {
  height: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.footer3.hauptfarbe {
  color: #fff;
}

.abst-nde-footer3 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.heading-footer3 {
  font-size: 14px;
  font-weight: 400;
}

.heading-footer3.heading-3 {
  text-transform: uppercase;
}

._1 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rounded-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 200px;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block.zweitfarbe {
  min-height: auto;
}

.impdat {
  padding: 100px 10vw;
}

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

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

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

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

.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-2 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field-2.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);
}

.navigation-divider.highlights {
  margin-left: auto;
}

.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: #000;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

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

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

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

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

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

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

.navigation-menu {
  z-index: 9;
  width: 0%;
  display: block;
  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;
}

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

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

.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 {
  width: 100%;
}

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

.section_1 {
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.gradient_block {
  color: #fff;
  background-image: linear-gradient(#0003, #0003);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px 150px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-mittig {
  text-align: center;
  font-size: 50px;
  line-height: 70px;
}

.heading-mittig.heading-1.text-shadow {
  text-shadow: 2px 2px 2px #0003;
  margin-top: 20px;
}

.paragraph {
  text-align: justify;
  font-size: 20px;
  line-height: 35px;
}

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

.button {
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 40px;
}

.button.highlights {
  margin-top: 10px;
  font-size: 18px;
  transition: all .2s;
}

.button.highlights:hover {
  transform: scale(1.1);
  box-shadow: 0 0 14px -4px #00000080;
}

.button.highlights.flie-text {
  z-index: 5;
  font-family: Lato, sans-serif;
  position: relative;
}

.text-blck {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 10vw;
  display: flex;
}

.text-blck.zweitfarbe.padding-0 {
  padding-top: 0;
}

.text-blck.overflow-hidden {
  overflow: hidden;
}

.text-blck.margins {
  padding-bottom: 60px;
}

.text-blck.padding {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.heading_center {
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}

.heading_center.heading-1 {
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.content {
  border: 1px solid #0000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 40px 10px;
  transition: all .2s;
  display: flex;
}

.content:hover {
  background-color: var(--white);
  border: 1px solid #f5f5f5;
  transform: scale(1.02);
  box-shadow: 0 2px 5px #00000014;
}

.heading-_center_small {
  text-align: center;
  font-size: 35px;
  line-height: 45px;
}

.heading-_center_small.heading-1 {
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.paragraph_center {
  text-align: center;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.paragraph_center.flie-text {
  overflow-wrap: anywhere;
  line-height: 1.5;
}

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

.link {
  color: var(--white);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.link.flie-text.farbe-der-headings {
  color: var(--blue);
  font-weight: 400;
  transition: all .2s;
}

.link.flie-text.farbe-der-headings:hover {
  text-shadow: 0 0 10px #0003;
  transform: scale(1.1);
}

.link.flie-text.farbe-der-headings.auto-top {
  margin-top: auto;
}

._2er_grid {
  grid-column-gap: 25px;
  grid-template-rows: auto;
}

._2er_grid.uneven {
  grid-template-columns: 1fr .5fr;
  width: 100%;
}

._2er_grid.invert {
  grid-column-gap: 25px;
  grid-template-columns: .5fr 1fr;
  width: 100%;
}

._2er_grid.center {
  grid-column-gap: 25px;
  place-items: start stretch;
}

._2er_grid.center.margin-top {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
}

.content_block {
  z-index: 1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
}

.content_block.center {
  align-items: center;
}

.content_block.center.hauptfarbe {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.content_block.top {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
}

.heading_left {
  font-size: 50px;
  line-height: 50px;
}

.image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: clip;
  box-shadow: 0 20px 40px #0003;
}

.dropdown {
  border: 1px solid #0000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.dropdown:hover {
  transform: scale(1.02);
}

.dropdown_title {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heading_small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 38px;
}

.heading_small.heading-1 {
  font-size: 24px;
  line-height: 1.3;
}

.lottie-animation-2 {
  width: 40px;
  height: 40px;
  margin-left: auto;
}

.block {
  width: 100%;
  height: 60vh;
}

.image-100 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.image-100.top {
  object-position: 50% 50%;
}

.image-100.positioned {
  object-position: 50% 30%;
}

._2er_grid_1 {
  width: 100%;
  margin-top: 40px;
}

.heading_small_1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.5;
}

.heading_small_1.heading-2.align-left {
  z-index: 10;
  text-align: justify;
  font-size: 18px;
  display: block;
  position: relative;
}

.footer-de {
  margin-top: auto;
  padding: 20px 160px 10px 220px;
  position: relative;
}

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

.inhalt-footer.flie-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-block-telefon {
  color: #fff;
  text-transform: uppercase;
  border: 3px dotted #fff;
  padding: 7px 5px 5px;
  font-size: 14px;
  text-decoration: none;
}

.link-footer {
  color: #fff;
  margin-bottom: 5px;
  text-decoration: none;
}

.link-footer.adj {
  margin-bottom: 0;
}

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

.image-wrapper {
  width: 3em;
  height: 3em;
  overflow: hidden;
}

.image-wrapper.image {
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  display: flex;
  position: sticky;
  top: 10vh;
}

.block_for_grid {
  height: 100%;
}

.block_for_grid._80 {
  height: 80vh;
}

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

.link-formular.farbe-der-headings {
  color: var(--biege);
  font-weight: 400;
}

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

.error-message.flie-text {
  background-color: #d61e1e;
}

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

.form-kontakt {
  margin-bottom: 0;
}

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

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

.text-field {
  color: #333;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 5px;
  padding: 5px 8px;
  line-height: 1.5;
  transition: border .4s, color .4s;
  display: block;
}

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

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

.text-field::placeholder {
  color: #1d1f2e4d;
}

.text-field.cc-textarea {
  height: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.form-wrap {
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  font-family: Lato, sans-serif;
}

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

.heading_left_small {
  font-size: 28px;
  line-height: 28px;
}

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

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

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

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

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

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

.nav-men.highlights {
  z-index: 1000;
}

.nav-link {
  color: var(--blue);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: gray;
}

.nav-link.w--current {
  color: #ebe3de;
}

.nav-link.flie-text:hover, .nav-link.flie-text.w--current {
  border-bottom: 3px solid var(--blue);
  color: var(--blue);
}

.navbar-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

.navbar-de {
  width: 100%;
}

.navbar-de.highlights {
  z-index: 1000;
}

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

.image-wrapper-small {
  width: 20vw;
  height: 23vh;
}

.content_block-links {
  z-index: 10;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
}

.content_block-links.hauptfarbe.height {
  height: 100%;
}

.paragraph-links {
  text-align: justify;
  font-size: 17px;
  line-height: 1.6;
}

.paragraph-links.flie-text {
  overflow-wrap: anywhere;
}

.heading_left-2 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
}

.heading_left-2.heading-1 {
  z-index: 10;
}

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

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

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

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

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

.heading-mittig-klein1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.slider-8 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.horizontal-div {
  width: 100%;
  display: flex;
}

.color-block-4 {
  background-color: var(--white);
  color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 20px;
  display: flex;
}

.color-block-4.highlights {
  font-family: Lato, sans-serif;
}

.icon-arrow {
  color: #fff;
  background-color: #00c4bd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  font-size: 35px;
  display: flex;
}

.star-3 {
  box-sizing: border-box;
  object-fit: contain;
  width: 18px;
  margin-right: 5px;
}

.mask-4 {
  width: 50%;
  height: 100%;
  overflow: visible;
}

.content-block-3 {
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 39px;
  display: flex;
  position: relative;
}

.content-block-3.hauptfarbe {
  justify-content: center;
}

.absolute-block-3 {
  border-bottom: 1px solid var(--biege);
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
  position: static;
  inset: 5% auto auto 3%;
}

.slide-60vh {
  width: 100%;
  height: 100%;
  margin-right: 30px;
}

.vertical-block {
  flex-direction: column;
  display: flex;
}

.border-block-2 {
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 0 8px 1px #b7b7b7;
}

.border-block-2.highlights {
  width: 100%;
  height: 100%;
}

.text {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

._4er_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.content-block {
  width: 80%;
}

.content_block-rel {
  z-index: 1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.content_block-rel.center {
  align-items: center;
}

.content_block-rel.center.white {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.content_block-rel.hauptfarbe.center {
  width: 100%;
}

.image1 {
  object-fit: cover;
  width: 10rem;
  transition: all .2s;
}

.image1.left {
  z-index: 1;
  margin-top: 20px;
  position: absolute;
  inset: 0% auto auto 10%;
}

.image1.left.bottom {
  z-index: 1;
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 20px;
  inset: auto auto 18% 5%;
}

.image1.left.large {
  object-fit: contain;
  width: 8rem;
}

.image1.center-right {
  position: absolute;
  inset: 25% 15% 0% auto;
}

.image1.center-right.large {
  object-fit: contain;
  width: 14rem;
  height: 11rem;
  right: 0%;
}

.image1.center-right.bottom {
  object-fit: contain;
  margin-bottom: 10px;
  padding-right: 10px;
  inset: auto 0% 0% auto;
}

.img-wrapper-1 {
  position: relative;
}

.image-wrapper-70vh {
  width: 100%;
  height: 45vh;
  overflow: hidden;
}

.image-wrapper-70vh.image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
}

._2er_grid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

._2er_grid-2.uneven {
  grid-column-gap: 25px;
  grid-template-rows: 1fr;
  grid-template-columns: .5fr 1fr .5fr;
  width: 100%;
}

.image-cover {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: clip;
  transform: translate(0);
  box-shadow: 0 20px 40px #0003;
}

.image-wrapper-80vh {
  width: 100%;
  height: 45vh;
  overflow: hidden;
}

.image-wrapper-80vh.image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.image-wrapper-80vh.image.flex {
  height: 80vh;
  box-shadow: none;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.publication-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 20px;
}

.book-cover {
  height: 30vh;
  display: flex;
}

.book-title {
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-book {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-publications {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 50%;
  margin: 20px auto 0;
  display: flex;
}

.image-wrapper-50vh {
  border-radius: 5px;
  width: 65%;
  height: 50vh;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.link-13 {
  color: #333;
  font-weight: 500;
}

.image-contain {
  background-color: var(--white);
  object-fit: contain;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: clip;
  box-shadow: 0 20px 40px #0003;
}

.link-14 {
  color: #000;
}

.content_block-60 {
  z-index: 1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 60px;
  display: flex;
}

.content_block-60.hauptfarbe {
  width: 100%;
  max-width: 900px;
}

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

.footer-block {
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  display: flex;
}

.title-section {
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.content_block-mit {
  z-index: 2;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 80px 60px 60px;
  display: flex;
}

.fixed-div {
  z-index: 10001;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 2% 2% auto auto;
  box-shadow: 0 4px 12px #00000026;
}

.image-flag {
  object-fit: contain;
  width: 2.7rem;
}

.dropdown-flag {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
}

.dropdown-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 20px 10px 10px;
  display: flex;
}

.text-block {
  color: #333;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.dropdown-list {
  background-color: #fff;
  width: 100%;
}

.dropdown-link {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.dropdown-link.w--current {
  font-size: 18px;
  font-weight: 700;
}

.flags-div {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 40px 20px 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-icon {
  width: 4rem;
}

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

.list-div {
  flex-flow: column;
  align-items: flex-end;
  padding-left: 100px;
  display: flex;
}

.link-16 {
  color: #f2ece3;
  font-weight: 700;
}

.link-17 {
  color: #000;
  font-weight: 400;
}

.link-18 {
  color: #000;
}

.image-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.list {
  font-size: 18px;
}

.success-msg {
  color: #333;
}

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

.utility-page {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-error {
  filter: contrast(200%) brightness(200%);
  object-fit: contain;
  height: 25rem;
}

.error-heading {
  font-size: 32px;
}

.paragraph_center-2 {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 22px;
}

.paragraph_center-2.flie-text {
  line-height: 1.5;
}

.right-arrow {
  right: -35px;
}

.wrapp {
  overflow-wrap: anywhere;
}

.price, .price2, .price-1 {
  display: none;
}

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

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

.link-20 {
  color: #000;
  text-decoration: underline;
}

.image-101 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.div-block-46 {
  height: 55vh;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.image-flag-2 {
  object-fit: contain;
  width: 2.7rem;
}

.lang-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 20px 10px 10px;
  display: flex;
}

.is-de {
  color: #333;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.flags-div-copy {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 40px 20px 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.is-en {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .border-block-2.highlights {
    height: 50vh;
  }

  .img-wrapper-1 {
    height: 100%;
  }
}

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

  .logo.w--current {
    width: 100%;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .menu-icon-3 {
    color: #fff;
  }

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

  .background-video1 {
    margin-left: 0%;
  }

  .footer3.hauptfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

  .rounded-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rounded-block.zweitfarbe {
    margin-bottom: 20px;
  }

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

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

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

  .successs-heading {
    font-size: 28px;
  }

  .successs-heading.heading-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .section_1 {
    height: 75vh;
  }

  .gradient_block {
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

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

  .heading-mittig.heading-1.text-shadow {
    font-size: 40px;
    line-height: 1.3;
  }

  .paragraph {
    font-size: 18px;
    line-height: 28px;
  }

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

  .button.highlights {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 1.5;
  }

  .button.hauptfarbe.flie-text {
    text-align: center;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 1.6;
  }

  .text-blck {
    flex: 0 auto;
    padding: 60px;
  }

  .text-blck.overflow-hidden, .text-blck.highlights {
    padding: 60px;
  }

  .text-blck.padding {
    padding: 0 0;
  }

  .text-blck.stretch {
    flex: 1;
  }

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

  .heading_center.heading-1.top {
    margin-top: 10px;
  }

  .content.highlights {
    padding: 20px;
  }

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

  .paragraph_center {
    font-size: 16px;
    line-height: 1.5;
  }

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

  .paragraph_center.flie-text.left-align {
    text-align: center;
  }

  .link.flie-text.farbe-der-headings.auto-top {
    font-size: 16px;
    line-height: 1.5;
  }

  ._2er_grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    height: 100%;
    display: flex;
  }

  ._2er_grid.uneven, ._2er_grid.center, ._2er_grid.center.margin-top, ._2er_grid.center.wrapp-down {
    grid-column-gap: 16px;
  }

  ._2er_grid.wrapp-down {
    flex-flow: column-reverse;
  }

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

  .content_block.center.hauptfarbe {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content_block.top {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading_left.heading-1 {
    margin-top: 0;
  }

  .image.is-contain {
    background-color: var(--biege);
    object-fit: contain;
  }

  .dropdown {
    padding: 0;
  }

  .dropdown:hover {
    transform: scale(1.01);
  }

  .heading_small.heading-1 {
    width: 80%;
    font-size: 20px;
  }

  .lottie-animation-2 {
    width: 35px;
    height: 35px;
  }

  .block {
    height: auto;
  }

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

  .heading_small_1.heading-2.align-left {
    text-align: center;
  }

  .footer-de.hauptfarbe {
    padding: 40px;
  }

  .heading-footer.heading-3 {
    margin-top: 0;
    font-size: 17px;
  }

  .image-wrapper.image {
    flex-flow: column;
    height: 55vh;
    position: static;
  }

  .image-wrapper.image.auto {
    flex-flow: column;
    height: 55vh;
  }

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

  .block_for_grid._80 {
    height: auto;
  }

  .error-message {
    width: auto;
  }

  .text-field {
    height: 3.2rem;
    line-height: 1.5;
  }

  .text-field.cc-textarea {
    height: 5.5rem;
  }

  .form-wrap {
    width: auto;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading_left_small.heading-1 {
    text-align: center;
    margin-top: 0;
    font-size: 24px;
    line-height: 1.3;
  }

  .maps-gro {
    height: 50vh;
  }

  .maos-footer {
    justify-content: flex-start;
  }

  .container {
    min-width: 100%;
  }

  .nav-men.highlights {
    background-color: var(--biege);
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link.flie-text {
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
  }

  .nav-link.flie-text:hover, .nav-link.flie-text.w--current {
    border-bottom-width: 2px;
    padding-bottom: 13px;
  }

  .men-icon {
    color: #fff;
    font-size: 22px;
  }

  .men-buttton.hauptfarbe {
    text-align: center;
    min-width: 100%;
    padding: 16px;
  }

  .men-buttton.hauptfarbe.w--open {
    background-color: var(--blue);
  }

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

  .image-wrapper-small {
    width: 100%;
    height: 40vh;
  }

  .content_block-links {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_block-links.hauptfarbe {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content_block-links.hauptfarbe.height {
    padding-bottom: 10px;
  }

  .content_block-links.highlights {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .paragraph-links {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-links.flie-text {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-links.flie-text.left {
    text-align: left;
  }

  .heading_left-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .heading_left-2.heading-1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.3;
  }

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

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

  .heading-mittig-klein1.heading-3 {
    line-height: 1.5;
  }

  .horizontal-div {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .color-block-4 {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }

  .color-block-4.highlights {
    width: 45px;
    height: 45px;
  }

  .icon-arrow {
    width: 45px;
    height: 45px;
    font-size: 30px;
  }

  .star-3 {
    width: 15px;
  }

  .content-block-3.hauptfarbe {
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .slide-60vh {
    height: 100%;
    margin-right: 20px;
  }

  .border-block-2.highlights {
    height: 100%;
    padding: 20px;
  }

  .text.heading-1 {
    font-size: 22px;
  }

  ._4er_grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .content-block {
    width: 100%;
  }

  .content_block-rel {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_block-rel.center.white {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .content_block-rel.hauptfarbe {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content_block-rel.hauptfarbe.center {
    padding-bottom: 10px;
  }

  .content_block-rel.highlights {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image1.left.bottom {
    margin-bottom: 0;
    position: static;
  }

  .image1.left.large {
    margin-top: 0;
    position: static;
  }

  .image1.center-right.large {
    width: 12rem;
    position: static;
    top: 0%;
  }

  .image1.center-right.bottom {
    margin-bottom: 0;
    padding-right: 0;
    position: static;
  }

  .image-wrapper-70vh.image {
    height: 55vh;
  }

  ._2er_grid-2 {
    grid-template-columns: 1fr;
    height: 100%;
  }

  ._2er_grid-2.uneven {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .image-wrapper-80vh.image.flex {
    height: 55vh;
  }

  .image-wrapper-80vh.image.flex.big {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .publication-grid {
    margin-bottom: 10px;
  }

  .publication-grid.flex {
    flex-flow: column;
    display: flex;
  }

  .book-cover {
    height: 40vh;
  }

  .book-title {
    padding-left: 0;
    padding-right: 0;
  }

  .image-book {
    max-width: none;
  }

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

  .image-wrapper-50vh {
    order: -9999;
    width: 100%;
    height: 40vh;
    margin-top: 0;
  }

  .image-contain._40vh {
    height: 40vh;
  }

  .content_block-60 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_block-60.hauptfarbe {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-block {
    width: 100%;
    font-family: Lato, sans-serif;
  }

  .title-section {
    height: 70vh;
  }

  .content_block-mit {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_block-mit.highlights {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content_block-mit.highlights._70 {
    height: auto;
  }

  .image-flag {
    width: 2.5rem;
  }

  .dropdown-content {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 5px;
  }

  .text-block {
    font-size: 20px;
    line-height: 1.3;
  }

  .dropdown-list.w--open {
    z-index: 10001;
  }

  .dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .flags-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 100%;
    padding-right: 10px;
  }

  .link-block-icon {
    width: 3rem;
  }

  .list-div {
    padding-left: 0;
  }

  .list.flie-text {
    text-align: left;
    font-size: 16px;
  }

  .utility-pag.highlights {
    padding: 60px;
  }

  .image-error {
    height: 22rem;
  }

  .error-heading.heading-1 {
    margin-top: 10px;
    font-size: 30px;
  }

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

  .icon-9, .icon-10 {
    margin-right: 10px;
  }

  .right-arrow {
    width: 6.5vw;
    right: -28px;
  }

  .arrow {
    width: 6.5vw;
  }

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

  .button-wrapp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .price-1 {
    width: 100%;
  }

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

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

  .div-block-46 {
    height: 45vh;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .image-flag-2 {
    width: 2.5rem;
  }

  .lang-content {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 5px;
  }

  .is-de {
    font-size: 20px;
    line-height: 1.3;
  }

  .flags-div-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 100%;
    padding-right: 10px;
  }

  .is-en {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

  .divblock1 {
    height: auto;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

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

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

  .successs-heading.heading-1 {
    font-size: 25px;
  }

  .section_1 {
    height: 70vh;
  }

  .gradient_block {
    padding: 40px;
  }

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

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

  .button.highlights {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
    line-height: 1.4;
  }

  .button.highlights.flie-text {
    text-align: center;
  }

  .button.hauptfarbe.flie-text {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
    line-height: 1.5;
  }

  .text-blck, .text-blck.overflow-hidden, .text-blck.margins.zweitfarbe, .text-blck.highlights {
    padding: 40px;
  }

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

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

  .heading-_center_small.heading-1 {
    font-size: 25px;
  }

  .paragraph_center, .paragraph_center.flie-text, .link.flie-text.farbe-der-headings.auto-top {
    font-size: 15px;
  }

  ._2er_grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }

  ._2er_grid.center {
    grid-row-gap: 15px;
  }

  ._2er_grid.center.margin-top {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  ._2er_grid.center.wrapp-down {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .content_block.center.hauptfarbe {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .content_block.top {
    padding-top: 10px;
  }

  .image.highlights.contain-img {
    object-fit: contain;
  }

  .heading_small.heading-1 {
    width: 85%;
    font-size: 18px;
  }

  .lottie-animation-2 {
    width: 30px;
    height: 30px;
  }

  ._2er_grid_1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .heading_small_1.heading-2.align-left {
    font-size: 17px;
    line-height: 1.5;
  }

  .footer-de.hauptfarbe {
    padding: 20px;
  }

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

  .heading-footer.heading-3 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .image-wrapper {
    width: 100%;
    height: 40vh;
  }

  .image-wrapper.image, .image-wrapper.image.auto {
    height: 22rem;
  }

  .image-wrapper.image.auto.grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .image-wrapper.image.auto.grid.noshade {
    box-shadow: none;
  }

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

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

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

  .text-field.cc-textarea {
    height: 4.5rem;
    margin-bottom: 0;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

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

  .heading_left_small.heading-1 {
    font-size: 20px;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .nav-men.highlights {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-link.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 1.4;
  }

  .nav-link.flie-text:hover, .nav-link.flie-text.w--current {
    border-bottom-width: 1.8px;
    padding-bottom: 11.8px;
  }

  .men-icon {
    font-size: 20px;
  }

  .men-buttton.hauptfarbe {
    padding: 14px;
  }

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

  .image-wrapper-small {
    height: 20rem;
  }

  .content_block-links {
    padding-bottom: 60px;
  }

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

  .heading_left-2.heading-1 {
    text-align: center;
    font-size: 30px;
  }

  .heading-mittig-klein1.heading-3 {
    text-align: center;
  }

  .horizontal-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .color-block-4.highlights {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .icon-arrow {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }

  .mask-4 {
    width: 100%;
  }

  .border-block-2.highlights {
    justify-content: center;
    align-items: flex-start;
  }

  .text.heading-1 {
    font-size: 20px;
  }

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

  .content_block-rel {
    padding-bottom: 60px;
  }

  .image1.left.bottom {
    width: 8rem;
  }

  .image-wrapper-70vh {
    width: 100%;
    height: 40vh;
  }

  .image-wrapper-70vh.image {
    height: 22rem;
  }

  ._2er_grid-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }

  ._2er_grid-2.uneven {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

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

  .image-wrapper-80vh {
    width: 100%;
    height: 40vh;
  }

  .image-wrapper-80vh.image.flex {
    height: 22rem;
  }

  .image-wrapper-80vh.image.flex.big {
    flex-flow: wrap;
    height: auto;
    padding: 20px;
    display: flex;
  }

  .publication-grid {
    flex-flow: column;
    display: flex;
  }

  .book-cover {
    height: 22rem;
  }

  .div-block-publications {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-wrapper-50vh {
    width: 100%;
    height: 22rem;
  }

  .image-contain._40vh {
    height: 16rem;
  }

  .image-contain._40vh.small {
    height: 10rem;
  }

  .image-contain._40vh.small.noshade {
    box-shadow: none;
  }

  .footer-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .title-section {
    height: 25rem;
  }

  .content_block-mit {
    padding-bottom: 60px;
  }

  .image-flag {
    width: 2rem;
  }

  .dropdown-content {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

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

  .text-block.w--current, .dropdown-link {
    font-size: 17px;
  }

  .flags-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .link-block-icon {
    width: 2.8rem;
  }

  .link-block-icon.top {
    margin-top: 5px;
  }

  .list.flie-text {
    padding-left: 30px;
    font-size: 15px;
  }

  .utility-pag.highlights {
    padding: 40px;
  }

  .image-error {
    height: 20rem;
  }

  .error-heading.heading-1 {
    font-size: 25px;
  }

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

  .right-arrow {
    right: 0;
  }

  .slide-nav {
    font-size: 12px;
  }

  .price {
    width: 100%;
  }

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

  .text-block-2.w--current {
    font-size: 17px;
  }

  .image-flag-2 {
    width: 2rem;
  }

  .lang-content {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .is-de {
    font-size: 18px;
  }

  .is-de.w--current {
    font-size: 17px;
  }

  .flags-div-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .is-en {
    font-size: 17px;
  }
}

@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 {
    height: 7vh;
  }

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

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

  .footer3.hauptfarbe {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
  }

  .rounded-block {
    min-width: 200px;
  }

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

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

  .successs-heading {
    font-size: 18px;
    line-height: 1.3;
  }

  .successs-heading.heading-1 {
    font-size: 20px;
  }

  .section_1 {
    height: 50vh;
  }

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

  .heading-mittig.heading-1, .heading-mittig.heading-1.text-shadow {
    font-size: 25px;
  }

  .paragraph.flie-text {
    overflow-wrap: anywhere;
    font-size: 14px;
  }

  .button.highlights {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.3;
  }

  .button.hauptfarbe.flie-text {
    padding: 8px 10px;
    font-size: 14px;
  }

  .text-blck {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-blck.zweitfarbe.btm-0 {
    padding-bottom: 0;
  }

  .text-blck.overflow-hidden {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-blck.margins.zweitfarbe {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .content.highlights {
    padding: 15px;
  }

  .heading-_center_small, .heading-_center_small.heading-1 {
    font-size: 20px;
  }

  .paragraph_center, .paragraph_center.flie-text, .link.flie-text.farbe-der-headings.auto-top {
    font-size: 14px;
  }

  ._2er_grid {
    height: 100.004%;
  }

  ._2er_grid.center {
    grid-row-gap: 10px;
  }

  ._2er_grid.center.margin-top, ._2er_grid.center.wrapp-down {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .content_block.center.hauptfarbe {
    padding: 15px;
  }

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

  .image.is-contain, .image.highlights {
    object-fit: cover;
  }

  .heading_small.heading-1 {
    overflow-wrap: anywhere;
    font-size: 16px;
  }

  .lottie-animation-2 {
    width: 25px;
    height: 25px;
  }

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

  .heading_small_1.heading-2.align-left {
    font-size: 16px;
  }

  .image-wrapper.image, .image-wrapper.image.auto {
    height: auto;
  }

  .image-wrapper.image.auto.grid.noshade {
    box-shadow: none;
  }

  .text-field {
    width: 100%;
    height: 2.4rem;
  }

  .text-field.cc-textarea {
    height: 4rem;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .heading_left_small.heading-1 {
    font-size: 18px;
  }

  .maps-gro {
    height: 300px;
  }

  .html-embed-3 {
    width: 100%;
  }

  .nav-men.highlights {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13.5px;
    line-height: 1.3;
  }

  .nav-link.flie-text:hover, .nav-link.flie-text.w--current {
    border-bottom-width: 1.5px;
    padding-bottom: 9.5px;
  }

  .men-icon {
    font-size: 18px;
  }

  .men-buttton.hauptfarbe {
    padding: 12px;
  }

  .image-wrapper-small {
    height: auto;
  }

  .content_block-links {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content_block-links.hauptfarbe {
    padding: 15px;
  }

  .content_block-links.hauptfarbe.height {
    padding-bottom: 5px;
  }

  .content_block-links.highlights {
    padding: 15px 15px 5px;
  }

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

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

  .heading_left-2 {
    font-size: 32px;
    line-height: 32px;
  }

  .heading_left-2.heading-1 {
    font-size: 25px;
  }

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

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

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

  .icon-arrow {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .star-3 {
    width: 14px;
  }

  .content-block-3.hauptfarbe, .border-block-2.highlights {
    padding: 15px;
  }

  .text.heading-1 {
    font-size: 18px;
  }

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

  .content_block-rel {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content_block-rel.center.white {
    padding-bottom: 5px;
  }

  .content_block-rel.hauptfarbe {
    padding: 15px;
  }

  .content_block-rel.hauptfarbe.center {
    padding-bottom: 5px;
  }

  .content_block-rel.highlights {
    padding: 15px;
  }

  .image1.left.bottom, .image1.left.large {
    width: 5rem;
  }

  .image1.center-right.large {
    width: 8rem;
  }

  .image1.center-right.bottom {
    width: 6rem;
  }

  .image-wrapper-70vh.image {
    height: 20rem;
  }

  ._2er_grid-2 {
    height: 100.004%;
  }

  ._2er_grid-2.uneven {
    grid-column-gap: 10px;
  }

  .image-cover.contain.highlights {
    object-fit: cover;
  }

  .image-wrapper-80vh.image {
    height: 40vh;
  }

  .image-wrapper-80vh.image.flex {
    height: 20rem;
  }

  .book-cover {
    width: 100%;
    height: 20rem;
  }

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

  .image-wrapper-50vh, .image-contain._40vh {
    height: auto;
  }

  .content_block-60.hauptfarbe {
    padding: 15px;
  }

  .title-section {
    height: 22rem;
  }

  .content_block-mit {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content_block-mit.highlights {
    padding: 15px 15px 10px;
  }

  .image-flag {
    width: 1.5rem;
  }

  .dropdown-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 4px;
  }

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

  .text-block.w--current {
    margin-right: 15px;
    font-size: 16px;
  }

  .dropdown-list.w--open {
    z-index: 10;
  }

  .dropdown-link {
    font-size: 16px;
  }

  .flags-div {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .link-block-icon {
    width: 2.5rem;
  }

  .link-block-icon.top {
    margin-top: 5px;
  }

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

  .utility-pag.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-error {
    height: 16rem;
  }

  .error-heading.heading-1 {
    font-size: 20px;
  }

  .paragraph_center-2 {
    font-size: 14px;
    line-height: 18px;
  }

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

  .icon-9, .icon-10 {
    margin-right: 5px;
  }

  .right-arrow, .arrow {
    width: 9vw;
  }

  .slide-nav {
    font-size: 10px;
  }

  .image-wrapp, .link-block-2 {
    width: 100%;
  }

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

  .text-block-2.w--current {
    margin-right: 15px;
    font-size: 16px;
  }

  .image-flag-2 {
    width: 1.5rem;
  }

  .lang-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 4px;
  }

  .is-de {
    font-size: 16px;
  }

  .is-de.w--current {
    margin-right: 15px;
    font-size: 16px;
  }

  .flags-div-copy {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .is-en {
    font-size: 16px;
  }
}

#w-node-e4560082-77c2-2677-a07e-984ab7e155c7-b7e155c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02918a3e-b1c9-faf8-aa1f-1819d7072afe-6b7f57a6, #w-node-a2cc07f0-5f85-ba89-3bde-ce5f741a61dd-6b7f57a6, #w-node-_4be5e23b-d880-8e5c-37c0-d37f3c979328-6b7f57a6, #w-node-_917c8e69-6c76-bc6e-1c00-8b10606e29f3-6b7f57a6, #w-node-_02918a3e-b1c9-faf8-aa1f-1819d7072afe-321c0f3e, #w-node-a2cc07f0-5f85-ba89-3bde-ce5f741a61dd-321c0f3e, #w-node-_4be5e23b-d880-8e5c-37c0-d37f3c979328-321c0f3e, #w-node-_917c8e69-6c76-bc6e-1c00-8b10606e29f3-321c0f3e {
  justify-self: auto;
}

#w-node-_3674f27b-3fd4-a11d-4b21-f1ef8660f67d-8660f67c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dc10da0d-a253-5d57-5ad8-c28a6d020ce8-6b7f5799, #w-node-e4560082-77c2-2677-a07e-984ab7e155db-b7e155c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5bf5677f-591e-640d-0d90-5860f60ae615-6b7f57a6, #w-node-_5bf5677f-591e-640d-0d90-5860f60ae615-321c0f3e {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3674f27b-3fd4-a11d-4b21-f1ef8660f691-8660f67c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


