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

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

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

.column-navbar-brand {
  padding-left: 0;
  padding-right: 0;
}

.navbar_container {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: stretch;
  width: 96%;
  padding-top: 0;
  display: flex;
}

.brand {
  padding-left: 0;
  padding-right: 0%;
}

.navbar {
  background-color: #fff;
  padding-top: 1vw;
  padding-bottom: 1vw;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #000;
  letter-spacing: .2vw;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 15px;
  line-height: 17px;
  text-decoration: none;
  transition: transform .2s;
}

.nav-link:hover {
  color: #e6bc3f;
  -webkit-text-stroke-color: #e6bc3f;
  transform: translate(0, -6px);
}

.nav-link.w--current {
  color: #000;
}

.nav-link.first {
  margin-right: 2vw;
}

.nav-link.footer_link, .nav-link.footer_link.first {
  font-size: 1vw;
  line-height: 1vw;
}

.column-navbar-menu {
  flex-direction: column;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.body {
  font-family: Quicksand Lokal, sans-serif;
}

.header_section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header_picture_wrapper {
  background-image: url('../images/christina-deravedisian-EnEo2JM0juM-unsplash-1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 20vw;
  line-height: 15px;
}

.header_pic_gradient {
  background-image: linear-gradient(#fff0, #fff);
  height: 100%;
}

.image-21 {
  margin-top: 52px;
  margin-left: 37%;
  padding-top: 0;
}

.content_container {
  width: 90vw;
  max-width: 1200px;
}

.content_container.header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content_container.cards {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 500px;
  margin-bottom: 5vw;
  display: flex;
}

.content_container.leistungen {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  margin-top: 5vw;
  margin-bottom: 3vw;
  display: flex;
}

.content_container.sag_hallo {
  width: 60vw;
}

.standard_txt {
  text-align: left;
  line-height: 24px;
}

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

.standard_txt.center.white {
  color: #fff;
  width: 24vw;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.standard_txt.center.white2 {
  color: #fff;
  margin-top: 1vw;
}

.standard_txt.center.praxir-ume {
  margin-bottom: 5vw;
}

.bold_span {
  font-weight: 700;
}

.header_logo {
  margin-top: -120px;
  margin-bottom: 20px;
}

.leistungen_section {
  background-image: url('../images/HealingbyLaura_Bildmarke_Weiss-2.png'), linear-gradient(#e6bc3f, #e6bc3f);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 357px, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 5vw;
  display: flex;
}

.cards-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: grid;
}

.card {
  box-shadow: none;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(162deg, #ffffff30, #ffffff14);
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card:hover {
  box-shadow: none;
}

.card-image-wrap {
  border-radius: 12px;
  justify-content: center;
  width: 100%;
  padding: 20px 20px 0;
  display: flex;
  overflow: hidden;
}

.card-image {
  object-fit: cover;
  width: auto;
  height: 280px;
}

.card-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 20px 20px;
  display: flex;
  overflow: hidden;
}

.card-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.card-title.linebreak {
  margin-top: 25px;
  font-size: 16px;
  line-height: 21px;
}

.card-subtitle {
  color: #ffffff73;
  text-transform: uppercase;
  font-size: 14px;
}

.card-text {
  color: #ffffff78;
  text-align: center;
  margin-top: 12px;
}

.section {
  background-color: #e6bc3f;
  justify-content: center;
  align-items: center;
  height: 45vw;
  margin-top: 93px;
  display: flex;
}

.card_body {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  height: 330px;
  padding: 3%;
  display: flex;
  position: static;
  overflow: visible;
}

.section_heading {
  color: #000;
  text-align: center;
  letter-spacing: 10px;
  -webkit-text-stroke-color: #fff;
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 40px;
}

.section_heading.white {
  color: #fff;
}

.section_heading.impressum {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section_heading.helper {
  margin-top: 20px;
  margin-bottom: 0;
  display: none;
}

.leistungen_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-22 {
  margin-top: 3vw;
}

.laura_kiefer_intro {
  justify-content: center;
  height: 50vw;
  display: flex;
}

.right {
  background-image: url('../images/Laura-Mayer.png');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.left {
  background-image: url('../images/second-intro-background.png');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  width: 50%;
  display: flex;
}

.inro_txt_wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inro_txt_wrapper.black {
  flex-direction: column;
  width: 85%;
  padding: 5%;
}

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

.slider {
  width: 100%;
}

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

.mask {
  background-color: #fff;
}

.columns {
  height: 30vw;
}

.praxisr-ume_picture {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.column, .column-2, .column-3, .column-4 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.slider_arrow {
  color: #000;
}

.slide-nav {
  top: 316px;
}

.slide-nav-eckdaten {
  color: #c4c4c4;
  margin-top: 1vw;
  position: static;
}

.list-box {
  padding-bottom: 1vh;
}

.list-mietflachen {
  padding-left: 0;
  list-style-type: none;
}

.heading-box {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 1.5vw;
  line-height: 1.8vw;
}

.icon-4 {
  color: #000;
}

.slider-eckdaten {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: relative;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.div-block-eckdaten-holder {
  background-color: #c4c4c4;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 30vw;
  height: 25vw;
  margin-left: .5vw;
  margin-right: .5vw;
  padding: 0;
  display: flex;
}

.list-item-box {
  margin-bottom: 1vw;
  font-size: .9vw;
  line-height: 1.3vw;
}

.list-item-box.smallspacing {
  margin-bottom: .1vw;
}

.text-block-box {
  font-size: 1vw;
  line-height: 1.5vw;
}

.columns-mietflachen {
  width: 100%;
  height: 100%;
  margin-top: 1vw;
}

.column-mietflachen-m2 {
  padding-left: 0;
  padding-right: 0;
}

.mask_eckdaten {
  height: 100%;
}

.column-mietflachen-og {
  padding-left: 0;
  padding-right: 0;
}

.div-block-eckdaten-slider-holder {
  justify-content: center;
  height: 100%;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.image-23 {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.contact_section {
  background-color: #e3e1db;
  background-image: url('../images/HealingbyLaura_Bildmarke_Weiss-3.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 357px;
  justify-content: center;
  align-items: center;
  height: 50vw;
  display: flex;
}

.contact_column {
  background-color: #fff;
  padding: 4vw;
}

.column-5 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.column-6 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.contact_link {
  color: #000;
}

.column-7 {
  padding-top: 53px;
}

.footer {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3% 0%;
  display: flex;
}

.footer_upper {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  display: flex;
}

.footer_logo {
  width: 200px;
}

.footer_link_wrapper {
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #000;
  text-transform: uppercase;
  align-self: flex-end;
  margin-right: 15px;
  font-size: 18px;
  text-decoration: none;
}

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

.social_icons_footer {
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.link-block {
  margin-right: 10px;
}

.instagram_link_block {
  margin-left: 23px;
  display: block;
}

.mobile_slider {
  display: none;
}

.impressum_section {
  justify-content: center;
  display: flex;
}

.standard_h1 {
  color: #000;
  text-align: center;
  letter-spacing: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 500;
  display: none;
}

.invisble_seo {
  display: none;
}

.card_bulletpoint {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.card_bulletpoint.lb {
  line-height: 20px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #e6bc3f;
  border: 2px solid #e6bc3f;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #e6bc3f;
  background-color: #f5f5f5;
  border-color: #e6bc3f;
}

.fs-cc-prefs_label {
  color: #e6bc3f;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_text {
  color: #000;
  font-size: 12px;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_button {
  background-color: #e6bc3f;
  border: 2px solid #e6bc3f;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #e6bc3f;
  -webkit-text-stroke-color: #e6bc3f;
  background-color: #fff;
  border-color: #e6bc3f;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_text-link {
  color: #e6bc3f;
  border: 1px #e6bc3f;
  font-weight: 400;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 1280px) {
  .content_container {
    width: auto;
  }

  .content_container.cards {
    height: 500px;
  }

  .standard_txt.center.white {
    width: 22vw;
  }

  .card_body {
    padding-bottom: 5%;
  }

  .list-box {
    padding-bottom: 1vh;
  }

  .heading-box {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
  }

  .div-block-eckdaten-holder {
    height: 25vw;
  }
}

@media screen and (min-width: 1440px) {
  .columns_navbar {
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .column-navbar-brand {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .brand {
    flex: 0 auto;
    padding-right: 0%;
  }

  .nav-link {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: 2vw;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .column-navbar-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .standard_txt {
    line-height: 23px;
  }

  .standard_txt.center.white {
    width: 18vw;
  }

  .inro_txt_wrapper.black {
    width: 68%;
  }

  .praxisr-ume_picture {
    width: 100%;
    max-width: none;
  }

  .slide-nav-eckdaten {
    position: static;
  }

  .right-arrow-2 {
    left: 1195px;
  }

  .heading-box {
    margin-bottom: 1vw;
    font-size: 1.3vw;
  }

  .div-block-eckdaten-holder {
    background-color: #c4c4c4;
    flex: 0 auto;
    width: 30vw;
    height: 25vw;
    margin-left: .5vw;
    margin-right: .5vw;
    padding: 0;
  }

  .list-item-box {
    font-size: .8vw;
  }

  .left-arrow {
    left: -73px;
  }

  .div-block-eckdaten-slider-holder {
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact_section {
    height: 40vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu {
    justify-content: space-between;
  }

  .navbar {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .nav-link {
    letter-spacing: .15vw;
    margin-left: 3vw;
    margin-right: 0;
    font-size: .8vw;
    line-height: 1.4vw;
  }

  .nav-link.footer_link {
    letter-spacing: .15vw;
    margin-left: 0;
    font-size: .7vw;
  }

  .nav-link.footer_link.first {
    letter-spacing: .15vw;
  }

  .content_container.cards {
    height: 500px;
  }

  .standard_txt.center.white {
    width: 14vw;
  }

  .inro_txt_wrapper.black {
    width: 60%;
  }

  .slide-nav-eckdaten {
    position: static;
  }

  .list-box {
    font-size: .8vw;
    line-height: 1.2vw;
  }

  .heading-box {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: .5vw;
    font-size: 1.3vw;
    line-height: 1.8vw;
  }

  .slider-eckdaten {
    background-color: #0000;
    width: 100%;
    height: auto;
  }

  .list {
    margin-top: .5vw;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
  }

  .div-block-eckdaten-holder {
    border-radius: 10px;
    width: 30vw;
    height: 25vw;
    list-style-type: none;
  }

  .list-item-box {
    margin-bottom: .1vw;
    font-size: .8vw;
  }

  .text-block-box {
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .mask_eckdaten {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-eckdaten-slider-holder {
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
  }

  .instagram_link_block {
    margin-left: 2vw;
  }
}

@media screen and (max-width: 991px) {
  .image-20 {
    width: 70px;
  }

  .columns_navbar {
    flex-direction: row;
  }

  .nav-menu {
    z-index: 1;
    background-color: #fff;
    flex: 1;
    margin-top: 10vw;
    padding: 2vw 5vw 2vw 2vw;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .brand {
    width: 25vw;
    padding-right: 0%;
  }

  .navbar {
    height: auto;
  }

  .nav-link {
    z-index: 2;
    text-align: left;
    font-size: 2vw;
    line-height: 5vw;
  }

  .nav-link.footer_link {
    font-size: 1.5vw;
    line-height: 1.5vw;
  }

  .content_container.cards {
    flex-direction: column;
    height: auto;
  }

  .content_container.leistungen {
    height: auto;
  }

  .standard_txt.center.white {
    width: 40vw;
  }

  .cards-wrap {
    grid-column-gap: 24px;
  }

  .card-subtitle {
    order: -1;
    margin-bottom: 12px;
  }

  .card-text {
    margin-top: 8px;
  }

  .card_body {
    justify-content: space-between;
    width: 70%;
    height: auto;
    margin-bottom: 15vw;
    padding-bottom: 3%;
  }

  .laura_kiefer_intro {
    height: auto;
  }

  .praxisr-ume_section {
    height: auto;
    padding-bottom: 5vw;
  }

  .slide-nav {
    top: auto;
  }

  .slide-nav-eckdaten {
    margin-top: 1vw;
  }

  .heading-box {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .slider-eckdaten {
    height: 40vw;
  }

  .div-block-eckdaten-holder {
    width: 38vw;
    height: 40vw;
    margin-bottom: 5vw;
    margin-left: .5vw;
    margin-right: .5vw;
  }

  .list-item-box {
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .text-block-box {
    font-size: 2vw;
    line-height: 3vw;
  }

  .div-block-eckdaten-slider-holder {
    padding-left: 10%;
    padding-right: 10%;
  }

  .column-5 {
    padding-top: 0;
  }

  .column-7 {
    padding-top: 50px;
  }

  .footer_logo {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .image-20 {
    width: 60px;
  }

  .nav-menu {
    margin-top: 71px;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 2vw;
  }

  .brand {
    width: 30vw;
    padding-right: 0%;
  }

  .navbar {
    height: auto;
  }

  .nav-link {
    text-align: left;
    width: auto;
    margin-bottom: 3vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .nav-link.first {
    margin-right: 3vw;
  }

  .nav-link.footer_link {
    margin-bottom: 0;
    font-size: 2vw;
    line-height: 2vw;
  }

  .content_container.cards {
    flex-direction: column;
    height: auto;
  }

  .content_container.leistungen {
    height: auto;
  }

  .standard_txt {
    text-align: center;
  }

  .standard_txt.center.white {
    width: 75vw;
  }

  .header_logo {
    margin-top: -50px;
  }

  .leistungen_section {
    height: auto;
  }

  .cards-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .card-subtitle {
    margin-bottom: 4px;
  }

  .card-text {
    margin-top: 2px;
  }

  .card_body {
    justify-content: flex-start;
    width: 90%;
    height: auto;
    margin-bottom: 15vw;
    padding-bottom: 1%;
  }

  .section_heading.impressum {
    font-size: 4vw;
  }

  .leistungen_wrapper {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .icon-1, .icon-2, .icon-3 {
    margin-top: 30px;
  }

  .laura_kiefer_intro {
    flex-direction: column;
    height: auto;
  }

  .right {
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    min-height: 100vw;
  }

  .left {
    justify-content: center;
    width: 100%;
    min-height: 100vw;
  }

  .inro_txt_wrapper.black {
    background-color: #ffffffbf;
  }

  .praxisr-ume_section {
    height: auto;
  }

  .heading-box {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .slider-eckdaten {
    height: 110vw;
    display: none;
  }

  .div-block-eckdaten-holder {
    width: 100%;
    height: 50vw;
    padding: 0;
  }

  .list-item-box {
    font-size: 2vw;
    line-height: 3vw;
  }

  .text-block-box {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .columns-mietflachen {
    display: flex;
  }

  .div-block-eckdaten-slider-holder {
    align-items: center;
    height: 100%;
    padding-left: 15%;
    padding-right: 15%;
    display: block;
  }

  .div-block-eckdaten-slider-holder.middle {
    display: flex;
  }

  .contact_section {
    height: auto;
    padding: 5vw;
  }

  .contact_column {
    background-color: #ffffffbf;
  }

  .column-6, .image-24 {
    height: 200px;
  }

  .column-7 {
    justify-content: center;
    padding-top: 0;
    display: flex;
  }

  .footer {
    padding-top: 3%;
  }

  .footer_upper {
    flex-direction: column;
  }

  .footer_logo {
    width: 200px;
  }

  .footer_link_wrapper {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 5vw;
  }

  .mobile_slider {
    display: block;
  }

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

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .image-20 {
    width: 50px;
  }

  .nav-menu {
    margin-top: 64px;
    display: block;
    inset: 48% 0% 0% auto;
  }

  .brand {
    width: 40vw;
    padding-right: 0%;
  }

  .navbar {
    height: 20vw;
  }

  .nav-link {
    margin-bottom: 5vw;
    font-size: 5vw;
    line-height: 8vw;
  }

  .nav-link.first {
    margin-right: 0;
  }

  .nav-link.footer_link {
    margin-bottom: 5vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .nav-link.footer_link.first {
    font-size: 3vw;
    line-height: 4vw;
  }

  .header_picture_wrapper {
    height: 36vw;
  }

  .content_container.header {
    width: 90vw;
  }

  .content_container.cards {
    height: 100%;
  }

  .content_container.sag_hallo {
    width: 90vw;
  }

  .standard_txt {
    text-align: center;
    width: 90vw;
  }

  .standard_txt.center.white {
    width: 75vw;
  }

  .header_logo {
    margin-top: -30px;
  }

  .leistungen_section {
    background-image: url('../images/HealingbyLaura_Bildmarke_Weiss-2.png'), linear-gradient(to bottom, null, null);
    background-size: 250px, auto;
  }

  .card-image {
    height: 240px;
  }

  .card-title {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .card-title.linebreak {
    margin-top: 15px;
  }

  .card_body {
    width: 90%;
    height: auto;
    margin-bottom: 20vw;
    padding-bottom: 4%;
  }

  .section_heading {
    text-align: center;
    font-size: 7vw;
    line-height: 9vw;
  }

  .section_heading.white {
    font-size: 7vw;
  }

  .section_heading.impressum {
    letter-spacing: 6px;
    font-size: 4vw;
  }

  .icon-1, .icon-2, .icon-3 {
    margin-top: 15px;
    padding-top: 0;
  }

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

  .left {
    min-height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .inro_txt_wrapper.black {
    width: 90%;
  }

  .praxisr-ume_section {
    height: auto;
  }

  .right-arrow-2 {
    display: none;
  }

  .heading-box {
    margin-bottom: 2vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .slider-eckdaten {
    height: 165vw;
  }

  .div-block-eckdaten-holder {
    width: 100%;
    height: 75vw;
    padding: 5vw;
  }

  .list-item-box {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .list-item-box.smallspacing {
    margin-bottom: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .text-block-box {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .left-arrow {
    display: none;
  }

  .div-block-eckdaten-slider-holder {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .contact_section {
    padding: 9vw 8vw;
  }

  .contact_column {
    width: 100%;
  }

  .column-6 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .column-7 {
    padding-top: 0;
  }

  .footer_upper {
    justify-content: center;
  }

  .footer_logo {
    width: 150px;
  }

  .footer_link_wrapper {
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin-top: 5vw;
  }

  .footer-link {
    margin-left: 15px;
    margin-right: 0;
  }

  .footer-link.first {
    margin-left: 0;
  }

  .social_icons_footer {
    justify-content: center;
  }

  .instagram_link_block {
    margin-left: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }
}


@font-face {
  font-family: 'Quicksand Lokal';
  src: url('../fonts/Quicksand-SemiBold-lokal.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand Lokal';
  src: url('../fonts/Quicksand-Regular-lokal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand Lokal';
  src: url('../fonts/Quicksand-Bold-lokal.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand Lokal';
  src: url('../fonts/Quicksand-Medium-lokal.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand Lokal';
  src: url('../fonts/Quicksand-Light-lokal.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.navilinkgelb {
    background-color: #e6bc3f; 
    padding: 10px;
    color: #fff;
}

.navilinkgelb:hover {
    background-color: #e6bc3f; 
    padding: 10px;
    color: #fff;
}


.buttongelb {
    position: static;
    background-color: #e6bc3f; 
    padding: 10px;
    margin: 10px 0 0 0;
    letter-spacing: .2vw;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 17px;
    text-decoration: none;
    transition: transform .2s;
    color: #fff;
}

.buttongelb:hover {
    background-color: #e6bc3f; 
    padding: 10px;
    color: #fff;
    transform: translate(0, -6px);
}


