/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	min-width: 780px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



@font-face {
  font-family: 'AGaramondPro-Regular';
  src: url('fonts/AGaramondPro-Regular/AGaramondPro-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/AGaramondPro-Regular/AGaramondPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/AGaramondPro-Regular/AGaramondPro-Regular.woff') format('woff'), /* Modern Browsers */
  url('fonts/AGaramondPro-Regular/AGaramondPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/AGaramondPro-Regular/AGaramondPro-Regular.svg#57984163b7a8df750038d0f2b70383f2') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  400;
}


@font-face {
  font-family: 'AGaramondPro-Italic';
  src: url('fonts/AGaramondPro-Italic/AGaramondPro-Italic.eot'); /* IE9 Compat Modes */
  src: url('fonts/AGaramondPro-Italic/AGaramondPro-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/AGaramondPro-Italic/AGaramondPro-Italic.woff') format('woff'), /* Modern Browsers */
  url('fonts/AGaramondPro-Italic/AGaramondPro-Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/AGaramondPro-Italic/AGaramondPro-Italic.svg#57984163b7a8df750038d0f2b70383f2') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  400;
}


@font-face {
  font-family: 'AGaramondPro-Bold';
  src: url('fonts/AGaramondPro-Bold/AGaramondPro-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/AGaramondPro-Bold/AGaramondPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/AGaramondPro-Bold/AGaramondPro-Bold.woff') format('woff'), /* Modern Browsers */
  url('fonts/AGaramondPro-Bold/AGaramondPro-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/AGaramondPro-Bold/AGaramondPro-Bold.svg#57984163b7a8df750038d0f2b70383f2') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  400;
}


@font-face {
  font-family: 'HelveticaNeueLT Pro 65 Md';
  src: url('fonts/HelveticaNeueLTPro-Hv/HelveticaNeueLTPro-Hv.eot'); /* IE9 Compat Modes */
  src: url('fonts/HelveticaNeueLTPro-Hv/HelveticaNeueLTPro-Hv.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/HelveticaNeueLTPro-Hv/HelveticaNeueLTPro-Hv.woff') format('woff'), /* Modern Browsers */
       url('fonts/HelveticaNeueLTPro-Hv/HelveticaNeueLTPro-Hv.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/HelveticaNeueLTPro-Hv/HelveticaNeueLTPro-Hv.svg#svg') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}




html{
  height:100%;
}
body{
  margin:0px;
  padding:0px;
  height:100%;
  width:100%;  
  overflow: hidden;
}

h1, h2{
  display:block;
  margin:0px;
  padding:0px;
}


p{
  margin:0px;
  padding:0px;
}


.wrapper{
  width:100%;
  height:100%;
  position:relative;
}

