/*
    Theme Name:     AWEOS GmbH
    Theme URI:      https://aweos.de
    Description:    Das offizielle Design von AWEOS. Entworfen von aweos.
    Author:         AWEOS GmbH
    Author URI:     https://aweos.de
    Template:       Divi
    Version:        1.0.0
*/

/* Anpassungen: Marken Award */
/* Einzelne neue Anpassungen sind auch am ende der Styledatei zu finden (Spezifität) oder mitten in der Datei. */

:root {
    /* Wurde nicht vollumfänglich genutzt. */
    --primary-color: #102834;
    --button-dark-color: #102834;
    --button-dark-color-hover: #1a3b4d;
    --button-dark-color-active: #091820;
    --secondary-color: #00ACA9;
    --secondary-color-hover: #00c4c0;
    --secondary-color-active: #009592;
    --text-color: #102834;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("/wp-content/themes/aweos/fonts/nato-sans-variable-font-v38.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("/wp-content/themes/aweos/fonts/nato-sans-italic-variable-font-v38.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


#main-content .gewinner-row.erfgeschichten p {
    text-wrap-style: balance;
}

#main-content .gewinner-row.erfgeschichten > .et_pb_column {
    background: #e9f4f4;
    box-shadow: none;
}

#main-content .gewinner-row.erfgeschichten > .et_pb_column a {
    background: #02aca9;
    color: white;
}

#main-content .gewinner-row.erfgeschichten > .et_pb_column a:hover {
    background: #02c4c0;
}

#main-content .gewinner-row.erfgeschichten > .et_pb_column a:focus-within {
    background: #00918f;
}



#main-content .gewinner-row.erfgeschichten .is-empty {
    background: #f8fbfb !important;
}

@media (max-width: 1300px) {
    #main-content .gewinner-row.erfgeschichten .is-empty {
        display: none;
    }
}


#main-content .gewinner-row.erfgeschichten .et_pb_column {
    padding-inline: 29px;
}

#main-content .gewinner-row.erfgeschichten p {
    text-align: center;
    margin-bottom: 8px;
    font-size: 17px;
}

#main-content .gewinner-row.erfgeschichten .et_pb_text_inner:has(a) {
    text-align: center;
    margin-bottom: 12px;
}


#main-content .gewinner-row.erfgeschichten strong {
    font-size: 19px;
    display: block;
    text-align: center;
    text-wrap-style: pretty;
}

#main-content .gewinner-row.erfgeschichten img {
    height: 80px;
    width: auto;
    margin-bottom: 12px;
}

#main-content .gewinner-row.erfgeschichten .et_pb_image {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}







.home #page-container .startseite-first .et_pb_row h1 {
    text-wrap: balance;
}

#page-container .startseite-first .et_pb_row {
    font-family: 'Noto Sans';

    --header-size: 31px;
    --text-size: 20px;
    --cta-size: 15px;
}

.floating-stoerer {
    width: 100px;
    height: auto;
    position: absolute !important;
    display: inline;
    top: 41%;
    left: 29%;

    body.et-fb & img { max-width: min(100%, 180px); }
}

.unterseite .floating-stoerer {
    top: 150px;
    scale: 0.85;
    left: 35%;
}

/* .unterseite .floating-stoerer {
    transform: translate(50px, -50px) scale(0.8);
} */

@media (max-width: 1150px) {
    .floating-stoerer { width: 80px; top: 38%; }
    .unterseite .floating-stoerer { left: 38%; }
}

@media (max-width: 1024px) {
    .floating-stoerer { top: 35%; }
}

@media (max-width: 680px) {
    .floating-stoerer { 
        top: 210px;
        width: 68px;
        max-width: 12vw; 
    }

    .unterseite .floating-stoerer { left: 39%; top: 142px; }
}

@media (max-width: 550px) {
    .unterseite .floating-stoerer { top: 24vw; }
}

@media (max-width: 480px) {
    .unterseite .floating-stoerer { top: 26vw; } 
}

@media (max-width: 500px) {
    .floating-stoerer { top: 185px; }
}

@media (max-width: 680px) {
    #page-container .startseite-first .header-bild {
        padding-inline: 15px !important;
        max-width: 400px !important;
    }
}

#page-container .et_pb_section a.cta-button-secondary.button-ghost {
    background-color: #e9f4f4;
    color: #1c5754;
}

#page-container .et_pb_section a.cta-button-secondary.button-ghost:hover {
    background-color: #61d3d040;
}

#page-container .et_pb_section a.cta-button-secondary.button-ghost:active {
    background-color: #29908e3b;
}

#page-container .startseite-first .et_pb_row :is(h1, h2, h3) {
    font: bold var(--header-size) / 1.2 'Noto Sans', sans-serif;
}

#page-container .startseite-first .et_pb_row p {
    font: normal var(--text-size) / 1.3 'Noto Sans', sans-serif;
    width: 90%;
    text-wrap-style: pretty;
}

@media (max-width: 1300px) {
    #page-container .startseite-first .et_pb_row p {
        width: 80%;
    }
}

@media (max-width: 800px) {
    #page-container .startseite-first .et_pb_row p {
        width: 100%;
    }
}

#page-container .startseite-first .et_pb_row a {
    font: bold var(--cta-size) / 1.3 'Noto Sans', sans-serif;
    padding-block: 14px;
}

@media (max-width: 1400px) {
    #page-container .startseite-first .et_pb_row {
        --header-size: 28px;
        --text-size: 20px;
        --cta-size: 14px;
    }
}

@media (max-width: 780px) {
    #page-container .startseite-first .et_pb_row {
        --header-size: 24px;
        --text-size: 17px;
        --cta-size: 13px;
    }
}

.et_pb_section.ini .ini-bilder {
    display: flex;
}

.et_pb_section.zitat .ini-bilder :is(.ab-bild1, .ab-bild2) img {
    width: 130px !important;
}

.et_pb_section.zitat .ini-bilder .et_pb_column .et_pb_text.ini-desc {
    padding-left: 175px;
    padding-right: 22px;
}

.et_pb_section.zitat .ini-bilder .et_pb_column:nth-child(2) .et_pb_text.ini-desc {
    padding-right: 0;
}

#main-content .et_pb_section.zitat .ini-bilder .et_pb_column .et_pb_text.ini-desc em {
    font-style: normal;
    color: #e4feff !important;
    font-weight: 450;
    font-size: 18px !important;
    line-height: 1.0;
}

.zitat .ini-desc:not(.ini-desc-secondary) {
    display: flex;
    align-items: center;
    height: 130px;
}

#main-content .zitat .ini-desc.ini-desc-secondary {
    padding-inline: 0;
}

.et_pb_row.ini-bilder > .et_pb_column:nth-child(2) {
    margin-left: 110px;
}

.zitat .comp-logo {
    text-align: left;
    border-radius: 0 !important;
}

.icon-zitat-quote {
    position: absolute !important;
    border-radius: 0 !important;
    top: 20px;
    right: 80px;
    opacity: 0.15;
    scale: 1.4;
    pointer-events: none;
}

.zitat .mkl img {
    inset: unset;
    position: relative;
    text-align: left;
}



#page-container .et_pb_section.zitat {
    padding-block: 60px;
}

#page-container .et_pb_section.brandkachel {
    background: var(--primary-color);
    --text-color: white;
}

#page-container #main-header {
    background-color: var(--primary-color);
}

#page-container #main-header #et-top-navigation nav > ul > li > a {
    padding-bottom: 0;
}

#page-container #main-header #et-top-navigation .cta-menu a {
    background-color: var(--secondary-color);
    color: white;
}

#page-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

#page-container #main-header {
    box-shadow: 0 4px 12px -2px #08141a4a !important;
}

body.chrome #page-container #main-header {
    background-color: #102834f4;
    backdrop-filter: blur(8px);
}

#page-container .prozess :is(h2, h3, h4) {
    background-color: white;
    color: var(--primary-color);
}

#page-container .prozess li:before {
    border-color: var(--primary-color);
}

#page-container .prozess ul:before {
    border-color: var(--primary-color);
}

#page-container .numlist-circle.prozess ul:before {
    height: calc(100% - 440px);
}

@media (max-width: 1200px) {
    #page-container .numlist-circle.prozess ul {
        margin-inline: 0;
        width: 100%;
    }
}

/* Bildelement mit Text (.zwei in der Sektion, .bildelement-25 und .bildelement-bild im Image-Modul) */
/* The same id is used twice, because we needed more specificity. Don't remove this please! */
#page-container #main-content#main-content .et_pb_section .et_pb_row:has(.bildelement-bild) .et_pb_image {
    width: 100% !important;
    padding: 0 40px 0 0;
    position: static;
}

#page-container #main-content#main-content .et_pb_section .et_pb_row:has(.bildelement-bild) .et_pb_column:nth-child(1) {
    position: static;
    width: 45%;
}

#page-container #main-content#main-content .et_pb_section .et_pb_row:has(.bildelement-bild) .et_pb_column:nth-child(2) {
    left: unset;
    width: 45%;
}

@media (max-width: 1400px) {
    .et_pb_section.ini .ini-logos .et_pb_column:nth-child(2) .et_pb_image_wrap {
        text-align: left;
    }
    
    .et_pb_section.ini .ini-logos .et_pb_column:nth-child(1) .et_pb_image_wrap {
        text-align: right;
    }
    
    #page-container #main-content#main-content .et_pb_section .et_pb_row:has(.bildelement-bild) .et_pb_column:nth-child(1) {
        opacity: 1;
        scale: 1;
        margin-bottom: 20px;
    }

    #page-container #main-content#main-content .et_pb_section .et_pb_row:has(.bildelement-bild) .et_pb_column:nth-child(2) {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    #page-container #main-content#main-content .et_pb_section .et_pb_row:has(.bildelement-bild) .et_pb_column:nth-child(1) {
        width: 70%;
        margin-bottom: 40px;
    }

    #page-container #main-content#main-content .et_pb_section .et_pb_row:has(.bildelement-bild) .et_pb_column:nth-child(2) {
        width: 100%;
    }
}

@media (max-width: 580px) {
    #page-container #main-content#main-content .et_pb_section .et_pb_row:has(.bildelement-bild) .et_pb_column:nth-child(1) {
        width: 100%;
    }
}

#page-container .numlist-circle.prozess ul:after {
    background-image: url('/wp-content/uploads/2024/12/markenaward-logo-dark.svg');
    position: absolute;
    bottom: 115px;
    left: 50%;
    width: 420px;
    max-width: 70%;
    translate: -50% -50%;
    background-repeat: no-repeat;
    height: 200px;
    content: " ";
    background-size: contain;
    background-position: 0% 100%;
}

#page-container .numlist-circle ul {
    background-position: bottom center;
    background-size: auto 440px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 650" fill="none"><g><circle cx="600" cy="651" r="650" stroke="black" fill="white" stroke-width="1" /></g></svg>');
    padding-bottom: 440px;
}

#page-container .startseite-first .et_parallax_bg {
    background-position-x: 15%;
    background-position-y: 0;
    background-size: cover;
    filter: brightness(0.90) saturate(1.25);

    @media (max-width: 1200px) {
        background-position-x: 5%;
        filter: brightness(0.8) saturate(1.8);
    }
}

#page-container .brandingkreis-bottom .et_parallax_bg {
    background-position: 97% 100%;
    background-size: cover;
}

#page-container .brandingkreis-bottom .et_pb_row .header-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.brandingkreis-bottom a.arrow:before {
    rotate: 180deg;
}

#main-content .gewinner-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin: 0 auto;
}

#main-content .gewinner-row > .et_pb_column {
    display: flex;
    flex-direction: column;
}

#main-content .gewinner-row > .et_pb_column > .et_pb_module.et_pb_text:nth-child(2) {
    height: 100%;
}

@media (max-width: 1500px) {
    #main-content .gewinner-row {
        /* dynamic grid (cols wont be smaller than 300px) */
        /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 1300px) {
    #main-content .gewinner-row {
        grid-template-columns: 1fr;
    }
}


#main-content .gewinner-row > .et_pb_column {
    width: 100%;
}

#main-content .gewinner-row .et_pb_image_wrap img {
    max-height: 180px;
    object-fit: cover;
    object-position: 50% 20%;
}

@media (max-width: 1300px) {
    #main-content .gewinner-row .et_pb_image_wrap img {
        max-height: 260px;
    }
}

@media (max-width: 580px) {
    #main-content .gewinner-row {
        grid-template-columns: 1fr;
    }
    #main-content .gewinner-row .et_pb_image_wrap img {
        max-height: unset;
    }
}

