﻿

@import "bootstrap_elements.css"; /* Hvis LESS ikke er muligt */

body {
font-family: 'Open Sans', sans-serif;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color:#fff
}
.img-thumbnail {border:0}
.image-additional.col img {
	max-width:80px;
}
.thumbnails h4 {
font-weight: bold;
margin-left: 10px;
position: absolute;
background: #576d7a;
top: 15px;
padding: 10px 20px;
color: #fff;
}
.breadcrumb {display:none}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;

}
.thumbnails .image-additional {
    float: left;

}
.image-additional {
    max-width: 78px;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.thumbnail a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}
/* HEADER */
	/* Top */
		/* Top links */
		#top {
			background-color: #333;
		}
        #top .top-links-left > ul > li > a, #top .top-links-right > ul > li > a, #top .dropdown > a {
            line-height: 35px;
        }
		#top-links ul {
			color: #fff;
			font-size: 14px;
			list-style: outside none none;
			margin: 0;
			padding: 0;
		}
		#top-links .top-links-left ul li {
			display:inline-block;
			padding-right: 25px;
		}
		#top-links .top-links-right ul li {
			display:inline-block;
			padding-left: 25px;
		}
        #top-links .language-dropdown span {
			vertical-align:middle;
		}
		#top-links ul li:last-child {
			padding-right: 0;
		}
		#top-links ul li a {
			color: inherit;
			display: block;
			font-size: inherit;
			cursor:pointer;
		}
		#top-links ul.dropdown-menu-right li {
			text-align:right;
		}
		#top-links ul li a span {
			display: inline-block;
		}
		#top-links ul li a:hover span {
			text-decoration:underline;
		}
		#top-links .top-links-left ul li a i {
			color: #339c9c;
			display: inline-block;
			margin-right: 5px;

		}
		#top-links .dropdown ul {
			background: #333 none repeat scroll 0 0;
			border: medium none;
			border-radius: 0;
			box-shadow: none;
		}
		#top-links .dropdown ul li {
			display:block;
			padding: 0;
		}
		#top-links .dropdown ul li a {
			padding: 5px 15px;

		}
		#top-links .dropdown ul li a:hover {
			background: #339c9c none repeat scroll 0 0;
			text-decoration: none;
		}
		#top-links .btn-link:hover, #top-links a:hover{
			text-decoration: underline;
		}
		#top-links .btn-link strong{
			font-size:14px
		}
		#top-links.row > div {
			margin-bottom:0;
		}

		#languageForm .btn-group {display: block;}
		#languageForm button {color:#fff}

		/* Site header */
		#site-header {
			position:relative;
			z-index:999;
			background:#fff;
		}
		#site-header .row > div {
			margin-bottom: 0;
		}
		#site-header #logo {

		}
		#site-header #logo svg {
			display: inline-block;
			vertical-align: middle;
			max-width: 100%;
		}

/* Slide menu */
.if-menu-fixed {
	background:#b4e7e7;
}
.scrolling.if-menu-fixed {
	z-index:999;
}

#mobile-menu-toggle, .back-menu, .all-menu {
	display:none;
}
#slide-menu {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: relative;
}
#slide-menu li a {
	-webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
	outline: none;
}
#slide-menu > li > div {
	background: #fff none repeat scroll 0 0;
	display: none;
	max-height: 80vh;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 999;
    top:100%;
}
#slide-menu .flex-menu > ul + ul {
	border-left: 1px solid #ddd;
}

#slide-menu .indicator {
	color: #339c9c;
	font-family: Font Awesome\ 5 Pro;
	padding-left: 6px;
    line-height: 45px;
    cursor:pointer;
}

/* First level */
#slide-menu > li > a {
	color: #666;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 45px;
	padding: 0 15px;
	text-decoration: none;
}
#slide-menu li.home-link > a {
	color: #339c9c;
    padding-left:0;
}
#slide-menu > li:hover > a, #slide-menu > li.active > a{
	background: transparent;
	color: #339c9c;
}
#slide-menu > li:first-child a {
	padding-left: 0;
}
#slide-menu li.has-sub > a {
    padding-right: 0;
}
#slide-menu li.has-sub > .indicator {
    padding-right: 15px;
}

