@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("2f0309d7fe92d81bb9d17d8382747c5001ce3520") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-left: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-top: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    width: 100%
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: #007aff;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: 44px;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: -22px;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    width: 27px;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

@font-face {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: 400;
    src: url("L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_ROW4.woff2") format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: ALDISUED;
    font-style: normal;
    font-weight: 400;
    src: url("ALDISUEDWebRegular.woff2") format("woff2"), url("ALDISUEDWebRegular.woff") format("woff")
}

@font-face {
    font-family: ALDISUED;
    font-style: normal;
    font-weight: 600;
    src: url("ALDISUEDWebBold.woff2") format("woff2"), url("ALDISUEDWebBold.woff") format("woff")
}

.section-light {
    background-color: #fff
}

.section-dark {
    background-color: #010860;
    color: #fff
}

.section-white {
    background-color: #fff;
    color: #010860
}

.section-mid {
    color: #fff
}

.bgr-aqua {
    background-color: #89ccca
}

.bgr-darkblue {
    background-color: #010860
}

.bgr-green {
    background-color: #009640
}

.bgr-lime {
    background-color: #95c11f
}

.bgr-orange {
    background-color: #ee7100
}

.bgr-purple {
    background-color: #af1280
}

.bgr-red {
    background-color: #c51718
}

.text-underline {
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important
}

.text-inherit {
    color: inherit !important
}

@media(max-width:767px) {

    .mb-4,
    .mb-5 {
        margin-bottom: 0 !important
    }
}

h1,
h2 {
    font-weight: 700;
    margin-bottom: .6em;
    text-transform: uppercase
}

h2 {
    font-size: 1.8rem
}

.text-btn {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase
}

@media(max-width:499px) {
    .text-btn {
        font-size: 1.35rem;
        line-height: 1.1
    }
}

@media(max-width:439px) {
    .text-btn {
        font-size: 1.25rem
    }
}

.text-btn-cta {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.667;
    text-transform: uppercase
}

@media(max-width:767px) {
    .text-btn-cta {
        font-size: 1.35rem;
        letter-spacing: 0;
        line-height: 1.1
    }
}

.text-btn-won {
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase
}

@media(max-width:767px) {
    .text-btn-won {
        font-size: 1.35rem;
        letter-spacing: 0;
        line-height: 1.1
    }
}

.fmt-h1 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase
}

@media(max-width:399px) {
    .fmt-h1 {
        font-size: 32px
    }
}

@media(min-width:600px) {
    .fmt-h1 {
        font-size: 42px
    }
}

@media(min-width:768px) {
    .fmt-h1 {
        font-size: 48px
    }
}

@media(min-width:1025px) {
    .fmt-h1 {
        font-size: 3.125rem
    }
}

@media(max-width:600px) {
    .fmt-h1 {
        font-size: 32px
    }
}

@media(max-width:419px) {
    .fmt-h1 {
        font-size: 26px
    }
}

@media(max-width:359px) {
    .fmt-h1 {
        font-size: 24px
    }
}

.fmt-h12 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase
}

@media(min-width:768px) {
    .fmt-h12 {
        font-size: 45px
    }
}

.fmt-h15 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

@media(min-width:768px) {
    .fmt-h15 {
        font-size: 32px
    }
}

.fmt-h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

@media(min-width:768px) {
    .fmt-h2 {
        font-size: 30px
    }
}

.fmt-p {
    font-size: 1rem
}

@media(min-width:768px) {
    .fmt-p {
        font-size: 1.5rem
    }
}

.legal-asterisk-description {
    font-size: .75em
}

.legal-footnote {
    font-size: .65em;
    vertical-align: super
}

.legal-footnote:before {
    content: " "
}

.legal-footnote:after {
    content: ""
}

.legal-footnote-description {
    font-size: .75em
}

@media(min-width:992px) {
    .form-group-checkbox {
        font-size: 20px
    }
}

@media(max-width:499px) {
    .form-group-checkbox .fmt-p {
        font-size: 12.5px !important
    }
}

.whitelink {
    color: #eee;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.whitelink:hover {
    color: #eee;
    opacity: .7
}

.bluelink {
    color: #202b78;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.whitelink:hover {
    opacity: .8
}

@media(min-width:768px) {
    .btn-primary {
        font-size: 20px
    }
}

.btn-responsive {
    font-size: 17px;
    padding-bottom: 16px;
    padding-top: 16px
}

@media(min-width:768px) {
    .btn-responsive {
        font-size: 20px;
        padding-bottom: 15px;
        padding-top: 15px
    }
}

.btn-secondary {
    background-color: #d9f4fd;
    color: #202b78
}

.btn-secondary.full {
    background-color: #202b78;
    color: #fff
}

.btn-secondary:hover {
    opacity: .8
}

.double-submit-flex {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center
}

@media(max-width:990px) {
    .double-submit-flex {
        flex-direction: column
    }
}

.tooltip-inner {
    white-space: pre-wrap
}

html {
    height: 100%
}

body {
    background-color: #54c3f0
}

.page-footer,
.page-header {
    flex-grow: 0;
    flex-shrink: 0
}

.fresh-background {
    background-attachment: scroll, scroll;
    background-color: transparent;
    background-image: url("frische-back-left.png"), url("frische-back-right.png");
    background-position: 0 100%, 100% 100%;
    background-repeat: repeat-y, repeat-y;
    background-size: 30% auto, 30% auto;
    padding-top: 2em;
    position: relative
}

@media(max-width:1500px) {
    .fresh-background {
        background-position: -1% bottom, 101% bottom;
        background-size: 25% auto, 25% auto
    }
}

@media(max-width:1259px) {
    .fresh-background {
        background-position: 0 bottom, 100% bottom;
        background-size: 32% auto, 32% auto
    }
}

@media(max-width:799px) {
    .fresh-background {
        background-size: 28% auto, 28% auto
    }
}

@media(max-width:767px) {
    .fresh-background {
        background-size: 40% auto, 40% auto
    }
}

@media(max-width:575px) {
    .fresh-background {
        background-size: 45% auto, 45% auto
    }
}

main {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("divider-aut-faq-transparent.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    flex-grow: 1;
    height: auto;
    margin-top: -7.5vw;
    position: relative;
    width: 100%
}

@media(max-width:1450px) {
    main {
        margin-top: -7vw
    }
}

main.main-faq,
main.main-teilnahmebedingungen {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("divider-aut-faq-transparent.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto
}

main.main-error {
    background-color: transparent !important;
    background: none !important;
    min-height: 20vw;
    padding-top: 5vw
}

main A:hover {
    color: inherit;
    opacity: .7
}

.page-static {
    padding-top: 4rem
}

@media(max-width:450px) {
    .page-static h1 {
        margin-bottom: 0;
        text-align: center;
        text-shadow: 0 0 20px #54c3f0, 0 0 10px #54c3f0, 0 0 5px #54c3f0
    }
}

.lilbigger {
    font-size: 1.2em
}

BODY.no-scrolling {
    overflow: hidden !important
}

.collapsable-list {
    display: block;
    list-style: none;
    margin: 30px 0 0 !important;
    padding: 0;
    position: relative;
    width: 100%
}

@media(max-width:449px) {
    .collapsable-list {
        margin-top: 20px !important
    }
}

.collapsable-list B {
    font-weight: 600
}

.collapsable-list>LI {
    background: #fff;
    border-radius: 0;
    display: block;
    list-style: none;
    margin: 0 0 15px !important;
    padding: 0 !important;
    position: relative;
    transition: all .4s ease
}

@media(max-width:450px) {
    .collapsable-list>LI {
        width: 100%
    }
}

@media(max-width:767px) {
    .collapsable-list>LI {
        margin-bottom: 15px;
        padding: 15px 40px 15px 20px
    }
}

.collapsable-list>LI UL:last-child {
    margin-bottom: 16px
}

.collapsable-list>LI P.nomb {
    margin-bottom: 0
}

.collapsable-list>LI P.nomt {
    margin-top: 0
}

.collapsable-list>LI OL,
.collapsable-list>LI UL {
    margin-left: 20px;
    padding-left: 16px
}

.collapsable-list>LI UL.mt {
    margin-bottom: 5px
}

.collapsable-list>LI:before {
    background: url("collapse-icon.svg") no-repeat 50% scroll transparent;
    background-size: contain;
    border-radius: 50%;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .3);
    content: "";
    cursor: pointer;
    display: block;
    height: 32px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 32px
}

@media(max-width:767px) {
    .collapsable-list>LI:before {
        height: 28px;
        right: 17px;
        top: 14px;
        width: 28px
    }
}

.collapsable-list>LI.collapsed:before {
    background-image: url("collapse-icon-c.svg")
}

.collapsable-list>LI.collapsed {
    padding-bottom: 5px !important
}

.collapsable-list>LI>* {
    display: none
}

.collapsable-list>LI>h4 {
    color: #010860;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 16px 60px 16px 20px;
    transition: all .4s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(max-width:767px) {
    .collapsable-list>LI>h4 {
        font-size: 17px
    }
}

@media(max-width:450px) {
    .collapsable-list>LI>h4 {
        font-size: 16px
    }
}

.collapsable-list>LI A {
    color: #010860;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.collapsable-list>LI>:not(H4) {
    color: #282828;
    font-size: 17px;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px
}

.page-header {
    background: transparent;
    display: block;
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    width: 100%;
    z-index: 10
}

.page-header H1.sr-only {
    display: none
}

BODY.is-home {
    background-image: url("header-main-desktop_full.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto
}

@media(max-width:1023px) {
    BODY.is-home {
        background-image: url("header-main-tablet_full.png")
    }
}

.page-header--image--key-visual {
    background: transparent;
    height: auto;
    position: relative;
    width: 100%
}

.page-header--image--key-visual:before {
    content: "";
    display: block;
    padding-top: 27.2916666667%;
    width: 100%
}

.page-footer .nav {
    background: #01005e;
    color: #fff;
    display: block;
    padding: 21px 15px 26px;
    text-align: center
}

.page-footer .nav-item {
    display: block;
    font-size: 16px;
    margin: 11px 12px;
    padding: 0 5px
}

@media(min-width:768px) {
    .page-footer .nav {
        padding: 30px 15px
    }

    .page-footer .nav-item {
        display: inline-block;
        font-size: 18px;
        margin: 10px 12px;
        padding: 0 5px
    }
}

.input-code-wrapper {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    display: inline-block;
    font-size: 7.5vw;
    padding: 0 .75em .25em 1em
}

@media(max-width:450px) {
    .input-code-wrapper {
        padding: 0 0 .25em
    }
}

@media(min-width:576px) {
    .input-code-wrapper {
        font-size: 3.2em
    }
}

@media(min-width:768px) {
    .input-code-wrapper {
        font-size: 4.28em
    }
}

@media(min-width:992px) {
    .input-code-wrapper {
        font-size: 5.76em
    }
}

@media(min-width:1260px) {
    .input-code-wrapper {
        font-size: 5.5em;
        padding: 0 .75em .05em 1em
    }
}

@media(max-width:450px) {
    .input-code-wrapper {
        font-size: 8.5vw
    }
}

@media(max-width:420px) {
    .input-code-wrapper {
        margin-bottom: -10px
    }
}

@media(max-width:419px) {
    .input-code-wrapper {
        font-size: 10.2vw;
        transform: translate(1.15vw)
    }
}

.input-code-wrapper.onefieldXX {
    -webkit-clip-path: none;
    clip-path: none;
    display: block;
    font-size: 1rem !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    transform: translate(0) !important;
    width: 100%
}

@media(max-width:420px) {
    #participateform .checkbox-wrapper.mt-3 {
        margin-top: .25rem !important
    }
}

@media(max-width:359px) {
    #participateform .col-4.col-md-6 {
        width: 37% !important
    }

    #participateform .col-8.col-md-6 {
        width: 63% !important
    }
}

@media(max-width:767px) {
    #participateform .row {
        margin-left: -4px;
        margin-right: -4px
    }

    #participateform .row>* {
        padding-left: 4px;
        padding-right: 4px
    }
}

.input-code {
    background: url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat;
    background-position: 0 0, 1.03em 0, 2.06em 0, 3.09em 0, 4.12em 0, 5.15em 0, 6.18em 0, 7.21em 0, 8.24em 0;
    background-size: contain;
    border: 0;
    color: #010860;
    font-family: Roboto Mono, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: .43em;
    line-height: 1.3em;
    margin-right: -1.03em;
    outline: 0;
    padding-left: .1025em;
    text-align: left;
    width: 10.375em
}

.input-code::-moz-placeholder {
    opacity: 0;
    visibility: hidden
}

.input-code::placeholder {
    opacity: 0;
    visibility: hidden
}

.input-code::-ms-clear {
    display: none
}

.input-code:invalid {
    box-shadow: none !important
}

.input-code.onefieldXX {
    background: #fff !important;
    background-color: #fff !important;
    border: 2px solid #010860;
    border-radius: 12px;
    color: #010860;
    font-family: ALDISUED, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1.5rem;
    font-size: 1.12rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 2px;
    padding: .3rem .65rem;
    text-align: center;
    width: 100%
}

.input-code.onefieldXX::-moz-placeholder {
    color: rgba(1, 8, 96, .35) !important;
    opacity: 1 !important
}

.input-code.onefieldXX::placeholder {
    color: rgba(1, 8, 96, .35) !important;
    opacity: 1 !important
}