.sidebar{
  background-image:url('../images/menubg.png');
  background-color: #202529;
background: -moz-linear-gradient(top,  #202529 0%, #0a0b0d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202529), color-stop(100%,#0a0b0d));
background: -webkit-linear-gradient(top,  #202529 0%,#0a0b0d 100%);
background: -o-linear-gradient(top,  #202529 0%,#0a0b0d 100%);
background: -ms-linear-gradient(top,  #202529 0%,#0a0b0d 100%);
background: linear-gradient(to bottom,  #202529 0%,#0a0b0d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202529', endColorstr='#0a0b0d',GradientType=0 );

    
  width: 310px;
  background-repeat: no-repeat;
  text-align: center;
  padding-right:0px;
    
  height: 100%;
  position: fixed;
  background-color: #0a0b0d;
  float:left;
  z-index: 100;
}

.sidebar > a {
  display: block;
  width: 192px;
  height: auto;
  margin: 30px auto;
}

.sidebar .logo{
/*  margin: 40px -10px 55px 0px; */
}

.sidebar ul{
  margin:0px;
  padding:0px;
}

.sidebar > ul {
  width: 100%;
  position: relative;
  /* background: #000; */
  height: 100%;
  background-image: url('../images/menubg.png');
  background-position: 10px -640px;
  background-repeat: repeat-x;
}

.sidebar li{
  list-style: none;
  margin:0px 0px 20px 0px;
  padding:0px;
  display:block;
  position: relative;
}

.sidebar li a{
  color:#6f6f6f;
  text-decoration: none;
  font-family: 'AGaramondPro-Regular';
  font-weight: 400;
  font-size:20px;
  /*font-family: helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: aliceblue;*/
}

.sidebar li a:hover, .sidebar li a.active{
  color:white;
}

.sidebar .footer{
  bottom: 0;
  height: 70px;
  position: absolute;
  text-align: left;
   width:271px;
   margin-left:20px;
}

.home_content_container .quote{
  bottom: 0;
  height: 70px;
  position: fixed;
  text-align: left;
  display: none;
   width:380px;
   right:0;
   font-family: 'HelveticaNeueLT Pro 65 Md';
   font-weight: 400;
   font-size:13px;
   text-transform: uppercase;
   color:white;
   line-height: 24px;
   letter-spacing: 2px;
   
}

.home_content_container .quote span {
  color:#28767a;
}

.sidebar .footer a{
    color:#c3c3c3;
    display:block;
    width:130px;
    text-decoration: none;
    margin-left:60px;
    font-family: 'AGaramondPro-Italic';
    font-weight: 400;
    font-size:16px;    
}

.sidebar .footer a img{
  float:left;
  margin-right:10px;
}


.home_content_container{
  display:block;
  float:left;
  /* background-image: url('../images/home-content-bg.png'); */
  background-repeat: no-repeat;
  /* background-color:#0f1314; */
  height: 100%;
  margin-left: 310px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  /* background-attachment: fixed; */
  background-position: 180px 0;
}


.content_container{
  display:block;
  float:left;
  height: 100%;
  margin-left: 310px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  /* background-attachment: fixed; */
  background-position: 180px 0;
}


.contact .content_container{
  /*display:block;
  float:left;*/
  left:25%;
  position: absolute !important;
  top: 0;
  /*left: 0;
  right: 0;
  bottom: 0;*/
  overflow-y: hidden;
  /* background-attachment: fixed; */
  background-position: 180px 0;
  margin-top:200px;
  height:450px;
  width:400px;
  left: 50%;
  margin-left: -60px;
  top: 50%;
  margin-top: -225px;
}

.home_content{
  margin: 0px 0px 0px 0px;
  color:#858585;
  text-align: justify;
  width: 430px;
  background-image: url('../images/home-content-bg.png'); 
  background-repeat: repeat-x; background-color: #0f1314;
  padding: 0px 30px 0px 50px;
  background-attachment: fixed;
  min-height: 100%;
}


.content{
  margin: 0px 0px 0px 0px;
  color:#525252;
  text-align: justify;
  width: 700px;
  background-color: #f6f6f6;
  padding: 0 30px;
  background-attachment: fixed;
  min-height: 100%;
}

.home_content h1{
  color:white;
  font-family: 'AGaramondPro-Regular';
  font-weight: 400;
  font-size:36px;  
  margin-top: 220px;
  margin-bottom:-30px;
}


.content h1{
  color:#232323;
  font-family: 'AGaramondPro-Regular';
  font-weight: 400;
  font-size:36px;
  padding-top: 50px;
}

.home_content h2, .content h2{
  color:#1c8189;
  font-family: 'AGaramondPro-Regular';
  font-weight: 400;
  font-size:14px;
  text-transform: uppercase;
  
}

.content h2{
  margin-bottom:10px;
}

.content hr{
  border:0px;
  height:1px;
  color:#c5c5c5;
  background-color:#c5c5c5;
}

.home_content div{
  margin-top:20px;
  margin-top: 0;
  padding-top: 20px;
}

.home_content div, .content div{
  font-family: 'AGaramondPro-Regular';
  font-weight: 400;
  font-size:18px;     
}


.sidebar:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    width: 20px;
    background-image: url('../images/menu-border.png');
    background-repeat: repeat-y;
    background-position: right;
}


.background_stretch{
    position: fixed;
    top: 0;
    left: 310px;
    width: 100%;
    height: 100%;
    z-index:-1;
}



/* admin */

.admin_options{
	background-color:#333333;	
	height:30px;
	background-image:url('../images/admin/adminnavbg.gif');
	background-repeat:repeat-x;
	width:100%;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	position:fixed;
	z-index: 999;	
}


.admin_option{
	float:left;
	padding-left:15px;
	padding-right:15px;	
	padding-top:6px;
	border-left:1px solid #666666;
	color:white;
	display:block;
	cursor:hand;
	cursor : pointer;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);opacity: 1;
}

.admin_option:hover{	
	/*background-color:#000000;	
	text-decoration:none;
	color:#CCCCCC;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);opacity: 0.7;*/
}


.admin_titel
{
	font-size:13px;
	margin-bottom:10px;
	font-weight:bold;
}

.admin_block_img
{
	float:left; margin: 0px 5px 8px 0px;
	cursor:hand;
	cursor:pointer;
	border: 3px solid black;
	

}
.admin_block_img:hover
{
	border: 3px solid #CC6600;
	
 /* margin-left:-10px;
  margin-top:250px;  */
}

.front h2{
  margin:-30px 0px 30px 0px;
  
  
}

.nofront #block-list{
  display:block;
  width:600px;
  margin-left: 40px;
}

.contact #block-list{
  width:340px !important;
  margin-left:0px !important;
}

.contact .content{
  /* width:340px; */
  width: auto;
}

.contact h1{
  margin-bottom:20px;
  margin-top:-35px;
}

.contact .openingsuren{
  line-height: 30px;
}

.handle{
	cursor:move;
	
}

/* end admin */

.listBlock { list-style:none; padding:0px; margin:0px;}

.contentblock {
  margin-bottom: 0 
}

.savebutton{
	cursor:hand;
	cursor:pointer;
	display:none;
	padding:5px;
	background-color:#f0f0f0;
	float:left;
	margin-left:0px;
	margin-top:-25px;
	border:1px solid #dedede;
	width:77px;
	height:29px;
	background-image:url('../images/admin/savebtn.gif');
}

.savebutton:hover{
	border:1px solid #509010;
}

.front #block-list{
  display:block;
  width:350px;
  margin-left:20px;
 /* margin-top:250px; */
}