.row-impressionen-gewinner .et_pb_slider {
    margin-right: 40px !important;
}

.row-impressionen-gewinner .et_pb_slider .et_pb_slide {
    height: 360px;
}

.row-impressionen-gewinner :is(h1, h2, h3, h4) {
    font-size: 24px;
    padding-bottom: 14px;
    font-weight: 600;
}

#page-container .slider .swiper-pagination-bullet {
    background-color: rgb(0 172 169 / 25%) !important;
}

#page-container #main-content#main-content .et_pb_section .row-impressionen-gewinner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 15px;
}

@media (max-width: 1200px) {
    #page-container #main-content#main-content .et_pb_section .row-impressionen-gewinner {
        row-gap: 35px;
    }
}

.gewinner-row .et_pb_column {
    padding: 20px;
    box-shadow: 0 2px 8px 2px #00000014;
    border-radius: 7px;
}

.gewinner-row .et_pb_column img {
    border-radius: 5px;
}


.gewinner-row .et_pb_column a {
    margin-top: 4px;
    display: inline-block;
}


#page-container .et_pb_section .row-impressionen-gewinner .et_pb_column {
    inset: unset !important;
    position: relative !important;
    width: 100% !important;
}

@media (max-width: 1200px) {
    #page-container #main-content#main-content .et_pb_section .row-impressionen-gewinner {
        grid-template-columns: 1fr;
    }
}



.et_pb_section.zwei.zwei-mitte.et_section_regular.auswahlkreterien:after {
    height: calc(100% - 200px) !important;
}

.zwei.zwei-mitte .et_pb_column h2 {
    font-size: 26px;
    font-weight: bold;
}

.zwei.zwei-mitte .et_pb_column h3 {
    font-size: 22px;
    font-weight: bold;
}

.home .startseite-first.et_pb_section_0 {
    background-color: var(--primary-color); 
}

.zwei.ma-top-info h3 {
    color: var(--text-color);
    font-size: 30px;
}

#main-content .partner-details-row .et_pb_image_wrap {
    display: grid;
    place-items: center;
}

.partner-details-row .et_pb_image_wrap img {
    width: min(300px, 80%) !important;
}

.partner-details-row .et_pb_image_wrap {
    border: 1px solid #0f222e;
    box-shadow: 0px 3px 11px -3px #0000002b;
    border-radius: 5px;
    width: 100%;
    height: 200px;
}

#main-content .partner-werden.brandkachel .partner-cta a {
    padding-block: 10px !important;
    color: #1e323e !important;
}

#page-container .brandkachel.centered.cmo :is(h1, h2, h3, div, p) {
    color: white;
}

.partner-details-row {
    display: grid;
    gap: 0 60px;
    grid-template-columns: 380px 1fr;
}

.partner-details-row .et_pb_column {
    width: 100%;
}

@media (min-width: 800px) {
    .partner-details-row .et_pb_column:has(.et_pb_text) {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1100px) and (min-width: 800px) {
    #main-content .partner-details-row {
        grid-template-columns: 220px 1fr;
        gap: 0 10px;
    }

    .partner-details-row .et_pb_image_wrap {
        box-shadow: none;
        border: none;
    }
}


@media (max-width: 800px) {
    #main-content .partner-details-row {
        grid-template-columns: 1fr;
    }

    #main-content .partner-details-row .et_pb_image_wrap {
        max-width: 400px;
        margin-bottom: 12px;
    }
}

.programm-sektion.partner-werden .et_pb_row > .et_pb_column:nth-child(1) {
    display: none;
}

.programm-sektion.partner-werden .et_pb_row > .et_pb_column:nth-child(2) {
    width: 100% !important;
}

.programm-sektion.partner-werden.brandkachel > .et_pb_row {
    grid-template-columns: 1fr;
    padding-block: 60px !important;
}

.programm-sektion.partner-werden .et_pb_row > .et_pb_column {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.programm-sektion.partner-werden .et_pb_row > .et_pb_column > .et_pb_row_inner:nth-child(1) {
    grid-column: 1 / -1;
}

@media (max-width: 800px) {
    .programm-sektion.partner-werden .et_pb_row > .et_pb_column {
        grid-template-columns: 1fr;
    }
}

#page-container #main-content .programm-sektion.partner-werden.brandkachel .et_pb_row > .et_pb_column.right {
    margin-inline: 0;
}

.programm-sektion.partner-werden .et_pb_row > .et_pb_column a {
    color: white !important;
}

.programm-sektion.partner-werden .et_pb_row > .et_pb_column h3 {
    padding-bottom: 12px !important;
}




@media (max-width: 1400px) {

    #page-container #thema.zwei.ma-top-info .et_pb_row > .et_pb_column:nth-child(1) {
        opacity: 0.5;
        border-right: none;
        scale: 1.2;
        top: 30px;
    }
    
    #page-container #thema.zwei.ma-top-info .et_pb_row > .et_pb_column:nth-child(2) {
        width: 95%;
        margin-left: 5%;
        left: unset;
    }
    
    #page-container #thema.zwei.ma-top-info:after {
        content: none;
    }

}

@media (max-width: 1100px) {
    #main-footer .container #footer-widgets { 
        grid-template-columns: 3fr 1fr 0fr; 
    }
    
    #main-footer #footer-widgets .footer-widget:nth-child(3) {
        display: none;
    }
    
    #main-footer #footer-widgets .footer-widget .social-links {
        align-items: flex-end;
        width: 100%;
        flex-direction: column;
        display: flex;
    }
    
    #page-container #thema.zwei.ma-top-info .et_pb_row > .et_pb_column:nth-child(2) {
        width: 100%;
        margin-left: 0;
    }
    #page-container #thema.zwei.ma-top-info .et_pb_row > .et_pb_column:nth-child(1) {
        top: 90px;
        left: 40px;
        scale: 1.4;
    }
}

@media (max-width: 780px) {
    #page-container #thema.zwei.ma-top-info .et_pb_row > .et_pb_column:nth-child(1) {
        /* opacity: 0.8; */
        scale: 1.7;
        top: 110px;
        left: 110px;
    }

    #page-container .startseite-first :is(h1, h2, h3, p) {
        width: 100%;
    }
}

@media (max-width: 670px) {

    #main-footer #footer-widgets { 
        grid-template-columns: 6fr 4fr 0fr; 
    }
    
    #page-container #thema.zwei.ma-top-info .et_pb_row > .et_pb_column:nth-child(1) {
        top: 130px;
        left: 90px;
        opacity: 0.9;
    }

}

@media (max-width: 580px) {
    #page-container .numlist-circle ul {
        padding-bottom: 360px;
        background-size: auto 0;
        margin-bottom: -170px;
    }
}


#page-container .et_pb_toggle {
    background-color: white;
    border-color: var(--primary-color);
}

#page-container .et_pb_toggle .et_pb_toggle_title:before {
    filter: brightness(0.0);
}

#page-container .entry-content h5.et_pb_toggle_title {
    color: #102834;
    font-weight: 550;
    font-family: 'Noto Sans';
}

#page-container .et_pb_toggle_content p {
    color: #102834;
}

.cta a {
    transition: background-color 0.2s ease;
}

.cta a:hover {
    background: #efefef;
}

/* needs high priority, to override clean-links */
#page-container #main-content .inner-buttons-dark a {
    background-color: var(--secondary-color) !important;
    color: white !important;
    transition: background-color 0.2s ease !important;
}

#page-container #main-content .inner-buttons-dark a:hover {
    background-color: var(--secondary-color-hover) !important;
}

#page-container #main-content .inner-buttons-dark a:active {
    background-color: var(--secondary-color-active) !important;
}

.gewinner-row.mit-finalisten .et_pb_column .cta.inner-buttons-dark {
    flex-shrink: 1;
    height: auto !important;
}

.gewinner-row.mit-finalisten .et_pb_column:has(.inner-buttons-dark) .et_pb_module:nth-child(1) {
    flex-grow: 1;
}

#page-container .et_pb_section.buttons-dark a,
#page-container .et_pb_section.buttons-brand .cta a,
#page-container .et_pb_section .cta-dark a {
    background-color: var(--secondary-color);
    color: white;
    transition: background-color 0.2s ease;
}

#page-container .et_pb_section.buttons-dark a:hover,
#page-container .et_pb_section.buttons-brand .cta a:hover,
#page-container .et_pb_section .cta-dark a:hover {
    background-color: var(--secondary-color-hover);
}

#page-container .et_pb_section.buttons-dark a:active,
#page-container .et_pb_section.buttons-brand .cta a:active,
#page-container .et_pb_section .cta-dark a:active {
    background-color: var(--secondary-color-active);
}

#page-container .slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(0 172 169) !important;
}



#page-container .jury-row img {
    height: 380px;
}

@media (max-width: 800px) {
    #page-container .startseite-first .et_parallax_bg {
        background-position-x: 14%;
    }
}

#page-container .startseite-first h1:before {
    /* This was the logo before.. */
    content: unset;
    background: none;
}

#page-container .startseite-first .et_pb_column {
    padding-left: 0;
}

#page-container .startseite-first p {
    width: 80%;
    margin-inline: auto;

    @media (max-width: 1200px) { 
        width: 100%; 
    }
}

#page-container .startseite-first {
    --text-color: white;
}

#page-container .startseite-first, #page-container .startseite-first :is(.et_pb_module, h1, p, a) {
    text-align: center;
}

#page-container .startseite-first h1 {
    margin-inline: auto;
    text-wrap-style: pretty;
}

#page-container :is(.startseite-first, .brandingkreis-bottom) .header-logo img {
    width: 700px;
    max-width: 62vw;
    height: auto;
    margin-top: 185px;
    margin-bottom: 55px;
}

.header-partner-j15 {
    display: flex;
    justify-content: center;
    align-content: center;
}

.header-partner-j15 .et_pb_column {
    display: grid;
    grid-template-columns: 6fr 2fr 6fr;
    gap: 6px;
    max-width: 470px;
}

@media (max-width: 1400px) {
    .unterseite #page-container .startseite-first .header-bild {
        margin-bottom: 14px !important;
    }
}

@media (max-width: 580px) {
    .unterseite #page-container .startseite-first .header-bild {
        margin-bottom: 0 !important;
    }

    .header-partner-j15 .et_pb_column {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .header-partner-j15 .et_pb_column .et_pb_module {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .header-partner-j15 .et_pb_column .et_pb_module:nth-child(2) {
        display: none;
    }
    
    .unterseite #page-container .startseite-first .header-bild {
        margin-top: 0 !important;
    }

    .unterseite #page-container .startseite-first .et_pb_row {
        padding-inline: 5px !important;
    }
}

.et_pb_section.cmo .et_pb_text :is(p, h2, h3) {
    text-wrap-style: balance;
}

#page-container .startseite-first:has(.header-partner-j15) a.arrow {
    position: absolute;
    bottom: -140px;
    right: 0;
}

.header-partner-j15 .et_pb_column .et_pb_module:nth-child(2) {
    padding-left: 3.5px;
}

#page-container .startseite-first .header-bild {
    text-align: left;
}

#page-container .startseite-first h1 {
    font-size: 32px;
    font-weight: bold;
}

#page-container :is(.startseite-first, .brandingkreis-bottom) .header-bild {
    text-align: center;
    padding-inline: 107px;
    margin-bottom: 55px;
    margin-top: 60px;
}

#page-container .et_pb_section.ini .ini-desc :is(h2, h3, h4) {
    font-size: 26px;
}

#page-container .et_pb_section.ini .ini-desc p {
    font-size: 19px;
    text-wrap-style: balance;
}

#page-container .et_pb_section.ini .ini-desc strong {
    font-weight: normal;
}

#page-container .et_pb_section.ini .ini-logos .et_pb_column:nth-child(2) {
    margin-top: 18px;
}

.kontakt-weiss .et_pb_row .et_pb_column .et_pb_text:nth-child(1) h2 + p {
    text-wrap-style: balance;
}

@media (min-width: 1300px) {
    .et_pb_svg_logo .logo_container #logo {
        min-height: 56%;
        margin-bottom: 2px;
    }
}

.et_header_style_left #et-top-navigation .mobile_nav .mobile_menu_bar {
    padding-top: 12px;
    padding-bottom: 12px;
}




#main-footer #footer-widgets {
    display: grid;
    grid-template-columns: 5fr 2fr 5fr;
}

#main-footer #footer-widgets .footer-widget {
    width: 100% !important;
}

#page-container .et_pb_section:last-child {
    border: none;
}

#et-footer-nav {
    background-color: var(--secondary-color);
}

