* {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.25px;
}

html {
    overflow: clip;
}

body {
    line-height: 1.7em;
}

h1, h2, h3, h4, strong {
    font-weight: 500;
}

#coverbody {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    background-image: url("/templates/keuzekado70groen/images/cover.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    line-height: 1.2;
}

#videobody {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    line-height: 1.2;
}

header {
    margin-left: 22vw;
    padding-top: 1.5em;
}

.cover-logo {
    max-width: 400px;
    max-height: 200px;
}

section {
    margin-left: 22vw;
    margin-top: 21vh;
}

h1 {
    color: #ffffff;
    font-size: 6em;
    font-weight: 500;
    padding-bottom: 2rem;
}

.cover-controls {
    display: inline-block;
    text-align: center;
}

.cover-button {
    display: inline-block;
    padding: 11px 45px;
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    color: #fff;
    background-color: #438450;
    border: 1px solid #438450;
}

.cover-button:hover,
.cover-button:active {
    background-color: #fff;
    color: #438450;
}

.language_select {
    font-size: 0.85em;
    color: #ffffff;
    text-decoration: none;
    opacity: 70%;
    margin-right: 0.3em;
}

.language_select:hover {
    color: #438450;
    opacity: 100%;
}

#modal-message {
    padding: 1.2em;
    line-height: 1.7;
}

#modal-message .notification {
    font-size: 0.85em;
    padding: 0.9em;
}

.box {
    border-radius: 10px;
}

.modal-content {
    width: 450px;
    max-width: 98%;
}

.delete {
    position: absolute;
    top: 10px;
    right: 10px;
}

.gateway_info {
    padding-bottom: 1.5em;
}

.field {
    padding-bottom: 0.65em;
}

h2 {
    font-size: 1.5em;
    padding-bottom: 0.625em;
    font-weight: 500;
}

.button.is-keuzekado {
    background-color: #438450;
    border-color: transparent;
    color: #fff;
}

.button.is-keuzekado.is-hovered,
.button.is-keuzekado:hover {
    background-color: #438450;
    filter: saturate(85%) contrast(102%);
    border-color: transparent;
    color: #fff;
}

#login-email,
#login-code,
#login-securitycode::placeholder {
    background-color: #f4f4f4;
}

#login-email::placeholder,
#login-code::placeholder,
#login-securitycode::placeholder {
    color: #909090;
}

.uitleg_bij_inloggen {
    padding-top: 1.6em;
    font-size: 0.8em;
}

.uitleg_bij_inloggen a {
    color: #4a4a4a;
    text-decoration: none;
    padding-left: 2px;
}

.uitleg_bij_inloggen a:hover {
    color: #438450;
}

.uitleg_bij_inloggen li {
    padding-bottom: 0.4em;
}

.accent {
    color: #438450;
}

.bg-accent {
    background-color: #438450;
}

#faq_cover {
    padding-top: 1.2em;
    padding-left: 0.5em;
    display: none;
}

#faq_cover ul {
    list-style: none;
}

#faq_cover ul li::before {
    content: "\25CF";
    color: #438450;
    font-weight: bold;
    display: inline-block;
    width: 0.8em;
}

.xmasmoods {
    margin-top: 1.5em;
}

.xmasmoods_txt {
    font-size: 0.85em;
    color: #ffffff;
    opacity: 80%;
    margin-right: 0.1em;
}

#duurzaam_desktop {
    float: right;
    margin-right: 22vw;
}

.duurzaam_button {
    display: inline-block;
    padding: 7px 22px;
    margin-top: -10px;
    font-size: 1.1em;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    background: #090;
    color: #eee;
    border: transparent;
}

.duurzaam_button:hover,
.duurzaam_button:active {
    background-color: #0a0;
    color: #eee;
}

#privacypanel {
    max-width: 95vw;
    scrollbar-width: thin;
}

.panel-left {
    left: 0;
    z-index: 100;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: width 0.3s;
}

#privacy_header {
    color: #fff;
    padding: 10px 20px;
    background-color: #438450;
}

