:root:has(.top-bar.top-bar--large, .top-bar.top-bar--large.top-bar--fixed) {
    --top-bar-height: 3rem;
    --top-bar-height-fixed: 3rem;
}

@media screen and (min-width: 840px) {
    :root:has(.top-bar.top-bar--large, .top-bar.top-bar--large.top-bar--fixed) {
        --top-bar-height: 12rem;
        --top-bar-height-fixed: 4rem;
    }
}

/* TYPE */

p {
    font-size: 12pt;
    line-height: 1.3;
}

.page--id-13 a,
.page--id-15 a,
.page--id-17 a {
    color: #29353a;
}

a {
    color: var(--primary-color);
}

a:hover {
    color: var(--primary-color--light);
}

h1,
.button {
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1;
    margin: 0 auto 2.5rem;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5 {
    margin-top: 2rem;
}

@media only screen and (max-width: 839px) {
    h1 {
        font-size: 20pt;
        color: #29353a;
    }

    h2 {
        font-size: 15pt;
        color: #29353a;
    }

    h3 {
        font-size: 12pt;
        color: #29353a;
    }

    h4 {
        font-size: 12pt;
        color: #29353a;
    }

    h5 {
        font-size: 12pt;
        color: #29353a;
    }
}

@media only screen and (min-width: 840px) {
    h1 {
        font-size: 40pt;
        color: #29353a;
    }

    h2 {
        font-size: 26pt;
        color: #29353a;
    }

    h3 {
        font-size: 12pt;
        color: #29353a;
    }

    h4 {
        font-size: 12pt;
        color: #29353a;
    }

    h5 {
        font-size: 12pt;
        color: #29353a;
    }
}

/* MAIN */

@media only screen and (max-width: 839px) {
    main {
        margin-top: 4rem;
    }
}

@media only screen and (min-width: 840px) {
    main {
        margin-top: 8rem;
    }
}

.grid,
.image-row,
.card-grid {
    justify-content: flex-start;
}

.page--id-1 .grid,
.page--id-1 .image-row,
.page--id-1 .card-grid,
.page--id-230 .grid,
.page--id-231 .grid,
.page--id-757 .grid,
.page--id-758 .grid,
.page--id-1144 .card-grid,
.page--id-1363 .card-grid,
.page--id-1150 .card-grid {
    justify-content: center;
}

.image-row.image-row--4 .textpic.textpic--single {
    margin: 0;
}

.header {
    z-index: 1;
}

.header + main,
.header-wrap + main {
    margin-top: 4rem;
}

@media only screen and (max-width: 839px) {
    .page--id-248 main,
    .page--id-255 main,
    .page--id-256 main,
    .page--id-257 main {
        margin-top: 0;
    }

    .header + main,
    .header-wrap + main {
        margin-top: 2rem;
    }

    .page--id-1 .header + main,
    .header-wrap + main {
        margin-top: 0;
    }
}

@media only screen and (min-width: 840px) {
    .page--id-248 main,
    .page--id-255 main,
    .page--id-256 main,
    .page--id-257 main {
        margin-top: 4rem;
    }

    .page--id-1 .header + main,
    .header-wrap + main {
        margin-top: 0;
    }
}

/* CONSENT */

.consent-widget {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 540px;
}

@media only screen and (max-width: 449px) {
    .consent-widget__bottom {
        grid-template-columns: 1fr;
    }

    .consent-widget__consent-details {
        margin: 0 auto;
    }

    .button.consent-widget__button {
        -webkit-hyphens: auto;
                hyphens: auto;
        text-align: center;
    }
}

/* NAVI */

.navigation {
    clear: both;
    font-size: 1.3rem;
}

span.navigation-item__link {
    cursor: default;
}

.navigation-item--first-level > .navigation-item__link:hover,
.navigation-item--first-level > .navigation-item__link {
    color: #fff;
}

ul.navigation--second-level,
ul.navigation--third-level {
    padding: 1rem 0;
    margin-top: 0.5rem;
    border-radius: 10px;
}

.navigation-item__line {
    display: none;
}

.navigation--breadcrumb span {
    line-height: 1.1;
    padding: .5em 0;
    color: var(--primary-color);
}

.navigation--breadcrumb {
    max-width: 90rem;
    margin: 0 auto 1rem;
}

.navigation-item--second-level > .navigation-item__link:focus,
.navigation-item--second-level > .navigation-item__link:hover,
.navigation-item--third-level > .navigation-item__link:focus,
.navigation-item--third-level > .navigation-item__link:hover {
    color: #fff;
    background: var(--primary-color);
}

@media only screen and (max-width: 839px) {
    span.navigation-item__link {
        color: #fff;
    }

    .navigation-item__link--active {
        color: #fff;
        background: var(--primary-color);
    }
}

@media only screen and (min-width: 840px) {
    span.navigation-item__link {
        color: #29353a;
    }
}

@media only screen and (max-width: 839px) {
    .navigation-item--first-level > .navigation-item__link {
        color: #29353a;
    }
}

@media only screen and (max-width: 839px) {
    .wrap--navigation-light .navigation--sub-nav {
        background: #fff;
    }
}

@media only screen and (max-width: 839px) {
    ul.navigation--second-level,
    ul.navigation--third-level {
        padding: 0;
        margin: 0;
    }
}

@media only screen and (max-width: 839px) {
    .navigation-item__link--active {
        color: #fff;
        background: #fff;
    }
}

/* TOPBAR */

.top-bar {
    --nav-color-bg: var(--bg-color);
    --nav-color-icon: var(--primary-color);

    height: var(--top-bar-height);
}

.top-bar .burger {
    --nav-color-icon: var(--font-color);
}

.wrap--navigation {
    --nav-color-bg: var(--bg-color);
}

.navigation-item__toggle-state {
    background-color: transparent !important;
}

.navigation-item__toggle-state::before {
    background-color: var(--font-color) !important;
}

.navigation--sub-nav .navigation-item__link {
    color: var(--font-color);
}

@media screen and (width < 840px) {
    .navigation--sub-nav {
        background-color: transparent;
    }
}

@media only screen and (min-width: 840px) and (max-width: 1120px) {
    .top-bar.top-bar--fixed {
        height: var(--top-bar-height-fixed) !important;
    }

    .navigation--fixed ~ .navigation__logo,
    .top-bar--fixed ~ .wrap--navigation .navigation__logo {
        height: 7.5rem !important;
    }
}

@media only screen and (max-width: 1119px) {
    .navigation--fixed {
        padding-top: 2.5rem !important;
    }
}

@media only screen and (min-width: 1120px) {
    .top-bar.top-bar--fixed {
        height: var(--top-bar-height-fixed) !important;
    }

    .top-bar.top-bar--fixed ~ .wrap--navigation {
        height: var(--top-bar-height-fixed) !important;
    }

    .navigation--fixed {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 839px) {
    .top-bar {
        border-bottom: none;
    }
}

/* HEADER */

.page--id-1363 .header__image img {
    -o-object-position: left;
       object-position: left;
}

@media only screen and (min-width: 840px) {
    .header--ratio-3-1 {
        height: 50rem;
        max-height: 50rem;
    }
}

@media only screen and (max-width: 839px) {
    .header.header--ratio-3-1 {
        display: flex;
        min-height: 85vw;
        padding: 1rem;
    }
}

/* FOOTER */

.footer .form-step__title {
    color: var(--font-color--dark);
    grid-column: span 12;
    font-size: 1.25rem;
    display: none;
}

.footer .form {
    display: block;
    position: relative;
    margin: auto;
    width: 50%;
}

footer {
    background: #2a363b;
    border-top: none;
    padding: 2rem 1rem 1rem;
    color: #fff;
    z-index: 1;
    position: relative;
    box-shadow: inset 0 0 0 2000px rgb(46 46 46 / 70%);
}

footer a {
    color: #fff;
    padding-left: 0;
}

footer a:hover {
    color: #b1b1b1;
}

footer .button--primary {
    background:
        linear-gradient(
            90deg,
            rgba(255 153 19 / 100%) 0%,
            rgba(255 86 73 / 100%) 42%,
            rgba(255 22 125 / 100%) 94%
        );
}

/* CHAPTER */

.chapter--primary,
.chapter--secondary,
.chapter--inverted {
    margin-bottom: 2rem;
}

.page--id-1 .chapter {
    margin-bottom: 0;
    position: relative;
    z-index: 1 !important;
}

/* PARALLAX VIDEO */

.page--id-1 .chapter--parallax-video {
    background: none;
    z-index: 0 !important;
}

.ParallaxVideo {
    height: 50vh;
}

.ParallaxVideo a {
    display: block;
    height: 100%;
}

.ParallaxVideo video {
    min-width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -9 !important;
}

/* CHAPTER STARTUP */

/* noinspection CssUnknownTarget */

#startup {
    background-image: url("/fileadmin/Bilder/Startup_Teens/Neon_Stages/Footer.jpg");
    background-repeat: repeat;
    background-size: 100vw;
    padding: 3rem 0;
}

#startup :is(p,h2,h3) {
    color: white;
}

