@font-face {
    font-family: 'twcenmt';
    src: url('../fonts/TwCenMT-Regular.woff2') format('woff2'),
         url('../fonts/TwCenMT-Regular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    text-decoration:none;
}

.twcenmt { font-family: 'twcenmt'; }

.pre-nav {
	height:92px;
	
	color:#fff;
	background: rgba(0,64,31,1);
	background: -moz-linear-gradient(top, rgba(0,64,31,1) 0%, rgba(21,45,35,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,64,31,1)), color-stop(100%, rgba(21,45,35,1)));
	background: -webkit-linear-gradient(top, rgba(0,64,31,1) 0%, rgba(21,45,35,1) 100%);
	background: -o-linear-gradient(top, rgba(0,64,31,1) 0%, rgba(21,45,35,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,64,31,1) 0%, rgba(21,45,35,1) 100%);
	background: linear-gradient(to bottom, rgba(0,64,31,1) 0%, rgba(21,45,35,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00401f', endColorstr='#152d23', GradientType=0 );
}

.joey-nav {
	height:92px;
	background: #00401f;
	color:#fff;
}

.home_spelelement > a:link { text-decoration: none; } 

.div-logo {
	position:absolute;
	/*width:300px;
	height:140px;
	
	/*background: #e9e9e9;
	text-align:center;*/
	padding-top:13px;
	float:left;
}

.container-logo {
	position:relative; z-index:4; height:0; margin:0 auto; padding:0; width:100%;
}

.kaart-nederland {
	position:absolute; 
	z-index:3; 
	right:0; 
	top:-7px;
}

.top-slogan {
	margin-right:130px; 
	padding-top:24px;
}

.header-reserveren {
	margin-top:18px;
	font-weight: bold;
	float: right;
	background: #c72129;
	color: #ffffff;
}

.header-reserveren-inside {
	padding: 15px 30px;
	width:100%;
	height:100%;
}

.header-reserveren-inside:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.parallax-container:before {
    border-bottom:18px solid rgba(255, 255, 255, 0.7);
    
    content: "";
    position: absolute;
    top: -10px;
    bottom: 0px;
    left: -10px;
    right: -10px;
}

.nav-menu {
	float:right;
}

nav {
}

nav ul a,
nav .brand-logo {
  color: #ffffff; 
  font-size:18px;
}

p {
  
}

.img-logo {
  	
  }

.container-footer {
	padding:30px 0 30px 0; 
	margin-bottom:0;
}

.container-mobile-menu {
	position:relative; 
	z-index:4; 
	height:0; 
	margin-top:0; 
	margin-bottom:0; 
	padding:0;
}

.act_hidden { display:none; }

.button-collapse {
  color: #ffffff;
}

.links {
	padding-right: 25px !important;
}

.rechts {
	border-left:1px solid #e0e0e0; 
	padding-left: 25px !important;
	padding-right:0px !important;
}

 #main_content .col {
	padding: 0 0.75%;
}

.parallax-container {
  line-height: 0;
  height: auto;
  min-width:100%;
  color: rgba(255,255,255,.9);
}

.parallax-container .section {
    width: 100%;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #banner-act-badge {
  	margin-top:-55px;
  }
  #index-banner .section {
    top: 10%;
  }
  .img-logo {
  	margin-top:-40px;
  }
  .headertitle {
  	margin-top:10px;
  } 
  .links {
	padding-right: 25px;
  }
  .rechts {
	padding-left: 15px;
  }
  .footer-col {
  	padding-bottom:40px !important;
  }
  .top-slogan {
	margin-right:0; 
  }
  .container-mobile-menu {
  	 width:100%;
  }
  .header-mobile-menu
  {
  	margin-top:-18px;
	font-weight: bold;
	width:100%;
	color: #ffffff;
  	background: #00401f;
  	padding: 15px 0 15px;
  	margin:0 0 30px 0;
  }
  .header-reserveren {
	/*margin-top:-15px;*/
  }
  .content {
  	margin-top:40px;
  }
  
  .joey-groot {
  	width:320px;
  }
  
  .joey-nav {
	height:120px;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
  .container-logo {
  	margin: 0;
  }
  nav {
  	/*display:none;*/
  }
  #index-banner {
  	
  }
  #banner-act-badge {
	display:none;
	margin-top:-10px;
  }
  .div-logo
  {
  	margin-top:-90px;
  	background: rgba(255,115,0,1);
  	width:100%;
  	height:90px;
  }
  .headertitle {
  	display:none;
  }
  .div-logo {
  	display:none;
  } 
  .pre-nav
  {
  	display:none;
  }
  .img-logo {
  	width:300px;
  	margin-top:20px;
  }
  .nav {
  	display:none !important;
  	margin-top:100px;
  }
  .links {
  	padding-right: 0.25rem !important;
  }
  .rechts {
  	margin-top:30px;
	border-left:0; 
	padding: 0;
	padding-left: 0.25rem !important;
  }
  .headertitle {
  	margin-top:60px;
  }
  #main_content .col {
	padding: 0;
  }
  .header {
  	margin-top:0px;
  }
  #omschrijving_kort { margin-top:20px; padding-top:20px; border-top: 1px solid #e0e0e0; }
  
  .container-footer {
	padding:30px 0 0 0; 
	margin-bottom:0;
}
}

