html, body {
	margin: 0!important;
	background-color: #f2f2f2;
	font-family: 'Noto sans', sans-serif;
	height: 100%;
}

body {
	min-height: 100%;
	font-size: 15px;
}

.busy:after {
	content: '';
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(248, 248, 248, 0.8);
}

.mobile_menu-open {
	overflow: hidden;
}

h2 {
	font-weight: 200;
}

a {
	color: #3498db;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#container {
	min-height: 100%;
	position: relative;
	transition: background-color .3s ease;
	-webkit-transition: background-color .3s ease;
}

.mobile_menu-open main#container:after {
    background-color: rgba(0,0,0,0.8);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#main_wrap {
	max-width: 1140px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	padding: 0 10px 150px 10px;
}

#inner_wrap:after {
	content: '';
	display: block;
	clear: both;
}

.main_header {
	padding: 40px 0px;
}

.main_header:after {
	content: '';
	display: block;
	clear: both;
}

.hamburger {
	display: none;
	float: right;
	margin: 6px 0;
}

.hamburger a {
	font-size: 20px;
	text-decoration: none;
	margin: 0 10px;
	height: 24px;
	display: block;
}

.openbutton:before {
	content: '\64';
	font-family: "font-munster" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -2px;
}

.mobile_menu-open .openbutton:before {
	content: '\63';
}

.openbutton:before:active {
	color: #3498db;
}

.openbutton:active,
.openbutton:focus,
.openbutton:hover {
	color: #3498db;
}

.main_header .main_logo {
	text-transform: uppercase;
	float: left;
	font-size: 32px;
	color: #000;
}

.main_header .main_logo a {
	color: #000;
	text-decoration: none;
}

.search_container {
	float: right;
	padding: 30px 0;
}

#searchsubmit {
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
    display: inline-block;
	font-family: "font-munster";    
	font-size: 20px;
    font-weight: 400;
    vertical-align: -14.28571429%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 32px;
    outline: none;
    cursor: pointer;
    padding: 0 2px;
    float: right;
}

#searchsubmit:before {
	content: '\65';
}

.search_input {
	width: calc(100% - 32px);
	visibility: hidden;
	display: inline-block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	outline: none;
	border: 1px solid #eee;
	border-radius: 5px;
	height: 22px;
	padding: 0;
	font-size: 14px;
	-webkit-appearance: none;
	float: left;
	margin-top: 4px;
}

.search_open .search_input {
	visibility: visible;
}

.search_container {
	transition: width .3s ease;
	-webkit-transition: width .3s ease;
	width: 32px;
}

.search_open .search_container {
	width: 300px;
}

.container:after {
	content: '';
	display: block;
	clear: both;
}

.sidebar {
	float: left;
	width: 20%;
}

.content_container {
	float: left;
	width: 80%;
}

.page_header_image {
	height: 300px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

#menu-menu,
#menu-menu-engels,
#menu-menu-duits {
	padding: 0 0 0 20px;
	margin: 0;
	color: #7f8c8d;
}

#menu-menu li,
#menu-menu-engels li,
#menu-menu-duits li {
	list-style-type: none;
}

#menu-menu li a,
#menu-menu-engels li a,
#menu-menu-duits li a {
	color: #7f8c8d;
	text-decoration: none;
	padding: 10px 0 10px 0px;
	display: inline-block;
	width: 100%;
}

#menu-menu li:first-of-type a,
#menu-menu-engels li:first-of-type a,
#menu-menu-duits li:first-of-type a {
	padding-top: 0;
}

#menu-menu .current-menu-item,
#menu-menu-engels .current-menu-item,
#menu-menu-duits .current-menu-item,
#menu-menu .current-page-ancestor,
#menu-menu-engels .current-page-ancestor,
#menu-menu-duits .current-page-ancestor {
	list-style-type: square;
}

#menu-menu li a:hover,
#menu-menu-engels li a:hover,
#menu-menu-duits li a:hover {
	color: #3498db;
}

.sidebar .language_list {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

.language_list {
	float: right;
	padding: 10px 0;
}

.language_list ul {
	padding: 0;
	margin: 0;
}

.language_list ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0 5px;
	text-transform: uppercase;
}

header .language_list {
	padding: 35px 0;
	margin-left: 10px;
}

header .language_list a:hover {
	color: #7f8c8d;
	text-decoration: none;
}

.main_footer {
	height: 50px;
	background-color: #fff;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.footer_wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 10px;
}

.main_footer ul {
	padding: 0;
	margin: 0px;
}

.main_footer ul:after {
	content: '';
	display: block;
	clear: both;
}

.main_footer ul li:nth-of-type(1){
    width: 25%;
}

