@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

@font-face {
  font-family: 'Untitled Sans';
  src: url('../fonts/untitled-sans-web-medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Untitled Sans';
  src: url('../fonts/untitled-sans-web-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Untitled Serif';
  src: url('../fonts/untitled-serif-web-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Untitled Serif';
  src: url('../fonts/UntitledSerif-Medium.woff2') format('woff2'),
    url('../fonts/UntitledSerif-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Untitled Serif';
  src: url('../fonts/UntitledSerif-Regular.woff2') format('woff2'),
    url('../fonts/UntitledSerif-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Untitled Sans';
  src: url('../fonts/UntitledSans-Black.woff2') format('woff2'),
    url('../fonts/UntitledSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Untitled Sans';
  src: url('../fonts/UntitledSans-Bold.woff2') format('woff2'),
    url('../fonts/UntitledSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Untitled Sans';
  src: url('../fonts/UntitledSans-Light.woff2') format('woff2'),
    url('../fonts/UntitledSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Untitled Sans';
  src: url('../fonts/UntitledSans-Medium.woff2') format('woff2'),
    url('../fonts/UntitledSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Untitled Sans';
  src: url('../fonts/UntitledSans-Regular.woff2') format('woff2'),
    url('../fonts/UntitledSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Untitled Serif';
  src: url('../fonts/UntitledSerif-Bold.woff2') format('woff2'),
    url('../fonts/UntitledSerif-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


body {
  font-feature-settings: 'liga' off, 'clig' off;
  margin: 0;
  font-family: 'Figtree';
}

a.active,
a:focus,
button:focus,
button.active {
  outline: none;
}

a {
  text-decoration: none;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  color: #00968C;
}

a:hover {
  text-decoration: none;
}

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

ul li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

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

img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*  */
.top-header {
  background: #DEE9E8;
  padding: 9.5px 0px;
}

.top-header .top-list {
  display: flex;
  align-items: center;
  grid-gap: 32px;
}

.top-header ul li a {
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  align-items: center;
  grid-gap: 8px;
}

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

.top-header-inner .dropdown-toggle {
  background-color: transparent;
  border: none;
  padding: 0px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.dropdown-toggle::after {
  content: none;
}

.dropdown-menu {
  border: 1px solid #EBEBEB;
  padding: 0px;
  background: #FFF;
}

.dropdown-menu .dropdown-item {
  padding: 6.5px 16px;
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.nav-item.dropdown {
  margin-left: auto;
}

.hero-sec {
  background: rgba(0, 160, 149, 0.67);
}

.hero-sec .text-box {
  max-width: 624px;
  padding: 104px 0px;
}

.hero-sec .text-box h1 {
  color: #000;
  font-family: "Untitled Serif";
  font-size: 56px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.56px;
}

.hero-sec .text-box p {
  color: #1A1A1A;
  font-family: 'Figtree';
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 34px 0px 48px;
}

.hero-sec .text-box ul {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}

.btn-primary {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.32px;
  border-radius: 12px;
  border: none;
  background: #00403C;
  padding: 12px;
  min-width: 263px;
  min-height: 56px;
  padding: 19px;
  display: block;
  align-items: center;
  justify-content: center
}

.btn-secondary {
  border-radius: 12px;
  border: 2px solid #000;
  color: #000;
  font-size: 16px;
  min-width: 263px;
  font-weight: 400;
  line-height: 16px;
  background-color: transparent;
  height: 56px;
  letter-spacing: 0.32px;
  padding: 19px;
  display: block;
  align-items: center;
  justify-content: center;
}

.list-box-wrapper {
  display: flex;
  grid-gap: 11px;
  margin-top: 48px;
  align-items: center;
}

.hero-sec .text-box .list-box-wrapper ul {
  display: flex;
  align-items: center;
  grid-gap: 2px;
}

.hero-sec .text-box .list-box-wrapper p {
  margin: 0px;
}

.hero-sec {
  position: relative;
  overflow: hidden;
}

.hero-sec .img-holder {
  position: absolute;
  right: 0;
  top: 0;
}

.benefits-inner-wrapper {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr 4fr;
  grid-gap: 48px;
}

.benefits-inner {
  text-align: center;
  overflow-wrap: break-word;
  word-break: break-word;
}

.benefits-inner h6 {
  color: #3D3D3D;
  font-family: 'Figtree';
  font-size: 16px;
  font-weight: 600;
  margin-top: 24px;
  line-height: 160%;
}

.benefits-sec {
  margin: 96px 0px;
}



.tiny-spacer {
  margin: 32px 0px;
}

.text-box .h1 {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  font-family: 'Untitled Serif';
  font-size: 48px;
}

.text-box h2 {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  font-family: 'Untitled Serif';
  line-height: normal;
  letter-spacing: -0.4px;
}

.list-item li {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  padding-left: 24px;
  margin-bottom: 8px;
}

.list-item {
  margin-bottom: 24px;
}

.btn-default {
  color: #FFF;
  font-family: 'Figtree';
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 12px;
  background: #006861;
  letter-spacing: 0.32px;
  min-width: 263px;
  height: 56px;
  padding: 19px;
  width: fit-content;
  display: block;
  align-items: center;
  justify-content: center;
}

.care-sec {
  padding: 64px 0px 96px;
}

.care-sec .title-wrapper {
  text-align: center;
  max-width: 832px;
  margin: 0 auto 64px;
}

.title-wrapper h2 {
  color: #000;
  font-family: "Untitled Serif";
  font-size: 56px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: -0.56px;
  margin-bottom: 16px;
}

.title-wrapper p {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.title-wrapper ul{
  margin: 32px 0px;
}

.title-wrapper ul li{
  display: flex;
  align-items: center;
  grid-gap: 8px;
  padding-left: 24px;
  margin-bottom: 8px;
}

.title-wrapper ul li::before{
  content: url('../images/tick-circle.png');
  position: static;
}

.care-box-wrapper {
  max-width: 1046px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 6fr 6fr;
  grid-gap: 48px;
}

.care-box {
  border-radius: 24px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  padding: 48px 32px;
}

.title-4 {
  color: #000;
  font-family: "Untitled Serif";
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}

.care-box ul {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}

.care-box ul li {
  display: flex;
  grid-gap: 24px;
  align-items: start;
}

.care-box ul li p {
  color: #1A1A1A;
  font-family: 'Figtree';
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.cost-wrapper {
  display: flex;
  align-items: center;
  grid-gap: 96px;
  max-width: 828px;
  margin: 80px auto 0px;
}

.cost-wrapper .text-box {
  flex: 1;
}

.selfapy-wrapper {
  display: flex;
  align-items: center;
  max-width: 1046px;
  margin: 0 auto 96px;
}

.selfapy-sec .list-item {
  margin: 32px 0px;
}

.selfapy-wrapper .title-wrapper {
  flex: 1;
}

.roadmap-wrapper {
  max-width: 1046px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.roadmap-wrapper::after {
  content: "";
  background: #00968C;
  width: 2px;
  height: calc(100% - 262px);
  position: absolute;
  left: 23px;
  top: 50px;
  z-index: -1;
}

.roadmap-list {
  display: flex;
  margin-bottom: 32px;
  grid-gap: 48px;
}

.number-box {
  border-radius: 24px;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  background: #00968C;
  color: #FFF;
  font-family: 'Figtree';
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  margin-top: 48px;
}

.roadmap-box {
  flex: 1;
  border-radius: 24px;
  border: 1px solid #EBEBEB;
  padding: 32px;
  background: #FFF;
}

.roadmap-box h4 {
  margin: 24px 0px 18px;
}

.para2 {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.faq-sec .w-832 p{
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 26px;
}

.prescription-box {
  border-radius: 32px;
  background: #006861;
  box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.08);
  display: flex;
  align-items: center;
  padding: 64px;
  position: relative;
  max-width: 1045px;
  margin: 112px auto 96px;
}

.prescription-box.light-green {
  background: #D7ECE6;
}
.prescription-box.light-green .h5,
.prescription-box.light-green p {
  color: #000;
}

.prescription-box .h5 {
  color: #FFF;
  font-family: "Untitled Serif";
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}

.prescription-box p {
  color: rgba(255, 255, 255, 0.80);
  font-size: 19.2px;
  margin: 20px 0px;
  font-weight: 400;
  line-height: 27px;
  max-width: 697px;
}

.prescription-box .btn-default2 {
  background: #DEE9E8;
  height: auto;
  width: auto;
  color: #006861;
  padding: 20px 30px;
  font-weight: 400;
  display: inline-block;
}

.prescription-box.light-green .btn-default2 {
  background: #006861;
  color: #fff;
}

.button-icon {
  margin-right: 10px;
}

.btn-default2 {
  color: #00403C;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.32px;
  border-radius: 12px;
  background: #DEE9E8;
  display: flex;
  width: 254px;
  height: 56px;
  justify-content: center;
  align-items: center;
}

.prescription-box .img-holder {
  position: absolute;
  bottom: 0;
  right: 0;
}

.selfapy-sec .title-wrapper {
  max-width: 832px;
  margin: 0 auto;
}

.integration-box {
  border-radius: 24px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  padding: 32px;
  height: 100%;
}

.integration-box h4 {
  color: #000;
  font-family: "Untitled Serif";
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  margin: 32px 0px 24px;
}

.integration-box p {
  margin-bottom: 20px;
}

.integration-box .btn-default {
  width: 100%;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.gap-48 {
  grid-gap: 48px;
}

.wave-img {
  object-fit: cover;
  object-position: center;
}

.selfapy-sec {
  background: #F7F7F7;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 96px 0px;
}

.selfapy-sec.white {
  background: white;
}

.selfapy-sec.green-bg {
  background: #E9F9F5;
}

.therapien-sec {
  padding: 48px 0px 128px;
}

.w-651 {
  max-width: 651px;
}

.scientific-sec .title-wrapper {
  max-width: 750px;
  margin: 0 auto;
}

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

.intervention-sec .container {
  max-width: 1070px;
  margin: 0 auto;
}

.intervention-sec p {
  max-width: 523px;
}

.intervention-sec {
  padding-top: 112px;
  padding-bottom: 96px;
}

.w-523 {
  max-width: 523px;
  margin-left: auto;
}

.mb-96 {
  margin-bottom: 96px;
}

.support-sec {
  background: #E9F9F5;
  padding: 96px 0px;
}

.support-sec .title-wrapper {
  max-width: 906px;
  margin: 0 auto;
}

.slider-wrapper {
  height: 421px;
  max-width: 1046px;
  margin: 0 auto;
}

.slider-wrapper .myswiper {
  height: 100%;
}

.w-463 {
  max-width: 463px;
}

.swiper-pagination-bullet {
  border-radius: 4px;
  background: #C4E1DA;
  width: 9px;
  height: 9px;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 47.562px;
}

.prescription-inner {
  max-width: 1046px;
  margin: 0 auto;
}

.prescription-inner {
  max-width: 1046px;
  margin: 0 auto;
}

.prescription-sec .btn-default {
  background: #006861;
}

.prescription-sec {
  padding: 96px 0px;
}

.mb-12 {
  margin-bottom: 48px;
}

.accordion {
  max-width: 750px;
  margin: 0 auto;
}

.faq-sec .accordion-button {
  padding: 0px;
  color: #3D3D3D;
  font-family: 'Figtree';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  border: none;
  box-shadow: none;
  display: block;
}

.faq-sec .accordion-button .content {
    width: calc(100% - 50px);
}

.faq-sec .accordion-item {
  border-right: none !important;
  border-left: none !important;
  border-top: 1px solid #EBEBEB !important;
  border-bottom: 1px solid #EBEBEB !important;
  padding: 32px 20px 32px 0px;
  border-radius: 0px;
}

.accordion-button:not(.collapsed) {
  background: none;
  border: none !important;
}

.accordion-button::after {
  background: url(../images/plus-icon.svg);
  background-size: 28px;
  width: 28px;
  height: 28px;
  right: 0;
  position: absolute;
  top: 0;
}

.accordion-button:not(.collapsed)::after {
  background: url(../images/plus-icon.svg);
  transform: rotate(45deg);
}

.faq-sec .accordion-item:nth-child(1) {
  border-top: none !important;
}

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

.faq-sec .accordion-body p {
  max-width: 638px;
}

.faq-sec {
  padding: 64px 0px 80px;
}

.contact-sec {
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 136px 0px 96px;
}

.contact-sec p {
  max-width: 658px;
  margin: 0 auto;
}

.contact-sec form {
  max-width: 750px;
  margin: 0 auto;
}

form .form-label {
  color: #1A1A1A;
  font-family: 'Figtree';
  font-size: 16px;
  padding-left: 8px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}

form .form-control,
form .form-select {
  color: #75807F;
  font-family: 'Figtree';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0px 24px;
  border-radius: 16px;
  height: 56px;
  border: 1px solid #C4CCCB;
  background-color: #FFF;
}

form .form-select {
  background-image: url(../images/droparrow.svg);
  background-position: right 20px center;
}

form .form-control::placeholder {
  color: #75807F;
}

.mb-6 {
  margin-bottom: 24px;
}

.msg-input {
  height: 200px !important;
  padding-top: 32px !important;
}

.form-bottom p {
  color: #1A1A1A;
}

.form-bottom {
  padding-top: 32px;
}

.form-bottom .form-check-label {
  color: #1A1A1A;
  font-family: 'Figtree';
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.form-bottom .form-check-input {
  border: 1px solid #1A1A1A;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.form-bottom .form-check {
  display: flex;
  align-items: start;
  grid-gap: 16px;
  margin-top: 16px;
}

footer {
  padding: 48px 0px 34px;
  background-color: #00403C;
}

.product-sec {
  padding: 48px 0px 128px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  grid-gap: 26px;
  margin-top: 26px;
}

.footer-links li a {
  color: #FFF;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  display: block;
  font-weight: 300;
  line-height: 11px;
}

.slider-wrapper {
  position: relative;
}

.footer-right {
  display: flex;
  grid-gap: 74px;
  max-width: 844px;
  margin-left: auto;
}

.footer-right h5 {
  color: #FFF;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 24px;
  letter-spacing: 0.32px;
}

.mb-16 {
  display: block;
  margin-bottom: 16px;
}

.footer-left p {
  color: #FFF;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.32px;
}

.footer-left p span {
  font-weight: 600;
}

.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.footer-bottom p {
  color: #FFF;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footer-bottom ul {
  display: flex;
  grid-gap: 12px;
  align-items: center;
}

footer .container {
  max-width: 1700px;
}

.fs-medium {
  font-weight: 500;
}

.innen-page .product-sec {
  padding: 128px 0px;
}

.innen-page .product-sec .text-box {
  max-width: 653px;
  margin-left: auto;
}

.actively-sec .title-wrapper {
  max-width: 832px;
  margin: 0 auto;
  text-align: center;
}

.actively-sec {
  padding: 96px 0px;
}

.actively-box {
  border-radius: 68px;
  background: #DEE9E8;
  display: flex;
  align-items: center;
  grid-gap: 24px;
  padding: 10px 24px;
  max-width: 832px;
  margin: 0 auto 24px;
}

.actively-box h6 {
  color: #3D3D3D;
  font-family: 'Figtree';
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 10px;
}

.flex-1 {
  flex: 1;
}

.data-sec .prescription-box {
  overflow: hidden;
  margin: 64px auto 0px;
}

.data-sec .prescription-box h5 {
  margin-bottom: 32px;
  max-width: 688px;
}

.data-sec .text-box h2 {
  margin-bottom: 24px;
}

.data-sec .text-box p {
  max-width: 832px;
  margin: 0 auto;
}

.data-sec {
  padding: 96px 0px;
}

.wave-wrapper {
  width: 100%;
  background: #F7F7F7;
}

.testimonail-box {
  border-radius: 24px;
  border: 1px solid #E9F9F5;
  background: #FFF;
  padding: 32px;
  height: 100%;
}

.my-16 {
  margin: 16px 0px;
}

.download-box {
  border-radius: 24px;
  background: #D7ECE6;
  padding: 48px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1046px;
  margin: 96px auto 0px;
  grid-gap: 53px;
  min-height: 427px;
}

.download-box .text-box {
  flex: 1;
}

.download-box .text-box p {
  padding: 32px 0px;
}

.download-box .btn-default {
  background: #006861;
  grid-gap: 16px;
  padding: 16px 24px;
}

.download-box .btn-secondary{
  padding: 10px 26px;
}

.btn-list {
  display: flex;
  grid-gap: 16px;
}

.roadmap-wrapper {
  max-width: 1232px;
  display: grid;
  grid-template-columns: 4fr 4fr;
  grid-gap: 32px;
}

.roadmap-box {
  display: flex;
  align-items: start;
  grid-gap: 32px;
}

.roadmap-box h4 {
  margin: 12px 0px 24px;
}

.roadmap-wrapper::after {
  content: none;
}

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

.faq-hero {
  background-image: url(../images/faq-hero.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 74px 0px;
}

.faq-hero h1, .faq-hero h2 {
  color: #000;
  font-family: "Untitled Serif";
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.48px;
  max-width: 832px;
  margin: 0 auto;
}

.faq-hero p{
  max-width: 832px;
  margin: 30px auto 0;
}

.tag-list {
  display: grid;
  grid-template-columns: 6fr 6fr;
  border-radius: 80px;
  border: 2px solid #00968C;
  max-width: 393px;
  margin: 0 auto 96px;
  overflow: hidden;
}

.tag-list li a{
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  color: #1A1A1A;
  font-family: 'Figtree';
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  height: 48px;
  letter-spacing: 0.32px;
}

.tag-list li a.active {
  background: #00968C;
  color: #fff;
}
.tag-list li a.active img{
  filter: invert(1);
}
.w-832 {
  max-width: 888px;
  margin: 0 auto;
}

.w-832 .accordion {
  max-width: 100%;
}

.verordnung-page .number-box {
  border-radius: 8px 24px 24px 8px;
  background: #00968C;
  width: 104px;
  height: 40px;
}

.verordnung-page .roadmap-wrapper::after {
  left: 45px;
  height: calc(100% - 324px);
}

.verordnung-page .roadmap-wrapper {
  max-width: 863px;
}

.roadmap-inner {
  border-radius: 16px;
  background: #E9F9F5;
  padding: 16px;
  margin-top: 24px;
}

.roadmap-grid {
  grid-gap: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.roadmap-grid span {
  font-weight: 500;
}

.raodmap-info {
  color: #3D3D3D;
  font-family: 'Figtree';
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  border-radius: 16px;
  background: #E9F9F5;
  padding: 9px 16px;
  margin: 24px 0px;
}

.verordnung-page .btn-list .btn-default {
  background: #006861;
}

.verordnung-page .btn-list li {
  width: 50%;
}

.verordnung-page .btn-list li a {
  width: 100%;
}

.verordnung-page .btn-list li .btn-secondary {
  grid-gap: 16px;
}

.verordnung-page .product-sec {
  padding: 96px 0px;
}

.mb-32 {
  margin-bottom: 32px;
}

.therapy-sec {
  background: #E9F9F5;
  padding: 96px 0px;
}

.therapy-sec h6 {
  color: #3D3D3D;
  font-family: 'Figtree';
  font-size: 18px;
  font-weight: 500;
  line-height: 13px;
  margin-bottom: 24px;
}

.therapy-sec .title-wrapper h2 {
  margin-bottom: 64px;
}

.verordnung-page .contact-sec {
  margin-bottom: -48px;
}

.diga-box {
  border-radius: 16px;
  background: #D7ECE6;
  display: block;
  padding: 32px 32px;
}

.product-sec {
  padding: 96px 0px;
}

.w-1046 {
  max-width: 1046px;
  margin: 0 auto;
}

.mt-20 {
  margin-top: 80px;
}

.roadmap-wrapper {
  margin: 0 auto;
}

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

.btn-list .btn-default {
  background: #006861;
}

.modal-dialog {
  max-width: 1218px;
}

.btn-close {
  background: none;
  position: absolute;
  top: 24px;
  z-index: 999;
  right: 27px;
  opacity: 1;
}

.modal-top {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
}

.left-arrow {
  border-radius: 64px;
  border: 2px solid #006861;
  background: #FFF;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

.modal-number-box {
  color: #006861;
  text-align: center;
  font-family: 'Figtree';
  font-size: 16px;
  font-weight: 500;
  line-height: 29.189px;
  border-radius: 43.243px;
  border: 2px solid #006861;
  background: #FFF;
  min-width: 90px;
}

.modal-body {
  padding: 64px 24px;
}

.modal-heading {

  margin: 56px auto;
  text-align: center;
}

.modal-heading h3 {
  color: #000;
  text-align: center;
  font-family: "Untitled Serif";
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 32px;
  line-height: 110%;
  letter-spacing: -0.48px;
}

.modal-heading p {
  max-width: 610px;
  margin: 0 auto;
}

.modal form {
  max-width: 904px;
  margin: 0 auto;
}

.modal form .form-control,
.modal form .form-select {
  background-color: #F5FAF8;


}

.btn:disabled {
  background: #B8BFBF;
  color: #FFF;
  border: none;
}



.fachkreise-menu {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-radius: 0;
  border: none;
  padding: 32px 0 64px;
  margin-top: 0 !important;
  background: #fff;
  border-top: 1px solid #C4CCCB;
}

.fachkreise-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}



/* Description column content */
.fachkreise-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 12px;
  line-height: 1.5;
}

.fachkreise-text {
  font-size: 16px;
  color: #3d3d3d;
  line-height: 1.5;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fachkreise-email {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
  letter-spacing: 0.02em;
}

.fachkreise-email:hover {
  color: #000;
}

/* Right columns */
.fachkreise-col-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  line-height: 1.5;
}

.fachkreise-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fachkreise-links li a {
  font-size: 16px;
  color: #3d3d3d;
  text-decoration: none;
  line-height: 1.25;
  display: block;
  transition: color 0.2s;
}

.fachkreise-links li a:hover {
  color: #000;
}

/* Arrow rotation on open */
.fachkreise-dropdown .nav-link.show svg {
  transform: rotate(180deg);
}

.fachkreise-dropdown .nav-link svg {
  transition: transform 0.2s ease;
  margin-left: 4px;
}

.fachkreise-dropdown {
  position: static;
}

.w-405 {
  max-width: 405px;
}

.product-sec,
.intervention-sec,
.prescription-sec,
.actively-sec,
.data-sec,
.selfapy-sec,
.support-sec,
.faq-sec,
.care-sec {
  position: relative;
  z-index: 10;
}

.leaf-left {
  position: absolute;
  left: 0;
  top: 0;
}

.right-leaf {
  position: absolute;
  right: 0;
  bottom: 30%;
}

.actively-sec .right-leaf {
  position: absolute;
  right: 0;
  bottom: auto;
  top: -10%;
}

.support-sec .leaf-left {
  position: absolute;
  left: 0;
  top: 0;
}

.verordnung-page .selfapy-sec .right-leaf {
  top: 50%;
}

.faq-sec .integration-box .btn-default {
  grid-gap: 16px;
}

.faq-sec .integration-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.verordnung-page .faq-sec .btn-default {
  background: #006861;
}

.care-sec .right-leaf {
  position: absolute;
  right: 0;
  bottom: auto;
  top: -10%;
}

.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #072120D1;
  display: none;
  z-index: 1;
}

.navbar-expand-lg {
  padding: 26px 0px;
  background: #fff;
}

header {
  position: relative;
  z-index: 99;
}

.navbar-expand-lg .navbar-collapse {
  margin-left: 32px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav-link {
  font-size: 18px;
  font-weight: normal;
  color: #1A1A1A;
  padding: 0px 16px !important;
}

.roadmap-grid p {
  font-family: 'Figtree';
}

.product-sec .list-item li {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    padding-left: 0px;
    margin-bottom: 8px;
}

.selfapy-sec .btn-list {
    max-width: 1201px;
    margin-left: auto;
}
.accordion {
    max-width: 830px;
    margin: 0 auto;
}
.product-sec .text-box ul{
  margin-bottom: 24px;
  margin-left: 60px;
}
.product-sec .text-box ul li,
ul.list-style-main li{
  display: block;
  align-items: center;
  grid-gap: 8px;
  padding-left: 0;
  margin-bottom: 8px;
  position: relative;
}

.product-sec .text-box ul li::before,
ul.list-style-main li::before {
  content: url('../images/tick-circle.png');
  position: static;
  margin-right: 5px;
  position: absolute;
  left: -40px;
}
.product-sec .text-box p{
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin: 25px 0px;
}

.product-sec .text-box p:first-of-type {
  margin-top: 0;
}

.so-widget-wph-tabs-faq-widget .title-wrapper h2 {
  font-size: 40px;
  font-weight: 400;
  font-family: 'Untitled Serif';
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: left;
  margin-bottom: 1rem !important;
}

.faq-sec .faq-sec {
  padding-top: 0;
}

.faq-sec p:last-of-type {
  margin: 0;
}

.para2 p:first-of-type {
  margin-top: 0;
}

.para2 p:last-of-type {
  margin-bottom: 0;
}

.list-item li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-left: 30px;
  margin-bottom: 8px;
  position: relative;
  list-style: none;
}

.list-item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  /* background-image: url('../images/tick-circle.svg'); */
  background-size: contain;
  background-repeat: no-repeat;
}

.list-item li.list-item-x::before {
  background-image: url('../images/x-circle.svg');
}

.care-box ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-left: 50px;
  margin-bottom: 8px;
  position: relative;
  list-style: none;
}

.care-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  background-image: url('../images/tick-fill.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

li.list-item-tick-fill,
li.list-item-x {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-left: 50px;
  margin-bottom: 8px;
  position: relative;
  list-style: none;
}

li.list-item-tick-fill::before,
li.list-item-x::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
}

li.list-item-tick-fill::before {
  background-image: url('../images/tick-fill.svg') !important;
}

li.list-item-x::before {
  background-image: url('../images/x-circle.svg') !important;
}

li.normal-list-item {
  list-style: disc;
  margin-left: 20px;
}

li li.normal-list-item {
  list-style: disc;
  margin-left: 40px;
}

.btn:hover {
  background-color: #00403Ccc;
}

.btn-default:hover,
.btn-default2:hover {
  background-color: #00403Caa;
  color: #fff;
}

.textbox p{
  margin-bottom: 24px;
}
.textbox img{
  margin-top: 32px;
}

.card-el{
  border-radius: 24px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  padding: 32px;
  height: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}

.card-el h4 {
  color: #000;
  font-family: "Untitled Serif";
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  margin: 32px 0px 24px;
}

.card-el p {
  margin-bottom: 20px;
}

.selfapy-btn{
  padding: 0 0 96px 0;
}

.cover-sec{
  position: relative;
}

.wph-field-error {
  border-color: #dc3545 !important;
}

.wph-error-msg {
  display: block;
  color: #dc3545;
  font-size: 13px;
  margin-top: 4px;
}

.wph-general-error {
  color: #dc3545;
  font-size: 14px;
  margin-bottom: 16px;
  text-align: center;
}

.wph-thankyou {
  padding: 64px 24px;
}

.wph-thankyou h3 {
  margin-bottom: 16px;
}

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

.batch-wrapper .batch {
  border: 1px solid #000;
  padding: 4px 20px;
  border-radius: 50px;
  margin-left: 15px;
}

.batch-wrapper .batch .batch-icon{
  margin-right: 6px;
  vertical-align: text-bottom;
}

.boxes-sec .roadmap-wrapper::after{
  display: none;
}

.so-widget-wph-button-list-widget .btn-list {
  justify-content: center;
}

.accordion-body p {
  margin-bottom: 15px;
}

.accordion-body ul {
  margin-left: 20px;
}

.accordion-body ul li {
  list-style: disc;
}

.form-check-label a {
  text-decoration: underline;
}

.so-widget-wph-timeline-widget .roadmap-box {
  max-width: 745px;
}

.accordion-item,
.accordion-button {
  background: none;
}

.so-widget-wph-cards-form-fields .btn-default {
  width: 100%;
}

.widget_sow_contact_form_widget .intro {
  width: 600px;
  margin: 0 auto;
}

.so-widget-wph-content-box-image-widget ul.list-item {
  margin-left: 40px;
}

.green-box {
  background: #E9F9F5;
  margin: 20px 0;
  padding: 10px 20px;
  border-radius: 10px;
}

.ci-light-green {
  color: #00A095;
}

.error-404 {
  min-height: 40vh;
}