@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
a {
	border: none;
	color: #c7d85f;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
a:hover {
	text-decoration:none;
	color: #888888;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
h1{
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: #c7d85f;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	display: block;
}
h2 {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #c7d85f;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	display: block;
}
h1 span, h2 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	font-style: italic;
	color: #888888;
	padding: 0px 2px;
	margin: 0 0 0 6px;
	text-transform: lowercase;
	line-height: 100%;
}
h3 {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #c7d85f;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	display: block;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #888888;
	padding: 1px 18px 1px 0px;
	margin: 4px 0 8px 0;
	line-height: 150%;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #888888;
	padding: 1px 18px 1px 0px;
	margin: 4px 0 6px 0;
	line-height: 150%;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #888888;
	padding: 1px 18px 1px 0px;
	margin: 4px 0 4px 0;
	line-height: 150%;
}
p {
	margin: 0 0 15px 0;
}
div, table, p, li, tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ececec;
	line-height: 160%;
}
/* mac hide \*/
html, body {
	height: 100%;
	width: 100%;
  	background: #0a0a0a url(../img/bg.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;

}
/* end hide */

#container {
	min-height: 100%;
	position: relative;
}

/* HEADER ******************************************************/
#header {
	padding: 0 0 0 0;
	line-height:0;
}
#header .headerHolder {
	margin: 0 auto;
	width: 960px;
	position: relative;
	z-index: 1;
}
#header .headerHolder .logo {
	padding:25px 0 0 0;
	text-align:center;
}
#header .headerHolder .gegevens {
	padding:15px 0 0 0;
	position:absolute;
	top:0;
	right:0;
}
#header .headerHolder .gegevens p{
	font-size:17px;
	font-weight:400;
	font-style:italic;
	font-family:Lato, Arial, Helvetica, sans-serif;
	margin:0;
	padding:O;
}

.tableBroodje .prijs {
	font-size:16px;
	font-weight:700;
}
.tableBroodje .prijs .toeslag{
	font-size:12px;
	font-weight:300;
	font-style:italic;
}

.tableBroodje input[type=submit] {
	margin: 0;
}
.ui-tooltip {
    background: black !important;
    border: 1px solid white !important;
	color:white !important;
	padding:0px 5px !important;
}






/* NAV ******************************************************/
#nav select{
	display:none;
}

#nav {
	padding:30px 0 0 0;
	text-align:center;
	line-height:0;
}
#nav ul{
	display:inline-block;
}
#nav ul li {
	list-style: none;
	float:left;
	padding:0px 6px;
	display:block;
}
#nav li a {
	display:block;
	color: #fff;
	font-weight:100;
	font-size:19px;
	font-family:Lato, Arial, Helvetica, sans-serif;
	font-weight:400;
	text-decoration: none;
	text-transform: uppercase;
	padding: 14px 18px;
	background-color:#151515;
	border:2px solid #1f1f1f;
	border-bottom:none;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
#nav li a:hover {
	color: #c7d85f;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
#nav li a.active {
	color: #c7d85f;
	-webkit-transition: all 2ms ease-out;
	-moz-transition: all 2ms ease-out;
	-o-transition: all 2ms ease-out;
	-ms-transition: all 2ms ease-out;
	transition: all 2ms ease-out;
}
#nav li>ul{
	position:absolute;
	z-index:10;
}
#nav li>ul>li{
	float:none;
	display:block;
	min-width:240px;
	background-color:rgba(255,255,255,0.9);
	padding:0;
}
#nav li>ul>li a{
	padding: 8px 12px;
}

/* FOTO ******************************************************/
#foto{
	background-image:url(../img/bgFotowtjes.jpg);
	background-size:auto 350px;
	background-position:center bottom;
}
.fotoHolder {
	width:960px;
	margin:0 auto;
	text-align:center;
	min-height:180px;
}
.fotoHolder .video{
	margin:20px auto;
	border:10px solid rgba(0,0,0,0.5);
	display:inline-block;
	
}

/* BODY *************************/


#body {
	min-height: 100%;
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-image:url(../img/bgBody.gif);
}
#body .bodyHolder {
	width: 960px;
	margin: 0 auto;
	position:relative;
	padding:25px 0 0 0;
	z-index:1;
}