.main_footer ul li {
	line-height: 50px;
	float: left;
	list-style-type: none;
	color: #000;
	width: 18%;
	text-align: center;
	font-weight: 200;
	white-space: nowrap;
}

.main_footer ul li a {
	color: #000;
}

.main_footer ul .zettwee {
	line-height: 0;
	margin-top: 5px;
}

.main_footer ul li a:hover {
	color: #3498db;
	text-decoration: none;
}

.main_footer ul li span {
	display: inline-block;
	float: left;
}

.main_footer ul li:after {
	content: '';
	display: block;
	clear: both;
}

.main_footer ul li .zet_twee span {
	display: none;
}

.zet_twee {
	background-image: url('../images/zet-twee-munster.png');
	background-size: contain;
	background-position: 50% 50%;
	height: 8px;
    width: 110px;
    display: block;
    background-repeat: no-repeat;
    float: left;
    margin: 22px 0 10px 10px;
}

.realisatie:after {
	content: '';
	display: block;
	clear: both;
}

.realisatie {
	display: inline-block;
}

.realisatie span {
	line-height: 30px;
}

.content_title {
	margin: 0 0 30px 0;
}

.content_container-content ul {
	padding: 0;
}

.content_container-content ul li {
	list-style-type: none;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
}

.content_container-content ul li a {
	display: block;
}

.content_container-content ul li:last-of-type {
	border: none;
}

.search_result-title {
	margin-top: 0;
	margin-bottom: 30px;
}

.screen-reader-text {
	display: none;
}

.pagination {
	width: 100%;
	padding: 50px 0;
}

.nav-links {
	max-width: 300px;
	margin: 0 auto;
	text-align: center;	
}

.nav-links a {
	padding: 7px 10px;
	border: 1px solid #3498db;
}

.nav-links a:hover {
	border: 1px solid #000;
}

.nav-links span {
	margin: 0 15px;
}

/* Gallery */

.content_container-content:after {
	content: '';
	display: block;
	clear: both;
}

.gallery_content h2 {
	margin-top: 0;
}

.gallery_item {
	width: calc(25% - 20px);
	margin-right: 26px;
	margin-bottom: 76px;
	float: left;
	position: relative;
}

.gallery_item:after {
	content:'';
	display: block;
	padding-bottom: 100%;
}

.video_gallery .gallery_item:after {
	display: none;
}

.video_gallery .gallery_item {
	height: 110px;
	margin-bottom: 100px;
}

.gallery_item:nth-of-type(4n + 0){
	margin-right: 0;
}

