
html{
    font-size:18px;
}

body {
    color: #fff;
    overflow-x: hidden;
    background-color: #5D7737;
    padding-bottom:0;
}

h1 {
    font-size: 2.2rem;
    line-height: 1.4em;
    font-weight: 700;
    color: #fff;
    padding-top: 0;
    position:relative;
    display:inline-block;
    margin:0 auto 20px;
    width:auto;
    text-transform:uppercase;
}

h1 img {
    position:absolute;
    right:0;
    bottom:0;
    width:120px;
    height: auto;
    transform: translateX(26%) translateY(40%);
}

h2 {
    font-size: 1.88889rem;
    line-height: 1.4em;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 0;
}

h2 + p {
    max-width:790px;
    margin-left:auto;
    margin-right:auto;
}

h2 strong {
    color: #E91B2D;
}

h3 {
    color: #fff;
    font-size: 1.333rem;
    font-weight: 600;
    margin-bottom:20px;
}

p {
    margin-bottom: 30px;
    line-height: 1.4em;
    font-weight: 400;
}

p strong {
    font-weight: 700;
}

.strong-big {
    font-size: 2.33rem;
    font-weight: 900;
}

#copy-text {
    font-weight:inherit;
}

a.button-primary, button.button-primary {
    display: inline-block;
    position: relative;
    width: auto;
    height: 55px;
    background-color: #E91B2D !important;
    border: none;
    color: #fff;
    font-size: 1rem;
    line-height: 46px;
    font-weight: 700;
    padding: 4px 14px 4px 69px;
    text-transform: none;
    margin-bottom: 0;
    border-radius: 28px;
    transition: all .3s ease;
}

a.button-primary:before, button.button-primary:before {
    position: absolute;
    top: 4px;
    left: 4px;
    content: '';
    display: block;
    width: 49px;
    height: 47px;
    object-fit: contain;
    background-image: url('https://images.boersenmedien.com/images/1b409650-b884-45cc-a4d1-436a7b6356e4.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease .3s;
    filter: grayscale(1);
}

a.button-primary:hover, a.button-primary:focus, a.button-primary:active,
button.button-primary:hover, button.button-primary:focus, button.button-primary:active {
    background-color: #5D7737!important;
    padding-right: 69px;
    padding-left: 14px;
}

a.button-primary:hover:before, button.button-primary:hover:before {
    left: calc(100% - 54px);
    filter: grayscale(0);
}

.bg-gradient {
    background: linear-gradient(180deg, #020600 0%, #4F6231 24.52%, #5D7737 74.52%, #FFFFFF 100%);
}

#wmangebot-logo-bar {
    padding: 6px 0;
    background-color: #5D7737;
    display: flex;
    justify-content: space-between;
    animation: ticker 25s linear infinite;
    white-space: nowrap;
    width: 1522px;
}

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

    100% {
        transform: translateX(-791px);
    }
}

#wmangebot-logo-bar img {
    display: inline-block;
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(117deg) brightness(105%) contrast(101%);
}

#wmangebot-logo-bar img.nofilter {
    filter:none;
}

.header-banner-active #header-banner-container {
    z-index: 3;
}

.header-banner-active .letter-landingpage {
    padding-top: 40px;
}

.container {
    max-width: 1520px;
    padding: 50px 20px;
    margin: 0 auto;
}

.container-short {
    max-width: 890px;
}

section {
    margin: 0;
}


.will-fadeIn {
    opacity: 0;
}

.fadeInLeft {
    animation: fadeInLeft 0.75s ease;
    opacity: 1;
}

.fadeInRight {
    animation: fadeInRight 0.75s ease;
    opacity: 1;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInBehind {
    animation: fadeInBehind 0.75s ease;
    opacity: 1;
}

@keyframes fadeInBehind {
    from {
        opacity: 0;
        transform: scale(0.9);
        transform-origin: center;
    }

    to {
        opacity: 1;
        transform: scale(1);
        transform-origin: center;
    }
}



#wmangebot-hero {
    background-image: url('https://images.boersenmedien.com/images/1cd96913-823e-47c6-abfa-fc703acfc564.jpg?webp=true');
    background-color: #020600;
    background-size: 940px auto;
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 150px;
}

