@font-face {
    font-family: "Univers LT Std 65 Bold";
    src: url(./Univers-LT-Std-65-Bold-4d4eb76b.otf)
}

@font-face {
    font-family: "Univers 45 Light Regular";
    src: url(./Univers-45-Light-Regular-f7f973f0.otf)
}

@font-face {
    font-family: "Univers LT 55 Regular";
    src: url(./Univers-LT-55-Regular-7e6f186f.ttf)
}

@font-face {
    font-family: Univers Black Regular;
    src: url(./Univers-Black-Regular-786395c2.ttf)
}

@font-face {
    font-family: Audi Type Bold;
    src: url(./AudiType-Bold_4.03-5a88f5fc.ttf)
}

@font-face {
    font-family: Audi Type Extended Bold;
    src: url(./AudiType-ExtendedBold_4.03-0512b9ae.ttf)
}

@font-face {
    font-family: Audi Type Normal;
    src: url(./AudiType-Normal_4.03-1c27178b.ttf)
}

@font-face {
    font-family: Audi Type Wide Light;
    src: url(./AudiType-WideLight_4.03-eab24b29.ttf)
}

@font-face {
    font-family: Harvar;
    src: url(./HARVAR-2a022eab.ttf)
}

li.active {
    font-weight: 700;
    text-decoration: underline
}

body,
h1,
h2,
h3,
p,
ul,
li,
a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none
}

h1,
h2,
h3,
h4 {
    font-family: "Univers LT Std 65 Bold"
}

h1 {
    font-size: 4vw;
    color: #000
}

h2 {
    font-size: 3vw;
    color: #000
}

h3 {
    font-size: 1.5vw;
    color: #000
}

h4 {
    color: #000
}

li {
    font-size: 1vw
}

a {
    color: #333;
    font-family: "Univers 45 Light Regular";
}

a:hover {
    color: #333;
    font-weight: 700
}

p {
    font-family: "Univers 45 Light Regular";
    color: #333;
    font-size: 1.2vw
}

button, 
.tx-additional-components .btn-primary,
.tx-fp-masterquiz .btn-primary,
.frame-type-form_formframework.frame-layout-0 form .btn-primary {
    font-size: 1.2vw;
    font-family: "Univers 45 Light Regular";
    color: #333
}

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

.desktop-hidden {
    display: none !important
}

.frame {
    padding: 1% 20%
}
.premium-stamp {
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: 2%;
    right: 2%;
}

/* html {
    scrollbar-width: auto
}

body::-webkit-scrollbar {
    width: 16px
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1
}

html html {
    scrollbar-width: none
} */

@media (max-width: 1000px) {
    .mobile-hidden {
        display: none
    }

    .desktop-hidden {
        display: block !important
    }

    h1,
    h2 {
        font-size: 8vw
    }

    h3 {
        font-size: 4vw;
        margin: 0.4em 0 0 0;
    }

    h4 {
        font-size: 3vw;
        font-family: "Univers LT Std 65 Bold";
        color: #000
    }

    p {
        font-size: 4vw;
    }

    .frame {
        padding: 2% 8%
    }

    .accordion-body {
        font-size: 3vw !important
    }
}

.accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none !important
}

.accordion-body {
    font-size: 1vw;
    font-family: "Univers 45 Light Regular"
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 4px #ddd
}

.header-content {
    padding: .6%;
    margin: 0 1rem
}

:root {
    --main-bkk-color: #008bd2;
}
    
.header-top {
    background-color: var(--main-bkk-color);
    color: #333
}

.header-top nav li,
.header-top nav a {
    display: flex;
    align-items: center;
    color: #333
}

.header-top nav li {
    margin-left: 2rem
}

.header-top img {
    width: 2vw;
    margin-right: .5vw;
    width: 1.5rem
}

.header-bottom {
    background-color: #fff;
    padding: 1.5rem 0
}

.header-bottom nav {
    justify-content: space-between
}

.header-bottom-main label:hover {
    cursor: pointer
}

.hamburger-menu .checkbox {
    position: absolute;
    display: block;
    width: 1.85rem;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    height: 1.5rem;
    width: 2.2rem
}

.hamburger-menu .hamburger-lines {
    height: 1.5rem;
    width: 1.85rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 1.2rem;
    width: 2.2rem
}

.hamburger-menu .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #333333;
    height: .15rem
}

.hamburger-menu .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform .4s ease-in-out
}

.hamburger-menu .hamburger-lines .line2 {
    transition: transform .2s ease-in-out
}

.hamburger-menu .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform .4s ease-in-out
}

.hamburger-menu input[type=checkbox]:checked~.menu-items {
    transform: translate(0)
}

.hamburger-menu input[type=checkbox]:checked~.hamburger-lines .line1 {
    transform: rotate(45deg)
}

.hamburger-menu input[type=checkbox]:checked~.hamburger-lines .line2 {
    transform: scaleY(0)
}

.hamburger-menu input[type=checkbox]:checked~.hamburger-lines .line3 {
    transform: rotate(-45deg)
}

.hamburger-menu h2 {
    margin: 3rem 0
}

.hamburger-menu .menu-items {
    overflow: scroll;
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    transition: transform .5s ease-in-out;
    text-align: center;
    background-color:  #008bd2;
    padding-bottom: 20%
}

.hamburger-menu .menu-items li {
    display: list-item;
    margin-bottom: 1.4rem
}

hr.mobile-visible,
.hamburger-menu .menu-items li.mobile-visible {
    display: none
}

.header-bottom-main li {
    display: flex;
    align-items: center;
    margin-right: 2.5rem;
    font-size: 1.5vw
}

.header-bottom img {
    width: 2.5rem;
    margin-right: .2rem
}

.logo {
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    bottom: -1%
}

.logo img {
    width: 7rem
}

.logo a img {
    height: 11rem;
    width: auto
}

.overflow-hidden {
    overflow: hidden
}

.flex {
    display: flex
}

.justify-end {
    display: flex;
    justify-content: end
}

.align-center {
    display: flex;
    flex-direction: row
}

.d-none {
    display: none
}

.content {
    height: 1000px;
    justify-content: space-between;
    display: flex
}

.content h2 {
    display: flex;
    align-items: flex-end
}

.reverse {
    flex-direction: row-reverse
}

.menu-items ul,
.menu-items li,
.menu-items a {
    font-family: "Univers 45 Light Regular";
    font-size: 2.5vw
}

.menu-items a:hover {
    font-family: "Univers LT Std 65 Bold"
}

.lebensphasen-arrow {
    align-self: end;
    border-radius: 50%;
    background-color:  #008bd2;
    width: 2.5vw;
    height: 2.5vw
}

.lebensphasen-arrow .forward-img {
    width: 2.5vw;
    height: 2.5vw;
    padding: 16% 32%
}

.lebensphasen-card:hover .forward-img {
    background-color:  #00a7e8
}

.menu-items h2 {
    font-size: 5vw
}

#close-icon {
    width: 1.5rem
}

#menu-icon {
    width: 2rem
}

.startseite {
    margin-top: 10vw
}

