html, body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.3;
    background: #F7FAFC;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

:root {
    --blue: #001F3D;
    --green: #129B44;
    --yellow: #FEBF00;
}

* {
    box-sizing: border-box;
}

header {
    color: #fff;
    background: var(--blue) url("assets/header.jpg") center no-repeat;
}

header a {
    color: #fff;
}

.container {
    max-width: 1300px;
    margin: auto;
    padding: 0 2rem;
}

.fbox {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

header .fbox {
    justify-content: space-between;
}

img {
    width: 100%;
    height: auto;
}

hr {
    border: none;
    background: #2b4360;
    margin: 0;
    height: 1px;
}

.logoBox {
    padding: 2.5rem 0;
    align-items: flex-end;
}

.logoBox p {
    margin: 0 0 .3rem;
}

h1 {
    font-size: 2rem;
}

#banner-mail svg {
    stroke: green;
    vertical-align: middle;
    margin-right: .5rem;
    width: 24px;
    height: 24px;
}

#banner-mail {
    font-weight: 600;
    display: flex;
}

.txt-right {
    text-align: right;
}

.banner {
    padding: 1rem 0;
    background: rgba(0, 31, 61, 0.7);
}

.banner p {
    margin: 0;
}

.banner svg {
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: .2rem;
}

.banner p a {
    color: var(--green);
    font-weight: 600;
}

.logo {
    width: 100%;
    display: block;
    max-width: 300px;
}

.logo svg {
    fill: #fff;
    width: 100%;
}

.logoBox h1 {
    margin: .7rem 0 0;
    color: var(--green);
}

.flag {
    background: #E7F5EC;
    border-radius: 30px;
    padding: .5rem .7rem;
    color: #05762E;
    display: inline-flex;
    align-items: center;
}

.flag p {
    margin: 0 0 0 .5rem;
}

.top {
    margin-top: 7rem;;
}

.i50 {
    width: 50%;
    align-self: center;
}

.i50:nth-child(even) {
    padding-left: 2.5rem;
}

.i50:nth-child(odd) {
    padding-right: 2.5rem;
}

h2.big {
    margin: 2rem 0;
    font-size: 3.3rem;
    text-align: left;
}

h2.big span {
    color: var(--green);
}

h2 {
    font-size: 2.3rem;
}

h3 {
    font-size: 1.5rem;
}

ul.check, ul.zap, ul.shield {
    padding: 0;
    margin: 1.5rem 0;
    list-style: none;
    font-weight: 600;
}

ul.check li, ul.zap li, ul.shield li {
    font-size: 1rem;
    position: relative;
    align-self: center;
    padding: .5rem 0 .5rem 2.2rem;
}

ul.shield li {
    font-weight: normal;
    font-size: .9rem;
}

ul.zap {
    margin: .5rem 0;
}

ul.zap li {
    padding-right: .5rem;
    font-weight: normal;
}

ul.check li:before, ul.zap li:before, ul.shield li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    background: url("assets/check.svg") center no-repeat;
    background-size: contain;
}

ul.zap li:before {
    background: url("assets/zap.svg") center no-repeat;
    background-size: contain;
}

ul.shield li:before {
    width: 18px;
    height: 18px;
    background: url("assets/shield.svg") center no-repeat;
    background-size: contain;
}

ul.zap {
    display: flex;
    flex-flow: row wrap;
}

ul.zap li {
    width: 50%;
}

.big b {
    font-weight: bold;
    display: block;
    color: var(--green);
    font-size: 1.875rem;
}

.big {
    padding-right: 2.5rem;
    text-align: center;
}

.facts .big {
    color: #4C5E76;
    font-size: .9rem;
}

.form-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 7px 22px -5px rgba(0, 0, 0, .15);
    padding: 2rem;
    border: 1px solid #e4e7ea;
    text-align: center;
}

.form-box h3, .form-box p {
    margin: .5rem 0;
}

.form-box p {
    color: #4C5E76;
}

.form label, .form input {
    display: block;
    width: 100%;
    text-align: left;
}

.form input {
    padding: .8rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    background: #fff;
    font-size: 1rem;
    font-family: inherit;
    color: var(--blue);
    margin: .25rem 0 .8rem;
}

label.label-error {
    color: #870101;
    margin: -.7rem 0 .5rem 0;
    font-size: .75rem;
}

.form label {
    font-weight: 500;
    font-size: .875rem;
}

.form {
    margin-top: 2.5rem;
}

.form input::placeholder {
    color: #65758C;
    opacity: 1;
}

label.form-checkbox-label {
    position: relative;
    padding-left: 2rem;
    font-weight: normal;
    color: #65758C;
    display: block;
    margin: 1rem 0;
}