#et-footer-nav #footer-widgets .footer-widget .textwidget,
#et-footer-nav #footer-widgets .footer-widget .textwidget :is(p, a) {
    color: white;
}

.et_pb_section .ditty-marquee-only-css .marquee-separator {
    min-height: 1.1em;
    width: 4px;
    margin-inline: 11px -17px;
    margin-bottom: -6px;
    background-color: var(--secondary-color);
    display: inline-block;
}

.et_pb_section .ditty-marquee-only-css {
    background-color: #102834;
}

#page-container .et_pb_text.open-jury :is(h2, h3, p, a) {
    color: white;
    text-wrap-style: balance;
}

#page-container .et_pb_text.open-jury {
    /* also via js / jquery... so no animation for now */
    /* transition: background-color 0.18s ease-in; */
    background-color: transparent;
    backdrop-filter: blur(3px);
    background-color: #00ACA9cc;
}

.unterseite #kontakt .et_pb_row {
    padding-block: 30px;
}

/* Not on phones */
@media (min-width: 580px) {
    .jury-row .highlight:hover .et_pb_image:after {
        background: #102834;
    }
}

.programm-sektion .jury-row .jury-notiz .et_pb_text_inner :is(strong, em) {
    font-size: 16px !important;
}

.et_pb_section .et_pb_row_inner.has-separator,
.et_pb_section .et_pb_row.has-separator {
    padding-top: 31px !important;
    margin-top: 30px !important;
    border-top: 1px solid #10283422;
}

#page-container #main-content .programm-sektion .et_pb_row {
    padding-block: 25px;
}

#page-container #main-content .programm-sektion.brandkachel.programm-start {
    padding-top: 30px;
}

body .et_pb_toggle :is(h2, h3, h4) {
    font-size: larger;
    padding-block: 13px 11px;
}

.award-kategorien-sektion .gewinner-row .et_pb_column {
    background-color: hsl(0deg 0% 100% / 4%) !important;
    border: 0.33px solid #3b5a6c !important;
}

.award-kategorien-sektion .gewinner-row strong {
    font-size: 17px;
}

/* Hide it on small devices */

@media (max-width: 1850px) {
    #table-of-contents {
        display: none !important;
    }
}

#table-of-contents li:has(svg) {
    color: white;
    display: grid;
    grid-template-columns: 23px 1fr;
    align-items: center;
    gap: 7px;
    line-height: 1;
}

#table-of-contents li svg {
    width: 23px;
    height: 23px;
}

#table-of-contents li:has(svg).active {
    color: #6aebe8;
}

#table-of-contents {
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#table-of-contents.visible {
    opacity: 1;
    visibility: visible;
}

#table-of-contents li a.active {
    color: #69ebe8; 
    font-weight: bold;
}

#table-of-contents ul {
    list-style: none;
    padding: 0;
    font-family: Arial, sans-serif;
}

#table-of-contents li a {
    color: white;
    text-decoration: none;
    padding: 10px 4px;
    font-weight: bold;
    display: inline-block;
}

#table-of-contents li a:hover {
    text-decoration: underline;
}

#page-container #main-content .programm-sektion.brandkachel.programm-end {
    padding-bottom: 70px;
}

#table-of-contents {
    left: 20px;
    translate: 0 -50%;
    top: 50% !important;
    background: #28404bdd !important;
    backdrop-filter: blur(15px);
    border: 0.33px solid #3b5a6c;
    position: fixed;
    z-index: 20;
    background: white;
    padding: 20px;
    border-radius: 8px;
}

.programm-sektion.brandkachel > .et_pb_row > .et_pb_column:nth-child(2).fade-out-effect.expanded, 
body.et-fb .programm-sektion.brandkachel > .et_pb_row > .et_pb_column:nth-child(2).fade-out-effect {
    overflow: auto;
    max-height: 8000px;
}



#page-container #main-content .programm-sektion.brandkachel {
    position: relative;
}

@media (min-width: 1200px) and (min-height: 900px) {
    #page-container #main-content .programm-sektion.brandkachel > .et_pb_row > .right {
        animation: scroll-watcher linear;
        animation-timeline: view();
        animation-duration: 1s;
        transform-origin: 50% 100%;
        will-change: transform, opacity;
    }
}

.et_builder_inner_content.et_pb_gutters3:has(.programm-sektion.brandkachel) {
    overflow: clip;
}

@keyframes scroll-watcher {
    
    0%, 5%, 95%, 100% { 
        transform: translate(0, 6px);
        opacity: 0.7;
    }
    60% { 
        transform: translate(0, -2px);
        opacity: 1.0;
    }
}


.programm-sektion.brandkachel > .et_pb_row > .et_pb_column:nth-child(2) {
    background-color: hsl(198.18deg 37.08% 17.45%) !important;
}


/* Tabelle (wip / wenn gewünscht) */

/*
#main-content#main-content#main-content .programm-sektion .et_pb_column.fade-out-effect .et_pb_row_inner {
    margin-block: 0 !important;
    padding-block: 0 !important;
    padding-inline: 35px;
    padding-block: 20px !important;
}

#main-content#main-content#main-content .programm-sektion .et_pb_column.fade-out-effect .et_pb_row_inner:nth-child(even):has(em, strong) {
    background: #253d48;
}

#main-content#main-content#main-content .programm-sektion .et_pb_column.fade-out-effect {
    padding-inline: 0;
}

#page-container #main-content .programm-sektion .et_pb_text_inner em {
    position: absolute;
    right: 0;
    top: 21px;
    display: inline-block;
    width: 55%;
    font-size: 15px !important;
    font-weight: 450;
}

#page-container #main-content .programm-sektion .et_pb_text_inner em + br {
    display: none;
}

#page-container #main-content .programm-sektion .et_pb_text_inner p:has(em) {
    width: 37%;
}

.programm-sektion .jury-row .jury-notiz .et_pb_text_inner :is(strong) {
    display: none;
}

*/







.programm-sektion.brandkachel > .et_pb_row > .et_pb_column:nth-child(2) {
    position: relative;
    transition: max-height 1.2s ease-in-out;
}

.programm-sektion.brandkachel > .et_pb_row > .et_pb_column:nth-child(2).fade-out-effect {
    max-height: 400px;
    overflow: hidden;
}

.programm-sektion.brandkachel > .et_pb_row > .et_pb_column:nth-child(2) {
    position: relative;
}

.programm-sektion.brandkachel > .et_pb_row {
    display: grid !important;
    grid-template-columns: 4fr 8fr;
}

.programm-sektion.brandkachel > .et_pb_row > .et_pb_column {
    width: 100%;
}

.programm-sektion.brandkachel > .et_pb_row > .et_pb_column:nth-child(1)::before {
    content: '';
    border-left: 1px solid #688696;
    height: 100%;
    left: 27.5px;
    top: 0;
    position: absolute;
}

#page-container #main-content .programm-sektion.brandkachel .et_pb_row {
    padding-block: 0;
}

#page-container #main-content .programm-sektion.brandkachel .et_pb_row > .et_pb_column.right {
    margin-block: 25px;
}

#page-container #main-content .programm-sektion.brandkachel .et_pb_row .et_pb_column.left h3 {
    border-bottom: none !important;
    background: #102835;
    padding-block: 14px;
}

.programm-sektion.brandkachel > .et_pb_row > .et_pb_column:nth-child(1):has(h3)::after {
    content: '';
    height: 9px;
    width: 9px;
    left: 23.5px;
    top: 41px;
    translate: 0 100%;
    position: absolute;
    background: #688696;
    border-radius: 100%;
}

.programm-sektion.brandkachel > .et_pb_row > .et_pb_column {
    position: relative !important;
}

#page-container #main-content .programm-sektion.brandkachel .et_pb_row .et_pb_column.left h3 {
    padding-block: 17px 25px;
}

.programm-sektion.brandkachel > .et_pb_row > .et_pb_column:nth-child(2).expanded::after {
    display: none;
}

#page-container #main-content .et_pb_column.small {
    background-color: transparent !important;
    padding-block: 0;
    margin-top: 21px !important;
    margin-bottom: 0 !important;
    border: 0;

    & .et_pb_module {
        padding-bottom: 0 !important;
    }

    & h3 {
        color: #cae3ef !important;
        font-size: 17px;
        padding-bottom: 0 !important;
    }
}

:not(body.et-fb) .fade-out-effect::after {
    content: "Programm vollständig anzeigen";
    position: absolute;
    bottom: 0;
    left: 50%;
    padding-block: 80px 10px !important;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    padding: 10px 0;
    z-index: 2;
    padding-top: 150px !important;
    background: linear-gradient(transparent, rgba(16, 40, 53, 0.90) 60%, rgb(16, 40, 54) 80%);
}

#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right :is(h2, h3, h4, p, a) {
    color: var(--text-color);
}

#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right h3 {
    font-weight: bold;
    padding-bottom: 0;
    text-align: left;
    text-wrap-style: balance;
    line-height: 1.3;
}

#page-container #main-content .programm-sektion .et_pb_text_inner {
    color: var(--text-color);
    text-align: left;
}

#page-container #main-content .programm-sektion .et_pb_text_inner em {
    font-weight: bold;
    font-style: normal;
    color: var(--secondary-color);
}

#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .et_pb_text.open-jury :is(h2, h3, p, a) {
    color: white;
}

#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .et_pb_text.open-jury h3 {
    text-align: center;
}

#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .jury-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    padding-top: 16px !important;
}

#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .jury-row img {
    max-width: 128px;
    height: auto;
    border-radius: 3px;
    aspect-ratio: auto !important;
}

#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .jury-row .open-jury {
    display: none !important;
}

#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .jury-row .jury-notiz,
#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .jury-row .jury-notiz .et_pb_module,
#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .jury-row .jury-notiz .et_pb_module .et_pb_text_inner {
    padding-block: 0;
    text-align: left;
    display: block !important;
    background-color: transparent;
    backdrop-filter: none;
}

#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .jury-row .jury-notiz .et_pb_module .et_pb_text_inner,
#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .jury-row .jury-notiz .et_pb_module .et_pb_text_inner :is(p, div, span, a) {
    color: black;
    padding-block: 0;
    font-size: 16px;
}

#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .jury-row > .et_pb_column {
    width: 100% !important;
    margin-bottom: 0 !important;
}

#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .jury-row > .et_pb_column .et_pb_image {
    margin-bottom: 0 !important;
}

#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.left {
    padding-top: 0 !important;
}

#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.left h3 {
    display: inline-block;
    border-bottom: solid 6px #37aca9;
    margin-top: 0px;
    font-weight: bold;
    font-size: 22px;
}


.jury-row .highlight .et_pb_image {
    position: relative;
}

.jury-row .highlight .et_pb_image:after {
    content: "Juryvorsitz";
    position: absolute;
    inset-inline: 0;
    bottom: 11px;
    cursor: text;
    box-shadow: 0 0 14px -2px #00000055;
    line-height: 1.6;
    left: 50%;
    translate: -50%;
    background: #37aca9dd;
    backdrop-filter: blur(15px);
    font-weight: 600;
    color: white;
    border-radius: 15px;
    width: fit-content;
    padding-inline: 21px;
    z-index: 99;
    height: 33px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#page-container #main-content .jury-row .et_pb_image .et_pb_image_wrap img {
    /* aspect-ratio: 24 / 30 !important; */
    aspect-ratio: 1 / 1 !important;
    height: auto;
}

@media (max-width: 768px) {

    #page-container #main-content .partner-werden .et_pb_text.open-jury {
        background-color: transparent !important;
    }

    #page-container :is(.startseite-first, .brandingkreis-bottom) .header-logo img {
        margin-block: 20px;
    }

    .jury-row .et_pb_image .et_pb_image_wrap, 
    .jury-row .et_pb_image .et_pb_image_wrap img {
        min-width: 100%;
        height: auto;
    }

    .jury-row .highlight .et_pb_image:after {
        padding-inline: 18px;
        z-index: 9;
        height: 30px;
        font-size: 15px;
        top: 0;
        left: 0;
        transform: translateY(13px) translateX(60%);
    }
    
    #page-container :is(.et_pb_row.jury-row, .et_pb_row_inner.jury-row) {
        padding-top: 0;
    }

    #page-container :is(.et_pb_row.jury-row, .et_pb_row_inner.jury-row) .et_pb_text.open-jury {
        position: absolute;
        top: 0;
        height: 100%;
        display: flex !important;
        align-items: flex-end;
        justify-content: center;
        background: #00000070 !important;
        backdrop-filter: none;
    }

    #page-container :is(.et_pb_row.jury-row, .et_pb_row_inner.jury-row) .et_pb_text.open-jury h3 {
        font-weight: bold;
        font-size: 21px !important;
    }
}


