/* anton-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/anton-v27-latin-regular.woff2') format('woff2'),
    url('../fonts/anton-v27-latin-regular.ttf') format('truetype');
}

/* yusei-magic-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Yusei Magic';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/yusei-magic-v16-latin-regular.woff2') format('woff2'),
    url('../fonts/yusei-magic-v16-latin-regular.ttf') format('truetype');
}

/*
Zu Erinnerung:
    Bootstrap 5 Breakpoints:
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;

*/

:root {
    --main-bg-color: #fff;
    --secondary-bg-color: #FEEFDE;
    --tertiary-bg-color: #D11112;

    --main-text-color: #000;
    --secondary-text-color: #D11112;
    --tertiary-text-color: #FEEFDE;
    --fourth-text-color: #7E2E89;

    --input-text-color: #000;

    --border-radius-formelements: 29px;
    --checkbox-width: 44px;

    --section-vertical-padding: 60px;
}

html {
    font-size: 10px;
}

body {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    background: var(--main-bg-color);
    margin: 0;
    padding: 0;
    color: var(--main-text-color);
    text-align: left;
    font-family: 'Yusei Magic', Arial, Helvetica, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
}


.bg-body-main {
    background-color: var(--main-bg-color) !important;
}

.bg-body-secondary {
    background-color: var(--secondary-bg-color) !important;
}

label.main-text-color,
.main-text-color,
p.main-text-color {
    color: var(--main-text-color);
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}


h1.secondary-text-color,
.secondary-text-color,
p.secondary-text-color {
    color: var(--secondary-text-color);
}

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


p {
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: 400;
}


p.semibold,
a.semibold,
.semibold {
    font-weight: 600;
}

p.bold,
.bold,
a.bold {
    font-weight: bold;
}

.black,
p.extrabold,
a.extrabold,
.extrabold {
    font-weight: 800;
}

h1.violett,
.violett {
    color: var(--fourth-text-color);
}

h1.rot,
p.rot,
.rot {
    color: #D11112;
}


a {
    text-decoration: none;
    outline: none !important;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -web-kit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    color: inherit;
}

a:hover {
}


.underline,
a.underline {
    text-decoration: underline;
}

.larger,
a.larger,
p.larger,
.larger p {
    font-size: 2.7rem;
    line-height: 125%;
}

.small,
a.small,
p.small,
.small p {
    font-size: 20px;
    line-height: 130%;
}

.mediumsmall,
a.mediumsmall,
p.mediumsmall,
.mediumsmall p {
    font-size: 14px;
    line-height: 145%;
}


.smaller,
p.smaller {
    font-size: 12px;
    line-height: 125%;
}

p.anton,
.anton {
    font-family: 'Anton', 'Yusei Magic', Arial, Helvetica, Verdana, sans-serif;

}

h1 {
    font-family: 'Anton', 'Yusei Magic', Arial, Helvetica, Verdana, sans-serif;
    font-size: 6.6rem;
    margin-bottom: 0.45em;
    font-style: normal;
    font-weight: 400;
    line-height: 70px; /* 106.061% */
    text-transform: uppercase;
}

h1.bigmarginbottom {
    margin-bottom: 0.9em;
}

h1 .extralarge,
h1.extralarge {
    font-size: 13.7rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 0;
}

h2 {
    font-family: 'Anton', 'Yusei Magic', Arial, Helvetica, Verdana, sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 4.4rem;
}

h2.size40 {
    font-size: 4.0rem;
    line-height: 112.346%;
}

h3 {
    font-family: 'Anton', 'Yusei Magic', Arial, Helvetica, Verdana, sans-serif;
    font-size: 3.6rem;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0;
}


/* anchor-punkte in seite: */
.sprungziel {
    display: block;
    position: relative;
    transform: translateY(-160px);
    width: 1px;
    height: 1px;
    pointer-events: none;
}


