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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: Hindoff, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Opensansoff, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

.header {
  z-index: 99;
  background-color: #92a0af;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  width: 90%;
  height: 90%;
  max-width: 1800px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  margin-left: 37px;
  display: flex;
}

.nav-link {
  color: #414e5c;
  text-transform: uppercase;
  margin-left: 16px;
  margin-right: 16px;
  padding: 10px 0;
  font-family: Opensansoff, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link:hover {
  color: #92a0af;
  text-decoration: none;
}

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

.navbar {
  height: 140px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.blockout {
  height: 170px;
  min-height: 170px;
}

.top-grid {
  width: 100vw;
  height: 100vh;
  grid-column-gap: 10px;
  grid-row-gap: 11px;
  grid-template: "Area Area-2" minmax(0, .75fr)
                 "Area-3 Area-2" minmax(auto, .3fr)
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 140px;
  padding-bottom: 10px;
  display: flex;
}

.top-grid-tl {
  width: 100%;
  height: 75%;
  background-image: url('../images/iStock-1302071917-small.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.top-grid-r {
  width: 50%;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.top-grid-bl-text-wrapper {
  padding-bottom: 5px;
  padding-left: 70px;
  padding-right: 35px;
  display: inline-block;
  position: static;
}

.top-grid-heading-small {
  color: #fff;
  letter-spacing: 2px;
  text-indent: 0;
  margin-bottom: 15px;
  font-family: Opensansoff, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 25px;
}

.top-grid-heading-bold {
  color: #fff;
  letter-spacing: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Opensansoff, sans-serif;
  font-size: 41px;
  font-weight: 300;
  line-height: 30px;
}

.top-grid-heading-subline {
  color: #fff;
  text-align: right;
  text-indent: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 0;
  padding-right: 5px;
  font-family: Opensansoff, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 15px;
}

.top-grid-r-image-container {
  width: 100%;
  height: 100%;
  background-image: url('../images/iStock-1023456058-bearb-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-6 {
  width: 100vw;
  height: 80px;
}

.section-head {
  background-color: #92a0af;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 60px 5% 100px;
}

.section-head.head-top-bar {
  background-color: #92a0af;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px;
  padding-bottom: 100px;
}

.headline {
  color: #fff;
  text-align: right;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 49px;
}

.top-grid-l {
  width: 50%;
  height: 100%;
  flex: 1;
}

.top-grid-bl-wrapper {
  width: 100%;
  height: 25%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
}

.top-grid-bl-container {
  width: 100%;
  height: 100%;
  background-color: #d3a980;
  align-items: center;
  display: flex;
}

.heading-subline {
  color: #fff;
  text-align: right;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-family: Opensansoff, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.text-text {
  color: #414e5c;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
  font-family: Opensansoff, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.text-text.vita-text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

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

.text-text.text-left-centered {
  text-align: left;
}

.text-text.bold-text {
  font-family: Opensansoff, sans-serif;
}

.vita-wrapper {
  margin-bottom: 200px;
}

.vita-bg {
  background-color: rgba(79, 119, 158, .1);
  border: 1px rgba(0, 0, 0, 0);
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.vita-text-wrapper {
  width: 50%;
  max-width: 800px;
  padding: 50px 5% 50px 0;
}

.vita-subline {
  color: #414e5c;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Opensansoff, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.vita-heading {
  color: #414e5c;
  margin-bottom: 0;
  font-family: Opensansoff, sans-serif;
  font-weight: 600;
}

.vita-table {
  margin-top: 30px;
  margin-bottom: 30px;
}

.vita-line {
  justify-content: space-between;
  display: flex;
}

.vita-line-l {
  width: 120px;
  flex: none;
}

.vita-line-r {
  flex: 1;
}

.vita-date {
  color: #414e5c;
  margin-bottom: 0;
  font-family: Opensansoff, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.vita-desc {
  color: #414e5c;
  margin-bottom: 0;
  font-family: Opensansoff, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.vita-image-wrapper {
  width: 37%;
  margin-top: -50px;
  position: relative;
  overflow: hidden;
}

.image {
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
}

.team-section {
  display: none;
}

.team-wrapper {
  width: 90%;
  max-width: 1350px;
  justify-content: space-between;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-tile {
  width: 30%;
  height: 315px;
  position: relative;
  overflow: hidden;
}

.team-image {
  z-index: 0;
  max-height: 100%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.team-position {
  z-index: 1;
  background-color: rgba(242, 242, 242, .92);
  padding: 10px 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph {
  letter-spacing: .2px;
  margin-bottom: 0;
  font-family: Opensansoff, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.bold-text {
  font-family: Opensansoff, sans-serif;
}

.schwerpunkte-wrapper {
  justify-content: space-between;
  margin-bottom: 100px;
  display: flex;
}

.schwerpunkte-block-l {
  background-color: rgba(79, 119, 158, .1);
  flex: 1;
  margin-right: 5px;
  padding: 100px;
}

.schwerpunkte-block-r {
  background-color: #d3a980;
  flex: 1;
  margin-left: 5px;
  padding: 100px;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.paragraph-2 {
  text-align: right;
}

.heading-2 {
  color: #414e5c;
  text-align: right;
  letter-spacing: .9px;
  margin-bottom: 0;
  font-family: Opensansoff, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 43px;
}

.paragraph-3 {
  color: #414e5c;
  text-align: right;
  letter-spacing: .9px;
  font-family: Opensansoff, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
}

.text-block {
  color: #fff;
  text-align: right;
  letter-spacing: .9px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Opensansoff, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.text-span {
  color: #f1f1f1;
}

.logo-img {
  max-height: 100%;
}

.logo-txt {
  width: 250px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -12px);
}

.logo-container {
  max-width: 250px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.form-wrapper {
  width: 90%;
  max-width: 1500px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.input-wrapper {
  justify-content: space-between;
  margin-top: 80px;
  display: flex;
}

.input-block.ibl {
  width: 45%;
  margin-right: 40px;
}

.input-block.ibr {
  width: 55%;
  display: flex;
}

.textarea {
  color: #414e5c;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Opensansoff, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.textarea::-ms-input-placeholder {
  color: #757575;
}

.textarea::placeholder {
  color: #757575;
}

.input {
  color: #414e5c;
  letter-spacing: .6px;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 15px;
  font-family: Opensansoff, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  display: inline-block;
}

.input::-ms-input-placeholder {
  color: #757575;
}

.input::placeholder {
  color: #757575;
}

.body {
  letter-spacing: .8px;
  background-color: rgba(146, 160, 175, .1);
}

.submit-button {
  width: 120px;
  height: 60px;
  background-color: #92a0af;
  border: 2px #b6cbcf;
  font-size: 22px;
  font-weight: 300;
  line-height: 42px;
}

.input-button-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.checkbox-data {
  letter-spacing: .5px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 17px;
}

.checkbox-label {
  width: 80%;
  color: #414e5c;
  font-family: Opensansoff, sans-serif;
  font-weight: 300;
}

.pflichtfelder {
  color: #414e5c;
  letter-spacing: .5px;
  font-family: Opensansoff, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}

.map-wrapper {
  width: 90%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.map-container {
  width: 45%;
  height: 400px;
  position: relative;
}

.map {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/map.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map-code {
  width: 100%;
  height: 100%;
  display: none;
}

.map-text {
  z-index: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map-text-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.map-text-text {
  width: 95%;
  max-width: 470px;
  color: #414e5c;
  text-align: center;
  letter-spacing: .5px;
  font-family: Opensansoff, sans-serif;
  font-size: 13px;
  line-height: 21px;
}

.map-button {
  letter-spacing: .5px;
  background-color: #92a0af;
  border: 2px #325354;
  margin-top: 20px;
  font-family: Opensansoff, sans-serif;
  text-decoration: none;
}

.map-button:hover {
  text-decoration: none;
}

.map-link {
  color: #5f7c81;
  font-weight: 500;
  text-decoration: none;
}

.footer {
  padding-top: 110px;
}

.footer-container {
  width: 90%;
  max-width: 1800px;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10%;
  display: flex;
}

.footer-top {
  background-color: rgba(79, 119, 158, .1);
}

.zahn {
  width: 110px;
  position: relative;
  top: -28px;
}

.footer-text-block-container {
  width: 80%;
  max-width: 1220px;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 30px;
  font-weight: 400;
  display: flex;
}

.footer-text-block-container.imp {
  flex: none;
}

.footer-text-block {
  color: #414e5c;
  font-family: Opensansoff, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.footer-text-block.ftb-imp {
  color: #414e5c;
}

.footer-heading {
  color: #414e5c;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
}

.footer-imp-container {
  padding-top: 50px;
}

.openings-wrapper {
  justify-content: space-between;
  display: flex;
}

.openings-l {
  min-width: 50px;
  color: #414e5c;
  flex: none;
  padding-right: 20px;
  font-weight: 300;
}

.openings-r {
  color: #414e5c;
  text-align: right;
  flex: 1;
}

.link {
  color: #414e5c;
  font-weight: 300;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.footer-bot {
  background-color: #92a0af;
  margin-top: 16px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 14px;
}

.footer-bot-container {
  text-align: center;
}

.impressum-section {
  padding-top: 260px;
  padding-bottom: 70px;
}

.imp-text {
  max-width: 960px;
  color: #414e5c;
}

.paragraph-4, .paragraph-5, .paragraph-6 {
  font-weight: 300;
}

.paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
  color: #414e5c;
  font-weight: 300;
}

.container-2 {
  border: 1px solid rgba(0, 0, 0, 0);
}

.text-block-2 {
  color: #fff;
}

.section, .section-2, .section-3 {
  background-color: rgba(146, 160, 175, .1);
}

.paragraph-14, .paragraph-15, .paragraph-16 {
  color: #414e5c;
}

.captcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

.popup-button {
  background-color: #c3dbe1;
  margin-top: 30px;
  padding: 9px 25px 8px;
  font-size: 20px;
  line-height: 26px;
  transition: background-color .2s;
}

.popup-button:hover {
  background-color: #b6cbcf;
  text-decoration: none;
}

.popup-fenster {
  z-index: 1;
  width: 90%;
  max-width: 800px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  overflow: visible;
  transform: translate(-50%, -50%);
}

.popup-p-2 {
  color: #c3dbe1;
  text-decoration: none;
}

.popup-inner1 {
  background-color: #fff;
  padding: 20px;
  display: flex;
  position: relative;
}

.close-bg {
  z-index: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-cb {
  z-index: 999;
  object-fit: cover;
  background-color: rgba(0, 0, 0, .65);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-wf {
  max-width: 660px;
  color: #726f6f;
  text-align: center;
  background-color: rgba(255, 255, 255, .8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  line-height: 1.3;
  display: flex;
}

.popup-bot-row {
  width: 100%;
  color: #c3dbe1;
  justify-content: space-around;
  padding-top: 30px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.close-wrapper {
  cursor: pointer;
  background-color: #f2f2f2;
  padding: 10px;
  transition: background-color .2s;
}

.close-wrapper:hover {
  background-color: #dad5d5;
}

.image-7 {
  width: 20px;
  object-fit: contain;
}

.popup-p {
  margin-top: 30px;
}

.close-cb {
  z-index: 1;
  justify-content: flex-end;
  margin-bottom: -20px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.heading-13 {
  color: #726f6f;
  text-align: center;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.inhalt {
  width: 100%;
  height: 100%;
  border: 4px solid #92a0af;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.bold-text-2, .popup-link {
  color: #d3a980;
}

@media screen and (max-width: 991px) {
  .container {
    align-items: center;
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: #fff;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-right: 23px;
  }

  .nav-link {
    text-align: right;
  }

  .navbar {
    height: 100px;
  }

  .top-grid {
    padding-top: 100px;
  }

  .top-grid-tl {
    height: 60%;
  }

  .top-grid-bl-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-grid-heading-small {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
  }

  .top-grid-heading-bold {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
  }

  .top-grid-heading-subline {
    font-size: 19px;
  }

  .section-head {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .section-head.head-top-bar {
    padding-top: 10px;
  }

  .top-grid-bl-wrapper {
    height: 40%;
  }

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

  .text-text.vita-text, .text-text.vita-text.bold {
    font-size: 16px;
    line-height: 24px;
  }

  .vita-wrapper {
    margin-bottom: 40px;
  }

  .vita-bg {
    padding-bottom: 0;
  }

  .vita-subline {
    font-size: 15px;
  }

  .vita-date {
    font-size: 16px;
    line-height: 25px;
  }

  .vita-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .image {
    max-height: 390px;
  }

  .heading-2, .paragraph-3 {
    font-size: 20px;
    line-height: 30px;
  }

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

  .logo-img {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translate(0);
  }

  .logo-txt {
    margin-left: 20px;
    position: relative;
    bottom: auto;
    left: auto;
    transform: translate(0%);
  }

  .logo-container {
    flex: 1;
    margin-right: auto;
  }

  .textarea, .input {
    font-size: 18px;
    line-height: 27px;
  }

  .submit-button {
    height: 50px;
    font-size: 20px;
    line-height: 30px;
  }

  .checkbox-label {
    width: 100%;
    font-size: 11px;
    line-height: 15px;
  }

  .pflichtfelder {
    font-size: 11px;
    line-height: 15px;
  }

  .map-container {
    width: 100%;
    height: 300px;
  }

  .map-text-text {
    font-size: 12px;
    line-height: 17px;
  }

  .footer-container {
    max-width: 610px;
    flex-wrap: wrap;
    padding-right: 0%;
  }

  .footer-top {
    padding-bottom: 20px;
  }

  .zahn {
    display: none;
  }

  .footer-text-block-container {
    width: 100%;
    justify-content: space-between;
  }

  .footer-text-block.ftb-imp {
    justify-content: flex-end;
    display: flex;
  }

  .footer-imp-container {
    width: 100%;
    padding-top: 0;
  }

  .link.link-fi {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon {
    font-size: 40px;
  }

  .menu-button {
    color: #333;
    padding: 10px;
  }

  .menu-button.w--open {
    color: #333;
    background-color: rgba(0, 0, 0, 0);
  }

  .impressum-section {
    padding-top: 130px;
  }

  .container-2 {
    max-width: 95%;
  }

  .popup-fenster {
    max-width: 620px;
  }

  .text-wf {
    width: 95%;
    font-size: 24px;
  }

  .popup-bot-row {
    padding-top: 20px;
  }

  .popup-p {
    margin-top: 20px;
  }

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

@media screen and (max-width: 767px) {
  .top-grid {
    flex-direction: column;
    justify-content: flex-start;
  }

  .top-grid-r {
    width: 100%;
  }

  .top-grid-heading-small {
    font-size: 20px;
    line-height: 20px;
  }

  .top-grid-heading-bold {
    font-size: 30px;
    line-height: 30px;
  }

  .top-grid-heading-subline {
    font-size: 16px;
  }

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

  .top-grid-l {
    width: 100%;
  }

  .top-grid-bl-container {
    background-color: #f2f2f2;
    justify-content: center;
  }

  .vita-bg {
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }

  .vita-text-wrapper {
    width: 90%;
    max-width: 440px;
  }

  .vita-image-wrapper {
    width: 100%;
    height: 250px;
    max-width: 330px;
    margin-top: 0;
  }

  .team-wrapper {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .team-tile {
    width: 100%;
    max-width: 330px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .paragraph {
    font-size: 16px;
  }

  .schwerpunkte-wrapper {
    flex-direction: column;
  }

  .schwerpunkte-block-l {
    margin-right: 0;
    padding: 50px;
  }

  .schwerpunkte-block-r {
    margin-left: 0;
    padding: 50px;
  }

  .heading-2, .paragraph-3 {
    font-size: 18px;
  }

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

  .logo-txt {
    width: 220px;
    margin-left: 10px;
    display: none;
  }

  .logo-container {
    max-width: 200px;
  }

  .input-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .input-block.ibl {
    width: 100%;
    margin-right: 0;
  }

  .input-block.ibr {
    width: 100%;
    height: 200px;
    margin-top: 30px;
  }

  .input-button-wrapper {
    justify-content: center;
    padding-top: 50px;
  }

  .map-text-text {
    font-size: 15px;
    line-height: 22px;
  }

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

  .footer-text-block {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 17px;
  }

  .footer-text-block.ftb-imp {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-heading {
    font-size: 17px;
  }

  .openings-l {
    text-align: left;
  }

  .impressum-section {
    padding-top: 90px;
  }

  .popup-button {
    font-size: 16px;
  }

  .popup-inner1 {
    padding: 10px;
  }

  .text-wf {
    font-size: 20px;
    line-height: 29px;
  }

  .popup-bot-row {
    flex-direction: column;
    padding-top: 20px;
    font-size: 16px;
  }

  .close-wrapper {
    padding: 8px;
  }

  .image-7 {
    width: 16px;
  }

  .popup-p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 25px;
  }

  .close-cb {
    margin-bottom: -14px;
    margin-right: 0;
  }

  .inhalt {
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  .logo-container {
    overflow: hidden;
  }
}

#w-node-b7630681-3e63-3ab2-b434-2441c1614899-6d57e36b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Opensansoff';
  src: url('../fonts/OpenSansOff-Bold.ttf') format('truetype'), url('../fonts/OpenSansOff-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensansoff';
  src: url('../fonts/OpenSansOff-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensansoff';
  src: url('../fonts/OpenSansOff-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensansoff';
  src: url('../fonts/OpenSansOff-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensansoff';
  src: url('../fonts/OpenSansOff-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hindoff';
  src: url('../fonts/HindOff-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hindoff';
  src: url('../fonts/HindOff-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hindoff';
  src: url('../fonts/HindOff-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hindoff';
  src: url('../fonts/HindOff-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hindoff';
  src: url('../fonts/HindOff-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}