#wmangebot-hero p {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

#hero-code {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap:wrap;
    gap: 20px 10px;
    margin-bottom:50px;
}

#hero-code strong {
    font-size:1.389rem;
    font-weight:700;
}

#hero-code strong span {
    font-weight: inherit;
    color: #E91B2D;
}

#copy-container {
    cursor: pointer;
    display: inline-block;
    width: auto;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 12px 20px;
    color: #fff;
    font-size: .889rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    border-radius: 22px;
    margin-top: -5px;
    z-index:1;
}

#copy-container .copy-code {
    font-size: .889rem;
    font-weight:700;
}


#copy-container:focus .copy-code{
    animation: animateCopy;
    animation-duration: 3s;
}

#copy-container:active .copy-code {
    animation: none;
}

@keyframes animateCopy {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    20% {
        opacity: 0;
        transform: scale(.6)
    }

    80% {
        opacity: 0;
        transform: scale(.6)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.code-copied {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    opacity: 0;
    color: #fff;
    font-size: .889rem;
    font-weight: 700;
    display: flex;
    text-align:right;
    align-items: center;
    justify-content: center;
}

.code-copied img {
    width: 30px;
    filter: invert(68%) sepia(61%) saturate(582%) hue-rotate(78deg) brightness(90%) contrast(88%);
    display: inline-block;
    margin-right: 20px;
}

#copy-container:focus .code-copied {
    animation: animateCopied;
    animation-duration: 3s;
}

#copy-container:active .code-copied {
    animation: none;
}

@keyframes animateCopied {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    10% {
        opacity: 0;
        transform: scale(0.6);
    }

    30% {
        opacity: 1;
        transform: scale(1);
    }

    60% {
        opacity: 1;
        transform: scale(1);
    }

    80% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 0;
        transform: scale(0.6);
    }
}

.inline-button-container {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    justify-content:center;
}

.angebot-items-container {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:30px 20px;
    margin-top:60px;
}

.angebot-item {
    position:relative;
    width: 100%;
    max-width: 330px;
    padding: 10px 10px 55px;
    background-color: #000000;
    background-image: url('https://images.boersenmedien.com/images/51a0c270-bba9-467b-8734-62ede17b112d.svg');
    background-repeat:no-repeat;
    background-size:70% auto;
    background-position:bottom left;
    border-radius: 16px;
    text-align:center;
}

.angebot-item .flex-container {
    display:flex;
    justify-content:center;
    gap:0 5px;
}

.angebot-item h3 {
    font-size: 1.11rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.angebot-item button {
    cursor:pointer;
}

.angebot-item a.button-primary {
    width: auto !important;
    position:absolute;
    bottom:10px;
    left:10px;
    right:10px;
}

.angebot-item .image-container {
    background-color: #fff;
    margin-bottom: 20px;
    width: 100%;
    aspect-ratio: 2.189/.95;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius:5px;
    overflow:hidden;
}
        
.angebot-item a {
    color: #008AE4;
    font-weight: 700;
    font-size: 0.889rem;
}

.angebot-item .icon {
    vertical-align: middle;
}

.angebot-item .info-container {
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    overflow:auto;
    background-color:#fff;
    color:#000;
    font-size:14px;
    box-shadow:0 0 25px 0 rgba(0,0,0,.4);
    padding:35px 10px 10px;
    border-radius:5px;
    z-index:2;
    display:none;
    opacity:0;
    transition:opacity .3s ease;
}

.angebot-item .info-container.active {
    display:block;
    opacity:1;
}

.open-info-close {
    position:absolute;
    right:0px;
    top:0px;
    background-color:transparent;
    border:none;
    margin:0;
    padding:0;
}

.angebot-item .info-container p {
    margin-bottom:20px;
}

.angebot-item .button-primary {
    padding:4px 69px 4px 69px;
}
.angebot-item .info-container .button-secondary {
    display: inline-block;
    margin: 0 auto 10px;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 15px;
    border-radius: 19px;
    width: 200px !important;
}

.open-info-close .icon-close {
    background-size: 15px auto;
}

.open-info-button {
    background-color:transparent;
    border:none;
}

.icon-info {
    background-image: url('https://images.boersenmedien.com/images/0a4e3548-5e3a-4f01-90f1-2159880ab271.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 14px;
}

.link-container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

#hero-countdown-container {
    position:relative;
}

#hero-countdown-container p {
    margin-bottom: 15px;
}

