/*@import url("https://fonts.googleapis.com/css?family=Open+Sans+Pro:200,300,400,700");/*! normalize.css v3.0.2 | MIT License | git.io/normalize *!/

html {
	font-family: "Open Sans Pro";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;	
}*/

html {
	background: #000;
}

body {
	margin: 0;
	background: #000;
	
}

/*
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0;
	width: auto;
	height: auto;
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td, th {
	padding: 0
}

html {
	box-sizing: border-box
}

*, *:before, *:after {
	box-sizing: inherit
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, fieldset, legend, figure, table, th, td, caption, hr {
	margin: 0;
	padding: 0
}

abbr[title], dfn[title] {
	cursor: help
}

u, ins {
	text-decoration: none
}

ins {
	border-bottom: 1px solid
}

*, *:before, *:after {
	box-sizing: border-box
}


ul {
	list-style: none;
	list-style-type: none
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	/*line-height: 1*!/
}

h2 {
	margin-bottom: 5px;
	font-size: 26px;
	/*font-weight: 300*!/
}

h3 {
	font-size: 22px;
}



p {
	margin-bottom: 30px
}

strong {
	font-weight: 700
}

a {
	color: #006B5C;
	text-decoration: none
}

img {
	max-width: 100%;
	font-style: italic;
	vertical-align: middle
}

.navbar-default {
	background: transparent;
	border: none;
	z-index: 10;
	/*position: fixed; *!/
	transition: all 0.4s ease 0s;
	border-radius: 0;
}

.navbar-default .navbar-brand > img {
	max-height: 50px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.navbar-brand {
	height: auto;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
	color: #304A64;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background: none;
	color: #006B5C;

}

.navbar-fixed-top {
	background: #FFFFFF;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background: none;
	color: #006B5C;
}

.navbar-nav > li > a {
    font-size: 18px;
    line-height: 2.6;
	font-weight: 200;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background: none;
	color: #006B5C;
}

.navbar-nav > li.current-page-ancestor > a,
.navbar-nav > li.current-menu-ancestor > a {

}

.dropdown-menu {
	background: rgba(255, 255, 255, 1);
	border: 0;
	box-shadow: 0 0 1px #dedede;
	z-index: 99;	
}

.dropdown-menu > li > .dropdown-menu {
	margin-left: 100%;
	top:  0%;
}

.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle {
	border: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #304A64;
}


.site {
	margin-top: 90px;
}



.table {
	display: table
}

.table__cell {
	display: table-cell;
	vertical-align: middle
}

.row {
	padding: 30px 0
}


.footer {
	background: #304A64;
	color: #FFF;
}

.footer a{
	color: #FFF;
}

.content ul {
	margin-bottom: 30px;
	list-style-type: disc;
	padding-left: 20px
}

.page-template-default .pagina-titel, .single .pagina-titel {
	padding: 0 0 30px 0
}

.melding {
	font-size: 22px;
}

a.btn:hover, .btn:hover, input#searchsubmit:hover {
	background-color: #006B5C;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	border: 0
}

a.btn, .btn, input#searchsubmit {
	padding: 0px 40px;
	display: inline-block;
	vertical-align: middle;
	font: inherit;
	text-align: center;
	border: none;
	margin: 0;
	cursor: pointer;
	overflow: visible;
	line-height: 38px;
	background-color: #304A64;
	color: #fff;
	border-radius: 0px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	font-weight: 700;
	outline: 0;
}

a.btn:hover, .btn:hover, input#searchsubmit:hover {
	background-color: #006B5C;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	border: 0
}


.copy {
	font-size: 12px;
}

@media (min-width: 768px) {
	.scrolled .navbar-default .navbar-brand > img {
		max-height: 30px;
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out
	}
	
	.scrolled  .navbar-nav > li > a {
	    font-size: 16px;
	    line-height: 1.6;
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out
	}
}
/* Large desktops and laptops *!/
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops *!/
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Portrait tablets and small desktops *!/
@media (min-width: 768px) and (max-width: 991px) {
}

/* Landscape phones and portrait tablets *!/
@media (max-width: 767px) {
	.navbar-nav > li > a {
	    font-size: 14px;
	    line-height: 1.2;
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out
	}
}

/* Portrait phones and smaller *!/
@media (max-width: 480px) {
}*/
