/* cmsms stylesheet: standard modified: onsdag 16. oktober 2024 19:26:02 */
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #009CB9; /* Old browsers */
	min-width: 320px;
}
body {
	font-family: "Dosis", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.6em;
}
body, p {
	line-height: 1.4em;
}
h1 {
	font-size: 3.0em;
	line-height: 1.0em;
	font-weight: 600;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 1.7em;
	line-height: 1.0em;
	color: #0069b3;
	font-weight: 600;
	margin: 20px 0 5px 0;
}
h3 {
	font-size: 1.2em;
	line-height: 1.0em;
	margin: 20px 0 5px 0;
	font-weight: 600;
}
p {
	margin: 5px 0 15px 0;
}
p.mindre {
	font-size: 0.8em;
}
b, strong {
	font-weight: 600;
}
a {
	color: #0069b3;
	text-decoration: none;
}
a, img {
	-o-transition: color .3s, background-color .3s, opacity .3s;
	-ms-transition: color .3s, background-color .3s, opacity .3s;
	-moz-transition: color .3s, background-color .3s, opacity .3s;
	-webkit-transition: color .3s, background-color .3s, opacity .3s;
	transition: color .3s, background-color .3s, opacity .3s;
}
a:hover {
	color: red;
}
a img {
	border: 0;
}
img {
	max-width: 100%;
}
ul, ol {
	padding-left: 15px;
	margin: 5px 0 15px 0;
}
hr {
	border: none;
	border-top: 1px solid #ccc;
	margin: 25px 0;
}
.inner {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}
#header {
	background: #FFFFFF;
}
#header .inner {
	padding: 40px 0;
}
#logo a {
	position: relative;
	display: block;
	bottom: 0;
	left: 0;
	width: 250px;
	height: 130px;
	background-image: url(/uploads/layout/moldegaard-250px.png);
	background-size: 100% 100%;
	text-indent: -9999px;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	margin: 0;
}
#achilles {
	position: absolute;
	right: 0;
	top: 40px;
}
#nceikuben {
	position: absolute;
	right: 100px;
	top: 40px;
}
#nceikuben img {
display: block;height: 75px;
width: auto;
}
#banner1 {
	position: relative;
