﻿/* Maak de body en html 100% van de viewportgrootte */
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* ====================================================================================== Header */
.non-scrollable-content {
    padding-top: 10px;
    overflow-x: hidden; /* Voorkom horizontale scroll */
    margin-bottom: 280px;
}

/* Zorg ervoor dat andere secties voldoende ruimte hebben */
section {
    position: relative;
    min-height: 100px; /* Zorgt ervoor dat secties voldoende ruimte innemen */
}

    section.intro {
        position: fixed; /* Zorgt ervoor dat deze sectie vast staat */
        top: 80px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        background-color: rgba(37, 63, 110, 0.9); /* Semi-transparant blauw */
        width: 100%; /* Zorgt ervoor dat de sectie de volledige breedte inneemt */
        box-sizing: border-box; /* Houdt rekening met padding en marges */
        color: white;
        overflow-y: auto;
    }

        section.intro .text-content {
            width: 90%; /* Stelt de breedte in op 50% van de pagina */
            margin: 0 auto; /* Centreert de text-content in het midden van de pagina */
            text-align: left; /* Zorgt ervoor dat de tekst links uitgelijnd blijft */
            padding: 20px; /* Optioneel: voegt wat ruimte toe rond de tekst */
        }


    section.register {
        margin-top: 30px;
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }

.subscription-container {
    max-width: 1200px; /* Maximale breedte voor de container van de titel en kolommen */
    margin: 0 auto; /* Centreer de container */
    padding: 0 20px; /* Voeg wat padding toe aan beide kanten */
}

.subscription-header {
    text-align: left;
    margin: 20px 0; /* Ruimte boven en onder de titel */
}

    .subscription-header h3 {
        font-size: 26px;
        font-weight: bold;
        color: #333;
    }

.subscription-options {
    display: flex;
    justify-content: space-between; /* Verspreid de kolommen gelijkmatig */
}

.subscription-option {
    flex: 1;
    display: flex;
    flex-direction: column;
/*    justify-content: space-between;
*/    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 10px;
    background-color: #2C808F;
    text-align: center;
    color: #FFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.signup-info-container {
    display: flex;
    justify-content: space-between; /* Zorgt ervoor dat de tekst en afbeelding naast elkaar staan */
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    justify-content: center;
    width: 100%;
}

/* Stijlen voor de login-box */
.signup-info-box {
    width: 80%;
    background-color: rgba(255, 255, 255, 0.8); /* Transparante witte achtergrond */
    border-radius: 15px; /* Afgeronde hoeken */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Schaduw voor diepte */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 1130px;
    min-height: 390px;
    z-index: 100;
    padding-bottom: 50px;
}

.subscription-info-container {
    max-width: 1200px; /* Maximale breedte voor de container van de titel en kolommen */
    margin: 0 auto; /* Centreer de container */
    padding: 0 20px; /* Voeg wat padding toe aan beide kanten */
}

.subscription-info-header {
    text-align: left;
    margin: 20px 0; /* Ruimte boven en onder de titel */
    padding-left: 10px;
}

    .subscription-info-header h3 {
        font-size: 26px;
        font-weight: bold;
        color: #333;
    }

.subscription-infos {
    display: flex;
    justify-content: space-between; /* Verspreid de kolommen gelijkmatig */
    flex-wrap: wrap;
}

.subscription-info {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 10px;
    background-color: #2C808F;
    color: #FFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding-bottom: 10px;
    min-width: 580px;
}

    .subscription-info h3 {
        margin: 0px;
        padding: 10px 0 10px 20px;
        font-size: 1.0em;
        margin-bottom: 25px;
        background-color: rgba(37, 63, 110, 0.9);
    }

    .subscription-info div {
        padding-left: 25px;
    }

        .subscription-info div input {
            width: 300px;
        }

        .subscription-info div .nok {
            padding-left: 5px;
            color: lightgray;
            font-size: 0.9em;
        }

            .subscription-info div .ok {
                padding-left: 5px;
                color: greenyellow;
                font-size: 0.9em;
            }

.subscription-info-container .backbutton {
    width: 100px;
    margin-left: 10px;
    float: left;
    font-size: 16px;
}

.subscription-info-container .signupbutton {
    width: 250px;
    margin-right: 10px;
    float: right;
    font-size: 16px;
}

.subscription-option h3 {
    margin: 0px;
    padding: 20px 0 20px 0;
    font-size: 24px;
    margin-bottom: 10px;
    background-color: rgba(37, 63, 110, 0.9);
}

    .subscription-option .subscription-subtitle {
        font-size: 0.9em;
        margin-bottom: 10px;
        text-decoration: underline;
    }

    .subscription-option ul {
        list-style-type: circle;
        padding: 0 20px 0 20px;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 0.9em;
        margin-bottom: 20px;
        text-align: left; /* Zorg voor linker uitlijning van de tekst */
    }

        .subscription-option ul li {
            margin-bottom: 10px;
        }

.subscription-costs {
    margin: auto 10px 10px 10px;
    border: none;
    border-radius: 5px;
    background-color: rgba(224, 244, 245, 0.5);
    color: #000;
    display: flex;
    overflow: hidden;
}

