@font-face { 
font-family: Comic Neue Bold; 
src: url('fonts/ComicNeue-Bold.eot'); 
src: local("Comic Neue Bold"), url('fonts/ComicNeue-Bold.ttf');
font-display: swap; 
}
@import url('https://fonts.googleapis.com/css?family=Ubuntu');

html {
height: 100%;
margin: 0;
font-size: 16px;
background: #eee9df url(images/backblue1440x1310.png) center top repeat;
}
img {
  max-width: 100%;
  display: block;
}
/* @media (min-width: 60em){
html { font-size: 90%;
}} */
* {
margin:0;
padding:0
}
body {
color: #000066;
font: 1.0rem 'Comic Neue Bold', 'Ubuntu', sans-serif ;
}
/*tell the browser to render HTML 5 elements as block*/
header,section,article,aside,nav,footer{
 display: block;
}
#main, #wrap, #content, #footer { 
margin-left: auto; 
margin-right: auto;
}
#main {
width: 100%;
margin: 0 auto;
}
#container {
width: 100%;
margin: 0 auto;
}
@media (min-width: 60em) and (orientation: landscape) {
#container {
width:720px;
}}
#header {
width: 100%; float: left; padding: 10px 0 0 0; text-align: center;
}
#header p {
font-size: 1.5em; font-style:italic; text-align: right; padding-right: 10px
}
#logo {
float: left; padding: 0 30px 15px 3px; 
}
#logo img { width: 82px; height: 70px;
}
@media (min-width: 440px) {
#logo img { width: 102px; height: 88px; 
}}
#head {
font-weight: bold; font-size: 2.5em; color: #000066; width:100%; text-align:left;
}
#navigation { 
position: relative;
float: left;
width: 100%;
height: auto;
font-size: 1.2rem;
} 
#navigation::before {
content: "";
position: absolute;
top: 0; 
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background: url(images/transparent.png);
opacity: 0.2; 
}
section {
float:left; text-align: left;
}
section p {
font-size: 0.9rem; line-height:140%; text-align: left; padding: 5px 25px 5px 25px;
}
section h1 {
font-size: 1.2rem; font-weight: bold; text-align: left; padding: 15px 0 5px 25px;
}
section h2 {
font-size: 1.1rem; font-weight: bold; text-align: left; padding: 15px 0 5px 25px; 
}
section h3 {
font-size: 1.0rem; font-weight: bold; font-style: italic; text-align: left; padding: 15px 0 0 25px;
}
section a {
color:#000066; text-decoration: none; font-weight: normal; font-style: italic; font-size: 0.99em;
}
section a:hover {
font-style: normal;
}
#contact { width: 100%;
}
.werk { float: none; padding: 5px 5px 5px 25px;
}
footer {
clear:both !important; height: 60px; font-size: 100%; text-align:center;
}
footer p {
font-size: 0.8rem; padding-top: 5px;
}
hr {border-style: none;  background-color: #003366;  width: 100%; height: 1px;}

/*** Superfish dropdown menu ***/

/***  ESSENTIAL STYLES  ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu ul {
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
/**	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
/**	border-top: 1px solid rgba(255,255,255,.5);*/
	padding: 7px 17px 9px 25px;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.sf-menu a:hover {
    color: #ccccdd;
 }
.sf-menu li {
	background: none;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: rgba(161,161,182,0.8);
    width: 150px;
}
.sf-menu ul li a {
	font-size: 1.0rem;
}
.sf-menu ul ul li {
	background: none;
}
.sf-menu li:hover,
.sf-menu li.sfHover  {
	background: none;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
.sf-menu ul li:hover {
	background: rgba(161,161,182,0.8);
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.0em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

