__

#menu-bar {
  width: 95%;
  margin: 0px 0px 0px 0px;
  padding: 6px 6px 4px 6px;
  height: 40px;
  line-height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  background: #8b8b8b;
  border: ridge 1px #6d6d6d;
  position:relative;
  z-index:999;
  text-align: center;
}
#menu-bar li {
  margin: 10px 0px 6px 0%;
  padding: 0px 0px 0px 0px;
  width: 150px;
  display: inline-block;
  text-align: center;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 15px;
  color: #e7e5e5;
  text-decoration: none;
  display: block;
  padding: 6px 20px 6px 20px;
  margin: 0;
  margin-bottom: 6px;
  text-shadow: 2px 2px 3px #000000;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #0399d4;
  color: #444444;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px -1px 10px #ffffff;
}

.fancybox{
display: block;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #0399d4 !important;
  background: linear-gradient(top,  #04acec,  #0186ba) !important;
  background: -ms-linear-gradient(top,  #04acec,  #0186ba) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important;
  background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important;
  color: #ffffff !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #ffffff;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #dddddd;
  background: linear-gradient(top,  #ffffff,  #cfcfcf);
  background: -ms-linear-gradient(top,  #ffffff,  #cfcfcf);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cfcfcf));
  background: -moz-linear-gradient(top,  #ffffff,  #cfcfcf);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #b4b4b4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #ffffff;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}

#menu-bar{
  background-color: black;
  margin-bottom: 0px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  text-align: center;
  padding-left: 0px;
}
__
body{
  margin: 0px;
  font-size: 100%;
  font-family: Century Gothic, helvetica, arial;
  line-height: 1.6;
  font-style: italic;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-x: hidden;
}

.Header{
  width: 100%;
  position: fixed;
  background-color: #000;
  min-height: 80px;
  max-height: 100 px;
  top: 0%;
  left: 0%;
  z-index: 10;
  box-sizing: border-box;
}

.Home-navigation{
  box-sizing: border-box;
  max-height: 87px;
  min-height: 87px;
  height: 90%;
  width:100%;
  display:flex;
  align-items: center;
}

.Home-navigation ul{
  display: inline-block;
  margin-top: 5px;
}

.Home-navigation li{
  float: left;
  list-style-type: none;
}

.Home-navigation span{
  color: #DDD;
}

.Home-navigation span:hover{
  color: #963;
}

.Home-navigation li a{
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 0 15px;
  line-height: 80px;
}

a{
  text-decoration: none;
}

.Container{
  width: 100%;
  left: 0px;
  position: static;
  display: block;
  top: 0px;
  height: 1000px;
}

.page{
  box-sizing: border-box;
  width: 100%;
  float: left;
  height: 51%;
}

#page1{
  box-sizing: border-box;
    background: url(pics/Ameland1-min.jpg) repeat center center scroll;
}

.page2 h1{
  display: inline-block;
  left: 38%;
  box-sizing: border-box;
  position: relative;
}

#page2{
  box-sizing: border-box;
  background: url(pics/home-background.jpg) top left scroll;
}

.Dak{
  display: inline-block;
  position: relative;
  top: 20%;
  margin-right: 39px;
  left: 0%;
  box-sizing: border-box;
  text-align: center;
}

.content-page1 h1{
    font-family: Century Gothic, helvetica, arial;
    color: #FFF;
    font-weight: 400;
    font-size: 64px;
    text-transform: uppercase;
    line-height: 82px;
    display: inline;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 160px;
    word-wrap: break-word;
    box-sizing: border-box;
}

.hp1{
	width: 80px!important;
}

.hp2{
	width: 105px!important;
}

.hp3, .hp4{	
	width: 90px!important;
}

.content-page1 .sub{
    margin-top: 25px;
    font-family: Century Gothic, helvetica, arial;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    box-sizing: border-box;
    text-align: center;
}

.content-page1{
  margin: 0 auto;
  padding: 50px 18%;
  padding-left: 5%;
  text-align: center;
  padding-right: 5%;
  box-sizing: border-box;
}

#page3 h2, #page4 h2, #page5 h2, #page6 h2{
  font-family: Century Gothic, helvetica, arial;
  font-size: 225%;
  color: #666;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  line-height: 82px;
  margin-bottom: 40px;
  margin-top: 0px;
  box-sizing: border-box;
}

#page2 div{
  padding: 0 0px 0 0;
  font-size: 21px;
  box-sizing: border-box;
  z-index: 8;
  text-align: center;
  display: inline-block;
}

.menu-item{
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
}

#page3{
  background: url(pics/home-background2.jpg) repeat top left scroll;
  box-sizing: border-box;
}

