@font-face {
  font-family: Opensansoff;
  src: url('../fonts/OpenSansOff-ExtraBold.ttf') format("truetype"), url('../fonts/OpenSansOff-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensansoff;
  src: url('../fonts/OpenSansOff-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensansoff;
  src: url('../fonts/OpenSansOff-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensansoff;
  src: url('../fonts/OpenSansOff-BoldItalic.ttf') format("truetype"), url('../fonts/OpenSansOff-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  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-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensansoff;
  src: url('../fonts/OpenSansOff-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensansoff;
  src: url('../fonts/OpenSansOff-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  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: Opensansoff;
  src: url('../fonts/OpenSansOff-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotooff;
  src: url('../fonts/RobotoOff-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotooff;
  src: url('../fonts/RobotoOff-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotooff;
  src: url('../fonts/RobotoOff-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotooff;
  src: url('../fonts/RobotoOff-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotooff;
  src: url('../fonts/RobotoOff-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotooff;
  src: url('../fonts/RobotoOff-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotooff;
  src: url('../fonts/RobotoOff-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotooff;
  src: url('../fonts/RobotoOff-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotooff;
  src: url('../fonts/RobotoOff-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotooff;
  src: url('../fonts/RobotoOff-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotooff;
  src: url('../fonts/RobotoOff-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotooff;
  src: url('../fonts/RobotoOff-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-smoke: #f3f3f3;
  --dim-grey: #535863;
  --teal: #2e6a71;
  --rosy-brown: #bf8e9b;
  --white: white;
  --light-grey: #e1d2cb;
  --cyan: #09e7f0;
}

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

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

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

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

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

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

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

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

body {
  background-color: var(--white-smoke);
  color: var(--dim-grey);
  font-family: Robotooff, sans-serif;
  font-size: 1em;
  line-height: 1.4;
}

h1 {
  color: var(--teal);
  letter-spacing: 8px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 7vw;
  line-height: 1.1;
}

h2 {
  color: #2e6a71;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  line-height: 1.1;
}

h3 {
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  color: var(--dim-grey);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
  font-weight: 300;
}

a {
  color: var(--dim-grey);
  text-decoration: underline;
}

.nav-menu {
  flex-direction: row;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  display: flex;
}

.menu-button-wrapper {
  cursor: pointer;
  width: 40px;
  height: 36px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: relative;
}

.nav-menu-bar {
  z-index: 1;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand-wrapper {
  width: 230px;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.nav-link {
  color: var(--dim-grey);
  letter-spacing: 2px;
  font-size: 1.1em;
  font-weight: 400;
  transition: color .2s;
  display: block;
}

.nav-link:hover {
  color: var(--rosy-brown);
}

.nav-link.w--current {
  color: var(--rosy-brown);
  font-weight: 400;
}

.menu-bar {
  background-color: var(--dim-grey);
  width: 30px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.menu-bar.mb1 {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  top: 8px;
  left: 50%;
  transform: translate(-50%);
}

.menu-bar.mb2 {
  top: 18px;
  left: 50%;
  transform: translate(-50%);
}

.menu-bar.mb3 {
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  top: 28px;
  left: 50%;
  transform: translate(-50%);
}

.navbar {
  z-index: 98;
  background-color: #0000;
}

.nav-link-wrapper {
  align-items: flex-start;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.brand {
  transform: scale(2);
}

.container {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.start-banner-wrapper {
  padding-top: 0;
  padding-bottom: 50px;
}

.start-banner {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.banner-image {
  border: 3px solid #fff;
  width: 100%;
}

.banner-bar {
  background-color: var(--teal);
  width: 80%;
  height: 40px;
  position: relative;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -28px);
}

.banner-bar.map-bar {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  left: 0%;
  transform: none;
}

.section {
  position: relative;
}

.slope-wrapper {
  z-index: -1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slope-block {
  background-color: var(--white);
  width: 100%;
  height: 40%;
}

.slope {
  width: 100%;
}

.section-white {
  background-color: var(--white);
}

.section-white.sp {
  padding-top: 60px;
  overflow: hidden;
}

.section-white.praxis-section {
  padding-top: 60px;
}

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

.heading-wrapper.heading-padding {
  margin-bottom: 60px;
}

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

.activity-tile {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.activity-tile-img {
  justify-content: center;
  align-items: stretch;
  height: 120px;
  margin-bottom: 20px;
  display: flex;
}

.button-warpper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-arrow {
  width: 24px;
}

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

.ati-img {
  object-fit: contain;
}

.slope-wrapper-rel {
  z-index: -1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.slope-wrapper-rel.swr-180 {
  transform: rotate(0);
}

.sp {
  padding-top: 60px;
}

._2coltext {
  color: var(--dim-grey);
  column-count: 2;
  column-gap: 40px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.start-image-wrapper {
  border-bottom: 40px solid var(--teal);
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.lightbox-start {
  margin-left: 10px;
  margin-right: 10px;
}

.start-bot {
  justify-content: space-between;
  min-height: 550px;
  display: flex;
  position: relative;
}

.start-bot-image {
  background-image: url('../images/start_unten.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.start-bot-text {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding: 60px;
  display: flex;
}

.start-text-small {
  max-width: 260px;
  margin-right: 6px;
}

.start-bot-icon {
  border: 2px solid var(--dim-grey);
  opacity: .7;
  width: 150px;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
}

.sbi-image {
  opacity: .7;
}

.footer {
  background-color: var(--white);
  padding-top: 150px;
  font-weight: 300;
}

.footer-content-top {
  justify-content: space-between;
  display: flex;
}

.footer-content-top-text {
  max-width: 300px;
  display: none;
}

.get-in-touch-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.button {
  border: 2px solid var(--rosy-brown);
  color: var(--rosy-brown);
  letter-spacing: 3px;
  background-color: #0000;
  margin-bottom: 20px;
  padding: 18px 20px 20px 26px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.1;
  transition: box-shadow .1s;
}

.button:hover {
  box-shadow: 0 5px 5px -4px #00000087;
}

.button.button-fill {
  background-color: var(--dim-grey);
  color: var(--white);
  display: none;
}

.button.vita {
  display: none;
}

.footer-content-mid {
  border-style: none none solid;
  border-width: 1px 1px 40px;
  border-color: black black var(--teal);
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.social-block {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

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

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

.footer-content-bot {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.menu-dropdown {
  z-index: 1;
  background-color: var(--white-smoke);
  opacity: .95;
  flex-direction: column;
  padding: 25px 30px;
  display: none;
  position: absolute;
  left: 100px;
  box-shadow: 0 5px 10px -5px #00000030;
}

.dropdown-link {
  color: var(--dim-grey);
  letter-spacing: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .9em;
  text-decoration: none;
  transition: color .1s;
}

.dropdown-link:hover {
  color: var(--rosy-brown);
}

.header {
  background-image: url('../images/leistungen.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 40vw;
  margin-bottom: 60px;
  padding-bottom: 9vw;
  display: flex;
}

.header.header-ueber-uns {
  background-image: url('../images/ueberuns.jpg');
}

.header.praxis-ueber-uns {
  background-image: url('../images/praxis.jpg');
  margin-bottom: 0;
}

.header.kontakt-ueber-uns {
  background-image: url('../images/kontakt.jpg');
  margin-bottom: 0;
}

.header.impressum-banner {
  background-image: url('../images/imp.svg');
  background-position: 50% 100%;
  background-size: cover;
  min-height: 30vw;
  margin-bottom: 0;
}

.header-heading-2 {
  color: var(--rosy-brown);
  text-transform: uppercase;
  font-size: 1.8vw;
}

.slope180 {
  transform: rotate(180deg);
}

.leistungen-row {
  justify-content: space-between;
  min-height: 700px;
  display: flex;
}

.leistungen-img {
  background-image: url('../images/ästhetik_gespiegelt.png');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.leistungen-img.li2 {
  background-image: url('../images/l42x.jpg');
}

.leistungen-img.li3 {
  background-image: url('../images/AdobeStock_330746143_sw.jpg');
}

.leistungen-img.li4 {
  background-image: url('../images/l12x.jpg');
}

.leistungen-img.li5 {
  background-image: url('../images/endo.jpg');
}

.leistungen-img.li6 {
  background-image: url('../images/l32x.jpg');
}

.leistungen-img.li7 {
  background-image: url('../images/oralchirurgie.png');
}

.leistungen-img.li8 {
  background-image: url('../images/l62x.jpg');
}

.leistungen-img.li9 {
  background-image: url('../images/angstpatienten.jpg');
}

.leistungen-txt {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding: 60px;
  display: flex;
}

.li-overlay {
  background-color: #53586399;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 20%;
  display: flex;
}

.leistungen-overlay-text {
  color: var(--white);
  text-align: center;
  font-size: 3em;
  font-weight: 700;
}

.leistungen-text-heading-1 {
  color: var(--rosy-brown);
  font-size: 1.2em;
}

.leistungen-text-heading-2 {
  color: var(--teal);
  margin-bottom: 50px;
  font-size: 1em;
  display: none;
}

.slope180-copy {
  transform: rotate(180deg);
}

.team-overlay-text {
  color: var(--white-smoke);
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
}

.team-overlay-subline {
  color: var(--light-grey);
  text-transform: uppercase;
  display: none;
}

.team-row {
  justify-content: space-between;
  min-height: 1200px;
  display: flex;
}

.team-img {
  background-image: url('../images/Basten_Magdalena-2.JPG');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.team-img.li2 {
  background-image: url('../images/l22x.jpg');
}

.team-img.li3 {
  background-image: url('../images/l32x.jpg');
}

.team-img.li4 {
  background-image: url('../images/l42x.jpg');
}

.team-img.li5 {
  background-image: url('../images/l52x.jpg');
}

.team-img.li6 {
  background-image: url('../images/l62x.jpg');
}

.team-img.li7 {
  background-image: url('../images/l72x.jpg');
}

.team-img.ti2 {
  background-image: url('../images/gerits-regine-img.jpg');
  background-position: 50% 0;
}

.team-img.ti3 {
  background-image: url('../images/tuy-hoang-img.jpg');
  background-position: 50% 0;
}

.team-img.ti4 {
  background-image: url('../images/mackes_melissa-img.jpg');
  background-position: 50% 0;
}

.team-img.ti5 {
  background-image: url('../images/leistner_melina-img.jpg');
  background-position: 50% 0;
}

.team-img.ti7 {
  background-image: url('../images/kostas-jessica.jpg');
  background-position: 50% 0;
}

.team-img.ti1 {
  background-image: url('../images/basten_magdalena-img.jpg');
  background-position: 50% 0;
}

.team-img.ti25 {
  background-image: url('../images/koenig_agnes-img.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.team-img.ti6 {
  background-image: url('../images/koenig_agnes-img.jpg');
  background-position: 50% 0;
}

.team-img.ti8 {
  background-color: var(--teal);
  background-image: url('../images/tissen-arina.jpg');
}

.team-img.ti9 {
  background-image: url('../images/lejmalniece-rebeka.jpg');
  background-position: 50% 0;
}

.te-overlay {
  background-image: linear-gradient(#0000 37%, #535863d1);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10%;
  display: flex;
}

.team-txt {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding: 60px;
  display: flex;
}

.vita-wrapper {
  width: 100%;
}

.vita-row {
  margin-bottom: 20px;
  display: flex;
}

.vita-date {
  min-width: 110px;
}

.vita-close-wrapper {
  display: none;
}

.gallery-wrapper {
  width: 95%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

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

.praxis-lightbox {
  width: 100%;
  height: 35vw;
}

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

.kontakt-form-block {
  flex: 1;
  max-width: 650px;
  margin-left: 150px;
  display: block;
}

.form-block {
  margin-top: 20px;
}

.text-field {
  margin-bottom: 15px;
}

.textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 130px;
  margin-bottom: 15px;
}

.submit-button {
  background-color: var(--rosy-brown);
  letter-spacing: 1px;
  padding: 15px 20px;
  transition: box-shadow .1s;
}

.submit-button:hover {
  box-shadow: 0 5px 6px -3px #00000087;
}

.paragraph-2 {
  color: #535863;
  align-self: stretch;
  padding-top: 20px;
  font-family: Poppins;
  font-weight: 300;
}

.checkbox-field {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: .8em;
}

.map-container {
  max-width: 1px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.map-wrapper {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

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

.logo-loader {
  z-index: 999999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image, .image-2 {
  display: none;
}

.heading, .heading-2 {
  color: var(--teal);
}

.body {
  font-family: Robotooff, sans-serif;
  font-weight: 300;
}

.body-2 {
  font-family: Roboto;
}

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

.body-4, .body-6, .body-7 {
  font-family: Roboto;
}

.rich-text-block {
  font-weight: 300;
}

.text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  font-weight: 700;
}

.karte {
  text-align: center;
  justify-content: center;
  max-width: 1080px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.map-container-2 {
  width: 100%;
  height: 500px;
  position: relative;
}

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

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

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

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

.map-button {
  background-color: var(--rosy-brown);
  letter-spacing: .5px;
  border: 2px #325354;
  margin-top: 20px;
  text-decoration: none;
}

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

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

.karte-wrapper {
  margin-bottom: 100px;
}

.logo-loader-2 {
  z-index: 999999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-start-loader {
  width: 100%;
  max-width: 1000px;
}

.image-3 {
  max-width: 12%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.image-3.klein {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.text-span {
  color: var(--teal);
}

.flexbox {
  align-items: center;
  display: flex;
}

.img-zahlung {
  margin-right: .5vw;
}

.preloader {
  display: none;
}

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

.italic-text, .italic-text-2, .italic-text-3 {
  color: var(--teal);
  font-weight: 500;
}

.close-bg {
  z-index: 0;
  display: block;
  position: fixed;
  inset: 0%;
}

.close-wrapper {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/closer.svg');
  background-position: 0 0;
  background-size: contain;
  width: 57px;
  height: 57px;
  transition: background-color .2s;
}

.close-cb {
  z-index: 1;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 40px 40px auto auto;
}

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

.popup-fenster {
  z-index: 1;
  flex-direction: column;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 50% auto auto 50%;
  overflow: visible;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 15px #0000004d;
}

.inhalt {
  background-image: url('../images/popup-bg.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 30%;
  width: 100%;
  height: 100%;
  padding: 60px 80px;
  position: relative;
  overflow: visible;
}

.text-wf {
  color: #726f6f;
  background-color: #fffc;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  font-size: 18px;
  line-height: 1.6;
  display: flex;
}

.popup-cb {
  z-index: 99;
  object-fit: cover;
  background-color: #000000a6;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

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

.popup-stellenangebot-block {
  margin-top: 50px;
}

.popup-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Robotooff, sans-serif;
  font-size: 1.3em;
}

.heading-popup-stellenanzeige {
  color: #c88b9b;
  letter-spacing: 1px;
  font-family: Robotooff, sans-serif;
  font-size: 1.3em;
}

.popup-button {
  letter-spacing: .5px;
  background-color: #c88b9b;
  margin-top: 20px;
  padding: 11px 30px;
  font-weight: 500;
}

.popup-bottom-text {
  margin-top: 50px;
  margin-bottom: 0;
}

.popup-blocker {
  display: none;
}

.text-block-6 {
  margin-bottom: 10px;
}

.image-8 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .menu-button-wrapper {
    z-index: 1;
    display: none;
  }

  .brand-wrapper {
    width: 200px;
  }

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

  .nav-link-wrapper {
    background-color: var(--white-smoke);
    text-align: center;
    justify-content: center;
    width: 100vw;
    padding-right: 0%;
    position: relative;
    box-shadow: 4px 4px 5px -5px #00000080;
  }

  .start-banner-wrapper {
    padding-top: 70px;
  }

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

  ._2coltext {
    column-count: 1;
  }

  .start-bot {
    min-height: 400px;
  }

  .start-bot-icon {
    width: 100px;
  }

  .button {
    letter-spacing: 2px;
    font-size: 1em;
  }

  .button.vita {
    color: var(--white);
    border-style: none;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 10px;
    font-size: .8em;
    font-weight: 400;
    display: block;
  }

  .social-block {
    margin-top: 10px;
  }

  .footer-content-bot {
    flex-direction: column-reverse;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu-dropdown {
    display: none;
  }

  .leistungen-row {
    flex-direction: column;
  }

  .leistungen-img {
    width: 100%;
    height: 300px;
  }

  .leistungen-txt {
    width: 100%;
  }

  .li-overlay {
    justify-content: center;
    padding-bottom: 0%;
  }

  .team-overlay-subline {
    margin-top: 10px;
  }

  .team-row {
    flex-direction: column;
    min-height: auto;
    overflow: hidden;
  }

  .team-img {
    flex: none;
    width: 100%;
    height: 700px;
  }

  .te-overlay {
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
  }

  .team-txt {
    flex: none;
    width: 100%;
    padding: 20px 30px 30px;
    overflow: hidden;
  }

  .vita-close-wrapper {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    margin-left: auto;
    display: flex;
  }

  .kontakt-form-block {
    margin-left: 40px;
  }

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

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

  .menu-button {
    padding-top: 60px;
  }

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

  .footer-bot-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .close-wrapper {
    width: 40px;
    height: 40px;
  }

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

  .text-wf {
    font-size: 15px;
  }

  .popup-cb {
    z-index: 99999;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    display: block;
  }

  .nav-link-wrapper {
    z-index: 1;
    background-color: var(--white-smoke);
    flex-direction: column;
    padding-bottom: 10px;
    box-shadow: 0 10px 10px -4px #0000001a;
  }

  .flex-container {
    flex-direction: column;
  }

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

  .start-bot-text {
    padding: 30px;
  }

  .start-bot-icon {
    width: 60px;
  }

  .footer {
    padding-top: 30px;
  }

  .footer-content-top {
    flex-direction: column-reverse;
  }

  .get-in-touch-wrapper {
    padding-bottom: 29px;
  }

  .footer-content-mid {
    border-bottom-width: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .leistungen-img {
    height: 200px;
  }

  .leistungen-txt {
    padding: 30px;
  }

  .leistungen-overlay-text {
    font-size: 2em;
  }

  .leistungen-text-heading-2 {
    margin-bottom: 0;
  }

  .team-overlay-text {
    font-size: 1.4em;
  }

  .kontakt-form-block {
    margin-top: 30px;
    margin-left: 0;
  }

  .submit-button {
    margin-left: auto;
    display: block;
  }

  .map-wrapper {
    height: 400px;
  }

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

  .menu-button {
    display: block;
  }

  .close-wrapper {
    padding: 8px;
  }

  .inhalt {
    padding: 40px;
  }

  .text-wf {
    font-size: 14px;
    line-height: 1.4;
  }

  .image-7 {
    width: 16px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    letter-spacing: 1px;
  }

  .banner-bar {
    height: 30px;
    transform: translate(-50%, -20px);
  }

  .start-image-wrapper {
    border-bottom-width: 30px;
    flex-direction: column;
  }

  .lightbox-start {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .start-bot {
    min-height: 300px;
  }

  .start-bot-icon {
    display: none;
  }

  .header-heading-2 {
    letter-spacing: 3px;
    font-size: 10px;
  }

  .slope180 {
    margin-bottom: 20px;
  }

  .leistungen-row {
    overflow: hidden;
  }

  .leistungen-overlay-text {
    font-size: 1.5em;
  }

  .team-img {
    height: 500px;
  }

  .karte {
    margin-top: -57px;
  }

  .logo-loader-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .close-wrapper {
    width: 30px;
    height: 30px;
  }

  .close-cb {
    top: 20px;
    right: 20px;
  }

  .popup-fenster {
    max-height: 90vh;
    overflow: scroll;
  }

  .inhalt {
    padding: 20px;
  }

  .heading-3 {
    letter-spacing: 4px;
    font-size: 30px;
  }
}

#w-node-_010880e7-0b13-9f72-83ec-021334799fa7-67d43853 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Opensansoff';
  src: url('../fonts/OpenSansOff-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSansOff-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensansoff';
  src: url('../fonts/OpenSansOff-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensansoff';
  src: url('../fonts/OpenSansOff-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensansoff';
  src: url('../fonts/OpenSansOff-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSansOff-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  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-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensansoff';
  src: url('../fonts/OpenSansOff-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensansoff';
  src: url('../fonts/OpenSansOff-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  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: 'Opensansoff';
  src: url('../fonts/OpenSansOff-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotooff';
  src: url('../fonts/RobotoOff-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}