@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("PoppinsNormal.woff2") format("woff2")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("PoppinsBold.woff2") format("woff2")
}

h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px
}

h2 {
    font-size: 38px;
    line-height: 44px;
    font-weight: 200;
    margin-bottom: 30px
}

h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 35px
    }

    h2 {
        font-size: 27px;
        line-height: 34px;
        margin-bottom: 20px;
        font-weight: 400
    }

    h3 {
        font-size: 22px;
        line-height: 26px
    }
}

.spacerTop {
    margin-top: 100px
}

@media only screen and (max-width: 1200px) {
    .spacerTop {
        margin-top: 60px
    }
}

@media only screen and (max-width: 600px) {
    .spacerTop {
        margin-top: 20px
    }
}

body,
html {
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    color: #121212;
    font-size: 18px
}

@media only screen and (max-width: 600px) {

    body,
    html {
        font-size: 14px
    }
}

input {
    outline: none !important
}

input[type=submit] {
    background: none
}

img {
    display: block
}

.Image {
    width: 100%;
    height: auto
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}

.headerWrapper,
.headerButtonWrapper,
.menuButtonWrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.contentAreaWrapper,
.Footer,
.FooterContent,
.FooterMenu {
    display: -webkit-box;
    -webkit-box-wrap: wrap;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap
}

.contentAreaWrapper,
.headerWrapper,
.headerButtonWrapper,
.Footer,
.FooterContent {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contentAreaWrapperE,
.headerButtonWrapper {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s
}

::selection {
    background: #414141;
    color: #fff
}

a {
    text-decoration: none !important;
    color: #d0273a
}

@media only screen and (min-width: 1200px) {
    a {
        transition: all 0.3s ease-out
    }

    a:hover {
        color: #000
    }
}

.button1,
.button2 {
    cursor: pointer;
    border-radius: 10px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 200;
    text-align: center;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none
}

.button1 {
    color: #121212;
    border: 1px solid #414141
}

@media only screen and (min-width: 1200px) {
    .button1 {
        transition: all 0.3s ease-out
    }

    .button1:hover {
        border: 1px solid #d0273a;
        color: #d0273a
    }
}

.button2 {
    color: white;
    background: #d0273a;
    border: 1px solid #d0273a
}

@media only screen and (min-width: 1200px) {
    .button2 {
        transition: all 0.3s ease-out
    }

    .button2:hover {
        border: 1px solid #d0273a;
        color: #d0273a;
        background: none
    }
}

.buttonMarginTop {
    margin-top: 20px
}

.buttonFlexEnd {
    margin-top: auto
}

.InfoboxGreen,
.InfoboxRed {
    color: white;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px
}

.InfoboxGreen {
    background: #29c75e
}

.InfoboxRed {
    background: #dd3f53
}

.DisplayNone {
    display: none
}

body {
    background: white
}

.contentArea {
    max-width: 1500px;
    margin: 80px auto;
    position: relative
}

@media only screen and (max-width: 1550px) {
    .contentArea {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media only screen and (max-width: 600px) {
    .contentArea {
        margin: 40px 20px
    }
}

.contentAreaWrapperE {
    width: 50%
}

@media only screen and (max-width: 1200px) {
    .contentAreaWrapperE {
        width: 100%
    }
}

@media only screen and (max-width: 600px) {
    .TextAreaCenter {
        text-align: left
    }
}

.headerimage {
    max-width: 625px;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 auto
}

.HeadlineSmall {
    font-size: 28px
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate
}

.infotext {
    border-radius: 20px;
    border: 4px solid #dd3f53;
    /* text-align: center;
    color: #dd3f53; */
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    /* font-size: 25px */
}

.infotext H1 {
    font-size: 2em; 
    margin: .67em 0;
}

.infotext H2 {
    font-size: 1.5em; 
    margin: .75em 0;
}

.infotext H3 {
    font-size: 1.17em; 
    margin: .83em 0;
}

.infotext H4 {
    font-size: 1em;
    margin: 1em 0;
}

.infotext H5 {
    font-size: .83em; 
    margin: 1.5em 0;
}

.infotext H6 {
    font-size: .75em; 
    margin: 1.67em 0;
}


.contentAreaFH {
    min-height: calc(100vh - 600px)
}

.headerSpacer {
    height: 60px
}

.header {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 14px rgba(119, 119, 119, 0.2);
    transition: all 0.3s ease-out
}

@supports (-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em)) {
    .header {
        background-color: white
    }
}

.headerWrapper {
    height: 60px;
    margin: 0 auto;
    position: relative;
    max-width: 1500px;
    padding-left: 0
}

@media only screen and (max-width: 1600px) {
    .headerWrapper {
        padding-left: 30px;
        padding-right: 30px
    }
}

.HeaderLogo {
    max-width: 160px
}

.headerButtonWrapper {
    justify-content: flex-end
}

@media only screen and (max-width: 1300px) {
    .headerButtonWrapper {
        padding-right: 50px
    }
}

@media only screen and (max-width: 600px) {
    .headerButtonWrapper {
        display: none
    }
}

.headerButton {
    margin-left: 10px
}

.menuButton {
    font-size: 16px;
    font-weight: 700;
    color: #121212;
    margin-right: 20px
}

@media only screen and (min-width: 1200px) {
    .menuButton {
        transition: all 0.3s ease-out
    }

    .menuButton:hover {
        color: #d0273a
    }
}

@media only screen and (max-width: 1400px) {
    .menuButton {
        font-size: 14px
    }
}

@media only screen and (max-width: 1300px) {
    .menuButtonWrapper {
        display: none
    }
}

.btn-success {
    color: #fff;
    background-color: #d0273a !important;
    border-color: #d0273a !important
}

#btnLogin {
    margin-bottom: 20px
}

.contentCardHeadFaq {
    margin-top: 40px
}

.faqButton {
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none
}

.faqButton h3 {
    font-size: 22px
}

@media only screen and (min-width: 1200px) {
    .faqButton {
        transition: all 0.3s ease-out
    }

    .faqButton:hover {
        color: #d0273a
    }
}

.faqContent {
    display: none;
    margin-bottom: 40px
}

@media only screen and (max-width: 700px) {
    .faqButton h3 {
        font-size: 18px
    }

    .faqContent {
        font-weight: 200
    }
}

.cardGrid2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px
}