/* ITEMS ******************************************************/
#body .bodyHolder .threeItems{
	padding:0 0 50px 0;
}
#body .bodyHolder .threeItems .oneThird{
	width:290px;
	float:left;
	margin:0 15px;
	text-align:center;
	background-color:#1f1f1f;
}
#body .bodyHolder .threeItems .oneThird h2{
	font-size:24px;
	margin:10px 0;
	display:block;
	text-align:center;
	font-weight:400;
	color:#c7d85f;
}
#body .bodyHolder .threeItems .oneThird>a{
	background-color:#000;
	line-height:0;
	display:block;
	background-image:url(../img/icoPlus.png);
	background-position: 50% 80%;
	background-size: 20px auto;
	background-repeat: no-repeat;
}
#body .bodyHolder .threeItems .oneThird>a:hover{
	background-color:#1f1f1f;
	background-position: 50% 50%;	
	background-size: 40px auto;
}
#body .bodyHolder .threeItems .oneThird>a img{
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
#body .bodyHolder .threeItems .oneThird>a:hover img{
	opacity:0.3;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
#body .bodyHolder .threeItems .oneThird h2 a{
	text-decoration:none;
}
#body .bodyHolder .threeItems .oneThird a.button{
	display:block;
	border:1px solid #ececec;
	border-radius:15px;
	color:#ececec;
	display:inline;
	padding:5px 10px;
	text-decoration:none;
}
#body .bodyHolder .threeItems .oneThird a.button:hover{
	border:1px solid #c7d85f;
	background-color:#c7d85f;
	color:#1f1f1f;
}







#body .bodyHolder .threeItems .oneThird.middle{
	background-color:#c7d85f;
}
#body .bodyHolder .threeItems .oneThird.middle h2, #body .bodyHolder .threeItems .oneThird.middle p, #body .bodyHolder .threeItems .oneThird.middle a{
	color:#1f1f1f !important;
}
#body .bodyHolder .threeItems .oneThird.middle>a{
	background-color:#c7d85f;
}
#body .bodyHolder .threeItems .oneThird.middle>a:hover{
	background-color:#1f1f1f;
}
#body .bodyHolder .threeItems .oneThird.middle a.button{
	border:1px solid #1f1f1f;
	color:#f1f1f1;
}
#body .bodyHolder .threeItems .oneThird.middle a.button:hover{
	border:1px solid #1f1f1f;
	background-color:#1f1f1f;
	color:#c7d85f !important;
}





/* LEFT - RIGHT - FULL ******************************************************/
#body .bodyHolder .full{
	widows:960px;
}
#body .bodyHolder .left {
	float: left;
	width: 620px;
	padding:0 0 15px 0;
}
#body .bodyHolder .left p{
	text-align:justify;
}
#body .bodyHolder .left p img{
}
#body .bodyHolder .right {
	float: right;
	width: 300px;
}

#body .bodyHolder .left table{
	width:100%;
}
#body .bodyHolder .left table tr:nth-child(odd){
	background-color:rgba(0,0,0,0.3);
}
#body .bodyHolder .left table tr td{
	padding:2px 5px;
}
#body .bodyHolder .left table tr td:nth-child(n+2){
	width:50px;
}
#contactform tr{
	background-color:transparent !important;
}
#contactform tr td input[type=text], #contactform tr td textarea{
	background-color:#555;
	padding:4px;
}
#contactform tr td:nth-child(2){
	width:auto !important;
}

/* FOOTER ******************************************************/
#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	padding:0 0 30px 0;
	margin:70px 0 0 0;
	background-color: #161614;
}
#footer .bottom{
	position:absolute;
	bottom:0px;
	background-color:#c7d85f;
	width:100%;
}
#footer .bottom .bottomHolder{
	width:960px;
	margin:0 auto;
}
#footer .bottom .bottomHolder .left{
	float:left;
	text-align:left;
}
#footer .bottom .bottomHolder .right{
	float:right;
	text-align:right;
}
#footer .bottom p{
	padding:4px 0;
}
#footer .bottom p, #footer .bottom a{
	color:#ececec;
	font-size:11px;
	margin:0;
}
#footer .footerHolder {
	width: 960px;
	margin: 0 auto;
}
#footer .footerHolder .oneFouth{
	float:left;
	width:220px;
	margin:0 10px;
	padding:20px 0;
}
#footer .footerHolder .oneFouth h3{
}
#footer .footerHolder .oneFouth p, #footer .footerHolder .oneFouth a, #footer .footerHolder .oneFouth label{
	color:#ececec;
}