@media (max-width: 1400px) {
    #page-container #top-menu li {
        padding-right: 34px;
    }
}


@media (max-width: 1200px) {
    #page-container #top-menu li {
        padding-right: 24px;
    }
}

@media (max-width: 1024px) {
    #page-container #top-menu li {
        padding-right: 20px;
    }
}


#page-container #main-header #et-top-navigation {
    padding-block: 24px;
}

#page-container #top-menu li.current-menu-item > a {
    color: white;
}

#footer-widgets .et_pb_widget.social-links .textwidget {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#footer-widgets .et_pb_widget.social-links .textwidget a {
    border: 1px solid white;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    color: white;
}

#footer-widgets .et_pb_widget.social-links .textwidget  [class^="icon-"] {
    font-family: 'ETmodules';
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1px;;
}

#footer-widgets .et_pb_widget.social-links .textwidget .icon-facebook::before {
    content: '\e093';
}

#footer-widgets .et_pb_widget.social-links .textwidget .icon-twitter::before {
    content: '\e094';
}

#footer-widgets .et_pb_widget.social-links .textwidget .icon-linkedin::before {
    content: '\e09d';
}


@media (min-width: 1024px) {
    .slider-voll .et_pb_slider .et_pb_slide {
        min-height: 840px;
    }

    #main-footer .container {
        max-width: 100%;
        width: 100%;
        margin-inline: auto;
        padding-inline: 30px;
    }
    
    /* #main-footer #footer-widgets {
        grid-template-columns: 4fr 4fr 0;
    } */
}

#page-container .slider-voll, #page-container .row-impressionen-gewinner {
    border: none;

    & .et_pb_slider .et-pb-slider-arrows :is(.et-pb-arrow-next, .et-pb-arrow-prev) {
        background: #00aca9aa;
        border-radius: 100%;
        backdrop-filter: blur(2px);
        margin-inline: 12px;

        &:before {
            width: 60px;
            height: 60px;
            margin: 10px;

            @media (max-width: 1200px) {
                width: 40px;
                height: 40px;
                margin: 3px;
            }
        }
    }
}

#page-container .row-impressionen-gewinner .et_pb_slider .et-pb-slider-arrows :is(.et-pb-arrow-next, .et-pb-arrow-prev):before {
    width: 40px;
    height: 40px;
}

.row-impressionen-gewinner .et_pb_gallery_items a {
    background-color: transparent !important;
}

.row-impressionen-gewinner .et_pb_gallery_items {
    border-radius: 4px;
    overflow: clip;
}

#page-container .et_pb_section.buttons-dark .row-impressionen-gewinner .et_pb_text_inner a {
    font-size: 17px;
    margin-top: 15px;
    display: inline-block;
    padding-block: 7px;
}

.row-impressionen-gewinner .et_pb_gallery_item,
.row-impressionen-gewinner .et_pb_gallery_item :is(div, img) {
    width: 100%;
    min-height: 375px;
    object-position: 50% 50%;
    object-fit: cover;
}

#page-container .labelkachel p {
    text-align: right;
    font-size: 16px;
    margin-block: 1px 2px;
    line-height: 1.4;
}

@media (max-width: 1200px) {
    /* #page-container .startseite-first .header-bild {
        padding-right: 60px;
    } */
}

@media (max-width: 500px) {
    /* #page-container .startseite-first .header-bild {
        padding-right: 0;
    } */
}


.unterseite #page-container .startseite-first .header-bild {
    padding-right: 40px;
    padding-left: 40px;
}

#page-container #main-content#main-content .et_pb_section .row-impressionen-gewinner .et_pb_column:nth-child(2) {
    left: 50.3%;
    width: 45%;
}

@media (max-width: 1200px) {
    .unterseite #page-container .startseite-first .header-bild {
        padding-right: 0;
        padding-left: 0;
    }
}

#page-container a.arrow {
    position: absolute;
}

#page-container .bildelement-25 {
    width: calc(100% - 155px) !important;
}

@media (max-width: 640px) {
    #page-container .bildelement-25 {
        display: none;
    }

    /* There is an empty row for spacing, hide it on phones */
    .et_pb_row.et_pb_row_1:has(.et_pb_column.et_pb_column_empty.et-last-child) {
        display: none;
    }
}

#page-container .brandkachel.centered, #page-container .brandkachel.centered :is(h1, h2, h3, div, p) {
    text-align: center;
}

#page-container .brandkachel.size-md .et_pb_row {
    max-width: 830px;
}

#page-container .slider :is(.swiper-button-prev, .swiper-button-next):before {
    color: #00aca9;
}

#page-container .slider.has-symbols figure.dsm_card_carousel_child_image_wrapper {
    height: 140px;
}

#page-container .slider.has-symbols figure.dsm_card_carousel_child_image_wrapper div {
    width: 140px;
    height: 140px;
}

#page-container .slider.has-symbols figure.dsm_card_carousel_child_image_wrapper {
    display: grid;
    place-items: center;
}

.unterseite #page-container .startseite-first .header-logo img {
    width: 450px;
    margin-block: 66px 40px;
}

.unterseite #page-container .startseite-first .et_pb_row {
    padding: 90px 15px;
}

.unterseite #page-container .startseite-first .header-bild {
    margin-top: 34px;
}

.unterseite #page-container .header-logo + .et_pb_text {
    margin-bottom: 10px;
}

.unterseite #page-container .header-logo + .et_pb_text p {
    padding-top: 18px;
}

.unterseite #page-container .startseite-first .cta {
    padding-block: 24px;
}

#main-header #top-menu-nav #top-menu > .current_page_item a {
    color: #69ebe8;
}

/* Option B2: Full width sektions with inline highlights (Option B needs to be active) */

.programm-sektion.brandkachel {
    border-radius: 0 !important;
    margin-inline: 0 !important;
    margin-block: -1px !important;
}


.programm-sektion.brandkachel > .et_pb_row > .et_pb_column:nth-child(2) {
    background-color: hsl(0deg 0% 100% / 4%) !important;
    border: 0.33px solid #3b5a6c;
    padding: 35px;
    border-radius: 4px;
    margin-left: -35px;
}

.programm-sektion.brandkachel > .et_pb_row > .et_pb_column:nth-child(2) .jury-row img {
    background-color: white;
}

#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .open-jury {
    position: relative;
}

#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .jury-row img {
    border-radius: 100%;
    max-width: 75px;
    height: auto;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain;
    object-position: 50% 50%;
}

#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .et_pb_row_inner:last-child img {
    margin-bottom: 0;
}



/* Option A: Brandkachel (Inline) */

/*  
.programm-sektion.brandkachel {
    border-radius: 7px;
    background-color: white !important;
}

.programm-sektion.brandkachel > .et_pb_row > .et_pb_column:nth-child(2) {
    background-color: var(--primary-color) !important;
    padding: 35px;
    border-radius: 6px;
    margin-left: -35px;
}

.programm-sektion.brandkachel > .et_pb_row > .et_pb_column:nth-child(2) :is(h2, h3, h4, div, p, strong) {
    color: white !important;
}

.programm-sektion.brandkachel > .et_pb_row > .et_pb_column em {
    color: #9bfffd !important;
}

#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .jury-row img {
    background-color: white;
}

.programm-sektion.brandkachel .et_pb_row_inner.has-separator, .programm-sektion.brandkachel .et_pb_row.has-separator {
    border-top-color: #688696;
}
*/

/* Option B: Brandkachel in voller Breite */

.programm-sektion.brandkachel {
    margin: 0 25px;
    border-radius: 7px;
}

.programm-sektion.brandkachel :is(h2, h3, h4, div, p, strong) {
    color: white !important;
}

.programm-sektion.brandkachel em {
    color: #9bfffd !important;
}

.programm-sektion.brandkachel .et_pb_row .et_pb_column.left h3 {
    border-bottom-color: #6aebe8 !important;
}

.brandkachel .programm-header :is(h2, h3, h4, p) {
    text-align: left !important;
    margin-left: -52px;
}

.brandkachel .et_pb_row:has(.programm-header) {
    padding-block: 40px 0px;
}

.programm-sektion.brandkachel .programm-start {
    padding-top: 30px !important;
}


#page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .jury-row img {
    background-color: white;
}

.programm-sektion.brandkachel .et_pb_row_inner.has-separator, .programm-sektion.brandkachel .et_pb_row.has-separator {
    border-top-color: #688696;
}

@media (max-width: 1000px) {
    .programm-sektion.brandkachel .et_pb_row .et_pb_column.left {
        margin-bottom: 0;
    }
    
}

@media (max-width: 980px) {
    .brandkachel .programm-header :is(h2, h3, h4, p) {
        margin-left: 0;
    }

    .programm-sektion.brandkachel .et_pb_row .et_pb_column.et_pb_column_empty {
        display: block;
    }

    #page-container #main-content .programm-sektion.brandkachel .et_pb_row .et_pb_column.right .jury-row .jury-notiz .et_pb_module {
        background-color: transparent !important;
    }
}


@media (max-width: 768px) {
    .programm-sektion .et_pb_row {
        /* margin-inline: 0 !important; */
        width: calc(100% - 80px);
        padding-left: 20px;
    }
    
    .programm-sektion.brandkachel > .et_pb_row {
        grid-template-columns: 90px 1fr;
    }
    
    .programm-sektion.brandkachel > .et_pb_row > .et_pb_column:nth-child(2) {
        margin-left: 0 !important;
    }
}

@media (max-width: 580px) {
    .programm-sektion .et_pb_row {
        width: calc(100% - 15px);
        padding-left: 0;
    }
    
    .programm-sektion.brandkachel > .et_pb_row {
        grid-template-columns: 65px 1fr;
    }

    #page-container #main-content .programm-sektion.brandkachel .et_pb_row .et_pb_column.left h3 {
        font-size: 15px;
        padding-block: 20px 45px;
        margin-left: 2px;
    }
    
    .programm-sektion.brandkachel > .et_pb_row > .et_pb_column:nth-child(1)::before {
        left: 21px;
    }
    
    .programm-sektion.brandkachel > .et_pb_row > .et_pb_column:nth-child(1):has(h3)::after {
        left: 17px;
    }

    #page-container #main-content .programm-sektion.brandkachel > .et_pb_row > .et_pb_column:nth-child(2) {
        padding: 20px;
    }
    

    #page-container #main-content .programm-sektion.brandkachel > .et_pb_row > .et_pb_column:nth-child(2) {
        background-color: transparent !important;
        border: none;
        padding: 0;
    }
    
    #page-container #main-content .programm-sektion.brandkachel .et_pb_row .et_pb_column.right .jury-row .jury-notiz .et_pb_module {
        padding: 0 11px !important;
    }
    
    .programm-sektion.brandkachel em {
        line-height: 1.2;
        padding-bottom: 5px;
        display: inline-block;
    }
}

@media (max-width: 414px) {
    #page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .jury-row {
        grid-template-columns: 1fr;
    }

    #page-container #main-content .programm-sektion .et_pb_row .et_pb_column.right .jury-row .et_pb_image {
        height: 130px;
        width: 130px;
    }

    #page-container #main-content .programm-sektion.brandkachel .et_pb_row .et_pb_column.right .jury-row .jury-notiz .et_pb_module {
        padding: 0 !important;
    }
}

    
/* Bisherige Styles */

