@font-face {
font-family: 'Festival Jomfruer Chunky';
font-style: normal;
font-weight: normal;
src: local('Festival Jomfruer Chunky'), url('../font/Festivaljomfruer.ttf') format('ttf');
}

@font-face {
font-family: 'Festival Jomfruer Chunky';
font-style: normal;
font-weight: normal;
src: local('Festival Jomfruer Chunky'), url('../font/Festivaljomfruer.woff') format('woff');
}


/* BOX SIZING */
* { box-sizing:border-box;}
/* small reset */
html, body, ul {padding: 0px;margin: 0px;list-style-type: none;}

/* remove button focus*/
button:focus {outline:0;}

/* font-sizing */
html{ font-size: 62.5%; } 
body{ font-size: 16px; font-size: 1.6rem; line-height: 1.5;} /* =16px */
h1{ font-size: 24px; font-size: 2.4rem; line-height: 1.3; font-weight: 400;} /* =24px */
h2{ font-size: 20px; font-size: 2rem; font-weight: 400;} /* =20px */
li{ font-size: 16px; font-size: 1.6rem;} /* =16px */
p{ font-size: 16px; font-size: 1.6rem; font-weight: 300;} /* =16px */




/* CLEARFIX */
.clearfix:before, 
.clearfix:after{
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;}
.clearfix:after {clear: both;}
.clearfix {*zoom:1;}

.elementhide {display: none;transition: 1s;}
.elementshow {display: block;transition: 1s;}

/* Body */
body {
    height: 100%;
    font-family: 'Nunito', sans-serif;
    color: #474747;
    background: #FFFFE0;
}


p1 { font-size: 16px; font-size: 1.6rem; font-weight: 300; background-color: #FFFFE0; padding-top: 1px;
padding-bottom: 2px;} /* =16px */


.parallax {
  perspective: 3px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}

.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    z-index: -10000;
}
.parallax__layer--top { 
  transform: translateZ(0);
    opacity: 0.6;
} 
.parallax__layer--base {
  transform: translateZ(-1px);
    opacity: 0.6;
}
.parallax__layer--back {
  transform: translateZ(-2px);
}







.container {
    width: 1000px;
}

.titelclass {
    
}

.titelclass a {
    color: #1376bc;
    text-decoration: none;
}

.titelclass a:hover {
    color: #1376bc;
    text-decoration: underline;
}

/* Hyperlink */


/* Menubar */

.navigationtop {
    height: 100px;
    width: 100%;
    z-index: 100000;
    position: absolute;
    background-color: rgba(0,0,0,.4);
    border-bottom: 1px solid #cccccc;
}

.navshow {
    background-color: #1c4a5b;
    border-bottom: 0px;
    top: 0;
    transition: 1s;
}

.navhide {
    background-color: rgba(0,0,0,.4);
    border-bottom: 1px solid #cccccc;
    transition: 1s;
}


/* Menubar Logo */

.logo {
    height: 100px;
    width: 25%;
    margin: 0;
    padding: 0;
    float: left;
}

#logo {
    width: 275px;
    display:block;
    margin:0 auto;
    padding-top: 17px;
    margin-left: 30px;
    float: left;
}


/* Mobile Menu */

.mobilebutton {
    font-size: 14px; 
    font-weight: 300;
    background:none;
    position:absolute;
    top:0;
    right:0;
    margin: 35px 30px 0px 0px;
    cursor:pointer;
    color:#ffffff;
    -moz-border-radius:4px;
	-webkit-border-radius:4px;
    border-radius:4px;    
    border:1px solid #ffffff;
    padding: 5px 5px 5px 5px;
    visibility: hidden;
}

.mobilenav {
    position: absolute;
    margin-top: 100px;
    width: 100%;
    text-align: center;
    padding: 0px;
    visibility: hidden;
}   

.mobilenav a {
    color: #ffffff;
    font-size: 16px; 
    font-size: 1.6rem; 
    font-weight: 400;
    text-decoration: none;
}
    
.mobilenav a:hover {
    text-decoration: none;
}
    
.mobilenav a li{
    width: 100%;
    display: block;
    padding: 10px 30px 10px 30px;
    border-top: 1px solid #266677;
    background-color: #1c4a5b;
}

