/* css voor rullens.com */

/* algemene opmaak */
body {
  margin:0;
  padding:0;
  font-family: 'Neuton',Georgia, serif; 
  font-size:18px;
}
.left {
  position:relative;
  width:48%;
  float:left;
  padding:2%;
  padding-left:0px;
}
.right {
  position:relative;
  width:48%;
  float:right;
  text-align: left;
  padding:2%;
  padding-right:0px;
}
.thirdleft, .thirdmiddle, .thirdright {
	padding-top:10px;
	padding-bottom:10px;
  position:relative;
  width:33%;
  float:left;
}
a {
  text-decoration:none;
  color:#000;
}
p {
	margin:0;
  padding:0;
}
h1 {
	font-family: 'Montserrat', Arial, sans-serif; 
  font-size:24px;	
}
h1:after {
	display:block;
  clear:both;
  content : "";
  position: absolute;
  height  : 1px;
  width   : 60px;
  margin:0 auto;
  border-radius: 2px;
  border-bottom: 5px solid #006699;
}
.button, .button:visited {
  height:        50px;
  display:       inline-block;
  padding:       11px 22px;
  margin-top:    0px;
  background:    #006699;
  color:         #fff;
  line-height:   35px;
  font-weight:   bold;
  text-shadow:   0px -1px 1px #555;
  text-align:    center;
  padding-top:   0;
  border:        0px;
  border-radius: 6px;
  border-bottom: 10px solid #00354F;
  -webkit-appearance: none;
}
.button:hover {
  cursor:        pointer;
  margin-top:    2px;
  height:        48px;
  background:    #006699;
  position:      relative;
  border-bottom: 8px solid #00354F;
  -webkit-appearance: none;
}
.button:active {
  cursor:        pointer;
  margin-top:    10px;
  height:        40px;
	position:      relative;
	background:    #006699;
  border-bottom: 0px;
  -webkit-appearance: none;
}

/* algemene opmaak */

/* header */

#header {
  background-color:#006699;
  width:100%;
  height: 45px;
  margin:0px auto;
}
#logo {
	margin:0 auto;
  padding: 0;  
	width:460px;
	height: 120px;
	display:table;
  position:absolute;
  top:75%;
  left:50%;
  margin-left: -230px;
  margin-top: -60px; 
  background-image: url("../images/logo-kleur.png");
  /*background-size: cover;*/
  background-repeat:no-repeat;
  background-position:center center;
  /*-webkit-filter: drop-shadow(1px 1px 0 black)
                  drop-shadow(-1px -1px 0 black);
  filter: drop-shadow(1px 1px 0 black) 
          drop-shadow(-1px -1px 0 black);*/
}
#quote {
	position:absolute;
	top: 10%;
	left: 10%;
	width: 30%;
	text-align: justify;
	font-size:1em;
	line-height:1em;
	font-family: 'Montserrat', arial, san-serif;
	color: #fff;
	text-shadow: -1px -1px 0 #000,  
    						1px -1px 0 #000,
    						-1px 1px 0 #000,
     						1px  1px 0 #000;
}
#quote:before {
	font-family: Georgia, serif;
	color: #eee;
  content: open-quote;
  font-size: 6em;
  line-height: 0.1em;
  vertical-align: -0.5em;
}
#quote:after {
	font-family: Georgia, serif;
	float:right;
	color: #eee;
  content: close-quote;
  font-size: 6em;
 /* line-height: 0.6em;
  vertical-align: -0.6em;*/
}

#facebook-icon {
  margin:0 auto;
  height: 20px;
  width:300px;
  padding: 10px;
  position: absolute;
  bottom: 20px;
  left: 0; 
}
#scrolldown1 {
	cursor: pointer;
	position:fixed;
	bottom:4%;
	left:50%;
	margin-left: -30px;
	width: 0; 
	height: 0; 
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #006699;
	animation-name: scrolldown;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