div.gallery_image {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.gallery_item .onclick{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	outline: none;
}

.gallery_content p {
	margin: 0 0 50px 0;
}

.gallery.big {
	margin-bottom: 75px;
	position: relative;
}

.slick-list {
	height: calc(100vh - 175px);
}

.gallery.big .gallery_item {
	height: calc(100vh - 215px);
	position: relative;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    outline: none;
    font: 0/0 a;
}

.gallery.big .gallery_item:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.gallery.big .gallery_image {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: calc(100% - 40px);
}

.gallery.big .gallery_image:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.gallery.big .gallery_item h2,
p.alt {
	font-size: 12px;
	display: block;
	margin: 10px 50px;
	line-height: normal;
	font-family: 'Noto Sans';
}

h2.alt  {
	font-size: 12px;
	display: block;
	line-height: normal;
	font-family: 'Noto Sans';
}

.gallery_item-prev-button,
.gallery_item-next-button {
	font-family: 'font-munster';
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 18px;
	line-height: 40px;
	z-index: 101;
}

.gallery_item-prev-button:hover,
.gallery_item-next-button:hover {
	text-decoration: none;
	color: #3498db;
}

.gallery_item-prev-button {
	right: 30px;
}

.gallery_item-prev-button:before {
	content: '\62';
}

.gallery_item-next-button:before {
	content: '\61';
}

.gallery_item-prev-button span,
.gallery_item-next-button span {
	display: none;
}

.pagination {
	display: none;
}

.fullscreen_open {
	overflow: hidden;
}

.fullscreen_gallery {
    position: fixed;
    background: #f8f8f8;
    top: -100%;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 103;
    opacity: 0;
    transform: scale(1.1);
    visibility: hidden;
    transition: all 0.5s ease;
}

.fullscreen_open .fullscreen_gallery {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    top: 0;
    background: rgba(255,255,255,0.95);
}

.fullscreen_gallery .closebutton {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #3498db;
	text-decoration: none;
	padding: 20px;
}

.fullscreen_image {
	background-color: transparent;
    height: 90vh;
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    z-index: 102;
    font: 0/0 a;
}

.fullscreen_image:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.fullscreen_image img,
.fullscreen_image iframe {
	width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.fullscreen_image iframe {
	height: 70%;
	width: 80%;
}

.fullscreen_image.video img {
	display: none;
}
.fullscreen_image.image iframe {
	display: none;
}

.fullscreen_buttons {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.fullscreen_buttons .prev,
.fullscreen_buttons .next {
	font-size: 26px;
	padding: 20px;
	text-decoration: none;
	color: #3498db;
}

.fullscreen_buttons .prev {
	float: left;
}

.fullscreen_buttons .next {
	float: right;
}

.fullscreen_title {
	font-size: 14px;
	text-align: center;
	margin: 20px 0;
}

/* Overig */
.page-template-overige .content_container{
	text-align: center;
}

.page-template-architectuur .content_container {
	text-align: center;
}

.page-template-architectuur .content_container .content {
	text-align: left;
}

.subpage_item {
	display: inline-block;
	margin: 0 25px;
	position: relative;
}

.subpage_image {
	height: 300px;
	width: 300px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
}

.subpage_item .onclick {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.subpage_item:hover .subpage_image {
	opacity: 0.8;
}

.subpage_item h2 {
	font-size: 17px;
	font-weight: 400;
}

/* Biografie */

.biografie_item .datum {
	float: left;
	width: 15%;
}

.biografie_item .text_veld {
	float: left;
	width: 85%;
}

.biografie_item {
	margin-bottom: 5px;
}

.biografie_item:after {
	content: '';
	display: block;
	clear: both;
}

.biografie_titel {
	font-size: 16px;
}

/* Actueel */

.actueel_image {
	height: 180px;
	width: 20%;
	float: left;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}

.actueel_image .caption {
	position: absolute;
	top: 100%;
	text-align: center;
	font-size: 10px;
	background-color: #fff;
	padding: 4px;
	width: 100%;
}

.actueel_item:after {
	content: '';
	display: block;
	clear: both;
}

.actueel_item {
	margin-bottom: 50px;
}

.actueel_content {
	float: left;
	width: 80%;
}

.actueel_content.no_image {
	width: 100%;
}

.actueel_bar {
	background-color: #fff;
	width: calc(100% - 30px);
	padding: 10px 15px;
}

.actueel_bar .actueel_titel {
	float: left;
}
.actueel_bar .datum {
	float: right;
}

.actueel_bar .actueel_titel {
	text-align: left;
}

.actueel_bar .datum {
	text-align: right;
}

.actueel_bar:after {
	content: '';
	display: block;
	clear: both;
}

.actueel_plaats {
	font-weight: 700;
}

.actueel_text-container {
	padding: 15px;
}

.actueel_text {
	float: left;
	width: calc(100% - 120px);
}

.actueel_pdf {
	float: left;
	width: 120px;
	text-align: center;
	padding: 30px 0;
}

.actueel_pdf a {
	font-size: 30px;
}

.actueel_pdf a:hover {
	text-decoration: none;
	color: #7f8c8d;
}

.actueel_pdf span {
	display: block;
	font-size: 16px;
}

.actueel_text-content:after {
	content: '';
	display: block;
	clear: both;
}

.actueel_text-container:after {
	content: '';
	display: block;
	clear: both;
}

.actueel_info a:hover {
	color: #7f8c8d;
	text-decoration: none;
}

.actueel_image:hover {
	cursor: pointer;
}

.image_fullscreen-controls {
	display: none;
	position: fixed;
	top: 30px;
	right: 10px;
	z-index: 110;
}

.image_fullscreen-controls a {
	padding: 20px;
	text-decoration: none;
}

.image_fullscreen-controls a:hover {
	color: #3498db;
	text-decoration: none;
}

.image_fullscreen .image_fullscreen-controls {
	display: block;
}

.actueel_image.fullscreen {
    position: fixed;
    left: 20%;
    right: 20%;
    top: 20%;
    bottom: 20%;
    height: auto;
    width: auto;
    z-index: 111;
    background-size: contain;
}

.image_fullscreen:after {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    background: rgba(255,255,255,0.95);
}


.actueel_item .actueel_text-more {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
	-webkit-transition: max-height 0.5s ease-in-out;
}
.actueel_item.more .actueel_text-more {
	max-height: 1500px;
}

.actueel_item .less-link {
	display: none;
	float: left;
}

.actueel_item.more .less-link {
	display: block;
}

.actueel_item .more-link {
	float: left;
	padding-right: 20px;
}

.actueel_item.more .more-link {
	display: none;
}

.actueel_item.loading .more-link {
	background-image: url('../images/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

.actueel_item .actueel_info {
	width: calc(100% - 120px);
}
.actueel_item .actueel_info:after {
	content: '';
	display: block;
	clear: both;
}

/*
.actueel_item .actueel_info .info-link{
	float: right;
}*/