.mobilenav a li:hover {
    background-color: #67b0c1;
}

/* ------------------------------------- Menubar Menu */

.headermenu {
    width: 75%;
    height: 100px;
    padding: 30px;
    float: left;
}

.menuright {
    position: relative;
}

.menuright3 {
    position: absolute;
    right: 0;
}

.headermenu ul {
    padding:0;
    margin:0;
    position: relative;
}

.headermenu ul li {
    margin: 0px;
    display:inline-block;
    float: left;
    padding-left: 50px;
}

.headermenu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 40px;
    background: #388FA7;
    overflow: hidden;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.headermenu ul li:hover > ul {
    display:inherit;
}

.headermenu ul ul li {
    min-width:180px;
    float:none;
    display:list-item;
    position: relative;
    padding: 0;
}

.headermenu a {
    
    color: #ffffff;
    font-size: 16px; 
    font-size: 1.6rem; 
    font-weight: 300;
    text-decoration: none;
    line-height: 40px;
    padding-left: 1px;
    padding-right: 1px;
    display:block;

}

.menuright li > a:after { content:  ' +'; }
.menuright li > a:only-child:after { content: ''; }

.headermenu ul a:hover {
    border-bottom: 1px solid #F05A28;
}

.headermenu a:hover {
}

.headermenu ul ul li a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-bottom: 0px;
    background: rgba(0,0,0,.2);
}
   
.headermenu .activemenu {
    color: #F05A28;
    font-weight: 700;
    border-bottom: 1px solid #F05A28;
}

.headermenu ul ul li .activemenu {
    color: #ffffff;
    font-weight: 700;
    background: rgba(0,0,0,.4);
    border-bottom: 0px;
}

.headermenu .activemenu:hover {
    color: #F05A28;
    border-bottom: 0px;
}

.mobilenav .activemenu {
    font-weight: 700;
    color: #F05A28;
}




.headerpatern {
    width: 100%;
    height: 750px;
    background: url(../IMG/videooverlay.png) no-repeat center;
    background-size: cover;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
}

.videocontainer {
    width: 100%;
    height: 760px;
    position: absolute;
    overflow: hidden;
    top: -10px;
    left: 0;
}

.header video { 
    position: relative;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transition: 1s opacity;
    z-index: 1;
}

.stopfade {
   opacity: .0;
}

.headerplaybutton {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 75px;
    margin: 20px;
    border: none;
    border: 0;
    font-size: 12px;
    background: rgba(255,255,255,.1);
    color: #ffffff;
    cursor: pointer;
    transition: .3s background;
    border-radius: 5px;
    z-index: 2;
}

.header .loopbutton {
    margin-top: 50px;
}

.header .loopbuttondown {
    margin-top: 50px;
    background-color: rgba(0,0,0,.2);
}

.header .pausebuttondown {
    background-color: rgba(0,0,0,.2);
}


/* Header */

.header {
    height: 700px;
    width: 100%;
    background: url(../IMG/sleepvideo.png) no-repeat;
    background-position: right top;
    background-size: cover;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 0;}

.headerbase {
    height: 700px;
    margin: 0 auto;
   }

.headercontent {
    width: 1000px;
    position: relative;
    top: 50%;
    text-align: center;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10000;
   }

.headercontent h1 {
    color: #ffffff;
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 50px;
    margin: 0;
    font-family: 'Festival Jomfruer chunky', 'Nunito';
    letter-spacing: 2px;
    text-shadow: 0px 5px 10px rgba(0,0,0,.2);}

.headercontent h2 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 400;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    text-shadow: 0px 2px 5px rgba(0,0,0,.4);}

.headercontent p {
    color: #ffffff;
    font-weight: 200;
    margin: 0;}

.headertext {
    margin-bottom: 15px;}

.headervideo {
    margin-top: 30px;
}

.headerbutton {
    background-color: rgba(0,0,0,.5);
    border-radius: 5px;
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor:pointer;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    font-size: 16px; 
    font-size: 1.6rem;
    padding: 10px 15px 10px 5px;}