/* Second level */
#slide-menu .flex-menu li.title a {
	color: #777;
	font-size: 16px;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
}
#slide-menu .flex-menu li a:hover {
	background: #339c9c none repeat scroll 0 0;
	color: #fff;
}
#slide-menu .flex-menu li a:hover > span {
	color: #fff;
}

/* Third level */
#slide-menu .flex-menu .sub ul {
	padding:0;
}
#slide-menu .flex-menu .sub li a {
	background: #eee none repeat scroll 0 0;
	color: #777;
	display: block;
	line-height: 19px;
	padding: 3px 28px;
}
#slide-menu .flex-menu .sub li a:hover {
	background: #339c9c none repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
}

/* If DROPDOWN */
#slide-menu .dropdown > div > ul {
	min-width: 200px;
}
#slide-menu .dropdown.edge {
	right:0;
}

/* If MEGAMENU */
#slide-menu > li > .full-width {
	width: 100%;
	left: 0;
}
#slide-menu > li > .half-width {
	width: 50%;
}
#slide-menu > li img {
	margin-top: 10px;
}
#slide-menu .megamenu ul li {
	display: block;
	float: none;
}


/* Responsive */
@media (min-width: 992px) {
	#slide-menu > li:hover > div {
		display: block;
	}
}
@media (max-width: 991px) {
	.open-menu, .open-menu body {
		overflow:hidden;
	}

	.back-menu {
		display: block;
		background: #b4e7e7;
		font-size: 14px;
		line-height: 45px;
		padding-left: 10px;
		font-weight: 600;
		text-transform: uppercase;
		cursor:pointer;
	}
	.back-menu:before {
		content:"";
		font-family: Font Awesome\ 5 Pro;
		margin-right: 10px;
	}
	.all-menu {
		display: block;
		background: #eee;
		line-height: 35px;
		font-size: 16px;
		padding-left: 10px;
		font-weight: 600;
	}
	.all-menu a {
		display:block;
	}
	#mobile-menu-toggle {
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 600;
		line-height: 45px;
		color: #666;
		cursor: pointer;
        display:block;
	}
	#mobile-menu-toggle::before {
		content: "";
		font-family: Font Awesome\ 5 Pro;
		margin-right: 10px;
	}
	#slide-menu {
		background: #fff none repeat scroll 0 0;
		border-right: 1px solid #ddd;
		bottom: 0;
		left: 0;
		position: fixed;
		top: 0;
		width: 250px;
		z-index: 99999;
		transition: transform 0.8s;
		-webkit-transition: transform 0.8s;
		overflow-y: auto;
		transform:translate(-250px);
		-webkit-transform:translate(-250px);
		overflow-x:hidden;
	}
	#slide-menu > li > div,
	#slide-menu > li > .half-width	{
		width: 100%;
		max-height:none;
		top: 0;
		display:block;
		transform: translate(250px);
		-webkit-transform: translate(250px);
		transition: transform 0.8s;
		-webkit-transition: transform 0.8s;
		height: 100%;
		background:#fff;
		overflow-x:hidden;
	}
	#slide-menu > li > div.open-sub {
		transform: translate(0);
		-webkit-transform: translate(0);
	}
	#slide-menu > li {
		display: block;
		width: 100%;
	}
    #slide-menu > li:first-child a {
		padding-left: 15px;
	}
	#slide-menu li {
		border-bottom: 1px solid #ddd;
	}
	#slide-menu .indicator {
        padding: 0 20px;
        font-size: 16px;
        vertical-align: top;
        background: #eee;
        border-left: 1px solid #ddd;
        line-height: 0;
    }
	.open-menu #slide-menu {
		transform:translate(0);
		-webkit-transform:translate(0);
	}

	#blocker {
		position:fixed;
		display:none;
		transform: translate(0);
		-webkit-transform: translate(0);
	}
	.open-menu #blocker {
		display:block;
		left:0;
		right:0;
		bottom:0;
		top:0;
		z-index: 999999999;
		transform: translate(250px);
		-webkit-transform: translate(250px);
	}

	#slide-menu .flex-menu .sub {
		padding: 0;
		display:block;
		position: absolute;
		width: 100%;
		top: 0;
		transform: translate(250px);
		-webkit-transform: translate(250px);
		transition: transform 0.8s;
		-webkit-transition: transform 0.8s;
		height: 100%;
		background: #fff;
	}
	#slide-menu .flex-menu .sub li a {
		font-size: 16px;
		line-height: 35px;
		padding: 0 10px;
		background: #fff;
	}
	#slide-menu .flex-menu .sub.open-sub {
		transform: translate(0px);
		-webkit-transform: translate(0px);
	}

	#slide-menu > li > .half-width img {
		width: 70px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 5px;
	}

	#slide-menu .flex-menu {
		display:block;
	}
	#slide-menu .flex-menu > ul {
		float:none;
		width:100%;
	}
	#slide-menu .flex-menu > ul {
		padding:0;
		position: static;
	}
	#slide-menu .flex-menu > ul + ul {
		border-left:none;
	}
}

