﻿
/* ------- COMMON ------- */

html,
form,
body {
	height: 100%;
	line-height: 1.25;
	font-family: 'bliss-light';
	font-size: 16px;
	color: #333;
	margin: 0 !important;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: 'bliss-light';
	src: url('../fonts/bliss_light.eot');
	src: url('../fonts/bliss_light.eot?#iefix') format('embedded-opentype'), url('../fonts/bliss_light.woff') format('woff'), url('../fonts/bliss_light.ttf') format('truetype'), url('../fonts/bliss_light.svg#kontrapunktbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bliss-bold';
	src: url('../fonts/bliss_bold.eot');
	src: url('../fonts/bliss_bold.eot?#iefix') format('embedded-opentype'), url('../fonts/bliss_bold.woff') format('woff'), url('../fonts/bliss_bold.ttf') format('truetype'), url('../fonts/bliss_bold.svg#kontrapunktlight') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Template styles */

.totalwidth {
	width: 1170px;
}

.leftmargin {
	float: left;
	width: 15px;
}

.rightmargin {
	float: right;
	width: 15px;
}

.midcontent {
	margin: 0 auto !important;
	width: 1140px;
}

.leftpad {
	margin-left: 15px;
}

.rightpad {
	margin-right: 15px;
}

.leftmargin img, .rightmargin img, .midcontent img, .paragraph img, .paragraph_editmode img, .paragraph_editmode_highlighted img, .paragraph_heading img, .paragraph_heading_editmode img, .paragraph_heading_editmode_highlighted img, .row img {
	max-width: 100%;
}

table.totalwidth {
	margin: 0 auto;
}

table {
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 0pc;
	font-weight: normal;
	font-size: 24px;
	color: #005d81;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
	padding: 0px;
	vertical-align: middle;
	border-top: 1px solid #ddd;
}

.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 10px 0 10px 0;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table2 {
	width: 1130px !important;
}

	.table2 > thead > tr > th {
		vertical-align: bottom;
		border-bottom: 0pc;
		font-weight: normal;
		font-size: 18px;
		color: #005d81;
	}

	.table2 > thead > tr > th, .table2 > tbody > tr > th, .table2 > tfoot > tr > th {
		padding: 0 0 10px 0;
		vertical-align: top;
		text-align: center;
	}

		.table2 > thead > tr > th:first-child {
			text-align: left;
		}

	.table2 > thead > tr > td, .table2 > tbody > tr > td, .table2 > tfoot > tr > td {
		padding: 10px 0 10px 0;
		vertical-align: top;
		border-top: 1px solid #ddd;
		text-align: center;
	}

		.table2 > tbody > tr > td:first-child {
			text-align: left;
			vertical-align: middle;
		}

		.table2 > tbody > tr > td input[type=text] {
			display: inline !important;
		}

table.footable-details > tbody > tr > th:nth-child(1) {
	width: 165px;
	padding-left: 10px;
	font-family: 'bliss-bold';
}

table > tbody > tr > td > span.footable-toggle {
	opacity: 1;
}

.footable td {
	cursor: pointer;
}

.footable tbody tr:not(.footable-detail-row):hover {
	background-color: #f0f5fa;
}

.footable-detail-row tbody tr:hover {
	background-color: #ffffff !important;
}

.footable tr[data-expanded="true"] {
	background-color: #f0f5fa;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
	padding-bottom: 10px;
}

td {
	padding: 0px;
}

.fooicon {
	font-family: FontAwesome !important;
}

.fooicon-plus::before {
	content: "";
	color: #004964 !important;
	padding-left: 10px;
}

.fooicon-minus::before {
	content: "";
	color: #004964 !important;
	padding-left: 10px;
}

image {
	border: 0px;
	vertical-align: middle;
}

p {
	margin: 0px;
}

hr {
	border: none;
	height: 1px;
	background-color: #d5d5d5;
}

ul {
	padding-left: 20px;
}

b, strong {
	font-family: 'bliss-bold' !important;
}

.no-scrolling {
	position: relative;
	overflow: visible;
}

.noborder {
	border: 0 !important;
}

body a {
	-webkit-transition: color 0.3s linear, background-color 0.3s linear;
	-moz-transition: color 0.3s linear, background-color 0.3s linear;
	-o-transition: color 0.3s linear, background-color 0.3s linear;
	transition: color 0.3s linear, background-color 0.3s linear;
}

a, a:visited, a:active {
	font-weight: normal;
	color: #a5122a;
	text-decoration: none;
}

	a:hover {
		color: #a5122a;
		text-decoration: underline;
	}

a.blue-link, a.blue-link:visited, a.blue-link:active {
	font-weight: normal;
	color: #005d81;
	text-decoration: none;
}

	a.blue-link:hover {
		color: #005d81;
		text-decoration: underline;
	}

.arrow-link.arrow-link-left::before {
	font-family: 'FontAwesome';
	content: "";
	color: #a5122a;
	padding: 0 7px 0 0;
}

.arrow-link.arrow-link-left:hover {
	text-decoration: none;
}

/* Story telling - start */

.story-telling-arrow:before {
   font-family: FontAwesome;
   content: '';
}

.story-telling {
   position: absolute;
   right: 0;
   z-index: 100;
   font-family: 'bliss-light';
   color: #ffffff;
   background-color: #005d81;
   width: 420px;
}

#story-telling-tagline {
   top: 240px;
   font-size: 45px;
   text-transform: uppercase;
   padding: 30px 30px 20px 30px;
}

#story-telling-caption {
   display: none;
   top: 430px;
   padding: 20px 30px 20px 30px;
   z-index: 100;
}

   #story-telling-caption span {
      text-transform: uppercase;
   }