.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
  background: #eeeeee;
background: rgba(122,122,122,1);
background: -moz-linear-gradient(top, rgba(122,122,122,1) 0%, rgba(158,158,158,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(122,122,122,1)), color-stop(100%, rgba(158,158,158,1)));
background: -webkit-linear-gradient(top, rgba(122,122,122,1) 0%, rgba(158,158,158,1) 100%);
background: -o-linear-gradient(top, rgba(122,122,122,1) 0%, rgba(158,158,158,1) 100%);
background: -ms-linear-gradient(top, rgba(122,122,122,1) 0%, rgba(158,158,158,1) 100%);
background: linear-gradient(to bottom, rgba(122,122,122,1) 0%, rgba(158,158,158,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#9e9e9e', GradientType=0 );
}

#logo-container { margin:10px 0; }

h1 { font-size: 1.8rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.3rem; }

.recensie_slider { position: relative;  height:110px; overflow: auto;  padding:0; }
.recensie_slider li { list-style: none; height:110px; }
.recensie_slider ul { padding:0; margin:0; }
.recensie_slider ul li { float: left; height:100%; padding:0; margin:0; height:110px;}

/* vragen */

.column{
	-webkit-column-count: 3;
	-webkit-column-gap: 15px;
	-webkit-column-fill: auto;
	-moz-column-count: 3;
	-moz-column-gap: 15px;
	-moz-column-fill: auto;
	column-count: 3;
	column-gap: 15px;
	column-fill: auto;
}

.faq{
	width:100%;
	margin-bottom:20px;
	display:inline-block;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
}

.inner{
	background:#f7f6f3;
	padding:20px;
	text-align:left;
}

ul.voorwaarden > li {
	margin-left:20px;
	list-style-type: circle;
}

.blokkie {
	position: relative;
	zoom: 1;
	padding: 10px;
	background: #f1f1f1;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
	box-shadow: 0px 1px 1px rgba(0,0,0, .2);
}

.geenblokkie {
	position: relative;
	zoom: 1;
	padding: 10px;
}

.item {
	margin-bottom:30px;
	display:inline-block;
	width:100%;
}

.fb-page {
  width: 100% !important;
  height:160px;
  border:none; 
  overflow:hidden;
}

.item a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}


/*FORMS*/

select 
}

textarea {
	padding:5px 8px;
}

input[type="text"] {
}

input[type="password"] {
}

input[type="submit"] {
	color:#ffffff;
	display:inline-block;
	text-decoration:none;
	cursor: pointer;
    width: auto;
	padding: 8px 8px;
	
    background-color: #c50909;
    border: 1px solid #a00000;
    -moz-border-radius: 3px;
	border-radius: 3px; 
}

input[type="button"] {
}

input[type="text"].light {
	width: 300px;
	height:23px;
	border: 1px solid rgba(255, 255, 255, .3);
	background-color: rgba(255, 255, 255, .2);
	padding:5px 8px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	font-size:13px;
}