@supports(-webkit-touch-callout:none) {
    BODY.is-safari .input-code-wrapper {
        -webkit-clip-path: polygon(0 0, 102% 0, 102% 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 102% 0, 102% 100%, 0 100%, 0 0);
        font-size: 6.8vw;
        transform: translate(-1vw);
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    @media(max-width:767px) {
        BODY.is-safari .input-code-wrapper.onefieldY {
            -webkit-clip-path: none;
            clip-path: none;
            display: block;
            font-size: 1rem !important;
            margin-bottom: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            transform: translate(0) !important;
            width: 100%
        }
    }

    @media(min-width:576px) {
        BODY.is-safari .input-code-wrapper {
            font-size: 2.9em
        }
    }

    @media(min-width:768px) {
        BODY.is-safari .input-code-wrapper {
            font-size: 3.88em
        }
    }

    @media(min-width:992px) {
        BODY.is-safari .input-code-wrapper {
            font-size: 5.16em
        }
    }

    @media(min-width:1260px) {
        BODY.is-safari .input-code-wrapper {
            font-size: 6em
        }
    }

    @media(max-width:450px) {
        BODY.is-safari .input-code-wrapper {
            font-size: 7.6vw
        }
    }

    @media(max-width:419px) {
        BODY.is-safari .input-code-wrapper {
            font-size: 8.2vw;
            transform: translate(0)
        }
    }

    BODY.is-safari .input-code {
        background: url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat;
        background-position: 0 10%, 1.101em 10%, 2.202em 10%, 3.303em 10%, 4.404em 10%, 5.505em 10%, 6.606em 10%, 7.707em 10%, 8.808em 10%;
        background-size: auto 90%;
        color: #010860;
        letter-spacing: .466em;
        margin-right: -1.101em;
        overflow: hidden;
        padding-left: .183em;
        -webkit-user-select: text;
        -moz-user-select: text;
        user-select: text;
        width: 10.91em
    }

    @media(max-width:767px) {
        BODY.is-safari .input-code.onefieldY {
            background: #fff !important;
            background-color: #fff !important;
            border: 2px solid #010860;
            border-radius: 12px;
            color: #010860;
            font-family: ALDISUED, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
            font-size: 1.5rem;
            font-size: 1.12rem;
            font-weight: 400;
            letter-spacing: 0;
            line-height: 1.5;
            margin-bottom: 2px;
            padding: .3rem .65rem;
            text-align: center;
            width: 100%
        }

        BODY.is-safari .input-code.onefieldY::-moz-placeholder {
            color: rgba(1, 8, 96, .35) !important;
            opacity: 1 !important
        }

        BODY.is-safari .input-code.onefieldY::placeholder {
            color: rgba(1, 8, 96, .35) !important;
            opacity: 1 !important
        }
    }

    BODY.is-safari #participateform>DIV {
        overflow: hidden;
        width: 100%
    }
}

BODY.isinstagram .input-code-wrapper {
    -webkit-clip-path: polygon(0 0, 102% 0, 102% 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 102% 0, 102% 100%, 0 100%, 0 0);
    font-size: 6.8vw;
    transform: translate(-1vw);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(max-width:767px) {
    BODY.isinstagram .input-code-wrapper.onefieldY {
        -webkit-clip-path: none;
        clip-path: none;
        display: block;
        font-size: 1rem !important;
        margin-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        transform: translate(0) !important;
        width: 100%
    }
}

@media(min-width:576px) {
    BODY.isinstagram .input-code-wrapper {
        font-size: 2.9em
    }
}

@media(min-width:768px) {
    BODY.isinstagram .input-code-wrapper {
        font-size: 3.88em
    }
}

@media(min-width:992px) {
    BODY.isinstagram .input-code-wrapper {
        font-size: 5.16em
    }
}

@media(min-width:1260px) {
    BODY.isinstagram .input-code-wrapper {
        font-size: 6em
    }
}

@media(max-width:450px) {
    BODY.isinstagram .input-code-wrapper {
        font-size: 7.6vw
    }
}

@media(max-width:419px) {
    BODY.isinstagram .input-code-wrapper {
        font-size: 8.2vw;
        transform: translate(0)
    }
}

BODY.isinstagram .input-code {
    background: url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat, url("bgrDigit.svg") no-repeat;
    background-position: 0 10%, 1.101em 10%, 2.202em 10%, 3.303em 10%, 4.404em 10%, 5.505em 10%, 6.606em 10%, 7.707em 10%, 8.808em 10%;
    background-size: auto 90%;
    color: #010860;
    letter-spacing: .466em;
    margin-right: -1.101em;
    overflow: hidden;
    padding-left: .183em;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    width: 10.91em
}

@media(max-width:767px) {
    BODY.isinstagram .input-code.onefieldY {
        background: #fff !important;
        background-color: #fff !important;
        border: 2px solid #010860;
        border-radius: 12px;
        color: #010860;
        font-family: ALDISUED, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
        font-size: 1.5rem;
        font-size: 1.12rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.5;
        margin-bottom: 2px;
        padding: .3rem .65rem;
        text-align: center;
        width: 100%
    }

    BODY.isinstagram .input-code.onefieldY::-moz-placeholder {
        color: rgba(1, 8, 96, .35) !important;
        opacity: 1 !important
    }

    BODY.isinstagram .input-code.onefieldY::placeholder {
        color: rgba(1, 8, 96, .35) !important;
        opacity: 1 !important
    }
}

BODY.isinstagram #participateform>DIV {
    overflow: hidden;
    width: 100%
}

.form-group-checkbox {
    display: table;
    height: 28px;
    margin-bottom: 1.25em;
    position: relative
}

@media(max-width:767px) {
    .form-group-checkbox {
        margin-bottom: .75em
    }
}

.form-group-checkbox label {
    vertical-align: middle
}

input[type=checkbox] {
    height: 28px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 3px;
    width: 28px
}

@media(max-width:767px) {
    input[type=checkbox] {
        height: 28px;
        width: 28px
    }
}

input[type=checkbox]+label {
    cursor: pointer;
    display: table-cell;
    font-size: 1.25rem;
    min-height: 28px;
    padding-left: 50px;
    position: relative;
    vertical-align: middle
}

@media(max-width:767px) {
    input[type=checkbox]+label {
        font-size: 1.1rem;
        min-height: 32px;
        padding-left: 48px
    }
}

input[type=checkbox]+label.modal-newsletter-label {
    font-size: 18px !important
}

@media(max-width:767px) {
    input[type=checkbox]+label.modal-newsletter-label {
        font-size: 1rem !important
    }
}

@media(max-width:499px) {

    input[type=checkbox]+label,
    input[type=checkbox]+label.modal-newsletter-label {
        font-size: 13.5px !important
    }
}

input[type=checkbox]+label:before {
    background-size: 100% 100%;
    background: #fff;
    border: 0;
    border-radius: 8px;
    border-radius: 4px;
    color: #010860;
    content: "";
    display: block;
    float: none;
    font-family: Roboto Mono, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 42px;
    font-size: 44px;
    height: 28px;
    left: 4px;
    line-height: 25.2px;
    line-height: 23px;
    margin: 2px 1em 0 0;
    outline: 3px solid #010860;
    outline-width: 4px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 28px
}

@media(max-width:420px) {
    input[type=checkbox]+label:before {
        outline: 2px solid #010860
    }
}

@media(max-width:767px) {
    input[type=checkbox]+label:before {
        font-size: 32px;
        height: 32px;
        line-height: 29px;
        width: 32px
    }
}

input[type=checkbox]:focus+label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 1, 94, .25);
    outline: 3px solid #010860
}

input[type=checkbox]:checked+label:before {
    color: #010860;
    content: "×"
}

.is-invalid {
    background-color: ivory;
    border: none;
    border-radius: 5px;
    outline: 2px solid red;
    padding: 10px
}

.jackpot-bar--title {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    color: #01005e;
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    margin: 10px auto .5em;
    padding: 2px 0 6px;
    position: relative;
    text-align: center;
    width: 580px;
    z-index: 1
}

@media(min-width:768px) {
    .jackpot-bar--title {
        font-size: 46px;
        font-weight: 700
    }
}

@media(max-width:1200px) {
    .jackpot-bar--title {
        font-size: 36px;
        margin-bottom: 24px;
        width: 480px
    }
}

@media(max-width:930px) {
    .jackpot-bar--title {
        font-size: 28px;
        margin-bottom: 24px;
        width: 400px
    }
}

@media(max-width:820px) {
    .jackpot-bar--title {
        font-size: 26px;
        margin-bottom: 28px;
        padding-bottom: 4px;
        width: 320px
    }
}

@media(max-width:600px) {
    .jackpot-bar--title {
        font-size: 25px;
        margin-bottom: 36px;
        margin-top: -10px
    }
}

@media(max-width:450px) {
    .jackpot-bar--title {
        font-size: 23px;
        margin-top: 0;
        width: 280px
    }
}

@media(max-width:420px) {
    .jackpot-bar--title {
        font-size: 16px;
        margin-bottom: 8.5vw;
        width: 200px
    }
}