#story-telling-arrow {
   font-size: 50px;
   cursor: pointer;
   width: 31px;
   color: #ffffff;
   line-height: 1px;
   -moz-transition: transform 1s;
   -webkit-transition: transform 1s;
   transition: transform 1s;
   margin: 15px 0 8px 0;
}

/* Story telling - end */

.fancy-title {
	position: relative;
	margin-bottom: 20px;
}

	.fancy-title h1,
	.fancy-title h2,
	.fancy-title h3,
	.fancy-title h4,
	.fancy-title h5,
	.fancy-title h6 {
		position: relative;
		display: inline-block;
		background-color: #FFF;
		padding-right: 15px;
		margin-bottom: 0;
	}

	.fancy-title h4,
	.fancy-title h5,
	.fancy-title h6 {
		padding-right: 10px;
	}

	.fancy-title.title-double-border:before,
	.fancy-title.title-border:before,
	.fancy-title.title-border-color:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 0;
		border-top: 3px double #E5E5E5;
		left: auto;
		top: 46%;
		right: 0;
	}

	.fancy-title.title-border:before {
		top: 49%;
		border-top: 1px solid #EEE;
	}

	.fancy-title.title-border-color:before {
		top: 49%;
		border-top: 1px solid #189ade;
		opacity: 0.6;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #004964;
	margin: 0 0 20px 0;
	line-height: 1.2;
}

h5,
h6 {
	margin-bottom: 20px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

h4 {
	font-weight: 600;
}

.pointer {
	cursor: pointer;
}

section {
	transition: color .2s;
}

.date, .date:visited, .date:active {
	color: #005c81;
}

.webcam-image {
	border: 0;
	width: 100%;
	height: auto;
}

#route-map {
	width: 100%;
	height: 1000px;
}

.route-map-route {
	font-size: 16px;
}

	.route-map-route hr {
		margin: 10px 0 10px 0;
	}

.route-map-city {
	margin-bottom: 10px;
}

	.route-map-city i {
		font-size: 24px;
		color: #004964;
		font-family: 'bliss-bold';
		font-style: normal;
	}

	.route-map-city p {
		margin: 0;
		font-size: 16px;
		font-family: 'bliss-bold';
	}

.route-map-logo {
	margin: 0 10px 2px 0;
}

.inline {
	display: inline !important;
}

.inline-block {
	display: inline-block !important;
}

#afmeldnyhedsbreve {
   text-align:left !important;
}

/* Header - start */

#header-content .container {
	width: 1430px;
}

header {
	position: absolute;
	width: 100%;
	height: 140px;
	z-index: 199;
	margin: 0 auto;
	background: rgba(240, 245, 250, .9);
	text-align: center;
}

