.pagecontainer
{
	width: 90%;
}
#topbalkcontainer.smallheight {
    height: 130px;
}
#topbalk.smallheight #menu > ul {
    margin-top:  -36px;
}
#topbalk.smallheight #toplogo {
    height: 100px;
}

#content {
    padding-right: calc(30% + 15px);
}
#titlecontainer {
    height: auto;
}
.titleh1 {
    font-size: 60px;
    margin-top: 60px;
    line-height: 60px;
    margin-bottom: 50px;
}
#blauwkader {
    width: 30%;
    top: -80px;
}
#homerechtskader {
    width: 30%;
}

.turbine-text {
    width: 100%;
}

@media (max-width: 1000px) {
    .turbine-block {
        flex-basis: calc(100% - 40px);
    }

}