@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
  padding: 0;
  font-size: 20px;
}
label {
  display: inline;
}
a.active,
a:focus,
button:focus,
button.active {
  outline: none;
}

a {
  text-decoration: none;
  color: #002d73;
}

a:focus,
a:hover,
a:active {
  outline: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  color: #002d73;
  font-weight: 600;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.textimg-rich {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

body section a:not(.btn) {
  font-weight: 400;
  text-decoration: underline;
  color: #4C063A;
}

body section a:not(.btn):hover {
  color: #0A4882;
}


body {
  background-color: #fff4ed;
}

body .site-main {
  overflow: hidden;
  min-height: 100vh;
}

body .so-panel {
  width: 100%;
}

body h1,
body h2,
body h3,
body h4 {
  color: #4c063a;
}

body h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
}

body h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

body h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  body h1 {
    font-size: 40px;
  }

  body h2 {
    font-size: 32px;
  }

  body h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

body p,
body li {
  font-size: 17px;
  color: #4c063a;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
body {
  font-family: "Figtree", serif;
}
/* FONTS SIZE  */
.main-heading {
  font-size: 64px;
  color: #000;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 73.6px */
  letter-spacing: 1.28px;
}
.main-heading-large {
  font-size: 69px;
  color: #2d2d2d;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 67.2px */
  letter-spacing: -0.56px;
  max-width: 1034px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.main-heading-small {
  font-size: 36px;
  color: #2d2d2d;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.36px;
}
.refund-top .body-medium,
.main-paragraph-large {
  font-size: 25px;
  color: #363636;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.footer-x .main-paragraph-large {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  padding: 0;
}
.main-paragraph-small {
  font-size: 25px;
  color: #363636;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
footer .main-paragraph-small {
  font-size: 18px;
}
.footer-x .main-paragraph-small {
  font-size: 17px;
  color: #4C063A;
  font-weight: 400;
}
.footer-x .main-paragraph-small:hover {
  text-decoration: underline;
}

.footer-x .legal-main ol li a:hover {
  color: #0A4882;
}
.text-inner {
  font-size: 30px;
  color: #363636;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
}
.main-paragraph-xsmall {
  font-size: 14px;
  color: #363636;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
/* FONT SIZE  */
/* header start  */
.navbar,
.navbar-brand {
  padding: 0;
  margin: 0;
}
.site-header-x .navbar-brand {
    order: 1;
}
.navbar-brand img {
  height: 50px;
}
.site-header-x .navbar-brand img {
  height: 67px;
}
header {
  padding: 24px 0;
  background: #ffffff;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}
header.site-header-x {
    background-color: #FFF4ED;
}
header .dropdown-toggle::after {
  display: none;
}
.nav-link,
header .dropdown-toggle {
  font-size: 16px;
  color: #2d2d2d;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
  padding: 0 !important;
}
.site-header-x .nav-link,
header .dropdown-toggle {
  font-size: 17px;
  color: #4C063A;
  letter-spacing: 0;
}
header .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 11px;
  border: 0;
}
header.site-header-x .navbar {
    gap: 16px;
}
header .navbar-nav {
  align-items: center;
  margin-left: 60px;
}
header.site-header-x .navbar-nav {
  justify-content: center;
  width: 100%;
  margin-left: 0;
}
header.site-header-x .navbar-collapse {
    order: 2;
}
.nav-item {
  padding-right: 32px;
}
.nav-item:last-child {
  padding-right: 0;
}
header.site-header-x .nav-btn {
    margin-right: 0;
    margin-left: auto;
    order: 3;
}
header.site-header-x .navbar-toggler {
    order: 4;
}
.main-btn {
  font-size: 20px;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
  border-radius: 16px;
  background: #0a4882;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding-inline: 31px;
}
.main-btn:hover {
  color: #0a4882;
  border-color: #0a4882;
}

/* header end  */
/* hero start  */
.hero {
  /*border-radius: 0px 0px 48px 48px;*/
  background: #fff4ed;
  padding: 196px 0 120px;
}

.hero-left h1 {
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: 1.29px;
  padding-bottom: 24px;
  position: relative;
  z-index: 1;
}

.main-paragraph-large span {
  font-weight: 700;
}
.hero-left p {
  max-width: 960px;
  width: 100%;
  padding-bottom: 21px;
}
.hero-left ul {
  display: flex;
  align-items: center;
  padding-bottom: 56px;
}
.hero-left ul li:first-child {
  margin-right: 16px;
}
.hero-left ul li:nth-child(2) {
  margin-right: 24px;
}
.hero-left ul li:last-child p {
  font-size: 14px;
  color: #363636;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 0;
}
.hero-left ul li:last-child p span {
  display: block;
}
.main-btn.main-btn-transparent {
  border: 1px solid #0a4882;
  color: #0a4882;
  background: transparent;
}
.main-btn.main-btn-transparent:hover {
  background: #0a4882;
  color: #fff;
}
.hero-left-bottom {
  border-radius: 24px;
  background: #dce8d6;
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 753px;
  width: 100%;
}
.hero-left-bottom h2 {
  font-size: 24px;
  color: #2d2d2d;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding-bottom: 5px;
}
.hero-left-bottom img {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.shape-brown {
  border-radius: 0 96px 0px;
  background: #ffe6d4;
  max-width: 260px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 211px;
  position: absolute;
  top: 2px;
  left: -157px;
  z-index: 0;
}
.hero-left {
  position: relative;
  max-width: 960px;
  width: 100%;
  padding-top: 58px;
}
/* video-sec styling start */
.video-inner {
  position: relative;
  z-index: 1;
}

.video-main {
  text-align: center;
}

.video-container {
  position: relative;
  text-align: right;
  max-width: 442px;
  z-index: 1;
}

.video-container video {
  border-radius: 16px;
  width: auto;
  max-width: 442px;
  margin: 0 auto;
  height: auto;
  object-fit: cover;
}

.myVideo {
  width: 100%;
  height: auto;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-button img {
  max-width: 108px;
  width: 100%;
}

.play-button:hover img {
  opacity: 1;
}

.play-button.hidden {
  display: none;
}

.video-sec .btn-main {
  justify-content: center;
}

/* video-sec styling end */
.hero-right {
  position: relative;
}
.shape-success {
  max-width: 426px;
  width: 100%;
  height: 345px;
  display: flex;
  align-items: center;
  background: #dce8d6;
  position: absolute;
  top: -32px;
  right: -110px;
  border-radius: 144px 0px;
  z-index: 0;
}
.shape-brown.shape-bottom-0 {
  top: auto;
  bottom: -24px;
}
/* hero end  */
/* insurance start  */
.insurance-sec {
  padding: 66px 0;
}
.insurance-sec ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
.insurance-left p {
  font-size: 32px;
  color: #2d2d2d;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  max-width: 760px;
  width: 100%;
}
.insurance-main {
  display: flex;
  align-items: center;
  gap: 138px;
}
/* insurance end  */
/* company sec start  */
.company-sec {
  background: #ffc8a8;
  padding: 102px 0 120px;
  border-radius: 48px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.company-top {
  text-align: center;
  padding-bottom: 100px;
}
.company-left h3 {
  padding-bottom: 20px;
}
.company-left {
  border-radius: 96px 0px;
  background: #ffe6d4;
  padding: 48px;
  padding-right: 150px;
  margin-top: -32px;
  position: relative;
  z-index: 1;
}
.company-left-bottom {
  padding-top: 38px;
}
.company-left-bottom h4 {
  padding-bottom: 20px;
}
.ff-select2 {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #8d8d8d;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
}
.ff-select-btn {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #ecebf1;
  background: #fff;
  font-weight: 500;
  box-shadow: 0px 1px 4px 0px rgba(10, 72, 130, 0.08);
}
.ff-select2.open .ff-select-btn .ff-dwn-arw {
  transform: rotate(180deg);
}
.ff-select-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1000;
  border: 1px solid #ecebf1;
  background: #fff;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 25px 30px;
  margin-top: 10px;
}

.ff-select2.open .ff-select-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.ff-select-item {
  padding: 15px 0px;
  cursor: pointer;
  border-bottom: 1px solid #ecebf1;
  color: #2b2b2b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
}

.ff-select-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ff-select-item:first-child {
  padding-top: 0;
}

.ff-select-item:hover {
  background-color: transparent;
  color: #2c3576;
}
.company-right {
  border-radius: 0px 96px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(10, 72, 130, 0.08);
  padding: 48px;
  margin-left: -120px;
  position: relative;
  z-index: 2;
}
.main-heading-large.text-blue {
  color: #0a4882;
}
.company-right .main-heading-large {
  padding-bottom: 7px;
}
.main-paragraph-large .text-orange {
  color: #ff7540;
  font-weight: 500;
}
.company-right-top {
  padding-bottom: 40px;
}
.einmalig-btn {
  color: #0a4882;
  height: 73px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 32px;
  border-radius: 16px;
  background: #ffe6d4;
}
.einmalig-main {
  padding-bottom: 40px;
}
.company-right ol li {
  padding-bottom: 10px;
  align-items: flex-start;
  gap: 15px;
}

.company-right ol li a {
  color: #0a4882;
}
.company-right ol {
  padding-bottom: 30px;
}
.company-right ol li p {
  flex: 1;
}
.company-main {
  display: flex;
  align-items: flex-start;
}
.company-left .main-paragraph-large span {
  font-weight: 500;
}
.company-left-bottom small {
  display: block;
  padding-top: 8px;
}
.shape-white {
  max-width: 515px;
  height: 419px;
  width: 100%;
  display: flex;
  align-items: center;
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
  background: #fff;
  position: absolute;
  bottom: -59px;
  left: -177px;
  z-index: 0;
}
.company-left-main {
  position: relative;
}
.company-right-main {
  position: relative;
  max-width: 850px;
  width: 100%;
}

.company-right-main .smallprinted {
  margin-top: 20px;
  font-size: 14px;
}
.charachter1 {
  position: absolute;
  bottom: -60px;
  right: -170px;
  z-index: 3;
}
/* company sec end  */
/* refund sec start  */
.refund-sec {
  background: #dce8d6;
  padding: 116px 0;
}
.refund-main {
  border-radius: 500px 12px;
  background: #fff;
  padding: 95px 0;
}
.refund-top {
  text-align: center;
  padding-bottom: 64px;
}
.refund-top h2 {
  padding-bottom: 16px;
}
.refund-inner {
  max-width: 956px;
  width: 100%;
  margin: 0 auto;
}
.refund-inner .row {
  margin-bottom: 40px;
}
.step-main-left h3 {
  padding-top: 8px;
  padding-bottom: 28px;
  max-width: 513px;
  width: 100%;
}
.step-main {
  background: #ffa171;
  height: 57px;
  padding-inline: 24px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  border-radius: 100px;
}
.refund-right-img {
  text-align: right;
}
.step-main-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 60px;
}
.refund-inner .step-btn {
  padding-top: 0;
}
.step-last,
.step-2 {
  padding-top: 62px;
}
.step-btn {
  text-align: center;
  padding-top: 44px;
}
.step-btn .main-btn {
  display: inline-flex;
}
/* refund sec end  */
/* menopause sec start  */
.menopause-sec {
  padding: 112px 0 106px;
}
.main-heading-small.text-orange {
  color: #ff7540;
}
.menopause-top {
  text-align: center;
  padding-bottom: 80px;
}
.menopause-top .main-heading-large {
  padding-bottom: 15px;
}
.menopause-right .main-heading-small {
  padding-bottom: 24px;
}
.menopause-right ol li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 15px;
}
.main-paragraph-large.font-bold {
  /*font-weight: 700;*/
}
.main-paragraph-large.text-blue {
  color: #0a4882;
}
.menopause-bottom p {
  padding-bottom: 44px;
}
.menopause-right ol li:last-child {
  padding-bottom: 22px;
}
.menopause-bottom-btn .main-btn {
  display: inline-flex;
  margin-top: 20px;
}
.menopause-right {
  max-width: 600px;
  margin-left: auto;
  width: 100%;
  padding-top: 35px;
}
/* menopause sec end  */
/* reviews sec start  */
.reviews-sec {
  background: #dce8d6;
  padding: 101px 0;
}
.reviews-sec iframe {
  width: 100%;
}
.reviews-top {
  padding-bottom: 80px;
}
.reviews-right h3 {
  padding-bottom: 28px;
}
.reviews-right {
  max-width: 598px;
  width: 100%;
  margin-left: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.reviews-sec iframe {
  border-radius: 16px;
}
.review-last {
  padding-top: 50px;
}
/* reviews sec end  */
/* complaints sec start  */
.complaints-sec {
  padding: 113px 0;
}
.complaints-top h2 {
  max-width: 906px;
  width: 100%;
  margin: 0 auto;
}
.complaints-top {
  padding-bottom: 66px;
}
.shape-sky {
  max-width: 288.34px;
  height: 234px;
  position: absolute;
  top: -26px;
  left: -90px;
  width: 100%;
  background: #f0f7ff;
  border-radius: 0 96px 0px;
  z-index: 0;
}
.complaint-left {
  position: relative;
  max-width: 463px;
  width: 100%;
}
.screen-img {
  position: relative;
  z-index: 1;
}
.complaints-sec .charachter1 {
  bottom: -18px;
  right: 60px;
}
.box2,
.box1 {
  border-radius: 96px 0px;
  background: #dce8d6;
  padding: 48px;
}
.box1 {
  background: #cedac8;
  max-width: 752px;
  width: 100%;
}
.box2 {
  max-width: 752px;
  width: 100%;
  margin-left: auto;
  margin-top: -33px;
}
.main-paragraph-small.font-bold {
  font-weight: 700;
}
.box2 p {
  padding-bottom: 26px;
}
.box2 ol li {
  padding-bottom: 26px;
  font-size: 20px;
}
.box2 ol li:last-child {
  padding-bottom: 0;
}
/* complaints sec end  */
/* support-sec start  */
.support-sec {
  border-radius: 48px;
  padding-top: 112px;
  padding-bottom: 117px;
  background: #fff4ed;
}
.support-top {
  padding-bottom: 64px;
}
.support-left ul li {
  padding-bottom: 22px;
}
.support-left ul li:last-child {
  padding-bottom: 0;
}
.support-left ul li:last-child {
  font-weight: 500;
}
.support-right {
  text-align: right;
}
.support-main {
  max-width: 1218px;
  width: 100%;
  margin: 0 auto;
}
.support-left {
  height: 100%;
  display: flex;
  align-items: center;
}
/* support-sec end  */
/* why progressive sec start  */
.why-progressive-sec .complaints-top {
  text-align: center;
}
.why-progressive-sec .complaints-top p {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.why-progressive-sec .complaints-top h2 {
  padding-bottom: 16px;
}
.why-progressive-main {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
.why-progressive-sec .shape-brown {
  background: #fff4ed;
  top: -24px;
  left: -87px;
}
.why-progressive-right ul li {
  display: flex;
  align-items: center;
  padding-bottom: 37px;
  gap: 24px;
}
.why-progressive-right ul li:last-child {
  padding-bottom: 0;
}
.why-progressive-right ul li p {
  flex: 1;
}
.why-progressive-right ul li p span {
  font-weight: 700;
}
.why-progressive-right {
  max-width: 595px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.why-progressive-right ul {
  position: relative;
  z-index: 1;
}
.why-progressive-sec .complaint-left {
  margin-left: auto;
}
.why-progressive-right .shape-brown {
  left: auto;
  right: -134px;
  top: auto;
  bottom: 16px;
  z-index: 0;
  border-radius: 96px 0px;
}
.why-progressive-btn {
  text-align: center;
  padding-top: 47px;
}
.why-progressive-btn .main-btn {
  display: inline-flex;
}
/* why progressive sec end  */
/* progressive muscle start  */
.progressive-muscle {
  border-radius: 0px 0px 48px 48px;
  background: #fff4ed;
  padding: 106px 0;
}
.progressive-cards {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(10, 72, 130, 0.08);
  padding: 24px;
  height: 100%;
}
.progressive-shape-main {
  border-radius: 12px;
  text-align: center;
  background: #fee5ef;
  margin-bottom: 16px;
  min-height: 184px;
}
.progressive-muscle-top {
  padding-bottom: 64px;
}
.progressive-muscle-main {
  max-width: 1218px;
  width: 100%;
  margin: 0 auto;
}
.progressive-muscle-btn {
  margin-top: 48px;
}
.progressive-muscle-btn .main-btn {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}
/* progressive muscle end  */
/* achieve sec start  */
.achieve-sec {
  padding: 115px 0;
}
.achieve-top {
  padding-bottom: 74px;
}
.achieve-left p {
  padding-bottom: 25px;
}
.achieve-left p:last-child {
  padding-bottom: 0;
}
.achieve-left {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  max-width: 593px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.achieve-sec .image-holder {
  text-align: right;
}
.achieve-main {
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
}
.achieve-btn {
  text-align: center;
  padding-top: 46px;
}
.achieve-btn .main-btn {
  display: inline-flex;
}
.achieve-left .shape-brown {
  background: #fff4ed;
  z-index: 0;
  top: -120px;
  left: -157px;
}
.achieve-inner {
  z-index: 1;
}
/* achieve sec end  */
/* solution sec start  */
.solution-sec {
  background: #fff4ed;
}
.main-paragraph-small span {
  font-weight: bold;
}
.solution-sec .box1 {
  background: #dce8d6;
}
.solution-sec .box2 {
  background: #fff;
}
.solution-bottom {
  max-width: 752px;
  width: 100%;
  margin-left: auto;
  padding-top: 43px;
}
.solution-bottom p {
  padding-bottom: 19px;
}
.solution-bottom p:last-child {
  padding-bottom: 0;
}
.solution-list li a {
  border-radius: 16px;
  background: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-list li {
  margin-bottom: 16px;
}
.solution-list li:last-child {
  margin-bottom: 0;
}
.solution-top {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 23px;
}
.solution-top h3 {
  padding-bottom: 5px;
}
.solution-left {
  border-radius: 24px;
  background: #dce8d6;
  border-radius: 24px;
  text-align: center;
  max-width: 442px;
  width: 100%;
}
.solution-left img {
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.solution-left-inner {
  padding-inline: 27px;
  padding-bottom: 29px;
}
.solution-top .text-inner {
  max-width: 253px;
  width: 100%;
  margin: 0 auto;
}
/* solution sec end  */
/* femfeel-achieve sec start  */
.femfeel-achieve {
  padding: 115px 0;
}
.femfeel-achieve-top {
  padding-bottom: 74px;
}
.femfeel-achieve-left {
  border-radius: 96px 0px;
  background: #dce8d6;
  padding: 48px;
}
.femfeel-achieve-left .text-inner {
  padding-bottom: 23px;
}
.femfeel-achieve-left ol {
  display: flex;
  align-items: center;
  gap: 16px;
}
.femfeel-achieve-top .main-heading-large {
  max-width: 906px;
  width: 100%;
  margin: 0 auto;
}
.femfeel-achieve-right p {
  max-width: 532px;
  width: 100%;
}
.femfeel-achieve-right {
  max-width: 597px;
  width: 100%;
  margin-left: auto;
}
.femfeel-achieve-right .swiper-pagination-bullet {
  background: #bbdefc;
  opacity: 1;
}
.femfeel-achieve-right
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 47px;
  border-radius: 4px;
}
.femfeel-achieve-right {
  position: relative;
}
.femfeel-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.femfeel-inner .femfeel-left {
  max-width: 752px;
  width: 100%;
}
.femfeel-achieve-right .swiper {
  margin-right: 56px;
}
.femfeel-achieve-btn {
  text-align: center;
  padding-top: 44px;
}
.femfeel-achieve-btn .main-btn {
  display: inline-flex;
}
/* femfeel-achieve sec end  */
/* footer start */
.partnership-main ul {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 36px;
}
.partnership-main h3 {
  padding-bottom: 8px;
}
footer ol li {
  padding-bottom: 12px;
}
footer ol li:last-child {
  padding-bottom: 0;
}
.footer-brand {
  display: flex;
  margin-bottom: 30px;
}
.legal-main {
  padding-top: 22px;
}
.legal-main ol li a {
  color: #0a4882;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 12px;
}
.legal-main .partnership-main h3 {
  padding-bottom: 11px;
}
.footer-right ol li a {
  color: #0a4882;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-right ul {
  padding-top: 68px;
}
.footer-x .footer-right ul {
  padding-top: 32px;
}
.footer-right ul li {
  padding-bottom: 15px;
}
.footer-x .footer-right ul li {
  padding-bottom: 8px;
}
.footer-right ul li a {
  display: inline-flex;
}
.footer-right ul li:last-child {
  padding-bottom: 0;
}
.footer-x .footer-right ul img {
  max-width: 132px;
}
footer {
  padding: 70px 0;
}

footer.footer-x {
  padding: 124px 0 0;
}

.footer-x .container {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFE6D4;
  border-top-right-radius: 400px;
}

@media(max-width: 992px) {
  .partnership-main ul {
    justify-content: center;
  }
}

@media(max-width: 768px) {
  .footer-x .container {
        text-align: center;
        border-top-right-radius: 120px;
    }

  .footer-x .container-sm > .row {
    gap: 60px;
  }

  .footer-x .container-sm > .row > div:nth-child(1) {
    order: 1;
  }

  .footer-x .container-sm > .row > div:nth-child(2) {
    order: 3;
  }

  .footer-x .container-sm > .row > div:nth-child(3) {
    order: 4;
  }

  .footer-x .container-sm > .row > div:nth-child(4) {
    order: 2;
  }

  .so-widget-wph-hero-footer-section-four-base .main-paragraph-large {
    display: none;
  }

  .so-widget-wph-hero-footer-section-four-base .footer-right {
    display: flex;
    flex-direction: column-reverse;
  }

  .footer-x .footer-right ul {
    padding-top: 0;
    padding-bottom: 60px;
  }

    .footer-x a {
        text-align: center;
        justify-content: center;
    }
  }
/* footer end */
.femfeel-app-tittle {
  border-radius: 100px;
  background: #d539b5;
  padding-inline: 24px;
  height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
}
.femfeel-right .main-paragraph-large {
  padding: 12px 0 28px;
}
.femfeel-right ul li a {
  display: inline-flex;
  align-items: center;
}
.femfeel-right ul {
  display: flex;
  align-items: center;
}
.femfeel-right ul li:first-child {
  margin-right: 24px;
}
.femfeel-right {
  position: relative;
}
.femfeel-right .shape-white {
  bottom: auto;
  top: -32px;
  left: -155px;
}
.femfeel-right-inner {
  position: relative;
  z-index: 1;
}
.femfeel-app.hero {
  padding-top: 225px;
}
.shape-pink-light {
  background: #fee9fb;
  border-radius: 144px 0px;
  max-width: 425.328px;
  height: 345px;
  width: 100%;
}
.femfeel-app .shape-pink-light {
  position: absolute;
  bottom: -30px;
  left: -160px;
}
.femfeel-app-inner {
  position: relative;
}
.femfeel-app-inner img {
  z-index: 20;
  position: relative;
}
.brand-main ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-main {
  max-width: 912px;
  width: 100%;
  padding: 16px 0;
  margin: 0 auto;
}
.starsite-page .refund-inner {
  max-width: 956px;
}
.refund-inner .hide-leaf .shape-pink-light,
.refund-inner .hide-leaf .shape-brown {
  display: none;
}
.refund-inner .even-row .step-main-left {
  margin-left: 0;
}
.refund-inner .even-row .refund-right-img {
  text-align: right;
}
.refund-inner .step-main-left {
  padding-bottom: 0;
}
.refund-inner .option-list .row {
  margin-bottom: 60px;
}
.refund-inner .option-list .row:last-of-type {
  margin-bottom: 0;
}
.starsite-page .refund-top {
  max-width: 1066px;
  width: 100%;
  margin: 0 auto;
}
.starsite-page .refund-top p {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}
.feel-better-right a {
  display: inline-flex;
}
.feel-better-right p {
  padding: 27px 0 34px;
}
.feel-better-right {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.starsite-page .complaint-left .charachter1 {
  right: auto;
  left: -146px;
  bottom: -20px;
}
.starsite-page .refund-sec {
  border-radius: 48px 48px 0px 0px;
  background: #fff4fe;
}
.feel-better-right .shape-pink-light {
  max-width: 260px;
  height: 211px;
  border-radius: 96px 0px;
  background: #fff4fe;
  position: absolute;
  top: 80px;
  right: 0;
}
.feel-better-right-inner {
  position: relative;
  z-index: 1;
}
.shape-pink-light.shape-pink-light-small {
  left: -84px;
  right: auto;
  max-width: 152.796px;
  height: 124px;
  border-radius: 0 56px;
  top: 0;
}
.starsite-page .aid-right .charachter1 {
  right: 0;
  left: auto;
}
.shape-brown-light {
  background: #fff4ed;
  max-width: 260px;
  width: 100%;
  height: 211px;
  position: absolute;
  left: -186px;
  top: 124px;
  border-radius: 0px 96px;
}
.shape-brown-light.shape-brown-small {
  max-width: 152.796px;
  height: 124px;
  border-radius: 56px 0px;
  left: auto;
  right: 55px;
  top: 0;
}
.starsite-page .aid-left {
  position: relative;
}
.starsite-page .patterns-left .charachter1 {
  left: -126px;
  bottom: -29px;
}
.track-bottom {
  text-align: center;
  padding-top: 80px;
}
.main-heading-small.text-blue {
  color: #0a4882;
}
.track-bottom .step-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.track-bottom .step-btn {
  padding-top: 30px;
}
.main-heading-large.text-left {
  text-align: left;
}
.starsite-page .menopause-right ul,
.so-widget-wph-starsite-menopause-sec ul {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 11px;
}
.so-widget-wph-starsite-menopause-sec ul {
  margin-bottom: 15px;
}
.menopause-sec p {
  margin-bottom: 20px;
}
.menopause-sec p:last-of-type {
  margin-bottom: 0;
}
.starsite-page .menopause-right {
  margin-left: 0;
}
.starsite-page .menopause-right .main-heading-large {
  padding-bottom: 29px;
}
.starsite-page .menopause-right .main-paragraph-small {
  padding-bottom: 20px;
}
.starsite-page .menopause-sec {
  background: #fff4ed;
}
.main-paragraph-xsmall.font-bold {
  font-weight: 700;
}
.starsite-page .menopause-sec .main-paragraph-xsmall {
  display: block;
}
.familiar-main {
  max-width: 1218px;
  width: 100%;
  margin: 0 auto;
}
.familiar-boxes {
  background: #fee9fb;
  border-radius: 112px 0px;
  background: #fee9fb;
  padding: 56px 48px;
}
.familiar-top {
  padding-bottom: 60px;
}
.familiar-sec {
  padding: 115px 0;
}
.familiar-sec .track-bottom {
  padding-top: 50px;
}
.experience-sec {
  background: url("../images/experience-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 125px 0;
}
.experience-main {
  border-radius: 144px 0px;
  background: #d539b5;
  text-align: center;
  padding: 68px 0 76px;
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}
.experience-main .main-heading-small {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 26px;
}
.experience-main ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.experience-main .main-heading-large {
  padding-bottom: 52px;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
.starsite-page .reviews-sec {
  background: #fff4ed;
  border-radius: 48px 48px 0px 96px;
}
.support-bottom {
  max-width: 1218px;
  width: 100%;
  margin: 0 auto;
  padding-top: 114px;
}
.support-bottom-div {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(10, 72, 130, 0.08);
  text-align: center;
  padding: 20px;
  padding-bottom: 26px;
  height: 100%;
}
.support-bottom-div .text-inner {
  padding-bottom: 5px;
}
.support-bottom-text {
  padding-top: 13px;
}
.starsite-page .reviews-sec .track-bottom {
  padding-top: 58px;
}
.frau-sec {
  padding: 111px 0;
}
.frau-top {
  padding-bottom: 80px;
}
.frau-video-main {
  text-align: center;
  position: relative;
}
.frau-video-main .shape-pink-light {
  border-radius: 0px 144px;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.frau-video-inner {
  position: relative;
  z-index: 1;
  max-width: 1219px;
  width: 100%;
  margin: 0 auto;
}
.frau-sec .shape-pink-light.shape-pink-light-small {
  border-radius: 96px 0px;
  background: #fee9fb;
  max-width: 287px;
  width: 100%;
  height: 245px;
  left: auto;
  right: -157px;
}
.frau-sec iframe {
  border-radius: 24px;
}
.expert-top {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 74px;
}
.expert-top .main-heading-large {
  padding-bottom: 8px;
}
.expert-sec {
  background: #fff4fe;
  padding: 110px 0;
}
.expert-main {
  max-width: 1218px;
  width: 100%;
  margin: 0 auto;
}
.expert-cards {
  margin-bottom: 24px;
  padding-bottom: 0;
}
.cards-main {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto); /* 2 rows */
  gap: 24px;
  position: relative;
  z-index: 1;
}
.card-main-inner {
  position: relative;
}
.card-main-inner .shape-pink-light {
  right: auto;
  left: -155px;
  bottom: auto;
  top: -48px;
  position: absolute;
  border-radius: 0px 144px;
}
.charachter6 {
  position: absolute;
  bottom: -50px;
  right: -150px;
  z-index: 2;
}
.about-sec {
  background: #fff4ed;
  padding: 118px 0;
}
.about-top {
  padding-bottom: 74px;
}
.about-sec .accordion-item {
  margin-bottom: 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(10, 72, 130, 0.08);
  border: 0;
}
.accordion-item:first-of-type > .accordion-header .accordion-button,
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 12px;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background: transparent;
}
.about-sec .accordion-item button {
  font-size: 20px;
  padding: 21px 20px 21px 24px;
  color: #363636;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
.about-sec .accordion-button {
  border-radius: 12px;
}
.about-sec .accordion-body {
  padding-top: 0;
}
.about-sec .accordion-button::after {
  background-image: url("../images/accordion-arw.svg");
  background-size: 15px;
  background-position: center;
}
.about-sec .accordion-item p {
  font-size: 16px;
  color: #363636;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.about-sec .accordion-item:last-child {
  margin-bottom: 0;
}
.choose-package {
  background: #ffc8a8;
  padding: 114px 0;
  border-radius: 0px 0px 48px 48px;
}
.choose-package-top {
  padding-bottom: 74px;
}
.choose-package-left ol {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.choose-package-left ol li a,
.package-cards span {
  border-radius: 100px;
  background: #fff;
  height: 46px;
  display: flex;
  align-items: center;
  padding-inline: 24px;
  color: #d539b5;
}
.choose-package-left ol li:first-child {
  margin-right: 16px;
}
.main-paragraph-large.font-medium {
  font-weight: 500;
}
.choose-package-left {
  border-radius: 96px 0px;
  background: #ffe6d4;
  padding: 56px 0;
  max-width: 443px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.choose-package-left-inner,
.list-main-inner {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}
.choose-package-left-inner {
  padding-bottom: 23px;
}
.list-main ol {
  flex-direction: column;
  align-items: flex-start;
}
.list-main ol li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.list-main {
  border-top: 1px solid #ffffff;
  padding-top: 23px;
}
.list-main-inner .text-inner {
  padding-bottom: 20px;
}
.list-main ol li {
  padding-bottom: 11px;
}
.list-main ol li:last-child {
  padding-bottom: 0;
}
.choose-package-left-main {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
.choose-package-left-main .shape-white {
  bottom: auto;
  top: 85px;
  left: -56px;
}
.choose-package-top-right {
  text-align: center;
  border-bottom: 1px solid #ffc8a8;
  padding-bottom: 20px;
}
.choose-package-right {
  border-radius: 0px 96px;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(10, 72, 130, 0.08);
  padding: 56px 0;
  max-width: 1064px;
  width: 100%;
}
.choose-package-right-inner {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
.choose-package-right-inner .list-main-inner {
  max-width: 100%;
}
.choose-package-right-inner .text-inner {
  padding-bottom: 15px;
}
.choose-package-right-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.package-cards {
  border-radius: 12px;
  background: #fff4ed;
  box-shadow: 0px 1px 3px 0px rgba(10, 72, 130, 0.08);
  padding: 20px;
  padding-bottom: 26px;
}
.package-cards .main-heading-large {
  text-align: left;
  padding-top: 18px;
  padding-bottom: 10px;
}
.package-cards span {
  display: inline-flex;
}
.choose-main-bottom {
  position: relative;
}
.flowers {
  position: absolute;
  top: -112px;
  left: 50%;
  transform: translateX(-50%);
}
.studies-main {
  background: #fee9fb;
  border-radius: 500px 12px;
  padding: 83px 0;
}
.studies-sec {
  padding: 114px 0;
}
.studies-top {
  padding-bottom: 58px;
}
.studies-main-inner {
  max-width: 956px;
  width: 100%;
  margin: 0 auto;
}
.studies-sec .progressive-shape-main {
  background: #fff4ed;
}
.studies-sec .progressive-shape-main {
  min-height: auto;
}
.studies-sec .progressive-cards .text-inner {
  text-align: center;
}
.taboo-corner {
  background: #fff4ed;
  padding: 90px 0 123px;
}
.taboo-main {
  text-align: center;
}
.taboo-main .main-heading-large {
  padding-top: 6px;
}
.taboo-corner .track-bottom {
  padding-top: 50px;
}
.brand-main ul li a {
  display: flex;
}
.starsite-page .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.starsite-page .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.kurs-seite-page .hero ol {
  display: flex;
  gap: 24px;
  align-items: center;
}
.kurs-leaf {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.kurs-hero-left {
  position: relative;
  z-index: 1;
}
.kurs-seite-page .hero .shape-white {
  border-radius: 96px 0 96px;
}
.kurs-seite-page .hero-left {
  max-width: 753px;
  width: 100%;
  padding-top: 58px;
}
.kurs-seite-page .shape-success.shape-white {
  max-width: 426px;
  width: 100%;
  height: 345px;
  left: auto;
  right: -75px;
  border-radius: 144px 0px;
}
.kurs-seite-page .hero-left .shape-white {
  max-width: 260px;
  height: 211px;
}
.kurs-seite-page .refund-sec {
  background: #fff4fe;
}
.kurs-seite-page .step-main-left {
  justify-content: center;
  max-width: 465px;
  width: 100%;
  margin-left: auto;
  gap: 24px;
}
.kurs-seite-page .refund-right-img {
  text-align: left;
  position: relative;
  padding-top: 63px;
}
.kurs-seite-page .step-main-left {
  padding-top: 63px;
}
.kurs-seite-page .refund-right-img img {
  z-index: 1;
  position: relative;
}
.kurs-seite-page .refund-right-img .shape-pink-light {
  max-width: 260px;
  height: 211px;
  border-radius: 0px 96px;
  background: #fff4fe;
  position: absolute;
  bottom: -24px;
  left: -130px;
}
.kurs-seite-page .refund-sec .step-main-left {
  position: relative;
}
.kurs-seite-page .refund-sec .shape-brown-light {
  border-radius: 56px 0px;
  background: #fff4ed;
  max-width: 152.796px;
  height: 124px;
  width: 100%;
  right: -152.796px;
  left: auto;
  bottom: auto;
  top: 0;
}
.kurs-seite-page .refund-sec .main-heading-small {
  color: #323232;
  padding-bottom: 23px;
}
.kurs-seite-page .refund-right-img.text-right {
  text-align: right;
}
.kurs-seite-page .refund-sec .shape-pink-light-small {
  max-width: 152.796px;
  height: 124px;
  background: #fff4fe;
  border-radius: 56px 0px;
  right: -152.796px;
  bottom: auto;
  top: 0;
  left: auto;
  position: absolute;
}
.kurs-seite-page .refund-expert .shape-brown-light {
  border-radius: 0 96px;
  background: #fff4ed;
  position: absolute;
  top: auto;
  left: -130px;
  bottom: -24px;
  max-width: 260px;
  height: 211px;
}
.kurs-seite-page .hero {
  border-radius: 0;
}
.kurs-seite-page .course-main {
  text-align: center;
}
.kurs-seite-page .course-sec {
  border-radius: 0px 0px 48px 48px;
  background: #ffc8a8;
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.kurs-seite-page .course-main .main-heading-large {
  padding-top: 28px;
  padding-bottom: 17px;
}
.course-main ol {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 36px;
}
.course-flower {
  position: absolute;
  bottom: -7px;
  left: 169px;
}
.kurs-seite-page .course-charachter {
  position: absolute;
  bottom: -14px;
  right: 185px;
}
.kurs-expert-sec {
  padding: 120px 0;
}
.kurs-expert-main {
  max-width: 1196px;
  width: 100%;
  margin: 0 auto;
}
.kurs-expert-left {
  position: relative;
}
.kurs-expert-left .shape-brown-light {
  border-radius: 96px 0px;
  background: #fff4ed;
  left: auto;
  right: 140px;
  bottom: auto;
  top: -20px;
}
.kurs-expert-left .screen {
  position: relative;
  z-index: 1;
}
.kurs-expert-left .charachter5 {
  bottom: -21px;
  position: absolute;
  left: -162px;
  z-index: 2;
}
.kurs-expert-main .main-heading-large {
  text-align: left;
  padding-bottom: 35px;
}
.kurs-expert-right .main-paragraph-small {
  padding-bottom: 24px;
}
.kurs-expert-right ol {
  display: flex;
  align-items: center;
  gap: 24px;
}
.kurs-expert-right {
  position: relative;
}
.kurs-expert-right-inner {
  position: relative;
  z-index: 1;
}
.kurs-expert-right .shape-pink-light {
  background: #fff4fe;
  right: 0;
  left: auto;
  bottom: -90px;
  top: auto;
  position: absolute;
}
.excercise-right {
  border-radius: 0px 96px;
  background: #fff;
  padding: 56px;
  max-width: 596px;
  width: 100%;
}
.excercise-sec {
  border-radius: 0px 0px 48px 48px;
  background: #fee9fb;
  padding: 120px 0;
}
.excercise-main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
}
.excercise-right .main-heading-large {
  padding-bottom: 40px;
  max-width: 484px;
  margin: 0;
  text-align: left;
}
.excercise-right .main-paragraph-small {
  padding-bottom: 16px;
}
.main-btn.btn-transparent {
  color: #0a4882;
  border-color: #0a4882;
  background: transparent;
}
.main-btn.btn-transparent:hover {
  background: #0a4882;
  border-color: #0a4882;
  color: #fff;
}
.excercise-sec .main-btn {
  display: inline-flex;
  margin-top: 30px;
}
.excercise-left .main-heading-small {
  padding-bottom: 30px;
}
.excercise-module-mid {
  text-align: center;
  border-radius: 24px;
  background: #fff;
  padding: 24px 20px;
}
.excercise-left ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.excercise-left ul li span {
  margin-right: 16px;
}
.excercise-module-mid .text-inner {
  padding-bottom: 12px;
}
.excercise-left {
  text-align: center;
  border-radius: 96px 0px 96px;
  background: #ffe6d4;
  max-width: 597px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.excercise-left-inner {
  padding: 53px 53px 38px 53px;
}
.excercise-bottom {
  background: #ffc8a8;
  border-bottom-right-radius: 96px;
  padding: 32px 0;
}
.excercise-main-img {
  position: absolute;
  top: -68px;
  left: -155px;
}
.excercise-left-main {
  position: relative;
  max-width: 597px;
  width: 100%;
}
.course-leader-right {
  border-radius: 0px 96px;
  background: #fff4fe;
  padding: 56px;
}
.course-leader-main {
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
}
.course-leader-sec {
  padding: 120px 0;
}
.course-leader-right .text-inner {
  padding-top: 34px;
  padding-bottom: 12px;
}
.course-leader-right-inner {
  position: relative;
  z-index: 1;
}
.course-leader-right-main {
  position: relative;
  max-width: 591px;
  width: 100%;
}
.course-leader-right-main .charachter6 {
  height: 162px;
  right: -70px;
}
.course-sec.download-app {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 160px;
}
.kurs-seite-page footer {
  border-radius: 48px 48px 0px 0px;
  background: #fff;
  margin-top: 0px;
  position: relative;
}
.kurs-seite-page .download-app .course-charachter {
  bottom: 25px;
}
.kurs-seite-page .download-app .course-flower {
  bottom: 31px;
}
.fachkreis-page .hero .main-btn {
  display: inline-flex;
}
.fachkreis-page .hero .shape-white {
  bottom: auto;
  top: 0;
  max-width: 425px;
  height: 345px;
}
.fachkreis-page .hero-left p {
  padding-bottom: 21px;
}
.fachkreis-page .hero-right .shape-white {
  max-width: 442px;
  height: 336px;
  bottom: -174px;
  top: auto;
  border-radius: 0px 180px;
}
.frachkreis-main {
  position: relative;
  z-index: 1;
}
.fachkreis-shape1 {
  position: absolute;
  bottom: -170px;
  right: -70px;
}
.heart-img {
  position: absolute;
  bottom: -38px;
  right: 94px;
  z-index: 2;
}
.patients-sec {
  background: #fff4ed;
  padding: 120px 0;
}
.patient-top {
  text-align: center;
}
.patients-sec .main-heading-small.text-pink {
  color: #d539b5;
}
.patient-top {
  padding-bottom: 60px;
}
.patient-top .main-heading-small {
  padding-bottom: 8px;
}
.patient-left {
  border-radius: 0px 96px;
  background: #ffe6d4;
  padding: 54px;
  max-width: 748px;
  width: 100%;
  position: relative;
}
.patient-left .main-heading-small {
  padding-bottom: 34px;
}
.patient-left .text-inner {
  padding-bottom: 17px;
}
.patient-left ol li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.patient-left ol li:last-child {
  margin-bottom: 0;
}
.patient-left .main-paragraph-large {
  color: #d539b5;
  font-weight: bold;
}
.patient-left ol {
  padding-bottom: 19px;
}
.patient-main {
  display: flex;
  align-items: center;
  max-width: 1219px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.patient-right {
  border-radius: 96px 0px;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(10, 72, 130, 0.08);
  max-width: 597px;
  width: 100%;
}
.remifemin-hero-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.remifemin-page .remifemin-hero {
  background: #fee9fb;
  padding: 136px 0 100px;
}
.remifemin-page .remifemin-hero .shape-white-light {
  background: #fff4fe;
  top: 60px;
}
.remifemin-hero-left .form-check label a {
  text-decoration: underline;
  color: #363636;
}
.remifemin-page .input-main input {
  border-radius: 12px 12px 0px 0px;
  border-bottom: 1.2px solid #0a4882;
  background: #fff;
  padding: 35px 24px;
}
.remifemin-page .input-main input::placeholder {
  color: #6d758f;
}
.remifemin-page .form-check .form-check-input {
  border-color: #363636;
}
.remifemin-img2 {
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 2;
}
.remifemin-page .hero-right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remifemin-page .hero-left h1 {
  padding-bottom: 16px;
}
.femfeel-app-div1 {
  border-radius: 130px 0px;
  background: #ffe6d4;
  padding: 78px;
  margin-right: -40px;
  position: relative;
  z-index: 2;
  max-width: 500px;
  width: 100%;
  text-align: center;
}
.femfeel-app-div2 {
  border-radius: 0px 130px;
  background: #fff;
  padding: 85px;
  max-width: 402px;
  width: 100%;
  position: relative;
  text-align: center;
  max-width: 500px;
  width: 100%;
}
.femfeel-app-right {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
  width: 100%;
  max-width: 1000px;
}
.femfeel-app-sec {
  background: #fff4ed;
  padding: 120px 0;
}
.femfeel-app-left {
  display: flex;
  align-items: flex-start;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.femfeel-app-left .main-heading-large {
  padding-bottom: 32px;
  max-width: 800px;
  margin-left: 0;
  width: 100%;
  text-align: left;
}
.femfeel-app-left .main-paragraph-small {
  padding-bottom: 20px;
}
.main-paragraph-small.text-pink {
  color: #d539b5;
  font-weight: bold;
}
.femfeel-text-bottom {
  padding-bottom: 20px;
}
.femfeel-font-bold {
  font-weight: 700;
}
.remifemin-brand {
  text-align: center;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-heading-small.text-pink {
  color: #d539b5;
  text-align: center;
  margin-top: 40px;
}
.femfeel-app-remifemin {
  position: absolute;
  bottom: 292px;
  right: -50px;
}
.plus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  z-index: 3;
}
.femfeel-app-sec .remifemin-hero-left {
  flex-direction: column;
}
.femfeel-app-bottom {
  background: #ffe6d4;
  border-radius: 32px;
  padding: 56px 30px;
  margin-top: 120px;
}
.femfeel-app-bottom-inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.femfeel-app-bottom-inner .main-heading-large {
  padding-bottom: 30px;
}
.femfeel-app-bottom-inner .remifemin-hero-left {
  padding-top: 20px;
}
.femfeel-app-bottom-inner .remifemin-hero-left .form-check {
  margin-bottom: 32px;
}
/******* 6-3-2025 *****/
.course-overview-sec {
  background-color: #fff4ed;
  border-radius: 0 0 48px 48px;
  padding: 196px 0 96px;
  overflow: hidden;
}

.course-overview-inner {
  position: relative;
}

.course-overview-sec .text-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  justify-content: center;
}

.course-overview-sec ul {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 24px;
}

.course-overview-sec .image-holder {
  text-align: right;
  position: relative;
  z-index: 10;
}

.leaf-shape {
  border-radius: 144px 0px;
  background: #fff;
  width: 425px;
  height: 345px;
  position: absolute;
  left: -151px;
  top: 0;
}

.leaf-shape-small {
  border-radius: 56px 0px;
  background: #fff;
  width: 152.796px;
  height: 124px;
  position: absolute;
  right: 130px;
  bottom: 0;
}

.leaf-shape-pink {
  width: 260px;
  height: 211px;
  border-radius: 96px 0px;
  background: #fee9fb;
  position: absolute;
  bottom: -140px;
  right: 0;
}

.title {
  text-align: center;
}

.premium-courses-sec {
  padding: 120px 0;
}

.premium-course-inner {
  margin: 68px 0 0 0;
}

.premium-course-box {
  border-radius: 24px;
  background: #fff4ed;
  margin: 12px 0;
  box-shadow: 0px 1px 3px 0px rgba(10, 72, 130, 0.08);
}

.premium-course-box .image-holder {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.premium-course-box .image-holder img {
  border-radius: 24px 24px 0 0;
}

.premium-course-box .text-box {
  padding: 32px;
}

.premium-course-box .text-box a {
  text-decoration-line: underline;
  display: flex;
  align-items: center;
  color: #0a4882;
  font-weight: 600;
  line-height: 140%;
  gap: 12px;
  font-size: 24px;
}

/***** INSURANCE SEC *******/
.overview-insurance-sec {
  background-color: #fff4ed;
  border-radius: 48px 48px 0 0;
  padding: 120px 0;
}

.overview-insurance-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1216px;
}

.leaf-insurance {
  border-radius: 96px 0px;
  background: #fff;
  width: 288px;
  height: 234px;
  position: absolute;
  left: -159px;
  top: -20px;
}

.overview-insurance-inner .text-box {
  max-width: 598px;
  width: 100%;
  position: relative;
  z-index: 10;
}

.overview-insurance-inner .text-box h2 {
  margin-bottom: 34px;
}

.learm-buy {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 40px 0 24px;
}

.learm-buy li a {
  background-color: #0a4882;
  border: 1px solid #0a4882;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 16px;
  padding: 0 33px;
}

.learm-buy li a:hover {
  background-color: transparent;
  color: #0a4882;
}

.learm-buy li a.learn-btn {
  background-color: transparent;
  color: #0a4882;
}

.learm-buy li a.learn-btn:hover {
  background-color: #0a4882;
  color: #fff;
}

.overview-insurance-inner .text-box h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
  color: #363636;
}

.overview-insurance-right {
  position: relative;
  position: relative;
  z-index: 10;
}

.overview-insurance-right .image-holder img {
  border-radius: 180px 0 180px 0;
  width: 100%;
}

.overview-insurance-right span {
  position: absolute;
  right: -80px;
  bottom: -22px;
}

/**** OVERVIEW CTA ******/
.overview-cta-sec {
  background-color: #ffe6d4;
  padding: 120px 0;
}

.overview-cta-sec .text-box {
  max-width: 598px;
  width: 100%;
  margin-left: auto;
  position: relative;
}

.overview-cta-sec .text-box h4 {
  font-weight: bold;
  font-size: 14px;
  list-style: 150%;
  color: #363636;
}

.leaf-box {
  width: 152.796px;
  height: 124px;
  border-radius: 0 56px;
  background-color: #fff4ed;
  position: absolute;
  right: 0;
  bottom: -128px;
}

/***** ABOUT US  ******/
.about-hero-sec {
  padding: 220px 0 96px;
  background-color: #fff4ed;
  border-radius: 0 0 48px 48px;
}

.about-box {
  position: relative;
}

.leaf2 {
  border-radius: 0 96px;
  width: 287px;
  height: 264px;
  background-color: #fff;
  position: absolute;
  left: -150px;
  top: 96px;
  display: flex;
  align-items: flex-end;
}

.about-box .text-box {
  position: relative;
  z-index: 10;
}

.unsere {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.36px;
  display: inline-flex;
  padding: 7px 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  border-radius: 100px;
  background: #d539b5;
}

.about-box .image-holder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.about-box .image-holder span {
  display: flex;
  align-items: center;
  position: absolute;
  left: 135px;
  bottom: 0;
}

.leaf-icon {
  position: absolute;
  right: 44px;
  bottom: 0;
}

.about-bottom .text-box {
  max-width: 907px;
  width: 100%;
  margin-left: auto;
  position: relative;
}

.about-bottom .text-box h3,
.about-bottom .text-box p {
  position: relative;
  z-index: 10;
}

.leaf-about {
  border-radius: 0 96px;
  background: #fff;
  width: 260px;
  height: 211px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

/***** TEAM SEC ******/
.team-sec {
  padding: 120px 0;
}

.team-inner {
  width: 100%;
  margin: 80px auto 0;
}
.team-inner .row .col-md-6 {
  padding-right: 40px;
}

.team-box {
  background-color: #ffe6d4;
  border-radius: 96px 0 96px 0;
  margin: 24px 0;
}

.team-box .image-holder img {
  border-radius: 96px 0 0 0;
  width: 100%;
}

.team-box .text-box {
  text-align: center;
  padding: 28px 20px 38px;
}

.team-box .text-box h4 {
  color: #2d2d2d;
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.36px;
  margin-bottom: 14px;
}

.team-box .text-box p {
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  max-width: 294px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.team-box .text-box p:last-of-type {
  margin-bottom: 0px;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.team-detail {
  margin: 0 0 0 0;
  position: relative;
}

.video-holder {
  max-width: 1218px;
  width: 100%;
  position: relative;
  z-index: 10;
  margin: 80px auto 0;
  display: flex;
  align-items: center;
}

.video-holder iframe {
  width: 100%;
  height: 684px;
}

.leaf-pink-left {
  width: 425px;
  height: 345px;
  background-color: #fee9fb;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 144px;
}

.leaf-pink-right {
  width: 287px;
  height: 245px;
  background-color: #fee9fb;
  position: absolute;
  right: -163px;
  top: 150px;
  border-radius: 96px 0px;
}

/******** BEHIND EXPERT SEC *****/
.behind-expert-sec {
  background-color: #ffe6d4;
  padding: 120px 0;
}

.behind {
  color: #d539b5;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  border-radius: 100px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 46px;
  margin-bottom: 32px;
}

.behind-expert-inner {
  position: relative;
}

.behind-expert-inner .text-box {
  text-align: center;
  margin: 56px 0 0 0;
}

.behind-expert-inner .text-box h4 {
  color: #2d2d2d;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.36px;
  margin-bottom: 14px;
}

.behind-expert-inner .text-box p {
  color: #363636;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  max-width: 908px;
  width: 100%;
  margin: 0 auto;
  line-height: 150%;
}

.expert-detail {
  max-width: 1218px;
  width: 100%;
  margin: 48px auto 0;
}

.behind-expert-box {
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 24px 24px 32px 24px;
  margin: 12px 0;
}

.behind-expert-box h4 {
  color: #363636;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  margin: 16px 0 8px 0;
}

.behind-expert-box p {
  color: #363636;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 342px;
  width: 100%;
}

.expert-shape {
  position: absolute;
  left: -120px;
  bottom: -12px;
}

/***** TRAINER SEC *******/

.expert-trainers {
  max-width: 1218px;
  width: 100%;
  margin: 96px auto 0;
  position: relative;
}
.expert-trainers .expert-shape {
  left: -276px;
  bottom: -30px;
}
.expert-trainers .title p {
  max-width: 908px;
  width: 100%;
  margin: 14px auto 0;
}

.trainers-inner {
  margin: 48px 0 0 0;
}

.trainers-box {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 1px 3px 0px rgba(10, 72, 130, 0.08);
  text-align: center;
  padding: 24px 24px 32px 24px;
  margin: 12px 0;
}

.trainers-box h4 {
  color: #363636;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  margin: 16px 0 8px 0;
}

.trainers-box p {
  color: #363636;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 342px;
  width: 100%;
}

.custom-contact-form-section .mb-3 p {
  margin-bottom: unset !important;
  padding-bottom: unset !important;
}
.remifemin-hero-left11 p {
  max-width: unset !important;
  width: auto !important;
  padding-bottom: unset !important;
  align-items: unset !important;
}
.overlay.blur {
  width: calc(100% + 40px);
  height: calc(100% + 50px);
  position: absolute;
  backdrop-filter: blur(10px);
  z-index: 21;
  left: -10px;
  top: -30px;
}
.company-left {
  z-index: 10;
}
.krankenkasse {
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
}
.ff-select-menu {
  max-height: 300px;
  overflow: auto;
}
.company-left.second-layer {
  z-index: 1;
}
.erstattung-uebersicht {
  margin-bottom: 20px;
  background: #ffe6d4;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 20px;
  min-width: 400px;
}
.erstattung-prozent {
  display: flex;
  justify-content: center;
  color: #0a4882;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 10px;
}
.erstattung-uebersicht .value {
  font-weight: 600;
  margin-left: 10px;
}
.erstattung-eigenanteil,
.erstattung-krankenkasse,
.erstattung-vorleistung {
  display: flex;
  justify-content: space-between;
}
.erstattung-eigenanteil {
  margin-top: 20px;
  border-top: 1px solid #0a4882;
  padding-top: 10px;
}
.erstattung-krankenkasse {
  align-items: flex-end;
  margin-top: 7px;
}
.erstattung-krankenkasse .label {
  text-align: left;
}
.einmalig-main.partner {
  display: flex;
  text-align: left !important;
  align-items: center;
}
.partner-isurance {
  display: none;
  margin-bottom: 20px;
  background: #ffe6d4;
  padding: 15px 25px;
  border-radius: 20px;
  max-width: 600px;
}
.picked-insurance {
  color: #0a4882;
  font-weight: 500;
}
.partner-isurance .headline {
  color: #0a4882;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 10px;
}
.course-leader-main .row {
  align-items: center;
}
.kurs-expert-right-inner ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.kurs-expert-right-inner ul li {
  list-style: outside;
}

/** textbox-leaf **/

.panel-layout .cystinol3-main .ci-button {
  margin-bottom: 0;
}
.leaf-main h2 {
  margin-bottom: 20px;
}
.leaf-main ul {
  margin-bottom: 25px;
}
.leaf-main .siteorigin-widget-tinymce p,
.leaf-main .siteorigin-widget-tinymce li {
  font-size: 17px;
  font-weight: 400;
  color: #000;
}
.leaf-main {
  border-radius: 505px 0 500px 0;
  padding: 90px 200px;
  margin-top: 100px;
  margin-bottom: 100px;
  /**max-width: 1224px **/
}
.leaf-main h1 {
  font-size: 52px;
}
.leaf-main h2 {
  font-size: 40px;
  font-weight: 400;
}

.leaf-main h1,
h2,
h3 {
  margin-bottom: 20px;
}
.main-paragraph-small p {
  margin-bottom: 0;
}
.leaf-main .container {
  max-width: 1224px !important;
}
.leaf-main ul li::before {
  content: "";
  font-size: 0;
  margin: 7px 20px 4px -33px;
  background: #d539b5;
  border-radius: 14px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: sub;
  /**padding: 6px;**/
}
.leaf-main ul li {
  margin-bottom: 20px;
  margin-left: 32px;
}
.leaf-main ol {
  list-style-type: decimal !important;
}
.Creme-Rosa {
  background-color: #fef4ed;
}
.text-below-button p {
  font-weight: 600 !important;
}
.hero-description-h3 {
  font-size: 64px;
  line-height: 1;
  margin-top: 40px;
  z-index: 1;
  position: relative;
}
.so-widget-wph-button-sec a {
  display: inline-block;
  height: auto;
  padding: 17px 40px;
}
.so-widget-wph-button-sec .align-center {
  text-align: center;
}
.patient-right {
  margin-left: -80px;
  padding-right: 54px;
}
.patient-left {
  padding-right: 120px;
}

/** kontakt Form **/

.col-md-12-1 {
  width: 100%;
  display: flex;
}
.col-md-12-1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
}
.col-md-6-1 {
  flex: 0 0 auto;
  width: 50%;
}
.form-group-1 {
  margin-bottom: 20px;
}
.label-text-1 {
  text-align: left;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin: 0 0 8px 0;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.contact-form form .form-control {
  border-radius: 12px 12px 0px 0px;
  border: none;
  border-bottom: 1px solid #002692;
  background: #fff;
  height: 56px;
  font-size: 16px;
  color: #6d758f;
  padding-left: 24px;
  font-weight: 400;
  line-height: 24px;
  box-shadow: none;
}
/*.col-md-6-1 input{
  border-radius: 12px 12px 0px 0px;
  border: none;
  border-bottom: 1px solid #002692;
  background: #FFF;
  height: 56px;
  font-size: 16px;
  color: #6D758F;
  padding-left: 24px;
  font-weight: 400;
  line-height: 24px;
  box-shadow: none;
}*/
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  border-radius: 12px 12px 0px 0px;
  /*border: none;*/
  border-bottom: 2px solid #002692;
  background: #fff;
  height: 19px;
  font-size: 16px;
  color: #6d758f;
  padding-left: 16px;
  font-weight: 400;
  line-height: 24px;
  box-shadow: none;
  margin-right: 8px;
  padding: 24px 15px;
}
.wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 2px solid #212121;
  border-bottom: 2px solid #002692;
  height: auto;
}

.check-feild-1 label {
  display: flex;
  align-items: center;
}
.check-feild-1 {
  text-align: center;
}
.check-feild-1 input {
  width: 20px !important;
  margin-right: 10px;
}
.content {
  width: 100%;
  margin-bottom: 80px;
}
.inner-content {
  width: 75%;
  margin: 0 auto;
}
.inner-content input {
  width: 95%;
}
.primary-btn-1 {
  /** display: flex;**/
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #002692;
  gap: 16px;
  border: 1px solid #002692;
  height: 56px;
  letter-spacing: 0.32px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0 23.5px;
  line-height: 1;
  width: 30% !important;
}
.header-txt {
  margin-bottom: 40px;
  text-align: center;
}
.header-txt h2 {
  font-size: 56px;
  color: #2d2d2d;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.56px;
  max-width: 1034px;
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.cr-link-1 {
  text-decoration: underline;
  color: #2d2d2d;
}
.wpcf7-spinner {
  display: none;
}
.plus-icon {
  position: absolute;
  right: 54px;
  z-index: 100000;
  bottom: calc(50% - 56px / 2);
}
.patient-main .left-image {
  position: absolute;
  left: -140px;
  z-index: 0;
  bottom: -40px;
}
.right-image {
  position: absolute;
  right: -125px;
  top: 30px;
}
.so-widget-wph-about-team-sec .team-box {
  border-radius: 200px 0 96px 0;
  display: flex;
  align-items: center;
}
.so-widget-wph-about-team-sec .team-box .image-holder {
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  .leaf-main {
    border-radius: 100px 0 100px 0;
    padding: 20px 20px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .leaf-main h1 {
    font-size: 34px;
  }
  .leaf-main h2 {
    font-size: 28px;
    font-weight: 400;
  }
  .col-md-12-1 {
    display: block;
  }
  .col-md-6-1 {
    width: 100%;
  }
  .msg-area {
    width: 100%;
  }
  .primary-btn-1 {
    width: 100% !important;
  }
  .header-txt h2 {
    font-size: 36px;
  }
}
.so-widget-sow-editor p {
  margin-bottom: 20px;
}
.so-widget-sow-editor p:last-of-type {
  margin-bottom: 0;
}
.quote p {
  color: rgb(0, 119, 139);
  font-weight: 600;
  font-size: 28.8px;
  letter-spacing: 0.5px;
}
.quote-name {
  font-size: 18px;
  font-style: italic;
  margin-top: 10px;
}
.so-widget-wph-quote-box-sec .row {
  align-items: center;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  width: calc(100% - 0px);
}

.highlighted {
  color: #fff;
  text-align: center;
  padding: 7px;
  border-radius: 15px 15px 0 0;
}
.highlighted.red {
  background: #ff7540;
}
.highlighted.blue {
  background: #ff7540;
}
.saveing-batch {
  background: #81a972;
  color: #fff;
  position: absolute;
  top: -10px;
  right: -35px;
  padding: 23px 14px;
  border-radius: 100px;
  font-size: 24px;
  font-weight: bold;
}
.one-box {
  box-shadow: 0px 4px 7px 0px #ccc;
  border-radius: 15px;
  position: relative;
}
.col-md-6:nth-of-type(2) .one-box {
  position: relative;
  padding: 20px;
  margin-bottom: 25px;
}
.col-md-6 .one-box.hl {
  padding: 0;
}
.col-md-6 .one-box.hl .col-md-6 {
  padding: 20px 30px;
}
.one-box .row {
  margin: 0;
}
.one-box .image-wrapper {
  margin: 40px 0;
  text-align: center;
}
.one-box .headline-praevention {
  text-align: center;
}
.mg-t-10 {
  margin-top: 15px;
}
.mg-t-24 {
  margin-top: 24px;
}
.mg-t-32 {
  margin-top: 32px;
}
.mg-t-48 {
  margin-top: 48px;
}
.button-kaufen {
  height: 52px;
  display: flex;
  background: #ff7540;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 16px;
  padding: 0 33px;
  max-width: 340px;
  margin: 20px auto 0;
}
.smallprinted {
  text-align: center;
  color: #777;
  margin-top: 10px;
  margin-bottom: 40px;
}
.price {
  font-size: 30px;
  font-weight: 600;
}

.duration {
  font-weight: 600;
}

.abo-time {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

.kuendigung {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
}

.container-xl {
  max-width: 1950px !important;
}

.optional {
  font-size: 26px;
}
.all-conent {
  background-color: #fdc8a8;
  border-radius: 48px;
}
.inner-content-01 {
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
}
.label-01 {
  padding: 15px 20px;
  background-color: #fee6d4;
  max-width: 383px;
  margin: 50px auto;
  font-size: 40px;
  font-weight: 500;
  border-radius: 16px;
  color: #0b4882;
}
.leafbox-hl {
  margin-bottom: 110px;
  font-size: 68px;
}
.leaf-form-box {
  max-width: 930px;
  width: 100%;
  margin: 20px auto;
  background-color: #fff;
  padding: 65px 30px;
  border-radius: 0px 96px;
  position: relative;
}
.leaf-form-box::before {
  content: "";
  width: 287.11px;
  height: 233px;
  background-color: #fff;
  border-radius: 0 100px;
  border-radius: 0 96px;
  position: absolute;
  left: -500px;
  bottom: 186px;
}
.card-01 {
  background-color: transparent;
  border: unset;
}
.inner-text {
  max-width: 800px;
  margin: auto;
}
.inner-text h3 {
  font-size: 68px;
  color: #0b4882;
}
#jetzt-anmelden-btn {
  margin-top: 50px;
}
.form-item {
  display: flex;
  text-align: left;
  align-items: baseline;
  font-size: 20px;
  margin-bottom: 12px;
}
.form-item input {
  margin-right: 10px;
}
.form-item input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 23px;
  height: 23px;
  border: #0b4882 solid 2.5px;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  top: 6px;
  vertical-align: middle;
  background-color: white;
}

.form-item input[type="checkbox"]:checked::after {
  content: "X";
  color: #0b4882;
  font-size: 16px;
  position: absolute;
  left: 4px;
  top: -2px;
  font-weight: bold;
}
.form-item label {
  display: block;
  width: calc(100% - 60px);
}
.error404-title {
  position: relative;
  top: 200px;
}
.error404 .site-main {
  padding: 196px 0 120px;
  background: #fff4ed;
}
.so-widget-wph-starsite-reviews-sec video,
.so-widget-wph-homepage-homepage-reviews-section video {
  width: 100%;
}
.video-wrapper {
  position: relative;
}
.button-small {
  margin-top: 10px;
  display: block;
}
.wpcf7 .col-md-12-1 {
  justify-content: space-between;
}
.wpcf7 .col-md-6-1 {
  width: 49%;
}
.so-widget-wph-about-hero-sec .row {
  align-items: center;
}
.mx-w400 {
  max-width: 400px;
  margin: 40px auto;
  font-size: 20px;
}
.so-widget-wph-team-calendar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 30px 10px 15px;
  border-radius: 5px;
  border-color: #000;
  margin: 0 auto;
  font-size: 19px;
  width: 100%;
}
.select-wrapper {
  max-width: 380px;
  width: 100%;
  position: relative;
}
.so-widget-wph-team-calendar .select-wrapper:after {
  background: url(../images/chevron-down.svg);
  height: 20px;
  width: 28px;
  display: block;
  position: absolute;
  top: 17px;
  right: 15px;
  content: "";
  background-size: 28px 20px;
}
.fx-wrapper {
  display: flex;
  justify-content: center;
}
.zeeg-inline-widget {
  display: none;
}
#profile-link {
  text-align: center;
  margin-top: 20px;
  color: #0a4882;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
  display: block;
}

.prim-link {
  margin-top: 15px;
  display: block;
  text-decoration: underline;
  font-size: 18px;
  text-align: center;
}
.so-widget-wph-starsite-about-sec .about-sec {
  padding: 118px 0 0;
}
.about-sec .accordion-button {
  box-shadow: none;
}

/*============== 10x ==============*/
:root {
  scroll-behavior: smooth;
}

html {
  scroll-padding-top: 60px;
}

[id] {
  scroll-margin-top: 60px;
}


.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-44 {
    margin-top: 44px;
}

.pad-t-0   { padding-top: 0; }
.pad-t-32  { padding-top: 32px; }
.pad-t-48  { padding-top: 48px; }
.pad-t-64  { padding-top: 64px; }
.pad-t-80  { padding-top: 80px; }
.pad-t-100 { padding-top: 100px; }
.pad-t-120 { padding-top: 120px; }

.pad-b-0   { padding-bottom: 0; }
.pad-b-32  { padding-bottom: 32px; }
.pad-b-48  { padding-bottom: 48px; }
.pad-b-64  { padding-bottom: 64px; }
.pad-b-80  { padding-bottom: 80px; }
.pad-b-100 { padding-bottom: 100px; }
.pad-b-120 { padding-bottom: 120px; }

@media (max-width: 768px) {
  .pad-t-100, .pad-t-120 { padding-top: 26px; }

  .pad-b-80, .pad-b-120  { padding-bottom: 28px; }

  .pad-t-48  { padding-top: 18px; }
  .pad-b-48  { padding-bottom: 18px; }

  body .row>* {
    padding-right: calc(var(--bs-gutter-x) * .8);
    padding-left: calc(var(--bs-gutter-x) * .8);
  }
}

/* Hero */
.hero-x {
  position: relative;
  color: #4c063a;
  background: #fff4ed;
  padding: 157px 0 90px;
}

.hero-x .hero-circle-mobile {
  display: none;
  position: absolute;
  top: 100px;
  right: 0;
  width: 50px;
}

@media (max-width: 768px) {
  .hero-x {
    padding: 108px 0 26px;
  }

  .hero-x .hero-circle-mobile {
    display: block;
  }

  .hero-heading-large {
    font-size: 40px !important;
    width: calc(100% - 50px);
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    word-break: normal;       /* kein erzwungenes Break mitten im Wort */
    overflow-wrap: normal;
  } 
}

.hero-x .row {
  align-items: center;
  justify-content: space-between;
  row-gap: 40px;
}

.hero-heading-large {
  font-size: 60px;
  color: #4c063a;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 24px;
  position: relative;
  z-index: 1;
}

.btn.btn-primary {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #fafafa;
  max-width: fit-content;
  height: auto;
  background-color: #0a4882;
  padding: 14px 24px;
  border: 0;
  border-radius: 32px;
}

.btn.btn-primary:hover {
    background-color: #06549E;
}

.btn.btn-primary::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 14" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.4418 4.83724L14.2869 4.96949C14.4295 4.90525 14.5508 4.79861 14.6334 4.66234C14.7409 4.48529 14.7743 4.2727 14.7265 4.07135C14.6897 3.91675 14.6008 3.78578 14.4852 3.68116C14.5895 3.7813 14.6637 3.90904 14.6994 4.04986C14.7326 4.19202 14.7261 4.34083 14.6807 4.4798C14.6352 4.61877 14.5525 4.74249 14.4418 4.83724ZM14.4689 3.66593C14.3935 3.5976 14.3056 3.54522 14.2104 3.51151C14.2687 3.53022 14.3251 3.556 14.3782 3.58866C14.4075 3.60672 14.4321 3.63042 14.4566 3.6541C14.4607 3.65806 14.4648 3.66201 14.4689 3.66593Z" fill="%23FFF4ED"/><path d="M4.70472 13.1459L14.2869 4.96949L14.4418 4.83724C14.5525 4.74249 14.6352 4.61877 14.6807 4.4798C14.7261 4.34083 14.7326 4.19202 14.6994 4.04986C14.6637 3.90904 14.5895 3.7813 14.4852 3.68116C14.4063 3.60536 14.3125 3.54768 14.2104 3.51151C14.1776 3.49989 14.1439 3.4905 14.1096 3.48343L1.40751 0.850305C1.25861 0.819928 1.10395 0.834867 0.963156 0.893231C0.822358 0.951594 0.701758 1.05075 0.616649 1.17813C0.529231 1.30747 0.48308 1.46057 0.484403 1.61682C0.485725 1.77308 0.534459 1.925 0.624048 2.05215L3.87341 6.77093L3.45458 12.506C3.44027 12.6585 3.47171 12.8117 3.54482 12.9457C3.61793 13.0796 3.72934 13.1882 3.86459 13.2573C3.92492 13.288 3.98851 13.3119 4.05417 13.3283C4.1689 13.3546 4.28842 13.3517 4.40198 13.3199C4.51554 13.288 4.61957 13.2282 4.70472 13.1459Z" fill="%23FFF4ED"/></svg>');
  display: inline-block;
  width: 17px;
  height: 16px;
  vertical-align: middle;
}

.btn.btn-secondary {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #4c063a;
  max-width: fit-content;
  background-color: transparent;
  padding: 14px 24px;
  border: 2px solid #4c063a;
  border-radius: 32px;
}

.btn.btn-secondary::after,
.btn.btn-tertiary:after, .wph-kombi__link-a:before{
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 14" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.4418 4.83724L14.2869 4.96949C14.4295 4.90525 14.5508 4.79861 14.6334 4.66234C14.7409 4.48529 14.7743 4.2727 14.7265 4.07135C14.6897 3.91675 14.6008 3.78578 14.4852 3.68116C14.5895 3.7813 14.6637 3.90904 14.6994 4.04986C14.7326 4.19202 14.7261 4.34083 14.6807 4.4798C14.6352 4.61877 14.5525 4.74249 14.4418 4.83724ZM14.4689 3.66593C14.3935 3.5976 14.3056 3.54522 14.2104 3.51151C14.2687 3.53022 14.3251 3.556 14.3782 3.58866C14.4075 3.60672 14.4321 3.63042 14.4566 3.6541C14.4607 3.65806 14.4648 3.66201 14.4689 3.66593Z" fill="%234C063A"/><path d="M4.70472 13.1459L14.2869 4.96949L14.4418 4.83724C14.5525 4.74249 14.6352 4.61877 14.6807 4.4798C14.7261 4.34083 14.7326 4.19202 14.6994 4.04986C14.6637 3.90904 14.5895 3.7813 14.4852 3.68116C14.4063 3.60536 14.3125 3.54768 14.2104 3.51151C14.1776 3.49989 14.1439 3.4905 14.1096 3.48343L1.40751 0.850305C1.25861 0.819928 1.10395 0.834867 0.963156 0.893231C0.822358 0.951594 0.701758 1.05075 0.616649 1.17813C0.529231 1.30747 0.48308 1.46057 0.484403 1.61682C0.485725 1.77308 0.534459 1.925 0.624048 2.05215L3.87341 6.77093L3.45458 12.506C3.44027 12.6585 3.47171 12.8117 3.54482 12.9457C3.61793 13.0796 3.72934 13.1882 3.86459 13.2573C3.92492 13.288 3.98851 13.3119 4.05417 13.3283C4.1689 13.3546 4.28842 13.3517 4.40198 13.3199C4.51554 13.288 4.61957 13.2282 4.70472 13.1459Z" fill="%234C063A"/></svg>');
  display: inline-block;
  width: 17px;
  height: 16px;
  vertical-align: middle;
}

.btn.btn-secondary:hover {
  color: #ffffff;
  background-color: #4c063a;
}

.btn.btn-secondary:hover::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 14" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.4418 4.83724L14.2869 4.96949C14.4295 4.90525 14.5508 4.79861 14.6334 4.66234C14.7409 4.48529 14.7743 4.2727 14.7265 4.07135C14.6897 3.91675 14.6008 3.78578 14.4852 3.68116C14.5895 3.7813 14.6637 3.90904 14.6994 4.04986C14.7326 4.19202 14.7261 4.34083 14.6807 4.4798C14.6352 4.61877 14.5525 4.74249 14.4418 4.83724ZM14.4689 3.66593C14.3935 3.5976 14.3056 3.54522 14.2104 3.51151C14.2687 3.53022 14.3251 3.556 14.3782 3.58866C14.4075 3.60672 14.4321 3.63042 14.4566 3.6541C14.4607 3.65806 14.4648 3.66201 14.4689 3.66593Z" fill="%23ffffff"/><path d="M4.70472 13.1459L14.2869 4.96949L14.4418 4.83724C14.5525 4.74249 14.6352 4.61877 14.6807 4.4798C14.7261 4.34083 14.7326 4.19202 14.6994 4.04986C14.6637 3.90904 14.5895 3.7813 14.4852 3.68116C14.4063 3.60536 14.3125 3.54768 14.2104 3.51151C14.1776 3.49989 14.1439 3.4905 14.1096 3.48343L1.40751 0.850305C1.25861 0.819928 1.10395 0.834867 0.963156 0.893231C0.822358 0.951594 0.701758 1.05075 0.616649 1.17813C0.529231 1.30747 0.48308 1.46057 0.484403 1.61682C0.485725 1.77308 0.534459 1.925 0.624048 2.05215L3.87341 6.77093L3.45458 12.506C3.44027 12.6585 3.47171 12.8117 3.54482 12.9457C3.61793 13.0796 3.72934 13.1882 3.86459 13.2573C3.92492 13.288 3.98851 13.3119 4.05417 13.3283C4.1689 13.3546 4.28842 13.3517 4.40198 13.3199C4.51554 13.288 4.61957 13.2282 4.70472 13.1459Z" fill="%23ffffff"/></svg>');
}

.btn.btn-tertiary, .wph-kombi__link-a {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #4c063a;
  max-width: fit-content;
  background-color: transparent;
  padding: 14px 12px;
  border: 0;
  border-radius: 32px;
}

.btn.btn-tertiary:hover, .wph-kombi__link-a:hover {
  text-decoration: underline;
}

.hero-medice-logo-wrap {
    position: absolute;
    right: 0;
    bottom: 12%;
    padding: 5px 66px 5px 26px;
    background-color: #fff;
    border-radius: 40px 0 0 40px;
}

.hero-medice-logo {
    width: 100%;
    max-width: 147px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-content li {
    font-weight: 700;
}

@media (max-width: 768px) {
  .hero-medice-logo-wrap {
      display: none;
  }
}

/* Benefits */
.wph-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wph-benefits-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.wph-benefit {
  color: #4c063a;
  padding: 40px 44px;
}
.wph-benefit__media {
  margin-bottom: 12px;
}

.wph-benefits-grid-5 .wph-benefit__media {
  margin-bottom: 20px;
}

.wph-benefit__media img {
  display: block;
  height: auto;
  width: 100%;
}
.wph-benefit__title {
  margin: 0 0 16px 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}

.wph-benefits-grid-5 .wph-benefit__title {
  font-size: 20px;
}

@media (max-width: 1200px) {
  .wph-benefits-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wph-benefits-grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .wph-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wph-benefits-grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .wph-benefits-grid .wph-benefit {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 24px;
  }
  .wph-benefits-grid {
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .wph-benefits-grid-5 {
    grid-template-columns: 1fr;
  }
  .wph-benefits-grid .wph-benefit__media {
    margin-bottom: 0;
  }
  .wph-benefit__media img {
    max-width: 64px !important;
  }
  .wph-benefits-grid .wph-benefit__title {
    font-size: 20px;
    margin-bottom: 0;
  }

  .wph-benefits-grid .wph-benefit__content {
    display: none;
  }
}

/* Text und Image */
.textimg-section {
    position: relative;
  color: #4c063a;
}

.textimg-row-wrap {
    padding: 40px 80px 56px;
    border-radius: 0 80px 0 80px;
}

.textimg-section .row {
  justify-content: space-between;
  row-gap: 62px;
}

.textimg-col {
  display: flex;
}

.textimg-content-align {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

.textimg-content {
  width: 100%;
}

.textimg-content-align.is-top    { justify-content: flex-start; align-items: flex-start; }
.textimg-content-align.is-middle { justify-content: center; align-items: center;}
.textimg-content-align.is-bottom { justify-content: flex-end; align-items: flex-end;}

.textimg-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.textimg-title.is-pill {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: #4c063a;
  padding: 9px 18px;
  border-radius: 42px;
  background: #fecce0;
}

/* Basis bleibt gleich */
.textimg-hints {
  max-width: 437px;
  margin-top: 52px;
  margin-left: auto;
}

.textimg-hints-viewport { position: sticky; bottom: 80px; overflow: auto; }
.textimg-hints-viewport { scrollbar-width: none; }
.textimg-hints-viewport::-webkit-scrollbar { width: 0; height: 0; }

.textimg-hints-track {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  will-change: transform;
  transition: transform 220ms ease-out;
  transform: translate3d(0, 0, 0);
}

.textimg-hints-pair {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.textimg-hint {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.textimg-hint-media { width: 100%; max-width: 47px; }
.textimg-hint-media img { width: 100%; height: auto; display: block; }
.textimg-hint-title { font-size: 24px; font-weight: 600; line-height: 1.2; margin-bottom: 12px; }

.textimg-hints--lock .textimg-hints-viewport { cursor: ns-resize; }

.textimg-sl-nav {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

/* --- Mobile: Horizontaler Snap-Slider ----------------------------------- */
@media (max-width: 768px) {
  .textimg-section .row {
    row-gap: 48px;
  }
  .textimg-section .row-reverse {
    flex-direction: column-reverse;
  }
  .textimg-hints-viewport {
    position: static;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 0;
    padding-left: 0;
  }
  .textimg-hints-track {
    flex-direction: row;
    gap: 12px;
    justify-content: flex-start;
    align-items: stretch;
  }
  .textimg-hints-pair { display: contents; }
  .textimg-hints {
    max-width: none !important;
    width: 100% !important;
    margin-top: 32px;
    margin-left: 0 !important;
  }
  .textimg-hints-viewport.is-dragging,
  .textimg-hints-viewport.is-animating {
    scroll-snap-type: none;
    cursor: grabbing;
  }
  .textimg-hint {
    flex: 0 0 auto;
    scroll-snap-align: start;
    /* deine Karte: */
    flex-direction: column;
    background: #fff;
    border-radius: 80px;
    padding: 40px 32px;
    min-width: 270px;
    max-width: 270px;
    user-select: none;
    -webkit-user-drag: none;
    touch-action: pan-x;  
  }
  .textimg-hint:first-child { margin-left: 0 !important; }
  .textimg-sl-nav { display: flex; }
}



.textimg-rich ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.textimg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.textimg-actions .btn.btn-image {
    max-width: 166px;
    padding: 0;
}

.textimg-media {
    position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.textimg-image {
  height: auto;
  width: 100%;
}

.textimg-media-badge {
    position: absolute;
    bottom: 23%;
    left: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    max-width: 160px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    padding: 20px;
    background-size: contain;
    background-image: url('/wp-content/uploads/badge-circle.svg');
    transform: rotate(-9deg);
}

.textimg-ff-line {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-60%);
    width: 12vw;
    z-index: -1;
}

.textimg-ff-circle-green {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate(-50%, -30%) rotate(35deg);
    max-width: 490px;
    width: 20%;
}

@media (max-width: 992px) {
  .textimg-ff-circle-green {
    width: 37vw;
  }
}

@media (max-width: 768px) {
    .textimg-ff-line {
        display: none;
    }

    .textimg-media-badge {
      top: 0;
      bottom: auto;
    left: 0;
    max-width: 134px;
    font-size: 11px;
    }

    .textimg-row-wrap {
      padding: 32px 16px 64px;
    }
}

/* Sektion */
.tiles-section {
  padding: 64px 0;
}
.tiles-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 28px;
}
.tiles-title {
  margin: 0 0 12px 0;
  font-weight: 700;
  line-height: 1.2;
}
.tiles-intro {
  margin: 0 auto;
}

/* Grid: 3 Spalten mit 22px Gap (responsiv auf 2/1) */
.tiles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}
@media (max-width: 1024px) {
  .tiles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .tiles-grid {
    grid-template-columns: 1fr;
  }
}

/* Kacheln */
.kacheln-section {
  position: relative;
}

.kacheln-section .container-sm {
  position: relative;
  z-index: 2;
}

.kacheln-title {
  margin-bottom: 24px;
}
.kacheln-grid {
  margin-top: 36px;
}

/* Kachel */
.kachel-card {
  display: flex;
  flex-direction: column;
  color: #4c063a;
  border-radius: 80px;
  padding: 65px 20px 58px;
  background: #fff;
}

/* Bildbereich mit fester Ratio 320x220 (≈ 16:11) */
.kachel-media {
  position: relative;
  width: 100%;
  aspect-ratio: var(--kachel-ratio, 3 / 2);
  overflow: hidden;
  margin-bottom: 26px;
}

/* Standard (mit aspect-ratio) */
.kachel-media > img.kachel-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.kachel-text {
  padding: 0;
}

.kachel-body {
  text-align: left;
  padding: 0 28px;
}

.kachel-over {
  max-width: fit-content;
  padding: 9px 26px;
  background: #FECCE0;
  border-radius: 32px;
  margin-bottom: 12px;
}

.kachel-heading {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 600;
}

.kachel-heading.kachel-heading--sm {
  font-size: 20px;
  margin-bottom: 8px;
}

.kacheln-actions {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.kacheln-sl-nav {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.wph-kachel__circle-green {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: translate(34%, 30%);
  width: 29vw;
  max-width: 494px;
  pointer-events: none !important;
}
@media (max-width: 992px) {
  .wph-kachel__circle-green {
    transform: translate(34%, 0%);
    width: 34vw;
  }

}
@media (max-width: 768px) {
  .kachel-card {
    padding: 40px 16px 56px;
  }

  .kachel-heading {
    font-size: 24px;
  }

  .kachel-body {
    padding: 0 16px;
  }

  .kacheln-title, .kacheln-intro {
    text-align: left !important;
  }
}

/* Slider an: Bootstrap-Row neutralisieren + 1-Slide-Viewport */
.kacheln-grid.is-slider{
  position: relative;
  z-index: 2;
  --bs-gutter-x: 0;        /* Bootstrap-Gutter neutralisieren */
  margin-left: 0;
  margin-right: 0;
  display: block;          /* .row-Flex aushebeln */
  overflow: hidden;
  position: relative;
  /* KEIN padding-right hier, sonst verschiebt es den Viewport */
}

.kacheln-sl-track{
  position: relative;
  z-index: 5;
  display: flex;
  will-change: transform;
  transform: translate3d(0,0,0);
  transition: transform 220ms ease-out;
  user-select: none;
  -webkit-user-drag: none;
  overscroll-behavior-x: contain;
}

.kacheln-sl-track { touch-action: pan-y pinch-zoom; }

/* Exakt 1 Slide im Viewport – der Gap liegt außerhalb */
.kacheln-slide{
  flex: 0 0 100%;         /* volle Breite */
  margin-right: 16px;     /* Gap zwischen Slides (außerhalb sichtbar) */
}

.kacheln-sl-track > .kacheln-slide:last-child{
  margin-right: 0;        /* kein Trailer-Gap */
}

/* Pfeile disabled */
.kacheln-sl-nav .sl-arrow.is-disabled{
  opacity: .4; pointer-events: none;
}

.kacheln-sl-nav { pointer-events: none; }          /* Container durchsichtig */
.kacheln-sl-nav .sl-arrow { pointer-events: auto; }/* Buttons bleiben klickbar */


.kacheln-sl-track * {
  -webkit-user-select: none;
  user-select: none;
}

@media (max-width: 768px){
  .kacheln-grid.is-slider + .kacheln-sl-nav{ display: flex; }
  .kachel-media img { -webkit-user-drag: none; }
}


/* Femfeel Welt */
.femfeel-welt {
  position: relative;
}

.femfeel-welt .container {
  padding-top: 68px;
  padding-bottom: 168px;
  background-color: #ffe6d4;
  border-radius: 0 411px;
}

.ffw-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 23vw;
  transform: translateY(-30%);
  z-index: 3;
}

.ffw-circle-mobile {
  display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    transform: translateY(-40%);
    z-index: 3;
  }

.ffw-content-top {
  position: relative;
}

.ffw-title-content {
  margin-bottom: 72px;
}

.ffw-info-accordion {
  width: 100%;
  max-width: 894px;
  margin: 0 auto 46px;
}

.ffw-info-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 40px;
  background-color: #fff4ed;
  border-radius: 80px;
}

.ffw-info-content {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ffw-info-content p,
.ffw-info-icon {
  font-size: 20px;
  color: #4c063a;
}

.ffw-info-images {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Wrapper bleibt */
.ffw-info-accordion {
  width: 100%;
}

/* Toggle bleibt wie von dir – ich füge nur Cursor & Fokus */
.ffw-info-wrap {
  cursor: pointer;
}

/* Panel (beginnt versteckt) */
.ffw-acc-panel {
  overflow: hidden;
  transition: max-height 280ms ease;
  border-radius: 40px;
}

.ffw-acc-panel-inner {
  padding: 48px;
  margin-top: 8px;
  background-color: #fff4ed;
  border-radius: 40px;
}

.ffw-acc-inner {
  row-gap: 32px;
}

/* Optional: State-Klasse, falls du visuelle Zustände brauchst */
.ffw-info-accordion.is-open .ffw-info-icon {
  transform: rotate(180deg);
  transition: transform 200ms ease;
}

/* Nummerierte Liste im Akkordeon rechts */
.ffw-acc-steps {
  list-style: none; /* Standardnummern aus */
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px; /* Abstand zwischen Einträgen */
  counter-reset: ffw-steps; /* Counter starten */
}

.ffw-acc-steps li {
  counter-increment: ffw-steps; /* je <li> +1 */
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* Zahl-Badge */
.ffw-acc-steps li::before {
  content: counter(ffw-steps);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px; /* fixe Badge-Größe */
  width: 24px;
  height: 24px;
  border-radius: 40px; /* rund */
  font-size: 17px;
  line-height: 1;
  color: #ff6326; /* Zahl */
  background: #fecce0; /* Hintergrund */
}

/* Optional: Text-Typografie der Punkte */
.ffw-acc-steps li {
  font-size: 16px;
  line-height: 1.6;
  color: #4c063a;
}

.ffw-image {
  width: 100%;
  max-width: 90px;
  max-height: 40px;
}

.ffw-badge {
  position: absolute;
  top: 23%;
  right: -26px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 2px;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  width: 100%;
  max-width: 160px;
  aspect-ratio: 1 / 1;
  padding: 12px;
  transform: rotate(-9deg);
  background-size: contain;
  background-image: url(/wp-content/uploads/badge.svg);
  z-index: 3;
}

.ffw-badge-title {
  font-size: 17px;
  font-weight: 700;
}

.ffw-badge-title-small {
  font-size: 13px;
  font-weight: 700;
}

.ffw-tile-slider {
  width: 100%;
}

.ffw-tiles-wrap {
  display: flex;
  gap: 20px;
}

.ffw-tile-wrap {
  width: 100%;
}

.ffw-tile {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  min-width: 330px;
  padding: 60px 57px;
  border-radius: 80px;
  background-color: #fff;
}

.ffw-tile-special {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #4c063a;
  padding: 13px 60px;
  background-color: #fbfbfb;
  border-radius: 32px;
}

.ffw-tile-content ul {
  margin-top: 32px;
}

.ffw-tile-content li, .textimg-rich li, .hero-content li, .wph-kombi__content--after-image li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.ffw-tile-content ul, .hero-content ul, .wph-kombi__content--after-image ul {
  display: flex;
    flex-direction: column;
    gap: 12px;
}

.ffw-tile-content li::before, .textimg-rich li::before, .hero-content li::before, .wph-kombi__content--after-image li::before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='%23FF7540'><path d='M0.5 12V0L12.5 6.00081L0.5 12Z'/></svg>");
  display: inline-block;
  line-height: 1;
  margin-top: 4px;
}

.ffw-extras-head,
.ffw-extras-toggle {
  display: none;
}

.ffw-extras-toggle {
  appearance: none;
  border: 1px solid #000000;
  background: #FBFBFB;
  color: #4c063a;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 24px;
  margin-top: 24px;
  padding: 6px 20px;
  font-size: 15px;
  font-weight: 600;
}

.ffw-extras-icon {
  transition: transform 180ms ease;
}
.ffw-extras-toggle.is-open .ffw-extras-icon {
  transform: rotate(180deg);
}

/* Panel-Visibility: hidden default respektieren */
[data-ffw-extras][hidden] { display: none; }

.ffw-tile-extras {
  color: #4c063a;
  padding: 20px;
  margin-top: 44px;
  background-color: #f7f7f7;
  border-radius: 20px;
}

.ffw-extra--step {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px 16px;
}

.ffw-step-label {
  color: #4c063a;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  height: fit-content;
  padding: 8px;
  background-color: #fecce0;
  border-radius: 32px;
}

.ffw-step-spacer {
  grid-column: span 2;
  height: 1px;
  background-color: #dfdfdf;
}

.ffw-extra--price {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 25px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.ffw-price-row {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.5;
}

.ffw-price-row--top {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}

.ffw-price-row--bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.ffw-extra-period {
  font-size: 14px;
  margin-bottom: 5px;
}

.ffw-extra-discount {
  width: fit-content;
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  background-color: #fecce0;
  border-radius: 32px;
}

.ffw-tile-actions {
  gap: 8px;
  margin-top: 32px;
}

.ffw-tiles-sl-nav {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.ffw-options { display: none; }

@media (max-width: 1200px) {
  .femfeel-welt .container {
    border-radius: 0 120px;
  }

  .ffw-tile-extras {
    padding: 16px 12px;
  }

  .ffw-step-label {
    font-size: 14px;
    padding: 4px;
  }

  .ffw-step-text {
    font-size: 13px;
  }

  .ffw-price-row, .ffw-extra-duration {
    font-size: 16px;
  }

  .ffw-extra-period {
    font-size: 11px;
    margin-bottom: 1px;
  }

  .ffw-extra-discount {
    font-size: 12px;
  }

  .ffw-badge {
    top: unset;
    right: unset;
    bottom: -90px;
    left: -16px;
  }
}

@media (max-width: 992px) {
  .ffw-tile {
    padding: 48px 16px;
    border-radius: 48px;
  }
}



@media (max-width: 768px) {
  .femfeel-welt .container {
    padding: 32px 0;
  }
  .ffw-circle {
    display: none;
  }

  .ffw-circle-mobile {
    display: block;
  }

  .ffw-tile-special {
    width: calc(100% - 90px);
    text-align: center;
  }

  .ffw-title {
    width: calc(100% - 60px);
  }

  .ffw-title-content {
    margin-bottom: 32px;
  }

  .ffw-info-content p, .ffw-info-icon {
    font-size: 18px;
  }

  .ffw-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding: 0 var(--gutter, 16px);
  }
  .ffw-opt-radios {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .ffw-opt-radios::-webkit-scrollbar { width: 0; height: 0; }

  .ffw-opt-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #4c063a;
    font-size: 15px;
    white-space: nowrap;
  }
  .ffw-opt-item input[type="radio"] {
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0;
    position: relative;
    outline: none;
    background-color: #FF75404D;
  }
  .ffw-opt-item input[type="radio"]:checked {
    background: #ff7540;
  }
  .ffw-opt-item input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #FFFFFF;
  }

  .ffw-tiles-wrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;         /* Höhe = höchste Kachel */
    gap: 16px;

    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;

    /* Wichtig: Vertikale Geste nicht blocken, Browser darf beide Achsen handeln */
    touch-action: auto; /* oder: pan-x pan-y */

    /* Ränder/Bounce entschärfen */
    overscroll-behavior-inline: contain; /* breiter als -x */
    overscroll-behavior-y: auto;

    /* iOS Momentum */
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
  }
  .ffw-tiles-wrap::-webkit-scrollbar { width: 0; height: 0; }

  /* Beim Drag/Snap-Anim deaktivieren wir Snap (via JS gesetzte Klasse) */
  .ffw-tiles-wrap.is-dragging,
  .ffw-tiles-wrap.is-animating {
    scroll-snap-type: none;
    cursor: grabbing;
    /* Optional: nur während Drag Repaints optimieren */
    will-change: scroll-position;
  }

  /* Wrapper-Items */
  .ffw-tile-wrap {
    flex: 0 0 auto;
    display: flex;
    align-items: stretch;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding: 33px 0 64px;
    max-width: 70vw;
    min-width: 330px;
  }

  /* Kachel selbst – kein pan-x mehr! */
  .ffw-tile {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 48px;
    touch-action: auto; /* wichtig: nicht pan-x */
  }

  .ffw-info-wrap {
    align-items: flex-start;
    border-radius: 40px;
  }

  .ffw-info-icon {
    margin-top: 10px;
  }
  .ffw-tile-title, .ffw-tile-content p {
    text-align: center;
  }

  .ffw-tile-content p, .ffw-tile-content li {
    font-size: 15px;
  }

  .ffw-tile-content ul, .hero-content ul {
    padding: 0 8px;
  }

  .ffw-tiles-sl-nav {
    display: flex;
  }

  .ffw-badge {
    max-width: 119px;
    font-size: 9px;
    bottom: -70px;
    left: 0;
  }

  .ffw-badge-title {
    font-size: 12px;
  }

  .ffw-badge-title-small {
    font-size: 10px;
  }

  .ffw-extras-head,
  .ffw-extras-toggle { display: flex; }

  .ffw-tile-extras {
    margin-top: 4px;
    border: 1px solid #000000;
    background-color: #FBFBFB;
  }
}

/*** Logos ***/

/* Section-Wrapper – Modifier für Stil */

.wph-logos-text.wph-logos-text--yellow p {
  color: #ffc8a8; /* dein gelber Ton */
  font-weight: 600;
}

/* Flex-Zeile für Logos */
.wph-logos-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  align-items: center;
  justify-content: center;
}

.wph-logos-row.wph-logos-row--lg {
  gap: 16px 100px;
}

/* Einzelnes Logo-Item */
.wph-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Logo-Größe */
.wph-logo img {
  max-width: var(--logo-max, 146px);
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Text-Block */
.wph-logos-text {
  text-align: center;
}

@media (max-width: 768px){
  .wph-logos-row.wph-logos-row--lg {
    gap: 16px 32px;
  }
  .wph-logo img {
    max-width: calc(var(--logo-max, 146px) * 0.6 );
  }
}



/*** Testimonials ***/
/* ========== GRID: 3 Spalten, Gap 20px, Mosaik a..f ========== */
.wph-testimonials {
    padding: 56px 0 52px;
}
.tm-title {
    text-align: center;
    margin-bottom: 55px;
}
.tm-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  grid-auto-flow:row dense;
}

/* Slots für Muster (Desktop, >= 993px)
   a c e
   a d e
   b d f
*/
.tm-slot-a{ grid-column:1; grid-row:span 2; }
.tm-slot-b{ grid-column:1; }
.tm-slot-c{ grid-column:2; }
.tm-slot-d{ grid-column:2; grid-row:span 2; }
.tm-slot-e{ grid-column:3; grid-row:span 2; }
.tm-slot-f{ grid-column:3; }

/* ========== Tablet: 2 Spalten ========== */
@media (max-width: 992px){
  .tm-grid{ grid-template-columns:repeat(2,1fr); }

  /* neues, stabiles 2-Spalten-Muster:
     a c
     a d
     b d
     b e
     f e
  */
  .tm-slot-a{ grid-column:1; grid-row:span 2; }
  .tm-slot-b{ grid-column:1; grid-row:auto; }
  .tm-slot-c{ grid-column:2; grid-row:auto; }
  .tm-slot-d{ grid-column:2; grid-row:span 2; }
  .tm-slot-e{ grid-column:2; grid-row:span 2; } /* bleibt hoch rechts */
  .tm-slot-f{ grid-column:1; grid-row:auto; }
}

/* ========== Phone: 1 Spalte ========== */
@media (max-width: 600px){
  .tm-grid{ grid-template-columns:1fr; }
  /* alle Slots normal fließen lassen */
  .tm-slot-a,
  .tm-slot-b,
  .tm-slot-c,
  .tm-slot-d,
  .tm-slot-e,
  .tm-slot-f{ grid-column:auto; grid-row:auto; }
}

/* ========== Karten ========== */
.tm-card{
  position:relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius:80px;
  background:var(--tm-bg,#ffffff);
  padding:32px 39px;
  overflow:hidden;
}

/* TEXT-Karte */
.tm-card--text .tm-avatar{
  width:62px; height:62px; border-radius:100px; object-fit:cover;
  display:block; margin-bottom:21px;
}
.tm-card--text .tm-review p{
  font-size:18px; font-weight:600; line-height:1.5;
}
.tm-card--text .tm-name--below{
  margin-top:8px; color: #4C063A; font-size:18px; font-weight:400;
}

/* ========== VIDEO-Karte ========== */
.tm-card--video{ padding:0; cursor: pointer; }
.tm-card--video .tm-media{
  position:relative; width:100%; height:100%;
}
.tm-card--video .tm-poster,
.tm-card--video .tm-poster img{
  display:block; width:100%; height:100%;
  object-fit:cover; border-radius:80px;
}

/* Play-Button mit Name (SVG im HTML) */
.tm-play {
  position: absolute;
  left: 0;
  bottom: 65px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 9px 16px;
  border-radius: 0 28px 28px 0;
  border: 0;
  cursor: pointer;
  background: #fff4ed;
  color: #4c063a;
  font-weight: 600;
  line-height: 1.2;
  pointer-events: none;
}
.tm-play .tm-play-svg {
  display: inline-flex;
}
.tm-play .tm-play-svg-mobile {
  display: none;
}
.tm-meta.tm-meta--on-media {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 14px;
}

.tm-sl-nav {
  display: none;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

/* ========== Modal (wie gehabt) ========== */
.tm-modal{ position:fixed; inset:0; display:none; z-index:9999; }
.tm-modal.is-open{ display:block; }
.tm-modal-backdrop{ position:absolute; inset:0; background:rgba(0,0,0,.55); }
.tm-modal-dialog{
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  width:min(920px,92vw);
}
.tm-modal-viewport{ position:relative; width:100%; }
.tm-16by9{ position:relative; width:100%; aspect-ratio:16/9; background:#000; }


@supports not (aspect-ratio:16/9){
  .tm-16by9::before{ content:""; display:block; padding-top:56.25%; }
  .tm-16by9 > *{ position:absolute; inset:0; }
}
.tm-modal-close{
  position:absolute; right:-8px; top:-8px; width:36px; height:36px;
  border-radius:50%; border:0; cursor:pointer; background:#fff; color:#4C063A;
  font-size:20px; line-height:1; box-shadow:0 2px 10px rgba(0,0,0,.2); z-index:10;
}

@media (max-width: 768px){ 

  /* Grid → horizontaler Flex-Scroller */
  .wph-testimonials .tm-grid{
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 16px;
    padding-bottom: 26px;
    scroll-snap-type:x mandatory;
    scroll-padding-left:0;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    cursor: grab;
  }

  .wph-testimonials .tm-grid:active{ cursor: grabbing; }

  .wph-testimonials .tm-card .tm-poster { pointer-events: auto; }

  .wph-testimonials .tm-grid.is-dragging,
  .wph-testimonials .tm-grid.is-animating{
    scroll-snap-type: none;
  }

  /* Kartenbreite: 80% → 20% "peek" der nächsten Karte */
  .wph-testimonials .tm-grid .tm-card{
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 calc(100% - 20%);
    scroll-snap-align: start;
    -webkit-user-drag: none;
    user-drag: none;
  }

  /* Slots sind im Slider egal → normale Reihenfolge */
  .wph-testimonials .tm-grid .tm-slot-a,
  .wph-testimonials .tm-grid .tm-slot-b,
  .wph-testimonials .tm-grid .tm-slot-c,
  .wph-testimonials .tm-grid .tm-slot-d,
  .wph-testimonials .tm-grid .tm-slot-e,
  .wph-testimonials .tm-grid .tm-slot-f{
    grid-column: auto;
    grid-row: auto;
  }

  /* Navigationspfeile sichtbar (du hast das bereits, hier nur zur Sicherheit) */
  .wph-testimonials .tm-sl-nav{
    display: flex;
  }

  /* optional: Scrollbar dezenter (falls nötig) */
  .wph-testimonials .tm-grid::-webkit-scrollbar{ height: 6px; }
  .wph-testimonials .tm-grid::-webkit-scrollbar-thumb{ border-radius: 6px; }
  
  .tm-play {
    bottom: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    background: transparent;
  }

  .tm-play .tm-play-svg {
    display: none;
  }

  .tm-play .tm-play-svg-mobile {
    display: block;
    border-radius: 100%;
    background: #FF7540;
  }

  .tm-meta.tm-meta--on-media {
    display: none;
  }
}


/* ========== Button list ========== */
/* Button Liste */
.btnlist-title {
  margin: 0 auto 20px;
  text-align: center;
  max-width: 720px;
}

/* Grid & Pill wie zuvor */
.btnlist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 20px;
}
.btnlist-cell { display: flex; }
.btnlist-cell .btn { width: 100%; text-align: center; }

.btn.btn-pill {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: #4c063a;
  padding: 9px 18px;
  border-radius: 42px;
  background: #fecce0;
  border: 0;
}
.btn.btn-pill:hover { filter: brightness(0.97); text-decoration: none; }

@media (max-width: 992px){
    .btnlist-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px){
    .btnlist-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}




/* ========== Slider ========== */
.wph-slider-section { position: relative; }

/* Wrapper */
.wph-slider {
  position: relative;
      overflow: hidden;
    padding: 56px 0 32px;
    background: #fff;
    border-radius: 80px;
}

/* Viewport & Track */
.wph-slider-viewport {
  overflow: hidden;
}
.wph-slider-track {
  display: flex;
  transition: transform 300ms ease;
  will-change: transform;
  touch-action: pan-y;     /* wichtig für iOS/Android */
  user-select: none;       /* verhindert Text-Selektion beim Drag */
  cursor: grab;
}
.wph-slider-track:active { cursor: grabbing; }

.wph-slide a { pointer-events: auto; }

.sl-inner {
    padding: 0 89px;
}

.wph-slide {
  flex: 0 0 100%;
}

/* Zweispaltiges Layout im Slide */
.sl-row {
  row-gap: 48px;
}

/* Karte pro Spalte */
.sl-card {
  color: #4c063a;
}

/* Oberes Bild + optionaler BG-Shape */
.sl-media {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 26px;
}
.sl-media-img {
  display: block;
    height: auto;
    max-height: 300px;
    width: auto;
}
.sl-media-bg {
  position: absolute;
    bottom: 0;
    height: 80%;
    border-radius: 36px;
    background: #ffe6d4;
    z-index: 0;
    left: 0;
    width: 100%;
}
.sl-media-img { position: relative; z-index: 1; }

/* Kursthemen (Bild links, Text rechts) */
.sl-topics {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 6px 24px;
  margin-bottom: 20px;
}
.sl-topics-media {
  grid-row: span 2;
}
.sl-topics-img {
  width: 60px; height: 60px; border-radius: 50%; object-fit: cover;
}
h3.sl-topics-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}
.sl-topics-text p { font-size: 14px; font-style: italic; }

/* Body & Link */
.sl-link { margin-top: 24px; }
.sl-card .sl-link .sl-link-a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  text-decoration: none;
  color: #4c063a;
}
.sl-card .sl-link .sl-link-a:hover { text-decoration: underline; }

/* Navigation */
.sl-nav {
  position: absolute;
  top: 33%;
  padding: 20px;
  border: 0;
  background: #FFF4ED;
  z-index: 5;
}

.sl-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FF6326;
  padding: 8px;
  background-color: #FECCE0;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}

.sl-arrow svg {
  display: block;
}

.sl-arrow:hover {
    background-color: #FECCE099;
}

.sl-nav-prev {left: 0px;padding-left: 0;border-radius: 0 60px 60px 0;}
.sl-nav-next {right: 0px;border-radius: 60px 0 0 60px;padding-right: 0;}

/* Dots */
.sl-dots {
  display: flex; justify-content: center; gap: 6px;
  margin-top: 66px;
}
.sl-dot {
  width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #FECCE0;
    cursor: pointer;
    border: 0;
}
.sl-dot.is-active { background: #FF7540; }


@media (max-width: 768px) {
  .wph-slider-section .container-sm {
    padding: 0;
  }

  .sl-inner {
    padding: 0 58px;
  }

  .wph-slider .sl-nav {
    padding: 10px 6px;
  }

  .wph-slider .sl-nav-prev {
    padding-left: 12px;
  }

  .wph-slider .sl-nav-next {
    padding-right: 12px;
  }

  .wph-slider .sl-arrow {
    width: 27px;
    height: 27px;
  }

  .wph-slider .sl-arrow svg {
    height: 14px;
  }

  .wph-slider .sl-topics {
    gap: 6px 20px;
  }

  .wph-slider .sl-topics-media {
    grid-row: span 1;
    order: 2;
  }

  h3.sl-topics-title {
    order: 1;
    grid-column: span 2;
  }

  .wph-slider .sl-topics-text {
    order: 3;
  }

  .wph-slider .sl-link {
    margin-top: 16px;
  }

  .wph-slider .sl-dots {
    margin-top: 40px;
  }
}



/* ========== Zitate ========== */
/* Abschnitt */
.wph-quotes { position: relative; padding-bottom: 130px;}
.qt-title { margin: 0 0 28px; }

/* Liste: vertikal untereinander mit Luft */
.qt-list { display: flex; flex-direction: column; gap: 36px; margin-top: 54px;}

/* Einzelnes Item – hat zwei Ebenen: Bubble (Zitat) + Meta (Logo/Sterne) */
.qt-item { position: relative; max-width: 900px; margin: 0 auto; transform: rotate(-0.7deg); }

/* 1., 4., 7., ... */
.qt-list > .qt-item:nth-child(3n + 1) {
  transform: rotate(-0.7deg);
}

/* 2., 5., 8., ... */
.qt-list > .qt-item:nth-child(3n + 2) {
  transform: rotate(1deg);
}

/* 3., 6., 9., ... */
.qt-list > .qt-item:nth-child(3n) {
  transform: rotate(-2deg);
}

/* Zitatblase */
.qt-bubble {
  position: relative;
  border-radius: 80px;       /* wie im Beispiel */
  padding: 40px 66px 32px;        /* Grund-Innenabstand */
}
.qt-bubble-inner p { font-size: 18px; font-weight: 600; }

/* Zitat-Icons (absolut, außerhalb der Textbox „hängend“) */
.qt-quote-icon {
  position: absolute;
  top: -26px;
  right: 46px;              /* default rechts */
  pointer-events: none;
}
.qt-item.is-left .qt-quote-icon { left: 46px; right: auto; transform: rotate(180deg); }

/* Meta (Logo + Sterne) – absolut an der Blase ausgerichtet */
.qt-meta {
  display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
    padding: 12px 66px;
}
.qt-meta.is-left { justify-content: flex-start; }

.qt-meta-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Logo */
.qt-logo-img {
  display: block;
  width: auto;
  height: 22px;              /* passe nach Bedarf an */
  object-fit: contain;
}

/* Sterne */
.qt-stars {
  display: inline-flex;
  gap: 4px;
  line-height: 1;
  vertical-align: middle;
}
.qt-star-svg {
  display: inline-block;
  width: 19px;
  height: 19px;
}

/* Responsive Feinschliff */
@media (max-width: 768px) {
  .wph-quotes .container-sm {
    padding: 0;

  }

  .qt-item.is-right {
    padding-right: 14px;
    left: -10px;
  }

  .qt-item.is-left {
    padding-left: 14px;
    right: -10px;
  }

  .qt-bubble {
    border-radius: 0 80px 80px 0;
    padding: 45px 24px 45px 32px;
  }

  .is-left .qt-bubble {
    border-radius: 80px 0 0 80px;
    padding: 45px 32px 45px 40px;
  }

  .qt-meta.is-left {
    padding-left: 40px;
  }

  .qt-quote-icon { transform: scale(0.9); }
  .qt-meta {
    padding: 6px 24px;
  }
}


/* ========== Kombi-Pakete ========== */
.wph-kombi {
  position: relative;
}
.wph-kombi__circle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  transform: translate(51%, -10%);
  width: 30vw;
  max-width: 494px;
}
.wph-kombi__title {
  width: 100%;
  max-width: 960px;
  text-align: center;
  margin: 0 auto 100px;
}

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

.wph-kombi__card {
  position: relative;
  padding: 45px 80px;
  border-radius: 80px;
}

.wph-kombi__card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}

.wph-kombi__card-inner strong {
  font-weight: 600;
}

h3.wph-kombi__pkg-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: 600;
  padding: 12px 20px;
  width: fit-content;
  white-space: nowrap;
  border-radius: 32px;
}

.wph-kombi__content--top {
  max-width: 350px;
}

.wph-kombi__content--top p {
  font-size: 20px;
}

.wph-kombi__price-block {
  font-size: 24px;
  width: 100%;
  max-width: 360px;
  padding: 14px 20px;
  margin-bottom: 10px;
  background-color: #FFFFFF99;
  border-radius: 24px;
}

.wph-kombi__price-value {
  position: relative;
  font-size: 40px;
}

.wph-kombi__price-value.is-strike:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  width: calc(100% + 24px);
  height: 2px;
  background-color: #F83C7C;
  transform: translateX(-50%) rotate(-12deg);
}

.wph-kombi__content--after-price p {
  font-size: 24px;
  color: inherit;
}

.wph-kombi__content--after-image ul {
  text-align: left;
}

.wph-kombi__link-a {
  margin-top: 12px;
}

.wph-kombi__badge {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(calc(-50% - 10px), -50%);
}

.wph-kombi__badge svg {
  width: 100%;
}

@media (max-width: 992px) {
.wph-kombi__circle {
  display: none;
}

.wph-kombi__grid {
  grid-template-columns: repeat(1, minmax(0,1fr));
  gap: 100px;
}

.wph-kombi__badge {
  top: -70px;
  left: 50%;
  transform: translate(-50%, -50%);
}
}

@media (max-width: 768px) {
.wph-kombi .container-sm {
  padding: 0;
}

.wph-kombi__card {
  padding: 45px 20px 52px;
}

.wph-kombi__card-inner {
  gap: 16px;
}

.wph-kombi__content--top, .wph-kombi__price-block {
  margin-bottom: 16px;
}

.wph-kombi__link-a {
  margin-top: 16px;
}

.wph-kombi__cta.pad-t-80 {
  padding-top: 52px;
}
}



/* ========== Prävention ========== */
.wph-course {
  position: relative;
}

.wph-course__title, .wph-course h1, .wph-course h2, .wph-course h3, .wph-course p, .wph-course li {
  color: #162013;
}
/* Container / Spacing Utilities sind bereits vorhanden (pad-t-*, pad-b-*) */
.wph-course__inner {
  padding: 68px 12px 53px;
  background-color: #DCE8D6;
  border-radius: 57px;
}
.wph-course__inner .container-sm {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wph-course__circle {
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, 80px);
  width: 29vw;
  max-width: 494px;
}

.wph-course__circle-mobile {
  display:none;
  position: absolute;
  top: 6%;
  left: 0;
  transform: translate(0, 0);
  width: 31vw;
  max-width: 192px;
}

.wph-course__hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  max-width: 900px;
}

.wph-course__title { margin-bottom: 0; }
.wph-course__info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 16px;
  background-color: #F2F6EF;
  border-radius: 20px;
}
.wph-course__price {
  width: 100%;
  max-width: fit-content;
}
.wph-course__price-value {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #162013;
  padding: 8px;
  background-color: #C5DABC;
  border-radius: 40px;
}
.wph-course__price-value.is-strike:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 12px);
  height: 2px;
  transform: translate(-50%, -50%) rotate(-20deg);
  background-color: #F83C7C;
}
.wph-course__info-content p {
  color: #162013;
  font-size: 16px;
  text-align: left;
}
.wph-course__benefits { display:flex; flex-wrap:wrap; gap: 8px; justify-content:center; }
.wph-course__benefit {
  color: #33472D;
  font-size: 17px;
  font-weight: 500;
  padding: 9px 16px;
  background:#C5DABC;
  border-radius: 20px;
}

/* Hilfe */
.wph-course__help-body {
  max-width: fit-content;
  margin: 0 auto;
}
.wph-course__help {
  margin-top: 94px;
  row-gap: 32px;
}
.wph-course__help-media img { position: relative; max-width:100%; height:auto; display:block; z-index: 3; }
.wph-course__help-title { margin-bottom: 24px; }
.wph-course__help-list { list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction: column;
  gap:24px;
}
.wph-course__help-list li {
  display:flex;
  align-items:center;
  gap:20px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
.wph-course__help-icon {
  width:35px;
  height:auto;
  flex:0 0 35px;
}

/* Extras */
.wph-course__extras {
  width: 100%;
  margin-top: 16px;
}
.wph-course__extra {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 16px 34px;
  margin-bottom: 24px;
  background-color: #C5DABC;
  border-radius: 100px;
}
.wph-course__extra-icon {
  width: 64px;
  height: auto;
}
.wph-course__extra-text {
  font-size: 20px;
  font-weight: 600;
}

/* Video */
.wph-course__video {
  margin-top: 80px;
  row-gap: 36px;
}
.wph-course__video-right {
  position: relative;
}
.wph-course__video-frame {
  width: 100%;
  max-width: 310px; /* Vorgabe */
  aspect-ratio: 9 / 16;
  background:#C5DABC;
  position: relative;
  overflow: hidden;
  border-radius: 64px;
  cursor: pointer;
  margin: 0 auto;
  left: -60px;
}
.wph-course__video-el, .wph-course__video-thumb {
  width:100%; height:100%; object-fit:cover; display:block;
}
.wph-course__video-play {
  position:absolute; inset:0; margin:auto; width:68px; height:68px; border:0; background:transparent; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
}
.wph-course__video-frame button,
.wph-course__video-frame a { cursor: pointer; }
.wph-course__video-meta {
  position: absolute;
  bottom: 48px;
  right: 0;
  max-width:300px;
  padding:43px;
  background:#C5DABC;
  border-radius:72px;
}
.wph-course__video-name {
  font-size:  19px;
  font-weight: 700;
  margin-bottom: 6px;
}

.wph-course__video-text p {
  font-size: 14px;
}

/* Popup (Chatbox Stil) */
.wph-course .wph-course__video-content a[data-popup-open] {
  color: #D539B5;
  font-weight: 700;
  text-decoration: unset;
}
.wph-course__popup[hidden] { display:none !important; }
.wph-course__popup {
  position: fixed; inset:0; background: rgba(0,0,0,.4); z-index: 9999;
  display:flex; align-items:center; justify-content:center; padding: 20px;
}
.wph-course__popup-inner {
  background:#F2F6EF;
  max-width: 360px;
  width: 100%;
  border-radius: 32px;
  padding: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,.2);
  position: relative;
}
.wph-course__popup-inner::after{ /* kleine "Chat-Nase" */
  content:"";
  position:absolute;
  left: 40px;
  bottom:-10px;
  width:24px;
  height:24px;
  background:#F2F6EF;
  transform:rotate(45deg);
}
.wph-course__popup-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wph-course__popup-inner p {
  font-size: 11px;
  line-height: 1.3;
}
.wph-course__popup-close {
  position: absolute;
  right: 2px;
  top: 2px;
  line-height: 1;
  border: 0;
  border-radius: 100px;
  background: #F2F6EF;
  cursor: pointer;
}

.wph-course__popup-close svg {
  display: block;
  color: #81A972;
}

.wph-course__video-cta {
  margin-top: 88px;
}

/* Module Grid */
.wph-course__modules {
  margin-top: 182px;
}
.wph-course__modules-grid{
  display:grid; gap: 100px 134px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "info list"
    "media list";
}
.wph-course__modules-info { grid-area: info; }
.wph-course__modules-list { grid-area: list; }
.wph-course__modules-media { grid-area: media; }

/* Accordion */
.wph-acc {
  margin-bottom: 8px;
  background: #C5DABC;
  border-radius: 20px;
  overflow: hidden;
}
.wph-acc__head {
  width:100%;
  text-align:left;
  padding: 13px 32px;
  border:0;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-weight:600;
  background: transparent;
}
.wph-acc__title {
  font-size: 22px;
  line-height: 1.2;
  color: #2E3D2A;
  font-weight: 600;
}
.wph-acc__icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 20px; /* optional */
  height: 20px; /* optional */
  color: #2E3D2A; /* Grundfarbe des Pfeils */
}

.wph-acc__icon-svg {
  display:block;
  transition: transform .25s ease;
  transform: rotate(0deg); /* geschlossen zeigt nach unten */
}

/* beim Öffnen um 180° drehen */
.wph-acc__head[aria-expanded="true"] .wph-acc__icon-svg {
  transform: rotate(180deg);
}


/* Animierte Hülle – KEIN Padding hier! */
.wph-acc__panel {
  overflow: hidden;
  height: 0;
  transition: height .28s ease;
}

/* Padding gehört in den Inner-Wrapper */
.wph-acc__panel-inner {
  background-color: #C5DABC;
}

.wph-acc__list {
  list-style:none;
  margin:0;
  display:grid;
  gap: 4px;
  padding: 0 32px 20px;
}
.wph-course .wph-acc__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #2E3D2A;
  background-color: #638E5426;
  border-radius: 44px;
}
.wph-acc__icon-img {
  width: 24px;
  height: auto;
}
.wph-acc__time {
  margin-left:auto;
  font-size: 10px;
  color: #3C5734;
  padding: 2px 6px;
  background-color: #DCE8D6;
  border-radius: 32px;
}

.wph-course__cta {
  margin-top: 72px;
}

@media (max-width: 992px){
  .wph-course__inner {
    padding: 32px 8px 94px;
  }
  .wph-course__modules-grid{
    grid-template-columns: 1fr;
    grid-template-areas:
      "info"
      "list"
      "media";
    gap: 32px;
  }

  .wph-course .container {
    padding: 0;
  }

  .wph-course__extras {
    margin-top: 32px;
  }

  .wph-course__extra {
    margin-bottom: 16px;
    border-radius: 40px;
  }

  .wph-course__video {
    margin-top: 24px;
  }

  .wph-course__video-cta, .wph-course__modules {
    margin-top: 40px;
  }

  .wph-course__cta {
    margin-top: 32px;
  }
}

@media (max-width: 768px){
  .wph-course__circle {
    display: none;
  }

  .wph-course__circle-mobile {
    display: block;
  }

  .wph-course .container {
    padding: 0;
  }

  .wph-course__video-frame {
    left: 0;
  }

  .wph-course__video-meta {
    padding: 30px;
    max-width: 206px;
    border-radius: 50px;
    bottom: 32px;
  }

  .wph-course__video-name {
    font-size:  14px;
    margin-bottom: 4px;
  }

  .wph-course__video-text p {
    font-size: 12px;
  }

  .wph-course__extra {
    margin-bottom: 16px;
    border-radius: 40px;
    padding: 13px 23px;
  }
}



/* erstattung sec start (NUR für die neue Sektion) */
.erstattung-top {
  text-align: center;
  padding-bottom: 104px;
}

.sub-heading-pill {
  display: block;
  max-width: fit-content;
  font-size: 17px;
  font-weight: 500;
  color: #4C063A;
  line-height: 1.5;
  padding: 9px 21px;
  margin: 24px auto 0;
  background-color: #FECCE0;
  border-radius: 32px;
}
.erstattung-left h3 {
  padding-bottom: 24px;
}
.erstattung-left {
  border-radius: 0 80px;
  background: #FFA171;
  padding: 60px 52px 49px;
  position: relative;
  z-index: 1;
}
.erstattung-left-bottom {
  padding-top: 40px;
}
.erstattung-left-bottom h4 {
  padding-bottom: 32px;
}

.erstattung-left .check-here {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  max-width: 140px;
  transform: translate(-50px, -90px);
}

/* Select-UI nur innerhalb der Erstattung-Sektion scopen */
.erstattung-sec .ff-select2 {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #8d8d8d;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
}
.erstattung-sec .ff-select-btn {
  width: 100%;
  text-align: left;
  padding: 18px 32px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 80px;
  border: 0;
  background: #FFF4ED;
  font-weight: 400;
}
.erstattung-sec .ff-select2.open .ff-select-btn .ff-dwn-arw {
  transform: rotate(180deg);
}
.erstattung-sec .ff-select-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1000;
  border: 1px solid #ecebf1;
  background: #fff;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 25px 30px;
  margin-top: 10px;
}
.erstattung-sec .ff-select2.open .ff-select-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.erstattung-sec .ff-select-item {
  padding: 15px 0px;
  cursor: pointer;
  border-bottom: 1px solid #ecebf1;
  color: #2b2b2b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
}
.erstattung-sec .ff-select-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.erstattung-sec .ff-select-item:first-child {
  padding-top: 0;
}
.erstattung-sec .ff-select-item:hover {
  background-color: transparent;
  color: #2c3576;
}

.erstattung-sec .erstattung-right {
  border-radius: 80px;
  background: #fff;
  padding: 48px 60px;
  position: relative;
  z-index: 2;
}

.erstattung-sec .erstattung-uebersicht, .erstattung-sec .partner-isurance {
  background: #FFE6D4;
  padding: 12px 12px 24px;
  border-radius: 40px;
  width: 100%;
  margin-bottom: 0;
}
.erstattung-sec .erstattung-prozent, .erstattung-sec .partner-isurance .headline {
  display: flex;
  justify-content: center;
  color: #4C063A;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 24px;
  width: 100%;
  padding: 8px 28px;
  background-color: #FFA1714D;
  border-radius: 80px;
}
.partner-isurance-body {
  padding: 0 28px;
}
.erstattung-sec .erstattung-uebersicht .value {
  color: #4C063A;
  margin-left: 10px;
  text-align: right;
}
.erstattung-sec .erstattung-eigenanteil,
.erstattung-sec .erstattung-krankenkasse,
.erstattung-sec .erstattung-vorleistung {
  display: flex;
  justify-content: space-between;
  margin: 0 28px;
  color: #4C063A;
  line-height: 1.5;
  text-align: left;
}
.erstattung-sec .erstattung-eigenanteil {
  margin-top: 24px;
  border-top: 1px solid #4C063A;
  padding-top: 12px;
}
.erstattung-sec .erstattung-krankenkasse {
  align-items: flex-end;
  margin-top: 12px;
}
.erstattung-sec .erstattung-krankenkasse .label {
  text-align: left;
}

.erstattung-hint {
  font-weight: 700;
  color: #4C063A;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.5;
}

/* Farb-Utilities im Kontext der Erstattung-Sektion scopen (falls global vorhanden) */
.erstattung-right .main-heading-large {
  font-size: 32px;
  text-align: left;
  padding-bottom: 8px;
  margin-bottom: 0;
}
.erstattung-sec .main-paragraph-large .text-orange {
  color: #ff7540;
  font-weight: 700;
}
.erstattung-right-top {
  padding-bottom: 32px;
}

.erstattung-sec .main-heading-small {
  font-size: 32px;
}

.erstattung-sec .overlay.blur {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  overflow: hidden;
}

/* Buttons/Absätze innerhalb der Erstattung-Sektion scopen */
.erstattung-sec .einmalig-btn {
  color: #0a4882;
  height: 73px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 32px;
  border-radius: 16px;
  background: #ffe6d4;
}
.erstattung-sec .einmalig-main {
  padding-bottom: 29px;
}

.erstattung-right ol li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
}
.erstattung-right input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #4C063A;
  width: 100%;
  max-width: 14px;
  height: 14px;
  display: inline-block;
  margin-top: 2px;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  background-color: #fff;
  transition: all 0.2s ease;
}

.erstattung-right input[type="checkbox"]:hover {
  border-color: #2e0226;
}

.erstattung-right input[type="checkbox"]:checked {
  background-color: #4C063A;
  border-color: #4C063A;
}

.erstattung-right input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.erstattung-right ol li a {
  color: #0a4882;
}
.erstattung-right ol {
  padding-bottom: 14px;
}
.erstattung-right ol li p {
  flex: 1;
}

.erstattung-main {
  display: flex;
  align-items: flex-start;
}
.erstattung-left .main-paragraph-large span {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: #4C063A;
}
.erstattung-left-bottom small {
  display: block;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  padding-top: 12px;
  color: #4C063A;
}

/* Shape & Positionierungen nur innerhalb der Erstattung-Sektion */
.erstattung-left-main {
  position: relative;
  width: 100%;
  z-index: 4;
}
.erstattung-right-main {
  position: relative;
  max-width: 850px;
  width: 100%;
}

.erstattung-right-main .smallprinted {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 12px;
  text-align: left;
}

/* Nur das Charakterbild in der Erstattung-Right-Box beeinflussen */
.erstattung-right-main .charachter1 {
  position: absolute;
  bottom: -60px;
  right: -170px;
  z-index: 3;
}

.erstattung-paragraphs-wrap {
  display: none;
}

.erstattung-paragraphs-wrap.is-flex {
  display: flex;
  flex-direction: column;
}

.erstattung-downloads-wrap {
  display: none;
  flex-direction: column;
  gap: 17px;
}

.erstattung-downloads-wrap.is-flex {
  display: flex;
}

.erstattung-downloads {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.erstattung-download-img {
  padding: 0 40px;
}

/* erstattung sec end */

@media (max-width: 992px){
  .erstattung-top {
    padding-bottom: 32px;
  }
  .erstattung-main {
    flex-direction: column;
    gap: 20px;
  }

  .erstattung-left .check-here {
    display: none;
  }

  .erstattung-sec .erstattung-right {
    padding: 32px 24px;
  }

  .erstattung-sec .erstattung-eigenanteil, .erstattung-sec .erstattung-krankenkasse, .erstattung-sec .erstattung-vorleistung {
    margin: 0 12px;
  }

  .partner-isurance-body {
    padding: 0 12px;
  }

  .erstattung-sec .erstattung-krankenkasse, .erstattung-sec .erstattung-eigenanteil {
    margin-top: 12px;
  }

  .erstattung-sec .main-heading-small {
    text-align: left;
  }

  .erstattung-download-img {
    padding: 0 24px;
  }
}




/* ========== FAQ ========== */
.faq-top {
  margin-bottom: 44px;
}

.faq-sec .accordion-item {
  border-radius: 24px !important;
  border: 1px solid #000000;
  overflow: hidden;
}

.faq-sec .accordion-button, .faq-sec .accordion-button:not(.collapsed) {
  color: #4C063A;
  font-size: 17px;
  line-height: 1.5;
  padding: 8px 24px;
  box-shadow: unset;
}

.faq-sec .accordion-button svg {
  color: #FF6326;
  margin-left: auto;
  transition: var(--bs-accordion-btn-icon-transition);
}

.faq-sec .accordion-button:not(.collapsed) svg {
  transform: rotate(180deg);
}

.faq-sec .accordion-button::after {
  display: none;
}

.faq-sec .accordion-body {
  padding: 16px 24px;
}

@media (max-width: 768px){
  .faq-top {
    margin-bottom: 24px;
  }
}




.success-sec .container-sm{
  position: relative;
  z-index: 2;
}

.success-row {
  display: flex;
  justify-content: space-between;
  gap: 110px;
}

.success-circle {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(24%, 50%);
  width: 28vw;
  max-width: 480px;
  z-index: 1;
}

.success-circle-mobile {
  display: none;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 1;
}

.success-content {
  margin-top: 24px;
}

.success-image {
  margin-top: 81px;
}

.success-image.success-image-mobile {
  display: none;
}

.success-col--right {
  max-width: 500px;
  margin-left: auto;
}
/* ==== Schritte-Box (Hintergrund + runde Ecken) ==== */
.success-steps-box{
  background: #FFE6D4;            /* zarter Peach */
  border-radius: 80px;
  padding: 56px 60px 55px 38px;
  position: relative;
  margin-bottom: 36px;
}

/* Headline als "Pill" */
.success-steps-head {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
}
.success-steps-pill{
  display: inline-block;
  padding: 7px 16px;
  border-radius: 32px;
  background: #FECCE0;            /* soft purple */
  color: #4C063A;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

/* ==== Timeline-Liste ==== */
.success-steps{
  list-style: none;
  margin: 0;
  padding: 6px 0 0;
}

/* Ein Step = 2-Spalten-Grid (Bullet links, Content rechts) */
.success-step{
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;  /* 56px Gutter für Bullet/Line */
  column-gap: 18px;
  padding: 20px 0 28px;
}

/* Vertikaler Linien-Segment: vom Bullet nach unten bis zum nächsten Step */
.success-step:not(:last-child)::after{
  content: "";
  position: absolute;
  left: 14px;                       /* Mitte der Bullet (56/2) */
  top: 57px;                        /* Bullet (44) + kleiner Abstand */
  width: 4px;
  height: calc(100% - 46px);
  background: #FFA171;              /* Linie */
  opacity: .65;
  border-radius: 4px;
}

.success-step.is-outlined:not(:last-child)::after {
  top: 62px;
}

.success-step:last-child {
  padding-bottom: 0;
}

.success-below {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

/* Bullet (Icon-Kreis) */
.success-step-bullet{
  grid-column: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid; place-items: center;
  position: relative;
}
.success-step-icon-img{
  max-width: 32px;
  max-height: 32px;
  display: block;
}

.success-step-here {
  position: absolute;
  top: -100%;
  left: calc(-100% - 99px);
  width: 114px;
  max-width: 114px;
}

/* Variante: gestrichelte Kontur (Mit Kontur) */
.success-step.is-outlined .success-step-bullet{
  outline: 2px dashed #FF6326;      /* Orange */
  outline-offset: 2px;
}

/* Rechte Spalte */
.success-step-body{
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Link-/Badge-Zeile unter dem Text */
.success-step-links{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 13px;
}
.success-link{
  color: #0A4882;
  text-decoration: underline;
  font-weight: 600;
}
.success-link:hover{ text-decoration: none; }
.success-link-img{ height: 44px; width: auto; display: block; }
.success-link-imgwrap{ display: inline-flex; }

.success-cta {
  display: flex;
  justify-content: center;
  margin-top: 99px;
}

/* Responsive Feinheiten */
@media (max-width: 992px){

  .success-row {
    flex-direction: column;
    gap: 47px;
  }

  .success-circle {
    display: none;
  }

  .success-circle-mobile {
    display: block;
  }
  .success-col--right {
    margin-right: auto;
  }

  .success-image {
    display: none;
  }

  .success-image.success-image-mobile {
    display: block;
    margin-top: 44px;
  }

  .success-steps-box {
    margin-bottom: 28px;
  }

  .success-below {
    text-align: left;
  }

  .success-cta {
    margin-top: 68px;
  }
}

@media (max-width: 768px){
  .success-col--left {
    width: calc(100% - 40px);
  }
  .success-col--right {
    max-width: 100%;
  }

  .success-step-here {
    display: none;
  }

  .success-steps-box {
    padding: 56px 28px 56px;
  }
}
