:focus-visible {
  outline: 3px solid #b98756;
  outline-offset: 4px;
}

html {
  scroll-behavior: auto;
}

img {
  height: auto;
}

.navigation {
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}

.navigation .navbar {
  pointer-events: auto;
}

#CTA,
#Intro,
#ueber-mich,
#Versicherungen,
#Finanzdienstleitungen,
#Testimonials,
#Ratgeber {
  scroll-margin-top: 150px;
}

.hero-section.home .top-1,
.hero-section.home .top-3,
.hero-section.home .bottom-1,
.hero-section.home .bottom-3 {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.hero-section.home .top-2,
.hero-section.home .bottom-2,
.hero-section.home .top-2 h1,
.hero-section.home .bottom-2 h1,
.hero-section.home .hero-subtitle,
.hero-section.home .hero-signature {
  opacity: 1 !important;
  transform: none !important;
}

.hero-section.home .top-2,
.hero-section.home .bottom-2 {
  display: block !important;
}

.content-section [style*="opacity:0"],
.content-section [style*="opacity: 0"],
.uui-section_layout32 [style*="opacity:0"],
.uui-section_layout32 [style*="opacity: 0"],
.uui-section_testimonial10 [style*="opacity:0"],
.uui-section_testimonial10 [style*="opacity: 0"] {
  opacity: 1 !important;
  transform: none !important;
}

.w-input,
.w-select,
.w-button {
  font: inherit;
}

.rs-blog-section {
  background: #f7f4ee;
  padding: clamp(72px, 9vw, 128px) clamp(20px, 6vw, 88px);
}

#Intro,
#Schwerpunkte,
#Ratgeber,
#Testimonials,
#CTA,
.rs-problem-section,
.rs-service-hub {
  scroll-margin-top: 120px;
}

.rs-blog-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.rs-section-kicker {
  margin: 0 0 12px;
  color: #8f633f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rs-blog-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.rs-blog-head h2 {
  max-width: 760px;
  margin: 0;
  color: #171412;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1;
}

.rs-blog-link {
  color: #68442d;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.rs-blog-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.rs-blog-card,
.blog-card {
  min-width: 0;
  overflow: hidden;
  color: #171412;
  background: #fff;
  border: 1px solid rgba(23, 20, 18, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(23, 20, 18, 0.08);
}

.rs-blog-card {
  display: flex;
  flex-direction: column;
}

.rs-blog-card:hover,
.blog-card:hover {
  transform: translateY(-3px);
}

.rs-blog-image,
.blog-card-image,
.article-hero-image {
  width: 100%;
  object-fit: cover;
}

.rs-blog-image,
.blog-card-image {
  aspect-ratio: 16 / 10;
}

.rs-blog-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
}

.rs-blog-category,
.blog-card span {
  color: #8f633f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.rs-blog-card h3,
.blog-card h2 {
  margin: 0;
  font-size: clamp(19px, 1.55vw, 21px) !important;
  line-height: 1.15;
  hyphens: auto;
  overflow-wrap: normal;
  word-break: normal;
}

.rs-blog-card p,
.blog-card p {
  color: #5e554d;
}

.rs-google-reviews {
  margin-top: 34px;
  min-width: 0;
}

.rs-review-viewport {
  overflow: hidden;
}

.rs-review-track {
  display: flex;
  gap: 20px;
  transition: transform 520ms ease;
}

.rs-review-card {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  min-height: 350px;
  padding: 26px;
  color: #171412;
  background: #fff;
  border: 1px solid rgba(23, 20, 18, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(23, 20, 18, 0.08);
}

.rs-review-stars {
  color: #c28b2c;
  font-size: 18px;
  letter-spacing: 2px;
}

.rs-review-text {
  margin: 16px 0 20px;
  color: #2b2520;
  font-size: 18px;
  line-height: 1.55;
}

.rs-review-author {
  font-weight: 800;
}

.rs-review-source {
  color: #756b62;
  font-size: 14px;
}

.rs-review-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.rs-review-dots {
  display: flex;
  gap: 8px;
}

.rs-review-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 20, 18, 0.25);
  cursor: pointer;
}

.rs-review-dot.is-active {
  background: #68442d;
}

.rs-review-note {
  color: #756b62;
  font-size: 14px;
}

.article-hero-image {
  max-height: 440px;
  margin: 0 0 34px;
  border-radius: 8px;
}

.rs-whatsapp-cta {
  width: min(100%, 560px);
  margin: 24px 0 28px;
  padding: 26px;
  color: #171412;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(23, 20, 18, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(23, 20, 18, 0.08);
}

.rs-whatsapp-cta p {
  margin: 0 0 16px;
  color: #2b2520;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.rs-contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.rs-contact-button,
.rs-form-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.rs-contact-button svg,
.rs-form-whatsapp svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: currentColor;
}

.rs-contact-button-primary {
  color: #fff;
  background: #8f633f;
}

.rs-contact-button-whatsapp,
.rs-form-whatsapp {
  color: #0f5132;
  background: #e7f8ee;
  border: 1px solid rgba(37, 211, 102, 0.55);
}

.rs-form-whatsapp {
  width: 100%;
  margin-top: 12px;
}

#CTA .flex._1280 {
  width: min(1180px, calc(100% - 48px)) !important;
  display: grid !important;
  grid-template-columns: minmax(420px, 1fr) minmax(420px, 520px) !important;
  gap: clamp(54px, 7vw, 110px) !important;
  align-items: start !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

#CTA .slider-column-left,
#CTA .uui-padding-vertical-xhuge-3 {
  width: auto !important;
  min-width: 0 !important;
}

#CTA .max-420-pixels {
  max-width: 560px !important;
}