.jackpot-bar--outer-wrapper {
    margin: -40px auto -55px;
    max-width: 1050px;
    padding: 28px 0 90px;
    position: relative;
    transform: scale(.8);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(max-width:1200px) {
    .jackpot-bar--outer-wrapper {
        max-width: 850px
    }
}

@media(max-width:930px) {
    .jackpot-bar--outer-wrapper {
        max-width: 750px
    }
}

@media(max-width:820px) {
    .jackpot-bar--outer-wrapper {
        max-width: 650px
    }
}

@media(max-width:710px) {
    .jackpot-bar--outer-wrapper {
        max-width: 550px
    }
}

@media(max-width:600px) {
    .jackpot-bar--outer-wrapper {
        margin-bottom: -50px;
        margin-top: -32px;
        max-width: 450px;
        transform: scale(.95)
    }
}

@media(max-width:500px) {
    .jackpot-bar--outer-wrapper {
        max-width: 350px
    }
}

@media(max-width:380px) {
    .jackpot-bar--outer-wrapper {
        margin-top: -7.6vw;
        max-width: 300px;
        transform: scale(1)
    }
}

@media(max-width:1080px) {
    .jackpot-bar--outer-wrapper {
        padding-bottom: 7vw;
        padding-top: 2.6vw
    }
}

@media(max-width:420px) {
    .jackpot-bar--outer-wrapper {
        margin-bottom: -12vw;
        padding-bottom: 12vw
    }
}

.jackpot-bar--outer-wrapper IMG.jackpot-background,
.jackpot-bar--outer-wrapper IMG.jackpot-shadow {
    display: block;
    height: auto;
    left: -5%;
    position: absolute;
    top: 0;
    width: 110%
}

.jackpot-bar--outer-wrapper IMG.jackpot-shadow {
    opacity: .65
}

.jackpot-bar--mid-wrapper {
    font-size: calc(min(1px, .0952380952vw)*145);
    font-weight: 700;
    line-height: 1.35;
    margin: auto;
    padding-top: 19.2380952381%;
    position: relative
}

@media(max-width:1200px) {
    .jackpot-bar--mid-wrapper {
        font-size: calc(min(1px, .0952380952vw)*125)
    }
}

@media(max-width:710px) {
    .jackpot-bar--mid-wrapper {
        line-height: 1.45
    }
}

@media(max-width:600px) {
    .jackpot-bar--mid-wrapper {
        font-size: calc(min(1px, .0952380952vw)*115);
        line-height: 1.35
    }
}

@media(max-width:500px) {
    .jackpot-bar--mid-wrapper {
        font-size: calc(min(1px, .0952380952vw)*100);
        line-height: 1.4
    }
}

@media(max-width:420px) {
    .jackpot-bar--mid-wrapper {
        font-size: calc(min(1px, .0952380952vw)*125);
        line-height: 1.55
    }
}

@media(max-width:380px) {
    .jackpot-bar--mid-wrapper {
        line-height: 1.4
    }
}

@media(max-width:359px) {
    .jackpot-bar--mid-wrapper {
        line-height: 1.6
    }
}

.jackpot-bar--inner-wrapper {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 45px;
    position: absolute;
    right: 110px;
    top: 0
}

@media(max-width:1200px) {
    .jackpot-bar--inner-wrapper {
        bottom: 8px;
        left: 40px;
        right: 88px;
        top: -5px
    }
}

@media(max-width:1050px) {
    .jackpot-bar--inner-wrapper {
        bottom: 7px;
        top: -4px
    }
}

@media(max-width:991px) {
    .jackpot-bar--inner-wrapper {
        bottom: 5px;
        top: -2px
    }
}

@media(max-width:930px) {
    .jackpot-bar--inner-wrapper {
        left: 34px;
        right: 80px
    }
}

@media(max-width:820px) {
    .jackpot-bar--inner-wrapper {
        left: 30px;
        right: 70px
    }
}

@media(max-width:710px) {
    .jackpot-bar--inner-wrapper {
        left: 25px;
        right: 58px
    }
}

@media(max-width:600px) {
    .jackpot-bar--inner-wrapper {
        left: 20px;
        right: 49px
    }
}

@media(max-width:500px) {
    .jackpot-bar--inner-wrapper {
        left: 15px;
        right: 44px
    }
}

@media(max-width:380px) {
    .jackpot-bar--inner-wrapper {
        left: 13px;
        right: 37px
    }
}

.jackpot-bar--digit {
    border-radius: 0;
    display: inline-block;
    height: 21.3333333333%;
    height: 100%;
    margin-left: 9px;
    margin-right: 9px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 1.4ch
}

@media(max-width:420px) {
    .jackpot-bar--digit {
        margin-left: .95vw;
        margin-right: .95vw;
        width: 1.53ch
    }
}

@media(max-width:359px) {
    .jackpot-bar--digit {
        margin-left: .95vw;
        margin-right: .95vw;
        width: 1.5ch
    }
}

.jackpot-bar--digit:after,
.jackpot-bar--digit:before {
    content: "";
    display: block;
    height: 15%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

.jackpot-bar--digit:before {
    top: 0
}

.jackpot-bar--digit:after {
    bottom: -1px
}

.jackpot-bar--digit.bgr-none {
    background: transparent
}

.jackpot-bar--digit.bgr-aqua:after,
.jackpot-bar--digit.bgr-aqua:before {
    background-image: linear-gradient(#89ccca, rgba(137, 204, 202, 0))
}

.jackpot-bar--digit.bgr-green:after,
.jackpot-bar--digit.bgr-green:before {
    background-image: linear-gradient(#009640, rgba(0, 150, 64, 0))
}

.jackpot-bar--digit.bgr-lime:after,
.jackpot-bar--digit.bgr-lime:before {
    background-image: linear-gradient(#95c11f, rgba(149, 193, 31, 0))
}

.jackpot-bar--digit.bgr-orange:after,
.jackpot-bar--digit.bgr-orange:before {
    background-image: linear-gradient(#ee7100, rgba(238, 113, 0, 0))
}

.jackpot-bar--digit.bgr-purple:after,
.jackpot-bar--digit.bgr-purple:before {
    background-image: linear-gradient(#af1280, rgba(175, 18, 128, 0))
}

.jackpot-bar--digit.bgr-red:after,
.jackpot-bar--digit.bgr-red:before {
    background-image: linear-gradient(#c51718, rgba(197, 23, 24, 0))
}

.jackpot-bar--digit:after {
    transform: rotate(180deg)
}

.jackpot-bar--char-container {
    bottom: 3%;
    color: #010860;
    left: 0;
    position: absolute;
    right: 0;
    top: -3%
}

@media(max-width:1200px) {
    .jackpot-bar--char-container {
        top: -6%
    }
}

.jackpot-bar--currency,
.jackpot-bar--seperator {
    border-radius: 10px;
    display: inline-block;
    height: 21.3333333333%;
    height: 100%;
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
    text-align: center
}

.jackpot-bar--seperator {
    margin-left: 0;
    margin-right: -.05ch;
    opacity: 0;
    width: .7ch
}

.jackpot-bar--currency {
    opacity: 0;
    transform: scale(.5);
    width: 1ch
}

.jackpot-bar--currency .jackpot-bar--char {
    margin-top: -6%
}

.move {
    animation: move .85s ease-in-out
}

@keyframes move {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-100%)
    }
}

.jackpot-bar--info {
    font-size: .75rem;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 1.5rem
}

@media(min-width:576px) {
    .jackpot-bar--info {
        font-size: 1rem;
        margin-top: 2.5rem
    }
}

@media(min-width:992px) {
    .jackpot-bar--info {
        font-size: 1.25rem;
        margin-top: 2.5rem
    }
}

.jackpot-countdown--sizing {
    margin: 0 auto;
    padding: 0;
    width: 850px
}

@media(max-width:910px) {
    .jackpot-countdown--sizing {
        margin: 0 30px;
        width: calc(100% - 60px)
    }
}

.jackpot-countdown--sizing-slotmachine {
    margin: 0 auto;
    padding: 0;
    width: 1050px
}

@media(max-width:1110px) {
    .jackpot-countdown--sizing-slotmachine {
        margin: 0 30px;
        width: calc(100% - 60px)
    }
}

@media(max-width:600px) {
    .jackpot-countdown--sizing-slotmachine {
        margin: 0;
        width: 100%
    }
}

.countdown-background {
    display: block;
    height: auto;
    position: relative;
    width: 100%
}

.countdown-shadow {
    display: block;
    height: auto;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%
}

.jackpot-countdown--bar-slotmachine {
    position: relative
}

.jackpot-countdown--bar {
    background: #f8e2a9;
    display: block;
    padding: 3.25em 0;
    position: relative
}

.jackpot-countdown--bar:after {
    background: rgba(255, 0, 0, .1);
    background: linear-gradient(145deg, hsla(42, 75%, 69%, 0), hsla(42, 75%, 69%, 0) 30%, #ebc876 57%, hsla(42, 75%, 69%, 0) 87%, hsla(42, 75%, 69%, 0));
    border-radius: 6px;
    bottom: 0;
    content: " ";
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#00ffffff", GradientType=1);
    left: 0;
    opacity: .65;
    position: absolute;
    right: 0;
    top: 0
}

.jackpot-countdown--title-white {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin: .75em 0;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 1
}

@media(min-width:768px) {
    .jackpot-countdown--title-white {
        font-size: 40px
    }
}

.jackpot-countdown--title {
    color: #01005e;
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 1
}

@media(min-width:768px) {
    .jackpot-countdown--title {
        font-size: 40px
    }
}

.jackpot-countdown--holder {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.jackpot-countdown--digit-displays-slotmachine {
    display: block
}

.jackpot-countdown--digit-displays-slotmachine,
.jackpot-countdown--digit-displays-slotmachine .holder {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.jackpot-countdown--digit-displays-slotmachine .digit {
    color: #e7000e;
    display: block;
    float: left;
    font-size: 13vw;
    height: 43.2%;
    line-height: 103%;
    margin: 2.5% .75% 2.25%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 10.1%
}

.jackpot-countdown--digit-displays-slotmachine .digit>DIV {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.jackpot-countdown--digit-displays-slotmachine .digit>DIV>SPAN {
    bottom: 0;
    display: block;
    font-weight: 700;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.jackpot-countdown--digit-displays-slotmachine .digit>DIV>SPAN:first-child {
    bottom: 0
}

.jackpot-countdown--digit-displays-slotmachine .digit>DIV>SPAN:nth-child(2) {
    bottom: 100%
}

.jackpot-countdown--digit-displays-slotmachine .digit>DIV>SPAN:nth-child(3) {
    bottom: 200%
}

.jackpot-countdown--digit-displays-slotmachine .digit>DIV>SPAN:nth-child(4) {
    bottom: 300%
}

.jackpot-countdown--digit-displays-slotmachine .digit>DIV>SPAN:nth-child(5) {
    bottom: 400%
}

.jackpot-countdown--digit-displays-slotmachine .digit>DIV>SPAN:nth-child(6) {
    bottom: 500%
}

.jackpot-countdown--digit-displays-slotmachine .digit>DIV>SPAN:nth-child(7) {
    bottom: 600%
}

.jackpot-countdown--digit-displays-slotmachine .digit>DIV>SPAN:nth-child(8) {
    bottom: 700%
}

.jackpot-countdown--digit-displays-slotmachine .digit>DIV>SPAN:nth-child(9) {
    bottom: 800%
}

.jackpot-countdown--digit-displays-slotmachine .digit>DIV>SPAN:nth-child(10) {
    bottom: 900%
}

.jackpot-countdown--digit-displays-slotmachine .digit>DIV>SPAN:nth-child(11) {
    bottom: 1000%
}

.jackpot-countdown--digit-displays-slotmachine .digit.digit-1 {
    margin-left: 10%
}

.jackpot-countdown--digit-displays-slotmachine .digit.digit-3 {
    margin-left: 6.5%
}

.jackpot-countdown--digit-displays-slotmachine .digit.digit-5 {
    margin-left: 6.8%
}

@media(min-width:1110px) {
    .jackpot-countdown--digit-displays-slotmachine .digit {
        font-size: 150px
    }
}

@media(max-width:600px) {
    .jackpot-countdown--digit-displays-slotmachine .digit {
        font-size: 13.4vw
    }
}

.jackpot-countdown--digit-displays-slotmachine .seperator {
    bottom: 12%;
    color: #122059;
    height: 100%;
    position: absolute;
    z-index: 11
}

.jackpot-countdown--digit-displays-slotmachine .seperator.seperator-days-hours {
    left: 30.4%
}

.jackpot-countdown--digit-displays-slotmachine .seperator.seperator-hours-minutes {
    left: 64.4%
}

.jackpot-countdown--digit-displays-slotmachine .seperator>SPAN {
    bottom: 0;
    font-size: 15vw;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-shadow: 2px 2px 5px hsla(0, 0%, 100%, .5);
    top: 0
}

@media(max-width:420px) {
    .jackpot-countdown--digit-displays-slotmachine .seperator {
        bottom: -8%
    }

    .jackpot-countdown--digit-displays-slotmachine .seperator>SPAN {
        font-size: 10vw
    }
}

@media(min-width:910px) {
    .jackpot-countdown--digit-displays-slotmachine .seperator>SPAN {
        font-size: 150px
    }
}

.jackpot-countdown--digit-displays-slotmachine .jackpot-countdown--label {
    bottom: -20px;
    color: #54c3f0;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    width: 33%;
    z-index: 11
}

@media(min-width:576px) {
    .jackpot-countdown--digit-displays-slotmachine .jackpot-countdown--label {
        bottom: -15%;
        font-size: 18px
    }
}

@media(min-width:768px) {
    .jackpot-countdown--digit-displays-slotmachine .jackpot-countdown--label {
        bottom: -15%;
        font-size: 24px
    }
}

@media(min-width:992px) {
    .jackpot-countdown--digit-displays-slotmachine .jackpot-countdown--label {
        bottom: -15%;
        font-size: 30px
    }
}

@media(min-width:1260px) {
    .jackpot-countdown--digit-displays-slotmachine .jackpot-countdown--label {
        bottom: -15%;
        font-size: 30px
    }
}

.jackpot-countdown--digit-displays-slotmachine .jackpot-countdown--label-days {
    left: 0
}

.jackpot-countdown--digit-displays-slotmachine .jackpot-countdown--label-hours {
    left: 33%
}

.jackpot-countdown--digit-displays-slotmachine .jackpot-countdown--label-minutes {
    right: 0
}

.jackpot-countdown--complete {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 100
}

.is-home--softlaunch .jackpot-countdown--complete {
    transform: translateY(-24px);
    transition: opacity 1s ease-out .5s, transform 1s ease-out .5s;
    visibility: hidden
}

.is-home--softlaunch:not(.is-home--softlaunch--countdown-complete) .jackpot-countdown--complete {
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.is-home--softlaunch.is-home--softlaunch--countdown-complete .jackpot-countdown--jackpot-countdown {
    opacity: 0;
    transition: opacity 1s ease-out, visibility 0s step-end 1s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    visibility: hidden
}

.is-home--softlaunch.is-home--softlaunch--countdown-complete .jackpot-countdown--complete {
    opacity: 1;
    transform: translateY(-36px);
    visibility: visible
}

.jackpot-graph {
    margin: 0 auto;
    max-width: 75%;
    position: relative
}

.jackpot-graph .sr-only {
    display: none
}

.jackpot-graph svg {
    overflow: visible
}

@media(max-width:1035px) {
    .jackpot-graph {
        max-width: 900px
    }
}

@media(max-width:975px) {
    .jackpot-graph {
        max-width: 850px
    }
}

@media(max-width:930px) {
    .jackpot-graph {
        max-width: 800px
    }
}

@media(max-width:875px) {
    .jackpot-graph {
        max-width: 750px
    }
}

@media(max-width:825px) {
    .jackpot-graph {
        max-width: 90vw
    }
}

@media(min-width:1640px) {
    .jackpot-graph {
        max-width: 1380px;
        max-width: 75%
    }
}

@media(max-width:600px) {
    .jackpot-graph {
        margin-top: 0 !important
    }
}

@media(max-width:374px) {
    .jackpot-graph {
        max-width: 100vw
    }
}

.jackpot-graph--winner-list-heading {
    margin-bottom: 4.25rem
}

@media(min-width:1260px) {
    .jackpot-graph--winner-list-heading {
        font-size: 3.125rem
    }
}

@media(max-width:600px) {
    .jackpot-graph--winner-list-heading {
        margin-bottom: 1.75rem
    }
}

.jackpot-graph--nav-wrapper {
    flex-direction: column;
    height: 100px;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 100
}

@media(max-width:767px) {
    .jackpot-graph--nav-wrapper {
        height: 75px
    }
}

.jackpot-graph--nav {
    display: flex;
    justify-content: space-between;
    margin: 1rem auto 0;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    width: 490px
}

.jackpot-graph--nav-wrapper {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    justify-content: space-between;
    width: 100%
}

@media(min-width:768px) {
    .jackpot-graph--nav-wrapper {
        font-size: 30px;
        margin-left: auto;
        margin-right: auto;
        width: 500px
    }
}

.jackpot-graph--btn {
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 1em;
    padding: 0;
    pointer-events: auto;
    width: 1em
}

.jackpot-graph--btn:hover {
    background-color: hsla(0, 0%, 100%, .25);
    color: inherit
}

.jackpot-graph--btn svg {
    height: 100%;
    transform: scale(.8);
    transform-origin: center center;
    width: 100%
}

.jackpot-graph--btn svg .chevron {
    fill: none;
    stroke-width: 10px;
    stroke: currentColor
}

@media(min-width:768px) {
    .jackpot-graph--graph-row {
        margin-left: 18px;
        margin-right: 18px
    }
}

.jackpot-graph--graph {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.jackpot-graph--graph-scale-wrapper {
    position: absolute;
    right: 100%;
    top: 0
}

@media(max-width:767px) {
    .jackpot-graph--graph-scale-wrapper {
        left: -28px;
        right: auto
    }
}

@media(max-width:619px) {
    .jackpot-graph--graph-scale-wrapper {
        left: 0;
        right: auto
    }
}

@media(max-width:374px) {
    .jackpot-graph--graph-scale-wrapper {
        left: 5px
    }
}

.jackpot-graph--graph-scale {
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 263px;
    justify-content: space-around;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 81px;
    text-align: right
}

@media(max-width:767px) {
    .jackpot-graph--graph-scale {
        height: 169px;
        margin-top: 66px
    }
}

.jackpot-graph--graph-scale-label {
    align-items: center;
    display: flex;
    font-size: 1.5rem;
    height: 2rem;
    justify-content: flex-end;
    position: relative
}

.jackpot-graph--graph-scale-label SPAN {
    display: none
}

@media(max-width:619px) {
    .jackpot-graph--graph-scale-label SPAN {
        display: inline-block;
        padding-left: 2px
    }
}

@media(max-width:767px) {
    .jackpot-graph--graph-scale-label {
        font-size: 1rem
    }
}

@media(max-width:619px) {
    .jackpot-graph--graph-scale-label {
        font-size: .9rem;
        justify-content: center;
        text-shadow: 0 0 5px #010860, 0 0 4px #010860, 0 0 3px #010860, 0 0 2px #010860, 0 0 1px #010860;
        z-index: 888
    }
}

@media(max-width:374px) {
    .jackpot-graph--graph-scale-label {
        justify-content: flex-start
    }
}

.jackpot-graph--graph-scale-label:after {
    background: #fff;
    content: "";
    height: 1px;
    position: absolute;
    right: -28px;
    top: 50%;
    width: 18px;
    z-index: 100
}

@media(max-width:767px) {
    .jackpot-graph--graph-scale-label:after {
        display: none
    }
}

.jackpot-graph--graph-wrapper {
    border-color: transparent transparent #fff #fff;
    border-style: solid;
    border-width: 7px;
    height: 374px;
    position: relative
}

@media(max-width:767px) {
    .jackpot-graph--graph-wrapper {
        height: 255px
    }
}

.jackpot-graph--graph-segments {
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 100%;
    z-index: 2
}

.jackpot-graph--graph-date-wrapper {
    align-items: self-start;
    color: #fff;
    display: flex;
    font-size: 1.5rem;
    font-weight: 400;
    height: 100px;
    justify-content: center;
    text-align: center
}

@media(max-width:767px) {
    .jackpot-graph--graph-date-wrapper {
        height: 75px
    }
}

@media(max-width:529px) {
    .jackpot-graph--graph-date-wrapper {
        font-size: 1.15rem
    }
}

.jackpot-graph--graph-date {
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    padding-left: 1.5em;
    padding-right: 1.5em;
    transition: all .4s ease-out
}

.jackpot-graph--graph-date--weekday {
    word-wrap: none;
    display: inline-block;
    flex: 0 1 100px;
    overflow: visible;
    text-align: right;
    transition: all .4s ease-out
}

@media(max-width:400px) {
    .jackpot-graph--graph-date--weekday {
        display: none
    }
}

.jackpot-graph--graph-date--date {
    display: inline-block;
    flex: 0 1 100px;
    text-align: left;
    transition: all .4s ease-out
}

.next .jackpot-graph--graph-date--weekday,
.prev .jackpot-graph--graph-date--weekday {
    opacity: 0;
    width: 0
}

.prev .jackpot-graph--graph-date {
    margin-right: 0
}

.next .jackpot-graph--graph-date {
    margin-left: 0
}

.jackpot-graph--graph-segment-highlighter,
.jackpot-graph--graph-segment-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.jackpot-graph--graph-segment-highlighter.animate,
.jackpot-graph--graph-segment-wrapper.animate {
    transition: transform .4s ease-out
}

@media(min-width:992px) {

    .jackpot-graph--graph-segment-highlighter,
    .jackpot-graph--graph-segment-wrapper {
        margin-left: 23%;
        width: 54%
    }
}

.jackpot-graph--graph-segment-highlighter {
    background: hsla(0, 0%, 100%, .11);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 454px
}

@media(max-width:767px) {
    .jackpot-graph--graph-segment-highlighter {
        height: 305px
    }
}

.jackpot-graph--graph-segment-highlighter:after {
    background: linear-gradient(rgba(1, 8, 96, 0), #010860);
    bottom: 0;
    content: "";
    display: block;
    height: 80px;
    left: -3px;
    position: absolute;
    right: -3px
}

@media(max-width:767px) {
    .jackpot-graph--graph-segment-highlighter:after {
        height: 50px
    }
}

@media(max-width:767.98px) {
    .jackpot-graph--graph-segment-highlighter {
        left: -3px;
        right: 0;
        width: auto
    }
}

.jackpot-graph--graph-segment {
    height: 264px;
    position: relative;
    width: 100%
}

@media(max-width:767px) {
    .jackpot-graph--graph-segment {
        height: 170px
    }
}

.jackpot-graph--graph-segment-layer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.jackpot-graph--graph-segment-badges {
    z-index: 10
}

.jackpot-graph--graph-segment {
    overflow: visible
}

.jackpot-graph--graph-segment .sample-graph-bgr {
    fill: transparent
}

.jackpot-graph--graph-segment .sample-graph-path {
    stroke: #fff;
    stroke-width: 2;
    fill: transparent;
    stroke-width: 3
}

@media(max-width:400px) {
    .jackpot-graph--graph-segment .sample-graph-path {
        stroke-width: 2
    }
}

.jackpot-graph--graph-segment .sample-graph-fill {
    stroke: none;
    fill: hsla(0, 0%, 100%, .125)
}

.jackpot-graph--graph-segment .current-cash-badge {
    stroke: #fff;
    stroke-width: 3;
    fill: #fff
}

.jackpot-graph--graph-segment .winner-badge {
    fill: #54c3f0
}

.jackpot-graph--graph-segment .winner-badge-label {
    fill: #fff;
    text-anchor: middle;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    transform: translateY(5.5px);
    transition: opacity .4s ease-out
}

.jackpot-graph--graph-segment .sample-tick-line {
    stroke: #fff;
    stroke-width: 1px
}

.jackpot-graph--graph-segment .sample-tick-line-5000 {
    stroke: #54c3f0
}

.jackpot-graph--graph-segment .sample-tick-line-2500 {
    opacity: .9
}

.jackpot-graph--graph-segment .sample-tick-line-1000 {
    opacity: .5
}

.jackpot-graph--graph-segment .sample-tick-line-500 {
    opacity: .4
}

.jackpot-graph--graph-segment .sample-tick-line-250 {
    opacity: .3
}

.jackpot-graph--graph-segment .sample-tick-line-100 {
    opacity: .2
}

.jackpot-graph--graph-segment .sample-tick-line-20 {
    opacity: .1
}

.jackpot-graph--winners {
    margin: 5em 0 3em
}

@media(max-width:767.98px) {
    .jackpot-graph--winners {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

@media(max-width:600px) {
    .jackpot-graph--winners {
        margin: 2.25em 0 1.5em;
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width:359px) {
    .jackpot-graph--winners {
        margin-left: -12px;
        margin-right: -12px
    }
}

.jackpot-graph--winner-list-title {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    justify-content: center;
    margin-bottom: 1rem
}

@media(min-width:768px) {
    .jackpot-graph--winner-list-title {
        font-size: 1.75rem;
        margin-left: auto;
        margin-right: auto
    }
}

.jackpot-graph--winner-list-item {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .35);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    font-size: 1.5rem;
    margin-bottom: .5rem;
    margin-left: .5rem;
    margin-right: .5rem;
    padding: .65rem;
    white-space: nowrap
}

@media(min-width:1260px) {
    .jackpot-graph--winner-list-item {
        margin-left: 3.5rem;
        margin-right: 3.5rem
    }
}

@media(max-width:600px) {
    .jackpot-graph--winner-list-item {
        font-size: 1.2rem;
        padding: .4rem
    }
}

@media(max-width:499px) {
    .jackpot-graph--winner-list-item {
        white-space: normal
    }
}

.jackpot-graph--winner-list-item.jackpot-graph--winner-list-item-header {
    background: none;
    padding: .325rem .65rem
}

.jackpot-graph--winner-list-item .winner-id {
    background-color: #54c3f0;
    border-radius: 50%;
    display: flex;
    flex: 0 0 35px;
    font-size: 1rem;
    height: 35px;
    justify-content: center;
    line-height: 35px;
    margin-right: 12px;
    width: 35px
}

.jackpot-graph--winner-list-item .winner-cash-out {
    display: flex;
    flex: 0 0 55px;
    font-weight: 700;
    justify-content: flex-end;
    white-space: nowrap
}

.jackpot-graph--winner-list-item .winner-divider {
    display: inline-block
}

.jackpot-graph--winner-list-item .winner-divider:before {
    content: "–";
    display: inline-block;
    padding: 0 .5em
}

.jackpot-graph--winner-list-item .winner-winner {
    flex: 1 1 0%;
    overflow: hidden;
    text-overflow: ellipsis
}

.jackpot-graph--winner-list-item .winner-city,
.jackpot-graph--winner-list-item .winner-name {
    font-weight: 400
}

.jackpot-graph--winner-list-item .no-winners-yet {
    flex: 0 0 100%;
    text-align: center
}

.jackpot-graph--graph-segment-wrapper.next .jackpot-graph--graph-segment .winner-badge-label,
.jackpot-graph--graph-segment-wrapper.prev .jackpot-graph--graph-segment .winner-badge-label {
    opacity: 0
}

.jackpot-graph--graph-scale-arrow {
    height: 23px;
    position: absolute;
    width: 23px;
    z-index: 10
}

.jackpot-graph--graph-scale-arrow path {
    fill: #fff
}

.jackpot-graph--graph-scale-arrow-v {
    left: 4px;
    top: -7px
}

.jackpot-graph--graph-scale-arrow-h {
    bottom: -8px;
    right: 6px
}

.jackpot-graph--graph-scale-label-v {
    color: #fff;
    font-family: monospace;
    font-size: 2.5em;
    left: -25px;
    position: absolute;
    text-align: right;
    top: -25px
}

@media(max-width:619px) {
    .jackpot-graph--graph-scale-label-v {
        display: none
    }
}

.jackpot-graph--btn {
    font-size: inherit;
    height: 50px;
    line-height: 0;
    width: 50px
}

.jackpot-summary--data-summary {
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 890px;
    max-width: 720px
}

@media(min-width:768px) {
    .jackpot-summary--data-summary {
        font-size: 40px;
        font-size: 30px
    }
}

.invalid-feedback {
    color: #fff;
    font-style: italic;
    font-weight: 700
}

.required-asterisk {
    vertical-align: super
}

.form-control {
    border-radius: 12px;
    font-size: 1.5rem;
    padding-bottom: 10px;
    padding-top: 10px
}

@media(max-width:767px) {
    .form-control {
        font-size: 1.1rem;
        line-height: 1
    }
}

@media(max-width:600px) {
    .form-control {
        font-size: 1.1rem
    }
}

@media(max-width:420px) {
    .form-control {
        border-width: 2px;
        font-size: 1.1rem;
        padding: .3rem .65rem
    }
}

SELECT.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("ccb446e463a9afbfd9478e4b74986cf93afcae89.svg");
    background-position: 100%;
    background-repeat: no-repeat;
    color: #010860
}

SELECT.form-control:invalid {
    background-image: url("fd049be1dce24421a5d700ab5710dfcdb4d25d6a.svg");
    color: #a6a9c8
}

SELECT.form-control option {
    color: #010860
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    SELECT.form-control {
        background-image: url("select-app-icon.png");
        background-position: calc(100% - 10px);
        background-size: 15px auto
    }

    SELECT.form-control::-ms-expand {
        display: none
    }
}

@media(max-width:767px) {
    #successModal .modal-body .row {
        margin-bottom: 0 !important
    }

    #successModal .modal-body .row>.col-md-3,
    #successModal .modal-body .row>.col-md-6,
    #successModal .modal-body .row>.col-md-9 {
        margin-bottom: 5px
    }
}

@media(max-width:1259px) {
    #successModal .modal-dialog {
        max-width: 1000px
    }
}

.modal-dialog.modal-dialog-stoerer {
    max-width: 600px !important
}

.modal-dialog.modal-dialog-stoerer .modal-content {
    box-shadow: 5px 5px 14px rgba(0, 0, 0, .4)
}

@media(min-width:601px) {
    .modal-dialog.modal-dialog-stoerer .modal-content .fmt-h1 {
        font-size: 2rem
    }
}

@media(min-width:768px) {
    .modal-dialog.modal-dialog-stoerer .modal-content .fmt-p {
        font-size: 1.15rem
    }
}

@media(max-width:767px) {
    .modal-dialog.modal-dialog-stoerer .modal-content {
        margin-top: 180px
    }
}

.modal-body {
    padding: 3.5rem 2.5rem
}

@media(max-width:767px) {
    .modal-body {
        padding: 2.5rem 1.5rem 1rem
    }
}

.modal-body.modal-body-no-offset {
    margin-top: -3rem !important;
    padding-top: 0 !important
}

@media(max-width:1259px) {
    .modal-body.modal-body-no-offset {
        margin-top: -.5rem !important
    }
}

.modal .captcha-container {
    margin-bottom: 1em
}

.modal .captcha-description {
    font-size: 1.25rem
}

@media(max-width:767px) {
    .modal .captcha-description {
        font-size: 1.1rem;
        margin-bottom: .5rem
    }
}

.modal .captcha-reload {
    margin-bottom: 1.5rem;
    margin-top: -1.5rem
}

.modal-custom {
    margin: 0 auto;
    min-height: 100%;
    width: 100%;
    width: 100% !important
}

@media(min-width:768px) {
    .modal-custom {
        padding: 1em
    }

    .modal-custom .modal-content {
        margin-bottom: 1em
    }
}

@media(min-width:1260px) {
    .modal-custom {
        margin-left: auto;
        margin-right: auto;
        max-width: 1420px;
        padding: 1em
    }
}

@media(min-width:1640px) {
    .modal-custom {
        max-width: 1640px;
        padding: 2.25rem 1rem
    }
}

@media(max-width:1259px) {
    .modal-custom {
        max-width: 1000px
    }
}

.modal-custom .modal-content {
    border-radius: 0;
    height: auto;
    min-height: 100%
}

.modal-custom .modal-header {
    padding-bottom: 0
}

.modal-header {
    justify-content: flex-end
}

#coupon_download_button,
#next_filiale_button {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

@media(max-width:1600px) {

    #coupon_download_button,
    #next_filiale_button {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }
}

@media(max-width:1024px) {

    #coupon_download_button,
    #next_filiale_button {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }
}

@media(max-width:767px) {

    #coupon_download_button#coupon_download_button,
    #next_filiale_button#coupon_download_button {
        margin-top: 2rem !important
    }
}

.modal-header button.close {
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    color: #010860;
    display: block;
    height: 50px;
    opacity: 1;
    padding: 0;
    width: 50px;
    z-index: 999
}

@media(max-width:767px) {
    .modal-header button.close {
        transform: scale(.75)
    }
}

@media(max-width:459px) {
    .modal-header button.close {
        transform: scale(.65) translate(15px, -15px)
    }
}

.modal-header button.close:not(:disabled):not(.disabled):focus,
.modal-header button.close:not(:disabled):not(.disabled):hover {
    background-color: #efefef;
    color: #00042e;
    opacity: 1
}

#errorModal.modal .modal-body {
    margin-top: -3rem;
    padding: 0 4rem
}

#errorModal.modal .modal-body .fmt-h1 {
    margin-bottom: .3em;
    margin-right: 30px
}

#errorModal.modal .modal-body .furthertext.mb-5 {
    margin-bottom: 1.5rem !important
}

#errorModal.modal .modal-body .coupon_download_button,
#errorModal.modal .modal-body .furtherbutton.my-5 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

@media(max-width:991px) {
    #errorModal.modal .modal-body .fmt-h1 {
        font-size: 32px;
        margin-bottom: .3em
    }

    #errorModal.modal .modal-body .fmt-h2 {
        font-size: 22px
    }

    #errorModal.modal .modal-body .text-btn {
        font-size: 1.35rem
    }

    #errorModal.modal .modal-body .furthertext.mb-5 {
        margin-bottom: -.5rem !important
    }
}

@media(max-width:600px) {
    #errorModal.modal .modal-body {
        margin-top: -35px !important
    }

    #errorModal.modal .modal-body .fmt-h1 {
        font-size: 28px;
        margin-bottom: .3em
    }

    #errorModal.modal .modal-body .fmt-h2 {
        font-size: 19px
    }

    #errorModal.modal .modal-body .text-btn {
        font-size: 1.15rem
    }

    #errorModal.modal .modal-body .furthertext.mb-5 {
        margin-bottom: -.5rem !important
    }
}

