:root {
  --white: white;
  --dim-grey: #22302b;
  --medium-slate-blue: #70b098;
  --medium-sea-green: #57a084;
  --black: #0f1a16;
  --light-cyan: #d5f0e6;
  --dim-grey-2: #535863;
  --silver: #bebecc;
  --white-smoke: #e9e8e8;
}

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

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

body {
  background-color: var(--white);
  color: var(--dim-grey);
  max-width: 100vw;
  font-family: Nunito Sans, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.5;
  overflow: visible;
}

h1 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 3.75em;
  font-weight: 800;
}

h2 {
  letter-spacing: 2px;
  margin-bottom: .775em;
  font-size: 2.1875em;
  font-weight: 800;
  line-height: 1.1;
}

h3 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875em;
  font-weight: 800;
  line-height: 40px;
}

h4 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875em;
  font-weight: 300;
  line-height: 1.3;
}

h6 {
  letter-spacing: 1px;
  margin-bottom: 1.875em;
  font-size: 1em;
  font-weight: 400;
}

p {
  letter-spacing: .6px;
  margin-bottom: 2.5em;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.4;
}

a {
  color: var(--dim-grey);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.1;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

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

.overlap-textbox {
  text-shadow: 0 0 7px #f7f7f7;
  flex: 0 auto;
  width: 70%;
  margin-right: -20vw;
  position: relative;
}

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

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

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

.container {
  width: 1920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6.875em 9em;
}

.container.is--nav {
  justify-content: space-between;
  align-items: center;
  padding: 1.3em 4.0625em;
  display: flex;
}

.container.is--copyright {
  padding-top: 2em;
  padding-bottom: 2em;
}

.container.is--mobile_container {
  display: none;
}

.container.top-space {
  padding-top: 13.275em;
}

.container.top-space.zentriert {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.zentriert {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--medium-slate-blue);
  color: var(--white);
  border-radius: .75em;
  padding: .625em 1.25em;
  font-size: 1.25em;
  font-weight: 600;
  transition: background-color .3s;
}

.button:hover {
  background-color: var(--medium-sea-green);
}

.button.is--last {
  background-color: var(--medium-slate-blue);
  color: var(--white);
  margin-left: 1.5em;
}

.button.is--last:hover {
  background-color: var(--medium-sea-green);
}

.button.is--last.hidden {
  display: none;
}

.button.is--inverted {
  background-color: var(--dim-grey);
  text-transform: none;
}

.button.is--inverted:hover {
  background-color: var(--black);
}

.button.hidden {
  display: none;
}

.button.top-margin {
  margin-top: 15px;
}

.section.is--hero {
  background-image: linear-gradient(#fff0 70%, #0000009c 96%), url('../images/filler-header.jpg');
  background-position: 0 0, 50% 15%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 60em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section.is--hero.is--small {
  background-image: linear-gradient(#fff0 25%, #0000009c 88%), url('../images/hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 40em;
}

.section.is--welcome_section {
  background-color: var(--light-cyan);
  margin-top: 1.25em;
}

.section.is--desktop-version {
  overflow: hidden;
}

.section.img {
  background-image: url('../images/tab-img-zahnersatz.jpg');
  background-position: 50%;
  background-size: auto;
  height: 320px;
}

.section.hidden, .logo-mobile {
  display: none;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  display: flex;
}

.menu-button {
  border-radius: 50%;
}

.brand {
  max-width: 350px;
}

.brand.w--current {
  margin-top: -5px;
}

.navbar {
  z-index: 5;
  background-color: var(--white);
  width: 100%;
  margin-bottom: 0;
}

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

.hero_item.is--light {
  color: var(--white);
  text-align: center;
}

.grid {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid.is--formular {
  align-items: flex-start;
}

.grid.is--bottom-align {
  align-items: flex-end;
}

.img-stacker {
  padding: 0;
  display: flex;
}

.img-stacker.left-overlap {
  margin-left: -16em;
}

.img-stacker.right-overlap {
  justify-content: flex-end;
  margin-right: -16em;
}

.span {
  font-weight: 700;
}

.content-item {
  width: 80%;
}

.round_img {
  z-index: 2;
  border-radius: 1000px;
  width: 30em;
  min-width: 30em;
  height: 30em;
  min-height: 30em;
  position: relative;
}

.round_img.left-overlapp {
  left: -18em;
}

.round_img.right-overlapp {
  right: -18em;
}

.round-color {
  z-index: -2;
  background-color: var(--light-cyan);
  border-radius: 1000px;
  width: 30em;
  min-width: 30em;
  height: 30em;
  min-height: 30em;
  position: relative;
}

.grid-item {
  width: 100%;
  padding: 1.25em;
}

.grid-item.is--left {
  width: 28%;
}

.grid-item.is--right {
  width: 52%;
}

.grid-item.is--footer-bot {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1.25em;
  padding-right: 0;
  display: flex;
}

.grid-item.is--first-item {
  width: 70%;
}

.is--last-paragraph {
  margin-bottom: 0;
}

.number-img-1 {
  width: 13%;
  margin-top: -4em;
  margin-right: -10em;
}

.number-img-2 {
  width: 16%;
  margin-top: -4em;
  margin-left: -12.2em;
}

.number-img-3 {
  width: 17%;
  margin-top: -4em;
  margin-right: -13.4em;
}

.tabs-menu {
  background-color: var(--light-cyan);
  padding: 2em 5em;
}

.tab-link {
  text-transform: none;
  background-color: #0000;
  padding: .5em 1em;
  transition: color .3s, opacity .3s;
}

.tab-link:hover {
  color: var(--medium-slate-blue);
}

.tab-link.w--current {
  color: var(--medium-sea-green);
  background-color: #0000;
  transition: color .65s;
}

.tab_item_wrapper {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.tab-item-content {
  background-color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 33.125em;
  margin-right: .5em;
  display: flex;
}

.text-wrapper {
  color: #fff;
  margin-left: 2.5em;
}

.text-wrapper.resize {
  width: 90%;
  margin-left: 0;
}

.tab-item-img {
  background-color: var(--light-cyan);
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 33.125em;
  margin-left: .5em;
  display: flex;
}

.tab-item-img.is--plain {
  background-color: var(--dim-grey);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 33.125em;
  padding-left: 70px;
  display: flex;
}

.tab-img-schwerpunkte {
  object-fit: cover;
  height: 33.125em;
}

.tab-img-team {
  object-fit: cover;
  width: 100%;
  height: 33.125em;
}

.number-img-4 {
  width: 17%;
  margin-left: -12.2em;
}

.kontakt-form-block {
  flex: 1;
  margin-top: 8.75em;
  font-size: 1em;
}

.form-block {
  color: var(--dim-grey-2);
}

.text-field {
  min-height: 50px;
  margin-bottom: 1.5625em;
}

.textarea {
  min-height: 130px;
  margin-bottom: 1.5625em;
}

.checkbox-field {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

.checkbox {
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  margin-left: 1em;
}

.text-block {
  margin-top: 2em;
}

.text-block.is--footnote {
  margin-bottom: 20px;
  font-size: .8125em;
}

.map {
  background-image: url('../images/map.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

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

.copyright {
  margin-bottom: 0;
}

.footer {
  background-color: var(--light-cyan);
  margin-top: 1em;
}

.grid-wrapper-left {
  width: 60%;
  display: flex;
}

.grid-wrapper-right {
  text-align: right;
  width: 45%;
  display: block;
}

.footer-link {
  text-transform: none;
  padding-right: 1.875em;
  font-size: 1.125em;
  font-weight: 400;
  transition: opacity .3s;
}

.footer-link:hover {
  opacity: .7;
}

.footer-link.is--last-link {
  padding-right: 0;
}

.footer-text {
  font-size: 1.25em;
}

.social-block {
  width: .8em;
  margin-left: .9em;
}

.social-block:hover {
  width: .8em;
}

.social-block.is--insta {
  width: 1.9em;
}

.social-block-container {
  margin-right: 4.5em;
  display: none;
}

.number-img-1-mobil, .number-img-2-mobil, .number-img-3-mobil, .number-img-4-mobil {
  width: 13%;
  margin-top: -4em;
  margin-right: -10em;
  display: none;
}

.nav_link {
  text-align: center;
  letter-spacing: .7px;
  margin-left: .25em;
  margin-right: .25em;
  padding: 1em;
  font-weight: 400;
  transition: font-size .2s, color .3s;
}

.nav_link:hover, .nav_link.w--current {
  color: var(--medium-slate-blue);
}

.nav_link.nl-highlight {
  background-color: var(--medium-slate-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: .75em;
  padding: 0;
  transition: background-color .3s, font-size .2s, color .3s;
}

.nav_link.nl-highlight:hover {
  background-color: var(--medium-sea-green);
}

.imp-container {
  padding-left: 10em;
  padding-right: 10em;
}

.text-block a {
  font-size: 1em;
}

.round-img-placeholder {
  background-color: var(--white);
  border-radius: 200px;
  width: 15em;
  height: 15em;
}

.round-img-placeholder.nr2 {
  background-image: url('../images/filler-profil05.jpg');
  background-size: cover;
}

.round-img-placeholder.nr1 {
  background-image: url('../images/filler-profil03.jpg');
  background-position: 0 0;
  background-size: cover;
}

.round-img-placeholder.nr3 {
  background-image: url('../images/filler-profil01.jpg');
  background-size: cover;
}

.round-img-placeholder.nr4 {
  background-image: url('../images/filler-profil02.jpg');
  background-size: cover;
}

.round-img-placeholder.nr5 {
  background-image: url('../images/empfang-img.jpg');
  background-position: 0 0;
  background-size: cover;
}

.round-img-placeholder.nr6 {
  background-image: url('../images/wartezimmer-img.jpg');
  background-position: 0 0;
  background-size: cover;
}

.round-img-placeholder.nr7 {
  background-image: url('../images/behandlungszimmer-img.jpg');
  background-position: 0 0;
  background-size: cover;
}

.round-img-placeholder.nr8 {
  background-image: url('../images/sanitaer-img.jpg');
  background-position: 0 0;
  background-size: cover;
}

.round-img-placeholder.nr9 {
  background-image: url('../images/interior-img.jpg');
  background-position: 0 0;
  background-size: cover;
}

.round-img-placeholder.img01 {
  background-image: url('../images/filler-icon-aesthetik.svg');
  background-position: 0 0;
  background-size: auto;
}

.round-img-placeholder.img02 {
  background-image: url('../images/filler-icon-prothetik.svg');
  background-position: 0 0;
  background-size: auto;
}

.round-img-placeholder.img03 {
  background-image: url('../images/filler-icon-prophylaxe.svg');
  background-position: 0 0;
  background-size: auto;
}

.round-img-placeholder.img04 {
  background-image: url('../images/filler-icon-endo.svg');
  background-position: 0 0;
  background-size: auto;
}

.round-img-placeholder.img05 {
  background-image: url('../images/filler-icon-paro.svg');
  background-position: 0 0;
  background-size: auto;
}

.round-img-placeholder.img06 {
  background-image: url('../images/filler-icon-kinder.svg');
  background-position: 0 0;
  background-size: auto;
}

.round-img-placeholder.img08 {
  background-image: url('../images/filler-icon-laser.svg');
  background-position: 0 0;
  background-size: auto;
}

.round-img-placeholder.img08.hidden {
  display: none;
}

.round-img-placeholder.img08.size {
  width: 25em;
  height: 25em;
}

.round-img-placeholder.img07 {
  background-image: url('../images/filler-icon-zahnextraktion.svg');
  background-position: 0 0;
  background-size: auto;
}

.link-datenschutz {
  font-size: 1em;
}

.text-block-13 {
  font-size: 1.25em;
}

.grid-wrapper-left-2 {
  width: 60%;
  display: flex;
}

.footer-text-2 {
  font-size: 1.25em;
}

.link {
  text-transform: none;
  font-size: 1em;
}

.container-2 {
  width: 1920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6.875em 9em;
}

.imp-container-2 {
  padding-left: 10em;
  padding-right: 10em;
}

.text-block-14 {
  font-size: 1.25em;
}

.link-datenschutz-2 {
  font-size: 1em;
}

.imp-container-3 {
  padding-left: 10em;
  padding-right: 10em;
}

.text-block-15 {
  font-size: 1.25em;
}

.link-datenschutz-3 {
  font-size: 1em;
}

.text-link {
  text-transform: none;
  font-size: 1em;
}

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

.link-block {
  width: 15%;
  margin-bottom: 1.25em;
}

.schwerpunkt-text {
  margin-top: 25px;
  margin-bottom: 0;
}

.round-img-placeholder-schwerpunkt {
  background-color: var(--white);
  border-radius: 200px;
  width: 25em;
  height: 25em;
}

.round-img-placeholder-schwerpunkt.nr2 {
  background-image: url('../images/filler-profil04.jpg');
  background-size: cover;
}

.round-img-placeholder-schwerpunkt.nr1 {
  background-image: url('../images/filler-profil03.jpg');
  background-position: 0 0;
  background-size: cover;
}

.round-img-placeholder-schwerpunkt.nr3 {
  background-image: url('../images/filler-profil01.jpg');
  background-size: cover;
}

.round-img-placeholder-schwerpunkt.nr4 {
  background-image: url('../images/filler-profil02.jpg');
  background-size: cover;
}

.round-img-placeholder-schwerpunkt.nr5 {
  background-image: url('../images/empfang-img.jpg');
  background-position: 0 0;
  background-size: cover;
}

.round-img-placeholder-schwerpunkt.nr6 {
  background-image: url('../images/wartezimmer-img.jpg');
  background-position: 0 0;
  background-size: cover;
}

.round-img-placeholder-schwerpunkt.nr7 {
  background-image: url('../images/behandlungszimmer-img.jpg');
  background-position: 0 0;
  background-size: cover;
}

.round-img-placeholder-schwerpunkt.nr8 {
  background-image: url('../images/sanitaer-img.jpg');
  background-position: 0 0;
  background-size: cover;
}

.round-img-placeholder-schwerpunkt.nr9 {
  background-image: url('../images/interior-img.jpg');
  background-position: 0 0;
  background-size: cover;
}

.round-img-placeholder-schwerpunkt.img01 {
  background-image: url('../images/filler-icon-aesthetik.svg');
  background-position: 0 0;
  background-size: auto;
}

.round-img-placeholder-schwerpunkt.img02 {
  background-image: url('../images/filler-icon-prothetik.svg');
  background-position: 0 0;
  background-size: auto;
}

.round-img-placeholder-schwerpunkt.img03 {
  background-image: url('../images/filler-icon-prophylaxe.svg');
  background-position: 0 0;
  background-size: auto;
}

.round-img-placeholder-schwerpunkt.img04 {
  background-image: url('../images/filler-icon-endo.svg');
  background-position: 0 0;
  background-size: auto;
}

.round-img-placeholder-schwerpunkt.img05 {
  background-image: url('../images/filler-icon-paro.svg');
  background-position: 0 0;
  background-size: auto;
}

.round-img-placeholder-schwerpunkt.img06 {
  background-image: url('../images/filler-icon-kinder.svg');
  background-position: 0 0;
  background-size: auto;
}

.round-img-placeholder-schwerpunkt.img08 {
  background-image: url('../images/filler-icon-laser.svg');
  background-position: 0 0;
  background-size: auto;
}

.round-img-placeholder-schwerpunkt.img08.hidden {
  display: none;
}

.round-img-placeholder-schwerpunkt.img08.size {
  width: 25em;
  height: 25em;
}

.round-img-placeholder-schwerpunkt.img07 {
  background-image: url('../images/filler-icon-zahnextraktion.svg');
  background-position: 0 0;
  background-size: auto;
}

.light {
  color: var(--white);
  margin-bottom: 1.25em;
}

.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 {
  text-align: center;
  max-width: 470px;
  margin-bottom: 25px;
  font-size: 18px;
}

.link-2 {
  font-size: 18px;
  font-weight: 600;
  transition: color .3s;
}

.link-2:hover {
  color: #c3a14e;
}

.button-2 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #c3a14e;
  background-image: linear-gradient(90deg, #c3a14e, #c3a14e 61%, #8f6b36);
  border-radius: .75em;
  padding: .625em 1.25em;
  font-weight: 600;
  transition: letter-spacing .3s;
}

.button-2:hover {
  letter-spacing: 2px;
}

.button-3 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #c3a14e;
  background-image: linear-gradient(90deg, #c3a14e, #c3a14e 61%, #8f6b36);
  border-radius: .75em;
  padding: .625em 1.25em;
  font-weight: 600;
  transition: letter-spacing .3s;
}

.button-3:hover {
  letter-spacing: 2px;
}

.section-2 {
  overflow: hidden;
}

.tab_item_wrapper-2 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  display: flex;
}

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

.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-wrapper {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 33em;
  display: block;
  position: relative;
}

.map-link {
  color: var(--medium-slate-blue);
  text-transform: none;
  font-size: 1em;
  font-weight: 600;
  transition: color .2s;
}

.map-link:hover {
  color: var(--medium-sea-green);
}

.recaptcha {
  margin-bottom: 20px;
}

.forms-text-block {
  margin-top: 10px;
}

.forms-text-block.is--footnote {
  margin-bottom: 20px;
  font-size: .8125em;
}

.termine {
  color: var(--white);
  white-space: nowrap;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-weight: 600;
  display: flex;
}

.popup-fenster {
  z-index: 1;
  flex-direction: column;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

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

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

.popup-p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: .8em;
  line-height: 1.5;
}

.popup-bot-row {
  color: #333;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  font-size: 24px;
  line-height: 30px;
  display: flex;
}

.popup-cb {
  z-index: 999;
  object-fit: cover;
  background-color: #000000a6;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.close-wrapper {
  background-color: var(--medium-slate-blue);
  cursor: pointer;
  border-radius: 10px;
  padding: 10px;
  transition: background-color .2s;
}

.close-wrapper:hover {
  background-color: var(--medium-sea-green);
}

.inhalt {
  border: 4px solid var(--light-cyan);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.popup-p-2:hover {
  color: #a3b7b080;
}

.text-wf {
  text-align: center;
  word-break: normal;
  background-color: #fffc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 690px;
  font-size: 30px;
  line-height: 37px;
  display: flex;
}

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

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

.popup-header {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 1.3em;
}

.popup-link {
  text-transform: none;
  font-size: 1em;
  transition: color .2s;
}

.popup-link:hover {
  color: var(--medium-slate-blue);
}

@media screen and (max-width: 991px) {
  body {
    font-size: 17px;
    line-height: 1.6;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.2;
  }

  h4 {
    font-size: 20px;
    line-height: 1.1;
  }

  h6, p {
    font-size: 12px;
  }

  .flex {
    align-items: flex-start;
  }

  .overlap-textbox {
    width: 90%;
    margin-right: auto;
  }

  .container {
    width: auto;
    padding-left: 8vw;
    padding-right: 8vw;
    overflow: hidden;
  }

  .container.is--nav {
    width: auto;
    padding: 1em 40px;
  }

  .container.is--light {
    width: auto;
  }

  .container.is--mobile_container {
    display: block;
  }

  .container.is--desktop_container {
    display: none;
  }

  .button {
    font-size: 13px;
  }

  .button.is--last, .logo-desktop {
    display: none;
  }

  .logo-mobile {
    display: block;
  }

  .nav-menu {
    background-color: #424650e6;
    background-image: linear-gradient(180deg, var(--dim-grey) 9%, #fff0 66%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    justify-content: flex-end;
    width: 100%;
    max-width: 245px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    padding: 16px;
  }

  .menu-button.w--open {
    background-color: #0000;
    border-radius: 0%;
  }

  .brand {
    flex: none;
    width: 250px;
  }

  .grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid.is--bottom-align {
    justify-content: flex-end;
    display: flex;
  }

  .img-stacker.left-overlap {
    justify-content: flex-end;
    margin-left: 0;
    margin-right: -133px;
  }

  .content-item.is--light {
    width: 100%;
  }

  .round_img.left-overlapp {
    width: 300px;
    min-width: 300px;
    height: 300px;
    min-height: 300px;
    left: -16.6em;
  }

  .round-color {
    width: 180px;
    min-width: 180px;
    height: 180px;
    min-height: 180px;
  }

  .grid-item {
    padding: 0;
  }

  .grid-item.is--left {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .grid-item.is--right {
    width: 90%;
  }

  .grid-item.is--footer-bot {
    justify-content: flex-start;
  }

  .grid-item.is--first-item {
    width: 70%;
    margin-right: 50px;
  }

  .number-img-1, .number-img-2, .number-img-3 {
    display: none;
  }

  .tab-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    line-height: 1.1;
  }

  .tab-item-content.height-tablet {
    height: 50em;
  }

  .tab-item-img.is--plain {
    padding-left: 40px;
  }

  .tab-item-img.height-tablet {
    height: 50em;
  }

  .number-img-4 {
    display: none;
  }

  .text-field, .textarea {
    font-size: 10px;
  }

  .checkbox-field {
    margin-top: 10px;
  }

  .checkbox {
    width: 12px;
    height: 12px;
    margin-left: 5px;
  }

  .text-block {
    font-size: 10px;
  }

  .text-block.is--footnote {
    font-size: 10px;
    line-height: 1.4;
  }

  .copyright {
    letter-spacing: .5px;
    font-size: 10px;
  }

  .grid-wrapper-left {
    width: 100%;
  }

  .grid-wrapper-right {
    flex-direction: row-reverse;
    align-items: flex-end;
    width: 100%;
    margin-top: 5em;
    display: flex;
  }

  .footer-link, .footer-text {
    font-size: 12px;
  }

  .jameda-img {
    display: inline-block;
  }

  .number-img-1-mobil {
    width: 120px;
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 0;
    display: block;
  }

  .number-img-2-mobil, .number-img-3-mobil {
    width: 160px;
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 0;
    display: block;
  }

  .number-img-4-mobil {
    width: 170px;
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 0;
    display: block;
  }

  .checkbox-label {
    font-size: 10px;
  }

  .image {
    width: 35px;
  }

  .nav_link {
    color: var(--white);
    text-align: left;
    margin-left: 2.35em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 12px;
  }

  .nav_link.nl-highlight {
    margin-right: 2.3em;
  }

  .nav_link.nl-highlight.hidden-mobile {
    display: none;
  }

  .imp-container {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .text-block-13 {
    font-size: 12px;
    line-height: 1.4;
  }

  .grid-wrapper-left-2 {
    width: 100%;
  }

  .footer-text-2 {
    font-size: 16px;
  }

  .container-2 {
    width: auto;
    padding-left: 8vw;
    padding-right: 8vw;
    overflow: hidden;
  }

  .imp-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .imp-container-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .link-block {
    width: 13%;
    margin-top: -200px;
    margin-bottom: 0;
  }

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

  .button-2, .button-3 {
    background-image: none;
    font-size: 16px;
  }

  .tab_item_wrapper-2 {
    justify-content: space-between;
    align-items: stretch;
  }

  .recaptcha {
    margin-bottom: 30px;
  }

  .forms-text-block {
    font-size: 11px;
  }

  .forms-text-block.is--footnote {
    font-size: 10px;
    line-height: 1.4;
  }

  .termine {
    font-size: 12px;
  }

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

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

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

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

@media screen and (max-width: 767px) {
  .overlap-textbox {
    width: 100%;
  }

  .container.is--nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.is--hero {
    background-position: 0 0, 35% 15%;
  }

  .grid-item.is--first-item {
    width: 100%;
  }

  .tab-item-content.height-tablet, .tab-item-img.height-tablet {
    height: 60em;
  }

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

  .grid-wrapper-left-2 {
    flex-direction: column;
    margin-bottom: 25px;
  }

  .footer-text-2 {
    margin-bottom: 27px;
  }

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

  .link-block {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .popup-inner1 {
    padding: 10px;
  }

  .image-9 {
    width: 16px;
  }

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

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

  .close-wrapper {
    padding: 8px;
  }

  .inhalt {
    padding: 10px;
  }

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

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

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: 1px;
    font-size: 35px;
  }

  .container.is--nav {
    padding: .5em 10px .5em 0;
  }

  .section.is--hero {
    background-image: linear-gradient(#fff0 70%, #0000009c 96%), url('../images/filler-header.jpg');
    background-position: 0 0, 38%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 50em;
  }

  .nav-menu {
    box-shadow: none;
    border-radius: 0;
    max-width: none;
  }

  .brand {
    width: 200px;
  }

  .img-stacker.left-overlap {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .round_img.left-overlapp {
    width: 250px;
    min-width: 250px;
    height: 250px;
    min-height: 250px;
  }

  .grid-item.is--right {
    width: 100%;
  }

  .grid-item.is--footer-bot {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-item.is--first-item {
    width: 100%;
  }

  .tab-link {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .tab_item_wrapper {
    flex-flow: column;
  }

  .tab-item-content {
    text-align: center;
    flex-direction: column;
    width: 100%;
    height: 300px;
    margin-right: 0;
  }

  .tab-item-content.height-tablet {
    height: 70em;
  }

  .text-wrapper {
    margin-top: 25px;
    margin-left: 0;
  }

  .text-wrapper.resize {
    margin-top: 0;
  }

  .tab-item-img {
    margin-left: 0;
    display: none;
  }

  .tab-item-img.is--plain {
    width: 100%;
  }

  .grid-wrapper-left {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .grid-wrapper-right {
    flex-flow: row-reverse;
    justify-content: space-between;
    margin-top: -5em;
    display: flex;
  }

  .footer-link {
    margin-bottom: 12px;
    padding-right: 0;
  }

  .footer-text {
    margin-bottom: 27px;
  }

  .social-block {
    width: 13px;
    margin-left: 0;
  }

  .social-block.is--insta {
    width: 29px;
    margin-left: 14px;
  }

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

  .number-img-1-mobil, .number-img-2-mobil, .number-img-3-mobil, .number-img-4-mobil {
    display: none;
  }

  .heading {
    margin-bottom: 5px;
  }

  .image {
    width: 25px;
  }

  .grid-wrapper-left-2 {
    flex-direction: column;
    margin-bottom: 25px;
  }

  .footer-text-2 {
    margin-bottom: 27px;
  }

  .link-block {
    width: 18%;
    margin-bottom: 0;
  }

  .light {
    margin-top: 0;
  }

  .tab_item_wrapper-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .map-wrapper {
    text-align: center;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .popup-p {
    font-size: 15px;
    line-height: 22px;
  }
}


@font-face {
  font-family: 'Typemates';
  src: url('../fonts/TypeMates--CeraRoundProMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typemates';
  src: url('../fonts/TypeMates--CeraRoundProLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typemates';
  src: url('../fonts/TypeMates--CeraRoundProThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typemates';
  src: url('../fonts/TypeMates--CeraRoundProRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typemates';
  src: url('../fonts/TypeMates--CeraRoundProBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typemates cera round pro';
  src: url('../fonts/TypeMates--Cera-Round-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}