/*

	Design & Development:
	
	Thrane.nu
	Spangevej 19
	DK-8700 Horsens
	Denmark
	
	http://thrane.nu

*/


:root {
    
    
    --color-primary-default: 0,70,132;
	--color-primary-dark: 0,47,88;
    /*----color-secondary: 240,232,212;*/
    /*--color-secondary-dark: 177,135,89;*/
    
    --color-black: rgba(0,0,0,1.00);
    --color-white: rgba(255,255,255,1.00);
    --color-grey-dark: 80,80,80;
    --color-grey-light: 245,245,245;
    
    --font-default: 'Merriweather', Arial, Tahoma, sans-serif;

}


@media only screen 
and (-webkit-min-device-pixel-ratio: 2) {
	#Thrane {
	background-image: url(/images/system/Thrane2x.png);
	background-size: 20px;
}
}
.back-to-top {
	background-color: rgba(0,0,0,0.00);
	width: 50px;
	height: 50px;
	margin: 0;
	position: fixed;
	/* left: calc(50% - 25px); */
	right: 50px;
    bottom: 50px;
	z-index: 1500!important;
	opacity: 0;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	-moz-border-radius: 25px;
	border-radius: 25px;
    font-size: 50px;
    line-height: 1;
    color: var(--color-dark);
}
#back-to-top.reveal {
	opacity: .5;
    transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
	cursor: pointer;
}
#back-to-top.reveal:hover {
	opacity: 1;
    transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
}


html {
}
body {
    font-family: var(--font-default);
    color: var(--color-grey-dark);
    background-color: var(--color-white);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
}

html body {
    padding-top: 0!important;
}

@media only screen 
and (-webkit-min-device-pixel-ratio: 2) {
body {
}
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: rgba(var(--color-primary-default),1.00);
    font-family: var(--font-default);
	font-weight: 700;
	line-height: 1.4;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 20px;
    margin-bottom: 4px;
}
h1 a {
    text-decoration: none!important;
}
h3 {
	font-size: 20px;
}
/* Anchor Offset due to fixed header */
/*#k2Container a[name] {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
*/
/* Anchor Offset due to fixed header EO */

a, a:focus {
    color: var(--color-primary-default);
	transition:            all .3s ease-out;
	-moz-transition:       all .3s ease-out;
	-webkit-transition:    all .3s ease-out;
	-o-transition:         all .3s ease-out;
	text-decoration: none;
}
a:hover {
    color: var(--color-primary-default);
	text-decoration: underline;
}

p:empty {
    height: 14px;
}
h2:empty {
	display: none;
}

input[type=text],
input[type=email],
textarea {   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.t3-wrapper {
    background-color: var(--color-white);
}
.t3-mainbody {
    padding-top: 0px;
    padding-bottom: 15px;
}
.t3-content {
    padding-top: 0px;
    padding-bottom: 15px;
}
#t3-mainbody-wrapper {
    background-color: var(--color-white);
}
.t3-module {
    margin-bottom: 0px!important;
}

/* Header */
#t3-header {
	text-align: center;
	padding: 0;
}
#t3-header #logo {
    padding: 25px 0;
}
#t3-header #t3-mainnav {
    background-color: rgba(var(--color-grey-light),1.00);
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
#t3-header #logo img {
    width: 350px;;
    height: auto;
}
#t3-header #logo .t3-module,
#t3-header #logo .t3-module p:last-of-type {
    margin-bottom: 0;
}

#t3-header #logo-scroll {
    display: none;
}






#t3-header_scroll {
    background-color: rgba(var(--color-grey-light),1.00);
	padding-top: 0px;
	padding-bottom: 0px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    margin-top: -50px;
    -webkit-transition: margin-top 0.4s ease-in-out;
    transition: margin-top 0.4s ease-in-out;
    min-height: 40px;
}
#t3-header_scroll.fixed {
    margin-top: 0px;
}

#t3-header_scroll {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}
#t3-header_scroll #logo-scroll {
	-ms-flex: 1 1 110px;
	flex: 1 1 110px;
    max-width: 110px;
    padding: 11px 15px 4px 15px;
}
#t3-header_scroll #logo-scroll img {
    width: 100%;
    height: auto;
}
#t3-header_scroll #logo-scroll .t3-module,
#t3-header_scroll #logo-scroll .t3-module p:last-of-type {
    margin-bottom: 0;
}



/* Header EO */



.nav > li.divider:hover span {
    background-color: transparent!important;
}
.nav > li.divider {
    padding: 0;
    background-color: rgba(222,0,3,0.00)!important;
}
.nav > li.divider span {
    padding: 0;
}
.nav > li.divider img {
    width: 0;
    height: 0;
}
.nav > li.divider .first {
    width: 0px;
}
.nav > li.divider .middle {
    width: 219px;
}
.nav > li.divider .last {
    width: 15px;
}
/*
ul.navbar-nav {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/



/* Navigation MegaMenu */
#t3-mainnav {
    position: relative;
}

