@font-face {
  font-family: "Roboto Condensed V 25 Latin";
  src: url('../fonts/roboto-condensed-v25-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed V 25 Latin 700";
  src: url('../fonts/roboto-condensed-v25-latin-700.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed V 25 Latin 300";
  src: url('../fonts/roboto-condensed-v25-latin-300.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant V 24 Latin 300";
  src: url('../fonts/cormorant-v24-latin-300.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant V 24 Latin 300";
  src: url('../fonts/cormorant-v24-latin-300italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant V 24 Latin 500";
  src: url('../fonts/cormorant-v24-latin-500italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant V 24 Latin 600";
  src: url('../fonts/cormorant-v24-latin-600.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant V 24 Latin";
  src: url('../fonts/cormorant-v24-latin-italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant V 24 Latin 500";
  src: url('../fonts/cormorant-v24-latin-500.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant V 24 Latin 700";
  src: url('../fonts/cormorant-v24-latin-700.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant V 24 Latin";
  src: url('../fonts/cormorant-v24-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant V 24 Latin 700";
  src: url('../fonts/cormorant-v24-latin-700italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant V 24 Latin 600";
  src: url('../fonts/cormorant-v24-latin-600italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed V 31 Latin 100";
  src: url('../fonts/roboto-condensed-v31-latin-100.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --antique-white: #f7e1de;
  --white: white;
  --black: black;
  --hell-hell-antique: #fdf9f9;
  --transparent: #fff0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: 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;
}

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

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

body {
  color: #000;
  font-family: "Roboto Condensed V 25 Latin", Arial, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "Cormorant V 24 Latin 600", Times New Roman, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Cormorant V 24 Latin", Times New Roman, sans-serif;
  font-size: 32px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Roboto Condensed V 25 Latin 300", Arial, sans-serif;
  font-size: 20px;
}

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 20px;
  font-family: "Roboto Condensed V 25 Latin 300", Arial, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

a {
  color: #000;
  text-decoration: none;
  transition: letter-spacing .3s;
}

li {
  margin-bottom: 10px;
  font-family: "Roboto Condensed V 25 Latin 300", Arial, sans-serif;
  font-size: 20px;
}

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

strong {
  font-family: "Roboto Condensed V 25 Latin 700", Arial, sans-serif;
}

em {
  font-family: "Cormorant V 24 Latin 500", Times New Roman, sans-serif;
  font-style: italic;
}

blockquote {
  border-left: 3px none var(--antique-white);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 74px;
  line-height: 1.2;
}

figure {
  margin-bottom: 10px;
}

.section {
  margin-top: 90px;
  margin-bottom: 90px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.section.footer {
  border-top: .5px #0000006b;
}

.section.header {
  z-index: 999;
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  inset: 0 0% auto;
}

.section.mt-0 {
  margin-top: 0;
}

.section.mt-0.mlr-o {
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.section._404-wrapp {
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.bild {
  background-color: var(--antique-white);
  background-image: url('../images/salon-sabine-iserhardt-hellrosa.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 10px;
}

.button {
  grid-column-gap: 15px;
  background-color: var(--white);
  color: #000;
  border: 1px solid #000;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 30px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button:hover {
  background-color: var(--antique-white);
}

.button.w--current {
  color: #fff;
}

.button.small-button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.small-button.button-mob {
  display: none;
}

.button.small-button.button-desk {
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.button.small-button.button-desk.w--current {
  color: var(--black);
  font-family: "Roboto Condensed V 25 Latin 700", Arial, sans-serif;
}

.button.abstand {
  margin-bottom: 10px;
}

.button.schmaler {
  justify-content: space-between;
  align-items: center;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
}

.container.navbar-container {
  justify-content: space-between;
  display: flex;
}

.services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 76px;
  display: grid;
}

.services-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--hell-hell-antique);
  cursor: pointer;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 40px;
  transition: background-color .3s;
  display: grid;
}

.services-item:hover {
  background-color: #f8e8da;
}

.services-item-left {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 70px;
  display: flex;
}

.services-link {
  padding-top: 7px;
  padding-bottom: 7px;
}

.pricing-wrapp {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.pricng-images-wrapp {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing-table {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.pricing-dropdowns-wrapp {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 90%;
  margin-top: 10px;
  margin-bottom: 75px;
  display: flex;
}

.pricing-dropdown {
  width: 100%;
}

.dropdown-toggle {
  border-bottom: .5px solid #0000004a;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  margin-right: 70px;
  padding: 12px 0;
  display: flex;
}

.dropdown-inner-item {
  border-bottom: .5px solid #0000004d;
  justify-content: space-between;
  padding: 15px 5px;
  display: flex;
}

.dropdown-inner-item.text {
  padding: 20px;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  background-color: #fff;
  transition: all .4s;
  position: static;
}

.pricing-button {
  flex-direction: column;
  align-items: flex-start;
  position: static;
  inset: auto auto 100px 0%;
}

.pricing-main-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
}

.div-terminbuchung {
  background-color: var(--antique-white);
  cursor: pointer;
  background-image: url('../images/salon-sabine-iserhardt-hellrosa.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.div-max-600 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.footer-wrapp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #000;
  flex-direction: column;
  padding: 60px 150px 30px;
  display: flex;
  position: relative;
}

.footer-logo {
  background-color: #fff;
  width: 90px;
  padding-left: 20px;
  padding-right: 30px;
  position: absolute;
  inset: -30px auto auto 50%;
  transform: translate(-50%);
}

.footer-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  font-weight: 700;
  display: flex;
}

.navbar {
  background-color: #0000;
}

.navbar-logo {
  flex: 1;
}

.navbar-menu {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-nav-link {
  border-bottom: 1px solid var(--white);
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 15px 10px 10px;
  font-size: 18px;
  transition: letter-spacing .4s;
}

.header-nav-link:hover {
  border-bottom: 1px solid #000;
}

.header-nav-link.w--current {
  color: var(--black);
  font-family: "Roboto Condensed V 25 Latin 700", Arial, sans-serif;
}

.pricing-head {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.pricing-head.unter-bild {
  padding-top: 30px;
}

.pricing-head.kein-stretch {
  justify-content: center;
  align-items: flex-start;
}

.img-runde-ecken {
  border-radius: 6px;
}

.header-links-wrapp {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
}

.popup-image {
  object-fit: cover;
  border-radius: 5px;
}

.image-logo {
  width: 250px;
}

._404-block {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

._404-background {
  z-index: -1;
  max-height: 90vh;
  position: absolute;
  inset: 50% auto 0% 160px;
  transform: translate(0, -50%);
}

._404-background.mob {
  display: none;
}

._404-head {
  max-width: 75%;
}

.template-info-wrapp {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--hell-hell-antique);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 100px 80px;
  display: flex;
}

.dropdown-toggle-2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown {
  margin-right: 0;
  padding: 10px 0 10px 10px;
  font-size: 18px;
}

.dropdown:hover {
  border-bottom: 1px solid #000;
}

.dropdown-link {
  background-color: var(--antique-white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-link.w--current {
  color: var(--black);
  font-family: "Roboto Condensed V 25 Latin 700", Arial, sans-serif;
}

.dropdown-list-2 {
  margin-top: 10px;
}

.dropdown-list-2.w--open {
  margin-left: -20px;
}

.span-h1 {
  font-family: "Roboto Condensed V 31 Latin 100", Arial, sans-serif;
  font-size: 40px;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
}

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

.slide {
  text-align: center;
}

.grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  place-items: start;
}

.grid.obenausgerichtet {
  place-items: start;
}

.h2-66-prozent {
  max-width: 66%;
}

.logo-kontakt {
  width: 300px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: -10px;
}

.para-footer {
  font-size: 16px;
}

.para-footer.rechts {
  text-align: right;
}

.para-footer.center {
  text-align: center;
}

.link-social {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.link-social:hover {
  border-width: 2px;
}

.grid-footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-3 {
  margin-right: 10px;
}

.line {
  background-color: #11845b;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 194px;
  height: 6px;
  min-height: 6px;
}

.position-absolute {
  position: absolute;
}

.position-absolute.shape-bg {
  max-width: 180px;
}

.inner-container {
  color: var(--white);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.position-relative {
  position: relative;
}

.position-relative.z-index-1 {
  z-index: 1;
  z-index: 1;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.section-bild {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-bild.hero-primary {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section-bild.hero-primary.bild {
  background-image: url('../images/Friseurteam_Retusche.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  height: 85vh;
  padding-top: 0;
  padding-left: 60px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.grid-team {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
}

.h2-ohne-abstand {
  margin-bottom: 5px;
  line-height: 100%;
}

.div-team.rechter {
  margin-top: 110px;
}

.div-team.linker {
  margin-top: -110px;
}

.span-h2-kleiner {
  font-family: "Cormorant V 24 Latin", Times New Roman, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 120%;
}

.icon-beige {
  color: var(--antique-white);
}

.img-slider {
  border-radius: 6px;
  width: 60%;
}

.img-slider.bei-slidern {
  margin-top: -60px;
}

.div-slider {
  text-align: center;
  margin-top: -60px;
}

.div-slider.abstand-oben {
  margin-top: 60px;
}

.h2-folge-abstand {
  margin-top: 40px;
}

.liste {
  margin-right: 5px;
  padding-left: 20px;
}

.text-kursiv {
  font-family: "Roboto Condensed V 25 Latin 300", Arial, sans-serif;
  font-style: italic;
}

.textlink {
  text-decoration: underline;
}

.bu {
  margin-top: 10px;
  font-size: 16px;
  line-height: 130%;
}

.checkbox-field {
  color: #4a4a49;
  text-align: left;
}

.checkbox {
  margin-top: 5px;
}

.link-cta {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #ab3e47;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 1px 20px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.text-field {
  height: 50px;
  font-family: "Roboto Condensed V 25 Latin 300", Arial, sans-serif;
  font-size: 18px;
}

.text-field.gross {
  height: 100px;
  margin-bottom: 30px;
}

.grid-2er-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
}

.grid-2er-2.enger {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-abstand {
  width: 10px;
  height: 20px;
}

.hidden {
  height: 5px;
}

.grid-termin {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.select-field {
  color: #4a4a49;
  height: 50px;
  font-size: 18px;
}

.checkbox-label {
  color: var(--black);
  text-align: left;
  font-family: "Roboto Condensed V 25 Latin 300", Arial, sans-serif;
}

.formular {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 8px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.div-terminwunsch {
  margin-bottom: 10px;
}

.h2-abstand-unten {
  margin-bottom: 45px;
}

.bild-team {
  display: none;
}

.para-kursiv {
  margin-top: -10px;
  margin-bottom: 0;
  font-family: "Cormorant V 24 Latin 600", Times New Roman, sans-serif;
  font-style: italic;
  line-height: 120%;
}

@media screen and (min-width: 1440px) {
  h3 {
    margin-bottom: 0;
    font-size: 22px;
  }

  .section-bild.hero-primary {
    padding-top: 165px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  blockquote {
    font-size: 56px;
  }

  .section.header {
    top: 0;
  }

  .section.mt-0 {
    margin-top: 0;
    overflow: hidden;
  }

  .section.bild {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button.small-button.button-mob {
    display: block;
  }

  .button.small-button.button-desk {
    display: none;
  }

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

  .services-item {
    grid-template-columns: .8fr 1fr;
  }

  .pricing-wrapp {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .pricing-dropdowns-wrapp {
    max-width: 100%;
  }

  .pricing-dropdown, .dropdown-toggle {
    z-index: 1;
  }

  .pricing-main-image {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wrapp {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-menu {
    z-index: 100;
    background-color: #fff;
    flex: 1;
    align-self: stretch;
    align-items: center;
    width: 100dvw;
    min-width: 100dvw;
    height: 100dvh;
    min-height: 100dvh;
    margin-right: 0;
    position: fixed;
    top: 0;
    bottom: 0;
  }

  .img-runde-ecken {
    width: 70%;
  }

  .navbar-links-wrapp {
    z-index: 100;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100dvw;
    height: 100dvh;
    min-height: 100dvh;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0%;
  }

  .nav-button {
    z-index: 4;
    border: 1px solid #000;
  }

  .nav-button.w--open {
    z-index: 101;
    background-color: var(--antique-white);
  }

  .menu-icon-close {
    opacity: 0;
    display: none;
  }

  .header-links-wrapp {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .popup-left-part {
    margin-left: auto;
  }

  ._404-background {
    max-width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  ._404-background.desk {
    max-width: 85%;
    left: 38%;
  }

  ._404-head {
    max-width: 100%;
  }

  .template-info-wrapp {
    padding: 80px 30px;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .h2-66-prozent {
    max-width: 100%;
  }

  .position-absolute.shape-bg {
    max-width: 140px;
  }

  .section-bild {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section-bild.hero-primary.bild {
    background-size: cover;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-team {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .img-slider {
    width: 70%;
  }

  .bu {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-center {
    margin-bottom: 30px;
  }
}

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

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  p {
    text-align: left;
    font-size: 18px;
    line-height: 140%;
  }

  li {
    font-size: 18px;
  }

  blockquote {
    font-size: 24px;
  }

  .section {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.bild {
    padding: 0;
  }

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

  .services-item-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .services-link {
    flex: 0 auto;
  }

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

  .pricing-dropdowns-wrapp {
    max-width: 100%;
    margin-bottom: 45px;
  }

  .dropdown-toggle {
    margin-right: 0;
    padding-top: 0;
    font-size: 20px;
  }

  .pricing-main-image {
    width: 100%;
  }

  .div-terminbuchung {
    padding: 45px 25px;
  }

  .footer-wrapp {
    padding-bottom: 10px;
  }

  .footer-info {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
  }

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

  .pricing-head.unter-bild {
    padding-top: 20px;
  }

  .img-runde-ecken {
    width: 100%;
  }

  ._404-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  ._404-head {
    max-width: 85%;
  }

  .template-info-wrapp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .span-h1 {
    font-size: 34px;
  }

  .logo-kontakt {
    width: 240px;
  }

  .para-footer {
    text-align: center;
    margin-bottom: 10px;
  }

  .para-footer.rechts {
    text-align: center;
  }

  .link-social {
    margin-bottom: 20px;
  }

  .grid-footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .line {
    width: 132px;
    height: 5px;
    min-height: 5px;
  }

  .position-absolute.shape-bg {
    max-width: 120px;
  }

  .section-bild {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-bild.hero-primary {
    padding-top: 70px;
  }

  .section-bild.hero-primary.bild {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 40px 25px 0;
  }

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

  .div-team.rechter, .div-team.linker {
    margin-top: 0;
  }

  .img-slider {
    width: 100%;
  }

  .h2-folge-abstand {
    margin-top: 20px;
  }

  .bu {
    width: 100%;
  }

  .link-cta {
    border-radius: 40px;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .formular {
    background-color: var(--antique-white);
  }

  .h1-home {
    color: var(--black);
  }

  .bild-team {
    display: inline-block;
  }
}

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

  h2 {
    font-size: 26px;
    line-height: 110%;
  }

  h3 {
    font-size: 18px;
  }

  figure {
    width: 100%;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.mt-0.mlr-o {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    padding: 15px;
    font-size: 16px;
  }

  .button.abstand {
    margin-bottom: 10px;
  }

  .services-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-auto-columns: 1fr;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .services-item-left {
    max-width: 100%;
  }

  .dropdown-toggle {
    font-size: 18px;
  }

  .dropdown-inner-item {
    font-size: 16px;
    line-height: 120%;
  }

  .footer-wrapp {
    padding-bottom: 30px;
  }

  .footer-logo {
    width: 80px;
    top: -20px;
  }

  .img-runde-ecken {
    width: auto;
  }

  .navbar-links-wrapp {
    align-self: stretch;
  }

  .image-logo {
    width: 160px;
  }

  ._404-background.desk {
    display: none;
  }

  ._404-background.mob {
    min-width: 100vw;
    max-width: 105%;
    max-height: none;
    display: block;
  }

  ._404-head {
    font-size: 32px;
  }

  .template-info-wrapp {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .span-h1 {
    font-size: 24px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .logo-kontakt {
    width: 200px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .line {
    width: 112px;
    height: 4px;
    min-height: 4px;
  }

  .position-absolute.shape-bg {
    max-width: 100px;
  }

  .section-bild {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-bild.hero-primary {
    padding-top: 50px;
  }

  .section-bild.hero-primary.bild {
    background-position: 50% 0;
    background-size: contain;
  }

  .slider-nav-unten {
    display: none;
  }

  .pfeil-links, .pfei-rechts {
    width: 15%;
  }

  .text-field, .select-field {
    font-size: 16px;
  }

  .formular {
    padding: 25px 15px;
  }

  .h1-home {
    color: var(--black);
  }
}

#w-node-_15cfac81-f454-c58b-b5fb-18c9abfb3a78-abfb3a73, #w-node-_15cfac81-f454-c58b-b5fb-18c9abfb3a88-abfb3a73, #w-node-ef005814-db04-2822-c95c-75aeaf161c9f-f7069cc9, #w-node-_450e484c-5eab-0ef1-020a-be28f5e2ddde-f7069cc9, #w-node-_6fbfd425-84d5-52e9-7a88-a8918fe6904b-714aeda9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6307d8c-60b8-d294-cc85-2b31781b3143-714aeda9, #w-node-c3c93677-6e78-fce6-bff3-9fcbc2ffe406-714aeda9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6fbfd425-84d5-52e9-7a88-a8918fe6904b-ae0844c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6307d8c-60b8-d294-cc85-2b31781b3143-ae0844c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6fbfd425-84d5-52e9-7a88-a8918fe6904b-6021aa7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6307d8c-60b8-d294-cc85-2b31781b3143-6021aa7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6fbfd425-84d5-52e9-7a88-a8918fe6904b-440d74c6, #w-node-_46e8ebc2-e638-bda7-0a32-9d2f13ab882d-440d74c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_631131bb-7de6-874b-0631-a7f780469642-440d74c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6fbfd425-84d5-52e9-7a88-a8918fe6904b-d7969c70, #w-node-_6fbfd425-84d5-52e9-7a88-a8918fe6904b-2eefddf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd9f5244-ce23-5136-1bed-cb0a910ad9f8-2eefddf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6fbfd425-84d5-52e9-7a88-a8918fe6904b-d5559d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd9f5244-ce23-5136-1bed-cb0a910ad9f8-d5559d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6fbfd425-84d5-52e9-7a88-a8918fe6904b-f0b84b27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae621eec-541f-7f8a-6a85-f1a71d0d377b-f0b84b27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6fbfd425-84d5-52e9-7a88-a8918fe6904b-ece5e196, #w-node-_6fbfd425-84d5-52e9-7a88-a8918fe6904b-e9f1a863 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd9f5244-ce23-5136-1bed-cb0a910ad9f8-e9f1a863 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6fbfd425-84d5-52e9-7a88-a8918fe6904b-cf15e816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd9f5244-ce23-5136-1bed-cb0a910ad9f8-cf15e816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6fbfd425-84d5-52e9-7a88-a8918fe6904b-6d71e0a1, #w-node-_24921956-b77d-6656-cd90-8f1874607f4a-6d71e0a1, #w-node-_6fbfd425-84d5-52e9-7a88-a8918fe6904b-c803a10b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2dc5637-2beb-53e5-6179-064aea22014b-c803a10b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6fbfd425-84d5-52e9-7a88-a8918fe6904b-f96ec42d, #w-node-_6fbfd425-84d5-52e9-7a88-a8918fe6904b-cf393bb4, #w-node-_6fbfd425-84d5-52e9-7a88-a8918fe6904b-8994aff2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ef005814-db04-2822-c95c-75aeaf161c9f-f7069cc9 {
    justify-self: center;
  }

  #w-node-cd9f5244-ce23-5136-1bed-cb0a910ad9f8-2eefddf6, #w-node-cd9f5244-ce23-5136-1bed-cb0a910ad9f8-d5559d59, #w-node-ae621eec-541f-7f8a-6a85-f1a71d0d377b-f0b84b27, #w-node-cd9f5244-ce23-5136-1bed-cb0a910ad9f8-e9f1a863, #w-node-cd9f5244-ce23-5136-1bed-cb0a910ad9f8-cf15e816 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6cde9d95-029e-7b11-c6bd-5e6db7053dcb-f7069cc4, #w-node-_0641fc3c-3a1d-dcfc-1fd5-47cacbfd775e-f7069cc4, #w-node-_5b2dc73d-51fe-aa32-95e1-24c0b44a99e6-f7069cc4 {
    justify-self: center;
  }

  #w-node-_15cfac81-f454-c58b-b5fb-18c9abfb3a81-abfb3a73 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Roboto Condensed V 25 Latin';
  src: url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed V 25 Latin 700';
  src: url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed V 25 Latin 300';
  src: url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant V 24 Latin 300';
  src: url('../fonts/cormorant-v24-latin-300.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant V 24 Latin 300';
  src: url('../fonts/cormorant-v24-latin-300italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant V 24 Latin 500';
  src: url('../fonts/cormorant-v24-latin-500italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant V 24 Latin 600';
  src: url('../fonts/cormorant-v24-latin-600.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant V 24 Latin';
  src: url('../fonts/cormorant-v24-latin-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant V 24 Latin 500';
  src: url('../fonts/cormorant-v24-latin-500.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant V 24 Latin 700';
  src: url('../fonts/cormorant-v24-latin-700.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant V 24 Latin';
  src: url('../fonts/cormorant-v24-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant V 24 Latin 700';
  src: url('../fonts/cormorant-v24-latin-700italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant V 24 Latin 600';
  src: url('../fonts/cormorant-v24-latin-600italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed V 31 Latin 100';
  src: url('../fonts/roboto-condensed-v31-latin-100.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}