/* CSS Document */
/* 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;
	vertical-align: baseline;
	color: #FF0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

html	{ }
body	{ 
	background-image:url(images/dunabrown.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	color: #666;
	text-align: center;
	padding-top: 10px
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color:#FFF;
	text-align: center;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:#FFF;
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#FFF;
	text-align: center;
	padding: 20px;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-align: center;
	padding-top: 10px;
	line-height: 24px;
	}
	
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFF;
	text-align: center;
	}


h6 { font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:#FF0;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
		}


#rand {width: 100%; max-width:1060px; margin: 0 auto; background-color: transparant; border:medium; border-bottom-color: #FFF; }

#wrapper {width: 100%; max-width: 1000px; margin: 0 auto; background-color: transparant;  }





#logo {
	height: auto;
	width: 100%; max-width: 521px;
	margin: 0 auto;
	float: left;
	padding-top:50px;
		}
	
	#menuholder {
	clear:both;
	width: 65%;
	height: auto;
	line-height: 100%;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	box-shadow: 2px 2px 3px #666666;
	-webkit-box-shadow: 2px 2px 3px #666666;
	-moz-box-shadow: 2px 2px 3px #666666;
	background: #8B8B8B;
	background: linear-gradient(to top,  #A9A9A9,  #7A7A7A);
	background: -ms-linear-gradient(top,  #A9A9A9,  #7A7A7A);
	background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#7A7A7A));
	background: -moz-linear-gradient(top,  #A9A9A9,  #7A7A7A);
	border: solid 1px #6D6D6D;
	position:relative;
	z-index:999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 6px;
}




nav ul {
margin:0;
padding:0;
}

nav ul li {
list-style-type:none;
float:left;
display:block;
width:150px;
height:auto;
text-align:center;
line-height:55px;
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
font-weight:500;
margin-left:10px;
}

nav ul li a {
text-decoration:none;
color:black;
}

nav ul li:hover {
	border-bottom:3px solid #333;
}

nav a {
display:block;
}

.blue {
	background-color:aqua;
}

.numtwo {
	background-color:#6FC;
}

nav ul ul {
	display:none;
}

nav ul li:hover > ul {
	display:block;
}
		
nav ul ul li {
width:161.3px;
height:auto;
line-height:55pt;
}

iframe {
	width:100%;
	max-width:1000px;
}


/* Global Reset */