#header-content {
	position: relative;
	z-index: 1000;
}

.logo {
	background: url(../design/logo.svg) no-repeat;
	background-size: 288px 94px;
	width: 288px;
	height: 94px;
	margin-top: 20px;
}

#header-top {
	display: block;
	padding-top: 20px;
	text-align: right;
}

	#header-top div:not(:first-child) {
		margin-left: 30px;
	}

.header-top-item {
	display: inline-block;
	color: #004964;
}

	.header-top-item .fa {
		font-size: 22px;
		padding-left: 7px;
		color: #004964;
	}

	.header-top-item:hover, .header-top-item:hover .fa {
		color: #a5122a;
	}

	.header-top-item a, .header-top-item a:active, .header-top-item a:visited {
		color: #004964;
		text-decoration: none;
		font-size: 16px;
	}

		.header-top-item a:hover {
			color: #a5122a;
		}

#header-top-mobile {
	display: none;
	padding-top: 20px;
	float: left;
}

#header-top-tablet {
	display: none;
	padding-top: 20px;
	margin-right: 10px;
	float: left;
}

/* Header - end */

#main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -270px;
}

#content {
	margin-top: 30px;
}

#push {
	height: 270px;
}

canvas {
	padding: 0;
	margin: auto;
	margin-bottom: 15px;
}

/* Footer - start */

footer {
	min-height: 270px;
	background-color: #005d82;
	padding: 30px 0 0 0;
	bottom: 0;
}

	footer a, footer a:visited, footer a:active, footer a:hover {
		color: #ffffff !important;
	}

	footer div {
		color: #ffffff !important;
		font-size: 14px;
		line-height: 20px;
	}

	footer .header {
		font-family: 'bliss-bold';
		font-size: 16px;
		display: block;
		text-transform: uppercase;
	}

	footer .col-2 {
		padding-top: 41px;
	}

	footer .social {
		font-size: 24px;
		margin-right: 15px;
	}

/* Footer - end */

/* Links - start */

.link-icon {
	position: relative;
	padding-left: 22px;
	line-height: 25px;
}

	.link-icon:before {
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		position: absolute;
		left: 0;
		text-decoration: underline;
		display: inline-block;
	}

	.link-icon:before,
	.link-icon:hover:before {
		text-decoration: none;
	}

.pdf:before {
	content: "\f1c1";
}

.link:before {
	content: "\f08e";
}

.audio:before {
	content: "\f1c7";
}

.arrow-right:before {
	content: "\f18e";
}

.arrow-left:before {
	content: "\f190";
}

.read-more {
	content: "\f18e";
}

/* Links - end */

#abox-container {
	display: none;
	position: absolute;
	z-index: 200;
	width: 100%;
	margin: 0 auto;
	top: 141px;
}

	#abox-container img {
		max-width: 100%;
	}

.bg-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.pic-hover {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 180px;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 30px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt-100 {
	margin-top: -100px;
}

.mr0 {
	margin-right: 0px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.fs-16 {
	font-size: 16px !important;
}

.bold {
	font-family: 'bliss-bold';
	font-style: normal;
}

.center-xy {
	position: absolute;
	z-index: 5;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -30px;
	width: 100%;
	height: 100%;
}

	.center-xy i.btn-action:hover {
		background: rgba(165,18,42,.8);
	}

	.center-xy i.btn-action {
		padding-left: 20px;
	}

.pic-hover:hover i.btn-action-hide {
	opacity: 1;
}

.center-xy i.btn-action {
	font-size: 24px;
	/*border: solid 2px rgba(0,93,129,.3);*/
	background: rgba(165,18,42,.8);
	padding: 18px;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	text-align: center;
	color: #fff;
}

i.btn-action-hide {
	opacity: 0;
}

.pic-hover .bg-overlay,
.pic-hover:hover > .bg-overlay,
.pic-hover.hover-scale img, i.btn-action-hide {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	outline: none;
}

.pic-hover:hover .bg-overlay {
	background: rgba(0,0,0,.4);
}

.pic-hover:hover i.btn-action-hide {
	opacity: 1;
}

.pic-hover img {
   /*max-width: none !important;*/
   width: 100%;
   height:auto;
   display:block;
}

/*.pic-hover.hover-scale:hover img {
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}*/

/* News list - start */

#news-list {
	z-index: 100;
	position: relative;
	background-color: #f0f5fa;
	padding-bottom: 50px;
	margin-bottom: 30px;
}

	#news-list button {
		background: none !important;
		color: #a5122a;
		border: 2px solid #a5122a;
	}

		#news-list button:hover {
			background: #a5122a !important;
			color: #ffffff;
		}

