/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * 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 {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

body {



}
.italic {
font-style: italic;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.container {
 background-color: #0B0B0B; /* Fallback */
  
width: 100%;
}



.tabletcontainer {
display: none;
}
.container.fullScreen{
    /* Adding a width and margin:0 auto to center the container */
    width: 95vw;
   margin-left: 30px;
   margin-top:0;
   background-color: #0B0B0B;
   

   }
   @-moz-document url-prefix() {    
.container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(45deg, red, blue, green, purple);
  background-size: 400% 400%;
}

@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.container.actief {
  animation: gradientFlow 10s ease infinite;
}
}

#supersized {
height: 100%;
background-color: #0B0B0B;
}
   
   #naamcontainer {
   font-size: 40px;
   color: white;
   position: absolute;
   top: 435px;
   left: 630px;
   z-index: 9999;
   
   }

.eronder {
margin-top: 25px;
}

.eronderkop {
width: 100%;
max-width: 85vw;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
}
.eronderin {
column-count: 3;
column-gap: 30px;
width: 100%;
max-width: 85vw;
margin-left: auto;
margin-right: auto;
font-size: 0.9em;

}
.eronderin p {
margin: 0;
}
.bottom {
font-size: 12px;
width: 80%;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
}

.eronderin h1 {
font-size: 1em;
font-weight: normal;
padding: 0;
margin: 0;
}

.eronder h3 {
margin: 0;
font-size: 1.4em;
}
.stukje{
margin-top: 0;
}
.voet {
margin-top: 30px; width: 100%;
font-size: 12px;
background-color: #222;
color: white;
display: flex;
flex-direction: row;
justify-content: space-between;
padding:10px 30px 20px;
border: 1px solid #CCC;
}
.one a:link {
color: white;
}
.one a:hover {
color: red;
}

.one, .two, .three {
width: 30%;
}
.two {
text-align: center;
}
.two a:link {
color: white;
}
.two a:hover {
color: red;
}

.three {
text-align: right;
}
.paypal {
margin-top: 50px;
text-align: center;
}


.cycle-slideshow {
width: 100%;
height: 800px;
max-width: 85vw;
margin-left: auto;
margin-right: auto;
/*position: relative;*/

}
.cycle-slideshow img {
width: 100%;
height: auto;
display: none;
margin-top: 40px;
}
.cycle-slideshow img.first {
display: block;
}
#slide {
background-color:#000;
z-index: 99;
}

.cycle-slideshow.fullScreen{
margin-left: 30px;
margin-top: 40px;


}

.next {
position: absolute;
background-image: url("../interface/links.png");
background-repeat: no-repeat;
background-size:auto;
background-position: 100%;
left: 20px;
top: 40%;
height: 80px;
width: 20px;
z-index: 9999;
}
.next:hover {
background-position: 5%;
cursor: pointer;
}
.prev {
position: absolute;
background-image: url("../interface/rechts.png");
background-repeat: no-repeat;
background-size:auto;
background-position: 5%;
right: 20px;
top: 40%;
height: 80px;
width: 20px;
z-index: 9999;
}
.prev:hover {
cursor: pointer;
background-position: 100%;
}
.cycle-slideshow:hover {
cursor:default;
}




.mededeling {
opacity: 0.9;
width: 100%;
max-width: 400px;
height: 400px;
display: flex;
flex-direction: column;
justify-content: space-between;
background-color:antiquewhite;
position: absolute;
top: 80px;
left: 150px;
z-index: 9999;
border: 2px solid red;
border-radius: 15px;
}
@-moz-document url-prefix() {    
.mededeling {
top:150px;
}    
}

.informatie {
opacity: 0.9;
width: 100%;
font-size: 12px;
max-width: 85vw;
height: 300px;
display:flex;
flex-direction: row;
justify-content: space-between;
background-color:antiquewhite;
padding: 20px;
position:relative;
margin-left: auto;
margin-right: auto;
margin-top: 120px;
z-index: 9999;
border: 2px solid red;
border-radius: 15px;
}