@media(max-width:767px) {
    #errorModal.modal .modal-body {
        padding: 0 2rem
    }
}

#errorModal.modal .modal-body.error-modal--aldi-services {
    margin-top: -1.75rem !important;
    padding-bottom: 1.75rem;
    padding-top: 4rem;
    text-align: center
}

@media(max-width:767px) {
    #errorModal.modal .modal-body.error-modal--aldi-services {
        padding-bottom: 1rem
    }
}

#errorModal.modal .modal-body.error-modal--aldi-services P {
    font-size: 1.35rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
}

@media(max-width:767px) {
    #errorModal.modal .modal-body.error-modal--aldi-services P {
        font-size: 1rem
    }
}

#errorModal.modal .modal-body.error-modal--aldi-services .text-lg-center {
    margin-bottom: 20px
}

@media(max-width:767px) {
    #errorModal.modal .modal-body.error-modal--aldi-services .text-lg-center {
        margin-bottom: 10px
    }
}

#errorModal.modal .modal-body.error-modal--aldi-services>DIV.text-lg-center>P {
    line-height: 1.25
}

#errorModal.modal .modal-body .error-modal--section-title-services {
    width: 100%
}

@media(min-width:1640px) {
    #feedbackModal.modal .modal-custom {
        max-width: 1200px;
        padding: 2.25rem 1rem
    }
}

