.body {
  background-color: #fbceb1;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-wrapper {
  display: flex;
}

.div-left {
  width: 70vw;
  height: 100vh;
  background-image: url('../images/image00007-1-min.jpg');
  background-position: 100%;
  background-size: cover;
}

.div-right {
  width: 100vw;
  max-width: 100vw;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-nav {
  display: flex;
}

.navbar-logo-left {
  width: 100%;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 65px 20px 50px;
  display: flex;
}

.navbar-logo-left-container.shadow-three.behandlung {
  padding-left: 50px;
}

.navbar-logo-left-container.shadow-three.sprechstunde {
  padding-left: 60px;
}

.navbar-logo-left-container.shadow-three.kosten {
  padding-left: 50px;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  color: #0064df;
  justify-content: space-between;
  align-items: center;
  font-family: Inter Regular, sans-serif;
  display: flex;
}

.navbar-brand.w--current {
  width: 140px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #0064df;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #0064df;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
  text-decoration: none;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
  text-decoration: none;
}

.text-block {
  color: #0064df;
  font-weight: 400;
  display: none;
}

.list-item {
  color: #0064df;
}

.text-wrapper {
  width: 60%;
  margin-bottom: 100px;
  margin-left: 60px;
}

.heading {
  color: #0064df;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Cako Regular, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 58px;
}

.paragraph {
  width: 440px;
  color: #0064df;
  margin-left: 10px;
  font-family: Cardo Regular, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.home-content {
  margin-top: 40px;
}

.column {
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.heading-2 {
  color: #0064df;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Cako Regular, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.heading-2.header-sprechstunde {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 55px;
}

.heading-2.home {
  font-size: 35px;
  line-height: 45px;
}

.div-block {
  margin-bottom: 65px;
  margin-left: 6%;
}

.paragraph-2 {
  color: #0064df;
  font-family: Inter Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-2.para {
  font-family: Inter Regular, sans-serif;
  font-weight: 400;
}

.footer {
  justify-content: flex-end;
  padding-top: 39px;
  padding-bottom: 39px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-link {
  color: #0064df;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Inter Regular, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.columns.home {
  margin-top: 100px;
}

.column-2 {
  padding-right: 40px;
}

.button {
  background-color: #0064df;
  border-radius: 20px;
  font-family: Cardo Regular, sans-serif;
  font-weight: 400;
}

.list-block {
  display: flex;
}

.liste-item {
  color: #0064df;
  font-family: Inter Regular, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.list {
  padding-left: 20px;
}

.second-content {
  margin-top: 70px;
}

.second-wrapper {
  width: 40%;
  margin-left: 10%;
}

.div-block-2 {
  max-width: 45%;
  margin-left: 5%;
}

.link, .link-2 {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .navbar-logo-left-container.shadow-three {
    margin-right: 28px;
    padding-left: 50px;
  }

  .navbar-logo-left-container.shadow-three.behandlung, .navbar-logo-left-container.shadow-three.sprechstunde, .navbar-logo-left-container.shadow-three.kosten {
    padding-left: 30px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
    font-size: 13px;
  }

  .list-item {
    font-size: 14px;
  }

  .text-wrapper {
    margin-bottom: 140px;
  }

  .heading {
    font-size: 3rem;
  }

  .home-content {
    margin-top: 140px;
  }

  .column {
    padding-left: 0;
  }

  .heading-2 {
    font-size: 60px;
    line-height: 70px;
  }

  .heading-2.headerzwei {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-2.header-sprechstunde, .heading-2.home {
    font-size: 38px;
    line-height: 43px;
  }

  .div-block {
    margin-left: 5%;
  }

  .paragraph-2 {
    line-height: 25px;
  }

  .footer {
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 40px;
  }

  .list-block {
    display: flex;
  }

  .liste-item {
    color: #0064df;
    margin-bottom: 25px;
    font-family: Inter Regular, sans-serif;
    font-size: 18px;
    line-height: 25px;
  }

  .list {
    padding-left: 20px;
  }

  .second-content {
    padding-left: 60px;
  }

  .div-block-2 {
    margin-left: 0%;
  }
}

@media screen and (min-width: 1440px) {
  .div-left {
    background-position: 100%;
  }

  .text-wrapper {
    margin-bottom: 100px;
  }

  .heading-2.headerzwei {
    font-size: 30px;
    line-height: 34px;
  }
}

@media screen and (min-width: 1920px) {
  .div-left {
    background-position: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 80px;
  }

  .heading-2.home {
    font-size: 45px;
    line-height: 50px;
  }

  .paragraph-2.para {
    font-family: Inter Regular, sans-serif;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .div-wrapper {
    flex-direction: column-reverse;
  }

  .div-left {
    width: 100vw;
    background-position: 50% 60%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 60px;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #ffa266;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .text-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 62px;
  }

  .heading {
    font-size: 5rem;
    line-height: 80px;
  }

  .paragraph {
    margin-left: 3px;
  }

  .home-content {
    margin-top: 100px;
  }

  .column {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2.header-sprechstunde {
    font-size: 39px;
    line-height: 46px;
  }

  .div-block {
    margin-left: 0;
  }

  .paragraph-2 {
    font-family: Inter Regular, sans-serif;
  }

  .columns {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .column-2 {
    padding-left: 10px;
  }

  .div-block-2 {
    max-width: 100%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .div-left {
    height: 50vh;
  }

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

  .navbar-logo-left-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left-container.shadow-three.behandlung, .navbar-logo-left-container.shadow-three.sprechstunde, .navbar-logo-left-container.shadow-three.kosten {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .text-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 3rem;
    line-height: 40px;
  }

  .paragraph {
    width: 280px;
    font-size: 14px;
    line-height: 18px;
  }

  .home-content {
    margin-top: 10px;
  }

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

  .heading-2 {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-2.headerzwei {
    font-size: 24px;
    line-height: 27px;
  }

  .heading-2.header-sprechstunde {
    font-size: 27px;
    line-height: 31px;
  }

  .div-block {
    margin-bottom: 35px;
  }

  .paragraph-2 {
    max-width: 100%;
    line-height: 23px;
  }

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

  .footer {
    justify-content: center;
    position: static;
  }

  .columns, .columns.home {
    margin-left: 10px;
    margin-right: 10px;
  }

  .columns.behandlung {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .button {
    font-size: 13px;
  }

  .list-block {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .list-2 {
    padding-left: 20px;
  }

  .div-block-2 {
    margin-left: 10px;
    margin-right: 10px;
  }
}


@font-face {
  font-family: 'Cako Black';
  src: url('../fonts/Cako-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cako';
  src: url('../fonts/Cako-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cako Regular';
  src: url('../fonts/Cako-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cako';
  src: url('../fonts/Cako-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cako Thin';
  src: url('../fonts/Cako-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cako';
  src: url('../fonts/Cako-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cardo Regular';
  src: url('../fonts/Cardo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Regular';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}