#CTA .uui-contact01_component,
#CTA .uui-contact01_form {
  width: min(100%, 520px) !important;
}

#CTA .uui-form_input {
  width: 100% !important;
  min-width: 0 !important;
}

#CTA .uui-form-checkbox {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 10px !important;
}

#CTA .uui-form-checkbox-label {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  line-height: 1.45 !important;
}

#CTA .uui-form-button-wrapper {
  display: grid !important;
  gap: 12px !important;
}

.rs-pkv-check {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: 22px;
  max-width: 100%;
  margin: 46px 0;
  padding: clamp(24px, 4vw, 38px);
  color: #171412;
  background: #f1ece4;
  border: 1px solid rgba(23, 20, 18, 0.12);
  border-radius: 8px;
}

.rs-pkv-check * {
  min-width: 0;
}

.rs-pkv-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
}

.rs-pkv-copy p,
.rs-pkv-note {
  color: #5e554d;
}

.rs-pkv-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  grid-column: 1 / -1;
}

.rs-pkv-form label {
  display: grid;
  gap: 7px;
  color: #68442d;
  font-weight: 800;
}

.rs-pkv-form input,
.rs-pkv-form select {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: #171412;
  background: #fff;
  border: 1px solid rgba(23, 20, 18, 0.18);
  border-radius: 6px;
  font: inherit;
}

.rs-pkv-result {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column: 1 / -1;
  gap: 12px;
}

.rs-pkv-result div {
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(23, 20, 18, 0.12);
  border-radius: 8px;
}

.rs-pkv-result .rs-pkv-gkv {
  background: #fff5f3;
  border-color: rgba(176, 54, 43, 0.35);
}

.rs-pkv-result .rs-pkv-gkv span,
.rs-pkv-result .rs-pkv-gkv strong {
  color: #a33a31;
}

.rs-pkv-result .rs-pkv-private {
  background: #f3fbf6;
  border-color: rgba(47, 93, 80, 0.28);
}

.rs-pkv-result .rs-pkv-private span,
.rs-pkv-result .rs-pkv-private strong {
  color: #2f5d50;
}

