/*
html, body {
	height: 100%;
}
*/
html {
  height: 100%;
}
body {
  min-height: 100%;
}
* {
	/*font-family: HelveticaNeue;*/
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h5, h5, h6 {
	margin-top:0px!important;
	color:#233d6e!important;
}
h1, h2, h3 {
	text-transform: uppercase;
}
html body h1 {
	font-size:18px;
}
html body h2 {
	font-size:16px;
}
html body h3 {
	font-size:15px;
}
article time {
	font-size:12px;
	color:#6d6d6d;
}
p {
	color:#6d6d6d;
	font-size:13px;
}
select::-ms-expand { display: none; }

#page-footer p {
	color: #233d6e !important;
}

#page-content {
	min-height: calc(100% - 595px);
	background:#fafafa;
	overflow: auto;
	padding:20px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.relative {
	position:relative;
}
.socials {
	position: absolute;
	top:-35px;
}
#page-header {
	height: 145px;
	box-sizing: border-box;
	position: relative;
	padding:50px 0px 35px 0px;
}
#menu-header-top {
	position: absolute;
	top:-50px;
	right:0px;
	list-style:none;
	padding-left: 0px;
	margin:0px;
}
#menu-header-top li {
	display: inline;
	margin-left:5px;
}
#menu-header-top a {
	color:#233d6e;
	text-transform: uppercase;
	display: inline-block;
	line-height:25px;
	padding:0px 15px;
	text-align: center;
	background:#FFF;
}
#menu-header-top a:hover {
	text-decoration: none;
}
#primary-navigation > ul {
	list-style:none;
	padding:0px;
	margin:0px;
	text-align: right;
}
#primary-navigation > ul > li {
	position: relative;
	display:inline-block;
	margin-top:10px;
}
#primary-navigation > ul > li > a {
	line-height:25px;
	font-size:12px;
	margin-right:5px;
	padding: 4px 16px;
	display: block;
	color:#FFF;
	text-transform: uppercase;
	border:1px solid transparent;
}
#primary-navigation > ul > li:last-child > a {
	margin-right:0px;
}
	
#primary-navigation > ul > li.current-menu-item > a,
#primary-navigation > ul > li > a:hover {
	border:1px solid #FFF;
	text-decoration: none;
}
#primary-navigation > ul > li > ul {
	position: absolute;
	min-width:170px;
	padding: 17px;
	list-style: none;
	background:#647D86;
	display: none;
	z-index: 3000;
}
#primary-navigation > ul > li:hover > ul {
	display: block;
}
#primary-navigation > ul > li > ul > li > a {
	color:#FFF;
	margin-bottom:5px;
}
#primary-navigation > ul > li > ul > li > a:hover {
	text-decoration: none;
}