/* Left menu */
.left-nav {
	border: 1px solid #ddd;
}
.left-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.left-nav ul li {
	border-bottom: 1px solid #ddd;
	position:relative;
}
.left-nav ul li:last-child {
	border-bottom: none;
}
.left-nav ul li a {
	display: block;
	padding: 10px 15px;
	text-decoration:none;
}
.left-nav ul li .indicator {
	position:absolute;
	right: 0;
	top:0;
	padding: 10px 15px;
	color: #267676;
	font-size: 10px;
	border-left: 1px solid #ddd;
	cursor:pointer;
	background: #ddd8;
}
.left-nav ul li .indicator:hover {
	background: #b4e7e7;
}

/* Levels */
.left-nav ul ul {
    background: #fff;
    padding-left: 11px;
    border-top: 1px solid #ddd;
    margin-left: -1px;
    border-left: 1px solid #fff;
}
.left-nav ul ul > li {
    background: #eee;
}
.left-nav ul ul > li > a {
    border-left: 1px solid #ddd;
	color: #666;
	padding: 7px 11px;
}
.left-nav ul li.active > a {
	background: #267676;
	color: #fff;
}
.left-nav ul ul > li .indicator {
	padding: 7px 11px;
}

/* First level */
.left-nav > ul > li:hover {
	background: #b4e7e7;
}
.left-nav > ul > li > a {
    font-size: 15px;
    font-weight: 600;
}

/* Second level */
.left-nav > ul > li > ul > li:hover {
	background: #b4e7e7;
}
.left-nav > ul > li > ul > li > a {
	font-weight: 600;
}

/* Lav selv flere levels :) */


/* FOOTER */
footer {
    background: #333 none repeat scroll 0 0;
    color: #eee;
    font-weight: 300;
}
footer .cms span {
    padding:30px;
}
footer ul {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}
footer ul li a {
    display: block;
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 10px;
}
footer a {
    color: #eee;
}
footer a:hover {
    color: #b4e7e7;
    text-decoration:none;
}

footer .contacts > div, footer .opens > div {
    margin: 0;
}
footer .contacts, footer .opens, footer .socialmedia, footer .creditcards {
    margin-bottom: 30px;
}
footer .socialmedia a i {
    font-size: 23px;
    padding-right: 8px;
}
footer h5, footer .h5 {
    display: block;
    font-size: 16px;
    font-weight: 500;
}
footer .h4, footer h4 {
    color: #339c9c;
    font-size: 1.5em;
    font-weight: 300;
    text-transform: none;
    padding-bottom: 0.8em;
    display: block;
}
footer .pagedesign a {
    color: #666;
}
@media (max-width:768px) {
	footer .cms span {
		display: block;
		padding: 10px !important;
		width: 100% !important;
	}
}