.rs-pkv-result span {
  display: block;
  margin-bottom: 6px;
  color: #756b62;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.rs-pkv-result strong {
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.rs-pkv-diff.is-saving strong {
  color: #0f6b3d;
}

.rs-pkv-note {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 14px;
}

.rs-problem-section {
  padding: clamp(72px, 9vw, 124px) clamp(20px, 6vw, 88px);
  background: #171412;
  color: #fff;
}

@media (min-width: 992px) {
  .rs-problem-section {
    padding-top: clamp(190px, 20vh, 230px);
    padding-bottom: clamp(28px, 3vh, 46px);
  }

  .rs-problem-top {
    margin-bottom: clamp(145px, 16vh, 190px);
  }
}

.rs-problem-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.rs-problem-head {
  max-width: 850px;
  margin-bottom: 34px;
}

.rs-problem-head h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 1;
}

.rs-problem-head p {
  max-width: 720px;
  color: #e6ddd3;
  font-size: clamp(18px, 2vw, 22px);
}

.rs-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.rs-problem-grid article {
  min-height: 245px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.rs-problem-grid span {
  color: #d7b28c;
  font-size: 13px;
  font-weight: 900;
}

.rs-problem-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
}

.rs-problem-grid p {
  color: #ded4c9;
}

.rs-problem-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

.rs-problem-top .rs-problem-head {
  margin-bottom: 0;
}

.rs-problem-portrait {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.rs-problem-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.rs-service-hub {
  padding: clamp(72px, 9vw, 124px) clamp(20px, 6vw, 88px);
  background: #fbfaf7;
  color: #171412;
}

.rs-service-hub-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.rs-service-hub-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.65fr);
  gap: clamp(22px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

.rs-service-hub-head h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1;
}

.rs-service-hub-head p:last-child {
  margin: 0;
  color: #5e554d;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.45;
}

.rs-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.rs-service-card {
  display: grid;
  min-height: 260px;
  align-content: start;
  gap: 12px;
  padding: 24px;
  color: #171412;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(23, 20, 18, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(23, 20, 18, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.rs-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(143, 99, 63, 0.42);
  box-shadow: 0 24px 58px rgba(23, 20, 18, 0.1);
}

.rs-service-card span {
  color: #8f633f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rs-service-card h3 {
  margin: 0;
  font-size: clamp(21px, 2vw, 26px);
  line-height: 1.12;
}

.rs-service-card p {
  margin: 0;
  color: #5e554d;
}

.rs-service-card strong {
  align-self: end;
  color: #68442d;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.rs-problem-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100svh;
  box-sizing: border-box;
  background-image:
    linear-gradient(90deg, rgba(23, 20, 18, 0.98) 0%, rgba(23, 20, 18, 0.9) 48%, rgba(23, 20, 18, 0.5) 100%),
    url("https://cdn.prod.website-files.com/678d751c120990d697e6f61d/678d7bf75f15dea8b4c978d2_Richard_Sch%C3%B6n_Versicherungen_Makler_HeroBanner-min.jpg");
  background-position: 88% 48%;
  background-size: cover;
}

.rs-problem-inner {
  position: relative;
  z-index: 1;
}

.rs-problem-top {
  display: block;
  max-width: 820px;
  margin-bottom: 42px;
}

.rs-problem-portrait {
  display: none;
}

.rs-problem-head {
  margin-bottom: 0;
}

.rs-problem-head h2 {
  max-width: 800px;
}

.rs-problem-grid article {
  min-height: 220px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(6px);
}

.rs-service-hub {
  padding-top: clamp(58px, 6vw, 88px);
  padding-bottom: clamp(80px, 9vw, 128px);
}

.rs-service-hub-head {
  display: block;
  max-width: 900px;
  margin-bottom: 38px;
}

.rs-service-hub-head h2 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.05;
}

.rs-service-hub-head p:last-child {
  max-width: 760px;
}

