@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Stack+Sans+Headline:wght@200..700&family=Stack+Sans+Text&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
}

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;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

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;
}

/*  */
.title {
    font-size: 56px;
    color: #2B5553;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.title.text-dblack {
    color: #333;
}

.title-paragraph {
    font-size: 22px;
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.main-paragraph {
    font-size: 20px;
    color: #5F7675;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.main-paragraph span,
.main-paragraph a {
    font-weight: bold;
}

.main-paragraph a {
    text-decoration: underline;
    color: #5F7675;
}

.leaf-icon {
    border-radius: 56px 0;
    background: #FFE101;
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small-leaf {
    width: 40px;
    height: 40px;
    border-radius: 20px 0;
    background: #FFE100;
    display: flex;
    align-items: center;
}

.leaf-shape2 {
    width: 160px;
    height: 160px;
    border-radius: 80px 0;
    background: #FFE100;
    position: absolute;
}

.leaf-shape2.small-shape {
    width: 104px;
    height: 104px;
    border-radius: 50px 0;
}

.hero {
    background: url('../images/meditonsin-extract-fachkreis-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero h1 {
    font-size: 88px;
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    padding-bottom: 55px;
}

.hero .hero-left p {
    font-size: 28px;
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.hero-left {
    height: 876px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(18.799999237060547px);
    padding: 96px 96px 96px 240px;
}

.hero-right {
    text-align: right;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.flu-sec {
    background: #00A968;
    padding: 128px 0;
    position: relative;
}

.flu-box {
    border: 1px solid rgba(255, 255, 255, 0.50);
    padding: 48px 32px;
    height: 100%;
    margin: 0 12px;
}

.flu-box p {
    font-size: 22px;
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.flu-box span {
    margin: 0 auto 32px;
}

.tornado-shape {
    position: absolute;
    top: 7px;
    right: 0;
    height: 100%;
}

.flu-main {
    position: relative;
    z-index: 1;
}

.area-sec {
    padding: 128px 0;
}

.area-top {
    padding-bottom: 64px;
}

.area-left p {
    font-size: 24px;
    color: #333;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 24px;
}

.area-left {
    background: #FFE100;
    padding: 64px;
    height: 100%;
    text-align: center;
}

.area-img {
    text-align: center;
}

.area-top {
    padding-bottom: 64px;
}

.area-left.area-right {
    background: #006E69;
    position: relative;
}

.bottom-para {
    font-size: 40px;
    text-align: center;
    color: #00AB64;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding-top: 64px;
}

.shape2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.area-right-content {
    position: relative;
    z-index: 1;
}

.extract-sec {
    padding: 128px 0;
    background: #F0FAF6;
    overflow: hidden;
}

.extract-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 96px;
}

.extract-right h2 {
    padding-bottom: 48px;
}

.extract-right ol li {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
}

.extract-right ol li:last-child {
    margin-bottom: 0;
}

.extract-right {
    max-width: 828px;
    width: 100%;
}

.extract-right ol li p {
    font-size: 20px;
    color: #2B5553;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    flex: 1;
}

.extract-img-holder {
    position: relative;
}

.extract-img {
    position: absolute;
    bottom: 75px;
    right: -53px;
}

.extract-junior-sec {
    background: #fff;
}

.extract-junior-sec .extract-img {
    right: auto;
    left: -69px;
}

.product-main {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.product-main .table>:not(caption)>*>* {
    font-size: 20px;
    border: 0;
    padding: 16px 32px;
    color: #2B5553;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.product-main .table th {
    background: #00AB64;
    color: #fff;
    font-weight: 600;
    width: 50%;
}

.table {
    border-collapse: separate;
    border-spacing: 4px;
}

.table th,
.table td {
    background: #F0FAF6;
}

.product-sec {
    padding: 128px 0;
    position: relative;
}

.tornado2 {
    position: absolute;
    top: 0;
    left: 0;
}

.glance-top {
    padding-bottom: 64px;
    max-width: 911px;
    text-align: center;
    margin: 0 auto;
}

.glance-sec {
    background: #F0FAF6;
    padding: 128px 0;
    position: relative;
}

.glance-sec .leaf-shape2 {
    left: -51px;
    top: 195px;
}

.glance-main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.check-circle {
    border-radius: 24px;
    background: #00AB64;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glance-main ol li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.glance-main ol li p {
    font-size: 20px;
    color: #5F7675;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    max-width: 323px;
    width: 100%;
    flex: 1;
}

.glance-list {
    padding-top: 64px;
}

.glance-main ol li:last-child {
    margin-bottom: 0;
}

.glance-box {
    background: #FFF;
    padding: 64px 48px;
    margin: 0 12px;
    height: 100%;
}

.glance-top-inner p {
    font-size: 22px;
    color: #2B5553;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.glance-top-inner {
    padding-bottom: 40px;
}

.glance-img img {
    width: 100%;
}

.glance-main ol li.glance-list-last p {
    max-width: 230px;
}

.glance-sec .bottom-para {
    max-width: 974px;
    width: 100%;
    margin: 0 auto;
}

.ingredients-top .title {
    font-family: "Stack Sans Headline", sans-serif;
    color: #fff;
    padding-bottom: 48px;
}

.ingredients-sec {
    background: #00AB64;
    padding: 128px 0;
}

.ingredients-top {
    text-align: center;
    padding-bottom: 64px;
}

.ingredients-top p {
    color: #FFF;
    text-align: center;
    font-family: "Stack Sans Headline", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.ingredient-content {
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(18.799999237060547px);
    text-align: center;
    padding: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 309px;
}

.ingredient-content h3 {
    font-size: 36px;
    color: #FFF;
    text-align: center;
    font-family: "Stack Sans Headline", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding-bottom: 22px;
}

.ingredient-content span {
    font-style: italic;
}

.ingredient-content p {
    font-size: 22px;
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}

.ingredient-box {
    position: relative;
    margin: 0 12px;
    height: 100%;
}

.ingredient-img-holder img {
    width: 100%;
}

.ingredient-main {
    position: relative;
}

.leaf-shape1 {
    position: absolute;
    bottom: 94px;
    right: 268px;
}

.ingredient-main-inner {
    position: relative;
    z-index: 1;
}

.pharmaceutical-sec .extract-right p,
.quality-sec .extract-right p {
    font-size: 20px;
    color: #5F7675;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding-bottom: 22px;
}

.pharmaceutical-sec .extract-right p span,
.quality-sec .extract-right p span {
    font-weight: 700;
}

.pharmaceutical-sec .extract-right p:last-child {
    padding-bottom: 0;
}

.pharmaceutical-sec .extract-right h2 {
    padding-bottom: 49px;
    letter-spacing: 1.68px;
    line-height: 100%;
}

.pharmaceutical-sec {
    position: relative;
    background: #fff;
}

.pharmaceutical-sec .leaf-shape2 {
    right: -80px;
    top: 127px;
    border-radius: 0 80px;
}

.pharmaceutical-sec .extract-right {
    max-width: 792px;
}

.quality-sec .extract-right p {
    color: #2B5553;
}

.quality-sec .extract-right {
    max-width: 792px;
}

.quality-sec .leaf-shape2 {
    left: -33px;
    bottom: 34px;
}

.quality-sec .extract-main {
    position: relative;
    padding-bottom: 96px;
}

.quality-sec {
    padding-bottom: 96px;
}

.quality-bottom h3 {
    font-size: 48px;
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1.44px;
    padding-bottom: 52px;
}

.quality-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    background: #006E69;
    padding: 64px 0 64px 64px;
    height: 419px;
    overflow: hidden;
}

.quality-content {
    width: 60%;
}

.quality-bottom-img {
    margin-top: -54px;
}

.pharmacology {
    padding: 128px 0;
    position: relative;
    overflow: hidden;
}

.pharmacology .title {
    padding-bottom: 45px;
}

.pharmacology .leaf-shape2 {
    left: auto;
    right: -29px;
    bottom: 14px;
}

.pharmacology .main-paragraph {
    padding-bottom: 22px;
}

.pharmacology .main-paragraph:last-child {
    padding-bottom: 0;
}

.pharmacology-main {
    position: relative;
    z-index: 1;
}

.sonnenhut-left h3 {
    font-size: 40px;
    color: #2B5553;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 45px;
}

.sonnenhut-left .main-paragraph {
    padding-bottom: 22px;
}

.sonnenhut-left .main-paragraph:last-child {
    padding-bottom: 0;
}

.sonnenhut-img-holder img {
    width: 100%;
}

.sonnenhut-left {
    max-width: 668px;
    width: 100%;
}

.lebensbaum-main {
    padding: 96px 0;
}

.sonnenhut-sec {
    padding-bottom: 128px;
    position: relative;
}

.sonnenhut-sec .small-shape {
    bottom: 214px;
    left: -32px;
}

.sonnenhut-torando {
    position: absolute;
    top: -294px;
    left: -20px;
}

.sonnenhut-main {
    position: relative;
    z-index: 1;
}

.evidence-sec {
    padding: 128px 0;
    background: #F0FAF6;
}

.evidence-left .title {
    padding-bottom: 38px;
}

.evidence-sec .main-paragraph {
    padding-bottom: 22px;
}

.evidence-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 912px;
    width: 100%;
}

.evidence-sec h3 {
    font-size: 40px;
    color: #2B5553;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.evidence-bottom .para {
    padding: 48px 0;
}

.evidence-sec .main-paragraph {
    color: #2B5553;
}

.evidence-bottom {
    padding-top: 64px;
}

.evidence-bottom ol li {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.evidence-bottom ol li p {
    flex: 1;
}

.evidence-img-holder {
    text-align: right;
    padding-bottom: 74px;
}

.condition-sec {
    background: #00AB64;
}

.condition-sec .extract-right h2 {
    font-size: 40px;
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1.2px;
}

.condition-sec .extract-img-holder {
    position: relative;
}

.condition-sec .leaf-shape2 {
    top: -80px;
    right: 57px;
}

.condition-sec .extract-right .main-paragraph {
    padding-bottom: 22px;
}

.condition-sec .extract-right {
    max-width: 792px;
}

.meditonsin-sec {
    background: url('../images/meditonsin-extract-fachkreis.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.meditonsin-img {
    position: absolute;
    bottom: 0;
    left: 100px;
}

.download-main h3 {
    font-size: 40px;
    color: #2B5553;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1.2px;
    padding-bottom: 48px;
}

.download-sec {
    padding: 128px 0 0;
}

.download-main {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.d-icon {
    border-radius: 50%;
    background: #00AB64;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 104px;
    margin: auto;
    margin-bottom: 32px;
}

.d-box {
    border: 1px solid #FFF;
    background: #F0FAF6;
    text-align: center;
    padding: 32px;
    margin: 0 12px;
}

.d-box p {
    font-size: 22px;
    text-align: center;
    font-family: "Stack Sans Text", sans-serif;
    color: #2B5553;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.torando3 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}

.download-sec {
    position: relative;
}

.download-sec .leaf-shape2 {
    border-radius: 0 80px;
    left: -59px;
    bottom: 0;
}

.faq-sec {
    background: #F0FAF6;
    padding: 128px 0;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.faq-top {
    text-align: center;
    padding-bottom: 110px;
}

.faq-sec .main-paragraph {
    color: #2B5553;
    padding-bottom: 30px;
}

.faq-sec .accordion-button {
    font-size: 24px;
    color: #2B5553;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    background: transparent;
    box-shadow: none;
    padding-inline: 0;
    border-radius: 0 !important;
    padding: 50px 0;
}

.faq-main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.faq-sec .accordion-item {
    border-radius: 0;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #CCC;
}

.faq-sec .accordion-body {
    padding: 0;
    padding-bottom: 36px;
}

.faq-icon {
    background-color: #00AB64;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-sec .accordion-button::after {
    display: none;
}

.faq-sec .accordion-button p {
    flex: 1;
}

.faq-sec .accordion-button[aria-expanded="true"] {
    color: #00AB64;
    padding-bottom: 20px;
}

.minus {
    display: none;
}

.faq-sec .accordion-button[aria-expanded="true"] .plus {
    display: none;
}

.faq-sec .accordion-button[aria-expanded="true"] .minus {
    display: flex;
}

.faq-sec .leaf-shape2 {
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
}

.faq-main {
    position: relative;
    z-index: 1;
}
.header_desktop {
    min-height: 140px;
}
.header-unpinned + .header-dropdownbar {
    top: 78px;
}

#menu-fachkreis-menue {
    justify-content: space-between;    
}

.header-dropmain .menu-item,
.header-dropmain .menu-item:nth-child(-n+2) {
    width: auto;
}