:root {
  --grey: #73767e;
  --black: #333232;
  --white-smoke: #eaeaea;
  --gainsboro: #dbdbdb;
  --azure: #b3cf59;
  --dim-grey: #4e5055;
  --light-grey: #ced7db;
  --dark-slate-grey: rgba(44, 57, 69, .85);
  --white: white;
  --blau: #15599d;
}

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

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

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

a:hover {
  text-decoration: underline;
}

.body {
  font-size: 1em;
}

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

.container {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 95%;
  max-width: 1600px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.brand {
  flex: 0 auto;
  width: 240px;
  display: block;
}

.div-block {
  order: -1;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.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 30px 0 0;
  font-weight: 300;
  line-height: 3px;
}

.nav-link:hover {
  border-bottom-color: var(--azure);
  text-decoration: none;
}

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

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

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

.banner {
  background-image: url('../images/1-neu.jpg');
  background-position: 0%;
  background-size: cover;
  border: 1px #000;
  height: 100%;
  margin-top: 0;
  padding-top: 130px;
}

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

.heading {
  border-bottom: 8px solid var(--azure);
  text-transform: uppercase;
  margin-bottom: 70px;
  margin-right: -30px;
  padding-right: 30px;
  font-size: 52px;
  font-weight: 300;
  line-height: 27px;
  display: inline-block;
}

.heading.subline {
  text-transform: none;
  border-bottom-style: none;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 36px;
  line-height: 36px;
}

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

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

.paragraph {
  font-weight: 300;
}

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

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

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

.fixed-image-bg.fib2.hidden {
  display: none;
}

.image {
  position: relative;
}

.div-block-2 {
  width: 300px;
  position: absolute;
  top: auto;
  bottom: 7%;
  left: auto;
  right: 10%;
}

.div-block-2.ausblenden {
  display: none;
}

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

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

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

.paragraph-2 {
  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(--dim-grey);
  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;
  display: block;
}

.heading-2 {
  text-transform: uppercase;
  font-size: 1.17em;
  font-weight: 300;
  line-height: 1.17em;
}

.paragraph-3 {
  max-width: 319px;
  font-weight: 200;
  line-height: 1.4em;
}

.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: 130px;
  display: flex;
  position: relative;
}

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

.div-block-9.team-header {
  background-image: url('../images/4.jpg');
}

.div-block-9.praxis-header {
  background-image: url('../images/26.jpg');
  background-position: 89%;
}

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

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

.text-block-3 {
  border-bottom: 16px solid var(--azure);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 0;
  padding-right: 40px;
  font-size: 60px;
  font-weight: 700;
  line-height: 21px;
  position: absolute;
  top: 42%;
  left: 50%;
  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;
}