#hero-countdown-container p strong {
    font-size: 1.11rem;
}

#hero-countdown {
    position:relative;
    display: flex;
    justify-content: center;
    padding: 15px 0 10px;
    max-width: 475px;
    margin: 0 auto 60px;
    overflow:hidden;
}

#hero-countdown:after {
    content: '';
    display: block;
    background-color: #fff;
    width: 179px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: blur(44px);
}

.countdown {
    display: flex;
    gap: 6px;
    color: #fff;
}

.countdown > div {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    width:60px;
}

.countdown .num {
    font-size:2.4rem;
}

.countdown .word {
    font-size: .667rem;
    font-weight: 400;
    text-transform:uppercase;
}

.day, .hour, .min {
    position: relative;
    padding-right: 20px;
    margin-right: 5px;
    font-variant-numeric: tabular-nums;
    -webkit-font-feature-settings: "tnum" 1;
    -moz-font-feature-settings: "tnum" 1;
    -ms-font-feature-settings: "tnum" 1;
    -o-font-feature-settings: "tnum" 1;
    font-feature-settings: "tnum" 1;
}

#hero-countdown-container img {
    position: absolute;
    right: auto;
    bottom: -90%;
    width: 55%;
    left: 65%;
}

#hero-buttons {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    justify-content:center;
}

#wmangebot-prices .grid-container {
    display: grid;
    gap: 60px 20px;
    margin-top: 90px;
}

#wmangebot-prices .grid-container > div {
    max-width:380px;
    margin:0 auto;
}

.price-slider {
    border: 2px solid #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.splide__track {
    height: 100%;
}

.price-slider .splide--slide {
    aspect-ratio: 1.67 / 1;
    padding: 0;
    background-color: #5D773780;
}

.splide__list .splide__slide {
    padding: 15px 20px 30px;
}

.price-slider#first-price-slider .splide__list .splide__slide {
    padding-top: 30px;
}

.price-slider#first-price-slider .splide--slide {
    background-image: radial-gradient( farthest-corner at 60% 60%, #ffffff70 0%, #5D773730 50%, #5D773730 100% );
}

#wmangebot-prices .icon-price {
    width: 105px;
    height: 53px;
    display: block;
    margin: 0 auto -15px 29px;
    z-index: 2;
    position: relative;
}

.price-slider#second-price-slider .splide--slide {
    background-image: radial-gradient( farthest-corner at 48% 60%, #ffffff60 0%, #5D773730 40%, #5D773730 100% );
}

.price-slider#third-price-slider .splide--slide {
    background-image: radial-gradient( farthest-corner at 53% 60%, #ffffff60 0%, #5D773730 40%, #5D773730 100% );
}

.splide__slide img {
    max-height: 100%;
    max-width: 100%;
}

.splide__slide div {
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:#E91B2D;
    border-radius:50%;
    width:60px;
    height:60px;
    color:#fff;
    font-size:25px;
    font-weight:700;
    position:absolute;
    right:10px;
    top:10px;
}

#third-price-slider .splide__slide div {
    left:28%;
}

#third-price-slider .splide__slide div + div {
    right: 28%;
    left:auto;
    top:45%;
}

.splide__pagination {
    position: absolute;
    bottom: 11px;
    margin-left: 0 !important;
    padding-left: 0;
    left: 50%;
    transform: translateX(-50%);
}