/* Configuration */
/* cairo-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400;
    src: url("/wp-content/themes/aweos/fonts/cairo-v28-latin-regular.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cairo-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Cairo";
    font-style: normal;
    font-weight: 700;
    src: url("/wp-content/themes/aweos/fonts/cairo-v28-latin-700.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cairo-800 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Cairo";
    font-style: normal;
    font-weight: 800;
    src: url("/wp-content/themes/aweos/fonts/cairo-v28-latin-800.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.ditty-marquee-only-css {
    width: 100%;
    overflow: hidden;
    line-height: 1;
    font: 400 32px/1.5 Consolas;
    background: rgba(0, 0, 0, 0.7);
    padding-left: 15px;
}

.ditty-marquee-only-css p {
    padding-right: 30px !important;
    display: inline-block;
    white-space: nowrap;
    display: table-cell;
    vertical-align: baseline;
    animation: marqueeFromR 44s linear infinite;
    animation-fill-mode: backwards;
    animation-delay: 0s;
}

@media (min-width: 980px) {
    .et-fixed-header #top-menu .wpml-ls-item ul.sub-menu {
        backdrop-filter: blur(13px) brightness(0.5);
        margin-left: -10px;
    }

    .et-fixed-header #top-menu .wpml-ls-item ul.sub-menu li a {
        margin: auto;
        width: fit-content;
    }

    .et-fixed-header #top-menu .wpml-ls-item ul.sub-menu li {
        width: 100%;
        padding: 10px;
        display: inline-block;
    }
}

@keyframes marqueeFromR {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-200%);
    }
}

.entry-content .ini-unten .et_pb_column:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav li.wpml-ls-item ul {
    border: none;
    padding: 0;
    width: 100%;
    background: none;
}

#top-menu li.cta-menu {
    padding-right: 20px;
}

.et_header_style_left #et-top-navigation nav>ul>li.wpml-ls-item>a {
    padding-bottom: 12px;
}

#top-menu li li.wpml-ls-item {
    padding: 0;
}

#top-menu li li.wpml-ls-item a {
    padding: 0;
}

@media (min-width: 981px) {
    .zwei-halbkreis .et_pb_row {
        min-height: 600px;
    }
}

.zwei-halbkreis .et_pb_row {
    display: flex;
    overflow: hidden;
}

.et_builder_inner_content.et_pb_gutters3 {
    overflow: hidden;
}

.et_pb_module.et_pb_text.jquery-auswahl {
    display: none;
}

.et_pb_module.et_pb_text.jquery-auswahl .et_pb_text_inner {
    color: #fff;
}

.auswahl-container .et_pb_column.et_pb_column_1_4 {
    margin-right: 2%;
    width: 23.5%;
}

.et_pb_module.et_pb_text.auswahl-box {
    background: #d1a960;
    padding: 40px 18px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.ini-bilder img {
    width: 200px !important;
    border-radius: 100% !important;
}


#main-content .highlight-2 .gewinner-row > .et_pb_column {
    background: #d0edf1 !important;
    box-shadow: none;
}

#main-content .highlight-2 .switch-container .et_pb_text_inner p {
    background: #d0edf1 !important;
}

.col-border-none .et_pb_column {
    border-right: 0 !important;
}


@media (min-width: 1400px) {
    .logos+.et_pb_row.et_pb_row_4 {
        display: none !important;
    }

    .logos {
        text-align: center;
        background-position: bottom center;
        background-size: auto 108%;
        background-repeat: no-repeat;
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 650" fill="none"><g><circle cx="600" cy="650" r="600" stroke="white" stroke-width="3" /></g></svg>');
        padding: 2.3rem 0;
        min-height: 250px;
    }
}

@media (max-width: 1400px) {
    .et_pb_section.ini .ini-logos .et_pb_image_wrap {
        text-align: center;
    }
}

.ini-zitat li:first-child {
    padding-bottom: 40px;
}

.auswahl-box h3 {
    font-weight: bold;
    padding-top: 20px;
}

.auswahl-box img {
    height: 52px;
}

.et_pb_module.halbkreis.et_pb_text_align_center.et_pb_bg_layout_light {
    position: relative;
    top: 250px;
}

div#business-text {
    display: none;
}

@media (max-width: 1450px) {
    .et_pb_module.halbkreis.et_pb_text_align_center.et_pb_bg_layout_light {
        position: absolute;
        top: initial;
        bottom: 0;
        left: 75%;
        transform: translateX(-50%);
    }
}

@media (max-width: 1280px) {

    .et_pb_module.halbkreis h3,
    .et_pb_module.halbkreis p {
        font-size: 90px;
    }
}

.et_pb_module.et_pb_text.open-jury.et_pb_text_align_left.et_pb_bg_layout_light {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #d1a960;
    padding: 30px;
}

.cta.et_pb_module.et_pb_text {
    z-index: 22;
    position: relative;
}

.et_pb_row.jury-row.et_pb_row_4col,
.et_pb_row_inner.jury-row.et_pb_row_4col {
    padding-bottom: 0;
}

.jury-unter .et_pb_module.et_pb_image {
    margin-bottom: 0;
}

.et_pb_module.et_pb_image {
    position: relative;
    /* Erlaubt die absolute Positionierung des Kind-Elements */
}

body {
    /* font-family: "Cairo"; */
    font-family: "Noto Sans";
}

.logo-white img {
    background: white;
    padding: 10px;
}

.blick a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid white;
    padding-bottom: 40px;
    padding-top: 40px;
    font-family: Cairo;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
}

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

.jury .et_pb_text_inner {
    color: white;
}

.jury .et_pb_column.et_pb_column_1_4 {
    margin-right: 2%;
    width: 23.5%;
}

.jury-row .et_pb_text_inner p {
    font-size: 17px !important;
    line-height: 1.5em !important;
}

.jury-row .et_pb_text_inner h3 {
    font-weight: bold;
    font-size: 19px !important;
}

.socialbee img {
    background: white;
    padding: 9px;
}

.zwei-mitte .et_pb_column.et_pb_column_1_2 {
    margin-right: 16%;
    width: 42%;
}

.blick ul {
    list-style: none !important;
    padding: 0;
}

.jury-head .et_pb_text_inner {
    text-align: center;
}

.jury h3,
.ditty p {
    color: white;
}

.jury-head p {
    width: 66%;
    margin: 0 auto;
}

.marquee-no-padding {
    margin-block: 1px 0;
    padding-block: 0;
}

#main-content .award-kategorien-sektion .kategorien-secondary p {
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
    text-wrap-style: pretty;
}

.bedingungen.faq-light .et_pb_toggle_content a {
    background-color: var(--secondary-color);
    color: white;
    padding: 15px 29px;
    border-radius: 26px;
    font-size: 16px;
    display: inline-block;
    font-family: 'Noto Sans';
}

.bedingungen.faq-light .et_pb_toggle_content a:before {
    display: none;
}

.bedingungen.faq-light h3 {
    font-size: large;
    font-weight: bold;
    padding-block: 19px 6px;
}

.bedingungen ul {
    list-style: none !important;
    padding: 0;
}

.bedingungen a {
    display: block;
    border-bottom: 1px solid white;
    padding-bottom: 40px;
    padding-top: 40px;
    font-family: Cairo;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
}

.bedingungen a:before {
    right: -5px;
    background-image: url(/wp-content/uploads/2024/03/arrow2.svg);
    content: "";
    width: 35px;
    height: 34px;
    background-size: 100%;
    top: 30px;
    position: absolute;
}

ul#top-menu a {
    color: white;
    text-transform: uppercase;
}

header#main-header {
    background-color: black;
}

@media (min-width: 981px) and (max-width: 1100px),
(min-width: 1441px) and (max-width: 1510px) {
    header#main-header .container {
        width: 89%;
    }
}

nav#top-menu-nav .cta-menu a {
    padding: 15px 40px !important;
    background-color: #d1a960;
    color: black;
    border-radius: 26px;
    font-size: 12px;
    margin-left: 90px;
}

body h1,
body a {
    font-family: 'Noto Sans';
}

body h1,
body h2,
body a {
    color: white;
}

.et_pb_row p, li {
    font-family: 'Noto Sans';
    color: white;
    font-size: 19px;
    line-height: 1.33;
}

#top-menu li {
    display: inline-block;
    font-size: 14px;
    padding-right: 48px;
}

@media (max-width: 1780px) {
    #page-container #top-menu li {
        padding-right: 42px;
    }

    #page-container #top-menu li.cta-menu {
        padding-right: 0;
    }
}

@media (max-width: 1510px) {
    #page-container #top-menu li { padding-right: 35px; }
}

@media (max-width: 1200px) {
    #page-container #top-menu li { padding-right: 20px; }
}

@media (max-width: 980px) {
    .mobile-reverse-row {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .mobile-reverse-row > .et_pb_column:nth-child(1) {
        order: 2;
    }

    .mobile-reverse-row > .et_pb_column:nth-child(2) {
        order: 1;
    }
}

.startseite-first h1 {
    font-size: 80px;
    width: 70%;
}

.startseite-first h1:before {
    background-image: url(/wp-content/uploads/2024/03/the-spark-gold-logo.svg);
    width: 83px;
    height: 100%;
    background-size: contain;
    content: "";
    position: absolute;
    top: 11px;
    background-repeat: no-repeat;
    left: -121px;
}

.startseite-first .et_pb_row {
    max-width: 1080px;
}

.startseite-first .et_pb_column.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    padding-left: 100px;
}

.startseite-first p {
    padding-top: 35px;
    padding-bottom: 25px !important;
    width: 90%;
}

.et_pb_module.et_pb_code.arrow-container {
    position: relative;
    z-index: 22;
}

.cta a {
    background-color: white;
    padding: 10px 20px;
    border-radius: 25px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding-right: 12px;
}

.cta.cta-oben-pd a {
    margin-top: 10px;
    display: inline-block;
    line-height: 100%;
}

.cta a:after {
    content: "$";
    font-family: "ETmodules";
    font-size: 16px;
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.et_pb_module.et_pb_image.header-bild {
    margin-top: 120px;
}

.et_pb_section.startseite-first.et_section_regular {
    padding: 0;
    border-bottom: solid 1px white;
    overflow: hidden;
}

.entry-content .gold .et_pb_row p {
    font-size: 45px;
    color: #d1a960;
    line-height: 52px;
}

.entry-content .gold {
    border-bottom: solid 1px white;
}

.et_pb_section.zwei.et_section_regular {
    padding: 0px;
}

.zwei .et_pb_row {
    border-left: solid 1px white;
    border-right: solid 1px white;
    padding: 50px;
}

.hand-zwei .et_pb_column.et_pb_column_1_2.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    padding-left: 40px;
}

.hand-zwei .et_pb_column:first-child {
    padding-top: 70px;
}

.zwei-mitte .et_pb_row {
    border-left: solid 0px white;
    border-right: solid 0px white;
}

.et_pb_section {
    border-bottom: solid 1px white;
}

.et_pb_section.no-separator-line {
    border-bottom: none;
}

.halbkreis p {
    font-size: 75px;
    font-weight: bold;
    letter-spacing: 5px;
}

.et_pb_section.video-breit.et_pb_fullwidth_section.et_section_regular {
    padding: 20px 0px;
}

.weiss h2 {
    font-size: 50px;
}

h2 {
    font-size: 41px;
    text-wrap-style: pretty;
}

.et_pb_section.weiss.et_section_regular {
    padding: 0px 0px;
}

.slider p {
    width: 56%;
    margin: 0 auto;
}

.slider h4 {
    color: white;
    font-size: 24px;
}

.slider .dsm_card_carousel_child_description {
    color: white;
    font-size: 20px;
    padding-top: 15px;
}

a.facebook:before {
    font-family: etmodules;
    color: black;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    margin-left: 0;
    content: "\e093";
    font-size: 17px;
    border: 1px solid black;
}

a.x:before {
    font-family: etmodules;
    color: black;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    margin-left: 0;
    content: "\e094";
    font-size: 17px;
    border: 1px solid black;
}

a.linkedin:before {
    font-family: etmodules;
    color: black;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    margin-left: 0;
    content: "\e09d";
    font-size: 17px;
    border: 1px solid black;
}

a.arrow:before {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    margin-left: 0;
    content: "";
    font-size: 45px;
    background-image: url("/wp-content/uploads/2024/03/arrow.svg");
    background-repeat: no-repeat;
}

.et_pb_row.jury-mitglieder.et_pb_row_4col:before {
    background-image: url(/wp-content/uploads/2024/03/anfuehrung.svg);
    background-repeat: no-repeat;
    content: "";
    width: 161px !important;
    height: 146px !important;
    display: block;
    position: absolute;
    top: -56px;
    left: -115px;
}

a.arrow {
    position: absolute;
    right: 0;
    bottom: 23px;
}

#footer-widgets .footer-widget a,
#footer-widgets .footer-widget p {
    color: black;
}

div#footer-widgets {
    display: flex;
    justify-content: space-between;
}

div#footer-bottom {
    display: none;
}

div#footer-widgets {
    padding-top: 40px;
    /* max-height: 115px; */
}

.et_pb_section.kontakt-weiss.et_section_regular {
    background-color: white;
}

.kontakt-weiss h2,
.kontakt-weiss p {
    color: black;
}

.kontakt-weiss .cta a {
    background-color: #d1a960;
    float: left;
    font-size: 16px;
}

.et_pb_section.zwei.et_section_regular:after {
    content: "";
    display: block !important;
    height: 100% !important;
    width: 1px !important;
    background: white !important;
    position: absolute !important;
    visibility: visible !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    top: 0;
}

