.topimage {
	width: 100%;
	margin-top: 63px; 
	height: 60vh;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.topheading {
	position: relative;
	top: 45vh;
	text-align: center;
	color: #fff;
}

.topheading h1 {
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
}

.page {
	background: #fff;
	padding: 115px 0;
}

.container {
	position: relative;
	max-width: 960px;
    /*max-width: 1200px;*/
	padding: 0 40px;
	margin: 0 auto;
}

.container .container_inner{
	position: relative;
}

.container.large {
	max-width: 1280px;
}

.container.max {
	width: 100%;
	max-width: none;
	text-align: left !important;
	padding: 0 !important;
	height: 1000px;
    max-height: 100%;
    overflow: auto;
}

.page .container {
	text-align: center;
}

.page .container > h2,
.page .tabcontent > h2 {
	font-weight: 800;
	color: #282828;
	padding: 40px 0 20px 0;
}

.page h2.first {
	padding: 0 0 40px 0;
}

.container > h1, .container > p, .tabcontent > p,
.page .container > img, .page .tabcontent > img,
.page .images, .page .flex,
.page .filter, .page iframe, .page .column, .page .section {
	padding-bottom: 20px;
}

.page .container h2, .page .tabcontent h2 {
    padding: 40px 0 20px 0;
}

.page .container > h3 {
	padding: 10px 0;
}

.page p.center {
	text-align: center;
}


/* Standard afsnit - ses i stylesteet.css*/


/* Afsnit i spalter - ses i responsive.css*/


/* Smalt afsnit */
p.narrow {
	max-width: 500px;
	margin: 0 auto;
}

/* Centreret asfnit */
p.center {
	text-align: center;
}

/* On-site billeder skal ikke være for høje, max 400px ca. */
.page .container > img, .page .tabcontent > img {
	width: 100%;
}

.page .container > img.print_btn, .page .tabcontent > img.print_btn {
	width: auto;
}

.page .images {
	align-items: center;
}

.page .images figure {
	margin: 0;
}

.page .images a {
	display: block;
	min-width: 0;
	height: auto;
}

.page .images img {
	/*height: 100%;*/
	width: auto;
}

.page .images figcaption {
	display: none;
}

.page p a {
	color: #167ac6;
}

.person {
	max-width: 700px;
	padding: 10px 20px;
	margin: 0 auto;
}

.person.story p {
	text-align: justify;
}

.page .person.story {
	padding: 40px 0 20px;
	margin: 0 auto;
}

.person img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	padding: 0;
}

.person .text {
	margin: auto 0;
}

.person p {
	text-align: left;
}


/* Style afhængig af antal kontaktpersoner */
.person:nth-child(1):nth-last-child(1),
.person:nth-child(1):nth-last-child(2),
.person:nth-child(2):nth-last-child(1) {
	display: flex;
}

.person:nth-child(1):nth-last-child(1) img,
.person:nth-child(1):nth-last-child(2) img,
.person:nth-child(2):nth-last-child(1) img {
	margin-right: 20px;
}

.flex.even .person {
	display: flex;
	width: calc(50% - 40px);
	padding: 10px 20px;
	margin: 0;
}

.flex.even .person img {
	margin-right: 20px;
}

.flex .person.big {
	width: calc(50% - 20px);
	padding: 10px;
}

.flex .person.big img {
	width: 220px;
	height: 220px;
}


.page form {
	width: calc(50% - 40px);
	text-align: right;
	/*margin: 10px 20px;*/
    margin: 10px auto;
}

.page form#contact_form{
	width: calc(70% - 20px);
}

.page form#info_settings_form{
	width: auto;
}

.page form#info_settings_form #cke_mdesc,
.page form#info_settings_form #cke_pdesc,
#popup_content form#googlemap_form #cke_map_description,
#popup_content form#googlemap_form #cke_pdescription{
	width: calc(72% - 26px) !important;
	display: inline-block;
	margin-bottom: 20px;
}

.page form.shop{
    width: auto;
    text-align: justify;
}

.page .playlist{
	display: table;
	cursor: pointer;
}

.close_btn {
    float: right;
    cursor: pointer;
    max-width: none;
}

