:root {
  --grey: #73767e;
  --black: #333232;
  --white-smoke: #fafafa;
  --gainsboro: #dbdbdb;
  --sea-green: #009879;
  --light-grey: #ced7db;
  --white: white;
  --dark-slate-grey: #2c3945d9;
  --azure: #d4e5e7;
  --dim-grey: #4e5055;
}

.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 {
  color: var(--grey);
  font-family: Montserrat-Off, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em;
}

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

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

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

.body {
  color: var(--black);
  font-size: 1em;
}

.navbar {
  z-index: 99;
  background-color: var(--white-smoke);
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 95%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 350px;
  margin-bottom: -10px;
  padding-left: 0;
}

.brand.w--current {
  margin-bottom: -10px;
}

.div-block {
  flex: 0 auto;
  order: -1;
  position: relative;
}

.nav-menu {
  order: 1;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.nav-link {
  border-bottom: 8px solid var(--gainsboro);
  text-transform: uppercase;
  margin-right: 30px;
  padding: 0 20px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 3px;
  transition: border-color .2s;
}

.nav-link:hover {
  border-bottom-color: #00987999;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--black);
  border-bottom-color: #00987999;
  font-weight: 600;
}

.nav-link.dropdown-trigger {
  z-index: 2;
}

.nav-link.special {
  font-size: 16px;
  font-weight: 600;
}

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

.banner-wrapper {
  width: 100vw;
  height: 100vh;
  margin-top: 11vh;
  position: relative;
}

.banner {
  background-image: url('../images/main-header.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px #000;
  height: 100%;
}

.text-block-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading {
  z-index: 1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}

.text-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph {
  font-weight: 300;
}

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

.fixed-image-bg {
  background-image: url('../images/_DSC7534.jpg');
  background-position: 38%;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 700px;
}

.fixed-image-bg.fib2 {
  background-image: url('../images/_DSC7477.jpg');
  background-position: 100%;
}

.image {
  position: relative;
}

.div-block-2 {
  width: 389px;
  position: absolute;
  inset: auto 8% 7% auto;
}

.section {
  padding-top: 100px;
  padding-bottom: 80px;
}

.container-2 {
  text-align: center;
}

.section-2 {
  flex-direction: column;
  display: flex;
  position: relative;
}

.paragraph-2 {
  color: var(--black);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  display: inline-block;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-4 {
  background-color: var(--sea-green);
  padding-top: 50px;
  padding-bottom: 30px;
}

.div-block-5 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.div-block-6 {
  color: #fff;
  font-weight: 300;
}

.heading-2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.paragraph-3 {
  max-width: 400px;
  margin-bottom: 0;
  font-weight: 200;
  line-height: 1.6em;
}

.paragraph-3.left-space {
  margin-left: 5px;
}

.paragraph-3.fixed-width {
  width: 30px;
}

.paragraph-3.top-space {
  margin-top: 15px;
}

.link {
  color: #fff;
  font-weight: 200;
  text-decoration: none;
  display: inline;
}

.link:hover {
  color: #fff;
  font-weight: 200;
  text-decoration: underline;
  display: inline;
}

.text-block-2 {
  color: #fff;
  font-weight: 200;
  display: inline;
}

.div-block-7 {
  text-align: center;
}

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

.link-2:hover {
  color: #fff;
  text-decoration: underline;
}

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

.link-3:hover {
  color: #fff;
  text-decoration: underline;
}

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

.link-4:hover {
  color: #fff;
  text-decoration: underline;
}

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

.link-5:hover {
  color: #fff;
  text-decoration: underline;
}

.div-block-8 {
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.div-block-9 {
  background-image: url('../images/_DSC7489.jpg');
  background-position: 69%;
  background-size: cover;
  width: 70%;
}

.div-block-9.team-header {
  background-image: url('../images/_DSC7562.jpg');
  background-position: 50%;
  width: 80%;
}

.div-block-9.praxis-header {
  background-image: url('../images/ambiente.jpg');
  background-position: 50%;
  width: 70%;
}

.div-block-9.kontakt-header {
  background-image: url('../images/35.jpg');
  background-position: 20%;
}

.div-block-9.stellenangebote-header {
  background-image: url('../images/_DSC7477.jpg');
  background-position: 20%;
}

.div-block-10 {
  background-color: var(--black);
  width: 55%;
}

.text-block-3 {
  border-bottom: 16px solid var(--sea-green);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 0;
  padding-right: 40px;
  font-size: 60px;
  font-weight: 600;
  line-height: 21px;
  position: absolute;
  top: 42%;
  left: 60%;
  transform: translate(-50%);
}

.section-3 {
  padding-top: 100px;
  padding-bottom: 150px;
  position: static;
}

.section-3.arzt-section {
  color: var(--black);
  padding-top: 350px;
}

.section-3.impressum-datenschutz-section {
  padding-top: 200px;
}

.section-3.danke {
  padding-top: 220px;
}

.heading-3 {
  color: var(--light-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 120px;
  font-weight: 600;
  line-height: 120px;
}

.div-block-11 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid {
  grid-template-rows: minmax(20vw, .25fr) minmax(20vw, .25fr) minmax(20vw, .25fr) minmax(20vw, .25fr);
  grid-template-areas: "Area"
                       "."
                       "."
                       ".";
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.image-2 {
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.grid-2 {
  grid-template-rows: auto auto auto auto;
  margin-top: 130px;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  z-index: 0;
  float: none;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-12 {
  background-color: #0000;
  align-self: stretch;
  width: 25%;
  min-width: auto;
  max-width: none;
  padding: 5px;
  position: relative;
  overflow: hidden;
}

.div-block-12.hidden {
  display: none;
}

.div-block-12._50-percent {
  width: 50%;
}

.div-block-13 {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-13.div-block-14 {
  opacity: 0;
  transition: opacity .25s;
}

.div-block-13.div-block-14:hover {
  opacity: 1;
}

.link-block {
  opacity: 0;
  cursor: pointer;
  transition: opacity .25s;
  position: absolute;
  inset: 0%;
}

.link-block:hover {
  opacity: 1;
  -webkit-backdrop-filter: grayscale(40%) blur(3px);
  backdrop-filter: grayscale(40%) blur(3px);
}

.paragraph-4 {
  z-index: 1;
  color: var(--black);
  text-transform: uppercase;
  cursor: default;
  border-bottom: 20px solid #d4e5e780;
  margin-right: -30px;
  padding-right: 30px;
  font-size: 60px;
  line-height: 22px;
  position: relative;
}

.paragraph-4.paragraph-6 {
  color: var(--white);
  text-shadow: 0 0 20px var(--white);
  cursor: pointer;
  border-bottom-width: 12px;
  border-bottom-color: #00987959;
  font-size: 27px;
  font-weight: 600;
  line-height: 9px;
}

.paragraph-4.paragraph-7 {
  text-shadow: 0 0 20px var(--white);
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 9px;
}

.paragraph-5 {
  z-index: 1;
  color: var(--black);
  text-shadow: 0 0 10px var(--white);
  cursor: default;
  margin-top: 0;
  font-size: 20px;
  position: relative;
}

.dropdown {
  background-color: var(--black);
  opacity: 1;
  flex-direction: row;
  align-items: stretch;
  width: 350px;
  padding: 22px 35px;
  display: flex;
  position: static;
  inset: 35px 0% auto 215px;
}

.dropdown.dropdown-content {
  z-index: auto;
  opacity: 1;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  align-self: auto;
  margin-bottom: -394px;
  padding: 25px 0 0;
  display: block;
  position: absolute;
  inset: 11px auto auto;
  overflow: hidden;
}

.dropdown.menu-trigger {
  opacity: .54;
  width: 175px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  top: -21px;
}

.link-6 {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  font-size: 16px;
  font-weight: 200;
  line-height: 40px;
  text-decoration: none;
  transition: color .2s;
}

.link-6:hover {
  color: var(--sea-green);
  text-decoration: none;
}

.heading-4 {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 85px;
  font-weight: 600;
  line-height: 100px;
}

.heading-5 {
  color: var(--black);
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  max-width: 600px;
  margin: 30px auto 70px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.schwerpunkt-image {
  background-image: url('../images/zahnimplantate.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 800px;
  position: relative;
}

.schwerpunkt-image.leistung-img-2, .schwerpunkt-image.leistung-img-3 {
  background-image: url('../images/15.jpg');
  background-position: 50%;
}

.schwerpunkt-image.leistung-img-4 {
  background-image: url('../images/22.jpg');
  background-position: 50%;
}

.schwerpunkt-image.leistung-img-5 {
  background-image: url('../images/16.jpg');
  background-position: 50%;
}

.schwerpunkt-image.leistung-img-6 {
  background-image: url('../images/19.jpg');
}

.schwerpunkt-image.leistung-img-7 {
  background-image: url('../images/17.jpg');
  background-position: 50%;
}

.schwerpunkt-image.leistung-img-8 {
  background-image: url('../images/21.jpg');
  background-position: 50%;
}

.schwerpunkt-image.leistung-img-9, .schwerpunkt-image.leistung-img-10, .schwerpunkt-image.leistung-img-11, .schwerpunkt-image.leistung-img-12 {
  background-image: url('../images/23.jpg');
  background-position: 50%;
}

.schwerpunkt-image.zahnersatz {
  background-image: url('../images/zahnersatz.jpg');
}

.schwerpunkt-image.funktionstherapie {
  background-image: url('../images/funktionstherapie.jpg');
}

.schwerpunkt-image.aesthetik {
  background-image: url('../images/aesthetische-zahnheilkunde.jpg');
}

.schwerpunkt-image.wurzelkanal {
  background-image: url('../images/wurzelbehandlung.jpg');
}

.schwerpunkt-image.parodontologie {
  background-image: url('../images/parodontologie.jpg');
}

.schwerpunkt-image.kinderzahnheilkunde {
  background-image: url('../images/kinderzahnheilkunde.jpg');
  background-position: 0 200%;
}

.schwerpunkt-image.angstfreiheit {
  background-image: url('../images/angstfreie-behandlung.jpg');
}

.schwerpunkt-image.aligner-therapie {
  background-image: url('../images/aligner-therapie.jpg');
  background-position: 0 0;
}

.schwerpunkt-image.scan {
  background-image: url('../images/Scan.jpg');
  background-position: 100%;
}

.schwerpunkt-image.dvt {
  background-image: url('../images/dvt.jpg');
}

.schwerpunkt-image.cerec {
  background-image: url('../images/cerec.jpg');
}

.schwerpunkt-image.pzr {
  background-image: url('../images/pzr.jpg');
}

.schwerpunkt-top {
  position: relative;
  overflow: hidden;
}

.schwerpunkt-title {
  color: #eaeaea99;
  text-align: center;
  text-transform: uppercase;
  font-size: 10vw;
  font-weight: 600;
  line-height: 7.9vw;
  position: absolute;
  inset: auto 0% -6px -10px;
}

.schwerpunkt-title.leistung-text-2 {
  font-size: 10vw;
  line-height: 8vw;
  left: -14px;
}

.schwerpunkt-title.leistung-text-3 {
  font-size: 7.5vw;
  line-height: 6vw;
  left: -11px;
}

.schwerpunkt-title.leistung-text-4 {
  font-size: 11vw;
  line-height: 8.6vw;
  left: -16px;
}

.schwerpunkt-title.leistung-text-5 {
  font-size: 10vw;
  line-height: 7.5vw;
  bottom: -3px;
  left: 0;
}

.schwerpunkt-title.leistung-text-6 {
  font-size: 17vw;
  line-height: 13vw;
  left: -14px;
}

.schwerpunkt-title.leistung-text-7 {
  font-size: 11vw;
  line-height: 8.6vw;
  left: -11px;
}

.schwerpunkt-title.leistung-text-9 {
  font-size: 11vw;
  line-height: 8.5vw;
  left: -21px;
}

.schwerpunkt-title.leistung-text-8 {
  font-size: 7vw;
  line-height: 5.6vw;
}

.schwerpunkt-title.leistung-text-10 {
  font-size: 10vw;
  line-height: 8.1vw;
  bottom: -8px;
  left: -21px;
}

.schwerpunkt-title.leistung-text-11 {
  font-size: 11vw;
  line-height: 8.8vw;
  bottom: -8px;
  left: -21px;
}

.schwerpunkt-title.leistung-text-12 {
  font-size: 8vw;
  line-height: 6.6vw;
  bottom: -8px;
  left: -21px;
}

.schwerpunkt-title.leistung-text-13 {
  font-size: 18vw;
  line-height: 13.7vw;
  bottom: -8px;
  left: -21px;
}

.schwerpunkt-text {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-8 {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.heading-6 {
  border-bottom: 12px solid var(--azure);
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 300;
  line-height: 17px;
  display: inline-block;
}

.lightbox-link {
  transition: opacity .2s;
  overflow: visible;
}

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

.columns {
  width: 95%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-5 {
  color: var(--black);
  text-align: right;
  font-size: 12px;
  line-height: 12px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  color: var(--black);
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  display: inline-block;
}

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

.text-field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey);
}

.textarea {
  border: 1px solid var(--grey);
  min-height: 180px;
}

.field-label {
  color: var(--black);
  margin-top: 20px;
  padding-left: 13px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-6 {
  color: var(--grey);
}

.link-7 {
  color: var(--grey);
  font-weight: 600;
  text-decoration: none;
}

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

.search {
  display: flex;
}

.container-4 {
  padding-top: 200px;
  padding-bottom: 100px;
}

.search-result-item {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.search-2 {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.search-input {
  margin-right: 30px;
}

.heading-7 {
  margin-bottom: 30px;
}

.submit-button {
  background-color: var(--sea-green);
  color: var(--white);
  margin-top: 20px;
  padding: 5px 30px;
  transition: background-color .2s ease-in-out;
}

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

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

.column {
  margin-top: 24px;
}

.checkbox-field {
  width: 100%;
}

.columns-2 {
  flex-direction: column-reverse;
  align-items: flex-start;
  display: flex;
}

.column-2 {
  align-self: flex-end;
}

.heading-8 {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.columns-3 {
  width: 95%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-9 {
  color: var(--black);
  font-weight: 400;
}

.paragraph-9.bottom-space {
  margin-bottom: 30px;
}

.heading-9 {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 600;
}

.div-block-18 {
  background-image: url('../images/map.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  max-width: 800px;
  height: 800px;
  position: relative;
}

.section-6 {
  padding-bottom: 100px;
}

.paragraph-10 {
  text-align: center;
  width: 100%;
  position: relative;
}

.paragraph-11 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-19 {
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.paragraph-12 {
  margin-bottom: 0;
}

.div-block-20 {
  background-color: var(--sea-green);
  color: var(--white-smoke);
  cursor: pointer;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 30px;
  transition: background-color .2s ease-in-out;
  display: inline-block;
  position: relative;
}

.div-block-20:hover {
  background-color: #009879bf;
}

.div-block-21 {
  width: 100%;
  max-width: 800px;
  height: 800px;
}

.div-block-21.iframe {
  display: none;
  overflow: hidden;
}

.html-embed {
  width: 100%;
  height: 800px;
}

.dropdown-wrapper {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.dropdown-wrapper.nav-link {
  border-bottom-style: none;
  margin-right: 0;
  padding-right: 0;
}

.dropdown-trigger.nav-link {
  z-index: auto;
  order: -1;
  align-self: flex-start;
  margin-left: auto;
}

.div-block-22 {
  flex-flow: column;
  padding: 25px 50px 25px 40px;
  display: flex;
}

.menu-line {
  background-color: var(--azure);
  width: 5px;
  height: auto;
  margin-right: 25px;
  padding-right: 0;
}

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

.arzt-desc {
  background-color: var(--white-smoke);
  justify-content: space-between;
  width: 90vw;
  display: flex;
}

.arzt-bild {
  width: 40%;
  max-width: 610px;
  margin-top: -50px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.arzt-dots {
  align-self: center;
  width: 10vw;
  display: block;
}

.arzt-dots.mobile-arzt-dots {
  display: none;
}

.arzt-vita {
  width: 50%;
  margin-top: -9px;
  margin-bottom: 50px;
  margin-left: 10%;
  padding-right: 90px;
}

.arzt-vita-date-line {
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.avdl-left {
  flex: 0 auto;
  width: 130px;
}

.avdl-right {
  flex: 1;
  font-weight: 300;
  display: flex;
}

.heading-10 {
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 8px solid #00987999;
  margin-top: 0;
  margin-bottom: 50px;
  padding-right: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 9px;
  display: inline-block;
}

.image-4 {
  padding-left: 30px;
}

.container-5 {
  margin-top: 30px;
}

.text-block-8 {
  font-weight: 500;
}

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

.image-5.border {
  border: 2px solid var(--sea-green);
}

.brandy {
  color: var(--black);
  transition: color .2s;
}

.brandy:hover {
  color: #00ff7f;
  text-decoration: none;
}

.heading-11 {
  color: var(--black);
  font-size: 2em;
  line-height: 2em;
}

.text-block-11 {
  color: var(--black);
  margin-top: 30px;
  font-weight: 300;
}

.link-8, .link-9, .link-10 {
  color: var(--black);
}

.div-block-23 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-2 {
  color: var(--black);
}

.list {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.popup-inner1 {
  background-image: url('../images/gal-2-small.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 500px;
  display: flex;
}

.image-7 {
  cursor: pointer;
  object-fit: fill;
}

.inhalt {
  border: 2px solid #fff;
  flex-direction: column;
  width: 90%;
  height: 90%;
  margin: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.popup-cb {
  z-index: 999;
  object-fit: fill;
  background-color: #000000b3;
  border: 1px solid #30539c66;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.text-style {
  background-color: #fffc;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 93%;
  margin: auto;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

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

.popup-fenster {
  flex-direction: column;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  overflow: visible;
  transform: translate(-50%, -50%);
}

.popup-inner-cb {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.heading-12 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 30px;
  font-weight: 500;
}

.close-cb {
  justify-content: flex-end;
  display: flex;
}

.paragraph-13 {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 26px;
}

.danke-container {
  text-align: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle {
  padding: 0;
}

.dropdown-2 {
  margin-bottom: -20px;
}

.dropdown-list-wrapper {
  background-color: var(--black);
}

.div-block-24, .div-block-25, .div-block-26 {
  display: none;
}

.image-8 {
  max-width: 100%;
}

.heading-bar {
  z-index: 0;
  opacity: .6;
  background-color: #00987999;
  border-bottom: 1px solid #0000;
  position: absolute;
  inset: 69% -30px 2% -5px;
}

.heading-container {
  margin-bottom: 60px;
  position: relative;
}

.heading-container.show-tablet {
  display: none;
}

.schwerpunkt-header {
  color: var(--black);
  margin-top: 8vh;
  font-size: 16px;
  line-height: 20px;
}

.schwerpunkt-bot {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-section {
  z-index: 1;
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}

.link-12, .link-13 {
  color: var(--white);
}

.form, .form-block {
  color: var(--black);
}

.text-span {
  font-size: 22px;
  font-weight: 400;
}

.recaptcha {
  margin-top: 15px;
}

.dgi-geprueft {
  margin-top: 40px;
}

.t-row {
  display: flex;
}

.bullet {
  margin-right: 5px;
}

.heading-section-2 {
  z-index: 1;
  color: #333232;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}

.paragraph-14 {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.heading-section-3 {
  z-index: 1;
  color: #333232;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}

.paragraph-15 {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.heading-section-4 {
  z-index: 1;
  color: #333232;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}

.paragraph-16 {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.heading-section-5 {
  z-index: 1;
  color: #333232;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}

.paragraph-17 {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.heading-section-6 {
  z-index: 1;
  color: #333232;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}

.paragraph-18 {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.heading-section-7 {
  z-index: 1;
  color: #333232;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}

.paragraph-19 {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.heading-section-8 {
  z-index: 1;
  color: #333232;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}

.paragraph-20 {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.heading-section-9 {
  z-index: 1;
  color: #333232;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}

.paragraph-21 {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.heading-section-10 {
  z-index: 1;
  color: #333232;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}

.paragraph-22 {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.schwerpunkte {
  color: var(--black);
  font-size: 16px;
  line-height: 20px;
}

.schwerpunkt-image-main {
  background-image: url('../images/zahnimplantate.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 650px;
  position: relative;
}

.schwerpunkt-image-main.leistung-img-2, .schwerpunkt-image-main.leistung-img-3 {
  background-image: url('../images/15.jpg');
  background-position: 50%;
}

.schwerpunkt-image-main.leistung-img-4 {
  background-image: url('../images/22.jpg');
  background-position: 50%;
}

.schwerpunkt-image-main.leistung-img-5 {
  background-image: url('../images/16.jpg');
  background-position: 50%;
}

.schwerpunkt-image-main.leistung-img-6 {
  background-image: url('../images/19.jpg');
}

.schwerpunkt-image-main.leistung-img-7 {
  background-image: url('../images/17.jpg');
  background-position: 50%;
}

.schwerpunkt-image-main.leistung-img-8 {
  background-image: url('../images/21.jpg');
  background-position: 50%;
}

.schwerpunkt-image-main.leistung-img-9, .schwerpunkt-image-main.leistung-img-10, .schwerpunkt-image-main.leistung-img-11, .schwerpunkt-image-main.leistung-img-12 {
  background-image: url('../images/23.jpg');
  background-position: 50%;
}

.schwerpunkt-image-main.zahnersatz {
  background-image: url('../images/zahnersatz.jpg');
}

.schwerpunkt-image-main.funktionstherapie {
  background-image: url('../images/funktionstherapie.jpg');
}

.schwerpunkt-image-main.aesthetik {
  background-image: url('../images/aesthetische-zahnheilkunde.jpg');
}

.schwerpunkt-image-main.wurzelkanal {
  background-image: url('../images/wurzelbehandlung.jpg');
}

.schwerpunkt-image-main.parodontologie {
  background-image: url('../images/parodontologie.jpg');
}

.schwerpunkt-image-main.kinderzahnheilkunde {
  background-image: url('../images/kinderzahnheilkunde.jpg');
}

.schwerpunkt-image-main.angstfreiheit {
  background-image: url('../images/angstfreie-behandlung.jpg');
}

.schwerpunkt-image-main.aligner-therapie {
  background-image: url('../images/aligner-therapie_1.jpg');
  background-position: 0 0;
}

.schwerpunkt-image-main.scan {
  background-image: url('../images/Scan.jpg');
  background-position: 100%;
}

.schwerpunkt-image-main.dvt {
  background-image: url('../images/dvt.jpg');
}

.schwerpunkt-image-main.cerec {
  background-image: url('../images/cerec.jpg');
}

.schwerpunkt-image-main.pzr {
  background-image: url('../images/pzr.jpg');
}

.link-14 {
  font-weight: 500;
  transition: color .2s;
}

.link-14:hover {
  color: #009789;
}

.hidden {
  display: none;
}

.imp-container {
  margin-top: 30px;
}

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

.menu-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.nav-button {
  background-color: var(--sea-green);
  margin-bottom: 30px;
  padding: 3px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .2s;
}

.nav-button:hover {
  background-color: #009879bf;
  text-decoration: none;
}

.nav-button.show-mobile {
  display: none;
}

.stellenangebote-text {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-stelle {
  color: var(--sea-green);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
}

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

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

.popup-p {
  margin-top: 10px;
  line-height: 1.6;
}

.popup-inner1-2 {
  background-color: var(--white-smoke);
  height: 80%;
  padding: 20px;
  display: flex;
  position: relative;
}

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

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

.popup-cb-2 {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  background-color: #000000a6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.text-wf {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  display: flex;
}

.inhalt-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.close-wrapper {
  background-color: var(--sea-green);
  cursor: pointer;
  padding: 10px 15px 12px;
  transition: background-color .2s;
}

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

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

.popup-bot-row {
  color: #333;
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
  font-size: 20px;
  display: none;
}

.button {
  background-color: var(--sea-green);
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 3px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .2s;
}

.button:hover {
  background-color: #009879bf;
  text-decoration: none;
}

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

.popup-button {
  background-color: var(--sea-green);
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 3px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .2s;
}

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

.popup-button.show-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .container {
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 80px;
    padding-top: 30px;
  }

  .brand {
    width: 300px;
  }

  .nav-menu {
    background-color: var(--white-smoke);
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding: 20px 30px;
    inset: 70px 0% auto auto;
  }

  .nav-link {
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: 30px;
  }

  .banner-wrapper {
    height: 500px;
    margin-top: 70px;
  }

  .banner {
    background-position: 50% 0;
  }

  .heading {
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 43px;
    display: inline-block;
  }

  .text-block {
    max-width: 600px;
  }

  .fixed-image-bg {
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: scroll;
    height: 500px;
  }

  .div-block-2 {
    width: 270px;
  }

  .section {
    padding-top: 80px;
  }

  .paragraph-2 {
    font-weight: 200;
  }

  .div-block-4 {
    padding-bottom: 16px;
  }

  .div-block-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template: ". ."
                   "Area Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    place-items: center start;
    width: 90%;
    max-width: 600px;
    padding-bottom: 40px;
    display: grid;
  }

  .div-block-6 {
    text-align: center;
  }

  .div-block-6.width {
    text-align: center;
    width: 100%;
  }

  .heading-2 {
    margin-bottom: 20px;
  }

  .paragraph-3.centered {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    flex: 0 auto;
    order: 1;
    margin-bottom: -7px;
    padding: 6px;
  }

  .menu-button.w--open {
    background-color: var(--sea-green);
  }

  .icon {
    color: var(--black);
    font-size: 1.7em;
    line-height: 1em;
  }

  .div-block-8 {
    height: 500px;
    padding-top: 70px;
  }

  .div-block-9 {
    filter: brightness(80%);
    width: 100%;
  }

  .div-block-9.team-header {
    background-position: 50% 0;
    width: 100%;
  }

  .div-block-9.praxis-header {
    width: 100%;
  }

  .div-block-10 {
    display: none;
  }

  .text-block-3 {
    padding-right: 20px;
    font-size: 50px;
    line-height: 20px;
    top: 65%;
    left: 50%;
  }

  .section-3 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

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

  .section-3.impressum-datenschutz-section {
    padding-top: 119px;
  }

  .heading-3 {
    font-size: 80px;
  }

  .grid-3 {
    margin-top: 30px;
  }

  .image-3 {
    display: none;
  }

  .div-block-12 {
    width: 50%;
  }

  .div-block-13 {
    justify-content: flex-end;
  }

  .div-block-13.div-block-14, .link-block {
    opacity: 1;
  }

  .link-block:hover {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .paragraph-4 {
    background-color: #2c3945d9;
    border-bottom-style: none;
    border-bottom-width: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph-4.paragraph-6 {
    border: 2px solid var(--black);
    color: var(--black);
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
    background-color: #fff;
    align-self: stretch;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
  }

  .paragraph-4.paragraph-7 {
    background-color: var(--dark-slate-grey);
    color: #fff;
    letter-spacing: 1px;
    text-transform: none;
    align-self: stretch;
    margin-bottom: 0;
    margin-right: 0;
    padding: 9px 0 2px 16px;
    font-size: 16px;
    font-weight: 600;
  }

  .paragraph-5 {
    background-color: var(--dark-slate-grey);
    color: #fff;
    letter-spacing: 1px;
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 9px;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }

  .dropdown.dropdown-content {
    display: none;
  }

  .heading-4 {
    font-size: 70px;
    line-height: 85px;
  }

  .heading-5 {
    margin-right: auto;
  }

  .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .schwerpunkt-image {
    background-attachment: scroll;
    height: 400px;
  }

  .schwerpunkt-title {
    line-height: 9vw;
    left: -3px;
  }

  .schwerpunkt-title.leistung-text-2 {
    line-height: 9vw;
    left: -6px;
  }

  .schwerpunkt-title.leistung-text-3 {
    line-height: 7.1vw;
    left: -5px;
  }

  .schwerpunkt-title.leistung-text-4 {
    line-height: 9.5vw;
    left: -6px;
  }

  .schwerpunkt-title.leistung-text-5 {
    width: 100%;
    line-height: 8.2vw;
    left: -2px;
  }

  .schwerpunkt-title.leistung-text-6 {
    bottom: -1px;
    left: -7px;
  }

  .schwerpunkt-title.leistung-text-7 {
    line-height: 9.4vw;
    left: -7px;
  }

  .schwerpunkt-title.leistung-text-9 {
    line-height: 9.5vw;
    left: -10px;
  }

  .schwerpunkt-title.leistung-text-8 {
    bottom: -2px;
  }

  .schwerpunkt-title.leistung-text-10 {
    bottom: -2px;
    left: -10px;
  }

  .schwerpunkt-title.leistung-text-11 {
    line-height: 10vw;
    left: -10px;
  }

  .schwerpunkt-title.leistung-text-12 {
    bottom: -3px;
    left: -10px;
  }

  .schwerpunkt-title.leistung-text-13 {
    line-height: 15vw;
    left: -10px;
  }

  .schwerpunkt-text {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-6 {
    font-size: 24px;
  }

  .submit-button {
    transition: transform .15s ease-in-out, background-color .25s ease-in-out;
  }

  .submit-button:hover {
    background-color: var(--gainsboro);
  }

  .submit-button:active {
    transform: scale(.98);
  }

  .div-block-18.iframe-placeholder {
    height: 400px;
    margin-top: 30px;
  }

  .div-block-21.iframe {
    height: 400px;
    display: none;
    overflow: hidden;
  }

  .html-embed {
    width: 100%;
    height: 400px;
  }

  .dropdown-wrapper.nav-link {
    margin: 40px 30px 30px 0;
  }

  .dropdown-trigger.nav-link {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .dropdown-trigger.nav-link.w--current {
    padding-right: 30px;
  }

  .arzt-fullpage-wrapper {
    overflow: hidden;
  }

  .arzt-desc {
    flex-direction: column-reverse;
    width: 100vw;
  }

  .arzt-bild {
    flex-flow: row;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 50px;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .arzt-dots {
    display: none;
  }

  .arzt-dots.mobile-arzt-dots {
    order: -1;
    width: 10vw;
    min-width: 90px;
    margin-right: 20px;
    display: block;
  }

  .arzt-vita {
    width: 80%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .image-4 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .image-5 {
    order: 1;
    width: 80%;
    display: block;
  }

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

  .text-style {
    width: 95%;
  }

  .popup-fenster {
    width: 75%;
  }

  .dropdown-2 {
    margin-bottom: 0;
  }

  .dropdown-list-wrapper.w--open {
    display: none;
  }

  .heading-container.show-tablet {
    display: block;
  }

  .heading-container.show-tablet.minus-top-margin {
    margin-top: -50px;
  }

  .heading-container.hide-tablet {
    display: none;
  }

  .schwerpunkt-header {
    margin-top: 67px;
  }

  .schwerpunkt-bot {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-section {
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 35px;
    display: inline-block;
  }

  .t-row {
    text-align: left;
  }

  .heading-section-2, .heading-section-3, .heading-section-4, .heading-section-5, .heading-section-6, .heading-section-7, .heading-section-8, .heading-section-9, .heading-section-10 {
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 35px;
    display: inline-block;
  }

  .schwerpunkt-image-main {
    background-attachment: scroll;
    height: 400px;
  }

  .nav-button {
    display: block;
  }

  .nav-button.hide-mobile {
    display: none;
  }

  .nav-button.show-mobile {
    margin-left: 30px;
    display: block;
  }

  .stellenangebote-text {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

  .button {
    display: block;
  }

  .button.hide-mobile {
    display: none;
  }

  .button.show-mobile {
    margin-left: 30px;
    display: block;
  }

  .popup-button {
    display: block;
  }

  .popup-button.hide-mobile {
    display: none;
  }

  .popup-button.show-mobile {
    margin-left: 30px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 95%;
  }

  .heading {
    font-size: 32px;
  }

  .fixed-image-bg {
    background-position: 100%;
  }

  .div-block-9.kontakt-header, .div-block-9.stellenangebote-header {
    background-position: 30%;
  }

  .section-3.arzt-section {
    padding-top: 70px;
  }

  .div-block-12._50-percent {
    width: 100%;
  }

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

  .heading-4 {
    margin-bottom: 30px;
    font-size: 55px;
    line-height: 63px;
  }

  .heading-5 {
    width: 90%;
  }

  .section-4 {
    padding-top: 49px;
    padding-bottom: 50px;
  }

  .schwerpunkt-title {
    bottom: -5px;
  }

  .schwerpunkt-title.leistung-text-2 {
    left: -4px;
  }

  .schwerpunkt-title.leistung-text-5 {
    bottom: 0;
    left: 2px;
  }

  .schwerpunkt-title.leistung-text-7 {
    left: -5px;
  }

  .schwerpunkt-title.leistung-text-8 {
    bottom: -2px;
  }

  .schwerpunkt-title.leistung-text-11 {
    line-height: 9.1vw;
    bottom: -3px;
  }

  .schwerpunkt-title.leistung-text-13 {
    bottom: -5px;
  }

  .div-block-18.iframe-placeholder, .div-block-21.iframe {
    max-width: 100%;
  }

  .column-3 {
    margin-top: 30px;
  }

  .arzt-fullpage-wrapper {
    flex-direction: column;
    width: 100vw;
  }

  .arzt-desc {
    flex-direction: column-reverse;
    width: 100vw;
  }

  .arzt-bild {
    align-self: flex-end;
    margin-top: 50px;
    margin-right: 0;
  }

  .arzt-dots.mobile-arzt-dots {
    min-width: 70px;
  }

  .arzt-vita {
    width: 90%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .popup-inner1 {
    height: 280px;
  }

  .heading-13 {
    font-size: 20px;
    line-height: 20px;
  }

  .popup-fenster {
    width: 89%;
  }

  .heading-12 {
    font-size: 27px;
    line-height: 33px;
  }

  .paragraph-13 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-bar {
    bottom: -6%;
    right: -9px;
  }

  .heading-container.show-tablet.minus-top-margin {
    margin-top: -44px;
  }

  .heading-section {
    font-size: 29px;
    line-height: 18px;
  }

  .text-span {
    font-size: 16px;
  }

  .heading-section-2, .heading-section-3, .heading-section-4, .heading-section-5, .heading-section-6, .heading-section-7, .heading-section-8, .heading-section-9, .heading-section-10 {
    font-size: 29px;
    line-height: 18px;
  }

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

  .inhalt-2 {
    padding: 10px;
  }

  .close-wrapper {
    padding-left: 17px;
    padding-right: 17px;
  }

  .image-9 {
    width: 16px;
  }

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

@media screen and (max-width: 479px) {
  .container {
    height: 60px;
  }

  .brand {
    width: 200px;
  }

  .div-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    flex-direction: row;
    flex: 1;
    order: 0;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    display: flex;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
  }

  .banner-wrapper {
    height: 400px;
    margin-top: 60px;
  }

  .heading {
    font-size: 21px;
  }

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

  .fixed-image-bg {
    background-position: 50%;
    height: 220px;
  }

  .fixed-image-bg.fib2 {
    background-position: 100% 100%;
  }

  .div-block-2 {
    inset: 20% auto auto 50%;
    transform: translate(-50%);
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5 {
    grid-template-rows: auto;
    grid-template-areas: "Area-2 Area-2"
                         "Area-3 Area-3"
                         "Area Area";
    grid-auto-columns: 200fr;
    justify-items: center;
  }

  .paragraph-3.fixed-width {
    width: 33px;
  }

  .menu-button {
    margin-bottom: -5px;
  }

  .icon {
    font-size: 1.3em;
  }

  .div-block-8 {
    padding-top: 60px;
  }

  .div-block-9.praxis-header, .div-block-9.kontakt-header, .div-block-9.stellenangebote-header {
    background-position: 50%;
  }

  .text-block-3 {
    border-bottom-width: 13px;
    font-size: 32px;
    line-height: 11px;
  }

  .section-3.arzt-section {
    padding-top: 30px;
  }

  .section-3.impressum-datenschutz-section {
    padding-top: 60px;
    overflow: hidden;
  }

  .heading-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 43px;
  }

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

  .div-block-12 {
    width: 100%;
  }

  .container-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-5 {
    margin-top: 0;
    font-size: 14px;
    line-height: 25px;
  }

  .schwerpunkt-image {
    height: 200px;
  }

  .schwerpunkt-image.leistung-img-2 {
    background-position: 50%;
  }

  .schwerpunkt-title, .schwerpunkt-title.leistung-text-2 {
    bottom: -3px;
    left: -2px;
  }

  .schwerpunkt-title.leistung-text-3 {
    bottom: -3px;
    left: -1px;
  }

  .schwerpunkt-title.leistung-text-4 {
    bottom: -3px;
    left: -3px;
  }

  .schwerpunkt-title.leistung-text-5 {
    left: 4px;
  }

  .schwerpunkt-title.leistung-text-6 {
    left: -2px;
  }

  .schwerpunkt-title.leistung-text-7 {
    left: -3px;
  }

  .schwerpunkt-title.leistung-text-9 {
    left: -5px;
  }

  .schwerpunkt-title.leistung-text-8 {
    bottom: -1px;
  }

  .schwerpunkt-title.leistung-text-10, .schwerpunkt-title.leistung-text-11, .schwerpunkt-title.leistung-text-12 {
    bottom: -1px;
    left: -5px;
  }

  .schwerpunkt-title.leistung-text-13 {
    left: -5px;
  }

  .paragraph-8 {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-6 {
    line-height: 7px;
  }

  .heading-6.leistung-headline-zweizeilig {
    font-size: 19px;
    line-height: 5px;
  }

  .checkbox-label {
    width: 100%;
    max-width: 450px;
  }

  .paragraph-10 {
    line-height: 1.6em;
  }

  .div-block-21.iframe {
    display: none;
  }

  .html-embed {
    display: block;
  }

  .column-3 {
    margin-top: 30px;
  }

  .dropdown-wrapper.nav-link {
    margin-left: 30px;
  }

  .dropdown-trigger.nav-link {
    order: 0;
    align-self: stretch;
    margin-left: 0;
  }

  .arzt-dots.mobile-arzt-dots {
    display: none;
  }

  .arzt-vita {
    object-fit: fill;
    margin-top: 10px;
    overflow: visible;
  }

  .avdl-left {
    width: 100px;
  }

  .avdl-right {
    line-height: 1.7em;
  }

  .heading-10 {
    object-fit: fill;
    width: 100%;
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 9px;
  }

  .image-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-11 {
    color: var(--black);
    font-size: 2em;
    line-height: 2em;
  }

  .text-block-11 {
    color: var(--black);
    margin-top: 50px;
    font-weight: 300;
    line-height: 1.8em;
  }

  .text-block-12 {
    color: var(--black);
    font-weight: 300;
    line-height: 1.8em;
  }

  .list {
    font-size: 16px;
    line-height: 26px;
  }

  .popup-inner1 {
    height: 450px;
  }

  .heading-13 {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-13 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-bar {
    top: 69%;
    bottom: 3%;
    right: -10px;
  }

  .heading-container {
    margin-bottom: 30px;
  }

  .heading-container.show-tablet.minus-top-margin {
    margin-top: -20px;
  }

  .schwerpunkt-header {
    margin-top: 58px;
  }

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

  .text-span {
    font-size: 12px;
  }

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

  .paragraph-14 {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-section-3 {
    font-size: 18px;
  }

  .paragraph-15 {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-section-4 {
    font-size: 18px;
  }

  .paragraph-16 {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-section-5 {
    font-size: 18px;
  }

  .paragraph-17 {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-section-6 {
    font-size: 18px;
  }

  .paragraph-18 {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-section-7 {
    font-size: 18px;
  }

  .paragraph-19 {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-section-8 {
    font-size: 18px;
  }

  .paragraph-20 {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-section-9 {
    font-size: 18px;
  }

  .paragraph-21 {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-section-10 {
    font-size: 18px;
  }

  .paragraph-22 {
    font-size: 16px;
    line-height: 26px;
  }

  .schwerpunkt-image-main {
    height: 200px;
  }

  .schwerpunkt-image-main.leistung-img-2 {
    background-position: 50%;
  }

  .inhalt-2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4b7ffd93-1921-2101-1be4-4f76f4b6cc20-f4b6cc1d, #w-node-_4b7ffd93-1921-2101-1be4-4f76f4b6cc2d-f4b6cc1d {
    justify-self: center;
  }

  #w-node-_4b7ffd93-1921-2101-1be4-4f76f4b6cc40-f4b6cc1d {
    grid-area: Area;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4b7ffd93-1921-2101-1be4-4f76f4b6cc20-f4b6cc1d {
    grid-area: Area-2;
  }

  #w-node-_4b7ffd93-1921-2101-1be4-4f76f4b6cc2d-f4b6cc1d {
    grid-area: Area-3;
  }
}


@font-face {
  font-family: 'Montserrat-Off';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Off';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Off';
  src: url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Off';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Off';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Off';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Off';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Off';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Off';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Off';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Off';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Off';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Off';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Off';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Off';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Off';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}