#t3-mainnav_scroll {
    z-index: 400;
    position: relative;
}

#t3-mainnav .container {
	padding-right: 0;
	padding-left: 0;
}




.dropdown-menu .divider {
	height: 1px;
	margin: 0;
	overflow: hidden;
}
.t3-megamenu .mega-nav > li .separator {
	padding: 6px 10px 3px 10px;
	background-color: rgba(126,145,155,1.00)!important;
}


/* Backgroundcolor */
.navbar-default {
	background-color: transparent;
}

/* Height + Border on Main Menu */
#t3-header .navbar {
	min-height: 5px;
	border: 0px none transparent;
}
#t3-header_scroll .navbar {
	min-height: 46px;
	border: 0px none transparent;
}

/* Main Menu Items */
.nav > li > a,
.nav > li > .separator,
.nav > li > span {
	padding: 15px 15px 15px 15px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 300!important;
}


#t3-header_scroll .nav > li > a,
#t3-header_scroll .nav > li > .separator,
#t3-header_scroll .nav > li > span {
	padding: 13px 10px 13px 10px;
	font-size: 14px;
}
#t3-header_scroll .nav > li.divider > span {
	padding: 0;
}


.nav > li > span {
	display: block;
}
/* Color Main Menu Items */
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > span {
    color: var(--color-grey-dark);
	transition:            all .2s ease-out;
	-moz-transition:       all .2s ease-out;
	-webkit-transition:    all .2s ease-out;
	-o-transition:         all .2s ease-out;
}
/* Color on Hover on Main Menu Items */
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > .separator:hover, 
.navbar-default .navbar-nav > li > .separator:focus,
.navbar-default .navbar-nav > li > span:hover, 
.navbar-default .navbar-nav > li > span:focus {
	background-color: rgba(var(--color-primary-default),1.00);
    color: var(--color-white);
}
.navbar-default .navbar-nav > li > a:hover::before, 
.navbar-default .navbar-nav > li > a:focus::before,
.navbar-default .navbar-nav > li > .separator:hover::before, 
.navbar-default .navbar-nav > li > .separator:focus::before,
.navbar-default .navbar-nav > li > span:hover::before, 
.navbar-default .navbar-nav > li > span:focus::before {
	background-color: rgba(var(--color-primary-default),1.00);
    color: var(--color-white);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > .separator,
.navbar-default .navbar-nav > .open > .separator:hover,
.navbar-default .navbar-nav > .open > .separator:focus,
.navbar-default .navbar-nav > .open > span,
.navbar-default .navbar-nav > .open > span:hover,
.navbar-default .navbar-nav > .open > span:focus {
	background-color: rgba(var(--color-primary-default),1.00);
    color: var(--color-white);
}

/* Color on Active Main Menu Item */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > .separator,
.navbar-default .navbar-nav > .active > span {
	background-color: rgba(var(--color-primary-default),1.00);
    color: var(--color-white);
}
.navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .active > .separator::before,
.navbar-default .navbar-nav > .active > span::before {
	background-color: rgba(var(--color-primary-default),1.00);
    color: var(--color-white);
}



/* Color Hover on Active Main Menu Item */
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: rgba(var(--color-primary-default),1.00);
    color: var(--color-white);
}
/* Color on Current Main Manu Item */
.navbar-default .navbar-nav > .current > a {
	background-color: rgba(var(--color-primary-default),1.00);
    color: var(--color-white);
}
/* Color on Hover on Current Main Menu Item */
.navbar-default .navbar-nav > .current > a:hover,
.navbar-default .navbar-nav > .current > a:focus {
	background-color: rgba(var(--color-primary-default),1.00);
    color: var(--color-white);
}

/* Arrow when submenues are present */
.navbar-nav > .dropdown > a .caret,
.navbar-nav > .dropdown > .separator .caret {
	border-color: transparent!important;
    border-top-color: var(--color-blue-light)!important;
	position: absolute;
	top: auto!important;
	right: 2px!important;
	bottom: 2px!important;
	height: 0;
	border-style: solid;
	border-width: 0 0 6px 6px;
	border-bottom-color: var(--color-blue-light)!important;
    
}

/* Color on Caret on Active Main Menu Item */
.navbar-default .navbar-nav > .active > a .caret, 
.navbar-default .navbar-nav > .active > .separator .caret {
	background-color: rgba(255,130,186,0.00);
    color: rgba(255,255,255,1.00);
}


/* Hover on Arrow when submenues are present */
.navbar-nav > .dropdown > a:hover .caret,
.navbar-nav > .dropdown > a:focus .caret,
.navbar-nav > .dropdown > .separator:hover .caret,
.navbar-nav > .dropdown > .separator:focus .caret {
	border-top-color: rgba(255,255,255,1.00);
	border-bottom-color: rgba(255,255,255,0.00);
}

/* Dropdown */
.dropdown-menu {
	background-color: var(--color-blue-dark);
    border: 0px none rgba(0, 0, 0, 0.00);
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.176);
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 0 0;
    min-width: 160px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

