#body {
}

p {
	/* font-size: 16px; */
}


ul {
}

ul li {
}

ol {
}

ol li {
}


h1, h2, h3 {
	font-size: 18px;
}

.flag {
	/* margin-right: 8px; */
}

#cover {
	height: 138px;
}

#cover video {
	width:300%;
	height:300%;
	left:-100%;
	top:-100%;
}

#menu {
}

#menu a {
	}

#menu .separator {
}
	
.menu_left {
	float: left;
	width: 100%; /* goer at menu_right bliver tvunget ned paa naeste linie */
}

.menu_right {
	float: left;
	line-height: 24px;
}
	
#search_front {
}

#search_front .statement {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
}

#search_front input[type=text] {
}

#search { /* sub-pages */
	left: 60%;
}

#search input[type=text] {
	}

#search input[type=text]:focus {
}

#page {
	width: 100%;
	margin-left: 0%;
}

#page p {
}

.noleftright h1, .noleftright h2, .noleftright p, .noleftright form  { /* noleftright saettes paa #page sideer som ikke har columns */
	margin-left: 5%;

}

/* FRONTPAGE RELATED */

.item {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}

.item:nth-child(4n + 1) {
}

.item video {
}

.item_photo {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}

.item_photo:nth-child(4n + 1) {
}

.item_photo video {
}

.clients img {
	height: 60px;
	width: auto;
	display: block;
	margin: 0px auto 20px auto;
}

.specials {
	width: 100%;
	margin-right: 0%;
	border-radius: 0px;
}

.specials h2, .specials a {
	margin-top: 26px;
}

.specials p {
}



.featured {
	width: 100%;
	margin-right: 0%;
}

.featured:nth-child(3n+1) {
}

.featured a img {
	}
	
.featured div {
	top: -115px;
	}

.featured a {
}


/* SUBPAGE RELATED */

.page_left {
	width: 100%;
	}
	
.page_left h1, .page_left h2, .page_left p {
	margin-left: 5%;
}
	
.page_left video {
	}

.page_right {
	float: left;
	width: 100%;
	}

.box {
	border-radius: 0px;
}

.box h2 {
}

.box p {
}

.gallery {
  column-count: 1;
  column-width: 100%;
  column-gap: 0%;
  margin-right: 0%;
}

.gallery_item {
}

.gallery_item img {
}

.thumb_title {
	margin-left: 5% !important;
	margin-right: 5% !important;
}