html, body {
    height: 100%;
}

.kader {

}

.tabel {
    background: white;
}

.kolom {

}

.cel {
    padding: 5px;
    background: #FFCCCC;
    min-height: 225px;

}

.imgright {
    float: right;
    margin-right: 10px;
    padding-top: 10px;
    
}

p {
    font-family: Tahoma; 
    font-size: 0.875em; /* 14px/16=0.875em */
    font-style: normal;
    font-weight: 500;
    color: #a16e9e;
    padding-left: 10px;
}

h2{
    font-family: Tahoma; 
    font-size: 1.875em; /* 30px/16=1.875em */
    font-style: normal;
    font-weight: 500; 
    color: #9fd6c9;
    padding-left: 10px;
}

h6{
    font-family: Tahoma; 
    font-size: 0.875em; /* 14px/16=0.875em */
    font-style: normal;
    font-weight: 500; 
    color: #9fd6c9;
    
    padding-left: 10px;
    bottom: 5px;
}

/* dropdownbutton */
.dropbtn {
    background-color: #FFCCCC;
    color: #a16e9e;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-family: Tahoma;
    margin-top: 5px;
    min-width: 175px; 
    text-align: left;
}

.dropdown {
    position: relative;
    display: inline-block;
    padding-left: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFCCCC;
    min-width: 175px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: #a16e9e;
    font-family: tahoma;
    font-size: 0.875em; /* 14px/16=0.875em */
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #FFCCCC;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #FFCCCC;
}

/* footer */
.voettekst {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding-bottom: 0px;
    padding-top: 5px;
    padding-left: 10px;
    min-width: 100%;
    background-color: #9fd6c9;
    font-family: tahoma;
    font-size: 0.875em; /* 14px/16=0.875em */    
}

/* MEDIA QUERIES*/
@media only screen and (max-width : 700px),
only screen and (max-device-width : 700px){
	.wrapper {min-height: 83%;}
}

@media only screen and (max-width : 400px),
only screen and (max-device-width : 400px){
	.wrapper {min-height: 91%;}
}