:root {
  --accent-orange: #f5a078;
  --white-4: #e7ded8;
  --white-1: white;
  --doctolib: #0796de;
  --dark-slate-grey: #1c3230;
  --white-2: #fefbf7;
  --dark-brown: #1b1b1b;
  --dark-blue\<deleted\|variable-10e41a8b\>: #10131f;
  --white-3: #eee7e2;
  --jameda: #06bda0;
  --50-white: #ffffff80;
  --color: #101f1a;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Melodrama, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1em;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Melodrama, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Melodrama, sans-serif;
  font-size: 33px;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6em;
}

a {
  color: var(--accent-orange);
  font-weight: 500;
  text-decoration: none;
}

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

img {
  max-width: 100%;
  display: inline-block;
}

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

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

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

.subfooter {
  border-top: 1px solid #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 7em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.form-error-paragraph {
  font-size: 15px;
  line-height: 1.6;
}

.section {
  z-index: 10;
  flex-direction: column;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.section.section-hero.pt-25vh, .section.section-kontakt {
  padding-top: 25vh;
}

.section.section-hero-large {
  padding-top: 25vh;
}

.section.section-hero-large.mb-2em {
  padding-bottom: 2em;
}

.section.section-jameda {
  background-color: #07bda0;
  padding-top: 6em;
  padding-bottom: 6em;
}

.section.section-hero-blog {
  padding-top: 220px;
  padding-bottom: 0;
}

.section.widget-sectiom {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.section-doctolib {
  background-color: var(--doctolib);
  color: var(--white-1);
}

.section.pt-4em {
  padding-top: 4em;
}

.section.section-hero {
  align-items: center;
  min-height: 100vh;
  padding-top: 18vh;
  padding-bottom: 9vh;
  display: flex;
}

.section.section-hero.mb-2em {
  padding-bottom: 2em;
}

.section.section-hero.pt-25vh {
  padding-top: 25vh;
}

.section.section-hero.min-hight-100vh {
  justify-content: center;
  min-height: 100vh;
}

.section.section-white {
  border-top: 1px solid var(--white-4);
  border-bottom: 1px solid var(--white-4);
  background-color: var(--white-1);
}

.scroll-down-icon {
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  display: none;
  position: absolute;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}

.container.mb-12em {
  margin-bottom: 12em;
}

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

.container.in-navigation {
  align-self: stretch;
  max-width: 1500px;
  height: 8em;
  display: flex;
  position: static;
}

.grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid.mb-12em {
  margin-bottom: 12em;
}

.main-button-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 500;
}

.form-item {
  width: 100%;
  margin-bottom: 1.5em;
  position: relative;
  overflow: hidden;
}

.form-item:hover {
  border-bottom-color: #fff;
}

.form-item.mb-12px {
  margin-bottom: 12px;
}

.form-item.form-48-column {
  width: 48%;
}

.footer {
  z-index: 10;
  background-color: var(--dark-slate-grey);
  position: relative;
}

.form {
  z-index: 10;
  flex: none;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

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

.brand-name {
  letter-spacing: .2em;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Melodrama, sans-serif;
  font-size: 2em;
  font-weight: 800;
  line-height: .8em;
  position: relative;
}

.brand-name.in-footer {
  color: #fff;
}

.footer-inner {
  color: #fff;
  padding-top: 6em;
  padding-bottom: 0;
}

.image-animation-trigger {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-animation-trigger.image-leistungen-unterseite {
  max-width: 650px;
  margin-bottom: 60px;
}

.image-animation-trigger.image-animation-trigger-blog {
  aspect-ratio: 2;
}

.parallax-background {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cover-image {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cover-image.anna {
  object-position: 50% 20%;
  object-position: 50% 20%;
}

.brand-template {
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  padding-left: 1px;
  font-size: .5em;
  font-weight: 500;
  position: relative;
}

.brand-template.in-footer-white {
  color: #fff;
}

.form-inner {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-inner.mb-60px {
  margin-bottom: 60px;
}

.heading {
  text-decoration: none;
}

.heading.medium {
  margin-top: 0;
  font-size: 3.1em;
}

.heading.x-large {
  font-size: 70px;
  line-height: 1.1em;
}

.heading.hero-title.mw-900 {
  max-width: 900px;
}

.heading.hero-title.font-ru {
  font-family: Montserrat, sans-serif;
  font-size: 3.6em;
  font-weight: 400;
}

.heading.large {
  margin-bottom: 20px;
  font-size: 4em;
  line-height: 1.2em;
}

.heading.large.mw-900 {
  max-width: 900px;
}

.heading.large.mw-900.mb-1em {
  margin-bottom: 1em;
}

.heading.hero-title.hero-title-blog {
  font-size: 5.5em;
}

.heading.hero-title {
  margin-bottom: 40px;
  font-size: 3.7em;
}

.form-error-message {
  text-align: center;
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  padding: 2em;
  font-size: 14px;
}

.body {
  background-color: var(--white-2);
  color: var(--dark-brown);
  font-family: Montserrat, sans-serif;
}

.nav-logo {
  width: 77px;
  margin-right: 12px;
}

.brand {
  letter-spacing: .3em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  transition: letter-spacing 1.2s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.navbar {
  z-index: 999999;
  border-bottom: 1px solid var(--white-4);
  background-color: var(--white-1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-right: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-flex {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: static;
}

.nav-flex-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.nav-inner {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
  position: static;
}

.search-background {
  z-index: 2;
  background-color: var(--accent-orange);
  border-radius: 5em;
  position: absolute;
  inset: 0%;
}

.search-input {
  z-index: 10;
  color: #f2f4f5;
  letter-spacing: .05em;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  height: 2.2em;
  margin-bottom: 0;
  padding: .3em 2.2em .3em 0;
  font-size: 1em;
  font-weight: 300;
  transition: border-color .2s;
  position: relative;
}

.search-input:focus {
  border-style: none;
  border-color: transparent transparent var(--white-1);
  color: #fff;
}

.search-input::placeholder {
  color: var(--white-1);
}

.search {
  z-index: 9999;
  border-radius: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 33em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: .8em .8em .8em 2em;
  display: none;
  position: absolute;
  inset: 9em 0% auto;
}

.search-shadow {
  z-index: 1;
  border-radius: 5em;
  position: absolute;
  inset: 0%;
  box-shadow: 0 40px 50px -20px #191c1f87;
}

.search-label-icon {
  z-index: 10;
  width: 22px;
  height: 22px;
  margin-right: 1em;
  font-size: 1.1em;
  position: relative;
}

.navigation-main-block {
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 10px;
  display: flex;
}

.hero-6-column {
  z-index: 0;
  height: 70vh;
  max-height: 800px;
  position: relative;
}

.hero-6-column-1 {
  z-index: 2;
  position: relative;
}

.hero-6-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.button {
  background-color: var(--dark-brown);
  border-radius: 100px;
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .3s, padding-right .3s, padding-left .3s;
}

.button:hover {
  background-color: var(--accent-orange);
}

.footer-grid {
  grid-column-gap: 1em;
  grid-row-gap: 6vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.footer-middle {
  padding-top: 90px;
  padding-bottom: 90px;
}

.menu-main-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.text-300 {
  letter-spacing: .02em;
  font-family: Melodrama, sans-serif;
  font-size: 20px;
  line-height: 1.1em;
}

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

.list-nav-item {
  margin-bottom: 12px;
  padding-left: 0;
  line-height: 1.111em;
}

.footer-link {
  color: #ffffff80;
  transform-style: preserve-3d;
  line-height: 1.3em;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--accent-orange);
  transform: translate3d(8px, 0, .01px);
}

.footer-link.w--current {
  color: var(--accent-orange);
}

.footer-link.footer-link-text {
  line-height: 1.5em;
}

.footer-link.mb-12 {
  margin-bottom: 12px;
}

.nav-content {
  grid-column-gap: 4px;
  flex-direction: column;
  display: flex;
}

.menu-title-wrapper {
  border-bottom: 1px solid #d4e1e9;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.menu-title-wrapper.dark-border {
  border-bottom-color: #ffffff80;
}

.main-button-2 {
  z-index: 20;
  color: #10131f;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
  top: 2px;
}

.subfooter-3-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6em;
  padding-right: 6em;
  display: flex;
}

.author-link {
  z-index: 10;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 50px;
  padding: 0;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.author-link.weihnachten-link {
  background-color: #fff0;
}

.author-link.weihnachten-link:hover {
  background-color: #ffffff24;
}

.mcweb-de-logo {
  width: 70px;
}

.footer-links-impressum {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white-2);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.made-by-3 {
  color: #fff9;
  letter-spacing: .02em;
  margin-bottom: 0;
  margin-right: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
}

.nav-footer-div {
  margin-bottom: 15px;
}

.social-buttons {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -3px;
  display: flex;
}

.social-buttons.mt-20px {
  margin-top: 20px;
}

.social-button {
  border: 1px solid #ffffff80;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin: 3px;
  padding: 12px;
  transition: background-color .6s, border-color .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.social-button:hover {
  background-color: var(--accent-orange);
  border-color: #0000;
}

.fixed-button-div {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #0796de;
  border-radius: 0 50px 50px 0;
  justify-content: flex-end;
  align-items: center;
  min-width: 140px;
  min-height: 48px;
  padding: 12px 14px 12px 20px;
  font-weight: 600;
  display: flex;
}

.fixed-button-div.jameda {
  background-color: #06bda0;
  bottom: 83px;
}

.fixed-button-div.telefonnummer {
  background-color: var(--dark-brown);
  color: var(--white-1);
  font-size: 13px;
  bottom: 30px;
}

.fixed-button-div.doctolib {
  justify-content: center;
  align-items: center;
}

.fixed-button-div.whatsapp {
  color: var(--white-1);
  background-color: #28d045;
}

.fixed-button-div.kalender {
  background-color: var(--accent-orange);
  color: var(--white-1);
}

.image-logo {
  height: 23px;
}

.image-logo.jameda {
  height: 20px;
}

.checkbox-label {
  color: #6c757d;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 10px;
  line-height: 1.4em;
}

.checkbox-field {
  align-items: center;
  width: 100%;
  margin-bottom: 1.3em;
  padding-left: 0;
  display: flex;
}

.checkbox-field.mb-12px {
  margin-bottom: 12px;
}

.form-success-message-2 {
  width: 100%;
  color: var(--white-1);
  background-color: #67ff9a;
  border: 1px solid #f1fff8;
  border-radius: 50px;
  padding: 2em;
}

.contact-content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-success-title-2 {
  color: var(--dark-brown);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Melodrama, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
}

.checkbox {
  cursor: pointer;
  background-color: #0000;
  border-width: 2px;
  border-color: #191c1f;
  border-radius: 5px;
  flex: none;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1em;
  transition: background-color .3s;
  box-shadow: 0 0 3px 1px #fff;
}

.checkbox.w--redirected-checked {
  background-color: #191c1f;
  background-image: url("https://cdn.prod.website-files.com/6a85a443c02b82c3069d0b8c/6a85a443c02b82c3069d0c00_done_white_24dp.svg");
  background-size: 1em;
  border-width: .25em;
  border-color: #191c1f;
  margin-left: 0;
}

.checkbox.w--redirected-focus-visible {
  box-shadow: 0 0 3px 1px #3898ec;
}

.form-field-2 {
  z-index: 5;
  color: #10131f;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #adb5bd;
  min-height: 3em;
  margin-bottom: 0;
  padding: 1em 0 .2em;
  font-size: 1.2em;
  line-height: 1.1em;
  transition: border-color .5s;
  position: relative;
}

.form-field-2:hover {
  border-bottom-color: #10131f;
}

.form-field-2:focus {
  background-color: #0000;
  border-color: #0000 #0000 #10131f;
}

.form-field-2::placeholder {
  color: #6c757d;
  font-size: .8em;
}

.form-field-2.text-area {
  min-height: 5em;
  padding-top: 1.5em;
}

.mb-1em {
  margin-bottom: 1.5em;
}

.form-label-2 {
  z-index: 11;
  color: #10131f;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .7em;
  font-weight: 400;
  position: absolute;
  left: 0;
}

.bg-for-animation-3 {
  z-index: 20;
  background-color: var(--white-3);
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-for-animation-3.is-grey-color {
  background-color: #2b2f3a;
}

.parallax-image-2 {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 140%;
  position: absolute;
}

.image-height-30em {
  height: 33em;
  position: relative;
  overflow: hidden;
}

.image-animation-trigger-2 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.block-image {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 560px;
  display: flex;
  position: relative;
}

._2-columns-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

._2-columns-grid.mb-6em {
  margin-bottom: 6em;
}

.block-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 3em;
  display: flex;
}

.work-subtitle {
  margin-top: .6em;
  margin-bottom: .6em;
}

.scroll-down-line-4 {
  background-color: #10131f;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.work-image-size {
  z-index: 10;
  width: 100%;
  height: 30em;
  margin-bottom: 2.5em;
  position: relative;
}

.work-background {
  z-index: 1;
  border: 1px solid var(--white-4);
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.work-content-subtitle {
  z-index: 10;
  opacity: .5;
  color: #10131f;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.3em;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.work-content-subtitle:hover {
  opacity: 1;
}

.image-animation-trigger-3 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.work-link {
  color: #10131f;
  width: 100%;
  height: 100%;
  padding: 4em;
  position: relative;
}

.work-content {
  z-index: 10;
  color: #10131f;
  border-bottom: 1px solid #e4e7eb;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.team-title {
  margin-bottom: .6em;
  font-family: Melodrama, sans-serif;
  font-size: 1.7em;
  line-height: 1.2em;
}

.team-title.min-h-80 {
  min-height: 80px;
}

.grid-2-colums {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.intro {
  display: flex;
}

.intro.mb-40px {
  margin-bottom: 40px;
}

.section-full {
  z-index: 10;
  border-top: 1px solid var(--white-4);
  border-bottom: 1px solid var(--white-4);
  background-color: var(--white-1);
  position: relative;
  overflow: hidden;
}

.section-full.section-creme {
  background-color: #fff0;
  border-top-style: none;
  border-bottom-style: none;
}

.hero-4-content {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 5em;
}

.hero-4-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.hero-4-grid.gap-0em {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.image-animation-trigger-4 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-4-column-2 {
  display: flex;
}

.mb-40px {
  margin-bottom: 40px;
}

.list {
  padding-left: 0;
}

.list-item {
  background-image: url("https://cdn.prod.website-files.com/6a85a443c02b82c3069d0b8c/6a85a443c02b82c3069d0c1d_check_circle_blue.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1.2em;
  margin-bottom: 10px;
  padding-left: 2.5em;
  font-size: 16px;
  line-height: 1.4em;
  overflow: hidden;
}

.list-item.mb-20px {
  margin-bottom: 20px;
  line-height: 1.5em;
}

.mb-20px {
  margin-bottom: 20px;
}

.paragraph {
  column-count: 2;
  column-gap: 4em;
}

.mw-1200 {
  max-width: 1200px;
}

.button-underline {
  z-index: 1;
  color: #10131f;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/6a85a443c02b82c3069d0b8c/6a85a443c02b82c3069d0ba5_expand_more_black_24dp.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  border-bottom: 1px solid #10131f;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.4em 0;
  font-size: .8em;
  font-weight: 500;
  line-height: 1em;
  transition: padding .3s ease-out, background-position .3s;
  position: relative;
}

.button-underline:hover {
  background-image: url("https://cdn.prod.website-files.com/6a85a443c02b82c3069d0b8c/6a85a443c02b82c3069d0ba5_expand_more_black_24dp.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1.3em;
  padding-right: 2em;
}

.text-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.intro-2 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.testimonials-v1 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: -24px;
}

.testimonial-v1 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  height: 520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-v1-author-name {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
}

.testimonial-v1-bg {
  z-index: -1;
  border: 1px solid var(--white-4);
  background-color: var(--white-1);
  border-radius: 50%;
  width: 470px;
  height: 470px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.testimonials-v1-nav {
  font-size: 8px;
  display: none;
}

.testimonial-v1-author {
  z-index: 1;
  color: #888;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -8px;
  margin-bottom: 8px;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.testimonial-v1-text {
  z-index: 1;
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
}

.testimonial-v1-avatar {
  border: 1px solid var(--white-4);
  background-color: var(--white-1);
  border-radius: 50%;
  width: 104px;
  height: 104px;
  padding: 6px;
}

.testimonials-v1-button {
  z-index: 3;
  border: 1px solid var(--white-4);
  background-color: var(--white-1);
  opacity: 1;
  width: 60px;
  height: 60px;
  color: var(--dark-brown);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px;
  font-size: 24px;
  line-height: 24px;
  transition: color .4s, transform .15s, background-color .4s;
  display: flex;
}

.testimonials-v1-button:hover {
  border-color: var(--accent-orange);
  background-color: var(--accent-orange);
  color: #fff;
}

.testimonials-v1-button:active {
  transform: scale(.9);
}

.testimonials-v1-button.right {
  margin-right: 20px;
  left: auto;
  right: 0;
}

.testimonials-v1-button.right:hover {
  background-color: var(--accent-orange);
}

.testimonials-v1-button.left {
  margin-left: 20px;
  right: auto;
}

.link {
  color: #000;
  text-decoration: underline;
}

.google-map {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 500px;
  position: relative;
}

.collectin-list-blog-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collectin-list-blog-grid.blog-seite {
  grid-template-columns: 1fr 1fr;
}

.featured-article {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.main-button-title-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 500;
}

.article-in-category {
  flex-direction: row;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.featured-article-image {
  margin-bottom: 2em;
}

.main-button-3 {
  z-index: 20;
  color: #10131f;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
  top: 2px;
}

.article-line-block {
  z-index: 10;
  color: #10131f;
  border-bottom: 2px solid #e4e7eb;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.mw-900 {
  max-width: 900px;
}

.button-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.logo-text-brand {
  color: var(--dark-brown);
}

.text-block-2 {
  font-size: 13px;
}

.fixed-buttons-div {
  z-index: 999999;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: stretch;
  min-width: 150px;
  display: flex;
  position: fixed;
  inset: auto auto 30px 0%;
  overflow: hidden;
}

.dropdown-submenu {
  justify-content: flex-start;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
}

.dropdown-toggle-new {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
}

.nav-icon-button {
  z-index: 5;
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: .5em;
  display: flex;
  position: relative;
}

.nav-icon {
  z-index: 5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  position: relative;
}

.nav-icon.is-close-icon {
  display: none;
  position: absolute;
}

.nav-icon-circle {
  z-index: 1;
  background-color: #e9ecef;
  border-radius: 50%;
  display: none;
  position: absolute;
  inset: 0%;
}

.search-button {
  z-index: 10;
  background-color: var(--white-1);
  color: var(--dark-brown);
  border-radius: 50px;
  padding: 1em 2em;
  font-size: 14px;
  transition: border-color .2s, background-color .2s;
  position: relative;
  top: 1px;
}

.langauge-line-break {
  background-color: var(--accent-orange);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.langauge-line-base {
  background-color: #9b9eb838;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-toggle {
  color: #20355a;
  border-radius: 4px;
  padding: 10px 20px 10px 2px;
  transition: all .2s;
}

.language-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #484646;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 44px;
  min-height: 38px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: var(--accent-orange);
}

.language-dropdown {
  margin: auto 0;
  display: flex;
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  border: 1px solid var(--white-4);
  background-color: #fff;
  padding: 4px 12px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.flag {
  width: 16px;
  height: 16px;
}

.icon-3 {
  margin-right: 0;
  font-size: 13px;
}

.nav-burger-icon {
  z-index: 5;
  object-fit: contain;
  width: 30px;
  height: 30px;
  font-size: 1.3em;
  position: relative;
}

.whatsapp-icon {
  width: 24px;
  height: 24px;
}

.section-4 {
  z-index: 10;
  flex-direction: column;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.section-4.section-hero {
  align-items: center;
  min-height: 100vh;
  padding-top: 18vh;
  padding-bottom: 9vh;
  display: flex;
}

.section-4.section-white {
  background-color: #fff;
  border-top: 1px solid #e7ded8;
  border-bottom: 1px solid #e7ded8;
}

.section-4.section-hero-blog {
  padding-top: 220px;
  padding-bottom: 0;
}

.section-4.pt-4em {
  padding-top: 4em;
}

.section-4.section-cta {
  color: #fff;
  padding-top: 2em;
  padding-bottom: 2em;
  overflow: hidden;
}

.container-6 {
  z-index: 10;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  position: relative;
}

.container-6.mb-12em {
  margin-bottom: 12em;
}

.container-6.align-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.collection-list-wrapper {
  display: flex;
}

.collection-list-2 {
  flex-flow: column;
  display: flex;
}

.nav-paragraph-2 {
  color: #1b1b1b;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.nav-paragraph-2.w--current {
  color: #f5a078;
}

.nav-menu-wrap-2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.dropdown-list-new-2 {
  background-color: #fefbf7;
  border: 1px solid #e7ded8;
}

.dropdown-list-new-2.absolute-right {
  left: 0;
}

.dropdown-list-new-2.absolute-right.w--open {
  top: -1px;
  left: 100%;
}

.nav-icon-3 {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-left: .2em;
  font-size: 1.2em;
}

.dropdown-list-main-2 {
  background-color: #e7ded8;
}

.dropdown-list-main-2.w--open {
  background-color: #fefbf7;
  border: 1px solid #e7ded8;
  margin-top: -10px;
  margin-bottom: 8px;
}

.dropdown-link-3 {
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  transition: background-color .2s;
}

.dropdown-link-3:hover {
  color: #fff;
  background-color: #f5a078;
}

.dropdown-link-3.w--current {
  color: #f5a078;
}

.dropdown-link-3.w--current:hover {
  color: #fff;
}

.icon-4 {
  font-size: 12px;
}

.dropdown-toggle-2 {
  z-index: 20;
  border-bottom: 2px solid #0000;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  display: flex;
  position: relative;
  top: 1px;
}

.dropdown-toggle-2.w--open {
  border-bottom-style: none;
}

.navbar-link-2 {
  z-index: 10;
  color: #10131f;
  letter-spacing: -.02em;
  border-bottom: 2px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 1px;
}

.navbar-link-2:hover {
  border-bottom-style: none;
  border-bottom-color: #10131f;
}

.navbar-link-2.w--current {
  color: #1b1b1b;
  border-bottom-color: #10131f;
}

.navbar-link-2.is-dropdown {
  border-bottom-width: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.dropdown-link-4 {
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  transition: background-color .2s;
}

.dropdown-link-4:hover {
  color: #fff;
  background-color: #f5a078;
}

.dropdown-link-4.w--current {
  color: #f5a078;
}

.dropdown-link-4.w--current:hover {
  color: #fff;
}

.text-block-7 {
  font-size: 13px;
}

.whatsapp-icon-2 {
  width: 24px;
  height: 25px;
}

.div-block-25 {
  padding-right: 4em;
}

.crysalixs-cta {
  background-color: #fefbf7;
  border-bottom: 1px solid #e7ded8;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.code-embed-4 {
  margin-bottom: 0;
  position: relative;
}

.auszeichnungen-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 40px;
  display: flex;
}

.logoblock {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.auszeichnung-2 {
  height: 80px;
}

.auszeichnung-2.smaller {
  height: 60px;
}

.auszeichnungen-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 40px;
  display: flex;
}

.google-review {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.google-review-stars {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4px;
  margin-left: -2px;
  padding: 0;
  display: grid;
}

.google-icon-logo {
  border-radius: 200px;
  width: 50px;
  padding: 0;
}

.google-review-text {
  white-space: nowrap;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
}

.google-review-star {
  width: 20px;
  height: 20px;
}

.stars-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.button-17 {
  text-align: center;
  background-color: #1b1b1b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .3s, padding-right .3s, padding-left .3s;
  display: flex;
}

.button-17:hover, .button-17.button-peach {
  background-color: #f5a078;
}

.button-17.button-peach:hover {
  background-color: #1b1b1b;
}

.button-17.button-peach.mt-40px {
  margin-top: 40px;
}

.button-17.button-white {
  color: #1b1b1b;
  background-color: #fff;
}

.button-17.button-white.mt-40px {
  margin-top: 40px;
}

.bg-image {
  z-index: 0;
  background-image: linear-gradient(#f5a078d9, #f5a078d9), url("https://cdn.prod.website-files.com/6a85a443c02b82c3069d0b8c/6a85a443c02b82c3069d0c32_Naturl-Praxis_01.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0;
}

.message-text {
  text-transform: uppercase;
  flex: 1;
  margin-top: 20px;
  margin-bottom: 12px;
  margin-right: 24px;
  font-family: Melodrama, sans-serif;
  font-size: 111px;
  line-height: .9em;
}

.paragraph-cta {
  margin-bottom: 40px;
  font-size: 20px;
}

.cta-message {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.container-11 {
  z-index: 10;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  position: relative;
}

.container-11.align-center {
  justify-content: center;
  display: flex;
}

.container-12 {
  z-index: 10;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  position: relative;
}

.container-12.align-center {
  justify-content: center;
  display: flex;
}

.div-block-37 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .heading.hero-title.hero-title-blog {
    font-size: 5.6em;
  }

  .heading.hero-title {
    font-size: 4.2em;
  }
}

@media screen and (max-width: 991px) {
  .subfooter {
    padding-bottom: 6em;
  }

  .section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .section.section-hero {
    padding-top: 10em;
  }

  .section.section-hero-blog {
    padding-top: 160px;
  }

  .section.widget-sectiom {
    flex-direction: column;
  }

  .scroll-down-icon {
    display: block;
    position: relative;
    top: -.05em;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.in-navigation {
    height: 7em;
    padding-left: 4%;
    padding-right: 4%;
    overflow: visible;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .list-title {
    font-size: 1.4em;
  }

  .main-button-title {
    margin-right: 1.5em;
    font-size: .9em;
  }

  .brand-name {
    font-size: 1.8em;
  }

  .cover-image {
    position: relative;
  }

  .heading-fs {
    font-size: 7.5em;
  }

  .brand-template {
    font-size: 8px;
    position: relative;
    bottom: auto;
  }

  .brand-template.in-footer-white {
    bottom: auto;
  }

  .main-button {
    flex-direction: row;
    font-size: .9em;
  }

  .heading.hero-title.font-ru {
    font-size: 3em;
  }

  .heading.x-large {
    font-size: 50px;
  }

  .heading.large {
    font-size: 3em;
  }

  .heading.hero-title.hero-title-blog {
    font-size: 4em;
  }

  .heading.hero-title {
    font-size: 3.3em;
  }

  .nav-logo {
    width: 70px;
  }

  .brand {
    margin-right: 2.5em;
  }

  .navbar {
    height: 7em;
  }

  .nav-flex, .nav-inner {
    overflow: visible;
  }

  .search-input {
    font-size: 1.2em;
  }

  .nav-paragraph {
    font-size: 15px;
  }

  .nav-link {
    background-color: #fff;
    padding: 2em;
    top: 0;
  }

  .nav-link.w--current {
    color: #10131f;
    border-bottom-color: #0000;
  }

  .nav-icon-2 {
    margin-left: .5em;
    font-size: 18px;
  }

  .nav-menu-wrap {
    z-index: 20;
    border-bottom: 1px solid var(--white-4);
    background-color: var(--white-4);
    width: 100%;
    margin-top: 1px;
    position: absolute;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .native-menu-burger.w--open {
    background-color: #fff;
  }

  .navbar-link {
    background-color: var(--white-1);
    padding: 1.5em 2em;
    top: 0;
    overflow: scroll;
  }

  .navbar-link.w--current {
    border-bottom-color: #0000;
  }

  .navbar-link.is-dropdown {
    padding: 0;
    overflow: scroll;
  }

  .dropdown-toggle {
    background-color: var(--white-1);
    border-bottom-color: #0000;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    overflow: auto;
  }

  .dropdown-toggle.w--open {
    border-bottom-color: #0000;
  }

  .navigation-main-block {
    overflow: scroll;
  }

  .button.button-navbar {
    display: none;
  }

  .dropdown-list-main {
    overflow: scroll;
  }

  .dropdown-list-main.w--open {
    background-color: var(--white-1);
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .dropdown-link {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 1em;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .aside-link-2 {
    font-size: 20px;
  }

  .footer-middle {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .menu-main-wrapper {
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-button-2 {
    flex-direction: row;
    font-size: .9em;
  }

  .made-by-link {
    opacity: .75;
    font-size: 1.1em;
  }

  .subfooter-3-row {
    padding-left: 5%;
    padding-right: 5%;
  }

  .author-link {
    font-size: 1.1em;
  }

  .fixed-button {
    width: 44px;
    height: 44px;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .form-field-2 {
    font-size: 1.3em;
  }

  .form-label-2 {
    font-size: .8em;
    font-weight: 500;
  }

  ._2-columns-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 2fr;
  }

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

  .work-subtitle {
    font-size: 1em;
  }

  .work-image-size {
    height: auto;
  }

  .work-content-subtitle {
    opacity: .7;
  }

  .work-link {
    padding: 2em;
  }

  .work-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-title {
    margin-bottom: 0;
    font-size: 2.2em;
  }

  .team-title.min-h-80 {
    min-height: auto;
  }

  .list-paragraph-2 {
    font-size: 1.1em;
  }

  .button-10, .button-10:hover {
    background-size: 1.6em;
    padding-right: 3em;
  }

  .hero-4-content {
    max-width: none;
    padding: 4em;
  }

  .hero-4-grid.gap-0em {
    grid-template-columns: 1fr;
  }

  .list {
    padding-left: 0;
  }

  .paragraph, .paragraph.mb-40px, .paragraph.mb-40px {
    column-count: 1;
  }

  .collection-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-label {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .step-number {
    font-size: 24px;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-left.sticky {
    position: static;
  }

  .text-heading {
    font-size: 20px;
  }

  .intro-2 {
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonial-v1 {
    width: 80%;
    max-width: none;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials-v1-slide {
    min-height: 400px;
  }

  .testimonial-v1-bg {
    width: 400px;
    height: 400px;
  }

  .testimonial-v1-text {
    margin-top: 16px;
    font-size: 20px;
  }

  .testimonial-v1-avatar {
    width: 88px;
    height: 88px;
  }

  .testimonials-v1-button {
    right: 0;
  }

  .testimonials-v1-button.right {
    margin-right: 0;
  }

  .testimonials-v1-button.left {
    margin-left: 0;
  }

  .paragraph-white-block {
    padding: 3em 3em 2em;
  }

  .icon-steckbrief {
    width: 50px;
    height: 50px;
  }

  .heading-sticky-steps {
    font-size: 30px;
  }

  .text-step-numbers {
    font-size: 18px;
  }

  .text-block {
    text-align: left;
  }

  .collectin-list-blog-grid, .collectin-list-blog-grid.blog-seite, .collectin-list-blog-grid.blog-seite {
    grid-template-columns: 1fr;
  }

  .main-button-title-2 {
    margin-right: 1.5em;
    font-size: .9em;
  }

  .article-in-category {
    padding-top: 2.2em;
  }

  .main-button-3 {
    flex-direction: row;
    font-size: .9em;
  }

  .article-line-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-social {
    border-top: 1px solid var(--white-4);
    border-right-style: none;
    flex-direction: row;
    order: 1;
  }

  .contact-social-link {
    flex: 1;
    width: auto;
    height: 15vw;
  }

  .contact-social-link:hover {
    box-shadow: none;
  }

  .contact-social-link.bottom-line {
    border-right: 1px solid var(--white-4);
    border-bottom-style: none;
    border-right: 1px solid var(--white-4);
    border-bottom-style: none;
  }

  .contact-social-icon {
    width: 40px;
  }

  .vorher-nachher-container {
    flex-direction: column;
    justify-content: space-between;
  }

  .vorher-nachher-text-div {
    padding: 4em;
  }

  .html-embed {
    min-width: auto;
  }

  .div-block-3 {
    justify-content: flex-start;
  }

  .jameda-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

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

  .dropdown-list-new.absolute-right.w--open {
    left: 0%;
  }

  .dropdown-toggle-new {
    text-align: center;
    font-size: 15px;
  }

  .nav-burger-icon {
    width: 30px;
    height: 30px;
  }

  .rich-text-leistungen img {
    flex-flow: column;
  }

  .doctolib-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .step-number-2 {
    font-size: 24px;
  }

  .section-4 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .section-4.section-hero {
    padding-top: 10em;
  }

  .section-4.section-hero-blog {
    padding-top: 160px;
  }

  .contact-social-link-2 {
    flex: 1;
    width: auto;
    height: 15vw;
  }

  .contact-social-link-2:hover {
    box-shadow: none;
  }

  .contact-social-link-2.bottom-line {
    border-bottom-style: none;
    border-right: 1px solid #e7ded8;
  }

  .vorher-nachher-container-3 {
    flex-direction: column;
    justify-content: space-between;
  }

  .contact-social-3 {
    border-top: 1px solid #e7ded8;
    border-right-style: none;
    flex-direction: row;
    order: 1;
  }

  .container-6 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-v1-avatar-2 {
    width: 88px;
    height: 88px;
  }

  .testimonials-v1-button-2 {
    right: 0;
  }

  .cover-image-4 {
    position: relative;
  }

  .paragraph-white-block-4 {
    padding: 3em 3em 2em;
  }

  .nav-paragraph-2 {
    font-size: 15px;
  }

  .nav-menu-wrap-2 {
    z-index: 20;
    background-color: #e7ded8;
    border-bottom: 1px solid #e7ded8;
    width: 100%;
    margin-top: 1px;
    position: absolute;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .dropdown-list-new-2.absolute-right.w--open {
    left: 0%;
  }

  .nav-icon-3 {
    margin-left: .5em;
    font-size: 18px;
  }

  .dropdown-list-main-2 {
    overflow: scroll;
  }

  .dropdown-list-main-2.w--open {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .dropdown-link-3 {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 1em;
  }

  .dropdown-toggle-2 {
    background-color: #fff;
    border-bottom-color: #0000;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    overflow: auto;
  }

  .dropdown-toggle-2.w--open {
    border-bottom-color: #0000;
  }

  .navbar-link-2 {
    background-color: #fff;
    padding: 1.5em 2em;
    top: 0;
    overflow: scroll;
  }

  .navbar-link-2.w--current {
    border-bottom-color: #0000;
  }

  .navbar-link-2.is-dropdown {
    padding: 0;
    overflow: scroll;
  }

  .dropdown-link-4 {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 1em;
  }

  .vorher-nachher-container-4 {
    flex-direction: column;
    justify-content: space-between;
  }

  .cover-image-5 {
    position: relative;
  }

  .paragraph-white-block-5 {
    padding: 3em 3em 2em;
  }

  .main-button-5 {
    flex-direction: row;
    font-size: .9em;
  }

  .main-button-title-3 {
    margin-right: 1.5em;
    font-size: .9em;
  }

  .cover-image-6 {
    position: relative;
  }

  .main-button-6 {
    flex-direction: row;
    font-size: .9em;
  }

  .main-button-title-4 {
    margin-right: 1.5em;
    font-size: .9em;
  }

  .cover-image-8 {
    position: relative;
  }

  .font-ru.h1 {
    font-size: 40px;
  }

  .hinweis-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .hinweisbox {
    padding: 24px;
    position: static;
  }

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

  .auszeichnung-2 {
    height: 70px;
  }

  .google-review {
    margin-left: 0;
  }

  .author-image {
    width: 70px;
    height: 70px;
  }

  .cover-image-9 {
    position: relative;
  }

  .article-side-link-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .article-about-block-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    margin-bottom: 1em;
  }

  .paragraph-white-block-7 {
    padding: 3em 3em 2em;
  }

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

  .cta-card-kontaktformular {
    position: relative;
    top: 0;
  }

  ._2-columns-grid-direktanfrage {
    grid-template-columns: 5fr;
  }

  .form-field-3 {
    font-size: 1.3em;
  }

  .rich-text-testimonial p {
    font-size: 18px;
  }

  .stats-container {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .counter-div-block {
    border-right-style: none;
  }

  .cover-image-10 {
    position: relative;
  }

  .message-text {
    font-size: 60px;
  }

  .paragraph-cta {
    font-size: 18px;
    line-height: 1.5em;
  }

  .cta-message {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .container-11, .container-12 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cover-image-12 {
    position: relative;
  }

  .article-side-link-3 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cover-image-13, .cover-image-14 {
    position: relative;
  }

  .article-side-link-4 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cover-image-15, .cover-image-16 {
    position: relative;
  }

  .article-side-link-5 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cover-image-17 {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 34px;
  }

  .subfooter {
    align-items: flex-start;
  }

  .container.in-navigation {
    height: 6em;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .main-button-title {
    font-size: 1em;
  }

  .form-item {
    width: 100%;
  }

  .form {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .brand-name {
    margin-bottom: 2px;
  }

  .heading-fs {
    font-size: 6em;
  }

  .brand-template {
    margin-top: -.2em;
  }

  .heading.medium, .heading.hero-title.hero-title-blog, .heading.hero-title.hero-title-blog, .heading.hero-title.hero-title-blog {
    font-size: 3em;
  }

  .heading.hero-title.font-ru {
    font-size: 2.7em;
  }

  .heading.medium, .heading.hero-title.hero-title-blog, .heading.hero-title.hero-title-blog, .heading.hero-title.hero-title-blog, .heading.hero-title.hero-title-blog, .heading.hero-title.hero-title-blog, .heading.hero-title.hero-title-blog {
    font-size: 3em;
  }

  .nav-logo {
    width: 60px;
  }

  .navbar {
    height: 6em;
  }

  .nav-flex {
    align-self: stretch;
    width: auto;
  }

  .search {
    top: 6em;
  }

  .nav-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-menu-wrap {
    background-color: #fff;
  }

  .navbar-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-6-column {
    height: 30em;
    max-height: none;
    margin-bottom: 3em;
  }

  .menu-main-wrapper {
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .text-300 {
    font-size: 18px;
  }

  .made-by-link {
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 1.1em;
  }

  .subfooter-3-row {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
  }

  .author-link {
    font-size: 1.1em;
  }

  .footer-links-impressum {
    flex-direction: column;
  }

  .checkbox-field {
    font-size: 1.2em;
  }

  .contact-content-block {
    margin-bottom: 3.5em;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .form-field-2::placeholder {
    font-size: .9em;
  }

  .form-label-2 {
    font-size: 1em;
  }

  .image-height-30em {
    height: 360px;
  }

  .block-image {
    height: 360px;
    min-height: 360px;
    max-height: 360px;
  }

  .block-image.min-h-560 {
    min-height: 560px;
  }

  ._2-columns-grid {
    grid-template-columns: 1fr;
  }

  .block-right {
    padding: 20px 3%;
  }

  .work-subtitle {
    font-size: 1.1em;
  }

  .work-image-size {
    height: auto;
  }

  .team-title {
    font-size: 2em;
  }

  .button-9 {
    font-size: 1em;
  }

  .button-10 {
    font-size: .9em;
  }

  .hero-4-column-1 {
    height: 30em;
  }

  .list {
    padding-left: 0;
  }

  .button-underline {
    font-size: .9em;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .step {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .step-info {
    padding: 8px 6%;
  }

  .step-number {
    min-width: 96px;
    font-size: 20px;
    line-height: 32px;
  }

  .main-grid {
    grid-row-gap: 48px;
  }

  .text-heading {
    font-size: 18px;
  }

  .intro-2 {
    margin-bottom: 48px;
  }

  .testimonial-v1 {
    width: 75%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-v1-bg {
    width: 320px;
    height: 320px;
  }

  .testimonial-v1-text {
    margin-top: 12px;
    font-size: 20px;
  }

  .testimonial-v1-avatar {
    width: 80px;
    height: 80px;
  }

  .featured-article {
    margin-bottom: 4em;
  }

  .main-button-title-2 {
    font-size: 1em;
  }

  .contact-social-icon {
    width: 30px;
  }

  .jameda-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-text-brand {
    display: none;
  }

  .jameda-div {
    padding-left: 4em;
    padding-right: 4em;
  }

  .step-number-2 {
    min-width: 96px;
    font-size: 20px;
    line-height: 32px;
  }

  .section-4.section-hero-blog {
    padding-top: 10em;
  }

  .step-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-6-column-3 {
    height: 30em;
    max-height: none;
    margin-bottom: 3em;
  }

  .testimonial-v1-avatar-2 {
    width: 80px;
    height: 80px;
  }

  .step-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menu-wrap-2 {
    background-color: #fff;
  }

  .navbar-link-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .step-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .main-button-title-3, .main-button-title-4 {
    font-size: 1em;
  }

  .font-ru.h1 {
    font-size: 30px;
  }

  .hinweis-grid {
    grid-template-columns: 3fr;
  }

  .google-review {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .google-icon-logo {
    width: 50px;
  }

  .google-review-text {
    font-size: 12px;
  }

  .google-review-star {
    width: 18px;
    height: 18px;
  }

  .grid-button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .image-circle-150px {
    width: 120px;
    height: 120px;
  }

  .form-field-3::placeholder {
    font-size: .9em;
  }

  .stats-container {
    grid-column-gap: 48px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
  }

  .hero-6-column-10 {
    height: 30em;
    max-height: none;
    margin-bottom: 3em;
  }

  .message-text {
    margin-bottom: 16px;
    margin-right: 0;
    font-size: 80px;
  }

  .cta-message {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .hero-6-column-12 {
    height: 30em;
    max-height: none;
    margin-bottom: 3em;
  }

  .step-5 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

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

  h2 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 1.2em;
  }

  h3 {
    font-size: 24px;
    line-height: 1.3em;
  }

  p {
    font-size: 14px;
  }

  .subfooter {
    padding-top: 3.5em;
    padding-bottom: 11em;
  }

  .fs-paragraph {
    margin-bottom: 2em;
    margin-left: 0;
  }

  .form-error-paragraph {
    font-size: 1em;
  }

  .section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section.section-hero, .section.section-hero.min-hight-100vh {
    min-height: auto;
    padding-top: 8em;
  }

  .section.section-hero, .section.section-hero.min-hight-100vh, .section.section-hero.min-hight-100vh {
    min-height: auto;
    padding-top: 8em;
  }

  .section.section-kontakt {
    padding-top: 10em;
  }

  .section.section-jameda {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-items: start;
  }

  .circle-in-list {
    margin-right: 1.5em;
  }

  .form-item.form-48-column.mob-100-col {
    width: 100%;
  }

  .brand-name {
    font-size: 1.5em;
  }

  .image-animation-trigger.image-animation-trigger-blog {
    aspect-ratio: 3 / 2;
    aspect-ratio: 3 / 2;
  }

  .heading-fs {
    font-size: 4.2em;
    line-height: 1em;
  }

  .brand-template {
    font-size: 6px;
  }

  .main-button {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .heading.hero-title {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2em;
    line-height: 1.2em;
  }

  .heading.hero-title.font-ru {
    font-size: 7vw;
  }

  .heading.medium {
    font-size: 2em;
  }

  .heading.x-large {
    font-size: 32px;
  }

  .heading.large {
    font-size: 32px;
    line-height: 1.2em;
  }

  .heading.large.mw-900.mb-1em.mb-60px-mobile {
    margin-bottom: 60px;
  }

  .heading.hero-title.hero-title-blog {
    font-size: 2.2em;
  }

  .heading.hero-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 6.9vw;
    line-height: 1.2em;
  }

  .form-error-message {
    padding: 1.7em;
  }

  .nav-logo {
    width: 55px;
    margin-right: 6px;
  }

  .search-background {
    border-radius: 0;
    height: 100%;
  }

  .search-input {
    font-size: 1em;
  }

  .nav-paragraph {
    font-size: 14px;
    line-height: 1.2em;
  }

  .search {
    border-radius: 0;
    width: 100%;
    max-width: none;
    min-height: 6em;
    padding: 1.2em 6%;
    top: 6em;
  }

  .search-shadow {
    border-radius: 0;
  }

  .search-label-icon {
    margin-right: 10px;
    display: none;
  }

  .nav-link {
    align-items: flex-start;
    padding: 1.5em 8vw;
  }

  .nav-menu-wrap {
    width: auto;
  }

  .native-menu-burger, .native-menu-burger.w--open {
    padding: 12px;
  }

  .navbar-link {
    align-items: flex-start;
    padding: 12px 6%;
  }

  .dropdown-toggle {
    justify-content: space-between;
    padding: 12px 6%;
  }

  .hero-6-column {
    margin-bottom: 1em;
  }

  .dropdown-list-main.w--open {
    margin-top: 2px;
  }

  .dropdown-link {
    text-align: left;
    padding: 14px 6%;
    font-size: 14px;
    line-height: 1.2em;
  }

  .aside-link-2 {
    font-size: 3.5vw;
  }

  .menu-main-wrapper {
    flex-flow: column;
  }

  .nav-content {
    flex-wrap: wrap;
  }

  .made-by-link {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .subfooter-3-row {
    padding-left: 6%;
    padding-right: 6%;
  }

  .author-link {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .mcweb-de-logo {
    width: 60px;
  }

  .made-by-3 {
    font-size: 10px;
  }

  .fixed-kontakt-div {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    bottom: 4vw;
  }

  .fixed-button-div {
    min-width: 120px;
    min-height: 35px;
    padding: 10px 13px 10px 18px;
    bottom: 130px;
  }

  .fixed-button-div.jameda {
    bottom: 80px;
  }

  .image-logo {
    height: 20px;
  }

  .image-logo.jameda {
    height: 19px;
  }

  .form-success-title-2 {
    font-size: 1.2em;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .form-label-2 {
    font-size: 12px;
  }

  .parallax-image-2 {
    height: 120%;
  }

  .image-height-30em {
    height: 260px;
  }

  .image-height-30em.hide-image-mobile {
    display: none;
  }

  .block-image {
    height: 260px;
    min-height: auto;
    max-height: 260px;
  }

  ._2-columns-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .block-right {
    padding: 10px 0;
  }

  .work-subtitle {
    font-size: .9em;
  }

  .work-link {
    padding: 2.2em;
  }

  .work-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-title {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 1.6em;
  }

  .button-10 {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
  }

  .hero-4-content {
    padding-left: 6%;
    padding-right: 6%;
  }

  .hero-4-content.plr-0 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-4-column-1 {
    height: auto;
  }

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

  .paragraph.mb-40px {
    margin-bottom: 20px;
  }

  .button-underline {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .step-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .step-number {
    text-align: left;
    min-width: 72px;
  }

  .step-number.step-number-icon {
    justify-content: flex-start;
  }

  .main-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-heading {
    font-size: 16px;
  }

  .testimonials-v1 {
    margin-bottom: 48px;
  }

  .testimonial-v1 {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonial-v1-author-name {
    margin-bottom: 0;
  }

  .testimonial-v1-bg {
    width: 300px;
    height: 300px;
  }

  .testimonials-v1-nav {
    height: 32px;
    margin-bottom: 8px;
    font-size: 7px;
  }

  .testimonial-v1-text {
    font-size: 16px;
  }

  .testimonials-v1-button {
    margin-bottom: -6px;
  }

  .paragraph-white-block {
    padding: 2em 5%;
  }

  .icon-steckbrief {
    width: 40px;
    height: 40px;
  }

  .heading-sticky-steps {
    font-size: 20px;
  }

  .text-step-numbers {
    font-size: 16px;
  }

  .icons-footer {
    height: 48px;
  }

  .featured-article {
    margin-bottom: 2em;
  }

  .main-button-3 {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .article-line-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-social-link {
    height: 18vw;
  }

  .vorher-nachher-text-div {
    text-align: center;
    padding: 2em 6% 3em;
  }

  .blogartikel-rich-text h2 {
    font-size: 24px;
  }

  .blogartikel-rich-text li {
    font-size: 14px;
  }

  .html-embed {
    margin-top: 0;
  }

  .main-button-4 {
    padding: 1.6em 2em 1.6em 3em;
    font-size: 14px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .fixed-buttons-div {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    align-items: stretch;
  }

  .jameda-div {
    padding: 6em 6%;
  }

  .widget-doctolib-div {
    min-width: auto;
  }

  .heading-accordion {
    font-size: 17px;
  }

  .icon-2 {
    margin-right: 6%;
  }

  .dropdown-toggle-new {
    text-align: left;
    padding: 14px 6%;
    font-size: 14px;
  }

  .nav-icon-button {
    width: 3em;
    height: 3em;
  }

  .nav-icon.is-search-icon {
    width: .9em;
    height: .9em;
  }

  .search-button {
    font-size: 13px;
  }

  .text-block-3 {
    line-height: 1.5em;
  }

  .nav-burger-icon {
    width: 25px;
    height: 25px;
  }

  .rich-text-leistungen h3 {
    font-size: 20px;
  }

  .rich-text-leistungen h2 {
    font-size: 25px;
  }

  .rich-text-leistungen li {
    font-size: 14px;
  }

  .whatsapp-icon {
    width: 20px;
    height: 20px;
  }

  .step-number-2 {
    text-align: left;
    min-width: 72px;
  }

  .step-number-2.step-number-icon {
    justify-content: flex-start;
  }

  .section-4 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section-4.section-hero {
    min-height: auto;
    padding-top: 8em;
  }

  .section-4.section-hero-blog {
    padding-top: 8em;
  }

  .contact-social-link-2 {
    height: 18vw;
  }

  .form-success-title-3 {
    font-size: 1.2em;
  }

  .hero-6-column-3 {
    margin-bottom: 1em;
  }

  .container-6 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonials-v1-button-2 {
    margin-bottom: -6px;
  }

  .paragraph-white-block-4 {
    padding: 2em 5%;
  }

  .nav-paragraph-2 {
    font-size: 14px;
    line-height: 1.2em;
  }

  .nav-menu-wrap-2 {
    width: auto;
  }

  .text-block-4 {
    line-height: 1.5em;
  }

  .dropdown-list-main-2.w--open {
    margin-top: 2px;
  }

  .dropdown-link-3 {
    text-align: left;
    padding: 14px 6%;
    font-size: 14px;
    line-height: 1.2em;
  }

  .icon-4 {
    margin-right: 6%;
  }

  .dropdown-toggle-2 {
    justify-content: space-between;
    padding: 12px 6%;
  }

  .navbar-link-2 {
    align-items: flex-start;
    padding: 12px 6%;
  }

  .dropdown-link-4 {
    text-align: left;
    padding: 14px 6%;
    font-size: 14px;
    line-height: 1.2em;
  }

  .paragraph-white-block-5 {
    padding: 2em 5%;
  }

  .main-button-5, .main-button-6 {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .font-ru.h1 {
    font-size: 7vw;
  }

  .font-ru.heading-medium {
    font-size: 20px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .whatsapp-icon-2 {
    width: 20px;
    height: 20px;
  }

  .text-block-8 {
    font-size: 1.6em;
  }

  .crysalixs-cta {
    padding-bottom: 8px;
  }

  .auszeichnungen-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    display: flex;
  }

  .logoblock {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .auszeichnung-2 {
    height: 60px;
  }

  .auszeichnung-2.smaller {
    height: 50px;
  }

  .auszeichnungen-grid-3, .auszeichnungen-grid-4, .auszeichnungen-grid-5, .auszeichnungen-grid-6, .auszeichnungen-grid-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    display: flex;
  }

  .google-icon-logo {
    width: 44px;
  }

  .google-review-text {
    font-size: 10px;
  }

  .grid-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .author-image {
    width: 55px;
    height: 55px;
  }

  .button-14 {
    min-height: auto;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
  }

  .article-toptitle-2 {
    margin-bottom: 2px;
    font-size: .6em;
  }

  .subtitle-2 {
    font-size: 14px;
  }

  .subtitle-2.subtitle-hero {
    font-size: 13px;
  }

  .paragraph-datum {
    font-size: 12px;
  }

  .article-about-block-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .paragraph-white-block-7 {
    padding: 2em 5%;
  }

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

  .button-15 {
    min-height: auto;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
  }

  .image-circle-150px {
    width: 120px;
  }

  .button-16 {
    min-height: auto;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
  }

  .stats-container {
    grid-row-gap: 3em;
  }

  .button-17 {
    min-height: auto;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
  }

  .mb-8em {
    margin-bottom: 4em;
  }

  .hero-6-column-10 {
    margin-bottom: 1em;
  }

  .message-text {
    font-size: 14vw;
  }

  .paragraph-cta {
    font-size: 16px;
  }

  .cta-message {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .container-11 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-6-column-12 {
    margin-bottom: 1em;
  }

  .container-12 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .subtitle-3 {
    font-size: 14px;
  }

  .subtitle-3.subtitle-hero {
    font-size: 13px;
  }

  .subtitle-4 {
    font-size: 14px;
  }

  .subtitle-4.subtitle-hero {
    font-size: 13px;
  }

  .subtitle-5 {
    font-size: 14px;
  }

  .subtitle-5.subtitle-hero {
    font-size: 13px;
  }

  .nav-icon-button-2 {
    width: 2.5em;
    height: 2.5em;
  }

  .language-link-2 {
    min-width: 40px;
  }
}

#w-node-fe821b89-b0fe-47ba-78b3-4a934415d275-069d0b5e {
  grid-area: 1 / 1 / 2 / 8;
  place-self: center start;
}

#w-node-fe821b89-b0fe-47ba-78b3-4a934415d27c-069d0b5e {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-ccb6119c-a228-f8eb-0b48-47d6c697f2c1-069d0b5e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8d024a27-1f06-b98e-d946-ae40e204fae6-069d0b5e, #w-node-_8d024a27-1f06-b98e-d946-ae40e204fae7-069d0b5e, #w-node-_8d024a27-1f06-b98e-d946-ae40e204fae8-069d0b5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d024a27-1f06-b98e-d946-ae40e204faeb-069d0b5e, #w-node-_8d024a27-1f06-b98e-d946-ae40e204faec-069d0b5e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_52fd74de-b987-eb11-817b-aa4923376415-069d0b5e {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_71da545a-0ee1-ab2c-2416-029d101bfac8-069d0b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c693557-c0ee-a51e-5b63-73aab897f140-069d0b5e, #w-node-bfd4a428-53f0-9b8f-5372-66f85e854e97-069d0b5e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_08ec16f8-adf4-44a6-a6fc-d4c94ee2d312-4ee2d30e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b33c152f-c6c1-4ab6-b5f4-bbd0050f609a-050f6097 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b33c152f-c6c1-4ab6-b5f4-bbd0050f609d-050f6097 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-b33c152f-c6c1-4ab6-b5f4-bbd0050f609e-050f6097, #w-node-_21772b3e-584e-3d79-eb54-ce412ab3a68a-050f6097, #w-node-_21772b3e-584e-3d79-eb54-ce412ab3a68b-050f6097, #w-node-_21772b3e-584e-3d79-eb54-ce412ab3a68c-050f6097 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_21772b3e-584e-3d79-eb54-ce412ab3a68f-050f6097, #w-node-_21772b3e-584e-3d79-eb54-ce412ab3a690-050f6097 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f6fb2e2e-a891-969a-c3c7-a086dc389acd-dc389acb {
  grid-area: 1 / 1 / 2 / 13;
}

@media screen and (min-width: 1440px) {
  #w-node-ffc7942b-bf78-275d-b1b5-0203d88afec7-d88afebf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fe821b89-b0fe-47ba-78b3-4a934415d275-069d0b5e {
    grid-area: 2 / 1 / 3 / 11;
    place-self: center start;
  }

  #w-node-fe821b89-b0fe-47ba-78b3-4a934415d27c-069d0b5e {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-_52fd74de-b987-eb11-817b-aa4923376415-069d0b5e {
    grid-column: span 4 / span 4;
  }

  #w-node-_6531f403-4b42-d8ba-210e-2745dbeff73a-069d0b5e, #w-node-_6531f403-4b42-d8ba-210e-2745dbeff74b-069d0b5e, #w-node-cd4dd64d-24c2-9301-1cd9-5072cbe91e49-069d0b5e, #w-node-cd4dd64d-24c2-9301-1cd9-5072cbe91e57-069d0b5e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bfd4a428-53f0-9b8f-5372-66f85e854e96-069d0b5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_08ec16f8-adf4-44a6-a6fc-d4c94ee2d312-4ee2d30e {
    grid-column: span 1 / span 1;
  }

  #w-node-b33c152f-c6c1-4ab6-b5f4-bbd0050f609a-050f6097 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-b33c152f-c6c1-4ab6-b5f4-bbd0050f609d-050f6097 {
    grid-area: 2 / 1 / 3 / 11;
  }

  #w-node-b33c152f-c6c1-4ab6-b5f4-bbd0050f609e-050f6097 {
    grid-column: span 6 / span 6;
  }

  #w-node-f6fb2e2e-a891-969a-c3c7-a086dc389acd-dc389acb {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fe821b89-b0fe-47ba-78b3-4a934415d275-069d0b5e {
    grid-area: 2 / 1 / 3 / 9;
    justify-self: center;
  }

  #w-node-fe821b89-b0fe-47ba-78b3-4a934415d27c-069d0b5e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_52fd74de-b987-eb11-817b-aa4923376415-069d0b5e {
    grid-column: span 8 / span 8;
  }

  #w-node-cd4dd64d-24c2-9301-1cd9-5072cbe91e49-069d0b5e, #w-node-cd4dd64d-24c2-9301-1cd9-5072cbe91e57-069d0b5e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b33c152f-c6c1-4ab6-b5f4-bbd0050f609a-050f6097 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-b33c152f-c6c1-4ab6-b5f4-bbd0050f609d-050f6097 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-b33c152f-c6c1-4ab6-b5f4-bbd0050f609e-050f6097 {
    grid-column: span 8 / span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f6fb2e2e-a891-969a-c3c7-a086dc389acd-dc389acb {
    grid-column: span 4 / span 4;
  }
}