@media (min-width: 2000px) {
    .hamburger-menu .menu-items {
        top: unset;
        margin-top: 1rem;
        top: 10rem
    }
}

@media (min-width: 1600px) and (max-width: 1999px) {
    .hamburger-menu .menu-items {
        top: 10rem
    }

    .logo a img {
        height: 7rem
    }
}

@media (min-width: 1300px) and (max-width: 1599px) {
    .hamburger-menu .menu-items {
        top: 9rem
    }

    .logo {
        bottom: -1%
    }

    .logo a img {
        height: 7rem
    }
}

@media (min-width: 1000px) and (max-width: 1299px) {
    .logo a img {
        height: 7rem
    }

    .hamburger-menu .menu-items {
        top: 8.5rem
    }
}

@media (max-width: 1000px) {
    #menu-icon {
        margin-right: 10px
    }

    #close-icon {
        margin-right: 7px
    }

    .startseite {
        margin-top: 1px
    }

    .go-back-button-container {
        margin: 15px
    }

    #goBackButton {
        font-size: 3vw !important
    }

    .logo a img {
        height: 6rem;
        margin-bottom: 25px
    }

    .header-bottom-main label {
        font-size: 1vw
    }

    .header-bottom img {
        width: 2rem;
        margin-right: 1.3rem
    }

    .header-bottom-main li {
        margin: 16px 0;
        font-size: 1.2vw
    }

    .menu-items ul,
    .menu-items li,
    .menu-items a {
        font-family: "Univers LT 55 Regular"
    }

    .header-top,
    .search {
        display: none
    }

    hr.mobile-visible {
        display: block;
        opacity: 1;
        border: .3vw solid black;
        margin: 1rem 0rem
    }

    .hamburger-menu .menu-items li.mobile-visible {
        display: list-item
    }

    .menu-items {
        padding: 0 5vw
    }

    .hamburger-menu h2 {
        margin: 1rem 0
    }

    .menu-items ul,
    .menu-items li,
    .menu-items a {
        font-size: 5vw;
        margin-right: 0;
        margin-bottom: 2rem
    }

    .bottom-menu-items li a,
    .header-bottom-main li label {
        align-items: center;
        font-size: 4vw;
        display: flex;
        font-size: 1.2rem;
        min-height: 1.5rem
    }

    .header-bottom {
        padding: .5rem 0 .5rem .2rem;
        margin: 5px
    }

    .hamburger-menu .menu-items {
        top: 9rem
    }

    .hamburger-menu .menu-items li.active:after {
        vertical-align: middle
    }

    .mobile-view {
        flex-direction: column
    }

    .align-center {
        align-items: baseline;
        flex-direction: column
    }

    .logo {
        bottom: -35%
    }
}

.hamburger-menu .menu-items li.active:after {
    content: url(data:image/svg+xml,%3Csvg%20fill%3D%22%23000000%22%20width%3D%221.5rem%22%20height%3D%221.5rem%22%20viewBox%3D%22-3.2%20-3.2%2038.40%2038.40%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221.568%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Cpath%20d%3D%22M8.489%2031.975c-0.271%200-0.549-0.107-0.757-0.316-0.417-0.417-0.417-1.098%200-1.515l14.258-14.264-14.050-14.050c-0.417-0.417-0.417-1.098%200-1.515s1.098-0.417%201.515%200l14.807%2014.807c0.417%200.417%200.417%201.098%200%201.515l-15.015%2015.022c-0.208%200.208-0.486%200.316-0.757%200.316z%22%3E%3C%2Fpath%3E%20%3C%2Fg%3E%3C%2Fsvg%3E);
    vertical-align: baseline;
    display: inline-block;
    width: 20px;
    height: 20px
}

.hamburger-menu .menu-items li.active a {
    font-family: "Univers LT Std 65 Bold"
}

.hamburger-menu .menu-items li.active {
    text-decoration: none
}

.header-bottom-main label {
    display: flex;
    align-items: center;
    font-family: "Univers 45 Light Regular";
    font-size: 1vw
}

.hamburger-container {
    margin-right: 1rem
}

.go-back-button-container svg {
    width: 25px;
    height: 25px;
    transform: rotate(180deg);
    margin-right: 50px
}

.go-back-button-container {
    margin: 3vw 0px 4vw 5.8vw
}

#goBackButton {
    font-size: 1vw;
    padding: 10px 70px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-content {
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.footer-content nav {
    background-color: #f2f1ed;
    padding: 3vw 7vw;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 50px
}

.footer-content li {
    color: #333;
    text-decoration: none;
    margin-right: 2rem;
    z-index: 1
}

.footer-content p {
    padding: 3vw 7vw
}

.footer-content a {
    font-family: "Univers LT Std 65 Bold"
}

.footer-content img {
    position: absolute;
    right: 3rem;
    width: 15%;
    z-index: 40;
    /* display: none */
}

.footer-content .line1 {
    display: flex
}

.to-the-top {
    position: absolute;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    padding: 0;
    opacity: .6;
    margin-left: 50%;
    margin-top: 5px;
    z-index: 999;
}

.to-the-top .forward-img {
    transform: rotate(270deg);
    width: 20px;
    margin-bottom: 10px
}

@media (max-width: 1000px) {
    .to-the-top {
        display: none
    }

    .footer-content nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1rem 0;
        margin-top: unset
    }

    .footer-content li {
        margin: .5rem 0;
        font-size: 3.5vw
    }

    .footer-content p {
        padding: 1rem
    }

    .footer-content img {
        pointer-events: none;
        position: absolute;
        right: 0;
        width: 35vw;
    }

    .footer-content #footer-image {
        margin-top: -50px;
    }
}

.hero-left {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#button-container {
    padding: 0 1rem 0 4rem
}

button,
.tx-additional-components .btn-primary,
.tx-fp-masterquiz .btn-primary,
.frame-type-form_formframework.frame-layout-0 form .btn-primary {
    background-color:  #008bd2;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 25px
}

.circles {
    transform: translate(-50%);
    display: flex;
    gap: .5rem;
    justify-content: center;
    margin: 5% 10px 2% 50%
}

.circle {
    width: 1vw;
    height: 1vw;
    background-color: #333;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 3px #ddd
}

.circle.active {
    background-color:  #00a7e8
}

#carousel-container {
    overflow: hidden
}

.slider-wrapper {
    display: flex;
    width: 300%;
    transition: transform .5s;
    overflow: hidden
}

.slide {
    width: 33.33%;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(./Plus2-d7c43959.png);
    background-repeat: no-repeat;
    background-position: -15rem 10%
}

.slider {
    display: flex;
    transition: transform .5s;
    overflow: hidden
}

.slider img {
    height: 100%;
    flex: 0 0 auto
}

.hero-right img {
    width: 100%
}

.main-heading-text {
    padding: 0 1rem 0 4rem;
    margin-bottom: 1rem;
    word-break: keep-all;
    font-size: 4vw
}

.sub-heading-text {
    padding: 0 1rem 0 4rem;
    margin: 0 0 25px;
    line-height: 1.6;
    color: #333;
    font-size: 1vw
}