.headerbutton:hover{
    background-color: rgba(150,150,150,.6);
    transition: 0.4s
}

.headerbutton:active{
    top: 2px;
    position:relative;
}

.headerbutton img, .headerbutton span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;}

.scrolldownicon {
    display: block;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-bottom: 60px;
    animation: scroll 1s both infinite alternate;
    -webkit-animation: scroll 1s both infinite alternate;}

@-webkit-keyframes scroll {
  0% {
    transform: translateY(-100px);}

  100% {
    transform: translateY(100px);}}


/* Chalkbackground */

.chalkbackground {
    margin-top: 150px;
    color: #474747;
    text-align: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    padding: 30px;
}

iframe {
    height: 604px;
    width: 904px;
    border-radius: 5px;
    position: relative;
    left: 17px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#chalkbackgroundfrom {
    margin-top: 20px;
    color: #474747;
    text-align: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    padding: 30px;

}

.chalkbackgroundfrom {
    margin-top: 20px;
    color: #474747;
    text-align: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    padding: 30px;
}

.backgroundIMG {
    background: url(../IMG/photo9.jpg) no-repeat center;
    background-size: cover;
}

/* tussenstuk */

.videobalk {
    height: 100px;
    width: 100%;}

/* services */

.services {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.services1 {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.servicebackground {
    background: #388FA7;
}

.services h1 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #ffffff;
}

.services p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
    margin-top: 40px;
    color: #ffffff;
}

.servicewrapper {
    padding-top: 20px;
    padding-bottom: 30px;
}

.servicewrapper h1 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    margin-top: 10px;
    text-align: left;
}

.servicewrapper p {
    text-align: justify;
    margin-top: 20px;
}

/* Content */

u {
    color: #F05A28;
} 

.wrapper {
    width: 100%;
}

.titlekop {
    height: 50px;
    width: 100%;
    background-color: #e1e1e1;  }

.contentcontainer {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #474747; 
    
}

.contentcontainer h1 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    text-align: left;
    margin: 0;
}
  
.contentcontainer p {
    text-align: left;
    font-weight: 300;
}

.contentcontainer a{
    color: #ffa22e;
    text-decoration:none;}

.introductiehead {   
    margin-top: 40px;
}
 
.introductiehead h1{   
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    text-align: left;
    margin: 0;
}

.documentens p {
    text-align: center;
}
  
.veelgesteld {
    padding-top: 20px;}

.veelgesteld span {
    font-weight: 700;}


/* MAP HOME */

.kaart {
    margin: 0 auto;
    height: 300px;
}