/* Start  styling the page */
.container-audio {
    width: 66%;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    background-color: #eee;
    color: #444;
    margin: 20px auto;
    overflow: hidden;
}
audio {
  width:100%;
}
audio:nth-child(2), audio:nth-child(4), audio:nth-child(6) {
    margin: 0;
}
.container-audio .colum1 {
    width: 23px;
    height: 5em;
    border-radius: 5px;
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
}
.container-audio .colum1:last-child {
    margin: 0;
}
.container-audio .colum1 .row {
	width: 100%; max-width:1000px;
	height: 100%;
	border-radius: 5px;
	background: linear-gradient(to up, #7700aa, #8800ff);
	position: absolute;
	-webkit-animation: Rofa 10s infinite ease-in-out;
	animation: Rofa 10s infinite ease-in-out;
	bottom: 0;
	left: -1px;
}
.container-audio .colum1:nth-of-type(1) .row {
    -webkit-animation-delay: 3.99s;
    animation-delay: 3.99s;
}
.container-audio .colum1:nth-of-type(2) .row {
    -webkit-animation-delay: 3.80s;
    animation-delay: 3.80s;
}
.container-audio .colum1:nth-of-type(3) .row {
    -webkit-animation-delay: 3.70s;
    animation-delay: 3.70s;
}
.container-audio .colum1:nth-of-type(4) .row {
    -webkit-animation-delay: 3.60s;
    animation-delay: 3.60s;
}
.container-audio .colum1:nth-of-type(5) .row {
    -webkit-animation-delay: 3.50s;
    animation-delay: 3.50s;
}
.container-audio .colum1:nth-of-type(6) .row {
    -webkit-animation-delay: 3.40s;
    animation-delay: 3.40s;
}
.container-audio .colum1:nth-of-type(7) .row {
    -webkit-animation-delay: 3.30s;
    animation-delay: 3.30s;
}
.container-audio .colum1:nth-of-type(8) .row {
    -webkit-animation-delay: 3.20s;
    animation-delay: 3.20s;
}
.container-audio .colum1:nth-of-type(9) .row {
    -webkit-animation-delay: 3.10s;
    animation-delay: 3.10s;
}
.container-audio .colum1:nth-of-type(10) .row {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}
.container-audio .colum1:nth-of-type(11) .row {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}
.container-audio .colum1:nth-of-type(12) .row {
    -webkit-animation-delay: 2.10s;
    animation-delay: 2.10s;
}
.container-audio .colum1:nth-of-type(13) .row {
    -webkit-animation-delay: 2.20s;
    animation-delay: 2.20s;
}
.container-audio .colum1:nth-of-type(14) .row {
    -webkit-animation-delay: 1.30s;
    animation-delay: 1.30s;
}
.container-audio .colum1:nth-of-type(15) .row {
    -webkit-animation-delay: 1.40s;
    animation-delay: 1.40s;
}
.container-audio .colum1:nth-of-type(16) .row {
    -webkit-animation-delay: 1.50s;
    animation-delay: 1.50s;
}
.container-audio .colum1:nth-of-type(17) .row {
    -webkit-animation-delay: 1.60s;
    animation-delay: 1.60s;
}
.container-audio .colum1:nth-of-type(18) .row {
    -webkit-animation-delay: 1.70s;
    animation-delay: 1.70s;
}
.container-audio .colum1:nth-of-type(19) .row {
    -webkit-animation-delay: 1.80s;
    animation-delay: 1.80s;
}
.container-audio .colum1:nth-of-type(20) .row {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes Rofa {
    0% {
        height: 0%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: yellow;
    }

    5% {
        height: 100%;
        -webkit-transform: translatey(15px);
        transform: translatey(15px);
        background-color: fuchsia;
    }
    10% {
        height: 90%;
        transform: translatey(0);
        -webkit-transform: translatey(0);
        background-color: bisque;
    }

    15% {
        height: 80%;
        -webkit-transform: translatey(0);
        transform: translatey(0);

        background-color: cornflowerblue;
    }
    20% {
        height: 70%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    25% {
        height: 0%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    30% {
        height: 70%;
        -webkit-transform: translatey(0);
        transform: translatey(0);
        background-color: cornflowerblue;
    }
    35% {
        height: 0%;
        -webkit-transform: translatey(0);
        transform: translatey(0);

        background-color: cornflowerblue;
    }
    40% {
        height: 60%;
        -webkit-transform: translatey(0);
        transform: translatey(0);

        background-color: cornflowerblue;
    }
    45% {
        height: 0%;
        -webkit-transform: translatey(0);
        transform: translatey(0);

        background-color: cornflowerblue;
    }
    50% {
        height: 50%;
        -webkit-transform: translatey(0);
        transform: translatey(0);

        background-color: cornflowerblue;
    }
    55% {
        height: 0%;
        -webkit-transform: translatey(0);
        transform: translatey(0);

        background-color: cornflowerblue;
    }
    60% {
        height: 40%;
        -webkit-transform: translatey(0);
        transform: translatey(0);

        background-color: cornflowerblue;
    }
    65% {
        height: 0%;
        -webkit-transform: translatey(0);
        transform: translatey(0);

        background-color: cornflowerblue;
    }
    70% {
        height: 30%;
        -webkit-transform: translatey(0);
        transform: translatey(0);

        background-color: cornflowerblue;
    }
    75% {
        height: 0%;
        -webkit-transform: translatey(0);
        transform: translatey(0);

        background-color: cornflowerblue;
    }
    80% {
        height: 20%;
        -webkit-transform: translatey(0);
        transform: translatey(0);

        background-color: cornflowerblue;
    }
    85% {
        height: 0%;
        -webkit-transform: translatey(0);
        transform: translatey(0);

        background-color: cornflowerblue;
    }
    90% {
        height: 10%;
        -webkit-transform: translatey(0);
        transform: translatey(0);

        background-color: cornflowerblue;
    }
    95% {
        height: 5%;
        -webkit-transform: translatey(0);
        transform: translatey(0);

        background-color: cornflowerblue;
    }
    100% {
        height: 0;
        -webkit-transform: translatey(0);
        transform: translatey(0);

        background-color: cornflowerblue;
    }
}





#banner {
	clear:both;
	float:left;
	height: auto;
	width: 100%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
		}

#aankondiging {
    clear:both;
	width: 100%;
	height: auto;
	background-color:hsla(120, 100%,25%, 0.5); 
		
	padding: 30px 0;
	float: left;
    	margin-top:15px;
	margin-right:0px;
	margin-bottom:15px;
	margin-left: 0px;
	}
	
#bannercontact {
	clear:both;
	float:left;
	height: auto;
	width: 100%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
		}
	
	

	
#box1 {
width: 100%; max-width: 300px;
height: 280px;
margin: 16px;
float: left;
border-top: 14px #390 solid;
background-color: #CCC;

}

