@import url('city-forms.css');
@import url('city-nav.css');
@import url('city-typo.css');
@import url('reset.min.css');
@import url('sm-core-css.min.css');
@import url('sm-simple.css');
@import url('tabs.css');


/* START DESKTOP *****/


/* Algemeen */

html {
    position:relative;
	min-height:100%;
	background-color: #f0f0f0
}

body {
	font-size:100%
}


/*Paginasecties */

header {
	width:100%;
	z-index: 999;
	background-color: #5B2324;
	height: 108px;
	position:absolute;
	top: 0px;
	position:fixed;

}

main {
	width:100%;
	margin: 0px;
	z-index: 2
}

article {
	float: left;
	margin-right: 17px;
	margin-top: 17px;
	position:relative;
	max-height: 193px;
	max-width: 193px;
	padding:0px;
	-webkit-box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.3);
	position: relative
}

footer {
	width: 100%;
	background-color: #5B2324;
	padding-top: 30px;
	padding-bottom: 80px;
	z-index:10;
	float: left
}


/* Divs */

#wowslider {
	margin-top: 108px
}

#homepage1 {
	width: 100%;
	padding-top: 20px;
	position:relative;
	background: url(../images/bg_01.jpg) no-repeat center center; 
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	border: 1px solid rgba(0, 0, 0, 0.0);
}

#homepage2 {
	width: 100%;
	padding-top: 20px;
	background-image:url(../images/bg_totaalproject_01.jpg);
	position:relative;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	border: 1px solid rgba(0, 0, 0, 0.0);
	margin-top: -1px
}

#newspage {
	width: 100%;
	padding-top: 20px;
	background-image:url(../images/bg_news_02.jpg);
	position:relative;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	border: 1px solid rgba(0, 0, 0, 0.0);
	margin-top: -1px
}

#scroll {
	z-index: 99;
	position: absolute;
	bottom: 0px;
	background: #fff;
	display: block;
	height: 44px;
	width: 80px;
	left: 47.5%;
	right: 47.5%;
	background: url(../images/scroll.png) no-repeat 0px 8px; 
}

#scroll:hover {
	background: url(../images/scroll.png) no-repeat 0px 0px; 
}

#logo {
	margin-top: 46px;
	float:left
}

#nav {
	z-index: 99999;
	float: right;
	height: 108px
}

#menu {
	float: left;
	z-index: 99999
}

#taalkeuze {
	float: right;
	height: 108px;
	margin: 46px 0px 0px 20px
}

#togglemenu {
	display: none;
}

#header {
	width: 96%;
	margin: 0px auto;
	padding-left: 2%;
	padding-right: 2%
}

#main {
	max-width: 1124px;
	margin: 130px auto 50px auto;
	padding-left: 2%;
	padding-right: 2%;

}

#mainslider {
	max-width: 1124px;
	margin: 22px auto 130px auto;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 10px;
}

#mainsignage {
	width: 96%;
	margin: 0px auto 130px auto;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 230px;
	padding-top: 100px

}

#home {
	padding: 60px 0px 0px 0px
}

#content {
	padding: 40px 0px 0px 0px
}

#footer {
	width: 96%;
	margin: 0px auto;
	padding-left: 2%;
	padding-right: 2%;
}

#footeraddress {
	float:left;
	margin-right: 30px;
	margin-bottom: 20px
}
#footernewsletter {
	margin-top: 30px
}

#footernav {
	float:left;
}

#footernav .col{
	float:left;
	margin-right: 30px
}


#homefooter {
	width: 100%;
	background-color: #5B2324;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 2%;
	padding-right: 2%;
	z-index:10;
	position: relative;
}


/* Afbeeldingen */

.imgleft {
	float: left;
	margin: 7px 25px 7px 0px
}

.imgright {
	float: right;
	margin: 7px 0px 7px 25px
}
.imgright2 {
	float: right;
	margin: 0px 0px 0px 50px
}


/* Classes */

.ms-caption {
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 5px;
}

.ms-sub-caption {
	background: rgba(0, 0, 0, 0.5);
}

article .text {
	background: #d37f81;
	color: #fff;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	height: 193px;
	-webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
	padding: 15px 15px 0px 15px
}

article:hover .text {
	-webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
     opacity: 1
}

.whitepanel {
      display:block;
      background: rgba(255,255,255,0.4);
      width: 95%;
      padding: 20px 30px;
      margin-top: -10px
}

.whitepanelnews {
      display:block;
      background: rgba(255,255,255,0.7);
      width: 95%;
      padding: 20px 30px;
      margin-top: -10px
}


/***** EINDE DESKTOP */


/* START TABLET *****/


@media screen and (max-width: 1023px) {
	
	#togglemenu {
		display: inline;
		position: fixed;
		top: 50px;
		right: 15px;
		z-index: 99999
	}
	
	#taalkeuze {
		position:absolute;
		top: -35px;
		right: 15px
	}
	#menu {
		padding: 0px;
		position: absolute;
		top: 108px;
		left: 0px;
		right: 0px;
		background: #d37f81
	}
	
	#nav {
		padding-left: 30px;
		padding-right: 30px
	}
	
	#scroll {
		left: 46%;
		right: 46%;
	}
	
}

/***** EINDE TABLET */


/* START TELEFOON *****/

@media screen and (max-width: 676px) {

	#main {
		padding-left: 4%;
		padding-right: 4%
	}
	
	#content #tab-container img {
		width: auto;
		margin: 0px
	}
	
	#content img {
		float: none;
		width: 100%;
		margin: 20px 0px
	}

	.ms-caption {
		right: 0px !important;
		top: 100px !important
	}
	
	.ms-sub-caption {
		right: 0px !important;
		top: 150px !important
	}
	
	#scroll {
		left: 39%;
		right: 40%;
	}
	
}

/***** EINDE TELEFOON */