#scrolldown2 {
	cursor: pointer;
	position:fixed;
	bottom:5%;
	left:50%;
	margin-left: -30px;
	width: 0; 
	height: 0; 
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #fff;
}
@keyframes scrolldown {
	0% { border-top: 30px solid #006699; }
	25% { border-top: 30px solid #006699; }
	50% { border-top: 30px solid #fff; }
	75% { border-top: 30px solid #fff; }
	100% { border-top: 30px solid #006699; }	
}
.fixed-header {
  position: fixed !important;
  top:0;
  left:0;
  z-index:99;
  vertical-align: middle;
  box-shadow: inset 0px 12px 12px -12px rgba(0, 0, 0, 0.5);
}
#shadow {
  height: 10px;
  width:100%;
  display:none;
}
.fixed-shadow {
  position:fixed;
  display:inline-block !important;
  top:45px;
  left:0px;
  z-index:98;  
  box-shadow: inset 0px 12px 12px -12px rgba(0, 0, 0, 0.5);
}
/* header */

/* menu */
#menu {
  display:table;
  height:45px;  
}
nav {
  float:right !important;
  padding-right:20px;
  display:none;
}
ul {
	list-style: none;
}
li {
	display: inline-block;
	float: left;
	padding: 10px;
	padding-right:15px;
}
.current {
	color: #ffff00;
}
nav ul, nav:active ul { 
	position: fixed;
	background: #006699;
	right:0;
	width: 200px;
	top: 25px;
	height:100%;
	z-index:99;
	text-align: left;
	padding-left:0px;
	padding-top:50px;
}
#menu {
	float:right;
  /*padding-left:10%;*/
}
#menu #sidebar1 {
  float: left;
  margin: 0 auto;
}
#menu #sidebar1 li {
  margin: 0 auto;
}
.sidebar {
  top: 25px;	
	height: -moz-calc(100% - 45px);
  height: -webkit-calc(100% - 45px);
  height: calc(100% - 45px);
}
#sidebar2 {
  width:100%;
  max-width: 200px;
}
#sidebar2 li {
  width:100%;
  max-width: 150px;
}
nav li {	
	margin:0 auto;
}
nav li a, #menu li a {
  position:relative;
  top:0;
  color:#fff;
  text-decoration:none;
  font-family: verdana, arial, serif;
  font-weight: bold;
  font-size: 18px;
  /*text-shadow: 0px 1px 2px #ccc,
               0px 2px 2px #ccc,
               0px 3px 2px #000;  */             
}
nav li a:hover, #menu li a:hover {
  top:2px;
  color:#fff;
 /* text-shadow: 0px 1px 2px #ccc,
               0px 2px 2px #ccc,
               0px 3px 2px #000;*/
  text-decoration:none;
  transition-duration: 0.2s;
  scale: (0.8);
}
nav li a:active, #menu li a:active {
	color:#eee;
  top:5px;
  text-shadow: 0px 0px 0px black ;
  transition-duration: 0.2s ;
  scale: (0.6);
}
.activelinkje a {
  /*top:5px !important;
  text-shadow: 0px 0px 0px black !important;*/
  /*color: #006699 !important;*/
}
.activelinkje a:after {
	display:block;
  clear:both;
  content : "";
  position: absolute;
  top:25px;
  /*left:5px;*/
  height  : 1px;
  width   : 60px;
  margin:0 auto;
  border-radius: 1px;
  border-bottom: 5px solid #eee;
}
.nav-icon {
  display:table-cell;
  vertical-align: middle;
  margin: 0;
  width: 40px;
  z-index:99;
}
.nav-icon:after, 
.nav-icon:before, 
.nav-icon div {
  background-color: #fff;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  content: '';
  display: block;
  height: 5px;
  margin: 7px 0;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
/* mobile menu animaties */
.nav-icon:hover:before {
  transform: translateY(24px)translateX(-6px) rotate(45deg) scaleX(0.5);
  -moz-transform: translateY(24px)translateXY(-6px) rotate(45deg) scaleX(0.5);
  -webkit-transform: translateY(24px)translateX(-6px) rotate(45deg) scaleX(0.5);
}
.nav-icon:hover:after {
  transform: translateY(-0px)translateX(6px) rotate(-45deg) scaleX(0.5);
  -moz-transform: translateY(-0px)translateXY(6px) rotate(-45deg) scaleX(0.5);
  -webkit-transform: translateY(-0px)translateX(6px) rotate(-45deg) scaleX(0.5);
}
.nav-icon:hover div {
   transform: translateY(0px) rotate(-90deg);
  -moz-transform: translateY(0px) rotate(-90deg);
  -webkit-transform: translateY(0px) rotate(-90deg);
}
/* Einde menu */
#wrapper {
  width: 100%;
  height:100%;
}
div#start {
  display:table;
  position:relative;
  height:100vh !important;
  width:100%;
  max-width:1920;
  background-image: url("../images/piet-big.png");
  background-size: cover;
  background-repeat:no-repeat;
  background-position:center center;
  margin:0 auto;
  padding: 0;  
  text-align:center;
}
div#start h1 {
  display: table-cell;
  position:relative;
  vertical-align: middle;
  margin:0 auto;
  font-size:148px;
  color:white;
  font-family:Lato;
}
/* deel 1 */
#deel1wrapper {
  position:relative;
  width: 100%;
  margin: 0 auto;
 
}
#deel1bg {
  position:absolute;
  width:400px;
  height:400px;
  top: 0px;
  left: 0px;
  background-color: yellow;

  z-index:1;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