.kaart h1 {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

#kaartwrapper {
    width: 100%;
    background: url(../IMG/Map_home.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.maphometitle {
    margin: 0 auto;
    padding-top: 40px;
}

.maphometitle h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 4rem;
    line-height: 50px;
    margin: 0;
    text-shadow: 0px 5px 10px rgba(0,0,0,.2);}


/* Footer */

.footer {
    margin-top: 100px;
    padding-bottom: 70px;
    width: 100%;
    text-align: center;
    background: #388FA7; /* Old browsers */
    background: -moz-linear-gradient(top,  #388FA7 0%, #003366 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#388FA7), color-stop(100%,#003366)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #388FA7 0%,#003366 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #388FA7 0%,#003366 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #388FA7 0%,#003366 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #388FA7 0%,#003366 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#388FA7', endColorstr='#003366',GradientType=0 ); /* IE6-9 */
}

.footerchalk {
    height: 500px;
    width: 100%;
    background: #1376bc; /* Old browsers */
    background: -moz-linear-gradient(top,  #1376bc 0%, #003366 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1376bc), color-stop(100%,#003366)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1376bc 0%,#003366 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1376bc 0%,#003366 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1376bc 0%,#003366 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1376bc 0%,#003366 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1376bc', endColorstr='#003366',GradientType=0 ); /* IE6-9 */
}

.footercontent {
    margin: 0 auto;
    padding-top: 50px;
}

.footercontent p {
    font-family: 'Nunito', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}

#content h1{
    font-family: 'Nunito', sans-serif;
    font-size: 20px; font-size: 2rem; 
    font-weight: 700;
    color: #303030;
    text-align: center;
}

.footercontact {
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}

.footercontact h1{
    text-align: center;
    font-family: 'Nunito', sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-size: 2rem;
}

.footercontact p {
    font-family: 'Nunito', sans-serif;
    color: #ffffff;
    text-align: center;
}

.footercontact a {
    color: #F05A28;
    text-align: left;
    text-decoration: none;
}

.footercontact a {
    text-decoration: underline;
}

.footercontact img {
    height: 50px;
    width: 50px;
    margin-right: 10px;    
    margin-bottom: 10px;
}

.row25footer {
    width: 25%;
    height: 130px;
    text-align: center;
    display: block;
    float:left;
    padding: 10px;
}


/* MAP ---------------------------------------------*/

#map-canvas { 
    width: inherit;
    height: inherit;
}


.navigationmap {
    position: absolute;
    background-color: #003366;
}

.mapinfotop {

}

.mapinfotop img, .mapinfotop firstHeading {
    vertical-align: middle;
    display: inline-block;
}

.mapinfotop img {
    margin-right: 10px;
}

.mapinfotop span{
    font-size: 16px; font-size: 1.6rem;
    font-weight: 700;
    color: #303030;
}

.mapinfoheader p {
    font-size: 14px;
    font-weight: 400;
    color: #303030;
}

.mapsinfobutton {
    background-color: #388FA7;
    -moz-border-radius:8px;
	-webkit-border-radius:8px;
    border-radius:8px;
    border:0px;
    cursor:pointer;
    color:#ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration:none;
    padding:6px 12px;
}

.mapsinfobutton:active {
    top: 2px;
    position:relative;
   
}

.myButton {
	background-color:#44c767;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}

.mapsbackbutton {
    font-size: 14px; 
    font-weight: 300;
    background:none;
    position:absolute;
    top:0;
    right:0;
    margin: 35px 30px 0px 0px;
    cursor:pointer;
    color:#ffffff;
    -moz-border-radius:4px;
	-webkit-border-radius:4px;
    border-radius:4px;    
    border:1px solid #ffffff;
    padding: 5px 5px 5px 5px;
}

/* -- Stages PAGE -- */

.contentcontainerSTAGE {
    margin: 0 auto;
    padding-top: 50px;}

.contentcontainerSTAGE h1{
    font-size: 2.4rem;
    font-weight: 400;
}

.stageinfocontainer {
    width: 66.66%;
    float: left;
}

.stagecontainer {
    width: 33.33%;
    float: left;
}

.stageinfocontainer a {
    text-decoration: none;
    color: #1376bc;
}

.stageinfocontainer a:hover {
    text-decoration: underline;
}

.stagealign {
  margin: 0 auto;
}

.paddingleft {
    padding-left: 10px;
}

.stagemaringtop {
   margin-top: 150px;
}

.stagemaringtop h1 {
    margin-top: 0;
    text-align: center;
}

.stagewrappetitle{
    margin-top: 20px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

.topnavigationside {height: 100px; width: 100%;}


/* BACKHEADER ---------------------------------------------------- */

.backheader {
    height: 600px;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -10000;  
}

#backheader_contact {
    background: url(../IMG/backheaders/backheader2.jpg) no-repeat center;
    background-size: cover;
}

#backheader_stage {
    background: url(../IMG/backheaders/stage.jpg) no-repeat bottom;
    background-size: cover;
}

#backheader_formulier {
    background: url(../IMG/backheaders/formulier.jpg) no-repeat center;
    background-size: cover;
}

#backheader_nieuws {
    background: url(../IMG/backheaders/nieuws.jpg) no-repeat bottom;
    background-size: cover;
}

#backheader_kaartverkoop {
    background: url(../IMG/backheaders/backheader1.jpg) no-repeat top;
    background-size: cover;
}

#backheader_voorbereiden {
    background: url(../IMG/backheaders/voorbereiden.jpg) no-repeat bottom;
    background-size: cover;
}

#backheader_festimize {
    background: url(../IMG/backheaders/backheader4.jpg) no-repeat bottom;
    background-size: cover;
}

