@charset "utf-8";
/* CSS Document */

/* HTML5 fix for gamle browsere */
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-image: url(../layout/BG_Body.jpg);
	background-color: #333333;
}
#wrapper {
	text-align: left;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 90px #A8A8A8;
	box-shadow: 0px 0px 90px #A8A8A8;
	background-color: #F4F7F4;
}
#mainHeader {
	background-color: #000000;

}
#headingImage {

}
#mainHeader img {
	max-width: 100%;
	height: auto;
	width:auto;
}
#mainNav {
	margin-top: -4px;
	margin-bottom: 12px;
}
.velkommen {
	color: #E0E0E0;
	text-align: left;
	font-size: 2.7em;
	margin: 0px;
	padding: 0px;
}
.velkommen a {
	color: #E0E0E0;
	text-decoration:none;
}
.velkommen a:visited {
	color: #E0E0E0;
}
.clearfix {
	clear:both;
}
#content {
	margin: 2%;
	background-color: #FFFFFF;
	border: 1px solid #C5C5C5;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#mainFooter {
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
	color: #FFFFFF;
	background-color: #000000;
	background-image: -webkit-linear-gradient(270deg,rgba(73,73,73,1.00) 0%,rgba(10,10,10,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(73,73,73,1.00) 0%,rgba(10,10,10,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(73,73,73,1.00) 0%,rgba(10,10,10,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(73,73,73,1.00) 0%,rgba(10,10,10,1.00) 100%);

}
#footerLeft {
	width: 23%;
	float: left;
	padding-right: 4%;

}
#footerLeft img {
	max-width: 100%;
	height: auto;
	width:auto;
}
#footerMiddle {
	width: 46%;
	float: left;
	text-align: center;

}
#footerRight {
	width: 23%;
	float: right;
	padding-left: 4%;
}
#mainFooter p {
	font-size:0.9em;
}
#mainFooter a {
	color:#E9E9E9;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 18px;
}
h1, h2, h3, h4, h5 {
	margin-top: 0px;
}
h1 {
	font-size:2.2em;
	margin-bottom:17px;
}
h2 {
	margin-bottom: 12px;
}
figure {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}
.ctaLesmerBig {
	display: inline-block;
	width: 75px;
	padding-left: 6px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.8em;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-right: 6px;
	text-align: center;
	background-color: #678A17;
	border-radius: 5px;
	margin-top: 22px;
}
.ctaLesmerBig:hover {
	background-color: #82A434;
}
.dynImage img {
	max-width: 100%;
	height: auto;
	width:auto;
}
.linker ul li a {
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 4px;
	display: inline-block;
	color: #464745;
	background-image: url(../layout/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}
.linker ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.linker ul li a:hover {
	text-decoration: underline;
}
.pdflinker {
	margin-bottom:15px;
}
.pdflinker ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.pdflinker ul li {
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	background-image: url(../layout/pdf.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.pdflinker ul li a {
	text-decoration: none;
	color: #4E4E4E;
	display: inline-block;
	padding-left: 40px;
}
.pdflinker ul li a:hover {
	text-decoration: underline;
}
.smalltext {font-size:0.9em}
.threecolwrapper {
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
	padding-top: 2%;
	background-color: #FFFFFF;
}
.threecol {
	width: 30%;
	float: left;
}
.threecol.one {
	margin-right: 5%;
}
.threecol.two {
	margin-right: 5%;
}
.threecol.three {

}
.threecolwrapper img {
	max-width: 100%;
	height: auto;
	width:auto;

}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
	margin-top: 15px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ansatte {
	display: block;
	margin-bottom: 12px;
	border-bottom: 1px solid #C3C3C3;
	padding-bottom: 12px;
}
.ansatteLeft {
	width: 36%;
	float: left;
}
.ansatteLeft img {
	max-width: 100%;
	height: auto;
	width:auto;
}
.ansatteRight {
	width: 62%;
	float:right;
}
.colLeft {
	width: 49%;
	float: left;
}
.colRight {
	width: 49%;
	float: right;
}
.topLeft {
	width: 45%;
	float: left;
	margin-left: 12px;
}
.topRight {
	width: 48%;
	float: right;
	padding-right: 25px;
	padding-top: 3px;
}
.topRight h2 {
	color: #FFFFFF;
	text-align: right;
	margin-bottom: 2px;
	margin-top: 9px;
	font-size: 1.4em;
	text-transform: uppercase;
}
.mobilIngress { display:none}
.left {
	width: 65%;
	float: left;
}
.right {
	width: 30%;
	float: right;
}
.seperator {
	border-bottom: 1px solid #AAAAAA;
	clear: both;
	margin-top: 15px;
	padding-bottom: 15px;
}
.clearSpacer {
	height: 25px;
}











@media (min-width:761px) and (max-width:990px){
#wrapper {
	width: 100%;
}
.velkommen {
	font-size: 2em;
}

.topLeft {
	width: 50%;
	margin-left: 8px;
	padding-bottom: 5px;
}
.topRight {
	width: 30%;
	padding-right: 15px;
}
.topRight h2 {
	margin-bottom: 2px;
	margin-top: 7px;
	font-size:1.2em;
}
}

@media (min-width:601px) and (max-width:760px){

#wrapper {
	width: 100%;
}
.velkommen {
	font-size:2.1em;
}
.introFloatLeft {
	width: 40%;
	float:left;
	margin-right: 15px;
}
.topLeft {
	width: 50%;
	margin-left: 8px;
	padding-bottom: 5px;
}
.topRight {
	width: 30%;
	padding-right: 15px;
}
.topRight h2 {
	margin-bottom: 2px;
	margin-top: 7px;
	font-size:1.1em;
}
.threecol {
	width: 100%;
	float: none;
	border-bottom: 1px solid #B5B5B5;
	margin-bottom: 15px;
}
h1 {font-size:2em;}
.threecol.one {
	margin-right: 0%;
}
.threecol.two {
	margin-right: 0%;
}
.threecol h2 {
	margin-bottom: 4px;	
}
.left {
	width: 100%;
	float: none;
}
.right {
	width: 100%;
	float: none;
}
}


@media (min-width:50px) and (max-width:600px){

#wrapper {
	width: 100%;
}
.velkommen {
	font-size: 2em;
	text-align:center;
	padding-bottom:5px;
}
.topLeft {
	width: 100%;
	margin-left: 0px;
}
.topRight {
	display:none;	
}

#footerLeft {
	width: 100%;
	float: none;
	padding: 4% 0% 2% 0%;
	text-align: center;
	border-bottom: 1px solid #6A6A6A;
	margin-bottom: 4%;
}
#footerMiddle {
	width: 100%;
	float: none;
	text-align: center;
	padding: 2% 0% 2% 0%;
	border-bottom: 1px solid #6A6A6A;
	margin-bottom: 4%;

}
#footerRight {
	width: 100%;
	float: none;
	padding-left: 0%;
	text-align: center;
}
h1 {
	font-size:1.8em;
	text-align:center;
}
.threecolwrapper {

}
.threecol {
	width: 100%;
	float: none;
	border-bottom: 1px solid #B5B5B5;
	margin-bottom: 15px;
}
.threecol.one {
	margin-right: 0%;
}
.threecol.two {
	margin-right: 0%;
}
.mobilIngress {display:block}
.mobilIngress h2 {
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 12px;
	margin-top:0px;
	text-transform:uppercase;
}
.left {
	width: 100%;
	float: none;
}
.right {
	width: 100%;
	float: none;
}

}