#deel1content {
  position:relative;
  z-index:2;
  padding: 20px;
  max-width:1280px; 
  margin:0 auto;
  min-height: 300px;
}

/* deel 2 */
#deel2wrapper {
  position:relative;
  width: 100%;
  margin: 0 auto;
  background-image: url("../images/bg-05.jpg");
  background-size: cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  min-height: 300px;
  color: #fff;
	text-shadow: -1px -1px 0 #000,  
  						1px -1px 0 #000,
  						-1px 1px 0 #000,
   						1px  1px 0 #000;
}
#deel2content {
  padding: 20px;
  max-width:1280px; 
  margin:0 auto; 
}

/* deel 3 */
#deel3wrapper {
  position:relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  min-height: 300px;
}
#deel3content {
  padding: 20px;
  max-width:1280px; 
  margin:0 auto;
}

/* deel 4 */
#deel4wrapper {
  position:relative;
  width: 100%;
  margin: 0 auto;
  background-image: url("../images/bg-06.jpg");
  background-size: cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  min-height: 300px;
  color: #fff;
  text-shadow: -1px -1px 0 #000,  
    						1px -1px 0 #000,
    						-1px 1px 0 #000,
     						1px  1px 0 #000;
}
#deel4content {
  padding: 20px;
  max-width:1280px; 
  margin:0 auto;
}
/* deel 5 */
#deel5wrapper {
  position:relative;
  width: 100%;
  margin: 0 auto;
  background-image: url("");
  background-size: cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  min-height: 300px;
}
#deel5content {
  padding: 20px;
  max-width:1280px; 
  margin:0 auto;
}
/* deel 6 */
#deel6wrapper {
  position:relative;
  width: 100%;
  margin: 0 auto;
  background-image: url("../images/bg-01.jpg");
 	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  background-repeat:no-repeat;
  background-attachment:fixed;
	color: #fff;
	text-shadow: -1px -1px 0 #000,  
    						1px -1px 0 #000,
    						-1px 1px 0 #000,
     						1px  1px 0 #000;
}
#deel6content {
  padding: 20px;
  max-width:1280px; 
  margin:0 auto;
}
/* deel 7 */
#deel7wrapper {
  position:relative;
  width: 100%;
  height:100%;
  margin: 0 auto;
  /*background-image: url("../images/boerderij.png");
  background-position: bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  min-height: 300px;
  text-shadow:
   -1px -1px 0 #eee,  
    1px -1px 0 #eee,
    -1px 1px 0 #eee,
     1px 1px 0 #eee;*/     
}
#deel7content {
  padding: 20px;
  max-width:1280px; 
  margin:0 auto;
}
#address {
  position:relative;
  margin: 0 auto;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
}
#address table {
  /*padding-left:10px;*/
  margin:0 auto;
}
#address table tr td {
  text-align: center;
}
#map_canvas {
	width:90%;
	padding-left: 5%;
	padding-right: 5%;
	max-width: 1920px;
	min-height: 300px;
	margin:0 auto;
	/*margin-bottom: 20px;*/
}

