:root {
  --main-2: #1a5d6e;
  --main: #635a5b;
  --black: black;
  --white: white;
  --pink: #f9ba9f;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  flex-flow: 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;
}

.section {
  height: 100vh;
}

.html-embed {
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
}

.utility-page-wrap {
  background-color: var(--main-2);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  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;
}

.schwarzer-button {
  z-index: 1000;
  text-transform: uppercase;
  background-color: #000;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  position: fixed;
  inset: auto 0% 10% auto;
}

.schwarzer-button:hover {
  background-color: #d4af37;
}

.heading-einstellungen {
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.heading-einstellungen._2 {
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.logo-img {
  object-fit: contain;
  height: 14vh;
}

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

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

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

.highlights {
  color: #000;
  background-color: #86cad3;
}

.highlights.div-block-2 {
  text-align: center;
  border-radius: 0;
  height: auto;
  padding: 0;
  overflow: hidden;
}

.highlights.div, .highlights.div-3 {
  justify-content: center;
  align-items: center;
  height: 20vh;
  display: flex;
}

.adresse {
  margin-bottom: 5px;
}

.section-einstellungen {
  padding-bottom: 40px;
  padding-left: 140px;
  padding-right: 140px;
}

.block-logo-einstellungen {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  max-width: 400px;
  padding: 10px 5px;
  display: flex;
}

.inhalt-einstellungen {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.div-mail {
  color: #334;
}

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

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

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

.heading-3 {
  font-family: Acme, sans-serif;
  font-weight: 700;
}

.flie-text {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.farbe-der-headings {
  color: var(--main-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: #ff8c00;
  margin-top: 20px;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

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

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

.body-black {
  background-color: #000;
  overflow: hidden;
}

.logo-img-2 {
  width: 150px;
}

.nav-menu-1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hauptfarbe-2 {
  color: #fff;
  background-color: #000;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  top: 0;
}

.logo-wei {
  width: 15%;
}

.nav-link-1 {
  color: var(--black);
  border-bottom: 1px solid #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.nav-link-1:hover {
  border-bottom-style: solid;
  border-bottom-color: var(--main-2);
  color: var(--main-2);
}

.nav-link-1.w--current {
  border-bottom-color: var(--main-2);
  color: var(--main-2);
}

.nav-link-1.flie-text {
  color: #fff;
  font-weight: 500;
  transition: all .2s;
}

.nav-link-1.flie-text:hover {
  font-size: 16px;
}

.div-block {
  z-index: 5;
  color: #fff;
  background-color: #00000096;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 85px;
  padding-left: 100px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.farbe-der-headings-2 {
  color: #f8bc20;
}

.button {
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 18px;
}

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

.button.flie-text.highlights:hover {
  background-color: #ececec;
}

.button.flie-text.transp {
  color: #333;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333;
  transition: all .2s;
}

.button.flie-text.transp:hover {
  background-color: #ececec;
}

.button.flie-text.main.smaller {
  margin-bottom: 10px;
  font-size: 10px;
}

.background-video {
  height: 100%;
}

.section-relative {
  height: 90vh;
  position: relative;
}

.section-relative.unterseite {
  height: 600px;
}

.titelpara {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
}

.titelheading {
  text-align: center;
  font-size: 80px;
  line-height: 90px;
}

.titelheading.heading-1 {
  font-size: 60px;
  line-height: 100px;
}

.text-block {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 25px;
}

.text-block.heading-3.farbe-der-headings {
  font-size: 50px;
  line-height: 50px;
}

.section-2 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2.zweitfarbe {
  overflow: hidden;
}

.section-2.zweitfarbe.links {
  background-image: url('../images/2.png');
  border-left: 1px solid #000;
}

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

.heading.heading-1.farbe-der-headings.bigger {
  font-size: 65px;
}

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

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

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

.paragraph.flie-text.zeittabelle {
  border-bottom: 1px solid #000;
}

.paragraph.flie-text.zeittabelle.untenn.no, .paragraph.flie-text.zeittabelle.no {
  border-bottom-style: none;
}

.paragraph.flie-text.berschrift {
  color: #fff;
  padding-top: 11px;
  font-weight: 600;
}

._4er-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

._4er-grid.ber-uns {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-2 {
  background-image: url('../images/Illustration.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  padding: 40px;
  transition: all .2s;
}

.div-block-2.highlights {
  background-position: 40% 40%;
}

.div-block-2.highlights:hover {
  box-shadow: 1px 2px 10px 2px #0003;
}

.div-block-2.highlights.cards {
  text-align: center;
  border-radius: 0;
  box-shadow: 0 2px 5px 3px #0003;
}

.div-block-2.highlights.cards:hover {
  transform: none;
}

.div-block-2.highlight-2 {
  background-position: 40% 40%;
  border-radius: 10px;
}

.div-block-2.highlight-2:hover {
  box-shadow: 1px 2px 10px 2px #0003;
}

.div-block-2.highlight-2.card {
  padding: 0;
}

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

.div-block-2.highlight-3 {
  background-color: #86cad3;
}

.div-block-2.highlight-4 {
  background-position: 40% 40%;
  border-radius: 10px;
}

.div-block-2.highlight-4:hover {
  box-shadow: 1px 2px 10px 2px #0003;
}

.div-block-2.highlight-4.new-card {
  text-align: center;
  border-radius: 0;
  padding: 0;
}

.div-block-2.main.new-card-2 {
  border-radius: 10px;
  padding: 0;
}

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

.small-heading.heading-1.card {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.small-heading.heading-2 {
  margin-top: 0;
}

.small-heading.heading-2.card {
  width: 100%;
}

.paragraph-links {
  font-size: 17px;
  line-height: 25px;
}

.paragraph-links.flie-text.cards {
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-links.flie-text.team {
  padding-left: 0;
}

.paragraph-links.flie-text.team.card, .paragraph-links.flie-text.team.cards {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-links.flie-text.card {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.view-more {
  color: #333;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}

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

.view-more.flie-text:hover {
  letter-spacing: 5px;
}

.transp-divider {
  width: 100%;
  height: 40px;
}

.image {
  width: 60px;
  height: 60px;
}

.highlight-2 {
  color: #000;
  background-color: #b8a7a9;
}

.highlight-3 {
  color: #000;
  background-color: #fbf6b6;
}

.highlight-4 {
  color: #000;
  background-color: #b3f2fb;
}

.highlight-4.div {
  justify-content: center;
  align-items: center;
  height: 20vh;
  display: flex;
}

._2er-grid {
  grid-template-rows: auto;
}

.image-2 {
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  height: 450px;
}

.relative {
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.absolute-background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.absolute-background.rechts {
  background-image: url('../images/Bildschirmfoto-2021-05-27-um-14.44.46-Kopie.png');
}

.inhalt-rechts {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 150px;
  padding-left: 20px;
  display: flex;
}

.inhalt-links {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 150px;
  display: flex;
}

._3er-grid {
  z-index: 1;
  grid-template: ". Area"
  / 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 60px;
  position: relative;
}

._3er-grid.mit-abstand {
  grid-column-gap: 50px;
  grid-template-columns: 1fr 1fr;
}

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

._3er-grid.zeitangaben.abschnittspolsterung {
  margin-top: 0;
  margin-bottom: 0;
}

._3er-grid.team {
  margin-top: 0;
}

.small-2er-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  place-items: start;
  transition: all .2s;
}

.small-2er-grid:hover {
  transform: translate(0, -2vh);
}

.div-block-3 {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

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

.inhalt.effect {
  transition: all .2s;
}

.inhalt.effect:hover {
  transform: scale(1.05);
}

.image-3 {
  object-fit: cover;
  border-radius: 0;
  flex: none;
  order: 0;
  align-self: auto;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  transition: all .2s;
}

.image-3.rechtss {
  object-position: 90% 50%;
}

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

.heading-footer.heading-3 {
  font-size: 25px;
  font-weight: 400;
}

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

.footer-1 {
  margin-top: auto;
  padding: 40px 140px;
}

.footer-1.hauptfarbe {
  background-color: var(--main-2);
}

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

.div-block-footer1.flie-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.welle-f-r-footer {
  width: 100%;
}

._2er-grid-2 {
  grid-template-rows: auto;
}

.no-overflow {
  border-radius: 25px;
  overflow: hidden;
}

.no-overflow.zweitfarbe {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-4 {
  width: 100%;
  height: 600px;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  transition: all .2s;
}

.image-4:hover {
  transform: scale(1.1);
}

.grid {
  grid-template-rows: auto;
  margin-top: 15px;
}

.grid.reverse {
  margin-top: 0;
  margin-bottom: 15px;
}

.image-5 {
  width: 100%;
  height: 250px;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  transition: all .2s;
}

.image-5:hover {
  transform: scale(1.1);
}

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

.heading-4 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

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

.text-field {
  height: 30px;
}

.checkbox-field {
  text-align: left;
}

.select-field {
  color: #949494;
  background-color: #fff;
}

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

.flie-text-2 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.impdat-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 80vh;
  padding: 100px 40px;
  display: flex;
}

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

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

.whatsapp {
  z-index: 10;
  position: fixed;
  inset: auto auto 0% 0%;
}

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

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

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

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

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

.form1 {
  margin-bottom: 0;
}

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

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

.text-field-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  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: #1d1f2e80;
}

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

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

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

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

.lottie-animation {
  z-index: 0;
  opacity: .05;
  filter: grayscale() invert();
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lottie-animation.links {
  z-index: -1;
  transform-style: preserve-3d;
  inset: 0% auto 0% 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.container {
  z-index: 1;
  text-align: left;
  position: relative;
}

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

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

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

.impdat-3 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-3.flie-text {
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  display: flex;
}

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

.html-embed-7 {
  z-index: 99999;
  position: fixed;
  inset: auto 0% 10% auto;
}

.div-block-145 {
  z-index: 200;
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 60px 60px 50px;
  position: relative;
  overflow: auto;
}

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

.spacer {
  height: 20px;
}

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

.dropdown-13 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.dropdown-14 {
  z-index: 1;
  border-radius: 60px;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  transition: all .2s;
  display: block;
  box-shadow: 1px 1px 12px #0000001f;
}

.dropdown-14:hover {
  transform: scale(1.05);
}

.wrapy {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.ablaufplan-spalteninhalt-2 {
  width: 100%;
}

.platzhalter-ablaufplan {
  width: 10px;
  height: 10px;
}

.paragraph-ablaufplan-2 {
  color: #5f5f5f;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-ablaufplan-2.listpara {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-ablaufplan-2.infos {
  color: #575757;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-ablaufplan-2.infos.abstand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-49 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.grid-links-programme {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.image-56 {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-height: 400px;
  margin-top: 20px;
}

.image-56.links {
  object-position: 70% 0%;
}

.div-block-116 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-12 {
  z-index: 10;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.dropdown-12.wei-er-rand {
  z-index: 50;
  background-color: #fff;
  border-radius: 60px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 1px 1px 12px #0000001f;
}

.grid-ablaufplan {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.divblock-fortschritt {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.ansprechpartner-paragraph-2 {
  color: gray;
  background-color: #0000;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.ansprechpartner-paragraph-2.special.klein {
  font-size: 15px;
}

.div-block-142 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-142.shadow {
  padding: 20px;
  box-shadow: 1px 1px 12px #0000001f;
}

.dropdown-list-11-copy {
  position: relative;
}

.dropdown-list-11-copy.w--open {
  background-color: #0000;
  padding: 40px 30px 20px;
}

.dropdown-list-11-copy.popup {
  background-color: #00000080;
  padding: 100px;
  position: fixed;
  inset: 0%;
}

.dropdown-list-11-copy.popup._2 {
  z-index: 1000;
  display: none;
  position: fixed;
}

.dropdown-list-11-copy.popup._2.w--open {
  z-index: 200;
  display: flex;
}

.heading-79 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-61 {
  text-align: right;
  margin-left: 20px;
  font-size: 20px;
}

.zahl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

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

.dropdown-toggle-11 {
  color: #fff;
  background-color: #d4af37;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 24px;
  display: flex;
}

.dropdown-toggle-11:hover {
  transform: scale(1);
}

.grid-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center end;
  position: absolute;
  inset: 0%;
}

.section-balken {
  padding: 300px 40px 40px;
}

.heading-ablaufplan-3 {
  height: 70px;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.heading-ablaufplan-3.special {
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.haken {
  object-fit: contain;
}

.ablaufplan-big-button-3 {
  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-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.dropdowntoogle.w--open {
  z-index: 3000;
  color: #0000;
  background-color: #0000;
  background-image: url('../images/cancel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  padding-left: 40px;
  padding-right: 0;
  transition-property: none;
  display: block;
  position: fixed;
  inset: 120px 130px auto auto;
  overflow: hidden;
}

.ablaufplan-big-button-3.dropdowntoogle.zindex.w--open {
  z-index: 300;
}

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

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

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

.balken-1 {
  background-image: linear-gradient(to right, #d4af37 4% 20%, #e7e7e7 20%);
  border-radius: 60px;
  width: 100%;
  height: 15px;
}

.balken-1._4 {
  background-image: linear-gradient(to right, #d4af37 65%, #e7e7e7 65%);
}

.balken-1._6 {
  background-image: linear-gradient(to right, #d4af37 100%, #e7e7e7);
}

.balken-1._3 {
  background-image: linear-gradient(to right, #d4af37 42%, #e7e7e7 42%);
}

.dropdown-list-12 {
  z-index: 100;
}

.dropdown-list-12.w--open {
  z-index: 100;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 20px 25px 10px;
  display: flex;
  box-shadow: 1px 1px 20px #00000026, 1px 1px 20px #00000045;
}

.ablaufplan-spalte-2 {
  border: 2px solid gray;
  flex-flow: wrap;
  flex: 1;
  align-content: space-between;
  align-items: stretch;
  width: 48%;
  min-width: 300px;
  margin-bottom: 10px;
  padding: 30px;
  display: flex;
}

.ablaufplan-spalte-2.gold {
  border-color: #d4af37;
}

.ablaufplan-spalte-2.gold._100 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.ablaufplan-spalte-2.gold.speciale {
  width: auto;
}

.ablaufplan-spalten-inhalt-3 {
  width: 100%;
  min-height: 400px;
  padding-bottom: 20px;
}

.heading-80 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.heading-80.absolut {
  text-align: center;
  width: 200px;
  font-size: 18px;
  position: absolute;
  top: 20px;
}

.div-block-147 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 20px;
  display: block;
}

.div-block-165 {
  display: none;
}

.bubble {
  z-index: 2;
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/sprechblase.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 190px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: -190px -120px auto auto;
  overflow: auto;
}

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

.dropdown-list-11.w--open {
  background-color: #0000;
  padding: 30px 20px 20px;
}

.download-hilfsprogramme {
  width: 40px;
  height: 40px;
}

.circle {
  background-color: #e7e7e7;
  border: 1px solid #d4af37;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 12px #0000001f;
}

.circle.erl {
  background-color: #d4af37;
  transition: all .2s;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
}

.list-3 {
  color: silver;
  border: 1px solid #d1d1d1;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px 10px 35px;
}

.heading-86 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.text-sprechblase {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

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

.inhalt-mitig {
  border: 3px solid var(--main-2);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: flex;
}

.inhalt-mitig.effect {
  transition: all .2s;
}

.inhalt-mitig.effect:hover {
  transform: scale(1.05);
}

.inhalt-mitig.team {
  width: auto;
  transition: all .2s;
}

.inhalt-mitig.team:hover {
  transform: scale(1.03);
  box-shadow: 4px 4px 14px 2px #0003;
}

.inhalt-mitig.smaller {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-width: 2px;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.social-link-block {
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

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

.main {
  color: #fff;
  background-color: #195d6e;
}

.main.div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vh;
  display: flex;
}

.main.galerie {
  padding: 5px;
  transition: all .2s;
  overflow: hidden;
}

.main.galerie:hover {
  transform: scale(1.04);
  box-shadow: 2px 2px 12px 2px #0003;
}

.main.galerie.gr-e {
  height: 40vh;
}

.div-block-166 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  right: 2%;
}

.image-3-top-30 {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 25px;
  width: 100%;
  height: 50vh;
  margin-bottom: 40px;
}

.image-3-top-0 {
  object-fit: cover;
  object-position: 50% 5%;
  border-radius: 25px;
  width: 100%;
  height: 50vh;
  margin-bottom: 40px;
}

.image-3-to-40 {
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 25px;
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
}

.image-101 {
  text-align: left;
  border-radius: 25px;
  width: auto;
  max-width: 89%;
  height: auto;
}

.div-block-167 {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: block;
}

.text-block-2 {
  color: #000;
  align-self: center;
  font-size: 17px;
}

.text-block-2.paragraph-links {
  color: #000;
  text-decoration: none;
}

.social-link-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.social-link-block-2.space {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 10px;
}

.image-102 {
  width: auto;
  height: 42px;
  padding: 2px 2px 2px 3px;
}

.image-icon {
  width: auto;
  height: 45px;
}

.image-icon.email {
  width: 42px;
  height: 42px;
}

.link-block {
  padding: 0;
}

.link-block.w--current {
  text-align: center;
  padding: 0;
}

.div-block-168 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-17 {
  grid-column-gap: 0px;
  border: 1px solid #000;
  border-radius: 0;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-169 {
  background-color: var(--main-2);
}

.div-block-170 {
  background-color: var(--white);
}

.karten {
  text-align: center;
  background-color: #b8a7a9;
  border-radius: 25px;
  padding: 0 0 20px;
  overflow: hidden;
}

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

.mask {
  width: 100%;
  height: auto;
}

.slide {
  height: auto;
  padding: 25px;
}

.slider {
  border-radius: 25px;
  width: 70%;
  height: 85vh;
}

.slider.highlight-2 {
  width: 70%;
  padding-left: 0;
}

.slide-2, .slide-3, .slide-4 {
  padding: 25px;
}

.icon-2, .icon-3 {
  color: #000;
}

.div-block-172 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 0;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 50px;
  display: grid;
}

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

.team-card.main.rel {
  position: relative;
  left: 50%;
}

.team-member-image {
  object-fit: cover;
  border-radius: 0%;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.div-block-173, .div-block-174 {
  background-color: var(--main-2);
  height: 6vh;
}

.grid-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-items: start;
  width: 100%;
  height: auto;
}

.container-3 {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}

.card-text {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.card-text.abst {
  padding-left: 0;
  padding-right: 0;
}

.team-slider {
  background-color: #dfdfdf;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-slider-wrapper {
  text-align: left;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding-top: 20px;
  display: flex;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
}

.team-member-image-two {
  width: 60px;
  height: 60px;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: block;
  overflow: visible;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.icon-4 {
  width: 40px;
  height: 40px;
}

.mask-2 {
  width: 90%;
}

.icon-5, .icon-6 {
  color: #000;
}

.image-wrapper {
  width: auto;
  height: 40vh;
  padding: 20px;
}

.image-wrapper.zweitfarbe {
  padding: 15px;
}

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

.div-block-177.zweitfarbe {
  height: .5vh;
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 40px;
}

.team-circles-2 {
  padding: 0;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
  display: grid;
}

.team-card-2 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-card-2.div-block-2 {
  border-radius: 0;
  padding: 0;
}

.team-member-image-2 {
  object-fit: cover;
  border-radius: 0%;
  width: 100%;
  height: 25vh;
  margin-bottom: 10px;
  transition: all .2s;
}

.team-member-image-2:hover {
  transform: scale(1.05);
}

.team-member-image-2.center {
  object-position: 50% 25%;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
}

.team-circles-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.team-card-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-3 {
  object-fit: cover;
  border-radius: 0%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-3 {
  margin-bottom: 24px;
}

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

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

.image-104.verzerren {
  border: 0px solid var(--main-2);
}

.image-105, .image-106 {
  object-fit: cover;
  height: 100%;
}

.image-107, .image-108, .image-109 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

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

.container-6 {
  max-width: 100%;
  margin-top: 40px;
}

.highlights-3 {
  color: #000;
  background-color: #86cad3;
}

.highlights-3.div-block-2 {
  text-align: center;
  border-radius: 0;
  height: auto;
  padding: 0;
  overflow: hidden;
}

.highlights-3.div {
  justify-content: center;
  align-items: center;
  height: 20vh;
  display: flex;
}

.highlight-5 {
  color: #000;
  background-color: #b3f2fb;
}

.highlight-5.div {
  justify-content: center;
  align-items: center;
  height: 20vh;
  display: flex;
}

.paragrph-mitting {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

.paragrph-mitting.flie-text.space {
  padding: 10px 20px;
  font-size: 13px;
  line-height: 20px;
}

.paragrph-mitting.flie-text._50 {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.paragrph-mitting.flie-text.fontsize {
  font-size: 20px;
  line-height: 40px;
}

.grid-20 {
  grid-template-rows: auto;
  width: 85%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-179.highlight-2 {
  padding: 40px;
}

.text-block-3 {
  font-size: 17px;
  line-height: 25px;
}

._4er-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  position: relative;
}

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

.icons {
  width: 60px;
  height: 60px;
}

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

.div-block-182 {
  background-image: url('../images/Illustration.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 30px;
  transition: all .2s;
  display: flex;
}

.div-block-182.highlights {
  background-position: 40% 40%;
}

.div-block-182.highlights:hover {
  transform: scale(1.04);
  box-shadow: 1px 2px 10px 2px #0003;
}

.div-block-182.highlight-4 {
  background-position: 40% 40%;
  border-radius: 10px;
}

.div-block-182.highlight-4:hover, .div-block-182.hauptfarbe:hover, .div-block-182.highlights-3.last:hover {
  transform: scale(1.04);
  box-shadow: 1px 2px 10px 2px #0003;
}

.grid-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.small-heading-mittig.heading-1.card {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.small-heading-mittig.heading-2 {
  margin-top: 0;
}

.small-heading-mittig.heading-2.card {
  width: 100%;
}

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

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

.icon-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation-copy {
  z-index: -1;
  opacity: .05;
  filter: grayscale() invert();
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lottie-animation-copy.links {
  transform-style: preserve-3d;
  inset: 0% auto 0% 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

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

.team-member-image-contain {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: contain;
  border-radius: 0%;
  width: 100%;
  height: 30vh;
  margin-bottom: 10px;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.team-member-image-contain:hover {
  transform: scale(1.05);
}

.team-member-image-2-image-top {
  object-fit: cover;
  object-position: 50% 25%;
  border-radius: 0%;
  width: 100%;
  height: 30vh;
  margin-bottom: 10px;
  transition: all .2s;
}

.team-member-image-2-image-top:hover {
  transform: scale(1.05);
}

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

.list-4.paragraph-links {
  text-align: left;
}

.list-4.paragraph-links.flie-text.top {
  margin-top: 10px;
}

.list-item {
  margin-bottom: 10px;
}

.paragraph-center {
  font-size: 17px;
}

.paragraph-center.flie-text.subheading {
  font-size: 22px;
}

.list-5 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}

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

.list-5.paragraph-links.flie-text.top {
  margin-top: 10px;
}

.team-image-contain {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.team-photo-placeholder {
  height: 50vh;
  background-color: #4a4344;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-photo-placeholder-initials {
  letter-spacing: .05em;
  color: #fff;
  opacity: .85;
  font-family: inherit;
  font-size: 96px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .team-photo-placeholder {
    height: 25rem;
  }

  .team-photo-placeholder-initials {
    font-size: 64px;
  }
}

.div-block-185 {
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.wrapp {
  overflow-wrap: anywhere;
}

.text-span {
  font-size: 20px;
  font-weight: 500;
}

.hide {
  display: none;
}

@media screen and (min-width: 1440px) {
  .logo.w--current {
    width: 15vw;
  }

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

@media screen and (max-width: 991px) {
  .heading-einstellungen {
    line-height: 42px;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

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

  .hauptfarbe-2 {
    order: 1;
  }

  .hauptfarbe-2.w--open {
    background-color: #313131;
  }

  .icon {
    color: #fff;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
  }

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

  .div-block {
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-relative, .section-relative.unterseite {
    height: 70vh;
  }

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

  .titelheading.heading-1.sml {
    font-size: 32px;
  }

  .text-block.heading-3 {
    line-height: 50px;
  }

  .text-block.heading-3.sml {
    font-size: 45px;
  }

  .section-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading.heading-1.farbe-der-headings.bigger {
    font-size: 38px;
  }

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

  ._4er-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .transp-divider.hidden {
    display: none;
  }

  .image-2 {
    height: 100%;
  }

  .relative {
    height: 400px;
  }

  .absolute-background {
    background-position: 50%;
    background-size: cover;
  }

  .inhalt-rechts {
    margin-right: 20px;
  }

  .inhalt-links {
    margin-left: 20px;
  }

  ._3er-grid.mit-abstand {
    grid-column-gap: 15px;
  }

  .image-3 {
    height: 200px;
  }

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

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

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

  ._2er-grid-2 {
    width: 100%;
  }

  .image-4 {
    height: 300px;
  }

  .image-5 {
    height: 150px;
  }

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

  .error-message {
    width: auto;
  }

  .dropdown-14 {
    margin-bottom: 10px;
    padding: 20px;
  }

  .wrapy {
    grid-template-columns: 50% 50%;
  }

  .ablaufplan-spalteninhalt-2 {
    padding-left: 10px;
  }

  .paragraph-ablaufplan-2 {
    font-size: 18px;
  }

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

  .image-56 {
    object-fit: contain;
    object-position: 0% 50%;
    margin-top: 0;
  }

  .image-56.links {
    object-position: 0% 0%;
  }

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

  .ansprechpartner-paragraph-2 {
    font-size: 18px;
  }

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

  .heading-79 {
    font-size: 18px;
  }

  .paragraph-61 {
    font-size: 14px;
  }

  .dropdown-toggle-11 {
    font-size: 18px;
  }

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

  .heading-ablaufplan-3 {
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 26px;
    line-height: 30px;
  }

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

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

  .ablaufplan-spalte-2 {
    display: block;
  }

  .ablaufplan-spalten-inhalt-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-80.absolut {
    width: 100%;
  }

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

  .bubble {
    background-image: url('../images/sprechblase.png');
    width: 150px;
    right: -80px;
    overflow: visible;
  }

  .heading-86 {
    font-size: 18px;
  }

  .text-sprechblase {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .inhalt-mitig.smaller {
    width: 70%;
  }

  .social-link-block {
    width: 35px;
    height: 35px;
  }

  .div-block-166 {
    margin-left: auto;
    position: relative;
  }

  .image-3-top-30, .image-3-top-0, .image-3-to-40 {
    height: 200px;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .image-wrapper.zweitfarbe.main {
    height: auto;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-image-2 {
    width: 100%;
    height: 190px;
  }

  .container-5 {
    max-width: 728px;
  }

  .team-grid-3 {
    grid-column-gap: 40px;
  }

  .team-member-image-3 {
    width: 190px;
    height: 190px;
  }

  .paragrph-mitting.flie-text.space {
    font-size: 15px;
  }

  .grid-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  ._4er-grid-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  ._4er-grid-2.ber-uns {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-22 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-image-contain {
    width: 190px;
    height: 190px;
  }

  .team-member-image-2-image-top {
    width: 100%;
    height: 190px;
  }
}

@media screen and (max-width: 767px) {
  .heading-einstellungen {
    font-size: 32px;
    line-height: 38px;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .button.flie-text {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .button.flie-text.main.smaller {
    margin-top: 0;
    font-size: 10px;
  }

  .section-relative {
    height: 28rem;
  }

  .section-relative.unterseite {
    height: 26rem;
  }

  .titelpara.flie-text {
    font-size: 16px;
    line-height: 26px;
  }

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

  .titelheading.heading-1.sml {
    margin-top: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .text-block.heading-3 {
    font-size: 40px;
  }

  .text-block.heading-3.farbe-der-headings {
    font-size: 18px;
  }

  .text-block.heading-3.sml {
    font-size: 30px;
    line-height: 40px;
  }

  .section-2 {
    padding: 60px 40px;
  }

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

  .paragraph.flie-text.zeittabelle.untenn {
    border-bottom-style: none;
    padding-top: 20px;
    padding-bottom: 0;
  }

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

  .small-heading.heading-1 {
    margin-bottom: 0;
  }

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

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

  .transp-divider {
    height: 20px;
  }

  ._2er-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .relative {
    height: 600px;
  }

  .absolute-background {
    background-position: 50%;
    background-size: cover;
  }

  .inhalt-rechts {
    margin-left: 20px;
  }

  .inhalt-links {
    margin-right: 20px;
  }

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

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

  .image-3 {
    height: 25rem;
  }

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

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

  .div-block-footer1.flie-text {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: center;
  }

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

  .team-image {
    height: 25rem;
  }

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

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

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

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

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

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

  .html-embed-6.fest {
    height: 25rem;
    margin-top: 20px;
  }

  .div-block-145 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapy {
    grid-template-columns: 100%;
  }

  .ablaufplan-spalteninhalt-2 {
    min-height: 250px;
  }

  .section-49 {
    padding-left: 10px;
  }

  .divblock-fortschritt {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-142.shadow {
    max-width: none;
  }

  .paragraph-61 {
    margin-left: 0;
  }

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

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

  .dropdown-toggle-11 {
    flex-direction: column;
    padding: 10px 30px 10px 20px;
  }

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

  .section-balken {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ablaufplan-big-button-3.dropdowntoogle.w--open {
    top: 130px;
    right: 50px;
  }

  .balken-1 {
    height: 5px;
  }

  .balken-1._4 {
    height: 10px;
  }

  .ablaufplan-spalten-inhalt-3 {
    min-height: 250px;
  }

  .heading-80.absolut {
    font-size: 14px;
    top: 10px;
  }

  .div-block-147 {
    grid-column-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .circle, .circle.erl {
    width: 20px;
    height: 20px;
  }

  .inhalt-mitig.smaller {
    width: 80%;
    display: flex;
  }

  .image-3-top-30, .image-3-top-0, .image-3-to-40 {
    height: 300px;
  }

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

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

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

  .team-circles {
    padding: 60px 15px;
  }

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

  .team-card.main.rel {
    left: 0%;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .team-circles-2 {
    padding: 0;
  }

  .team-grid-2 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .team-member-image-2 {
    height: 35vh;
  }

  .team-circles-3 {
    padding: 60px 15px;
  }

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

  .paragrph-mitting.flie-text {
    font-size: 12px;
  }

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

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

  ._4er-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  ._4er-grid-2.ber-uns {
    flex-flow: column;
    display: flex;
  }

  .div-block-182.highlights-3.last {
    order: 0;
  }

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

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

  .paragraph-center.flie-text.subheading {
    font-size: 20px;
  }

  .list-5.paragraph-links.flie-text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-184 {
    height: 25rem;
  }

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

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

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

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

  .utility-page-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-einstellungen {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

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

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

  .hauptfarbe-2 {
    text-align: center;
    order: 0;
    width: 100%;
  }

  .navbar {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

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

  .button.flie-text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .button.flie-text.main.smaller {
    font-size: 9px;
  }

  .titelpara.flie-text {
    font-size: 14px;
    line-height: 20px;
  }

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

  .titelheading.heading-1.sml {
    font-size: 18px;
    line-height: 28px;
  }

  .text-block.heading-3 {
    font-size: 35px;
    line-height: 40px;
  }

  .text-block.heading-3.farbe-der-headings {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block.heading-3.sml {
    text-align: right;
    font-size: 25px;
    line-height: 35px;
  }

  .section-2 {
    padding: 40px 20px;
  }

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

  .heading.heading-1.farbe-der-headings.bigger {
    font-size: 26px;
  }

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

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

  .div-block-2 {
    padding: 20px;
  }

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

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

  .paragraph-links, .paragraph-links.flie-text, .paragraph-links.flie-text, .view-more.flie-text {
    font-size: 14px;
    line-height: 20px;
  }

  .transp-divider {
    height: 20px;
  }

  .image {
    width: 40px;
    height: 40px;
  }

  .relative {
    height: 300px;
  }

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

  .small-2er-grid {
    grid-template-columns: 30px 1fr;
  }

  .div-block-3 {
    width: 20px;
    height: 20px;
  }

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

  .image-4 {
    height: 200px;
  }

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

  .image-5 {
    height: 200px;
  }

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

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

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

  .maps-gro {
    height: 300px;
  }

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

  .impdat-3 {
    padding: 40px 10px;
  }

  .impdat-3.flie-text {
    min-height: auto;
  }

  .ablaufplan-spalteninhalt-2 {
    padding-left: 0;
  }

  .paragraph-ablaufplan-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .image-56 {
    width: 100%;
    min-width: auto;
    height: 80vw;
  }

  .ansprechpartner-paragraph-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .ansprechpartner-paragraph-2.special.klein {
    font-size: 14px;
  }

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

  .dropdown-list-11-copy.w--open {
    padding: 120px 10px 10px;
  }

  .heading-79 {
    font-size: 15px;
  }

  .paragraph-61 {
    text-align: center;
    margin-left: 0;
  }

  .dropdown-toggle-11 {
    text-align: center;
    white-space: normal;
  }

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

  .heading-ablaufplan-3 {
    height: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-ablaufplan-3.special {
    font-size: 20px;
  }

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

  .ablaufplan-big-button-3.dropdowntoogle.w--open {
    right: 40px;
  }

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

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

  .ablaufplan-spalte-2 {
    flex: 0 auto;
    width: auto;
    min-width: auto;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ablaufplan-spalten-inhalt-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-80.absolut {
    font-size: 10px;
  }

  .div-block-147 {
    grid-template-columns: 1fr;
    width: 99.9999%;
    padding: 10px;
  }

  .bubble {
    width: 100px;
    height: 120px;
    top: -110px;
    right: -50px;
  }

  .dropdown-list-11.w--open {
    padding: 0;
  }

  .grid-15 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .list-3 {
    padding-left: 30px;
  }

  .heading-86 {
    font-size: 16px;
  }

  .text-sprechblase {
    font-size: 12px;
  }

  .social-link-block {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
  }

  .div-block-166 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    right: 0%;
  }

  .social-link-block-2 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .container-5 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

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

  .paragrph-mitting.flie-text.space {
    font-size: 12px;
  }

  .paragrph-mitting.flie-text.fontsize {
    font-size: 15px;
  }

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

  .icons {
    width: 40px;
    height: 40px;
  }

  .div-block-182 {
    padding: 20px;
  }

  .small-heading-mittig.heading-1 {
    margin-top: 10px;
    font-size: 20px;
  }

  .icon-div.firsttt {
    order: -1;
  }

  .paragraph-center.flie-text.subheading {
    font-size: 18px;
  }
}

#w-node-ebc4f9bc-4263-71a9-527a-8161b1a666f1-6ee84af8 {
  grid-area: Area;
}

#w-node-bb2c2c70-9e67-124c-9607-ca707348b4ce-6ee84af8, #w-node-bb2c2c70-9e67-124c-9607-ca707348b4d9-6ee84af8, #w-node-bb2c2c70-9e67-124c-9607-ca707348b4e3-6ee84af8, #w-node-bb2c2c70-9e67-124c-9607-ca707348b4ed-6ee84af8, #w-node-bb2c2c70-9e67-124c-9607-ca707348b4f7-6ee84af8, #w-node-bb2c2c70-9e67-124c-9607-ca707348b501-6ee84af8, #w-node-f1cb547e-28f1-8856-6dfe-9425b86c3185-6ee84af8, #w-node-afc501d0-b477-60bd-be26-2289f514475e-6ee84af8, #w-node-_492b38d9-a73e-a4fe-3684-ded6d868796b-6ee84af8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ede69fe6-0484-85a2-cee8-7ec2e2d24293-6ee84af8, #w-node-e6c30e3d-f703-b17d-6f4d-f6f145a67d2b-6ee84af8 {
  align-self: auto;
}

#w-node-e035f8ac-819c-5187-8e66-4cc9386fd00f-5e4ad129, #w-node-a3b70cee-9b68-a11b-564d-30a84aa09c80-5e4ad129, #w-node-_77fb0aa1-db57-db34-4475-9f67baf48014-5e4ad129 {
  place-self: center;
}

#w-node-_41001b90-9274-0a8b-4f73-c428949ccaee-5e4ad129 {
  align-self: auto;
}

#w-node-_923b97e3-71ea-1d4e-e761-6d1ac07b828b-5e4ad129 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_22bc444b-bfbc-f026-efb0-a84c30f6aa65-6ee84af8 {
    order: 9999;
  }
}



.jobad-kasten {
  background-color: #dfdfdf;
  border-radius: 20px;
  padding: 40px 35px;
  max-width: 70ch;
  width: 100%;
  margin-top: 40px;
  text-align: left;
}

.jobad-kasten .paragrph-mitting {
  text-align: left;
}

.jobad-zwischenueberschrift {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 8px;
}

.jobad-kasten .list-item {
  overflow-wrap: break-word;
}

@media screen and (max-width: 479px) {
  .jobad-kasten {
    padding: 25px 20px;
  }

  .jobad-button.w-button {
    width: 100%;
    text-align: center;
  }
}
