@charset "utf-8";
/* CSS Document */

.contactbalk {
	display: none;
}

.over-header h1 {
	font-size: 30px;
}

.home .over-header h1 {
	font-size: 50px;
}

.over-header p {
	font-size: 14px;
	padding: 0 10px;
}

.page-id-20 .over-header h1 {
    font-size: 25px;
    padding: 0 10px;
}

.rechtsonder {
	font-size: 30px;
	top: calc(90vh - 150px);
}

.rechtsonder > span {
	font-size: 12px;
}

.page-id-17 .over-header .contact-info {
	flex-direction: column;
    text-align: center;
	font-size: 13px;
}

/* GUTENBERG KOLOMMEN MOBIEL */

.wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
	margin-left: 0 !important;
}

