#logos {
    width: 100%;
    height: 108px;
    background-color: white;
    visibility: visible;
    text-align: left;
    padding-top: 10px;
}
#logos p {
	font-size: 12px;
}
#logos img {
	height: 40px;
	margin-right: 10px;
	border: none;
}
#logos .links {
    padding: 12px;
}
#logos .links a {
    padding: 12px;
}
.content-landing {
    margin-top: 40px;
}
.content-landing-img {
    height: 276px;
    width: 391px;
    background-color: rgba(118,210,182,0.66);
    text-align: center;
    margin-top: 20px;
}
.content-landing-img img {
    opacity: .52;
    height: 100%;
}
.btn {
    height: 37px;
    width: 170px;
    border-radius: 5px;
    text-align: center;
    padding: 16px 0 0 0;
}
.btn a,
.btn span {
    font-size: 16px;
    text-decoration: none;
    color: black;
}
.btn-green {
    background-color: #76D2B6;
}
.btn.plannen-zoeken {
    margin-top: 16px;
    padding: 0px 12px 3px 0;
    border: none;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    height: 47px;
    width: 170px;
}
.btn.plannen-zoeken a,
.btn.plannen-zoeken span {
    color: #000;
}
.btn.plannen-zoeken .chevron.right:after {
    left: 0.32em;
    top: 0.4em;
}
.btn.plannen-zoeken:hover {
    background-color: #1c94c4;
    color: #fff;
}
.btn.plannen-zoeken:hover a,
.btn.plannen-zoeken:hover span {
    color: #fff;
}
.content-landing h1 {
    color: #01689B;
    font-size: 28px;
    font-weight: normal;
    line-height: 36px;
}
.content-landing h2 {
    color: #01689B;
    font-size: 22px;
    font-weight: normal;

}
.content-landing h3 {
    font-size: 16px;
    margin: 6px 0 0 0;
    /*font-weight: normal;*/
}
.content-landing p {
    font-size: 16px;
    line-height: 22px;
}
.content-landing a {
    color: #01689B;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
}
.row.inner {
    margin-right: -4px;
    margin-left: -4px;
}
.col {
    padding: 0 2px 0 7px;
    position: relative;
    flex-grow: 1;
    min-height: 1px;
}
.col.left {
    width: 560px;
}
.col.right {
    width: 381px;
}
.col.left2 {
    width: 200px;
}
.blokje {
    margin-top: 8px;
    height: 66px;
    overflow-y: auto;
}
.blokje2 {
    height: 98px;
    overflow-y: auto;
}
.divider {
    width: 100%;
    height: 3px;
    background-color: #01689B;
    margin: 6px 0;
}