body {
    background-color: #f2f2f2;
    font-family: sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: sans-serif;
    font-weight: 200;
}

/*.achtergrond{
    background-image: url('../img/background7.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
}*/

.achtergrond:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      background: url('../img/background7.jpg') center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

.logomidden{
    width: 60vw;
    margin: 10px;
}

.loginvelden{
    margin-top: 20vw;
    color: #ffffff;
}

@media (orientation:landscape) {
    .logomidden{
        width: 15vw;
        margin: 10px;
    }

    .loginvelden{
        margin-top: 5vw;
    }
}

.pagina {
    min-height: 80vh;
    padding-bottom: 50px;
}

.pagina hr {
    color: #da2027;
    background-color: #da2027;
    width: 30%;
    height: 3px;
}

.pagina .titel {
    font-size: 20px;
    margin-top: 10px;
}

.pagina .inhoud {
    font-size: 14px;
}

.titelbalk {
    background-color: #ffffff;
    /*color: #ffffff;*/
}

.menu {
    z-index: 999999;
    position: fixed;
    bottom: 0;
    height: 50px;
    background-color: #DBDBDB;
}

.menuitem {
    display: inline-block;
    width: 25vw;
}

.menuitem img {
    width: 30px;
    margin: 10px;
}

.nieuwsitem {
	margin: 10px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.38);
}

.nieuwsitem img {
    width: 100%;
}

.nieuwsitem h1 {
    font-size: 20px;
    padding: 20px;
}

.nieuwsbericht img {
	margin-top: 15px;
    width: 100%;
}

.nieuwsbericht {
    font-size: 14px;
}

.nieuwsbericht h1 {
    font-size: 20px;
}

.meerKnop {
    background-color: #ffffff;
    border-top: 1px solid #da2027;
    text-align: right;
    font-weight: bold;
    background-color: #DBDBDB;
    padding: 5px;
    padding-right: 10px;
    font-size: 16px;
}

.inhoudButton {
    min-height: 100px;
    height: 100px;
    width: 100%;
    display: table;
    /*border: 1px solid #000000;*/
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    background-color: #ffffff;
    font-size: 16px;
    opacity: 0.9;
}

.inhoudButton p {
    display: table-cell;
    vertical-align: middle;
}

.onderdeel {
    margin-bottom: 10px;
    font-size: 14px;
}

.onderdeelTitel {
    background-color: #da2027;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

.aandachtspuntenitem img {
    width: 90%;
    margin-left: 10px;
}

.aandachtspuntenitem {
    font-size: 14px;
}

.aandachtspuntenitem h1 {
    font-size: 20px;
}

.memositem img {
    width: 90%;
    margin-left: 10px;
}

.memositem h1 {
    font-size: 16px;
}

.memositem p {
    font-size: 14px;
}

.mediaitem img {
    width: 90%;
    margin-left: 10px;
}

.mediaitem h1 {
    font-size: 20px;
}

.mediaitem p {
    font-size: 14px;
}
