* {
    margin: 0;
    padding: 0;
}

body {
    background-color: beige;
	
	
	background-image: linear-gradient(top, firebrick, lightgrey);
background-image: -webkit-linear-gradient(top, firebrick, lightgrey);
background-image: -moz-linear-gradient(top, firebrick, lightgrey);
background-image: -ms-linear-gradient(top, firebrick, lightgrey);
background-image: -o-linear-gradient(top, firebrick, lightgrey);
		
    color: black;
    font-family: arial,helvetica,sans-serif;
    font-size: 1em;
}

#websitevak {
    border: 0px solid firebrick;
    margin: 0.6em auto;
    max-width: 1000px;
    width: 80%;
}

@media screen and (max-width: 800px) {
#websitevak {
    width: 95%;
}
}

@media screen and (min-width: 1440px) {
#websitevak {
    width: 65%;
}
}

#balkboven {
    background-color: firebrick;
	padding: 0;
}

#balkboven img {
    float: left;
    height: auto;
    width: 100%;
	}

#balkboven p {
    color: white;
	margin-left: 2em;
    float: midden;
    font-size: 2.3em;
    padding-top: 0.3em;
	padding-bottom: 0.3em;
    text-align: midden;
    width: 80%;
	z-index: 5;
	position: absolute;
	top: 4em;
}

@media screen and (max-width: 350px) {
#balkboven p {
    font-size: 1.1em;
    padding-top: 0.0em;
}
}

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

#balkboven p a {
    color: white;
    text-decoration: none;
}

#balkboven:after {
    clear: both;
    content: " ";
    display: table;
}

#middenstuk {
    background-color: firebrick;
    position: relative;
    z-index: 1;
}

#middenstuk:before {
	background-color: white;
	width: 80%;
    content: " ";
    position: absolute;
	top: 0;
   	right: 0;
   	bottom: 0;
   	left: 20%;
    z-index: -1;
}

@media screen and (max-width: 800px) {
#middenstuk:before {
	display: none;
}
}

#middenstuk:after {
    clear: both;
    content: " ";
    display: table;
}

#menu {
    float: left;
    position: relative;
    width: 20%;
}

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

#menuknop {
    background-color: chocolate;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    height: 20px;
    color: white;
    display: none;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 9px 1.5em 9px 0.5em;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
#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;
}

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

#hoofdmenu > li {
    float: none;
    position: relative;
}

#hoofdmenu > li > a {
    border-bottom: 1px solid white;
    color: white;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 1em 1.5em 1em 0.5em;
    text-align: left;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
#hoofdmenu > li > a {
	font-weight: normal;
	padding: 0.6em 0.8em;
}
}

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

#hoofdmenu > li:hover ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
}

@media screen and (max-width: 800px) {
#hoofdmenu > li:hover ul {
    position: absolute;
    top: 0;
    left: 8em;
}
}

.submenu > ul {
    display: none;
}

.submenu > ul > li > a {
    background-color: firebrick;
    border-bottom: 1px solid white;
    border-left: 3px solid chocolate;
    color: white;
    display: block;
	font-weight: bold;
    padding: 1em 1.5em 1em 0.5em;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
.submenu > ul > li > a {
    background-color: bisque;
    border-bottom: 1px solid chocolate;
    border-right: 1px solid chocolate;
    color: darkslategrey;
	font-weight: normal;
	padding: 0.6em 0.8em;
	width: auto;
}
}

@media screen and (min-width: 800px) {
.submenu > ul > li:last-child > a {
    border-bottom: 0 none transparent;
}
}

.submenu > ul > li > a:hover {
    background-color: chocolate;
    color: white;
}

@media screen and (max-width: 800px) {
.submenu > ul > li > a:hover {
    border-left: 3px solid bisque;
}
}

#hoofdvak {
    background-color: white;
    float: left;
    position: relative;
    left: 0;
    width: 80%;
}

@media screen and (max-width: 800px) {
#hoofdvak {
    float: none;
    padding-bottom: 1em;
    width: 100%;
}
}


#tekstvak {
	}
	
#inhoudtekstvak {
    padding: 1.5em;
    min-height: 80vh;
}

#videovak{
	padding: 1em;
	max-width: 100%;
}
#tweedeslideshow {
	padding: 0em;
    max-width: 80%
	position: relative;
}

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


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

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

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

#tekstvak h1 {
    color: darkslategray;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 0.1em;
    padding: 0,1em 0 0;
}

#tekstvak h2 {
    color: firebrick;
    font-size: 1.1em;
    margin-bottom: 0.25em;
    padding-top: 0.1em;
}

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

#extravak {
    border: 0px ridge darkgray;
    margin: auto auto 0 auto;
    width: 60%;
	padding: 1em;
}

#inhoudextravak {
    padding: 0.5em;
	text-align: center;
}

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

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

#balkbeneden {
    background-color: firebrick;
}

#inhoudbalkbeneden {
    background-color: white;
    margin-left: 20%;
    padding: 1em 0;
    text-align: center;
    width: 80%;
}

@media screen and (max-width: 800px) {
#inhoudbalkbeneden {
    background-color: firebrick;
    margin-left: 0;
    width: 100%;
}
}

#inhoudbalkbeneden span {
    border-right: 1px solid firebrick;
    color: firebrick;
    display: inline-block;
    font-size: 0.8em;
    padding: 0.5em 2em;
    white-space: nowrap;
}

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

@media screen and (max-width: 600px) {
#inhoudbalkbeneden span {
    border-right: 0 none transparent;
}
}

#inhoudbalkbeneden span:last-child {
    border-right: 0 none transparent;
}

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

@media screen and (max-width: 800px) {
#inhoudbalkbeneden span a {
    color: white;
}
}

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

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

.rechts {
    float: right;
    margin: 1em 1em 1em 1em;
}

.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;
  margin: 0;
  }

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

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

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  padding: 0em;
  max-width: 100%;
  }
  

  