.rs-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.rs-service-card {
  min-height: 230px;
  overflow: hidden;
}

.rs-service-card h3 {
  max-width: 100%;
  font-size: clamp(24px, 2.2vw, 34px);
  hyphens: auto;
  overflow-wrap: anywhere;
  word-break: normal;
}

.rs-service-card p {
  max-width: 620px;
  overflow-wrap: break-word;
}

#Intro.content-section.intro {
  margin-top: 0 !important;
  min-height: auto !important;
  padding-top: clamp(34px, 4vw, 62px) !important;
  padding-bottom: clamp(54px, 6vw, 88px) !important;
}

.content-bg > section.section:empty {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}

#Intro .content-wrapper.intro {
  min-height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: start !important;
}

#Intro .heading-box {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#Intro .div-block,
#Intro .column-center-flex,
#Intro .faq-container {
  margin-top: 0 !important;
}

#Intro .heading-box [style*="transform"],
#Intro .heading-box [style*="opacity:0"],
#Intro .heading-box [style*="opacity: 0"] {
  opacity: 1 !important;
  transform: none !important;
}

@media (min-width: 992px) {
  .rs-problem-section {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: clamp(112px, 14vh, 150px) !important;
    padding-bottom: clamp(18px, 3vh, 34px) !important;
    background-position: 88% 48%;
  }

  .rs-problem-top {
    margin-bottom: clamp(245px, 28vh, 305px) !important;
  }

  #Intro.content-section.intro {
    padding-top: clamp(22px, 3vw, 38px) !important;
  }
}

.rs-relationship-section {
  padding: clamp(82px, 9vw, 132px) clamp(20px, 6vw, 88px);
  background: #171412;
  color: #fff;
  scroll-margin-top: 120px;
}

.rs-relationship-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.rs-why-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

.rs-why-copy h2 {
  max-width: 830px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
}

.rs-why-copy p:not(.rs-section-kicker) {
  max-width: 760px;
  margin: 0;
  color: #e6ddd3;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.42;
}

.rs-why-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.rs-why-facts article,
.rs-support-grid article {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.rs-why-facts article {
  min-height: 142px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px;
}

.rs-why-facts strong {
  color: #fff;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}

.rs-why-facts span {
  color: #d7b28c;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.rs-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rs-support-grid article {
  min-height: 310px;
  display: grid;
  align-content: start;
  gap: 13px;
  padding: clamp(22px, 2.5vw, 30px);
}

.rs-support-grid span {
  color: #d7b28c;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.rs-support-grid h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.rs-support-grid p {
  margin: 0;
  color: #ded4c9;
  font-size: 17px;
  line-height: 1.42;
}

.rs-mini-action {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
  padding: 11px 14px;
  color: #171412;
  background: #f7f4ee;
  border: 1px solid rgba(215, 178, 140, 0.5);
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
}

.rs-mini-action:hover {
  background: #fff;
}

.rs-mini-action svg {
  width: 20px;
  height: 20px;
  fill: #8f633f;
  flex: 0 0 auto;
}

#Testimonials .content-wrapper {
  display: grid !important;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
}

#Testimonials .heading-box {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: stretch !important;
  width: auto !important;
  max-width: 280px !important;
  margin: 0 !important;
}

#Testimonials .rs-google-reviews {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  margin-top: 0;
  align-self: start;
}

#Testimonials .button-boxed-filled {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: 100% !important;
  min-height: 54px !important;
  height: auto !important;
  padding: 13px 18px !important;
  overflow: visible !important;
  white-space: normal !important;
  line-height: 1.12 !important;
  text-align: center !important;
}

#Testimonials .testimonials-slider {
  display: none !important;
}

.uui-form-checkbox {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  cursor: pointer;
  width: 100% !important;
  padding: 14px 16px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(23, 20, 18, 0.12) !important;
  border-radius: 8px !important;
}