/* Padding on Dropdown */
.t3-megamenu .mega-inner,
.t3-megamenu .mega-col-nav {
	padding: 0;
}

/* Padding on submenu items */
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
	padding: 9px 15px 8px 15px;
	text-decoration: none;
}

/* Color on submenu items */
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
	color: var(--color-white);
}

/* Hover on submenu items */
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
	background-color: var(--color-blue-light);
    color: var(--color-white);
}
.t3-megamenu .dropdown-submenu.mega span {
	background-color: var(--color-blue-light);
    color: var(--color-white);
}
.t3-megamenu .dropdown-submenu.mega.open span {
	background-color: var(--color-blue-light);
    color: var(--color-white);
}
/* Leave on submenu items */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: var(--color-blue-dark);
    color: var(--color-white);
}

/* Dropdown > dropdown placement */
.dropdown-submenu > .dropdown-menu {
    margin-left: 0;
    margin-top: 0;
}

/* Arrow on dropdown > dropdown */
.dropdown-submenu > a:after {
  border-left-color: rgba(255,255,255,1.00);
}
/* Hover on Arrow on dropdown > dropdown */
.dropdown-submenu:hover > a:after {
  border-left-color: rgba(255,255,255,1.00);
}

/* Color on active dropdown parent */
.dropdown-submenu.open > a {
	background-color: var(--color-blue-light);
    color: var(--color-white);
}

/* Color on Active dropdown item */
.dropdown-menu .current.active,
.dropdown-submenu.active,
.mega-dropdown-inner li.active {
	background-color: var(--color-blue-light);
    color: var(--color-white);
}
/* Color on Active dropdown > dropdown item */
.dropdown-submenu.active .current.active {
	background-color: var(--color-blue-light);
    color: var(--color-white);
}
.mega-dropdown-menu li.current.active a {
	background-color: var(--color-blue-light);
    color: var(--color-white)!important;
}
.dropdown-submenu > .dropdown-menu {
	border-radiitemus: 0;
}
.t3-megamenu .mega-nav > li .separator {
	padding: 9px 15px 8px 15px;
	background-color: var(--color-blue);
    color: var(--color-white);
}

.dropdown-submenu > a.HideMenuCaret::after {
    display: none!important;
}
.dropdown-submenu > .dropdown-menu {
	border-radius: 0;
}

.off-canvas-toggle {
    display: none;
}


.sm-logo {
    padding: 15px 15px 15px 15px;
    text-align: center;
}
#off-menu_183 .sm-logo img,
#off-menu_263 .sm-logo img,
#off-menu_264 .sm-logo img {
    width: 60%;
    height: auto;
}
.sm-container > #off-menu_183,
.sm-container > #off-menu_263,
.sm-container > #off-menu_264 {
	width: 100%!important;
}
.sm-container > #off-menu_183:not(.sm-popup),
.sm-container > #off-menu_263:not(.sm-popup),
.sm-container > #off-menu_264:not(.sm-popup) {
	max-width: 100vw!important;
}
body.sm-open-183 .off-menu_183 .sm-btn-183,
body.sm-open-263 .off-menu_263 .sm-btn-263,
body.sm-open-264 .off-menu_264 .sm-btn-264 {
	left: calc(100% - 50px)!important;
	z-index: 200!important;
}

/* Navigation MegaMenu EO */

.com-content-article__body ul li {
	margin: 8px;
}


/* Off Canvas */
.off-canvas-toggle {
    display: none;
}

/* Off Canvas EO */


/* Off-Canvas menu */

.sm-logo.sm-logo {
    padding: 20px 0 20px 0;
    text-align: center!important;
}
.sm-logo img {
    width: 220px!important;
    height: auto!important;
}
.sm-container > .sm-menu {
	width: 100%!important;
}
.sm-container > .sm-menu:not(.sm-popup) {
	max-width: 100vw!important;
}
body.sm-effect-1 .sm-close {
	left: calc(100% - 50px)!important;
	z-index: 200!important;
}
/* Off-Canvas menu EO */



/* Map */


/* Background on popup */
#map .gm-style .gm-style-iw-c,
#map .gm-style-iw-d {
    background-color: var(--color-white)!important;
    max-width: 360px!important;
}
/* Background on popup arrow */
#map.gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg,rgba(255,255,255,1) 50%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%)!important;
    box-shadow: -2px 2px 2px 0 rgba(178,178,178,.0)!important;
    content: "";
    height: 15px;
    width: 15px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%,-50%) rotate(-45deg);
}

/* Popup header */
.uk-scope .uk-h1, .uk-scope .uk-h2, .uk-scope .uk-h3, .uk-scope .uk-h4, .uk-scope .uk-h5, .uk-scope .uk-h6, .uk-scope .uk-heading-2xlarge, .uk-scope .uk-heading-large, .uk-scope .uk-heading-medium, .uk-scope .uk-heading-small, .uk-scope .uk-heading-xlarge, .uk-scope h1, .uk-scope h2, .uk-scope h3, .uk-scope h4, .uk-scope h5, .uk-scope h6 {
    margin: 0 0 0 0!important;
    font-family: var(--font-header)!important;
    font-weight: 700!important;
    color: var(--color-green-dark)!important;
}
/* Popup padding */
.gm-style .gm-style-iw-c {
    padding: 6px 12px 12px 12px!important;
}