#privacy_header h3 {
    font-size: 1.5em;
}

#privacy_body {
    margin: 20px;
}

#privacy_body p {
    margin-bottom: 0.9em;
    font-size: 0.9em;
}

#privacy_body p.strong {
    font-weight: 500;
    padding-top: 5px;
}

#privacypanel .closebtn {
    position: absolute;
    top: -4px;
    right: 21px;
    font-size: 48px;
    margin-left: 50px;
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
}

/* Tablets */
@media only screen and (max-width: 1023px) {

    header,
    section {
        margin-left: 14vw;
    }

    header {
        padding-top: 1em;
    }

    h1 {
        font-size: 4.8em;
    }

    .cover-button {
        padding: 11px 40px;
        font-size: 1.2em;
    }

    .duurzaam_button {
        padding: 5px 20px;
        font-size: 1em;
    }

    #modal-message {
        padding: 0.5em;
        line-height: 1.6;
    }
}

/* Phones */
@media only screen and (max-width: 767px) {

    header,
    section {
        margin: 0;
        text-align: center;
    }

    section {
        margin-top: 10vh;
    }

    h1 {
        font-size: 3.6em;
    }

    h2 {
        font-size: 1.4em;
    }

    .duurzaam_button {
        padding: 10px 30px;
        font-size: 1.2em;
        margin-top: 75px;
    }

    #gateway_modal {
        justify-content: normal;
        padding-top: 8vh;
    }

    .modal-content {
        max-height: 86vh;
    }

    #modal-message {
        line-height: 1.5;
        padding: 0.1em 0.5em 0.25em;
    }

    #videobody {
        margin: 0;
        padding: 0;
        height: 100vh;
        width: 100vw;
        background-image: url("/templates/keuzekado70groen/images/cover.jpg");
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        line-height: 1.2;
    }

    #videoplayer {
        display: none;
    }
}

/* 2024 version */

* {
    font-family: 'Roboto', sans-serif;
}

body {
    line-height: 1.7em;
}

h1, h2, h3, h4, strong {
    font-weight: 500;
}


#videobody {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    line-height: 1.2;
}

header {
    margin-left: 22vw;
    padding-top: 1.5em;
}

.cover-logo {
    max-width: 400px;
    max-height: 20vh;
}

section {
    margin-left: 22vw;
    margin-top: 8vh;
}

h1 {
    color: #ffffff;
    font-size: 2.5em;
    font-weight: 500;
    padding-bottom: 0.2em!important;
    line-height: 1;
}

.gateway-box {
    width: 440px;
    max-width: 96%;
}

.gateway-box p {
    color: #ffffff;
    text-align: justify;
}

.gateway-top {
    background-color: #438450dd;
    padding: 34px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    line-height: 1.35;
}

.gateway-bottom {
    background-color: #ffffffbb;
    padding: 34px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.select_language {
    color: white;
}

.select_language a {
    color: white;
}

.select_language a:hover {
    text-decoration: underline;
}

.gateway-bottom a {
    color: #438450;
    font-weight: 600;
}

.gateway-bottom a:hover {
    text-decoration: underline;
}

.cover-controls {
    display: inline-block;
    text-align: center;
}

.cover-button {
    display: inline-block;
    padding: 11px 45px;
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    color: #fff;
    background-color: #438450;
    border: 1px solid #438450;
}

.cover-button:hover,
.cover-button:active {
    background-color: #fff;
    color: #438450;
}

.language_select {
    font-size: 0.85em;
    color: #ffffff;
    text-decoration: none;
    opacity: 70%;
    margin-right: 0.3em;
}

.language_select:hover {
    color: #438450;
    opacity: 100%;
}

#modal-message {
    padding: 1.2em;
    line-height: 1.7;
}

#modal-message .notification {
    font-size: 0.85em;
    padding: 0.9em;
}



.delete {
    position: absolute;
    top: 10px;
    right: 10px;
}

.gateway_info {
    padding-bottom: 1.5em;
}

