/* base */
@import url("/styles/base/typography.css");
@import url("/styles/blocks/button.css");

:root {
    --race-car-red: #905681;
    --link-color: var(--race-car-red);
    --link-hover-color: none;
    --background-color: #fff;
    --overlay-background-color: #eee;
    --highlight-background-color: #ccc;
    --text-color: #1a1a1a;
    --core-video--controls-color: var(--race-car-red);
    --body-font-family: "Noto Sans", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Arial, sans-serif;
    --heading-font-family: var(--body-font-family);
    --lib-core--content-padding-x: 16px;
    --lib-core--content-padding-bottom: 16px;
    --body-font-size-l: 22px;
    --body-font-size-m: 18px;
    --body-font-size-s: 16px;
    --body-font-size-xs: 14px;
    --body-font-size-xxs: 12px;
    --heading-font-size-xxl: 50px;
    --heading-font-size-xl: 40px;
    --heading-font-size-l: 36px;
    --heading-font-size-m: 27px;
    --heading-font-size-s: 20px;
    --heading-font-size-xs: 18px;
    --white: #fff;
    --black: #000;
    --primary-color: #0000c9;
    --utility-color: #0064c1;
    --header-link-active: #0095ff;
    --related-content-bg: #cceaff;
    --midnight-blue: #00004e;
    --buttercup: #f1c40f;
    --top-red: #e11900ff;
    --masthead-bg: #66bfff1a;
    --menu-bg: #4040d7;
    --dim-gray: #6f6f6f;
    --dark-gray: #707070;
    --light-gray: #e5e5e5;
    --soft-gray: #f2f2f2;
    --footer-content: #6f6f6f;
    --banner-box-shadow: #18274b1a;
    --popup-bg: #262626cc;
    --spindle: #c1c7cd;
    --gradient: linear-gradient(90deg, #0095ff 29.17%, var(--primary-color) 100%);
    --overlay-bg: rgb(38 38 38 / 80%);
    --header-max-width: 1200px;
    --content-max-width: 1000px;
    --wrapper-max-width: 1160px;
    --lib-core--color-background: var(--white);
    --site-font-family: 'Pfizer Diatype', 'Pfizer Diatype-fallback', sans-serif;
    --site-font-family-bold: 'Pfizer Diatype Bold', 'Pfizer Diatype-fallback', sans-serif;
    --lib-core--body-font-family: var(--site-font-family);
    --lib-core--font-family-heading-tomorrow: var(--site-font-family-bold);
    --font-size-xxs: 10px;
    --font-size-xs: 12px;
    --font-size-s: 14px;
    --body-font-size: 16px;
    --table-heading-font-size: 17px;
    --font-size-l: 18px;
    --font-size-xl: 20px;
    --font-size-xxl: 22px;
    --font-size-xxxl: 24px;
}

@media (min-width: 900px) {
    :root {
        --heading-font-size-xxl: 50px;
        --heading-font-size-xl: 36px;
        --heading-font-size-l: 36px;
        --heading-font-size-m: 27px;
        --heading-font-size-s: 24px;
        --heading-font-size-xs: 22px;
    }

    .hero-container img {
        width: 100%;
    }
}


body {
    font-size: var(--body-font-size-m);
    margin: 0;
    font-family: var(--body-font-family);
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--background-color);
    display: none;
}

body.appear {
    display: unset;
}

h1,h2,h3,h4,h5,h6 {
    hyphens: auto;
}

p,
dl,
ol,
ul,
pre,
blockquote {
    margin-top: 1em;
    margin-bottom: 1em !important;
}

p {
    font-weight: 400;
    margin-top: 0;
}
a:any-link {
    color: var(--link-color);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: var(--link-hover-color);
}
.open-all {
    display: none;
}
main img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.icon {
    display: inline-block;
    height: 24px;
    width: 24px;
}
.icon svg {
    height: 100%;
    width: 100%;
}
header {
    justify-content: center;
    display: flex;
    align-items: center;
    align-content: center;
    height: 88px;
}
.header-wrapper .header.block {
    background: url('/icons/pfizer-logo-color.svg') no-repeat center;
    height: 40px;
    width: 69px;
}
main input {
    font-size: 1.25rem;
    width: 100%;
    max-width: 50rem;
    display: block;
    margin-bottom: 1rem;
    padding: 0.75rem 0.6rem;
    border-radius: 0.25rem;
    box-sizing: border-box;
    border: 1px solid var(--text-color);
    color: var(--text-color);
    background-color: var(--background-color);
}
main input:hover {
    border: 1px solid var(--text-color);
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-2 {
    padding-bottom: 8px !important;
}
.pb-6 {
    padding-bottom: 24px !important;
}
.section {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
    max-width: 780px;
    margin: 0 auto;
}
.section.background-purple > .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    width: 100%;
    max-width: 780px !important;
}
.section.background-purple .accordion-wrapper .accordion-item,
.section.background-purple .accordion-open-all-wrapper,
.section.background-purple .default-content-wrapper {
    max-width: 780px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}

.section.core-video-container h2 {
    margin-bottom: 32px !important;
}

