﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

body {
    font-family: 'Quicksand', 'Roboto Condensed',Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;

}

/* Standaard stijlen voor desktop */
.container {
    
    min-height:100vh;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 10px 0 15px -10px rgba(0, 0, 0, 0.5), -10px 0 15px -10px rgba(0, 0, 0, 0.5);
}

/* Stijlen voor mobiele apparaten */
@media (max-width: 768px) {
    .container {
        max-width: 100%;
        margin: 0;
        padding: 0 15px;
    }
    /* Andere aanpassingen voor mobiel */
}

p {
    display: block;
    clear: both;
    width:100%;
}
span {
    font-size: inherit; /* Hiermee erft de span de font-size van zijn ouder */
}

h2 {
    text-transform: uppercase;
}

button {
    font-weight: bold;
    text-transform: uppercase;
}


.header {
    background-color: #fff;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}



.header-top {
    background-color: white;
    height: 80px;
    text-align: left;
    display: flex;
    align-items: center; /* Verticaal uitlijnen */
}

.logo {
    height: 50px;
}


.header-bottom {
    font-family: "Brandon Text W01 Medium", sans-serif;
    position: relative;
    height: 20vh; /* Standaard hoogte */
    /*background-image: url('/files/headertop.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;*/
}

.footer {
    display: flex;
    align-items: center; /* Zorgt ervoor dat de inhoud verticaal gecentreerd wordt */
    justify-content: center; /* Centreert de inhoud horizontaal */
    width: 100%;
    height: auto; /* Zorgt voor een automatische hoogte */
    min-height: 20vh; /* Minimale hoogte; pas deze waarde aan indien nodig */
    /*background-image: url('/files/footer.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;*/
}

/* Wanneer de schermbreedte minder is dan 768 pixels */
@media (max-width: 768px) {
    .header-bottom {
        height: 12vh; /* Verklein de hoogte */
    }
    .footer {
        height: 12vh; /* Verklein de hoogte */
    }
}

/* Wanneer de schermbreedte minder is dan 480 pixels */
@media (max-width: 480px) {
    .header-bottom {
        height: 8vh; /* Verder verkleinen voor kleinere schermen */
    }
    .footer {
        height: 8vh; /* Verklein de hoogte */
    }
}


.none{
    display:none;
}

.gray{
    background-color:#eaeaea;
    padding:20px;
    box-sizing:border-box;
    font-size:13px;
}


.title-box {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #b7dbbf;
    color: black;
    padding: 10px 20px;
    font-size: 1.5rem; /* Pas dit aan naar wens */
    display:none;
}

.banner {
    width: 100%;
    height: 100px;
}

.content {
    height:100%;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    font-size: 1.2rem;
    float:left;
    height:auto;
}




/*.footer {
   position:fixed;
    bottom: 0px !important ;
    background-color: #b7dbbf;
    float: left;
    width: 100%;
    height: auto;

    box-sizing:border-box;
    padding-left:20px;
}*/

/*.regel {
    float: left;
    width: 100%;
    height: auto;
}

.cell{
    float:left;
    width:25%;

}*/

.regel {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.cell {
    flex: 1 1 25%; /* Groei en krimp toestaan, basisgrootte van 25% */
    min-width: 120px; /* Optioneel: minimale breedte voor elke cel om te voorkomen dat de inhoud te veel samengeperst wordt */
}

@media (max-width: 768px) {
    .cell {
        flex: 1 1 50%; /* Op kleinere schermen (zoals tablets), maak elke cel 50% breed */
    }
}

@media (max-width: 480px) {
    .cell {
        flex: 1 1 100%; /* Op mobiele schermen, maak elke cel 100% breed voor een gestapelde weergave */
    }
}


.b5 {
    width: 5%;
}
.b90 {
    width:90%;
}

.b30 {
    width: 30%;
}

.b70 {
    width: 70%;
}

.cell input{
    width:100%;
}

/*vraag*/

fieldset{
    margin-top:20px;
    margin-bottom:20px;
}

fieldset label {
    display: block;
    width: 100%;
}

.imgheader{
    width:100%;
}

#cmdAnswer {
    width: 100%;
    height:40px;
    margin-top: 20px; /* Ruimte aan de bovenkant */
    background-color: #344587;
    color: black;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease; /* Maakt de hover-effecten vloeiender */
}

    #cmdAnswer:hover {
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    }


#slider {
    width: 100%;
}


/*popup*/
/* Stijlen voor de overlay */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Zwarte doorschijnende achtergrond */
    z-index: 1;
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    background-color: white;
    border: 1px solid #000;
    /*padding: 20px;*/
}

.fa{
    cursor:pointer;
    margin-left:10px;
}

.headerpopup {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #4dd6d8;
    color: white;
    box-sizing: border-box; /* Voeg deze regel toe */
}

.contentpopup {
    float: left;
    padding: 20px;
    color: black;
    width: 100%;
    box-sizing: border-box;
}

.fa-window-close-o {
    float: right;
    cursor: pointer;
    margin-top:10px;
}

.contentpopup .knop {
    background-color: #4dd6d8;
    color: white !important;
    width: 100%;
    height: 40px;
    margin-top: 20px; /* Ruimte aan de bovenkant */
    color: black;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease; /* Maakt de hover-effecten vloeiender */
}



    .contentpopup button:hover {
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    }



    .regelbeheer{
        float:left;
        width:100%;
        text-align:center;
    }

#linkBeheer{
    color:green;
}

#linkLogin {
    color: green;
}


/*invite*/
.lblInvite {
    float: left;
    width: 100%;
}

.rPersoon{
    float:left;
    width:100%;
}

.rPersoon h4 {
    margin-top: 20px;
}

    .rPersoon h5 {
        margin-top: 20px;
        float:left;
        width:100%;
        margin-bottom:5px;
    }
/*knoppen*/
.btn {
    width: 100%;
    height: 40px;
    margin-top: 20px; /* Ruimte aan de bovenkant */
    background-color: #344587;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease; /* Maakt de hover-effecten vloeiender */
}

.btn:hover {
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

canvas{
    margin-bottom:20px;
}

.titletheme{
    padding-left:25px;
    font-weight:bold;
}

.bot{
    float:left;
    width:100%;
    height:70px;
}
#btnStart {
    margin-top:30px !important ;
    background-color: #b7dbbf;
    width: 30%;
    margin: 0 auto; /* Automatische marges aan de linker- en rechterkant */
    display: block; /* Zorg ervoor dat het element als een blok wordt behandeld */
}

.addrow {
    margin-top:20px !important ;
    float: left;
    text-decoration: none;
    background-color: #b7dbbf;
    width: 30%;
    height: 40px;
    color:black;
    text-align:center;
    line-height: 40px;
    margin: 0 auto; /* Automatische marges aan de linker- en rechterkant */
    display: block; /* Zorg ervoor dat het element als een blok wordt behandeld */
}
.addrow:hover{
    font-weight:bold;
}


.knopdelete {
    width: 70px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px; /* Ruimte aan de bovenkant */
    background-color: #344587;
    color: white;
    margin-left:30px !important;
    border: none;
    cursor: pointer;
    border-radius:5px;
}

.ta{
    width:100%;
    height:300px;
}

.taopm {
    width: 100%;
    height: 300px;
}


.poptext {
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}

.poptextin {
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 9999;
}

.center{
    float:left;
    width:100%;
    text-align:center;
    color:black;
}


.overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.overlay2.hidden {
    display: none;
}