.field {
    padding-bottom: 0.25em;
}

h2 {
    font-size: 1.5em;
    padding-bottom: 0.625em;
    font-weight: 500;
}

.button.is-gateway {
    background-color: #fff;
    border-color: transparent;
    color: #438450;
    font-weight: 600;
    padding-top: 6px;
    transition: 0.2s ease-in-out;
    border-radius: 15px;
    height: 2.4em;
}

.button.is-gateway.is-hovered,
.button.is-gateway:hover {
    background-color: #438450;
    border-color: #fff;
    color: #fff;
}

input {
    height: 2.7em;
}

.is-curvy {
    border-radius: 15px;
    padding-left: calc(calc(.75em - 1px) + .375em);
    padding-right: calc(calc(.75em - 1px) + .375em);
}

#login-email,
#login-code,
#login-securitycode {
    background-color: #f4f4f4;
}

#login-email::placeholder,
#login-code::placeholder,
#login-securitycode::placeholder {
    color: #909090;
}

.uitleg_bij_inloggen {
    padding-top: 1.6em;
    font-size: 0.8em;
}

.uitleg_bij_inloggen a {
    color: #4a4a4a;
    text-decoration: none;
    padding-left: 2px;
}

.uitleg_bij_inloggen a:hover {
    color: #438450;
}

.uitleg_bij_inloggen li {
    padding-bottom: 0.4em;
}

.accent {
    color: #438450;
}

#faq_cover {
    padding-top: 1.2em;
    padding-left: 0.5em;
    display: none;
}

#faq_cover ul {
    list-style: none;
}

#faq_cover ul li::before {
    content: "\25CF";
    color: #438450;
    font-weight: bold;
    display: inline-block;
    width: 0.8em;
}

.xmasmoods {
    margin-top: 1.5em;
}

.xmasmoods_txt {
    font-size: 0.85em;
    color: #ffffff;
    opacity: 80%;
    margin-right: 0.1em;
}

#duurzaam_desktop {
    float: right;
    margin-right: 22vw;
}

.duurzaam_button {
    display: inline-block;
    padding: 7px 22px;
    margin-top: -10px;
    font-size: 1.1em;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    background: #090;
    color: #eee;
    border: transparent;
}

.duurzaam_button:hover,
.duurzaam_button:active {
    background-color: #0a0;
    color: #eee;
}

@media only screen and (max-height: 720px) {

    section {
        margin-top: 3vh;
    }

    h1 {
        font-size: 2em;
    }

    .gateway-top,
    .gateway-bottom {
        padding: 24px 34px;
    }
}

/* Tablets */
@media only screen and (max-width: 1023px) {

    header,
    section {
        margin-left: 14vw;
    }

    header {
        padding-top: 1em;
    }

    .cover-button {
        padding: 11px 40px;
        font-size: 1.2em;
    }

    .duurzaam_button {
        padding: 5px 20px;
        font-size: 1em;
    }

    #modal-message {
        padding: 0.5em;
        line-height: 1.6;
    }
}

/* Phones */
@media only screen and (max-width: 767px) {

    header,
    section {
        margin: 0;
    }

    section {
        margin-top: 4vh;
    }

    .cover-logo {
        max-height: 185px;
    }

    .gateway-box {
        margin: auto;
    }

    .gateway-top {
        padding: 32px 32px 30px;
    }

    .gateway-bottom {
        padding: 26px 32px 30px;
    }

    h1 {
        font-size: 2.1em;
        text-align: left;
    }

    h2 {
        font-size: 1.4em;
    }

    .duurzaam_button {
        padding: 10px 30px;
        font-size: 1.2em;
        margin-top: 75px;
    }

    #gateway_modal {
        justify-content: normal;
        padding-top: 8vh;
    }

    .modal-content {
        max-height: 86vh;
    }

    #modal-message {
        line-height: 1.5;
        padding: 0.1em 0.5em 0.25em;
    }

    #videoplayer {
        display: none;
    }
}