#pano {
  width:100%;
	max-width: 1920px;
	height: 300px;
	margin:0 auto;
}
/* deel 8 */
#deel8wrapper {
  position:relative;
  width: 100%;
  margin: 0 auto;
  background-color: gray;
  background-image: url("../images/silhouette.png");
  background-position: right bottom;
  background-size: contain;
  background-repeat:no-repeat;
  background-attachment:fixed;
  min-height: 500px;
}
#deel8content {
  padding: 20px;
  max-width:1280px; 
  margin:0 auto; 
}
#contact {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
#contact input[type="text"] , #contact textarea {
  font-size: 14px;
  color:black;
  width: 100%;
   box-sizing: border-box;
   -webkit-box-sizing:border-box;
   -moz-box-sizing: border-box;
}
#contact #name {
  background-image: url(../images/name.svg);
 	background-size: 30px 30px;
	background-position: 0px 2px;
	background-repeat:no-repeat; 
	padding-left:30px;
	opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact #email {
  background-image: url(../images/email.svg);
  background-size: 30px 30px;
	background-position: 0px 2px;
	background-repeat:no-repeat;
	padding-left:30px;
	font-size:14px;
	opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact #subject {
  background-image: url(../images/comment.svg);
  background-size: 30px 30px;
	background-position: 0px 2px;
	background-repeat:no-repeat; 
	padding-left:30px;
	opacity: 0.4;
  filter: alpha(opacity=40);	
}
#contact #message {
  background-image: url(../images/comment.svg);
  background-size: 30px 30px;
	background-position: 0px 2px;
	background-repeat:no-repeat; 
	padding-left:30px;
	resize: none;
	opacity: 0.4;
  filter: alpha(opacity=40); 
  font-size:14px;
  font-family: arial !important;
}
#contact #name:focus {
  background-image: url(../images/name.svg);
 	background-size: 30px 30px;
	background-position: 0px 2px;
	background-repeat:no-repeat; 
	padding-left:30px;
	opacity: 0.9;
  filter: alpha(opacity=90);
  border: 3px solid #006699;
}
#contact #email:focus {
  background-image: url(../images/email.svg);
  background-size: 30px 30px;
	background-position: 0px 2px;
	background-repeat:no-repeat;
	padding-left:30px;
	opacity: 0.9;
  filter: alpha(opacity=90);
  border: 3px solid #006699;
}
#contact #subject:focus {
  background-image: url(../images/comment.svg);
  background-size: 30px 30px;
	background-position: 0px 2px;
	background-repeat:no-repeat; 
	padding-left:30px;
	opacity: 0.9;
  filter: alpha(opacity=90);
  border: 3px solid #006699;
}
#contact #message:focus {
  background-image: url(../images/comment.svg);
  background-size: 30px 30px;
	background-position: 0px 2px;
	background-repeat:no-repeat; 
	padding-left:30px;
	opacity: 0.9;
  filter: alpha(opacity=90);
  border: 3px solid #006699;
}
input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
#contact input[type="text"], #contact input[type="email"], #contact textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact #submit {
  float:left;
  width:100%;
}
#contact .error {
  background-color: #FFDDDD;
  border: 3px solid #FB0000 !important;
}
#contact .success {
  display: none;
}
#contact #errormessage {
  margin:10px;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  padding: 8px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  background-color: #FF9393;
  color: #FB0000;
  border: 3px solid #FB0000;
}
#contact #successmessage {
  margin:10px;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  padding: 8px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  background-color: #BFFFDF;
  color: Green;
  border: 3px solid Green;
}
.show {
  display:inline-block;
}
.hide {
  display:none;
}

/* Footer */
#footer {
  height: 50px;
  background-color: #181818;
  position:relative;
}
#voorwaarden {
	position:relative;
  bottom:0px;
  left:0px;
  padding: 10px;
  color: gray;
  font-family: Montserrat;
  font-size: 11px;
  float:left;
}
#voorwaarden a {
	color: gray;
  font-family: Montserrat;
  font-size: 11px;
  text-decoration: none;
}
#copyright {
  position:relative;
  bottom:0px;
  right:0px;
  padding: 10px;
  color: gray;
  font-family: Montserrat;
  font-size: 11px;
  float:right;
}
#back-up, #back-up a {
	position:fixed;
	bottom:20px;
	right: 20px;
	width:60px;
	height:60px;
	color: #ddd;
	font-weight: bold;
	font-size:70px;
	text-align: center;
	border-radius:5px;
	text-decoration: none;
	z-index: 50;
	background-image: url("../images/back_top.png");
  background-size: cover;
  background-repeat:no-repeat;
  background-position:center center;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}