.gm-style-iw-d {
    overflow: visible!important;
}
.gm-style .gm-style-iw {
    overflow: visible!important;
}

#map .uk-scope *+.uk-margin {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    line-height: 1.5!important;
}
#map .uk-scope *+.uk-margin a {
    color: var(--color-green-dark)
}

/* Popup close */
#map .gm-ui-hover-effect img {
    margin: 4px!important;
    display: none!important;
}
#map .gm-ui-hover-effect::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f00d";
}
#map .gm-ui-hover-effect {
    background: var(--color-green-dark)!important;
    color: var(--color-white);
    font-size: 14px;
    line-height: 1.6;
    display: block;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    border-radius: 50%;
    right: -10px!important;
    top: -10px!important;
    height: 22px!important;
    width: 22px!important;
	transition: 		all .3s ease-out;
	-moz-transition: 	all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: 		all .3s ease-out;
}
#map .gm-ui-hover-effect:hover {
    background: var(--color-green-dark)!important;
}
#map .gm-ui-hover-effect > span {
    background-color: var(--color-white);
	margin: 0!important;
	height: 0px!important;
}
/* Map EO */



/* Slider */
#slider {
	position: relative;
	text-align: center;
	z-index: 5;
	transition:            all .3s ease-out;
	-moz-transition:       all .3s ease-out;
	-webkit-transition:    all .3s ease-out;
	-o-transition:         all .3s ease-out;
}
#slider.scroll {
	margin-top: 50px;
	transition:            all .3s ease-out;
	-moz-transition:       all .3s ease-out;
	-webkit-transition:    all .3s ease-out;
	-o-transition:         all .3s ease-out;
}
#slider .moduleimage img {
	width: 100%;
	height: auto;
	opacity: 1.0;
	margin-top: 0px;
}
#slider .moduletext {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
#slider p:last-of-type {
	margin-bottom: 0;
}

#slider h2 {
	color: var(--color-white);
	font-size: 3.4vw;
	margin: 0;
}
#slider h3 {
	color: var(--color-white);
	font-size: 1.6vw;
	font-weight: 400;
	margin: 0;
	margin-top: 0.8vw;
}
#slider .linkbutton {
	text-decoration: none;
	font-size: 1.2vw;
	margin-top: 1.8vw;
	text-transform: uppercase;
}
/* Slider EO */





/* Intro */

#intro {
	padding: 75px 0;
	text-align: center;
	text-align: left;
	line-height: 1.6;
	font-size: 17px;
}

#intro h2 {
	margin: 0 0 20px 0;
}
#intro .container {
	padding: 0 200px;
}
#intro p:last-of-type {
	margin-bottom: 0px;
}

.modulefrontlist {
    padding: 30px;
    border-radius: 15px;
    background-color: rgba(var(--color-primary-default),1.00);
    position: relative;
    overflow: hidden;
    color: var(--color-white);
}
.modulefrontlist:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-image: url('/images/bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
.modulefrontlist .module-inner {
    position: relative;
    z-index: 200;
}
.modulefrontlist ul {
	margin-top: 15px;
}
.modulefrontlist ul li {
	padding: 5px 0;
}
.modulefrontlist h1 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 20px;
    color: var(--color-white);
}
/*
.modulefrontlist ul {
	list-style: none;
}
.modulefrontlist ul li {
	padding: 25px 0;
	position: relative;
}
.modulefrontlist ul li:before {
	content:" ";
	display: block;
	height: 1px;
	width: 150px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 75px);
	background-color: rgba(var(--color-primary-default),1.00);
}
*/
/* Intro EO */


.com-content-article__body em {
    color: rgba(var(--color-primary-default),1.00);
    font-style: normal;
    font-weight: 700;
}


/* Call To Action */


#calltoaction .mod-list {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	margin: 15px -15px 15px -15px;
	font-size: 14px;
}
#calltoaction .mod-list > div {
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	padding: 15px;
}
#calltoaction a:hover {
	text-decoration: none;
}
#calltoaction img {
	width: 100%;
	height: auto;
}
#calltoaction h2 {
    color: var(--color-grey-dark);
	font-size: 21px;
	margin: 0;
	padding: 20px 15px 0 15px;
	transition:            all .3s ease-out;
	-moz-transition:       all .3s ease-out;
	-webkit-transition:    all .3s ease-out;
	-o-transition:         all .3s ease-out;
}