.uui-form-checkbox input[type="checkbox"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.uui-form-checkbox-icon {
  position: relative !important;
  grid-column: 1 !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  margin: 1px 0 0 !important;
  border: 1.5px solid #8f633f !important;
  border-radius: 5px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.uui-form-checkbox-icon.is-checked {
  background: #8f633f !important;
  border-color: #8f633f !important;
}

.uui-form-checkbox-icon.is-checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.uui-form-checkbox-label {
  grid-column: 2 !important;
  margin: 0 !important;
  color: #2b2520;
  font-size: 15px !important;
  line-height: 1.45 !important;
  max-width: none !important;
  width: auto !important;
}

.uui-form-checkbox-label a {
  color: #68442d;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 992px) {
  .navigation {
    top: 14px !important;
    padding: 0 clamp(22px, 5vw, 82px);
    transform: none !important;
  }

  .navigation .navbar {
    max-width: 1280px !important;
    min-height: 92px !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    border-radius: 52px !important;
    transform: none !important;
  }

  .navigation .content-wrapper-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    min-height: 92px !important;
    width: 100% !important;
    max-width: none !important;
    padding: 10px 30px !important;
    transform: none !important;
  }

  .navigation .brand {
    flex: 0 0 auto !important;
  }

  .navigation .image-9 {
    width: 86px !important;
    max-width: 86px !important;
  }

  .navigation .nav-menu {
    position: static !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: clamp(8px, 0.8vw, 13px) !important;
    flex: 1 1 auto !important;
    flex-wrap: nowrap !important;
    width: auto !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: nowrap !important;
  }

  .navigation .navlink {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: clamp(13px, 0.82vw, 15px) !important;
  }

  .navigation .rs-nav-app {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    min-height: auto !important;
    padding: 6px 11px !important;
    color: #fff !important;
    background: #1f1a16 !important;
    border-radius: 999px !important;
    font-size: clamp(13px, 0.82vw, 15px) !important;
    line-height: 1 !important;
  }

  .navigation .rs-nav-app .underline-hover {
    display: none !important;
  }

  .navigation .rs-nav-app svg {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 auto !important;
    fill: currentColor !important;
  }

  #CTA,
  #Intro,
  #ueber-mich,
  #Versicherungen,
  #Finanzdienstleitungen,
  #Testimonials,
  #Ratgeber,
  #Schwerpunkte {
    scroll-margin-top: 122px;
  }
}