/* CONTACTFORM ******************************************************/
input[type=text], textarea {
	width: 96%;
	border: 1px solid #888;
	background-color: transparent;
	padding: 1px;
	margin: 2px 0;
	color:#fff;
	padding:3px;
}
input[type=submit] {
	float:right;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: rgba(255,255,255,0.3);
	border: 1px solid #888;
	display: inline-block;
	line-height: 28px;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
	color: #c7d85f;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
input[type=submit]:hover {
	border: 1px solid #fff;
	background: #c7d85f;
	color: #333;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
label {
	padding-right: 10px;
}

/* REALISATIES **************************/
.breadcrums {
	font-size: 11px;
	border-bottom: 1px dotted #ddd;
	padding: 5px 0;
	margin: 0 0 30px 0;
}
.realisatieOverzicht {
	border-bottom: 1px dotted #757575;
	padding: 5px 20px;
	margin: 0 0 20px 0;
}
.realisatieOverzicht .foto {
	float: left;
	width: 200px;
	position: relative;
}
.realisatieOverzicht .foto a {
	overflow: hidden;
	display: block;
	border: 3px solid #333;
	background-image: url(../img/plusIcon.png);
	background-position: 50% 50%;
	background-size: 40px auto;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	line-height: 0%;
}
.realisatieOverzicht .foto a:hover {
	border: 3px solid #c7d85f;
	background-color: #888888;
}
.realisatieOverzicht .foto a:hover img {
	opacity: 0.3;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	-ms-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}
.realisatieOverzicht .content {
	float: right;
	width: 370px;
}
.alignRight {
	text-align: right;
}
.realisatieFancybox {
	margin: 0 0 20px 0;
}
.realisatieFancybox .fotos {
}
.realisatieFancybox .content {
}
.dottedSep {
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #757575;
	margin: 5px 0 15px 0;
}
.fotos a {
	background-color: #c7d85f;
	width: 300px;
	height: 200px;
	overflow: hidden;
	display: inline-block;
	margin: 6px;
	padding: 0;
	border: 3px solid #333;
	position: relative;
	background-image: url(../img/expandIcon.png);
	background-position: 50% 50%;
	background-size: 40px auto;
	background-repeat: no-repeat;
}
.fotos a:hover {
	border: 3px solid #c7d85f;
	background-color: #888888;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	-ms-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}
.fotos a:hover img {
	opacity: 0.3;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	-ms-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}
.fotos a img {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	max-width: 400px;
	max-height: 300px;
	width:160%;
	height:160%;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	-ms-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}



.fotoAlbum{
	width:200px;
	background-image:url(../img/bgFoto.jpg);
	background-repeat:no-repeat;
	background-size:200px 160px;
	float:left;
	margin:0 20px 20px 0;
}
.fotoAlbum .divFoto a{
	width:166px;
	height:112px;
	position:relative;
	top:7px;
	left:11px;
	overflow: hidden;
	display: block;
	border: 5px solid white;
	padding: 0;
	margin: 0;
	line-height: 0%;
}
.fotoAlbum .divFoto a:hover{
	opacity:0.2;
}
.fotoAlbum .divFoto a img{
	position:absolute;
	max-width:166px;
	max-height:112px;
	left:0;
	top:0;
}
.fotoAlbum .divLink{
	padding:18px 0 0 0;
}
.fotoAlbum .divLink a{
	color:#888888;
	font-size:14px;
	text-decoration:none;
	display:block;
	text-align:center;
}
.fotoAlbum .divLink a:hover{
	color:#c7d85f;
}
/* ICONS ************************************/

.icoLocation {
	width: 18px;
	height: 18px;
	background-image: url(../img/icons.png);
	background-position: 0px 0px;
	background-size: auto 18px;
}
.icoHouse {
	width: 18px;
	height: 18px;
	background-image: url(../img/icons.png);
	background-position: -18px 0px;
	background-size: auto 18px;
}
.icoUren {
	width: 18px;
	height: 18px;
	background-image: url(../img/icons.png);
	background-position: -36px 0px;
	background-size: auto 18px;
}
.icoTel {
	width: 18px;
	height: 18px;
	background-image: url(../img/icons.png);
	background-position: -54px 0px;
	background-size: auto 18px;
}
.icoEmail {
	width: 18px;
	height: 18px;
	background-image: url(../img/icons.png);
	background-position: -72px 0px;
	background-size: auto 18px;
}
.icoFax {
	width: 18px;
	height: 18px;
	background-image: url(../img/icons.png);
	background-position: -90px 0px;
	background-size: auto 18px;
}
.icoGsm {
	width: 18px;
	height: 18px;
	background-image: url(../img/icons.png);
	background-position: -108px 0px;
	background-size: auto 18px;
}
/* CLEAR **************************/
.alignCenter {
	text-align: center;
}
.clear {
	clear: both;
}


/* MEDIA ******************************************************/
/* MEDIA ******************************************************/
/* MEDIA ******************************************************/
@media all and (max-width: 900px) {
#header .headerHolder {
	width: 100%;
}
#header .headerHolder .logo {
	float: none;
	text-align: center;
}
#nav {
	float: none !important;
	display: block !important;
	margin:0 auto;
	height:auto;
	background-image:none;
}
#nav ul {
	text-align: center;
	margin: 0 0 20px 0;
}
#nav ul li {
	float:left;
	display:inline-block;
	padding:6px 12px;
}
#nav ul li a{
	font-size:16px;
}
#nav .navHolder {
	padding: 10px 0 0 10px;
}
.fotoHolder{
	width:100%;
}
#header .headerHolder .fotoHolder {
	width: 95%;
	height: auto;
	min-height:260px;
	margin: 0 auto;
	float:none;
	background-image: url(../img/header2.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	-webkit-animation-name: mymove;
	-webkit-animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: linear;
	text-align:center;
}
#header .headerHolder .fotoHolder .video {
	margin:0 auto;
	position:relative;
	top:0;
	width:70%;
	right:auto;
}
#header .headerHolder .language {
	margin:0 10px 0 0;
	position:absolute;
	right:0;
	top:20px;
}
#header .headerHolder .gegevens{
	display:none;
}
#header .headerHolder .logo {
	padding:16px 0;
}
#header .headerHolder .topSocial {
	display:none;
}
 @keyframes mymove {
 0% {
background-image: url(../img/header2.jpg);
}
 28% {
background-image: url(../img/header2.jpg);
}
 33% {
background-image: url(../img/header2.jpg);
}
 61% {
background-image: url(../img/header2.jpg);
}
 66% {
background-image: url(../img/header2.jpg);
}
 95% {
background-image: url(../img/header2.jpg);
}
}
 @-moz-keyframes mymove {
0% {
background-image: url(../img/header2.jpg);
}
 28% {
background-image: url(../img/header2.jpg);
}
 33% {
background-image: url(../img/header2.jpg);
}
 61% {
background-image: url(../img/header2.jpg);
}
 66% {
background-image: url(../img/header2.jpg);
}
 95% {
background-image: url(../img/header2.jpg);
}
}
 @-webkit-keyframes mymove {
0% {
background-image: url(../img/header2.jpg);
}
 28% {
background-image: url(../img/header2.jpg);
}
 33% {
background-image: url(../img/header2.jpg);
}
 61% {
background-image: url(../img/header2.jpg);
}
 66% {
background-image: url(../img/header2.jpg);
}
 95% {
background-image: url(../img/header2.jpg);
}
}
 @-o-keyframes mymove {
0% {
background-image: url(../img/header2.jpg);
}
 28% {
background-image: url(../img/header2.jpg);
}
 33% {
background-image: url(../img/header2.jpg);
}
 61% {
background-image: url(../img/header2.jpg);
}
 66% {
background-image: url(../img/header2.jpg);
}
 95% {
background-image: url(../img/header2.jpg);
}
}
#body {
	width: 100%;
	padding-bottom:0;
}
#body .bodyHolder {
	width: 90%;
	margin: 0 auto;
	padding:15px 0 0 0;
	text-align:center;
}
#body .bodyHolder .threeItems{
	padding:0 0 30px 0;
	margin:0 auto;
	width:80%;
}
#body .bodyHolder .threeItems .oneThird{
	width:100%;
	float:none;
	margin:0 0 30px 0;
	text-align:center;
	padding:0 0 20px 0;
}
#body .bodyHolder .threeItems .oneThird>a{
	width:63%;
	margin:0 auto;
}
#body .bodyHolder .threeItems .oneThird>a img{
	width:100%;
}



