/* ============================================================
// Header & Footer
============================================================ */
/* make room for logos*/
body .et_pb_menu--style-centered .et_pb_menu__wrap { padding: 0 15%; }
body .has_et_pb_sticky .et_pb_menu--style-centered .et_pb_menu__wrap { padding: 0 0 0 5%; }
body .menuSectie,
body .menuSectie .et_pb_row,
body .menuSectie .et_pb_bottom_inside_divider {
	transition: all .4s ease;
}
body .has_et_pb_sticky .menuSectie .et_pb_row {
	padding: 0;
}
body .has_et_pb_sticky .menuSectie .et_pb_bottom_inside_divider {
	height: 0 !important;
}
body .menuSectie  {
	box-shadow: 0px 6px 10px rgba(0,0,0,0);
	z-index: 10;
}
body .has_et_pb_sticky .menuSectie  {
	box-shadow: 0px 6px 10px rgba(0,0,0,0.2); 
}
/*Title in green bar on top*/
body .headerTitleContainer {
	font-size: 35px;
	color: #ffffff !important;
	text-align: center;
}
@media all and (max-width: 980px) {
	body .headerTitleContainer {
		font-size: 25px;
	}
}
@media all and (max-width: 1200px) {
	body .menuSectie .et_pb_menu__logo-wrap .et_pb_menu__logo {
		top: -35px;
	}

}
/* Home menu styling */
.menuSectie #homeMenu.et_pb_menu_0_tb_header .et_pb_menu_inner_container > .et_pb_menu__logo-wrap {
	position: absolute;
	top: -75px;
	left: 0;
	width: auto;
	max-width: 14%;
	filter: drop-shadow(8px 2px 5px rgba(0,0,0,0.63));
	transition: all .4s ease-in-out;
	overflow: visible;
	z-index: 10;
}
.menuSectie.et_pb_sticky #homeMenu.et_pb_menu_0_tb_header .et_pb_menu_inner_container > .et_pb_menu__logo-wrap {
	top: 5px;
	max-width: 60px;
	filter: drop-shadow(5px 2px 5px rgba(0,0,0,0.43));

}
.iconContainer {
	font-family: ETmodules !important;
	display: block;
	float: right;
	font-size: 30px;
}
.iconContainer > a {
	margin-right: 10px;
}
.iconContainer a:last-child {
	margin-right: 0;
}
.iconContainer a {
	color: #fff;
}
.iconContainer a.mailIcon {}
.iconContainer a.mailIcon::before {
	content: "\e010";
}
.iconContainer a.facebookIcon {}
.iconContainer a.facebookIcon::before {
	content: "\e093";
}
@media all and (max-width: 980px) {
	.iconContainer {
		float: none;
		padding-top: 10px;
	}
}
header .et_mobile_menu {
	box-shadow: 0px 2px 18px 0px #647234;
}
footer .et_pb_widget:last-child {
	margin-bottom: 0 !important;
}
/* ============================================================
// Home Random Ngen pictures
============================================================ */

@media all and (min-width: 981px) {
	.home .ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
		width: 30%;
	}
	.home .ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box + .ngg-gallery-thumbnail-box {
		margin-left: 5%;
	}
	.home .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
		width: 100%;
	}
}
/*Other Next gen items*/
body .ngg-albumoverview.default-view .ngg-album-compact h4 .ngg-album-desc {
	font-size: 20px;
}
/* ============================================================
//Replace the Search Button with an Icon
/** source: https://divisoup.com/q19-replace-the-divi-search-button-with-an-icon/
============================================================ */
/*Set parent pointer event to none to make child clickable later on*/
.searchIcon .et_pb_searchform  {
	pointer-events: none;
}
/*Hide the search button*/
.searchIcon .et_pb_searchform input.et_pb_searchsubmit,
.widget_search input#searchsubmit {
	background: transparent;
	color: transparent;
	border: none;
	width: 55px;
	z-index: 2;
	pointer-events: auto;
}
/*Add padding to the search input field*/
.searchIcon input.et_pb_s,
.widget_search input#s {
	padding-right: 55px !important;

}
.searchIcon input.et_pb_s {
	pointer-events: all;
}
/*Add the icon*/
.searchIcon .et_pb_searchform:before,
.widget_search::before {
	color: #fff;
	content: '\55';
	position: absolute;
	font-family: 'ETModules';
	z-index: 10;
	right: 0;
	font-size: 20px;
	padding: 8px 20px;
}
/* ============================================================
// Over Zurich tag cloud menu
============================================================ */

.menu-zurich-cloud-container {}
.et_pb_widget .menu-zurich-cloud-container li {
	display: block;
	float: left;
	margin-bottom: 0px;
}
.menu-zurich-cloud-container li a {
	color: #000;
}


.menu-zurich-cloud-container li:nth-child(5n+1) {
	padding: 10px 10px 70px 0; 
}
.menu-zurich-cloud-container li:nth-child(5n+2) {
	padding: 70px 70px 10px 10px; 
}
.menu-zurich-cloud-container li:nth-child(5n+3) {
	padding: 0 0 80px 80px;
}
.menu-zurich-cloud-container li:nth-child(5n+4) {
	padding: 80px 0px 0px 90px; 
}
.menu-zurich-cloud-container li:nth-child(5n+5) {
	padding: 40px; 
}


.menu-zurich-cloud-container li:nth-child(7n+1) a {
	font-size: 32px;
	color: #647234;	 
}
.menu-zurich-cloud-container li:nth-child(7n+2) a {
	font-size: 20px;
	color: #960000;	 
}
.menu-zurich-cloud-container li:nth-child(7n+3) a {
	font-size: 26px;
}
.menu-zurich-cloud-container li:nth-child(7n+4) a {
	font-size: 18px;
	color: #647234;	
}
.menu-zurich-cloud-container li:nth-child(7n+5) a {
	font-size: 19px;
	color: #960000;	
}
.menu-zurich-cloud-container li:nth-child(7n+6) a {
	font-size: 28px;
	color: #960000; 
}
.menu-zurich-cloud-container li:nth-child(7n+7) a {
	font-size: 24px;
	color: #647234;	 
}
@media screen and (max-width: 782px) {
	.et_pb_widget .menu-zurich-cloud-container li {
		padding: 5%;
	}
	.et_pb_widget .menu-zurich-cloud-container li a{
		font-size: 80%;
	}
}
/* ============================================================
// Overig
============================================================ */
/* Toon titel niet bij zoekresultaten pagina*/
.search-results #mainTitle { display: none; }

/* ============================================================
// Contactformulier
============================================================ */

.gform_wrapper .gform_footer input.button {
	background-color: #fff;
	float: right;
	border: #ffffff;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
	padding: 12px 23px;
	box-shadow: 0px 2px 18px 0px #647234;
	cursor: pointer;
	transition: all ease 0.3s;
}    
.gform_wrapper .gform_footer input.button:hover {
	background-color: #647234;
	border: #647234;
	color: #fff;
}