:root {
  --dim-grey: #4e5055;
  --dark-grey: #a3b7b080;
  --black: #333232;
  --white: white;
  --dim-grey-2: #5e6e6f;
  --azure: #d4e5e7;
  --white-smoke: #f3f3f3;
  --gainsboro: #dbdbdb;
  --grey: #73767e;
  --dark-slate-grey: #2c3945d9;
  --light-grey: #ced7db;
}

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

body {
  color: #535863;
  background-color: #f3f3f3;
  padding-top: 160px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

h1 {
  color: #a3b7b0;
  text-align: center;
  letter-spacing: 8px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 7vw;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.1em;
}

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

h4 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: underline;
}

h5 {
  color: #a3b7b0;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  color: #a3b7b0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 18px;
  text-decoration: underline;
}

p {
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
}

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

a:hover {
  color: #a3b7b0;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 300;
  line-height: 2.3em;
  list-style-type: disc;
}

strong {
  font-weight: 700;
  transition: color .3s;
}

.body {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar {
  z-index: 99;
  background-color: #fafafa;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  flex-wrap: wrap;
  place-content: center space-between;
  align-items: center;
  width: 95%;
  max-width: 1599px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.brand {
  flex: none;
  width: 300px;
  margin-right: auto;
  padding-right: 15px;
  display: block;
}

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

.nav-link {
  color: var(--dim-grey);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 20px 12px;
  transition: color .2s;
}

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

.nav-link.w--current {
  border-bottom-color: var(--dark-grey);
  color: #a3b7b0;
}

.nav-link.w--current:hover {
  border-bottom-color: #a3b7b0;
}

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

.nav-link.show-mobil, .nav-link.hide-mobile {
  display: none;
}

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

.banner {
  background-image: url('../images/Susanne_Sterlig_ZÄ_2022_sweetnorth__WE_2129-Bearbeitet-web.png');
  background-position: 50% 0;
  background-size: cover;
  height: 100%;
  margin-top: 100px;
  padding-top: 130px;
}

.fixed-image-bg {
  background-image: url('../images/startseite-flur-sterling.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 700px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.fixed-image-bg.fib3 {
  background-image: url('../images/Susanne_Sterlig_ZÄ_2022_sweetnorth__WE_1475-web.png');
  background-position: 50% 100%;
}

.fixed-image-bg.position {
  background-image: url('../images/startseite-flur-sterling.png');
  margin-top: 100px;
}

.fixed-image-bg.fib4 {
  background-image: url('../images/praxis-empfang-sterling.png');
  margin-top: 100px;
}

.image {
  position: relative;
}

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

.section-2 {
  flex-direction: column;
  padding-top: 60px;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

.section-3.danke {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.section-3.hidden {
  display: none;
}

.link-6 {
  color: var(--dim-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  font-size: .9em;
  line-height: 35px;
  text-decoration: none;
  transition: color .2s;
}

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

.section-4 {
  padding-top: 100px;
  padding-bottom: 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;
}

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

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

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

.arzt-desc {
  background-color: #a3b7b021;
  justify-content: space-between;
  width: 90vw;
  display: flex;
}

.arzt-bild {
  max-width: 610px;
  margin-top: -50px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 40px;
  display: block;
}

.arzt-vita {
  width: 50%;
  margin-top: -9px;
  margin-bottom: 50px;
  margin-left: 10%;
  padding-right: 90px;
  font-size: .9em;
  line-height: 1.5em;
}

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

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

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

.heading-10 {
  color: #a3b7b0;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 50px;
  padding-right: 30px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

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

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

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

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

.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 {
  opacity: .95;
  background-color: #fff9;
  box-shadow: 0 5px 10px -5px #00000030;
}

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

.topnav {
  color: var(--white);
  background-color: #a3b7b0;
  font-size: 14px;
  overflow: hidden;
}

.nav-container {
  justify-content: flex-end;
  align-items: center;
  width: 95%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.top-nav-block {
  align-items: center;
  margin-left: 50px;
  display: flex;
}

.top-nav-icon {
  margin-right: 10px;
}

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

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

.schwerpunkt-tile {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.schwerpunkt-tile:hover {
  text-decoration: none;
}

.praxis-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.te-overlay.gradient {
  background-color: #53586300;
  background-image: linear-gradient(#53586300 35%, #333232b3);
}

.vita-wrapper {
  width: 100%;
  font-weight: 300;
}

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

.team-overlay-subline {
  color: #a3b7b0;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 16px;
  line-height: 30px;
}

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

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

.button.vita {
  display: none;
}

.button.footer-button {
  border-color: #a3b7b0;
}

.team-img {
  background-image: url('../images/nathan-dumlao-704164-unsplash-Kopie2x.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 50%;
}

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

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

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

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

.team-img.ti1 {
  background-image: url('../images/Susanne_Sterlig_ZÄ_2022_sweetnorth__WE_1097-Bearbeitet-quer-web.png');
  background-position: 40% 0;
}

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

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

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

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

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

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

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

.team-img.ti13 {
  background-image: url('../images/oliwia.jpg');
  background-position: 50% 30%;
}

.team-img.ti14 {
  background-image: url('../images/lea.jpg');
  background-position: 50% 25%;
}

.team-img.ti15 {
  background-image: url('../images/balu.png');
  background-position: 100%;
}

.team-img.ti16 {
  background-image: url('../images/alexandra-kudla.jpg');
}

.team-img.ti17 {
  background-image: url('../images/carla-burdiek.jpg');
}

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

.team-overlay-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.9em;
  font-weight: 500;
}

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

.text-field-3 {
  margin-bottom: 15px;
  font-weight: 300;
}

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

.banner-bar.map-bar {
  background-color: #a3b7b0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  left: 0%;
  transform: none;
}

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

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

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

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

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

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

.submit-button-2 {
  letter-spacing: 1px;
  background-color: #a3b7b0;
  padding: 15px 20px;
  font-weight: 300;
  transition: box-shadow .1s;
}

.submit-button-2:hover {
  background-color: var(--dark-grey);
  box-shadow: 0 5px 6px -3px #00000087;
}

.leistungen-overlay-text {
  color: #fff;
  white-space: normal;
  font-size: 2.4em;
  font-weight: 700;
}

.leistungen-overlay-text.zentriert {
  text-align: center;
}

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

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

.leistungen-img {
  background-image: url('../images/l12x.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

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

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

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

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

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

.leistungen-img.li8 {
  background-image: url('../images/endo-bearb.png');
}

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

.leistungen-img.li10 {
  background-image: url('../images/lachgas-bearb.jpg');
}

.leistungen-img.li11 {
  background-image: url('../images/ästhetik-bearb.png');
}

.leistungen-img.li12 {
  background-image: url('../images/cmd-bearb.png');
}

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

.leistungen-text-heading-2 {
  color: #a3b7b0;
  margin-bottom: 50px;
  margin-right: 0;
  font-size: 1em;
  text-decoration: none;
}

.leistungen-text-heading-1 {
  border-bottom: 3px solid var(--dark-grey);
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 300;
}

.leistungen-text-heading-1.zentriert {
  border-bottom: 3px solid var(--dark-grey);
  text-align: center;
}

.minheight100vh {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.danke-button {
  background-color: #a3b7b0;
  margin-top: 10px;
}

.danke-button:hover {
  background-color: var(--dark-grey);
  color: var(--white);
  text-decoration: none;
}

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

.header.header-ueber-uns {
  background-image: url('../images/Über-uns-Sterling-BIld.png');
  background-position: 50% 20%;
}

.header.kontakt-ueber-uns {
  background-image: url('../images/kontakt-sterling-bild.png');
}

.header.header-leistungen {
  background-image: url('../images/Schwerpunkte-Sterling-BIld.png');
  background-position: 50% 20%;
}

.header.header-praxis {
  background-image: url('../images/praxis2x.jpg');
  background-position: 50% 20%;
}

.header.header--berweiser {
  background-image: url('../images/Überweiser-Sterling-BIld.png');
  background-position: 50% 20%;
}

.header.header-kooperation {
  background-image: url('../images/header-kooperation.png');
  background-position: 50% 100%;
}

.header.header-karriere {
  background-image: url('../images/Karriere-Sterling-BIld.png');
  background-position: 50% 100%;
}

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

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

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

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

.footer-content-mid {
  border-bottom: 40px solid #a3b7b0;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

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

.nav-link-top {
  color: var(--white);
}

.nav-link-top:hover {
  color: #fffc;
}

.text-container {
  width: 95%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-3 {
  color: #a3b7b0;
  font-weight: 700;
}

.sp {
  padding-top: 90px;
}

.container-8 {
  width: 75%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-8.more-width {
  width: 90%;
}

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

.slope {
  width: 100%;
}

.slope100 {
  width: 100%;
  padding-top: 65px;
}

.slope-block {
  background-color: #fff;
  width: 100%;
  height: 120px;
}

.slope-block.hidden {
  display: none;
}

.section-white {
  background-color: #fff;
}

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

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

._2coltext {
  column-count: 2;
  column-gap: 40px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
}

.start-image-wrapper {
  border-bottom: 40px solid #535863;
  margin-top: 100px;
  margin-bottom: 100px;
  display: none;
}

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

.div-block-23 {
  text-align: left;
  flex-flow: 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;
}

.heading-21 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4em;
}

.paragraph-14 {
  max-width: 319px;
  line-height: 1.4em;
}

.paragraph-15 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: .9em;
  font-weight: 300;
  display: inline-block;
}

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

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

.div-block-24 {
  color: #fff;
}

.div-block-4 {
  background-color: #a3b7b0;
  padding-top: 50px;
  padding-bottom: 30px;
}

.header-heading-3 {
  color: #535863cc;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8vw;
  font-weight: 300;
}

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

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

.button-2 {
  letter-spacing: 3px;
  background-color: #a3b7b0;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 18px 20px 20px 26px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.1;
  transition: background-color .2s, box-shadow .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #90a79f;
  text-decoration: none;
  box-shadow: 0 8px 8px -4px #5e6e6f87;
}

.start-img {
  width: 1500px;
}

.praxis-body {
  background-color: #fff;
}

.arrow {
  margin-left: 5px;
}

.iconbox_start_hl {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.mehr_link_icons {
  text-align: center;
  margin-top: -10px;
  font-size: 12px;
}

.link-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.link-block-3:hover {
  color: var(--dim-grey);
}

.paragraph_icon {
  letter-spacing: 1px;
  align-self: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 11px;
  font-weight: 300;
  transition: color .2s;
  display: inline-block;
}

.paragraph_icon:hover {
  color: #a3b7b0;
}

.icons_start {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 10px;
}

.div-block-18 {
  margin-top: 0;
}

.iconbox_start {
  width: 100%;
}

.wrap-up {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.leistungen-icon {
  width: 10%;
}

.leistungen-icon.bigger {
  width: 15%;
}

.leistungen-icon.smaller {
  width: 9%;
}

.heading-2 {
  border-bottom: 5px solid var(--dark-grey);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: 300;
}

.paragraph-16, .paragraph-17, .paragraph-18, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27 {
  font-size: .9em;
}

.text-block-11 {
  font-size: .9em;
  line-height: 1.7em;
}

.text-block-11.deaktiviert {
  display: none;
}

.rich-text-block, .rich-text-block-3, .rich-text-block-4, .rich-text-block-5 {
  font-size: .9em;
  line-height: 1.7em;
}

.div-block-25 {
  justify-content: flex-end;
  align-self: flex-end;
  margin-top: 30px;
  display: flex;
}

.endo-logo {
  border-radius: 15px;
  transition: box-shadow .2s;
  box-shadow: 4px 4px 20px #0000001a;
}

.endo-logo:hover {
  box-shadow: 4px 4px 20px #0006;
}

.link-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  width: 100px;
  margin-top: 15px;
  margin-right: 20px;
}

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

.map-container {
  width: 100%;
  height: 500px;
  margin-top: 80px;
  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-text {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.map-button {
  letter-spacing: .5px;
  background-color: #a3b7b0;
  border: 2px #325354;
  margin-top: 20px;
  font-weight: 300;
  text-decoration: none;
}

.map-button:hover {
  background-color: var(--dark-grey);
  color: var(--white);
  text-decoration: none;
}

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

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

.recaptcha {
  margin-bottom: 0;
}

.paragraph-28 {
  margin-top: 13px;
}

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

.inhalt {
  border: 4px solid #a3b7b0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.close-wrapper {
  cursor: pointer;
  background-color: #a3b7b0;
  padding: 10px;
  transition: background-color .2s;
}

.close-wrapper:hover {
  background-color: var(--dim-grey-2);
}

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

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

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

.popup-p-2:hover {
  color: var(--dark-grey);
}

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

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

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

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

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

.phone-button {
  z-index: 99;
  width: 70px;
  height: 70px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-block-2 {
  width: 30px;
}

.image-12 {
  width: 30px;
  height: 30px;
  margin: 10px;
  position: relative;
  inset: auto 0 0 auto;
}

.text-span {
  color: #a3b7b0;
  font-weight: 500;
}

.text-span.is-bigger {
  font-size: 1.1em;
}

.link-block-5 {
  background-color: var(--white);
  border-radius: 15px;
  justify-content: flex-end;
  width: 400px;
  padding: 30px 20px;
  transition: box-shadow .2s;
  box-shadow: 4px 4px 20px #0000001a;
}

.link-block-5:hover {
  box-shadow: 4px 4px 20px #0006;
}

.logo-wrapper {
  justify-content: flex-start;
  align-self: flex-end;
  margin-bottom: 30px;
  display: flex;
}

.heading-27 {
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 150px;
  }

  h1 {
    letter-spacing: 4px;
    margin-bottom: 5px;
    font-size: 60px;
  }

  p {
    font-size: 16px;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand {
    width: 210px;
  }

  .nav-menu {
    background-color: #fafafa;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    bottom: auto;
    right: 0%;
    overflow: auto;
  }

  .nav-link {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
  }

  .nav-link.is-last {
    padding-right: 12px;
  }

  .nav-link.show-mobil {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 70px;
    font-size: .8em;
    display: block;
  }

  .banner-wrapper {
    height: 500px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .image-5 {
    object-fit: contain;
    order: 1;
    width: 80%;
    height: 100%;
    display: block;
  }

  .dropdown-2 {
    text-align: left;
    margin-bottom: 0;
    display: block;
  }

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

  .nav-container {
    justify-content: center;
  }

  .top-nav-block {
    margin-left: 20px;
    font-size: 12px;
  }

  .top-nav-icon {
    margin-right: 5px;
  }

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

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

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

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

  .button.vita {
    color: #fff;
    border-style: none;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 10px;
    font-size: .8em;
    font-weight: 400;
  }

  .button.vita:hover {
    box-shadow: none;
    text-decoration: none;
  }

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

  .team-img.ti2 {
    height: 450px;
  }

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

  .team-overlay-text {
    font-size: 33px;
  }

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

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

  .leistungen-txt {
    width: 100%;
  }

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

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

  .header.header-ueber-uns, .header.kontakt-ueber-uns, .header.header-leistungen {
    margin-top: -10px;
    margin-bottom: 0;
  }

  .header.header-praxis {
    margin-top: -10px;
  }

  .header.header--berweiser, .header.header-kooperation, .header.header-karriere {
    margin-top: -10px;
    margin-bottom: 0;
  }

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

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

  ._2coltext {
    column-count: 1;
  }

  .div-block-23 {
    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;
    place-items: center start;
    width: 90%;
    max-width: 600px;
    padding-bottom: 40px;
    display: grid;
  }

  .heading-21 {
    text-align: center;
    margin-bottom: 20px;
  }

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

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

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

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

  .icon_pic {
    align-self: center;
    max-width: 90%;
  }

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

  .div-block-18 {
    margin-top: 20px;
  }

  .iconbox_start {
    margin-bottom: 20px;
  }

  .leistungen-icon {
    width: 13%;
  }

  .leistungen-icon.bigger {
    width: 20%;
  }

  .div-block-25 {
    align-self: center;
  }

  .link-block-4.is-last {
    margin-right: 0;
  }

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

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

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

  .recaptcha {
    margin-bottom: 30px;
  }

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

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

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

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

  .phone-button {
    z-index: 900000000;
    display: flex;
  }

  .link-block-2 {
    width: 52px;
  }

  .image-12 {
    width: 25px;
  }

  .phone-circle {
    background-color: #5e6e6fe6;
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .logo-wrapper {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

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

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

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

  .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-vita {
    width: 90%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .top-nav-block.hom {
    display: none;
  }

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

  .schwerpunkt-tile {
    align-items: center;
  }

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

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

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

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

  .leistungen-txt {
    padding: 30px;
  }

  .leistungen-img {
    height: 200px;
  }

  .header.header-ueber-uns, .header.header-leistungen, .header.header-praxis {
    background-position: 20%;
  }

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

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

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

  .header-heading-3 {
    letter-spacing: 1px;
    font-size: 13px;
  }

  .icon_pic {
    align-self: center;
    max-width: 100%;
  }

  .link-block-3 {
    align-items: center;
  }

  .icons_start {
    grid-column-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 50% 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

  .captcha-wrapper {
    align-items: flex-end;
  }

  .image-9 {
    width: 16px;
  }

  .inhalt {
    padding: 10px;
  }

  .close-wrapper {
    padding: 8px;
  }

  .popup-inner1 {
    padding: 10px;
  }

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

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

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

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

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

  ul {
    line-height: 1.8;
  }

  .container {
    height: 70px;
    padding-bottom: 0;
  }

  .brand {
    width: 150px;
  }

  .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-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: absolute;
    top: 70px;
    left: auto;
    right: 0%;
  }

  .banner {
    background-position: 44% 100%;
  }

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

  .fixed-image-bg.position, .fixed-image-bg.fib4 {
    margin-top: 50px;
  }

  .div-block-2 {
    width: 100px;
    right: -7%;
    transform: translate(-50%);
  }

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

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

  .icon {
    font-size: 1.3em;
  }

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

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

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

  .nav-container {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .team-overlay-subline {
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 12px;
  }

  .team-overlay-text {
    font-size: 20px;
  }

  .submit-button-2 {
    margin-left: 0;
  }

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

  .leistungen-row {
    overflow: hidden;
  }

  .header.header-ueber-uns {
    background-position: 40%;
    min-height: 70vw;
    margin-top: -15px;
    padding-bottom: 15vw;
  }

  .header.kontakt-ueber-uns {
    background-position: 0 100%;
    min-height: 70vw;
    margin-top: -15px;
    padding-bottom: 15vw;
  }

  .header.header-leistungen, .header.header-praxis, .header.header--berweiser {
    background-position: 40%;
    min-height: 70vw;
    margin-top: -15px;
    padding-bottom: 15vw;
  }

  .header.header-kooperation, .header.header-karriere {
    min-height: 70vw;
    margin-top: -15px;
    padding-bottom: 15vw;
  }

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

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

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

  .header-2.impressum-banner {
    min-height: 50vw;
    padding-bottom: 14vw;
  }

  .icon_pic {
    align-self: center;
    max-width: 80%;
  }

  .icons_start {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 50% 50%;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .leistungen-icon {
    width: 25%;
  }

  .leistungen-icon.bigger {
    width: 40%;
  }

  .rich-text-block {
    font-size: 14px;
  }

  .heading-26 {
    letter-spacing: 2px;
    font-size: 30px;
  }

  .captcha-wrapper {
    align-items: center;
  }

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

  .phone-button {
    z-index: 900000000;
    inset: auto 0 0 auto;
  }

  .link-block-2.w--current {
    width: 70px;
    height: 70px;
    display: block;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .link-block-5 {
    width: 250px;
    padding: 20px;
  }
}

#w-node-_38073d12-af99-bba9-19c1-53edd9903a83-2e055a30 {
  justify-self: center;
}

#w-node-f5f04769-2cd9-ec4b-52b4-3812b6f3980b-c2055a83, #w-node-_811b87ca-e562-a5b6-17ee-09c2efbe9b3b-c2055a83, #w-node-_5d919630-4d0f-beb7-5f19-9cf06bf1e7e6-c2055a83, #w-node-_3002f631-303e-5383-0589-44e132759176-c2055a83, #w-node-d595ce5f-6b82-7547-69e6-bfdc1289dfcd-c2055a83, #w-node-_158a1344-7735-ad20-c752-605e07ebcc87-c2055a83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_38073d12-af99-bba9-19c1-53edd9903ab9-2e055a30 {
    grid-area: 3 / 2 / 4 / 2;
  }

  #w-node-_7dd8a461-5d70-eece-a689-0d81c0dd005b-c0dd004c, #w-node-_7dd8a461-5d70-eece-a689-0d81c0dd004f-c0dd004c, #w-node-_7dd8a461-5d70-eece-a689-0d81c0dd006e-c0dd004c, #w-node-_7dd8a461-5d70-eece-a689-0d81c0dd007c-c0dd004c {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_38073d12-af99-bba9-19c1-53edd9903a83-2e055a30 {
    justify-self: center;
  }

  #w-node-_38073d12-af99-bba9-19c1-53edd9903a8c-2e055a30 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_38073d12-af99-bba9-19c1-53edd9903a95-2e055a30, #w-node-_38073d12-af99-bba9-19c1-53edd9903a9e-2e055a30, #w-node-_38073d12-af99-bba9-19c1-53edd9903aa7-2e055a30, #w-node-_38073d12-af99-bba9-19c1-53edd9903ab0-2e055a30 {
    justify-self: center;
  }

  #w-node-_38073d12-af99-bba9-19c1-53edd9903ab9-2e055a30 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}