.news-list-date {
	font-size: 18px;
	color: #89929b;
	text-decoration: none;
	margin: 0 0 25px 0;
	display: block;
}

.news-list-headline {
	min-height: 100px;
}

	.news-list-headline h3 {
		margin-bottom: 0px !important;
	}

.news-list-text {
	height: 150px;
	position: relative;
	overflow: hidden;
}

.news-list-content {
	margin-bottom: 30px;
}

.frontpage-news-list {
	padding-bottom: 40px;
}

.gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 30px 0;
}

.light-blue {
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), #f0f5fa);
}

.white {
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
}

/* News list - end */

/* Employees - start */

@media (max-width : 767px) {
	.employee.employee-list .employee-image {
		float: none !important;
		width: 100% !important;
		margin-right: 0 !important;
	}
}

/*.employee {
	min-height: 300px;
}*/

.employee,
.employee-image {
	position: relative;
}

	.employee-image > a,
	.employee-image img {
		display: block;
		width: 100%;
	}

.employee-desc {
	text-align: center;
}

	.employee-desc.employee-desc-bg {
		background-color: #FFF;
		padding: 10px 0 30px;
	}

.employee .si-share {
	margin-top: 30px;
	text-align: left;
}

	.employee .si-share .social-icon {
		font-size: 14px;
		width: 34px;
	}

.employee-title {
	position: relative;
	padding-top: 20px;
}

	.employee-title h4 {
		display: block;
		margin-bottom: 0;
		font-size: 22px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 700;
	}

	.employee-title span {
		display: block;
		font-family: 'bliss-bold';
		font-weight: 400;
		/*font-style: italic;*/
		margin-top: 5px;
	}

.employee-content {
	margin-top: 15px;
}

	.employee-content span {
		display: block;
		margin-top: 15px;
		-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;
		-webkit-hyphens: none;
		-moz-hyphens: none;
		hyphens: none;
	}

	.employee-content p:last-child {
		margin-bottom: 0;
	}

