@charset "utf-8";
/* CSS Document */

header {
	padding-top: 60px;
}

/* PROJECTEN */

.catbalk {
	margin: 0;
}

.projecten {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.project > a .text-overlay h2 {
	font-size: 22px;
}

.project > a .text-overlay p {
	font-size: 14px;
}

.project > a .text-overlay .laura, .project > a .text-overlay .jorick {
	font-size: 12px;
	padding: 0 8px;
	margin-bottom: 4px;
}

/* AGENDA */

.agenda-item {
	flex-direction: column;
}

.agenda-item .links, .agenda-item .midden, .agenda-item .tickets {
	flex: 0 0 auto;
	padding: 0;
}

.agenda-item .links {
	display: flex;
	justify-content: space-between;
}

.agenda-item .links h3 {
	line-height: 1;
	margin-top: 7px;
}

.agenda-item .midden h3 {
	margin-bottom: 12px;
}

.agenda-item .tickets {
	justify-content: flex-end;
}

/* SINGLE PROJECT */

.single-project h1.entry-title {
	float: none;
	margin-bottom: 12px;
}

.single-project h3.gezelschap {
	float: none;
	margin: 0 0 12px 0;
	padding: 0;
}

img.uitgelichte-foto {
	width: 50vw;
	height: 75vw;
}

div.blokje {
	float: none;
	clear: both;
	width: 100vw;
	margin: 0 -12px 24px -12px;
	padding: 24px;
}

.blokje h2:first-child {
	margin-top: 0;
}

/* OVER ONS */

.page-id-50 .entry-content .wp-block-columns > .wp-block-column {
	padding: 0;
}

/* HOMEPAGE */

.page-id-12 h1 {
	margin: 50px 0 24px 0;
}

/* 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 */
.single-project .entry-content .wp-block-gallery {
	float: none;
	margin: 24px -12px 24px -12px;
	width: 100vw;
}

.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image, .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image img {
	height: 75vw;
	max-width: none;
}

/* FOOTER */
body > footer p {
	font-size: 12px;
}