#calltoaction .content {
    color: rgba(var(--color-grey-dark),1.00);
    background-color: rgba(var(--color-grey-light),1.00);
	height: 100%;
	position: relative;
	padding-bottom: 60px;
}
#calltoaction .text {
	padding: 15px 15px 10px 15px;
	line-height: 1.6;
}
#calltoaction .text p:last-of-type {
	margin-bottom: 0;
}
#calltoaction .link {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
    color: var(--color-white);
    background-color: rgba(var(--color-primary-default),1.00);
	text-align: center;
	padding: 10px;
	transition:            all .3s ease-out;
	-moz-transition:       all .3s ease-out;
	-webkit-transition:    all .3s ease-out;
	-o-transition:         all .3s ease-out;
	border-radius: 8px;
}

#calltoaction a:hover h2 {
}
#calltoaction a:hover .link {
    background-color: rgba(var(--color-primary-dark),1.00);
}


/* Call To Action EO */



.page-header {
    padding-bottom: 0px;
    margin: 0 0;
    border-bottom: 0px none #eeeeee;
}
.article_wrapper {
	overflow: auto;
}
.article_image {
	float: right;
	width: 50%;
	padding-left: 20px;
	padding-bottom: 20px;
}
.article_image img {
	width: 100%;
	height: auto;
}


/* Kontaktformular */
#contact {
    color: rgba(var(--color-grey-dark),1.00);
	background-color: rgba(var(--color-grey-light),1.00);
	padding: 50px 0;
	z-index: 10;
}
#contact .container {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}
#contact .container .moduleText {
	-ms-flex: 1 1 40%;
	flex: 1 1 40%;
	padding-right: 30px;
}
#contact .container .moduleForm {
	-ms-flex: 1 1 60%;
	flex: 1 1 60%;
}
#contact .convertforms {
    margin-top: 20px;
    font-family: var(--font-default)!important;
}
#contact .convertforms .cf-form-wrap {
    padding: 0!important;
}
#contact h3 {
	margin-top: 0;
	color: rgba(var(--color-grey-dark),1.00);
}
#contact h4 {
	margin-top: 10px;
	color: rgba(var(--color-grey-dark),1.00);
}

#contact .container .moduleText h3 {
	font-weight: 700;
	font-size: 28px;
}
#contact .container .moduleText p:last-of-type {
	margin-bottom: 0;
}
#contact .container .moduleText a {
	font-weight: 700;
	color: rgba(var(--color-grey-dark),1.00);
}
#contact .container .moduleText a:hover {
	color: rgba(var(--color-grey-dark),1.00);
}

#contact .cf-fields {
    display: grid;
    grid-template-columns: auto auto 140px;
    grid-template-rows: auto auto 20px;
    grid-gap: 10px;
    padding: 0px;
    margin: 0!important;
}
#contact .cf-control-group {
    padding: 0px;
}
#contact .cf-control-group input {
}

#contact .cf-control-group.name {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 2;
}
#contact .cf-control-group.email {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 3;
}
#contact .cf-control-group.message {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
}
#contact .cf-control-group.send {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
#contact .cf-control-group.consent {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 3;
    justify-self: end;

}

#contact .cf-control-group.consent .cf-checkbox-group {
    justify-content: flex-end;
}


#contact .cf-control-group.consent label {
	color: var(--color-grey-dark)!important;
	font-size: 13px;
    
}
#contact .cf-control-group.consent label a {
    text-decoration: underline;
	transition: 		all .3s ease-out;
	-moz-transition: 	all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: 		all .3s ease-out;
	color: var(--color-grey-dark)!important;
}
#contact .cf-control-group.consent label a:hover {
    text-decoration: none;
	color: var(--color-grey-dark)!important;
}

#contact .cf-control-group.message textarea {
    height: 90px;
}
#contact .cf-control-group.send button {
    height: 90px;
	background-color: rgba(var(--color-primary-default),1.00)!important;
	font-weight: 700;
    font-family: var(--font-default);
}

#contact .convertforms.cf-success.cf-success-hideform .cf-fields,
#contact .convertforms.cf-success.cf-success-hideform .cf-footer {
    display: none;
}

.convertforms.cf-success .cf-response {
    background-color: transparent!important;
}

.checkbox_styled {
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
}
.checkbox_styled + label::before {
    content: "";
    display: inline-block;
    background: var(--color-white);
    border-radius: 3px;
    border: 1px solid rgba(var(--color-grey-dark),1.00);
    height: 14px;
    width: 14px;
    position: absolute;
    top: 2px;
    left: 0;
}
.checkbox_styled:checked + label::after {
    height: 14px;
    width: 14px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: -3px;
    border-radius: 0px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f00c";
    color: rgba(var(--color-primary-default),1.00);
    font-size: 18px;
}
.checkbox_styled + label {
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    padding-left: 20px!important;
}

html.kontakt #contact .container .moduleForm {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
/* Kontaktformular EO */


.linkbutton {
    color: var(--color-white);
    background-color: var(--color-green);
    border-radius: 5px;
    padding: 7px 16px 6px 16px;
	transition: 		all .3s ease-out;
	-moz-transition: 	all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: 		all .3s ease-out;
    display: inline-block;
	font-weight: 700;
}
.linkbutton:hover {
    color: var(--color-white);
    background-color: var(--color-green-dark);
    text-decoration: none;
	transform: scale(1.1);
}
.linkbutton i {
	margin-left: 8px;
}