#feedbackModal.modal .modal-body {
    padding: 0 4rem 2rem
}

@media(max-width:911px) {
    #feedbackModal.modal .modal-body .feedback-modal--key-title {
        margin-top: 1rem
    }
}

@media(max-width:849px) {
    #feedbackModal.modal .modal-body .feedback-modal--key-title {
        font-size: 32px;
        margin-top: .5rem
    }

    #feedbackModal.modal .modal-body .fmt-p {
        font-size: 1.3rem
    }
}

@media(max-width:767px) {
    #feedbackModal.modal .modal-body {
        padding: 0 2rem 2rem
    }
}

#couponFeedbackModal.modal .modal-body {
    padding: 0 4rem 2rem
}

@media(max-width:767px) {
    #couponFeedbackModal.modal .modal-body {
        padding: 0 2rem 2rem
    }
}

#errornlModal.modal .modal-body {
    padding: 0 4rem 1rem
}

@media(max-width:767px) {
    #errornlModal.modal .modal-body {
        padding: 0 2rem 1rem
    }
}

.istouchdevice .desktopbutton {
    display: none
}

.istouchdevice .mobilebutton,
.notouchdevice .desktopbutton {
    display: block
}

.notouchdevice .mobilebutton {
    display: none
}

.captcha-container {
    display: flex;
    justify-content: center;
    width: 100%
}

@media(min-width:768px) {
    .captcha-container {
        justify-content: left
    }
}

.captcha-form {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-direction: row;
    margin-left: -18px;
    margin-right: -18px;
    max-width: 300px;
    max-width: none
}

.captcha-form .captcha-image,
.captcha-form .captcha-input {
    margin-bottom: 12px;
    padding-left: 18px;
    padding-right: 18px
}

@media(max-width:767px) {
    .captcha-form {
        margin-left: -6px;
        margin-right: -6px
    }

    .captcha-form .captcha-image,
    .captcha-form .captcha-input {
        margin-bottom: 12px;
        padding-left: 6px;
        padding-right: 6px
    }
}

.captcha-image-container {
    text-align: center
}

.nl-captcha-image {
    border-radius: 8px;
    height: auto;
    width: 220px
}

@media(min-width:768px) {
    .nl-captcha-image {
        height: 74px;
        width: auto
    }
}

@media(min-width:992px) {
    .nl-captcha-image {
        height: 90px;
        height: 80px
    }
}

@media(min-width:1260px) {
    .nl-captcha-image {
        height: 104px;
        height: 80px
    }
}

@media(max-width:395px) {
    .nl-captcha-image {
        height: auto;
        width: 180px
    }
}

@media(max-width:359px) {
    .nl-captcha-image {
        height: auto;
        width: 150px
    }
}

.captcha-input .form-control,
.captcha-input .form-group {
    height: 100%
}

.captcha-input .form-control {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .08em;
    margin-left: auto;
    margin-right: auto;
    padding-left: .5em;
    padding-right: .5em;
    text-align: left
}

@media(max-width:499px) {
    .captcha-input .form-control {
        font-weight: 400;
        letter-spacing: 0
    }
}

.captcha-input .form-control:-moz-placeholder-shown {
    letter-spacing: inherit
}

.captcha-input .form-control:placeholder-shown {
    letter-spacing: inherit
}

@media(min-width:768px) {
    .captcha-input .form-control {
        font-size: 1.75rem;
        width: 225px
    }
}

@media(min-width:992px) {
    .captcha-input .form-control {
        font-size: 2rem;
        height: 80px;
        width: 260px
    }
}

@media(min-width:1260px) {
    .captcha-input .form-control {
        font-size: 1.75rem;
        width: 360px
    }
}