#deel1wrapper, #deel2wrapper,#deel3wrapper,#deel4wrapper,#deel5wrapper,#deel6wrapper,#deel7wrapper,#deel8wrapper {
	height: auto;
	min-height:50vh !important;
}
#deel1wrapper:after, #deel2wrapper:after,#deel3wrapper:after,#deel4wrapper:after,#deel5wrapper:after,#deel6wrapper:after,#deel7wrapper:after,#deel8wrapper:after, #map_canvas:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
}

/* Responsive design */

@media only screen and (max-width: 1320px) {
  div#start {
    display:table;
    position:relative;
    height:100vh !important;
    width:100%;
    max-width:1920;
    background-image: url("../images/piet-medium.png");
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center center;
    margin:0 auto;
    padding: 0;  
    text-align:center;
  }
}

@media only screen and (min-width: 48em) { 
	.column-half {
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) {
  div#start {
    display:table;
    position:relative;
    height:100vh !important;
    width:100%;
    max-width:1920;
    background-image: url("../images/piet-medium.png");
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center center;
    margin:0 auto;
    padding: 0;  
    text-align:center;
  }
  #logo { 
  	background-size: cover;
		width:346px;
		height: 90px;
	  margin-left: -173px;
	  margin-top: -45px; 
	}
  #menu li a {
  	font-size:16px;
  }  
  
  #start h1 {
    font-size: 72px !important;
  }
  #deel7wrapper {
    background-size: 1280px;
    background-repeat:no-repeat;
    background-attachment:fixed;
    min-height: 500px;
  }
  #deel8wrapper {
	  background-image: url("../images/silhouette-medium.png");
	}
}
@media only screen and (max-width: 800px) {
	#menu {
    display:none;
  }
  nav {
    float:right !important;
    padding-right:20px;
    display:table;
  }
  nav li {
  	display: inline-block;
  	float: right;
  	padding: 10px;
  	padding-right:15px;
  }
	.left, .right {
	  position:relative;
	  width:96%;
	  float:left;
	  text-align: left;
	  padding:2%;
  	padding-right:2%;
  	padding-left:2%;
	}
	
}
@media only screen and (max-width: 640px) {
  #start h1 {
    font-size: 48px !important;
  }
  div#start {
    display:table;
    position:relative;
    height:100vh !important;
    width:100%;
    background-image: url("../images/piet-small.png");
    background-size: cover;
    background-repeat:no-repeat;
    background-position:top right;
    margin:0 auto;
    padding: 0;  
    text-align:center;
  }
  #logo { 
  	background-size: cover;
		width:230px;
		height: 60px;
	  margin-left: -115px;
	  margin-top: -30px; 
	}
  #facebook-icon {
  	display:none;
	}

  #deel7wrapper {
    background-size: 1280px;
    background-repeat:no-repeat;
    background-attachment:fixed;
    min-height: 500px;
  }
   #deel8wrapper {
	  background-image: url("../images/silhouette-small.png");
	}
  .thirdleft, .thirdmiddle, .thirdright {
	  width:50%;
	}
	#scrolldown1, #scrolldown2 {
		display:none;
	}

}
@media only screen and (max-height: 640px) {
	div#start {
    display:table;
    position:relative;
    height:100vh !important;
    width:100%;
    background-image: url("../images/piet-extrasmall.png");
    background-size: cover;
    background-repeat:no-repeat;
    background-position:top center;
    margin:0 auto;
    padding: 0;  
    text-align:center;
  }  	
}
@media only screen and (max-width: 480px) {
	.thirdleft, .thirdmiddle, .thirdright {
	  width:100%;
	}	
	#footer {
		height: 70px;
	}
	#voorwaarden, #copyright {
	  float:left;
	  width:100%;
	  margin:0 auto;
	  text-align:center;
	}
}
@media only screen and (max-height: 320px) {
	nav li {
		padding:8px;
	}
	nav li a, #menu li a {
  	font-size: 16px;
  } 
  nav ul, nav:active ul {
  	padding-top: 0px;
  }	
}