/* Cookie-besked */
#cookie-space {
	display:none;
	height: 51px;
}
#cookie-content {
    background: #eee none repeat scroll 0 0;
    border-top: 1px solid #ddd;
    display: none;
    left: 0;
    padding: 15px 0;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99999;
}
#cookie-content .row > div {
	margin:0;
}
#cookie-content #accept {
    background: #aaa none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: right;
    padding: 5px 10px;
}


/* CONTENT */
.common-home #content-container {
    background: #eee none repeat scroll 0 0;
    padding-top: 50px;
}
#content-container {
    background: #eee none repeat scroll 0 0;
}
#column-right + div #content-container {
	background: transparent;
    padding-top: 0px;
}
#column-left + div #content-container {
	background: transparent;
    padding-top: 0px;
}
.container .container, .container .container-fluid {
	padding-left:0;
	padding-right:0;
	width: auto;
}
#column-right + div .banner-bg-color .container, #column-right + div .banner-bg-image .container, #column-left + div .banner-bg-color .container, #column-left + div .banner-bg-image .container {
	padding-left:15px;
	padding-right:15px;
}
.currency-symbol {
	font-size: 0.7em;
	font-weight:300;
	display: inline;
	vertical-align: middle;
	line-height: 1;
}
.panel {
    background: #eee none repeat scroll 0 0;
    padding: 15px;
}
.panel-heading {
    display: block;
    font-size: 16px;
}
.panel-heading + div {
    margin-top: 15px;
}
.panel-heading:after {
    content:"";
	font-family: Font Awesome\ 5 Pro;
	float:right;
}
.panel-heading.collapsed:after {
    content:""
}
.panel-group .panel + .panel {
    margin-top: 15px;
}
.box-content {

}
.box-content .box-heading {
	font-size: 20px;
    line-height: 30px;
}

	/* Breadcrumb */
	.breadcrumb{
		margin-bottom:20px;
		list-style:none;
		padding:5px 0;
		background: transparent;
	}
	.breadcrumb i{
	  font-size: 14px;
		color:#333
	}
	.breadcrumb a{
		font-size: 14px;
		color:#333;
		text-transform: uppercase;
	}
	.breadcrumb > li{
		padding:0px;
		position:relative;
		white-space:nowrap;
		display:inline-block;
	}
	.breadcrumb > li:before {
		content: "/";
		display: inline-block;
		margin: 0 .4rem 0 .3rem;
	}
	.breadcrumb > li:first-child::before {
		display:none
	}
	.breadcrumb > li:last-child a{
		color:#a5a5a5
	}


