:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.menu {
  z-index: 0;
  color: #c36d17;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-item {
  opacity: .6;
  color: #ff8a16;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: none;
}

.navigation-item:hover {
  opacity: .9;
  color: #fff;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-6 {
  color: #274054;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-image {
  display: block;
}

.logo-link {
  z-index: 1;
}

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

.logo-link:active {
  opacity: .7;
}

.navigation {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #3b5a4c00;
  border-radius: 0 0 30px 30px;
  align-items: center;
  margin: 0 15% 30px;
  padding: 10px 35px 15px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-contact-us {
  z-index: 5;
  color: #13440d;
  background-color: #f2dfc7;
  border-radius: 25px;
  padding-right: 25px;
  transition-property: none;
  position: relative;
}

.button.cc-contact-us:hover {
  border-radius: 0;
}

.button.cc-contact-us {
  z-index: 5;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  background-color: #8a23d8;
  border-radius: 5px;
  position: relative;
}

.button.cc-contact-us:hover {
  background-image: linear-gradient(49deg, #8a23d8, #4b3261);
  border-radius: 5px;
}

.menu-2 {
  z-index: 0;
  color: #181818;
  justify-content: flex-end;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-2 {
  background-color: #fff0;
  border-radius: 50px;
  align-items: center;
  margin-top: 10px;
  margin-left: 5vw;
  margin-right: 5vw;
  padding: 5px 50px;
  display: flex;
  position: sticky;
  top: 10px;
}

.navigation-item-2 {
  opacity: .6;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item-2:hover {
  opacity: .9;
  color: #5a29a0;
  font-weight: 700;
}

.navigation-item-2:active {
  opacity: .8;
}

.navigation-item-2.w--current {
  opacity: 1;
  color: #424242;
  font-weight: 600;
}

.navigation-item-2.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-2.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image-2 {
  display: block;
}

.logo-link-2 {
  z-index: 1;
}

.logo-link-2:hover {
  opacity: .8;
}

.logo-link-2:active {
  opacity: .7;
}

.navigation-items-2 {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  color: #0c0c0c;
  background-color: #ffffff9e;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  padding: 5px 12px;
  font-weight: 400;
  display: flex;
}

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

.leftheaderdiv {
  background-image: url('../images/_MKP1069_1.webp');
  background-position: 62%;
  background-size: cover;
  width: 50%;
  height: 100vh;
  margin-top: -121px;
}

.rightheaderdiv {
  width: 50%;
  margin-left: 0;
  padding-left: 75px;
  padding-right: 100px;
}

.bold-text {
  color: #7c20c2;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 32px;
  line-height: 36px;
}

.text-block-7 {
  color: #5c5c5c;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 17px;
  line-height: 24px;
}

.contactbutton {
  color: #303030;
  background-color: #8a24d800;
  border: 2px solid #8a24d8;
  border-radius: 5px;
  padding: 12px 18px;
  font-size: 18px;
}

.contactbutton:hover {
  color: #fff;
  background-color: #8a24d8;
}

.servicessect {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.servicescont {
  justify-content: space-between;
  width: 100%;
  max-width: 1450px;
  margin-top: 150px;
  margin-bottom: 0;
  display: flex;
}

.servicediv {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image {
  border: 0 solid #000;
  width: auto;
  min-width: 300px;
  max-width: none;
  height: 250px;
  min-height: auto;
  margin-top: 0;
  padding-top: 0;
}

.image.preventionimage {
  box-sizing: border-box;
  margin-right: 0;
  padding-right: 0;
}

.serviceimagediv {
  border-radius: 50px;
  width: 350px;
  height: 250px;
  overflow: hidden;
}

.heading {
  padding-left: 20px;
  font-size: 24px;
}

.button-2 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: inline-block;
}

.button-2.contactbutton {
  margin-top: 32px;
}

.text-block-8 {
  color: #5c5c5c;
  width: 90%;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}

.cell {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20%;
}

.quick-stack {
  padding-left: 20%;
  padding-right: 20%;
}

.heading-2 {
  margin-top: 0;
  font-size: 36px;
  display: flex;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
}

.infosection {
  margin-top: 200px;
}

.praxisdiv {
  justify-content: center;
  align-items: center;
  margin-left: 150px;
  margin-right: 150px;
  display: flex;
}

.leftpraxisdiv {
  border-radius: 10px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.rightpraxisdiv {
  width: 50%;
  padding-left: 50px;
}

.patientdiv {
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  margin-left: 150px;
  margin-right: 150px;
  display: flex;
}

.leftpatientdiv {
  width: 50%;
}

.faqsection {
  margin-top: 150px;
}

.faqcont {
  width: 100%;
  max-width: 1450px;
  display: none;
}

.eachfaqdiv {
  border: 1px solid #8a24d8;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px 50px;
  display: flex;
}

.text-block-9 {
  font-size: 18px;
  font-weight: 700;
}

.fragediv {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.paragraph {
  width: 65%;
  margin-top: 10px;
  font-size: 16px;
}

.paragraph.faqpara {
  display: none;
}

.text-block-10 {
  font-size: 16px;
}

.list-item, .list-item-2 {
  font-size: 16px;
  line-height: 30px;
}

.list {
  padding-left: 15px;
  list-style-type: disc;
  display: none;
}

.mapsection {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.footerdiv {
  justify-content: space-between;
  margin: 100px 5% 0;
  padding-bottom: 75px;
  display: flex;
}

.contactdiv {
  margin-top: 150px;
  margin-left: 5%;
  margin-right: 5%;
}

.contactoptionsdiv {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.emailcontactdiv {
  background-color: #333;
  background-image: linear-gradient(229deg, #8a24d8, #4d1975);
  border-radius: 30px;
  width: 300px;
  padding: 30px;
  font-size: 15px;
}

.link {
  color: #fff;
  font-size: 15px;
}

.heading-3, .heading-4 {
  color: #fff;
  margin-top: 0;
}

.image-2 {
  background-color: #47474700;
}

.image-3, .image-4 {
  padding-bottom: 20px;
}

.sitemapdiv {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  width: 15%;
  margin-top: 75px;
  margin-left: 0;
  margin-right: 0%;
  display: flex;
}

.link-2 {
  color: #3a3a3a;
}

.linksfooterdiv {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.logodivcenterfooter {
  margin-top: 75px;
}

.image-5 {
  width: 200px;
}

.socialsfooterdiv {
  margin-top: 75px;
  margin-right: 0%;
  display: none;
}

.headersectaboutus {
  background-image: linear-gradient(32deg, #8a24d830, #4b4b4b61), url('../images/_MKP1086-min_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 55vh;
  margin-top: -120px;
  display: flex;
}

.headersectaboutus.headerleistungensect {
  background-image: linear-gradient(32deg, #8a24d830, #47474763), url('../images/_MKP1088-min_1.webp');
  background-position: 0 0, 50%;
  height: 50vh;
}

.heading-5 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 46px;
}

.werwirsindsect {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 150px;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.leftwerwirsinddiv {
  padding-left: 42px;
}

.rightwwsdiv {
  border-radius: 10px;
  width: auto;
  height: 300px;
  overflow: hidden;
}

.ctatermn {
  background-image: linear-gradient(6deg, #4c216bb5, #bdbdbd5e), url('../images/_MKP1088-min_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: space-between;
  align-items: center;
  height: 350px;
  margin-top: 150px;
  display: flex;
}

.text-block-11 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 16px;
}

.heading-6 {
  color: #fff;
}

.ctadivleft {
  margin-left: 15%;
}

.buttondivcta {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-left: 100px;
  margin-right: 15%;
  display: flex;
}

.ctabutton {
  background-color: #8a24d8;
  border-radius: 5px;
  padding: 12px 18px;
  font-size: 16px;
}

.ctabutton:hover {
  background-image: linear-gradient(40deg, #5d1694, #8a24d8);
}

.ctabutton.ctakontaktbutton {
  background-color: #8a24d800;
  border: 2px solid #8a24d8;
}

.body, .body-2 {
  background-color: #fff;
}

.text-block-12 {
  color: #5c5c5c;
  width: 80%;
  font-size: 16px;
  line-height: 24px;
}

.list-2 {
  padding-left: 15px;
  display: none;
}

.text-block-13 {
  color: #5c5c5c;
  font-size: 16px;
}

.mitarbeitersect {
  margin-top: 100px;
  margin-left: 15%;
  margin-right: 15%;
}

.upperdiv {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.mitarbeiterimagediv {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.eachmitarbeiterdiv {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.imagediv {
  border-radius: 5px;
  width: 300px;
  min-height: 300px;
  max-height: 300px;
  overflow: hidden;
}

.largemitarbtiertext {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(49deg, #8a24d8, #741397);
  background-clip: border-box;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 20px;
  font-weight: 700;
  transform: skew(0deg);
}

.image-6 {
  width: 300px;
  max-width: none;
  min-height: 300px;
}

.leistungensectin {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  font-size: 14px;
}

.eachleistungdiv {
  grid-column-gap: 0px;
  grid-row-gap: 75px;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1450px;
  margin-top: 100px;
  display: grid;
}

.leistunggriddiv {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/_MKP1040_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 450px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.image-7 {
  width: auto;
  max-width: none;
  height: 300px;
}

.heading-7 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-size: 24px;
  display: block;
}

.paragraph-2 {
  color: #fff;
  width: 500px;
  font-size: 15px;
}

.bold-text-2 {
  font-weight: 400;
}

.imageleistungendiv {
  border-radius: 10px;
  width: 400px;
  height: 300px;
  overflow: hidden;
}

.textservicesdiv {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #2727273d;
  border: 1px solid #db7bee;
  border-radius: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.leistunggriddiv2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/_MKP1109_1.webp');
  background-position: 100%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 450px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.leistunggriddiv3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/_MKP1035_1.webp');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 450px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.leistunggriddiv4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/_MKP1126_1.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 450px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.leistunggriddiv5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/_MKP1123.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 450px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.leistunggriddiv6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/_MKP1069_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 450px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.image-8, .image-9, .image-10 {
  margin-top: -25px;
}

.heading-8 {
  font-size: 32px;
  line-height: 34px;
}

.image-11 {
  border-radius: 10px;
}

.image-12 {
  border-radius: 10px;
  max-width: 650px;
}

.headersectimpr {
  background-image: linear-gradient(32deg, #8a24d83b, #4d4d4d80), url('../images/_MKP1077_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 35vh;
  margin-top: -120px;
  display: flex;
}

.headersectimpr.headerleistungensect {
  background-image: linear-gradient(32deg, #8a24d83b, #57178680), url('../images/pexels-danik-prihodko-8219056.jpg');
  background-position: 0 0, 50% 0;
  height: 50vh;
}

.paragraph-3, .paragraph-4 {
  margin-top: 63px;
  margin-bottom: 57px;
  font-style: normal;
  font-weight: 400;
}

.text-block-15, .text-block-16 {
  font-size: 14px;
}

.heading-9 {
  margin-top: 0;
}

.expertisetext {
  color: #686868;
  padding-left: 5px;
  font-weight: 700;
}

.background-video {
  height: 100%;
}

.image-13 {
  max-width: none;
  height: 100%;
}

.text-block-17 {
  color: #5c5c5c;
}

.link-3 {
  color: #fff;
  font-size: 15px;
}

.image-14 {
  width: 200px;
}

.image-15, .image-16 {
  padding-bottom: 20px;
}

.text-block-18 {
  color: #5c5c5c;
  font-size: 16px;
}

.link-4 {
  color: #fff;
  font-size: 15px;
}

.image-17 {
  width: 200px;
}

.image-18 {
  padding-bottom: 20px;
}

.link-5 {
  color: #3a3a3a;
}

.image-19 {
  padding-bottom: 20px;
}

.text-block-19 {
  color: #5c5c5c;
  font-size: 16px;
}

.image-20 {
  max-width: 650px;
}

.text-block-20 {
  color: #333;
  padding-left: 10px;
  text-decoration: none;
}

.link-block {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

@media screen and (max-width: 991px) {
  .menu-button {
    padding: 0;
  }

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

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-wrap {
    background-color: #fff0;
  }

  .navigation-items {
    background-color: #fff;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .navigation {
    padding: 15px 30px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .menu-2 {
    margin-left: 30px;
    position: static;
  }

  .navigation-2 {
    padding: 10px 30px;
  }

  .navigation-item-2 {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-2:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-2:active {
    background-color: #eef0f3;
  }

  .menu-icon {
    display: block;
  }

  .logo-link-2.w--current {
    flex: 1;
  }

  .navigation-items-2 {
    background-color: #fff;
  }

  .leftheaderdiv {
    margin-top: -128px;
  }

  .rightheaderdiv {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bold-text {
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .contactbutton {
    font-size: 16px;
  }

  .servicessect {
    overflow: hidden;
  }

  .image {
    min-width: auto;
    height: 150px;
  }

  .serviceimagediv {
    width: 150px;
    height: 150px;
  }

  .heading {
    font-size: 16px;
  }

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

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

  .praxisdiv {
    margin-left: 50px;
    margin-right: 50px;
  }

  .rightpraxisdiv {
    padding-left: 25px;
  }

  .patientdiv {
    margin-left: 50px;
    margin-right: 50px;
  }

  .faqcont {
    width: 90%;
    margin-left: 25px;
    margin-right: 25px;
  }

  .mapsection {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .emailcontactdiv {
    width: 200px;
  }

  .headersectaboutus {
    margin-top: -127px;
  }

  .werwirsindsect {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .ctadivleft {
    margin-left: 5%;
  }

  .buttondivcta {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    margin-left: 25px;
    margin-right: 5%;
  }

  .ctabutton {
    font-size: 15px;
  }

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

  .mitarbeitersect {
    margin-left: 5%;
    margin-right: 5%;
  }

  .imagediv {
    width: 150px;
    height: 200px;
    min-height: 200px;
  }

  .image-6 {
    margin-left: -68px;
  }

  .eachleistungdiv {
    grid-row-gap: 50px;
    flex: 0 auto;
    place-items: center;
    width: 95%;
  }

  .leistunggriddiv {
    width: 350px;
    height: 350px;
  }

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

  .paragraph-2 {
    width: 280px;
    font-size: 14px;
  }

  .textservicesdiv {
    width: 300px;
  }

  .leistunggriddiv2 {
    width: 350px;
    height: 350px;
  }

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

  .html-embed {
    width: auto;
    overflow: visible;
  }

  .image-12 {
    max-width: 400px;
  }

  .headersectimpr {
    margin-top: -130px;
  }

  .image-20 {
    max-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .logo-link {
    padding-left: 0;
  }

  .navigation, .navigation-2 {
    padding: 20px 30px;
  }

  .logo-link-2 {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .menu {
    margin-left: 15px;
  }

  .logo-image {
    width: 50%;
    max-width: 80%;
    height: auto;
    max-height: 80%;
  }

  .logo-link.w--current {
    align-self: flex-start;
  }

  .navigation {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .menu-2 {
    margin-left: 15px;
  }

  .navigation-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headersect {
    flex-flow: column;
  }

  .leftheaderdiv {
    width: 100%;
    height: 50vh;
    margin-top: -150px;
  }

  .rightheaderdiv {
    width: 95%;
    padding-left: 10px;
  }

  .bold-text {
    font-size: 28px;
    line-height: 28px;
  }

  .text-block-7 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .servicescont {
    flex-flow: column;
  }

  .servicediv {
    margin-bottom: 20px;
  }

  .image {
    height: 200px;
  }

  .serviceimagediv {
    width: 200px;
    height: 200px;
  }

  .heading {
    margin-top: 0;
    font-size: 18px;
  }

  .infosection {
    margin-top: 0;
  }

  .praxisdiv {
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .rightpraxisdiv {
    width: 100%;
    padding-left: 0;
  }

  .patientdiv {
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .leftpatientdiv {
    width: 100%;
    margin-bottom: 15px;
  }

  .faqcont {
    margin-left: 10px;
    margin-right: 10px;
  }

  .eachfaqdiv {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-9 {
    font-size: 15px;
  }

  .mapsection {
    flex-flow: column;
    overflow: hidden;
  }

  .footerdiv {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .contactoptionsdiv {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .emailcontactdiv {
    width: 250px;
  }

  .sitemapdiv {
    width: 40%;
  }

  .linksfooterdiv {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
    overflow: hidden;
  }

  .headersectaboutus {
    margin-top: -153px;
  }

  .headersectaboutus.headerleistungensect {
    margin-top: -149px;
  }

  .heading-5 {
    font-size: 32px;
  }

  .werwirsindsect {
    flex-flow: column;
  }

  .rightwwsdiv {
    height: 200px;
  }

  .ctatermn {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-11 {
    font-size: 15px;
  }

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

  .ctadivleft {
    margin-bottom: 20px;
  }

  .buttondivcta {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .leistungensectin {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .eachleistungdiv {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex: 0 auto;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: center start;
    width: 100%;
  }

  .leistunggriddiv {
    border-radius: 0;
    justify-content: flex-end;
    align-items: center;
    width: 320px;
  }

  .leistunggriddiv2 {
    border-radius: 0;
    width: 320px;
  }

  .leistunggriddiv3, .leistunggriddiv4, .leistunggriddiv5, .leistunggriddiv6 {
    border-radius: 0;
    width: 320px;
    height: 350px;
  }

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

  .image-12 {
    max-width: 250px;
  }

  .headersectimpr {
    margin-top: -155px;
  }

  .headersectimpr.headerleistungensect {
    margin-top: -149px;
  }

  .image-13 {
    width: 250px;
    height: auto;
  }

  .image-20 {
    max-width: 250px;
  }

  .heading-10, .heading-11 {
    font-size: 24px;
  }
}

#w-node-_4e7dc396-b8d1-ab83-66fa-48afbfd316bd-d3e167ce {
  place-self: stretch center;
}

#w-node-_4d21e295-a791-28c9-94c3-df3c33902bee-d3e167ce {
  justify-self: center;
}

#w-node-ed9f348c-7633-7676-1dcb-7d698380bd03-d3e167ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3b2537df-1f7e-6b4e-0721-616dbbb7f59b-d3e167ce, #w-node-_4a46761c-52a8-d67d-5c0b-eaeb9a2d4d54-d3e167ce, #w-node-_0711f282-df30-434f-7fa8-c8b36180f255-d3e167ce {
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_4e7dc396-b8d1-ab83-66fa-48afbfd316bd-d3e167ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_4d21e295-a791-28c9-94c3-df3c33902bee-d3e167ce, #w-node-ed9f348c-7633-7676-1dcb-7d698380bd03-d3e167ce, #w-node-_3b2537df-1f7e-6b4e-0721-616dbbb7f59b-d3e167ce, #w-node-_4a46761c-52a8-d67d-5c0b-eaeb9a2d4d54-d3e167ce, #w-node-_0711f282-df30-434f-7fa8-c8b36180f255-d3e167ce {
    place-self: stretch stretch;
  }
}