.section.core-video-container .core-video-wrapper:nth-of-type(1n) {
    margin-bottom: 28px !important;
}

/* Style the accordion content */
.section.background-purple .accordion-content {
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 5px;
    max-width: 780px !important;
}

/* Hide the "Open All" button within this accordion container */
.section.background-purple .accordion-open-all-wrapper .open-all {
    display: none;
}

.cards.light-purple.block {
    background-color: #E7BBDD !important; /* Set background color */
    max-width: 780px !important; /* Set maximum width */
    margin-left: auto !important; /* Center horizontally */
    margin-right: auto !important; /* Center horizontally */
    padding: 20px !important; /* Add padding */
}

.cards.light-purple.block > div {
    display: flex !important; /* Use flexbox for layout */
    align-items: center !important; /* Vertically center items */
    justify-content: space-between !important; /* Space items evenly */
    margin-bottom: 20px !important; /* Add margin between cards */
}

.cards.light-purple.block p {
    max-width: calc(100% - 120px) !important; /* Adjust based on image width and margin */
    color: var(--Steel-grey, #3D4242) !important; /* Set text color */
    font-family: "Noto Sans" !important; /* Set font family */
    font-size: 18px !important; /* Set font size */
    font-style: normal !important; /* Set font style */
    font-weight: 400 !important; /* Set font weight */
    line-height: 150% !important; /* Set line height */
    letter-spacing: -1px !important; /* Set letter spacing */
}

.cards.light-purple.block img {
    width: 100px !important; /* Set image width */
    height: 100px !important; /* Set image height */
    max-width: initial !important;
    margin-right: 24px !important;
}

.cards.light-purple.block p:first-child {
    color: var(--Steel-grey, #3D4242) !important; /* Set text color */
    font-family: "Noto Sans" !important; /* Set font family */
    font-size: 20px !important; /* Set font size */
    font-style: normal !important; /* Set font style */
    font-weight: 700 !important; /* Set font weight */
    line-height: 150% !important; /* Set line height */
    letter-spacing: -1px !important; /* Set letter spacing */
}
/* CSS to hide and show images based on screen size */
@media only screen and (min-width: 600px) {
    .desktop-image {
        display: block;
    }
    .mobile-image {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .desktop-image {
        display: none;
    }
    .mobile-image {
        display: block;
    }
}

/* Additional adjustments for specific elements within accordion container */
.section.background-purple .accordion-container .default-content-wrapper > * {
    max-width: 780px !important;
    width: 100% !important;
}

h3#während-der-behandlung {
    font-size: 27px !important;
    font-weight: 700 !important;
    line-height: 32.4px !important;
    letter-spacing: -1px !important;
}

.section.background-purple {
    background-color: #905681;
    color: #FFF;
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1px;
    max-width: 100% !important;
}

.cards.light-purple.block > div:not(:last-child) {
    border-bottom: 1px solid #905681;
}

.div.purple.italic[data-block-name="div"] [data-valign="middle"] {
    color: #905681 !important;
}
.fullwidth {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
}

h2#colitis-ulcerosa-aus-der-perspektive-von-betroffenen {
    margin-bottom: 0 !important;
}

h2#weitere-informationen {
    letter-spacing: -1px;
}

/* Downloads */

h2#download-bereich {
    font-family: "VAG Rundschrift D", "Noto Sans", sans-serif;
    font-weight: 400 !important;
}


.accordion-container .accordion-open-all-wrapper {
    margin: 0 !important;
}

@media screen and (max-width: 767px) {
    h1 {
        margin-top: 24px !important;
        margin-bottom: 0 !important;
    }
    
    footer {
        padding: 20px 16px 30px !important;
    }

    .cards.cards.light-purple.block p {
        max-width: 100% !important;
    }

    .cards.light-purple.block > div {
        flex-direction: column;
    }

    .cards.light-purple.block > div > div:first-child {
        width: 100%;
        display: flex !important;
        align-items: center !important;
        flex-direction: row !important;
    }

    .cards.light-purple.block > div > div + div > p:first-child {
        display: none;
    }

    .cards.light-purple.block > div > div:first-child > p:first-child {
        margin: 0 !important;
    }
    
    .cards.light-purple.block > div > div:first-child > p:first-child > picture {
        display: block !important;
        width: 100px;
        height: 100px;
    }

    .cards.light-purple.block > div > div:first-child > p:last-child {
        font-size: 20px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 150% !important;
        letter-spacing: -1px !important;
        margin-right: 12px;
    }

    .section.background-purple.accordion-container.cards-container {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

}

@media screen and (min-width: 768px) {
    footer {
        padding: 10px 16px 0 !important;
    }

    .cards.light-purple.block > div > div:first-child > p:last-child {
        display: none;
    }

    .section {
        padding-bottom: 48px;
    }

    .section.background-purple.accordion-container.cards-container {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }
}

.section.background-purple {
    padding-top: 1px;
    padding-bottom: 1px;
}

main > .section.background-purple ~ .section.background-purple {
    padding-top: 5px;
    padding-bottom: 5px;
}

.section.background-purple.accordion-container {
    padding-bottom: 25px !important;
}

.section.background-purple .cards-wrapper {
    margin: 12px 0;
}