/*
	Theme Name: Eerlijk & Bijzonder
	Author: Z2
	Version: 1.0
*/

@import url("//hello.myfonts.net/count/39fa89");
@font-face {font-family: 'GillSansMTPro-Bold';src: url('static/webfonts/39FA89_0_0.eot');src: url('static/webfonts/39FA89_0_0.eot?#iefix') format('embedded-opentype'),url('static/webfonts/39FA89_0_0.woff2') format('woff2'),url('static/webfonts/39FA89_0_0.woff') format('woff'),url('static/webfonts/39FA89_0_0.ttf') format('truetype');}
@font-face {font-family: 'GillSansMTPro-Medium';src: url('static/webfonts/39FA89_1_0.eot');src: url('static/webfonts/39FA89_1_0.eot?#iefix') format('embedded-opentype'),url('static/webfonts/39FA89_1_0.woff2') format('woff2'),url('static/webfonts/39FA89_1_0.woff') format('woff'),url('static/webfonts/39FA89_1_0.ttf') format('truetype');}
@font-face { font-family: 'Encode Sans'; font-style: normal; font-weight: bold; src: url('static/webfonts/encodesans-semibold-0087-webfont.woff2') format('woff2'), url('static/webfonts/encodesans-semibold-0087-webfont.tff') format('truetype'), url('static/webfonts/encodesans-semibold-0087-webfont.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Encode Sans'; font-style: normal; font-weight: normal; src: url('static/webfonts/encodesans-regular-0079-webfont.woff2') format('woff2'), url('static/webfonts/encodesans-regular-0079-webfont.woff') format('woff'), url('static/webfonts/encodesans-regular-0079-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; }

*, *::before, *::after {
	box-sizing: border-box;
}

body {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    color: #000000;
    max-width: 1920px;
	font-family: 'Encode Sans', sans-serif;
	font-weight: normal;
}
a {
    text-decoration: none;
    color: #000000;
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
input,
button,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
	font: inherit;
}
img {
    max-width: 100%;
    display: block;
}

.container {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0px auto;
}

#header {
	margin: 120px 0px 80px 0;
}
#header .branding {
	margin: 0px 30px 50px 30px;
}
#header .merken {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -20px;
}
#header .merk {
	width: calc(20% - 20px);
	min-width: 90px;
	margin-bottom: 2rem;
	display: block;
}
@media screen and (max-width: 768px) {
	#header .merken { justify-content: center; }
	#header .merk { margin: 0 1em 1em 1em; }
	#header { margin-top: 40px; }
	body { -webkit-text-size-adjust: 80%; }
}
#header .merk .merk-branding {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 0px 30px 0px;
}
#header .merk .merk-branding img {
	max-height: 120px;
}
#header .merk .coming-soon img {
	-webkit-filter: blur(7px);
	filter: blur(7px);
}
#header .merk .merk-text {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	font-size: 18px;
}
#header .merk .merk-text a,
.introductie .button {
	border-radius: 90px;
	display: inline-block;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
#header .merk .merk-text a {
	padding: 12px 24px;
}

@media screen and (min-width: 768px) {
	.introductie {
		display: flex;
		align-items: center;
	}	
	.introductie .image {
		width: 60%;
		margin: 40px 0px 40px 0px;
		position: relative;
		z-index: 2;
	}
	.introductie .image img {
		transform: perspective(50em) rotateX(4deg);
		margin: 0px 0px 0px -40px;
	}
	.introductie .text {
		width: 60%;
		margin: 0px 0px 0px -120px;
		padding: 100px 50px 100px 150px;
	}
	.introductie .text-wrapper {
		max-width: 550px;
		margin: 0 auto 0 0;
	}
}
@media screen and (max-width: 767px) {
	.introductie .text-wrapper {
		padding: 50px;
	}
}
.introductie .text {
	background-color: #F0F3F2;
	font-size: 1.2rem;
}
.introductie .text p {
	line-height: 2em;
	margin: 2rem 0;
}
.introductie .text h2 {
	margin-bottom: 1.5em;
}


.introductie .button {
	text-transform: uppercase;
	padding: 1em 2rem;
	font-weight: bold;
	margin-top: 3em;
}
.introductie .button .far {
	margin-left: 0.5rem;
	display: inline-block;
}

.about img {
	width: 300px;
	display: inline-block;
	margin: 0px 0px 30px 0px;
}
.about {
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 1px;
	padding: 100px 0px;
}
.about .container-small {
	max-width: 930px;
	padding: 0 15px;
	margin: 0px auto;
}

.building {
	position: relative;
	max-width: 800px;
	margin: 5rem auto 1rem auto;
}
.building img {
	position: relative;
	width: 100%;
	display: block;
	z-index: 10;
}
.building::before {
	content: '';
	display: inline-block;
	background: #F1F5F3;
	transform: translateX(-50%) perspective(50em) rotateX(4deg);
	width: calc(100% + 80px);
	height: calc(60% + 40px);
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 40%;
}

.calendar-items {
	display: flex;
}

.calendar-item {
	background: #405250;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.25rem;
	padding: 2rem;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
}

.calendar-item .date {
	border-radius: 50%;
	background: #ffffff;
	padding: 0.25rem;
	color: #405250;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex: 0 0 auto;
	text-align: center;
	margin-right: 2rem;
	width: 4rem;
	height: 4rem;
	font-size: 1.3rem;
}

.calendar-item .month {
	display: block;
	font-size: 1rem;
}

.calendar {
	margin-bottom: 4rem;
}

@media screen and (min-width: 786px) {
	.calendar-item {
		flex: 0 1 calc(50% - 1rem);
	}
	.calendar-items {
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
@media screen and (max-width: 785px) {
	.calendar-items {
		flex-direction: column;
	}
}

h2 {
	color: #627C71;
	font-size: 2.4rem;
	text-transform: uppercase;
	font-family: GillSansMTPro-Medium;
	margin: 0 0 2rem 0;
}

.calendar h2 {
	text-align: center;
	margin: 3rem 0;
}

@media screen and (min-width: 768px) {
	#footer .container {
		display: flex;
		justify-content: space-between;
	}
	#footer .container .maps {
		flex: 1;
	}
	#footer .text {
		width: 45%;
	}
	#footer .footer-contact {
		padding: 120px 0px;
	}
	#footer .footer-bottom .container {
		height: 100px;
	}
	
}
@media screen and (max-width: 767px) {
	#footer .maps {
		margin-top: 3rem;
		height: 300px;
	}
	#footer h2 {
		font-size: 2rem;
	}
	#footer .footer-bottom .container {
		flex-direction: column;
		padding-top: 20px;
	}
}
#footer .footer-contact {
	padding: 50px 0;
	background-color: #F0F3F2;
}
#footer .footer-bottom {
	background-color: #ffffff;
}
#footer .footer-bottom .container {
	align-items: center;
}
#footer .footer-bottom .copyright,
#footer .footer-bottom .credits,
#footer .footer-bottom a {
	padding: 12px 24px;
	display: block;
}
#footer .footer-bottom ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer .footer-bottom li {
	display: inline-block;
}
#footer .footer-bottom .links a {
	display: inline-block;
}
#footer .credits a {
	background-image: url('./static/images/z2-logo.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	height: 40px;
	width: 100px;
}
#footer .credits a span {
	overflow: hidden;
	max-height: 0px;
	display: inline-block;
}
#footer .footer-adres {
	line-height: 28px;
}
#footer .footer-info,
#footer .footer-adres {
	margin: 40px 0px 0px 0px;
}
#footer .footer-info a {
	display: block;
	line-height: 28px;
}