:root {
  --lauftext: #392c2e;
  --accent: #776064;
  --secondary: #88444d;
  --primary: #402024;
  --white: white;
  --transparent: rgba(255, 255, 255, 0);
  --light-brown: #f7f2f2;
  --secondary-03: #f7c4ae;
  --secondary-02: #9bb3df;
  --secondary-04: #f2e194;
  --secondary-05: #b7c990;
  --secondary-home: #88444d;
  --white-2: white;
  --black: black;
}

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

@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: var(--lauftext);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

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

h2 {
  color: var(--accent);
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--secondary);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--primary);
}

a.w--current {
  cursor: pointer;
}

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

strong {
  font-weight: 400;
}

.header {
  z-index: 10;
  background-color: var(--white);
  height: 120px;
  min-height: 120px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header.fixed {
  position: static;
}

.header.menu {
  align-self: stretch;
  width: 100vw;
  height: 120px;
  display: none;
  position: static;
}

.container-xl {
  max-width: 920px;
}

.container-xl.header {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.container-lg {
  max-width: 860px;
}

.container-lg.menu {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
}

.container-md {
  max-width: 720px;
}

.container-sm {
  max-width: 620px;
}

.logo-wrapper {
  margin-right: auto;
  transition: opacity .2s;
}

.logo-wrapper:hover {
  opacity: .7;
}

.nav-wrapper {
  z-index: 20;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: auto;
  max-width: none;
  height: auto;
  display: flex;
  position: static;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.contact-btn {
  border: 2px solid var(--primary);
  color: var(--primary);
  align-self: flex-end;
  align-items: center;
  height: 50px;
  margin-bottom: 0;
  margin-left: -2px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: background-color .2s, color .2s, opacity .2s;
  display: flex;
}

.contact-btn:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--white);
}

.logo-svg {
  width: 60px;
  line-height: 0;
}

.nav-link-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 62%;
  margin-bottom: 2px;
  margin-right: 25px;
  display: flex;
}

.nav-link {
  color: var(--primary);
  white-space: nowrap;
  height: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--secondary);
}

.nav-link.w--current {
  box-shadow: inset 0 -1px 0 0 var(--secondary);
  color: var(--primary);
  font-family: Inter, sans-serif;
}

.nav-link._02.w--current {
  box-shadow: inset 0 -1px 0 0 var(--secondary-03);
  color: var(--primary);
}

.nav-link._01.w--current {
  box-shadow: inset 0 -1px 0 0 var(--secondary-02);
  color: var(--primary);
}

.nav-link._03.w--current {
  box-shadow: inset 0 -1px 0 0 var(--secondary-04);
  color: var(--primary);
}

.nav-link._04.w--current {
  box-shadow: inset 0 -1px 0 0 var(--secondary-05);
  color: var(--primary);
}

.nav-link._02-copy.w--current {
  box-shadow: inset 0 -1px 0 0 var(--secondary-03);
  color: var(--primary);
}

.btn-text {
  margin-right: 12px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  display: none;
}

.stage-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 8.5rem 8.5rem 8.5rem 8.5rem 1fr .75fr .75fr;
  grid-template-columns: minmax(0, 1fr) minmax(min-content, 90px) 50px 400px 60px 400px 50px minmax(min-content, 90px) minmax(0, 1fr);
  margin-top: 0;
  margin-bottom: 110px;
}

.stage-grid.detail {
  grid-template-rows: 7.5rem 7.5rem 7.5rem 7.5rem;
  grid-auto-rows: auto;
  margin-bottom: 70px;
}

.stage-img-wrapper {
  z-index: -10;
  aspect-ratio: auto;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.stage-h1-wrapper {
  background-color: var(--white);
  margin-bottom: 0;
  padding: 35px 40px 45px 50px;
}

._26-text {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 300;
  line-height: 34px;
}

.title-tag-regular {
  font-weight: 400;
}

._75-text {
  font-family: Zodiak, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 100;
  line-height: 42px;
}

.light {
  font-weight: 300;
}

.stage-zitat {
  padding-top: 50px;
  padding-bottom: 70px;
  padding-left: 50px;
  display: block;
}

._42-text {
  font-family: Zodiak, sans-serif;
  font-size: 28px;
  font-weight: 100;
  line-height: 42px;
}

._42-text.light {
  font-weight: 300;
}

.content-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 55px;
  display: flex;
}

.img-wrapper {
  display: block;
}

.container-full-width {
  max-width: 1920px;
}

.image {
  object-fit: cover;
  object-position: 0% 50%;
  max-height: 920px;
}

.content-section {
  margin-bottom: 70px;
}

.content-section.no-margin {
  margin-bottom: 0;
}

.regular {
  font-weight: 400;
}

.teaser-section {
  border-bottom: 1px solid var(--secondary);
  padding-top: 40px;
  padding-bottom: 55px;
}

.teaser-wrapper {
  padding-right: 80px;
}

.teaser-link {
  color: var(--accent);
  flex: none;
  align-self: flex-end;
  align-items: center;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.teaser-link:hover {
  color: var(--secondary);
}

.teaser-link-text {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

.teaser-column {
  display: flex;
}

.teaser-link-icon {
  line-height: 0;
}

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

.btn {
  border: 2px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  align-items: center;
  height: 50px;
  margin-right: 30px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
}

.btn:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--white);
}