.employee-overlay,
.employee-overlay:before {
	opacity: 0;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

body:not(.device-touch) .employee-overlay {
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.employee-overlay:before {
	content: '';
	z-index: auto;
	background-color: #FFF;
	opacity: 0.75;
}

.employeeoverlay .social-icon {
	float: none;
	position: relative;
	z-index: 3;
	margin: 0 3px !important;
	display: inline-block;
}

.employee:hover .employee-overlay {
	opacity: 1;
}

.employee.center .employee-title:after {
	left: 50%;
	margin-left: -40px;
}

.employee.employee-list .employee-image {
	float: left;
	width: 200px;
	margin-right: 30px;
}

.employee.employee-list .employee-desc {
	position: relative;
	overflow: hidden;
	text-align: left;
}

.employee.employee-list .employee-title {
	padding-top: 0;
}

.employee .employee-desc > .social-icon {
	margin-top: 20px;
}

.employee .employee-content ~ .social-icon {
	margin-top: 30px;
}

.employee:not(.employee-list) .social-icon {
	display: inline-block;
	float: none;
	margin-left: 6px;
	margin-right: 6px;
}

/* Employees - end */

/* Widgets - start */

.widget {
	width: 100%;
	padding: 25px 0 25px 0;
}

	.widget.grey {
		background-color: #eceef0;
	}

	.widget.white {
		background-color: #ffffff;
	}

	.widget .col-xs-6, .widget .col-md-3 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

.widget-heading {
	font-family: 'bliss-bold';
	text-transform: uppercase;
}

/* Widgets - end */

/* Weather data - start */

.chart-container {
   display: none;
   position: fixed;
   top: 200px;
   left: 50%;
   margin-left: -400px;
   width: 800px;
   z-index: 1001;
   background-color: #fff;
   padding: 25px;
   box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.15);
}

#pageOverlay {
   display: none;
   width: 100%;
   height: 100%;
   position: fixed; /* Stay in place */
   z-index: 1000; /* Sit on top */
   left: 0;
   top: 0;
   background-color: rgb(45,60,72); /* Black fallback color */
   background-color: rgba(45,60,72, 0.5); /* Black w/opacity */
   overflow-x: hidden; /* Disable horizontal scroll */
   transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.weather-data-heading-graph {
   text-align: center;
   font-size: 24px;
   margin-bottom: 20px;
   color: #005d81;
}

.weather-data-heading {
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
	color: #005d81;
}

.weather-data-item {
	width: 100%;
	height: 200px;
	margin-bottom: 25px;
	position: relative;
}

	.weather-data-item.sphere {
		background: url(../design/icon_sphere.svg) no-repeat;
		background-size: 200px 200px;
		background-position: center;
	}

	.weather-data-item .arrow {
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		transition: transform 0.5s ease-in-out;
		z-index: 1;
	}

		.weather-data-item .arrow:after {
			content: "";
			width: 37px;
			height: 42px;
			background: url(../design/icon_arrow_wind.svg) no-repeat;
			background-size: 37px 42px;
			position: absolute;
			top: -15px;
			left: 50%;
			margin-left: -15px;
		}

	.weather-data-item .arrow-white {
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		transition: transform 0.5s ease-in-out;
		z-index: 1;
	}

		.weather-data-item .arrow-white:after {
			content: "";
			width: 37px;
			height: 42px;
			background: url(../design/icon_arrow_wind_white.svg) no-repeat;
			background-size: 37px 42px;
			position: absolute;
			top: -15px;
			left: 50%;
			margin-left: -15px;
		}

.weather-data-item-text {
	text-align: center;
	top: 55px;
	position: absolute;
	width: 100%;
	left: 0;
	font-size: 50px;
	color: #005c81;
	font-family: 'bliss-bold';
}

	.weather-data-item-text div {
		margin: 0;
		padding: 0;
		line-height: 0;
	}

	.weather-data-item-text .caption {
		display: inline-block;
		font-size: 22px;
		color: #89929b;
	}

	.weather-data-item-text .tendency {
		width: 25px;
		height: 18px;
		background: url(../design/icon_tendency.svg) no-repeat;
		background-size: 15px 18px;
		background-position: center;
		display: inline-block;
		transition: transform 0.5s ease-in-out;
	}

#weatherDataList_noStats {
	margin: 20px 0 20px 0;
}

/* Weather data - end */

/* Facts charts - start */

.facts-charts-header {
	font-size: 24px;
	color: #005d81;
}

.facts-charts-subheader {
	margin-bottom: 20px;
	color: #005d81;
}

/* Facts charts - end */

/* List - start */

.list-header {
	background-color: #005d82;
	padding: 10px 15px;
	color: #fff;
	font-family: bliss-bold;
}

.list .list-group-dividered > li {
	border-right: 0px !important;
	border-left: 0px !important;
	border: 1px solid #ddd;
}

.list .list-group-full > li {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background: #fff;
	border-color: transparent;
}

.list .list-group-full > div {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background: #fff;
	border-color: transparent;
}

.list .list-group-item {
	background: #fff;
}

.list-group-item {
	border-right: 0px !important;
	border-left: 0px !important;
	border: 1px solid #ddd;
	color: #333;
}

a.list-group-item:hover, a.list-group-item:focus {
	color: #333;
	background-color: #eceef0;
}

a.list-group-item:active, a.list-group-item:visited {
	color: #555;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	color: #333;
	background-color: #eceef0;
	border: 0 !important;
}


/* List - end */

/* Labels - start */

.label {
	display: inline-block;
	padding: 10px 10px;
	border: 1px solid #777;
	border-radius: 0;
	font-weight: normal;
	color: #666 !important;
	margin: 15px 5px 0 0;
	font-size: 16px;
}

	.label:hover {
		border-color: #005d82;
		color: #005d82 !important;
	}

/* Labels - end */

/* Icons - start */