.hero-right {
    flex: 0 0 50%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%
}

.pause {
    width: 1vw;
    height: 1vw;
    border-right: .35vw solid #333333;
    border-left: .35vw solid #333333;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.pause:hover {
    border-right: .35vw solid #333333;
    border-left: .35vw solid #333333
}

.pause.active {
    border: none;
    height: 1vw;
    width: 1vw;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="28" viewBox="0 0 24 28"><path id="play-icon" d="M12.272,2.962a2,2,0,0,1,3.455,0L26.245,20.992A2,2,0,0,1,24.518,24H3.482a2,2,0,0,1-1.728-3.008Z" transform="translate(24) rotate(90)" fill="%23333"/></svg>');
    background-size: 1.05vw 1.575vw
}

@media (max-width: 1000px) {

    .hero-left,
    .hero-right {
        width: 100%
    }

    .hero-right img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .hero-left h1,
    .sub-heading-text {
        padding: 0
    }

    .slide {
        flex-direction: column-reverse;
        background-position: -30%;
        background-size: 30%
    }

    .hero-left {
        padding: 5vw
    }

    .hero-left .main-heading-text {
        font-size: 8vw
    }

    .hero-left p {
        font-size: 4vw
    }

    #button-container {
        padding: 0 2rem 1rem
    }

    #button-container button {
        width: 100%;
        font-size: 4vw
    }

    .circles {
        margin-left: 50%
    }

    .circle {
        width: 4vw;
        height: 4vw
    }

    .pause {
        width: 3vw;
        height: 4.2vw;
        border-right: 1.2vw solid #333333;
        border-left: 1.2vw solid #333333
    }

    .pause:hover {
        border-right: 1.2vw solid #333333;
        border-left: 1.2vw solid #333333
    }

    .pause.active {
        width: 3vw;
        height: 4.2vw;
        background-size: 3.1vw 4.3vw
    }

    .pause.active:hover {
        width: 3vw;
        height: 4.2vw;
        background-size: 3.1vw 4.3vw;
        border-right: none;
        border-left: none
    }
}

:root {
    --swiper-navigation-sides-offset: 9%
}

.swiper-button-prev {
    transform: scaleX(-1)
}

.swiper-button-prev,
.swiper-button-next {
    width: 2rem;
    height: 2rem;
    top: unset;
    margin-top: 50px;
    background-color:  #008bd2;
    border-radius: 50%
}

.article-container h2 {
    margin-left: 10.1%;
    margin-bottom: 1%;
    font-size: 2.7vw
}

.article-container {
    width: 100%;
    padding: 3% 0;
    background-color: #f2f1ed;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden
}

.mySwiper {
    width: 80%
}

.article {
    background-color: #fff;
    padding: 7%;
    border-radius: 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.article-img {
    width: 100%
}

.article-container p,
.article p .article-container h3,
.article h3 .article-container a,
.article a {
    margin-top: 3%
}

.bottom-menu-items a {
    font-size: 1vw
}

.article a {
    font-family: "Univers LT Std 65 Bold";
    font-size: 1vw
}

.article a:hover {
    text-decoration: underline
}

.article-container h3 {
    word-break: break-word;
    margin-bottom: .5vw;
    font-size: 1.3vw;
    margin-top: 20px
}

.article-container p {
    color: #333;
    font-family: "Univers 45 Light Regular";
    font-size: 1vw;
    word-break: keep-all;
    height: 200px
}

.article-container a {
    font-family: "Univers LT Std 65 Bold";
    color: #000;
    font-size: 1vw
}

.article-container a:hover {
    text-decoration: underline
}

.article-container a img {
    width: .5rem;
    margin-right: 3%
}

@media (min-width: 2000px) and (max-width: 2600px) {
    .article a {
        margin-top: 15%
    }

    .all-articles-wrapper .article h3 {
        margin: 40px 0 !important
    }
}

@media (max-width: 1000px) {
    .article a {
        font-size: 4vw
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none
    }

    .mySwiper {
        overflow: unset;
        width: 90%;
        margin-left: 3%
    }

    .article-container h2 {
        margin-left: 3%;
        font-size: 5.5vw
    }

    .article-container h3 {
        font-size: 5vw
    }

    .article-container p,
    .article-container a {
        font-size: 3.5vw
    }
}

:root {
    --swiper-navigation-color: #000000
}

.footer-one-container {
    width: 100%;
    overflow-x: clip;
    display: flex;
    position: relative;
    justify-content: space-between
}

.footer-one-container button {
    padding-left: 0;
    font-size: 1vw;
    font-family: "Univers 45 Light Regular";
    color: #333
}

.footer-one-container h2 {
    padding-left: 1%
}

.accordion-button {
    padding: 2.5vw 30px;
    --mdb-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 17.414 3.293 8.707l1.414-1.414L12 14.586l7.293-7.293 1.414 1.414L12 17.414z'/%3E%3C/svg%3E")
}

.accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset
}

.accordion-container {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    padding: 0 2vw 2vw 10vw;
    margin-top: 8%
}

.footer-content .footer-one-container .accordion-button:after {
    background-size: .7rem;
    width: 1.6rem;
    height: 1.6rem;
    transform: rotate(90deg);
    background-image: url(./arrow-e06411e5.svg)
}

.accordion {
    margin-bottom: 3%
}

.accordion-container a {
    display: flex;
    align-items: center;
    font-family: "Univers LT 55 Regular";
    padding-left: 1%
}

.accordion-container a img {
    margin-left: 3%;
    max-width: .5rem;
    position: unset
}

.accordion-flush .accordion-item {
    border-bottom: 2px solid  #00a7e8
}

.accordion-button:not(.collapsed):after {
    background-image: url(./arrow-e06411e5.svg);
    transform: rotate(180deg) !important;
    margin-right: 5px
}

.contact-container {
    z-index: 20;
    padding-left: 5%;
    margin-right: 15%;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 19%
}

.contact-container h3 {
    font-size: 2.5vw
}

.contact-container li {
    padding: 5% 0;
    list-style: none;
    display: flex;
    align-items: center;
    font-family: "Univers 45 Light Regular";
    font-size: 1.2vw;
    color: #333
}

.contact-container li p {
    color: black;
    padding: 0
}

button a{
    color: white;
}

button a:hover{
    color: white;
}


.contact-container li img {
    width: 15%;
    max-width: 2rem;
    height: 100%;
    margin-right: 4%;
    position: unset
}

.background-image {
    overflow: hidden
}

.frame h2 {
     padding: 1% 0;
}

.frame h3 {
     padding: 1% 0;
}

.footer-one-background {
    position: absolute;
    transform: translate(20%, -35%);
    top: 65% !important;
    width: 60% !important;
    right: 2rem !important;
    z-index: 10 !important;
    filter: invert(69%) sepia(85%) saturate(928%) hue-rotate(163deg) brightness(110%) contrast(93%);
}