.cardGrid .cardGridE {
    width: 100%;
    margin: 0 auto;
    background: radial-gradient(150rem circle at 0 0, rgba(0, 255, 241, 0), transparent 0%);
    border-radius: 20px;
    border: 2px solid #d0273a;
    text-align: center;
    padding: 20px
}

.cardGridE2 {
    min-height: 150px
}

.cardGridE h4 {
    font-size: 30px;
    font-weight: 700
}

@media only screen and (max-width: 1200px) {
    .cardGridE2 {
        grid-column: span 3
    }
}

.PriceHead {
    font-size: 30px;
    font-style: 500
}

.Price {
    font-size: 50px;
    font-style: 200
}

.burgermenuButton {
    position: absolute;
    right: 10px;
    top: 11px
}

@media only screen and (min-width: 1301px) {
    .burgermenuButton {
        display: none
    }
}

.menucontainer {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 2px;
    background-color: #121212;
    margin: 8px 0;
    transition: 0.4s
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 7px);
    transform: rotate(-45deg) translate(-8px, 7px)
}

.change .bar2 {
    opacity: 0
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px)
}

.menuMobile {
    transform: translateY(-1px);
    height: 1px;
    position: fixed;
    z-index: 600;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.1), 0 25px 55px 0 rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    overflow: hidden;
    pointer-events: none
}

@supports (-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em)) {
    .menuMobile {
        background-color: white
    }
}

.menuMobileE {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
    -webkit-transition-duration: 0.0s;
    transition-duration: 0.0s;
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0)
}

.menuMobile a {
    color: #121212
}

.burgermenuButtonClose {
    -webkit-transition-duration: 0.0s;
    transition-duration: 0.0s;
    opacity: 0
}

.menuMobileLogo {
    width: 150px;
    margin: 18px auto 50px;
    -webkit-transition-duration: 0.0s;
    transition-duration: 0.0s;
    opacity: 0
}