#backheader_download {
    background: url(../IMG/backheaders/downloads.jpg) no-repeat center;
    background-size: cover;
}

#backheader_voorlichting {
    background: url(../IMG/backheaders/voorlichting.jpg) no-repeat bottom;
    background-size: cover;
}

#backheader_faq {
    background: url(../IMG/backheaders/faq.jpg) no-repeat center;
    background-size: cover;
}


/* ROWS ---------------------------------------------------- */

.row {
    width: 33.33%;
    text-align: center;
    display: block;
    float:left;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
} 

.row25 {
    width: 25%;
    text-align: center;
    display: block;
    float:left;
    padding: 10px;
} 

.row50 {
    width: 50%;
    text-align: center;
    display: block;
    float:left;
    padding: 10px;
} 

.row100 {
    width: 100%;
    text-align: center;
    display: block;
    float:left;
    padding: 10px;
} 

.row100Stage {
    width: 100%;
    text-align: center;
    display: block;
    float:left;
    padding: 0px 10px 10px 10px;
} 

.row25info {
    width: 25%;
    text-align: center;
    display: block;
    float:left;
    padding: 5px 5px 0px 5px;
} 




/* STAGE ---------------------------------------------------- */

.stagewrapper {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    color: #474747;
    text-align: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

.stagewrapper:hover {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    color: #474747;
    text-align: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
 
.stageimg {
    position: relative;
}

.stageimg h1 {
    font-size: 18px; font-size: 1.8rem;
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-weight: 300;
    padding: 10px 10px 10px 10px;
}

.stagetitle {
    width: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
}

.stageinfo {
    padding: 10px;
}

.stagewrapper p {
    font-weight: 300;
}

.stageimg{
    height: 200px;
    width: 100%;
}

/*------------ stage Images -----------*/    

#stageimg1 {
    background: url(../IMG/Stage/stage_sthelens.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 200px;
    width: 100%;
    position: relative;
    z-index: 0;
}

#stageimg2 {
    background: url(../IMG/Stage/stage_london.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 200px;
    width: 100%;
    position: relative;
}

#stageimg3 {
    background: url(../IMG/stage/stage_bangalore.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 200px;
    width: 100%;
    position: relative;
}


/* MINOR ---------------------------------------------------- */

.minormargintop {
    margin-top: 10px;
}

/*------------ Minor Images -----------*/    

#minorimg1 {
    background: url(../IMG/Tickets/early-bird-mock.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 200px;
    width: 100%;
    position: relative;
    z-index: 0;
}

#minorimg1:hover {
    border-bottom: 3px solid #F05A28;
}

#minorimg2 {
    background: url(../IMG/Tickets/VIP-mock.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 200px;
    width: 100%;
    position: relative;
}

#minorimg2:hover {
    border-bottom: 3px solid #F05A28;
}

#minorimg3 {
    background: url(../IMG/Tickets/regular-mock.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 200px;
    width: 100%;
    position: relative;
}

#minorimg3:hover {
    border-bottom: 3px solid #F05A28;
}

#minorimg4 {
    background: url(../IMG/Minoren/minorAarhus.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 200px;
    width: 100%;
    position: relative;
}

#minorimg5 {
    background: url(../IMG/Minoren/minorDublin.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 200px;
    width: 100%;
    position: relative;
}

#minorimg6 {
    background: url(../IMG/Minoren/minorVorarlberg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 200px;
    width: 100%;
    position: relative;
}

#minorimg7 {
    background: url(../IMG/Minoren/minorMankato.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 200px;
    width: 100%;
    position: relative;
}


/* -------- Vlaggen ------- */


#vlagimg1 {
    background: url(../IMG/maps/Vlaggen/earlybird.png) no-repeat;
    background-size: contain;
    position: relative;
    height: 32px;
    top: 5px;
    left: 5px;
    border-top-left-radius: 10px;
}

#vlagimg2 {
    background: url(../IMG/maps/Vlaggen/VIP.png) no-repeat;
    background-size: contain;
    position: relative;
    height: 32px;
    top: 5px;
    left: 5px;
    border-top-left-radius: 10px;
}

