/* EDITS MVG 14 FEB 2018 */


.bg-white > span.-spacer:first-of-type{
	display: none;
}
.contact .bg-white > span.-spacer:first-of-type{
	display: block;
}
.page.pers, .page.meer-informatie{
	background: #2b3b97;
}
.page.pers .page-title, .page.meer-informatie .page-title{
	color: #fff200;
}
.page.pers h2, .page.meer-informatie h2{
	color: #ff003a;
	font-family: gtpressurabold, Helvetica, Sans-serif;
	font-weight: 400;
	font-size: 36px;
	margin-top: 60px;
	margin-bottom: 15px;
}
.page.pers .logo h2, .page.meer-informatie .logo h2{
	margin: 0px;
}
.page.pers .text-block p, .page.meer-informatie .text-bloxk p{
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 30px;
}
.page.pers .top-text p, .page.meer-informatie .top-text p{
	font-family: gtpressurabold, Helvetica, Sans-serif !important;
	font-weight: 400;
	color: #fff;
	font-size: 30px;
	line-height: 45px;
}
.bg-white{
	background-color: #ffffff;
}

.home .current-info .calendar-blocks .calendar-block ul li{
	max-width: 160px;
}
.home .current-info .calendar-blocks .calendar-block ul li:last-of-type{
	max-width: none;
}

.text-block.top-text a{
	color: #ffffff !important;
}
a.btn{
	text-transform: uppercase !important;
}

.members ul.slides li{
	vertical-align: text-top;
}
body.info .members .slides .slide .names{
	color: #ffffff;
	font-size: 16px;
}

.single-project .header .logo{
	top: 28px !important;
}
.header nav .logo a{
	color: #ffffff;
	font-size: 30px;
}
.single-project .sidenav{
	max-width: 200px;
/* 	Nog kijken naar inspringen. Zou eigenlijk een padding moeten zijn op de LI zodat de gehele tekst inspringt */
}
.single-project .sidenav.scrolling{
	background-color: rgba(255,255,255,0.96) !important;
}
.single-project .sidenav a:hover{
	color: #ffffff !important;
	border-bottom: 4px solid #ffffff;
}
.single-project .sidenav.scrolling a:hover{
	color: #000000 !important;
	border-bottom: none;
}
#informatie .-spacer{
	height: 60px;
}
.single-processen .author{
	text-align: center;
	width: 75%;
	max-width: 120px;
	margin: 20px auto 0px;
}
.single-processen .author img{
	width: 100%;
	left: 0px !important;
}
.single-processen .author p{
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 20px;
	color: #d8d8d8;
}
.text-block h1{
	font-family: gtpressurabold, Helvetica, sans-serif;
}

@media only screen and (min-width:768px){
	.text-block.credit-block{
		padding-left: 40px;
	}
	footer .footer-nav ul.menu li.menu-item-has-children:nth-of-type(2){
		text-align: left !important;
	}
	footer .footer-nav ul.menu li.menu-item-has-children:nth-of-type(3){
		text-align: center !important;
	}
	footer .footer-nav ul.menu li.menu-item-has-children:nth-of-type(4), footer .footer-nav ul.menu li.menu-item-has-children:nth-of-type(5){
		text-align: right;
	}
}
@media only screen and (min-width:960px){
	.single-project .header .logo{
		top: 48px !important;
	}
}
@media only screen and (min-width:1280px){
	.text-block.credit-block{
		padding-left: 80px;
	}
	.home .current-info .calendar-blocks .calendar-block ul li{
		width: 65%;
	}
}
@media only screen and (max-width:959px){
	.header nav .menu-holder .menu li a:after{
		display: none !important;
	}	
	body.info .gallery-block ul li .image-block img{
		max-height: 60px;
	}
	.page.contact .text-block a{
		font-size: 20px;
		line-height: 25px;
	}
	.owl-carousel .owl-item img{
		width: 100% !important;
		max-width: 100%;
		height: auto !;
	}
}
@media (-moz-touch-enabled: 1), (pointer:fine) {

}

/* END EDITS MVG */


@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?wykq90');
  src:  url('fonts/icomoon.eot?wykq90#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?wykq90') format('truetype'),
    url('fonts/icomoon.woff?wykq90') format('woff'),
    url('fonts/icomoon.svg?wykq90#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-only:before {
  content: "\e904";
}
.icon-next-arrow:before {
  content: "\e903";
}
.icon-social-bt-twitter:before {
  content: "\e901";
}
.icon-social-bt-facebook:before {
  content: "\e902";
}
.icon-social-bt-instagram:before {
  content: "\e900";
}