/* Text formats */
		/* Headings */
		h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
			margin: 0;
			padding: 0;
		}
		h1, .h1 {
			text-transform: uppercase;
		}

		h2, .h2 {

		}

		h3, .h2 {

		}

        h4, .h4 {

        }

        h5, .h5 {

        }

        h6, .h5 {

        }

        @media (max-width:1199px) {

        }

        @media (max-width:991px) {

        }

        @media (max-width:767px) {

        }

        @media (max-width:576px) {
            h1, .h1 {font-size: 7.5vw;}
            h2, .h2 {font-size: 7vw;}
            h3, .h3 {font-size: 6.5vw;}
        }

		/* Blocks */
		p {
			margin: 0;
			padding-bottom:1em;
		}

		/* Paddings */ /* Brug dem til at angive afstand mellem overskrifter afhængigt af rækkefølgen på dem */
		h2 + h3 {
			padding-top: 8px;
		}
		h2 + h3 + p {
			padding-top: 20px;
		}
		p + h2 {
			padding-top: 10px;
		}

	/* Banners + special headings */
	.banner.banner-bg-image, .banner.banner-bg-image + .banner, .banner.banner-bg-color, .banner.banner-bg-color + .banner {
		padding-top: 1.5rem;
	}
	.banner-bg-color {
		background: #eee none repeat scroll 0 0;
	}
	.banner-bg-image {
	}
	.row .front-heading {
		font-size: 26px;
		text-align:center;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	div.modul-heading {
		text-align: center;
		padding-bottom: 30px;
		margin-bottom: 0;
	}
	div.modul-heading > * {
		color: inherit;
	}
    .detail {margin: 10px 0 10px 0px;display: none;	border: 1px solid #eeeeee;padding: 15px;}

    .banner .accordion a {background: #efefef;display: block;cursor: pointer;padding: 7px 20px 10px 15px;}
    .banner .accordion h3{font-size:20px;margin: 0;}
    .banner .accordion {margin-bottom:2px;}
    .banner .accordion .right-arrow {margin-left: 20px;width: 10px;height: 100%;float: right;font-weight: bold;font-size: 20px;}

    #instafeed a {opacity:0.7;transition:opacity 0.2s ease 0s;  padding: 5px;}
    #instafeed a:hover {opacity: 1;}
    #instafeed {
        background: white none repeat scroll 0 0;
        border: 1px solid #eeeeee;
        padding: 20px 20px 10px;
        position: relative;
    }

		/* Text on Image banners */
		.container.center article {
		text-align: center;
		width: 80%;
		margin: 0 auto;
		}
		.banner-wrap.textonimage article {
			background: #00000080 none repeat scroll 0 0;
			padding: 30px;
			position: absolute;
			top: 50%;
			left: 0;
			right: 0;
			text-align: center;
			overflow-y: auto;
			transform: translate(0,-60%);
			-webkit-transform: translate(0,-60%);
		}
        .banner-wrap.textonimage-noimage article {
			/* Tilføj style */
            color: #fff;
		}

		.banner-wrap.textonimage article > a.btn-secondary {
			/* Tilføj style */
		}
		/* Bannerdesign 13, 17, 21 (Text on image, transparent background) */
		.bannerdesign13 .banner-wrap.textonimage article, .bannerdesign17 .banner-wrap.textonimage article, .bannerdesign21 .banner-wrap.textonimage article {
			background: transparent none repeat scroll 0 0;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		}
		/* Bannerdesign 14, 18, 22 (Text on image, bottom half, black half-transparent background) */
		.bannerdesign14 .banner-wrap.textonimage article, .bannerdesign18 .banner-wrap.textonimage article, .bannerdesign22 .banner-wrap.textonimage article {
			bottom: 0;
			transform: none;
			top: auto;
		}
		/* Bannerdesign 15, 19, 23 (Text on image, black half-transparent background) */
		/* Hmm... Ingen styles her endnu... */

		/* Bannerdesign 16, 20, 24 (Hover, Text on image, black half-transparent background) */
		.bannerdesign16 .banner-wrap.textonimage article, .bannerdesign20 .banner-wrap.textonimage article, .bannerdesign24 .banner-wrap.textonimage article {
			opacity:0;
			transition: all 0.5s;
			-webkit-transition: all 0.5s;
		}
		.bannerdesign16 .banner-wrap.textonimage:hover article, .bannerdesign20 .banner-wrap.textonimage:hover article, .bannerdesign24 .banner-wrap.textonimage:hover article {
			opacity:1;
			transform: translate(0,-50%);
			-webkit-transform: translate(0,-50%);
		}
		.bannerdesign16 .banner-wrap.textonimage article, .bannerdesign20 .banner-wrap.textonimage article, .bannerdesign24 .banner-wrap.textonimage article {
			transform: translate(0,-60%);
			-webkit-transform: translate(0,-60%);
			transition: all 0.5s;
			-webkit-transition: all 0.5s;
		}

		.enptobanner .row > [class*="sm-12"]:last-child, .topenbanner .row > [class*="sm-12"]:last-child {
			margin-bottom: 0;
		}

		/* Album */
		.gallery > div {
			position: relative;
			overflow:hidden;
		}
		.gallery > div:hover .caption {
			opacity: 1;
			position: absolute;
			top: 50%;
		}
		.mfp-title strong, .mfp-title em, .mfp-title a {
			display:block;
			font-style:normal;
		}
		.gallery > div > .caption {
			background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
			bottom: 0;
			color: #fff;
			left: 15px;
			opacity: 0;
			padding: 10px 15px;
			position: absolute;
			right: 15px;
			top: 100%;
			transition: all 0.5s ease 0s;
			-webkit-transition: all 0.5s ease 0s;
		}
		.gallery > div > .caption strong, .gallery .no-gallery-image strong {
			display:block;
			font-size: 1.3em;
		}
		.gallery > div > .caption em, .gallery .no-gallery-image em {
			display:block;
			font-style: normal;
		}
		.gallery .no-gallery-image {
			background: #333;
			color: #fff;
		}
		.gallery .no-gallery-image div {
			padding: 15px;
		}
		.gallery + .pagination {
			clear: both;
		}

		/* Special exceptions */
		.banner-wrap {
			position:relative;
			overflow:hidden;
            height:100%;
		}

		.banner-wrap.textonimage {
		}
		.fembanner .banner-wrap.textonimage > article {
			padding: 15px;
		}
		.banner-wrap[style*="background-color"] > article {
			padding: 15px;
		}
		.banner-wrap > article[style*="background-color"] {
			padding: 15px;
		}
		.banner-bg-color + .container, .banner-bg-image + .container, .banner-bg-color + .container-fluid, .banner-bg-image + .container-fluid {
			padding-top: 30px;
		}
		.boxedtext-left article > *, .boxedtext-right article > *, .boxedtext article > * {
			color: inherit;
		}
		.textboxcolor article > *:not(a), .textonimage article > *:not(a) {
			color: inherit;
		}
		.banner-wrap:not([style*="background-color"]).textonimage article {
			color: #fff;
		}
		.fix-images .banner-wrap img.img-fluid.fix {
			height: 100%;
			max-width: none;
			max-height: 100%;
			position: absolute;
			left: 50%;
			transform: translate(-50%, 0);
			-webkit-transform: translate(-50%, 0);
		}


/* BX Slider */
	.bx-wrapper{
		position:relative;
		margin:0 auto;
		padding:0;
	}
	.bx-wrapper .bx-loading {min-height:50px;background:url(/catalog/view/theme/default/stylesheet/bxslider-images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000;}

	.bx-wrapper .bx-pager {
		text-align:center;
		padding-top: 16px;
	}
	.bx-wrapper .bx-pager .bx-pager-item {
		display:inline-block;
	}

	.bx-wrapper .bx-pager.bx-default-pager a{
		background:#777;
		text-indent:-9999px;
		display:block;
		width:16px;
		height:16px;
		margin:0 5px;
		outline:0;
	}
		.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active{background: #339c9c;}

	.horizontal .bx-wrapper .bx-prev, .modul .bx-wrapper .bx-prev{left:8px;}
	.horizontal .bx-wrapper .bx-next, .modul .bx-wrapper .bx-next{right: 8px;}

	.vertical .bx-wrapper .bx-prev {right: 0;}
	.vertical .bx-wrapper .bx-next{left:0;}

	.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover{opacity:0.5}

	.bx-wrapper .bx-controls-direction a {
		background: #339c9c none repeat scroll 0 0;
		color: #fff;
		font-family: Font Awesome\ 5 Pro;
		font-size: 15px;
		height: 30px;
		line-height: 30px;
		outline: 0 none;
		position: absolute;
		text-align: center;
		top: calc(100%/2 - 30px);
		width: 30px;
		z-index: 9;
		text-decoration:none;
	}

	.bx-wrapper .bx-controls-auto{text-align:center;}
	.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(/catalog/view/theme/default/stylesheet/bxslider-images/controls.png) -86px -11px no-repeat;margin:0 3px;}
	.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active{background-position:-86px 0;}
	.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(/catalog/view/theme/default/stylesheet/bxslider-images/controls.png) -86px -44px no-repeat;margin:0 3px;}
	.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active{background-position:-86px -33px;}
	.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%;}
	.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px;}

    .carousel-caption{color:#FFF;text-shadow:0 1px 0 #000}
    .carousel-control .icon-prev:before{content:'\f053';font-family:Font Awesome\ 5 Pro}
    .carousel-control .icon-next:before{content:'\f054';font-family:Font Awesome\ 5 Pro}

.input-fix {
    display: table;
    margin: 0 0 2px;
    width: 100%;
}
.input-fix > span {
    background: #eee none repeat scroll 0 0;
    border-right: 1px solid #fff;
    display: table-cell;
    min-width: 10%;
    text-align: center;
    vertical-align: middle;
}
.input-fix > span input[type="radio"], .input-fix > span input[type="checkbox"] {
    float: none;
	position:relative;
    margin: 0;
}
.input-fix label {
    border: 1px solid #eee;
    display: table-cell;
    padding: 10px;
    width: 90%;
	float:none;
}


/* SIDEBARS */
#sidebar-left .wrapper {
    background: #fff none repeat scroll 0 0;
    border-right: 1px solid #ddd;
    height: 100%;
    left: 0;
    margin-left: -250px;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 99999;
}
#sidebar-left #sidebar-left-button {
    background: #ddd none repeat scroll 0 0;
    cursor: pointer;
    font-size: 40px;
    height: 50px;
    left: 0;
    padding: 5px;
    position: fixed;
    text-align: center;
    top: 30%;
    width: 50px;
    z-index: 90;
}
#sidebar-left #sidebar-left-button i {
	color: #339c9c;
}