/* Products */

.com-content-category-blog h1 {
	margin: 0;
	font-size: 30px;
    color: rgba(var(--color-primary-dark),1.00);
	padding: 35px 0 20px 0;
}

.blog-items {
    flex-wrap: wrap;
	display: flex;
	margin: 0 -15px 15px -15px;
}
.blog-items > div {
	flex: 0 1 25%;
	padding: 15px;
}

.blog-items .item-image img {
	width: 100%;
	height: auto;
}
.blog-items .introtext {
	padding: 15px;
}

.blog-items .page-header h2 {
	font-size: 20px;
	font-weight: 700;
}
.blog-items a:hover {
	text-decoration: none;
}
.blog-items .item-content-image-link:hover + .item-content h2 {
    background-color: var(--color-red-dark);
}


.page-header-main {
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.page-header-main h1 {
	margin: 0;
	font-size: 30px;
    color: rgba(var(--color-primary-dark),1.00);
	padding: 35px 0 20px 0;
}
.page-header-main h2 {
	margin: 8px 0 0 0;
	font-weight: 400;
	font-size: 20px;
    color: var(--color-white);
}


.item-page figure.item-image {
	float: right;
	width: 40%;
	padding-left: 25px;
}
.item-page figure.item-image img {
	width: 100%;
	height: auto;
}









.btn.btn-primary {
    font-family: var(--font-heading);
	font-weight: 300;
    background-color: var(--color-red);
	border: 0 none transparent;
	transition:            all .2s ease-out;
	-moz-transition:       all .2s ease-out;
	-webkit-transition:    all .2s ease-out;
	-o-transition:         all .2s ease-out;
}
.btn.btn-primary:hover {
    background-color: var(--color-red-dark);
}
 .btn.btn-primary.btn-download span.last::before {
     font-family: "Font Awesome 5 Pro";
	 font-weight: 900;
	 content: "\f019";
	 margin-left: 8px;
}
 .btn.btn-primary.btn-pdf span.last::before {
     font-family: "Font Awesome 5 Pro";
	 font-weight: 900;
	 content: "\f1c1";
	 margin-left: 8px;
}




/* Disclaimer */
#spacer {
	height: 80px;
}
#disclaimer {
    padding: 15px 0 20px 0;
    color: var(--color-grey-dark);
	position: relative;
	z-index: 10;
}
#disclaimer .t3-module {
    margin-bottom: 0;
    text-align: center;
    font-size: 11px;
}
#disclaimer .t3-module p:last-of-type {
    margin-bottom: 0;
}
#disclaimer .t3-module a {
    margin: 0 10px;
    color: var(--color-grey-dark);
	text-decoration: none;
}
#disclaimer .t3-module a:hover {
    color: var(--color-grey-dark);
	text-decoration: underline;
}

#disclaimer .t3-module.moduleGoogle {
    font-size: 9px;
    margin-top: 15px;
    color: var(--color-grey-dark);
}
#disclaimer .t3-module.moduleGoogle a {
    margin: 0;
}
/* Disclaimer EO */



/* Samtykke */

.samtykkebox .eb {
    font-family: var(--font-default);
	font-size: 16px;
	color: var(--color-black);
}
.samtykkebox .eb-dialog {
	background-color: var(--color-white)!important;
}
.samtykkebox .eb-content h3 {
	margin-top: 0px!important;
	font-weight: 700;
}
.samtykkebox .eb-content.rstbox-content h3 {
    margin-top: 0;
}
.samtykkebox .eb a {
	color: var(--color-green-dark);
    text-decoration: underline;
	transition: 		all .2s ease-out;
	-moz-transition: 	all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: 		all .2s ease-out;
}
.samtykkebox .eb a:hover {
	color: var(--color-green-dark);
    text-decoration: none;
}
.samtykkebox .button {
	text-align: center;
}
.samtykkebox .eb-btn {
	display: inline-block;
	height: auto;
	padding: 8px 24px 6px 24px;
	font-size: 16px;
	font-weight: 300;
    text-transform: uppercase;
	line-height: 1.42857143;
	color: rgba(255,255,255,1.00);
    background-color: rgba(var(--color-primary-default),1.00)!important;
	background-image: none;
	border: 0 none #cccccc;
	border-radius: 6px;
	margin-top: 15px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
	transition: 		all .2s ease-out;
	-moz-transition: 	all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: 		all .2s ease-out;
}
.samtykkebox .eb-btn:hover {
    color: var(--color-white)!important;
    background-color: rgba(var(--color-primary-default),1.00)!important;
    opacity: 1;
	border-radius: 6px;
}
/* Samtykke EO */





.ba-gallery-content .row-fluid {
    margin-left: 0!important;
    margin-right: 0!important;
    margin-top: 25px;
}
.ba-gallery-grid {
    padding: 0!important;
}