@media (max-width: 1000px) {
    .footer-one-background {
        display: none
    }

    .footer-one-container {
        flex-direction: column;
        height: unset
    }

    .footer-one-container h2 {
        font-size: 7vw
    }

    .footer-one-container button {
        font-size: 3.5vw
    }

    .accordion-container {
        width: unset;
        padding: 5% 3%
    }

    .accordion-container a {
        font-size: 2vw
    }

    .contact-container {
        width: 100%;
        padding: 10% 3% 3%;
        background:  #00a7e8
    }

    .contact-container h3 {
        font-size: 7vw
    }

    .contact-container li {
        font-size: 4vw
    }
}

.lebensphasen-container {
    display: flex;
    background-color: #f2f1ed
}

.lebensphasen-card-container {
    display: flex;
    overflow-x: scroll
}

.lebensphasen-container .main-content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    overflow: hidden;
    padding: 5vw 0
}

.lebensphasen-card {
    display: inline-flex;
    background-color: #fff;
    width: 13.8vw;
    min-height: 7vw;
    border-radius: 15px;
    padding: .7rem 1rem;
    margin-right: 1vw;
    justify-content: space-between;
    cursor: pointer
}

.lebensphasen-card.active {
    background-color:  #00a7e8
}

.lebensphasen-card.active button {
    background-color: #fff
}

.lebensphasen-card:hover {
    background-color:  #00a7e8
}

.lebensphasen-card:hover button {
    background-color: #fff
}

#leben-emoji {
    width: 18vw;
    -o-object-fit: contain;
    object-fit: contain
}

.lebensphasen-container h1 {
    font-size: 3vw
}

.lebensphasen-container h2 {
    font-size: 2.3vw;
    margin-bottom: .5rem
}

.lebensphasen-card img {
    width: 2.5vw;
    height: 2.5vw;
    margin-bottom: .5vw;
    -o-object-fit: contain;
    object-fit: contain
}

.lebensphasen-card p {
    color: #333;
    font-size: 1vw;
    font-family: "Univers LT Std 65 Bold"
}

.lebensphasen-card button {
    background-color:  #008bd2;
    color: #333;
    padding: .25rem .6rem;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    align-self: end
}

.lebensphasen-container .text {
    padding-bottom: 2rem
}

@media (max-width: 1000px) {
    #leben-emoji {
        display: none
    }

    .lebensphasen-card-container {
        padding-bottom: 1rem
    }

    .lebensphasen-container .text {
        padding: 2rem
    }

    .lebensphasen-container h1 {
        font-size: 7vw
    }

    .lebensphasen-container h2 {
        font-size: 5vw
    }

    .lebensphasen-card {
        width: 40vw;
        min-height: 20vw;
        margin-right: 5vw
    }

    .lebensphasen-card img {
        width: 7vw;
        height: 7vw
    }

    .lebensphasen-card p {
        font-size: 3vw
    }

    .lebensphasen-card .forward-img {
        margin-bottom: 25px
    }
}

.deal-card {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    overflow: hidden;
    padding: 3rem 6rem
}

.deal-card .text {
    flex: 0 0 55%
}

.deal-card img {
    flex: 0 0 45%;
    width: 100%;
    max-width: 20rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 3%
}

.deal-card h2 {
    margin-bottom: 1rem;
    color: #333;
    font-family: "Univers 45 Light Regular";
    font-size: 1.5vw
}

.deal-card h1 {
    margin-bottom: 1rem;
    font-size: 3.3vw
}

.deal-card ul {
    margin: 1rem 0
}

.deal-card ul li {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAABHNCSVQICAgIfAhkiAAAAg1JREFUSEutlY0xBEEQhV0EiMCJABFYESACKwIysCIgAycCJwIrAicCJwJEwPu2pre6+mbGqdJVXds709OvX/f8TDbqsqXpY2kr3ZfyjyykS+lc+ij9rIWZFCanGr+SnrjApTgAnCfArE8OhIyfCsHfNb6TiQQbEjKZyaACA3gEaTV455y/ZLOgT2plgSlB8aeE2JQQwf8s2c/6Nh4Ex4cA0LjFbqpoegCcYDIzELJ5S1kx+UoG0mpDA1QEuNd8i4+B3Mq+SIuoO335FwADmSYWltiRjH6d2iSfIgOLARMoWbNHimuC/ApgTLxjZEGvbhIzEvBSA2jkuCdlay9hwtZjwEBLgQjKbkFqACT2kfyGygDynQbYUTTcS6cfTr4JwVlj54DxWOJGYxxmZDwn7KJNKd/tAMIvgX1Q75LrYRak16rDtBKQ3NbNAZU2yaVi0EfkWtpB3QcYTmiGTWRU24WdnK3E44n3yEs57BZAGMYXpqVE8CGGXaIHshcwYTcwQV+Qvx5Gn1OrHztzQ9OZtGvFUyRT2PzlWiEWyb5IpzFZf0FyXowmNozWBYpv0MjCM8HGsXdlo4SnUnsnfFnMJnsuVnqFjazc4MbEFkUgxufSWWJlGcK4kfIGWfAsQGRiQCzupHZ2cgxyYyQA6EqJIxO/uE1guTfd+xGcpPpSNjUQz4wM471GUEpZ69kQ4wcLc38ZxeztUQAAAABJRU5ErkJggg==);
    background-size: 1.2rem;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 2rem;
    color: #333;
    line-height: 1.8;
    font-family: "Univers LT 55 Regular";
    font-size: 1.1vw
}

.content-button-container {
    margin-top: 30px
}

@media (max-width: 1000px) {
    .deal-card {
        flex-direction: column-reverse;
        padding: 1rem 2rem
    }

    .deal-card h1 {
        font-size: 7vw
    }

    .deal-card h2 {
        font-size: 3.5vw
    }

    .deal-card li {
        font-size: 3.5vw !important
    }

    .deal-card button {
        font-size: 3.5vw
    }

    .deal-card .content-button-container {
        display: flex;
        justify-content: center
    }
}

.top-article-container {
    display: flex;
    align-items: center
}

.top-article-container img {
    width: 100%
}

.text-on-image-container {
    overflow: scroll;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: absolute;
    background-color: #fff;
    width: 40%;
    right: 3%;
    padding: 2%;
    border-radius: 25px;
    -webkit-border-radius: 25px
}

.text-on-image-container p {
    font-size: 1vw
}

.top-article-container h1 {
    font-size: 3vw;
    margin-bottom: 2vw
}

@media (max-width: 1000px) {
    .top-article-container {
        display: block;
        padding: 3vw 5vw
    }

    .text-on-image-container p {
        font-size: 4vw;
    }

    .text-on-image-container {
        overflow: unset;
        display: block;
        flex-direction: unset;
        justify-content: unset;
        position: unset;
        background-color: unset;
        width: unset;
        right: unset;
        top: unset;
        transform: unset;
        padding: unset;
        border-radius: unset;
        margin-top: 2vw
    }

    .top-article-container img {
        border-radius: 25px
    }

    .top-article-container h1 {
        margin-bottom: 2vw;
        font-size: 6vw
    }
}