[class^='icon-'], [class*=' icon-'] {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	min-width: 1em;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-menu1::before {
	content: "";
}

/* Icons - end */

/* Foldable paragraphs - start */

#foldpars-settings {
	display: none;
	background-color: #f7d891;
	padding: 5px 15px 5px 15px;
	margin-top: 25px;
}

.foldBar {
	padding: 15px 0 15px 0;
	cursor: pointer;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.foldBar_p {
	background: url(../design/icon_arrow_right.svg) no-repeat 98% 65%;
	background-size: 12px 12px;
	border-bottom: solid 1px #d0d0d0;
	font-size: 24px;
	font-family: 'bliss-bold';
	color: #005d82;
}

.foldBar_m {
	background: url(../design/icon_arrow_down.svg) no-repeat 98% 65%;
	background-size: 12px 12px;
	border-bottom: solid 1px #d0d0d0;
	font-size: 24px;
	font-family: 'bliss-bold';
	color: #005d82;
}

.foldBar img {
	vertical-align: middle;
}

.foldContent {
	margin-top: 25px;
}

/* Foldable paragraphs - end */

/* Quick-links - start */

.quick-links ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

	.quick-links ul li {
		display: inline-block;
		list-style-image: none;
		margin-top: 15px;
		margin-bottom: 10px;
	}

		.quick-links ul li a {
			padding: 7px 10px;
			border: 1px solid #777;
			border-radius: 0;
			font-weight: normal;
			color: #666 !important;
			margin: 15px 5px 0 0;
			cursor: pointer;
		}

			.quick-links ul li a:hover {
				text-decoration: none;
				border-color: #005d82;
				background-color: #005d82;
				color: #ffffff !important;
			}

/* Quick-links - end */

/* Calendar - start */

.datepicker {
	border-left: none !important;
	margin-right: 15px;
}

.basictimepicker {
	border-left: none !important;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active.focus, .datepicker table tr td.active.disabled.active:focus, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled.focus:active, .datepicker table tr td.active.disabled:focus:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled.active.focus:hover, .datepicker table tr td.active.disabled.active:hover:focus, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled.focus:hover:active, .datepicker table tr td.active.disabled:hover:focus:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.focus:active, .datepicker table tr td.active:focus:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.active.focus:hover, .datepicker table tr td.active.active:hover:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.focus:hover:active, .datepicker table tr td.active:hover:focus:active, .datepicker table tr td.active:hover:active, .open > .dropdown-toggle.datepicker table tr td.active.disabled.focus, .open > .dropdown-toggle.datepicker table tr td.active.disabled:focus, .open > .dropdown-toggle.datepicker table tr td.active.disabled:hover, .open > .dropdown-toggle.datepicker table tr td.active.disabled.focus:hover, .open > .dropdown-toggle.datepicker table tr td.active.disabled:hover:focus, .open > .dropdown-toggle.datepicker table tr td.active.disabled:hover, .open > .dropdown-toggle.datepicker table tr td.active.focus, .open > .dropdown-toggle.datepicker table tr td.active:focus, .open > .dropdown-toggle.datepicker table tr td.active:hover, .open > .dropdown-toggle.datepicker table tr td.active.focus:hover, .open > .dropdown-toggle.datepicker table tr td.active:hover:focus, .open > .dropdown-toggle.datepicker table tr td.active:hover {
	color: #fff;
	background-color: #005d82 !important;
	border-color: #005d82 !important;
}

	.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active.focus, .datepicker table tr td.active.disabled.active:focus, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled.focus:active, .datepicker table tr td.active.disabled:focus:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled.active.focus:hover, .datepicker table tr td.active.disabled.active:hover:focus, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled.focus:hover:active, .datepicker table tr td.active.disabled:hover:focus:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.focus:active, .datepicker table tr td.active:focus:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.active.focus:hover, .datepicker table tr td.active.active:hover:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.focus:hover:active, .datepicker table tr td.active:hover:focus:active, .datepicker table tr td.active:hover:active, .open > .dropdown-toggle.datepicker table tr td.active.disabled.focus, .open > .dropdown-toggle.datepicker table tr td.active.disabled:focus, .open > .dropdown-toggle.datepicker table tr td.active.disabled:hover, .open > .dropdown-toggle.datepicker table tr td.active.disabled.focus:hover, .open > .dropdown-toggle.datepicker table tr td.active.disabled:hover:focus, .open > .dropdown-toggle.datepicker table tr td.active.disabled:hover, .open > .dropdown-toggle.datepicker table tr td.active.focus, .open > .dropdown-toggle.datepicker table tr td.active:focus, .open > .dropdown-toggle.datepicker table tr td.active:hover, .open > .dropdown-toggle.datepicker table tr td.active.focus:hover, .open > .dropdown-toggle.datepicker table tr td.active:hover:focus, .open > .dropdown-toggle.datepicker table tr td.active:hover {
		color: #fff;
		background-color: #005d82 !important;
		border-color: #005d82 !important;
	}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active:hover:active, .open > .dropdown-toggle.datepicker table tr td.active, .open > .dropdown-toggle.datepicker table tr td.active.disabled, .open > .dropdown-toggle.datepicker table tr td.active.disabled:hover, .open > .dropdown-toggle.datepicker table tr td.active:hover {
	color: #fff;
	background-color: #005d82;
	border-color: #005d82;
}


.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
	color: #fff;
	background-color: rgba(165,18,42,1) !important;
	border-color: rgba(165,18,42,1) !important;
}

	.datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover {
		color: #fff;
		background-color: rgba(165,18,42,1) !important;
		border-color: rgba(165,18,42,1) !important;
	}


/* Calendar - end */

.scroll-div {
	width: 100%;
	overflow: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

.paragraphSearchForm {
	margin-bottom: 20px;
}

.searchresults_hr {
	background-color: #fff;
	height: 15px;
}

.soegeresultater, .soegeresultater:visited {
	text-decoration: none;
}

	.soegeresultater:hover {
		text-decoration: underline;
	}

.soegeresultaterNiveau0 {
	color: #888888;
}

.soegeresultaterNyGruppe {
	color: #004964;
}

.searchfield {
	width: 90px;
}

.searchresults_textfield {
}

.searchresults_button {
}

.searchresults_found {
	font-family: 'bliss-bold';
	color: #004964;
}

.readmore {
	position: relative;
	padding-left: 22px;
}

	.readmore:before {
		content: "\f18e";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		position: absolute;
		left: 0;
		text-decoration: underline;
		display: inline-block;
	}

	.readmore:before,
	.readmore:hover:before {
		text-decoration: none;
	}

div.navibar {
	color: #999999;
	font-weight: normal;
}

a.navibar, a.navibar:visited {
	color: #999999;
	font-weight: normal;
}

	a.navibar:hover, a.navibar:active {
		color: #999999;
		font-weight: normal;
	}

.postheadline, .postheadline:active, .postheadline:visited {
	font-family: "bliss-bold";
	font-size: 24px !important;
	text-decoration: none;
	color: #005d81;
}

	.postheadline:hover {
		text-decoration: underline;
		color: #a5122a;
	}

.postheadline_editmode {
	font-family: "bliss-bold";
	font-size: 24px !important;
	text-decoration: none;
	color: #005d81;
	background-color: rgba(0,0,0,0.1);
}

.postheadline_editmode_highlighted {
	font-family: "bliss-bold";
	font-size: 24px !important;
	text-decoration: none;
	color: #005d81;
	background-color: rgba(0,0,0,0.2);
}

.postlist {
	text-decoration: none;
}

.postlist_date {
	font-size: 18px;
	color: #89929b;
	text-decoration: none;
	margin: 0 0 25px 0;
	display: block;
}

.postlist_content {
	color: #005d81;
}

.postlist_readmore {
	position: relative;
	padding-left: 22px;
}

	.postlist_readmore:before {
		content: "\f18e";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		position: absolute;
		left: 0;
		text-decoration: underline;
		display: inline-block;
	}

	.postlist_readmore:before,
	.postlist_readmore:hover:before {
		text-decoration: none;
	}

.postlist_link, .postlist_link:active, .postlist_link:visited {
	font-family: 'bliss-bold';
	font-size: 24px !important;
	text-decoration: none;
	color: #005d81;
}

	.postlist_link:hover {
		font-family: 'bliss-bold';
		font-size: 24px !important;
		text-decoration: none;
		color: #a5122a;
	}

.postlist_textarea {
	width: 95%;
}

.post_back_text {
	display: inline-block;
	position: relative;
	padding-left: 22px;
	margin-bottom: 15px;
}

	.post_back_text:before {
		content: "\f190";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		position: absolute;
		left: 0;
		text-decoration: underline;
		display: inline-block;
	}

	.post_back_text:before,
	.post_back_text:hover:before {
		text-decoration: none;
	}

.post_date_text {
}

.post_source_text {
}

.paragraph_editmode {
	background-color: rgba(0,0,0,0.1);
}

.paragraph_editmode_highlighted {
	background-color: rgba(0,0,0,0.2);
}

.paragraph_heading {
	/*font-size: 45px;*/
	color: #004964;
	font-family: 'bliss-bold';
	line-height: 1.2 !important;
}

.paragraph_heading_editmode {
	/*font-size: 45px;*/
	color: #004964;
	font-family: 'bliss-bold';
	background-color: rgba(0,0,0,0.1);
}

.paragraph_heading_editmode_highlighted {
	/*font-size: 45px;*/
	color: #004964;
	font-family: 'bliss-bold';
	background-color: rgba(0,0,0,0.2);
}

.abox, .bbox, .cbox, .dbox, .ebox, .lbox, .tbox, .rbox {
	color: #000000;
}

.abox_editmode, .bbox_editmode, .cbox_editmode, .dbox_editmode, .ebox_editmode, .lbox_editmode, .tbox_editmode, .rbox_editmode {
	color: #000000;
	background-color: rgba(0,0,0,0.1);
}

.abox_editmode_highlighted, .bbox_editmode_highlighted, .cbox_editmode_highlighted, .dbox_editmode_highlighted, .ebox_editmode_highlighted, .lbox_editmode_highlighted, .tbox_editmode_highlighted, .rbox_editmode_highlighted {
	color: #000000;
	background-color: rgba(0,0,0,0.2);
}

.abox_editmode, .abox_editmode_highlighted {
	padding: 5px 15px 5px 15px;
	background-color: #f7d891;
}

	.abox_editmode::after, .abox_editmode_highlighted::after {
		content: 'Indtast mappe- eller billednavn';
		display: block;
		float: right;
	}

.tilmeldnews {
	color: #000000;
}

.logoutlink {
}

.imagetext {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-align: right;
}

.formErrorText {
	color: Red;
	font-weight: bold;
}

.calendarDiv {
	border: 1px solid #ECE9D8;
}

.RotAlignDiv {
	text-align: left;
}

.graphicalElementTop {
	vertical-align: top;
}

.mediaParText {
	padding-left: 10px;
}

.tableDiv {
	overflow-x: auto;
}

.imgPoweredBy {
	width: 84px;
	height: 17px;
}

/* bsrp settings */

section.bsrp-mt30 {
	margin-top: 30px;
}

section.bsrp-mb20 {
	margin-bottom: 20px;
}

section.bsrp-mb30 {
	margin-bottom: 30px;
}

section.bsrp-padding {
	padding: 25px 0 50px 0;
}

section.bsrp-parallax {
	background-position-x: 50%;
	background-size: cover;
	background-attachment: fixed;
}

section.bsrp-fill-width .container {
	width: 100%;
}

	section.bsrp-fill-width .container .col-sm-12 {
		padding-left: 0px;
		padding-right: 0px;
	}

section.bsrp-grey-bottom-border {
	border-bottom: 1px solid #d5d5d5;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* --- Cookie layers --- */
#cookiePolicyDiv {
	position: fixed;
	width: 100%;
	bottom: 0px;
	line-height: 16px;
	background-color: rgba(0,0,0,0.8) !important;
	background-color: #000000;
	z-index: 50;
	padding: 10px 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cookieCenterDiv {
	width: 80%;
	max-width: 800px;
	min-width: 300px;
	margin: 0px auto;
	text-align: left;
}

.cookieText {
	float: left;
	color: #ffffff;
	width: 80%;
	max-width: 600px;
}

.cookieCloseIcon {
	float: right;
	cursor: pointer;
	margin-top: -10px;
}

.cookieCloseBtn {
	float: right;
	width: 15%;
	max-width: 100px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #aa1a3c;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