.photobook_picture{
	float:left;
	
	margin-right:10px;
/*	border:1px solid #df6d15;
*/}


.photobook_picture:hover{
	/*border:1px solid #333;	*/
}

.contentblock {	margin-bottom:27px; clear:both;}

.topbtn{
  margin-bottom:10px;
 /* display:block;
  opacity:0.3;*/
  position:fixed;
  bottom:20px;
  left:995px;
  display:none;
  text-indent:-9999px;
  width:21px;
  height:29px;
  background-image:url('../images/topbtn.png');
}

.clear { clear:both; }


.photobook_picture{
opacity: 0.7;
display: block;
float: left;
width: 130px;
height: 130px; 
border: 1px solid #525252;
margin: 0 10px 10px 0;
-webkit-transition: all 300ms linear;
}
.photobook_picture:hover{
opacity: 1.0;
/*border: 1px solid #fff;*/
}

.content a{
  color:#1a99a2;
}

.submenu {
  position: absolute;
  top: -20px;
  left: 310px;
  z-index: -10;
  background: #333;
  width: 270px;
  
  left: 0;
  
  -webkit-transition: left .3s ease-out;
  -moz-transition: left .3s ease-out;
  -ms-transition: left .3s ease-out;
  -o-transition: left .3s ease-out;
  transition: left .3s ease-out;
  
  
  -webkit-transition-delay: .25s;
  -moz-transition-delay: .25s;
  -o-transition-delay: .25s;
  -ms-transition-delay: .25s;
  transition-delay: .25s;
}

.submenu:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0px;
  border: 8px solid transparent;
  border-left-color: black;
}

.submenu li {
  text-align: left;
  text-indent: 20px;
  margin: 0;
}

.submenu a {
  line-height: 35px;
  font-family: helvetica, sans-serif !important;
  font-weight: bold !important;
  color:#a8a8a8 !important;
  font-size:15px !important;
  display:block;
}

.submenu a:hover, .submenu a.active {
  color:white !important;
}

.sidebar > ul > li:hover .submenu {
  left: 310px;
  
  -webkit-transition-delay: .25s;
  -moz-transition-delay: .25s;
  -o-transition-delay: .25s;
  -ms-transition-delay: .25s;
  transition-delay: .25s;
}

.submenu li:first-child {
  margin-top: 10px;
}

.submenu li:last-child {
  margin-bottom: 10px;
}

.headmenu{
  margin-top:50px !important;
}

.headmenu a{
  /*margin-left:-20px;*/
}

.submenu a{
  margin-left:0px;
}


#map-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

#map{
  width:100%;
  height:100%;
  
}

.contentblock p{
  line-height: 25px;
}

.contact .content_container{
  position:relative;
  z-index:999;
}


@media all and (min-width: 1200px) {
  .home_content_container .quote{
    display:block;
  }
}

@media screen and (max-height: 700px) {
  .sidebar > a img {
    width: 160px;
    height: auto;
  }
  
  .sidebar .footer {
    display: none;
  }
}

#info{
  padding-top:30px;
}


.newsblock2{
  border-bottom:1px solid #c5c5c5;
  display: block;
  padding:10px 0px 10px 0px;
}

.newsblock2 a{
  text-decoration: none;
}