*-- CSS Comment --*/

/* Note: The syntax for the CSS padding property (with 4 values) is: padding: top right bottom left; */


body { 
	text-align: center; 
	font-family: verdana, sans-serif;
	background-color: grey;
}

/*
body {
    background-color: lavender;
    color: black;
    font-family: arial,helvetica,sans-serif;
    font-size: 1em;
}
*/


#top { 
  width: 1300px;    /*1290*/
	height: 150px; 
	margin: 0 auto 0 auto; 
	padding: 0; 
	background-color: white; 
	border-bottom: 10px solid lightslategrey;
                 border-right: 5px solid lightslategrey; 
}			 

#kop { 
            width: 876px;   /*925 850*/
	height: 150px; 
	margin: 0 auto 0 auto; 
	padding: 30px 0 0 0;         /* ipv 60px */
	border-left: 4px solid lightslategrey;  /*vertikale streep in kop*/
	border-right: 0px solid lightslategrey; 
}

#koptext { 
  font-family: georgia, sans-serif;
	font-size: 20pt; 
	font-weight: bold;
	text-align: center;
	color: darkblue;
}

#huelze { 
                 width: 1305px; 
	margin: 0 auto 6px auto; 
	padding: 0; 
	border: 0;
	background: lightgrey; 
	overflow: auto;
	border-bottom: 12px solid lightslategrey; 
}

#spaltelinks { 
                 width: 210px;    /*185      220*/ 
	margin: 0; 
	padding: 40px 0 0 0; 
	border: 0;
                 background: lightgrey; 
	float: left;
}



#spaltelinks p {  
                 color: black; 
                 font-size: 20pt; 
	line-height: 140%; 
	text-align: left; 
	padding: 6px 8px 6px 8px; 
}



#hauptteil { 
                  width: 1085px;  /*1112px;*/    
	margin: 0; 
	padding: 0; 
	border: 0;
	float: left;
	background-color: white; 
	border-left: 4px solid lightslategrey; 
	border-right: 4px solid lightslategrey; 
}

/*
#spalterechts { 
                 width: 200px;     
	margin: 0; 
	padding: 60px 0 0 0;  
	border: 0;
	float: left;
	font-size: 10pt;
	text-align: left;
}

#spalterechts p {  
	color: black; 
                 font-size: 10pt; 
	line-height: 140%; 
	text-align: left; 
	padding: 6px 8px 6px 8px; 
}
*/



h1 { 
     color: purple; 
	font-size: 14pt; 
	font-weight: bold; 
	text-align: center; 
	margin: 0; 
	padding: 12px 16px 6px 28px;   
}


h2 {          /*use for Text-Blocks*/
                 color: midnightblue; 
	font-size: 13pt;
	font-weight: 400;  /* 400=regular */ 
	text-align: left; 
	padding: 12px 16px 0 28px;
}


h3 {           /*use for Figures*/
                 color: midnightblue;  
	font-size: 13pt;
	font-weight: 400;  /* 400=regular */ 
	text-align: center; 
	/*padding: 2px 0 2px 0;   top right bottom left; */
}

h4 { 
                 color: purple; 
	font-size: 14pt; 
	font-weight: bold; 
	text-align: left; 
	margin: 0; 
	padding: 12px 16px 6px 28px;
}


h5 {          /*use for Source-Code Blocks*/
                 color: midnightblue; 
	font-size: 12pt;
	font-weight: 400;  /* 400=regular */ 
	text-align: left; 
	padding: 12px 16px 0 28px;
}


p { 
                  color: black; 
                 font-size: 10pt; 
	line-height: 140%; 
	text-align: left; 
	padding: 6px 16px 6px 28px; 
}

#menu {  
	text-align: left;
 	font-size: 12pt;
}

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

#menu ul li { 
}

#menu ul li a {  
                  display: block;
                  width:  200px;                                 /*175px*/
	font-size: 1em;
	color: midnightblue;
	text-decoration: none;
	text-align: left; 
	padding: 6px 0 6px 9px;
}

#menu ul li a:hover {  
	font: 1em verdana, serif;
	color: yellow;  /*purple;*/
	text-decoration: none;
	background-color: lightslategrey;
}


/*Fuss--Fuss--Fuss--Fuss--Fuss--Fuss--Fuss--Fuss--Fuss--Fuss--Fuss--Fuss*/

#fuss { 
                 clear: both; 
                 width: 1300px;      /*1000px;*/
                 background-color: blue; 
                 height: 25px;
 	font-size: 10pt; 
	color: white; 
	text-align: center;  
	margin: 0 auto 0 auto; 
	padding: 10px 0 0 0;
	border-bottom: 3px solid lightslategrey;
     border-right: 5px solid lightslategrey; 
}

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