#page4{
  box-sizing: border-box;
  background: url(pics/home-background.jpg) repeat top left scroll;
}

#page5{
  background: url(pics/home-background2.jpg) repeat top left scroll;
  box-sizing: border-box;
}

#page6{
  box-sizing: border-box;
  background: url(pics/home-background.jpg) repeat top left scroll;
}

.content-page3, .content-page4, .content-page5 , .content-page2{
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 5px 5%;
  text-align: -moz-center;
  font-size: 21px;
  color: #666;
  z-index: 8;
  max-width: 100%;
  padding-right: 5%;
  box-sizing: border-box;
  margin-top: 0px;
}

.Ren, .DakO, DakG{
    display: inline-block;
    position: relative;
    text-align: center;
    top: 20%;
    left: 0%;
}

.Ren img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.DakG{display: inline-block; position: relative; text-align: center; top: 20%; left: 0%;}

.Image{
  position: relative;
  box-sizing: border-box;
}

.Dak img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.page2-text1{
  width: 14%;
  padding-right: 0px;
  display: block;
  margin-left: 0px;
  box-sizing: border-box;
  text-align: center;
}

.dakbe{
  font-family: Century Gothic, helvetica, arial;
  font-size: 225%;
  color: #666;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  line-height: 82px;
  margin-bottom: 0px;
  margin-top: 0px;
  box-sizing: border-box;
}

.page2-text2{
  text-align: center;
  width: 24%;
  display: flex;
  padding-right: 0px;
  text-align: -webkit-center;
  display: block;
  box-sizing: border-box;
}

.page2-text3{
  width: 19%;
  text-align: center;
  display: flex;
  top: -50;
  display: block;
  box-sizing: border-box;
}

.clickd{
  font-size: 75%;
}

.page2-text4{
  text-align: center;
  width: 24%;
  display: flex;
  top: -50;
  text-align: -webkit-center;
  display: block;
  box-sizing: border-box;
}

.p3{
  text-align: center;
  margin-bottom: 20px;
}

.menut{
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
}

.menut:hover{
  color: red;
}

#page7{
      background: url(pics/home-background2.jpg) repeat top left scroll;
      height: 687px;
      box-sizing: border-box;
}

.menu{
    width: 100%;
    height: 76px;
    margin-top: 18px;
    text-align: center;
    font-size: 19px;
    box-sizing: border-box;
}

.page2-text5{
  width: 14%;
  display: flex;
  top: -50;
  text-align: center;
  display: block;
  box-sizing: border-box;
}

.page3-text1{
  text-align: center;
  box-sizing: border-box;
}

.page3-text1, .page3-text2, .page3-text3{
  width: 33%;
  display: -webkit-inline-box;
  text-align: center;
  margin-bottom: 50px;
  box-sizing: border-box;
  margin-top: -10px;
}

.page3-text1{
  display: block;
  width: 33%;
  float: left;
  padding-right: 0px;
  box-sizing: border-box;
}

.page3-text2{
  text-align: center;
  display: block;
  width: 33%;
  float: left;
  padding-right: 0px;
  box-sizing: border-box;
}

.page3-text3{
  text-align: center;
  display: block;
  width: 28%;
  float: left;
  padding-right: 0px;
  box-sizing: border-box;
}


.page4-text1, .page4-text3, .page4-text2{
  width: 19%;
  display: block;
  margin-bottom: 50px;
  text-align: center;
  box-sizing: border-box;
  float: left;
}

