@font-face {
    font-family: "heydings";
    font-style: normal;
    font-weight: normal;
    src: url("heydings_controls-webfont.eot?#iefix") format("embedded-opentype"), 
    url("heydings_controls-webfont.woff2") format("woff2"), 
    url("heydings_controls-webfont.woff") format("woff"), 
    url("heydings_controls-webfont.ttf") format("truetype"), 
    url("heydings_controls-webfont.svg#heydings_controlsregular") format("svg");
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: floralwhite;
    background-image: url(../afbeeldingen/achtergrond.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    color: midnightblue;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 1.0em;	
}

#websitevak {
}

#balkboven {
    background-color: rgba(72, 61, 139, 0.8);
    /* deze achtergrondkleur is 'darkslateblue' (72,61,139), die een beetje doorzichtig is gemaakt (0.8) */
    border-bottom: 1px dotted white;
    border-top: 1px dotted white;
    margin-top: 13%;
    padding: 0.4em 0;
}

#balkboven p {
    font-size: 1.7em;
    font-variant: small-caps;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-align: center;
	color: white;
	text-shadow: 2px 2px 2px #CA01F7;	
}

@media screen and (max-width: 800px) {
#balkboven p {
    font-size: 1.3em;
}
}

#balkboven p a {
    color: white;
}

#middenstuk {
    margin: 6% auto 0;
    max-width: 1200px;
    width: 96%;
}

@media screen and (max-width: 600px) {
#middenstuk {
    margin: 1% auto 0;
    width: 100%;
}
}

#menu {
    float: left;
    width: 15%;
}

@media screen and (min-width: 600px) and (max-width: 800px) {
#menu {
    width: 22%;
}
}

@media screen and (max-width: 600px) {
#menu {
    float: none;
    width: 100%;
}
}

#menuknop {
    background-color: darkslateblue;
    border-bottom: 2px solid white;
    height: 20px;
    color: white;
    display: none;
    font-size: 0.95em;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 9px 0.2em 9px 0.9em;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
#menuknop {
    display: block;
}
}

#menu-icoon {
    display: inline-block;
    width: 22px;
    padding: 0 0.5em 0 0;
    position: relative;
}
 
#menu-icoon span {
    background-color: white;
    border: .5px solid white;
    height: 2px;
    margin-top: 3px;
    width: 100%;
    display: block;
}

#menu ul {
    list-style-type: none;
}


#hoofdmenu {
    display: block;
    margin-right: 1em;
}

@media screen and (min-width: 601px) {
#hoofdmenu {
    display: block !important;
}
}

@media screen and (max-width: 600px) {
#hoofdmenu {
    margin-right: 0;
}
}

#hoofdmenu > li {
    position: relative;
}

@media screen and (max-width: 600px) {
#hoofdmenu > li {
    background-color: indigo;
}
}

#hoofdmenu > li > a {
    background-color: indigo;
    border: 1px dotted white;
	-moz-border-radius: 25px; /*Firefox*/
	-webkit-border-radius: 25px; /*Safari, Chrome*/
    border-radius: 25px;
    color: white;
    display: block;
    font-size: 0.85em;
    font-weight: normal;
    margin: 0.15em 0;
    padding: 0.3em 0.5em 0.5em;
    text-decoration: none;
    width: 92%;
}

@media screen and (max-width: 600px) {
#hoofdmenu > li > a {
    border-bottom: 1px dotted white;
	border-top: 0 none transparent;
	-moz-border-radius: 0; /*Firefox*/
	-webkit-border-radius: 0; /*Safari, Chrome*/
    border-radius: 0;
	height: 20px;
    margin: 0;
	padding: 8px 0 5px 5px;
    width: 100%;
}
}

#hoofdmenu > li > a:before {
    content: "R ";
    font-family: heydings;
    font-size: 1.2em;
}

@media screen and (max-width: 600px) {
#hoofdmenu > li > a:before {
    font-size: 0.85em;
}
}

#hoofdmenu > li > a:hover {
    background-color: darkmagenta;
}

@media screen and (max-width: 600px) {
#hoofdmenu > li > a:hover {
}
}

#hoofdmenu > li:hover ul {
    background-color: darkmagenta;
	-moz-border-radius: 25px; /*Firefox*/
	-webkit-border-radius: 25px; /*Safari, Chrome*/
    border-radius: 25px;
    display: block;
    padding: 3px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2;
}

@media screen and (max-width: 600px) {
#hoofdmenu > li:hover ul {
    background-color: indigo;
	-moz-border-radius: 0; /*Firefox*/
	-webkit-border-radius: 0; /*Safari, Chrome*/
    border-radius: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 9em;
}
}

.submenu > ul {
    display: none;
}

.submenu > ul > li > a {
    border-bottom: 1px dotted white;
    color: white;
    display: block;
    font-size: 0.85em;
    padding: 0.5em 1.5em 0.7em 0.5em;
    text-decoration: none;
    width: 6em;
}

@media screen and (max-width: 600px) {
.submenu > ul > li > a {
    border-left: 3px solid darkmagenta;
    border-right: 1px dotted white;
	height: 20px;
    margin: 0;
	padding: 8px 0 5px 5px;
}
}

