﻿
.catimg {
    margin-top:20px;
    padding-left:0px;
}

.ZijkantBlauw {
    padding-bottom:20px;
}

label {
  /*font-size: 0.875rem;
  color: #4d4d4d;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;*/

  -webkit-appearance: none;
  border-radius: 0;
  /*background-color: #FFFFFF;*/
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  /*color: rgba(0, 0, 0, 0.75);*/
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; 

}

.HoofdUitleg {
    color:black;
    white-space:pre-line;
}

.partnerlogoos img{
    height:60px;
    margin:20px;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}