:root {
  --dim-grey-2: #5c5c5c;
  --dim-grey: #666;
  --light-grey: lightgrey;
  --royal-blue: #4c6584;
  --silver: #bbbaba;
  --cadet-blue: #2eadc7;
  --midnight-blue: #0b2c4f;
  --silver-2: #c1c1c1;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

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

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

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

.logo-img {
  width: 250px;
  height: auto;
  max-width: 250px;
  object-fit: contain;
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo {
  width: 230px;
  height: 126.267px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.logo.w--current {
  width: 230px;
  height: 126.266px;
  overflow: hidden;
}

.logo.ber-button {
  position: fixed;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 0%;
}

.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 {
  margin-bottom: 5px;
}

.telefonnummer.no-warp {
  white-space: nowrap;
}

.telefonnummer.no-warp.text-center {
  text-align: center;
}

.telefonnummer.ff-exo {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.ffnungszeiten.flie-text.day {
  width: 95px;
  margin-right: 10px;
}

.ffnungszeiten.flie-text.time {
  text-align: right;
  justify-content: flex-start;
  padding-left: 5px;
  display: flex;
  position: relative;
  left: auto;
}

.hauptfarbe {
  background-color: var(--dim-grey-2);
  color: #fff;
}

.email {
  margin-bottom: 5px;
}

.email.fm-exo {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

.adresse.ff-exo {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.div-ffnungszeiten.grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.heading-1 {
  font-family: Russo One, sans-serif;
  font-weight: 400;
}

.heading-2 {
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.heading-3, .flie-text {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.farbe-der-headings {
  color: var(--dim-grey-2);
}

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

.terminbutton.highlights.flie-text {
  background-color: var(--dim-grey);
  margin-top: 20px;
}

.divblock1 {
  width: auto;
  height: auto;
  text-align: center;
  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;
}

.nav-menu-1 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 400;
  width: 100%;
  height: 149px;
  background-color: #666;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
  box-shadow: inset 0 0 2px 1px #dadada;
}

.nav-link-1 {
  color: #fff;
  justify-content: space-between;
  padding: 10px 20px;
  display: flex;
}

.nav-link-1.flie-text {
  width: auto;
  color: #fff;
  white-space: nowrap;
  flex-wrap: nowrap;
  flex: 0 auto;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  margin-right: 5px;
  font-weight: 500;
  display: flex;
}

.nav-link-1.flie-text:hover {
  background-color: var(--light-grey);
  color: #000;
  border-radius: 10px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}

.nav-link-1.flie-text.w--current {
  width: auto;
  background-color: var(--light-grey);
  color: #000;
  white-space: nowrap;
  border-radius: 10px;
}

.titelsection {
  height: 85vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  position: static;
  overflow: hidden;
}

.background-video {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.div-block-video {
  width: 100%;
  height: 100%;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 40px 10vw;
  text-decoration: none;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.heading-links.heading-1 {
  width: 100%;
  color: #333;
  margin-bottom: 60px;
}

.heading-links.heading-1.left {
  color: #333;
  text-align: left;
}

.heading-links.heading-1.top {
  text-align: center;
  margin-top: -14px;
}

.heading-links.heading-1.farbe {
  color: #333;
}

.heading-links.heading-1.text-center {
  text-align: center;
}

.heading-links.heading-1.unter-rand {
  margin-bottom: 20px;
}

.heading {
  margin-top: 0;
  font-size: 35px;
  line-height: 35px;
}

.heading.heading-3 {
  color: #fff;
  font-size: 28px;
}

.heading.heading-3.farbe {
  color: #333;
}

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

.paragraph.flie-text {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 26px;
}

.paragraph.flie-text.center {
  text-align: center;
  display: block;
}

.paragraph.flie-text.center.margin {
  margin-bottom: 0;
}

.paragraph.flie-text.center.white {
  color: #fff;
  text-align: center;
}

.paragraph.flie-text.center.white._001.abstand-oben {
  margin-top: 0;
}

.paragraph.flie-text.center.white._002 {
  width: auto;
  text-align: left;
}

.paragraph.flie-text.center.white._002.left, .paragraph.flie-text.center.white.left {
  text-align: left;
}

.paragraph.flie-text.center.font-color {
  color: #71e7ff;
}

.paragraph.flie-text.no-margin {
  margin-bottom: 0;
  display: flex;
}

.paragraph.flie-text.farbe {
  color: #333;
}

.paragraph.flie-text {
  color: #333;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 26px;
}

.paragraph.flie-text.center {
  text-align: center;
  display: block;
}

.paragraph.flie-text {
  color: #333;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 26px;
}

.paragraph.flie-text.center {
  text-align: center;
  display: block;
}

.paragraph.flie-text.center.margin {
  margin-bottom: 0;
}

.button {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.button.flie-text {
  transition: all .2s;
}

.button.flie-text:hover {
  filter: contrast(200%);
}

.button.flie-text.highlights {
  background-color: var(--dim-grey);
  flex-direction: row;
  justify-content: flex-end;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button.flie-text.highlights:hover {
  background-color: var(--royal-blue);
  filter: none;
}

.button.flie-text.highlights.border {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 20px;
}

.button.flie-text.highlights:hover {
  background-color: var(--light-grey);
  filter: none;
  color: #000;
}

.div-inhalt {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-inhalt.flie-text {
  width: 320px;
  height: 300px;
  box-shadow: 1px 1px 5px 0 var(--silver);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.div-inhalt.flie-text.mr-20px {
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.div-inhalt.flie-text.mr-20px.abstand-weg {
  padding: 0;
}

.div-inhalt.flie-text {
  width: 320px;
  height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  box-shadow: 1px 1px 5px #bbbaba;
}

.div-inhalt.flie-text.mr-20px {
  height: auto;
  min-height: 100%;
  margin-right: 0;
  padding-top: 20px;
}

.div-inhalt.flie-text {
  width: 320px;
  height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  box-shadow: 1px 1px 5px #bbbaba;
}

.div-inhalt.flie-text.mr-20px {
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.div-inhalt.flie-text.mr-20px.abstand-weg {
  padding: 0;
}

.div-inhalt.flie-text {
  width: 320px;
  height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  box-shadow: 1px 1px 5px #bbbaba;
}

.div-inhalt.flie-text.mr-20px {
  height: auto;
  min-height: 100%;
  margin-right: 0;
  padding-top: 20px;
}

.icons {
  width: 100%;
  height: 100%;
  filter: none;
  object-fit: contain;
}

.icons.wei {
  filter: none;
}

.icons.invert {
  filter: invert();
}

.section1 {
  margin-top: 0;
  padding: 140px 15%;
  position: relative;
  overflow: hidden;
}

.section1.zweitfarbe {
  margin-top: 0;
}

.heading-links-klein {
  font-size: 18px;
  line-height: 30px;
}

.heading-links-klein.heading-3.farbe-der-headings {
  margin-top: 0;
}

.heading-links-klein.heading-3.farbe-der-headings.text-center {
  text-align: center;
}

.heading-links-klein.heading-3.farbe-der-headings.text-center.mb-30px {
  margin-bottom: 30px;
}

.heading-links-klein.heading-3.center {
  text-align: center;
}

.heading-links-klein.heading-3.center.abstand-weg {
  margin-top: 0;
}

.heading-links-klein.heading-2.center {
  text-align: center;
  line-height: 30px;
}

.heading-links-klein.heading-2.text-center {
  text-align: center;
}

.heading-links-klein.heading-2.text-center.margin {
  margin-bottom: 40px;
}

.heading-links-klein.heading-2.text-center.margin.weniger {
  margin-bottom: 10px;
}

.heading-links-klein.heading-2.ober-rand {
  margin-top: 10px;
}

.heading-links-klein.heading-1.text-center {
  text-align: center;
}

.heading-links-klein.heading-1.text-center.same {
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.heading-links-klein.heading-1.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

._2er-grid-no-overflow {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  margin-top: 0;
  overflow: hidden;
}

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

.section2 {
  width: 100%;
  height: 80vh;
  color: #fff;
  object-fit: cover;
  background-image: linear-gradient(rgba(11, 44, 79, .28), rgba(11, 44, 79, .28)), url('../images/626915d837e4527f4f048b4d_AdobeStock_183449275_visu.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.inhalt-footer {
  height: 100%;
}

.footer-1 {
  padding: 60px 140px;
}

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

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

.impdat {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 100px 40px;
  display: flex;
}

.datenschtz-embed {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

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

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

.success-block.highlights {
  width: 60vw;
  height: 50vh;
  background-color: var(--dim-grey-2);
}

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

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

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

._3er-card {
  z-index: 10;
  width: 75vw;
  height: 300px;
  grid-column-gap: 0px;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 20px 20px 20px 40px;
  position: absolute;
  top: -100px;
  bottom: auto;
  left: auto;
  right: auto;
  box-shadow: 3px 3px 44px rgba(0, 0, 0, .1);
}

._3er-card.rem {
  width: 100%;
  height: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  padding-left: 20px;
  display: grid;
  position: static;
  top: 0;
  box-shadow: 3px 3px 30px rgba(153, 153, 153, .24);
}

.inhalt-nebeneinander {
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.inhalt-nebeneinander.abstand-unten {
  margin-bottom: 20px;
}

.inhalt-nebeneinander.flex-vertical-center {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  padding-left: 0;
  display: flex;
}

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

.inhalt-untereinander.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.inhalt-untereinander.card-body {
  justify-content: flex-start;
  align-items: center;
}

.image-100 {
  width: 100%;
  height: 100%;
  filter: brightness(110%);
  white-space: normal;
  mix-blend-mode: normal;
  object-fit: cover;
}

.image-100.contain {
  max-height: 500px;
  min-height: auto;
  object-fit: contain;
  object-position: 50% 100%;
}

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

.image-100.bg-contained {
  object-fit: contain;
}

.image-100.rounded {
  border-radius: 0;
}

.section-mittig {
  padding-top: 100px;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.section-mittig.zweitfarbe {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-mittig.zweitfarbe.vertical {
  flex-direction: column;
}

.section-mittig.zweitfarbe.vertical.top-mar {
  padding-top: 180px;
  padding-bottom: 140px;
}

.section-mittig.zweitfarbe.edit {
  flex-direction: column;
}

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

.arrwow-icon {
  color: #000;
}

.arrwow-icon.highlights {
  text-shadow: 1px 1px 6px #ababab;
  -webkit-text-fill-color: transparent;
  object-fit: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 28px;
}

.slider_wrapper {
  z-index: 5;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-3 {
  max-width: 416px;
  margin-right: 30px;
}

.right_arrow {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  right: -30px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}

.slider_container {
  z-index: 10;
  width: 100%;
  min-height: 300px;
  margin-top: 0;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.slider-2 {
  width: 390px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: static;
}

.left_arrow {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  left: -30px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}

.card {
  z-index: 350;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 7px rgba(138, 138, 138, .5);
}

.card:hover {
  border: 1px #adadad;
  transform: scale(1.06);
}

.hiddem {
  display: none;
}

.mask-2 {
  max-width: 390px;
  position: static;
  overflow: visible;
}

.circle2 {
  z-index: -1;
  width: 200px;
  opacity: .2;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -100px;
}

.section-gro-e-abst-nde {
  padding: 100px 0%;
  position: relative;
  overflow: hidden;
}

.section-gro-e-abst-nde.unten-abstand {
  z-index: 0;
  padding-bottom: 220px;
  padding-left: 10%;
  padding-right: 10%;
}

.section-gro-e-abst-nde.unten-abstand.top-mar {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-gro-e-abst-nde.abstand-seite {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section-gro-e-abst-nde.abstand-seite.top-mar {
  padding-top: 180px;
  padding-bottom: 140px;
}

.section-gro-e-abst-nde.abstand-seite.zweitfarbe {
  padding-left: 10%;
  padding-right: 10%;
}

.section-gro-e-abst-nde.abstand-seite.zweitfarbe.top-mar {
  padding: 0 0%;
}

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

.circle1 {
  z-index: -1;
  width: 400px;
  opacity: .2;
  object-fit: cover;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: -50px;
  right: auto;
}

.inhalt-untereinander-2 {
  z-index: 1;
  width: 100%;
  flex-direction: column;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 44px rgba(0, 0, 0, .1);
}

.inhalt-untereinander-2.effekt {
  justify-content: space-between;
}

.inhalt-untereinander-2.effekt.no-shadow {
  box-shadow: none;
  transition-property: none;
}

.inhalt-untereinander-2.effekt.no-shadow:hover {
  transform: none;
}

.inhalt-untereinander-2.grey {
  background-color: #f6f6f6;
}

.image-wrapper {
  height: 120px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.image-wrapper.zweitfarbe {
  color: #fff;
}

.image-wrapper.hauptfarbe {
  height: 120px;
}

.lottie {
  width: 150px;
  height: 150px;
}

.card-content {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 20px 30px 30px;
  display: grid;
  overflow: visible;
}

.card-content.new {
  display: flex;
  overflow: hidden;
}

.text-link {
  font-size: 16px;
  text-decoration: none;
}

.text-link.heading-3.farbe-der-headings:hover {
  color: var(--royal-blue);
}

.text-link.heading-3.farbe-der-headings.center {
  width: 100%;
  text-align: center;
}

.text-link.heading-3.farbe-der-headings:hover {
  color: #4c6584;
}

.text-link.heading-3.farbe-der-headings.center {
  width: 100%;
  text-align: center;
}

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

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

.heading-mittig.klein.ff-exo-bold {
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.heading-mittig.klein.ff-exo-bold-links {
  text-align: left;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.circle3 {
  z-index: -1;
  height: 300px;
  opacity: .1;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.circle4 {
  z-index: -1;
  height: 350px;
  opacity: .2;
  object-fit: cover;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: -200px;
  right: auto;
}

.image-home1 {
  width: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  position: static;
  overflow: visible;
  box-shadow: 3px 3px 44px rgba(0, 0, 0, .1);
}

.image-home1.fest {
  width: 80%;
  object-position: 50% 70%;
}

._2er_grid {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 100px;
}

.inhalt-footer3 {
  color: #fff;
}

.inhalt-footer3.flie-text {
  margin-top: 20px;
}

.social-verlinkung3 {
  margin-right: 10px;
}

.footer_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-around;
  display: flex;
}

.heading_footer {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.circle {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.circle.white {
  background-color: rgba(0, 0, 0, .5);
  border-color: #fff;
}

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

.footer1.hauptfarbe {
  background-color: var(--dim-grey);
  color: #fff;
  padding: 40px 10%;
}

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

.img-350 {
  height: 350px;
  object-fit: cover;
  object-position: 80% 50%;
}

.inhalt-mittig {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.inhalt-mittig.hauptfarbe {
  height: 220px;
}

.heading-mittig-klein {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

.submit-button-12 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

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

.untereinander {
  flex-direction: column;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.icon-round {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 15px;
}

.icon-round.hauptfarbe {
  object-fit: cover;
  margin-right: 10px;
  padding: 10px;
}

._6er-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
}

._3-4-grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: center;
  justify-items: stretch;
  margin-bottom: 20px;
}

.wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.wrapper.team {
  margin-top: 0;
  margin-bottom: 0;
}

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

.contact-form-wrap {
  z-index: 10;
  border: 1px solid rgba(210, 210, 213, .5);
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
}

.contact-form-wrap.flie-text {
  margin-top: 60px;
  padding: 40px;
}

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

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

.form-wrap {
  width: 100%;
  border-right: 1px rgba(210, 210, 213, .3);
  flex-direction: column;
  align-items: stretch;
}

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

.contact-form-success-icon {
  object-fit: cover;
  margin-top: 0;
  margin-bottom: 10px;
}

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

.link-formular.farbe-der-headings {
  color: #454647;
  font-weight: 700;
}

.text-field-4 {
  height: 54px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-4:hover {
  border-color: rgba(29, 31, 46, .5);
}

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

.text-field-4::-ms-input-placeholder {
  color: rgba(29, 31, 46, .3);
}

.text-field-4::placeholder {
  color: rgba(29, 31, 46, .3);
}

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

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

.form1 {
  margin-top: 20px;
  margin-bottom: 0;
}

.form-text.ff-exo {
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.link-copy {
  color: #333;
  text-decoration: none;
}

.email-copy {
  color: #000;
  white-space: nowrap;
  margin-bottom: 5px;
}

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

.ablaufplan-big-button-2 {
  z-index: 2;
  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;
}

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

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

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

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

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

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

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

.list {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: block;
}

.pop-up {
  z-index: 1000;
  object-fit: fill;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.relative-div {
  z-index: 1000;
  width: 80%;
  box-shadow: inset 0 0 2px 1px var(--cadet-blue);
  color: #fff;
  padding: 20px;
  position: relative;
}

.relative-div.hauptfarbe {
  height: auto;
  box-shadow: none;
  color: #fff;
  text-align: center;
  flex-flow: column;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  overflow: auto;
}

.absolute {
  z-index: 60;
  width: 40px;
  height: 40px;
  filter: invert();
  display: block;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.dropdown-toggle-12 {
  background-color: var(--dim-grey);
  color: #fff;
  border-radius: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.dropdown-toggle-12.w--open {
  display: inline-block;
  position: static;
}

.dropdown-list-13 {
  position: static;
}

.dropdown-list-13.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
}

.sublist {
  padding-left: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.text-span {
  color: var(--dim-grey);
  line-height: 30px;
  transition: all .3s;
}

.text-span:hover {
  color: var(--royal-blue);
}

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

.dropdown-toggle-14 {
  width: 30px;
  height: 30px;
  background-color: var(--dim-grey);
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.icon-2 {
  margin-right: 12px;
}

.image-wrapper-2 {
  height: 120px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.image-wrapper-2.hauptfarbe {
  height: 100px;
}

.dropdown-14 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dropdown-toggle-13 {
  background-color: var(--dim-grey);
  color: #fff;
  border-radius: 10px;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.dropdown-toggle-13.w--open {
  background-color: var(--dim-grey);
  display: none;
}

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

.dropdown-15 {
  background-color: var(--dim-grey);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dropdown-15.new {
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  display: flex;
  overflow: visible;
}

._3er-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.border {
  border: 1px solid #b4b4b4;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  padding: 5px 15px;
  display: flex;
}

.border.bottom {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.border.center {
  text-align: left;
  align-items: center;
}

.border.topleft {
  border-top-width: 2px;
  border-left-width: 2px;
}

.border.left {
  border-left-width: 2px;
}

.border.top {
  border-top-width: 2px;
}

.border.topright {
  border-top-width: 2px;
  border-right-width: 2px;
}

.border.right {
  border-right-width: 2px;
}

.border.bottomleft {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.border.rightbottom {
  border-bottom-width: 2px;
  border-right-width: 2px;
}

.pop-up-2 {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up-2.highlights {
  display: none;
}

.paragraph-62 {
  text-align: center;
  padding-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text-block {
  padding-right: 20px;
}

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

.dropdown-list-14 {
  top: 0;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, .09);
}

.dropdown-list-14.w--open {
  z-index: 47;
  height: auto;
  background-color: var(--dim-grey);
  border-radius: 10px;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-link {
  color: #fff;
  background-color: rgba(10, 10, 10, 0);
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}

.dropdown-link:hover {
  background-color: var(--light-grey);
  color: #000;
}

.dropdown-link.w--current {
  background-color: var(--royal-blue);
  color: #fff;
}

.dropdown-link.last {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.select-field {
  background-color: #fff;
  border-radius: 5px;
}

.select-field:active, .select-field:focus {
  border: 1px solid #000;
}

.tab {
  background-color: var(--silver);
  color: #fff;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.tab.w--current {
  background-color: var(--dim-grey);
}

.tabs-menu-2 {
  justify-content: center;
  display: flex;
}

.tabs-content-3 {
  padding-top: 40px;
}

.tabs {
  margin-top: 40px;
}

.div-block-151 {
  z-index: 2000;
  height: 100%;
  min-height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  margin-top: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-152 {
  z-index: 2000;
  height: 80vh;
  background-color: #fff;
  margin: auto 5%;
  padding: 44px;
  position: relative;
  overflow: auto;
}

.image-103 {
  width: 25px;
  height: 25px;
  cursor: pointer;
  object-fit: contain;
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.linkss {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline;
}

.linkss:hover {
  font-weight: 700;
  text-decoration: underline;
}

.list-4 {
  padding-left: 20px;
}

.dropdown-toggle-16 {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #666;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.image-104 {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

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

.div-block-154 {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
  overflow: hidden;
}

.grid-17 {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  justify-content: space-between;
  position: static;
  overflow: hidden;
}

.slider-3 {
  width: 100%;
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
  overflow: hidden;
}

.image-105 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.image-105.sm {
  height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
  background-color: #fff;
}

.image-105.left {
  object-fit: cover;
  object-position: 0% 50%;
  background-color: #fff;
}

.image-105.bg-cover-right {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 20% 50%;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  left: 0;
  right: 0;
}

.left-arrow, .slide-nav {
  display: none;
}

.grid-18 {
  width: 100%;
  display: flex;
}

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

.div-block-155.mt-100px {
  margin-top: 150px;
}

.unsere {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.contact-form-wrap-copy {
  z-index: 10;
  border: 1px solid rgba(210, 210, 213, .5);
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
}

.contact-form-wrap-copy.flie-text {
  margin-top: 60px;
  padding: 20px;
}

.link-block-2 {
  align-items: flex-start;
  display: flex;
}

.html-embed-4 {
  width: 100%;
  height: 40vh;
  margin-top: 5%;
  margin-bottom: 5%;
}

.div-block-157 {
  display: flex;
  position: relative;
  left: 0;
}

.div-block-157._001 {
  justify-content: space-between;
}

.image-107 {
  display: inline-block;
  position: static;
}

.div-block-160 {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 30px;
}

.heading-107, .heading-109 {
  font-weight: 400;
}

.div-block-162 {
  color: #fff;
  background-color: #5c5c5c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.html-embed-6 {
  filter: invert() brightness(200%) grayscale();
  color: #fff;
}

.html-embed-6.hidden {
  display: none;
}

.heading-117 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.heading-117.mitte {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.heading-117.mitte.abstand-oben {
  margin-top: 60px;
  font-weight: 600;
}

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

.grid-24 {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.heading-links-klein-dropdown {
  font-size: 18px;
  line-height: 30px;
}

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

.div-block-166 {
  position: relative;
}

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

.note.flie-text {
  color: #333;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 26px;
}

.note.flie-text.center {
  text-align: center;
  display: block;
}

.link-7 {
  color: var(--dim-grey-2);
  text-decoration: none;
}

.pop-up-small {
  z-index: 1000;
  object-fit: fill;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.relative-div-small {
  z-index: 1000;
  width: 80%;
  box-shadow: inset 0 0 2px 1px var(--cadet-blue);
  color: #fff;
  padding: 20px;
  position: relative;
}

.relative-div-small.hauptfarbe {
  height: auto;
  box-shadow: none;
  color: #fff;
  text-align: center;
  flex-flow: column;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  overflow: auto;
}

.absolute-small-popup {
  z-index: 60;
  width: 40px;
  height: 40px;
  filter: invert();
  display: block;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.dropdown-17 {
  position: static;
}

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

.paragraph-copy.flie-text {
  color: #333;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 26px;
}

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

.paragraph-copy.flie-text {
  color: #333;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 26px;
}

.heading-links-klein-2 {
  font-size: 18px;
  line-height: 30px;
}

.heading-links-klein-2.heading-2.text-center {
  text-align: center;
}

.heading-links-klein-2.heading-2.text-center._1 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-links-klein-2.heading-2.text-center.same {
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.heading-links-klein-2.heading-2.text-center.margin {
  margin-bottom: 40px;
}

.heading-links-klein-2.heading-2.text-center.margin.weniger {
  margin-bottom: 10px;
}

.heading-links-klein-2.heading-2.center {
  text-align: center;
  line-height: 30px;
}

.heading-links-klein-2.heading-3.farbe-der-headings {
  margin-top: 0;
}

.heading-links-klein-2.heading-3.farbe-der-headings.text-center {
  text-align: center;
}

.heading-links-klein-2.heading-3.farbe-der-headings.text-center.mb-30px {
  margin-bottom: 30px;
}

.dropdown-list-15 {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.dropdown-list-15.w--open {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dropdown-19 {
  z-index: 400;
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.popup-inline-grid {
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
}

.link-7-copy {
  color: var(--royal-blue);
  text-decoration: underline;
}

.link-7-copy:hover {
  color: var(--cadet-blue);
  font-style: italic;
  text-decoration: none;
}

.image-110 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.section {
  display: none;
}

.image-112 {
  transform-style: preserve-3d;
}

.dropdown-toggle-17 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-170 {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  text-decoration: none;
  display: none;
  position: fixed;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 1%;
  box-shadow: 1px 1px 10px -4px #000;
}

.button-2 {
  position: -webkit-sticky;
  position: sticky;
}

.button-3 {
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-113 {
  width: 3vw;
}

.link-block-4 {
  z-index: 100;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.popup-link {
  color: #333;
  font-weight: 700;
  text-decoration: underline;
}

.popup-link:hover {
  font-weight: 600;
}

.popup-main {
  z-index: 2000;
  width: 100%;
  height: 100vh;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: rgba(102, 102, 102, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.popup-div {
  width: 60%;
  height: auto;
  max-height: 90vh;
  min-height: 45vh;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 20px;
  display: flex;
  position: relative;
  overflow: auto;
  box-shadow: 1px 1px 6px -3px #000;
}

.popup-close {
  width: 35px;
  opacity: .5;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px;
  transition: all .45s ease-in-out;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.popup-close:hover {
  opacity: 1;
}

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

.link-block-5 {
  z-index: 1000;
  width: 18%;
  text-decoration: none;
  position: fixed;
  top: 5%;
  bottom: auto;
  left: auto;
  right: -3%;
}

.link-block-5.team {
  width: 35%;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.pop-up-3 {
  z-index: 1000;
  object-fit: fill;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.info-text {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.info-text.sm {
  font-size: .7vw;
}

.link-block-6 {
  z-index: 1000;
  width: 60%;
  text-decoration: none;
  position: relative;
  top: 5%;
  bottom: auto;
  left: auto;
  right: -3%;
}

.link-block-6.zeiten {
  margin-top: 10px;
  position: relative;
  top: 0%;
  right: 0%;
}

.image-115 {
  object-fit: contain;
  position: relative;
}

.info-text-2 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up-4 {
  z-index: 1000;
  object-fit: fill;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.pop-up-5 {
  z-index: 1000;
  object-fit: fill;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.pop-up-6 {
  z-index: 1000;
  object-fit: fill;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.list-5 {
  padding-left: 20px;
}

.grid-27 {
  width: 100%;
  display: flex;
}

.div-block-171 {
  position: relative;
}

.image-116 {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

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

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

.div-block-173.mt-100px {
  margin-top: 150px;
}

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

.grid-28 {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.dropdown-toggle-18 {
  margin-left: auto;
  margin-right: auto;
}

.link-block-7 {
  align-items: flex-start;
  display: flex;
}

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

@media screen and (min-width: 1280px) {
  .dropdown-list-15.w--open {
    background-color: #fff;
  }
}

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

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

  .adresse {
    text-align: center;
  }

  .adresse.ff-exo.links {
    text-align: left;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .impdat1-2.flie-text {
    text-align: center;
  }

  .nav-menu-1 {
    background-color: #444;
  }

  .navbar {
    z-index: 109;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .nav-link-1.flie-text {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link-1.flie-text:hover {
    border-radius: 0;
  }

  .titelsection {
    height: 140vh;
  }

  .div-block-video {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

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

  .heading-links.heading-1.top.links {
    text-align: left;
  }

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

  .heading-links.heading-1.text-center {
    margin-bottom: 40px;
  }

  .heading.heading-3.farbe {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .section1 {
    padding: 60px 5%;
  }

  ._2er-grid-no-overflow {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  ._2er-grid-no-overflow._1 {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  ._2er-grid-no-overflow.neben {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._2er-grid-no-overflow._1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  ._2er-grid-no-overflow._1.grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section2 {
    height: 65vh;
    background-image: linear-gradient(rgba(11, 44, 79, .25), rgba(11, 44, 79, .25)), url('../images/626915d837e4527f4f048b4d_AdobeStock_183449275_visu.webp');
    background-position: 0 0, 80%;
    padding: 100px 5%;
  }

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

  .footer-1.hauptfarbe, .div-block-footer1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .impdat.impressum-page {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .datenschtz-embed {
    width: 100%;
  }

  .success {
    min-height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .success-block.highlights {
    width: 100%;
  }

  ._3er-card {
    width: 100vw;
  }

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

  .inhalt-nebeneinander {
    flex-direction: row;
  }

  .inhalt-nebeneinander.abstand-unten {
    text-align: left;
    flex-direction: row;
  }

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

  .inhalt-untereinander.top {
    align-items: center;
  }

  .inhalt-untereinander.top.links, .inhalt-untereinander.links {
    align-items: flex-start;
  }

  .image-100 {
    min-height: 400px;
  }

  .image-100.contain {
    min-height: 300px;
  }

  .image-100.rounded.unten.contain {
    min-height: 0;
    flex: 0 auto;
    order: 0;
  }

  .section-mittig.zweitfarbe.vertical.top-mar {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-mittig.zweitfarbe.edit {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-gro-e-abst-nde, .section-gro-e-abst-nde.unten-abstand.top-mar, .section-gro-e-abst-nde.abstand-seite.top-mar {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inhalt-untereinander-2 {
    z-index: 0;
  }

  .heading-mittig.klein.ff-exo-bold-links {
    text-align: center;
  }

  .circle3 {
    height: 300px;
  }

  .circle4 {
    height: 250px;
    left: -150px;
  }

  .image-home1 {
    height: 80vw;
  }

  .image-home1.fest {
    height: 500px;
  }

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

  .social-verlinkung3 {
    margin-right: 0;
  }

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

  .footer1.hauptfarbe {
    padding-left: 5%;
    padding-right: 5%;
  }

  .untereinander {
    align-items: center;
  }

  .menu-button {
    background-color: #666;
    order: 1;
  }

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

  .icon {
    color: #fff;
  }

  ._6er-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .contact-form-wrap {
    flex-direction: column;
    align-items: center;
  }

  .error-message {
    width: auto;
  }

  .form-wrap {
    width: auto;
    text-align: center;
    border-bottom: 0 solid rgba(210, 210, 213, .3);
    border-right-style: none;
    border-right-width: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .email-copy {
    margin-bottom: 5px;
  }

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

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

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

  .dropdown-list-14.w--open {
    border-radius: 0;
    position: relative;
  }

  .dropdown-link {
    text-align: left;
  }

  .dropdown-about-us {
    width: 100%;
  }

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

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

  .image-105.bg-cover-right {
    margin-top: 0;
    margin-right: 0;
  }

  .grid-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .div-block-155.mt-100px {
    margin-top: 60px;
  }

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

  .contact-form-wrap-copy {
    flex-direction: column;
    align-items: center;
  }

  .contact-form-wrap-copy.flie-text {
    margin-top: 0;
    padding-bottom: 40px;
  }

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

  .grid-24 {
    justify-content: center;
    display: flex;
  }

  .heading-links-klein-dropdown {
    text-align: center;
  }

  .div-block-167 {
    order: -1;
  }

  .grid-25 {
    align-items: center;
    justify-items: center;
  }

  .field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8, .field-label-9 {
    text-align: left;
  }

  .popup-div {
    width: 80%;
  }

  .link-block-5 {
    width: 20%;
    top: 10%;
  }

  .info-text.sm {
    font-size: 1.5vw;
  }

  .link-block-6 {
    width: 20%;
    top: 10%;
  }

  .list-5 {
    text-align: left;
  }

  .grid-27 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .div-block-173.mt-100px {
    margin-top: 60px;
  }

  .grid-28 {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

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

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

  .divblock1 {
    height: auto;
  }

  .navbar {
    position: relative;
  }

  .titelsection {
    height: auto;
  }

  .div-block-video {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 40px;
  }

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

  .heading-links.heading-1.top.links {
    text-align: center;
  }

  .heading-links.heading-1.farbe {
    margin-bottom: 40px;
  }

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

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

  .paragraph.flie-text.center {
    font-size: 14px;
    line-height: 22px;
  }

  .button.flie-text.highlights {
    letter-spacing: 0;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .div-inhalt.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-inhalt.flie-text.mr-20px {
    margin-bottom: 10px;
  }

  .div-inhalt.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-inhalt.flie-text.mr-20px.unten {
    margin-bottom: 0;
  }

  .div-inhalt.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-inhalt.flie-text.mr-20px {
    margin-bottom: 10px;
  }

  .div-inhalt.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-inhalt.flie-text.mr-20px.unten {
    margin-bottom: 0;
  }

  .section1 {
    padding: 60px 40px;
  }

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

  ._2er-grid-no-overflow.neben {
    flex-direction: column;
    display: flex;
  }

  .section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .impdat {
    padding-top: 40px;
    padding-bottom: 50px;
  }

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

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  ._3er-card {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    position: static;
  }

  ._3er-card.rem {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .inhalt-nebeneinander {
    flex-direction: column;
  }

  .inhalt-nebeneinander.abstand-unten {
    text-align: center;
    flex-direction: column;
  }

  .inhalt-untereinander.top.links, .inhalt-untereinander.links {
    align-items: center;
  }

  .image-100 {
    height: 350px;
    min-height: auto;
    margin-bottom: 20px;
  }

  .image-100.rounded.unten {
    height: auto;
    margin-bottom: 0;
  }

  .image-100.rounded.unten.contain {
    height: auto;
  }

  .section-mittig.zweitfarbe {
    flex-direction: column;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-mittig.zweitfarbe.vertical.top-mar {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-mittig.zweitfarbe.edit {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide_content_wrapper {
    padding: 10px;
  }

  .slide-3 {
    max-width: 100%;
  }

  .right_arrow {
    margin-right: -30px;
    right: 40px;
  }

  .slider_container {
    width: 100%;
    padding: 20px 40px;
  }

  .slider-2 {
    width: 100%;
    overflow: hidden;
  }

  .left_arrow {
    margin-left: 0;
    left: auto;
  }

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

  .content {
    padding: 20px 10px;
  }

  .image-wrapper.zweitfarbe, .image-wrapper.hauptfarbe {
    height: 100px;
  }

  .card-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .image-home1.fest {
    height: 65vh;
  }

  ._2er_grid {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .inhalt-footer3.flie-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .social-verlinkung3 {
    margin-right: 0;
  }

  .footer_grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .heading_footer.heading-1 {
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
  }

  .footer1.hauptfarbe {
    font-size: 12px;
  }

  .untereinander {
    align-items: center;
    margin-bottom: 10px;
  }

  .icon-round.hauptfarbe {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._6er-grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  ._3-4-grid {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
    display: flex;
  }

  .wrapper {
    flex-direction: column;
    margin-top: 20px;
  }

  .contact-form-wrap {
    padding: 40px;
  }

  .contact-form-wrap.flie-text {
    padding: 20px;
  }

  .form-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .text-field-4 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-4::-ms-input-placeholder {
    text-align: center;
  }

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

  .text-field-4.cc-textarea {
    margin-bottom: 20px;
  }

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

  .tab {
    text-align: center;
    margin-bottom: 10px;
  }

  .tab.w--current {
    margin-bottom: 10px;
  }

  .tabs-menu-2 {
    flex-direction: column;
  }

  .image-104 {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  .image-104.contain {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }

  .grid-17 {
    flex-direction: column;
    grid-template-columns: 1.5fr;
    display: flex;
  }

  .slider-3 {
    height: 350px;
  }

  .grid-18 {
    height: 100%;
    flex-direction: column;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-155.mt-100px {
    height: 100%;
  }

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

  .contact-form-wrap-copy {
    padding: 40px;
  }

  .contact-form-wrap-copy.flie-text {
    margin-top: 40px;
    padding: 20px;
  }

  .heading-107, .heading-109 {
    font-size: 14px;
    line-height: 22px;
  }

  .grid-24 {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1.25fr;
    margin-bottom: -10px;
  }

  .heading-links-klein-dropdown {
    margin-bottom: 0;
  }

  .heading-links-klein-2.heading-2.text-center._1 {
    font-size: 18px;
  }

  .section {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .grid-26 {
    grid-column-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-3 {
    border: 1px solid var(--silver);
    border-radius: 9px;
    text-decoration: none;
  }

  .image-112 {
    width: 25px;
    margin-bottom: 10px;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .popup-div {
    width: 100%;
  }

  .popup-close {
    width: 30px;
  }

  .link-block-5.w--current {
    width: 25%;
  }

  .link-block-5.team {
    width: 30%;
  }

  .info-text.sm {
    font-size: 2vw;
  }

  .link-block-6.w--current {
    width: 25%;
  }

  .grid-27 {
    height: 100%;
    flex-direction: column;
    padding-bottom: 20px;
    display: flex;
  }

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

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

  .div-block-173.mt-100px {
    height: 100%;
  }

  .grid-28 {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1.25fr;
    margin-bottom: -10px;
  }
}

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

  h2 {
    font-size: 20px;
    line-height: 25px;
  }

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

  p {
    font-size: 12px;
    line-height: 17px;
  }

  .logo-img {
    width: 220px;
  }

  .telefonnummer.no-warp.text-center, .telefonnummer.ff-exo, .email.fm-exo {
    font-size: 14px;
    line-height: 22px;
  }

  .adresse.ff-exo.links {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

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

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

  .navbar {
    z-index: 1000;
    height: auto;
    box-shadow: none;
    flex-direction: column;
    padding-bottom: 0;
  }

  .nav-link-1.flie-text {
    justify-content: flex-start;
  }

  .nav-link-1.flie-text.w--open {
    color: #fff;
  }

  .div-block-video {
    width: 100%;
    height: 100%;
    justify-content: center;
    margin: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-links.heading-1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-links.heading-1.left {
    text-align: center;
  }

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

  .heading-links.heading-1.text-center {
    margin-bottom: 20px;
  }

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

  .heading.heading-3.farbe {
    font-size: 16px;
  }

  .paragraph.flie-text {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

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

  .paragraph.flie-text {
    text-align: center;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

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

  .paragraph.flie-text {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .div-inhalt {
    height: 300px;
  }

  .div-inhalt.flie-text {
    width: 100%;
    height: auto;
  }

  .div-inhalt.flie-text.mr-20px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-inhalt.flie-text {
    width: 100%;
    height: auto;
  }

  .div-inhalt.flie-text.mr-20px.unten {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-inhalt.flie-text {
    width: 100%;
    height: auto;
  }

  .div-inhalt.flie-text.mr-20px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-inhalt.flie-text {
    width: 100%;
    height: auto;
  }

  .div-inhalt.flie-text.mr-20px.unten {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icons {
    margin-bottom: 10px;
  }

  .section1 {
    padding: 40px 20px;
  }

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

  .heading-links-klein.heading-2.center {
    margin-top: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .heading-links-klein.heading-2.ober-rand {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
  }

  ._2er-grid-no-overflow {
    align-items: center;
  }

  .section2 {
    height: 45vh;
    background-image: linear-gradient(rgba(11, 44, 79, .25), rgba(11, 44, 79, .25)), url('../images/626915d837e4527f4f048b4d_AdobeStock_183449275_visu.webp');
    background-position: 0 0, 70%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .impdat, .impdat.impressum-page {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .datenschtz-embed {
    width: 100%;
    overflow: hidden;
  }

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

  .success-block.highlights {
    width: 100%;
    height: auto;
    padding: 20px;
  }

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

  .maps-gro {
    height: 300px;
  }

  .maos-footer {
    min-width: 220px;
  }

  ._3er-card, .inhalt-nebeneinander, .inhalt-nebeneinander.abstand-unten {
    width: 100%;
  }

  .inhalt-untereinander.top {
    justify-content: center;
  }

  .image-100 {
    height: 300px;
    min-height: auto;
  }

  .image-100.contain {
    min-height: 200px;
  }

  .image-100.rounded.unten {
    height: 300px;
    min-height: auto;
    height: 300px;
    min-height: auto;
  }

  .section-mittig.zweitfarbe, .section-mittig.zweitfarbe.vertical.top-mar, .section-mittig.zweitfarbe.edit {
    padding: 40px 20px;
  }

  .arrwow-icon.highlights {
    font-size: 24px;
  }

  .slide-3 {
    max-width: none;
  }

  .right_arrow {
    width: 35px;
    height: 35px;
    margin-right: auto;
    top: -25%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

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

  .slider-2 {
    width: 100%;
  }

  .left_arrow {
    width: 35px;
    height: 35px;
    margin-left: auto;
    top: -25%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .mask-2 {
    width: 100%;
    max-width: none;
  }

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

  .section-gro-e-abst-nde.unten-abstand.top-mar {
    padding: 60px 20px;
  }

  .section-gro-e-abst-nde.abstand-seite {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-gro-e-abst-nde.abstand-seite.top-mar {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-wrapper.zweitfarbe {
    height: 120px;
    padding-bottom: 0;
  }

  .card-content {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-link.heading-3.farbe-der-headings.center {
    font-size: 14px;
  }

  .heading-mittig.heading-1, .heading-mittig.klein.ff-exo-bold, .heading-mittig.klein.ff-exo-bold-links {
    font-size: 20px;
    line-height: 25px;
  }

  .circle3 {
    height: 200px;
  }

  .image-home1.fest {
    height: 300px;
  }

  ._2er_grid {
    width: 100%;
    margin-bottom: 20px;
  }

  .inhalt-footer3.flie-text {
    text-align: left;
  }

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

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

  .circle {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .circle.white {
    width: 40px;
    height: 40px;
  }

  .footer1.hauptfarbe {
    text-align: left;
  }

  .img-350 {
    height: 300px;
  }

  .heading-mittig-klein.heading-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .untereinander {
    align-items: center;
  }

  .icon-round.hauptfarbe {
    margin-right: 0;
  }

  .menu-button {
    background-color: #666;
  }

  .icon {
    color: #fff;
  }

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

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-form-wrap.flie-text {
    padding: 10px;
  }

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

  .form-text.ff-exo {
    font-size: 14px;
    line-height: 22px;
  }

  .email-copy.text-center {
    white-space: normal;
    font-size: 14px;
    line-height: 22px;
  }

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

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

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

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

  .sublist {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    font-size: 14px;
    line-height: 22px;
    display: flex;
  }

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

  .link-6 {
    color: #fff;
  }

  .list-4 {
    flex-direction: column;
    display: flex;
  }

  .image-104, .image-104.contain {
    width: 70px;
    height: 70px;
  }

  .grid-18 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-form-wrap-copy {
    padding: 40px 30px;
  }

  .contact-form-wrap-copy.flie-text {
    z-index: 0;
    padding: 10px;
  }

  .div-block-160 {
    padding: 40px 10px;
  }

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

  .grid-24 {
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .note.flie-text {
    text-align: center;
    font-size: 14px;
  }

  .div-block-167, .dropdown-17, .dropdown-18 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-copy.flie-text {
    text-align: center;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .heading-links-klein-2.heading-2.center {
    margin-top: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .list-item-2 {
    text-align: left;
  }

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

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

  .div-block-170.w--current {
    z-index: 100;
    display: block;
    box-shadow: 1px 1px 12px -2px #000;
  }

  .link-block-5 {
    width: 50%;
    top: 15%;
    right: -8%;
  }

  .link-block-5.w--current {
    width: 50%;
    bottom: -35%;
    right: -8%;
  }

  .link-block-5.team {
    width: 36%;
  }

  .info-text, .info-text.sm {
    font-size: 3vw;
  }

  .link-block-6 {
    width: 50%;
    top: 15%;
    right: -8%;
  }

  .link-block-6.w--current {
    width: 50%;
    bottom: -35%;
    right: -8%;
  }

  .info-text-2 {
    font-size: 3vw;
  }

  .list-5 {
    flex-direction: column;
    display: flex;
  }

  .grid-27 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-116, .image-116.contain {
    width: 70px;
    height: 70px;
  }

  .grid-28 {
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}

#w-node-b7e52019-bdb2-e4f3-d33b-ec514c2c3eff-6c0fed6a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8fc1c243-4dd1-507d-47ab-5ad2e6424d41-6c0fed6a, #w-node-_8fc1c243-4dd1-507d-47ab-5ad2e6424d4a-6c0fed6a, #w-node-_8fc1c243-4dd1-507d-47ab-5ad2e6424d53-6c0fed6a, #w-node-_8fc1c243-4dd1-507d-47ab-5ad2e6424d5d-6c0fed6a, #w-node-_8fc1c243-4dd1-507d-47ab-5ad2e6424d65-6c0fed6a, #w-node-_8fc1c243-4dd1-507d-47ab-5ad2e6424d73-6c0fed6a, #w-node-_8fc1c243-4dd1-507d-47ab-5ad2e6424d7a-6c0fed6a, #w-node-_8fc1c243-4dd1-507d-47ab-5ad2e6424d81-6c0fed6a, #w-node-_8fc1c243-4dd1-507d-47ab-5ad2e6424d89-6c0fed6a, #w-node-_8fc1c243-4dd1-507d-47ab-5ad2e6424d91-6c0fed6a {
  justify-self: start;
}

#w-node-af686dd8-a0a6-0b86-1858-7afa43f3f0e7-6c0fed6a, #w-node-_208eb69b-2d98-5ffb-b11f-b390994f6170-6c0fed6a, #w-node-fdc7df26-f363-7ad2-8396-d425a2eba9ef-6c0fed6a, #w-node-_1924be10-3fa4-2492-5c03-ed9b181b3537-6c0fed6a, #w-node-d0726368-4544-dfff-6e96-6a415f520e79-6c0fed6a, #w-node-_2f2f7841-b217-d54a-eb93-4c8f4a0d5d80-6c0fed6a, #w-node-_035ae684-4696-c6ad-ede3-a73d1afec59b-6c0fed6a {
  justify-self: center;
}

#w-node-_481841e9-924f-ed22-6bd9-f7bcd670e38e-6c0fed6a {
  align-self: center;
  justify-self: center;
}

#w-node-_5bfd9da4-865a-6aeb-f7fd-1b6c12b82027-6c0fed6a {
  justify-self: center;
}

#w-node-_1640921c-5464-67e0-0cc4-d573ee558e58-6c0fed74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-ad65421a-54e9-4867-2412-e8a9422212bd-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a9422212c2-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a9422212c8-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a9422212cc-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a9422212d0-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a9422212d4-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a9422212d8-6c0fed74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad65421a-54e9-4867-2412-e8a9422212dc-6c0fed74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad65421a-54e9-4867-2412-e8a9422212e0-6c0fed74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad65421a-54e9-4867-2412-e8a9422212e4-6c0fed74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad65421a-54e9-4867-2412-e8a9422212e8-6c0fed74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad65421a-54e9-4867-2412-e8a9422212ec-6c0fed74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad65421a-54e9-4867-2412-e8a9422212f0-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a9422212f4-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a9422212f8-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a9422212fc-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a942221300-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a942221304-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a942221308-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a94222130c-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a942221310-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a942221314-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a942221318-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a942221322-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a94222132c-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a942221330-6c0fed74, #w-node-ad65421a-54e9-4867-2412-e8a94222133a-6c0fed74, #w-node-_363c7fbb-3c5e-f30d-6fbe-97bfdeb95c1e-6c0fed79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1640921c-5464-67e0-0cc4-d573ee558e58-6c0fed7f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b771454f-7120-ca0c-11cc-6e2287b82e32-6c0fed85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1640921c-5464-67e0-0cc4-d573ee558e58-6c0fed85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b8d8aa1-7a77-603c-889f-16e2b701e6a4-6c0fed8a {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_1640921c-5464-67e0-0cc4-d573ee558e58-6c0fedab, #w-node-_1640921c-5464-67e0-0cc4-d573ee558e58-6c0fedac, #w-node-_1640921c-5464-67e0-0cc4-d573ee558e58-6c0fedae, #w-node-_1640921c-5464-67e0-0cc4-d573ee558e58-6c0fedc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed7dbc56-b7d9-4e36-eb14-3dd04ec48a2a-6c0fedcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_275750cc-2eaf-8405-1dba-b822a3f90b08-6c0fedcb {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_3eb840c9-133d-25c1-7128-bff9051a6ff4-6c0fedcb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0458c8e8-5a71-a76a-aa12-d6ccf79aa21a-6c0fedcb, #w-node-_0fd5d2fa-108b-3fcd-3fb2-4dcecb0868e6-6c0fedcb, #w-node-c039c36e-0edc-5600-0208-85dc72636355-6c0fedcb {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_7535a043-3687-e732-6614-7481a6109017-6c0fedce, #w-node-_7535a043-3687-e732-6614-7481a610901e-6c0fedce, #w-node-_98fbcbf3-ef86-bb64-0d18-90802ea69888-6c0fedce {
  align-self: auto;
}

#w-node-a2217aac-f5c7-5da1-5127-2370ae183b41-6c0fedce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aa870f21-03af-faca-1af2-1781a74379d0-6c0fedce, #w-node-d5994bd4-1ff5-8c3a-7f02-a5bf04342946-6c0fedce {
  align-self: center;
  justify-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-b771454f-7120-ca0c-11cc-6e2287b82e32-6c0fed7f {
    justify-self: center;
  }

  #w-node-_1640921c-5464-67e0-0cc4-d573ee558e58-6c0fedab {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c271e402-4b64-11ae-e3ef-62c836fef830-6c0fedce, #w-node-_795805e9-2e2b-5f0a-8039-fb13f1b3f945-6c0fedce, #w-node-_343c94d4-94b8-6e33-466b-c97e359749c9-6c0fedce, #w-node-_343c94d4-94b8-6e33-466b-c97e359749cd-6c0fedce, #w-node-ad419e3e-b4e2-92ee-4766-d0e7c8e64b78-6c0fedce, #w-node-ad419e3e-b4e2-92ee-4766-d0e7c8e64b7c-6c0fedce, #w-node-_96f784bf-0635-bf88-fba0-05862c2a24ea-6c0fedce, #w-node-_96f784bf-0635-bf88-fba0-05862c2a24eb-6c0fedce, #w-node-d961a9ae-f68a-e80e-93bd-c4dc63f0d0cb-6c0fedce, #w-node-d961a9ae-f68a-e80e-93bd-c4dc63f0d0cc-6c0fedce, #w-node-_7a03c7f3-1e04-1c13-a2fc-109eb9a3a4b8-6c0fedce, #w-node-_7a03c7f3-1e04-1c13-a2fc-109eb9a3a4b9-6c0fedce, #w-node-cd992962-8278-f7c0-b7bb-5ab4a20eb003-6c0fedce, #w-node-cd992962-8278-f7c0-b7bb-5ab4a20eb004-6c0fedce, #w-node-eccae734-c7eb-bd24-6042-7831465d13ff-6c0fedce, #w-node-eccae734-c7eb-bd24-6042-7831465d1400-6c0fedce, #w-node-aa870f21-03af-faca-1af2-1781a74379d5-6c0fedce, #w-node-aa870f21-03af-faca-1af2-1781a74379d9-6c0fedce, #w-node-aa870f21-03af-faca-1af2-1781a74379de-6c0fedce, #w-node-aa870f21-03af-faca-1af2-1781a74379e2-6c0fedce, #w-node-aa870f21-03af-faca-1af2-1781a74379e7-6c0fedce, #w-node-aa870f21-03af-faca-1af2-1781a74379eb-6c0fedce, #w-node-aa870f21-03af-faca-1af2-1781a74379f2-6c0fedce, #w-node-aa870f21-03af-faca-1af2-1781a74379f6-6c0fedce, #w-node-aa870f21-03af-faca-1af2-1781a74379fb-6c0fedce, #w-node-aa870f21-03af-faca-1af2-1781a74379ff-6c0fedce, #w-node-aa870f21-03af-faca-1af2-1781a7437a04-6c0fedce, #w-node-aa870f21-03af-faca-1af2-1781a7437a08-6c0fedce, #w-node-d5994bd4-1ff5-8c3a-7f02-a5bf0434294b-6c0fedce, #w-node-d5994bd4-1ff5-8c3a-7f02-a5bf0434294f-6c0fedce, #w-node-d5994bd4-1ff5-8c3a-7f02-a5bf04342954-6c0fedce, #w-node-d5994bd4-1ff5-8c3a-7f02-a5bf04342958-6c0fedce, #w-node-d5994bd4-1ff5-8c3a-7f02-a5bf0434295d-6c0fedce, #w-node-d5994bd4-1ff5-8c3a-7f02-a5bf04342961-6c0fedce, #w-node-d5994bd4-1ff5-8c3a-7f02-a5bf04342966-6c0fedce, #w-node-d5994bd4-1ff5-8c3a-7f02-a5bf0434296a-6c0fedce, #w-node-d5994bd4-1ff5-8c3a-7f02-a5bf0434296f-6c0fedce, #w-node-d5994bd4-1ff5-8c3a-7f02-a5bf04342973-6c0fedce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7535a043-3687-e732-6614-7481a610901d-6c0fedce {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7535a043-3687-e732-6614-7481a610901e-6c0fedce {
    grid-area: 4 / 1 / 5 / 2;
  }
}


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