/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {

    background: #333;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    font-family: arial, verdana;
    font-weight: bold;
    
    color: #fff;
    padding: 40px;
}

.browsehappy a { color: #fff;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*
Geel #EDE295


*/


h1, h2, h3 {font-family: 'Great Vibes', cursive; color: #fff; font-weight: normal; margin: 0 0 0.3em 0;}
h1 { clear: both; font-size: 5em;}
body {font-family: 'Roboto', sans-serif; color: #fff; background-color: #EDE295;}

p {font-weight: 300; line-height: 2.5em; text-transform: uppercase; letter-spacing: 0.4em; text-align: justify; font-size: 0.9em;}


.hideme
{
    opacity:0;
}

.iefall {display: none;}

html.lt-ie9 span.iefall {display: inline;}

.gradient {

background: url("/img/bg-fallback.jpg"); background-color: #039BA9; background-position:center top; background-repeat: repeat-x;


/* Safari 4-5, Chrome 1-9 */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5CB28F), to(#039BA9));

/* Safari 5.1, Chrome 10+ */
background: -webkit-linear-gradient(top, #5CB28F, #039BA9);

/* Firefox 3.6+ */
background: -moz-linear-gradient(top, #5CB28F, #039BA9);

/* IE 10 */
background: -ms-linear-gradient(top, #5CB28F, #039BA9);

/* Opera 11.10+ */
background: -o-linear-gradient(top, #5CB28F, #039BA9);
}



div.wrapper {width: 960px; margin: 0 auto;}
div.col1 {width: 470px; float: left;}
div.col2 {width: 470px; float: right; }
div.col3 {width: 700px; float: right; }
div.col4 {width: 640px; float: left; }

div.col11 {width: 450px; float: left;}
div.col22 {width: 450px; float: right; }


section#intro { height: 640px; }



figure#titel {position: relative;}
figure#titel h1 {font-size: 10em; line-height: 0.68em; margin: 0; padding: 0.5em 0 0 0;}
figure#titel img#ster { margin-top: -0.6em; margin-left: 20px; position: relative;} 
figure#titel img#meeuw1 {width: 100px; position: absolute; left: 180px; top:20px;

	-webkit-animation: meeuw1 35s infinite;
	animation: meeuw1 35s infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

figure#titel img#meeuw2 {width: 130px; position: absolute; left: 220px; top:40px;

	-webkit-animation: meeuw2 30s infinite;
	animation: meeuw2 30s infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}


figure#foto {position: relative;}
figure#foto img#impossible { position: absolute; top:40px;

	-webkit-animation: fotoInschuif 0.5s ease-in-out;
			animation: fotoInschuif 0.5s ease-in-out;
	
	-webkit-transform: rotate(7.5deg);
      -ms-transform: rotate(7.5deg); 
          transform: rotate(7.5deg);
}



figure#foto img#wolk { display:none; width: 170px; position: absolute; z-index: 999;

	-webkit-animation: wolk 35s infinite;
	animation: wolk 35s infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

figure#foto img#zon {width: 200px; z-index: 999; position: absolute; left: 300px; top:0px;

	-webkit-animation:zon1 1s ease, zon2 45s linear infinite;
	animation:zon1 1s ease, zon2 45s linear infinite;
	
}

figure#foto span#date {position: absolute; top:510px; color: #039BA9; font-family: 'Great Vibes', cursive; font-size: 2em; display: none;

	-webkit-transform: rotate(7.5deg);
      -ms-transform: rotate(7.5deg); 
          transform: rotate(7.5deg);
	
	
}



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

	figure#foto img#impossible, figure#foto span#date { left:-30px;}
	figure#foto img#zon {left: 240px;}


 }
 
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	
	figure#foto img#impossible, figure#foto span#date { left:-40px;}
	figure#foto img#zon {left: 220px;}

}

/* ==== Animatie frames ==== */



@-webkit-keyframes fotoInschuif {
  0%   { -webkit-transform: rotate(0deg);top:-600px;}
  100% { -webkit-transform: rotate(7.5deg); top:40px; }
}

@keyframes fotoInschuif {
  0%   { transform: rotate(0deg);top:-600px;}
  100% { transform: rotate(7.5deg); top:40px; }
}

@-webkit-keyframes wolk {
  0%   { left:0; top:0;}
  50% 	{ -webkit-transform: translate(50px,20px); }
  100%   { left:0; top:0;}
}

	@keyframes wolk {
	  0%   { left:0; top:0;}
	  50% 	{ transform: translate(50px,20px); }
	  100%   { left:0; top:0;}
	}

@-webkit-keyframes meeuw1 {
  0%   { left:180px; top:20px;}
  50% 	{ -webkit-transform: translate(20px,10px); }
  80% 	{ -webkit-transform: translate(-10px,-5px); }
  100%   { left:180px; top:20px;}
}

	@keyframes meeuw1 {
	  0%   { left:180px; top:20px;}
	  50% 	{ transform: translate(20px,10px); }
	  80% 	{ transform: translate(-10px,-5px); }
	  100%   { left:180px; top:20px;}
	}

@-webkit-keyframes meeuw2 {
  0%   { left:220px; top:40px;}
  50% 	{ -webkit-transform: translate(20px,10px); }
  80% 	{ -webkit-transform: translate(-10px,-5px); }
  100%   { left:220px; top:40px;}
}

	@keyframes meeuw2 {
	  0%   { left:220px; top:40px;}
	  50% 	{ transform: translate(20px,10px); }
	  80% 	{ transform: translate(-10px,-5px); }
	  100%   { left:220px; top:40px;}
	}

@-webkit-keyframes zon1 {
	from 	{ top:-200px; }
	to 	{ top:0px;} 
}

	@keyframes zon1 {
		from 	{ top:-200px; }
		to 	{ top:0px;} 
	}

@-webkit-keyframes zon2 {
	from 	{-webkit-transform: rotate(0deg);  }
	to 	{ -webkit-transform: rotate(360deg);} 
}

	@keyframes zon2 {
		from 	{transform: rotate(0deg);  }
		to 	{ transform: rotate(360deg);} 
	}

/* ==== /Animatie frames ==== */


section#kaart{ height: 800px; background-image: url("/img/off-focus.jpg"); background-size: cover; text-shadow: 1px 1px 3px #888;}
section#kaart h1 {padding-top:40px; font-size: 6em;}
section#kaart h1, section#kaart p {text-align: center;}
section#kaart p {margin-bottom: 40px;}

section#alg { height: 500px; background-image: url("/img/paal6.jpg"); background-size: cover; text-shadow: 1px 1px 3px #888;}
div#golf {background-image: url("/img/golf.png"); height: 20px; width: 100%;}
div#golf2 {background-image: url("/img/golf-2.png"); height: 20px; position: relative; top:-20px; width: 100%;}

section#alg div.col3 { padding-top: 40px;}
img#hierishet { margin-top: 40px; position: relative;}

section#paal6 { height: 915px;}
section#paal6 h1 {margin-top: 40px;}

div.col5 {width: 260px; float: right; height: 495px;}
div.col5 img {position: relative; top:-60px;}


#map-canvas{width: 100%; height: 420px; clear: both;}



section#praktisch {clear: both; height: 620px;background-image: url("/img/paal6-2.jpg"); background-size: cover;}
section#praktisch h1 {padding-top: 40px;}
section#praktisch p { padding: 0; text-align: left;}
section#praktisch p a {color: #fff;}

section#praktisch h3 {font-family: 'Roboto', sans-serif; padding: 0; margin: 0;}

section#aanmelden {clear: both; height: 620px; background-color: #039BA9; background-image: url("/img/swirl.png"); background-position: right bottom; background-repeat: no-repeat; position: relative; top:-20px;}

section#aanmelden h1 {padding-top: 40px;}
section#aanmelden p { padding: 40px 0;}



div#markerContent {color: #000;}
div#markerContent a {color: #039BA9;}


footer { background: url("/img/foot.jpg");}
footer p {margin: 0; padding: 80px 0; text-align: center; color: #444;}
footer p a {color: #444; text-decoration: none;}
footer em {font-size: 0.7em; letter-spacing: normal;}

ul.knoppen {text-align: center;}
ul.knoppen li {list-style: none; margin: 0; padding: 0; display: inline;}
ul.knoppen li a { font-weight: normal; display: inline-block; color: #fff; margin: 0 20px; padding: 20px 40px; border: 2px solid #fff; text-decoration: none; font-size: 2em; border-radius: 12px; background-clip: padding-box;}



ul.knoppen li a:hover {background-color: #fff; color: #039BA9; } 

html.lt-ie9 ul.knoppen {display: none;}





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