.btn.cookie {
  background-color: var(--transparent);
  text-align: center;
  justify-content: center;
  height: 45px;
  margin-top: 35px;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
}

.btn.cookie:hover {
  background-color: var(--secondary);
}

.btn-wrapper {
  margin-top: 55px;
  display: flex;
}

.nav-link-decor {
  background-color: var(--secondary);
  align-self: stretch;
  height: 0;
}

.nav-link-decor.w--current {
  height: 8px;
  display: block;
}

.nav-link-decor._01.w--current {
  background-color: var(--secondary-02);
}

.nav-link-decor._02.w--current {
  background-color: var(--secondary-03);
}

.nav-link-decor._03.w--current {
  background-color: var(--secondary-04);
}

.nav-link-decor._04.w--current {
  background-color: var(--secondary-05);
}

.stage-img {
  object-fit: cover;
  background-image: url('../images/rene-ulrich_home-stage_1800x740.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  max-width: 1200px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 5%)scale(1.1);
}

.stage-img._01 {
  background-image: url('../images/rene-ulrich_einzelcoaching-stage_1800x740_Entwurf5_1.jpg');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.stage-img._02 {
  background-image: url('../images/rene-ulrich_paarberatung-stage_1800x740_Entwurf4.jpg');
}

.stage-img._03 {
  background-image: url('../images/rene-ulrich_gruppen-teams-stage_1800x740.jpg');
  background-size: cover;
}

.stage-img._04 {
  background-image: url('../images/rene-ulrich_organisationsberatung-stage_1800x740.jpg');
  background-position: 50%;
  background-size: cover;
}

.stage-img.sm {
  width: auto;
  max-width: none;
}

.stage-img.sm._01 {
  background-image: url('../images/Bild-1_neu.jpg');
}

.stage-img.sm._02 {
  background-image: url('../images/Bild-2_neu.jpg');
}

.stage-img.sm._03 {
  background-image: url('../images/Bild-3_neu.jpg');
}

.stage-img.sm._04 {
  background-image: url('../images/Bild-4_neu.jpg');
}

.stage-img.sm._05 {
  background-image: url('../images/Bild-5_neu.jpg');
}

.stage-img.sm._06 {
  background-image: url('../images/Bild-6_neu.jpg');
}

.stage-img.sm._07 {
  background-image: url('../images/Bild-7_neu.jpg');
}

.stage-img.sm._08 {
  background-image: url('../images/Bild-8_neu.jpg');
}

.stage-img.sm._09 {
  background-image: url('../images/Bild-9_neu.jpg');
}

.stage-img.sm._10 {
  background-image: url('../images/Bild-10-neu.jpg');
}

.stage-img.blank-home {
  background-image: url('../images/rene-ulrich_home-stage_1800x740_blank.png');
}

.stage-img.blank {
  background-image: url('../images/rene-ulrich_stage_1800x740_blank.png');
}

.nav-btn-wrapper {
  display: flex;
}

.nav-btn-wrapper.menu {
  display: block;
}

.btn-icon {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  line-height: 0;
}

.btn-icon.mail {
  margin-top: 4px;
  margin-bottom: 0;
  margin-left: 0;
}

.cv-link-wrapper {
  color: var(--secondary);
  align-items: center;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.cv-link-wrapper:hover {
  color: var(--primary);
}

.download-icon {
  margin-left: 12px;
  line-height: 0;
}

.stage-bg {
  z-index: -5;
  background-color: var(--white);
  padding: 0;
  position: relative;
}

.stage-bg.accent01 {
  background-color: var(--secondary-02);
  opacity: .78;
}

.stage-bg.accent02 {
  background-color: var(--secondary-03);
  opacity: .6;
}

.stage-bg.accen03 {
  background-color: var(--secondary-04);
  opacity: .6;
}

.stage-bg.accent04 {
  background-color: var(--secondary-05);
  opacity: .6;
}

.stage-bg.accent-home {
  background-color: var(--secondary-home);
  opacity: .45;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 380px 60px 380px 1fr;
  margin-top: 40px;
}

.footer-wrapper {
  align-items: flex-end;
  margin-left: -15px;
  display: flex;
}

.footer-wrapper.flex {
  align-items: flex-start;
  margin-left: 0;
}

.social-icon {
  align-items: center;
  width: 23px;
  padding-bottom: 5px;
  line-height: 0;
}

.social-icon.no-padding {
  padding-top: 6px;
}

.social-icon.no-padding.phone {
  width: 18px;
  padding-top: 2px;
  padding-bottom: 0;
}

.footer-social {
  color: var(--accent);
  margin-left: 13px;
  margin-right: 13px;
  padding: 5px 2px;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.footer-social:hover {
  box-shadow: inset 0 -1px 0 0 var(--secondary);
  color: var(--secondary);
}

.footer-social.last {
  border-right-style: none;
}

.footer-link-text {
  color: var(--lauftext);
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
}

.footer-link-text.linked {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  margin-left: 0;
  margin-right: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.footer-link-text.linked:hover {
  color: var(--primary);
}

.footer-link-text.linked.none:hover {
  color: var(--white);
}

.adress-column {
  margin-right: 25px;
}

.adress-text {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.adress-text.title {
  margin-bottom: 6px;
  font-weight: 500;
}

.impressum-wrapper {
  background-color: var(--accent);
  align-items: center;
  height: 50px;
  display: flex;
}

.impressum-wrapper.light {
  background-color: var(--light-brown);
}

.page-wrapper {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.page-content-wrapper {
  flex: 1;
}

.detail-label {
  color: var(--primary);
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.detail-label.alone {
  margin-top: 50px;
}

._38-text {
  font-family: Zodiak, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
}

.content-richtext {
  margin-top: 75px;
}

.content-richtext a {
  color: var(--secondary);
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.content-richtext a:hover {
  color: var(--primary);
}

.content-richtext strong {
  font-weight: 500;
}

.content-richtext h1 {
  color: var(--secondary);
  margin-top: 45px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
}

.content-richtext h2 {
  color: var(--secondary);
  margin-top: 45px;
  margin-bottom: 20px;
  font-weight: 500;
}

.content-richtext p {
  margin-bottom: 20px;
}

.content-richtext.no-margin {
  margin-top: 0;
}

.nav-mobile-btn {
  margin-right: -10px;
  padding: 13px 10px;
  display: block;
  position: relative;
}

.nav-mobile-btn:hover {
  color: var(--secondary);
}

.nav-mobile-btn.close {
  color: var(--secondary);
  margin-top: auto;
  margin-bottom: auto;
  transition: color .2s;
}

.nav-mobile-btn.close:hover {
  color: var(--primary);
}

.nav-mobile-btn.open-modal {
  cursor: pointer;
  display: none;
}

.mobile-menu-icon {
  width: 50px;
  line-height: 0;
}

.mobile-menu-icon.close {
  width: 35px;
  top: -23px;
}

.nav-link-container {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 20px;
  display: flex;
}

.nav-btn-container {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: none;
}

.nav-title {
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.nav-contact-link {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.header-trigger {
  height: 70px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-mobile-btn-close {
  z-index: 10;
  margin-right: -10px;
  padding: 13px 10px;
  display: block;
  position: relative;
}

.nav-mobile-btn-close:hover {
  color: var(--secondary);
}

.nav-mobile-btn-close.close-modal {
  cursor: pointer;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  max-width: 370px;
  display: flex;
}

._404-icon {
  color: var(--secondary);
  line-height: 0;
}

.download-link-wrapper {
  display: flex;
}

.download-link-text {
  border-bottom: 1px solid var(--secondary);
  color: var(--secondary);
  padding-bottom: 2px;
}

.footer-social-wrapper {
  border-right: 1px solid var(--accent);
}

.nav-link-contact {
  color: var(--lauftext);
  align-items: center;
  margin-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.nav-link-contact:hover {
  color: var(--secondary);
}

.cookie-section {
  z-index: 1000;
  background-color: var(--light-brown);
  max-width: 340px;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
  position: fixed;
  bottom: 25px;
  left: auto;
  right: 25px;
}

.cookie-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cookie-icon-wrapper {
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.cookie-icon {
  line-height: 0;
}

.cookie-text {
  font-size: 16px;
  line-height: 26px;
}

.stage-image-wrapper {
  z-index: -6;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 20px;
    line-height: 36px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .header {
    height: 160px;
  }

  .header.menu {
    display: none;
  }

  .container-xl {
    max-width: 1150px;
  }

  .container-lg {
    max-width: 1050px;
  }

  .container-lg.menu {
    align-items: stretch;
    width: auto;
    margin-top: 0;
    display: flex;
  }

  .container-md {
    max-width: 850px;
  }

  .container-sm {
    max-width: 650px;
  }

  .logo-wrapper {
    margin-top: 20px;
  }

  .nav-wrapper {
    z-index: 0;
    background-color: var(--transparent);
    opacity: 1;
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    width: auto;
    max-width: none;
    height: auto;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .logo-svg {
    width: 70px;
  }

  .nav-link-wrapper {
    flex-flow: column;
    align-items: flex-end;
    height: 59%;
    margin-right: 35px;
    display: flex;
  }

  .nav-link {
    height: 30px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    transition: box-shadow .2s;
  }

  .nav-link.w--current {
    box-shadow: inset 0 -1px 0 0 var(--secondary);
    color: var(--primary);
  }

  .nav-link._01.w--current {
    box-shadow: inset 0 -1px 0 0 var(--secondary-02);
    color: var(--primary);
  }

  .nav-link._02.w--current {
    box-shadow: inset 0 -1px 0 0 var(--secondary-03);
    color: var(--primary);
  }

  .nav-link._03.w--current {
    box-shadow: inset 0 -1px 0 0 var(--secondary-04);
    color: var(--primary);
  }

  .nav-link._04.w--current {
    box-shadow: inset 0 -1px 0 0 var(--secondary-05);
    color: var(--primary);
  }

  .nav-link._02-copy.w--current {
    box-shadow: inset 0 -1px 0 0 var(--secondary-03);
  }

  .stage-grid {
    grid-template-rows: 9rem 9rem 9rem 9rem 1fr .75fr .75fr;
    grid-template-columns: minmax(0, 1fr) minmax(min-content, 90px) 50px 495px 60px 495px 50px minmax(min-content, 90px) minmax(0, 1fr);
    margin-top: 15px;
    margin-bottom: 135px;
  }

  .stage-grid.detail {
    grid-template-rows: 8.5rem 8.5rem 8.5rem 8.5rem;
  }

  .stage-h1-wrapper.detail {
    padding-right: 100px;
  }

  ._26-text {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 32px;
  }

  ._75-text {
    font-size: 38px;
    line-height: 48px;
  }

  ._42-text {
    font-size: 30px;
    line-height: 46px;
  }

  .content-section {
    margin-bottom: 95px;
  }

  .teaser-section {
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .teaser-link-text {
    font-size: 18px;
  }

  .btn {
    height: 60px;
    font-size: 17px;
  }

  .nav-link-decor {
    display: block;
  }

  .nav-link-decor.w--current {
    height: 9px;
    display: block;
  }

  .nav-link-decor._01 {
    background-color: var(--secondary-02);
    display: block;
  }

  .nav-link-decor._02 {
    background-color: var(--secondary-03);
  }

  .nav-link-decor._03 {
    background-color: var(--secondary-04);
  }

  .nav-link-decor._04 {
    background-color: var(--secondary-05);
  }

  .stage-img {
    max-width: 1400px;
  }

  .nav-btn-wrapper {
    display: flex;
  }

  .btn-icon {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 495px 60px 495px 1fr;
    margin-top: 50px;
  }

  .footer-wrapper {
    margin-left: -20px;
  }

  .social-icon {
    width: 27px;
  }

  .social-icon.no-padding {
    padding-top: 7px;
  }

  .social-icon.no-padding.phone {
    width: 20px;
    padding-top: 4px;
  }

  .footer-social {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link-text {
    font-size: 15px;
  }

  .footer-link-text.linked {
    margin-right: 20px;
  }

  .adress-column {
    margin-right: 40px;
  }

  .adress-text {
    font-size: 18px;
    line-height: 28px;
  }

  .impressum-wrapper {
    height: 60px;
  }

  .detail-label {
    font-size: 20px;
    line-height: 26px;
  }

  ._38-text {
    font-size: 28px;
    line-height: 38px;
  }

  .content-richtext h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .nav-mobile-btn, .nav-mobile-btn.open-modal {
    display: none;
  }

  .nav-link-container {
    flex-direction: row;
    align-items: stretch;
    margin-right: 60px;
  }

  .nav-btn-container, .nav-title, .nav-mobile-btn-close {
    display: none;
  }

  .utility-page-content {
    max-width: 420px;
  }

  .link-block-2 {
    margin-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 24px;
    line-height: 48px;
  }

  h2 {
    font-size: 35px;
    line-height: 44px;
  }

  .header {
    height: 180px;
    min-height: 130px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-xl {
    max-width: 1400px;
  }

  .container-xl.header {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-lg {
    max-width: 1300px;
  }

  .container-md {
    max-width: 1120px;
  }

  .container-sm {
    max-width: 990px;
  }

  .logo-wrapper {
    margin-top: 30px;
  }

  .contact-btn {
    height: 60px;
  }

  .logo-svg {
    width: 80px;
  }

  .nav-link-wrapper {
    height: 58%;
    margin-right: 45px;
  }

  .nav-link {
    height: 32px;
    font-size: 18px;
    line-height: 30px;
    transition: opacity .2s, box-shadow .2s, color .2s;
  }

  .nav-link._01.w--current {
    box-shadow: inset 0 -1px 0 0 var(--secondary-02);
    color: var(--primary);
  }

  .nav-link._02:hover {
    box-shadow: inset 0 -1px 0 0 var(--secondary-03);
  }

  .btn-text {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .stage-grid {
    grid-template-rows: 10rem 10rem 10rem 10rem 1fr .75fr .75fr;
    grid-template-columns: minmax(auto, 1fr) minmax(0, 90px) 50px minmax(610px, 610px) 80px minmax(610px, 610px) 50px minmax(0, 90px) minmax(auto, 1fr);
    margin-top: 20px;
    margin-bottom: 160px;
  }

  .stage-grid.detail {
    grid-template-rows: 9.25rem 9.25rem 9.25rem 9.25rem;
  }

  .stage-img-wrapper {
    justify-content: flex-end;
  }

  .stage-h1-wrapper {
    padding-right: 60px;
  }

  .stage-h1-wrapper.detail {
    padding-right: 100px;
  }

  ._26-text {
    font-size: 24px;
    line-height: 38px;
  }

  ._75-text {
    font-size: 48px;
    font-style: italic;
    line-height: 54px;
  }

  .stage-zitat {
    padding-left: 60px;
  }

  ._42-text {
    font-size: 42px;
    line-height: 64px;
  }

  .img-wrapper {
    aspect-ratio: 200 / 160;
    justify-content: center;
    align-items: center;
  }

  .content-section {
    margin-bottom: 125px;
  }

  .teaser-section {
    padding-top: 65px;
    padding-bottom: 75px;
  }

  .teaser-link-text {
    font-size: 20px;
  }

  .btn {
    padding-left: 55px;
    padding-right: 55px;
    font-size: 20px;
  }

  .btn-wrapper {
    margin-top: 55px;
  }

  .nav-link-decor {
    pointer-events: none;
    transition: height .2s;
  }

  .nav-link-decor.w--current {
    height: 10px;
  }

  .nav-link-decor._01.w--current {
    background-color: var(--secondary-02);
  }

  .nav-link-decor._02 {
    background-color: var(--secondary-03);
  }

  .nav-link-decor._03 {
    background-color: var(--secondary-04);
  }

  .stage-img {
    max-width: 1750px;
  }

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

  .footer-grid {
    grid-row-gap: 65px;
    grid-template-columns: 1fr 610px 80px 610px 1fr;
    margin-top: 75px;
  }

  .footer-wrapper {
    margin-left: -30px;
  }

  .social-icon {
    width: 30px;
    padding-top: 4px;
  }

  .social-icon.no-padding {
    padding-top: 12px;
  }

  .social-icon.no-padding.phone {
    width: 23px;
    padding-top: 8px;
  }

  .footer-social {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-link-text {
    font-size: 16px;
  }

  .footer-link-text.linked {
    margin-right: 30px;
  }

  .adress-column {
    margin-right: 70px;
  }

  .adress-text {
    font-size: 20px;
    line-height: 32px;
  }

  .impressum-wrapper {
    height: 70px;
  }

  .detail-label {
    font-size: 22px;
    line-height: 30px;
  }

  ._38-text {
    font-size: 38px;
    line-height: 50px;
  }

  .content-richtext h1 {
    font-size: 42px;
    line-height: 64px;
  }

  .utility-page-content {
    max-width: 500px;
  }

  .link-block {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 17px;
    line-height: 29px;
  }

  .header {
    height: 100px;
    min-height: 100px;
  }

  .header.menu {
    height: 100px;
    display: block;
  }

  .container-xl {
    max-width: 720px;
  }

  .container-xl.header {
    justify-content: flex-end;
  }

  .container-lg {
    max-width: 720px;
  }

  .container-lg.menu {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 60px;
  }

  .container-md {
    max-width: 720px;
  }

  .container-sm {
    max-width: 650px;
  }

  .nav-wrapper {
    z-index: 20;
    background-color: var(--light-brown);
    align-self: auto;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    padding-bottom: 120px;
    transition: opacity .2s;
    display: none;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: scroll;
  }

  .logo-svg {
    width: 52px;
  }

  .nav-link-wrapper {
    height: auto;
    margin-right: 0;
  }

  .nav-link {
    height: auto;
    font-size: 28px;
    line-height: 48px;
  }

  .nav-link.w--current, .nav-link._02.w--current, .nav-link._01.w--current, .nav-link._03.w--current, .nav-link._04.w--current {
    box-shadow: none;
    color: var(--secondary);
  }

  .nav-link._02-copy.w--current {
    box-shadow: none;
  }

  .stage-grid {
    grid-template-rows: 7.5rem 7.5rem 7.5rem 7.5rem 1fr .75fr .75fr;
    grid-template-columns: minmax(0, 1fr) minmax(min-content, 90px) 50px 290px 40px 290px 50px minmax(min-content, 90px) minmax(0, 1fr);
    margin-bottom: 80px;
  }

  .stage-grid.detail {
    grid-template-rows: 6rem 6rem 6rem 6rem;
    grid-template-columns: minmax(0, 1fr) minmax(min-content, 90px) 50px 290px 40px 290px 50px minmax(min-content, 90px) minmax(0, 1fr);
    margin-bottom: 60px;
  }

  .stage-h1-wrapper {
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 0;
  }

  .stage-h1-wrapper.detail {
    padding-left: 40px;
    padding-right: 0;
  }

  ._26-text {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  ._75-text {
    font-size: 28px;
    line-height: 34px;
  }

  .stage-zitat {
    padding-top: 45px;
    padding-bottom: 65px;
    padding-left: 0;
  }

  ._42-text {
    font-size: 26px;
    line-height: 38px;
  }

  .content-section {
    margin-bottom: 55px;
  }

  .teaser-wrapper {
    padding-right: 55px;
  }

  .contact-section {
    padding-top: 80px;
  }

  .btn {
    height: 50px;
    padding-left: 55px;
    padding-right: 55px;
    font-size: 17px;
  }

  .btn-wrapper {
    margin-top: 35px;
  }

  .nav-link-decor.w--current, .nav-btn-wrapper {
    display: none;
  }

  .btn-icon {
    margin-bottom: 2px;
    margin-left: 3px;
    margin-right: 15px;
  }

  .btn-icon.mail {
    height: 20px;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr) 340px 40px 340px minmax(0, 1fr);
  }

  .adress-text {
    font-size: 14px;
    line-height: 22px;
  }

  .adress-text.title {
    margin-bottom: 4px;
  }

  ._38-text {
    font-size: 23px;
    line-height: 33px;
  }

  .content-richtext {
    margin-top: 60px;
  }

  .content-richtext h1 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 38px;
  }

  .content-richtext h2 {
    margin-top: 35px;
    margin-bottom: 15px;
  }

  .nav-mobile-btn {
    display: block;
  }

  .nav-mobile-btn.open-modal {
    z-index: 10;
    display: block;
  }

  .nav-link-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .nav-btn-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .nav-title {
    margin-bottom: 10px;
    display: block;
  }

  .nav-mobile-btn-close {
    display: block;
  }

  .utility-page-wrap {
    margin-top: 60px;
  }

  .stage-image-wrapper._02 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 29px;
  }

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

  .header {
    height: 85px;
    min-height: 85px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header.menu {
    height: 85px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .container-xl.header {
    padding-left: 0;
    padding-right: 0;
  }

  .container-lg.menu {
    flex-direction: column;
    margin-top: 40px;
  }

  .nav-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    overflow: auto;
  }

  .logo-svg {
    width: 52px;
  }

  .nav-link-wrapper {
    margin-bottom: 2px;
  }

  .nav-link {
    font-size: 22px;
    line-height: 37px;
  }

  .stage-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 30px auto 30px;
    margin-bottom: 75px;
  }

  .stage-grid.detail {
    grid-template-rows: auto auto;
    grid-template-columns: 30px auto 30px;
    margin-bottom: 50px;
  }

  .stage-img-wrapper {
    z-index: -100;
    aspect-ratio: 1.25;
  }

  .stage-h1-wrapper {
    padding-top: 25px;
    padding-bottom: 55px;
  }

  .stage-h1-wrapper.detail {
    padding-top: 25px;
    padding-bottom: 35px;
    padding-left: 0;
  }

  .stage-zitat {
    padding-bottom: 55px;
    padding-left: 0;
  }

  ._42-text {
    font-size: 22px;
    line-height: 34px;
  }

  .content-text-wrapper {
    padding-top: 50px;
  }

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

  .teaser-section {
    padding: 30px 30px 45px;
  }

  .teaser-wrapper {
    padding-right: 0;
  }

  .teaser-link {
    align-self: flex-start;
    margin-top: 25px;
  }

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

  .contact-section {
    padding: 65px 30px 40px;
  }

  .btn {
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 15px;
  }

  .btn-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .stage-img._01 {
    background-image: url('../images/rene-ulrich_einzelcoaching-stage_1800x740_Entwurf5.jpg');
  }

  .nav-btn-wrapper, .stage-bg {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 30px auto 30px;
  }

  .content-richtext {
    margin-top: 50px;
  }

  .content-richtext h1 {
    font-size: 25px;
    line-height: 34px;
  }

  .nav-mobile-btn {
    margin-right: -10px;
    padding: 10px;
    display: block;
  }

  .nav-btn-container {
    margin-top: 45px;
  }

  .nav-title {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .nav-contact-link {
    font-size: 16px;
    line-height: 28px;
  }

  .nav-mobile-btn-close {
    margin-right: -10px;
    padding: 10px;
    display: block;
  }

  .nav-link-contact {
    margin-bottom: 8px;
  }

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

  .stage-image-wrapper._02 {
    display: none;
  }
}

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

  .btn {
    flex: 1;
    justify-content: center;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .btn-wrapper {
    align-items: stretch;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-wrapper.flex {
    flex-direction: column;
  }

  .social-icon.no-padding.phone {
    margin-left: 3px;
  }

  .footer-social {
    border-right-style: none;
  }

  .adress-column {
    margin-bottom: 25px;
  }

  .adress-column.lst {
    margin-bottom: 0;
  }

  .impressum-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .footer-social-wrapper {
    border-right-style: none;
    margin-bottom: 5px;
  }

  .cookie-section {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

#w-node-bc27281e-731a-0140-e4f1-1267bfb6ceda-81a057c3 {
  grid-area: 1 / 6 / 3 / 8;
  align-self: center;
}

#w-node-cbbf93e3-845e-f4d0-b038-19de27f1fb5c-81a057c3 {
  grid-area: 1 / 2 / 4 / 5;
}

#w-node-_4c198183-96ca-d988-b983-7a70fcfc7992-81a057c3 {
  grid-area: 3 / 6 / 5 / 10;
}

#w-node-bc27281e-731a-0140-e4f1-1267bfb6cee3-81a057c3 {
  grid-area: 1 / 2 / 5 / 10;
}

#w-node-bc27281e-731a-0140-e4f1-1267bfb6cee4-81a057c3 {
  grid-area: 1 / 5 / 3 / 10;
}

#w-node-bc27281e-731a-0140-e4f1-1267bfb6cee5-81a057c3 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-bc27281e-731a-0140-e4f1-1267bfb6cee6-81a057c3 {
  grid-area: 4 / 2 / 5 / 6;
}

#w-node-_9828fab5-3f9d-9b34-b677-971229f818ac-81a057c3 {
  grid-area: 1 / 8 / 5 / 10;
}

#w-node-bc27281e-731a-0140-e4f1-1267bfb6cee8-81a057c3 {
  grid-area: 4 / 3 / 6 / 5;
}

#w-node-bc27281e-731a-0140-e4f1-1267bfb6cef7-81a057c3 {
  grid-area: 6 / 1 / 8 / 5;
}

#w-node-bc27281e-731a-0140-e4f1-1267bfb6ceeb-81a057c3 {
  grid-area: 5 / 6 / 8 / 7;
}

#w-node-a6505e7c-e91f-e7d3-d5ed-91f86c3f1768-6c3f1766 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a6505e7c-e91f-e7d3-d5ed-91f86c3f177c-6c3f1766 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a6505e7c-e91f-e7d3-d5ed-91f86c3f177d-6c3f1766 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6505e7c-e91f-e7d3-d5ed-91f86c3f1789-6c3f1766 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a6505e7c-e91f-e7d3-d5ed-91f86c3f178a-6c3f1766 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a6505e7c-e91f-e7d3-d5ed-91f86c3f1791-6c3f1766 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-_64d04808-c811-1697-13e1-637a1e162427-70c7c871 {
  grid-area: 1 / 6 / 3 / 8;
  align-self: center;
}

#w-node-_5fdc829e-15c4-5227-6289-a6683c3e2708-70c7c871 {
  grid-area: 1 / 1 / 4 / 5;
}

#w-node-e888c620-6bb4-f925-759b-ffdd579cfd94-70c7c871 {
  grid-area: 3 / 6 / 5 / 10;
}

#w-node-a91055fb-d54c-f9c5-c00a-be2f2470e740-70c7c871 {
  grid-area: 1 / 2 / 5 / 10;
}

#w-node-_1d23cb4e-94df-a5d3-250f-491b7d3b7ffb-70c7c871 {
  grid-area: 1 / 5 / 3 / 10;
}

#w-node-f0a1022d-4019-1ed5-d3ac-02c0f58b35bd-70c7c871 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-_0929dc13-0a5f-f820-7e41-d47ea0bbfb0a-70c7c871 {
  grid-area: 4 / 2 / 5 / 6;
}

#w-node-_5358bb12-b9ac-c8e0-ff8c-6450cdc7e1be-70c7c871 {
  grid-area: 1 / 8 / 5 / 10;
}

#w-node-_64d04808-c811-1697-13e1-637a1e162427-a82fb8c1 {
  grid-area: 1 / 6 / 3 / 8;
  align-self: center;
}

#w-node-d5deab22-8ea7-f612-9266-aa917874f71d-a82fb8c1 {
  grid-area: 1 / 1 / 4 / 5;
}

#w-node-_05778643-0ff9-d3dc-3808-2faa208ffd2c-a82fb8c1 {
  grid-area: 3 / 6 / 5 / 10;
}

#w-node-a91055fb-d54c-f9c5-c00a-be2f2470e740-a82fb8c1 {
  grid-area: 1 / 2 / 5 / 10;
}

#w-node-_1d23cb4e-94df-a5d3-250f-491b7d3b7ffb-a82fb8c1 {
  grid-area: 1 / 5 / 3 / 10;
}

#w-node-f0a1022d-4019-1ed5-d3ac-02c0f58b35bd-a82fb8c1 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-_0929dc13-0a5f-f820-7e41-d47ea0bbfb0a-a82fb8c1 {
  grid-area: 4 / 2 / 5 / 6;
}

