﻿/* Uncomment for medium size layout */
/*
@media (min-width: 1200px) {
    .container {
        width: 960px;
    }
}
*/
/* STANDARD CSS */
img {
	max-width: 100%;
	height: auto;
}

.logo {
	margin-top: 15px;
}

/* TYPOGRAHPY */
body {
	font-size: 13px;
	color: #242424;
	font-family: "Roboto", sans-serif;
	background-image: url(/images/concrete_seamless.jpg);
}

h1, h2, h3, h4, h5 {
	font-family: "Eczar", sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: bold;
	color: #242424;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

a {
	color: #326482;
}

a:hover {
	color: #24485d;
	text-decoration: none;
}

hr {
	border-color: #ddd;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* SLIDER */
#slider .slide-holder img {
	width: 100%;
}

#slider .slide-holder {
	width: 100%;
}

/* GALLERY */
.gallery-holder .gallery-overlay, .gallery-holder .gallery-overlay:before {
	-moz-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	-webkit-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.custom-thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.gallery-holder {
	position: relative;
}

.gallery-holder .gallery-overlay {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	filter: alpha(opacity=0);
}

.gallery-holder .gallery-overlay:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 100px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	background-color: #333;
	background-image: url(/images/expand.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.gallery-holder:hover .gallery-overlay {
	opacity: 100;
	filter: alpha(opacity=100);
}

.gallery-folder .gallery-holder .gallery-overlay:before {
	background-image: url(/images/folder.png);
}

/* FB */
.fb-thumb {
	width: 100%;
	padding: 40% 0;
	background-size: cover;
	background-position: center center;
}

.fb-pager {
	text-align: center;
}

.fb-pager span {
	color: #ccc;
}

.fb-pager a span {
	color: #000;
}

.fb-pager .number-holder {
	display: inline-block;
	text-align: center;
	min-width: 60px;
}

/* MAP */
#map {
	height: 350px;
}

#map img {
	max-width: none;
}

