html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
	font-size: 100%;
	vertical-align: baseline;
	background: none repeat scroll 0 0 transparent;
}

a {
	text-decoration: none;
    font-size: 20px;
	color: #d7d7d7;
}

@font-face {
	font-family: "kop1";
	src: url("../fonts/Z003-MediumItalic.otf");
}


body {	
	font-family: "Brush Script MT", cursive;
    font-size: 16px;
    background-image: url('klappereend.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;  
    background-position: center top; 
	background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

html {
	overflow-y: hidden;
}

ul, ol {
	margin-left: 2.5em;
    margin-bottom: 1em;
}

ol {
	list-style-type: decimal;
}

button {
	width: auto;
	overflow: visible;
}

/* User styles */

h1 {
	font-family: "Brush Script MT", cursive;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	word-spacing: 0;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: none;
	color: #660000;
	font-size: 40px;
	text-shadow: 2px 1px 1px #999999;
}

h2 {
	font-family: "Brush Script MT", cursive;
	font-weight: 600;
	letter-spacing: 0;
	word-spacing: 0;
	line-height: 1.2;
	text-shadow: 1px 1px 1px #999999;
	font-style: normal;
	text-decoration: none;
	font-size: 30px;
	color: #660000;
    margin-bottom: 0.3em;
}

h3 {
	font-family: "Brush Script MT", cursive;
	font-weight: 600;
	letter-spacing: 0;
	word-spacing: 0;
	line-height: 1.2;
	text-shadow: 2px 1px 1px #999999;
	font-style: normal;
	text-decoration: none;
	font-size: 24px;
	color: #660000;
}

h4 {
	font-family: "Brush Script MT", cursive;
	font-weight: 600;
	letter-spacing: 0;
	word-spacing: 0;
	line-height: 1.2;
	text-shadow: 2px 1px 1px #999999;
	font-style: normal;
	text-decoration: none;
	font-size: 20px;
	color: #660000;
}

.cover {
  object-fit: cover;
}

* {
  box-sizing: border-box;
}

div {
  text-align:center;
  width:100%;
}

iframe {
  overflow: hidden;
}


.links {
  background-color:#D3E1E3;
  float:left;
  width:50%;
}

.rechts {
  background-color:#D3E1E3;
  float:left;
  width:50%;
}


@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .links, .rechts {
    width:100%;
  }
}


