* {
    box-sizing: border-box;
    /*border: 2px solid green;*/
    }
    .container-popup{
        margin-top: 0.5vw;
        margin-bottom: 0.5vw;
        border-bottom: 1px solid darkcyan;
    }
    .form-popup-deelnemer {
        display: _none;
        background-color: rgba(207,226,243,1);
        position: relative;
        bottom: 0;
        right: 15px;
        border: 3px solid #f1f1f1;
        z-index: 9;
    }
    .form-popup-inschrijver {
        display: _none;
        background-color: rgba(207,226,243,1);
        position: relative;
        bottom: 0;
        right: 15px;
        border: 3px solid #f1f1f1;
        z-index: 9;
    }
    .form-container {
        background-color: rgba(207,226,243,1);
        padding: 10px;
    }
    .container {
        z-index: 1;
    }
    button[type="reset"], button[type="button"] {
        font-size: 20px;
        color: #ffffff;
        padding: 10px 20px;
        background: -moz-linear-gradient(top, #2b47ff 0%, #606dfc);
        background: -webkit-gradient(linear, left top, left bottom, from(#2b47ff), to(#606dfc));
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        border: 3px solid #606dfc;
        -moz-box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(0, 115, 255, 1);
        -webkit-box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(0, 115, 255, 1);
        box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(0, 115, 255, 1);
        text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.3);
    }
    .edit-Btn {
        background: seagreen !important;
        border-color: forestgreen !important;
        border-radius: 5px !important;
        /* height: 50px; */
        color: white;
        font-size: 17px !important;
        padding: 3px !important;
        margin: 1px 0 1px 0 !important;/* width: 50px; */
    }
    .edit-Btn>i {
        color: white;
    }
    .delete-Btn {
        background: red !important;
        border-color: orangered !important;
        border-radius: 5px !important;
        /* height: 50px; */
        color: white;
        font-size: 17px !important;
        padding: 3px !important;
        margin: 1px 0 1px 0 !important;/* width: 50px; */
    }
    .delete-Btn>i {
        color: white;
    }
    .blue-Btn {
        background: blue !important;
        border-color: lightseagreen !important;
        border-radius: 5px !important;
        /* height: 50px; */
        color: white;
        font-size: 17px !important;
        padding: 3px !important;/* width: 50px; */
        margin-bottom: 0.5vw;
    }
    .grey-Btn {
        background: grey !important;
        border-color: lightgrey !important;
        border-radius: 5px !important;
        /* height: 50px; */
        color: white;
        font-size: 17px !important;
        padding: 3px !important;/* width: 50px; */
    }
    .grey-Btn>i {
        color: white;
    }
    .blue-Btn>i {
        color: white;
    }
    .blue-Btn>a {
        color: white;
    }
    .table {
        border-collapse: collapse;
        width: 100%;
    }
    .table>thead>tr>th, .table>tbody>tr>td {
        padding-left: 5px;
        padding-right: 5px;
        background-color: rgba(207,226,243,1);
    }
    hr:not([size]) {
        height: 5px;
        color: tomato;
    }
    .stuurbord-pos {
        position: relative;
        margin-left: 10px;
    }
    body {
        background-color: rgba(207,226,243,1);
    }

/* Vanaf hier nieuwe css toegepast */
* {/* Voor debuggen borders elementen html */
    /*border: 2px solid green*/
}
.bkov, .sneig {
    border-top-right-radius: 0.5vw;
    border-top-left-radius: 0.5vw;
    border-bottom-right-radius: 0.5vw;
    border-bottom-left-radius: 0.5vw;
}
.bkov, .sneig {
    width: 15vw;
    height: 2.5vw;
    background-color: #2b47ff;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    margin-top: 1vw;
    margin-bottom: 1vw;
}
.sneig {
    margin-top: unset;
}
.bkov:hover, .sneig:hover, #bkovID:hover {
    cursor: pointer;
    background-color: #1f36c9;
}
.txt {
    font-size: 1vw;
    text-shadow: 0.2vw 0.2vw 0.2vw rgb(0, 0, 0);
    color: white;
}
.gordel {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.formCenter {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.iframeTest {
    height: 40vw;
    width: 80vw;
    border: 2px solid green;
}
.midPagina {
    height: 98vh;
}
.Hastag_test {
    height: 500vw;
}
.BodyColor2 {
    background-color: rgb(250, 250, 250);
}
/* tabs */
.mytabs {
    background-color: lightblue;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    padding: 0px;
    color: white;

}
.mytabs .radio {
    display: none  ;
}
.tabs input[type="radio"] {


}

.mytabs label {
    padding: 0px;
    width: 100%;
    height: 25px;
    background: blue;
    text-align: center;
    border-radius: 2px;
}
.container {
    font-size: 1vw;
}
@media (min-width: 768px) {
    .mytabs label {
        padding: 0px;
        width: 200px;
        height: 25px;
        background: blue;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        text-align: center;

    }
    .container {
        font-size: 1.5vw;

    }
    .container h3 {
        font-size: 2vw   }
}
@media (min-width: 1200px) {

    .mytabs label {
        padding: 0px;
        width: 300px;
        height: 1.8vw;
        background: blue;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        text-align: center;

    }

    .container {
        font-size: 1vw;

    }

    .container h3 {
        font-size: 2vw
    }
}

    .mytabs .tabs {
        padding: 0.5vw;
        border-radius: 5px;
        border-top-left-radius: 0px;
        width: 100%;
        order: 1;
        background: darkblue;
        display: none;

    }

    .mytabs input[type="radio"]:checked + label + .tabs {
        display: block;

    }

    .mytabs input[type="radio"]:checked + label + .tabs label {
        padding: 2px;
        width: auto;
        height: auto;
        background: none;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        text-align: left;


    }


    .mytabs input[type="radio"]:checked + label {
        background: darkblue;
    }

.labelLaag {
    margin-bottom: 0vw;
    border-bottom: 1px blue;
    width: 100%;

}

.header1 {
    background-color: lightsteelblue;
    color: black;
    padding: 0.5vw;
    width: 100%;
}
.txt1 {
    font-size: 1vw;
}
@media only screen and (max-width: 876px) {
    .txt1 {
        font-size: 1.5vw;
    }
}