.actionbutton {
    display: inline-block;
    color: #fff !important;
    font-size: 34px;
    line-height: 115%;
    height: 80px;
    border-radius: 40px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
    max-width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    width: 432px;
    transition: background 150ms ease;
    border: 3px solid #D11112;
    background: #D11112 !important;
}

.actionbutton label {
    font-size: 34px;
    color: #fff !important;
}

.actionbutton:hover {
    text-decoration: none;
    color: #D11112 !important;
    border: 3px solid #D11112;
    background: #fff !important;
}

.actionbutton:hover label {
    text-decoration: none;
    color: #D11112 !important;
}

.actionbutton.btnred {
    background-color: #EFAB00;
    color: #fff;
    border-width: 0;
}

.actionbutton.btnred:hover {
    background-color: #AB192D;
    color: #fff;
}

.actionbutton.btngelb {
    background-color: #FFD962;
    color: var(--secondary-text-color);
}

.actionbutton.btngelb:hover {
    background-color: #FFB200;
    color: var(--secondary-text-color);
}


.form-row button.actionbutton,
button.actionbutton { /* Bei Button ist automatisch die Schrift vertikal zentriert */
    padding-top: 0;
}


.nobullet {
    list-style: none;
}


/* ******************************************************
    Für Images
****************************************************** */


/* ******************************************************
    Textgrößen für die langtexte wie Datenschutz
****************************************************** */
#dscontentsection,
#impressumcontentsection,
#faqcontentsection,
#tnbcontentsection {
    background: var(--secondary-bg-color)

}

.langtext {
    padding-top: 100px;
    padding-bottom: 50px;
}

.langtext,
.langtext p {
    font-size: 2.0rem;
    line-height: 120%;
}


.langtext h1 {
    font-size: 4.8rem;
    line-height: 125%;
    margin-bottom: 0.5em;
}

.langtext h2 {
    font-size: 3.2rem;
    line-height: 125%;
    margin-top: 1.5em;
    margin-bottom: 0.25em;
}

.langtext h3 {
    font-size: 2.9rem;
    line-height: 125%;
    margin-top: 1.5em;
    margin-bottom: 0.25em;
}


/* ******************************************************
    Bootstrap Overrides & Additions
****************************************************** */

/* Unser projectspazifischen containerbreiten:
    Sollten zusammen mit der class container-fluid benutzt werden
*/
.container-fluid {
    padding: 0;
}

.container-page {
    /*max-width: 1920px;*/
    max-width: 100%;
    padding: 0;
}

.container-fullwidthwithpadding {
    max-width: 1920px;
    padding: 0 15%;
}

.impressum .container-fullwidthwithpadding {
    max-width: 1920px;
    padding: 0 25%;
}

.container-gross {
    max-width: 1600px;
    padding: 0;
}

.container-gewinne {
    max-width: 1498px;
    padding: 0;
}

.container1382 {
    max-width: 1382px;
    padding: 0;
}

.container-text {
    max-width: 980px;
    padding: 0;
}

.container-medium {
    max-width: 1120px;
    padding: 0;
}

.container-form {
    max-width: 898px;
    padding: 0;
}