.page4-text1, .page4-text3{
  width: 33%;
}

.page4-text2{
 width: 34%;
}

.page5-text1, .page5-text2, .page5-text3{
  display: block;
  float: left;
  width: 33%;
  margin-bottom: 50px;
  text-align: center;
  box-sizing: border-box;
}

.page5-text2{
  width: 34%;
}

.mcontent{
  background: #ebebeb url(../images/main.gif) left top repeat-x;
  width: 50%;
  border-left: 1px solid #f7f7f7;
  margin: 0 auto;
  border-right: 1px solid #f7f7f7;
  padding: 40px;
  height: 69%;
  margin-top: 0px;
  box-sizing: border-box;
  margin-left: auto;
}

.contect{
    font-family: Century Gothic, helvetica, arial;
    font-size: 60px;
    color: #666;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    line-height: 82px;
    margin-bottom: 40px;
    margin-top: 0px;
    box-sizing: border-box;
}

.box.mr20{
  width: 50%;
}

.box.mr20 img{

}

#map{
  height: 84%;
  width: 50%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  float: right;
  top: -42%;
}
}

.alternative-menu{
  margin-top: 24px;
  margin-left: -175px;
  visibility: hidden;
  box-sizing: border-box;
}

.menu-icon{
	margin-top: 8px;
	float: left;
	margin-left: 15px;
}

.side-menu{
  background: black none repeat scroll 0% 0%;
  float: left;
  margin-top: 55px;
  z-index: 1001;
  width: 200px;
  position: fixed;
  height: 300px;
}

.side-menu li a{
font-weight: bold;
font-family: arial;
font-style: normal;
font-size: 15px;
color: #e7e5e5;
text-decoration: none;
display: block;
padding: 6px 20px 6px 20px;
margin: 0;
margin-bottom: 6px;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
text-shadow: 2px 2px 3px #000000;
}
.menu-icon{
visibility: hidden
}
.side-menu{
visibility: visible;
height: 100%;
}

.visiblemenu{
-webkit-transition: 3s;
-moz-transition: 3s;
-ms-transition: 3s;
transition: 2s;
left: 0px

}
.invisiblemenu{
-webkit-transition: 3s;
-moz-transition: 3s;
-ms-transition: 3s;
transition: 2s;
left: -230px
}