.page form.media_search_form {
    position: relative;
	float: left;
	width: 375px;
}

.page form.media_search_form input[type="submit"] {
	width: calc(30% - 2px) !important;; 
}

.media_search_keyword {
    width: 79%;
    padding-right: 20%;
    position: absolute;
    top: 0;
    left: 0;
}

.page form.media_category_form {
	float: left;
}

.page form input,
.page form select,
.page form textarea {
	background: #fff;
	width: calc(70% - 26px) !important;
	padding: 12px;
	border: 1px solid #9c9c9c;
	border-radius: 4px;
	margin-bottom: 16px !important;
	height: auto !important;
}

.page form select {
	width: calc(70% - 1px) !important;
}

.page form textarea {
	min-height: 100px;
}

.page form fieldset.form-box{
    padding-top: 3em;
}

.page form input[type="submit"] {
	background: #333;
	width: 70% !important;
	color: #fff;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
}

.page form input[type="submit"]:hover {
	background: #bbb;
}

.page form label {
	display: block;
	float: left;
	width: calc(30% - 24px);
	padding: 11px 24px 11px 0; 
	text-align: right;
}

.page form.shop span > label {
    width: auto;
    padding-right: 5px;
    padding-left: 20px;
}
.page form span.required {
	float: right;
    margin-top: -20px;
    margin-bottom: 10px; 
	color: red;
	font-size: 12px;;
}

.page form fieldset.fieldset_radio{
    width: calc(50% - 26px) !important;
    float: left;
    text-align: left;
}

.page form input[type="checkbox"], 
.page form input[type="radio"]{
    float: left;
    margin-top: 14px;
}

.page form.shop input[type="checkbox"], .page form input[type="radio"] {
    width: 15px !important;
}

.page form input[type="checkbox"]{
    width: auto !important;
}

.page form fieldset.fieldset_radio .checkboxfield{
    display: inline-block;
}

.filter form{
	width: auto;
	margin: auto;
}

.filter form select{
	width: auto !important;
	padding: 5px;
}

.msg {
    background-color: #ffebe8;
    border: 1px solid #dd3c10;
    margin-top: 10px;
    padding: 7px;
    visibility: hidden;
    display: none;
}

.valid_msg{
	margin-top: -8px;
    margin-bottom: 20px;
    padding: 5px;
    color: red;
    font-size: 12px;
}

span.red {
	color: #cb4335;
}



.imagelinks a {
	display: block;
	   max-width: 350px;
	margin: 20px;
}

.imagelinks h3 {
	text-align: left;
	padding-bottom: 10px;
}

.imagelinks img {
	width: 100%;
}

.backbutton {
	position: absolute;
	top: 0;
	left: 40px;
}

.backbutton a {
	background: url(../images/left.png) left center no-repeat;
	font-size: 16px;
    font-weight: 700;
	text-transform: uppercase;
    padding-left: 14px;
}

.backbutton:hover a {
	color: #888;
	background: url(../images/left2.png) left center no-repeat;
}

.breadcrumb {
	position: relative;
	float: left;
}

.cart-and-wish{
	position: relative;
	float: right;
}

.cart-and-wish .shop-icon {
    color: #171717;
    padding: 7px 10px;
    cursor: pointer;
    display: inline-block;
    float: inherit;
}

.page p a:hover {
	text-decoration: underline;
}

.page .iframe {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.23%;
	overflow: hidden;
}

.page .container > .iframe {
	margin-bottom: 20px;
}


.page .article {
	background-color: #eee;
	width: 300px;
	text-align: left;
	margin: 20px 10px;
	border-radius: 5px;
	box-shadow: 0 1px 0 rgba(0, 0, 0,.25);
}

.page .description {
	padding: 20px;
}

.page audio {
	width: calc(100% - 10px);
	padding: 0 5px;
}

.page .filter {
	display: table;
	margin: 0 10px 0 auto;
}

.page .filter p {
	float: left;
	margin-right: 5px;
}

.page select {
	background-color: #eee;
	color: #282828;
	padding: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0,.25)
}

.page select option {
	background-color: #eee;
	color: #282828;
	padding: 5px;
	right: 0;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0,.25)
}