.article-text-container {
    display: grid;
    justify-items: center;
    padding: 0vw 10vw 3vw
}

.article-text-container h1 {
    text-align: center
}

.article-text-container p {
    padding: 0 6vw;
    font-size: 1vw;
    font-family: "Univers 45 Light Regular";
    margin-bottom: 15px
}

.article-text-container h1 {
    margin-bottom: 3vw
}

.article-text-container img {
    width: 20vw;
    transform: translateY(-50%);
    margin-bottom: -5vw
}

.article-text-container .article-sub-text,
.article-text-container p strong {
    font-family: "Univers LT Std 65 Bold";
    font-size: 1vw
}

.article-text-container .article-sub-text {
    font-family: "Univers LT Std 65 Bold";
    font-size: 1.5vw
}

@media (max-width: 1000px) {

    .article-text-container h1,
    .article-text-container .article-sub-text {
        margin-bottom: 5vw
    }

    .article-text-container p {
        padding: 0;
        font-size: 4vw;
    }

    .article-text-container {
        padding: 3vw 5vw
    }

    .article-text-container h1 {
        font-size: 6vw;
        text-align: unset
    }

    .article-text-container img {
        width: 70%;
        margin: 3vw 0;
        transform: unset
    }

    .article-text-container .article-sub-text,.article-text-container p strong {
        font-family: "Univers LT 55 Regular";
        font-size: 4vw;
    }
}

.card-container {
    justify-items: center;
    margin: 0 10vw 3vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center
}

.card-container .card {
    margin: .3vw;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 25px;
    box-shadow: unset;
    width: 32%;
    min-height: fit-content;
}

.card-container .card-body {
    display: grid;
    word-break: break-word
}
.card-container .card-body:has(img.premium-stamp) {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-auto-rows: auto;
}
.card-container .card-body:has(img.premium-stamp) > :not(:nth-last-child(-n+2)) {
    grid-column: 1 / -1;
}
.card-container .card-body:has(img.premium-stamp) > :nth-last-child(2) {
    grid-column: 1;
}
.card-container .card-body:has(img.premium-stamp) > :last-child {
    grid-column: 2;
    justify-self: end;
    align-self: self-end;
    left: 1em;
    top: 1em;
    position: relative;
}

.card-container .card a {
    display: flex;
    align-items: center;
    font-family: "Univers LT Std 65 Bold";
    align-self: flex-end;
    color: #000;
    font-size: .8vw
}

.card-container .card a:hover {
    font-weight: 100;
    color: #333;
    text-decoration: underline
}

.card-container .single-card .card-body p {
    margin-top: 1vw;
    /* height: 10vw */
}

.card-container .card a img {
    width: 2vw;
    margin-right: 1vw;
    margin-left: -.6vw
}

.card-container .card p {
    margin-top: 1vw;
    /* height: 10vw */
}

.card-container .card-text {
    margin-top: 1vw;
    font-size: 1vw;
    align-self: flex-end;
    overflow: hidden
}

.card-body a svg {
    width: 1.5rem !important;
    height: 1.5rem !important;
    margin-right: 1vw;
    background-color:  #008bd2;
    padding: .04rem 0 0 .1rem;
    border-radius: 50%;
    overflow: visible
}

.card-text-div {
    /* display: flex; */
    width: 100%;
    /* height: 5rem; */
    overflow: hidden
}

.card-container .card-title {
    font-size: 1.3vw;
    height: fit-content;
}

.card-body svg {
    width: 25px;
    height: 25px
}

@media (max-width: 1000px) {
    .card-container .single-card .card-body p {
        margin-top: 1vw;
        height: 100%
    }

    .card-container {
        padding: 0 7vw 5vw;
        margin: 0
    }

    .card-container .card {
        margin-block:2vw;
        width: 100%!important;
    }

    .card-width {
        display: none
    }

    .card-container .card a svg {
        width: 2rem !important;
        height: 2rem !important;
        margin-right: 1vw;
        margin-left: -.6vw;
        background-color:  #008bd2;
        padding: .2rem 0 0 .29rem;
        border-radius: 50%;
        overflow: visible
    }

    .card-container .card-title {
        font-size: 6vw;
        margin-bottom: 50px
    }

    .card-container .card-text {
        font-size: 3vw;
        margin-bottom: 10px
    }

    .card-container .card a {
        font-size: 3vw
    }
}

.card_width_24 {
    width: 24% !important
}

.card_width_32 {
    width: 32% !important
}

.card_width_49 {
    width: 49% !important
}

.card_width_65 {
    width: 65% !important
}

.card_width_74 {
    width: 74% !important
}

.card_width_98 {
    width: 98% !important
}

