* {
    margin: 0;
    padding: 0;
}

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

#websitevak {
    background-color: darkblue;
    background-image: url(../afbeeldingen/LedLuminissmallbanner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
}

#balkboven {
    padding: 25.4em 0 10%;
    width: 100%;
}

#balkboven p {
    color: firebrick;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 1.8em;
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 2px 1px white;
    width: 100%;
}

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

#balkboven p a {
    color: firebrick;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 1.8em;
    font-variant: small-caps;
    text-decoration: none;
}

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

#menu {
    background-color: black;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-variant: small-caps;
    width: 100%;
}

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

#menuknop {
    color: white;
    display: none;
    height: 20px;
    font-size: 1em;
    padding: 9px 0.2em 9px 0.7em;
    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;
    margin: 0.05em auto;
}


#hoofdmenu {
    display: none;
    margin: 0 auto;
    max-width: 1200px;
    width: 80%;
}

@media screen and (min-width: 801px) {
#hoofdmenu {
    display: block !important;
}
}
@media screen and (max-width: 800px) {
#hoofdmenu {
    padding-bottom: 1em;
}
}

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

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

#hoofdmenu > li > a {
    background-color: black;
    color: white;
    display: block;
    font-size: 1.3em;
    font-weight: normal;
    padding: 0.5em 1em 0.5em 0.5em;
    text-align: left;
    text-decoration: none;
}

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

@media screen and (max-width: 800px) {
#hoofdmenu > li > a {
    background-color: darkred;
    border-bottom: 1px solid white;
    font-size: 1.1em;
}
}

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

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

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

.submenu > ul {
    display: none;
}

.submenu > ul > li > a {
    background-color: dimgrey;
    border-top: 1px solid white;
    color: white;
    display: block;
    font-size: 1.3em;
    padding: 0.5em 1em 0.5em 0.7em;
    text-decoration: none;
    width: 7em;
}

@media screen and (min-width: 600px) and (max-width: 800px) {
.submenu > ul > li > a {
    font-size: 1.1em;
}
}

@media screen and (max-width: 800px) {
.submenu > ul > li > a {
    background-color: firebrick;
    border-bottom: 1px solid white;
    border-left: 3px dotted white;
    border-top: 0 none transparent;
    font-size: 1.1em;
    padding: 0.5em 0.7em;
    width: auto;
}
}

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

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

#middenstuk {
    border: 1px solid darkgrey;
    margin: 0 auto;
    max-width: 1200px;
    width: 80%;
}

@media screen and (max-width: 800px) {
#middenstuk {
    border: 0 none transparent;
    width: 98%;
}
}

#hoofdvak {
    background-color: white;
    padding: 1.5em;
	position: relative;
	left: 0;
	z-index: 1;
}

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

#hoofdvak:before {
    border-right: 1px solid black;
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 80%;
	z-index: -1;
}

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

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

#tekstvak {
    float: left;
	position: relative;
    width: 80%;
}

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

#inhoudtekstvak {
    padding: 0 1em;
}

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

#tekstvak ul, #tekstvak ol {
    font-size: 0.95em;
    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: darkred;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 1.8em;
    font-variant: small-caps;
    font-weight: bold;
    margin: 0 0 1.2em;
}

@media screen and (max-width: 800px) {
#tekstvak h1 {
    margin: 0 0 0.5em;
}
}

#tekstvak h2 {
    color: dimgrey;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 1.2em;
    font-variant: small-caps;
    margin-bottom: 0.25em;
    padding-top: 0.25em;
}

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

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

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

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

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

#inhoudextravak > h3 {
    color: darkred;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 1.2em;
    font-variant: small-caps;
    padding-bottom: 0.6em;
}

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

#balkbeneden {
    background-color: black;
    clear: both;
    width: 100%;
}

#inhoudbalkbeneden {
    padding: 0.25em 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 0.6em;
    white-space: nowrap;
}

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

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

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

#inhoudsocialmediavak {
    background-clip: padding-box;
    background-color: lightblue;
    border: 0px none transparent;
	-moz-border-radius: 10px; /*Firefox*/
	-webkit-border-radius: 10px; /*Safari, Chrome*/
    border-radius: 10px;
    margin-top: 1.5em;
    padding: 1em 0.7em;
    text-align: center;
}

.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;
    margin: 0.5em 0.2em;
}