@media(max-width:767px) {
    .captcha-input {
        width: auto
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    [data-captcha-input] {
        letter-spacing: .15em
    }
}

.captcha-reload {
    display: block;
    font-size: 1.15em;
    margin-top: -.25em;
    text-align: center
}

@media(min-width:768px) {
    .captcha-reload {
        text-align: left
    }
}

.container-markdown>p {
    line-height: 1.25;
    margin-bottom: .75rem
}

.container-markdown>p+h1,
.container-markdown>p+h2,
.container-markdown>p+h3 {
    margin-top: 2rem
}

.container-markdown a {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.container-markdown .i-list-wrapper>ul {
    list-style: none;
    padding-left: 1rem
}

.container-markdown .i-list-wrapper>ul>li>span {
    display: block;
    left: 0;
    position: absolute;
    top: 0
}

.container-markdown .i-list-wrapper>ul>li {
    margin-bottom: .25rem;
    padding-left: 3rem;
    position: relative
}

.section-region-select {
    padding-bottom: 10px;
    padding-top: 45px
}

.region-select {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 0
}

@media(min-width:768px) {
    .region-select {
        flex-direction: row
    }
}

.region-select--item {
    align-items: center;
    background: rgba(18, 32, 89, 0);
    display: flex;
    flex-direction: column;
    margin: 0 15px 15px;
    padding: 20px
}

@media(min-width:768px) {
    .region-select--item {
        margin: 0 30px 15px
    }
}

.region-select--item:hover {
    background: rgba(18, 32, 89, .2);
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: all .4s ease
}

.region-select--item .btn-primary {
    height: 60px;
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
    width: 220px
}

@media(min-width:768px) {
    .region-select--item .btn-primary {
        margin-top: 19px;
        width: 300px
    }
}

.section-intro {
    box-shadow: 0 0 12px rgba(0, 0, 0, .25);
    padding: 3em 0 0
}

@media(min-width:1450px) {
    .section-intro {
        padding: 1em 0 0
    }
}

.section-intro .btn {
    line-height: 1.2
}

@media(max-width:575.98px) {
    .section-intro {
        padding-top: 0
    }
}

@media(min-width:1921px) {
    .section-intro {
        box-shadow: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 1920px
    }
}

.section-intro--container {
    padding-left: 20px;
    padding-right: 20px
}

@media(min-width:768px) {
    .section-intro--container {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media(min-width:992px) {
    .section-intro--container {
        padding-left: 100px;
        padding-right: 100px
    }
}

@media(min-width:1260px) {
    .section-intro--container {
        padding-left: 140px;
        padding-right: 110px
    }
}

@media(max-width:1259px) {
    .section-intro--container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media(min-width:1260px) {
    .section-intro--container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.section-intro--couponimage {
    display: block;
    height: auto;
    position: relative;
    width: 100%
}

.section-intro--couponimage img {
    height: auto;
    width: 100%
}

@media(max-width:767px) {
    .section-intro--couponimage img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 275px
    }
}

@media(max-width:399px) {
    .section-intro--couponimage img {
        max-width: 225px
    }
}

.section-intro--couponimage-text {
    background: linear-gradient(-20deg, #f8e1a9, #edcc7d, #f8e1a9);
    color: #00015e;
    display: block;
    font-size: 3.1vw;
    left: 15.3%;
    line-height: 1;
    padding-bottom: .4em;
    padding-top: .7em;
    position: absolute;
    text-align: center;
    top: 71.7%;
    transform: rotate(-7.1deg);
    width: 12.9em
}

.section-intro--couponimage-text .value {
    font-size: 2em;
    font-weight: 700
}

@media(min-width:576px) {
    .section-intro--couponimage-text {
        font-size: 17px
    }
}

@media(min-width:768px) {
    .section-intro--couponimage-text {
        font-size: 7px
    }
}

@media(min-width:992px) {
    .section-intro--couponimage-text {
        font-size: 12px
    }
}

@media(min-width:1260px) {
    .section-intro--couponimage-text {
        font-size: 12px
    }
}

.section-intro--text-column {
    padding-top: 20px
}

@media(max-width:767px) {
    .section-intro--text-column {
        padding-top: 0
    }
}

@media(max-width:575.98px) {
    .section-intro--text-column:last-child {
        margin-top: 1.5em
    }
}

.section-intro--text-column--heading {
    line-height: 1.2
}

@media(max-width:575.98px) {
    .section-intro--text-column--heading {
        margin-bottom: .5em;
        margin-top: 1.5em
    }
}

@media(min-width:768px) {
    .section-intro--text-column--heading {
        height: 3.6em
    }
}

@media(min-width:992px) {
    .section-intro--text-column--heading {
        font-size: 1.5rem;
        height: 2.4em;
        margin-top: .25em
    }
}

@media(min-width:1260px) {
    .section-intro--text-column--heading {
        font-size: 2rem;
        margin-bottom: .4em;
        margin-top: .4em
    }
}

@media(min-width:1640px) {
    .section-intro--text-column--heading {
        font-size: 2.5rem;
        font-size: 2.1rem;
        margin-bottom: .4em;
        margin-top: .4em
    }
}

.section-intro--text-column--text {
    line-height: 1.2
}

@media(max-width:575.98px) {
    .section-intro--text-column--text {
        margin-bottom: 1em
    }
}

@media(min-width:768px) {
    .section-intro--text-column--text {
        font-size: 1.15rem;
        height: 4.5em
    }
}

@media(min-width:992px) {
    .section-intro--text-column--text {
        font-size: 1.25rem;
        height: 4.5em
    }
}

@media(min-width:1260px) {
    .section-intro--text-column--text {
        font-size: 1.35rem;
        height: 4.5em
    }
}

@media(min-width:1640px) {
    .section-intro--text-column--text {
        font-size: 1.75rem;
        font-size: 1.35rem;
        height: 4.5em
    }
}

@media(max-width:1109px) {
    .section-intro--text-column--text {
        height: 5em
    }
}

@media(max-width:767px) {
    .section-intro--text-column--text {
        height: auto
    }
}

.section-countdown {
    padding-bottom: 1.5em;
    padding-top: 1.5em
}

.section-jackpot-bar {
    overflow: hidden;
    padding-bottom: 5rem;
    padding-top: 0;
    position: relative;
    width: 100%
}

@media(max-width:600px) {
    .section-jackpot-bar {
        padding-top: 2rem
    }
}

@media(max-width:450px) {
    .section-jackpot-bar {
        padding-top: 1rem
    }
}

@media(max-width:420px) {
    .section-jackpot-bar {
        padding-bottom: 2.5em;
        padding-top: .75rem
    }
}

.section-participate {
    overflow: hidden;
    padding: 2em 0
}

@media(max-width:600px) {
    .section-participate {
        padding: 1.5em 0
    }

    .section-participate .btn {
        line-height: 1.3
    }
}

@media(max-width:419px) {
    .section-participate {
        padding: 1em 0
    }
}

@media(min-width:576px) {
    .section-participate {
        padding: 3em 0
    }
}

@media(min-width:768px) {
    .section-participate {
        padding: 1.5em 0 3.5em
    }
}

.section-participate label.smaller {
    font-size: 14px
}

@media(min-width:1260px) {
    .participate--container {
        max-width: 1100px
    }
}

.participate--container P {
    margin-bottom: .5rem
}

.participate--container .mb-4 {
    margin-bottom: 0 !important
}

.participate--container .mb-5 {
    margin-bottom: .5rem !important
}

.participate--header {
    margin-bottom: 1rem
}

@media(max-width:420px) {
    .participate--header {
        margin-bottom: .25em
    }
}

.participate--title {
    margin-bottom: .25em
}

@media(min-width:1260px) {
    .participate--title {
        font-size: 3.125rem;
        font-size: 46px
    }
}

@media(max-width:600px) {
    .participate--title {
        font-size: 32px
    }
}

@media(max-width:450px) {
    .participate--title {
        font-size: 28px
    }
}

@media(max-width:420px) {
    .participate--title {
        font-size: 26.5px;
        margin-bottom: .125em
    }
}

.participate--description {
    font-size: 1.65rem;
    line-height: 1.2
}

.participate--description SPAN.mob {
    display: none
}

@media(max-width:1280px) {
    .participate--description {
        font-size: 1.5rem
    }
}

@media(max-width:450px) {
    .participate--description {
        font-size: 1.15rem
    }
}

@media(max-width:420px) {
    .participate--description {
        font-size: 1rem;
        line-height: 1;
        margin: 0
    }

    .participate--description SPAN.dsk {
        display: none
    }

    .participate--description SPAN.mob {
        display: inline
    }
}

.participate--form-group-checkbox {
    line-height: 1.2;
    margin-bottom: .75rem
}

@media(max-width:767px) {
    .participate--form-group-checkbox {
        margin-bottom: 1rem !important
    }
}

.voucher-img {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    position: relative;
    width: 100%
}

.participate--form-group-checkbox input[type=checkbox]+label,
.section-newsletter input[type=checkbox]+label {
    padding-left: 35px
}

@media(min-width:768px) {

    .participate--form-group-checkbox input[type=checkbox]+label,
    .section-newsletter input[type=checkbox]+label {
        font-size: 1.25rem;
        padding-left: 50px
    }
}

.participate--form-group-checkbox input[type=checkbox]+label A,
.section-newsletter input[type=checkbox]+label A {
    color: inherit
}

.participate--form-group-checkbox input[type=checkbox]+label:before,
.section-newsletter input[type=checkbox]+label:before {
    border-radius: 3px;
    height: 22px;
    line-height: 18px;
    width: 22px
}

@media(min-width:768px) {

    .participate--form-group-checkbox input[type=checkbox]+label:before,
    .section-newsletter input[type=checkbox]+label:before {
        border-radius: 4px;
        font-size: 44px;
        height: 28px;
        line-height: 23px;
        outline-width: 4px;
        top: 3px;
        width: 28px
    }
}

.participate--captcha-description {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0
}

@media(min-width:768px) {
    .participate--captcha-description {
        font-size: 1.25rem
    }
}

.tooltipspan {
    display: inline-block;
    margin-left: 15px;
    width: 30px
}

@media(max-width:767px) {
    .tooltipspan {
        width: 18px
    }
}

.section-how-to {
    padding: 55px 0 0;
    position: relative
}

@media(max-width:911px) {
    .section-how-to {
        padding: 32px 0 0
    }
}

@media(max-width:579px) {
    .section-how-to {
        padding: 24px 0 0
    }
}

@media(max-width:419px) {
    .section-how-to {
        padding: 16px 0 10px
    }
}

.section-teasers {
    padding-bottom: 4em;
    padding-top: 2em
}

@media(min-width:576px) {
    .section-teasers {
        padding-top: 3em
    }
}

@media(min-width:768px) {
    .section-teasers {
        padding-top: 4em
    }
}

.section-teasers IMG {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 658px;
    width: 100%
}

@media(min-width:1640px) {
    .how-to--container {
        max-width: 1640px;
        max-width: 1280px
    }
}

.how-to--list {
    counter-reset: section;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    list-style: none;
    padding: 2rem 0 0
}

@media(min-width:768px) {
    .how-to--list {
        flex-direction: row;
        margin-bottom: 3rem
    }
}

@media(max-width:767px) {
    .how-to--list {
        padding-top: 0
    }
}

@media(max-width:419px) {
    .how-to--list {
        margin-bottom: 0
    }
}

.how-to--list-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding: 0 25px;
    width: 100%
}

@media(min-width:768px) {
    .how-to--list-item {
        margin-bottom: 0;
        margin-top: 0;
        width: 33.334%
    }
}

@media(max-width:419px) {
    .how-to--list-item {
        margin-bottom: 0;
        margin-top: .5rem
    }
}

.how-to--image {
    padding-top: 40%;
    position: relative
}

.how-to--image>img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

@media(min-width:768px) {
    .how-to--image {
        min-height: 200px;
        padding-top: 60%
    }
}

@media(max-width:600px) {
    .how-to--image {
        min-height: 100px;
        padding-top: 25%
    }
}

.how-to--description {
    text-align: center
}

.how-to--description h3 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase
}

@media(max-width:419px) {
    .how-to--description h3 {
        font-size: 1.25rem
    }
}

.how-to--description p {
    font-size: 1.25rem;
    line-height: 1.2
}

@media(min-width:1640px) {
    .how-to--description h3 {
        font-size: 2rem
    }

    .how-to--description p {
        font-size: 1.45rem
    }
}

@media(max-width:575px) {
    .how-to--description {
        margin-left: auto;
        margin-right: auto;
        width: 75%
    }
}

@media(max-width:359px) {
    .how-to--description {
        width: 86%
    }

    .how-to--description * {
        text-shadow: 0 0 20px #54c3f0, 0 0 10px #54c3f0, 0 0 5px #54c3f0
    }
}

.how-to-cta {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase
}

@media(max-width:991px) {
    .how-to-cta {
        font-size: 20px;
        padding: 10px 22px
    }
}

@media(max-width:419px) {
    .how-to-cta {
        font-size: 18px
    }
}

.section-how-to.section-how-to-white .how-to--description,
.section-how-to.section-how-to-white .how-to--description h3,
.section-how-to.section-how-to-white .how-to--description p {
    color: #fff
}

.section-video {
    padding-bottom: 2em;
    padding-top: 0
}

@media(min-width:768px) {
    .section-video {
        padding-bottom: 7em
    }
}

.section-jackpot-graph {
    padding-bottom: 2em;
    padding-top: 2em
}

.section-jackpot-graph .row {
    position: relative
}

@media(max-width:575.98px) {
    .section-jackpot-graph {
        padding-bottom: 0;
        padding-top: 1.5em
    }
}

@media(max-width:991px) {
    .section-jackpot-graph {
        overflow: hidden
    }
}

@media(max-width:1028px) {
    .section-jackpot-graph {
        padding-bottom: 1.35em;
        padding-top: 1.35em
    }
}

@media(max-width:767px) {
    .section-jackpot-graph {
        padding-bottom: .275em;
        padding-top: .275em
    }
}

@media(max-width:600px) {
    .section-jackpot-graph {
        padding-top: 1em
    }
}

.jackpot-graph--graph-time-wrapper {
    bottom: -30px;
    display: block;
    left: calc(23% + 10px);
    position: absolute;
    width: calc(54% - 20px);
    z-index: 87
}

@media(max-width:991px) {
    .jackpot-graph--graph-time-wrapper {
        left: 0;
        width: 100%
    }
}

@media(max-width:619px) {
    .jackpot-graph--graph-time-wrapper {
        bottom: -25px
    }
}

.jackpot-graph--graph-time-wrapper .jackpot-graph--graph-time {
    display: flex;
    flex-direction: row;
    position: relative;
    transform: translate(12.5%);
    width: 100%
}

.jackpot-graph--graph-time-wrapper .jackpot-graph--graph-time .jackpot-graph--graph-time-label {
    display: block;
    position: relative;
    text-align: center;
    width: 25%
}

@media(max-width:619px) {
    .jackpot-graph--graph-time-wrapper .jackpot-graph--graph-time .jackpot-graph--graph-time-label {
        font-size: .9rem
    }
}

.jackpot-graph--graph-time-wrapper .jackpot-graph--graph-time .jackpot-graph--graph-time-label:before {
    background: #fff;
    content: "";
    height: 21px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: -20px;
    width: 1px
}

@media(max-width:619px) {
    .jackpot-graph--graph-time-wrapper .jackpot-graph--graph-time .jackpot-graph--graph-time-label:before {
        top: -19px
    }
}

.section-jackpot-summary {
    padding-bottom: 2em;
    padding-top: 2em
}

.section-jackpot-summary .img-quad {
    border-radius: 10px;
    max-height: 230px;
    max-height: 175px;
    max-width: 230px;
    max-width: 175px
}

@media(max-width:575.98px) {
    .section-jackpot-summary {
        padding-bottom: 1em;
        padding-top: 1em
    }
}

.section-questions-remaining {
    background: transparent !important;
    padding-bottom: 1rem;
    padding-top: 2.5rem
}

@media(min-width:576px) {
    .section-questions-remaining {
        padding-bottom: 1.5rem;
        padding-top: 3.5rem
    }
}

@media(max-width:767px) {
    .section-questions-remaining {
        padding-bottom: .5rem;
        padding-top: 2.5rem
    }
}

@media(max-width:419px) {
    .section-questions-remaining {
        margin-bottom: -.5rem;
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 1.5rem
    }
}

.section-questions-remaining A.text-light {
    color: #202b78 !important
}

.section-questions-remaining.section-questions-remaining-sm {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}

.questions-remaining--headline {
    background: #010860;
    color: #fff;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 0 6px;
    width: 850px
}

@media(max-width:991px) {
    .questions-remaining--headline {
        font-size: 5.2vw;
        width: auto
    }
}

@media(max-width:767px) {
    .questions-remaining--headline {
        font-size: 4.3vw
    }
}

@media(max-width:575px) {
    .questions-remaining--headline {
        font-size: 6vw
    }
}

@media(max-width:419px) {
    .questions-remaining--headline {
        font-size: 8vw;
        line-height: 1;
        padding: 9px 0 12px
    }
}

.questions-remaining--description {
    background: #fff;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 15px;
    width: 850px
}

@media(min-width:992px) {
    .questions-remaining--description {
        font-size: 1.45rem
    }
}

@media(min-width:1260px) {
    .questions-remaining--description {
        font-size: 1.45rem
    }
}

@media(max-width:991px) {
    .questions-remaining--description {
        width: auto
    }
}

.section-till-then {
    padding-bottom: 3em;
    padding-top: 3em
}

.section-legal-asterisks {
    padding-bottom: 1em
}

.legal-asterisks--list {
    font-size: 10px;
    list-style: none;
    margin: 0;
    padding: 0
}

.legal-asterisks--list-item {
    padding-left: 3em;
    position: relative
}

.legal-asterisks--list-item .legal-asterisk {
    display: block;
    font-size: 1em;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-align: right;
    width: 2em
}

.section-legal-footnotes {
    padding-bottom: 2em;
    padding-top: 2em
}

.legal-footnotes--list {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    list-style: none;
    margin: 3.5rem 0 4rem;
    padding: 0
}

@media(max-width:767px) {
    .legal-footnotes--list {
        font-size: .9rem;
        margin-bottom: 2rem;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 1.5rem
    }
}

@media(max-width:399px) {
    .legal-footnotes--list {
        font-size: .8rem
    }
}

@media(min-width:992px) {
    .legal-footnotes--list {
        font-size: 1.25rem
    }
}

.legal-footnotes--list-item {
    padding-left: 3em
}

@media(max-width:767px) {
    .legal-footnotes--list-item {
        padding-left: 2em
    }
}

.legal-footnotes--list-item {
    position: relative
}

@media(max-width:767px) {
    .legal-footnotes--list-item {
        margin-bottom: .35rem
    }
}

@media(max-width:399px) {
    .legal-footnotes--list-item {
        margin-bottom: 1rem
    }
}

.legal-footnotes--list-item .legal-footnote {
    display: block;
    font-size: 1em;
    left: 0;
    position: absolute;
    text-align: right;
    width: 2em
}

@media(max-width:767px) {
    .legal-footnotes--list-item .legal-footnote {
        width: 1.5em
    }
}

.section-faq {
    padding: 0
}

.section-faq .bluelink {
    color: #010860 !important
}

.section-faq UL {
    list-style: none;
    margin: 0;
    padding: 0
}

.section-faq UL LI {
    margin: 0 0 .5rem;
    padding: 0
}

.section-faq A[href^="mailto:"] {
    white-space: nowrap
}

.section-faq A {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.section-faq .asterisk {
    font-size: 14px
}

.section-faq .ind {
    margin-left: 24px
}

.underline {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.fs-20 {
    font-size: 20px
}

.inheritcolor {
    color: inherit
}

@media(max-width:599px) {

    .section-datenschutz UL,
    .section-tnb UL {
        margin-left: 0;
        padding-left: 12px
    }

    .section-datenschutz UL LI,
    .section-tnb UL LI {
        margin-left: 0;
        padding-left: 0
    }
}

.section-anchors {
    margin-top: -5em;
    padding-bottom: 1.5em;
    padding-top: 0;
    position: relative;
    z-index: 1000
}

@media(max-width:991px) {
    .section-anchors {
        padding-bottom: 2em;
        padding-top: 1.5em
    }
}

@media(max-width:930px) {
    .section-anchors {
        padding-bottom: 1.25em;
        padding-top: 1em
    }
}

@media(max-width:669px) {
    .section-anchors {
        padding-top: 1.25em
    }
}

@media(max-width:600px) {
    .section-anchors {
        padding-top: 1.5em
    }
}

@media(max-width:520px) {
    .section-anchors {
        padding-top: 2.25em
    }
}

@media(max-width:450px) {
    .section-anchors {
        padding-bottom: 1em;
        padding-top: 2.5em
    }
}

@media(max-width:420px) {
    .section-anchors {
        margin-bottom: 0;
        margin-top: -12.5vw;
        padding-bottom: .5em;
        padding-top: 2.45em
    }
}

@media(max-width:380px) {
    .section-anchors {
        margin-top: -17.5vw
    }
}

.section-anchors .buttons {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center
}

@media(max-width:767px) {
    .section-anchors .buttons {
        flex-direction: row;
        gap: 15px
    }
}

@media(max-width:500px) {
    .section-anchors .buttons {
        transform: translate(0)
    }
}

.section-anchors .buttons A {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase
}

@media(max-width:1280px) {
    .section-anchors .buttons A {
        font-size: 24px
    }
}

@media(max-width:991px) {
    .section-anchors .buttons A {
        font-size: 22px
    }
}

@media(max-width:600px) {
    .section-anchors .buttons A {
        padding: 6px 25px
    }
}

@media(max-width:450px) {
    .section-anchors .buttons A {
        font-size: 18px
    }
}

@media(max-width:420px) {
    .section-anchors .buttons A {
        font-size: 16px;
        padding: 5px 20px
    }
}

section.section-dailyprizes,
section.section-instantprizes,
section.section-prizes {
    display: block;
    position: relative
}

section.section-dailyprizes H2,
section.section-instantprizes H2,
section.section-prizes H2 {
    color: #010860;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.12;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase
}

@media(max-width:1080px) {

    section.section-dailyprizes H2,
    section.section-instantprizes H2,
    section.section-prizes H2 {
        font-size: 40px
    }
}

@media(max-width:911px) {

    section.section-dailyprizes H2,
    section.section-instantprizes H2,
    section.section-prizes H2 {
        font-size: 35px;
        line-height: 1.1;
        margin-bottom: 20px;
        padding: 5px 0
    }
}

@media(max-width:579px) {

    section.section-dailyprizes H2,
    section.section-instantprizes H2,
    section.section-prizes H2 {
        font-size: 30px;
        margin-bottom: 15px
    }
}

@media(max-width:419px) {

    section.section-dailyprizes H2,
    section.section-instantprizes H2,
    section.section-prizes H2 {
        font-size: 24px;
        margin-bottom: 10px
    }
}

section.section-prizes {
    background: rgba(32, 43, 120, .05);
    color: #000;
    display: block;
    margin-bottom: 0;
    padding: 2rem 0;
    position: relative
}

section.section-prizes .swiper {
    padding-top: 0
}

section.section-prizes .swiper-button-next,
section.section-prizes .swiper-button-prev,
section.section-prizes .swiper-rtl .swiper-button-next,
section.section-prizes .swiper-rtl .swiper-button-prev {
    background: #fff;
    border-radius: 50%;
    bottom: calc(50% - 15px);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
    height: 50px;
    top: auto;
    width: 50px
}

@media(max-width:719px) {

    section.section-prizes .swiper-button-next,
    section.section-prizes .swiper-button-prev,
    section.section-prizes .swiper-rtl .swiper-button-next,
    section.section-prizes .swiper-rtl .swiper-button-prev {
        bottom: 12px
    }
}

@media(max-width:480px) {

    section.section-prizes .swiper-button-next,
    section.section-prizes .swiper-button-prev,
    section.section-prizes .swiper-rtl .swiper-button-next,
    section.section-prizes .swiper-rtl .swiper-button-prev {
        bottom: 25px
    }
}

section.section-prizes .swiper-button-prev,
section.section-prizes .swiper-rtl .swiper-button-next {
    left: 50px
}

@media(max-width:1024px) {

    section.section-prizes .swiper-button-prev,
    section.section-prizes .swiper-rtl .swiper-button-next {
        left: 25px
    }
}

@media(max-width:719px) {

    section.section-prizes .swiper-button-prev,
    section.section-prizes .swiper-rtl .swiper-button-next {
        left: calc(50% - 65px)
    }
}

@media(max-width:480px) {

    section.section-prizes .swiper-button-prev,
    section.section-prizes .swiper-rtl .swiper-button-next {
        left: calc(50% - 55px);
        transform: scale(.7)
    }
}

section.section-prizes .swiper-button-next,
section.section-prizes .swiper-button-prev {
    color: #202b78 !important;
    right: 50px
}

@media(max-width:1024px) {

    section.section-prizes .swiper-button-next,
    section.section-prizes .swiper-button-prev {
        right: 25px
    }
}

@media(max-width:719px) {

    section.section-prizes .swiper-button-next,
    section.section-prizes .swiper-button-prev {
        right: calc(50% - 65px)
    }
}

@media(max-width:480px) {

    section.section-prizes .swiper-button-next,
    section.section-prizes .swiper-button-prev {
        right: calc(50% - 55px);
        transform: scale(.7)
    }
}

section.section-prizes .swiper-button-next:after,
section.section-prizes .swiper-button-prev:after {
    color: #202b78;
    font-size: 25px
}

section.section-prizes .swiper-button-next:hover,
section.section-prizes .swiper-button-prev:hover {
    background-color: #202b78
}

section.section-prizes .swiper-button-next:hover:after,
section.section-prizes .swiper-button-prev:hover:after {
    color: #fff
}

section.section-prizes .swiper-button-prev:after {
    margin-left: -3px
}

section.section-prizes .swiper-button-next:after {
    margin-left: 3px
}

@media(max-width:719px) {
    .swiper-wrapper {
        padding-bottom: 60px
    }
}

.swiper-slide {
    padding: 0 0 20px;
    width: 750px
}

@media(max-width:939px) {
    .swiper-slide {
        width: 550px
    }
}

@media(max-width:679px) {
    .swiper-slide {
        width: 100%
    }
}

.swiper-slide-box {
    align-items: center;
    border: 0 solid transparent;
    border-radius: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: space-between;
    padding: 0;
    position: relative;
    width: 750px
}

@media(max-width:939px) {
    .swiper-slide-box {
        width: 550px
    }
}

@media(max-width:679px) {
    .swiper-slide-box {
        width: 100%
    }
}

.swiper-slide-box .teaser-image {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    width: 100%
}

@media(max-width:680px) {
    .swiper-slide-box .teaser-image {
        height: auto;
        width: 100%
    }
}

.swiper-slide-box .prize-text {
    color: #282828;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 400;
    gap: 10px;
    line-height: 1.1;
    margin-top: 0;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    width: 100%
}

.swiper-slide-box .prize-text .title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase
}

@media(max-width:680px) {
    .swiper-slide-box .prize-text .title {
        font-size: 20px
    }
}

.swiper-slide-box .prize-text .title SPAN.small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px
}

.swiper-slide-box .prize-text .title SPAN.smallb {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 2px
}

.swiper-slide-box .prize-text .sponsor {
    display: block;
    min-height: 40px;
    padding-top: 6px
}

.swiper-slide-box .prize-text .sponsor SPAN {
    display: block;
    font-size: 9px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

@media(max-width:680px) {
    .swiper-slide-box .prize-text .sponsor SPAN {
        font-size: 8px
    }
}

.swiper-slide-box .prize-text .sponsor IMG {
    display: block;
    height: 50px;
    margin: 4px auto 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100px
}

@media(max-width:680px) {
    .swiper-slide-box .prize-text .sponsor IMG {
        height: 38px;
        width: 75px
    }
}

.swiper-slide-box .prize-text .sponsor IMG.wider {
    width: 150px
}

@media(max-width:680px) {
    .swiper-slide-box .prize-text .sponsor IMG.wider {
        width: 120px
    }
}

#helpdeskModal .modal-dialog {
    box-shadow: 0 0 30px rgba(0, 0, 0, .3)
}

#helpdeskModal #helpdeskErrormessage {
    color: #9b0d21;
    display: none;
    margin-top: 28px;
    position: relative
}

#helpdeskModal #helpdeskErrormessage.vis {
    display: block
}

#helpdeskModal #helpdeskErrormessage h4 {
    font-size: 20px
}

#helpdeskModal .form-group textarea {
    height: 200px;
    width: 100%
}