/* Rows / Cols ohne paddings etc: */
.row {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.row > * {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}


/* ******************************************************
    Übergreifende Abstände etc.
****************************************************** */

.defaultsection {
    padding-top: var(--section-vertical-padding);
    padding-bottom: var(--section-vertical-padding);
}

/* ******************************************************
    Formularelemente
****************************************************** */

/* Allgemeiner Wrapper für Text-Input, Select etc. */
.inputwrapper {
    max-width: 100%;
    display: block;
    padding: 0px 31px 0 31px;
    background: #fff;
    width: 100%;
    height: 70px;
    flex-shrink: 0;
    border-radius: 35px;
    border: 2px solid #D11112;
}

.inputwrapper:hover {
    background-color: #fff;
}

.inputwrapper input,
.inputwrapper select {
    outline: none !important;
    border-width: 0;
    font-size: 26px;
    line-height: 120%;
    font-weight: 400;
    text-align: left;
    color: #000;
    width: 100%;
    height: 66px;
    background-color: transparent !important;
    margin-top: 0;
}

.inputwrapper select {
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: #fff url(../images/pfeilrunter.svg) no-repeat 98% center;
    background-size: auto 23%;
    padding-top: 0 !important;
    font-weight: 400;
}

.inputwrapper select option {
    border-radius: 0;
}

.inputwrapper.selectrot {
    transition: background 150ms ease;
}

.inputwrapper.selectrot select {
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    color: #fff;
    background: transparent url(../images/down.svg) no-repeat 97.5% center !important;
    background-size: auto 23%;
    padding-top: 0 !important;
    transition: background 150ms ease;
}

.inputwrapper.selectrot:hover,
.inputwrapper.selectrot:hover select {
    background-color: #AB192D !important;
}

.inputwrapper.selectrot select option {
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    color: #fff;
    background: #AB192D none !important;
}


.inputwrapper:hover input,
.inputwrapper:hover select {
    background-color: transparent !important;
}

.fehlerausgabe {
    color: #D11112;
    font-size: 20px;
    line-height: 125%;
    margin: 2px 0 2px 35px;
    font-weight: 400;
}


.form-row .actionbutton {
    /*    height: 70px;
        padding: 21px 0 0 0;
        font-size: 26px;
        line-height: 115%;
        width: 100%;
        font-weight: 600;
        cursor: pointer;*/
}


/*  File-Upload schöner button: */
/*.fileUpload{
    position: relative;
    width: 100%;
    display: inline-block;
}
.fileUpload input{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
}*/


.form-row #fileuploadwrapper {
    padding: 0 !important;
    cursor: pointer;
    display: block;
    width: 100%;
    max-width: 100%;
    width: 100%;
    height: 80px;
    flex-shrink: 0;
    text-align: center;
    position: relative;
}

.fileUpload {
    padding: 0;
    position: relative;
    cursor: pointer;
}

label#lblbon {
    background-color: transparent;
    text-align: center;
    width: 100%;
    /*min-width: 280px;*/
    height: 100%;
    cursor: pointer;
    padding: 13px 0 0 0;
    transition: background-color 150ms ease;
}


.fileUpload > input {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.0;
    cursor: pointer;
}


#kbinfo {
    position: absolute;
    right: 4%;
    top: 20px;
}


/****** Checkboxen / Radiobuttons per CSS stylen: ********/


/* Radiobox Style - ohne image */
.radiobox {
    margin-top: 0;
    display: block;
    position: relative;
    padding-left: 42px;
    padding-top: 1px;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.radiobox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 29px;
    width: 29px;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #CD0A2C;
}

.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

.radiobox input:checked ~ .radiomark:after {
    display: block;
}

.radiobox .radiomark:after {
    top: 0px;
    left: 0px;
    width: 21px;
    height: 21px;
    background: #CD0A2C;
    border-radius: 50%;
}


/* Checkbox Style  */

.checkbox {
    margin-top: 0;
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    min-height: var(--checkbox-width); /* Nötig damit Fehlerausgabe nicht überlappt */
}

.checkbox label {
    padding-left: calc(var(--checkbox-width) + 0.5em);
    display: block;
}