.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;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-12 {
  background-color: rgba(0, 0, 0, 0);
  align-self: stretch;
  width: 50%;
  min-width: auto;
  max-width: none;
  padding: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.div-block-13 {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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;
  transition: opacity .25s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block:hover {
  opacity: 1;
}

.paragraph-4 {
  z-index: 1;
  color: var(--black);
  text-transform: uppercase;
  cursor: default;
  border-bottom: 20px solid rgba(212, 229, 231, .5);
  margin-right: -30px;
  padding-right: 30px;
  font-size: 50px;
  line-height: 22px;
  position: relative;
}

.paragraph-4.paragraph-6 {
  border-bottom-color: var(--azure);
  cursor: pointer;
  font-size: 35px;
  line-height: 20px;
}

.paragraph-4.paragraph-7 {
  border-bottom-color: var(--azure);
}

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

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

.dropdown.dropdown-content {
  z-index: auto;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  align-self: auto;
  margin-bottom: -394px;
  padding: 25px 0 0;
  display: block;
  position: absolute;
  top: 11px;
  bottom: auto;
  left: auto;
  right: 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;
  cursor: pointer;
  font-size: 16px;
  font-weight: 200;
  line-height: 40px;
  text-decoration: none;
  transition: color .2s;
}

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

.link-6:focus {
  color: var(--azure);
}

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

.heading-5 {
  text-align: center;
  text-transform: uppercase;
  max-width: 580px;
  margin-left: auto;
  margin-right: -60px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.heading-5.ausblenden {
  display: none;
}

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

.div-block-16 {
  background-image: url('../images/24.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 670px;
  position: relative;
}

.div-block-16.leistung-img-2 {
  background-image: url('../images/20.jpg');
  background-position: 50%;
}

.div-block-16.leistung-img-3 {
  background-image: url('../images/18.jpg');
  background-position: 50%;
}

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

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

.div-block-16.leistung-img-6 {
  background-image: url('../images/22.jpg');
}

.div-block-16.leistung-img-7 {
  background-image: url('../images/21.jpg');
  background-position: 50%;
}

.div-block-16.leistung-img-8 {
  background-image: url('../images/10.jpg');
  background-position: 50%;
}

.div-block-16.leistung-img-1 {
  background-image: url('../images/23.jpg');
}

.div-block-16.leistung-img-9 {
  background-image: url('../images/11.jpg');
}

.div-block-16.leistung-img-10 {
  background-image: url('../images/25.jpg');
}

.section-5 {
  position: relative;
  overflow: hidden;
}

.text-block-4 {
  color: rgba(234, 234, 234, .6);
  text-align: center;
  text-transform: uppercase;
  font-size: 11.6vw;
  font-weight: 600;
  line-height: 9vw;
  position: absolute;
  top: auto;
  bottom: -6px;
  left: -10px;
  right: 0%;
}

.text-block-4.leistung-text-2 {
  font-size: 10.8vw;
  line-height: 8vw;
  bottom: -3px;
  left: -14px;
}

.text-block-4.leistung-text-3 {
  font-size: 17.2vw;
  line-height: 9vw;
  bottom: 15px;
  left: -23px;
}

.text-block-4.leistung-text-4 {
  text-align: center;
  object-fit: fill;
  font-size: 5.99vw;
  line-height: 5vw;
  left: -4px;
}

.text-block-4.leistung-text-5 {
  font-size: 11.7vw;
  line-height: 9vw;
  bottom: -6px;
  right: -1%;
}

.text-block-4.leistung-text-6 {
  font-size: 10.2vw;
  line-height: 8vw;
  bottom: -6px;
  left: -12px;
}

.text-block-4.leistung-text-7 {
  font-size: 7.7vw;
  line-height: 5.5vw;
  bottom: 0;
  left: -9px;
}

.text-block-4.leistung-text-8 {
  font-size: 7.6vw;
  line-height: 6vw;
  bottom: -8px;
  left: -21px;
}

.text-block-4.leistung-text-1 {
  font-size: 14.5vw;
  bottom: 6px;
  left: -17px;
}

.text-block-4.leistung-text-8b {
  font-size: 27vw;
  line-height: 20vw;
  left: -38px;
}

.text-block-4.leistung-text-9 {
  font-size: 9.8vw;
  line-height: 7vw;
  left: -9px;
}

.text-block-4.leistung-text-10 {
  font-size: 15vw;
  line-height: 11vw;
  left: -21px;
}

.div-block-17 {
  width: 90%;
  max-width: 1160px;
  margin-left: 10%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-8 {
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.paragraph-8.unterstrich {
  text-decoration: underline;
}

.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: #979ca8;
  text-align: right;
  font-size: 12px;
  line-height: 12px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey);
  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(--grey);
  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(--white-smoke);
  color: var(--grey);
  margin-top: 20px;
  padding: 5px 30px;
  transition: background-color .2s ease-in-out;
}

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

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

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

.div-block-18.iframe-placeholder {
  background-image: url('../images/map_new.jpg');
  background-size: cover;
}

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

.paragraph-12:hover {
  color: #fff;
}

.div-block-20 {
  background-color: var(--gainsboro);
  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: var(--azure);
  color: var(--white);
}

.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;
  display: flex;
}

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

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

.heading-10 {
  border-bottom: 10px solid var(--azure);
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 50px;
  padding-right: 30px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

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

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

.container-5.ausblenden {
  display: none;
}

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

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

.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-size: .9em;
  font-weight: 300;
  line-height: 1.8em;
}

.text-block-12 {
  font-size: .9em;
  line-height: 1.8em;
}

.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-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-23.ausblenden {
  display: none;
}

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

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

.list {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  list-style-type: disc;
}

@media screen and (min-width: 1440px) {
  .paragraph-4.paragraph-6 {
    font-size: 50px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1920px) {
  .text-block-4.leistung-text-4 {
    font-size: 5.987vw;
    line-height: 5vw;
    bottom: -12px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    justify-content: space-between;
    width: 90%;
    height: 70px;
    padding-bottom: 13px;
  }

  .brand {
    width: 155px;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 10px;
    top: 70px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

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

  .banner {
    background-position: 20% 100%;
    padding-top: 70px;
  }

  .heading {
    border-bottom-style: solid;
    margin-top: 0;
    margin-bottom: 60px;
    margin-right: 0;
    padding-right: 0;
    font-size: 45px;
    line-height: 27px;
    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-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    align-items: center;
    justify-items: start;
    width: 90%;
    max-width: 600px;
    padding-bottom: 40px;
    display: grid;
  }

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

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

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

  .icon {
    font-size: 1.7em;
    line-height: 1em;
  }

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

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

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

  .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-13 {
    justify-content: flex-end;
  }

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

  .paragraph-4 {
    background-color: rgba(44, 57, 69, .85);
    border-bottom-style: none;
    border-bottom-width: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph-4.paragraph-6 {
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
    background-color: #fff;
    border: 2px solid #000;
    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;
  }

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

  .div-block-16 {
    background-attachment: scroll;
    height: 400px;
  }

  .text-block-4 {
    font-size: 11.5vw;
    line-height: 9.8vw;
    left: -3px;
  }

  .text-block-4.leistung-text-2 {
    line-height: 7.6vw;
    left: -6px;
  }

  .text-block-4.leistung-text-3 {
    line-height: 13vw;
    bottom: -6px;
    left: -12px;
  }

  .text-block-4.leistung-text-4 {
    line-height: 5vw;
    bottom: -3px;
    left: -6px;
  }

  .text-block-4.leistung-text-5 {
    bottom: -2px;
    left: -9px;
  }

  .text-block-4.leistung-text-6 {
    line-height: 4vw;
    bottom: 12px;
    left: -16px;
  }

  .text-block-4.leistung-text-8 {
    bottom: -3px;
    left: -15px;
  }

  .text-block-4.leistung-text-1 {
    line-height: 11vw;
    bottom: -4px;
  }

  .text-block-4.leistung-text-8b {
    line-height: 20vw;
    left: -31px;
  }

  .text-block-4.leistung-text-9 {
    line-height: 8vw;
  }

  .text-block-4.leistung-text-10 {
    left: -17px;
  }

  .div-block-17 {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .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 {
    max-width: 400px;
    height: 400px;
  }

  .div-block-21.iframe {
    max-width: 400px;
    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;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    margin-bottom: 50px;
    font-size: 33px;
    line-height: 18px;
  }

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

  .heading.abstand {
    font-size: 29px;
  }

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

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

  .div-block-5 {
    grid-template-columns: 1fr;
  }

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

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

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

  .text-block-4.leistung-text-3 {
    bottom: 12px;
  }

  .text-block-4.leistung-text-4 {
    bottom: -5px;
    left: -4px;
  }

  .text-block-4.leistung-text-6 {
    bottom: 8px;
    left: -11px;
  }

  .text-block-4.leistung-text-8 {
    left: -8px;
  }

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

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

@media screen and (max-width: 479px) {
  .container {
    align-items: center;
    height: 60px;
    padding-bottom: 0;
  }

  .div-block {
    align-self: center;
    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: 100vh;
  }

  .heading {
    border-bottom-width: 8px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 500;
    line-height: 10px;
  }

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

  .heading.abstand {
    margin-bottom: 20px;
    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%;
  }

  .div-block-2 {
    top: 20%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

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

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

  .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-columns: 1fr;
  }

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

  .icon {
    font-size: 1.3em;
  }

  .div-block-8 {
    height: 737px;
    padding-top: 50px;
  }

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

  .text-block-3 {
    font-size: 32px;
  }

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

  .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: 32px;
  }

  .heading-5 {
    max-width: 346px;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
  }

  .div-block-16 {
    height: 200px;
  }

  .div-block-16.leistung-img-2 {
    background-position: 50%;
  }

  .text-block-4 {
    bottom: -2px;
    left: -1px;
  }

  .text-block-4.leistung-text-2 {
    line-height: 9vw;
  }

  .text-block-4.leistung-text-3 {
    bottom: -3px;
    left: -6px;
  }

  .text-block-4.leistung-text-4 {
    bottom: -1.5px;
  }

  .text-block-4.leistung-text-5 {
    line-height: 11vw;
    bottom: -6px;
    left: -3px;
  }

  .text-block-4.leistung-text-6 {
    bottom: 5px;
    left: -6px;
  }

  .text-block-4.leistung-text-7 {
    left: -3px;
  }

  .text-block-4.leistung-text-8 {
    bottom: -1px;
    left: -6px;
  }

  .text-block-4.leistung-text-1 {
    line-height: 12vw;
    left: -6px;
  }

  .text-block-4.leistung-text-8b {
    left: -12px;
  }

  .text-block-4.leistung-text-9 {
    left: -3px;
  }

  .text-block-4.leistung-text-10 {
    left: -7px;
  }

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

  .heading-6 {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 7px;
  }

  .heading-6.leistung-headline-zweizeilig {
    line-height: 21px;
  }

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

  .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 {
    margin-top: 10px;
  }

  .avdl-left {
    width: 100px;
  }

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

  .heading-10 {
    margin-bottom: 30px;
    font-size: 20px;
    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;
  }

  .image-6 {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .bold-text-3 {
    line-height: 8vw;
  }
}

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


@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Bold.ttf') format('truetype'), url('../fonts/MontserratOff-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratoff';
  src: url('../fonts/MontserratOff-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}