#vlagimg3 {
    background: url(../IMG/maps/Vlaggen/regular.png) no-repeat;
    background-size: contain;
    position: relative;
    height: 32px;
    top: 5px;
    left: 5px;
    border-top-left-radius: 10px;
}



/* Informatie ---------------------------------------------------- */

.infodocbutton {
    width: 100%;
    height: 50px;
    background-color: #ffa22e;
    -moz-border-radius:8px;
	-webkit-border-radius:8px;
    border-radius:8px;
    border:0px;
    cursor:pointer;
    color:#ffffff;
    font-size: 14px;
    font-weight: 400;
    text-decoration:none;
    padding:6px 12px;
    text-align: center;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.stagedocumenten {
    text-align: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

.stagedocbutton {
    width: 100%;
    background-color: #388FA7;
    -moz-border-radius:8px;
	-webkit-border-radius:8px;
    border-radius:8px;
    border:0px;
    cursor:pointer;
    color:#ffffff;
    font-size: 14px;
    font-weight: 400;
    text-decoration:none;
    padding:6px 12px;
    text-align: center;
    display: inline-block;
    float: left;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    font-family: 'Nunito', sans-serif;
}
.stagedocbutton p {
    margin: 0;
    padding: 5px;
    font-weight: 400;
}

.stagedocbutton:active{
    top: 2px;
    position:relative;
}

.contentcontainerSTAGE span {
    font-weight: 700;}

/* minoren */

.titlecontainer{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.titlecontent {
    float: left;
}

.titlecontent h1 {
    margin: 0;
}

.titlemapbutton {
    float: left;
    position: absolute;
    top: 0;
    right: 0;
}

/* RegistratieForm */

.registratiekop {
    /*margin-bottom: 40px;*/
}

.registratiekop h1{
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    text-align: left;
    margin: 0;
}

.registratiekop p{
    text-align: left;
    color: #d70000;
}

.formwrapper {
    /*margin-bottom: 50px;*/
}

.formwrapper a {
    color: #1376bc;
    text-decoration: none;
}

.formwrapper a:hover {
    color: #1376bc;
    text-decoration: underline;
}

.formwrapper h1 {
    text-align: center;
}

#beursvoorwaarde p {
    color: #d70000;
}

.beurzen {
    width: 50%;
    float: left;
    padding: 10px;
    margin-bottom: 10px;
}

input[type=text] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
}

input[type=submit] {
    background-color: #388FA7;
    -moz-border-radius:8px;
	-webkit-border-radius:8px;
    border-radius:8px;
    border:0px;
    cursor:pointer;
    color:#ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration:none;
    padding:6px 12px;
}

input[type=submit]:active{
    top: 2px;
    position:relative;
}

input[type=radio] {
    margin: 10px;
}

input.long {
    width: 940px;
    float: left;
}

input.mediumleft {
    width: 460px;
    float: left;
    margin-right: 10px;
}

input.mediumright {
    width: 470px;
    float: left;
}

input.krinkle {
    width: 100%;
    background-color: #388FA7;
    -moz-border-radius:8px;
	-webkit-border-radius:8px;
    border-radius:8px;
    border:0px;
    cursor:pointer;
    color:#ffffff;
    font-size: 16px;
    font-weight: 400;
    text-decoration:none;
    padding: 12px;
    text-align: center;
    display: inline-block;
    float: left;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    font-family: 'Nunito', sans-serif;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    width: 100%;
    float: left;
    background-color: #ffffff;
    color: #1376bc;
}

textarea[name=textarea] {
    resize: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 10px;
    width: 100%;
    height: 150px;
    background-color: #ffffff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
}

#verklaringcheck p {
    color: #d70000;
}

.formcontainer {
    width: 100%;
    margin-bottom: 10px;
}

