@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Bold.woff2') format("woff2"), url('../fonts/CabinetGrotesk-Bold.woff') format("woff"), url('../fonts/CabinetGrotesk-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Regular.woff2') format("woff2"), url('../fonts/CabinetGrotesk-Regular.woff') format("woff"), url('../fonts/CabinetGrotesk-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Light.woff2') format("woff2"), url('../fonts/CabinetGrotesk-Light.woff') format("woff"), url('../fonts/CabinetGrotesk-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Medium.woff2') format("woff2"), url('../fonts/CabinetGrotesk-Medium.woff') format("woff"), url('../fonts/CabinetGrotesk-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --medium-violet-red: #b02d57;
  --white: white;
  --brown: #701d37;
  --white-smoke: #f8f7f5;
  --medium-violet-red-2: #742f6a;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  line-height: 1.667em;
}

a {
  color: var(--medium-violet-red);
  text-decoration: underline;
}

li {
  line-height: 29px;
  list-style-type: disc;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 22px;
  line-height: 30px;
}

.body {
  background-color: var(--white);
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 18px;
}

.section {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.section.bg-red {
  background-color: var(--medium-violet-red);
  padding-bottom: 80px;
}

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

.container {
  z-index: 1000;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.bg-red {
  background-color: var(--medium-violet-red);
}

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

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

.margin-bottom-80 {
  margin-bottom: 80px;
}

.container-2 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-large {
  font-size: 28px;
  line-height: 1.583em;
}

.paragraph-large.text-color-white.margin-bottom-40.width {
  width: 36ch;
}

.button-primary {
  background-color: var(--medium-violet-red);
  letter-spacing: 2px;
  border-radius: 50px;
  padding: 24px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125px;
}

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

.button-secondary {
  background-color: var(--white);
  color: var(--medium-violet-red);
  letter-spacing: 2px;
  border-radius: 50px;
  padding: 24px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125px;
}

.button-secondary.w--current {
  color: var(--brown);
}

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

.devider {
  background-color: var(--medium-violet-red);
  width: 200px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.devider.centered {
  margin-left: auto;
  margin-right: auto;
}

.devider.centered.margin-bottom-40 {
  height: 4px;
  margin-top: 20px;
}

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

.headline-1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
}

.text-red {
  color: var(--medium-violet-red);
}

.div-block {
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block-3 {
  width: 40%;
}

.bg-light {
  background-color: var(--white-smoke);
}

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

.div-block-5 {
  width: 63%;
  margin-bottom: 50px;
  margin-right: 4%;
}

.div-block-6 {
  width: 34%;
}

.headline-hero {
  color: var(--white);
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
}

.bottom-white {
  z-index: 1;
  background-color: var(--white);
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar {
  z-index: 5000;
  background-color: var(--medium-violet-red);
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.div-block-7 {
  width: 100%;
  height: 1px;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-paragraph {
  color: #485166;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.question-title {
  letter-spacing: -.03em;
  margin-right: 10px;
}

.faq-circle {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.faq-question-bar {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.faq-content {
  overflow: hidden;
}

.border-left {
  border-left: 2px none var(--brown);
  background-color: var(--white-smoke);
  background-image: url('../images/right-arrow-1.svg');
  background-position: 24px 52px;
  background-repeat: no-repeat;
  background-size: auto 11px;
  height: 250px;
  padding: 24px 24px 24px 39px;
}

.slider {
  background-color: #0000;
  margin-bottom: 40px;
}

.slide {
  width: 32%;
  margin-right: 1%;
}

.icon {
  color: var(--brown);
}

.mask {
  padding-left: 65px;
  padding-right: 65px;
}

.left-arrow {
  background-color: var(--white);
  position: absolute;
}

.headline-3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.numbers {
  background-color: var(--brown);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-right: 12px;
  font-weight: 700;
  display: flex;
}

.number-left {
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.grid-4 {
  align-items: start;
}

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

.headline-0 {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1em;
}

.image-circle {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 200px;
  width: 300px;
  height: 300px;
}

.list-x {
  background-image: url('../images/cross.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 31px;
  padding-left: 27px;
  font-size: 24px;
  font-weight: 500;
}

.list-check {
  background-image: url('../images/check.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto 24px;
  padding-left: 27px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

.nav-menu {
  display: block;
}

.right-arrow {
  background-color: var(--white);
}

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

.author {
  text-align: right;
  font-weight: 700;
}

.bezeichnung {
  text-align: right;
}

.margin-right-10, .margin-right-10.w--current {
  margin-right: 10px;
}

.tagline {
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 21px;
}

.sub-list {
  padding-left: 12px;
}

.list-item {
  list-style-type: none;
}

.list, .list-item-2, .list-item-3, .list-item-4 {
  list-style-type: decimal;
}

.div-block-9 {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.instagram {
  margin-left: 12px;
}

.nav-link, .nav-link.w--current {
  color: var(--white);
}

.workshop {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 36px;
  display: grid;
}

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

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

.div-block-13 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .paragraph-large.text-color-white.margin-bottom-40 {
    font-size: 21px;
  }

  .button-primary {
    letter-spacing: 0;
  }

  .headline-hero {
    font-size: 40px;
    line-height: 50px;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide {
    width: 100%;
  }

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

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

  .menu-button {
    color: var(--white);
  }

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

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

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

  .div-block-3 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .div-block-5 {
    width: 90%;
    margin-right: 0%;
  }

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

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

  .headline-0 {
    font-size: 40px;
  }

  .image-circle {
    width: 200px;
    height: 200px;
  }

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

  .grid-6 {
    grid-row-gap: 29px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 31px;
  }

  blockquote {
    font-size: 20px;
    line-height: 26px;
  }

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

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

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

  .container.top {
    padding-top: 75px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 1.3em;
  }

  .paragraph-large.text-color-white.margin-bottom-40.width {
    width: 20ch;
  }

  .button-primary {
    letter-spacing: 0;
  }

  .button-secondary {
    text-align: center;
    letter-spacing: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-4 {
    margin-top: 40px;
  }

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

  .div-block-6 {
    width: 80%;
  }

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

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

  .question-title {
    flex: 1;
  }

  .border-left {
    height: 100%;
  }

  .slider {
    height: 370px;
  }

  .slide {
    margin-right: 0%;
  }

  .icon {
    color: var(--brown);
    margin-left: 0;
    margin-right: 0;
  }

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

  .left-arrow {
    z-index: 5000;
    position: relative;
  }

  .headline-0 {
    font-size: 36px;
  }

  .list-x {
    background-position: 0 0;
    font-size: 20px;
    line-height: 1.5em;
  }

  .list-check {
    font-size: 18px;
  }

  .nav-menu {
    background-color: var(--medium-violet-red);
    padding: 12px 24px;
  }

  .right-arrow {
    position: relative;
  }

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

  .brand {
    width: 70%;
  }

  .slide-nav {
    background-color: #929292;
  }

  .div-block-9 {
    flex-direction: row-reverse;
  }

  .instagram {
    width: 24px;
    height: 24px;
    margin-left: 0;
  }

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

#w-node-b764f5f2-f91e-2184-f678-f11acd30ebfc-5fb9d139, #w-node-e9e0aba2-b0a9-f174-22b9-1bc9ea10feb9-5fb9d139, #w-node-a0e521c7-7be5-6bbe-8b5d-096359c1becf-5fb9d139, #w-node-_0591f080-f60b-46b6-cbb3-56d0d3c6920b-5fb9d139, #w-node-a4acac6c-e594-6299-497f-eb05c3eb8a9f-5fb9d139, #w-node-a0e0ac46-4e4c-04c6-f23e-184309458c91-5fb9d139, #w-node-fe68a00d-ef42-ac4a-9d8f-5be7cc169c15-5fb9d139, #w-node-_7a3add15-8b6c-13e5-ddb8-d58dcf408d78-5fb9d139, #w-node-f11c7f76-860e-0b98-c1e6-69291bb35854-5fb9d139, #w-node-bfcc7f42-893c-0b51-9c11-1550c42286c1-5fb9d139, #w-node-_5dc55eb3-b44b-e889-e45c-559244366712-5fb9d139, #w-node-_19b2f91a-d047-99d5-8089-42a72b524f07-5fb9d139, #w-node-_208c14d5-17fa-57eb-d359-125aa1e6ac87-5fb9d139, #w-node-_99b89bdb-9149-a4a1-902e-1085cbbc5676-53f8d83b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Bold.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Bold.woff') format('woff'), url('../fonts/CabinetGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Regular.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Regular.woff') format('woff'), url('../fonts/CabinetGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Light.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Light.woff') format('woff'), url('../fonts/CabinetGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Medium.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Medium.woff') format('woff'), url('../fonts/CabinetGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}