#body .bodyHolder .left {
	width:100%;
	padding:0;
	margin-bottom:35px;
}
#body .bodyHolder .left img {
	max-width: 100% !important;
}
#body .bodyHolder .left h1 {
	font-size: 28px;
}
#body .bodyHolder .left p {
	font-size: 16px;
	text-align: center;
}
#body .bodyHolder .right {
	width: 100%;
	float: none;
	text-align: center;
}
#body .bodyHolder .right iframe{
	width:80% !important;
}
#body .bodyHolder .right img {
}
#footer {
	position: relative;
	bottom: 0;
	height: auto;   /* Height of the footer */
}
#footer .footerHolder {
	width: 100%;
}
#footer .footerHolder .oneFouth{
	float:none;
	display:block;
	border:1px solid transparent;
	width:80%;
	margin:0 auto 40px auto;
	text-align:center;
}
#footer .footerHolder .oneFouth input{
	font-size:15px;
	padding:5px 3px;
}
#slider {
	display: none;
}
#videoHolder_wrapper {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}
.alignRight {
	text-align: right;
}
.realisatieFancybox {
	margin: 0 0 20px 0;
}
.realisatieFancybox .fotos {
}
.realisatieFancybox .content {
}
.dottedSep {
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #757575;
	margin: 5px 0 15px 0;
}
/* REALISATIES **************************/
.realisatieOverzicht {
	border-bottom: 1px dotted #757575;
	padding: 0px 10px;
	margin: 0 0 10px 0;
}
.realisatieOverzicht .content {
	float: none;
	width: 100% !important;
	text-align: left;
}
.realisatieOverzicht .foto {
	padding: 0 20px 0 0;
}
.alignRight {
	text-align: right;
}
.realisatieFancybox {
	margin: 0 0 20px 0;
}
.realisatieFancybox .fotos {
}
.realisatieFancybox .content {
}
.dottedSep {
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #757575;
	margin: 5px 0 15px 0;
}
.fotos a {
	background-color: #c7d85f;
	width: 300px;
	height: 200px;
	overflow: hidden;
	display: inline-block;
	margin: 6px;
	padding: 0;
	border: 3px solid #333;
	position: relative;
	background-image: url(../img/expandIcon.png);
	background-position: 50% 50%;
	background-size: 40px auto;
	background-repeat: no-repeat;
}
.fotos a:hover {
	border: 3px solid #c7d85f;
	background-color: #888888;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	-ms-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}
.fotos a:hover img {
	opacity: 0.3;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	-ms-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}
.fotos a img {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	-ms-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}
#footer .bottom .bottomHolder{
	width:90%;
	padding:0 5%;
	margin:0 auto;
}
}
@media all and (max-width: 800px) {
#nav{
	padding:0 0 20px 0;
}
#nav select{
	display:block;
	width:80%;
	margin:0 auto;
}
#nav ul{
	display:none;
}
input, textarea{
	width:100% !important;
}
table{
	width:100% !important;
}
input[type=button]{
	padding:10px;
}
}
@media all and (max-width: 700px) {
.fotos a {
	width: 200px;
	height: 130px;
}
#header .headerHolder .fotoHolder {
	min-height:200px;
}
}
 @media all and (max-width: 640px) {
#header .headerHolder .logo img{
	width:70%;
}
.realisatieOverzicht .foto, .realisatieOverzicht .content {
	float: none;
	padding: 0 0 10px 0;
	text-align: center;
	margin: 0 auto;
}
.realisatieOverzicht .foto {
	width: 20% !important;
}
.realisatieOverzicht .foto a img {
	width: 20%;
}
#header .headerHolder .fotoHolder {
	min-height:180px;
}
#nav {
	margin: 10px auto 10px 0!important;
}
#nav ul li {
	display: block;
	float: none;
	padding:2px 0;
}
#nav ul li a {
	display: block;
	text-align: center;
	background-color: #333;
}
#body .bodyHolder .left img {
	max-width: 60% !important;
	display:block !important;
	margin:0 auto !important;
	float:none !important;
	width:80% !important;
	height:auto !important;
}
#footer .bottom .bottomHolder {
	padding:0;
	position:relative;
}
#footer .bottom .bottomHolder .left, #footer .bottom .bottomHolder .right{
	text-align:center;
	padding:0;
	margin:0;
	float:none;
}
}
@media all and (max-width: 480px) {
#body .bodyHolder .threeItems .oneThird{
	display:none;
}
#body .bodyHolder .threeItems .oneThird.middle{
	display:block;
}
#header .headerHolder .fotoHolder {
	min-height:160px;
}
.fotos a {
	width: 100%;
	height: 160px;
}
.realisatieOverzicht .foto {
	width: 100% !important;
}
.realisatieOverzicht .foto a img {
	width: 100%;
}
#footer .bottom .bottomHolder{
	width:100%;
	text-align:center;
}

}