.splide .splide__arrows .splide__arrow {
    background-image: url('https://images.boersenmedien.com/images/65e901ec-3534-42ad-bc91-3a3bedefe232.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px auto;
    background-color: transparent !important;
    border: none;
}

.splide .splide__arrows .splide__arrow.splide__arrow--prev {
    transform: rotate(0deg);
    left: 0;
}

.splide .splide__arrows .splide__arrow.splide__arrow--next {
    transform: rotate(180deg);
    right: 0;
}

.splide .splide__pagination button {
    transition: all .3s ease;
    width: 7px;
    height: 7px;
}

.splide .splide__pagination button.is-active {
    background-color: #E91B2D;
    transform: scale(1.4);
}

#landingpage-footer {
    aspect-ratio:1 / 1;
    background-image: url('https://images.boersenmedien.com/images/26e45a33-8d2d-4eb4-b063-f2186a9ca071.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #000;
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 3.4rem;
    }

        h1 img {
            right: -18%;
            bottom: -9%;
            width: 34%;
            transform: translateX(0%) translateY(0%);
        }

    h2 {
        font-size: 2.222rem;
    }

    h3 {
        font-size: 1.667rem;
    }

    .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    #wmangebot-logo-bar {
        justify-content:space-around;
        padding: 12px 0;
        width: 200vw;
    }

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

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

    #wmangebot-hero {
        background-image: url('https://images.boersenmedien.com/images/57b14343-ee78-4e44-9d48-439ed5bf4ac3.webp');
        background-size: 100% auto;
        background-position: center top;
    }

    #mw-angebot-hero img {
        width:20%
    }

    #hero-code strong {
        font-size: 1.667rem;
    }

    .inline-button-container {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        justify-content: center;
    }


    #landingpage-footer {
        aspect-ratio: 3 / 1;
    }
}

@media screen and (min-width: 1024px) {
    html {
        font-size: 18px;
    }

    h1 {
        font-size: 4.2rem;
        line-height: 1.8em;
        margin-bottom:0;
    }

    h1 img {
        position: absolute;
        right: -18%;
        bottom: 5%;
        width: 34%;
        height: auto;
        transform: translateX(0%) translateY(0%);
    }

    h2 {
        font-size: 2.33rem;
    }

    .container {
        padding: 75px 40px;
    }

    #wmangebot-hero .container > p {
        text-align:left;
        max-width:491px;
    } 

    #hero-code {
        margin-bottom: 70px;
    }

    #hero-countdown {
        margin-bottom:105px;
    }

    .countdown {
        gap: 10px;
    }

    .countdown > div {
        margin-right:0;
        padding-right:0;
        width:100px;
    }

    .countdown .num {
        font-size: 3.611rem;
    }

    .countdown .word {
        font-size:.833rem;
    }

    .day:after, .hour:after, .min:after {
        top: 0px;
    }

    #hero-countdown-container img {
        position: absolute;
        right: auto;
        bottom: -50%;
        width: 55%;
        left: 72%;
    }

    #wmangebot-prices .grid-container {
        display:grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap:20px;
    }

    #wmangebot-prices .grid-container > div {
        max-width:none;
    }

    .splide__list .splide__slide {
        padding: 20px 40px 40px;
    }

    .price-slider#first-price-slider .splide__list .splide__slide {
        padding-top: 40px;
    }
}

@media screen and (min-width: 1280px) {
    .flex-col-xl-1-2 {
        flex-basis: 50%;
    }

    .flex-col-xl-1-4 {
        flex-basis: 25%;
    }

    #wmangebot-hero {
        position:relative;
    }

    #wmangebot-hero:before {
        content:'';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 400px;
        background: linear-gradient(0deg,rgba(2, 6, 0, 1) 0%, rgba(2, 6, 0, 0) 100%);
        z-index:0;
    }

    #hero-countdown-container img {
        bottom: -105%;
        width: 75%;
        left: 68%;
    }
}

@media screen and (min-width: 1960px) {
    h1 {
        font-size:5.55rem;
    }

    
}