@media (max-width: 991px) {
  .rs-problem-section {
    min-height: auto;
    padding-top: 128px;
    padding-bottom: 56px;
    background-position: 80% 36%;
  }

  .rs-problem-top {
    margin-bottom: 24px;
  }

  .rs-service-hub {
    padding-top: 46px;
  }

  #Intro.content-section.intro {
    padding-top: 28px !important;
    padding-bottom: 56px !important;
  }

  #Testimonials .content-wrapper {
    grid-template-columns: 1fr !important;
  }

  #Testimonials .heading-box {
    grid-column: auto !important;
    grid-row: auto !important;
    max-width: 720px !important;
  }

  #Testimonials .rs-google-reviews {
    grid-column: auto !important;
    grid-row: auto !important;
    margin-top: 20px;
  }

  .rs-blog-head {
    align-items: start;
    flex-direction: column;
  }

  .rs-blog-grid,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rs-review-card {
    flex-basis: calc((100% - 20px) / 2);
  }

  .rs-pkv-check {
    grid-template-columns: 1fr;
  }

  .rs-problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rs-why-grid,
  .rs-support-grid {
    grid-template-columns: 1fr;
  }

  .rs-why-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #CTA .flex._1280 {
    grid-template-columns: 1fr !important;
    width: min(720px, calc(100% - 36px)) !important;
  }

  #CTA .uui-contact01_component,
  #CTA .uui-contact01_form {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  #CTA,
  #Intro,
  #ueber-mich,
  #Versicherungen,
  #Finanzdienstleitungen,
  #Testimonials,
  #Ratgeber {
    scroll-margin-top: 112px;
  }

  .navigation {
    top: 10px;
    padding: 0 24px;
  }

  .navigation .navbar {
    min-height: 96px !important;
    border-radius: 42px !important;
  }

  .navigation .content-wrapper-nav {
    min-height: 96px !important;
    padding: 8px 28px !important;
    display: flex !important;
    align-items: center !important;
  }

  .navigation .image-9 {
    width: 92px !important;
    max-width: 92px !important;
  }

  .navigation .menu-button {
    width: 44px !important;
    height: 44px !important;
    margin-top: 0 !important;
    padding: 10px !important;
    align-self: center !important;
  }

  .navigation .nav-menu {
    max-height: calc(100vh - 122px);
    overflow-y: auto;
    border-radius: 20px !important;
  }

  .navigation .rs-nav-app {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 12px 16px !important;
    color: #fff !important;
    background: #1f1a16 !important;
    border-radius: 10px !important;
  }

  .navigation .rs-nav-app svg {
    width: 18px !important;
    height: 18px !important;
    fill: currentColor !important;
  }

  #Intro.content-section.intro {
    padding-top: 22px !important;
    padding-bottom: 44px !important;
  }

  #Intro .heading-box {
    margin-bottom: 28px !important;
  }

  .rs-problem-section {
    padding-top: 118px;
    padding-bottom: 42px;
    background-image:
      linear-gradient(180deg, rgba(23, 20, 18, 0.94) 0%, rgba(23, 20, 18, 0.86) 50%, rgba(23, 20, 18, 0.72) 100%),
      url("https://cdn.prod.website-files.com/678d751c120990d697e6f61d/678d7bf75f15dea8b4c978d2_Richard_Sch%C3%B6n_Versicherungen_Makler_HeroBanner-min.jpg");
    background-position: 76% 38%;
  }

  .rs-problem-head h2 {
    font-size: clamp(42px, 13vw, 58px);
    line-height: 1.02;
  }

  .rs-problem-head p:not(.rs-section-kicker) {
    font-size: 18px;
    line-height: 1.25;
  }

  .rs-problem-grid article {
    min-height: auto;
  }

  .rs-blog-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .rs-review-card {
    flex-basis: 100%;
  }

  .rs-contact-actions,
  .rs-pkv-form,
  .rs-pkv-result,
  .rs-problem-grid {
    grid-template-columns: 1fr;
  }

  .rs-pkv-check {
    padding: 18px;
  }

  .rs-contact-button {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .rs-problem-top,
  .rs-service-hub-head {
    grid-template-columns: 1fr;
  }

  .rs-problem-portrait {
    max-width: 520px;
  }

  .rs-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .rs-service-grid {
    grid-template-columns: 1fr;
  }

  .rs-why-facts {
    grid-template-columns: 1fr;
  }

  .rs-why-facts article,
  .rs-support-grid article {
    min-height: auto;
  }

  .rs-service-card {
    min-height: auto;
  }

  .navigation .rs-nav-cta {
    color: #8f633f !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (min-width: 992px) {
  #CTA .flex._1280 {
    width: min(1220px, calc(100% - 64px)) !important;
    display: grid !important;
    grid-template-columns: minmax(460px, 1fr) minmax(460px, 540px) !important;
    gap: clamp(70px, 8vw, 130px) !important;
    align-items: start !important;
    justify-content: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  #CTA .slider-column-left,
  #CTA .uui-padding-vertical-xhuge-3 {
    width: auto !important;
    max-width: none !important;
  }

  #CTA .max-420-pixels {
    max-width: 620px !important;
  }

  #CTA .uui-contact01_component,
  #CTA .uui-contact01_form {
    width: 100% !important;
    max-width: 540px !important;
  }

  #CTA .uui-form_input {
    width: 100% !important;
  }

  #CTA .rs-whatsapp-cta {
    width: 100% !important;
    max-width: 620px !important;
  }
}