#payoff {
	background-color: rgba(var(--color-primary-default),1.00);
    color: var(--color-white);
    font-size: 22px;
	padding: 25px 25px;
	text-align: center;
	font-weight: 700;
}
#payoff p:last-of-type {
	margin-bottom: 0;
}





/* Footer */



#footer {
    color: rgba(var(--color-grey-dark),1.00);
    font-size: 14px;
	padding: 25px 0;
	text-align: center;
	position: relative;
	z-index: 10;
}

#footer .wrap {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}
#footer .wrap > div {
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
}


#footer a {
    color: rgba(var(--color-grey-dark),1.00);
}
#footer p:last-of-type {
	margin-bottom: 0;
}
#footer .moduleKontaktinfo img {
	width: 250px;
	height: auto;
	margin-bottom: 15px;
}
#footer .moduleSponsor {
	text-align: left;
}
#footer .moduleSponsor h3 {
	margin-top: 0;
}
#footer .moduleSponsor img {
	width: 70px;
	height: auto;
	margin-right: 20px;
}
#footer .moduleBisnode {
	text-align: right;
}
#footer .moduleBisnode img {
	width: 125px;
	height: auto;
}
/* Footer EO */


html.about #below-content {
    background-color: rgba(var(--color-grey-light),1.00);
}
html.about #below-content .container {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}

html.about #below-content .container > div {
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	padding: 10px 0;
}
html.about #below-content .container .header {
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}
html.about #below-content {
    padding: 25px 0;
}
html.about #below-content-bottom {
    padding: 25px 0;
}
html.about #below-content .t3-module {
    padding: 0;
}
html.about #below-content h3 {
	margin-bottom: 15px;
	color: rgba(var(--color-primary-dark),1.00);
}

html.about #below-content ul {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
html.about #below-content ul {
	margin-bottom: 5px;
	padding: 0;
}
html.about #below-content-bottom ul li {
    margin-bottom: 8px;
    padding: 0;
}



html.ul-flexbox .com-content-article ul,
#below-content .ul-flexbox ul {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
    position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
html.ul-flexbox .com-content-article ul li,
#below-content .ul-flexbox ul li {
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	text-align: center;
	padding: 15px 30px;
}

html.ul-flexbox .com-content-article ul li i,
#below-content .ul-flexbox ul li i {
    color: var(--color-green-dark);
	font-size: 50px;
}
html.ul-flexbox .com-content-article ul li h3,
#below-content .ul-flexbox ul li h3 {
	margin-top: 10px;
}



#below-content {
	padding: 0 0 25px 0;
}
#below-content .t3-module {
	padding: 25px 0 30px 0;
}
#below-content .modulecentertext {
	text-align: center;
}

#below-content .moduleudtalelse {
	padding: 40px 0;
}
#below-content .extrapadding {
	padding: 40px 0 30px 0;
}

#below-content .fullwidth.bg-grey {
    background-color: var(--color-grey-dark-light);
}
#below-content h2.module-title {
	font-size: 30px;
}
#below-content .fullwidth img {
	width: 100vw;
	height: auto;
}
#below-content .fullwidth.image {
	padding: 0;
}








/* -----------------------------------------------------------------------------

  Media Query: min-width: 1440px
  
----------------------------------------------------------------------------- */
@media (min-width: 1440px) {
.container {
	width: 1405px;
}


	
}


/* -----------------------------------------------------------------------------

  Media Query: max-width: 1436px
  
----------------------------------------------------------------------------- */
@media (max-width: 1440px) {
.container {
	width: 100%;
}


	

    
}


/* -----------------------------------------------------------------------------

  Media Query: min-width: 1200px
  
----------------------------------------------------------------------------- */
@media (min-width: 1200px) {



	
	
}


/* -----------------------------------------------------------------------------

  Media Query: max-width: 1300px
  
----------------------------------------------------------------------------- */
@media (max-width: 1300px) {


    
}


/* -----------------------------------------------------------------------------

  Media Query: max-width: 1199px
  
----------------------------------------------------------------------------- */
@media (max-width:1199px) {


 .blog-items.products > div {
	-ms-flex: 0 1 33.33%;
	flex: 0 1 33.33%;
}  
    
    
}


/* -----------------------------------------------------------------------------

  Media Query: max-width: 991px
  
----------------------------------------------------------------------------- */
@media (max-width: 991px) {
/*
.t3-navbar.navbar-collapse.collapse {
    display: none!important;
}
*/
#t3-header_scroll .navbar {
    min-height: 50px;
}    
#t3-header_scroll::after {
    top: 50px;
}
	

 #t3-header #phone {
	padding: 15px 10px;
	font-size: 14px;
}
#t3-header #phone h2 {
	font-size: 16px;
}
#intro .container {
	padding: 0 50px;
}
	
html.ul-flexbox .com-content-article ul li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	text-align: center;
	padding: 15px 30px;
}
#below-content .moduleudtalelse .mod-list {
	justify-content: center;
}	
#below-content .moduleudtalelse .mod-list > .box {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}	
	