.zwei .et_pb_column.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    position: static !important;
}

.halbkreis p {
    font-size: 120px;
}

.zwei .et_pb_module.et_pb_image {
    width: 70px;
}

.et_pb_section.et_pb_section_6.zwei.zwei-mitte {
    padding-top: 60px;
    padding-bottom: 60px;
}

.et_pb_section.zwei.zwei-mitte.et_section_regular:after {
    content: "";
    display: block !important;
    height: 45% !important;
    width: 1px !important;
    background: white !important;
    position: absolute !important;
    visibility: visible !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    top: 100px;
}

.et_pb_row.hand-zwei {
    position: relative;
}

.hand-zwei .et_pb_column.et_pb_css_mix_blend_mode_passthrough {
    position: static;
}

.zwei .et_pb_module.et_pb_image.hand {
    position: absolute;
    left: 0px;
    width: 370px;
    bottom: 132px;
}

.entry-content .et_pb_row.hand-zwei {
    border-right: solid 0px;
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.ini .cta a {
    position: relative;
}

p.zitate-text {
    font-style: italic;
}

.et_pb_module.et_pb_image.ab-bild1,
.et_pb_module.et_pb_image.ab-bild2 {
    position: absolute;
    top: 0;
}

.et_pb_module.et_pb_text.ini-text1.et_pb_text_align_left.et_pb_bg_layout_light {
    padding-left: 250px;
}

.et_pb_module.et_pb_image.ab-bild2 {
    position: absolute;
    right: 0;
}

.et_pb_module.et_pb_text.ini-text2.et_pb_text_align_left.et_pb_bg_layout_light {
    padding-right: 250px;
    text-align: right;
}

.et_pb_row.logos {
    padding-top: 150px;
}

.ini .et_pb_row:first-child {
    padding-bottom: 100px;
}

.et_pb_row.logos {
    position: relative;
    top: 110px;
}

.ini .et_pb_row.logos {
    top: 0 !important;
}

.et_pb_section.ini.et_section_regular {
    padding-bottom: 0px;
}

a.tel:before {
    content: "\e090";
    font-family: "ETmodules";
    position: absolute;
    left: 0px;
    top: 3px;
}

a.tel,
a.mail,
a.web {
    position: relative;
    padding-left: 30px;
    display: block;
    margin-top: 0px;
}

a.mail:before {
    content: "\e076";
    font-family: "ETmodules";
    position: absolute;
    left: 0px;
    top: 3px;
}

a.web:before {
    content: "\e09b";
    font-family: "ETmodules";
    position: absolute;
    left: 0px;
    top: 3px;
}

.kontakt-weiss a {
    color: black;
    font-family: Cairo;
    font-size: 20px;
}

.kontakt-weiss span.et_pb_image_wrap {
    position: absolute !important;
}

p.name {
    font-weight: bold;
}

.et_pb_module.et_pb_text.ap-txt.et_pb_text_align_left.et_pb_bg_layout_light {
    padding-left: 240px;
    top: 45px;
}

.et_pb_section.kontakt-weiss.et_section_regular {
    padding-bottom: 160px;
}

.animation-links img,
.animation-rechts img {
    width: 80px;
}

.et_pb_module.et_pb_code.animation-links {
    position: absolute;
    left: -14vw;
    bottom: -150px;
}

.et_pb_module.et_pb_code.animation-rechts {
    position: absolute;
    top: 0px;
    right: 0;
}

.animation-rechts img:nth-child(1) {
    position: relative;
    opacity: 0.75;
}

.animation-links img:nth-child(1) {
    top: 45px;
    position: relative;
    opacity: 0.75;
    right: 36px;
}

.animation-links img:nth-child(2) {
    position: relative;
    top: 90px;
    left: -65px;
    opacity: 0.75;
}

.animation-links img:nth-child(3) {
    position: relative;
    top: 135px;
    left: -94px;
    opacity: 0.75;
}

.animation-links img:nth-child(4) {
    position: relative;
    top: 175px;
    left: -120px;
    opacity: 0.75;
}

.animation-rechts img:nth-child(4) {
    bottom: 28px;
    position: relative;
    opacity: 0.75;
}

.animation-rechts img:nth-child(3) {
    bottom: -63px;
    left: 30px;
    position: relative;
    opacity: 0.75;
}

.animation-rechts img:nth-child(2) {
    bottom: -38px;
    left: 57px;
    position: relative;
    opacity: 0.75;
}

.animation-rechts img:nth-child(1) {
    bottom: -129px;
    left: 83px;
    position: relative;
    opacity: 0.75;
}

.ditty-item__content p {
    font-size: 35px;
    font-family: "Cairo";
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    padding-bottom: 14px !important;
}

.jury-mitglieder .et_pb_module.et_pb_text {
    margin-bottom: 30px;
}

.jury-lesen {
    display: none;
}

.ditty-item__content img {
    width: 9px;
    position: relative;
    top: 5px;
    margin: 0 17px;
}

.jury-mitglieder h4 {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-top: 30px;
    color: #d1a960;
    padding: 14px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.et_pb_module.et_pb_code.animation-rechts {
    right: -14vw;
}

.et_pb_section.logo-unten.et_section_regular {
    padding-top: 18vw;
}

.logo-unten .et_pb_module.et_pb_code.animation-links {
    position: absolute;
    left: -14vw;
    bottom: 130px;
}

.logo-unten .et_pb_module.et_pb_code.animation-rechts {
    position: absolute;
    top: -228px;
}

.et_pb_section.kontakt-weiss.et_section_regular:after {
    content: "";
    display: block !important;
    height: 72% !important;
    width: 1px !important;
    background: rgb(0, 0, 0) !important;
    position: absolute !important;
    visibility: visible !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    top: 96px;
}

.footer-widget a,
.footer-widget p {
    font-size: 16px;
}

.unterseite .et_pb_row {
    padding: 130px 0px;
}

.startseite-first.unterseite h1:before {
    background-image: none;
    width: 83px;
    height: 100%;
    background-size: contain;
    content: "";
    position: absolute;
    top: 11px;
    background-repeat: no-repeat;
    left: -121px;
}

.textbild h3 {
    font-size: 28px;
    font-family: Cairo;
    color: white;
    border-bottom: solid 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.textbild .et_pb_module.et_pb_image,
.textbild .et_pb_image img,
.textbild span.et_pb_image_wrap,
.bildtext .et_pb_column.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    width: 100%;
}

.jury-b .et_pb_text_inner {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.footer-widget:nth-child(2) {
    display: flex;
    justify-content: center;
}

.footer-widget:nth-child(3) {
    display: flex;
    justify-content: flex-end;
}

.et_pb_module.et_pb_image.logo-f {
    width: 280px;
    margin-top: 30px;
}

.unterseite a.arrow {
    position: relative;
}

.entry-content h5.et_pb_toggle_title {
    font-family: Cairo;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.et_pb_toggle.et_pb_module.et_pb_accordion_item {
    background-color: black;
    border: black;
    margin-bottom: 35px;
}

.entry-content .et_pb_toggle_content.clearfix {
    color: white;
}

.et_pb_toggle.et_pb_module.et_pb_accordion_item {
    border-bottom: solid 1px white;
    padding-left: 0px;
}

.et_pb_toggle .et_pb_toggle_title:before {
    right: -5px;
    background-image: url(/wp-content/uploads/2024/03/arrow2.svg);
    content: "";
    width: 35px;
    height: 34px;
    background-size: 100%;
    top: -7px;
    display: block !important;
}

.hand-zwei .et_pb_module.et_pb_accordion {
    padding-top: 30px;
}

.social a:nth-child(2) {
    padding: 10px;
}

.et_pb_section.logo-unten.et_section_regular {
    border-bottom: solid 0px white;
}

#top-menu li.current-menu-item>a {
    color: #d1a960;
}

#left-area ul,
.entry-content ul,
.et-l--body ul,
.et-l--footer ul,
.et-l--header ul {
    list-style-type: square;
}

.et-pb-arrow-next:before {
    background-image: url(/wp-content/uploads/2024/03/rechts-1.svg);
    width: 75px;
    height: 75px;
    content: "";
    background-size: 100%;
    display: inline-block;
}

.head-left .et_pb_module.et_pb_text.et_pb_text_align_center.et_pb_bg_layout_light {
    text-align: left;
}

.ablauf-bewerbung h2 {
    text-align: center;
    padding-bottom: 60px;
}

.ablauf-bewerbung img {
    height: 50px;
}

.ablauf-bewerbung h3 {
    color: white;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 120px;
    position: relative;
    height: 170px;
}

.et_pb_section.et_pb_section_1.ini.ini-unter {
    overflow: hidden;
}

.ablauf-bewerbung h4 {
    margin-top: 18px;
    color: #d2a963;
    font-size: 22px;
    padding-top: 10px;
    position: relative;
}

.ini-zitat ul {
    padding: 0;
    list-style: none !important;
}

.ini-zitat li {
    display: flex;
}

#top-menu li.cta-menu.current-menu-item>a {
    color: white;
}

.ini-zitat img {
    width: 300px;
    height: 100%;
    margin-right: 40px;
}

.slider-voll .et_pb_slide {
    height: 700px;
}

.klein-text .et_pb_text_inner {
    color: white;
    text-align: center;
}

.ablauf-bewerbung h4:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/03/balken.svg);
    width: 100%;
    height: 47px;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

.ablauf-bewerbung h3:after {
    content: "";
    border-left: 1px solid white;
    height: 45%;
    width: 2px;
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ablauf-bewerbung li {
    width: 100%;
    text-align: center;
}

.ablauf-bewerbung ul {
    padding: 0;
    list-style: none;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.et-pb-arrow-prev:before {
    background-image: url(/wp-content/uploads/2024/03/links-2.svg);
    width: 75px;
    height: 75px;
    content: "";
    background-size: 100%;
    display: inline-block;
}

.prozess h2 {
    text-align: center;
    padding-bottom: 60px;
}

.prozess li {
    width: 50%;
    position: relative;
}

.prozess ul {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    position: relative;
    width: 83%;
    margin: 0 auto;
}

.prozess li:nth-child(2n) {
    padding-left: 75px;
    position: relative;
}

.prozess ul:before {
    content: "";
    border-left: 1px solid white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
}

.prozess li:nth-child(odd) {
    padding-right: 75px;
    margin-top: 150px;
}

.prozess li:nth-child(odd) h3 {
    display: inline-block;
    padding-right: 18px;
}

.prozess li:nth-child(2n):before {
    content: "";
    border-top: 1px solid white;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: 1px;
}

.prozess li:nth-child(2n) h3 {
    padding-left: 18px;
}

.prozess h3 {
    font-size: 70px;
    color: white;
    font-weight: bold;
    z-index: 2;
    position: relative;
    background: black;
    margin-bottom: 30px;
}

.prozess h4 {
    color: white;
    font-size: 34px;
    padding-bottom: 40px;
}

.prozess li:nth-child(2n) h4 {
    padding-left: 18px;
}

.prozess li:nth-child(2n) p {
    padding-left: 18px;
}

.prozess .cta a {
    display: inline-block;
    line-height: 100%;
    margin-top: 50px;
}

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

#page-container .prozess li:empty:before {
    opacity: 0;
}

.prozess li:nth-child(odd):before {
    content: "";
    border-top: 1px solid white;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: 1px;
}

.hand-zwei h3 {
    color: white;
    font-size: 120px;
}

.verleihung h5 {
    color: white;
    font-size: 34px;
    padding-top: 20px;
}

.verleihung img {
    width: 65px;
}

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

@media (min-width: 581px) {
    .verleihung .et_pb_text_inner {
        text-align: center;
        background-position: bottom center;
        background-size: auto 108%;
        background-repeat: no-repeat;
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 650" fill="none"><g><circle cx="600" cy="650" r="600" stroke="white" stroke-width="2" /></g></svg>');
        padding: 2.3rem 0;
    }

    .prozess li:last-child p:last-of-type {
        padding-bottom: 5rem;
    }

    .prozess .et_pb_row {
        padding-bottom: 0 !important;
    }

    .prozess .cta {
        margin-bottom: 0 !important;
    }

    .et_pb_section.prozess {
        padding-bottom: 0 !important;
    }
}

@media (min-width: 580px) and (max-width: 800px) {
    .prozess .et_pb_row {
        width: 100% !important;
        padding-inline: 20px !important;
    }
}

.zwei h3 {
    font-size: 120px;
    color: white;
    position: relative;
}

.zwei .hand-zwei h3:before {
    background-image: url('/wp-content/uploads/2024/03/cyborg-arm.png');
    width: 90%;
    height: 330px;
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

.zwei-halbkreis .et_pb_row {
    background-position: bottom right;
    background-size: 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 650" fill="none"><g><circle cx="600" cy="650" r="600" stroke="white" stroke-width="2" /></g></svg>');
}

@keyframes fadeInFromLeft {
    from {
        opacity: 0;
        left: -100vw;
        /* Startet ganz links außerhalb des Bildschirms */
    }

    to {
        opacity: 1;
        left: -14vw;
        /* Endposition, die Sie bereits definiert haben */
    }
}

@keyframes fadeInFromRight {
    from {
        opacity: 0;
        right: -100vw;
        /* Startet ganz rechts außerhalb des Bildschirms */
    }

    to {
        opacity: 1;
        right: -14vw;
        /* Endposition, die Sie bereits definiert haben */
    }
}

@keyframes float {

    0%,
    100% {
        bottom: -150px;
        top: initial;
    }

    50% {
        bottom: -160px;
        top: initial;
        /* Verändert die 
      
      Bottom-Position für das Schweben */
    }
}

@keyframes float2 {

    0%,
    100% {
        top: 0px;
    }

    50% {
        top: 20px;
        /* Verändert die 
      
      Bottom-Position für das Schweben */
    }
}

@keyframes floatunten {

    0%,
    100% {
        bottom: 50px;
        top: initial;
    }

    50% {
        bottom: 40px;
        top: initial;
        /* Verändert die 
      
      Bottom-Position für das Schweben */
    }
}

@keyframes float2unten {

    0%,
    100% {
        top: 0px;
    }

    50% {
        top: 20px;
        /* Verändert die 
      
      Bottom-Position für das Schweben */
    }
}

.animation-links {
    animation: fadeInFromLeft 1.7s ease-out forwards,
        float 3s ease-in-out infinite;
}

.animation-rechts {
    animation: fadeInFromRight 1.7s ease-out forwards,
        float2 3s ease-in-out infinite;
}

.logo-unten .animation-links {
    animation: fadeInFromLeft 1.7s ease-out forwards,
        floatunten 3s ease-in-out infinite;
}

.logo-unten .animation-rechts {
    animation: fadeInFromRight 1.7s ease-out forwards,
        float2unten 3s ease-in-out infinite;
}

.logo-unten .et_pb_image_wrap img {
    width: 10rem !important;
}

.mobile_menu_bar:before {
    color: white;
}

.ini .ini-bilder:after {
    content: " ";
    display: flex;
    height: 100%;
    width: 1px !important;
    background: white !important;
    position: absolute !important;
    visibility: visible !important;
    left: 50%;
    top: 0;
    margin: 0 auto;
    z-index: 99;
}

@media (max-width: 1500px) {

    .ini.zitat .ini-bilder .et_pb_text {
        justify-content: center;
    }
    
    .ini.zitat .ini-bilder .comp-logo {
        margin-inline: auto;
        order: 5;
        margin-bottom: 30px !important;
        display: block;
        position: relative;
    }
    
    .ini.zitat .ini-bilder .ini-desc-secondary {
        padding-top: 0 !important;
    }
    
    .ini.zitat .ini-bilder .icon-zitat-quote {
        scale: 0.8;
        top: 30px;
        left: -30px;    
    }

    .ini .ini-bilder {
        display: flex;
        padding: 4% 0 0 0 !important;
    }
    
    .et_pb_row.ini-bilder {
        flex-direction: row;
    }
    
    
    .ini .ini-bilder .et_pb_column {
        display: flex;
        flex-direction: column;
    }
    
    #main-content .ini .et_pb_module.et_pb_text:is(.ini-text1, .ini-text2) {
        order: 1;
        padding: 0;
        padding-top: 30px;
        text-align: center;
        
        & .et_pb_text_inner p {
            max-width: 420px;
            text-align: center;
            margin-inline: auto;
        }
    }
    
    .ini .et_pb_module.et_pb_image.ab-bild1,
    .ini .et_pb_module.et_pb_image.ab-bild2 {
        position: relative;
        bottom: 0;
        margin: 0 auto;
    }
    
    .zwei-mitte h2 {
        font-size: 32px;
    }
}

@media (max-width: 1140px) {
    #main-content .et_pb_section.zitat .ini-desc-secondary :is(p, em) {
        text-align: left !important;
    }
}


@media (max-width: 1400px) {
    #top-menu li {
        display: inline-block;
        font-size: 13px;
        padding-right: 20px;
    }

    nav#top-menu-nav .cta-menu a {
        margin-left: 20px;
    }
}