.page .tags {
	position: absolute;
	right: 10px;
    bottom: 10px;
    max-width: 183px;
}

.page .read_more {
	float: right;
}

.page .tags .tag {
	margin-left: 5px;
}

.masonry{
	margin-top: 75px;
}

.masonry .article {
	width: calc(100% / 3 - 20px); 
	margin: 0 10px 20px 10px;
}

.masonry .article > a {
	position: relative;
	display: block;
}

.masonry .article p {
	text-align: left;
	margin-top: 20px;;
}

.masonry img {
	width: 100%;
	padding: 0 !important;
}

.masonry small>a>img {
	width: auto;
}

.masonry .sizer {
	width: calc(100% / 3);
} 

.playerwrap table{
	margin: 20px auto;
}

.morewrap {
	text-align: center;
}

button.more {
	background: url('../images/down.png') center 26px no-repeat;
	color: #282828;
	text-transform: uppercase;
    padding: 0 15px 25px 15px;
	margin-top: 20px;
}

button.more:hover {
	color: #888;
	background: url('../images/down2.png') center bottom no-repeat;
}
 
a.linkbutton {
	display: inline-block;
	background-color: #cb4335;
	min-width: 120px;
	color: #fff;
	line-height: 17px;
	text-transform: uppercase;
    padding: 15px;
	margin: 20px;
}

a.linkbutton.facebook {
	background-color: #597ac7;
}


/****** Styles til non_tabs ******/
.non_tabs {
    background-color: #f2f2f2;
}
.sub_content_text{
	padding-top: 20px;
	padding-bottom: 40px;
}


/****** Styles til tabs ******/
.tabs {
    overflow: hidden;
	padding: 20px 0 40px 0;
}
.tabs button {
    background-color: #333;
	color: #fff;
	text-transform: uppercase;
    padding: 15px;
	margin: 5px;
}

.tabs button:hover, .tabs button.active,
a.linkbutton:hover {
    background-color: #bbb;
}

.tabcontent {
    display: none;
    /*background-color: #f2f2f2;*/
    background-color: #f8f5ee;
}


.page #map {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
}

.page #parkering {
	height: 40vh;
}

.media {
    display: block;
    max-width: 400px;
    margin: 20px 10px;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0, 0, 0,.25);
}

.playerwrap{
	display: none;
}

/***********
	SHOP
************/
.product_detail_wrap {
	width: 100%;
	padding: 30px 0;
}

.product_detail_wrap .title {
	text-align: center;
	max-width: 700px;
	padding: 20px 40px;
	margin: 0 auto;
}

.product_detail_wrap h1 {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 20px;
}

.product_detail_wrap .product_detail {
	display: block;
	max-width: 400px; /*calc(100% / 3 - 20px); */
	margin: 20px 10px;
	background-color: #fff;
	text-align: left;
}

.product_detail_wrap .product_detail.img {
	background-color: #eee;
}

.product_detail_wrap .product_detail h2{
	padding: 0 0 20px 0;
}

.product_detail_wrap .product_detail.specifications li{
	border-bottom: 1px solid #e5e7eb;
	margin: 5px 0;
    padding-bottom: 5px;
}

.product_detail_wrap .product_detail .shop-icon {
	margin: 20px 0;
	float: none;
}

.product_detail_wrap img {
	width: 100% !important;
}


.product_detail_box_inner li{
    margin-bottom: 0 !important;
}
.product_detail_box_inner > .product_img_big > img{
    cursor: pointer;
    width: 100% !important;
    max-width: none !important;
    max-height: 275px !important;
}
ul>li>img.product_img_thumb{
    float: left;
    width: 50px !important;
    height: auto !important;
    margin-right: 10px !important;
}
ul>li>img.product_img_thumb{
    float: left;
    width: 50px !important;
    height: auto !important;
    margin-right: 4.2px !important;
    cursor: pointer;
}
ul>li>img.product_img_thumb.selected{
    border: solid #0645ad 2px;
    width: 46px !important;
}
ul > li:last-child > img.product_img_thumb{
    margin-right: 0 !important;
}

