
html, body { 
font-family: 'Verdana', sans-serif;
margin: 0; padding: 0; background-color: #f8f8f8; color: #000; }

body {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, p, a {
	padding: 0;
	margin: 0;
	line-height: 150%;
	color: #333;
}
h2 {
	color: #A12830;
}

h1 {
	font-size: 3em;
	margin-bottom: -0.5em;
}
h2 {
	font-size: 2em;
	margin-bottom: -0.5em;
}
h3 {
	font-size: 1.4em;
	margin-bottom: -0.5em;
	padding-top: 0.1em;
}
p {
	margin: 1.5em 0;
	font-size: 1.2em;
}

.topnav {
	overflow: hidden;
	background-color: #A12830;
}

.topnav a {
	float: left;
	display: block;
	color: #fefefe;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
}

.topnav a:hover {
	color: #28A130;
}

.topnav a.active {
	background-color: #28A130;
	color: white;
}

.topnav .icon {
	display: none;
}

#menuhint { 
	display: none;
	float: right;
	text-align: right;
	color: #A12830;
}
@media screen and (max-width: 950px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
		float: right;
		display: block;
	}
	#menuhint { display: inline-block; }
}

@media screen and (max-width: 950px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav.responsive a:first-child {
		display: inline-block;
	}
}

#header {
	padding: 1.2em 30px 1.2em 30px;
	background-image: url('/img/dansers.jpg');
}
#header h1 { color: #ffb; }
#header p { color: #ffb; font-size: 1.0em; }

#content {
	padding: 16px;
	font-family: 'Verdana', sans-serif;
	color: #222;
}


 /* Style inputs, select elements and textareas */
#aanmeldform input[type=text], #aanmeldform select, #aanmeldform textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  
}
#aanmeldform textarea {
	height: 7.0em;
}

/* Style the label to display next to the inputs */
#aanmeldform label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  font-size: 1.0em;
}

/* Style the submit button */
#aanmeldform input[type=button] {
  background-color: #28A130;
  color: white;
  padding: 12px 20px;
  margin-top: 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  font-size: 1.0em;
  font-weight: bolder;
}
#aanmeldform input[type=button]:hover {
  background-color: #34D33F;
}

/* Style the container */
#aanmeldform {
  border-radius: 8px;
  background-color: #eee;
  padding: 20px;
  margin: 20px 10px;
}

#aanmeldform .foutmelding {
	color: #CC0000;
	font-weight: bolder;
	margin: 10px 0 20px 0;
}

/* Floating column for labels: 25% width */
#aanmeldform .aanmeldform_col1 {
  float: left;
  width: 30%;
  margin-top: 6px;
  font-weight: bolder;
  color: #333;
}

/* Floating column for inputs: 75% width */
#aanmeldform .aanmeldform_col2 {
  float: left;
  width: 70%;
  margin-top: 6px;
}

#aanmeldform .aanmeldform_col1 p {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	color: #585858;
	margin-top: -0.7em;
	margin-bottom: 0.4em;
	margin-right: 0.4em;
}
#aanmeldform .aanmeldform_col1 i {
	font-size: 0.8em;
	color: #585858;
}

/* Clear floats after the columns */
#aanmeldform .aanmeldform_onderdeel:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  #aanmeldform .aanmeldform_col1, #aanmeldform .aanmeldform_col2, #aanmeldform input[type=button] {
    width: 100%;
  }
} 

@media screen and (min-width: 950px) {
	.videointekst_rechts {
		float: right;
		margin-left: 15px;
	}
	.videointekst_links {
		float: left;
		margin-right: 15px;
	}
}
.videointekst_rechts, .videointekst_links {
	background-color: #ddd;
	width: 600px;
	text-align: center;
	padding: 20px 0;
	max-width: 100%;
}
.videointekst_rechts p, .videointekst_links p {
	color: #333;
	font-size: 0.8em;	
	margin: 0;
	padding: 0 20px;
}
iframe {
	max-width: 100%;
}
.aankondigingsposter {
	max-width: 100%;
	padding-top: 20px;
}
@media screen and (min-width: 800px) {
	.aankondigingsposter { padding-left: 20px; }
}