.checkbox label a {
    color: inherit;
    text-decoration: underline;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: -10px;
    left: 0;
    height: var(--checkbox-width);
    width: var(--checkbox-width);
    background-color: #fff; /*#ececec;*/
    border: 2px solid #D11112;
    border-radius: 2px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Der Haken: */
.checkbox .checkmark:after {
    left: 37%;
    top: 10%;
    width: 25%;
    height: 70%;
    border: 5px solid #D11112;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media (max-width: 1919px) {
    html {
        background-color: var(--tertiary-bg-color);
    }
}

@media (max-width: 1480px) {
    body,
    p {
        font-size: 22px;
        line-height: normal;
    }

    .small, a.small, p.small, .small p {
        font-size: 18px;
        line-height: normal;
    }

    h1 {
        font-size: 5.3rem;
        margin-bottom: 0.45em;
        line-height: 106%;
    }

    h2 {
        font-size: 3.1rem;
        line-height: 121%;
    }
}


@media (max-width: 1320px) {
    /*    body,
        p{
            font-size: 1.8rem;
            line-height: 142%;
        }*/
    .container-medium {
        padding-left: 5%;
        padding-right: 5%;
        max-width: 100%;
    }
}


@media (max-width: 1079px) {
    .container-text {
        padding-left: 5%;
        padding-right: 5%;
    }


    body,
    p {
        font-size: 20px;
        line-height: normal;
    }

    .small, a.small, p.small, .small p {
        font-size: 17px;
        line-height: normal;
    }

    h1 {
        font-size: 4.8rem;
        margin-bottom: 0.45em;
        line-height: 106%;
    }

    h2 {
        font-size: 2.8rem;
        line-height: 121%;
    }
}


@media (max-width: 991px) {
    html {
        background-color: var(--tertiary-bg-color);
    }

    .container-form {
        padding-left: 5%;
        padding-right: 5%;
    }

    .fileUpload {
        width: 100%;
    }

    html {
        font-size: 8px;
    }

    h1 {
        font-size: 6vw;
        line-height: 104%;
    }

    h2 {
        font-size: 3.9vw;
        line-height: 120%;
    }

    h3 {
        font-size: 2.8vw;
        line-height: 120%;
    }

    .impressum .container-fullwidthwithpadding {
        padding: 0 5%;
    }
}


@media (max-width: 767px) {
    .actionbutton {
        font-size: 22px;
        line-height: 115%;
        height: 48px;
        border-radius: 24px;
        max-width: 100%;
    }
    .actionbutton label {
        font-size: 22px;
    }
}




@media (max-width: 680px) {
    .nobr680 {
        display: none;
    }

    /*    html {
            font-size: 1.6vw;
        }*/
    /*  h1{
          font-size: 6vw;
          line-height: 133%;
      }

      h2{
          font-size: 3.6vw;
          line-height: 120%;
      }
      h3{
          font-size: 2.8vw;
          line-height: 120%;
      }*/
    .small, a.small, p.small, .small p {
        font-size: 15px;
        line-height: 125%;
    }


    .container-fullwidthwithpadding {
        max-width: 1920px;
        padding: 0 5%;
    }


    /*    .checkmark {
            height: calc(0.8 * var(--checkbox-width));
            width: calc(0.8 * var(--checkbox-width));
        }
        .checkbox label {
            padding-left: calc(0.8 * var(--checkbox-width) + 0.25em);
            display: block;
        }*/
    br.nobr640 {
        display: none;
    }
}

@media (max-width: 640px) {


    .langtext {
        padding-top: 4rem;
        padding-bottom: 30px;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 8px;
        line-height: 142%;
    }

    h1 {
        font-size: 7.7vw;
        line-height: 133%;
    }

    h2 {
        font-size: 6.6vw;
        line-height: 120%;
    }

    h3 {
        font-size: 3.9vw;
        line-height: 120%;
    }

    .smaller, p.smaller {
        font-size: 11px;
        line-height: 125%;
    }

    /* label#lblbon {
         padding: 28px 0 0 0;
         font-size: 19px;
         line-height: 110%;
         letter-spacing: 0.34px;
     }*/
    .actionbutton {
        font-size: 22px;
        line-height: 115%;
    }

    .langtext h1 {
        font-size: 21px;
        line-height: 125%;
        letter-spacing: 0;
    }

    .langtext h2 {
        font-size: 19px;
        line-height: 125%;
        letter-spacing: 0;
    }

    .langtext h3 {
        font-size: 17px;
        line-height: 125%;
        letter-spacing: 0;
    }
}


@media (max-width: 380px) {
    html {
        font-size: 7px;
        line-height: 142%;
    }
}
