@font-face {
    font-family: 'Vaillant-Heavy';
    src: url('fonts/Vaillant-Heavy/Vaillant-16-02-Heavy.ttf') format('truetype');
}

.green-background {
    height: 100% !important;
    background: url("/assets/vaillant_ui-gradient+texture_pre-status.jpg") no-repeat center !important;
    background-size: cover !important;
}

html {
    scroll-behavior: smooth;
}

.dark-background {
    color: white;
    background: linear-gradient(34.56deg, rgba(0, 0, 0, 0.495) 36.16%, rgba(0, 0, 0, 0) 96.04%), linear-gradient(180deg, rgba(0, 0, 0, 0.6336) 0%, rgba(0, 0, 0, 0.3168) 100%), linear-gradient(90deg, rgba(0, 178, 234, 0.0594) 0%, rgba(0, 178, 234, 0.0495) 100%);
}

.light-background {
    background-color: #EEEEEE;
    color: black;
}

.white-background {
    background-color: white;
    color: black;
}

.logo {
    border-radius: 20px !important;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 25%) !important;
    height: 128px !important;
    width: 128px !important;
}


.picker {
    padding-right: 10%;
    padding-left: 10%;
}

.country-picker {
    margin-right: 30px !important;
    background-color: #23917E !important;
    padding: 20px !important;
    border-radius: 40px !important;
    color: white !important;
    font-size: 20px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    border-color: transparent !important;
}

.headline {
    font-size: 64px;
    font-family: 'Vaillant-Heavy', sans-serif;
}

@media (max-width: 576px) {
    .headline {
        font-size: 48px;
        font-family: 'Vaillant-Heavy', sans-serif;
    }
    .sub-headline {
        font-size: 34px;
        font-family: 'Vaillant-Heavy', sans-serif;
    }
}

@media (max-width: 776px) {
    .upgrade-button {
        margin-top: 10px;
    }
}

@media (max-width: 323px) {
    .start-button {
        border-radius: 50px !important;
    }
}

.imprint-company {
    margin-top: 90px;
}

.footer-wrapper {
    padding-bottom: 48px
}

.width {
    width: 60% !important;
}

@media (min-width: 992px) {
    .width {
        width: 50% !important;
    }
}

@media (max-width: 768px) {
    .imprint-company {
        margin-top: 0px;
        text-align: center !important;
    }
    .imprint {
        text-align: center !important;
        line-height: 10px !important;
    }
    .footer-wrapper {
        text-align: center !important;
        padding-bottom: 10px;
    }
    .footer-img {
        margin-top: 40px !important;
    }
    .width {
        width: 100% !important;
    }
}

.footer-img {
    margin-bottom: 32px;
    margin-top: 90px;
    width: 250px;
}

.footer-text {
    color: #1c1c1c;
    font-size: 12px;
    line-height: 18px;
    text-align: end;
}

.sub-headline {
    font-size: 40px;
    font-family: 'Vaillant-Heavy', sans-serif;
}

.sub-text {
    font-size: 24px;
}

.tac-and-pp {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-top: 50px;
}

a:visited { color: white !important; }
a:active { color: white !important; }
a:link {
    color: white !important;
    text-decoration: none;
}
a:hover { color: white !important; }

.title-image {
    border-radius: 20px;
}

.card {
    border-radius: 0px !important;
    border-color: transparent !important;
    height: 100% !important;
}

.card-headline {
    font-size: 24px;
    margin-bottom: 20px;
}

.card-text {
    font-size: 16px;
}

.card-button {
    padding: 12px 30px !important;
    border-radius: 22px !important;
    background-color: #00917E !important;
    color: white !important;
    text-align: start !important;
    vertical-align: bottom !important;
}

.circle-num {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100% !important;
    background-color: #00917E !important;
    color: white !important;
    text-align: start !important;
    vertical-align: bottom !important;
    font-size: 17px;
}

.legal-button {
    background-color: #ff8500 !important;
    width: 100% !important;
}

.dont-show-upgrade-link-button {
    display: none !important;
}

.show-upgrade-link-button {
    display: inline !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.welcome {
    font-weight: 400;
    font-size: 40px;
}

.welcome-brand {
    font-weight: 400;
    font-size: 51px;
    margin-top: -20px;
}

.padding-left-right-10 {
    padding-right: 10% !important;
    padding-left: 10% !important;
}

.legal-info-texts {
    font-size: 14.4px;
    font-weight: 400;
}

.space-div {
    height: 130px;
}

.space-div-small {
    height: 80px;
}

.invite-section .card-headline {    
    display: flex;
    align-items: center;
}

.invite-section .circle-num {
    margin-right: 5px;
}