/* Fonts */

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/pxiByp8kv8JHgFVrLFj_Z11lFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/pxiByp8kv8JHgFVrLFj_Z1JlFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/pxiByp8kv8JHgFVrLFj_Z1xlFd2JQEk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/pxiByp8kv8JHgFVrLEj6Z11lFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Variablen */

:root {
    --main-color1: #f4a925;
    --main-color2: #3475ac;
    --main-color3: #e6eef5;
    --main-color4: #ff0000;
}

/* Allgemein */

.desktop {
    display: block;
}

.mobile {
    display: none;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    height: 100%;
}

h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
}

h1 {
    color: var(--main-color2);
    margin-bottom: 30px;
}

.h1small {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 20px;
}

input[type=range]:focus {
    outline: none;
}

img {
    object-fit: contain;
}

.relative {
    position: relative;
}

input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
    background: none;
}

a, a:visited, a:hover, a:active {
    color: inherit;
}

div#body-wrapper > header {
    background-color: #ffffff;
}

.detailseite_produktbeschreibung a,
.detailseite_produktbeschreibung a:visited,
.detailseite_produktbeschreibung a:hover,
.detailseite_produktbeschreibung a:active {
    color: var(--main-color2);
    font-weight: bold;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background-color: silver;
    border-radius: 5px;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background-color: silver;
    border-radius: 5px;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: 0px solid gray;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: var(--main-color2);
    cursor: pointer;
    margin-top: -5px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0px solid gray;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: var(--main-color2);
    cursor: pointer;
    margin-top: -5px;
}

select {
    display: inline-block;
    background-color: var(--main-color3);
    border: 1px solid var(--main-color2);
    border-radius: 35px;
    padding: 7px 75px 7px 35px;
    color: var(--main-color2);
    font-size: 14px;
    margin: auto;

    /* Browser-Design löschen */

    margin: 0;
    outline: none;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.relative-position {
    position: relative;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-center {
    align-items: center;
}

.justify-content-start {
    justify-content: flex-start;
}

.align-self-start {
    align-self: flex-start;
}

.gap-10 {
    gap: 10px;
}

.margin-top-0 {
    margin-top: 0;
}

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

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 101;
    display: none;
}

.overlay.active {
    display: block;
}

.product_interaction_bubble {
    border-radius: 20px;
    border-width: 1px;
    padding: 3px 30px;
    font-weight: 400;
    max-width: 270px;
    font-size: 14px;
    border-color: var(--main-color2);
    color: var(--main-color2);
    border-style: solid;
}

.interactionselect {
    max-width: 300px;
    height: 30px;
    padding: 0 20px;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
    background-color: var(--main-color1) !important;
}

.freeprivacypolicy-com---nb .cc-nb-title {
    font-size: 20px !important;
}

.freeprivacypolicy-com---nb .cc-nb-text {
    font-size: 14px !important;
}

.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 1rem !important;
}

.freeprivacypolicy-com---nb .cc-nb-okagree, .freeprivacypolicy-com---nb .cc-nb-reject, .freeprivacypolicy-com---nb .cc-nb-changep {
    font-size: 12px !important;
}

.maxChars13 {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 13ch;
}

.mt15 {
    margin-top: 15px;
}

.ml30 {
    margin-left: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

select.pfeil {

    /* Eigener Pfeil für Select */

    background-image: linear-gradient(45deg, transparent 50%, #3475ac 50%),
    linear-gradient(135deg, #3475ac 50%, transparent 50%),
    linear-gradient(to right, #3475ac, #3475ac);
    background-position: calc(100% - 20px) calc(1em + 0px),
    calc(100% - 15px) calc(1em + 0px),
    calc(100% - 2.5em) 0.35em;
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
}

.filter-info-container {
}

.filter-info-container-scroll {
    margin-top: 10px;
    margin-bottom: 10px;
}

.filter-info {
    display: inline-flex;
    border: #c8dae9 1px solid;
    border-radius: 10px;
    justify-content: center;
    text-overflow: ellipsis;
    padding: 5px 10px 5px 10px;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #e6eef5;
    font-size: 12px;
    text-align: center;
}

#filter-info-container-application {
    position: relative;
}

#filter-info-container-application > div.values,
#filter-info-container-application > div.label {
    border: #c8dae9 1px solid;
    border-radius: 10px;
    text-overflow: ellipsis;
    padding: 5px 10px 5px 10px;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #e6eef5;
    font-size: 12px;
    z-index: 1000
}

#filter-info-container-application > div.label {
    display: flex;
    width: 263px;
    justify-content: space-between;
}

#filter-info-container-application > div.label > i,
#filter-info-container-application > div.label > span > i {
    text-transform: none;
    text-decoration: none;
    font-style: normal;
}

#filter-info-container-application > div.label {
    cursor: default;
}

#filter-info-container-application > div.label > i.arrow-toggle {
    cursor: pointer;
}

#filter-info-container-application.active > div.label > i.arrow-toggle {
    transform: rotate(180deg);
    transition: transform 0.3s linear;
}

#filter-info-container-application > div.values {
    position: absolute;
    left: -1000px;
    opacity: 0;
    top: 35px;
    max-height: 300px;
    max-width: 500px;
    overflow: auto;
}

#filter-info-container-application > div.values > div > li {
    display: flex;
    list-style: none;
    padding: 5px 10px;
    align-items: center;
}

#filter-info-container-application > div.values > div > li > label {
    display: flex;
    align-items: center;
    gap: 5px;
}

#filter-info-container-application.active > div.values {
    left: 0px;
    opacity: 1;
    transition: opacity 0.2s ease;
}

#filter-info-container-application.active > div.values > div.filter-button-top,
#filter-info-container-application.active > div.values > div.filter-button-bottom {
    display: flex;
    justify-content: center;
}

#filter-info-container-application.active > div.values > div.filter-button-top > button {
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
}

#filter-info-container-application.active > div.values > div.filter-button-bottom > button {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
}


#filter-info-container-application > div.values > div > input {
    position: absolute;
    left: -5px;
    z-index: -1000;
}

#suchergebnis-alle-filter-loeschen {
    display: inline-flex;
    border: none;
    justify-content: center;
    padding: 5px 10px 5px 10px;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
}

#suchergebnis-alle-filter-loeschen a {
    color: #666666;
}

#suchergebnis-alle-filter-loeschen a:hover {
    color: #000000;
}

.float-clear {
    clear: both;
}

.filter-delete-btn {
    border: none;
    cursor: pointer;
    margin-left: 4px;
    border-radius: 50%;
    background: #e6eef5 none;
}

.filter-delete-btn:hover {
    background: #c8dae9 none;
}


/* Bereiche */
/* Alphabetisch sortiert */

.abschnitt {
    width: 100%;
    background-color: #fff;
    margin: 0;

}

.abschnitt_mit_hintergrundfarbe {
    width: 100%;
    background-color: var(--main-color3);
    margin: 0;

}

.begriffe_container {
    display: inline-block;
    vertical-align: top;
    width: 322px;
    margin-right: 30px !important;
    margin-bottom: 50px !important;
}

.begriffe_container:last-child {
    margin-right: 0;
}

.begriffe_headline {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.begriffe_teaser {
    margin: 15px 0;
}

.begriffe_weiterlesen {
    font-size: 11px;
    color: var(--main-color2);
}

.begriffe_weiterlesen a {
    font-size: 11px;
    color: var(--main-color2);
}

.bewertung_positiv table,
.bewertung_positiv tr,
.bewertung_positiv td,
.bewertung_positiv th,
.bewertung_negativ table,
.bewertung_negativ tr,
.bewertung_negativ td,
.bewertung_negativ th {
    border: none;
    text-align: left;
}

.bewertung_positiv td.check-img,
.bewertung_negativ td.check-img {
    padding-top: 7px;
    vertical-align: text-top;
}

th.th-points {
    font-weight: 400;
}

.bewertung_positiv {
    margin-right: 15px;
}

.bewertung_positiv,
.bewertung_negativ {
    width: 270px;
    vertical-align: top;
    display: inline-block;
}

.bewertung_positiv div,
.bewertung_negativ div {
    display: flex;
    column-gap: 5px;
    align-items: start;
    flex-wrap: nowrap;
}

.bewertung_positiv span.info-text,
.bewertung_negativ span.info-text {
    align-self: start;
    margin-top: -3px;
}

.bewertung_positiv IMG,
.bewertung_negativ IMG {
    height: 15px;
    margin-top: 3px;
    width: auto !important;
}

.bewertung > div {
    display: flex;
    align-items: start;
    flex-wrap: nowrap;
}

.bewertung > div > img {
    height: 60px;
    margin-bottom: 10px;
    padding-right: 10px;
    width: auto !important;
}

.bewertung > div > span,
.bewertung > div > div {
    margin-bottom:15px;
}

.bewertung > div > div {
    display: flex;
    flex-direction: column;
}

.bewertung .bewertung-section-heading {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color2);
    margin: 20px 0 8px 0;
}

.bewertung .bewertung-section-heading:first-child {
    margin-top: 0;
}

.blog_titelbild {
    text-align: center;
}

.blog_titelbild IMG {
    margin: auto;
    width: 100%;
}

.blog_untertitel {

}

.blog_blogtext {
    width: 800px;
    margin: 65px auto;
    padding-bottom: 50px;

}

.blog_zurueck {
    margin-bottom: 50px;
}

.blog_zurueck {
    font-size: 18px;
}

.blog_zurueck a {
    color: var(--main-color2);
}

.blog_veroeffentlichtam {
    text-align: right;
    margin-top: 50px;
}

.blog_veroeffentlichtam a {
    color: var(--main-color2);
}

.button {
    display: inline-block;
    background-color: var(--main-color1);
    border: 1px solid var(--main-color1);
    border-radius: 35px;
    padding: 5px 35px;
    color: #fff;
    font-size: 14px;
    margin: auto;
    outline: none;
    cursor: pointer;
}

.button--centered-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

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

.delete {
    display: inline-block;
    background-color: var(--main-color4);
    border: 1px solid var(--main-color4);
    border-radius: 35px;
    padding: 5px 35px;
    color: #fff;
    font-size: 14px;
    margin: auto;
    outline: none;
    cursor: pointer;
}

.button.lang {
    width: 265px !important;
}

.detailseite_produktbeschreibung {
    margin: 55px 0;
}

#filterlink_mobil {
    display: none;
}

.footer {
    width: 100%;
    background-color: #434343;
    margin: 0;
    padding-left: 30px;
}

.magazin_container {
    display: inline-block;
    width: 322px;
    margin-right: 30px;
    margin-bottom: 30px;
    vertical-align: top;
}

.no-mg-bottom {
    margin-bottom: 0;
}

.no-mg-top {
    margin-top: 0;
}