#formbuilder_error_privacypolicy {
    margin-top: 0;
}

.form input[type=checkbox] {
    width: 24px;
    height: 24px;
    padding: 0;
    appearance: none;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: -.1rem;
}

.form input[type=checkbox]:checked {
    border: 2px solid var(--green);
    background: var(--green);
}

.form input[type=checkbox]:checked:after {
    content: '';
    background: url(assets/check1.svg) center / 16px no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.txt-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 2rem;
}

.sub-text {
    color: #00752B;
    text-transform: uppercase;
    margin: -1.2rem 0 2rem;
    font-size: 1rem;
}

.benefits {
    justify-content: space-between;
}

.i30 {
    width: calc(33.33% - 1rem);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 7px 22px -5px rgba(0, 0, 0, .15);
    padding: 1.5rem;
    border: 1px solid #e4e7ea;
    margin: .92rem 0;
}

.i30 h3 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: .5rem;
    font-size: 1.2rem;
}

.i30 svg {
    width: 28px;
    height: 28px;
}

.iBox .i30 {
    border-radius: 0;
    border: none;
    padding: 0 1.5rem;
    box-shadow: none;
    background: none;
    text-align: center;
}

.iBox .i30 h3 {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.btn, .form-button_submit {
    background: var(--yellow);
    color: var(--blue);
    border: none;
    font-size: inherit;
    font-family: inherit;
    padding: .9rem 1.5rem;
    display: inline-block;
    border-radius: 8px;
    cursor: pointer;
    margin: 1rem 0;
    text-decoration: none;
    transition: all .2s;
    font-weight: 600;
}

.form-button_submit {
    font-size: 1rem;
}

.form a {
    color: var(--blue);
    font-size: .875rem;
    font-weight: 500;
}

.btn:hover, .form-button_submit:hover {
    background: var(--blue);
    color: #fff;
    transform: scale(1.03);
}

.al-inherit {
    align-self: inherit;
}

.al-inherit img {
    height: 100%;
    object-fit: cover;
}

.al-inherit ul li:before {
    top: .6rem;
    bottom: auto;
}

.rounded {
    border-radius: 10px;
}

.iBox {
    margin-top: 1.5rem;
    padding: 1.3rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 7px 22px -5px rgba(0, 0, 0, .15);
    border: 1px solid #e4e7ea;
}

.iBox-green {
    background: #EBF5ED;
    border: none;
    box-shadow: none;
}

.iBox-green p {
    margin: .5rem 0;
}

.iBox-green p:nth-child(1) {
    color: #00752B;
    font-weight: bold;
    font-size: 1.875rem;
    margin-top: 0;
}

.iBox-green p:nth-child(2) {
    font-size: .875rem;
    margin-top: 0;
    color: #4C5E76;
}

.iBox-green p:nth-child(3) {
    color: #00752B;
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0;
}

.iBox-green p svg {
    vertical-align: middle;
    margin-right: .35rem;
}

.iBox.fbox {
    margin: 2rem 0;
    background: none;
    box-shadow: none;
}

.iBox h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.35rem;
}

.iBox p:last-child {
    margin-bottom: 0;
}

.t0 {
    margin-top: 0;
}

.btn-top {
    margin-top: 2rem;
}

footer {
    background: var(--blue);
    padding: 3rem 0;
    color: #fff;
}

.w30 {
    width: 30%;
}

footer .logo {
    fill: #fff;
    max-width: 240px;
}

footer .fbox {
    justify-content: space-between;
}

footer a {
    font-weight: bold;
    padding: 0 0 .4rem;
    display: block;
    color: #fff;
}

.contact p {
    padding-left: 2rem;
    font-size: .9rem;
    position: relative;
    margin: 1.2rem 0;
}

.contact p span {
    color: rgba(239, 255, 238, 0.8);
}

.contact p:first-child {
    padding-left: 0;
    position: relative;
}

.contact p svg {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.data-links {
    display: flex;
    gap: .5rem;
    margin-top: .6rem;
}

.data-links a {
    color: rgba(255, 255, 255, 0.8);
    font-size: .9rem;
}

.data-links a:hover {
    color: #fff;
}

#privacy-policy-container p:nth-child(11), #privacy-policy-container p:nth-child(13),
#privacy-policy-container p:nth-child(15), #privacy-policy-container p:nth-child(17),
#privacy-policy-container p:nth-child(19), #privacy-policy-container p:nth-child(20),
#privacy-policy-container p:nth-child(5), #privacy-policy-container p:nth-child(7),
#privacy-policy-container p:nth-child(9), .privacy-policy_button {
    margin-top: .8rem;
}

