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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

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

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1800px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #30303b;
}

.container.top-nav-bar {
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container.top-nav-bar.hidden {
  display: none;
}

.container.danke-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 37px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  margin-right: 30px;
  margin-left: 30px;
  padding: 10px 0px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #778ca1;
  text-decoration: none;
}

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

.nav-link.logo {
  margin-right: 0px;
  margin-left: 0px;
}

.nav-link.logo:hover {
  color: #30303b;
}

.nav-link.logo.w--current {
  color: #30303b;
}

.nav-link.nav-link--last {
  margin-right: 0px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.top-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 140px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 11px;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-2";
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(0px, 0.75fr) 11px minmax(auto, 0.3fr);
  grid-template-rows: minmax(0px, 0.75fr) minmax(auto, 0.3fr);
}

.top-grid-tl {
  width: 100%;
  height: 75%;
  background-image: url('../images/startbild-rechts-dr-susanne-billen-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.top-grid-r {
  display: block;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

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

.top-grid-heading-small {
  color: #fff;
  font-size: 52px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 2px;
  text-indent: 0px;
}

.top-grid-heading-bold {
  color: #fff;
  font-size: 52px;
  line-height: 41px;
  font-weight: 600;
  letter-spacing: 3px;
}

.top-grid-heading-subline {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 5px;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  text-indent: 0px;
  text-transform: uppercase;
}

.top-grid-r-image-container {
  width: 100%;
  height: 100%;
  background-image: url('../images/AdobeStock_255770347-web.png');
  background-position: 50% 100%;
  background-size: cover;
}

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

.section-head {
  padding: 60px 5% 100px;
  border: 1px none #000;
  background-color: #778ca1;
}

.section-head.head-top-bar {
  margin-bottom: 40px;
  border-style: none;
  border-color: #000;
}

.headline {
  font-size: 40px;
  line-height: 49px;
  text-align: right;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

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

.top-grid-bl-wrapper {
  width: 100%;
  height: 25%;
  padding-top: 10px;
  background-color: transparent;
}

.top-grid-bl-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #30303b;
}

.heading-subline {
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.text-template {
  margin-top: 70px;
  margin-bottom: 70px;
  color: #464444;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.text-template.vita-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
}

.text-template.vita-text.bold {
  font-weight: 500;
}

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

.vita-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #30303b;
  color: #fff;
}

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

.vita-subline {
  margin-top: 0px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  text-transform: uppercase;
}

.vita-heading {
  margin-bottom: 0px;
}

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

.vita-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vita-line-l {
  width: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.vita-line-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vita-date {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.vita-desc {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

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

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

.image.is-smaller {
  height: 90%;
}

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

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

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

.team-position {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  min-height: 110px;
  margin-right: 6px;
  padding: 10px 20px;
  background-color: hsla(0, 0%, 94.9%, 0.92);
}

.paragraph {
  margin-bottom: 0px;
  color: #30303b;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.bold-text {
  font-weight: 700;
}

.schwerpunkte-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
}

.schwerpunkte-block-l {
  margin-right: 5px;
  margin-bottom: 0px;
  padding: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f2f2f2;
  background-image: url('../images/startbild-links-dr-susanne-billen.png');
  background-position: 50% 25%;
  background-size: cover;
  font-size: 16px;
}

.schwerpunkte-block-r {
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #30303b;
  font-size: 16px;
  line-height: 22px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.heading-2 {
  display: none;
  margin-bottom: 0px;
  font-size: 35px;
  line-height: 43px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0.9px;
}

.paragraph-3 {
  display: none;
  font-size: 22px;
  line-height: 35px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 0.9px;
}

.text-block {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.text-span {
  color: #f1f1f1;
}

.logo-img {
  position: absolute;
  left: 0px;
  bottom: 20px;
  display: none;
  width: 160px;
  -webkit-transform: translate(55px, 0px);
  -ms-transform: translate(55px, 0px);
  transform: translate(55px, 0px);
}

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

.logo-container {
  width: 290px;
  height: 150px;
  margin-top: 10px;
  margin-bottom: auto;
}

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

.input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.input-block.ibr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
}

.textarea {
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #c1c1c1;
  background-color: #fff;
  color: #30303b;
  font-size: 17px;
  line-height: 30px;
}

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

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

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

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

.input {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 0px 0px 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #c1c1c1;
  background-color: #fff;
  color: #333;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.6px;
}

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

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

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

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

.body {
  background-color: #dae0e7;
  color: #fff;
  letter-spacing: 0.8px;
}

.submit-button {
  border: 2px solid transparent;
  background-color: #778ca1;
  font-size: 22px;
  line-height: 42px;
}

.submit-button:hover {
  background-color: #30303b;
}

.input-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.checkbox-label {
  width: 80%;
  color: #30303b;
  font-weight: 400;
}

.pflichtfelder {
  color: #30303b;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.5px;
}

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

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

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

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

.map-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.map-text-text {
  width: 95%;
  max-width: 470px;
  color: #30303b;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.5px;
}

.map-button {
  margin-top: 20px;
  border: 2px solid transparent;
  background-color: #778ca1;
  letter-spacing: 0.5px;
  text-decoration: none;
}

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

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

.footer {
  padding-top: 110px;
}

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

.footer-top {
  background-color: #778ca1;
}

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

.footer-text-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1220px;
  padding-top: 50px;
  padding-bottom: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-text-block-container.imp {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-text-block {
  line-height: 20px;
}

.footer-heading {
  margin-top: 0px;
  font-size: 19px;
  line-height: 26px;
  text-transform: uppercase;
}

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

.openings-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.openings-l {
  min-width: 50px;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.openings-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

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

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

.link.link-fi {
  white-space: nowrap;
}

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

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

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

.imp-text {
  max-width: 960px;
}

.imp-text.danke-text {
  text-align: center;
}

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

.image-2 {
  display: none;
}

.termine-button {
  border-radius: 3px;
  background-color: #778ca1;
}

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

.bold-text-2 {
  font-weight: 700;
}

.section {
  background-color: #dae0e7;
}

.kontakt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-3 {
  margin-right: 12px;
}

.html-embed {
  font-size: 16px;
}

.recaptcha {
  margin-right: 50px;
  margin-bottom: 0px;
}

.danke-button {
  margin-top: 20px;
  background-color: #778ca1;
}

.danke-button:hover {
  opacity: 0.87;
  text-decoration: none;
}

.nachhaltigkeit-image-wrapper {
  position: relative;
  width: 40%;
  margin-top: -50px;
}

.nachhaltigkeit-text-wrapper {
  width: 50%;
  max-width: 800px;
  padding: 120px 8% 120px 0px;
}

.nachhaltigkeit-desc {
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 38px;
  font-weight: 300;
}

.nachhaltigkeit-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #30303b;
  color: #fff;
}

.nav-link-logo {
  margin-right: 30px;
  margin-left: 30px;
  padding: 10px 0px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link-logo:hover {
  color: #778ca1;
  text-decoration: none;
}

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

.nav-link-logo.logo {
  margin-right: 0px;
  margin-left: 0px;
}

.nav-link-logo.logo:hover {
  color: #30303b;
}

.nav-link-logo.logo.w--current {
  color: #30303b;
}

.nav-link-logo.nav-link--last {
  margin-right: 0px;
}

.nav-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

  .container.top-nav-bar {
    max-width: 190px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 40px;
    padding-bottom: 20px;
    background-color: #fff;
  }

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

  .navbar {
    height: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    font-size: 20px;
    line-height: 30px;
  }

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

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

  .logo-img {
    position: relative;
    left: auto;
    bottom: auto;
    width: 60px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

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

  .logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .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;
    padding-right: 0%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .zahn {
    display: none;
  }

  .footer-text-block-container {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-text-block.ftb-imp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

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

  .icon {
    font-size: 40px;
  }

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

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

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

  .logo-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nachhaltigkeit-image-wrapper {
    width: 80%;
    height: 380px;
    max-width: 400px;
    margin-top: 0px;
  }

  .nachhaltigkeit-text-wrapper {
    width: 73%;
    padding-top: 0px;
    padding-right: 0%;
    padding-bottom: 30px;
    text-align: center;
  }

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

  .nachhaltigkeit-bg {
    padding-top: 60px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .nav-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    display: block;
    padding-right: 30px;
  }

  .top-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    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 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .vita-bg {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .team-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .paragraph {
    font-size: 16px;
  }

  .schwerpunkte-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .schwerpunkte-block-l {
    min-height: 300px;
    margin-right: 0px;
    padding: 0px;
  }

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

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

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

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

  .logo-img {
    width: 40px;
  }

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

  .input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .input-button-wrapper {
    padding-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .footer-text-block-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .footer-text-block.ftb-imp {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

  .paragraph-4 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container.top-nav-bar {
    max-width: none;
    margin-bottom: 0px;
    padding-top: 3px;
    padding-right: 6px;
  }

  .nav-menu {
    padding-right: 20px;
  }

  .nav-link {
    margin-right: 0px;
  }

  .nav-link.logo {
    white-space: nowrap;
  }

  .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-head {
    padding-bottom: 20px;
  }

  .text-template {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.3;
  }

  .schwerpunkte-block-l {
    background-position: 50% 40%;
  }

  .schwerpunkte-block-r {
    padding: 30px;
  }

  .logo-container {
    overflow: hidden;
  }

  .input-button-wrapper {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button {
    padding: 0px;
  }

  .recaptcha {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .nachhaltigkeit-image-wrapper {
    width: 80%;
    height: 270px;
    max-width: 300px;
  }

  .nav-link-logo.logo {
    white-space: nowrap;
  }
}

#w-node-b7630681-3e63-3ab2-b434-2441c1614899-97614b49 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@font-face {
  font-family: 'Opensans-Offline';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-Offline';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-Offline';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-Offline';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-Offline';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}