#w-node-_5358bb12-b9ac-c8e0-ff8c-6450cdc7e1be-a82fb8c1 {
  grid-area: 1 / 8 / 5 / 10;
}

#w-node-_64d04808-c811-1697-13e1-637a1e162427-576556f5 {
  grid-area: 1 / 6 / 3 / 8;
  align-self: center;
}

#w-node-d7e5ab21-d43d-939d-81e9-09404562e4c0-576556f5 {
  grid-area: 1 / 1 / 4 / 5;
}

#w-node-ef4a04a7-fb33-e568-d7ee-47558f171fd7-576556f5 {
  grid-area: 3 / 6 / 5 / 10;
}

#w-node-a91055fb-d54c-f9c5-c00a-be2f2470e740-576556f5 {
  grid-area: 1 / 2 / 5 / 10;
}

#w-node-_1d23cb4e-94df-a5d3-250f-491b7d3b7ffb-576556f5 {
  grid-area: 1 / 5 / 3 / 10;
}

#w-node-f0a1022d-4019-1ed5-d3ac-02c0f58b35bd-576556f5 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-_0929dc13-0a5f-f820-7e41-d47ea0bbfb0a-576556f5 {
  grid-area: 4 / 2 / 5 / 6;
}

#w-node-_5358bb12-b9ac-c8e0-ff8c-6450cdc7e1be-576556f5 {
  grid-area: 1 / 8 / 5 / 10;
}