.cost-content {
    width: 100%;
    margin: auto 0 0 0; /* Zorgt ervoor dat de inhoud naar de onderkant wordt uitgelijnd */
    font-size: 0.8em;
}

    .cost-content p {
        text-align: left;
        padding-left: 20px;
    }

    .cost-content .discount {
        color: rgba(37, 63, 110, 1.0);
    }

    /* Optioneel: styling voor kosten en call-to-action knoppen */
.subscription-costs button {
    padding: 10px 50px;
    margin: 0 20px 20px 20px;
    background-color: #20B485;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    
}

        .subscription-costs button:hover {
            background-color: #24C79B;
        }


/* Media query om de layout aan te passen voor kleinere schermen */
@media (max-width: 768px) {
    .subscription-options {
        flex-direction: column;
    }

    .subscription-option {
        margin-bottom: 20px;
    }
}



        /* Stijlen voor de login-container die de div centreert */
.signup-container {
    display: flex;
    justify-content: space-between; /* Zorgt ervoor dat de tekst en afbeelding naast elkaar staan */
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    justify-content: center;
    width: 100%;
}

/* Stijlen voor de login-box */
.signup-box {
    width: 60%;
    background-color: rgba(255, 255, 255, 0.8); /* Transparante witte achtergrond */
    border-radius: 15px; /* Afgeronde hoeken */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Schaduw voor diepte */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    min-height: 390px;
    z-index: 100;
    padding-bottom: 50px;
}

.signup-box h1 {
    padding-bottom: 0px;
}

    .signup-box span {
        font-size: 1.2em;
        padding: 0 20px 0 20px;
    }

    /* Stijlen voor het formulier */
    /*form {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 0 auto;*/ /* Centreer het formulier op de pagina */
    /*}

form div input {
    width: 300px;
}*/

label {
}

/* Stijlen voor de inputvelden en knoppen */
input {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
}

button {
    padding: 12px;
    background-color: #20B485;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
}

    button:hover {
        background-color: #24C79B;
    }

.redirecttologin {
    margin-top: 0px;
    width: 80%;
}

    .redirecttologin a {
        text-decoration: none;
        color: #2C808F;
        font-weight:600;
    }

.signup-summary-container {
    display: flex;
    justify-content: space-between; /* Zorgt ervoor dat de tekst en afbeelding naast elkaar staan */
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    justify-content: center;
    width: 100%;
}

/* Stijlen voor de login-box */
.signup-summary-box {
    width: 80%;
    background-color: rgba(255, 255, 255, 0.8); /* Transparante witte achtergrond */
    border-radius: 15px; /* Afgeronde hoeken */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Schaduw voor diepte */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 1130px;
    min-height: 390px;
    z-index: 100;
    padding-bottom: 50px;
    padding: 120px 20px 120px 20px;
}

.subscription-summary-container {
    max-width: 1200px; /* Maximale breedte voor de container van de titel en kolommen */
    margin: 0 auto; /* Centreer de container */
    padding: 0 20px; /* Voeg wat padding toe aan beide kanten */
}

.subscription-summary-header {
    text-align: left;
    margin: 20px 0; /* Ruimte boven en onder de titel */
    padding-left: 10px;
}

    .subscription-summary-header h3 {
        font-size: 26px;
        font-weight: bold;
        color: #333;
    }

.subscription-summaries {
    display: flex;
    justify-content: space-between; /* Verspreid de kolommen gelijkmatig */
    flex-wrap: wrap;
}

.subscription-summary {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 10px;
    background-color: #2C808F;
    color: #FFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding-bottom: 10px;
    min-width: 580px;
}

    .subscription-summary h3 {
        margin: 0px 0px 10px 0px;
        padding: 10px 0 10px 20px;
        font-size: 1.0em;
        background-color: rgba(37, 63, 110, 0.9);
    }

.subscription-summary .ul-header {
    padding-left: 20px;
    font-size: 0.9em;
    font-weight: 600;
}

.agreements .agreements-header {
    display: flex;
    padding: 10px 0 0 10px;
    font-weight: 600;
}

.agreements p {
    padding-left: 20px;
    margin: 10px 0 0 0;
}

    .agreements p input {
        transform: scale(1.5);
        margin-right: 10px;
    }

    .subscription-summary-container .backbutton {
        width: 100px;
        margin-left: 10px;
        float: left;
        font-size: 16px;
    }

.subscription-summary-container .signupbutton {
    width: 250px;
    margin-right: 10px;
    float: right;
    font-size: 16px;
}

.summary-list {
    font-size: 0.9em;
    margin: 0 0 20px 20px;
}

.agreements {
    margin: auto 10px 0px 10px;
    padding-bottom: 20px;
    border: none;
    border-radius: 5px;
    background-color: rgba(224, 244, 245, 0.5);
    color: #000;
    overflow: hidden;
    font-size: 0.9em;
}

    .agreements a {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.8); /* Transparante witte achtergrond */
        font-weight: 500;
    }

    .agreements a:visited {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.8); /* Transparante witte achtergrond */
        font-weight: 500;
    }