.list-element-container {
    padding: 5vw 13vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.list-element-text {
    padding: 0 7vw 2vw;
    align-self: flex-start
}

.list-element-text h2 {
    font-size: 2vw;
    margin-bottom: 1vw
}

.list-element-text p {
    font-family: "Univers LT Std 65 Bold"
}

.list-container {
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 20px;
    padding: 1vw 5vw;
    width: 100%
}

.list-container ul li {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="35.683" height="35.102" viewBox="0 0 35.683 35.102"%3E%3Cg id="Icon_feather-check-circle" data-name="Icon feather-check-circle" transform="translate(1.503 1.519)"%3E%3Cpath id="Path_7" data-name="Path 7" d="M35.058,17.555V19.03A16.029,16.029,0,1,1,25.553,4.379" transform="translate(-3 -2.991)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/%3E%3Cpath id="Path_8" data-name="Path 8" d="M34.338,6,18.309,22.045,13.5,17.236" transform="translate(-2.279 -2.784)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/%3E%3C/g%3E%3C/svg%3E');
    background-size: 2vw;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 5vw;
    padding-block: 1.2vw;
    font-size: 1vw
}

.list-container li:not(:last-of-type) {
    border-bottom: 2px solid  #00a7e8
}

.frame ul li {
    list-style-type: disc;
    font-family: "Univers 45 Light Regular";
    margin-left: 17px;
    font-size: 1vw
}

@media (min-width: 2200px) {
    .frame ul li {
        margin-left: 1vw
    }
}

@media (min-width: 1200px) and (max-width: 2199px) {
    .frame ul li {
        margin-left: 1.2vw
    }
}

@media (max-width: 1000px) {
    .frame ul li {
        font-size: 3vw
    }

    .list-element-container {
        padding: 5vw 7vw
    }

    .list-element-text {
        padding: 2vw 0vw
    }

    .list-element-text h2 {
        font-size: 6vw;
        margin-bottom: 3vw
    }

    .list-element-text p {
        font-size: 3.8vw
    }

    .list-container ul li {
        background-size: 4vw;
        padding-left: 10vw;
        padding-block: 5vw;
        font-size: 3vw
    }

    .list-container {
        margin-block: 5vw
    }
}

.article-carousel-container {
    display: grid;
    justify-items: center;
    margin: 5% 0
}

.article-carousel-container h1 {
    max-width: 60%;
    text-align: center;
    margin-bottom: 2%;
    margin-top: 50px;
    font-size: 3vw
}

.slider-container {
    width: 70%;
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

.images {
    display: flex;
    transition: transform .5s ease-in-out
}

.images img {
    width: 100%;
    flex: 0 0 100%
}

.images img:first-child {
    display: block
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    gap: .5vw
}

.slide-container .slide {
    border-radius: 15px
}

.slide-container {
    flex: 0 0 100%;
    position: relative
}

.slide-caption {
    font-size: 1vw;
    color: #777;
    margin-top: .5vw;
    margin-left: 1vw
}

@media (max-width: 1000px) {
    .article-carousel-container {
        justify-content: center;
        justify-items: unset;
        margin-top: unset
    }

    .article-carousel-container h1 {
        max-width: unset;
        font-size: 6vw
    }

    .slider-container {
        width: 85vw
    }

    .slide-caption {
        text-align: center
    }

    .frame-type-text header h2 {
        font-size: 6vw
    }

    .frame-type-text header h3 {
        font-size: 4vw
    }

    body .frame-default p {
        font-size: 4vw
    }

    body .frame-default li {
        font-size: 4vw
    }
}

.text-and-image-container {
    padding: 0vw 15vw 3vw
}

.text-and-image-container h2 {
    font-size: 1.7vw
}

.text-and-image {
    padding-top: 3vw
}

.text-and-image p {
    font-size: 1.2vw;
    font-family: "Univers LT Std 65 Bold"
}

.text-and-image img {
    float: right;
    width: 50%;
    padding: 0 0 1% 1%
}

@media (max-width: 1000px) {
    .text-and-image-container {
        padding: 3vw 5vw
    }

    .text-and-image-container h2 {
        font-size: 7.5vw
    }

    .text-and-image {
        display: flex;
        flex-direction: column
    }

    .text-and-image p {
        font-size: 4.3vw
    }

    .text-and-image img {
        margin-bottom: 3vw;
        width: 100%
    }
}

.accordion-element .accordion {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 15%;
    width: 70%
}

.accordion-element .accordion-item {
    margin-bottom: 1vw
}

.accordion-element .accordion-item:first-of-type button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.accordion-element .accordion-item:last-of-type {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px
}

.accordion-element .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px
}

.accordion-element .accordion-button:after {
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%22256px%22%20height%3D%22256px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Cpath%20d%3D%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022Z%22%20stroke%3D%22%23292D32%22%20stroke-width%3D%221.6799999999999997%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%20%3Cpath%20d%3D%22M8.46997%2010.74L12%2014.26L15.53%2010.74%22%20stroke%3D%22%23292D32%22%20stroke-width%3D%221.6799999999999997%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%20%3C%2Fg%3E%3C%2Fsvg%3E);
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem
}

.accordion-element .accordion-item {
    border: 0
}

.frame-type-text ul {
    margin-bottom: 15px
}

.frame-type-text p {
    margin-bottom: 15px;
    font-size: 1vw
}

.frame-type-text h2 {
    margin-bottom: 40px;
    font-size: 3vw
}

.find-less {
    background-color: #fff
}

.frame-type-text h3 {
    margin-bottom: 20px;
    margin-top: 60px;
    font-size: 1.3vw
}

.accordion-element .accordion-header,
.accordion-element .accordion-button {
    background-color:  #00a7e8 !important;
    border-radius: 15px;
    border: 0;
    font-size: 1.7vw;
    color: #000;
    font-family: "Univers LT Std 65 Bold"
}

.accordion-element .accordion-body {
    background-color: #fff !important;
    font-size: 1.2vw;
    padding-inline: 5%;
    margin: 20px;
    font-family: "Univers 45 Light Regular"
}

.accordion-body a {
    text-decoration: underline;
    font-weight: 800
}

.accordion-body a:hover {
    color: #0587c1
}

.frame a {
    text-decoration: underline;
    font-weight: 800
}

.frame a:hover {
    color: #0587c1
}

@media (max-width: 1000px) {
    .accordion-element .accordion-item {
        width: 94%
    }

    .accordion-element .accordion {
        width: 92%;
        margin-left: 4%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .accordion-element .accordion-header,
    .accordion-element .accordion-button {
        font-size: 4vw
    }

    .accordion-element .accordion-body {
        font-size: 3vw;
        padding-inline: 0
    }

    .frame-type-text h3 {
        margin-bottom: 20px;
        margin-top: 40px;
        font-size: 4vw
    }
}

.breadcrumb {
    position: absolute;
    margin: 2% 5%;
    padding: 1%;
    border-radius: 15px;
    background: #fff
}

.breadcrumb-link img {
    width: 1vw
}

.breadcrumb-item {
    font-size: 1vw;
    display: flex;
    align-items: center;
    font-family: "Univers 45 Light Regular"
}

.breadcrumb-item+.breadcrumb-item:before {
    content: ">";
    color: #000
}

@media (max-width: 1000px) {
    .breadcrumb {
        margin: 5% 5% 0;
        padding: unset;
        position: static
    }

    .breadcrumb-link img {
        width: 2vw
    }

    .breadcrumb-item {
        font-size: 3.5vw
    }
}

.normal-text .article-text-container h2 {
    font-size: 1.7vw;
    padding: 0 6vw;
    margin-block: 1vw
}

.normal-text {
    justify-items: unset
}

.normal-text h2 {
    padding: 0 6vw;
    font-size: 1.7vw
}

.normal-text p {
    padding: 0 6vw;
    margin-block: 1vw
}

.ce-bodytext p {
    font-size: 1vw;
    margin-bottom: 15px
}

.ce-bodytext h3 {
    margin-bottom: 20px;
    font-size: 1.3vw
}

@media (max-width: 1000px) {
    .ce-bodytext h3 {
        font-size: 4vw !important
    }

    .normal-text h2 {
        font-size: 8vw;
        padding: 0
    }

    .normal-text p {
        padding: 0
    }
}

.video-container {
    padding: 3vw 16vw;
    display: grid;
    gap: 2vw;
    grid-template-columns: repeat(2, 1fr)
}

.video-text h3 {
    font-size: 1.7vw
}

.video-text h3,
.video-text p {
    font-family: "Univers LT Std 65 Bold"
}

.video-container img,
.image-under-text {
    width: 100%
}

.ce-gallery img {
    width: 100%;
    height: 75%
}

.video-embed-item {
    margin-top: 50px;
    width: 100%;
    height: 50%
}

@media (max-width: 1000px) {
    .video-container {
        padding: 3vw 5vw;
        grid-template-columns: 1fr
    }

    .video-text h3 {
        font-size: 8vw;
        margin-bottom: 2vw
    }

    .video-text p {
        font-size: 4vw;
        margin-bottom: 1vw
    }
}

.text-and-button {
    display: grid;
    justify-items: center;
    padding: 0vw 10vw 3vw
}

.text-and-button p {
    padding: 0 6vw;
    margin-block: 1vw
}

.text-and-button p {
    font-family: "Univers 45 Light Regular"
}

.text-and-button button {
    margin: 3vw 0 1vw
}

@media (max-width: 1000px) {
    .text-and-button p {
        padding: 0;
        font-size: 4.3vw
    }

    .text-and-button {
        padding: 3vw 5vw
    }

    .text-and-button button {
        font-size: 3.5vw;
        width: 100%;
        margin-block: 3vw
    }
}

.bayern {
    padding: 3vw 10vw;
    text-align: center
}

.bayern h1 {
    margin-block: 3vw
}

.bayern h2 {
    font-size: 2vw;
    margin-bottom: 3vw
}

.bayern .card-img,
.bayern .card-img-bottom,
.bayern .card-img-top {
    width: 50%;
    align-self: center
}

.bayern .card-img,
.bayern .card-img-top {
    border-top-left-radius: unset;
    border-top-right-radius: unset
}

.bayern .card {
    padding: 2vw
}

.bayern .card-title {
    font-size: 2vw;
    font-family: "Univers LT Std 65 Bold";
    color: #000
}

.card-link-bold {
    font-family: "Univers LT Std 65 Bold"
}

.bayern .card p {
    margin-bottom: 1vw
}

.bayern .card a {
    font-size: 1.2vw;
    display: flex;
    align-items: center
}

.bayern .card a img {
    position: absolute;
    right: 2vw;
    width: 1vw
}

.bayern .row {
    margin-top: 0;
    text-align: left
}

.bayern .row>* {
    padding-right: 0;
    margin-top: 1vw
}

.bayern .filter-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1vw;
    margin-bottom: 3vw
}

