@charset "utf-8";
/* CSS Document */

header > a {
	width: 100vw;
	margin-top: 0;
}

#content, .page-id-24 #content, .page-id-30 #content, .page-id-28 #content, .single-post #content {
	max-width: 100%;
	padding-top: 64px;
}

.main-col, .single-post .main-col {
	min-height: calc(100dvh - 84px);
	padding-top: 12px;
	padding-bottom: 60px;
}

/* PROJECTEN */

.project {
	border: none;
	border-right: 10vw solid transparent;
	border-left: 10vw solid transparent;
	margin-bottom: 10vw;
}

.project > a, .affiches .project > a, .page-id-30 .project:nth-of-type(2) > a, .page-id-30 .project:nth-of-type(4) > a, .page-id-30 .project:nth-of-type(5) > a, .page-id-30 .project:nth-of-type(6) > a, .page-id-30 .project:nth-of-type(7) > a {
	margin: 0;
}

/* SINGLE PROJECT */

.single-post .entry-content {
	padding: 0;
}

a.terugknop {
	position: absolute;
	top: auto;
	bottom: 30px;
	right: 12px;
	z-index: 1;
}

/* PAGINA CONTACT */

.page-id-38 .main-col {
	background-size: 170% auto;
	background-position: center center;
}

p.contact {
	font-size: 4vw;
	position: absolute;
	top: 50%;
	left: 17%;
}

/* GUTENBERG KOLOMMEN MOBIEL */

#content .wp-block-columns .wp-block-column:not(:only-child), footer.container-fluid .wp-block-columns .wp-block-column:not(:only-child) {
	flex-basis: 100% !important;
	margin-left: 0 !important;
}

/* GALLERY */
.wp-block-gallery.columns-3 figure.wp-block-image, .wp-block-gallery.columns-default figure.wp-block-image, .wp-block-gallery.columns-4 figure.wp-block-image, .wp-block-gallery.columns-5 figure.wp-block-image, .wp-block-gallery.columns-6 figure.wp-block-image, .wp-block-gallery.columns-7 figure.wp-block-image, .wp-block-gallery.columns-8 figure.wp-block-image {
	width: 49% !important;
}