.mg-top20 {
    margin-top: 20px;
}

.mg-bottom20 {
    margin-bottom: 20px;
}

.mg-top40 {
    margin-top: 40px;
}

.mg-bottom40 {
    margin-bottom: 40px;
}

.no-padding-h {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.magazin_container a {
    color: black;
}

.magazin_container:last-child {
    margin-right: 0;
}

.magazin_container IMG {
    width: 320px !important;
    height: 180px;
    object-fit: cover;
}

.magazin_headline {
    font-weight: bold;
    margin: 10px 0 0 0;
}

.magazin_teaser {
    margin: 15px 0;
}

.magazin_weiterlesen {
    color: var(--main-color2);
}

.magazin_weiterlesen a {
    font-size: 11px;
    color: var(--main-color2);
}

.oben_logo_bereich {
    width: 100%;
}

.oben_icons {
    margin-right: 15px;
}

.oben_suchfeld_header {
    text-align: center;
    font-size: 18px;
    margin: 20px 0 35px 0;
    color: #fff;
}

.oben_suchmaske {
    width: 100%;
    background-color: var(--main-color2);
    margin: 0;

}

.oben_suchmaske_suchfeld_rahmen {
    position: relative;
    background-color: #fff;
    border-radius: 30px;
    width: 800px;
    height: 50px;
    margin: auto;
}

.oben_suchmaske_suchfeld_inputfeld {
    display: inline-block;
    font-size: 18px;
    background-color: #fff;
    border: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin-left: 45px;
    height: calc(100% - 2px);
    outline: none !important;
    width: calc(100% - 90px - 45px);
}

.oben_suchmaske_suchfeld_submitbutton {
    display: inline-block;
    float: right;
    background-color: var(--main-color1);
    color: #fff;
    border-radius: 20px;
    height: 35px;
    width: 80px;
    margin-top: 5px;
    margin-right: 5px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}

.oben_suchmaske_keywords {
    margin: 20px auto;
    text-align: center;
}

.suggestions_container {
    flex-direction: column;
    margin: 7px auto;
    text-align: center;
    max-width: 1100px;
    gap: 10px;
}

.suggestions_container div {
    justify-content: center;
    align-content: center;
    column-gap: 10px;
}

.oben_suchmaske_keywordbuttons {
    background-color: var(--main-color2);
    border: 2px solid #fff;
    color: #fff;
    border-radius: 20px;
    height: 29px;
    width: 120px;
    text-align: center;
}

.oben_suchmaske_keywordbuttons:hover {
    background-color: #fff;
    color: var(--main-color2);
}

.oben_suchmaske_vorteile {
    margin: 20px auto;
    text-align: center;
}

.oben_suchmaske_vorteil {
    display: inline-block;
    /*color: #aec8de;*/
    color: #fff;
    margin-right: 10px;
    font-size: 16px !important;
    font-weight: 300 !important;
}

footer .oben_suchmaske_vorteile {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lexicon_search_container {
    padding-right: 15px;

    margin: auto;
    width: fit-content;
    border: var(--main-color2);
    border-radius: 30px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 40px;
}

.lexicon_search_container input {
    border: #fff;
    background: transparent;
}

.lexicon_input {
    border-style: none;
}

.lexicon_submitbutton {
    display: inline-block;
    margin-top: 10px;
    width: 75px;
    border-radius: 20px;
    background: var(--main-color1);

}

.lexicon_submitbutton IMG {
    object-fit: contain;
    margin-top: 5px;
}


.oben_suchmaske_vorteil.grau {
    color: #b4b4b4;
}

.oben_suchmaske_keywords_titel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.produkt_kurzansicht {
    display: inline-block;
    width: 170px;
    margin-right: 30px;
}

.produkt_kurzansicht:last-child {
    margin-right: 0;
}

.produkt_kurzansicht IMG {
    width: 140px;
    height: 160px;
    background: white;
    padding: 15px;
}

.sort_field_wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sort_field_wrapper label {
    display: inline;
    white-space: nowrap;
}

.application_filter {
    max-height: 250px;
    overflow-y: scroll;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
}

#brand_search, #ingredient_search {
    width: 100%;
    height: 30px;
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: 400;
    padding: 3px 5px;
    border-radius: 3px;
    background: #fafafa;
}


#brandSearch:active,
#brandSearch:focus,
#ingredient_search:active,
#ingredient_search:focus {
    outline: none;
    box-shadow: none;
}


.input_filter_container {
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.input_filter_container > div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ingredient_and_application_filter_wrapper {
    border: 1px solid rgba(52, 117, 172, 0.5);
    padding: 15px;
    background-color: rgba(52, 117, 172, 0.05);
    border-radius: 5px;
}

.ingredient_and_application_filter_wrapper > .or-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
}

.ingredient_and_application_filter_wrapper > .or-divider > .line {
    flex: 1;
    height: 1px;
    background-color: #aaa;
    margin: 0 10px;
    max-width: 15%;
}

.ingredient_and_application_filter_wrapper > .or-divider > .text {
    padding: 0 10px;
    font-weight: bold;
    font-size: 14px;
    color: #aaa;
    white-space: nowrap;
}

.ingredient_filter {
    max-height: 250px;
    overflow-y: scroll;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
}

.brand_filter, .ingredient_filter {
    height: 250px;
    margin-top: 2px;
}

.application_filter:hover ~ .ingredient_filter,
.ingredient_filter:hover ~ .application_filter {
    opacity: 0.5;
}