#w-node-_64d04808-c811-1697-13e1-637a1e162427-72730a3f {
  grid-area: 1 / 6 / 3 / 8;
  align-self: center;
}

#w-node-b08f09e8-d648-d724-12c6-17d344facf69-72730a3f {
  grid-area: 1 / 1 / 4 / 5;
}

#w-node-_451d11a6-7fbb-372c-10d7-1fb7f2cae510-72730a3f {
  grid-area: 3 / 6 / 5 / 10;
}

#w-node-a91055fb-d54c-f9c5-c00a-be2f2470e740-72730a3f {
  grid-area: 1 / 2 / 5 / 10;
}

#w-node-_1d23cb4e-94df-a5d3-250f-491b7d3b7ffb-72730a3f {
  grid-area: 1 / 5 / 3 / 10;
}

#w-node-f0a1022d-4019-1ed5-d3ac-02c0f58b35bd-72730a3f {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-_0929dc13-0a5f-f820-7e41-d47ea0bbfb0a-72730a3f {
  grid-area: 4 / 2 / 5 / 6;
}

#w-node-_5358bb12-b9ac-c8e0-ff8c-6450cdc7e1be-72730a3f {
  grid-area: 1 / 8 / 5 / 10;
}

@media screen and (min-width: 1440px) {
  #w-node-bc27281e-731a-0140-e4f1-1267bfb6ceeb-81a057c3 {
    align-self: stretch;
  }

  #w-node-a6505e7c-e91f-e7d3-d5ed-91f86c3f177c-6c3f1766 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a6505e7c-e91f-e7d3-d5ed-91f86c3f1789-6c3f1766 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a6505e7c-e91f-e7d3-d5ed-91f86c3f178a-6c3f1766 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a6505e7c-e91f-e7d3-d5ed-91f86c3f1791-6c3f1766 {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-a91055fb-d54c-f9c5-c00a-be2f2470e740-70c7c871, #w-node-a91055fb-d54c-f9c5-c00a-be2f2470e740-a82fb8c1, #w-node-a91055fb-d54c-f9c5-c00a-be2f2470e740-576556f5, #w-node-a91055fb-d54c-f9c5-c00a-be2f2470e740-72730a3f {
    grid-column: 2 / 10;
    grid-row-end: 5;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_5358bb12-b9ac-c8e0-ff8c-6450cdc7e1be-a82fb8c1, #w-node-_5358bb12-b9ac-c8e0-ff8c-6450cdc7e1be-576556f5, #w-node-_5358bb12-b9ac-c8e0-ff8c-6450cdc7e1be-72730a3f {
    grid-column-start: 8;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bc27281e-731a-0140-e4f1-1267bfb6ceeb-81a057c3 {
    grid-column: 6 / 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc27281e-731a-0140-e4f1-1267bfb6ceda-81a057c3 {
    grid-column: 2 / 3;
    grid-row-end: 2;
  }

  #w-node-cbbf93e3-845e-f4d0-b038-19de27f1fb5c-81a057c3 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_4c198183-96ca-d988-b983-7a70fcfc7992-81a057c3 {
    grid-area: 1 / 1 / 1 / 2;
  }

  #w-node-bc27281e-731a-0140-e4f1-1267bfb6cee3-81a057c3 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-bc27281e-731a-0140-e4f1-1267bfb6cee8-81a057c3 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-bc27281e-731a-0140-e4f1-1267bfb6cef7-81a057c3 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-bc27281e-731a-0140-e4f1-1267bfb6ceeb-81a057c3 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-a6505e7c-e91f-e7d3-d5ed-91f86c3f1768-6c3f1766 {
    grid-column: 2 / 3;
  }

  #w-node-a6505e7c-e91f-e7d3-d5ed-91f86c3f177c-6c3f1766 {
    grid-row: 2 / 3;
    grid-column-start: 2;
  }

  #w-node-a6505e7c-e91f-e7d3-d5ed-91f86c3f1789-6c3f1766 {
    grid-row: 3 / 4;
    grid-column-end: 4;
  }

  #w-node-a6505e7c-e91f-e7d3-d5ed-91f86c3f178a-6c3f1766 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-a6505e7c-e91f-e7d3-d5ed-91f86c3f1791-6c3f1766 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_64d04808-c811-1697-13e1-637a1e162427-70c7c871 {
    grid-column: 2 / 3;
    grid-row-end: 2;
  }

  #w-node-_5fdc829e-15c4-5227-6289-a6683c3e2708-70c7c871 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e888c620-6bb4-f925-759b-ffdd579cfd94-70c7c871 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a91055fb-d54c-f9c5-c00a-be2f2470e740-70c7c871 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_64d04808-c811-1697-13e1-637a1e162427-a82fb8c1 {
    grid-column: 2 / 3;
    grid-row-end: 2;
  }

  #w-node-d5deab22-8ea7-f612-9266-aa917874f71d-a82fb8c1 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_05778643-0ff9-d3dc-3808-2faa208ffd2c-a82fb8c1 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a91055fb-d54c-f9c5-c00a-be2f2470e740-a82fb8c1 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_64d04808-c811-1697-13e1-637a1e162427-576556f5 {
    grid-column: 2 / 3;
    grid-row-end: 2;
  }

  #w-node-d7e5ab21-d43d-939d-81e9-09404562e4c0-576556f5 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-ef4a04a7-fb33-e568-d7ee-47558f171fd7-576556f5 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a91055fb-d54c-f9c5-c00a-be2f2470e740-576556f5 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_64d04808-c811-1697-13e1-637a1e162427-72730a3f {
    grid-column: 2 / 3;
    grid-row-end: 2;
  }

  #w-node-b08f09e8-d648-d724-12c6-17d344facf69-72730a3f {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_451d11a6-7fbb-372c-10d7-1fb7f2cae510-72730a3f {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a91055fb-d54c-f9c5-c00a-be2f2470e740-72730a3f {
    grid-area: 2 / 1 / 3 / 4;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}