:root {
  --main-color: #284860;
  --secondry-color: #ececec;
  --highlights-color: #cfc1af;
  --white: white;
  --black: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.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(--main-color);
  color: #fff;
}

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  background-color: var(--secondry-color);
  color: #000;
}

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

.adresse {
  margin-bottom: 5px;
}

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

.heading-1 {
  font-family: EB Garamond, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.heading-2 {
  font-family: EB Garamond, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-3 {
  font-family: Georama, sans-serif;
  line-height: 1.3;
}

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

.farbe-der-headings {
  color: var(--highlights-color);
  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;
}

.impdat1-2.flie-text.adj {
  flex-flow: column;
  display: flex;
}

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

.success {
  flex-direction: row;
  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;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  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 {
  min-height: 80vh;
  position: relative;
  overflow: hidden;
}

.gradient_block {
  background-image: linear-gradient(#ffffff75, #ffffff75), url('../images/attachment_1_SC106896-Kopie.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px 50% 100px 150px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.heading.heading-1 {
  font-size: 65px;
}

.heading.heading-1.blue-text {
  color: #124064;
}

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

.button.highlights {
  background-color: #124064;
  margin-top: 10px;
  font-family: Georama, sans-serif;
  font-size: 18px;
  transition: all .2s;
}

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

.button.btn {
  color: #124064;
  background-color: #fff;
  font-family: Georama, sans-serif;
}

.section_2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
}

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

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

.paragraph_center {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

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

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

.heading_left {
  font-size: 50px;
}

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

.footer-1 {
  padding: 20px 140px 10px;
}

.footer-1.hauptfarbe {
  background-color: #124064;
  padding-left: 220px;
}

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

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

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

.heading-footer.heading-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.error-message {
  color: #fff;
  background-color: #d41111;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Georama, sans-serif;
}

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

.form1 {
  margin-bottom: 0;
}

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

.contact-form-success-message {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ececed;
  font-family: Georama, sans-serif;
}

.text-field {
  color: #333;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 3.2rem;
  margin-bottom: 5px;
  padding: 18px 10px;
  font-family: Georama, sans-serif;
  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: 6rem;
  padding-left: 10px;
  padding-right: 10px;
}

.form-wrap {
  color: #fff;
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.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: #fff;
  text-decoration: none;
}

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

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

.container {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-men-1.hauptfarbe {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

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

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

.nav-link.flie-text {
  background-color: #124064;
}

.nav-link.flie-text:hover, .nav-link.flie-text.w--current {
  color: var(--highlights-color);
}

.navbar1 {
  background-color: #124064;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

.navbar-wap {
  width: 100%;
}

.navbar-wap.hauptfarbe {
  background-color: #124064;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.paragraph-links {
  font-size: 15px;
  line-height: 35px;
}

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

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

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

.image-100-2.right {
  object-position: 83% 50%;
}

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

.image-wrapper-60vh-sticky {
  height: 70vh;
  position: sticky;
  top: 5vh;
}

.left_flex {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
  inset: auto;
}

.startseite2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.startseite2.zweitfarbe {
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.grid-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 60px 40px;
  display: flex;
}

._2er-grid-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  width: 100%;
}

._2er-grid-1-invert {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  width: 100%;
}

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

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

.utility-pag.hauptfarbe {
  padding-left: 100px;
  padding-right: 100px;
}

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

.wrapp {
  overflow-wrap: anywhere;
}

.content_block_relative {
  z-index: 1;
  background-color: #124064;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
}

.field_lable {
  font-family: Georama, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

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

  .logo {
    width: 100%;
  }

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

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

  .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.hauptfarbe {
    padding: 60px;
  }

  .heading-success {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .section_1 {
    min-height: auto;
  }

  .gradient_block {
    background-image: linear-gradient(#0000 50%, #fff);
    justify-content: flex-end;
    padding-left: 40px;
  }

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

  .button.highlights {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.8;
  }

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

  .button.btn {
    text-align: center;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .section_2 {
    padding: 60px;
  }

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

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

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

  .heading_left.heading-1 {
    text-align: center;
    font-size: 35px;
    line-height: 1.3;
  }

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

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

  .error-message {
    width: auto;
  }

  .form1 {
    margin-top: 20px;
  }

  .text-field {
    text-align: left;
    height: 3rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-wrap {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .form-grid {
    width: 100%;
  }

  .contact-form {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .maps-gro {
    height: 50vh;
  }

  .maos-footer {
    justify-content: flex-start;
    min-width: auto;
    height: auto;
  }

  .container {
    min-width: 100%;
  }

  .nav-men-1.hauptfarbe {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.flie-text {
    text-align: center;
    min-width: 100%;
    padding: 15px;
  }

  .men-buttton1.hauptfarbe {
    text-align: center;
    width: 100%;
    padding: 15px;
    font-size: 22px;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: var(--highlights-color);
    color: #333;
  }

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

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

  .heading_left-copy.heading-1 {
    text-align: center;
    font-size: 35px;
    line-height: 1.3;
  }

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

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

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

  .image-100-2.is-contain {
    object-fit: contain;
  }

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

  .image-wrapper-60vh-sticky {
    width: 100%;
    height: 60vh;
    position: relative;
    top: 0;
  }

  .left_flex {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .startseite2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .startseite2.zweitfarbe {
    padding: 60px;
  }

  .grid-title {
    flex-flow: column-reverse;
    display: flex;
  }

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

  .image-wrap {
    width: 100%;
    height: 100%;
  }

  ._2er-grid-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  ._2er-grid-1.is-invert {
    flex-flow: column-reverse;
  }

  ._2er-grid-1-invert {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .content_block_relative {
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
  }

  .field_lable {
    width: 100%;
  }
}

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

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

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

  .divblock1 {
    height: auto;
  }

  .impdat1-2.flie-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  ._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.hauptfarbe {
    padding: 40px;
  }

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

  .gradient_block {
    padding-right: 40px;
  }

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

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

  .button.highlights {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.btn {
    font-size: 15px;
  }

  .section_2 {
    padding: 40px;
  }

  .heading_center.heading-1 {
    line-height: 1.1;
  }

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

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

  .footer-1.hauptfarbe {
    padding: 40px 20px;
  }

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

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

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

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

  .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: 5.5rem;
  }

  .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: 22px;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    width: auto;
  }

  .nav-link.flie-text, .men-buttton1.hauptfarbe {
    padding: 12px;
  }

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

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

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

  .image-100-2.is-contain {
    object-fit: cover;
  }

  .image-wrapper-60vh-sticky {
    height: 25rem;
  }

  .startseite2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .startseite2.zweitfarbe, .content-wrapper {
    padding: 40px;
  }

  .image-wrap {
    height: 28rem;
  }

  .image-error {
    height: 5rem;
  }

  .content_block_relative {
    padding: 20px;
  }
}

@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: 5rem;
  }

  .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .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.hauptfarbe {
    padding: 20px;
  }

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

  .gradient_block {
    padding: 100px 20px 20px;
  }

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

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

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

  .button.highlights:hover {
    transform: scale(1.02);
  }

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

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

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

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

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

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

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

  .text-field {
    height: 2.6rem;
  }

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

  .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: 20px;
  }

  .maps-gro {
    height: 300px;
  }

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

  .nav-link.flie-text {
    padding: 10px;
    line-height: 1.3;
  }

  .men-buttton1.hauptfarbe {
    padding: 10px;
    font-size: 20px;
  }

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

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

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

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

  .image-100-2.is-contain {
    object-fit: cover;
  }

  .startseite2.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper {
    padding: 20px;
  }

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

  .content_block_relative {
    padding: 15px;
  }
}