@media (max-width: 1345px) {
    .ini-logos img {
        width: 220px;
    }
}

@media (max-width: 1270px) {
    /* .et_pb_row.ini-bilder {
        display: flex;
        flex-direction: column;

        .animation-rechts img:nth-child(1) {
            position: relative;
            opacity: 0.75;
        }
    } */

    /* @media (max-width: 1170px) {
        .animation-rechts .et_pb_code_inner {
            left: 50px;
        }
    } */

    /* .ini-bilder .et_pb_column.et_pb_css_mix_blend_mode_passthrough {
        width: 100%;
    } */

    /* .et_pb_section.ini.et_section_regular:after {
        content: "";
        display: none !important;
    } */
}

@media (max-width: 1480px) {

    .entry-content img.pins_image.ihotspot_hastooltop,
    .pins_image.ihotspot_hastooltop {
        top: -10px !important;
        left: -8px !important;
        width: 20px !important;
        height: 20px !important;
    }

    .entry-content .pins_animation.ihotspot_pulse,
    .pins_animation.ihotspot_pulse {
        top: -10px !important;
        left: -8px !important;
        width: 20px !important;
        height: 20px !important;
    }
}

@media (max-width: 1024px) {

    .entry-content img.pins_image.ihotspot_hastooltop,
    .pins_image.ihotspot_hastooltop {
        top: -8px !important;
        left: -8px !important;
        width: 15px !important;
        height: 15px !important;
    }

    .entry-content .pins_animation.ihotspot_pulse,
    .pins_animation.ihotspot_pulse {
        top: -8px !important;
        left: -8px !important;
        width: 15px !important;
        height: 15px !important;
    }
}

@media (max-width: 980px) {

        
    #page-container :is(.startseite-first, .brandingkreis-bottom) .header-logo img {
        margin-block: 135px 45px;
    }
    
    .entry-content .ini-unten .et_pb_column:first-child {
        margin-bottom: 20px;
    }

    .entry-content .ini-unten .et_pb_column.et_pb_css_mix_blend_mode_passthrough {
        width: 100%;
    }

    .ditty-item__content p {
        font-size: 26px;
        padding: 7px;
    }

    .bild-texts span.et_pb_image_wrap {
        width: 250px;
    }

    .hand-zwei .et_pb_column.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough {
        display: none;
    }

    .hand-zwei h2 {
        padding-top: 40px;
    }

    .zwei-halbkreis .et_pb_row {
        background-image: none;
    }

    .et_pb_column.et_pb_column_1_2.tablet-none {
        display: none;
    }

    .hand-zwei .et_pb_column:first-child {
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .auswahl-container .et_pb_column.et_pb_column_1_4 {
        margin-right: 3%;
        width: 48%;
        margin-bottom: 0px;
    }

    .prozess li:nth-child(2n) {
        padding-left: 40px;
        position: relative;
    }

    .prozess li:nth-child(odd) {
        padding-right: 45px;
    }

    .ablauf-bewerbung h4 {
        padding-top: 26px;
    }

    .ablauf-bewerbung h4:before {
        width: 65%;
        height: 98px;
        right: 0;
        margin: 0 auto;
    }

    .ablauf-bewerbung ul {
        flex-direction: column;
    }

    .ablauf-bewerbung li {
        padding-bottom: 70px;
    }

    .hbkreis {
        left: 0;
        margin: 0 auto;
    }

    .slider p {
        width: 100%;
        margin: 0 auto;
    }

    .zwei.zwei-halbkreis .et_pb_column.et_pb_column_1_2:first-child {
        padding-bottom: 150px;
    }

    .zwei-mitte .et_pb_column.et_pb_column_1_2 {
        margin-right: 0;
        width: 100%;
    }

    .et_pb_row.logos {
        top: 0;
        display: flex;
    }
    
    .ini .et_pb_row.logos {
        gap: 20px;
    }

    .ini .ini-bilder .et_pb_column.et_pb_column_1_2:first-child {
        margin-bottom: 0;
    }

    .et_pb_section.zwei.zwei-mitte.et_section_regular:after,
    .et_pb_section.ini.et_section_regular:after,
    .et_pb_section.kontakt-weiss.et_section_regular:after {
        display: none !important;
    }

    .startseite-first h1 {
        font-size: 54px;
        width: 70%;
    }

    .et_pb_module.et_pb_code.animation-links {
        display: none;
    }

    .startseite-first h1:before {
        display: none;
    }

    .startseite-first .et_pb_column.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        padding-left: 0;
    }

    .weiss h2 {
        font-size: 38px;
    }

    .zwei .et_pb_module.et_pb_image.hand {
        position: relative !important;
        bottom: 0;
    }

    .entry-content .et_pb_row.hand-zwei {
        border-right: solid 0px;
        border: none;
        padding: 0;
        padding-bottom: 40px;
        display: block;
    }

    .et_pb_section.zwei.et_section_regular:after {
        display: none !important;
    }

    .hand-zwei .et_pb_column.et_pb_css_mix_blend_mode_passthrough:first-child {
        border: 1px solid white;
        border-top: none;
    }

    .et_pb_row {
        width: 90%;
    }
}

@media (max-width: 900px) {
    #main-footer .container #footer-widgets {
        grid-template-columns: 1fr;
    }
    
    #main-footer #footer-widgets .footer-widget .social-links {
        align-items: flex-start;
    }
    
    #main-footer #footer-widgets .footer-widget {
        margin-bottom: 0px !important;
    }
    
    #main-footer #footer-widgets .footer-widget:nth-child(1) {
        margin-bottom: 20px !important;
    }
    
}

@media (max-width: 670px) {
    .ini .et_pb_row:first-child {
        padding-bottom: 14px;
    }
    
    .et_pb_section.ini .ini-logos {
        flex-direction: column;
        padding-top: 20px;
    }

    #main-content .et_pb_section.ini .ini-logos .et_pb_column .et_pb_image_wrap {
        text-align: center;
    }
    
    .entry-content .ini-unten .et_pb_column.et_pb_css_mix_blend_mode_passthrough:first-child {
        width: fit-content;
    }

    .ini .ini-bilder:after {
        display: none !important;
    }
        
    .ini .ini-bilder {
        flex-direction: column;
    }
    
    .ini .ini-bilder:after {
        display: none !important;
    }
    
    .ini .ini-bilder .et_pb_column {
        margin-inline: 0 !important;
        margin-bottom: 20px !important;
    }

    .animation-rechts .et_pb_code_inner {
        left: 75px;
    }

    .prozess li {
        width: 100%;
        position: relative;
        padding-bottom: 60px;
    }

    .prozess li:nth-child(odd) {
        padding-right: 0;
        margin-top: 0;
    }

    .prozess ul {
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
    }


    .prozess li:nth-child(1) { order: 2; }
    .prozess li:nth-child(2) { order: 1; }
    .prozess li:nth-child(3) { order: 4; }
    .prozess li:nth-child(4) { order: 3; }
    .prozess li:nth-child(5) { order: 6; }
    .prozess li:nth-child(6) { order: 5; }
    .prozess li:nth-child(7) { order: 8; }
    .prozess li:nth-child(8) { order: 7; }
    .prozess li:nth-child(9) { order: 10; }
    .prozess li:nth-child(10) { order: 9; }
    .prozess li:nth-child(11) { order: 12; }
    .prozess li:nth-child(12) { order: 11; }

    .prozess ul:before { display: none; }
    .prozess li:nth-child(2n) h3 {
        padding-left: 0;
    }
    .prozess li:nth-child(2n),
    .prozess li:nth-child(2n) h4,
    .prozess li:nth-child(2n) p {
        padding-left: 0;
    }

    .prozess li:nth-child(2):before,
    .prozess li:nth-child(4):before {
        content: "";
        border-top: 1px solid white;
        position: absolute;
        top: 58px;
        left: 0;
        width: 100%;
        height: 1px;
    }

}