#box2 {
width: 100%; max-width: 300px;
height: 280px;
margin: 16px;
float: left;
border-top: 14px #3C0 solid;
background-color: #CCC;  
}

#box3 {
width: 100%; max-width: 300px;
height: 280px;
margin: 16px;
float: left;
border-top: 14px #0F0 solid;
background-color: #CCC;  
}

#box4 {	
width: 100%; max-width: 300px;
height: 280px;
margin: 16px;
float: left;
border-top: 14px #3C0 solid;
background-color: #CCC;  
}

#box5 { 
width: 100%; max-width: 300px;
height: 280px;
margin: 16px;
float: left;
border-top: 14px #390 solid;
background-color: #CCC;  
}	
	

#sponsers {
		padding:20px 0;
	
	height: 40px;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	float:left;
		}

#footer {
	background-color:#033;
	width: 100%; max-width:1000px;
	padding: 30px 0;
	float: left;
    height:auto;
	margin-top:15px;
	margin-right:0;
	margin-bottom:6px;
	margin-left: 0px;
	}

	
#footercontact  {
width: 100%; max-width: 200px;
height: 160px;
margin: 10px;
padding:10px;
float: left;
border-top: 10px #390 solid;
background-color: #CCC;
}
	

#footernavigatie  {
width: 100%; max-width: 500px;
height: auto;
margin: 10px;

float: left;
border-top: 10px #390 solid;
background-color: #CCC;
}


#footersponsor  {
	width: 100%;
max-width: 200px;
	height: 160px;
margin: 10px;
padding:10px;
float: left;
border-top: 10px #390 solid;
background-color: #CCC;
}


	
#inhoudlinks {
	background-color: #FFF;
	height: auto;
	
	width: 100%;
	max-width:540px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	float: left;
	border: 1px solid #666;
	}

#inhoudrechts {
	background-color:hsla(9, 100%, 64%, 0.6);
	margin-top: 10px;
	margin-bottom:30px;
	padding: 10px;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
	max-height:280px;
	width: 100%;
	max-width:400px;
		}



#mededelingenkort {
    clear:both;
	background-color:hsla(120, 100%,25%, 0.5); 
	width:100%; 
	max-width:1000px;
	float:left;
    height:auto;
	margin-top:15px;
	margin-bottom:6px;
	margin-right:0px
	padding-left:0px;
	padding-top:15px;
	padding-bottom:15px
	}

#mededelingen {
	clear:both;
	background-image:
	url(images/achtergrondgroen.jpg);
	background-size: 1000px;
	background-repeat:no-repeat;
    background-position: center;
	min-height: 750px;
	width: 100%;
	padding: 30px 0;
	float:left;
	margin-top:15px;
	margin-right:0;
	margin-bottom:6px;
	margin-left: 0px;
	color: #030;
	}


