body{
    background-color: #36a7e9;
}

#header{
    background-image: url();
    background-color: #36a7e9;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
}

.footer-right {
    padding: 5px;
  }

.header-subpage{
    height:200px;
}

.navbar-brand{
    font-size: 1.4rem;
    font-weight: 600;
    width:100%;
}

.navbar-brand img{
    width:120px;
    margin-right: 0;
}

.navbar-gemlogo{
    width:50px;
}

#footer{
    background-color: #36a7e9;
}

.rand-rood {
    background-image: url(./img/rand-blauw.svg);
}

.btnSelectKandidaat {
    width:100px;
    font-size:18px;
    color:#ffffff;
    background-color: #36a7e9;
    border-radius: 10px;
}

.kbm_button{
    font-size:18px;
    color:#ffffff;
    border-radius: 10px;
    background-color: #36a7e9;
}

.kbm_button:hover{
    background-color: #08202e;
}

.kbm_picture{
    height: 100px;
    overflow: hidden;
    border: 0;
    display: block;
}

.kbm_formgroupitem{
    margin:5px;
}

.kbm_formfield{
    width:100%;
    max-width:300px;
}

h1, h2, h3 {
	text-transform: none;
}

.kbm_content {
	text-align: left;
}