// height: 420px;
	overflow: hidden;
	background-color: #EEE;
	border-top: 15px solid white;
	border-bottom: 15px solid white;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.47);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.47);
}
#content {
	padding: 50px 0;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.47);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.47);
}
#footer {
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 40px 0 120px 0;
	background: #009CB9; /* Old browsers */
	background-image: url(/uploads/layout/foot-back.png);
	background-image: url(/uploads/layout/foot-back.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(38,171,195,1)), color-stop(100%, rgba(0,156,185,1)));
	background-image: url(/uploads/layout/foot-back.png), -moz-linear-gradient(to bottom, rgba(38,171,195,1) 0%, rgba(0,156,185,1) 100%);
	background-image: url(/uploads/layout/foot-back.png), -moz-linear-gradient(to bottom, rgba(38,171,195,1) 0%, rgba(0,156,185,1) 100%);
	background-image: url(/uploads/layout/foot-back.png), -ms-linear-gradient(to bottom, rgba(38,171,195,1) 0%, rgba(0,156,185,1) 100%);
	background-image: url(/uploads/layout/foot-back.png), -o-linear-gradient(to bottom, rgba(38,171,195,1) 0%, rgba(0,156,185,1) 100%);
	background-image: url(/uploads/layout/foot-back.png), linear-gradient(to bottom, rgba(38,171,195,1) 0%, rgba(0,156,185,1) 100%);
	background-image: url(/uploads/layout/foot-back.png), linear-gradient(to bottom, rgba(38,171,195,1) 0%, rgba(0,156,185,1) 100%);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 110% auto;
}
#footer .sp1 {
	width: 350px;
}
#footer .sp2 {
	width: 300px;
	border-left: 1px solid #FFFFFF;
	padding-left: 30px;
}
#footer, #footer p, #footer a {
	color: #FFFFFF;
}
.sp1 {
	width: 35%;
	float: left;
}
.sp2 {
	width: 60%;
	float: right;
}
.hovedbilde {
	width: 100%;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.47);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.47);
}
.hovedbilde img {
	display: block;
	width: 100%;
	height: auto;
}
.box_blue {
	background: rgb(0,105,180); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(38,127,191,1) 0%, rgba(0,105,180,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(38,127,191,1)), color-stop(100%, rgba(0,105,180,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(38,127,191,1) 0%, rgba(0,105,180,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(38,127,191,1) 0%, rgba(0,105,180,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(38,127,191,1) 0%, rgba(0,105,180,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(38,127,191,1) 0%, rgba(0,105,180,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#267fbf', endColorstr='#0069b4', GradientType=0 ); /* IE6-9 */
}
.produkt {
	width: 32%;
	float: left;
	padding: 0;
	margin: 0 2% 2% 0;
}
.produkt:nth-of-type(3n) {
	margin-right: 0;
}
.produkt a {
	display: block;
	padding: 30px 15px 20px 15px;
}
.produkt a h3 {
	width: 100%;
	display: block;
	color: rgba(255,255,255,0.9);
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}
.produkt a img {
	display: block;
	opacity: 0.7;
}
.produkt a:hover {
	background-color: rgba(0, 0, 0, 0.2)
}
.produkt a:hover h3 {
	color: rgba(255,255,255,1.0);
}
.produkt a:hover img {
	opacity: 1.0;
}
table.cookies {
	display:block;
	overflow:scroll;
}
table.cookies th {
	text-align:left;
	font-size:1em;
	padding-right:10px;
	border-bottom: 1px solid #000;
}
table.cookies td {
	text-align:left;
	font-size:0.9em;
	padding-right:10px;
	border-bottom: 1px solid #000;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table.ansatte td {
	width: 25%;
}
table.ansatte h3 {
	margin: 15px 0 5px 0;
}
table.ansatte p {
	margin: 5px 0;
}
#google_translate_element {
	position: absolute;
	right: 196px;
	top: 40px;
}
#footer a.ekh-no {
	position: absolute;
	bottom: -30px;
	left: 0;
	color: #FFF;
	color: rgba(255,255,255,0.7);
	display: block;
	font-size: 0.8em;
	text-align: left;
}
#footer a.ekh-no:hover {
	color: #FFF;
}
.clearb {
	clear: both;
}
/************ MENU ************/
#header #menuwrapper {
	position: absolute;
	display: block;
	bottom: 32px;
	right: 0;
	font-size: 0.75em;
}
#header #menuwrapper ul {
	list-style: none;
	padding: 0;
}
#header #menuwrapper li {
	float: left;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
#header #menuwrapper a {
	text-decoration: none;
	float: left;
	padding: 0 0;
	margin: 0 20px 0 0;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
	font-size: 1.0em;
	color: #666;
}
#header #menuwrapper a:hover {
	color: #0069b3;
}
#header #menuwrapper a.menuactive {
	font-weight: 800;
	color: #000;
}

/* RESPONSIVE */
@media screen and (min-width: 1600px) {
.slidecontainer {
	margin: -50px 0;
}
}

@media screen and (min-width: 2100px) {
.slidecontainer {
	margin: -150px 0;
}
}

@media screen and (max-width: 1200px) {
body {
	font-size: 1.0em;
}
#header .inner {
	padding: 20px 0;
}
#logo a {
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 100px;
	width: 192px;
}
#achilles {
	top: 15px;
}
#nceikuben {
	top: 15px;
}
#google_translate_element {
	top: 15px;
}
#header #menuwrapper {
	bottom: 12px;
}
}

@media screen and (max-width: 1050px) {
#header #menuwrapper a {
	margin: 0 10px 0 0;
}
}

@media screen and (max-width: 950px) {
#header .inner {
	padding: 20px 0;
}
#logo a {
	width: 175px;
	height: 91px;
	margin: 0 auto;
	left: auto;
}
#header #menuwrapper {
	bottom: auto;
	position: relative;
	right: auto;
	float: right;
	position: relative;
	left: -50%;
	text-align: left;
}
#header #menuwrapper ul {
	list-style: none;
	position: relative;
	left: 50%;
}
#header #menuwrapper ul a {
	line-height: 20px;
}
#google_translate_element {
	top: 15px;
left: 0px;
right: auto;
}
}

@media screen and (max-width: 750px) {
h1 {
	font-size: 2.0em;
}
#content {
	padding: 30px 0 20px 0;
}
#footer {
	padding-top: 20px;
}
#footer .sp1 {
	width: 100%;
}
#footer .sp2 {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
.produkt a {
	font-size: 0.7em;
	padding: 15px 0 5px 0;
}
table.ansatte td {
	display: block;
	width: 100%;
}
#achilles {
	display: none;
}
#nceikuben {
	display: none;
}
#google_translate_element {
	display: none;
}
}

@media screen and (max-width: 600px) {
.sp1 {
	width: 100%;
	margin: 0 0 20px 0;
}
.sp2 {
	width: 100%;
}
.hovedbilde {
	padding: 8px;
}
}