/*.informatie {
opacity: 0.9;
width: 100%;
font-size: 12px;
max-width: 85vw;
height: 300px;
display:flex;
flex-direction: row;
justify-content: space-between;
background-color:antiquewhite;
padding: 20px;
position:relative;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
z-index: 9999;
border: 2px solid red;
border-radius: 15px;
}
*/
.informatie h2, .informatie p {
margin: 0;
}
.info {
width: 28%;
}



.mededeling svg {
width: 100%;
height: auto;
}
.logo {
border-bottom: 2px dotted red;
}
.mededeling img {
width: 100%;
height: auto;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.dagbak {
text-align: center;
margin-top: 20px;
}
.praat {
width: 80%;
margin-left: auto;
margin-right: auto;
margin-top: -20px;
}
.onder {
width: 60%;
margin-left: auto;
margin-right: auto;
text-align: right;
margin-top: 25px;
}
.knoppenbak {
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 0 20px 10px
}

.knop1, .knop2, .knop3, .knop5, .knop6 {
font-size: 10px;
border: 1px solid #CCC;
text-align: center;
padding: 6px 10px 8px;
border-radius: 6px;
background-color:aliceblue;
}


.knop1:hover, .knop2:hover, .knop3:hover, .knop5:hover, .knop6:hover {
cursor: pointer;
background-color:#ACACAC;
color:#F5F4F4;
}

.knop1 {
display: none;
}
.kopje {
width: 20px;
height: 20px;
position: absolute;
text-align: center;
top: 0;
left: 0;
z-index: 9999;
display: none;
}

.kopje:hover {
cursor: pointer;
}
.kopje img {
width: 100%;
height: auto;
}
#slide {
background-color:/* #DFA9AA;*/ #000;
}


/* ==========================================================================
  Responsive
   ========================================================================== */
@media only screen and (max-width: 1024px) {

.container {
display: none;
}
.tabletcontainer {
display: block;
width: 100%;
}
.incontainer {
width: 100%;
max-width: 900px;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
justify-content: space-between;
background-color:antiquewhite; 
}
.inlogo {
width: 100%;
}
.inlogo img {
width: 100%;
height: auto;
}
.intext {
padding: 0 20px;
}






}

@media only screen and (max-width: 800px) {
.eronderin {
column-count: 2;
column-gap: 30px;
}

.next {
left: 20px;
top: 50px;
height: 80px;
width: 20px;
z-index: 9999;
}

.prev {

right: 20px;
top: 50px;
height: 80px;
width: 20px;
z-index: 9999;
}
.prev:hover {
cursor: pointer;
background-position: 100%;
}

}
@media only screen and (max-width: 768px) {
.eronder h3 {
font-size: 1.2em;
}
.prev {

display: none;
}
.next {
display: none;
}
	
}
@media only screen and (max-width: 640px) {
.eronderin {
column-count: 1;
column-gap: 0;
}

}
@media only screen and (max-width: 600px) {
.mededeling {
opacity: 0.9;
width: 100%;
max-width: 70%;
height: 400px;
display: flex;
flex-direction: column;
justify-content: space-between;
background-color:antiquewhite;
position: absolute;
top: 10%;
left: 15%;
z-index: 9999;
border: 2px solid red;
border-radius: 15px;
font-size: 0.9em;
}

.knoppenbak {
display: flex;
flex-direction: column;;
}
.knop2, .knop3, .knop5 {
width: 70%;
margin-left: 15%;
margin-bottom: 10px;
}


}
@media only screen and (max-width: 568px) {


}
@media only screen and (max-width: 480px) {
.voet {
flex-direction: column;

}

.prev {

display: none;
}
.next {
display: none;
}

.one, .two, .three {
margin-bottom: 25px;
text-align: left;
width: 70%;
}
.eronder h3 {
font-size: 1.1em;
}

}

@media only screen and (max-width: 320px) {
	
	
}




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

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, 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;
}

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


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

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