@media(max-width:480px) {
    #helpdeskModal .form-group textarea {
        font-size: 18px
    }
}

@media(max-width:400px) {
    #helpdeskModal .form-group textarea {
        font-size: 16px
    }
}

#helpdeskModal h2 {
    color: #010860;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 75px;
    text-align: center;
    text-transform: uppercase
}

@media(max-width:510px) {
    #helpdeskModal h2 {
        font-size: 28px;
        margin-top: 50px
    }
}

#helpdeskModal .modal-dialog {
    border-radius: 20px;
    max-width: 820px;
    overflow: hidden
}

@media(max-width:860px) {
    #helpdeskModal .modal-dialog {
        margin: 20px;
        width: calc(100% - 40px)
    }
}

@media(max-width:359px) {
    #helpdeskModal .modal-dialog {
        margin: 10px;
        width: calc(100% - 20px)
    }
}

#helpdeskModal .modal-dialog .modal-header {
    align-items: center;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 444
}

#helpdeskModal .modal-dialog .modal-header BUTTON.close {
    background: none;
    border: 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 38px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 38px;
    z-index: 999
}

@media(max-width:800px) {
    #helpdeskModal .modal-dialog .modal-header BUTTON.close {
        height: 32px;
        width: 32px
    }
}

@media(max-width:399px) {
    #helpdeskModal .modal-dialog .modal-header BUTTON.close {
        height: 28px;
        width: 28px
    }
}

#helpdeskModal .modal-dialog .modal-header BUTTON.close SPAN.textlabel {
    left: -96px;
    position: absolute;
    top: 6px
}

#helpdeskModal .modal-dialog .modal-header BUTTON.close IMG {
    display: block;
    height: 38px;
    position: relative;
    width: 38px
}

@media(max-width:800px) {
    #helpdeskModal .modal-dialog .modal-header BUTTON.close IMG {
        height: 32px;
        width: 32px
    }
}

@media(max-width:399px) {
    #helpdeskModal .modal-dialog .modal-header BUTTON.close IMG {
        height: 28px;
        width: 28px
    }
}

#helpdeskModal .modal-dialog .modal-header BUTTON.close:hover {
    background: hsla(0, 0%, 100%, .2);
    transform: scale(1.04)
}

#helpdeskModal .modal-dialog .modal-content {
    background: #fff;
    color: #212121
}

#helpdeskModal .modal-dialog .modal-content A {
    color: inherit
}

#helpdeskModal .modal-dialog .modal-content h3 {
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    margin: 32px 0 16px;
    padding-bottom: 2px;
    text-align: left
}

@media(max-width:510px) {
    #helpdeskModal .modal-dialog .modal-content h3 {
        margin: 25px 0 20px;
        text-align: center
    }
}

#helpdeskModal .modal-dialog .modal-body {
    margin-top: -10px;
    padding: 0 50px 50px
}

@media(max-width:800px) {
    #helpdeskModal .modal-dialog .modal-body {
        padding: 0 30px 30px
    }
}

@media(max-width:767px) {
    #helpdeskModal .modal-dialog .modal-body {
        padding: 10px 30px 30px
    }
}

@media(max-width:640px) {
    #helpdeskModal .modal-dialog .modal-body {
        padding: 10px 20px 20px
    }
}

@media(max-width:500px) {
    #helpdeskModal .modal-dialog .modal-body {
        padding: 10px 0 20px
    }
}

@media(max-width:359px) {
    #helpdeskModal .modal-dialog .modal-body .wrapper {
        margin-left: 10px;
        margin-right: 10px
    }
}

#helpdeskModal .obligatory {
    opacity: .65
}

#helpdeskModal label[for=newsletter],
#helpdeskModal label[for=receipt_terms],
#helpdeskModal label[for=terms] {
    font-size: 13.2px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 10px
}

@media(max-width:520px) {

    #helpdeskModal label[for=newsletter],
    #helpdeskModal label[for=receipt_terms],
    #helpdeskModal label[for=terms] {
        font-size: 12px;
        line-height: 1.35
    }
}

.section-newsletter {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 4em;
    padding-top: 1em
}

@media(max-width:1350px) {
    .section-newsletter {
        margin-left: auto;
        margin-right: auto;
        width: 80%
    }
}

@media(max-width:1220px) {
    .section-newsletter {
        width: 70%
    }
}

@media(max-width:1099px) {
    .section-newsletter .fmt-h1 {
        line-height: 1;
        margin-left: -10%;
        width: 120%
    }
}

@media(max-width:1099px)and (min-width:601px) {
    .section-newsletter .fmt-h1 {
        font-size: 2.75rem
    }
}

@media(max-width:949px) {
    .section-newsletter .fmt-h1 {
        margin-left: -4%;
        width: 108%
    }
}

@media(max-width:767px) {
    .section-newsletter {
        margin-bottom: 1em;
        padding-bottom: 2em;
        padding-top: 0
    }

    .section-newsletter .fmt-h1 {
        margin-bottom: 10px !important
    }
}

@media(max-width:575px) {
    .section-newsletter {
        margin-bottom: 0
    }
}

@media(max-width:539px) {

    .section-newsletter div,
    .section-newsletter h3,
    .section-newsletter p {
        text-shadow: 0 0 20px #54c3f0, 0 0 10px #54c3f0, 0 0 5px #54c3f0
    }
}

@media(max-width:474px) {
    .section-newsletter h3 {
        margin-top: -.75rem
    }
}

@media(max-width:330px) {
    .section-newsletter .text-btn-cta {
        font-size: 1.25rem !important
    }
}

.section-divider {
    display: block;
    margin: -60px auto -10px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(max-width:1500px) {
    .section-divider {
        width: 70%
    }
}

@media(max-width:1200px) {
    .section-divider {
        margin-bottom: -55px;
        margin-top: -80px;
        width: 60%
    }
}

@media(max-width:767px) {
    .section-divider {
        margin-bottom: -72px;
        margin-top: -87px;
        padding-bottom: 0;
        padding-top: 0
    }
}

.section-divider .divider {
    background: url("divider-frische-divider.png") no-repeat 50%;
    background-size: contain;
    height: 200px
}

.section-confirmation {
    margin-top: 125px
}

@media(min-width:1940px) {
    .section-confirmation {
        margin-top: 135px
    }
}

@media(min-width:2000px) {
    .section-confirmation {
        margin-top: 155px
    }
}

@media(min-width:2050px) {
    .section-confirmation {
        margin-top: 200px
    }
}

@media(min-width:2170px) {
    .section-confirmation {
        margin-top: 250px
    }
}

@media(min-width:2300px) {
    .section-confirmation {
        margin-right: 600px;
        margin-top: 150px
    }
}

@media(min-width:2900px) {
    .section-confirmation {
        margin-right: 40%
    }
}

@media(max-width:1550px) {
    .section-confirmation {
        margin-top: 100px
    }
}

@media(max-width:1200px) {
    .section-confirmation {
        margin-top: 80px
    }
}

@media(max-width:1023px) {
    .section-confirmation {
        margin-top: 110px
    }
}

@media(max-width:800px) {
    .section-confirmation {
        margin-top: 80px
    }
}

@media(max-width:680px) {
    .section-confirmation {
        margin-top: 60px
    }
}

@media(max-width:520px) {
    .section-confirmation {
        margin-top: 40px
    }
}

.section-confirmation .fmt-h1 {
    margin-bottom: .5rem
}

.section-confirmation .fmt-h2 {
    margin-bottom: 0
}

.section-confirmation .lilbigger {
    margin: 0 !important;
    padding: 0 !important
}

.no_top {
    padding-top: 0 !important
}

@media(min-width:2300px) {
    .no_top {
        margin-right: 600px
    }
}

@media(min-width:2900px) {
    .no_top {
        margin-right: 40%
    }
}

.success-modal--key-title {
    color: #010860;
    font-size: 1.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    text-shadow: 0 0 20px #54c3f0, 0 0 40px #54c3f0, 0 0 10px #54c3f0
}

@media(min-width:576px) {
    .success-modal--key-title {
        font-size: 2.125rem
    }
}

@media(min-width:992px) {
    .success-modal--key-title {
        font-size: 2.5rem;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media(min-width:1260px) {
    .success-modal--key-title {
        font-size: 2.75rem
    }
}

.success-modal--header {
    display: block;
    padding-top: 375px;
    position: relative;
    z-index: 1
}

@media(max-width:991px) {
    .success-modal--header {
        padding-top: 36vw
    }
}

@media(max-width:420px) {
    .success-modal--header {
        padding-top: 38vw
    }
}

@media(max-width:359px) {
    .success-modal--header {
        padding-top: 40vw
    }
}

.success-modal--key-visual {
    background-image: url("Jackpot_HG-Gewonnen_dt.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    max-height: 375px;
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width:991px) {
    .success-modal--key-visual {
        max-height: 36vw
    }
}

@media(max-width:767px) {
    .success-modal--key-visual {
        max-height: 45vw
    }
}

@media(max-width:650px) {
    .success-modal--key-visual {
        max-height: 50vw
    }
}

@media(max-width:499px) {
    .success-modal--key-visual {
        max-height: 55vw
    }
}

.success-modal--header-body {
    height: 100%;
    left: 0;
    padding-top: 35px;
    position: absolute;
    top: 0;
    width: 100%
}

@media(max-width:767px) {
    .success-modal--header-body {
        padding-top: 20px
    }
}

.success-modal--instructions {
    line-height: 1.15;
    margin-bottom: 1rem;
    text-transform: none !important
}

@media(max-width:767px) {
    .success-modal--instructions {
        font-size: 1.35rem !important;
        margin-bottom: .5rem;
        margin-top: -1.75rem !important
    }
}

.success-modal--important-note {
    font-size: 1.35rem;
    line-height: 1.15;
    margin-bottom: 1rem
}

@media(max-width:767px) {
    .success-modal--important-note {
        font-size: 1.1rem;
        margin-bottom: .5rem
    }
}

#successModal .modal-body .row {
    margin-bottom: 10px
}

.success-modal--prize {
    display: block;
    padding-left: 3rem;
    padding-right: 3rem
}

@media(max-width:767px) {
    .success-modal--prize {
        transform: scale(.9) translateY(-1.5vw)
    }
}

@media(max-width:449px) {
    .success-modal--prize {
        transform: scale(1) translateY(-3vw)
    }
}

.success-modal--prize--outer-wrapper {
    color: #fff;
    margin: auto;
    max-width: 740px;
    padding-top: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(max-width:870px) {
    .success-modal--prize--outer-wrapper {
        padding-top: 2.3vw
    }
}

.success-modal--prize--outer-wrapper IMG.success-modal--prize-background,
.success-modal--prize--outer-wrapper IMG.success-modal--prize-shadow {
    display: block;
    height: auto;
    left: -5%;
    position: absolute;
    top: 0;
    width: 110%
}

.success-modal--prize--outer-wrapper IMG.success-modal--prize-shadow {
    opacity: .65
}

.success-modal--prize--mid-wrapper {
    font-size: calc(min(1px, .1351351351vw)*130);
    font-weight: 700;
    line-height: 1.02;
    margin: auto;
    padding-top: 18.9189189189%;
    position: relative
}

@media(max-width:870px) {
    .success-modal--prize--mid-wrapper {
        font-size: 12.5vw;
        line-height: 1.2
    }
}

@media(max-width:480px) {
    .success-modal--prize--mid-wrapper {
        font-size: 10.5vw;
        line-height: 1.43
    }
}

.success-modal--prize--inner-wrapper {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    left: 33px;
    position: absolute;
    right: 0;
    right: 64px;
    top: 0
}

@media(max-width:870px) {
    .success-modal--prize--inner-wrapper {
        left: 3.5vw;
        right: 9vw
    }
}

@media(max-width:480px) {
    .success-modal--prize--inner-wrapper {
        left: 3.5vw;
        right: 10vw
    }
}

.success-modal--prize--digit {
    background: transparent !important;
    border-radius: 0;
    color: #010860;
    display: inline-block;
    height: 16.1035226456%;
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 1.4ch
}

@media(max-width:480px) {
    .success-modal--prize--digit {
        margin-left: .85vw;
        margin-right: .85vw;
        width: 1.5ch
    }
}

.success-modal--prize--char-container {
    bottom: 3%;
    left: 0;
    position: absolute;
    right: 0;
    top: -3%
}

.success-modal--prize--currency,
.success-modal--prize--seperator {
    border-radius: 10px;
    display: inline-block;
    height: 16.1035226456%;
    height: 100%;
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
    text-align: center
}

.success-modal--prize--seperator {
    margin-left: 0;
    margin-right: -.05ch;
    opacity: 0;
    width: .55ch
}

.success-modal--prize--currency {
    opacity: 0;
    transform: scale(.5);
    width: 1ch
}

.success-modal--prize--currency .success-modal--prize--char {
    margin-top: -6%
}

.form-group-birthdate label {
    font-size: 1.25rem !important
}

.birthate-group {
    align-items: baseline;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: space-between;
    position: relative
}

.birthate-group #birthdate_day,
.birthate-group #birthdate_mon {
    width: 23%
}

@media(max-width:399px) {

    .birthate-group #birthdate_day,
    .birthate-group #birthdate_mon {
        width: 25%
    }
}

.birthate-group #birthdate_yea {
    width: 54%
}

@media(max-width:399px) {
    .birthate-group #birthdate_yea {
        width: 50%
    }
}