.submenu > ul > li:last-child a {
    border-bottom: 0 none transparent;
}

.submenu > ul > li > a:hover {
    color: lime;
}

@media screen and (max-width: 600px) {
.submenu > ul > li > a:hover {
    border-left: 3px solid lime;
    border-right: 1px dotted lime;
    color: lime;
}
}

#hoofdvak {
    float: left;
    width: 85%;
}

@media screen and (min-width: 600px) and (max-width: 800px) {
#hoofdvak {
    width: 75%;
}
}

@media screen and (max-width: 600px) {
#hoofdvak {
    float: none;
    width: 100%;
}
}

#tekstvak {
    float: left;
    width: 78%;
}

@media screen and (max-width: 800px) {
#tekstvak {
    float: none;
    width: 100%;
}
}

#inhoudtekstvak {
    padding: 0.8em 1.2em 0.8em 0.8em;
    min-height: 80vh;
}

#tekstvak p {
    font-size: 1.0em;
    line-height: 1.3em;
    margin-bottom: 1em;
}

#tekstvak ul, #tekstvak ol {
    font-size: 0.9em;
    line-height: 1.3em;
    margin-bottom: 1em;
    margin-left: 2em;
}

#tekstvak ul li, #tekstvak ol li {
    left: 0.9em;
    padding-right: 2em;
    position: relative;
}

#tekstvak a:link { color: #4B0082; }
#tekstvak a:visited { color: #000000; }
#tekstvak a:hover { color: mediumvioletred; }


@media screen and (max-width: 600px) {
#tekstvak ul li, #tekstvak ol li {
    padding-right: 0;
    position: static;
    left: 0;
}
}

#tekstvak h1 {
    color: mediumvioletred;
    font-size: 1.5em;
	text-shadow: 1px 1px 1px #707070;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 0.025em;
    margin-bottom: 1.2em;
}

#tekstvak h2 {
    color: indigo;
    font-size: 1.2em;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 0.25em;
    padding-top: 0.15em;
}

#tekstvak h3 {
    color: mediumvioletred;
    font-size: 1.2em;
	text-shadow: 1px 1px 1px #707070;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 0.25em;
    padding-top: 0.15em;
}

#tekstvak img {
    max-width: 95%;
}

#extravak {
    float: left;
    margin: 0;
    width: 22%;
}

@media screen and (max-width: 800px) {
#extravak {
    float: none;
    width: 100%;
}
}

#inhoudextravak {
    background-color: indigo;
    border: 1px dotted white;
	-moz-border-radius: 25px; /*Firefox*/
	-webkit-border-radius: 25px; /*Safari, Chrome*/
    border-radius: 25px;
    color: white;
    margin: 4px 0;
    padding: 0.8em;
    text-align: left;
}

@media screen and (max-width: 800px) {
#inhoudextravak {
    margin: 1em;
    padding: 0.8em;
    text-align: center;
}
}

#inhoudextravak > h3 {
    color: lime;
    font-size: 1em;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    padding-bottom: 0.6em;
}

#inhoudextravak > p {
    font-size: 0.8em;
    padding: 0.2em 0.2em 0.6em;
}

#socialmediavak {
    background-color: indigo;
    border: 1px dotted white;
	-moz-border-radius: 25px; /*Firefox*/
	-webkit-border-radius: 25px; /*Safari, Chrome*/
    border-radius: 25px;
    color: white;
    margin: 4px 0;
    padding: 0.8em;
    text-align: left;
}

@media screen and (max-width: 800px) {
#socialmediavak {
    margin: 1em;
    padding: 0.8em;
    text-align: center;
}
}

#socialmediavak > h3 {
    color: lime;
    font-size: 1em;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    padding-bottom: 0.6em;
}

#socialmediavak > p {
    font-size: 0.8em;
    padding: 0.2em 0.2em 0.6em;
}

#balkbeneden {
    border-top: 8px solid limegreen;
    clear: both;
    width: 100%;
}

#inhoudbalkbeneden {
    margin: 0 10% 0 0;
    padding: 0.5em 0;
    text-align: right;
    width: 90%;
}

@media screen and (max-width: 800px) {
#inhoudbalkbeneden {
    margin: 0;
    padding: 0.5em;
    text-align: center;
}
}

#inhoudbalkbeneden span {
    display: inline-block;
    font-size: 0.8em;
    padding: 0.5em 1.5em;
    white-space: nowrap;
}

@media screen and (max-width: 800px) {
#inhoudbalkbeneden span {
    padding: 0.5em 0;
}
}

#inhoudbalkbeneden span a {
    color: midnightblue;
    text-decoration: none;
}

.clearfix:before, .clearfix:after {
    clear: both;
    content: " ";
    display: table;
}

.links {
    float: left;
    margin: 0.2em 0.8em 0.6em 0;
}

.rechts {
    float: right;
    margin: 0.2em 0 0.6em 0.8em;
}

.gecentreerd {
    display: block;
    margin: 0 auto 1em;
}

.socialmedia {
    border: 0 none;
    padding: 0.5em 0.2em;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 5 !important;
  top: 5 !important;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  max-with:100% ! important;
  }
  
  .callbacks_container {
  margin-bottom: 2em;
  position: relative;
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000000;	
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../afbeeldingen/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