@media only screen and (max-width: 830px) {
    #startup {
        background-size: 950vw;
    }
}

/* CHAPTER PRIMARY */

.chapter--primary {
    background:
        linear-gradient(
            135deg,
            rgba(0 134 170 / 100%) 0%,
            rgba(89 80 136 / 100%) 42%,
            rgba(120 35 120 / 100%) 94%
        );
    padding: 3rem 0;
}

.chapter--primary :is(p,h1,h2,h3,h4,h5) {
    color: white;
}

.chapter--primary .image-card__title {
    color: var(--primary-color);
    font-weight: bold;
    background: #fff;
    font-size: 1.3rem;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    text-align: center;
}

.chapter--primary .button--secondary.button--shadow {
    color: #fff;
    background: 0 0;
    border: .125em solid #fff;
}

.chapter--primary .button--secondary.button--shadow:hover {
    color: var(--primary-color);
    background: var(--bg-color);
}

.chapter--primary figcaption {
    color: #fff;
}

.chapter--primary .textpic--single img,
.textpic--single picture {
    width: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.chapter--primary .textpic--single {
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 80rem;
    margin-bottom: 2rem;
}

.chapter--primary a {
    color: var(--font-color--light);
}

/* CHAPTER SECONDARY */

.chapter--secondary {
    background:
        linear-gradient(
            135deg,
            rgba(0 134 170 / 100%) 0%,
            rgba(0 134 170 / 90%) 42%,
            rgba(172 238 120 / 100%) 94%
        );
    padding: 3rem 0;
}

.chapter--secondary :is(p,h1,h2,h3,h4,h5) {
    color: white;
}

.chapter--secondary .image-card__title {
    color: var(--primary-color);
    font-weight: bold;
    background: #fff;
    font-size: 1.3rem;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    text-align: center;
}

.chapter--secondary .button--secondary.button--shadow {
    color: #fff;
    background: 0 0;
    border: .125em solid #fff;
}

.chapter--secondary .button--secondary.button--shadow:hover {
    color: var(--primary-color);
    background: var(--bg-color);
}

.chapter--secondary figcaption {
    color: #fff;
}

.chapter--secondary .textpic--single img,
.textpic--single picture {
    width: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.chapter--secondary .textpic--single {
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 80rem;
    margin-bottom: 2rem;
}

.chapter--secondary a {
    color: var(--font-color--light);
}

/* CHAPTER INVERTED */

.chapter--inverted {
    background:
        linear-gradient(
            135deg,
            rgba(0 134 170 / 100%) 0%,
            rgba(0 134 170 / 90%) 42%,
            rgb(130 207 245) 94%
        );
    padding: 3rem 0;
}

.chapter--inverted :is(p,h1,h2,h3,h4,h5) {
    color: white;
}

.chapter--inverted .image-card__title {
    color: var(--primary-color);
    font-weight: bold;
    background: #fff;
    font-size: 1.3rem;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    text-align: center;
}

.chapter--inverted .button--secondary.button--shadow {
    color: #fff;
    background: 0 0;
    border: .125em solid #fff;
}

.chapter--inverted .button--secondary.button--shadow:hover {
    color: var(--primary-color);
    background: var(--bg-color);
}

.chapter--inverted figcaption {
    color: #fff;
}

.chapter--inverted .textpic--single img,
.textpic--single picture {
    width: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.chapter--inverted .textpic--single {
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 80rem;
    margin-bottom: 2rem;
}

.chapter--inverted a {
    color: var(--font-color--light);
}

/* CHAPTER INVERTED 2 */

.chapter--inverted--2 {
    background:
        linear-gradient(
            135deg,
            rgba(0 134 170 / 100%) 0%,
            rgba(0 134 170 / 90%) 42%,
            rgb(130 207 245) 94%
        );
    padding: 3rem 0;
}

.chapter--inverted--2 :is(p,h1,h2,h3,h4,h5) {
    color: white;
}

.chapter--inverted--2 .image-card__title {
    color: var(--primary-color);
    font-weight: bold;
    background: #fff;
    font-size: 1.3rem;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    text-align: center;
}

.chapter--inverted--2 .button--secondary.button--shadow {
    color: #fff;
    background: 0 0;
    border: .125em solid #fff;
}

.chapter--inverted--2 .button--secondary.button--shadow:hover {
    color: var(--primary-color);
    background: var(--bg-color);
}

.chapter--inverted--2 figcaption {
    color: #fff;
}

.chapter--inverted--2 .textpic--single img,
.textpic--single picture {
    width: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.chapter--inverted--2 .textpic--single {
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 80rem;
    margin-bottom: 2rem;
}

.chapter--inverted--2 a {
    color: var(--font-color--light);
}

/* CHAPTER PARTNER */

.chapter--partner {
    background:
        linear-gradient(
            135deg,
            rgba(0 134 170 / 100%) 0%,
            rgba(89 80 136 / 100%) 42%,
            rgba(120 35 120 / 100%) 94%
        );
    padding: 3rem 0;
}

.chapter--partner :is(p,h1,h2,h3,h4,h5) {
    color: white;
}

.chapter--partner .image-card__title {
    color: var(--primary-color);
    font-weight: bold;
    background: #fff;
    font-size: 1.3rem;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    text-align: center;
}

.chapter--partner .button--secondary.button--shadow {
    color: #fff;
    background: 0 0;
    border: .125em solid #fff;
}

.chapter--partner .button--secondary.button--shadow:hover {
    color: var(--primary-color);
    background: var(--bg-color);
}

.chapter--partner figcaption {
    color: #fff;
}

.chapter--partner .textpic--single img,
.textpic--single picture {
    width: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.chapter--partner .textpic--single {
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 80rem;
    margin-bottom: 2rem;
}

.chapter--partner a {
    color: var(--font-color--light);
}

.chapter--single-media-full-width .grid,
.chapter--single-media-full-width .grid__column {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.chapter--single-media-full-width .textpic--single {
    max-width: 100%;
}

.chapter--single-media-full-width .textpic--single img,
.chapter--single-media-full-width .textpic--single picture {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.chapter--white {
    background: var(--bg-color);
}

/* CHAPTER FULL IMAGE */

.chapter--single-media-full-width {
    position: relative;
    margin-bottom: 0;
}

.chapter--single-media-full-width h1 {
    position: absolute;
    bottom: 0;
    color: #fff;
    max-width: 27rem;
    width: auto;
    left: calc(100vw / 2 - 44.5rem);
}

#default-96d691ae30 h1 {
    max-width: 25rem;
}

@media only screen and (max-width: 1119px) {
    .chapter--single-media-full-width h1 {
        left: 1rem;
    }
}

/* BLOGCARDS */

.card-grid.card-grid--horizontal.card-grid--blog {
    max-width: 70rem;
    margin: 0 auto 0 -1rem;
}

.blog-card {
    border-radius: 10px;
    border: none;
    box-shadow: none;
}

.page--id-13 .blog-card__image img,
.page--id-15 .blog-card__image img,
.page--id-17 .blog-card__image img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    border: 3px solid var(--font-color--dark);
}

.blog-card__image img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
}

.blog-card:hover {
    box-shadow: none;
}

.blog-card:focus,
.blog-card:hover {
    box-shadow: none;
}

.blog-text--half .blog-card__content,
.card-grid--horizontal .blog-card__content {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 2rem 1rem;
    background: none;
}

.tx-blog-post-list.blog-list .blog-card__content {
    padding: 2rem 1rem;
}

.blog-text--half .blog-card__image,
.card-grid--horizontal .blog-card__image {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    border: 3px solid var(--primary-color--dark);
}

.blog-card__info,
.blog-card__cta {
    display: none;
}

.blog-card__title {
    color: #29353a;
    font-size: 1.2rem;
    line-height: 24px;
    overflow: visible;
    white-space: normal;
    margin-bottom: 10px;
    max-width: 20rem;
    margin-left: 0;
    -webkit-hyphens: auto;
            hyphens: auto;
}

.blog-card__text {
    line-height: 1.25;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

@media only screen and (min-width: 600px) {
    .tx-blog-post-list.blog-list .blog-card__content {
        padding: 0 1rem;
    }

    .tx-blog-post-list.blog-list {
        height: -moz-fit-content;
        height: fit-content;
    }
}

@media only screen and (min-width: 1120px) {
    .card-grid.card-grid--horizontal.card-grid--blog {
        margin-left: auto;
    }
}

/* CHAPTER BLOGCARDS */

.chapter--blogcards .card-grid.card-grid--horizontal.card-grid--blog {
    max-width: none;
}

.chapter--blogcards .blog-card {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
    border-radius: 10px;
    border: 1px solid var(--font-color--dark);
    box-shadow: 0 5px 15px -10px var(--font-color--dark);
}

.chapter--blogcards .blog-card:focus,
.chapter--blogcards .blog-card:hover {
    box-shadow: 0 5px 15px -5px var(--font-color--dark);
}

.chapter--blogcards .blog-card__title {
    color: #29353a;
    font-weight: 600;
    text-overflow: unset;
    white-space: unset;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.1rem;
}

.chapter--blogcards .blog-card__text {
    color: #29353a;
    font-size: 12.8px;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.chapter--blogcards .blog-card__image {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 0;
    border: none;
}

.chapter--blogcards .blog-card__content {
    padding: 1rem 1rem 3rem;
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.chapter--blogcards .blog-card__cta {
    display: block;
    background: var(--primary-color);
    margin: 0;
    position: absolute;
    right: 16px;
    bottom: 16px;
    color: transparent;
    width: 45px;
    border-radius: 10px;
    text-transform: initial;
    padding: 3px 12px;
    font-size: 1rem;
}

.chapter--blogcards .blog-card__cta::before {
    display: block;
    content: "Info";
    color: #fff;
    position: absolute;
}

.chapter--blogcards .blog-card__cta::after {
    display: none;
}

.chapter--blogcards .card-grid__column {
    max-width: none;
}

@media only screen and (min-width: 480px) {
    .chapter--blogcards .card-grid__column {
        width: 100%;
    }

    .card-grid--blog .card-grid__column {
        max-width: none;
    }
}

@media only screen and (min-width: 700px) {
    .chapter--blogcards .card-grid__column {
        width: 50%;
    }
}

@media only screen and (min-width: 1120px) {
    .chapter--blogcards .card-grid__column {
        width: 25%;
    }
}

@media screen and (min-width: 75rem) {
    .chapter--blogcards .card-grid--blog.card-grid--horizontal .card-grid__column {
        max-width: 25%;
    }
}

/* BLOGPAGE */

.page--type-137 .textpic--single img {
    border-radius: 10px;
    border: 3px solid #000;
}

.tx-blog-widget:empty,
li.archive-item.archive-item-month::before {
    display: none;
}

.archive-item.archive-item-month {
    padding-left: 0;
}

.archive-item-year-link {
    font-weight: 600;
}

h4.widget-title {
    margin: 0 0 1rem;
}

.grid--blog > .grid {
    max-width: 60rem;
}

.grid--blog > .grid .tx-blog-post-list.blog-list {
    width: 100%;
}

.page--id-13 .grid.grid--1 {
    max-width: none;
}

.page--id-13 .grid.grid--1 .grid__column {
    padding: 0 2rem;
}

h1.page-title {
    padding: 0 2rem;
}

.categories.list li::before {
    display: block;
    content: ">";
    background: none;
    font-size: 17px;
    top: 3px;
    left: 0;
}

.categories.list li svg {
    opacity: 0;
    width: 15px;
}

/* IMAGE CARDS */

@media only screen and (max-width: 599px) {
    .image-card {
        display: block;
        width: 70%;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        margin: auto auto 2rem;
        color: #fff;
        z-index: 0;
    }
}

.image-card__image {
    border-radius: 10px;
}

.image-card__title {
    color: var(--bg-color);
    font-weight: bold;
    background: var(--font-color);
    font-size: 1.3rem;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
}

.image-card--primary:focus .image-card__title,
.image-card--primary:hover .image-card__title {
    background: var(--secondary-color);
    color: white;
}

.image-card__image img,
.image-card__image picture {
    padding-block-end: 2.5rem;
}

.image-card--zoom:focus .image-card__image,
.image-card--zoom:hover .image-card__image {
    transform: none;
}

.image-card {
    box-shadow: 0 10px 25px -10px var(--font-color--dark);
    border-radius: 10px;
}

/* CONTENT CARD */

.page--id-223 .content-card__image img,
.page--id-538 .content-card__image img {
    -o-object-fit: contain;
       object-fit: contain;
    padding: 1rem;
}

.content-card .content-card__content {
    width: 100%;
    max-width: 100%;
    background: #fff;
}

.content-card {
    border: 1px solid var(--font-color--dark);
    border-radius: 10px;
    max-width: 21rem;
}

.chapter--primary .content-card__title,
.chapter--secondary .content-card__title,
.chapter--inverted .content-card__title,
.chapter--inverted--2 .content-card__title,
.chapter--partner .content-card__title {
    color: #29353a;
}

.chapter--primary .content-card__text,
.chapter--secondary .content-card__text,
.chapter--inverted .content-card__text,
.chapter--inverted--2 .content-card__text,
.chapter--partner .content-card__text {
    margin-bottom: 0.1rem;
    color: #29353a;
}

.content-card__title {
    margin-top: 0;
    margin-bottom: 0.1rem;
    color: #29353a;
}

.content-card h5 {
    color: #29353a;
}

.content-card__text {
    margin-bottom: 0.1rem;
}

@media only screen and (min-width: 1120px) and (max-width: 1439px) {
    .card-grid--2 .card-grid__column,
    .card-grid--4 .card-grid__column {
        flex: auto;
        width: 50%;
        max-width: 22rem;
    }
}

.chapter--primary .content-card__title,
.verlauf-grau .content-card__title {
    color: #29353a;
    font-weight: 600;
}

.chapter--primary .content-card__text,
.verlauf-grau .content-card__title {
    color: #29353a;
    font-size: 1.2em;
}

.content-card__cta {
    margin: auto 15px 0 auto;
    border-radius: 10px;
    padding: 0.375em 0.9em;
}

/* TEXTPIC */

.page--id-1 .textpic--single {
    margin-bottom: 0;
}

.page--type-137 .textpic--single {
    margin-left: 0;
    margin-right: 0;
    width: 30%;
}

.textpic--beside.textpic--left .textpic__text {
    float: right;
    align-self: center;
}

.textpic--beside.textpic--right .textpic__text {
    float: left;
    align-self: center;
}

.image-row .textpic.textpic--single img {
    width: 100%;
    border-radius: 10px;
}

.textpic--beside .textpic__image img {
    border: 0;
    border-radius: 10px;
}

/* TEASER */

.teaser--cinema.teaser--third.teaser--left .teaser__text,
.teaser--cinema.teaser--two-thirds.teaser--left .teaser__text {
    padding-left: 2rem;
    align-self: center;
}

.teaser--cinema .teaser__image {
    --cinema-teaser-image-ratio: auto;
}

.teaser--cinema .teaser__image .teaser__image-wrapper img {
    position: relative;
}

/* FOUR-MEDIA-ELEMENTS */

.image-row.image-row--3.image-row--one-third .textpic.textpic--single,
.image-row.image-row--3.image-row--one-third .textpic.textpic--single:last-child,
.image-row.image-row--4.image-row--quarter .textpic.textpic--single,
.image-row.image-row--4.image-row--quarter .textpic.textpic--single:last-child {
    padding-bottom: 0;
}

/* FIGCAPTION */

figcaption {
    padding: 1.25rem 0.5rem;
    font-size: 1rem;
    font-weight: bold;
}

/* SOCIAL MEDIA BAR */

.socialmediabar {
    border: 0 solid var(--font-color--light);
    padding: 1rem;
    box-shadow: none;
    margin-bottom: 1rem;
    border-radius: .25rem;
}

.fa-facebook-f::before,
.fa-facebook::before {
    content: "";
    color: #fff;
}

.fa-twitter::before {
    content: "";
    color: #fff;
}

.fa-instagram::before {
    content: "";
    color: #fff;
}

.fa-youtube::before {
    content: "";
    color: #fff;
}

/* noinspection CssUnknownTarget */

.fa-tiktok::before {
    content: "";
    color: #fff;
    background-image: url("/fileadmin/Bilder/Startup_Teens/Icons_Grafiken/tiktok-brands--white.svg");
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.socialmediabar__link {
    background-color: transparent;
}

.socialmediabar__link:focus,
.socialmediabar__link:hover {
    background: #69c9d0 !important;
}

/* INPAGE NAVI */

.inpage-nav {
    --inpage-nav-size: 3.5rem;

    max-width: 60rem;
    border: none;
}

.inpage-nav__link {
    font-size: 1.5rem;
}

.inpage-nav--design-default .inpage-nav__item[active] .inpage-nav__link {
    color: var(--primary-color--dark);
    font-weight: 400;
    margin-left: 1rem;
}

.inpage-nav--design-inverted .inpage-nav__item[active] .inpage-nav__link,
.inpage-nav--design-primary .inpage-nav__item[active] .inpage-nav__link,
.inpage-nav--design-secondary .inpage-nav__item[active] .inpage-nav__link {
    opacity: 1;
    font-weight: 400;
    margin-left: 1rem;
}

@media only screen and (min-width: 1120px) {
    .inpage-nav {
        transform: translateX(-14rem);
    }
}

/* FORMS */

.input-label,
.radio__label,
.checkbox__description {
    color: #29353a;
}

.checkbox {
    border: #fff;
    background-color: #000;
}

.radio {
    background-color: #000;
}

.input,
.input--date,
.input--date-part,
.input--text,
.input--textarea {
    border: 3px solid #000;
    border-radius: 6px;
    background-color: transparent;
}

.input:active,
.input:focus {
    outline: 0;
    border-bottom: 3px solid #000;
    background-color: #fff;
}

.input:hover {
    border-bottom: 3px solid #000;
    cursor: pointer;
}

.input-group--has-success .input--textarea {
    border-bottom: 3px solid var(--success-color);
    background-color: #fff;
}

.input-group {
    padding-top: 1rem;
}

.form-step__title {
    color: var(--font-color--dark);
    grid-column: span 12;
    font-size: 40pt;
    margin: 4rem 0 0;
}

/* ACCORDION */

.accordion__panel .switch {
    fill: var(--secondary-color--dark);
}

.accordion__panel,
.accordion__panel.accordion__panel--active {
    border-bottom: 1px solid var(--secondary-color--dark);
}

.accordion__panel.accordion__panel--active .accordion__title,
.accordion__panel:focus .accordion__title,
.accordion__panel:hover .accordion__title {
    color: #000;
}

.accordion__panel.accordion__panel--active .accordion__title {
    color: #000;
}

/* LIST */

.list {
    color: #29353a;
}

.chapter--primary .list {
    color: #fff;
}

.chapter--secondary .list {
    color: #fff;
}

.chapter--inverted .list {
    color: #fff;
}

.chapter--primary ul.list li::before,
.chapter--secondary ul.list li::before,
.chapter--inverted ul.list li::before {
    background: #fff;
}

ul.list li::before {
    background: #29353a;
}

/* LOGO SLIDER */

.glider.draggable .glider-slide img {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    border-radius: 10px;
}

.slider--logo .glider-slide {
    padding: 2rem;
}

.slider--logo .glider-dots {
    bottom: 0;
}

.slider.slider--logo {
    margin: 0 auto;
}

/* TEASER */

.teaser--cinema .teaser__image img {
    border-radius: 30px;
}

/* NEWSLETTER */

#mc_embed_signup .mc-field-group.input-group label {
    display: inline;
    color: #29353a;
    margin-left: 1rem;
}

#mc_embed_signup .button {
    clear: both;
    background-color: var(--primary-color);
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 3%;
    border: 1px solid var(--primary-color);
    border-radius: 25px;
    margin-bottom: 2rem;
}

/* BUTTON */

.button--primary {
    background:
        linear-gradient(
            90deg,
            rgba(0 119 151 / 100%) 0%,
            rgba(89 80 136 / 100%) 42%,
            rgba(123 36 120 / 100%) 94%
        );
}

.button--primary:hover {
    color: #fff;
    background: var(--primary-color--dark);
}

.button--secondary {
    background:
        linear-gradient(
            135deg,
            rgba(0 134 170 / 100%) 0%,
            rgba(0 134 170 / 90%) 42%,
            rgb(130 207 245) 94%
        );
}

.button--secondary:hover {
    color: #fff;
    background: var(--primary-color--dark);
}

.button--secondary.button--shadow:hover {
    color: #fff;
    background: var(--primary-color);
}

.button {
    border: none;
}

/* MISCELLANEOUS */

.divider.divider--background,
hr.divider--background {
    border-bottom-color: transparent;
}

.divider.divider--background {
    display: block;
    height: 96px;
    background: transparent;
    width: 100%;
    margin: 0;
    border: none;
}

.grid--1 {
    max-width: 90rem;
}

.text-columns__column {
    padding: 0;
}

.text-columns {
    margin-left: 0;
    width: 100%;
}

#c2262 + .grid--2 .text-columns {
    width: 100%;
}

/* MODULE */

#c2242 + .grid .image-card,
#c2243 + .grid .image-card {
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: none;
    overflow: visible;
}

#c2270 + .grid .image-row .textpic.textpic--single img {
    border: 3px solid #fff;
}

#default-72a22c460d,
#default-017b7834de {
    padding-top: 4rem;
    background: #fff;
}

/* MODAL */

toujou-modal {
    --toujou-modal-content-max-width: none;
}

/* VIDEO IFRAME */

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

/* NEWSTICKER */

@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 6rem;
    background-color: #fff;
    padding-left: 100%;
    box-sizing: content-box;
}

.ticker {
    display: inline-block;
    height: 6rem;
    line-height: 6rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 40s;
}

.ticker__item.ticker__item--image {
    margin-right: 7rem;
}

@media only screen and (max-width: 839px) {
    .ticker__item,
    a.ticker__link {
        display: inline-block;
        padding: 0 2rem;
        font-size: 14pt;
        line-height: 1.3;
        color: var(--primary-color);
        vertical-align: middle;
    }
}

@media only screen and (min-width: 840px) {
    .ticker__item,
    a.ticker__link {
        display: inline-block;
        padding: 0 2rem;
        font-size: 18pt;
        line-height: 1.3;
        color: var(--primary-color);
        vertical-align: middle;
    }
}

.chapter--ticker {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

.ticker__item img {
    max-height: 6rem;
    position: absolute;
    height: 6rem;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    padding: 10px 0;
}

/* CHALLENGE */

.page--id-231 .card-grid.card-grid--3 {
    justify-content: center;
}

.page--id-231 .content-card__image::after,
.page--id-231 .card-grid--vertical.card-grid--3 .card-grid__column:first-child .content-card__image::after {
    padding-top: 100%;
}

.page--id-231 .content-card__image svg {
    padding: 3rem;
}

.page--id-231 .content-card__content {
    padding: 0 2rem 2rem;
}

.page--id-231 .content-card {
    background: rgb(255 255 255 / 90%);
    border: none;
    align-self: center;
}

.page--id-231 .content-card .content-card__content {
    background: none;
}

.page--id-231 .accordion__info {
    padding-left: 50px;
    position: relative;
}

/* noinspection CssUnknownTarget */

.page--id-231 .accordion__info::before {
    display: block;
    content: "";
    width: 24px;
    height: 18px;
    position: absolute;
    left: 10px;
    background-image: url("/fileadmin/Bilder/Startup_Teens/Icons_Grafiken/Group_32.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.chapter--header-content {
    max-width: 60rem;
    margin: 0 auto;
    position: absolute;
    top: -26rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.chapter--header-content .grid__column {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.chapter--header-content p {
    font-size: 35px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    position: relative;
    color: #fff;
    width: initial;
}

.chapter--header-content p.font--align-center a {
    font-size: 25px;
}

.chapter--header-content span {
    display: none;
}

.chapter--header-content p:first-of-type::before,
.chapter--header-content p:nth-of-type(2)::before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13.5rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* noinspection CssUnknownTarget */

.chapter--header-content p:first-of-type::before {
    background-image: url("/fileadmin/Bilder/Startup_Teens/Icons_Grafiken/Union.svg");
}

/* noinspection CssUnknownTarget */

.chapter--header-content p:nth-of-type(2)::before {
    right: initial;
    left: -40px;
    background-image: url("/fileadmin/Bilder/Startup_Teens/Icons_Grafiken/time-outline_1.svg");
}

.chapter--header-content p:nth-of-type(4),
.chapter--header-content p:nth-of-type(2) {
    margin-left: 3rem;
}

.chapter--header-content p.font--align-center {
    grid-column: 1 / 3;
    bottom: -20rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* noinspection CssUnknownTarget */

#c5569 + .grid .teaser__image.video::after,
#c5076 + .grid .teaser__image.video::after,
#c5725 + .grid .teaser__image.video::after,
#c6580 + .grid .teaser__image.video::after,
#c6569 + .grid .teaser__image.video::after,
#c7022 + .grid .teaser__image.video::after,
#c6782 + .grid .teaser__image.video::after {
    display: block;
    content: "";
    width: 310px;
    height: 550px;
    position: absolute;
    top: -15px;
    background: url("/fileadmin/Bilder/Startup_Teens/Icons_Grafiken/iPhone_13_transparente_png.png") no-repeat center;
    background-size: contain;
    left: -35px;
}

#c5569 + .grid .teaser__image.video::before,
#c5076 + .grid .teaser__image.video::before,
#c5725 + .grid .teaser__image.video::before,
#c6580 + .grid .teaser__image.video::before,
#c6569 + .grid .teaser__image.video::before,
#c7022 + .grid .teaser__image.video::before,
#c6782 + .grid .teaser__image.video::before {
    padding-top: 215%;
}

#c5569 + .grid .teaser__image.video,
#c5076 + .grid .teaser__image.video,
#c5725 + .grid .teaser__image.video,
#c6580 + .grid .teaser__image.video,
#c6569 + .grid .teaser__image.video,
#c7022 + .grid .teaser__image.video,
#c6782 + .grid .teaser__image.video {
    max-width: 242px;
    overflow: visible;
    margin: 50px auto;
    height: auto;
}

#c5569 + .grid .teaser__image.video .video-embed,
#c5076 + .grid .teaser__image.video .video-embed,
#c5725 + .grid .teaser__image.video .video-embed,
#c6580 + .grid .teaser__image.video .video-embed,
#c6569 + .grid .teaser__image.video .video-embed,
#c7022 + .grid .teaser__image.video .video-embed,
#c6782 + .grid .teaser__image.video .video-embed {
    z-index: 1;
    max-height: 520px;
    border-radius: 30px;
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
    .chapter--header-content {
        top: -12rem;
    }

    .chapter--header-content p {
        font-size: 18px;
    }

    .chapter--header-content p:nth-of-type(4),
    .chapter--header-content p:nth-of-type(2) {
        margin-left: 28px;
    }

    .chapter--header-content p:first-of-type::before,
    .chapter--header-content p:nth-of-type(2)::before {
        width: 18px;
        height: 18px;
        right: 7rem;
    }

    .chapter--header-content p:nth-of-type(2)::before {
        left: -24px;
    }

    .chapter--header-content p.font--align-center a {
        font-size: 14px;
    }

    .chapter--header-content p.font--align-center {
        bottom: -7.75rem;
    }
}

@media only screen and (min-width: 600px) {
    .chapter--header-content {
        top: -20rem;
    }

    .chapter--header-content p.font--align-center {
        bottom: -14rem;
    }
}

@media only screen and (min-width: 840px) {
    .chapter--header-content p.font--align-center {
        bottom: -12rem;
    }
}

@media only screen and (min-width: 1024px) {
    .chapter--header-content {
        top: -23rem;
    }

    .chapter--header-content p {
        font-size: 55px;
        margin-bottom: 2rem;
    }

    .chapter--header-content p:first-of-type::before,
    .chapter--header-content p:nth-of-type(2)::before {
        width: 40px;
        height: 40px;
    }

    .chapter--header-content p:first-of-type::before {
        right: 20.5rem;
    }

    .chapter--header-content p:nth-of-type(2)::before {
        left: -50px;
    }

    .chapter--header-content p:nth-of-type(4),
    .chapter--header-content p:nth-of-type(2) {
        margin-left: 4rem;
    }

    .chapter--header-content p.font--align-center {
        bottom: -9.75rem;
    }
}

@media only screen and (min-width: 1120px) {
    .chapter--header-content {
        top: -30rem;
    }

    .chapter--header-content p.font--align-center {
        bottom: -14.5rem;
    }

    .chapter--header-content p:first-of-type::before {
        right: 27.5rem;
    }

    .chapter--header-content p {
        width: inherit;
    }
}

@media only screen and (min-width: 1440px) {
    .chapter--header-content p.font--align-center {
        bottom: -16.75rem;
    }

    .chapter--header-content p:first-of-type::before {
        right: 20.5rem;
    }

    .chapter--challenge-icons .card-grid--3 .card-grid__column:first-child,
    .chapter--challenge-icons .card-grid--vertical.card-grid--3 .card-grid__column:first-child .content-card {
        display: inline-block;
        height: calc(100% - 1rem);
    }

    .chapter--challenge-icons .card-grid--3 .card-grid__column:first-child svg {
        padding-top: 10px;
    }
}

/* SUCHE */

.indexedsearch-form__container {
    z-index: 9;
}

/* GENTALENTS chapter */

/* noinspection CssUnknownTarget */

.chapter--gentalents {
    --gentalents-bg-image-url: url("/fileadmin//Bilder/GenZ/People/20230807-farinadeutschmann-0450.jpeg");
    --gentalents-card-border-radius: 10px;
    --gentalents-logo-gradient:
        linear-gradient(
            135deg,
            rgba(0 134 170 / 100%) 0%,
            rgba(89 80 136 / 100%) 42%,
            rgba(120 35 120 / 100%) 94%
        );
    --gentalents-card-max-width: 100%;

    background-image: var(--gentalents-bg-image-url);
    background-size: cover;
    background-attachment: fixed;
    background-position: 0;
    padding: 8rem 1rem;
}

.chapter--gentalents .textpic--single {
    margin: 0 !important;
    max-width: var(--gentalents-card-max-width);
    background: var(--gentalents-logo-gradient);
    border-radius: var(--gentalents-card-border-radius) var(--gentalents-card-border-radius) 0 0 !important;
    padding: 2rem;
}

.chapter--gentalents :is(h4, h5) {
    background-color: rgb(255 255 255 / 90%);
    padding: 2rem;
    margin: 0;
    max-width: var(--gentalents-card-max-width);
}

.chapter--gentalents h4 {
    font-size: 1.25rem;
}

.chapter--gentalents h4 + h4 {
    padding-top: 0;
    padding-bottom: 0;
}

.chapter--gentalents h4 + h5 {
    border-radius: 0 0 var(--gentalents-card-border-radius) var(--gentalents-card-border-radius) !important;
}

@media screen and (min-width: 840px) {
    .chapter--gentalents {
        --gentalents-card-max-width: 25rem;

        background-position: 40%;
    }

    .chapter--gentalents h4 {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1024px) {
    .chapter--gentalents {
        --gentalents-card-max-width: 40vw;
    }

    .chapter--gentalents :is(h4, h5) {
        padding: 4rem;
    }

    .chapter--gentalents h4 {
        font-size: 28px;
    }

    .chapter--gentalents h5 {
        font-size: 22px;
    }
}
