

html, body {
	height:100%;
	-webkit-text-size-adjust: 100%;
    }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
  border: 0 none;
  font-family: inherit;
  font-color:inherit;
  font-size:inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
}

body {
	font-family:"Open sans";
    font-size:14px;
    color:#666666;
    line-height:1.5;
    background-color:#ffffff;
    }

h1 {
	font-family:"Open Sans";
	font-size:24px;
	color:#000000;
    text-shadow:#ffffff 1px 1px 0;
	font-weight:normal;
    border-bottom:1px solid #f16c20;
    margin-bottom:20px;
    padding-bottom:6px;
}
h2 {
	font-family:"Open Sans";
	font-size:16px;
	color:#f16c20;
    text-shadow:#ffffff 1px 1px 0;
	font-weight:normal;
}
h3 {
	font-family:"Open Sans";
	font-size:1.1em;
	color:#f16c20;
    text-shadow:#ffffff 1px 1px 0;
	font-weight:normal;
}
h4 {
	font-family:"Open Sans";
	font-size:1.0em;
	color:#f16c20;
    text-shadow:#ffffff 1px 1px 0;
	font-weight:normal;
}
a {
	color:#f16c20;
    text-shadow:transparent 1px 1px 0;
    }

hr {
	border:0;
	border-top: 1px solid #cfcec9;
	border-bottom: 1px solid transparent;
	height: 0px;    
    clear:both;
	overflow:hidden;    
}
input, textarea, select {
	font-family:"open sans";
	font-size:14px;
	color:#666666;
}  


.body {
  width:100%;
  min-height:100%;
  display:flex;
  flex-direction: column;
}

.contentArea {
  width:95%;
  max-width:1000px;
  margin:auto;
  }

#header {
  height:50px;
  width:100%;
  background-color:#3ec8f4; /*#0d3c55;*/
}
#header .contentArea {
  display:flex;
  flex-direction: row;
}
#header .left, #header .right { 
  flex-grow:1; 
  padding:15px 0;
  color:#ffffff;
  font-size:14px;
}
#header .right img {
  margin-left:10px; 
  }

#menu {
  height:70px;
  width:100%;
  background-color:#ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
}
#menu .logo { float:left; margin-top:20px; position:relative;z-index:10; }

#content {
  min-height:400px;
  flex-grow:1; 
  padding:40px 0;
  }

#footer {
  height:200px;
  width:100%;
  background-color:#3ec8f4; /*#0d3c55; */
  text-align:center;
  padding-top:40px;
  color:#ffffff;
}
#footer img { margin-top:15px; }
#footer hr {
  margin:20px;
  border-top-color:#3ea0bf; /*#244f65;*/
}
#footer span, #footer span a { color:#396c86; /*#91a8b4;*/ font-size:12px; text-decoration:none; }


/* CONTACT */
.contactMap {
    width:100%;
    height:300px;
    border:1px solid #d2d2d2;
	margin-bottom:20px;
	}
#contactMap {
	width:100%;
    height:100%;
    }
.contactLeft, .contactRight {
	float:left;
	width:50%;
	text-align:left;
}
.contactLeft {
	padding-right:15px;
}
.contactRight {
	padding-left:15px;
}
.contactLeft input, .contactRight textarea {
	margin-bottom:15px;
}
.contactBtn {
	width:100%;
}
@media (max-width: 600px) {
  .contactLeft, .contactRight {
	float:none;
	width:100%;
	padding:0;
  }
}

@media (max-width: 900px) {
  .tilmelding .col50.colleft { padding-right: 10px; }
  .tilmelding .col50.colright { padding-left: 10px; }
}

@media (max-width: 600px) {
  .tilmelding .col50.colleft, .tilmelding .col50.colright { width:100%; padding: 0px; }

}