.swiper-slide img {
	width:100%;
}
.swiper-slide {
	width:100%;
}
.swiper-container {
	width:100%;
	position:relative;
	text-align: center;
}
.swiper-container figcaption {
	position: absolute;
	top:110px;
	left:50%;
	margin-left:-300px;
	width:600px;
}
.swiper-container figcaption p {
	font-weight:300;
	background:rgba(255,255,255,0.6);
	color:#233d6e;
	display: inline-block;
	font-size: 37px;
	padding:0px 10px;
	text-transform: uppercase;
}
.swiper-button-prev {
	background-image:url("../img-bin/arrow-prev.png");
}
.swiper-button-next {
	background-image:url("../img-bin/arrow-next.png");
}
.swiper-button-prev,
.swiper-button-next {
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-repeat:no-repeat;
	background-size: cover;
	width:41px;
	height:41px;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
	opacity:1;
}
/*
.swiper-slide {
	height:360px!important;
}
*/
#frontpage-goto {
	margin-top:30px;
	padding:0px;
}
#frontpage-goto .goto-icon {
	margin-bottom:15px;
}
#frontpage-goto .goto-link {
	color:#FFF;
}
#frontpage-goto .goto-link:hover {
	text-decoration: none;
}
#frontpage-goto .booking-btn {
	margin-top:40px;
	width:100%;
	font-size:15px;
	font-weight:300;
	line-height: 50px;
	text-transform: uppercase;
}
#frontpage-news {
	padding:40px 15px;
	background:#FFF;
}
.latest-news-entry {
	overflow: auto;
	background:#FFF;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding:8px;
	min-height:185px;
	height: 100%;
}
.latest-news-entry .left-half {
	width:50%;
	float:left;
}
.latest-news-entry .right-half {
	width:50%;
	float:right;
}
.latest-news-entry .ribbon-icon {
	float:left;
}
.latest-news-entry h1,
.latest-news-entry h2 {
	margin:7px 0px 0px 10px!important;
	float:left;
}
.latest-news-entry .right-half .attachment-post-thumbnail {
	width:100%;
	height:auto;
}
.latest-news-entry .left-half-top {
	width:100%;
	margin-bottom:5px;
	float: left;
}
.latest-news-entry-content {
	float:left;
	color:#233d6e;
	line-height:20px;
}
a.latest-readmore {
	font-size:12px;
	font-weight: bold;
}
#tabs {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #b9b9b9;
	overflow:auto;
}
#tabs .tab.selected {
	box-shadow:none!important;
	background:#FFF;
	border:none!important;
}
#tabs .tab-content {
	padding:8px;
}
#tabs.vertical #tabs-nav {
	width:32%;
	box-sizing: border-box;
	float:left;
}
#tabs.vertical a {
	display:block;
	line-height:58px;
	background:#e8e8e8;
	text-align: center;
	text-transform: uppercase;
}
#tabs.vertical #tabs-content {
	width:68%;
	float:left;
	box-sizing: border-box;
}
#tabs.vertical .tab:hover,
#tabs.vertical .tab:focus {
	text-decoration: none;
}
#tabs.vertical .tab {
	border-bottom:1px solid #b9b9b9;
	-webkit-box-shadow: inset -3px 0px 3px -1px rgba(0,0,0,0.31);
	-moz-box-shadow: inset -3px 0px 3px -1px rgba(0,0,0,0.31);
	box-shadow: inset -3px 0px 3px -1px rgba(0,0,0,0.31);
}
#tabs.vertical .tab:last-child {
	border-bottom: none;
}
#tabs.vertical .tab.selected + .tab {
	border-top:1px solid #b9b9b9;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.all-news {
	padding:0px 8px 8px 8px;
}
.all-news h2 {
	margin-top:0px;
}
.all-news-heading {
	border-bottom:1px solid #cdcdcd;
	margin-bottom:9px;
}
.all-news-heading p {
	color:#233d6e;
}
.all-news-heading img {
	position: absolute;
	right:0px;
	top:0px;
}
.frontpage-article {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #cdcdcd;
}
#page-pre-footer {
	background:#6e7d8c;
	padding:40px 0px 50px 0px;
	box-sizing: border-box;
}
#page-pre-footer h3 {
	color:#FFF!important;
}
#page-pre-footer a,
#page-pre-footer p {
	font-size:12px;
	color:#FFF;
}
#page-pre-footer p {
	margin-bottom:5px;
}
footer#page-footer {
	padding:40px 0px 70px 0px;
	color:#233d6e;
	/*#9ad5f2 */
	background:url("../img-bin/bubbles.png") no-repeat center center;
	height:225px;
	box-sizing: border-box;
}
footer#page-footer strong {
	display: block;
	margin-bottom:10px;
	font-size:14px;
}
footer#page-footer .widget {
	font-size:12px;
}
#footer-newsletter input[type="email"],
#footer-newsletter input[type="text"] {
	border:none;
	height:33px;
	width: 217px;
	padding:0px 5px;
	background:#c4dde7;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(130,130,130,0.5);
	-moz-box-shadow: 0px 0px 5px 1px rgba(130,130,130,0.5);
	box-shadow: 0px 0px 5px 1px rgba(130,130,130,0.5);
}
#footer-newsletter input[type="submit"] {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#455b84+0,3b527e+50,233d6e+54,233d6e+100 */
	background: #455b84; /* Old browsers */
	background: -moz-linear-gradient(top, #455b84 0%, #3b527e 50%, #233d6e 54%, #233d6e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #455b84 0%,#3b527e 50%,#233d6e 54%,#233d6e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #455b84 0%,#3b527e 50%,#233d6e 54%,#233d6e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#455b84', endColorstr='#233d6e',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:none;
	color:#FFF;
	height:30px;
	width:30px;
	outline:none;
	line-height: 26px;
}
.letter-article-heading {
	color:#233d6e;
	font-size: 13px;
}
.letter-articles {
	list-style:none;
	padding:0px;
}
.letter-articles a {
	color:#6d6d6d;
	font-size: 12px;
}
input[type="search"] {
	border:none;
	outline:none;
	background:#ccced2 url("../img-bin/search.png") no-repeat center right 10px;
	height:40px;
	padding:0px 10px;
	width:400px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: inset 0px 1px 5px 1px rgba(153,153,153,1);
	-moz-box-shadow: inset 0px 1px 5px 1px rgba(153,153,153,1);
	box-shadow: inset 0px 1px 5px 1px rgba(153,153,153,1);
	margin-bottom:25px;
}