.side-menu li:hover{
	  background: #0399d4 !important;
  background: linear-gradient(top,  #04acec,  #0186ba) !important;
  background: -ms-linear-gradient(top,  #04acec,  #0186ba) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important;
  background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important;
  color: #ffffff !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #ffffff;
}

.sidebarClicked{
	  background: #0399d4 !important;
  background: linear-gradient(top,  #04acec,  #0186ba) !important;
  background: -ms-linear-gradient(top,  #04acec,  #0186ba) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important;
  background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important;
  color: #ffffff !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #ffffff;
}


/**35% height page > huge images  */

/** ---------------------- RESPONSIVE PART ----------------------- */


@media screen and (min-width: 1230px) {
	.content-page2 .page2-text1 .Dak{margin-right:0px;}
	.content-page2 .page2-text2 .Dak{margin-right:0px;}
	.content-page2 .page2-text3 .Dak{margin-right:0px;}
	.content-page2 .page2-text4 .Dak{margin-right:0px;}
	.content-page2 .page2-text5 .Dak{margin-right:0px;}
	.content-page2 .page2-text1{width:32%;}
	.content-page2 .page2-text2{width:32%;}
	.content-page2 .page2-text3{width:32%;}
	.content-page2 .page2-text4{width:40%;}
	.content-page2 .page2-text5{width:40%;}
	
}
@media screen and (min-width: 1050px) {
	.p2t1{width: 302px;height: 0%;}
	.p2t2{width: 271px;height: 0%;}
	.p2t3{width: 105px;height: 0%;}
	.p2t4{width: 193px;height: 0%;}
	.p2t5{width: 225px;height: 0%;}
	.p3t1{height: 0%;width:190px;}
	.p3t2{height: 0%;width:168px;}
	.p3t3{height: 0%;width:189px;}
	.p4t1{height: 0%;width:190px;}
	.p4t2{height: 0%;width:190px;}
	.p4t3{height: 0%;width:169px;}
	.p5t1{height: 0%;width:163px;}
	.p5t2{height: 0%;width:169px;}
	.p5t3{height: 0%;width:169px;}

}

@media screen and (max-width: 1230px) {
	.page2-text2{
	width: 40%;
	}
	.page2-text4{
	width: 40%;
	}
	.page2-text1{
	width: 28%;
	}
	.page2-text3{
	width: 24%;
	}	
	.page2-text5{
	width: 33%;
	}
}

@media screen and (max-width: 777px){
	.page3-text1{
	width: 61%;
	}
	.page3-text3{
	width: 100%;
	}
}

@media screen and (max-width: 740px){
	.page2-text1{
	width: 20%;
	}
	.page2-text2{
	width: 51%;
	}
	.page2-text3{
	width: 15%;
	}
	.page2-text4{
	width: 52%;
	}
}


@media screen and (max-width: 420px){
	.page3-text1{
	width: 100%;
	}
	.page3-text3{
	width: 100%;
	}
	.page3-text2{
	width: 100%;
	}
}		
@media screen and (max-width: 570px){
	.page2-text1{
	width: 100%
	}
	.page2-text2{
	width: 100%
	}
	.page2-text3{
	width: 100%
	}
	.page2-text4{
	width: 100%
	}
	.page2-text5{
	width: 100%
	}	
}

@media screen and (min-width: 975px) {
	.side-menu{
	left: -230px;
	}
}

@media screen and (min-width: 1333px) {
	.side-menu{
	left: -230px;
	}
}


@media screen and (max-width: 977px) {
	#menu-bar li{
	 margin-left: 50px;

	}
	#menu-bar{
	height: 55px;
	}
	.menu-icon{
	visibility: visible
	}
}

@media screen and (max-width: 1350px) {
	.box.mr20{
	width: 53%;
	}
	#map{
	width: 44%;
	}
}

@media screen and (max-width: 1274px) {
	.box.mr20{
	width: 100%;
	text-align: center;
	}
	#mcontent{
	height: 110%;
	
	}
	#map{
	top: 0%;
	float: none;
	height: 45%;
	margin-left: auto;
	margin-right: auto;
	width: 56%;
	}
	#mcontent{
	height: 80%;
	}
	#page7{
	height: 113%;
	}
	#map{
	width: 100%;
	}
	.page4-text1{width:100%;}
	.page4-text2{width:100%;}
	.page4-text3{width:100%;}
	.page5-text1{width:100%;}
	.page5-text2{width:100%;}
	.page5-text3{width:100%;}
	
}

@media screen and (max-width: 513px){
	#mcontent{
	width: 85%;	
}
	.Dak{
	margin-left: auto;
	margin-right: auto;
	}
}


@media screen and (max-width: 977px) {
    #menu-bar li{
	visibility: hidden;
     }

    .menu-item {
        visibility: hidden;
    }

    .home{
        visibility: visible;
        margin-top: 46px;
        margin-left: 29px;
    }

    .alternative-menu{
      visibility: visible;
      position: absolute;
      left: 113%;
      /* margin-left: -421px; */
      top: 5px;
    }

    .Header.responsive .menu-item {
    float: none;
    display: inline;
    visibility: visible;
    box-sizing: border-box;
  }
    .Header.responsive .menu-item{
      position: absolute;
      left: 0;
    }


        .gt1{top: -15px; margin-left: 0px; margin-top: 0px;}
        .gt2{top: 5px;}
        .gt3{top: 25px;}
        .gt4{top: 45px;}
        .gt5{top: 65px;}
        .gt6{top: 85px;}
        .gt7{top: 105px;}

    .Header.responsive {
      min-height: 165px;
      box-sizing: border-box;
    }
}

.zaag{
  position: relative;
  left: 45%;
  box-sizing: border-box;
  transform: translateX(-50%);
}

/** {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}*/