#mededelingenlang {
    clear:both;
	background-color:hsla(120, 100%,25%, 0.5); 
	width: 100%;
	padding: 30px 0;
	float: left;
    height:auto;
	margin-top:15px;
	margin-right:0;
	margin-bottom:6px;
	margin-left: 0px;
	}



video {
	width: 100%;
	}
		

#foto {
	float:left;
	max-width: 1000px;
	height: auto;
	width: 100%;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 20px;
}



.galleria{ 
	width: 100%;
	max-width: 1000px; 
	height: 600px; 
	background: #000;
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
	}

#info {
		float:left;
	height: auto;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(images/achtergrond1a.jpg);
	background-repeat:no-repeat;
	background-position:left;
    padding-top: 60px;
}

#inhoud {
	float:left;
	height: auto;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(images/strandoprit1a.jpg);
	background-size: 1000px;
	background-repeat:no-repeat;
	background-attachment: fixed;
  background-position: center;
    padding: 20px;
}







div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}



/*TABLET*/
@media (max-width:768px) {
	
	#inhoudlinks {
	height: auto;
	width: 100%;
	float:left;
}
	
#inhoudrechts {
	float: left;
	width:100%;
	height:auto;
		}
	
	#foto {
		width:100%;
}

#mededelingen {
    width:100%;
	height:auto;
	}
	
#mededelingenkort {
	width:100%;
	height:auto;
}	
	
	
#agendalinks {
    width:100%;
	height:auto;
	}

#agendarechts {
    width:100%;
	height:auto;
	}
	
#footer {
       width:100%;
	}



	
	img {
		width:100%;
		height:auto;
}
/*MOBILE*/
@media (max-width:480px){
#logo {
	height: auto;
	width: 100%; max-width: 300px;
		padding-top:50px;
		margin-left:30px;
		}



#menuholder {
	width: 100%;
	
}

#header {
	height: auto;
	width: 80%;
	}

	#inhoudlinks {
	height: auto;
	width: 100%;
	float:left;
}
	
#inhoudrechts {
	width:100%;
	height:auto;
	float:left;
	}
	
	#foto {
		width:100%;
		}

#mededelingen {
    width:100%;
	height:auto;
	}

#mededelingenkort {
	width:100%;
	height:auto;
}


#box1 {
	margin:0;
	width:100%; max-width: 360px;
		height:auto;
		margin-top:10px;
}

#box2 {
	margin:0;
	width:100%; max-width: 360px;
		height:auto;
		margin-top:10px;
}

#box3 {
	margin:0;
	width:100%; max-width: 360px;
		height:auto;
		margin-top:10px;
}

#box4 {
margin:0;
	width:100%; max-width: 360px;
		height:auto;
		margin-top:10px;
}

#box5 {
margin:0;
	width:100%; max-width: 360px;
		height:auto;
		margin-top:10px;}

#footersponsor {
	margin:0;
	width:90%;
		height:auto;
		}


;
#footernavigatie {
	margin:0;
	width:90%;
		height:auto;
}
	
#agendalinks {
    width:100%;
	height:auto;
	}
	
#agendarechts {
    width:100%;
	height:auto;
	}	

inhoud {
    background-image: url(images/achtergrond1small.jpg);
	width:100%;
}

#footer {
       width:100%;
	}


#footercontact  {
width: 100%; max-width: 335px;
height: auto;

}
	




#footersponsor  {
	width: 100%;
max-width: 335px;
	height: auto;
}



	
	
#footernavigatie  {
width: 100%; max-width: 335px;
height: auto;	

info {
    background-image: url(images/strandopritsmall.jpg);
	width:100%;
}
		
img {
		width:100%;
		height:100%;
}


		
.geel {
	color: #FF0;
}
.geel {
	color: #FF3;
}

