
/* Font settings */
body {
    font:13px/26px "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    color:#1B1464;
}
body {
    position:relative;
    text-align:left;
}
#wrapper {
	width: auto;
	padding-left: 22vw;
	padding-right: 22vw;
	margin: 0 auto;
}
#header {
	height: auto;
    padding: 2rem 0;
}
#header .logo figure {
    display: flex;
    justify-content: flex-end;
}
#header .logo img {
	height: 3rem;
}
#container {
	display: flex;
	flex-direction: row-reverse;
	border-radius: .3rem;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	padding-left: 0;
}
#left {
    width: 25%;
    margin-left: 0;
    float: none;
    right: 0;
}
#main {
	width: 75%;
}
#main .inside {
    padding-right:140px;
}
#footer .terug {
    bottom:20px;
    right:0;
    position:absolute;
    margin-right:0;
}
#footer .tekst p,
#footer .tekst a {
    padding-top:30px;
    font-size:9px;
    text-decoration:none;
    color:#666;
}
#main ul {
    padding-left:20px;
}
#main li {
    line-height:20px;
    list-style-type:circle;
}
input,
button,
textarea,
select {
    font-family:inherit;
    font-size:99%;
    font-weight:inherit;
}
pre,
code {
    font:12px "Lucida Console",Monaco,monospace;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font:100% "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight:bold;
}
h1 {
    font-size:28px;
}
h2 {
    font-size:20px;
}
h3 {
    font-size:16px;
}
p {
    line-height:20px;
}
a {
    text-decoration:underline;
    color:#96BD0D;
}
.showat768 {
    display:none;
}
ul.level_1 a {
	font-size: 19px;
	font-weight: bold;
}
ul.level_2, ul.level_3 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

ul.level_2 li a:after {
	display: none;
}
ul.level_3 {
	display: none;
}
ul.level_2 li a {
	font-size: 15px;
	font-weight: normal;
}
ul.level_2 li strong.active {
	font-size: 15px;
}
ul.level_2 li a:after, ul.level_2 li strong:after {
	content: "-";
	margin-left: .3rem;
}
ul.level_2 li:last-of-type {
	padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
	#wrapper {
		padding-left: 10vw;
		padding-right: 10vw;
	}
}

@media screen and (max-width: 767px) {
	#header {
		height: auto;
		padding: .5rem;
	}
	
	#header .logo {
		padding-top: 0;
		padding-left: 0;
		width: 70vw;
	}
	
	#wrapper {
		padding-left: 5vw;
		padding-right:5vw;
	}
	
	#left {
		width: 100%;
	}
	#main {
		width: 100%;
	}
	
	body, #header, #container, #footer {
		background-image: none !important;
	}
	#container {
		padding: 1rem .5rem;
		flex-direction: column-reverse;
	}
	
	#main .inside {
		padding-right: 0;
	}
	
	ul.level_2 {
		margin-right: 20px;
	}
}
