* {
    box-sizing: border-box;
}

html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #cdfecf;
}

header{
    width: 100%;
    height: auto;
}

.bord {
    margin-left: 500px;
    height: 300px;
    margin-top: 250px;
}

.logo {
    width: 100px;
    height: 100px;
    padding: 15px;
    margin: 0px;
}

.bar {
    width: 100%;
    height: 12vh;
    background-color: #54ac81;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 2px solid black;
}
.linksMenu {
    display: flex;
}
.links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px;
    font-size: 2rem;
    padding: 10px;
    border-radius: 5px;
}
a {
    list-style-type: none;
    text-decoration: none;
    color: white;
    padding: 10px;
}
.achtergond {
    height: 89vh;
}
.ttt {
    font-size: 16px;
}
.txt {
    
    
    font-size: 25px;
    height: 200px;
}
.head_tekst{
    font-size: 25px;
}
.head_tekst {
    color: white;
    font-size: 5rem;
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-right: 500px;
}
.box-red{
    width: 50%;
    height: 50%;
    font-size: 25px;
    border: 2px solid black;
    border-radius: 2px;
    box-shadow: 3px 3px green;
    margin: 1%;
}
p{
    padding: 20px;
    color: black;
}
.box-blue{
    width: 50%;
    height: 50%;
    font-size: 25px;
    border: 2px solid black;
    border-radius: 2px;
    box-shadow: 3px 3px green;
    margin: 1%;
}
.links:hover {
    background-color: green;
    border-radius: 50px;
}

.website {
    height: 89%;
    width: 100%;
}
.colums {
    display: flex;
    height: auto;
    width: 25%;
    padding: 5px;
    border: 2px solid black;
    border-radius: 5px;
    flex-direction: column;
    background-color: darkorange;
}
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    border: solid black 1px;
}

input[type=submit]:hover {
    background-color: green
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
.formulier {
    width: 100%;
    height: 89%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.form_tekst {
    display: flex;
    font-size: 2rem;
}
.plaats {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}
.plaats2 {
    width: 75%;
}
.midden {
    display: flex;
    font-size: 2rem;
}

@media (max-width: 1000px) {
    .box-red{
        font-size: 15px;
    }
    .box-blue{
        font-size: 15px;
    }
}
@media (max-width: 400px) {
    .box-red{
        font-size: 10px;
    }
    .box-blue{
        font-size: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .bar {
        width: 100%;
        height: auto;
        background-color: #54ac81;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-bottom: 2px solid black;
        align-items: center;
    }
    .linksMenu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
    