/* @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); */


/* @font-face {
	font-family: 'forma-djr-micro',sans-serif;
	font-weight: 500;
	font-style: italic;
} */

/* @font-face {
	font-family: 'pragmatica',sans-serif;
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'pragmatica',sans-serif;
	font-weight: 400;
	font-style: italic;
} */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}

html, body {
	font-family: 'pragmatica', 'sans-serif';
	overflow-x: hidden;
}

.typografie-stijl{
	position: relative;
	font-family: 'pragmatica';
	font-size: 16px;
}

.filters-en-omschrijving {
	position: relative;
	font-family: 'pragmatica';
	font-size: 16px;
}
.filters-en-omschrijving + .filters-en-omschrijving {
	padding-top: 5.5px;
}
.filters-en-omschrijving.type,
.filters-en-omschrijving.year {
		padding-left: 2.25em;
		width: calc(100% - 10px);
}
.filters-en-omschrijving.type > button:first-child,
.filters-en-omschrijving.year > button:first-child {
	position: absolute;
	top: 0; left: 0;
}
.filters-en-omschrijving.type > button:first-child {
	top: 5.5px
}

.top-bar {
	padding: 10px;
}
.top-bar:after {
	clear: both;
	float: none;
	width: 100%;
	content: '';
	display: block;
}

h1.typografie-stijl {
	display: inline-block;
}

h1{
	font-weight: 400;
	padding-bottom: 20px;
}

p{
/* 	position: relative;
	width: 686px;
	max-width: 100%;
	padding-left: 11px;
 */
}

.contact{
	font-size: 15px;
	float: right;
}

.grid-container {
	display: grid;
	grid-gap: 10px 10px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: max-content;
	padding: 0.5em 10px 1.5em;
}

.grid-item {
	font-family: 'pragmatica';
	height: fit-content;
	padding: 0 0 3.75em;
	position: relative;
	background-color: transparent; /* rgba(196, 196, 196, 1); */
	font-size: 10px;
	text-align: center;
	box-sizing: border-box;
}

.grid-item h2 {
	font-family: 'pragmatica';
	position: absolute;
	bottom: 10px;
	left: 1px;
	opacity: 1;

	font-size: 15px;
	/* color: white; */
}
.grid-item:hover h2 {
	font-family: 'pragmatica';
	/* position: absolute;
	bottom: 10px;
	left: 10px;
	opacity: 1;

	font-size: 15px; */
	/* color: white; */
}
.grid-item:hover h2:after {
		position: relative;
		top: 1px;
		content: ' ⟶';
		/* font-size: 20px; */
		display: inline-block;
	}
.grid-item:hover img {
	opacity: 100;
}
.grid-container.project-detail .grid-item { padding: 0 }

a {
	color: black;
	text-decoration: none;
}

a:visited, a:active {
	color: black;
}

a:hover {
  /* color: blue; */
	font-style: italic;
}

/* .grid-item h2 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 96px;
	color: #000;
		opacity: 0;
} */

.grid-item img {
	/* height: 100%; */
	/* max-height: 100vh; */
	width: 100%;
	object-fit: contain;
}

.description{
	margin-top: 0;
	position: relative;
	/* column-count: 2; */
	display: inline-block;
	width: 686px;
	max-width: 100%;
	padding-left: 11px;
	padding-right: 11px;
	vertical-align: top;
}
.description h2 {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
}
.description p {
	margin-bottom: 1em;
/* 	padding-left: 0; */

	line-height: 1.2em;
}

.details {
	position: relative; /* absolute; */
	top: 0; left: 21px; /* max(708px, 50vw); */
	width: min(100vw - 721.5px, 50vw);

	padding-top: 1.5em;
	padding-left: 5.5px;
	padding-right: 11px;

	display: inline-block;
	vertical-align: top;
}
.details p {
/* 	padding-left: 0; */
	max-width: 100%;
	font-size: 0.7em;
	line-height: 1.2em;
	/* font-size: 0.9em;
	line-height: 1.2em; */
}
.description.no-text + .details { padding-top: 0 }

/* top-bar:hover a{
	color: blue;
} */


.project.hide {
	display: none;
}

button{
	background: none;
	font-family: 'pragmatica';
	font-size: 16px;
	color: black;
	padding-left: 11px;
	margin-top: 0;
}

button:hover,
button.activeFilter {
	/* color: blue; */
	font-style: italic;

}

/* .p{
	font-size: 10px;
} */


	.contact {
/* 		float: none; */
 		margin-top: 0.5em;
		margin-bottom: 1em;
		text-align: right;
		display: block;
	}
	.contact > * {
		font-size: 0.7em;
		line-height: 1.2em;
	}
	.contact > *:after {
		width: 100%;
		height: 0.125em;
		content: '';
		display: block;
	}

@media screen and (max-width: 924px) {
	.details {
		position: static;
		width: 100%;
		padding-top: 0;
		padding-left: 11px;
		padding-bottom: 1em;
	}
	.description.no-text + .details { padding-top: 1em }
}


@media screen and (max-width: 768px) {
	.contact {
		float: none;
		margin-top: -0.5em;
		margin-bottom: 1em;
		text-align: left;
		display: block;
	}
	.contact > * {
		font-size: 0.7em;
		line-height: 1.2em;
	}
	.contact > *:after {
		width: 100%;
		height: 0.125em;
		content: '';
		display: block;
	}
}


@media screen and (max-width: 500px) {
	.grid-container {
		/* display: grid;
		grid-gap: 10px 10px; */
		grid-template-columns: 1fr;
		/* padding: 0.9em 10px 10px; */
	}

	h1.typografie-stijl span.nobr {
	white-space:nowrap
	}


	h1.typografie-stijl nobr {
	white-space:normal
	}
}

.footer {
	position: relative;
	padding: 0 11px 3em; /*  11px; */
	font-size: 0.7em;
	left: 0;
	bottom: 0;
	width: 100%;
	/* background-color: red; */
	color: black;
	text-align: center;
}
.footer > p { margin-bottom: 1em }
.footer,
.footer > *,
.footer a {
	font-size: calc(0.7 * 15px);
	line-height: 1.2em;
	text-align: left;
}
.footer a:after {
	width: 100%;
	height: 0.125em;
	content: '';
	display: block;
}

iframe {
width:100%;
height: auto;
background: black;
}

h2 {
	font-weight: normal;
}


/* .footer {
	margin-top: 0.5em;
	margin-bottom: 1em;
	text-align: right;
	display: block;
}
.footer > * {
	font-size: 0.7em;
	line-height: 1.2em;
}
.footer > *:after {
	width: 100%;
	height: 0.125em;
	content: '';
	display: block;
} */

/* @media screen and (max-width: 768px) {
	.footer {
		float: none;
		margin-top: -0.5em;
		margin-bottom: 1em;
		text-align: left;
		display: block;
	}
	.footer > * {
		font-size: 0.7em;
		line-height: 1.2em;
	}
	.footer > *:after {
		width: 100%;
		height: 0.125em;
		content: '';
		display: block;
	}
} */