.bayern input[type=radio]+span {
    display: inline-block;
    padding: 10px 20px;
    background-color:  #008bd2;
    color: #333;
    cursor: pointer;
    border-radius: 25px;
    width: 100%;
    font-size: 1.5vw;
    font-family: "Univers 45 Light Regular";
    border: 1px solid  #008bd2;
    word-break: break-all
}

.bayern input[type=radio] {
    display: none
}

.bayern input[type=radio]:checked+span {
    background-color: #fff
}

.bayern input[type=radio]+span:hover {
    background-color: #fff
}

.option1,
.option2,
.option3 {
    display: none
}

@media (max-width: 1000px) {
    .bayern .card-title {
        font-size: 7vw;
        margin-bottom: 4vw
    }

    .bayern .card a {
        font-size: 3.5vw
    }

    .bayern .card a img {
        right: 5vw
    }

    .bayern .filter-container {
        grid-template-columns: 1fr
    }

    .bayern input[type=radio]+span {
        font-size: 3vw;
        padding: 1.5vw 5vw;
        border-radius: 50px
    }

    .bayern h1 {
        font-size: 7vw;
        text-align: left
    }

    .bayern h2 {
        font-size: 4vw;
        text-align: left;
        font-family: "Univers LT 55 Regular"
    }

    .bayern .card p {
        margin-bottom: 4vw
    }
}

.header-leben {
    justify-content: center;
    padding-block: 1vw;
    display: flex;
    background: #f2f1ed;
    transform: translateY(-90%);
    width: 100%;
    z-index: 2;
    position: absolute;
    transition: transform .2s ease-in-out;
    box-shadow: inset 0 10px 15px -10px #00000080, 0 10px 15px -10px #00000080
}

.jump-label {
    position: absolute;
    left: -999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999
}

.jump-label:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    z-index: 999;
    margin-left: 45%;
    padding: 10px;
    background:  #00a7e8
}

.header-leben a {
    margin: 0 2%;
    transition: margin .2s ease-in-out
}

.header-leben:hover {
    transform: translateY(0)
}

.header-leben:hover a {
    margin: 0 1vw 0 0
}

.header-leben a {
    margin-top: 0
}

@media (max-width: 1000px) {
    .header-leben {
        justify-content: unset;
        padding-block: 1vw;
        background: #f2f1ed;
        transform: translateY(0);
        width: 100%;
        position: static;
        overflow-y: hidden;
    }

    .header-leben a,
    .header-leben:hover a {
        margin: 0
    }
}

.privacy-policy-container {
    width: 200%
}

.question-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2%;
    padding: 2% 20%;
    font-family: "Univers 45 Light Regular";
    color: #333;
    font-size: 1vw;
}

.question-form-label {
    display: block;
    margin-bottom: 5px;
    margin-top: 10px
}

.question-form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px
}

.question-form-check-label {
    display: block;
    margin-top: 10px
}

.btn-primary {
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 1.2vw;
}

.required {
    color: #000
}

.checkbox {
    margin-bottom: 20px
}

.privacy-policy {
    font-size: .8rem
}

#message {
    height: 81.5%
}

.w-50 {
    style: "width: 50%"
}

@media (max-width: 1000px) {
    .privacy-policy-container {
        width: 100%
    }

    .question-form {
        padding: 3% 8%;
        grid-template-columns: auto;
        margin-bottom: 15%;
        font-size: 4vw;
    }

    .question-form .btn-primary {
        font-size: 3.5vw;
    }

    .w-50 {
        width: 100%
    }
}

.doctor-list {
    list-style-type: none;
    padding: 2% 5%;
    margin: 0
}

.doctor-list li:nth-child(odd) {
    background-color: #f2f1ed;
    border-radius: 10px
}

.doctor-list li:first-child {
    padding-inline: 3%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.doctor-list-item {
    display: grid;
    padding: 2% 5%;
    grid-template-columns: 1.2fr .5fr 1fr;
    gap: 1rem
}

.doctor-list-item h2 {
    margin: 0;
    font-size: 150%;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    padding-top:0px;
}

.doctor-list-item p {
    margin: 5px 0;
    color: #333;
    font-size: 100%;
    font-family: "Univers LT 55 Regular"
}

.doctor-distance {
    color: #000;
    text-align: center;
    font-size: 100%;
    display: flex;
    padding-top: 25px;

}

.doctor-hours {
    color: #000;
    font-size: 100%;
    /* margin: 0 20px */
    padding-top: 25px;
}

.doctor-name-address{
    margin-left: 5px;
}


.doctor-result {
    margin-block: 2%;
    padding: 2% 5%;
    margin-top: 50px
}

.doctor-result h1 {
    text-align: center;
    margin-bottom: 2%;
    font-size: 3rem
}

.find-doctor-container {
    background-color: #f2f1ed;
    text-align: center;
    padding-block: 3%;
    background-repeat: no-repeat;
    background-size: 8%;
    background-position: 5% 10%;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 5%
}

.find-doctor-container form {
    display: grid;
    align-items: flex-end;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding-inline: 5%
}

.find-doctor-container h1 {
    font-size: 250%;
    width: 60%
}

.zip-code {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.zip-code label {
    font-family: "Univers LT Std 65 Bold";
    color: #000;
    flex-flow: wrap;
    display: flex;
    align-self: baseline;
}

.zip-code input,
.zip-code select {
    border: 2px solid #808080;
    border-radius: 15px;
    height: 3rem;
    width: 100%
}

.find-doctor-container button {
    padding-inline: 5rem;
    padding-block: .4rem;
    font-size: 100%;
    border-radius: 15px;
    width: 15rem;
    height: 3rem;
    align-items: center;
    display: flex;
    justify-content: center
}

#doctor-result-number {
    font-size: 4rem;
    background-color: gray;
    border-radius: 25px;
    color: #fff;
    padding: 0rem .3rem;
    font-family: "Univers LT Std 65 Bold"
}

.doctor-list-item h2.doctor-name:before,
.doctor-list-item .doctor-name-address .desktop-hidden:before {
    background-image: url(./doctor-search-name-49895c82.svg)
}

.doctor-list-item h2.doctor-hours:before,
.doctor-list-item .doctor-hours-list.desktop-hidden:before {
    background-image: url(./doctor-search-hours-9fd19e1a.svg)
}

.doctor-list-item .doctor-name:before,
.doctor-list-item h2.doctor-distance:before,
.doctor-list-item h2.doctor-hours:before,
.doctor-list-item h2.desktop-hidden:before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url(./doctor-search-distance-63a27cec.svg);
    background-size: cover;
    margin-right: .7rem
}

