:root {
  --sky-blue: #6dc3d9;
  --dark-slate-grey: #393939;
}

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

.mainframe {
  height: auto;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.div-block-2 {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.g2 {
  background-color: #6dc3d9;
  border-radius: 8px;
  align-items: center;
  height: 42vh;
  padding: 20px;
  display: flex;
}

.g2.ds {
  height: auto;
}

.g1 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 42vh;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
  display: flex;
}

.g1.ds {
  height: auto;
}

.list-item {
  color: #fff;
  padding-top: 5px;
  font-family: Contserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.g3 {
  background-color: #87f5b1;
  background-image: linear-gradient(120deg, #80d9f0, #6cb3c1);
  border-radius: 8px;
  height: 42vh;
  position: relative;
  overflow: hidden;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  font-family: Contserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.div-block-3 {
  background-image: url('../images/map4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading_g1 {
  color: #000;
  margin-top: 0;
  padding-top: 9px;
  font-family: Contserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.div_sprache {
  color: #fff;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Contserrat, sans-serif;
  font-size: 20px;
  display: flex;
}

.div_sprache.pt1 {
  padding-top: 10px;
  font-family: Contserrat, sans-serif;
  font-weight: 500;
}

.div_sprache.abstand--oben {
  margin-top: 20px;
}

.txt_sprache {
  padding-left: 12px;
  font-family: Contserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.rich-text-block {
  padding-top: 0;
  font-family: Contserrat, sans-serif;
  font-size: 19px;
  line-height: 15px;
}

.rich-text-block-3 {
  font-family: Contserrat, sans-serif;
}

.rich-text-block-3.inmodal {
  font-size: 16px;
  line-height: 22px;
}

.link-gmaps {
  background-color: #6dc3d9;
  border-radius: 6px;
  align-content: flex-end;
  align-items: center;
  margin-left: 20px;
  padding: 10px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.link-gmaps:hover {
  background-color: #5593a2;
}

.text-block-2 {
  color: #000;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-family: Contserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.anschrift {
  background-color: #fff;
  border-radius: 6px;
  align-content: flex-end;
  align-items: center;
  margin: 10px 20px 20px;
  padding: 10px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.g1_wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.heading-4 {
  color: var(--sky-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Contserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.heading-5 {
  color: var(--sky-blue);
  margin-top: 0;
  margin-bottom: 1px;
  font-family: Contserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.div-block-6 {
  z-index: 2;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gmaps-linktext {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-family: Contserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.section {
  text-align: center;
  width: 100%;
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.link {
  color: #fff;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Contserrat, sans-serif;
  text-decoration: none;
}

.g1_trnner_1 {
  background-color: var(--sky-blue);
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.g2_wrapper {
  width: 100%;
}

.icon_wrapper {
  width: 25px;
  height: 25px;
  margin-right: 20px;
  padding-right: 0;
}

.div-block-7 {
  color: var(--dark-slate-grey);
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  font-family: Contserrat, sans-serif;
  font-size: 20px;
}

.html-embed, .html-embed-2 {
  color: var(--sky-blue);
}

.ds {
  box-shadow: 1px 1px 4px #0000005c;
}

.text-block-4 {
  padding-top: 15px;
  padding-bottom: 18px;
  font-family: Contserrat, sans-serif;
}

.i_grid.ds {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}

.body {
  background-image: url('../images/health-still-life-with-copy-space.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-9 {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  padding: 20px;
  position: relative;
}

.modalwrapper {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 1280px;
  max-width: 1280px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.close-modal {
  cursor: pointer;
  background-color: #6dc3d9;
  border-radius: 6px;
  place-content: flex-end center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 69px;
  padding: 12px;
  font-family: Contserrat, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.close-modal:hover {
  background-color: #5593a2;
}

.modalzur-ck {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-family: Contserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.modal_button_on {
  cursor: pointer;
  background-color: #6dc3d9;
  border-radius: 6px;
  place-content: flex-end center;
  align-items: center;
  margin-top: 4px;
  margin-left: 0;
  padding: 10px;
  text-decoration: none;
  transition: background-color .375s;
  display: inline-block;
}

.modal_button_on:hover {
  background-color: #5593a2;
}

.modal_button_on_text {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-family: Contserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.modal_bg {
  z-index: 98;
  background-color: #949494c2;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.modal_bg.show {
  display: block;
}

.heading_modal {
  color: var(--sky-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Contserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.close_modal_x {
  color: var(--sky-blue);
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-top: 30px;
  margin-right: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.vertretungszeile {
  margin-bottom: 10px;
}

.list-vertretung {
  margin-top: 14px;
  font-family: Contserrat, sans-serif;
  font-size: 16px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-family: Contserrat, sans-serif;
}

.italic-text {
  font-weight: 400;
}

.rich-text-block-4 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .mainframe {
    height: 100%;
    padding-bottom: 100px;
  }

  .div-block-2 {
    width: 100%;
    padding-bottom: 40px;
  }

  .g2.ds, .g1.ds {
    height: auto;
  }

  .g3.ds {
    height: auto;
    min-height: 350px;
  }

  .grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .section {
    z-index: 99;
    background-color: var(--sky-blue);
    padding-top: 5px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-9 {
    height: auto;
  }

  .modalwrapper {
    width: 100%;
    padding-bottom: 40px;
  }

  .close-modal {
    width: auto;
    height: auto;
    padding: 12px;
    display: inline-block;
    position: relative;
  }

  .list-vertretung {
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    padding: 15px;
  }

  .rich-text-block-3.inmodal {
    font-size: 13px;
    line-height: 17px;
  }

  .modalwrapper {
    padding: 15px;
  }

  .heading_modal {
    font-size: 20px;
    line-height: 22px;
  }

  .close_modal_x {
    margin-top: 25px;
    margin-right: 27px;
  }

  .vertretungszeile {
    margin-bottom: 0;
  }

  .list-vertretung {
    margin-top: 5px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .g3.ds {
    background-color: #87f5b100;
    background-image: none;
  }

  .grid {
    justify-content: center;
  }

  .div-block-3 {
    background-image: url('../images/map3.png');
    background-position: 50%;
  }

  .text-block-2 {
    font-weight: 400;
    display: block;
  }

  .anschrift {
    height: auto;
  }

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

  .section {
    height: 80px;
  }

  .body {
    background-position: 50%;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .close-modal {
    margin-top: 16px;
    display: flex;
    position: static;
  }

  .modal_bg {
    background-color: #fff;
  }

  .heading_modal {
    font-size: 20px;
    line-height: 30px;
  }

  .close_modal_x {
    margin-top: 10px;
    margin-right: 13px;
  }
}

#w-node-_5daca6bc-b1bc-fb9b-d0ed-9daf419e2ded-185ea782 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5daca6bc-b1bc-fb9b-d0ed-9daf419e2ded-185ea782 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Contserrat';
  src: url('../fonts/contserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Contserrat';
  src: url('../fonts/contserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Contserrat';
  src: url('../fonts/contserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Contserrat';
  src: url('../fonts/contserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Contserrat';
  src: url('../fonts/contserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Contserrat';
  src: url('../fonts/contserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Contserrat';
  src: url('../fonts/contserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}