﻿body {
    font-family: arial, verdana;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #3EC2E2;
}

.container{
    width:80%;
    max-width: 80%;
    height: 80%;
    margin:auto;
    height: 400px;
    padding-top: 5%;
}

.header {
    font-family: arial;
    color: #fff;
    font-size: 2vw;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 2px 5px rgba(0,0,5,0.2);
    margin: auto;
}
.header h1 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 2vw;
    color: #fff;
    text-align: center;
    margin-top: 2%;
}

.content {  
    overflow: hidden;
    padding-top: 5%;
    padding-bottom: 10%;
    padding-left: 1%;
    padding-right: 1%;
}
.tabel1 {
    width: 16%;
    float: left;
    background: #8AC8C6;
    margin-top: .2%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}
.tabel2 {
    background: #48A9A6;
    width: 16%;
    float: left;
    -webkit-box-shadow: 0px 2px 17px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 17px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 17px 4px rgba(0,0,0,0.75);
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 1);*/
    position: relative;
}
.tabeleaglebe {
    background: #48A9A6;
    width: 16%;
    float: left;
    -webkit-box-shadow: 0px 2px 17px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 17px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 17px 4px rgba(0,0,0,0.75);
    position: relative;
}
.tabel3 {
    background: #8AC8C6;
    width: 16%;
    float: left;
    margin-top: .2%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}
.tabel4 {
    background: #48A9A6;
    width: 16%;
    float: left;
    -webkit-box-shadow: 0px 2px 17px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 17px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 17px 4px rgba(0,0,0,0.75);
    position: relative;
}
.tabeltvv {
    background: #8AC8C6;
    width: 16%;
    float: left;
    margin-top: .2%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}

.tabelGa {
    width: 100%;
    height: 20%;
    margin-top: 10%;
    background: #8AC8C6;
    text-align: center;
}
.tabelCenterGa {
    width: 100%;
    height: 50%;
    margin-top: 1%;
    background: #48A9A6;
    text-align: center;
}
/*opmaak Headers*/


.tabelIcon {
    width: 100%;
    height: 10%;
    margin-top: 10%;
    background: #357B79;
    text-align: center;
}
.tabelCenterIcon {
    width: 100%;
    height: 30%;
    margin-top: 20%;
    background: #357B79;
    text-align: center;
}

h1 {
    font-size: 2vw;
    color: #fff;
    text-align: center;
    line-height: 3;
}
h2 {
    text-align: center;
    font-size: 42vw;
    color: #fff;
    text-decoration: none;
}

.gaImage {
    width: 40%;
    height: auto;
}
.onderImage {
    width: 30%;
    height: auto;
}