input[type="submit"].groen {
    cursor: pointer;
    width: 300px;
	padding: 8px 8px;
    background-color: #9eb839;
    border: 1px solid #889f2e;
    -moz-border-radius: 3px;
	border-radius: 3px; 
}

span.stars, span.stars span {
	display: block;
	background: url(http://www.veluwespecialist.nl/images/sterretje2.png) 0 -13px repeat-x;
	width: 75px;
	height: 13px;
}
span.stars span {
	background-position: 0 0;
}

a.resbutton {
	color:#ffffff;
	display:inline-block;
	text-decoration:none;
	cursor: pointer;
    width: auto;
	padding: 8px 8px 5px;
	height: 42px;
    background-color: #c50909;
    border: 1px solid #a00000;
    -moz-border-radius: 3px;
	border-radius: 3px; 
}

a.resbutton:hover {
    background: #af0101;
    border: solid 1px #a00000;
    text-decoration: none;
}
a.resbutton:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #a60000;
    border: solid 1px #a00000;
}

a.geelbutton {
	color:#ffffff;
	display:inline-block;
	text-decoration:none;
	cursor: pointer;
    width: auto;
	padding: 8px 8px 5px;
	height: 42px;
    background-color: #fadb4f;
    border: 1px solid #e9cc47;
    -moz-border-radius: 3px;
	border-radius: 3px; 
}

a.geelbutton:hover {
    background: #fbe271;
    border: solid 1px #f7c942;
    text-decoration: none;
}
a.geelbutton:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #d6be50;
    border: solid 1px #f7c942;
}

a.geelbutton:link {color: #1a1a1a;}
a.geelbutton:hover {color: #1a1a1a;}
a.geelbutton:active {color: #1a1a1a;}
a.geelbutton:visited {color: #1a1a1a  !important;} 

#act_extrainfo {
	margin-top:10px;
	padding-top:20px; 
	padding-bottom:15px; 
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

#act_prijs_voegtoe {
	float:left;
}

#act_prijs_prijsje {
	float:right;
} 

#routes { margin-top:20px; }

img.social {
	-webkit-transition: all .1s ease-in-out;
	margin-bottom:10px;
	transform:scale(0.8) translate(0px, 0px);
    -ms-transform:scale(0.8) translate(0px, 0px); /* IE 9 */
    -moz-transform:scale(0.8) translate(0px, 0px); /* Firefox */
    -webkit-transform:scale(0.8)translate(0px, 0px); /* Safari and Chrome */
    -o-transform:scale(0.8)translate(0px, 0px); /* Opera */
}
img.social:hover{
 	transform:scale(1.1) translate(0px, 0px);
    -ms-transform:scale(1.1) translate(0px, 0px); /* IE 9 */
    -moz-transform:scale(1.1) translate(0px, 0px); /* Firefox */
    -webkit-transform:scale(1.1)translate(0px, 0px); /* Safari and Chrome */
    -o-transform:scale(1.1)translate(0px, 0px); /* Opera */
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.parcour_specs ul li {
    list-style-type: circle;
    margin: 0 0 0 20px;
}

.links a:link { text-decoration: underline; }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    max-width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 20% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 350px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
					
.H a{
   background-color : #007e4a !important;
   background-image :none !important;						   			   
}	
.OPT_H {
   background-color : #007e4a !important;	   	     				   			   
}

	
.M a{
   background-color : #91b64f !important;
   background-image :none !important;					   			   
}
.OPT_M{
   background-color : #91b64f !important;	  					   			   
}
		
.L a{
   background-color : #edd400 !important;
   background-image :none !important;						   			   
}
.OPT_L {
	background-color : #edd400 !important;	   					   			   
}

.Z a{
   background-color : #cb442d !important;
   background-image :none !important;						   			   
}
.N a{
   background-color : #cb442d !important;
   background-image :none !important;						   			   
}
.C a{
   background-color : #cb442d !important;
   background-image :none !important;                                      
}

.cat {
	margin-top:10px;
	margin-right:10px;
	padding: 2px 10px;
	border-radius: 3px;
	display: inline-block;
	background-color: #fff;
}

ul.select-dropdown,ul.dd_sfeerimpressie{
    width: 170px !important;
}
ul.select-dropdown,ul.dd_contact{
    width: 170px !important;
}