@media (max-width: 1000px) {
    .doctor-list {
        padding: 0
    }

    .doctor-list li:first-child {
        display: none
    }

    .doctor-list li:nth-child(2n) {
        background-color: #f2f2f2
    }

    .doctor-list li:nth-child(odd) {
        background-color: unset
    }

    .doctor-list-item {
        display: flex;
        flex-direction: column
    }

    .doctor-list-item h2 {
        font-size: 350%
    }

    .doctor-list-item p {
        font-size: 250%;
        margin: 1% 0 5%
    }

    .doctor-distance,
    .doctor-hours {
        text-align: left;
        font-size: 250%;
        margin: 1% 0 5%
    }

    .find-doctor-container {
        background-image: unset !important;
        text-align: unset;
        margin-top: 0;
        margin-bottom: 5%
    }

    .find-doctor-container form {
        grid-template-columns: unset;
        align-self: flex-start;
        padding: 2% 5%;
        width: 100%
    }

    .find-doctor-container h1 {
        padding: 2% 5%;
        width: 100%;
        word-wrap: break-word
    }

    .find-doctor-container button {
        width: 100%;
        height: 4rem
    }

    .zip-code input {
        height: 4rem
    }

    .doctor-result {
        padding: 0
    }

    .doctor-result h1 {
        padding: 2% 5%;
        text-align: unset;
        font-size: 2.5rem
    }

    #doctor-result-number {
        font-size: 3rem
    }
}

/* 
    Contrast fix only for the header texts
*/
.header-top nav li,
.header-top nav a,
.header-bottom nav a{
    color: #fff;
}

.bottom-menu-items.mobile-view a {
    color: #333;
}

/*
    Making sure that Textimage Elements have the image placed
    below the text on mobile if it's intext or beside left/right.
    Making sure it doesn't affect other styles.
    Also centering the image in this case.
*/
@media (max-width: 1000px) {
    .ce-textpic.ce-right:not(.ce-above):not(.ce-below),
    .ce-textpic.ce-left:not(.ce-above):not(.ce-below){
        display: flex;
        flex-direction: column;
    }

    .ce-textpic.ce-right:not(.ce-above):not(.ce-below) .ce-gallery,
    .ce-textpic.ce-left:not(.ce-above):not(.ce-below)  .ce-gallery {
        order: 2;
        width: fit-content;
        margin: auto;
    }
    
    .ce-textpic.ce-right:not(.ce-above):not(.ce-below) .ce-bodytext,
    .ce-textpic.ce-left:not(.ce-above):not(.ce-below) .ce-bodytext {
        order: 1;
    }
}

.no-tick{
    background-image: none!important;
    padding-left: 0px!important;
}

.program-checkbox-label{
    align-items: center; 
    gap: 1rem; 
    flex-flow: nowrap; 
    text-align: start;
}

.program-checkbox-label input{
    width: 2rem;
}

/* Styling for additional components ( quiz, growth calculator & examination reminder ) -- Start */
.tx-additional-components,
.tx-additional-components p {
    color: #000;
    font-size: 1.1vw;
    font-family: "Univers 45 Light Regular"
}

.tx-additional-components .growth-result {
    font-size: 1.4vw;
    font-weight: bold;
}

.tx-additional-components p strong {
    color: var(--main-bkk-color)
}

.tx-additional-components .error {
    color: #f00;
}

.tx-additional-components button,
.tx-additional-components .btn-primary,
.tx-fp-masterquiz .btn-primary,
.frame-type-form_formframework.frame-layout-0 form .btn-primary,
.frame-type-form_formframework.frame-layout-0 form .btn-group {
    box-shadow: none;
    text-decoration: none;
}

.tx-fp-masterquiz .quiz-checkbox {
    margin: 0;
}

.tx-fp-masterquiz label {
    font-family: "Univers 45 Light Regular";
    font-size: 1.2vw;
    color: #000;
}

.tx-fp-masterquiz ul li {
    font-size: 1.2vw;
}

.tx-additional-components .ics-downloads-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5em;
}

.tx-additional-components legend,
.tx-fp-masterquiz h4 {
    font-size: 2vw;
    font-weight: bold;
}

.tx-additional-components fieldset label[for="gender"] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.tx-additional-components fieldset label:has(input[type="text"]),
.tx-additional-components fieldset label:has(input[type="number"]) {
    display: flex;
    flex-direction: column;
    max-width:fit-content;
}

.tx-fp-masterquiz,
.tx-fp-masterquiz p {
    color: #000;
}

@media (min-width: 1000px) {
    .tx-fp-masterquiz {
        margin-top: 2em;
    }
}

@media (min-width: 2000px) {
    .tx-fp-masterquiz {
        margin-top: 6em;
    }
}

@media (max-width: 1000px) {
    .tx-additional-components,
    .tx-additional-components p {
        font-size: 4vw;
    }

    .tx-additional-components .growth-result {
        font-size: 5vw;
    }

    .tx-additional-components .ics-downloads-container {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .tx-additional-components legend,
    .tx-fp-masterquiz h4 {
        font-size: 6vw;
    }

    .tx-additional-components .btn-primary,
    .tx-fp-masterquiz .btn-primary,
    .frame-type-form_formframework.frame-layout-0 form .btn-primary {
        font-size: 4vw;
    }

    .tx-fp-masterquiz ul li,
    .tx-fp-masterquiz label {
        font-size: 4vw;
    }

    /* Quiz image */
    .tx-fp-masterquiz .col-md-4:has(img) {
        flex: unset;
        width: 100%;
    }
}
/* Styling for additional components ( quiz, growth calculator & examination reminder ) -- End */


/* Newsletter form styling - Start */

.frame-type-form_formframework.frame-layout-0 form .row {
    margin-bottom: 1em;
}

.frame-type-form_formframework.frame-layout-0 form .form-check {
    margin-top: 0.5em;
    padding-left: 0;
}

.frame-type-form_formframework.frame-layout-0 form .error {
    color: #f00
}

/* Newsletter form styling - End */