@font-face {
  font-family: "Ubuntu v20 latin 700";
  src: url('../fonts/ubuntu-v20-latin-700.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu v20 latin 300";
  src: url('../fonts/ubuntu-v20-latin-300.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu v20 latin;
  src: url('../fonts/ubuntu-v20-latin-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --burlywood: #dbbd8e;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --tan-2: #b69b71;
  --dim-grey: #737373bd;
}

.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: #000;
  background-color: #fff;
  height: 100%;
  font-family: "Ubuntu v20 latin 300", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: #020202;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Ubuntu v20 latin 300", sans-serif;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
}

h3 {
  color: #dbbd8e;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

h4 {
  color: #dbbd8e;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #b69b71;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

label {
  margin-bottom: 5px;
  display: block;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #dbbd8e;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  display: block;
}

.section {
  background-color: #fff;
  padding: 40px 40px 20px;
  position: static;
}

.section.sec-beige {
  background-color: #dbbd8e1a;
  border: 12px solid #fff;
  border-top: 0 #e1e1e1;
  border-bottom: 1px #e1e1e1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.sec-oben {
  padding-bottom: 0;
}

.section.sec-oben.home {
  background-image: url('../images/BildGruetzediek.jpg');
  background-position: 50%;
  background-size: cover;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  height: 400px;
  padding-top: 60px;
  padding-left: 50%;
}

.section.sec-ohne-abstand {
  padding: 10px;
}

.section.sec-slider {
  padding: 0 10px;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
}

.section-title-group {
  margin-bottom: 40px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  min-height: 45px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  margin-top: 60px;
  padding-left: 10%;
  padding-right: 10%;
}

.left-navigation {
  background-color: #fff;
  background-image: url('../images/schatten.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 329px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link {
  color: #b69b71;
  text-align: right;
  text-transform: uppercase;
  border-bottom: 3px #dbbd8e;
  padding: 20px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  position: static;
}

.nav-link:hover {
  color: #000;
  border-bottom-color: #000;
}

.nav-link.w--current {
  color: #000;
  border-bottom-color: #000;
  font-weight: 300;
}

.nav-link.nav-sub {
  color: #000;
}

.nav-menu {
  float: none;
  margin-top: 150px;
}

.banner {
  border: 5px #000;
}

.banner.bild {
  background-image: url('../images/BildHaut.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-style: none;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  height: 450px;
}

.banner.bild.aed {
  background-image: url('../images/BildSpritze.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.bild.all {
  background-image: url('../images/BildKkratzen.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.bild.hkt {
  background-image: url('../images/BildOP.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.bild.hkv {
  background-image: url('../images/BildLupe.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.bild.bild-kontakt {
  background-image: url('../images/BildKontakt.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.bild.bildaktuell {
  background-image: url('../images/BilderAktuell.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.bild.bildteam {
  background-image: url('../images/BilderSlider1.jpg');
  background-position: 50%;
  background-size: cover;
}

.content {
  text-align: left;
}

.success-message {
  text-align: center;
}

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

.div-block-logo {
  text-align: center;
  background-image: linear-gradient(#dbbd8e, #dbbd8e);
  border: 10px solid #fff;
  padding: 20px 10px;
}

.div-block-logo.unten {
  background-image: none;
  padding: 0;
}

.strich {
  color: #dbbd8e;
  text-align: center;
  background-image: linear-gradient(#dbbd8e, #dbbd8e);
  height: 1px;
  margin: 40px 10%;
}

.strich.schwarz {
  background-image: linear-gradient(#000, #000);
  height: 1px;
}

.strich.oben {
  margin-top: 20px;
}

.strich.strich-oben {
  margin-top: -20px;
}

.para-aktuell {
  text-align: right;
  padding-left: 40px;
  padding-right: 40px;
}

.text-bold-beige {
  color: #dbbd8e;
}

.div-block-rechsb {
  text-align: right;
  margin-bottom: 10px;
  padding-right: 40px;
}

.container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: block;
}

.container.cont-home {
  display: block;
}

.bild-leistungen {
  text-align: center;
  border: 2px solid #dbbd8e;
  align-self: flex-start;
  margin-bottom: 20px;
}

.para-text {
  margin-bottom: 30px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  position: static;
}

.row-text {
  width: 600px;
  display: inline-block;
}

.para-links-bold {
  text-align: right;
  margin-bottom: 20px;
  margin-right: 10px;
}

.para-text-links {
  text-align: left;
  margin-bottom: 20px;
}

.para-unten {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.para-unten.unten-abstand {
  margin-top: 30px;
}

.icon-oben {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
}

.icon-oben:hover {
  transform: translate(0, -8px);
}

.cont-navi {
  color: #dbbd8e;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}

.navbar-neu {
  text-align: center;
  background-color: #dbbd8e40;
  border-bottom: 10px solid #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  padding-top: 10px;
  padding-bottom: 5px;
}

.para-minus {
  margin-top: -20px;
}

.logo-ll {
  max-width: 200px;
  margin-bottom: 30px;
}

.col-center {
  text-align: center;
}

.hidden {
  height: 10px;
}

.slide1 {
  background-image: url('../images/BilderSlider1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  background-color: #0000;
  height: 450px;
}

.slide2 {
  background-image: url('../images/BilderSlider2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide3 {
  background-image: url('../images/BilderSlider3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide4 {
  background-image: url('../images/BilderSlider4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-leist1 {
  background-image: url('../images/BildHaut.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-leist2 {
  background-image: url('../images/BildLupe.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-leist3 {
  background-image: url('../images/BildOP.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-leist4 {
  background-image: url('../images/BildKkratzen.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-leist5 {
  background-image: url('../images/BildSpritze.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-leist6 {
  background-image: url('../images/BildHautSeele.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-danke {
  background-color: #dbbd8e80;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 40px;
  padding-bottom: 20px;
}

.slide-team1 {
  background-image: url('../images/BilderSlider1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-team2 {
  background-image: url('../images/BilderSliderTeam1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-team3 {
  background-image: url('../images/BilderSliderTeam2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide5 {
  background-image: url('../images/BildKontakt.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide6 {
  background-image: url('../images/BilderSlider_Assistenz.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide7 {
  background-image: url('../images/BilderSlider_Arzt.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.checkbox-field {
  text-align: left;
  font-size: 14px;
}

.col-rechts {
  text-align: right;
}

.div-abstand {
  height: 40px;
}

.col-90 {
  width: 90%;
}

.col-abstand-innen {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.col-abstand-innen.innen-strich {
  border-right: 1px solid #fff;
}

.h3-abstand {
  color: #fff;
  margin-bottom: 30px;
}

.col-links {
  text-align: left;
}

.para-center, .h3-center {
  text-align: center;
}

.map {
  filter: grayscale();
  margin-bottom: 20px;
}

.div-beige {
  background-color: #dbbd8e80;
  padding-top: 30px;
  padding-bottom: 30px;
}

.select-field {
  color: #999;
  background-color: #fff;
  margin-bottom: 17px;
}

.slide8 {
  background-image: url('../images/BilderSlider_FrauTelefon_Neu.jpg');
  background-position: 100%;
  background-size: cover;
}

.slide9 {
  background-image: url('../images/BilderSlider_Fraublau.jpg');
  background-position: 50%;
  background-size: cover;
}

.bild-team-einzel {
  border: 2px solid var(--burlywood);
  width: 250px;
}

.div-team {
  text-align: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

html.w-mod-js [data-ix="fade-in"] {
  opacity: .3;
  transform: translate(0);
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    padding-left: 0;
  }

  h1 {
    font-size: 36px;
    line-height: 40px;
  }

  p {
    font-size: 14px;
  }

  .hamburger-button {
    color: #fff;
    background-color: #dbbd8e;
    margin-right: 10px;
  }

  .hamburger-button:hover, .hamburger-button.w--open {
    background-color: #000;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.sec-oben {
    padding-top: 30px;
  }

  .section.sec-oben.home {
    background-position: 50%;
    height: 300px;
    padding-top: 50px;
    padding-left: 35%;
  }

  .section-heading.centered {
    font-size: 24px;
    line-height: 34px;
  }

  .form-wrapper.squeezed {
    padding-left: 8%;
    padding-right: 8%;
  }

  .left-navigation {
    float: none;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: auto;
    position: static;
    inset: 0 0 auto;
  }

  .nav-link {
    color: #b69b71;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 13px;
  }

  .nav-menu {
    background-color: #dbbd8e;
    margin-top: -790px;
  }

  .banner.bild {
    height: 280px;
  }

  .div-block-logo {
    position: static;
  }

  .strich {
    display: block;
  }

  .strich.oben {
    display: none;
  }

  .para-aktuell {
    text-align: left;
  }

  .bild-leistungen {
    margin-bottom: 10px;
  }

  .para-text {
    padding-left: 0;
    padding-right: 0;
  }

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

  .slider {
    height: 280px;
  }

  .col-abstand-innen {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .col-abstand-innen.innen-strich {
    border-right-style: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }

  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  h3 {
    margin-top: 10px;
  }

  .section {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.sec-oben {
    text-align: center;
  }

  .section.sec-oben.home {
    background-position: 0;
    height: 250px;
    padding-top: 70px;
    padding-left: 50%;
  }

  .section-heading.centered {
    font-size: 24px;
  }

  .nav-menu {
    margin-top: -910px;
  }

  .banner.bild {
    height: 200px;
  }

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

  .container {
    text-align: center;
  }

  .bild-leistungen {
    display: block;
  }

  .row-text {
    width: 500px;
    display: block;
  }

  .para-unten {
    margin-bottom: 10px;
  }

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

  .slider {
    height: 200px;
  }

  .div-team {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .section.sec-oben.home {
    background-position: 0;
    height: 200px;
  }

  .section-heading.centered {
    font-size: 20px;
    line-height: 28px;
  }

  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .nav-menu {
    margin-top: -910px;
  }

  .container.cont-home {
    display: none;
  }

  .para-text {
    width: 300px;
  }

  .row-text {
    text-align: center;
    width: auto;
  }

  .para-links-bold {
    display: inline-block;
  }

  .para-text-links {
    text-align: center;
    display: inline-block;
  }

  .column, .column-2 {
    display: inline-block;
  }

  .slide-nav, .right-arrow, .left-arrow {
    display: none;
  }

  .bild-team-einzel {
    width: 200px;
  }
}


@font-face {
  font-family: 'Ubuntu v20 latin 700';
  src: url('../fonts/ubuntu-v20-latin-700.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu v20 latin 300';
  src: url('../fonts/ubuntu-v20-latin-300.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu v20 latin';
  src: url('../fonts/ubuntu-v20-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}