.birthate-group SPAN {
    display: block;
    position: relative
}

.invalid-feedback {
    color: red;
    display: none;
    margin: 20px 0
}

.is-invalid~.invalid-feedback {
    display: block
}

.feedback-modal--key-title {
    margin-top: 0
}

@media(max-width:1550px) {
    #couponFeedbackModal.modal .modal-body .feedback-modal--key-title {
        margin-top: 1rem
    }
}

@media(max-width:911px) {
    #couponFeedbackModal.modal .modal-body .feedback-modal--key-title {
        margin-top: 1rem
    }
}

@media(max-width:849px) {
    #couponFeedbackModal.modal .modal-body .feedback-modal--key-title {
        font-size: 32px;
        margin-top: .5rem
    }

    #couponFeedbackModal.modal .modal-body .fmt-p {
        font-size: 1.3rem
    }
}

#couponFeedbackModal.modal .modal-body {
    margin-top: -2rem;
    padding: 0 4rem 1rem
}

@media(max-width:767px) {
    #couponFeedbackModal.modal .modal-body {
        padding: 0 2rem
    }
}

#couponFeedbackModal.modal .modal-body .fmt-h1 {
    margin-bottom: .3em;
    margin-right: 30px
}

.newsletter-confirmation-modal-modal--key-title {
    margin-top: 0
}

.newsletter-confirmation-modal .modal-body {
    margin-top: -2rem;
    padding: 0 4rem 1rem
}

@media(max-width:767px) {
    .newsletter-confirmation-modal .modal-body {
        padding: 0 2rem 2rem
    }
}

.newsletter-confirmation-modal .modal-body .fmt-h1 {
    margin-bottom: .3em;
    margin-right: 30px
}

.error-modal--section-title,
.error-modal--subtitle {
    text-transform: none !important
}

.error-modal--section-title {
    font-size: 2.5rem
}

@media(max-width:767px) {
    .error-modal--section-title {
        font-size: 2rem
    }
}

@media(max-width:499px) {
    .error-modal--section-title {
        font-size: 1.5rem
    }
}

.modal-body.error-modal--aldi-services {
    padding-top: 0 !important
}

.error-modal--section-title-services {
    width: 100%
}

@media(min-width:992px) {
    .error-modal--section-title-services {
        width: 80%
    }
}

@media(min-width:1260px) {
    .error-modal--section-title-services {
        width: 66%
    }
}

@media(min-width:1640px) {
    .error-modal--section-title-services {
        width: 50%
    }
}

.error-modal--newsletter-claim {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 2rem
}

@media(min-width:992px) {
    .error-modal--newsletter-claim {
        font-size: 1.45rem
    }
}

@media(min-width:1260px) {
    .error-modal--newsletter-claim {
        font-size: 1.6rem
    }
}

.error-modal--aldi-services-box {
    padding-top: 75%;
    position: relative
}

@media(min-width:1260px) {
    .error-modal--aldi-services-box {
        padding-top: 36.0294117647%
    }
}

.prize-image {
    height: auto;
    margin-bottom: 64px;
    max-width: 320px;
    width: 100%
}

@media(max-width:1500px) {
    .mb-resp-1 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important
    }

    .mb-resp-2 {
        margin-bottom: 1rem !important
    }
}

button svg.icon-send {
    color: #f8e2ab;
    display: none;
    margin-left: .75em
}

button:not(:disabled):hover svg.icon-send {
    color: #f4d27c
}

.section-datenschutz,
.section-impressum {
    padding-bottom: 4em;
    padding-top: 3em
}

.section-datenschutz A,
.section-impressum A {
    color: inherit;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.section-datenschutz H2,
.section-impressum H2 {
    margin-top: 1em
}

.section-datenschutz table,
.section-impressum table {
    font-size: .8em
}

@media(max-width:480px) {

    .section-datenschutz table,
    .section-impressum table {
        font-size: .7em
    }
}

@media(max-width:390px) {

    .section-datenschutz table,
    .section-impressum table {
        font-size: .6em
    }
}

@media(max-width:350px) {

    .section-datenschutz table,
    .section-impressum table {
        font-size: .5em
    }
}

.section-datenschutz table,
.section-datenschutz td,
.section-datenschutz tr,
.section-impressum table,
.section-impressum td,
.section-impressum tr {
    border-color: hsla(0, 0%, 100%, .3)
}

@media(max-width:480px) {

    .section-datenschutz h1,
    .section-impressum h1 {
        font-size: 1.8rem
    }

    .section-datenschutz h2,
    .section-impressum h2 {
        font-size: 1.3rem
    }

    .section-datenschutz h3,
    .section-impressum h3 {
        font-size: 1.2rem
    }
}

@media(max-width:359px) {

    .section-datenschutz h1,
    .section-impressum h1 {
        font-size: 1.5rem
    }

    .section-datenschutz h2,
    .section-impressum h2 {
        font-size: 1.1rem
    }

    .section-datenschutz h3,
    .section-impressum h3 {
        font-size: 1rem
    }
}

.page-home--curtain .btn-responsive {
    min-width: 300px
}

@media(max-width:380px) {
    .page-home--curtain .btn-responsive {
        min-width: 260px
    }
}

.col-nordlink {
    text-align: right
}

@media(max-width:950px) {
    .col-nordlink {
        flex: 0 0 100%;
        margin-bottom: .75em;
        max-width: 100%;
        text-align: center
    }
}

.col-suedlink {
    text-align: left
}

@media(max-width:950px) {
    .col-suedlink {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }
}

.no-js-installed {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5555
}

.no-js-installed DIV {
    left: calc(50% - 200px);
    position: absolute;
    text-align: center;
    text-shadow: 0 0 4px #000;
    top: calc(50% - 20px);
    width: 400px
}

@media(max-width:440px) {
    .no-js-installed DIV {
        left: 20px;
        top: 40px;
        width: calc(100% - 40px)
    }
}

.section-mehr-geht-nicht {
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 3em;
    padding-top: 3em
}

@media(max-width:991px) {
    .section-mehr-geht-nicht {
        padding-bottom: 1em;
        padding-top: 2.5em
    }
}

@media(max-width:767px) {
    .section-mehr-geht-nicht {
        padding-bottom: 1em;
        padding-top: 1.5em
    }
}

.section-mehr-geht-nicht h2 {
    color: #f7e2ab
}

@media(max-width:991px) {
    .section-mehr-geht-nicht h2 {
        font-size: 40px
    }
}

@media(max-width:767px) {
    .section-mehr-geht-nicht h2 {
        font-size: 30px
    }
}

.section-mehr-geht-nicht P {
    margin-bottom: 1.75rem
}

@media(max-width:991px) {
    .section-mehr-geht-nicht P {
        margin-bottom: 1.25em
    }
}

@media(max-width:767px) {
    .section-mehr-geht-nicht P {
        margin-bottom: 1em
    }
}

@media(max-width:991px) {
    .section-mehr-geht-nicht {
        font-size: 28px
    }
}

@media(max-width:767px) {
    .section-mehr-geht-nicht {
        font-size: 20px
    }
}

.section-mehr-geht-nicht video {
    display: block;
    height: auto;
    width: 90%
}

@media(max-width:767px) {
    .section-mehr-geht-nicht video {
        margin-bottom: 1.5em;
        width: 100%
    }
}

.section-newsletter-anmeldung {
    padding-bottom: 4.5em;
    padding-top: 4.5em
}

@media(max-width:991px) {
    .section-newsletter-anmeldung {
        padding-bottom: 2.5em;
        padding-top: 2.5em
    }

    .section-newsletter-anmeldung .modal-body {
        padding-left: 0;
        padding-right: 0
    }

    .section-newsletter-anmeldung {
        padding-bottom: 1.5em;
        padding-top: 1.5em
    }

    .section-newsletter-anmeldung .modal-body {
        padding: 0
    }

    .section-newsletter-anmeldung .btn-primary {
        margin-top: 1em
    }

    .section-jackpot-bar-winners,
    .section-jackpot-graph-winners,
    .section-jackpot-summary-winners {
        padding-bottom: .5em;
        padding-top: 2em
    }
}

@media(max-width:767px) {

    .section-jackpot-bar-winners,
    .section-jackpot-graph-winners,
    .section-jackpot-summary-winners {
        padding-bottom: .25em;
        padding-top: 1em
    }
}

.section-belohnt-euch-weiter,
.section-keine-angebote-verpassen {
    padding-bottom: 4.5em;
    padding-top: 4.5em
}

@media(max-width:991px) {

    .section-belohnt-euch-weiter,
    .section-keine-angebote-verpassen {
        padding-bottom: 2.5em;
        padding-top: 2.5em
    }
}

@media(max-width:767px) {

    .section-belohnt-euch-weiter,
    .section-keine-angebote-verpassen {
        padding-bottom: 1em;
        padding-top: 1.5em
    }
}

.section-belohnt-euch-weiter h3,
.section-keine-angebote-verpassen h3 {
    margin-bottom: 1.5em;
    margin-left: 15%;
    margin-right: 15%
}

@media(max-width:991px) {

    .section-belohnt-euch-weiter h3,
    .section-keine-angebote-verpassen h3 {
        margin-bottom: .75em;
        margin-left: 0;
        margin-right: 0
    }
}

.section-belohnt-euch-weiter .image-for-desktop,
.section-keine-angebote-verpassen .image-for-desktop {
    margin-bottom: 2.5em;
    max-width: 800px
}

@media(max-width:991px) {

    .section-belohnt-euch-weiter .image-for-desktop,
    .section-keine-angebote-verpassen .image-for-desktop {
        max-width: 100%
    }
}

@media(max-width:767px) {

    .section-belohnt-euch-weiter .image-for-desktop,
    .section-keine-angebote-verpassen .image-for-desktop {
        display: none
    }
}

.section-belohnt-euch-weiter .image-for-mobile,
.section-keine-angebote-verpassen .image-for-mobile {
    display: none
}

@media(max-width:767px) {

    .section-belohnt-euch-weiter .image-for-mobile,
    .section-keine-angebote-verpassen .image-for-mobile {
        display: flex;
        margin-bottom: 2.5em
    }
}

body {
    font-family: ALDISUED, sans-serif
}

.logo {
    display: block;
    height: auto;
    left: 1.5vw;
    position: absolute;
    top: 1.5vw;
    width: 5.2vw
}

@media(max-width:1280px) {
    .logo {
        width: 6vw
    }
}

@media(max-width:1023px) {
    .logo {
        left: 2vw;
        top: 2vw;
        width: 8vw
    }
}

@media(max-width:419px) {
    .logo {
        left: 2.5vw;
        top: 2.5vw;
        width: 12vw
    }
}

.logo IMG {
    display: block;
    height: auto;
    position: relative;
    width: 100%
}

/* обгортач і стрічка тільки для наших ролерів */
.jb-roller-window{
  position:relative; overflow:hidden; width:100%;
  backface-visibility:hidden; transform: translateZ(0);
}
.jb-roller-strip{
  position:absolute; left:0; top:0; width:100%;
  will-change: transform;
  transition-property: transform;
  /* гладка, «механічна» крива */
  transition-timing-function: cubic-bezier(.15,.85,.15,1);
}
.jb-roller-digit{
  display:flex; align-items:center; justify-content:center;
  height:var(--cell-h, 64px);    /* висота комірки (підставимо з JS точно) */
}

.bluecolor  {
    color: rgb(1, 8, 96);
    /* font-size: 24px !important; */
}
.padding {
    padding: 32px 0 !important;
    font-size: 18px !important;
}

.logohof {
    display: block;
    margin: 0  auto 24px;
    max-width: 100%;
    height: 150px;
    object-fit: contain;
}


.margin20 {
    margin: 22px auto !important;
}

.btn-uniq {
        display: flex;
    align-items: center;
    justify-content: center;
      /* margin: 32px auto !important;
       */
    }

/* .container-fluid {
        background-attachment: scroll, scroll;
    background-color: transparent;
    background-image: url(frische-back-left.png), url(frische-back-right.png);
    background-position: 0 100%, 100% 100%;
    background-repeat: repeat-y, repeat-y;
}
 */