.application_filter input:checked ~ .ingredient_filter,
.ingredient_filter input:checked ~ .application_filter {
    opacity: 0.5;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.produkt_kurzansicht_titel {
    font-size: 13px;
    color: #2c2c2c;
    margin-bottom: 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}

.produkt_kurzansicht_preis {
    display: inline-block;
    font-size: 32px;
    color: var(--main-color1);
}

.produkt_kurzansicht_bewertung {
    font-size: 11px;
    color: #999;
    margin-top: 3px;
}

.produkt_kurzansicht_verfuegbarkeit {
    font-size: 11px;
    color: #999;
}

.range_container {
    width: 300px;
}

.range_links {
    width: 32%;
    display: inline-block;
    text-align: left;
}

.range_mitte {
    width: 33%;
    display: inline-block;
    text-align: center;
}

.range_rechts {
    width: 32%;
    display: inline-block;
    text-align: right;
}

.seitenzaehler {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.centered_content {
    margin: auto;
    width: fit-content;
}

.seitenzaehler_eintrag,
.seitenzaehler_eintrag a {
    color: #888;
    text-decoration: none;
    display: inline-block;
    font-size: 17px !important;
    font-weight: bold;
    padding: 0 10px;
}

.seitenzaehler_eintrag_aktiv,
.seitenzaehler_eintrag_aktiv a {
    color: var(--main-color1);
}

.startseite_viererblock {
    display: inline-block;
    width: 230px;
    margin-right: 30px;
    vertical-align: top;
}

.startseite_viererblock:last-child {
    margin-right: 0;
}

.startseite_viererblock IMG {
    height: 50px;
    width: auto !important;
}

.startseite_viererblock_titel {
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: #434343;
    margin-bottom: 15px;
    margin-top: 10px;
    height: 40px;
    display: table;
    text-align: center;
}

.startseite_viererblock_titel span {
    display: table-cell;
    vertical-align: middle;
}

.startseite_viererblock_content {
    color: #434343;
}

.suchfeld {
    display: inline-block;
    font-size: 12px;
    background-color: #fff;
    border: 2px solid var(--main-color2);
    border-radius: 25px;
    padding: 7px 30px;
    width: 300px;
    margin-right: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: calc(100% - 2px);
    outline: none !important;
}

.suchergebnis_ergebnis {
    width: 100%;
}

/* "kein Shop" rating-portal redesign (Ticket 819) — keeps the original row layout, no card framing */
.suchergebnis_kein_shop_badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: var(--main-color3);
    color: var(--main-color2);
    font-size: 13px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.suchergebnis_kein_shop_badge svg {
    fill: var(--main-color2);
    flex-shrink: 0;
}

.suchergebnis_score_row {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.suchergebnis_score_row .suchergebnis_ergebnis_rechts_balken_titel,
.suchergebnis_score_row .score_bar_container {
    margin-bottom: 0;
}

.suchergebnis_detail_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--main-color2);
    color: #fff !important;
    font-weight: 600;
    padding: 11px 22px;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.suchergebnis_detail_btn:hover {
    background-color: #2a5d8f;
    color: #fff !important;
    text-decoration: none;
}

.suchergebnis_detail_btn svg {
    fill: #fff;
    flex-shrink: 0;
}

.suchergebnis_kaufoptionen {
    margin-top: 32px;
}

.suchergebnis_kaufoptionen_titel {
    margin-bottom: 10px;
}

/* Tighten the gap between the heading and the buttons */
.suchergebnis_kaufoptionen .suchergebnis_ergebnis_rechts_preis_container {
    margin-top: 10px;
}

/* Even out the spacing between wrapped button rows (overrides the global mb30 + mobile margin-top) */
.suchergebnis_kaufoptionen .suchergebnis_ergebnis_rechts_preis {
    margin-top: 0;
    margin-bottom: 18px;
}

/* In the search listing the buy buttons are right-aligned, so the heading sits above them */
.suchergebnis_kaufoptionen .suchergebnis_kaufoptionen_titel {
    text-align: right;
}

/* On mobile the buy buttons drop to the left, so the heading follows them */
@media (max-width: 768px) {
    .suchergebnis_kaufoptionen .suchergebnis_kaufoptionen_titel {
        text-align: left;
    }
}

/* InfoPoint */

.suchergebnis_ergebnis_infopoint_container {
    position: relative;
    padding: 30px 25px 15px;
    background-color: #3475ac;
    border-radius: 10px;
    margin-top: -40px;
    margin-bottom: 20px;
    text-align: center;
    min-height: 58px;
}

@keyframes moveLeftRight {
    0%, 100% { transform: translateX(-50%) rotate(-5deg) scale(1); }
    50% { transform: translateX(-40%) rotate(-5deg) scale(1.1); }
}

@keyframes flicker {
    0%, 100% { filter: grayscale(0%); }
    50% { filter: grayscale(100%); }
}

.infopoint-logo-wrapper {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.flicker {
    animation: flicker 0.5s ease-in-out 5;
}

.suchergebnis_ergebnis_infopoint_logo {
    border-radius: 50px;
    width: 50px;
    transform-origin: center;
    background: linear-gradient(to top, #fff 50%, transparent 50%);
    padding: 2px 2px 7px;
}

.infopoint-arrow-wrapper {
    position: absolute;
    top: -50px;
    left: 70%;
    transform: translateX(-50%) rotate(-5deg);
    z-index: 1;
    animation: moveLeftRight 1.3s ease-in-out 3;
}

.suchergebnis_ergebnis_infopoint_arrow {
    width: 80px;
}

.suchergebnis_ergebnis_infopoint_text{
    color: white;
    font-weight: bold;
}

.hidden-text {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: margin-top 0.5s ease, max-height 0.5s ease, opacity 0.5s ease;
}

.visible-text {
    margin-top: 30px;
    max-height: 500px;
    opacity: 1;
    transition: margin-top 0.5s ease, max-height 0.5s ease, opacity 0.5s ease;
}

.caret-toggle-button {
    position: absolute;
    top: 7px;
    right: 7px;
    background-color: #397fbb;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    font-size: 16px;
    padding: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.caret-toggle-button:hover {
    background-color: #4289c6;
}

.caret {
    display: inline-block;
    border: solid white;
    border-width: 0 3px 3px 0;
    padding: 5px;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.caret-toggle-button.active .caret {
    transform: rotate(-135deg);
}
/* */

.suchergebnis_ergebnis:last-child {
    border-bottom: none;
}

.suchergebnis_ergebnis_links {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    padding: 45px 0;
}

.suchergebnis_ergebnis_links IMG {
    width: 80%;
    max-height: 200px;
    object-fit: contain;
}

.btn-zum-merkzettel {
    position: absolute;
    background: none;
    border: none;
    z-index: 100;
    cursor: pointer;
}

.btn-zum-merkzettel i {
    font-size: 25px;
    color: var(--main-color1);
}

.btn-zum-merkzettel svg {
    height: 25px;
    fill: var(--main-color1);
}

#merkzettel_results {
    justify-content: center;
}

form > div > div.oben_suchmaske_suchfeld_merkzettel_button {
    position: absolute;
    top: 10px;
    right: -150px;
    font-size: 18px;
    color: #ffffff;
}

form > div > div.oben_suchmaske_suchfeld_merkzettel_button > a {
    display: flex;
    align-items: center;
}

form > div > div.oben_suchmaske_suchfeld_merkzettel_button > a > i {
    font-size: 26px;
    color: #ffffff;
    margin-right: 7px;
}

.product_page_img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 350px;
    padding: 45px 0;
}

.product_page_img IMG {
    width: 100%;
    object-fit: contain;
    max-height: 350px;
}

.sub_score {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.suchergebnis_ergebnis_rechts {
    display: inline-block;
    vertical-align: top;
    width: 570px;
    padding: 45px 10px;
}

.suchergebnis_ergebnis_rechts_lang {
    display: inline-block;
    vertical-align: top;
    width: 570px !important;
    margin-left: 50px;
    padding: 45px 0;
}

.suchergebnis_ergebnis_rechts_balken_container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.suchergebnis_ergebnis_rechts_balken_container .subscore_expander {
    background-color: transparent;
    border: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: 0;
    top: 0;
}

.suchergebnis_ergebnis_rechts_balken {
    width: 100%;
    margin-top: 20px;
}

.suchergebnis_ergebnis_rechts_balken_titel {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    margin-bottom: 15px;
}

.suchergebnis_ergebnis_rechts_balken_container .suchergebnis_ergebnis_rechts_balken_titel,
.suchergebnis_ergebnis_rechts_balken_container .score_bar_container {
    margin-bottom: 0;
}

.suchergebnis_ergebnis_rechts_balken_grau {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    background-color: #eee;
    margin-bottom: 15px;
}

.suchergebnis_ergebnis_rechts_balken_blau {
    display: inline-block;
    height: 100%;
    background-color: var(--main-color2);
    color: #fff;
    font-weight: bold;
    padding: 2px 0 2px 10px;
}

.suchergebnis_label_gesamtmenge {
    margin-top: 15px;
}

.score_bar_container {
    display: inline-block;
    background: red;
    position: relative;
    margin-bottom: 7px;
}

.score_bar_gradient {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
}

.score_bar_gradient_grey {
    position: absolute;
    display: block;
    height: calc(100%);
    background-color: #d0d0d0;
}

.score_bar_gradient_text_container {
    display: table;
    position: absolute;
    height: 100%;
    left: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.score_bar_gradient_text_container span {
    display: table-cell;
    vertical-align: middle;
}

.bewertung .score_bar_gradient_text_container span {
    padding-top: 1px;
}

.subscore_container {
    margin-left: -10000px;
    height: 0px;
}

.subscore_expander {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    margin-top: -5px;
    top: -5px;
}

.pointer {
    cursor: pointer;
}

.suchergebnis_ergebnis_rechts_balken_gradient {
    display: inline-block;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(230, 205, 13, 1) 50%, rgba(24, 157, 0, 1) 100%);
    color: #fff;
    width: 300px;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0 2px 10px;
}

.suchergebnis_ergebnis_rechts_balken_gr {
    display: inline-block;
    width: 300px;
    background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(230, 205, 13, 1) 50%, rgba(24, 157, 0, 1) 100%);
}

.suchergebnis_ergebnis_rechts_link a,
#dose-exceeded-catalog-link-container > a {
    color: var(--main-color2);
}

#dose-exceeded-catalog-link-container > a {
    font-size: 17px;
    font-weight: bold;
}

#dose-exceeded-catalog-link-container {
    padding-top: 3px;
    padding-right: 5px;
}

div.suchergebnis_ergebnis_rechts_lang > div > table > tbody > tr > td.dose-exceeded-catalog-link-td > div {
    display: flex;
    align-items: baseline;
}

.suchergebnis_ergebnis_rechts_preis_container {
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
    width: 100%;
}

.product_page_img .suchergebnis_ergebnis_rechts_preis_container {
    flex-direction: column;
}

.product_page_img .to_shop {
    font-size: 12px;
}

.product_search_form_sortierung_label {
    display: block;
    padding-bottom: 7px;
}

.suchergebnis_ergebnis_rechts_preis {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

.suchergebnis_ergebnis_rechts_preis_button {
    font-size: 12px;
    font-weight: bold;
    padding: 7px 20px;
    border: 2px solid var(--main-color1);
    color: var(--main-color1);
    background-color: #ffffff;
    border-radius: 30px;
    display: inline-block;
}

.suchergebnis_ergebnis_rechts_preis_button:hover {
    background-color: var(--main-color1);
    color: #fff;
    cursor: pointer;
}

.filter_apply_button {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 40px;
    border: 2px solid var(--main-color2);
    color: var(--main-color2);
    background-color: var(--main-color3);
    border-radius: 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 50px;
    width:100%;
}

.filter_apply_button:last-child {
    margin-top: 50px;
}

.filter_apply_button:hover {
    background-color: var(--main-color2);
    color: #fff;
    cursor: pointer;
}

.filter_apply_button.button-experten-modus {
    width: unset;
}

.suchergebnis_ergebnis_rechts_preis_bei {
    font-size: 10px;
}

.suchergebnis_bereich {
    position: relative;
    display: flex;
    justify-content: left;
}

.suchergebnis_bereich_filter {
    display: inline-block;
    vertical-align: top;
    padding: 30px 20px 30px 55px;
    background-color: var(--main-color3);
    width: 380px;
    box-sizing: content-box;
}

/* Override bootstrap style as it messes up our style*/
.suchergebnis_bereich_filter label {
    margin-bottom: unset;
}

nav.suchergebnis_bereich_filter {
    height: unset;
    align-items: unset;
}

.suchergebnis_bereich_ergebnisse {
    display: inline-block;
    vertical-align: top;
    max-width: 900px;
    height: 100%;
    padding: 30px 50px;
}

.text_center {
    text-align: center;
}

.text_bold {
    font-weight: bold;
}

.text_left {
    text-align: left;
}

.text_block {
    text-align: justify;
    hyphens: auto;
}

.team {
    text-align: center;
    margin: 60px 0 30px 0;
}

.teameinleitung {
    width: 700px;
}

.team_container {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 300px;
    margin: auto;
    margin-bottom: 50px;
}

.team_container:last-child {
    margin-right: 0;
}

.team_container IMG {
    width: 150px !important;
}

.team_headline {
    font-weight: bold;
    margin: 10px 0 0 0;
}

.team-avatar {
    border-radius: 50%;
    object-fit: cover;
}

.team_titel {
    margin: 5px 0;
}

.logoRow img {
    max-width: 45%;
}

/* Team Member Description Styles */

/* Container for the description */
.team_description {
    margin-top: 15px;
    padding: 0 20px;
    text-align: center;
}

/* The description text content */
.team_description_content {
    /* SEO-friendly hiding - content is in DOM and crawlable */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    text-align: left;
    margin: 0 auto;
    padding: 0 15px;
    background-color: var(--main-color3, #e6eef5);
    border-radius: 8px;
    line-height: 1.6;
    font-size: 14px;
    color: #333;
    max-width: 100%;
    box-sizing: border-box;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease, margin 0.3s ease;
}

/* When visible - smooth expand animation */
.team_description_content.visible {
    max-height: 2000px; /* Large enough for any content */
    opacity: 1;
    margin: 10px auto 0 auto;
    padding: 15px;
}

/* Styling for HTML content within description */
.team_description_content p {
    margin: 0 0 10px 0;
}

.team_description_content p:last-child {
    margin-bottom: 0;
}

.team_description_content ul,
.team_description_content ol {
    margin: 10px 0;
    padding-left: 20px;
}

.team_description_content li {
    margin-bottom: 5px;
}

.team_description_content a {
    color: var(--main-color2, #3475ac);
    text-decoration: underline;
}

.team_description_content a:hover {
    color: var(--main-color1, #f4a925);
}

.team_description_content strong {
    font-weight: 600;
}

/* The "mehr"/"weniger" toggle link */
.team_mehr_button {
    display: inline-block;
    margin-top: 10px;
    padding: 0;
    background: none;
    color: var(--main-color2, #3475ac);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    border: none;
    transition: color 0.2s ease;
    min-height: 0 !important;
}

.team_mehr_button:hover {
    color: var(--main-color1, #f4a925);
    text-decoration: underline;
}

.team_mehr_button:active {
    color: var(--main-color2, #3475ac);
}

/* Add caret after the link text */
.team_mehr_button::after {
    content: '▼';
    display: inline-block;
    margin-left: 4px;
    transition: transform 0.3s ease;
    font-size: 0.8em;
}

/* Rotate caret when expanded */
.team_mehr_button[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

/* Responsive adjustments for team description */
@media (max-width: 768px) {
    .team_description {
        padding: 0 10px;
    }

    .team_description_content {
        padding: 12px;
        font-size: 13px;
    }

    .team_mehr_button {
        font-size: 13px;
    }
}

/* Animation removed - using max-height transition instead for smoother SEO-friendly animation */

.unten_footer_links {
    vertical-align: top;
    display: inline-block;
    width: calc(33% - 70px) !important;
    font-size: 13px !important;
    padding-right: 80px !important;
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 30px;
    font-weight: 200;
}

.unten_footer_dreierblock img {
    width: 150px;
}

.unten_footer_links .header,
.unten_footer_dreierblock .header {
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 15px;
}

.unten_footer_links h2,
.unten_footer_links h3,
.unten_footer_links p,
.unten_footer_dreierblock h3,
.unten_footer_dreierblock p {
    color: #fff;
}

.to_shop {
    margin-bottom: 10px;
    font-size: 14px;
}

.to_shop.margin-top-20 {
    margin-top: 5px;
}

.suchergebnis_ergebnis_rechts_preis_container.flex-column {
    align-items: start;
}

.price-btn-container.align-self-start {
    align-self: flex-end;
}

.unten_footer_dreierblock {
    vertical-align: top;
    display: inline-block;
    width: 17%;
    margin-top: 30px;
    font-size: 13px !important;
    font-weight: 200;
}

/* Mikronährstoffberatung page */

.beratung-hero {
    background: linear-gradient(135deg, #2a5f8f 0%, var(--main-color2) 50%, #4a8ac4 100%);
    padding: 70px 20px 60px;
    color: white;
}

.beratung-hero-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

.beratung-hero-content {
    flex: 1;
}

.beratung-hero-visual {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    opacity: 0.9;
}

.beratung-hero-svg {
    width: 100%;
    height: 100%;
}

.beratung-badge {
    display: inline-block;
    background-color: rgba(244, 169, 37, 0.2);
    border: 1px solid rgba(244, 169, 37, 0.4);
    color: var(--main-color1);
    border-radius: 20px;
    padding: 5px 16px;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    font-weight: 600;
}

.beratung-hero h1 {
    color: white;
    font-size: 34px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.beratung-hero-highlight {
    font-size: 16px;
    color: var(--main-color1);
    font-weight: 600;
    margin-bottom: 12px;
}

.beratung-hero-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin-bottom: 28px;
}

.beratung-hero-cta {
    display: inline-block;
    background-color: var(--main-color1);
    color: white;
    padding: 14px 38px;
    border-radius: 35px;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.beratung-hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(244, 169, 37, 0.4);
    color: white;
}

.beratung-benefits-section {
    padding: 60px 20px;
    background-color: white;
}

.beratung-benefits-section h2 {
    margin-bottom: 35px;
}

.beratung-benefits-grid {
    display: flex;
    gap: 25px;
    max-width: 900px;
    margin: 0 auto;
    justify-content: center;
}

.beratung-benefit-card {
    flex: 1;
    max-width: 280px;
    text-align: center;
    padding: 30px 22px 25px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
    border: 1px solid #eaeef3;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.beratung-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(52, 117, 172, 0.12);
}

.beratung-benefit-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: var(--main-color3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.beratung-benefit-card h3 {
    font-size: 16px;
    color: var(--main-color2);
    margin-bottom: 8px;
    font-weight: 600;
}

.beratung-benefit-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.beratung-booking-section {
    padding: 55px 20px;
    background-color: var(--main-color3);
}

.beratung-booking-section h2 {
    margin-bottom: 8px;
}

.beratung-booking-note {
    font-size: 14px;
    color: #999;
    font-style: italic;
    margin-bottom: 20px;
}

.beratung-steps-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.beratung-step-pill {
    background-color: white;
    border: 1px solid #d0dbe6;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 13px;
    color: var(--main-color2);
    font-weight: 500;
    white-space: nowrap;
}

.beratung-step-arrow {
    color: #bbb;
    font-size: 14px;
}

.beratung-booking-locked {
    padding: 40px 30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    max-width: 480px;
    margin: 0 auto;
}

.beratung-booking-locked p {
    margin-bottom: 20px;
    color: #555;
}

.beratung-trust-section {
    padding: 18px 20px;
    background-color: var(--main-color3);
    border-top: 1px solid #dde5ed;
}

.beratung-trust-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 13px;
    color: var(--main-color2);
    font-weight: 600;
}

.beratung-trust-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--main-color1);
    display: inline-block;
}

/* Paywall modal */

.beratung-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.beratung-modal {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
    max-width: 550px;
    width: 90%;
    position: relative;
    text-align: center;
}

.beratung-modal h3 {
    margin-bottom: 12px;
    color: var(--main-color2);
    font-weight: bold;
}

.beratung-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
}

.beratung-modal-close:hover {
    color: #333;
}

.beratung-modal-desc {
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
}

.beratung-check {
    color: #28a745;
    margin-right: 6px;
    font-weight: bold;
}

.beratung-paywall-highlight {
    background-color: var(--main-color3);
    border-left: 4px solid var(--main-color2);
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 20px;
}

.beratung-paywall-highlight p {
    color: #333;
    font-size: 14px;
    font-style: italic;
    margin: 0;
}

.beratung-paywall-features {
    background-color: #f8f9fa;
    padding: 18px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: left;
}

.beratung-paywall-features ul {
    margin: 10px 0 0 0;
    padding-left: 20px;
}

.beratung-paywall-features li {
    margin-bottom: 8px;
    font-size: 14px;
}

.beratung-cta {
    display: block;
    background-color: var(--main-color1) !important;
    color: white !important;
    padding: 14px 30px;
    text-decoration: none;
    border-radius: 23px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    transition: transform 0.2s ease;
}

.beratung-cta:hover {
    transform: scale(1.03);
}

.beratung-paywall-sub {
    color: #999;
    font-size: 13px;
    margin-top: 10px;
}

.beratung-paywall-login {
    margin-top: 16px;
    font-size: 14px;
}

.beratung-paywall-login a {
    color: var(--main-color2);
    text-decoration: underline;
}

/* Homepage teaser */

.beratung-teaser {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}

.beratung-teaser-icon {
    margin-bottom: 15px;
}

.beratung-teaser h2 {
    margin-bottom: 12px;
}

.beratung-teaser-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 18px;
}

.beratung-teaser-checks {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 22px;
    font-size: 13px;
    color: #444;
}

.beratung-teaser-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.beratung-teaser-pro-hint {
    display: block;
    font-size: 11px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive */

@media (max-width: 768px) {
    .beratung-hero {
        padding: 45px 20px 35px;
    }

    .beratung-hero-inner {
        flex-direction: column;
        text-align: center;
    }

    .beratung-hero-visual {
        width: 140px;
        height: 140px;
        order: -1;
    }

    .beratung-hero h1 {
        font-size: 26px;
    }

    .beratung-hero-highlight {
        font-size: 15px;
    }

    .beratung-benefits-grid {
        flex-direction: column;
        align-items: center;
    }

    .beratung-benefit-card {
        max-width: 100%;
    }

    .beratung-steps-inline {
        flex-direction: column;
        gap: 6px;
    }

    .beratung-step-arrow {
        transform: rotate(90deg);
    }

    .beratung-teaser-checks {
        flex-direction: column;
        gap: 6px;
        align-items: center;
    }

    .beratung-trust-items {
        flex-direction: column;
        gap: 4px;
    }

    .beratung-trust-dot {
        display: none;
    }
}

.wirkverstaerker-details {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 32px;
}

.wirkverstaerker-details table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    border-radius: 8px;
    overflow: hidden;
}

.wirkverstaerker-details th {
    text-align: left;
    font-weight: 600;
    color: white;
    background-color: var(--main-color2);
    padding: 8px 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.wirkverstaerker-details td {
    padding: 10px 12px;
    color: #444;
    vertical-align: top;
}

.wirkverstaerker-details td:first-child {
    font-weight: 600;
}

.wirkverstaerker-details td ul {
    margin: 0;
    padding-left: 18px;
}

.wirkverstaerker-details td li {
    margin-bottom: 3px;
}

.wirkverstaerker-details tr:nth-child(odd) td {
    background-color: var(--main-color3);
}

.wirkverstaerker-hinweise {
    margin: 0 0 20px 32px;
    padding: 14px 18px;
    background-color: var(--main-color3);
    border-left: 3px solid var(--main-color2);
    border-radius: 6px;
}

.wirkverstaerker-hinweise h4 {
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--main-color2);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.wirkverstaerker-hinweise ul {
    margin: 0;
    padding-left: 18px;
}

.wirkverstaerker-hinweise li {
    font-size: 13px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 6px;
}

.wirkverstaerker-details tr:nth-child(even) td {
    background-color: #fff;
}

.wechselwirkung_container {
    display: flex;
    justify-content: center
}

#wechselwirkungsrechner > div > h1 {
    padding-left: 5%;
    padding-right: 5%;
}

.wechselwirkung_positiv,
.wechselwirkung_negativ {
    display: inline-block;
    vertical-align: top;
}

.wechselwirkung_negativ {
    margin-left: 30px;
}

.wechselwirkung_block {
    width: 300px;
    margin: 15px 0;

}

.wechselwirkung_plus {
    display: inline-block;
    margin: 0 15px;
}

.wechselwirkung_icon {
    display: inline-block;
    vertical-align: top;
}

.wechselwirkung_icon IMG {
    width: auto !important;
    height: 15px;
}

.wechselwirkung_text {
    display: inline-block;
    vertical-align: top;
    width: 250px;
}

.wechselwirkung_empfehlung {
    margin-top: 25px;
}

.query-success {
    margin-bottom: 40px;
}

.medication-select-container {
    max-width: 400px;
    margin: 0 auto;
}

.medication-select-container h3 {
    color: var(--main-color2);
    margin-bottom: 15px;
}

.searchable-select-row {
    margin: 1em 0;
}

.searchable-select {
    position: relative;
}

.searchable-select-trigger {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 50px 0 35px;
    background-color: var(--main-color3);
    border: 1px solid var(--main-color2);
    border-radius: 35px;
    color: var(--main-color2);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    box-sizing: border-box;
    background-image: linear-gradient(45deg, transparent 50%, #3475ac 50%),
        linear-gradient(135deg, #3475ac 50%, transparent 50%),
        linear-gradient(to right, #3475ac, #3475ac);
    background-position: calc(100% - 20px) calc(1em + 0px),
        calc(100% - 15px) calc(1em + 0px),
        calc(100% - 2.5em) 0.35em;
    background-size: 5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}

.searchable-select-dropdown {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid var(--main-color2);
    border-radius: 8px;
    z-index: 100;
    margin-top: 2px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.searchable-select.open .searchable-select-dropdown {
    display: block;
}

.searchable-select-search {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--main-color3);
    padding: 8px 12px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
}

.searchable-select-options {
    max-height: 200px;
    overflow-y: auto;
}

.searchable-select-option {
    padding: 6px 12px;
    cursor: pointer;
    font-size: 14px;
    color: var(--main-color2);
}

.searchable-select-option:hover {
    background: var(--main-color3);
}

.reset-selections-link {
    color: #c0392b;
    font-size: 13px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.reset-selections-link:hover {
    text-decoration: underline;
}

/* Innenabstände */

.innenabstand {
    width: 1100px;
    padding: 15px;
    margin: auto;
}

.innenabstand_content {
    width: 1070px;
    padding: 55px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: auto;
    overflow-wrap: break-word;
    box-sizing: content-box;
}

.suchergebnis_bereich_ergebnisse .innenabstand_content {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
}

.product-query-notice {
    border: 2px solid var(--main-color2);
/ / border-top: 2 px solid silver;
    width: 100%;
    text-align: center;
    margin-top: 40px;

    margin-left: auto;
    margin-right: auto;
}

.product-query-notice-inner {
    padding: 1px 25px;
}

.product-query-notice-button {
    display: inline-block;
    background-color: #fff;
    border: 2px solid var(--main-color2);
    color: var(--main-color2);
    border-radius: 20px;
    font-weight: bold;
    margin-right: 10px;
    text-align: center;
    padding: 8px 20px;
    margin-bottom: 1em;
}

.product-query-notice-button:hover {
    background-color: var(--main-color2);
    color: #fff;
}

/* Text */

.blogpost {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

table,
table th,
table td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
    margin: auto;
}

table.table-no-border,
table.table-no-border th,
table.table-no-border td {
    border: none;
    border-collapse: collapse;
    padding: 5px;
    margin: auto;
}

td.dose-exceeded-catalog-link-td {
    border-left: solid 1px white;
    border-right: solid 1px white;
    border-bottom: solid 1px white;
}

.mb1 {
    margin-bottom: 10px;
}

.mb2 {
    margin-bottom: 20px;
}

.mt1 {
    margin-top: 10px;
}

.mt2 {
    margin-top: 20px;
}

.red {
    color: #ff0000;
}

.width100 {
    width: 100%;
}

.text_top {
    vertical-align: text-top;
}

.text_right {
    text-align: right;
}

.button-experten-modus {
    margin-left: 15px;
}

.column-expert-modus {
    display: none;
}

.headingImage {
    max-width: 500px;
}

table thead {
    font-weight: 1000;
    color: black;
}

.blogpost h3 {
    color: var(--main-color2);
}

.klein {
    font-size: 13px;
}

.normal {
    font-size: 16px;
    font-weight: 400;
}

h2 {
    font-size: 20px !important;
    font-weight: bold !important;
    color: var(--main-color2) !important;
    margin-bottom: 15px !important;
}

h3 {
    color: var(--main-color2) !important;
}

.hgross {
    font-size: 18px;
}

.gross {
    font-size: 22px;
}

.weiss, .weiss a {
    color: #fff;
}

.blau, .blau a {
    color: var(--main-color2);
}

.gelb, .gelb a {
    color: var(--main-color1);
}

.gruen, .gruen a {
    color: #189D00;
}

.rot, .rot a {
    color: #f00;
}

.schwarz, .schwarz a {
    color: #000;
}

.nomargin {
    margin: 0;
}

/* Zentrierung */

.contact_input {
    width: 100%;
    max-width: 400px;
}

.hzentriert {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.info_icon_container {
    position: relative;
}

/*
.info_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 30px;
    cursor: pointer;
}
*/
.info_dialog {
    background: white;
    position: absolute;
    top: 10px;
    left: 40px;
    right: 40px;
    display: none;
    border: 4px solid var(--main-color1);
    border-radius: 5px;
    z-index: 1000;
    color: black;
    padding: 20px;
    padding-top: 0;
    text-align: left;
}

.facts_container {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.facts_circle {
    display: inline-block;
    background: #fff;
    text-align: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-left: 20px;
    overflow: hidden;
    border: 2px solid var(--main-color2);
    hyphens: auto;
}

.facts_circle p {
    overflow: hidden;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    color: #2c2c2c;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    word-wrap: break-word;
    font-size: 18px;
}

.facts_circle:first-child {
    margin-left: 0px;
}

.bewertung_positiv td,
.bewertung_negativ td {
    position: relative;
}

.tooltip {
    position: relative !important;
    display: inline-block !important;
    border-bottom: 1px dotted black !important; /* If you want dots under the hoverable text */
    cursor: help !important;
    opacity: 1 !important;
}

/* Tooltip text */
.tooltip ~ .tooltiptext.mobile,
.tooltip > .tooltiptext.desktop {
    width: 260px;
    background-color: var(--main-color2);
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 10px 5px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    top: -15px;
    left: 110%;
}

.tooltip > .tooltiptext.desktop {
    visibility: hidden;
}

.tooltip ~ .tooltiptext.mobile {
    width: 80vw;
    margin-top: 5px;
    left: -10000px;
    margin-left: 20vw;
    margin-right: 20vw;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover > .tooltiptext.desktop, .tooltip:active > .tooltiptext.desktop {
    visibility: visible;
}

.tooltip.active ~ .tooltiptext.mobile {
    left: 0;
    transform: translateX(-90vw);
}

.colorb {
    color: #000;
}

.color1 {
    color: var(--main-color1);
}

.color2 {
    color: var(--main-color2);
}

.color3 {
    color: var(--main-color3);
}

nav.supplements-trend-container {
    height: auto !important;
    padding: 10px 30px !important;
}

nav:has(.m-menu__checkbox),
nav:has(.m-menu__toggle) {
    height: 0;
    padding: 0 16px;
    display: flex;
    align-items: center;
}

nav ul {
    list-style: none;
    margin: 0;
}

nav p {
    padding-left: 20px;
    font-weight: 800;
    color: var(--main-color2)
}

nav .m-menu__checkbox {
    display: none;
}

nav label.m-menu__toggle {
    cursor: pointer;
}

nav .m-menu {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 450px;
    width: calc(100vw - 30px);
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    -moz-transform: translate3d(-450px, 0, 0);
    -o-transform: translate3d(-450px, 0, 0);
    -ms-transform: translate3d(-450px, 0, 0);
    -webkit-transform: translate3d(-450px, 0, 0);
    transform: translate3d(-450px, 0, 0);
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 2000;
    background-color: #fff;
}

nav .m-menu__overlay {
    background-color: rgba(103, 103, 103, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    display: none;
    height: 100vh;
    width: 100vw;
}

nav .m-menu__header {
    padding: 0 16px;
    height: 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    flex-direction: row-reverse;
}

nav .m-menu__header span {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

nav .m-menu .m-menu {
    -moz-transform: translate3d(480px, 0, 0);
    -o-transform: translate3d(480px, 0, 0);
    -ms-transform: translate3d(480px, 0, 0);
    -webkit-transform: translate3d(480px, 0, 0);
    transform: translate3d(480px, 0, 0);
}

nav .m-menu ul:last-child {
    padding-bottom: 60px;
}

nav .m-menu ul li {
    border-bottom: 1px solid #e8e8e8;
}

nav .m-menu ul li:last-child {
    border-bottom: none;
}

nav .m-menu p {
    padding-left: 50px;
}

nav .m-menu ul {
    padding-left: 55px;
}

nav hr {
    margin: 0;
}

nav .m-menu ul li label {
    display: block;
    text-align: left;
    padding: 0 15px;
    line-height: 47px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

nav .m-menu ul li label.a-label__chevron::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-color: #333;
    border-style: solid;
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px;
    right: 16px;
}

nav .m-menu ul li .-invisible {
    border-bottom: 0;
}

nav .m-menu .m-menu label.m-menu__toggle {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

nav .m-menu__checkbox:checked ~ .m-menu__overlay {
    display: block;
}

nav .m-menu__checkbox:checked ~ .m-menu {
    position: fixed;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.loader {
    text-align: center;
    visibility: hidden;
}

.loader img {
    height: 50px;
}

.show {
    visibility: visible;
}

.merkzettel-benachrichtigung {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    text-align: center;
    border-left: 4px solid var(--main-color1);
    border-radius: 8px;
    padding: 16px 32px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    bottom: 30px;
    background-color: var(--main-color3);
    color: #212529;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    transform: translateY(10px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.merkzettel-benachrichtigung > i {
    font-size: 20px;
    color: var(--main-color1);
    margin-right: 10px;
}

.merkzettel-benachrichtigung.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

/* Wishlist tooltip styles */

/* Desktop hover tooltip - positioned to the right */
.wishlist-empty {
    position: relative;
    cursor: not-allowed !important;
}

/* Ensure not-allowed cursor shows on the link inside */
.wishlist-empty * {
    cursor: not-allowed !important;
}


.detailseite_produktbeschreibung.review-container {
    margin: 0;
}

.detailseite_produktbeschreibung.review-container h3 {
    font-size: 17px;
    font-weight: 700;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.detailseite_produktbeschreibung.review-container h4 {
    font-size: 16px;
    font-weight: 700;
}

.detailseite_produktbeschreibung.review-container strong,
.detailseite_produktbeschreibung.review-container b {
    font-size: 16px;
    font-weight: 600;
}

/* Review Meta Information */
.review-badge-wrapper {
    display: inline-block;
}
.review-badge-wrapper {
    display: inline-block;
}
.review-badge-wrapper {
    display: inline-block;
}

.review-badge-container {
    position: relative;
    display: inline-block;
}

.badge-grade-display {
    position: absolute;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
}

.badge-grade-display span {
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
}

/* Specific styling for review meta info */
.review-meta-info {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0;
}

.review-meta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.review-meta-left {
    flex: 1;
}

.review-meta-right {
    flex-shrink: 0;
}

.product-unavailable-notice {
    background-color: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0;
    text-align: center;
}

.product-unavailable-notice h3 {
    color: #856404;
    margin-bottom: 10px;
}

.product-alternatives {
    margin: 30px 0;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.alternatives-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

#productAlternatives > h2 {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 1.5rem;
}

.alternative-product {
    background: white;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    transition: box-shadow 0.3s;
}

.alternative-product:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.alternative-product img {
    width: 100%;
    max-width: 150px;
    height: 150px;
    object-fit: contain;
}

.alternative-product-name {
    margin: 10px 0;
    font-weight: bold;
    min-height: 40px;
}

.alternative-product-score {
    color: var(--main-color1);
    font-weight: bold;
}

.alternative-product-price {
    margin: 10px 0;
}

.alternative-product-button {
    display: inline-block;
    padding: 8px 20px;
    background-color: var(--main-color2);
    color: white;
    text-decoration: none;
    border-radius: 20px;
    transition: background-color 0.3s;
}

.alternative-product-button:hover {
    background-color: var(--main-color1);
}

/* Mobile responsive */
@media (max-width: 600px) {
    .review-meta-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .review-meta-right {
        align-self: center;
    }
}



/* FAQ Section */
.faq-section {
    margin: 40px 0;
}

.faq-item {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faq-question {
    padding: 15px;
    background-color: #f8f9fa;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #e9ecef;
}

.faq-toggle {
    font-size: 12px;
    color: var(--main-color2);
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 15px;
    display: none;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Product Highlights */
.product-highlights-section {
    margin: 20px 0;
    padding: 20px;
    background-color: #e6eef5;
    border-radius: 10px;
}

.product-highlights-section h4 {
    color: var(--main-color2);
    margin-bottom: 15px;
}

.product-highlights-section ul {
    margin-left: 20px;
}

.product-highlights-section li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .review-meta-info {
        padding: 15px;
        margin: 20px 0;
    }

    .faq-question {
        padding: 12px;
        font-size: 14px;
    }

    .faq-answer {
        padding: 12px;
        font-size: 14px;
    }

    .product-highlights-section {
        padding: 15px;
    }

    .review-rating-stars {
        display: block;
        margin-bottom: 5px;
    }
}


/* Hide pseudo-element tooltips on touch devices */
@media (hover: none) and (pointer: coarse) {
    .wishlist-empty::after,
    .wishlist-empty::before {
        display: none !important;
    }
}

/* Desktop only tooltip */
@media (hover: hover) and (pointer: fine) {
    .wishlist-empty::after {
        content: attr(data-tooltip);
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translateY(-50%);
        background-color: #3475ac;
        color: white;
        padding: 8px 12px;
        border-radius: 4px;
        font-size: 14px;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s;
        margin-left: 10px;
        z-index: 9999;
    }

    /* Arrow for tooltip pointing left */
    .wishlist-empty::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translateY(-50%);
        border-width: 5px;
        border-style: solid;
        border-color: transparent #3475ac transparent transparent;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s;
        margin-left: 0;
        z-index: 9999;
    }

    /* Show tooltip on hover */
    .wishlist-empty:hover::after,
    .wishlist-empty:hover::before {
        opacity: 1;
    }
}

/* Mobile tooltip (shown on tap) - black background for better contrast */
.mobile-tooltip {
    background-color: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    animation: fadeIn 0.3s ease-in;
    white-space: nowrap;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateX(-50%) translateY(-5px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}


.infografic-supplemento {
    width: 100%;
}

.product-query-form-fields {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-query-form-fields > *:not(:last-child) {
    margin-bottom: 10px;
}

#result-num-groups-range-filter {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 25px;
}

#result-num-groups-range-filter button {
    margin-top: -15px;
    margin-left: 15px;
    width: 30px;
    display: flex;
    justify-content: center;
    padding: 10px 30px;
}

#result-num-groups-range-filter > div:first-child {
    max-width: 335px;
}

#result-num-groups-range-filter > div:first-child > div.range_container {
    width: 335px;
    max-width: 335px;
}

.table-enthaltene-naehrstoffe > tbody > tr > td > p {
    display: none;
    margin-block-start: 0;
    margin-block-end: 5px;
}

.table-enthaltene-naehrstoffe > tbody > tr > td > div {
    padding-left: 25px;
}

.table-enthaltene-naehrstoffe .column-naehrstoff {
    min-width: 250px;
}

.table-enthaltene-naehrstoffe .column-menge-pro-dosis {
    min-width: 160px;
}

.table-enthaltene-naehrstoffe .column-expert-modus {
    min-width: 300px;
}

.price-btn-container {
    display: flex;
    white-space: nowrap;
    column-gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media (max-width: 768px) {
    .filter_apply_button.button-experten-modus {
        margin-top: 15px;
        margin-left: 0;
    }

    .price-btn-container {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
        white-space: unset;
    }
    #result-num-groups-range-filter {
        flex-direction: row;
        justify-content: flex-start;
        margin-left: 0;
        margin-bottom: -20px;
    }

    #result-num-groups-range-filter > div:first-child {
        max-width: 268px;
        margin-top: 15px
    }

    #result-num-groups-range-filter > div:first-child > div.range_container {
        display:flex;
        max-width: 268px
    }

    #result-num-groups-range-filter > div > button.filter_apply_button {
        margin-top: 0;
        margin-left: 15px;
    }
}

@media (max-width: 390px) {
    #result-num-groups-range-filter > div:first-child {
        max-width: 260px;
    }

    #result-num-groups-range-filter > div:first-child > div.range_container {
        max-width: 260px
    }

    #result-num-groups-range-filter > div > button.filter_apply_button {
        margin-left: 8px;
    }
}


@media (min-width: 1025px) {
    /* Sticky Share this buttons */
    #st-1,
    #st-2 {
        bottom: 160px !important;
        top: unset !important;
        visibility: hidden;
    }
}

@media (min-width: 395px) {
    #result-num-groups-range-filter {
        display: flex;
        align-items: center;
        flex-direction: unset;
        margin-left: unset;
    }
}

@media (min-width: 768px) AND (max-width: 1135px) {
    .price-btn-container.align-self-start {
        align-self: flex-end;
    }

    .suchergebnis_ergebnis_rechts_preis_container.flex-column {
        align-items: start;
    }
}

@media (min-width: 290px) AND (max-width: 1135px) {
    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    h3 {
        font-size: 1.1rem;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    input[type=range]:focus {
        outline: none;
    }

    input[type=range] {
        -webkit-appearance: none;
        margin: 18px 0;
        width: 100%;
        background-color: var(--main-color3);
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        background-color: silver;
        border-radius: 5px;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        background-color: silver;
        border-radius: 3px;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: 0px solid gray;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: var(--main-color2);
        cursor: pointer;
        margin-top: -15px;
    }

    input[type=range]::-moz-range-thumb {
        border: 8px solid gray;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: #ffffff;
        cursor: pointer;
        margin-top: -14px;
    }

    .product_page_img {
        width: 100%;
    }

    .bewertung_positiv,
    .bewertung_negativ {
        vertical-align: top;
        display: block;
        width: 100%;
        text-align: left;
    }

    .bewertung_positiv {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .bewertung_positiv div,
    .bewertung_negativ div {
        display: flex;
        align-items: start;
    }

    .bewertung_positiv IMG,
    .bewertung_negativ IMG {
        height: 15px;
        width: auto !important;
        padding-top: 5px;
        padding-right: 7px;
    }

    .blog_titelbild {
        text-align: center;
    }

    .blog_titelbild IMG {
        margin: auto;
    }

    .blog_untertitel {

    }

    .blog_blogtext {
        width: 100%;
        margin: 65px auto;
        padding-bottom: 50px;
        text-align: left;
    }

    .button {
        padding: 5px 35px;
        width: calc(100% - 0px);
        margin-top: 10px;
    }


    .detailseite_produktbeschreibung {
        margin: 55px 0;
        text-align: left;
    }

    .to_shop.margin-top-20 {
        margin-top: 20px;
    }

    #wechselwirkungsrechner > div > h1 {
        padding-left: 0;
        padding-right: 0;
    }

    .wechselwirkung_icon {
        padding-right: 7px;
    }

    .wechselwirkung_block {
        width: 100%;
    }

    .wechselwirkung_text {
        text-align: left;
    }

    .wechselwirkung_container {
        flex-direction: column;
    }

    .wechselwirkung_negativ {
        margin-left: 0px;
    }

    #filterlink_mobil {
        display: block;
        background-color: var(--main-color3);
        padding: 15px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-bottom: 2px solid #fff;
        width: 100%;
    }

    .magazin_container {
        display: inline-block;
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 50px !important;
        vertical-align: top;
    }

    .mitte IMG {
        width: 70%;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .mobilzentriert {
        text-align: center !important;
    }

    .oben_suchmaske_vorteile {
        margin: 20px auto;
        text-align: left;
    }

    .oben_suchmaske_vorteil {
        display: block;
        color: #aec8de;
        margin-right: 0px;
        font-size: 13px !important;
        font-weight: 400;

    }

    .oben_suchmaske_suchfeld_inputfeld {
        display: inline-block;
        font-size: 18px;
        background-color: #fff;
        border: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        margin-left: 45px;
        padding-top: 7px;
        height: calc(100% - 15px);
        width: 45%;
        outline: none !important;
    }

    .oben_suchmaske_suchfeld_rahmen {
        background-color: #fff;
        border-radius: 30px;
        width: calc(100% - 40px);
        height: 50px;
        margin: auto;
    }

    .oben_suchmaske_keywordbuttons {
        height: 29px;
        width: 120px;
    }

    .produkt_kurzansicht {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 55px;
        text-align: center;
        padding: 0;
    }

    .produkt_kurzansicht IMG {
        margin-bottom: 5px;
    }

    .rechts IMG {
        width: 45px;
    }

    .rechts IMG:last-child {
        margin-right: 0;
    }

    .seitenzaehler {
        width: calc(100% - 0px);
        text-align: center;
        margin-top: 40px;
    }

    .startseite_viererblock {
        display: inline-block;
        width: calc(100% - 50px);
        margin-right: 0px;
        margin-bottom: 40px;
        padding: 25px;
    }

    .suchergebnis_bereich {
        position: relative;
    }

    .suchergebnis_ergebnis {
        width: calc(100% - 0px);
        margin-bottom: 20px;
        padding-bottom: 40px;
    }

    .suchergebnis_ergebnis_card .suchergebnis_ergebnis_links {
        padding: 25px 0 5px;
    }

    .suchergebnis_ergebnis_card .suchergebnis_ergebnis_rechts {
        padding: 0 0 30px;
    }

    .suchergebnis_ergebnis_card .suchergebnis_ergebnis_rechts_headline {
        margin-top: 0;
    }

    .suchergebnis_bereich_filter {
        position: absolute;
        left: -1500px;
        vertical-align: top;
        height: auto !important;
        width: 100%;
        padding: 25px;
        background-color: var(--main-color3);
        margin-bottom: 50px;
        z-index: 102;
        transition: all .5s;
        box-sizing: border-box;
    }

    .filter_apply_button {
        margin-top: 0px;
    }

    .suchergebnis_ergebnis_links {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 45px 0;
        text-align: center;
    }

    .suchergebnis_ergebnis_links img {
        max-width: 300px;
    }

    .suchergebnis_ergebnis_rechts {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 45px 0;
    }

    .suchergebnis_ergebnis_rechts_balken_container {
        flex-wrap: wrap;
    }

    .suchergebnis_score_row {
        flex-wrap: wrap;
    }

    .suchergebnis_ergebnis_rechts_lang {
        display: inline-block;
        vertical-align: top;
        width: 100% !important;
        padding: 0px 0 45px;
        text-align: left;
        margin-left: 0;
    }

    .suchergebnis_ergebnis_rechts_lang h1 {
        margin-top: 0px;
    }

    .suchergebnis_ergebnis_rechts_headline {
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: -65px;
        text-align: left;
    }

    .suchergebnis_ergebnis_rechts_balken {
        width: 100%;
        text-align: left;
    }

    .suchergebnis_ergebnis_rechts_balken_titel {
        display: inline-block;
        vertical-align: middle;
        width: 220px;
        margin-bottom: 5px;
        font-size: 14px;
        text-align: left;
    }

    .suchergebnis_ergebnis_rechts_balken_grau {
        display: inline-block;
        vertical-align: middle;
        width: 300px;
        background-color: #eee;
        margin-bottom: 15px;
        text-align: left;
    }

    .suchergebnis_ergebnis_rechts_balken_blau {
        display: inline-block;
        height: 100%;
        background-color: var(--main-color2);
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        padding: 2px 0 2px 10px;
        text-align: left;
    }

    .suchergebnis_ergebnis_rechts_link {
        margin: 25px 0;
        text-align: left;
    }

    .suchergebnis_ergebnis_rechts_link a,
    #dose-exceeded-catalog-link-container > a {
        color: var(--main-color2);
        font-size: 14px;
        text-align: left;
    }

    .suchergebnis_ergebnis_rechts_preis {
        display: inline-block;
        text-align: center;
        margin-top: 20px;
    }

    .suchergebnis_ergebnis_rechts_preis_button {
        font-size: 12px;
        font-weight: bold;
        padding: 7px 20px;
        border: 2px solid var(--main-color1);
        color: var(--main-color1);
        background-color: #ffffff;
        border-radius: 30px;
        display: inline-block;
        text-align: left;
        margin-left: 0;
    }

    .suchergebnis_ergebnis_rechts_preis_button:hover {
        background-color: var(--main-color1);
        color: #fff;
        cursor: pointer;

    }

    .suchergebnis_ergebnis_rechts_preis_bei {
        font-size: 10px;
        width: 135px;
        text-align: center;
    }

    .suchergebnis_bereich_ergebnisse {
        display: block;
        vertical-align: top;
        width: 100%;
        height: auto;
        padding: 50px 25px;
        margin-left: 0;
        text-align: left;
    }

    .suchergebnis_bereich_ergebnisse hr:first-of-type.mg-top40 {
        margin-top: 10px;
    }

    .suchfeld {
        padding: 7px 30px;
        width: calc(100% - 60px);
        margin-right: 0;
    }

    .teameinleitung {
        width: 100%;
    }

    .team_container {
        width: 100%;
        margin: 30px auto;
    }

    .team_container:last-child {
        margin-right: 0;
    }

    .team_container IMG {
        width: 150px !important;
    }

    .team_headline {
        font-weight: bold;
        margin: 10px 0 0 0;
    }

    .team_titel {
        margin: 5px 0;
    }

    .unten_footer_links {
        vertical-align: top;
        display: block;
        width: calc(100% - 0px) !important;
        font-size: 13px !important;
        padding-right: 0px !important;
        margin-top: 50px;
        margin-left: 0px;
        margin-bottom: 20px;

    }

    .unten_footer_links .header,
    .unten_footer_dreierblock .header {
        font-size: 14px !important;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .unten_footer_dreierblock {
        vertical-align: top;
        display: inline-block;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 13px !important;
    }

    .wechselwirkung_negativ {
        margin-top: 35px;
    }

    /* Innenabstände */
    .innenabstand {
        width: calc(100% - 50px);
        padding: 25px;
        margin: 0;
    }

    .innenabstand .links {
        display: none;
    }

    .innenabstand .rechts,
    .innenabstand .mitte {
        display: block;
        text-align: center;
        width: 100%;
    }

    .innenabstand_content {
        width: calc(100% - 50px);
        padding: 50px 25px;
        margin: auto;
        text-align: center;
    }

    .abschnitt.haftungsausschluss > .innenabstand_content,
    .abschnitt.wissenschaftliche-validierung > .innenabstand_content {
        text-align: left;
    }

    .innenabstand_content IMG {
        width: calc(100% - 40px);
    }

    .bewertung_positiv IMG,
    .bewertung_negativ IMG {
        height: 20px;
        width: auto !important;
        padding-top: 5px;
        padding-right: 7px;
    }

    .bewertung_positiv td.check-img, .bewertung_negativ td.check-img {
        padding-top: 3px;
    }

    .user-text {
        display: none;
    }

    .filter-info-container {
        width: 100%;
    }

    .tooltip > .tooltiptext.desktop {
        display: none;
    }

    #filter-info-container-application > div.values {
        width: 90%;
        max-width: 90%;
        margin-right: 0px;
    }

    #filter-info-container-application.active > div.values {
        margin: 0 auto;
    }

    .suchergebnis_bereich_ergebnisse .innenabstand_content {
        padding: 0;
        margin: 0;
    }

    .suchergebnis_bereich_ergebnisse .innenabstand_content:nth-child(1) {
        padding-top: 20px;
    }

    .info_icon {
        position: absolute;
        top: 23px;
        left: 9px;
        font-size: 30px;
        cursor: pointer;
    }

    form > div > div.oben_suchmaske_suchfeld_merkzettel_button {
        position: unset;
        top: unset;
        right: unset;
        font-size: 18px;
        color: #ffffff;
        text-align: center;
        margin-top: 17px;
    }

    form > div > div.oben_suchmaske_suchfeld_merkzettel_button > a {
        justify-content: center;
    }

    .merkzettel-benachrichtigung {
        min-width: unset;
        width: 70%;
        margin-left: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    .table-enthaltene-naehrstoffe .column-naehrstoff,
    .table-enthaltene-naehrstoffe .column-expert-modus {
        min-width: 200px;
    }
}

@media (max-width: 390px) {
    .table-enthaltene-naehrstoffe .column-naehrstoff,
    .table-enthaltene-naehrstoffe .column-expert-modus {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .table-enthaltene-naehrstoffe .column-menge-pro-dosis {
        min-width: 130px;
    }

    .table-enthaltene-naehrstoffe .column-expert-modus p {
        text-decoration: underline;
        padding-bottom: 3px;
    }

    .table-enthaltene-naehrstoffe > thead > tr > th,
    .table-enthaltene-naehrstoffe > tbody > tr > td {
        font-size: 14px;
    }

    .table-enthaltene-naehrstoffe .column-expert-modus div {
        font-size: 12px;
    }

    footer .oben_suchmaske_vorteile {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 5px;
    }
}

@media (max-width: 400px) {
    .score_bar_container{
        width: 260px !important;
    }
}


@media (max-width: 360px) {
    .sort_field_wrapper input {
        margin-top: 5px;
    }

    .input_filter_container > div > input {
        margin-top: 4px;
    }

    .sort_field_wrapper label,
    #brand_search, #ingredient_search,
    .suchergebnis_bereich_filter {
        font-size: 14px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .detail_innenabstand,
    .content-section-wrapper-bg,
    .content-section-wrapper:not(.therapist-quicksearch-wrapper) {
        padding: 50px !important;
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .suchergebnis_ergebnis,
    .footer {
        padding-left: 50px;
        padding-right: 50px;
    }
}


/* Share Preview Banner */
.share-preview-banner {
    background-color: #f0f0f0;
    color: #666;
    padding: 6px 20px;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #ddd;
}

.share-preview-banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
}

.share-preview-banner-content i {
    font-size: 14px;
}

@media (max-width: 767px) {
    .share-preview-banner {
        padding: 5px 15px;
    }

    .share-preview-banner-content {
        font-size: 12px;
    }
}


/* PRO Member Bar */
.pro-member-bar {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    color: #666666;
    padding: 5px 10px;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
}

.pro-member-bar__content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    max-width: 1400px;
    margin: 0 auto;
}

.pro-member-bar__badge {
    background-color: #f4a925;
    color: #ffffff;
    padding: 1px 6px;
    border-radius: 8px;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pro-member-bar__welcome {
    color: #888888;
    font-size: 12px;
}

.pro-member-bar__dropdown {
    position: relative;
}

.pro-member-bar__trigger {
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: none;
    padding: 2px 6px;
    color: #3475ac;
    font-size: 12px;
    cursor: pointer;
    transition: color 0.2s;
    min-height: 20px;
}

.pro-member-bar__trigger:hover {
    color: #2c5f8f;
}

.pro-member-bar__email {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro-member-bar__menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 180px;
    display: none;
    z-index: 1002;
}

.pro-member-bar__dropdown:hover .pro-member-bar__menu,
.pro-member-bar__dropdown:focus-within .pro-member-bar__menu {
    display: block;
}

.pro-member-bar__menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    color: #333333;
    text-decoration: none;
    font-size: 13px;
    transition: background-color 0.2s;
}

.pro-member-bar__menu-item:hover {
    background-color: #f5f5f5;
    text-decoration: none;
    color: #333333;
}

.pro-member-bar__menu-item:first-child {
    border-radius: 6px 6px 0 0;
}

.pro-member-bar__menu-item:last-child {
    border-radius: 0 0 6px 6px;
}

.pro-member-bar__menu-item--logout {
    border-top: 1px solid #eee;
    color: #dc3545;
}

.pro-member-bar__menu-item--logout:hover {
    background-color: #fff5f5;
    color: #dc3545;
}

.pro-member-bar__menu-item svg {
    flex-shrink: 0;
}

.pro-member-bar__logout-form {
    margin: 0;
}

.pro-member-bar__logout-form button.pro-member-bar__menu-item {
    width: 100%;
    background: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
}

@media (max-width: 767px) {
    .pro-member-bar {
        padding: 4px 15px;
    }

    .pro-member-bar__welcome {
        display: none;
    }

    .pro-member-bar__email {
        max-width: 120px;
    }
}

/* ── NEWSLETTER POPUP ── */

.newsletter-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    z-index: 9999;
    font-family: 'Poppins', sans-serif;
}

.newsletter-popup-overlay.active {
    display: flex;
}

.newsletter-popup {
    background: #fff;
    border-radius: 20px;
    max-width: 460px;
    width: 100%;
    overflow: hidden;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    transition: opacity 0.2s, transform 0.2s;
}

.newsletter-popup-header {
    background: linear-gradient(135deg, #1c4f7a 0%, var(--main-color2) 60%, #3a8abf 100%);
    padding: 2rem 2rem 1.5rem;
    position: relative;
    overflow: hidden;
}

.newsletter-popup-header::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

.newsletter-popup-header::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(244, 169, 37, 0.18);
}

.newsletter-popup .newsletter-tag {
    display: inline-block;
    background: var(--main-color1);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    margin-bottom: 0.75rem;
}

.newsletter-popup-title {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 0.4rem;
    position: relative;
    z-index: 1;
}

.newsletter-popup-title em {
    font-style: italic;
    color: #f4c76d;
}

.newsletter-popup-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    z-index: 1;
}

.newsletter-popup-body {
    padding: 1.5rem 2rem;
}

.newsletter-popup .newsletter-benefits {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 1.5rem;
}

.newsletter-popup .newsletter-benefit {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.newsletter-popup .newsletter-benefit-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.newsletter-popup .newsletter-benefit-icon.blue {
    background: var(--main-color3);
}

.newsletter-popup .newsletter-benefit-icon.green {
    background: #e1f5ee;
}

.newsletter-popup .newsletter-benefit-icon.orange {
    background: #fef3e0;
}

.newsletter-popup .newsletter-benefit-icon svg {
    width: 14px;
    height: 14px;
}

.newsletter-popup .newsletter-benefit-text {
    font-size: 14px;
    color: #222;
    line-height: 1.45;
}

.newsletter-popup .newsletter-benefit-text strong {
    font-weight: 500;
    display: block;
    font-size: 13.5px;
}

.newsletter-popup .newsletter-benefit-text span {
    color: #666;
    font-size: 13px;
}

.newsletter-popup .newsletter-form-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 1rem;
}

.newsletter-popup .newsletter-form-input {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #222;
    background: #f8f8f8;
    outline: none;
    transition: border-color 0.15s, background 0.15s;
}

.newsletter-popup .newsletter-form-input:focus {
    border-color: var(--main-color2);
    background: #fff;
}

.newsletter-popup .newsletter-form-input::placeholder {
    color: #aaa;
}

.newsletter-popup .newsletter-btn-subscribe {
    width: 100%;
    padding: 13px;
    background: var(--main-color1);
    color: #fff;
    border: none;
    border-radius: 35px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
    letter-spacing: 0.01em;
}

.newsletter-popup .newsletter-btn-subscribe:hover {
    filter: brightness(1.1);
}

.newsletter-popup .newsletter-btn-subscribe:active {
    transform: scale(0.98);
}

.newsletter-popup .newsletter-trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 0.9rem;
    flex-wrap: wrap;
}

.newsletter-popup .newsletter-trust-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #888;
}

.newsletter-popup .newsletter-trust-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1D9E75;
    flex-shrink: 0;
}

.newsletter-popup .newsletter-dismiss-btn {
    display: block;
    text-align: center;
    margin-top: 0.9rem;
    font-size: 12px;
    color: #aaa;
    cursor: pointer;
    background: none;
    border: none;
    font-family: 'Poppins', sans-serif;
    text-decoration: underline;
    text-underline-offset: 2px;
    width: 100%;
}

.newsletter-popup .newsletter-dismiss-btn:hover {
    color: #666;
}

.newsletter-popup .newsletter-success-state {
    display: none;
    padding: 2rem;
    text-align: center;
}

.newsletter-popup .newsletter-success-icon {
    width: 52px;
    height: 52px;
    background: #e1f5ee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.newsletter-popup .newsletter-success-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.5rem;
}

.newsletter-popup .newsletter-success-text {
    font-size: 14px;
    color: #666;
    line-height: 1.55;
}

/* ── NEWSLETTER FOOTER SECTION ── */

.newsletter-footer-section {
    padding: 25px 0 20px;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.newsletter-footer-section .newsletter-footer-title {
    color: var(--main-color1) !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.newsletter-footer-benefits {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.newsletter-footer-benefit {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

.newsletter-footer-benefit svg {
    flex-shrink: 0;
}

.newsletter-footer-form {
    display: flex;
    gap: 10px;
    max-width: 600px;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
}

.newsletter-footer-form input[type="text"],
.newsletter-footer-form input[type="email"] {
    flex: 1;
    min-width: 160px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 35px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    outline: none;
}

.newsletter-footer-form input[type="text"]::placeholder,
.newsletter-footer-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-footer-form input[type="text"]:focus,
.newsletter-footer-form input[type="email"]:focus {
    border-color: var(--main-color1);
    background: rgba(255, 255, 255, 0.15);
}

.newsletter-footer-form button {
    padding: 10px 24px;
    background: var(--main-color1);
    color: #fff;
    border: none;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    white-space: nowrap;
    transition: filter 0.15s;
}

.newsletter-footer-form button:hover {
    filter: brightness(1.1);
}

.newsletter-footer-form .newsletter-footer-success {
    color: #1D9E75;
    font-size: 14px;
    font-weight: 500;
}

.newsletter-footer-trust {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.newsletter-footer-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.newsletter-footer-trust-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1D9E75;
    flex-shrink: 0;
}

/* ── NEWSLETTER SUBSCRIBE PAGE ── */

.newsletter-page {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
}

.newsletter-page-card {
    max-width: 520px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.newsletter-page-header {
    background: linear-gradient(135deg, #1c4f7a 0%, var(--main-color2) 60%, #3a8abf 100%);
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.newsletter-page-tag {
    display: inline-block;
    background: var(--main-color1);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    margin-bottom: 0.75rem;
}

.newsletter-page-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 0.4rem;
}

.newsletter-page-title em {
    font-style: italic;
    color: #f4c76d;
}

.newsletter-page-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
}

.newsletter-page-body {
    padding: 1.5rem 2rem;
}

.newsletter-page-benefits {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 1.5rem;
}

.newsletter-page-benefit {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.newsletter-page-benefit-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.newsletter-page-benefit-icon.blue {
    background: var(--main-color3);
}

.newsletter-page-benefit-icon.green {
    background: #e1f5ee;
}

.newsletter-page-benefit-icon.orange {
    background: #fef3e0;
}

.newsletter-page-benefit-icon svg {
    width: 14px;
    height: 14px;
}

.newsletter-page-benefit-text {
    font-size: 14px;
    color: #222;
    line-height: 1.45;
}

.newsletter-page-benefit-text strong {
    font-weight: 500;
    display: block;
    font-size: 13.5px;
}

.newsletter-page-benefit-text span {
    color: #666;
    font-size: 13px;
}

.newsletter-page-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 1rem;
    position: relative;
}

.newsletter-page-input {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #222;
    background: #f8f8f8;
    outline: none;
    transition: border-color 0.15s, background 0.15s;
}

.newsletter-page-input:focus {
    border-color: var(--main-color2);
    background: #fff;
}

.newsletter-page-input::placeholder {
    color: #aaa;
}

.newsletter-page-submit {
    width: 100%;
    padding: 13px;
    background: var(--main-color1);
    color: #fff;
    border: none;
    border-radius: 35px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: filter 0.15s;
}

.newsletter-page-submit:hover {
    filter: brightness(1.1);
}

.newsletter-page-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 0.9rem;
    flex-wrap: wrap;
}

.newsletter-page-trust-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #888;
}

.newsletter-page-trust-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1D9E75;
    flex-shrink: 0;
    display: inline-block;
}

.newsletter-page-success {
    display: none;
    padding: 2rem;
    text-align: center;
}

.newsletter-page-success-icon {
    width: 52px;
    height: 52px;
    background: #e1f5ee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.newsletter-page-success-title {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.5rem;
}

.newsletter-page-success-text {
    font-size: 14px;
    color: #666;
    line-height: 1.55;
}

/* ── NEWSLETTER UNSUBSCRIBE PAGE ── */

.newsletter-unsubscribe-page {
    display: flex;
    justify-content: center;
    padding: 60px 20px;
}

.newsletter-unsubscribe-card {
    max-width: 500px;
    width: 100%;
    text-align: center;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.newsletter-unsubscribe-card h1 {
    color: var(--main-color2);
    font-size: 24px;
    margin-bottom: 15px;
}

.newsletter-unsubscribe-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}

.newsletter-unsubscribe-card a {
    color: var(--main-color2);
}

.newsletter-unsubscribe-icon {
    width: 64px;
    height: 64px;
    background: #e1f5ee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

/* ── NEWSLETTER RESPONSIVE ── */

@media (max-width: 767px) {
    .newsletter-popup {
        max-width: 100%;
        border-radius: 16px;
    }

    .newsletter-popup-header {
        padding: 1.5rem 1.5rem 1.25rem;
    }

    .newsletter-popup-title {
        font-size: 26px;
    }

    .newsletter-popup-body {
        padding: 1.25rem 1.5rem;
    }

    .newsletter-popup .newsletter-trust-row {
        gap: 8px;
    }

    .newsletter-page-card {
        border-radius: 16px;
    }

    .newsletter-page-header {
        padding: 1.5rem;
    }

    .newsletter-page-title {
        font-size: 26px;
    }

    .newsletter-page-body {
        padding: 1.25rem 1.5rem;
    }

    .newsletter-footer-form {
        flex-direction: column;
        align-items: center;
    }

    .newsletter-footer-form input[type="text"],
    .newsletter-footer-form input[type="email"] {
        width: 100%;
    }

    .newsletter-footer-form button {
        width: 100%;
    }

    .newsletter-footer-benefits {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
}

/* Preis-Wirksamkeits-Index (product page) */
.pwi-panel {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    gap: 25px;
    width: 100%;
    max-width: 480px;
    margin: 20px 0;
    padding: 20px;
    border: 1px solid var(--main-color3);
    border-radius: 10px;
    background: #fff;
}

.pwi-panel *,
.pwi-panel *::before,
.pwi-panel *::after {
    box-sizing: border-box;
}

.pwi-gauge {
    position: relative;
    width: 110px;
    height: 110px;
    flex-shrink: 0;
}

.pwi-gauge svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.pwi-gauge-track {
    fill: none;
    stroke: var(--main-color3);
    stroke-width: 12;
}

.pwi-gauge-value {
    fill: none;
    stroke-width: 12;
    stroke-linecap: round;
    stroke-dasharray: 326.73;
}

.pwi-gauge-label {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pwi-gauge-number {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #212529;
}

.pwi-gauge-caption {
    font-size: 12px;
    color: #6b7280;
}

.pwi-details {
    flex-grow: 1;
    min-width: 0;
}

.pwi-title {
    color: var(--main-color2);
    margin-bottom: 12px;
}

.pwi-scale-bar {
    position: relative;
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(90deg, #d23f31 0%, #f4a925 50%, #2ca101 100%);
}

.pwi-scale-marker {
    position: absolute;
    top: -3px;
    width: 4px;
    height: 14px;
    margin-left: -2px;
    border-radius: 2px;
    background: #212529;
}

.pwi-scale-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    font-size: 12px;
    color: #6b7280;
}

@media (max-width: 767px) {
    .pwi-panel {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
        max-width: 100%;
    }

    .pwi-details {
        width: 100%;
    }

    .pwi-title {
        text-align: center;
    }

    .pwi-gauge {
        width: 90px;
        height: 90px;
    }

    .pwi-gauge-number {
        font-size: 22px;
    }
}