.flyin {
    opacity: 100;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.menushow {
    height: 100%;
    transform: translateY(0px);
    pointer-events: all
}

.menushowOverflow {
    overflow: auto
}

.Footer {
    width: 100%;
    min-height: 400px;
    justify-content: center;
    position: relative;
    background: #d0273a;
    color: #fff
}

.FooterContent {
    margin: 0 auto;
    min-height: 100%;
    max-width: 1500px;
    justify-content: center
}

.FooterLogo {
    max-width: 400px
}

.FooterMenu {
    margin-left: 40px;
    font-size: 18px
}

.FooterMenuE {
    margin-left: 80px
}

.FooterMHeader {
    font-weight: 400
}

.FooterMenuItem {
    color: #fff;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px
}

.FooterMenuItem a {
    color: #fff
}

.FooterCopy {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    text-align: center
}

.FooterDesign {
    margin-top: -22px;
    font-size: 12px
}

.FooterDesign a {
    color: white
}

@media only screen and (max-width: 1300px) {
    .FooterContent {
        max-width: 1000px
    }

    .FooterMenu {
        margin-top: 40px;
        margin-left: 0
    }

    .FooterMenuE {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media only screen and (max-width: 800px) {
    .FooterLogo {
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 50px
    }

    .FooterMenuE {
        width: 100%;
        text-align: center;
        margin-bottom: 40px
    }

    .Footer {
        padding-bottom: 40px
    }
}

.CookieConsentProBannerWrapper {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 320px;
    z-index: 999999;
    display: none;
    border-radius: 15px;
    box-shadow: 0 0 14px rgba(119, 119, 119, 0.42) !important
}

.CookieConsentProBanner {
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    box-sizing: border-box;
    padding: 12px;
    padding-bottom: 2px;
    border-radius: 15px;
    max-height: 400px;
    background-color: white;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

@supports (-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em)) {
    .CookieConsentProBanner {
        background-color: rgba(255, 255, 255, 0.6)
    }
}

.CookieConsentProBannerAni1 {
    top: calc(100% - 228px)
}

.CookieConsentProBannerAni2 {
    top: 10px;
    transition: all 0.3s ease-out
}

.CookieConsentProBannerScroll {
    overflow: auto !important;
    overflow-x: hidden !important;
    max-height: none;
    height: 100%
}

@media only screen and (max-width: 600px) {
    .CookieConsentProBannerScroll {
        border-radius: 0px;
        overflow: auto !important;
        overflow-x: hidden !important
    }

    .CookieConsentProBannerAni2 {
        top: 0px
    }
}

@media only screen and (min-width: 1000px) {
    @supports not selector(::-webkit-scrollbar) {
        .CookieConsentProBannerScroll {
            scrollbar-color: #8d8d8d #e0e0e0;
            scrollbar-width: thin
        }
    }

    .CookieConsentProBannerScroll::-webkit-scrollbar {
        width: 6px
    }

    .CookieConsentProBannerScroll::-webkit-scrollbar-track {
        background: transparent
    }

    .CookieConsentProBannerScroll::-webkit-scrollbar-thumb {
        background-color: rgba(155, 155, 155, 0.5);
        border-radius: 20px;
        border: transparent
    }
}

.CookieConsentProBannerHead1 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px
}

.CookieConsentProBannerHead2 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px
}

.CookieConsentProBoxWrapper,
.CookieConsentProInfosWrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.CookieConsentProInfos,
.CookieConsentProButtonBox {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 10px
}

.CookieConsentProInfosWrapper {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.CookieConsentProInfosWrapperDetails {
    margin-top: 10px
}

.CookieConsentProInfosText {
    font-size: 12px;
    margin-left: 10px
}

.showCookieSettingbutton {
    cursor: pointer
}

.CookieConsentProbutton {
    margin-bottom: 5px;
    border-radius: 8px;
    padding: 3px 10px;
    margin-left: 10px;
    margin-right: 10px;
    color: #818181;
    border: 1px solid #989898
}

.CookieConsentProbuttongreen {
    border: 1px solid #d0273a;
    background: #d0273a;
    color: white
}

.CookieConsentProDetailInfo {
    margin-top: 10px;
    text-align: left;
    display: none
}

.CookieConsentProDetailInfoHead {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold
}

.CookieConsentProDetailInfoSubHead {
    font-weight: bold
}

.CookieConsentProDetailInfoBorder {
    border-top: 1px solid #cdcdcd;
    margin-bottom: 10px;
    margin-top: 10px
}

.CookieConsentProDetailInfoItem {
    font-size: 12px;
    background: #f0f4f7;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px
}

.CookieConsentProDetailInfoItemHead {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold
}

.CookieConsentProDetailInfoText {
    font-size: 12px;
    font-weight: lighter;
    margin-bottom: 10px
}

.CookieConsentProImage {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 40px
}

@media only screen and (min-width: 1200px) {
    .CookieConsentProbutton {
        transition: all 0.3s ease-out
    }

    .CookieConsentProbutton:hover {
        cursor: pointer;
        background: black;
        border: 1px solid black;
        color: white
    }
}

.CookieConsentProBanner a {
    color: black
}

.CookieConsentProBranding {
    margin-bottom: -5px
}

.CookieConsentProBranding a {
    font-size: 12px;
    text-decoration: none !important
}

.CookieConsentProImpressum a {
    font-size: 10px;
    text-decoration: none !important
}

@media only screen and (max-width: 600px) {
    .CookieConsentProBannerWrapper {
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: auto;
        border-radius: 0px
    }

    .CookieConsentProBanner {
        border-radius: 0px
    }

    .CookieConsentProBannerHead1 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .CookieConsentProBannerHead2 {
        display: none
    }

    .CookieConsentProbutton {
        font-size: 12px
    }
}

.CookieConsentProValueChange>input[type=checkbox] {
    display: none
}

.CookieConsentProValueChange>label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 20px;
    background: black;
    display: block;
    border-radius: 30px;
    position: relative
}

.CookieConsentProValueChange>label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 16px;
    transition: 0.3s
}

.CookieConsentProValueChange>input:checked+label {
    background: #65d880
}

.CookieConsentProValueChangeDisabled>input:checked+label {
    background: grey
}

.CookieConsentProValueChange>input:checked+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%)
}

.CookieConsentProValueChange>label:active:after {
    width: 23px
}