@media (max-width: 580px) {
    .entry-content .ini-unten .et_pb_column:first-child {
        margin-bottom: 0px;
    }

    .entry-content .ini-unten .et_pb_row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .text-business .et_pb_module.et_pb_text {
        padding: 30px;
    }

    .entry-content img.pins_image.ihotspot_hastooltop,
    .entry-content .pins_animation.ihotspot_pulse {
        display: none;
    }

    div#business-text {
        display: initial;
    }

    .animation-rechts .et_pb_code_inner {
        left: -20px;
    }

    #main-footer .container {
        padding-bottom: 40px;
    }

    .ini-zitat li {
        display: flex;
        flex-direction: column;
    }

    .ini-zitat img {
        margin-bottom: 30px;
    }

    .jury .et_pb_column.et_pb_column_1_4 {
        margin-right: 0;
    }

    .jury-head p {
        width: 100%;
    }

    .jury-row span.et_pb_image_wrap {
        width: 100%;
    }

    .jury-row img {
        width: 100% !important;
    }

    .jury-mitglieder .et_pb_image .et_pb_image_wrap {
        width: 100%;
    }

    .jury-mitglieder img {
        width: 100% !important;
    }

    .startseite-first.unterseite .et_pb_row {
        padding-top: 30px;
    }

    .kontakt-weiss span.et_pb_image_wrap {
        position: relative !important;
    }

    .auswahl-container .et_pb_column.et_pb_column_1_4 {
        margin-right: 0;
    }

    .et_pb_section.kontakt-weiss.et_section_regular {
        padding-bottom: 60px;
    }


    .et_pb_module.et_pb_text.ap-txt.et_pb_text_align_left.et_pb_bg_layout_light {
        padding-left: 0;
        top: 0;
    }


    .et_pb_module.et_pb_image.ab-bild2 {
        margin: 0;
        text-align: left;
    }

    .et_pb_row.logos {
        flex-direction: column;
        padding-top: 0;
    }

    .logo-unten .et_pb_image .et_pb_image_wrap img[src*=".svg"] {
        width: 80px;
    }

    .ini .hbkreis {
        display: none;
    }

    .et_pb_module.et_pb_text.ini-text2.et_pb_text_align_left.et_pb_bg_layout_light {
        text-align: left;
    }

    .ini .ini-bilder .et_pb_column.et_pb_column_1_2:first-child {
        margin-bottom: 30px;
    }

    .zwei.zwei-halbkreis .et_pb_column.et_pb_column_1_2:first-child {
        padding-bottom: 0;
    }

    .hand-zwei .et_pb_column.et_pb_column_1_2.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        padding-left: 0;
    }

    .startseite-first .et_pb_row {
        padding-bottom: 0 !important;
    }

    .ablauf-bewerbung h4 {
        padding-top: 10px;
    }

    .zwei .hand-zwei h3:before {
        width: 240px;
        height: 200px;
        top: -150px;
    }

    .ini .ini-bilder .et_pb_column.et_pb_column_1_2 {
        display: flex;
        flex-direction: column;
    }

    .et_pb_module.et_pb_text.ini-text1.et_pb_text_align_left.et_pb_bg_layout_light,
    .et_pb_module.et_pb_text.ini-text2.et_pb_text_align_left.et_pb_bg_layout_light {
        order: 1;
        padding: 0;
        padding-top: 30px;
        text-align: center;
    }

    .et_pb_module.et_pb_image.ab-bild1,
    .et_pb_module.et_pb_image.ab-bild2 {
        position: relative;
        bottom: 0;
        margin: 0 auto;
    }

    .startseite-first h1 {
        font-size: 38px;
    }

    .animation-links img,
    .animation-rechts img {
        width: 49px;
    }

    .startseite-first p {
        width: 73%;
    }

    .et_pb_module.et_pb_code.arrow-container {
        display: none;
    }

    .weiss h2 {
        font-size: 22px;
    }

    .zwei .et_pb_module.et_pb_image.hand {
        position: absolute;
        left: 0px;
        width: 150px;
    }

    video {
        height: 220px;
        object-fit: cover;
    }

    .zwei h3 {
        font-size: 90px;
        color: white;
    }

    .slider-voll .et_pb_slide {
        height: 450px;
    }

    .zwei .et_pb_row {
        padding: 35px;
    }

    body h2 {
        font-size: 30px;
    }

    .zwei .et_pb_row {
        padding: 35px;
        padding-inline: 0;
    }
}

video {
    cursor: pointer;
}

@media (min-width: 480px) and (max-width: 768px) {
    .jury-row .et_pb_column_1_4 {
        width: 49% !important;
        margin-right: 0 !important;
    }

    .jury-row .et_pb_column_1_4:nth-child(2n) {
        margin-left: 2% !important;
    }
}

@media (max-width: 778px) {
    div#powerTip {
        inset: 2354px auto auto 94px !important;
    }

    #powerTip.s:before {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    .jury-row.et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(2n) {
        margin-right: inherit !important;
    }
}

@media (min-width: 480px) and (max-width: 992px) {

    .jury-row .et_pb_text_inner h3,
    .jury-row .et_pb_text_inner p {
        font-size: 13px !important;
        line-height: 1.2em !important;
    }

    .jury-row .et_pb_text_inner h3 {
        font-size: 15px !important;
    }

    .jury-row .open-jury {
        padding: 15px !important;
    }
}

#BorlabsCookieBox p {
    color: initial;
}

.brlbs-cmpnt-widget.brlbs-bottom-0.brlbs-left-0 {
    display: none;
}

.mkl img {
    width: 210px !important;
    bottom: 25px;
}

.entry-content .et_pb_module.et_pb_image.bright {
    filter: brightness(1.6);
}

.box_view_html .text-business li {
    list-style-type: square;
}

.box_view_html p {
    font-size: 20px;
}

.box_view_html p {
    font-size: 20px !important;
}

div#powerTip {
    padding: 20px;
    border: 1px white solid;
}

@media (max-width: 460px) {
    .page-id-1746 .startseite-first .cta a {
        width: 100% !important;
        display: block;
    }
}

@media (max-width: 395px) {
    .startseite-first .cta a {
        width: 100% !important;
        display: block;
    }
}

@media (max-width: 375px) {
    .ablauf-bewerbung h4 {
        padding-top: 7px;
    }
}

.et_pb_row.jury-row.et_pb_row_4col img,
.et_pb_row_inner.jury-row.et_pb_row_4col img {
    width: 306px;
    height: 306px;
    object-fit: cover;
}

.et_pb_section.schirmherrschaft.et_section_regular {
    background-color: white;
    padding-bottom: 40px;
}

.et_pb_section.schirmherrschaft.et_section_regular img {
    width: 460px;
}

.et_pb_section.schirmherrschaft .et_pb_row {
    padding: 0px;
}

.et_pb_section.schwarzer-banner.et_section_regular {
    padding: 30px;
}

/* Initiator3 */
.entry-content .ini-unten img {
    filter: grayscale(100%);
    border-radius: 100%;
    width: 200px !important;
    max-width: 200px;
}

.ini-unten .et_pb_module.et_pb_text.ini-text1.et_pb_text_align_left.et_pb_bg_layout_light {
    padding-left: 0px;
}

.ini-unten .et_pb_column.et_pb_css_mix_blend_mode_passthrough:first-child {
    width: 26.4%;
}

.ini-unten .et_pb_column.et_pb_css_mix_blend_mode_passthrough {
    margin: 0;
}

.ini-unten .et_pb_column.et_pb_css_mix_blend_mode_passthrough {
    margin: 0;
    width: 73.6%;
}

.c-right .et_pb_text_inner {
    color: white;
    font-size: 12px;
    position: relative;
    top: -20px;
}

.entry-content .et_pb_module.et_pb_image.logo-fin {
    width: 200px;
}

.entry-content .et_pb_module.et_pb_image.logo-fin.logo-fin-b {
    width: 150px;
}

/* Underline Problem*/

:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: none !important;
}

.video_thumbnail {
    margin-bottom: 20px !important;
}

.video_thumbnail::after {
    content: " ";
    position: absolute;
    inset: 0;
    transition: 0.2s all;
    cursor: pointer;
}

.video_thumbnail .et_pb_image_wrap::after {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2296%22%20height%3D%2296%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22lucide%20lucide-circle-play%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%2F%3E%3Cpolygon%20points%3D%2210%208%2016%2012%2010%2016%2010%208%22%2F%3E%3C%2Fsvg%3E");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s transform;
}

.video_thumbnail:hover .et_pb_image_wrap::after {
    transform: translate(-50%, -50%) scale(1.1);
}

.video_thumbnail:hover::after {
    background: rgba(0, 0, 0, 0.3);
}

.video_thumbnail__attention {
    color: #fff;
}

.video_thumbnail__attention::before {
    vertical-align: middle;
    padding-right: 8px;
    top: 3px;
    position: relative;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22lucide%20lucide-move-up%22%20style%3D%22%0A%20%20%20%20%2F*%20display%3A%20inline-block%3B%20*%2F%0A%20%20%20%20vertical-align%3A%20middle%3B%0A%22%3E%3Cpath%20d%3D%22M8%206L12%202L16%206%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12%202V22%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

@media (max-width: 980px) {
    .et_pb_image_wrap:has(.wp-image-2414) {
        max-width: 200px;
    }
}





/* Marken Award Anpassungen */


.et_pb_section.ini .ini-logos, .et_pb_section.ini .ini-bilder:after {
    /* filter: brightness(0.0); */
}

.et_pb_row p, .et_pb_row li {
    color: var(--text-color);
}

.et_pb_section {
    background-color: white;
}

body :is(h1, h2, h3, h4, a) {
    color: var(--text-color);
}

.unterseite .swiper-container::before,
.unterseite .swiper-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 550px; /* Breite des Verlaufs */
    max-width: 18vw;
    background: linear-gradient(to right, #E9F4F4, transparent); /* Links Verlauf */
    z-index: 2;
}

.logo-slider .dsm_image_carousel_container {
    margin-left: -150px;
    width: calc(100% + 300px);
}

.unterseite .swiper-container::before {
    left: 0;
}

.unterseite .swiper-container::after {
    right: 0;
    background: linear-gradient(to left, #E9F4F4, transparent); /* Rechts Verlauf */
}

.logo-slider {
    background: #E9F4F4;
}

/* Entwurf https://marken-award.de/rueckblick-entwurf/, Pass: gew25 */

.swiper-container img.skip-lazy {
    max-height: 100px; 
}

/* Switch Baustein (Rückblick) */

.switch-container .et_pb_text_inner p a:hover {
    opacity: 0.87;
}

.switch-container .et_pb_text_inner p a:hover:focus {
    opacity: 0.74;
}

.switch-content:not(.hidden) {
    display: block;
}

.switch-container .et_pb_text_inner {
    text-align: right;
    margin-right: -13px;
    margin-top: -8px;
}

@media (max-width: 640px) {
    .switch-container .et_pb_text_inner {
        margin-right: 0;
        margin-top: 0;
    }
}

.switch-container .et_pb_text_inner p {
    gap: 3px;
    background: #e9f4f4;
    display: inline-flex;
    padding: 5px;
    border-radius: 12px;
    font-size: 17px;
}

.switch-container .et_pb_text_inner p a {
    background: none !important;
    border-radius: 7px;
    padding: 3px 10px;
    color: #1c5754 !important;
}
.switch-container .et_pb_text_inner p a.active {
    background: #02aca9 !important;
    color: white !important;
}


body:not(.et-fb) #main-content .gewinner-row.hidden {
    display: none;
}

.et_pb_row.clean-links a {
    background: none !important;
    color: #4fa6a3 !important;
}

.gewinner-row.mit-finalisten strong {
    padding-bottom: 10px;
    display: block;    
}

.gewinner-row.mit-finalisten ul {
    margin-left: 24px;
    padding-left: 0px;
}

.gewinner-row.mit-finalisten .et_pb_column:nth-child(1) li {
    color: #31424b;
    line-height: 1.4;
    padding-bottom: 8px;
}

#main-content .gewinner-row.mit-finalisten h2 a {
    color: #172932 !important;
    font-weight: bold;
}

#main-content .gewinner-row.mit-finalisten strong {
    font-size: 14px;
    background: #02aca9;
    color: white;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
}






@media (max-width: 520px) {
    .et_pb_row:has(.switch-container) .et_pb_column {
        width: 100% !important;
        position: relative !important;
        inset: 0 !important;
    
        &:nth-child(1) {
            margin-bottom: 0;
        }
    
        &:nth-child(2) .et_pb_text_inner {
            text-align: left !important;
            margin-block: -8px 14px;
        }
    }
}



.baan .et_pb_row.gewinner-row {
    margin-top: 50px !important;
}