@font-face {
  font-family: Roboto Variablefont Wdth Wght;
  src: url('../images/.') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto Variablefont Wdth Wght;
  src: url('../images/.') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --body-bg: #fcede5;
  --_colors---highlight: #4a5c70;
  --_colors---secondary-color-grey: #dfd7cd;
  --_colors---primary-color: #dc5c49;
  --_colors---secondary-color-sage: #a5b598;
  --_colors---color: white;
  --_colors---black: #000;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--body-bg);
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

h1 {
  color: var(--_colors---highlight);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.71rem;
  font-weight: 600;
  line-height: 6.7rem;
}

h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4.76rem;
  font-weight: 600;
  line-height: 7.1rem;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.552rem;
  font-weight: 700;
  line-height: 5.328rem;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.665rem;
  font-weight: 700;
  line-height: 4rem;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.999rem;
  font-weight: 700;
  line-height: 2.999rem;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
}

p {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.75rem;
}

a {
  color: var(--_colors---secondary-color-grey);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

blockquote {
  border-left: 1px #000;
  margin-bottom: 10px;
  padding: 0;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.7rem;
}

.container1120 {
  flex: 1;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide__content-wrapper {
  display: flex;
}

.style-guide__names {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.style-guide__element {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 15px 15px 15px 160px;
  display: flex;
}

.style-guide__element.colors {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
}

.style-guide__heading_container {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.heading {
  line-height: 60px;
}

.heading-2 {
  font-weight: 600;
}

.paragraph {
  line-height: 1.7rem;
}

.primary-color {
  background-color: var(--_colors---primary-color);
}

.secondary-color-sage {
  background-color: var(--_colors---secondary-color-sage);
}

.secondary-color-grey {
  background-color: var(--_colors---secondary-color-grey);
}

.highlight-color {
  background-color: var(--_colors---highlight);
}

.cta-button {
  border: 2px solid var(--_colors---highlight);
  color: var(--_colors---highlight);
  text-transform: uppercase;
  background-color: #3898ec00;
  transition: all .2s;
}

.cta-button:hover {
  border-color: var(--_colors---highlight);
  background-color: var(--_colors---highlight);
  color: var(--_colors---secondary-color-sage);
}

.cta-button.ghost-light {
  border-color: var(--_colors---secondary-color-grey);
  color: var(--_colors---secondary-color-grey);
  text-transform: uppercase;
  background-color: #0000004d;
  transition-duration: .25s;
}

.cta-button.ghost-light:hover {
  background-color: var(--_colors---secondary-color-grey);
  color: var(--_colors---primary-color);
}

.cta-button.secondary-beige:hover {
  background-color: var(--_colors---highlight);
  color: var(--_colors---secondary-color-grey);
}

.cta-button.secondary-green {
  border-color: var(--_colors---secondary-color-grey);
  color: var(--_colors---secondary-color-grey);
}

.cta-button.secondary-green:hover {
  background-color: var(--_colors---secondary-color-grey);
  color: var(--_colors---primary-color);
  font-weight: 500;
}

.hero-section {
  background-image: url('../images/desktop-hintergrund-neu-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.hero-text-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
}

.navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.subpage.green {
  background-color: var(--_colors---secondary-color-sage);
}

.brand {
  background-image: url('../images/20250812_naima_coaching_branding.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.brand.w--current {
  z-index: 100;
  opacity: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.brand.small-nav.w--current {
  z-index: 200;
  background-image: url('../images/naima-logo-horizontal-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 150px;
  height: auto;
  padding-bottom: 0;
  display: block;
}

.navbar-wrapper {
  z-index: 220;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  padding: 0 16px;
  display: flex;
  position: relative;
}

.navbar-wrapper.navbar-subpage {
  height: 70px;
}

.menu-pop-up-wrapper {
  z-index: 330;
  background-color: var(--_colors---primary-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.menu-button {
  padding: 5px;
  display: flex;
}

.menu-button__text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.close-pop-up {
  z-index: 550;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  position: absolute;
  inset: 60px 0 auto auto;
}

.close-pop-up__x {
  font-size: 2.935rem;
  line-height: 3.5rem;
}

.nav-menu {
  z-index: 160;
  flex-flow: column;
  padding-top: 5vh;
  display: flex;
}

.nav-link {
  text-transform: uppercase;
  border-top-left-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 25px;
  margin-bottom: 32px;
  padding-top: 25px;
  font-size: 2.93rem;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
}

.nav-link:hover {
  background-color: var(--_colors---secondary-color-grey);
  color: var(--_colors---primary-color);
  font-weight: 500;
}

.nav-link.w--current {
  background-color: var(--_colors---secondary-color-sage);
  color: var(--_colors---primary-color);
  text-decoration: none;
  display: none;
}

.ueber-mich-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 64px;
  padding-top: 256px;
  display: flex;
}

.ueber-mich-heading-text-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.ueber-mich-foto-wrapper {
  background-image: url('../images/madoerin_sarah_ueber_mich.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 256px;
  height: 384px;
  display: flex;
  position: relative;
}

.ueber-mich-foto-wrapper__button-wrapper {
  position: absolute;
  inset: auto 50px 50px auto;
}

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

.part-of-text {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 2.4rem;
  font-size: 1.125rem;
  line-height: 1.7rem;
}

.testimonial-section {
  background-color: var(--_colors---primary-color);
  padding-top: 60px;
  padding-bottom: 60px;
}

.secondary-color {
  color: var(--_colors---secondary-color-grey);
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-slide {
  width: 33.33%;
}

.testimonial-slide-card-wrapper__text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 2px none var(--_colors---secondary-color-grey);
  justify-content: flex-start;
  padding-bottom: 4px;
  display: flex;
}

.testimonial-caption {
  color: var(--_colors---highlight);
  font-size: 1rem;
  font-weight: 600;
}

.testimonials_slide {
  backface-visibility: hidden;
  transition-property: transform opacity;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 33.33%;
  height: auto;
  padding: 1rem;
  display: flex;
  position: relative;
}

.testimonials_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding: 1rem;
  display: flex;
}

.testimonials_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  height: auto;
  display: flex;
}

.testimonials_button {
  border: 2px solid var(--_colors---secondary-color-grey);
  color: var(--_colors---secondary-color-grey);
  background-color: #efefef00;
  padding: .5rem 2rem;
}

.testimonials_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonials_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.testimonials_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f500;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.testimonials_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: visible;
}

.testimonials_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.testimonials_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.testimonials_pagination_bullet {
  background-color: var(--_colors---secondary-color-grey);
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-block;
}

.testimonials_pagination_bullet.is-bullet-active {
  background-color: var(--_colors---highlight);
  display: inline-block;
}

.testimonial-text {
  color: var(--_colors---secondary-color-grey);
  text-align: left;
}

.text-block, .text-block-2 {
  color: var(--_colors---secondary-color-grey);
}

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

.testimonial-heading-wrapper__button-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.angebot-section {
  padding: 32px;
}

.angebot-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.angebot-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_colors---secondary-color-sage);
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-flow: column;
  justify-content: space-between;
  padding: 50px;
  display: flex;
}

.angebot-wrapper.aufraeum {
  background-color: var(--_colors---secondary-color-grey);
  border-radius: 50px 0;
}

.angebot-wrapper__button-wrapper {
  justify-content: flex-end;
  margin-top: 32px;
  display: flex;
}

.angebot-heading {
  color: var(--_colors---highlight);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 2.94rem;
}

.angebot-heading.double-line {
  display: flex;
}

.kontakt-section {
  background-color: var(--_colors---primary-color);
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-kontakt-wrapper__button-wrapper {
  justify-content: flex-end;
  margin-top: 32px;
  display: flex;
}

.navbar-bg {
  z-index: 10;
  background-color: var(--_colors---primary-color);
  position: absolute;
  inset: 0%;
}

.navbar-bg.subpage-green {
  background-color: var(--_colors---secondary-color-sage);
}

.navbar-bg.subpage-navbar-beige {
  background-color: var(--_colors---secondary-color-grey);
}

.brand-small.w--current {
  z-index: 200;
  background-image: url('../images/naima-logo-horizontal-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 150px;
  height: auto;
  position: absolute;
  inset: 10px auto auto 0%;
}

.small-navbar {
  background-image: url('../images/naima-logo-horizontal-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 150px;
  height: 50px;
  display: flex;
  position: relative;
  inset: auto 0%;
}

.small-navbar.w--current {
  z-index: 200;
  background-image: url('../images/20250812_naima_coaching_branding_horizontal-lockup.svg');
  background-size: contain;
  display: flex;
  position: static;
  inset: auto 0%;
}

.heading-3 {
  line-height: 6.3135rem;
}

.heading-4 {
  font-size: 6.311rem;
  line-height: 8.415rem;
}

.home-heading-regular-top {
  vertical-align: top;
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: flex;
}

.home-heading-regular-bottom {
  justify-content: flex-end;
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: flex;
}

.text-span {
  justify-content: flex-end;
  display: flex;
}

.subpage-hero-section {
  background-color: var(--_colors---secondary-color-sage);
  width: 100%;
  height: 40vh;
}

.subpage-hero-section.subpage-hero-beige {
  background-color: var(--_colors---secondary-color-grey);
}

.subpage-hero-heading-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1120px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  padding-right: 0;
  display: flex;
}

.subpage-heading-regular-top {
  margin-bottom: -5px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: flex;
}

.hihlight-color {
  color: var(--_colors---highlight);
}

.coaching-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 96px;
  padding-bottom: 32px;
  display: flex;
}

.coaching-faq-wrapper {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.faq-dropdown {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-fragen {
  margin-right: 6px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.faq-text {
  position: static;
}

.faq-text.w--open {
  background-color: var(--_colors---secondary-color-grey);
  padding: 18px;
}

.dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
}

.weitere-angebote-wrapper {
  padding-bottom: 54px;
}

.weitere-angebote-content-wrapper {
  justify-content: flex-end;
  margin-top: 22px;
  display: flex;
}

.weitere-angebote-cms-card {
  background-color: var(--_colors---secondary-color-grey);
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  width: 50%;
  padding: 60px;
  display: block;
}

.weitere-angebote-cms-card.coaching {
  background-color: var(--_colors---secondary-color-sage);
}

.angebot-card-heading {
  color: var(--_colors---highlight);
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.footer-section {
  background-color: var(--_colors---primary-color);
  padding-top: 32px;
  padding-bottom: 32px;
}

.legal-links-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.link-divider {
  color: var(--_colors---secondary-color-grey);
}

.introduction-image-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  height: 252px;
  display: grid;
}

.introduction-image-frame {
  object-fit: cover;
  background-image: url('../images/naima-coaching-website-angebot-image-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  justify-content: center;
  min-height: 252px;
  display: block;
  overflow: hidden;
}

.introduction-image-frame.gallery-middle {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/aufraeumcoaching-bild-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  flex: 1;
  overflow: hidden;
}

.introduction-image-frame.gallery-middle.coaching {
  background-image: url('../images/naima-coaching-website-angebot-image-2.jpg');
}

.introduction-image-frame.gallery-right {
  background-image: url('../images/aufraeumcoaching-bild-01.jpg');
  background-position: 0%;
  background-size: cover;
  border-top-left-radius: 0;
  flex: 1;
}

.introduction-image-frame.gallery-right.coaching {
  background-image: url('../images/naima-coaching-website-angebot-image-3.jpg');
}

.introduction-image-frame.gallery-left {
  background-image: url('../images/aufraeumcoaching-bild-03.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 0;
  flex: 1;
  display: flex;
}

.gallery-middle, .angebot-image {
  max-width: none;
}

.small-heading-2 {
  color: var(--_colors---highlight);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.665rem;
  line-height: 4rem;
}

.heading-5 {
  color: var(--_colors---highlight);
}

.hero-heading {
  color: var(--_colors---secondary-color-grey);
}

.body-primary-color {
  background-color: var(--_colors---primary-color);
  border: 1px solid #000;
  padding-left: 15px;
  padding-right: 15px;
}

.section {
  padding-top: 164px;
}

.small-cap-heading {
  text-transform: none;
  margin-bottom: -60px;
  font-size: 1.125rem;
  line-height: 1.68rem;
  display: flex;
}

.small-cap-heading.bottom {
  margin-top: -8px;
  margin-bottom: 0;
}

.ueber-mich-heading-wrapper {
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.ueber-mich-portrait {
  background-image: url('../images/madoerin_sarah_ueber_mich.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 256px;
  height: 384px;
  margin-left: 18px;
}

.subpage-fullcolor-heading {
  color: var(--_colors---secondary-color-grey);
  flex-flow: column;
  margin-bottom: 8px;
  font-size: 2.945rem;
  line-height: 4.17rem;
  display: flex;
}

.ueber-mich-subheading {
  color: var(--_colors---secondary-color-grey);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 2.94rem;
  line-height: 4.7rem;
}

.ueber-mich-home-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.kontakt-wrapper {
  flex-flow: row;
  padding-top: 256px;
  padding-bottom: 64px;
  display: flex;
}

.kontakt-form-wrapper {
  flex: 1;
}

.adresse-wrapper {
  width: 256px;
  margin-left: 18px;
  padding-bottom: 0;
}

.kontakt-text-field {
  background-color: #e47e6e;
  border: 1px #000;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 16px;
}

.kontakt-field-label {
  font-weight: 400;
}

.form-button-wrapper {
  justify-content: space-between;
  margin-top: 32px;
  display: flex;
}

.kontakt-checkbox {
  background-color: #e47e6e;
  border: 1px #e47e6e;
  border-radius: .2rem;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.kontakt-checkbox.w--redirected-checked {
  background-color: var(--_colors---secondary-color-sage);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  border-style: none;
}

.kontakt-checkbox.checked {
  border: 2px solid var(--_colors---color);
  background-color: var(--_colors---secondary-color-sage);
  border-radius: 3px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.checkbox-kontakt {
  background-color: #e47e6e;
  border: 1px #000;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.checkbox-kontakt.w--redirected-checked {
  background-color: var(--_colors---secondary-color-sage);
  border-style: none;
}

.kontakt-select-field {
  color: var(--_colors---black);
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #e47e6e;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-left: 0;
  font-size: 1.125rem;
  font-weight: 400;
}

.interesse-wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
}

.kontakt-textarea {
  background-color: #e47e6e;
  border: 1px #000;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  min-height: 128px;
}

.form-block {
  margin-top: 16px;
}

.navbar-brand-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.brand-small-navbar {
  background-image: url('../images/20250812_naima_coaching_branding_horizontal-lockup.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 50px;
  display: none;
  position: absolute;
  left: 0%;
  right: 0%;
}

.nav-menu-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  display: flex;
  position: relative;
}

.icon {
  display: none;
}

.custom-menu-button {
  padding: 8px;
  font-size: 1.125rem;
}

.company-name {
  color: var(--_colors---secondary-color-grey);
  font-weight: 600;
}

.e-mail-link {
  color: var(--_colors---secondary-color-grey);
  transition: all .2s;
}

.e-mail-link:hover {
  color: var(--_colors---highlight);
  text-decoration: underline;
}

.testimonials-mobile-slider-wrapper {
  width: 100%;
}

.ueber-mich-home__name-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.coach-name {
  color: var(--_colors---secondary-color-grey);
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: var(--body-bg);
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_prefs_submit {
  background-color: #000;
  padding: .5rem 1rem;
}

.fs-consent_prefs_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_allow {
  background-color: var(--_colors---primary-color);
  color: var(--_colors---secondary-color-grey);
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_heading {
  font-size: 1.25rem;
}

.fs-consent_prefs_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_decline {
  background-color: var(--_colors---secondary-color-grey);
  color: #333;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_wrapper {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_prefs_form {
  background-color: #fff;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_open-prefs {
  z-index: 9998;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  background-color: #ddd;
  display: block;
  position: fixed;
  inset: auto auto .75rem .75rem;
}

.fs-consent_open-prefs_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_colors---primary-color);
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.fs-consent_open-prefs_icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.fs-consent_prefs_link {
  color: #333;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.fs-consent_prefs_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.fs-consent_checkbox_field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox_label {
  margin-bottom: 0;
  margin-right: .75rem;
}

.fs-consent_prefs_description {
  margin-bottom: 0;
  font-size: 12px;
}

.fs-consent_checkbox {
  margin-top: 0;
  margin-right: .5rem;
}

.datenschutz-wrapper {
  padding: 256px 16px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    min-height: 60vh;
  }

  .hero-text-wrapper {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-wrapper.navbar-subpage {
    padding-left: 16px;
    padding-right: 16px;
  }

  .close-pop-up {
    z-index: 550;
  }

  .ueber-mich-foto-wrapper {
    margin-left: 16px;
  }

  .testimonial-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials_slide {
    width: auto;
  }

  .testimonials_list {
    flex-flow: column;
  }

  .testimonial-heading-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .angebot-wrapper {
    border-bottom-left-radius: 0;
  }

  .angebot-wrapper.aufraeum {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50px;
  }

  .angebot-heading {
    font-size: 3.5rem;
    line-height: 5.25rem;
  }

  .home-kontakt-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .small-navbar.w--current {
    margin-left: 16px;
  }

  .home-heading-regular-bottom {
    justify-content: flex-start;
    align-items: center;
  }

  .subpage-hero-section, .subpage-hero-section.subpage-hero-beige {
    height: 25vh;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hihlight-color {
    font-size: 2.94rem;
    line-height: 4.41rem;
  }

  .footer-section, .subpage-introduction {
    padding-left: 16px;
    padding-right: 16px;
  }

  .introduction-image-wrapper {
    height: 240px;
  }

  .introduction-image-frame {
    min-height: auto;
  }

  .small-heading-2 {
    font-size: 1.82rem;
    line-height: 2.73rem;
  }

  .small-cap-heading {
    margin-bottom: -64px;
  }

  .small-cap-heading.bottom {
    margin-top: 0;
  }

  .ueber-mich-heading-wrapper {
    flex-flow: row;
  }

  .ueber-mich-portrait {
    width: 224px;
    height: 352px;
  }

  .subpage-fullcolor-heading {
    font-size: 2.945rem;
    line-height: 4.41rem;
  }

  .ueber-mich-subheading {
    font-size: 1.82rem;
    line-height: 2.73rem;
  }

  .ueber-mich-home-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .kontakt-wrapper {
    flex-flow: column;
  }

  .adresse-wrapper {
    order: -1;
    width: auto;
    margin-bottom: 32px;
    margin-left: 0;
  }

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

  .section-weitere-angebote {
    padding-left: 16px;
    padding-right: 16px;
  }

  .formal-heading {
    font-size: 2.94rem;
    line-height: 4.41rem;
  }
}

@media screen and (max-width: 767px) {
  .ueber-mich-foto-wrapper {
    align-self: center;
    margin-top: 32px;
    margin-left: 0;
  }

  .secondary-color {
    font-size: 3.88rem;
    line-height: 5.82rem;
  }

  .angebot-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
  }

  .angebot-wrapper.aufraeum {
    border-top-left-radius: 0;
  }

  .angebot-heading {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }

  .faq-fragen {
    word-break: normal;
    overflow-wrap: break-word;
    font-size: 1.125rem;
    line-height: 1.68rem;
  }

  .weitere-angebote-cms-card {
    width: auto;
  }

  .weitere-angebote-cms-card.coaching {
    width: auto;
    padding: 50px;
  }

  .angebot-card-heading {
    white-space: normal;
    word-break: break-all;
  }

  .introduction-image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 200px;
  }

  .introduction-image-frame.gallery-middle {
    height: 200px;
    min-height: auto;
  }

  .introduction-image-frame.gallery-middle.coaching {
    height: auto;
  }

  .introduction-image-frame.gallery-right {
    height: 200px;
    min-height: auto;
  }

  .introduction-image-frame.gallery-right.coaching {
    height: auto;
  }

  .introduction-image-frame.gallery-left {
    height: 200px;
    min-height: auto;
  }

  .small-cap-heading {
    margin-bottom: -46px;
  }

  .subpage-fullcolor-heading {
    font-size: 1.82rem;
    line-height: 2.73rem;
  }

  .ueber-mich-home-wrapper {
    flex-flow: column;
  }

  .paragraph-2, .paragraph-weitere-angbote {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    min-height: 50vh;
  }

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

  .brand {
    display: none;
  }

  .navbar-wrapper {
    height: 80px;
  }

  .navbar-wrapper.navbar-subpage {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-pop-up-wrapper {
    display: none;
  }

  .menu-button {
    display: flex;
  }

  .close-pop-up {
    width: 32px;
    height: 48px;
    top: 32px;
  }

  .close-pop-up__x {
    font-size: 1.82rem;
    font-weight: 600;
    line-height: 1.75rem;
  }

  .nav-menu {
    padding-top: 16px;
  }

  .nav-link {
    margin-bottom: 8px;
    padding: 16px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
  }

  .ueber-mich-wrapper {
    padding-top: 146px;
  }

  .regular-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .testimonial-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .secondary-color {
    font-size: 1.82rem;
    line-height: 2.73rem;
  }

  .testimonial-slide-card-wrapper__text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    flex-flow: column;
    margin-bottom: 8px;
    padding-bottom: 4px;
  }

  .testimonial-caption {
    font-weight: 400;
  }

  .testimonial-caption.coaching-art {
    font-weight: 600;
  }

  .testimonials_slide {
    flex-flow: column;
    width: 100%;
  }

  .testimonials_list {
    flex-flow: row;
  }

  .testimonials_button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block {
    display: none;
  }

  .angebot-section {
    padding: 16px;
  }

  .angebot-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .angebot-wrapper__button-wrapper {
    justify-content: center;
    align-items: center;
  }

  .angebot-heading {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 2.73rem;
  }

  .angebot-heading.double-line {
    flex-flow: column;
  }

  .kontakt-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .home-kontakt-wrapper__button-wrapper {
    justify-content: center;
    align-items: center;
  }

  .small-navbar.w--current {
    width: 88px;
    height: 32px;
    margin-left: 0;
  }

  .subpage-hero-section {
    height: 176px;
    padding-bottom: 0;
  }

  .subpage-hero-section.subpage-hero-beige {
    height: 176px;
  }

  .subpage-hero-heading-wrapper {
    padding-bottom: 16px;
  }

  .subpage-heading-regular-top {
    margin-bottom: 0;
  }

  .hihlight-color {
    font-size: 1.82rem;
    line-height: 1.75rem;
  }

  .coaching-content-wrapper {
    height: auto;
    padding-top: 48px;
  }

  .coaching-faq-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .faq-fragen {
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .weitere-angebote-content-wrapper {
    margin-top: 0;
  }

  .weitere-angebote-cms-card.coaching {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    flex: 1;
    width: auto;
    padding: 50px;
  }

  .angebot-card-heading {
    word-break: break-all;
    overflow-wrap: normal;
  }

  .legal-links-wrapper {
    justify-content: center;
    align-items: center;
  }

  .introduction-image-wrapper {
    grid-template-columns: 1fr;
    height: 680px;
  }

  .introduction-image-frame {
    border-bottom-right-radius: 0;
  }

  .introduction-image-frame.gallery-right, .introduction-image-frame.gallery-right.coaching {
    border-bottom-right-radius: 60px;
  }

  .small-heading-2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .hero-heading {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }

  .ueber-mich-heading-wrapper {
    flex-flow: column;
  }

  .ueber-mich-portrait {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .kontakt-wrapper {
    padding-top: 146px;
  }

  .form-button-wrapper {
    flex-flow: column;
  }

  .angebot-paragraph {
    display: none;
  }

  .brand-small-navbar {
    display: block;
  }

  .nav-menu-wrapper {
    padding-top: 64px;
  }

  .heading-break {
    display: flex;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_prefs_heading {
    font-size: 1rem;
  }

  .formal-heading {
    font-size: 1.82rem;
    line-height: 1.75rem;
  }
}


@font-face {
  font-family: 'Roboto Variablefont Wdth Wght';
  src: url('../images/.') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Variablefont Wdth Wght';
  src: url('../images/.') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}