/*
#top { 
  width: 1300px;    /*1290*/
	height: 150px; 
	margin: 0 auto 0 auto; 
	padding: 0; 
	background-color: white; 
	border-bottom: 10px solid lightslategrey;
     border-right: 5px solid lightslategrey; 
}			 

#kop { 
  width: 920px;   /*850*/
	height: 150px; 
	margin: 0 auto 0 auto; 
	padding: 30px 0 0 0;         /* ipv 60px */
	border-left: 4px solid lightslategrey; 
	border-right: 0px solid lightslategrey; 
}

#koptext { 
  font-family: georgia, sans-serif;
	font-size: 20pt; 
	font-weight: bold;
	text-align: center;
	color: darkblue;
}
*/

/*Fuss End--Fuss End--Fuss End--Fuss End--Fuss End--Fuss End--Fuss End*/

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/*============================================================*/

/*

* {
    margin: 0;
    padding: 0;
}

#websitevak {
    border: 1px solid midnightblue;
    margin: 0.5em 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: midnightblue;
    padding: 4.5em 0;
    width: 100%;
}

@media screen and (max-width: 800px) {
#balkboven {
    padding: 3em 0;
}
}

#balkboven p {
    font-family: georgia,serif;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

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

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

#middenstuk {
    background-color: chocolate;
	position: relative;
     width: 100%;
	z-index: 1;
}

@media screen and (max-width: 600px) {
#middenstuk {
}
}

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

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

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


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


@media screen and (max-width: 600px) {
#menu {
    float: none;
	position: relative;
	left: 0;
    width: 100%;
}
}
*/


#menuknop {
    background-color: chocolate;
    border-bottom: 6px solid white;
    border-top: 2px solid white;
    height: 2px;
    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: 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: none;
}

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

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

@media screen and (max-width: 600px) {
#hoofdmenu > li {
    float: none;
}
}

#hoofdmenu > li > a {
    border-top: 2px 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: 600px) {
#hoofdmenu > li > a {
	font-weight: normal;
	padding: 0.6em 0.75em;
}
}

#hoofdmenu > li:last-child a {
    border-bottom: 1px solid white;
}

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

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

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



.submenu > ul {
    display: none;
}


.submenu > ul > li > a {
    background-color: yellow;         /*was  steelblue;*/
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    color: white;
    display: block;
    font-weight: bold;
    padding: 1em 0.75em 1em 0.25em;  
    text-decoration: none;
    width: 7em;       
}



@media screen and (max-width: 600px) {
.submenu > ul > li > a {
    background-color: lightblue;
    border-bottom: 1px solid steelblue;
    border-left: 1px solid white;
    border-top: 0 none transparent;
    color: midnightblue;
    font-weight: normal;
    padding: 0.6em 0.75em;
	width: auto;
}
}

.submenu > ul > li:first-child a {
    border-top: 1px solid white;
}

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

@media screen and (max-width: 600px) {
.submenu > ul > li > a:hover {
    background-color: steelblue; 
    color: white;
}
}



/*
Balk Beneden---Balk Beneden---Balk Beneden---Balk Beneden---Balk Beneden---
#balkbeneden {
    background-color: midnightblue;
    clear: both;
    width: 100%;
}

#inhoudbalkbeneden {
    padding: 2em 0;
    text-align: center;
    width: 100%;
}

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

@media screen and (max-width: 600px) {
#inhoudbalkbeneden span {
    border-bottom: 1px solid white;
    border-right: 0 none;
    padding: 0.5em 0;
    width: 100%;
}
}

#inhoudbalkbeneden span:last-child {
    border-bottom: medium none;
    border-right: medium none;
}



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

Balk Beneden---Balk Beneden---Balk Beneden---Balk Beneden---Balk Beneden---
*/


/*BEGIN Return to Top--BEGIN Return to Top--BEGIN Return to Top--*/
/*Floating Back-To-Top Button*/

#myBtn {
        position: fixed; /* Fixed/sticky position */
        bottom: 20px; /* Place the button at the bottom of the page*/
        float: right;
        right: 18.5%;
        left: 77.25%;
        max-width: 50px;   
        width: 100%;
        color: white; /* Text color */
        font-size: 18px; /* Increase font size */ 
        border-color: rgba(85, 85, 85, 0.2);
        background-color: red; /* Set a background color */
        padding: .5px;  
        border-radius: 10px; /* Rounded corners */
       }

/*On Hover Color Change*/
    #myBtn:hover
     {
        background-color: #7dbbf1; 
     }


/*END Return to Top---END Return to Top---END Return to Top---*/


































