@font-face {
	font-family: 'museosans';
	font-style: normal;
	font-weight: normal;
	src: 	url('../_incf/MuseoSansRounded-500.otf') format('opentype');
}
@font-face {
	font-family: 'museosans';
	font-style: normal;
	font-weight: 700;
	src: 	url('../_incf/MuseoSansRounded-700.otf') format('opentype');
}
@font-face {
	font-family: 'urbanist';
	font-style: normal;
	font-weight: normal;
	src: 	url('../_incf/Urbanist-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'icecream';
	font-style: normal;
	font-weight: normal;
	src: 	url('../_incf/Hanoded - Ice Cream Man Regular.otf') format('opentype');
}
* { box-sizing: border-box; }
:root {
	--fontsize1: 1.25rem;
	--fontsize2: 1.8rem;
	--fontsize3: 3rem;
	--yellow: #ffcc00;
	--darkblue: #004c89;
	--lightblue: #cfd4e7;
	--white: #ffffff;
	--black: #000000;
}
html {
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
}
body {
	border: 0; margin: 0; padding: 0;
	font-family: 'museosans';
	font-size: var(--fontsize1);
	line-height: 1.3;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
iframe {
	border: 0;
	width: 100%;
}
table {
	font-size: var(--fontsize1);
	border-spacing: 0;
}
table tr td {
	padding-left: 4px;
	padding-right: 4px;
}
img.last-img {
	display: block;
    position: relative;
    bottom: -20px;   /* of transform: translateY(50px) */
    z-index: 10;	
}
.center {
	text-align: center;
	text-align: left;
}
#site {
	padding-left: 6vw;
	padding-right: 6vw;
	padding-top: 20px;
}
#hamburger {
	display: none;
}
div.pagecontent {
	background-color: white;
	margin-bottom: 10vw;
	padding-top: 5rem;
	width: 100vw;
}
#logo {
	height: 9rem;
	margin-left: calc(5vw - 0.87rem);
}
div.menuholder {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: white;
	width: 100vw;
	padding-left: 6vw;
	padding-right: 6vw;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
nav {
	float: right;
	margin-top: 4rem;
	color: var(--darkblue);
	font-size: calc(1.15 * var(--fontsize1));
}
span.divider {
	color: var(--darkblue);
	margin-left: 0.5em;
	margin-right: 0.5em;
}
div.section {
	position: relative;
	margin-left: -6vw;
	padding-left: 6vw;
	margin-right: -6vw;
	padding-right: 6vw;	
	width: 100%;
}
div.section.strip {
	height: 15vw;
	margin-bottom: 2rem;
	margin-top: -8rem;
}
div.section.last {
	background-color: var(--darkblue);
	height: 1rem;
}
div.header {
	color: var(--darkblue);
	font-size: var(--fontsize3);
}
div.introtext {
	color: var(--darkblue);
	font-size: var(--fontsize2);
	width: calc(50% - 2.5vw);
}
div.twocolumscontainer {
	padding-left: 5vw;
	padding-top: 3vw;
	padding-right: 5vw;
	padding-bottom: 3vw;
	width: 100%;
}
div.section.strip div.twocolumscontainer {
	padding-top: 0;
	padding-bottom: 0;
}
div.section.mainimage {
	height: 40vw;
}
div.section.mainimage img {
	width: 100%;
	height: 40vw;
	object-fit: none;
	object-position: 40% 40%;
}
div.section.intro {
	margin-bottom: -3.5vw;
}
div.section.intro div.twocolumns div:first-child {
	display: flex;
	align-items: center;
}
div.section.intro img,
div.section.intro img.last-img {
	display: inline-block;
	width: 16.25vw;
	height: 14vw;
	object-fit: cover;
	margin-bottom: 3.5vw;
	bottom: unset;
}
div.section.intro img:nth-child(odd) {
	margin-right: 3.5vw;
}
div.twocolumns {
	display: flex;
	justify-content: space-between;
	gap: 5vw;
}
div.twocolumns > div {
	flex: 1;
}
div.twocolumns img {
	max-width: 100%;
	height: auto;
}
.subheader {
	color: var(--darkblue);
	font-size: var(--fontsize2);
	display: inline-block;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
div.twocolumns > div > p:first-of-type .subheader {
	margin-top: 0;
}
.quote {
	font-family: icecream;
	font-size: 3rem;
	line-height: 1em;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	height: 15vw;
	align-items: center;
	display: flex;
}
div.strip div.twocolumns > div {
	align-items: center;
	display: flex;
	height: 15vw;
}
div.section.mainimage .quote {
	position: absolute;
	left: 5vw;
	bottom: -20%;
	overflow: visible;
	background-color: var(--yellow);
	color: var(--white);
	z-index: 10;
	padding-left: 4rem;
	padding-right: 4rem;
}
div.section.logos div.twocolumns > div  {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
div.section.logos img,
div.section.logos img.last-img {
	display: inline-block;
	max-width: 80%;
	max-height: 8vw;
	height: auto !important;
	width: auto !important;
	bottom: unset;
}
#contactform {
	background-color: var(--white);
	padding: 1rem;
	margin-top: -3rem;
}
#contactform input,
#contactform textarea {
	border: 1px solid var(--yellow);
	border-radius: 0.5em;
	width: 100%;
	padding: 0.25em;
	font-family: museosans;
	font-size: var(--fontsize1);
}
input:focus {
    outline: none;
    box-shadow: none;
}
#contactform button {
	border: 1px solid var(--yellow);
	border-radius: 0.5em;
	padding: 0.25em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: var(--fontsize1);
	background-color: var(--yellow);
	color: var(--black);
	cursor: pointer;
}
@media only screen and (max-width: 1257px) {
	nav {
		margin-top: 0;
	}
	#section1 {
		margin-bottom: 3rem;
	}
}
@media only screen and (max-width: 768px) {
	:root {
		--fontsize1: 1.15rem;
		--fontsize2: 1.3rem; 
		--fontsize3: 2rem;
	}
	html {
		overflow-x: hidden;
	}
	body {
		overflow-x: hidden;
		line-height: 1.3;
	}
	div.menuholder {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	div.pagecontent {
		padding-top: 4rem;
	}
	
	#hamburger {
		display: inline-block;
		z-index: 1001;
		position: fixed;
		right: 4vw;
		top: 7vw;
		width: 12vw;
		height: 6.8vw;		
	}
	#logo {
		width: 60vw;
		height: calc(1.3 * 827 / 2920 * 60vw);
		margin-left: -2.17vw;
	}
	div.introtext {
		width: 100%;
	}
	div.twocolumscontainer {
		padding-left: 0;
		padding-right: 0;
	}
	div.twocolumns {
		display: block;
	}
	div.twocolumns div {
		margin-bottom: 2rem;
	}
	div.section.strip {
		margin-top: 0;
	}
	#contactform {
		margin-top: 0;
	}
	img.last-img {
		bottom: unset;
	}
	div.section.intro img, div.section.intro img.last-img {
		margin-bottom: 6.8vw;
		width: 39vw;
		height: 32vw;
	}
	div.section.intro img:nth-child(2n+1) {
		margin-right: 6.7vw;
	}
	div.menu nav {
		display: none;
		background-color: var(--yellow);
		color: var(--darkblue);
		width: 100vw;
		float: none;
		padding-left: 6vw;
		padding-top: 1rem;
		padding-bottom: 2rem;
		position: fixed;
		left: 0;
		top: 25vw;
	}
	div.menu div a {
		display: block;
		width: 92%;
		border-bottom: 1px solid var(--white);
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	span.divider {
		display:none;
	}
	div.section.mainimage {
		height: 60vw;
		margin-bottom: 4rem;
	}
	div.section.mainimage > div {
		margin-left: -6vw;
		margin-right: -6vw;
	}
	div.section.mainimage img {
		object-fit: cover;
		height: 60vw;
	}
	div.section.mainimage .quote {
		display: block;
		padding-left: 3rem;
		padding-right: 3rem;
		left: 6vw;
		width: auto;
		height: 35vw;
	}
	div.strip div.twocolumns {
		display: flex;
	}
	.quote {
		font-size: 2rem;
		height: 20vw;
		text-align: center;
		width: 100%;
		justify-content: center;  
	}
	div.section.strip {
		height: 25vw;
		padding-top: 5vw;
	}
	div.strip div.twocolumns > div.empty {
		display: none;
	}
}
@media only screen and (min-width: 1921px) {
	body {
		width: 100vw;
	}
	div.pagecontent {
		width: 1920px;
		padding-left: calc(0.5 * (100vw - 1920px));
		padding-right: calc(0.5 * (100vw - 1920px));
	}
	div.menuholder {
		width: 1920px;
		margin-left: calc(0.5 * (100vw - 1920px));
		margin-right: calc(0.5 * (100vw - 1920px));
		padding-left: 0;
		padding-right: 0;
	}
	div.section {
		width: 1920px;
	}
	div.twocolumscontainer {
		width: 1690px;
		padding-left: 96px;
		padding-right: 96px;
		padding-top: 58px;
		padding-bottom: 58px;
	}
	div.twocolumns {
		gap: 96px;
	}
	div.section.intro img, div.section.intro img.last-img {
		margin-bottom: 67px;
		width: 312px;
		height: 268px;
	}
	div.section.intro img:nth-child(2n+1) {
		margin-right: 67px;
	}
	#section1 {
		padding-left: 0;
		padding-right: 0;
	}
}
