@font-face {
  font-family: Montserrat variablefont wght;
  src: url('../fonts/montserrat-italic-variablefont_wght.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat variablefont wght;
  src: url('../fonts/montserrat-variablefont_wght.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/raleway-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/raleway-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/raleway-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/raleway-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/raleway-thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/raleway-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/raleway-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Majesty;
  src: url('../fonts/majesty-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dancingscript;
  src: url('../fonts/dancingscript-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dancingscript;
  src: url('../fonts/dancingscript-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dancingscript;
  src: url('../fonts/dancingscript-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dancingscript;
  src: url('../fonts/dancingscript-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mrssaintdelafield;
  src: url('../fonts/mrssaintdelafield-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Handwriting;
  src: url('../fonts/handwriting.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bringshoot;
  src: url('../fonts/bringshoot.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --brown: #ab1641;
  --black-2: black;
  --black: #333;
  --white: #fff;
  --light-grey: #cecece;
  --white-smoke: #e9e9e9;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

a {
  color: var(--brown);
  text-decoration: underline;
}

.hero {
  height: 100%;
  display: none;
}

.slider {
  background-color: #b82929;
  height: 80vh;
}

.sliderr-max-wrapper {
  mix-blend-mode: normal;
  background-image: url('../images/sea.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 100px 100px 104px 136px;
  display: flex;
}

.sliderr-max-wrapper._2 {
  background-image: url('../images/heissludt.jpg');
}

.sliderr-max-wrapper._3 {
  background-image: linear-gradient(#0000, #0000), url('../images/niko-photos-tgtvxeor_rs-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sliderr-max-wrapper.transparent {
  background-image: none;
}

._30wrapper {
  background-color: #ab164100;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 40%;
  margin-bottom: 25px;
  display: flex;
}

._30wrapper.magenta {
  background-color: #fff0;
  margin-bottom: 0;
  padding: 20px;
}

.slider-heading {
  text-transform: uppercase;
  background-color: #e4000000;
  padding: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 400;
}

.heading-wrapper {
  background-color: #c21d1d;
}

.slider-text {
  background-color: var(--brown);
  text-transform: uppercase;
  padding: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.heading {
  text-transform: uppercase;
  display: inline-block;
}

.heading-2 {
  padding: 10px;
  display: block;
}

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

.bold-text {
  background-color: var(--brown);
  color: #fff;
  padding: 15px 20px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 48px;
  line-height: 58px;
  display: block;
}

.bold-text-2 {
  background-color: var(--brown);
  padding: 10px;
  display: block;
}

.button {
  border: 3px solid var(--brown);
  background-color: #fff0;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.button.topm {
  background-color: var(--brown);
  color: #fff;
  margin-top: 20px;
  font-family: Raleway, sans-serif;
}

.button.topm:hover {
  color: var(--black-2);
  background-color: #fff;
}

.button.secondary {
  color: #fff;
  border-color: #fff;
}

.button.secondary.topm {
  background-color: #fff0;
  margin-top: 10px;
  font-weight: 300;
}

.button.secondary.topm:hover {
  background-color: #ffffff4a;
}

.button.secondary.topm.angebot {
  display: none;
}

.button.third {
  color: var(--black);
  font-family: Raleway, sans-serif;
}

.button.fill {
  background-color: var(--brown);
  margin-left: 0;
  position: absolute;
  inset: auto 3% 0% auto;
}

.paragraph {
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph.white {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph.white.topm {
  margin-top: 20px;
}

.paragraph.white.topm.medium {
  font-size: 18px;
  line-height: 28px;
}

.paragraph.white.k {
  font-style: italic;
}

.paragraph.white.bold {
  font-weight: 700;
}

.paragraph.white.big {
  font-size: 19px;
  line-height: 150%;
}

.paragraph.topm {
  margin-top: 20px;
  font-size: 22px;
  line-height: 32px;
}

.paragraph.small {
  font-size: 14px;
  line-height: 24px;
}

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

.paragraph.topmargin {
  margin-top: 40px;
}

.paragraph.smalltopmargin {
  margin-top: 5px;
}

.paragraph.large {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph.margin-top, .paragraph.top-maegin {
  margin-top: 20px;
}

.paragraph.top-maegin.big, .paragraph.big {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph.highlight {
  color: var(--brown);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.paragraph.mini {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  line-height: 22px;
}

.navbar {
  background-color: var(--brown);
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: block;
}

.nav-link {
  background-color: var(--brown);
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link.current {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
}

.nav-link.blog {
  display: inline-block;
}

.defaulc {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.defaulc.small {
  max-width: 800px;
}

.defaulc.topmargin {
  margin-top: 74px;
}

.defaulc.topmargin.padding {
  border: 2px solid var(--brown);
  padding: 20px;
}

.defaulc.topmargin.padding.machhtalk {
  display: none;
}

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

.defaulc._100-width, .defaulc.max {
  max-width: 100%;
}

.defaulc.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section {
  padding: 100px 20px;
}

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

.h2 {
  color: #000;
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  line-height: 42px;
}

.h2.white {
  color: #fff;
}

.h2.center {
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
  line-height: 50px;
}

.h2.magenta {
  color: var(--brown);
}

.h2.magenta.center {
  letter-spacing: 1px;
  font-family: Handwriting, sans-serif;
}

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

.grid-2 {
  grid-column-gap: 87px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.h3 {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.h3.magenta {
  color: var(--brown);
}

.h3.white {
  color: #fff;
}

.h3.white.handwriting {
  font-family: Handwriting, sans-serif;
  font-size: 27px;
  line-height: 36px;
}

.h3.center {
  text-align: center;
  margin-bottom: 20px;
}

.h3.margin {
  margin-top: 20px;
}

.image {
  border-radius: 100%;
}

.section-2 {
  background-color: #fff;
  padding: 100px 20px;
  display: none;
}

.section-2.grey {
  background-color: #fff;
  display: block;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.div-block-2 {
  background-color: var(--brown);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.div-block-2.smallpadding {
  padding: 20px;
}

.footer {
  background-color: var(--brown);
  padding: 60px 20px;
}

.grid-4 {
  grid-column-gap: 57px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
}

.h4 {
  font-family: Raleway, sans-serif;
}

.h4.white {
  color: #fff;
  font-family: Raleway, sans-serif;
}

.link {
  color: var(--brown);
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.link.white {
  color: #fff;
  font-family: Raleway, sans-serif;
}

.link.bold {
  color: var(--brown);
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.link.magenta {
  color: var(--brown);
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.div-block-3 {
  flex-direction: column;
  display: flex;
}

.section-3 {
  background-color: var(--white);
  padding: 68px 20px 100px;
  display: block;
}

.right-div {
  border: 3px none var(--brown);
  background-color: #a81642;
  background-image: linear-gradient(#ab1641c7, #ab1641c7), url('../images/martina_bg-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
}

.bold-text-3 {
  background-color: var(--brown);
  color: #fff;
  padding: 10px;
  display: inline-block;
}

.image-2 {
  filter: grayscale();
}

.grid-5 {
  grid-column-gap: 15px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.empfhelung {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bgubs.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 60px;
  display: none;
}

.section-5 {
  background-image: url('../images/business-woman.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 140px 20px;
}

._40wrapper {
  width: 60%;
}

.big-text {
  color: var(--black-2);
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.big-text.white {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.section-6 {
  padding: 100px 20px;
}

.grid-6 {
  grid-column-gap: 89px;
  grid-template-rows: auto;
}

.bullet-point-wrapper {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.bullet {
  width: 10%;
  min-width: 10%;
}

.fa {
  color: var(--brown);
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.fa.white {
  color: #fff;
}

.section-7 {
  background-color: var(--brown);
  padding: 54px 20px 100px;
}

.div-block-4 {
  border: 3px solid #fff;
  padding: 20px;
}

.grid-7 {
  grid-column-gap: 29px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.section-8 {
  background-color: var(--white-smoke);
  padding: 100px 20px;
}

.section-8.sec {
  background-color: var(--white-smoke);
}

.section-9 {
  background-color: var(--white-smoke);
  padding: 100px 20px;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 600;
}

.testimonial {
  font-family: Montserrat variablefont wght, sans-serif;
}

.grid-8 {
  grid-column-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.price {
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.price.topm {
  margin-top: 10px;
}

.div-block-5 {
  background-color: var(--brown);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: block;
}

.buton-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.div-block-6 {
  z-index: 100;
  width: 80%;
  position: relative;
}

.section-10 {
  background-color: var(--white-smoke);
  padding: 100px 20px 82px;
}

.grid-9 {
  grid-column-gap: 109px;
  grid-template-rows: auto;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.section-11 {
  background-color: #fff;
  padding: 100px 20px;
}

.small-wrapper {
  background-color: #fff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.small-wrapper.white-smoke {
  background-color: var(--white-smoke);
}

.grid-10 {
  grid-column-gap: 47px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.grid-11 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.field {
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.section-12 {
  background-color: var(--white-smoke);
  padding: 60px 100px;
}

.h1 {
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

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

.h1.white {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.h1.white.handwiriting {
  font-family: Handwriting, sans-serif;
}

.h1.white.handwiriting.large {
  font-size: 50px;
  line-height: 70px;
}

.h1.white.handwiriting.large.top-margin {
  margin-top: 20px;
}

.section-13 {
  padding: 60px 20px;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.step-wrapper {
  border: 3px solid var(--brown);
  background-color: #0000;
  padding: 20px;
}

.count {
  color: var(--brown);
  font-family: Majesty, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.section-14 {
  background-color: var(--brown);
}

.button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-wrapper.margin {
  margin-bottom: 40px;
}

.h1-slider {
  color: var(--brown);
  font-family: Raleway, sans-serif;
  font-weight: 700;
  line-height: 48px;
}

.bold-text-4 {
  font-family: Raleway, sans-serif;
}

.slider-v2 {
  height: auto;
}

.slider-standard {
  background-image: url('../images/ocean.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-standard._2 {
  background-image: url('../images/heissludt.jpg');
}

.slider-standard._3 {
  background-image: url('../images/tree.jpg');
}

.slider-2 {
  height: 80vh;
}

.div-block-11 {
  margin-left: auto;
  margin-right: auto;
}

.slider-heading {
  color: #fff;
  margin-top: 10px;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.slider-heading.magenta {
  color: var(--brown);
  font-weight: 700;
}

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

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.subheading {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Dancingscript, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.subheading.leftalign {
  text-align: left;
  line-height: 30px;
}

.subheading.leftalign.black {
  color: var(--black-2);
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.subheading.handwriting {
  margin-top: 0;
  font-family: Handwriting, sans-serif;
  font-size: 34px;
  line-height: 44px;
}

.subheading.handwriting.magenta {
  color: var(--brown);
}

.subheading.black {
  color: var(--black-2);
  font-family: Handwriting, sans-serif;
}

.section-15 {
  padding: 100px 20px;
}

.image-3 {
  filter: grayscale();
}

.section-16, .section-17 {
  background-color: var(--light-grey);
  padding: 100px 20px;
}

.grid-13 {
  grid-column-gap: 77px;
  grid-template-rows: auto;
}

.image-4 {
  filter: grayscale();
}

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

.section-18 {
  padding: 100px 20px;
}

.blog-wrapper {
  background-color: var(--white-smoke);
  padding: 20px;
}

.link-blog {
  border-bottom: 2px solid var(--brown);
  color: var(--black);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-blog.white {
  color: var(--white);
  text-decoration: underline;
}

.section-19 {
  padding: 100px 20px;
}

.presse-wrapper {
  background-color: var(--brown);
  margin: 20px 0;
  padding: 10px 20px 20px;
}

.presse-wrapper.grey {
  background-color: var(--white-smoke);
}

.section-20 {
  background-color: #e8e8e8;
  padding: 100px 20px;
  display: none;
}

.grid-14 {
  grid-column-gap: 69px;
  grid-template-rows: auto;
}

.image-5 {
  filter: grayscale();
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-21 {
  padding: 100px 20px;
}

.section-21.blog {
  background-color: var(--white-smoke);
}

.section-22 {
  background-color: var(--brown);
  background-image: linear-gradient(to bottom, var(--brown), #ab1640a1), url('../images/martina_bg-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 168px 20px 123px;
  display: none;
  position: relative;
}

.grid-15 {
  grid-column-gap: 76px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.image-6 {
  filter: grayscale();
  border-radius: 5px;
}

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  padding-top: 0;
  display: flex;
}

.grid-16 {
  grid-template-rows: auto;
  padding-top: 0;
}

.div-block-16 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.bold-text-5 {
  font-weight: 300;
}

.image-7 {
  max-width: 50%;
  position: static;
  inset: auto 0% 0% auto;
}

.image-7._2 {
  max-width: 100%;
  display: none;
  position: absolute;
}

.text-span {
  font-size: 14px;
  line-height: 24px;
}

.text-span-2 {
  line-height: 8px;
}

.brand {
  display: flex;
}

.brand.w--current {
  align-items: center;
}

.paragraph-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  font-family: Handwriting, sans-serif;
  font-size: 25px;
  display: flex;
}

.paragraph-2.black {
  color: #000;
}

.paragraph-2.black.topmargin {
  margin-top: 20px;
}

.image-8 {
  margin-right: 10px;
}

.section-23 {
  padding: 100px 20px;
}

.grid-17 {
  grid-column-gap: 53px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.section-24 {
  background-color: var(--white-smoke);
  padding: 60px 20px;
}

.bold-text-6, .bold-text-7, .bold-text-8 {
  font-family: Handwriting, sans-serif;
}

.lightbox-link {
  margin-left: 20px;
  text-decoration: none;
}

.section-25 {
  padding: 100px 20px;
}

.grid-18 {
  grid-column-gap: 62px;
  grid-template-rows: auto;
}

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

.section-26 {
  background-color: var(--white-smoke);
  padding: 100px 20px;
}

.section-27 {
  padding: 100px 20px;
}

.div-block-18 {
  background-color: var(--brown);
  padding: 20px;
}

.paragraph-3 {
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
}

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

.section-29 {
  padding: 60px 20px;
}

.text-span-3 {
  margin-right: 3px;
  font-family: "Fa solid 900", sans-serif;
}

.video-wrapper {
  background-image: url('../images/roter_salon.JPG');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: 0;
  display: flex;
}

.image-9 {
  width: 100px;
  height: auto;
}

.grid-19 {
  grid-column-gap: 59px;
  grid-template-rows: auto;
}

.section-30 {
  background-color: var(--brown);
  padding: 100px;
}

.section-31 {
  padding: 30px 20px 0;
  display: none;
  position: relative;
}

.line_tp {
  background-color: var(--brown);
  width: 100%;
  height: 100px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.line_bt {
  z-index: 100;
  background-color: var(--brown);
  width: 100%;
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-20 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.image-10 {
  z-index: 60;
  position: relative;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-20 {
  align-items: center;
  display: flex;
}

.heading-3 {
  font-family: Open Sans, sans-serif;
}

.h2-os {
  color: var(--black-2);
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  line-height: 48px;
}

.paragraph-os {
  color: var(--black-2);
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-os.top-margin {
  margin-top: 100px;
}

.link-os {
  color: var(--black-2);
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.button-2 {
  position: absolute;
}

.text-span-4 {
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
}

.section-32 {
  padding: 100px 20px;
}

.machtentfaltung {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: none;
}

.section-34 {
  background-color: var(--brown);
  background-image: linear-gradient(180deg, var(--brown), #cf335f5e), url('../images/martina_bg-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cell {
  justify-content: flex-end;
  align-items: flex-end;
}

.div-block-21 {
  justify-content: flex-end;
  display: flex;
}

.quick-stack {
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-22 {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.icon-2 {
  color: #fff;
}

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

.dropdown-list.w--open {
  background-color: var(--brown);
}

.subpahe-header {
  background-color: var(--brown);
  background-image: linear-gradient(#ab1641db, #ab1641db), url('../images/martina_bg-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding: 100px 20px;
}

.cell-3 {
  justify-content: center;
}

.angebote {
  padding: 100px 20px;
}

.atf-grid {
  grid-column-gap: 79px;
}

.col-div-wrapper {
  background-color: var(--brown);
  padding: 10px 20px 20px;
}

.cell-4 {
  justify-content: center;
}

.image-12 {
  display: none;
}

.section-35 {
  background-color: var(--white-smoke);
  padding: 40px 20px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.handwriting {
  margin-right: 14px;
  font-family: Handwriting, sans-serif;
}

.image-13 {
  mix-blend-mode: luminosity;
}

.maxwrapper {
  width: 100%;
  padding-top: 60px;
  padding-left: 60px;
  display: flex;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: none;
  display: flex;
}

.imagewrapper {
  width: 30%;
}

.header_en {
  background-color: var(--brown);
  padding: 10px;
}

.div-block-23 {
  display: flex;
}

.div-block-24 {
  flex-direction: column;
  display: flex;
}

.link-block-2 {
  background-color: #fff0;
  margin-top: 0;
  padding: 10px;
}

.image-14 {
  border: 10px solid #fff;
  margin-top: 10px;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial1_name-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_testimonial1_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.rl_testimonial1_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-heading-style-h5 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_testimonial1_text-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_testimonial1_logo {
  max-height: 3.5rem;
}

.rl_testimonial1_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  background-color: var(--white-smoke);
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_testimonial1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_testimonial17_name-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial17_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.rl_testimonial17_customer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.rl_testimonial17_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial17_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--brown);
  flex-direction: column;
  display: flex;
}

.rl_testimonial17_rating-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.rl_testimonial17_testimonial {
  border: 1px solid var(--brown);
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: block;
}

.rl_testimonial17_testimonial-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.rl_testimonial17_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_testimonial17_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_testimonial17_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  padding-bottom: 20px;
}

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

.rl_section_testimonial17 {
  background-color: var(--relume-library-lite--rl-white);
}

.section-36 {
  padding: 60px 20px;
}

.kooperation-wrapper {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.cell-5, .cell-6 {
  border: 1px solid var(--brown);
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
}

.quick-stack-2 {
  margin-top: 60px;
}

.mini-wrapper {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-15 {
  max-width: 100%;
  margin-left: 0;
}

.section-37 {
  background-color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  max-width: 30%;
  display: flex;
}

.link-block-4 {
  max-width: 30%;
}

.zeitungs-link {
  max-width: 25%;
  margin-left: 40px;
}

.zeitungs-link.small {
  max-width: 15%;
}

.quick-stack-3 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell_zeitung {
  background-color: var(--white-smoke);
  padding: 20px;
}

.section-38 {
  background-color: #f8f8f8;
  padding: 100px 20px;
}

.section_content22 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

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

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.smaller {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.content22_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.content22_metatag-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.content22_metatag-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.section_faq3 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.faq3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-bold {
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.text-size-medium.text-weight-bold.lila {
  color: var(--brown);
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-3 {
  border: 3px solid var(--brown);
  background-color: #fff0;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.button-3.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.faq3_list {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

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

.faq3_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq3_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  color: var(--brown);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq3_answer {
  margin-bottom: 0;
  overflow: hidden;
}

.list {
  margin-bottom: 20px;
}

.section-39 {
  background-color: var(--brown);
  padding: 40px;
}

.div-block-25 {
  max-width: 25%;
}

.div-block-26 {
  margin-left: 40px;
}

.layout32_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout32_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout32_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid #bbb;
  display: flex;
}

.layout32_item.no-border {
  border-bottom-style: none;
}

.layout32_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.button-4 {
  border: 3px solid var(--brown);
  background-color: #fff0;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.button-4.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-4.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout32_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.layout32_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.number {
  color: var(--brown);
  font-family: Raleway, sans-serif;
  font-size: 22px;
  line-height: 20px;
}

.subheadline {
  color: var(--brown);
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.subheadline.white {
  color: var(--white);
}

.usrom {
  border-left: 5px solid var(--brown);
  background-color: var(--white-smoke);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.handwwiting-p {
  color: var(--brown);
  font-family: Handwriting, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.handwwiting-p.black {
  color: var(--black-2);
}

.footer2_component.color-scheme-1 {
  background-color: var(--brown);
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer2_top-wrapper {
  grid-column-gap: 0vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  align-items: start;
}

.footer2_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer2_logo-link {
  padding-left: 0;
}

.text-weight-semibold {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.footer2_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer2_link {
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Raleway, sans-serif;
  font-size: .875rem;
  text-decoration: none;
}

.footer2_right-wrapper {
  flex-direction: column;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.footer2_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer2_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  height: auto;
  min-height: 2.75rem;
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.form_input::placeholder {
  color: var(--\<unknown\|relume-variable-neutral-shade-7-60\>);
}

.text-size-tiny {
  font-size: .75rem;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.divider-horizontal {
  width: 100%;
  height: var(--\<unknown\|relume-variable-divider-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer2_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer2_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer2_credit-text {
  color: var(--white);
  font-size: .875rem;
}

.footer2_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer2_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.footer2_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.paragraph-4 {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.text-block {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
}

.quick-stack-4 {
  background-color: var(--brown);
}

.section-40 {
  background-color: var(--brown);
  padding: 40px;
}

.button-white {
  background-color: var(--white);
  color: var(--brown);
  border-radius: 4px;
  padding: 15px 25px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.button-white:hover {
  background-color: #ebebeb;
}

.button-white.top-margin {
  margin-top: 20px;
}

.cell-7 {
  justify-content: center;
  align-items: center;
}

.section_header46.color-scheme-1 {
  background-color: var(--white-smoke);
  padding-top: 0;
  padding-bottom: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.heading-style-h1 {
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-41 {
  padding: 100px 20px;
}

.quick-stack-5 {
  border-bottom: 1px solid #818181;
  padding-top: 40px;
}

.quick-stack-5.noborder {
  border: 1px #000;
}

.book-wrapper {
  background-color: var(--white-smoke);
  padding: 20px;
}

.text-span-5 {
  color: var(--brown);
}

.quick-stack-6 {
  grid-column-gap: 107px;
}

@media screen and (min-width: 1280px) {
  .cell-2 {
    justify-content: center;
  }

  .image-12 {
    display: none;
  }

  .maxwrapper {
    padding-left: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-22 {
    margin-left: 0;
  }

  .cell-2 {
    justify-content: center;
  }

  .image-12 {
    display: none;
  }

  .maxwrapper {
    padding-left: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .section-22 {
    padding-top: 225px;
    padding-bottom: 145px;
  }

  .div-block-15 {
    justify-content: center;
    width: 1000px;
    padding-top: 0;
  }

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

  .image-7 {
    max-width: 100%;
  }

  .image-7._2 {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .section-34 {
    position: relative;
  }

  .div-block-21 {
    position: static;
  }

  .quick-stack {
    width: 100%;
  }

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

  .cell-2 {
    justify-content: center;
  }

  .image-12 {
    display: none;
  }

  .maxwrapper {
    width: 100%;
    padding-left: 140px;
    display: flex;
  }

  .hero-wrapper {
    width: 70%;
  }

  .imagewrapper {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: var(--black);
    background-color: #fff;
  }

  .nav-link.w--current {
    color: var(--light-grey);
  }

  .nav-link.current {
    color: var(--black);
  }

  .grid-3 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    background-color: #c8c8c800;
  }

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

  ._40wrapper {
    width: auto;
  }

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

  .container {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

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

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

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

  .section-22 {
    height: 1200px;
  }

  .div-block-15 {
    width: 100%;
  }

  .image-7 {
    max-width: 35%;
  }

  .image-7._2 {
    max-width: 35%;
    display: none;
  }

  .grid-17 {
    grid-template-columns: 2fr;
  }

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

  .video-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  .section-31 {
    padding-top: 131px;
  }

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

  .section-34 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .cell {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .div-block-21 {
    max-width: 20%;
  }

  .div-block-22 {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .icon-2 {
    color: #292929;
  }

  .image-12 {
    display: block;
  }

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

  .dropdown-toggle {
    display: inline-block;
  }

  .maxwrapper {
    display: none;
  }

  .link-block {
    margin-bottom: 40px;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .rl_testimonial17_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .mini-wrapper {
    flex-flow: column;
    display: flex;
  }

  .zeitungs-link {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 25%;
    display: flex;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .content22_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq3_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout32_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .subheadline.white {
    margin-bottom: 20px;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer2_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer2_left-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer2_social-list {
    margin-bottom: 2rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }
}

@media screen and (max-width: 767px) {
  .sliderr-max-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._30wrapper {
    width: 60%;
  }

  .bold-text {
    font-size: 32px;
    line-height: 42px;
  }

  .section {
    padding-top: 60px;
  }

  .grid-3 {
    grid-row-gap: 0px;
  }

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

  .section-6 {
    padding-top: 40px;
  }

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

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

  .section-8 {
    padding-top: 31px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

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

  .testimonial-info-three {
    flex-direction: row;
  }

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

  .section-10 {
    padding-top: 60px;
  }

  .grid-9, .grid-11 {
    grid-template-columns: 1fr;
  }

  .section-12 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .section-22 {
    padding-top: 30px;
    padding-bottom: 102px;
  }

  .image-7 {
    max-width: 48%;
  }

  .image-7._2 {
    max-width: 45%;
  }

  .image-10 {
    max-width: 60%;
  }

  .section-34 {
    height: auto;
    padding-top: 20px;
  }

  .div-block-21 {
    max-width: 80%;
  }

  .icon-2 {
    color: #000;
  }

  .subpahe-header {
    padding-top: 40px;
  }

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

  .dropdown-toggle {
    text-align: center;
    display: inline-block;
  }

  .rl_testimonial1_spacing-block-2 {
    padding-bottom: .75rem;
  }

  .rl_testimonial1_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_testimonial17_customer {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .rl_testimonial17_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_testimonial17_testimonial {
    padding: 1.5rem;
  }

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

  .rl_testimonial17_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_testimonial17_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .section-37 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .content22_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .faq3_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq3_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq3_icon-wrapper {
    width: 1.75rem;
  }

  .layout32_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer2_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer2_left-wrapper {
    grid-column-gap: 1.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer2_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .footer2_credit-text {
    margin-top: 1rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .sliderr-max-wrapper {
    padding: 10px;
  }

  ._30wrapper {
    width: auto;
    max-width: none;
  }

  .bold-text {
    font-size: 21px;
    line-height: 32px;
  }

  .button.fill {
    font-size: 16px;
    line-height: 26px;
  }

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

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

  .h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .h2.center {
    font-size: 30px;
    line-height: 40px;
  }

  .icon {
    margin-top: 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .empfhelung {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .section-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .h1.white {
    font-size: 25px;
    line-height: 35px;
  }

  .h1.white.handwiriting.large {
    font-size: 45px;
    line-height: 55px;
  }

  .slider-heading.magenta {
    font-size: 32px;
    line-height: 42px;
  }

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

  .subheading.handwriting {
    font-size: 24px;
    line-height: 48px;
  }

  .section-22 {
    height: 1400px;
    display: none;
  }

  .image-7 {
    max-width: 65%;
  }

  .image-7._2 {
    max-width: 60%;
  }

  .paragraph-2 {
    font-size: 20px;
  }

  .image-8 {
    margin-right: 10px;
  }

  .section-27 {
    padding-top: 60px;
  }

  .video-wrapper {
    height: 200px;
  }

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

  .image-10 {
    max-width: 60%;
  }

  .h2-os {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-os.top-margin {
    margin-top: 20px;
  }

  .image-11 {
    max-width: 80%;
  }

  .section-32 {
    padding-top: 40px;
  }

  .section-34 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .div-block-22 {
    margin-bottom: 20px;
  }

  .subpahe-header {
    padding-top: 60px;
  }

  .kooperation-wrapper {
    max-width: 100%;
  }

  .cell-5, .cell-6 {
    padding: 20px;
  }

  .quick-stack-2 {
    padding: 0;
  }

  .mini-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-15 {
    max-width: 100%;
    margin-left: 10px;
  }

  .section-37 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .zeitungs-link {
    max-width: 33%;
    margin-left: 10px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-25 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-26 {
    margin-top: 20px;
  }

  .layout32_content, .layout32_item-list {
    grid-template-columns: 1fr;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer2_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer2_left-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer2_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-41 {
    padding-top: 40px;
  }
}

#w-node-f6f5b7e7-cad1-ff94-581f-343e5d88bae2-39596cd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f5-39596cd5 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  display: none;
}

#w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f6-39596cd5, #w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f7-39596cd5, #w-node-_5c8d2239-3c73-0486-af80-0c896d2f3a4d-39596cd5, #w-node-_5c8d2239-3c73-0486-af80-0c896d2f3a4b-39596cd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f33e3a5-4624-a0b1-1dc7-d419c89a758b-39596cd5, #w-node-b41f534b-6b50-42ed-c6d8-61b4c5e1087d-39596cd5, #w-node-_12ef2335-19ab-22ba-7635-1f8f58b9f87b-39596cd5, #w-node-_98625065-79b0-801d-4949-90ee63a48169-39596cd5, #w-node-acfa67cd-9a0e-36f0-abe5-fe713836f434-39596cd5 {
  align-self: start;
}

#w-node-_0cdac155-d760-e7ab-f246-05e88ab95e0e-39596cd5, #w-node-eaa02b1a-5863-faa9-0857-4e6a45d4f7bd-39596cd5, #w-node-fe3bf8a7-3118-cd9a-ca63-4847fc556c7a-39596cd5, #w-node-_2c1c4f2b-7544-136c-83ba-f1415cbe0519-39596cd5, #w-node-_4bd2ccfb-030d-194d-4da2-2b154ef24a53-39596cd5, #w-node-_597ca399-0e97-af37-772f-477bdd102ab7-39596cd5, #w-node-aa218470-26fa-5a6f-4d28-474c7711c0f3-39596cd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f23041a-f8ce-8b52-6f73-caf1ca301e2b-ca301e29 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_98b9f229-e2b9-af5f-e378-4dc589aa1383-a0596cde, #w-node-_94bd0c0a-0e67-2f6c-1c23-9615f4875362-b2596cda {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a652a847-c554-f13d-3dd7-1de8c682a592-f8596cdd, #w-node-ea3acc73-97dd-786e-1b54-51cbb94f1411-f8596cdd, #w-node-_4bbb1b36-4b41-7626-d6d5-8d65bcd41e10-bcd41e0d, #w-node-_4bbb1b36-4b41-7626-d6d5-8d65bcd41e12-bcd41e0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd408205-3edb-a110-3a01-c7614b0e36f0-33596cdc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d22fd729-20fe-c984-1c7e-9e204cd71643-33596cdc {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-_43dd1c38-396f-25be-4fc4-3746e80ddd2c-40362615, #w-node-_43dd1c38-396f-25be-4fc4-3746e80ddd43-40362615, #w-node-_1fc93dfb-5f80-f353-568b-40d68914c543-7954992d, #w-node-c30a3e72-b712-07c1-ad4c-afa6116520f8-7954992d, #w-node-_0d1b3b2b-dbe8-2ed8-53f7-95549ea482dd-4621319e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692b07f4-e83e-0845-64ab-3635d48edde7-6bdb4b62, #w-node-_692b07f4-e83e-0845-64ab-3635d48edde7-8ae2904b, #w-node-_692b07f4-e83e-0845-64ab-3635d48edde7-f5319609 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f6f5b7e7-cad1-ff94-581f-343e5d88bae2-7e3020a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f5-7e3020a1 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  display: none;
}

#w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f6-7e3020a1, #w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f7-7e3020a1, #w-node-_5c8d2239-3c73-0486-af80-0c896d2f3a4d-7e3020a1, #w-node-_5c8d2239-3c73-0486-af80-0c896d2f3a4b-7e3020a1, #w-node-_0cdac155-d760-e7ab-f246-05e88ab95e0e-7e3020a1, #w-node-eaa02b1a-5863-faa9-0857-4e6a45d4f7bd-7e3020a1, #w-node-fe3bf8a7-3118-cd9a-ca63-4847fc556c7a-7e3020a1, #w-node-_2c1c4f2b-7544-136c-83ba-f1415cbe0519-7e3020a1, #w-node-_4bd2ccfb-030d-194d-4da2-2b154ef24a53-7e3020a1, #w-node-_597ca399-0e97-af37-772f-477bdd102ab7-7e3020a1, #w-node-aa218470-26fa-5a6f-4d28-474c7711c0f3-7e3020a1, #w-node-f7a95793-2e20-04a6-bdbd-5ea46b276664-7e3020a1, #w-node-f7a95793-2e20-04a6-bdbd-5ea46b276669-7e3020a1, #w-node-f7a95793-2e20-04a6-bdbd-5ea46b27666b-7e3020a1, #w-node-f7a95793-2e20-04a6-bdbd-5ea46b276670-7e3020a1, #w-node-f7a95793-2e20-04a6-bdbd-5ea46b276673-7e3020a1, #w-node-f7a95793-2e20-04a6-bdbd-5ea46b276678-7e3020a1, #w-node-f7a95793-2e20-04a6-bdbd-5ea46b27667a-7e3020a1, #w-node-f7a95793-2e20-04a6-bdbd-5ea46b27667f-7e3020a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90eb286-ce2c-72a6-34b1-b7c8f599118e-06f41ca5, #w-node-bea55be1-e5fa-be32-9656-5d808a30131c-86ca0e22, #w-node-_471b1d44-331e-0413-ed3e-fec86254df42-86ca0e22, #w-node-de9f20c8-7a30-4901-7610-d106aabcf926-86ca0e22, #w-node-b664d495-50a9-74c1-8065-302580f244f2-86ca0e22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f5-39596cd5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f6-39596cd5, #w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f7-39596cd5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5cde36d1-f2ca-b585-d03b-9b908452dbfe-8452dbf7, #w-node-_8a0c2ff9-4816-7886-c2eb-26f9c873fda9-33596cdc {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_692b07f4-e83e-0845-64ab-3635d48edde7-6bdb4b62, #w-node-_692b07f4-e83e-0845-64ab-3635d48edde7-8ae2904b, #w-node-_692b07f4-e83e-0845-64ab-3635d48edde7-f5319609 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f5-7e3020a1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f6-7e3020a1, #w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f7-7e3020a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5cde36d1-f2ca-b585-d03b-9b908452dbfe-8452dbf7 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_98b9f229-e2b9-af5f-e378-4dc589aa1383-a0596cde, #w-node-_94bd0c0a-0e67-2f6c-1c23-9615f4875362-b2596cda {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8a0c2ff9-4816-7886-c2eb-26f9c873fda9-33596cdc {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-b90eb286-ce2c-72a6-34b1-b7c8f599118e-06f41ca5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5cde36d1-f2ca-b585-d03b-9b908452dbfe-8452dbf7, #w-node-_8a0c2ff9-4816-7886-c2eb-26f9c873fda9-33596cdc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bea55be1-e5fa-be32-9656-5d808a30131c-86ca0e22 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Montserrat variablefont wght';
  src: url('../fonts/montserrat-italic-variablefont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat variablefont wght';
  src: url('../fonts/montserrat-variablefont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Majesty';
  src: url('../fonts/majesty-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dancingscript';
  src: url('../fonts/dancingscript-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dancingscript';
  src: url('../fonts/dancingscript-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dancingscript';
  src: url('../fonts/dancingscript-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dancingscript';
  src: url('../fonts/dancingscript-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mrssaintdelafield';
  src: url('../fonts/mrssaintdelafield-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Handwriting';
  src: url('../fonts/handwriting.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bringshoot';
  src: url('../fonts/bringshoot.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}