@font-face {
  font-family: New Order;
  src: url('../fonts/New-Order-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Order;
  src: url('../fonts/New-Order-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Order;
  src: url('../fonts/New-Order-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Order;
  src: url('../fonts/New-Order-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Order;
  src: url('../fonts/New-Order-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-grey: #424241;
  --black: #333;
  --white: white;
  --white-smoke: #f2f2f2;
  --silver: #c1c1c1;
  --grey: #757575;
  --light-blue: #b6cbcf;
  --dim-grey: #726f6f;
  --powder-blue: #c8e0df;
  --dark-sea-green: #aacfb8;
}

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

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

body {
  color: var(--dark-slate-grey);
  letter-spacing: 1px;
  font-family: New Order, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: New Order, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: New Order Bold;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  line-height: 23px;
}

a {
  color: var(--black);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-family: New Order, sans-serif;
  font-weight: 600;
}

.header {
  z-index: 99;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.nav-link {
  text-transform: uppercase;
  margin-left: 24px;
  margin-right: 24px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
  transition: color .3s;
}

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

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

.nav-link.nav-link-button {
  color: var(--white);
  background-color: #4660bc;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 14px;
  transition: opacity .3s, color .3s;
}

.nav-link.nav-link-button:hover {
  opacity: .8;
}

.nav-link.nav-link-button.no-left-space {
  margin-left: 0;
}

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

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

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

.top-grid {
  grid-column-gap: 10px;
  grid-row-gap: 11px;
  grid-template: "."
  / .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding-top: 170px;
  padding-bottom: 10px;
  display: flex;
}

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

.top-grid-r {
  background-color: #0000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

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

.top-grid-heading-small {
  letter-spacing: 2px;
  font-size: 52px;
  font-weight: 300;
  line-height: 29px;
}

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

.top-grid-heading-subline {
  text-align: right;
  text-indent: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 5px;
  font-family: New Order Light;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

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

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

.section-head {
  border-top: 2px #000;
  border-bottom: 2px solid #424241;
  padding: 60px 5% 100px;
}

.section-head.head-top-bar {
  border-top-style: solid;
  border-top-color: #424241;
  border-bottom-style: none;
}

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

.top-grid-l {
  flex: none;
  height: 100%;
}

.top-grid-bl-wrapper {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.top-grid-bl-container {
  background-color: var(--white-smoke);
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.textt {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
  font-size: 22px;
  line-height: 32px;
}

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

.textt.vita-text.bold {
  font-family: New Order Medium;
  font-weight: 500;
}

.textt.smaller {
  text-align: left;
  width: 30%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
}

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

.textt.right-align {
  text-align: right;
}

.textt.combo-class {
  font-size: 26px;
}

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

.vita-bg {
  background-color: var(--white-smoke);
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

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

.vita-text-wrapper.is-right {
  padding-left: 5%;
  padding-right: 0;
}

.vita-subline {
  text-transform: uppercase;
  margin-top: 0;
  font-family: New Order Regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.vita-heading {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

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

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

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

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

.vita-date, .vita-desc {
  margin-bottom: 0;
  font-size: 19px;
  line-height: 35px;
}

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

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

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

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

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

.team-position {
  z-index: 1;
  background-color: #f2f2f2eb;
  padding: 10px 20px;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

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

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

.schwerpunkte-block-l {
  background-color: #f2f2f2;
  flex: 1;
  margin-right: 5px;
  padding: 100px;
}

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

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

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

.heading-2 {
  text-align: right;
  letter-spacing: .9px;
  font-size: 35px;
  line-height: 45px;
}

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

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

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

.text-block.no-caps {
  text-transform: none;
}

.text-span {
  color: #f1f1f1;
}

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

.logo-container {
  width: 300px;
  height: 134px;
}

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

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

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

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

.textarea {
  border: 1px solid var(--silver);
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.textarea::placeholder {
  color: var(--grey);
}

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--silver);
  color: var(--black);
  letter-spacing: .6px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
}

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

.submit-button {
  background-color: #424241;
  width: 120px;
  height: 60px;
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
  transition: background-color .2s;
}

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

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

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

.checkbox-label {
  width: 80%;
  font-weight: 500;
}

.pflichtfelder {
  letter-spacing: .5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.map-wrapper {
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 90%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.map {
  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-code {
  width: 100%;
  height: 100%;
  display: none;
}

.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-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.map-text-text {
  text-align: center;
  letter-spacing: .5px;
  width: 95%;
  max-width: 460px;
  font-size: 16px;
  line-height: 24px;
}

.map-button {
  background-color: #424241;
  margin-top: 20px;
  transition: background-color .2s;
}

.map-button:hover {
  background-color: #42424180;
  text-decoration: none;
}

.map-link {
  color: #424241;
  transition: color .2s;
}

.map-link:hover {
  color: #42424180;
  text-decoration: none;
}

.footer {
  padding-top: 110px;
}

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

.footer-top {
  background-color: var(--white-smoke);
}

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

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

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

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

.footer-imp-container {
  align-self: flex-end;
  padding-bottom: 30px;
}

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

.openings-l {
  flex: none;
  min-width: 50px;
  padding-right: 30px;
}

.openings-r {
  text-align: left;
  flex: 1;
}

.link {
  color: #424241;
}

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

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

.footer-bot-container {
  color: var(--white);
  text-align: center;
}

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

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

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

.top-img {
  width: 90%;
  margin-bottom: 1em;
  display: flex;
}

.columns {
  width: 90%;
  margin-bottom: 1em;
}

.columns.show-desktop {
  margin-bottom: 1em;
}

.columns.show-mobile {
  display: none;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.column.mid {
  padding-left: .5em;
  padding-right: .5em;
}

.column.first {
  padding-right: 10px;
}

.column.last {
  padding-left: 10px;
}

.gallerie {
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.top-img-item-left {
  padding-right: .5em;
}

.top-img-item-right {
  padding-left: .5em;
}

.openings-m {
  text-align: right;
  flex: 1;
}

.hidden {
  display: none;
}

.grid {
  grid-template-rows: auto;
  width: 100%;
}

.dentist-tile {
  position: relative;
}

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

.paragraph-4 {
  text-align: right;
  width: 50%;
}

.div-block-7 {
  text-align: left;
  align-items: center;
  width: 30%;
  margin-left: 45px;
  display: flex;
}

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

.heading-3 {
  text-align: center;
}

.jobs-link {
  color: #f2f2f2;
  font-weight: 500;
  text-decoration: underline;
  transition: opacity .2s;
}

.jobs-link:hover {
  opacity: .8;
}

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

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

.container-4.danke-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.danke-button {
  background-color: var(--dark-slate-grey);
  margin-top: 20px;
}

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

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

  .nav-menu {
    background-color: var(--white);
    padding-top: 10px;
    padding-bottom: 30px;
    padding-right: 23px;
  }

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

  .nav-link.nav-link-button {
    width: 180px;
    margin-left: auto;
  }

  .navbar {
    height: 100px;
  }

  .top-grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    height: 850px;
    padding-top: 100px;
  }

  .top-grid-tl {
    background-position: 53% 100%;
    background-size: cover;
    height: 60%;
  }

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

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

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

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

  .top-grid-r-image-container {
    background-position: 50%;
    background-size: cover;
  }

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

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

  .headline {
    margin-bottom: 0;
  }

  .top-grid-l {
    height: 200px;
  }

  .top-grid-bl-container {
    justify-content: center;
  }

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

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

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

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

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

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

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

  .vita-image-wrapper {
    margin-top: 60px;
  }

  .image {
    max-height: 390px;
  }

  .schwerpunkte-block-l, .schwerpunkte-block-r {
    padding: 50px;
  }

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

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

  .logo-img {
    width: 160px;
  }

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

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

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

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

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

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

  .map-wrapper {
    flex-direction: column-reverse;
  }

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

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

  .footer-container {
    flex-wrap: wrap;
    padding-right: 0%;
  }

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

  .zahn {
    display: none;
  }

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

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

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

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

  .icon {
    font-size: 40px;
  }

  .menu-button {
    color: var(--black);
    padding: 10px;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #0000;
  }

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

  .top-img-item-left {
    padding-right: 0;
  }

  .image-2 {
    width: 60px;
  }

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

  .grid {
    height: auto;
  }

  .div-block-7 {
    justify-content: center;
    width: 100%;
    height: 100px;
    margin-left: 0;
  }

  .container-4 {
    align-items: center;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav-link.nav-link-button {
    justify-content: flex-start;
    display: block;
  }

  .top-grid {
    height: 760px;
  }

  .top-grid-tl {
    background-position: 50% 76%;
  }

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

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

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

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

  .top-grid-r-image-container {
    background-position: 50% 100%;
  }

  .headline {
    line-height: 32px;
  }

  .top-grid-bl-container {
    background-color: var(--white-smoke);
  }

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

  .vita-bg.mobile-switch-direction {
    flex-direction: column-reverse;
  }

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

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

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

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

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

  .paragraph {
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .footer-text-block {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

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

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

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

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

@media screen and (max-width: 479px) {
  .top-grid {
    height: 600px;
  }

  .headline {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .top-grid-l {
    height: 150px;
  }

  .schwerpunkte-block-l, .schwerpunkte-block-r {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 33px;
  }

  .paragraph-3 {
    line-height: 32px;
  }

  .logo-img {
    width: 120px;
  }

  .logo-container {
    overflow: hidden;
  }

  .input-button-wrapper {
    display: block;
  }

  .top-img {
    flex-direction: column;
  }

  .columns.show-desktop {
    display: none;
  }

  .columns.show-mobile {
    display: block;
  }

  .column {
    margin-bottom: 1em;
  }

  .column.first {
    padding-left: 10px;
  }

  .column.mid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column.last {
    padding-right: 10px;
  }

  .column.first {
    padding-right: .5em;
  }

  .column.last {
    padding-left: .5em;
  }

  .top-img-item-left {
    margin-bottom: 1em;
  }

  .top-img-item-right {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

#w-node-b7630681-3e63-3ab2-b434-2441c1614899-9be3cb65, #w-node-ffdad6ed-b526-6bcf-aadf-cc7d7697b448-9be3cb65, #w-node-_4ba63baf-2d39-b91a-b8ca-b35829500493-9be3cb65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e7e5c856-26e7-3d00-0d78-3a68de7944b2-9be3cb65 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'New Order';
  src: url('../fonts/New-Order-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Order';
  src: url('../fonts/New-Order-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Order';
  src: url('../fonts/New-Order-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Order';
  src: url('../fonts/New-Order-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Order';
  src: url('../fonts/New-Order-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}