/* RESPONSIVE OPT OUT */
.site-options {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	right: 0;
	text-transform: uppercase;
	background-color: #333;
	padding: 5px 0;
	padding-bottom: 8px;
	font-size: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.site-options, .site-options a {
	color: #fff;
}

.site-options .redirct-knap {
	display: inline-block;
	float: left;
	border: none;
	background: none;
	text-transform: uppercase;
	font-size: 10px;
}

.site-options .redirct-knap:before, .site-options .top:after {
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 13px;
	margin-right: 8px;
}

.site-options .desk {
	margin-right: 15px;
}

.site-options .desk:before {
	content: "\f108";
}

.site-options .mob:before {
	content: "\f10b";
}

.site-options .top {
	display: inline-block;
	float: right;
}

.site-options .top:after {
	content: "\f102";
	margin-left: 8px;
	margin-right: 0;
}

/* CONTACT FORM */
.form-render .form-control {
	border-color: #ddd;
	border-radius: 0;
	box-shadow: none !important;
}

.form-render .form-control:focus {
	border-color: #326482;
}

.form-render .knap {
	background-color: #326482;
	padding: 7px 15px;
	display: inline-block;
	border: none;
	color: #fff;
	border-radius: 0;
}

.form-render .knap:hover {
	background-color: #24485d;
}

.form-render label {
	display: none;
}

/* CUSTOM CSS */
header .topheader {
	text-align: right;
	padding: 16px 0;
	padding-right: 6vh;
	background-color: #fff;
}

header .topheader ul {
	margin-bottom: 0;
}

header .topheader li {
	display: inline-block;
	list-style: none;
	padding: 0 20px;
	border-right: 2px solid #9f9f9f;
	line-height: 13px;
	font-size: 12px;
}

header .topheader li:last-child {
	border-right: none;
}

header .topheader a {
	color: #000;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

header .topheader a:hover {
	color: #232323;
}

header .topheader img {
	height: 13px;
	margin-bottom: 3px;
}

header .subheader {
	background-color: #000;
}

header .subheader .logo {
	position: absolute;
	z-index: 51;
	top: -34px;
	margin-left: 10vh;
}

.sliderforside {
	height: 78vh;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.sliderforside .bx-pager {
	display: none;
}

.videosliderforside {
	height: 350px;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.videosliderforside .bx-pager {
	bottom: -30px !important;
	text-align: left;
	width: 25% !important;
}

.videosliderforside .bx-pager.bx-default-pager a {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	margin: 0 3px;
}

.relative {
	position: relative;
}

.boksforside {
	width: 100%;
	z-index: 99;
	height: 360px;
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px #756c6c;
}

.videoogkort {
	height: 200px;
}

/*Video Galleri*/
.noPad {
	padding: 0;
}

.box {
	position: relative;
	width: 100%;
	height: 350px;
	background-color: #333;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 60px;
	z-index: 1;
}

.overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: transparent;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.overlay.o10 {
	background: rgba(0, 0, 0, 0.1);
}

.lighter {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(255, 255, 255, 0);
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.box:hover .overlay {
	background: rgba(0, 0, 0, 0.5);
}

.box:hover .lighter {
	background: rgba(255, 255, 255, 0.2);
}

.box:hover .playIkon .titel {
	opacity: 1;
	margin-top: 0px;
}

.box:hover .playIkon img {
	margin-bottom: 20px;
}

.playIkon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Eczar", sans-serif;
}

.playIkon .titel {
	opacity: 0;
	margin-top: -30px;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.playIkon img {
	margin-bottom: 0px;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.sortbarforside {
	background-color: #0d0d0d;
	color: #fff;
	padding: 70px 0;
	text-align: center;
	font-size: 15px;
}

.sortbarforside h3 {
	font-size: 25px;
	margin-top: 10px;
	color: #fff;
}

.control-holder-left {
	position: absolute;
	z-index: 999;
	right: 18px;
	bottom: -17px;
}

.control-holder-left .fa-angle-left {
	font-size: 23px;
	color: #000;
	font-weight: bold;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.control-holder-left .fa-angle-left:hover {
	color: #555;
}

.control-holder-right {
	position: absolute;
	z-index: 999;
	right: 0px;
	bottom: -17px;
}

.control-holder-right .fa-angle-right {
	font-size: 23px;
	color: #000;
	font-weight: bold;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.control-holder-right .fa-angle-right:hover {
	color: #555;
}

.nyhederwrapper {
	padding: 100px 0 75px;
}

.nyhederwrapper .row {
	margin-left: 0;
	margin-right: 0;
}

.nyhederwrapper .nyhederforside {
	overflow: hidden;
}

.nyhederwrapper .nyhederforside h1 {
	text-align: center;
	font-size: 50px;
}

.nyhederwrapper .nyhederforside h1:before {
	content: "";
	background-color: #000;
	height: 3px;
	width: 33.3%;
	position: absolute;
	margin-right: 8%;
	margin-top: 26px;
	left: 0;
}

.nyhederwrapper .nyhederforside h1:after {
	content: "";
	background-color: #000;
	height: 3px;
	width: 33.3%;
	position: absolute;
	margin-left: 8%;
	margin-top: 26px;
	right: 0;
}

.nyhederwrapper .nyhederforside span {
	color: #242424;
	font-size: 16px;
}

.nyheder {
	padding-bottom: 100px;
}

.nyhedforsideboks {
	position: relative;
}

.nyhedforsideboks:hover .nyhedforsidebillede {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.nyhedforsideboks:hover .nyhedforsidebillede:after {
	border-bottom: 15px solid #326482;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.nyhedforsideboks:hover .nyhedforsidebillede:nth-child(2):after {
	border-top: 15px solid #326482;
	border-bottom: 0;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.nyhedforsideboks:hover .nyhedforsidebokstekst {
	background-color: #326482;
	color: #fff;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.nyhedforsideboks:hover .nyhedforsidebokstekst .nyhedforsideoverskrift {
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
	color: #fff;
}

.nyhedforsideboks .nyhedforsidebillede {
	position: relative;
	width: 100%;
	height: 230px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.nyhedforsideboks .nyhedforsidebokstekst {
	background-color: #fff;
	padding: 30px 40px;
	height: 190px;
	position: relative;
}

.nyhedforsideboks .nyhedforsidebokstekst .nyhedforsidedato {
	display: block;
	font-size: 14px;
}

.nyhedforsideboks .nyhedforsidebokstekst .nyhedforsideoverskrift {
	display: block;
	font-size: 24px;
	font-family: "Eczar", sans-serif;
	font-weight: bold;
	color: #242424;
	margin: 10px 0;
	line-height: 24px;
}

.nyhedforsideboks .nyhedforsidebokstekst .nyhederforsideindhold {
	font-family: "Raleway", serif;
}

.nyhedforsideboks.tall .nyhedforsidebillede {
	height: 420px;
}

.nyhedforsideboks.smaller .nyhedforsidebillede {
	height: 180px;
}

.nyhedforsideboks.big .nyhedforsidebokstekst {
	position: absolute;
	bottom: 0;
	width: 50%;
}

.nyhedforsideboks.big .nyhedforsidebillede {
	height: 560px;
	position: relative;
}

.nyhedforsideboks.big .nyhedforsidebillede:after {
	display: none;
}

.nyhedforsidebillede:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid white;
	bottom: 0;
	left: 88%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.nyhedforsidebillede:nth-child(2):after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid white;
	border-bottom: 0;
	top: 0;
	left: 13%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.seflerenyheder {
	margin: 20px 0;
	background-color: #326482;
	text-align: center;
	padding: 25px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.seflerenyheder:hover {
	background-color: #24485d;
}

.opdateringer {
	padding: 100px 0 50px;
	text-align: center;
}

.opdateringer h3 {
	font-size: 50px;
}

.opdateringer h3:before {
	content: "";
	background-color: #000;
	height: 3px;
	width: 33.3%;
	position: absolute;
	margin-left: 10px;
	margin-top: 26px;
	left: 0;
}

.opdateringer h3:after {
	content: "";
	background-color: #000;
	height: 3px;
	width: 33.3%;
	position: absolute;
	margin-right: 10px;
	margin-top: 26px;
	right: 0;
}

.opdateringer span {
	color: #242424;
	font-size: 16px;
}

.programfacebook .overskrift {
	background-color: #326482;
	padding: 30px;
	font-size: 40px;
	color: #fff;
	margin-bottom: 0;
}

.programfacebook .holder {
	border: 2px solid #326482;
	padding: 30px;
	height: 500px;
}

.programfacebook .sealle {
	position: absolute;
	bottom: 0;
	margin-bottom: 30px;
	color: #242424;
	font-weight: bold;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.programfacebook .sealle:hover {
	color: #326482;
}

.program {
	margin-bottom: 30px;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.program:hover .programoverskrift {
	color: #326482;
}

.program .programdato {
	font-family: "Eczar", sans-serif;
	color: #878787;
	font-size: 25px;
	font-weight: 600;
}

.program .programoverskrift {
	color: #242424;
	font-size: 20px;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: "Eczar", sans-serif;
	line-height: 24px;
}

.program .programindhold {
	color: #242424;
}

.programmargin {
	margin-bottom: 15px;
}

footer .topfooter {
	background-color: #0d0d0d;
	color: #fff;
	padding: 50px 0;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
}

footer .topfooter h4 {
	color: #fff;
	font-size: 25px;
	font-family: "Eczar", sans-serif;
	font-weight: 400;
}

footer .topfooter a {
	color: #fff;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

footer .topfooter a:hover {
	color: #326482;
}

footer .topfooter .fa {
	font-size: 50px;
	margin-bottom: 10px;
}

footer .topfooter .fa-envelope {
	font-size: 41px;
	margin-bottom: 14px;
	margin-top: 6px;
}

footer .bottomfooter {
	background-color: #000;
	padding: 8px 0;
	padding: 10px 0 10px 4%;
	color: #fff;
	font-size: 12px;
}

footer .bottomfooter a {
	color: #fff;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

footer .bottomfooter a:hover {
	color: #326482;
}

.galleriforside {
	margin: 50px 0 100px;
}

.sliderunderside {
	height: 400px;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.sliderunderside .bx-pager {
	bottom: -30px;
	text-align: center;
	width: 100%;
}

.sliderunderside .bx-pager.bx-default-pager a {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	margin: 0 3px;
}

.sliderunderside .bx-viewport {
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px #3e3636;
}

.sliderundersidestyle {
	height: 400px;
	width: 100%;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.underside h1 {
	font-size: 40px;
	margin-bottom: 30px;
}

.underside .sidemenuunderside {
	border: 2px solid #326482;
	width: 92.5%;
	margin-bottom: 30px;
}

.underside .sidemenuunderside .menuunderside {
	padding: 20px 30px;
	background-color: #326482;
	color: #fff;
	font-family: "Eczar", sans-serif;
	font-size: 23px;
}

.underside .sidemenuunderside .sidemenupunkter {
	padding: 20px 20px 40px 20px;
}

.underside .sidemenuunderside .sidemenupunkter .sidemenu .active a {
	color: #326482;
}

.underside .sidemenuunderside .sidemenupunkter span {
	font-size: 16px;
	color: #242424;
	font-weight: bold;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.underside .sidemenuunderside .sidemenupunkter span:hover {
	color: #326482;
}

.undersidebanner {
	width: 100%;
	height: 400px;
	background-position: center center;
	background-size: cover;
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px #756c6c;
}

.paddingunderside {
	padding: 80px 0 100px 0;
}

.paddingslider {
	padding-top: 20px;
}

.no-link:hover > a {
	cursor: default !important;
}

.nyhedoverskrift {
	display: block;
	font-size: 16px;
	color: #242424;
	font-weight: bold;
	padding: 5px 10px;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.nyhedoverskrift:hover {
	color: #326482;
}

.nyhedoverskrift:before {
	max-width: 30px;
	content: "\f138";
	font-family: 'FontAwesome';
	font-size: 18px;
	padding-right: 20px;
	position: relative;
	top: 8px;
	display: inline-block;
	overflow: hidden;
	color: #326482;
	-moz-transition: max-width 200ms ease-in-out, padding 200ms ease-in-out;
	-o-transition: max-width 200ms ease-in-out, padding 200ms ease-in-out;
	-webkit-transition: max-width 200ms ease-in-out, padding 200ms ease-in-out;
	transition: max-width 200ms ease-in-out, padding 200ms ease-in-out;
	padding-left: 1px;
}

.nyhedwrapper {
	border-bottom: 3px solid #326482;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.nyhedwrapper .nyheddatostor {
	display: block;
	font-size: 14px;
	margin-bottom: 7px;
}

.nyhedwrapper .nyhedoverskriftstor {
	font-size: 25px;
	font-family: "Eczar", sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

.nyhedwrapper .nyhedtekststor {
	display: block;
	height: 46px;
	margin-bottom: 30px;
	overflow: hidden;
}

.nyhedwrapper .nyhedlaesmere {
	position: relative;
	color: #242424;
	cursor: pointer;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.nyhedwrapper .nyhedlaesmere:hover {
	color: #326482;
}

.nyhedwrapper .nyhedlaesmere .fa-chevron-circle-right {
	font-size: 18px;
	padding-top: 1px;
	position: absolute;
}

.nyhedwrapper .nyhedlaesmere span {
	position: absolute;
	width: 130px;
	padding-left: 25px;
}

.nyhedwrapper.foldud {
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.nyhedwrapper.foldud .nyhedtekststor {
	height: inherit;
	min-height: 60px;
}

.drej i {
	-ms-transform: rotate(270deg);
	/* IE 9 */
	-webkit-transform: rotate(270deg);
	/* Chrome, Safari, Opera */
	transform: rotate(270deg);
}

.nyhederindholdoverskrift {
	padding-bottom: 50px;
	border-bottom: 3px solid #326482;
	margin-bottom: 30px;
}

.nyhederindholdoverskrift p {
	font-size: 16px;
}

.nyhederindholdoverskrift h1 {
	margin-bottom: 20px;
}

.hvidkantbillede {
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px #3e3636;
}

/*.owl-theme {
    .owl-controls {
        margin-top: 40px;

        .owl-buttons {
            .owl-prev {
                background: #d0d0d0;
                padding: 0;
                width: 12px;
                height: 12px;
                border-radius: 100px;
                opacity: 1;

                &:hover {
                    background-color: #3a6b85;
                }
            }

            .owl-next {
                background: #d0d0d0;
                padding: 0;
                width: 12px;
                height: 12px;
                border-radius: 100px;
                opacity: 1;

                &:hover {
                    background-color: #3a6b85;
                }
            }
        }
    }
}*/
.medarbejderboks .medarbejder {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 500px;
	position: relative;
}

.medarbejderboks .medarbejder .tekstboks {
	background-color: rgba(50, 100, 130, 0.75);
	padding: 10px;
	min-height: 100px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.medarbejderboks .medarbejder .tekstboks h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	padding-top: 10px;
}

.medarbejderboks .medarbejder .tekstboks h4 {
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	bottom: 0;
	position: absolute;
}

.medarbejderboks .medarbejder .tekstboks .modalknap {
	background-color: #fff;
	border: 0;
	padding: 7px 13px;
	position: absolute;
	color: #326482;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
	margin-left: -10px;
	bottom: 100px;
	width: 100%;
}

.medarbejderboks .medarbejder .tekstboks .modalknap:hover {
	background-color: #326482;
	color: #fff;
}

.modal-dialog {
	position: absolute;
	right: 0;
	top: 10%;
	bottom: 0;
	left: 0;
}

.modal-dialog .modal-content {
	background-color: #326482;
	color: #fff;
}

.modal-dialog .modal-content .modal-header h5 {
	color: #fff;
	font-size: 26px;
}

.findvej #map {
	height: 450px;
}

.aabningstider {
	border: 2px solid #326482;
	width: 92.5%;
}

.aabningstider .overskrift {
	padding: 20px 30px;
	background-color: #326482;
	color: #fff;
	font-family: "Eczar", sans-serif;
	font-size: 25px;
}

.aabningstider .indhold {
	padding: 20px 20px 40px 20px;
}

/*--------------indholdgalleri-------------*/
.owl-wrap-billedet {
	height: 180px;
	box-shadow: 0px 0px 10px #756c6c;
	border: 5px solid #FFF;
	background-position: center center;
	background-size: cover;
	margin: 10px;
}

#owl-wrap-nye .owl-theme .owl-controls {
	margin-top: 10px;
	text-align: left;
	position: relative;
	top: -50px;
	left: 250px;
}

#owl-wrap-nye .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 4px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.owl-theme .owl-controls .owl-page span {
	width: 12px;
	height: 12px;
	margin: 5px 4px;
}

#owl-wrap-nye .owl-theme .owl-controls .owl-page.active span, #owl-wrap-nye .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.owl-theme .owl-controls .owl-page span {
	background: #326482;
}

#owl-wrap-nye .owl-controls {
	position: absolute;
	right: 0;
	left: 0;
}

#owl-wrap-nye .owl-controls .owl-buttons div {
	display: inline-block;
	zoom: 1;
	margin: 5px 0px 5px 5px;
	font-size: 15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 20px;
	background: #62780e;
	filter: Alpha(Opacity=100);
	opacity: 1;
	border: 0px solid #009640;
	padding: 2px 10px;
	color: #fff;
	opacity: 0.8;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}

#owl-wrap-nye .owl-controls .owl-buttons div:hover {
	opacity: 1;
	background: rgba(45, 150, 210, 0.65);
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}

/*--------------indholdgalleri-------------*/
.thumbnailGal {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 260px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px #3e3636;
}

.thumbnailGal img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	width: 100%;
	z-index: 0;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.thumbnailGal h5 {
	position: absolute;
	left: 40px;
	bottom: 30px;
	right: 20px;
	z-index: 1;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.thumbnailGal:hover img {
	bottom: -80px;
}

.thumbnailGal:hover h5 {
	font-size: 26px;
}

.menukort table {
	width: 100%;
}

.menukort h3 {
	margin-top: 40px;
	text-transform: uppercase;
	font-size: 18px;
}

.menukort tr td:first-child {
	width: 20%;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
}

.menukort tr td:nth-child(2) {
	width: 60%;
	text-align: left;
}

.menukort tr td:last-child {
	width: 20%;
	text-align: right;
	font-style: italic;
	padding-right: 10px;
}

.menukort tr td {
	padding: 15px 0;
}

.iMapContainer .bigWrap {
	display: inline-block;
	width: 70%;
}

.iMapContainer .smallWrap {
	display: inline-block;
	width: 30%;
	float: right;
}

.iMapContainer .gifSwipe {
	display: none;
	margin: auto;
	max-width: 40%;
	display: block;
	max-height: 17px;
}

.imapH1 {
	margin-top: 30px;
	font-size: 40px;
	margin-bottom: 30px;
}

#iMap {
	position: relative;
	margin: 30px 0;
}

#iMap .iMapHolder {
	position: relative;
	width: 700px;
}

#iMap #iMapImage {
	min-width: 700px;
}

#iMap .mapOverlay {
	width: 100%;
	display: none;
	text-align: center;
}

#iMap .mapOverlay .text {
	max-width: 90vw;
	padding: 50px;
}

#iMap .mapOverlay h3 {
	font-size: 30px;
	color: white;
}

#iMap .mapOverlay h5 {
	color: white;
	color: white;
	margin-top: 20px;
}

#iMap .mapOverlay h5 i {
	font-size: 25px;
}

#iMap .marker {
	/*position: absolute;
        top: 0;*/
	color: white;
	/*.marker1 {
            top: 215px;
            left: 320px;
        }

        .marker2 {
            top: 265px;
            left: 475px;
        }

        .marker3 {
            top: 170px;
            left: 415px;
        }

        .marker4 {
            top: 90px;
            left: 390px;
        }

        .marker5 {
            top: 95px;
            left: 425px;
        }

        .marker6 {
            top: 110px;
            left: 450px;
        }

        .marker7 {
            top: 100px;
            left: 485px;
        }

        .marker8 {
            top: 60px;
            left: 640px;
        }

        .marker9 {
            top: 100px;
            left: 673px;
        }

        .marker10 {
            top: 140px;
            left: 555px;
        }

        .marker11 {
            top: 200px;
            left: 555px;
        }

        .marker12 {
            top: 225px;
            left: 625px;
        }

        .marker13 {
            top: 225px;
            left: 645px;
        }

        .marker14 {
            top: 315px;
            left: 257px;
        }

        .marker15 {
            top: 305px;
            left: 230px;
        }

        .marker16 {
            top: 250px;
            left: 270px;
        }

        .marker17 {
            top: 15px;
            left: 640px;
        }

        .marker18 {
            top: 55px;
            left: 150px;
        }

        .marker19 {
            top: 45px;
            left: 30px;
        }

        .marker20 {
            top: 15px;
            left: 60px;
        }

        .marker21 {
            top: 0px;
            left: 60px;
            display: none;
        }

        .marker22 {
            top: 0px;
            left: 60px;
            display: none;
        }

        .marker23 {
            top: 0px;
            left: 60px;
            display: none;
        }*/
}

#iMap .marker > div {
	position: absolute;
	width: 30px;
	/*&:hover {
                .titelText {
                    opacity: 1;
                    height: initial;
                    z-index: 1;
                }
            }*/
}

#iMap .marker .titelText {
	opacity: 0;
	height: 0;
	background-color: #326482;
	width: 200px;
	text-align: center;
	margin-left: -100px;
	z-index: -99;
	padding: 10px;
	position: relative;
	left: 15px;
	/*&.marginLeft {
                margin-left:-20px;
            }
            &.marginRight {
 
                margin-left:-190px;
            }
            &.marginTop {

                top:-40px;

            }*/
}

#iMap .marker .titelText .closeBtn {
	position: absolute;
	top: -7px;
	right: -4px;
	font-size: 18px;
	cursor: pointer;
}

#iMap .marker .titelText.aktiv {
	opacity: 1;
	height: inherit;
	height: initial;
	z-index: 1;
}

#iMap .marker p {
	display: block;
	cursor: pointer;
	text-align: center;
	margin-bottom: 0;
	width: 26px;
	height: 25px;
	color: white;
	background-color: #326482;
	border-radius: 50%;
	padding-top: 3px;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}

#iMap .marker p:hover {
	background-color: #24485d;
}

#iMap .marker p img {
	display: block;
	display: none;
}

.markerContainer {
	margin: 30px 0;
}

.markerContainer .iMapTextContainer {
	background-color: white;
	padding: 20px;
	text-align: center;
}

.markerContainer img {
	height: auto !important;
}

.markerContainer .closeBtn {
	cursor: pointer;
	position: absolute;
	right: 0;
	font-size: 20px;
	top: 0;
}

.markerContainer .marker {
	display: none;
	margin: 30px 0 10px;
	position: relative;
}

.markerContainer .marker h3 {
	font-size: 17px;
}

.markerContainer .marker img {
	margin: 10px 0;
}

.markerContainer .marker.aktiv {
	display: block;
}

.forsideinteraktivtkort {
	margin-top: 15px;
}

.footerafstandcookie {
	margin: 0 10px;
}

.interaktivtkortforside {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 350px;
}