.privacy-policy_p:nth-child(-n+18) {
    margin: 0;
}

.privacy-policy_p, .privacy-policy_td {
    font-size: .95rem;
    color: #57687F;
}

.privacy-policy_p a {
    word-break: break-word;
    font-weight: 500;
}

.privacy-policy_td:nth-child(odd) {
    font-weight: 500;
}

#privacy-policy-container button {
    background: var(--yellow);
    font-size: 16px;
    display: block;
    border-radius: 8px;
    color: var(--blue);
    margin-top: 1rem;
    border: none;
    font-weight: bold;
    padding: .8rem 1.2rem;
    cursor: pointer;
    font-family: inherit
}

#privacy-policy-container button:hover {
    background: var(--blue);
    color: #fff
}

.privacy-policy_table {
    margin: 1.5rem 0;
    width: 100%;
    border-collapse: collapse;
    overflow: auto
}

.privacy-policy_tbody {
    min-width: 500px
}

.privacy-policy_tr > .privacy-policy_td:first-of-type {
    width: 210px !important
}

.privacy-policy_tr:nth-child(odd) {
    background: #f4f4f4;
    margin: .3rem 0
}

.privacy-policy_td {
    padding: .5rem
}

.privacy-policy_h2 {
    font-size: 1.6rem;
    max-width: 600px;
    margin-top: 3.5rem;
}

#privacy-policy-container a {
    color: #57687F;
    font-weight: 600;
}

#privacy-policy-container a:hover {
    color: var(--blue);
}

.imprint a {
    color: var(--blue);
    font-weight: 600;
}
.imprint a:hover {
    color: var(--green);
}
.green-text {
    color: #00752B;
}
@media (max-width: 1000px) {
    .i50 {
        width: 100%;
        padding: 0 !important;
    }

    .i30 {
        width: 50%;
    }

    .form-box {
        margin-top: 2rem;
    }

    .top {
        margin-top: 3.5rem;
    }

    .benefits .i30 {
        width: calc(50% - .5rem);
        margin: .5rem 0;
        padding: 1.2rem;
    }

    .container {
        max-width: 880px;
    }

    img.rounded {
        max-height: 500px;
        object-fit: cover;
        margin: 1.5rem 0;
        height: auto;
        display: block;
    }

    .img-right {
        flex-flow: column-reverse;
    }

    .iBox.fbox .i30 {
        width: 100%;
        position: relative;
        padding-left: 2.3rem;
        text-align: left;
    }

    .iBox.fbox {
        padding: .5rem 1rem;
    }

    .iBox.fbox .i30 p {
        margin: 0;
    }

    .iBox.fbox .i30 svg {
        position: absolute;
        width: 24px;
        height: 24px;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
    }

    h2.big {
        padding-right: 0;
        font-size: 3rem;
    }

    .w30:nth-child(1) {
        width: 100%;
    }

    .w30:nth-child(2), .w30:nth-child(3) {
        width: 50%;
    }

    .contact {
        padding-right: 1rem;
    }
}

@media (max-width: 760px) {
    header .fbox {
        display: block;
    }

    .logoBox p {
        text-align: left;
        margin-top: .7rem;
    }

    .logoBox p br {
        display: none;
    }

    .banner-contact {
        margin-top: .5rem;
    }

    .banner svg {
        stroke: var(--green);
        width: 22px !important;
        height: 22px !important;
    }
}

@media (max-width: 600px) {
    ul.zap li {
        width: 100%;
    }

    h2.big {
        font-size: 2.4rem;
    }

    .facts .big {
        width: 100%;
        padding-right: 0;
        text-align: left;
        margin: .5rem 0;
    }

    .facts .big b {
        display: inline-block;
    }

    .form-box {
        padding: 1.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .benefits .i30 {
        width: 100%;
        margin: .4rem 0;
    }

    .privacy-policy_tr, .privacy-policy_table, .privacy-policy_td {
        width: 100%;
        display: block;
    }
    .privacy-policy_td:nth-child(1) {
        padding-bottom: 0;
    }
    .w30:nth-child(2), .w30:nth-child(3) {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .banner p:first-child a {
        display: block;
        margin-left: 1.8rem;
        margin-top: .2rem;
    }

    .logo {
        max-width: 250px;
    }

    h2.big {
        font-size: 2rem;
    }

    .container {
        padding: 0 1.5rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    .logoBox h1 {
        font-size: 1.85rem;
    }

    .txt-center {
        text-align: left;
    }

    .btn {
        text-align: center;
    }

    .privacy-policy_h1 {
        hyphens: auto;
    }
}