.formdocbuttondark {
    width: 100%;
    background-color: #003366;
    -moz-border-radius:8px;
	-webkit-border-radius:8px;
    border-radius:8px;
    border:0px;
    cursor:pointer;
    color:#ffffff;
    font-size: 14px;
    font-weight: 400;
    text-decoration:none;
    padding:6px 12px;
    text-align: center;
    display: inline-block;
    float: left;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

.formdocbuttondark p {
    margin: 0;
    padding: 5px;
}

.formdocbuttonblue {
    width: 100%;
    background-color: #1376bc;
    -moz-border-radius:8px;
	-webkit-border-radius:8px;
    border-radius:8px;
    border:0px;
    cursor:pointer;
    color:#ffffff;
    font-size: 14px;
    font-weight: 400;
    text-decoration:none;
    padding:6px 12px;
    text-align: center;
    display: inline-block;
    float: left;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    margin-top: 20px;
}

.formdocbuttonblue p {
    margin: 0;
    padding: 5px;
}

#voorwaarde {
    margin-bottom: 100px; 
}

#verstuur {
    margin-top: 30px;
}

/* Contact */

.titelkop h1{
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    text-align: left;
    margin: 0;
}

.titelkop h2{
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    margin: 0;
}

.icon img, .icon span{ 
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
} 


.contactwrapper {
    height: 310px;
    margin-top: 10px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #388FA7;
    color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    padding: 20px;
    font-style: italic;
}

.contactwrapper h1 {
    font-weight: 700;
    font-style: normal;
}

.contactwrapper a {
    color: #ffffff;
    text-decoration: none;
}

.contactwrapper a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.map-height {
    margin-top: 20px;
    height: 400px;
    width: 100%;
    overflow: hidden;
    float: left;
}

/* queries */

/* 1025px */
@media only screen and (max-width:64.063em ) { 
    .container{width:100%; padding: 50px 30px 0 30px;}
    .headercontent{width: 100%;}
    .mobilebutton {visibility: visible;}
    .header{background: url(../IMG/sleepvideo.png) no-repeat;
    background-position: center;
    text-align: center;}
    .parallax__layer{visibility: hidden;}
    .headermenu{visibility: hidden;}
    .mobilenav {visibility: visible;}
    .row,.row25,.row50, {width: 100%;}
    .row25footer {width: 50%;}
    .header-background,.headerpatern {height: 700px;}
    .row25info {width: 50%;}
     
    #bgvid { display: none; }
    .header-content{
    top: 30%;}
    .header button {
    z-index: -1000;}
    
    input.long,input.mediumright,.stageinfocontainer,.stagecontainer {
    width: 100%;}

    input.mediumleft {
        width: 100%;
        margin-right: 0px;}
    
    .beurzen {
        width: 100%;
        border-bottom: 1px solid #003366;
    }
    
    .chalkbackground,.chalkbackgroundfrom #chalkbackgroundfrom{
        padding: 20px;
    }
    
    .stagemaringtop {
        margin-top: 40px;
    }
    
    .stagealign {
        padding-top: 0px;
    }
    .navigationtop {position: relative; background-color: #388FA7; border-bottom: 0px;}
    .navshow {position: relative;}
    
/* 641px */
@media only screen and (max-width: 40.063em) {
    .container{width:100%; padding: 50px 10px 0 10px;}
    #logo {margin-left: 10px; height: 75px; padding-top: 5px;}
    .navigationtop {position: relative;background-color: #388FA7; height: 75px;border-bottom: 0px;}
    .logo,.topnavigation{height:75px;}
    .mobilenav {margin-top: 75px;}
    .header{ height: 500px;}
    .parallax__layer{visibility: hidden;}
    .servicewrapper h1 {text-align: center;}
    .servicewrapper p {text-align: center; margin-top: 20px;}
    .headerbase {height: 500px;}
    .row25footer {width: 100%;}
    .mobilebutton{margin: 25px 10px 0px 0px;}
    .headercontent h1{font-weight: 700; font-size: 3rem;line-height: 40px;}
    .mobilebutton {visibility: visible;}
    .navshow {position: relative;}
    .headerbutton img{display: none;}
    .navigationmap{position: absolute;}
    .row,.row25 {width: 100%;}
    .row25info{width: 100%;}
    .header-background,.headerpatern {height: 500px;}
    .parallax__layer--top{visibility: hidden;}
    .parallax__layer parallax__layer--base{visibility: hidden;}
    .chalkbackground,.chalkbackgroundfrom #chalkbackgroundfrom{
        padding: 10px;
    }
    .stagealign {
        padding-top: 0px;
    }
}