#article-archives {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px; 
	column-gap: 15px;
	-moz-column-width: 28em;
}
#article-archives .letter-articles-container {
    break-inside: avoid-column;
    display: inline-block;
    width: 100%;
}

.main-border{
	border-right: 1px solid #ddd;
}

/* Nyheder */

#sticky-posts-2{
    padding-left: 15px;
}
.widget {
	padding-right:0px!important;
}
.news-ico{
	background-image: url("/wp-content/uploads/2016/06/newsicon-list.png") ;
	background-repeat: no-repeat;
	padding-left: 0px;
    padding-top: 50px;
    margin-bottom: 40px;
}
.supplier {
	margin-bottom:50px;
}
.supplier p {
	margin-bottom:0px;
}
.supplier-proffession {
	margin-bottom: 40px;
}
.supplier-proffession-heading  {
	overflow: auto;
}
.supplier-proffession-heading h2 {
	float: left;
	background: #233d6e!important;
	color:#FFF!important;
	padding:4px;
	font-weight: normal;
	margin-bottom:25px;
	font-size:13px;
}
.supplier .supplier-logo {
	margin-bottom:15px;
}
#loginform label {
	width:180px;
}
.wpfd-content-default .file a.downloadlink {
	padding:8px 13px;
	font-weight:300;
	font-size:12px;
}
.file-right br {
	display: none;
}
html body .wpfd-content-default .file > div.ext {
	background-size: contain;
	height: 55px;
	width: 50px;
	float: left;
}
div.wpfd-foldertree-default {
	width:20%;
}
div.wpfd-content h2 {
	display:none;
}
html body .wpfd-foldertree-default > .jaofiletree {
	margin-top:0px!important;
}
html body .wpfd-foldertree-default > .jaofiletree li {
	font-size:14px;
}
.magazine-headline {
	display:block;
	color:#666;
	margin-botttom:5px;
	font-size:20px;
}
.magazine-realese {
	font-weight: 300;
	margin-bottom:5px;
	display: block;
}

.magazine p {
	background: #eaeaea;
	padding:5px;
}
.upw-posts .entry-title {
	word-break:break-word;
}
.with_foldertree .wpfdcategory {
	display:none!important;
}
.wpcf7-radio > span {
	margin-bottom:5px;
	display: block;
}
.wpcf7-radio > span input {
	margin-right:5px;
}
span.wpcf7-list-item {
	display: block;
}
.goto-link {
	font-size:13px;
}
#pagination {
	margin-top:15px;
	text-align: center;
}
#pagination a,
#pagination .current,
#pagination .dots {
	font-size: 16px;
	padding:0px 10px;
	color:#a8a8a8;
	display:inline-block;
	width:32px;
	height:32px;
	line-height:32px;
	box-sizing:border-box;
}
#pagination .current {
	color:#FFF;
	background:#003672;
}
#pagination .next,
#pagination .prev {
	width:auto;
}
body.page-template-searchpage .wpfd-loading {
	display:none;
}
.supplier-profession {
	background:#16284a;
	color:#FFF;
	cursor:auto!important;
	height:23px!important;
	font-size:16px!important;
	margin-bottom:3px!important;
	margin-right:3px;
	display: inline-block;
}
.supplier-profession:hover {
	color:#FFF!important;
}
.widget_randomizer_widget {
	margin-bottom:15px;
}
.simple_random_posts a {
	cursor:default;
}
.flex {
	display: flex;
}