#sidebar-right .wrapper {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #ddd;
    height: 100%;
    right: 0;
    margin-right: -250px;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 99999;
}
#sidebar-right #sidebar-right-button {
    background: #ddd none repeat scroll 0 0;
    cursor: pointer;
    font-size: 40px;
    height: 50px;
    right: 0;
    padding: 5px;
    position: fixed;
    text-align: center;
    top: 30%;
    width: 50px;
    z-index: 90;
}
#sidebar-right #sidebar-right-button i {
	color: #339c9c;
}


/* Read More */
article[aria-expanded="true"] + a[data-readmore-toggle] {padding-top: 0px;bottom: 0px;}

a[data-readmore-toggle]{background:#0000 linear-gradient(to bottom,#fff0 0%,#fff 70%) repeat scroll 0 0;bottom:35px;padding-top:35px;position:relative;line-height:30px;width:100%;display:block;padding-left:15px;margin-bottom:-35px}
[aria-expanded="true"] + a[data-readmore-toggle]{padding-top:0;bottom:-30px;}
[aria-expanded="true"][data-readmore]{margin-bottom:30px;}

.banner a[data-readmore-toggle]{bottom:35px;padding-top:35px;position:relative;line-height:30px;width:100%;display:block;padding-left:15px;margin-bottom:-35px}
.banner [aria-expanded="true"] + a[data-readmore-toggle]{padding-top:0;bottom:35px;}
.banner [aria-expanded="true"][data-readmore]{margin-bottom:30px;}


/* Send button */
.btn-send{font-size: 1.5em;}
.btn-send:before{content:" ";font-family:Font Awesome\ 5 Pro}


.scrollTop:hover {opacity:1;}
.scrollTop {opacity: 0.5;bottom: 0;cursor: pointer;height: 30px;margin-top: -31px;position: fixed;right: 15px;width: 30px;z-index: 99999;}

/* Scroll - important fordi den skal overskrive "vigtigere regler" */
*.scrolling {
	position:fixed !important;
	top:0 !important;
	left:0 !important;
	right:0 !important;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/


#cboxOverlay {
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 20px;
    background: #000;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff;
    padding: 15px;
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(/catalog/view/javascript/jquery/onecolorbox/images/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

    #cboxPrevious:hover {
        background-position: bottom left;
    }

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(/catalog/view/javascript/jquery/onecolorbox/images/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

    #cboxNext:hover {
        background-position: bottom right;
    }

#cboxClose {
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    background: url("/catalog/view/javascript/jquery/onecolorbox/images/controls.png") repeat scroll center 5px rgba(0, 0, 0, 0);
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}

    #cboxClose:hover {
        background-position: center -20px;
    }