/* Contact  */ 
	
#contact .container .moduleText {
	-ms-flex: 1 1 100%;
	flex: 1 1 10%;
}
#contact .container .moduleForm {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}
#contact .contact .moduletekst,
#contact .contact .moduleform {
    -ms-flex: 100%;
	flex: 100%;
	max-width: 100%;
    text-align: center;
}   

#contact .contact .moduletekst {
    justify-content: center;
} 
#contact .contact .moduletekst .module-inner,
#contact .contact .moduleform .module-inner  {
    max-width: 100%;
    padding: 30px;
}
/* Contact EO */  	
	
html.about #below-content .container > div {
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}

.blog-items > div {
	flex: 0 1 33.33%;
}
	
}


/* -----------------------------------------------------------------------------

  Media Query: max-width: 767px
  
----------------------------------------------------------------------------- */
@media (max-width: 767px) {

.t3-wrapper {
	margin-top: 50px!important;
}
#t3-mainnav .container {
	padding: 0 15px;
}
#t3-header_scroll {
    margin-top: 0px;
}
#t3-header #logo img {
    height: auto;
    width: 60%;
}
#t3-header.scroll #logo img {
    height: 30px;
}

.page-header-main {
	height: auto;
	min-height: 120px;
	padding-top: 25px;
	padding-bottom: 25px;
}	
.page-header-main h1 {
	font-size: 30px;
}	
.logo-mobile {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px;
}
.logo-mobile img {
	width: 250px;
}	
	
	
	
#t3-header .header-wrapper #phone {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}	
	
	
/* Products */

.blog-items > div {
	flex: 0 1 50%;
}

/* Products EO */
	
/* Off Canvas */
	#mobilemenuck-153-mobile {
		height: 100vh;
	}
/* Off Canvas EO */
	
/* Footer */
#footer .wrap > div {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
	text-align: center;
	margin-top: 30px;
}

/* Footer EO */	
    
	
.article_image {
	float: none;
	width: 100%;
	padding-left: 0px;
	padding-bottom: 20px;
}
	


#t3-header .header-wrapper #logo {
    -ms-flex: 1 1 210px;
    flex: 1 1 210px;
}
#t3-header .header-wrapper #t3-mainnav {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}
	

	
/* Slider */
#slider {
	position: relative;
	margin-top: 0px;
	text-align: center;
}
#slider .moduleimage {
    position: relative;
}
#slider.scroll {
	margin-top: 50px;
}
#slider h2 {
	font-size: 6.4vw;
}
#slider h3 {
	font-size: 4vw;
	margin-top: 2.5vw;
}
#slider .linkbutton {
	font-size: 3.2vw;
	margin-top: 4.3vw;
}
/* Slider EO */	
	
/* Contact */   
#contact .cf-fields {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
}

#contact .cf-control-group.name {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
}
#contact .cf-control-group.email {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
}
#contact .cf-control-group.message {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
}
#contact .cf-control-group.send {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 4;
}
#contact .cf-control-group.consent {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
    justify-self: center;
}
#contact .cf-control-group.send button {
    height: auto;
}
#contact .cf-control-group.consent .cf-checkbox-group {
    justify-content: center;
}
/* Contact EO */    
	
	
html.about #below-content ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}


/* Call To Action */

#calltoaction .mod-list > div {
	-ms-flex: 0 1 33.33%;
	flex: 0 1 33.33%;
}

/* Call To Action EO */
	
#below-content .t3-module {
    padding: 25px 20px 30px 20px;
}
		
}


/* -----------------------------------------------------------------------------

  Media Query: max-width: 599px
  
----------------------------------------------------------------------------- */
@media (max-width: 599px) {
    

/* Products */
.blog-items > div {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
} 

/* Products EO */
  

.left.item-image {
    float: none;
    width: 100%;
    padding-left: 0px;
}
	
/* Contact */   
#contact .cf-control-group.name {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
}
#contact .cf-control-group.email {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
}
#contact .cf-control-group.message {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 3;
}
#contact .cf-control-group.send {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 5;
}
#contact .cf-control-group.consent {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 4;
}  
/* Contact EO */   
	

/* Call To Action */

#calltoaction .mod-list > div {
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

/* Call To Action EO */	
	
	
html.about #below-content ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}	
	
html.ul-flexbox .com-content-article ul li {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	text-align: center;
	padding: 15px 30px;
}
#below-content .moduleudtalelse .mod-list > .box {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}		
#intro .container {
	padding: 0 15px;
}
    
}


/* -----------------------------------------------------------------------------

  Media Query: max-width: 480px
  
----------------------------------------------------------------------------- */
@media (max-width: 480px) {	
	

	
}


/* -----------------------------------------------------------------------------

  Media Query: min-width: 768px
  
----------------------------------------------------------------------------- */
@media (min-width: 768px) {

	
	
}


/* -----------------------------------------------------------------------------

  Media Query: landscape
  
----------------------------------------------------------------------------- */
@media only screen and (orientation: landscape) {

	
}



