/*

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

*/


:root {
    
    --color-yellow: rgba(249,164,26,1.00);
    
    --color-grey: rgba(67,74,83,1.00);
    --color-grey-light: rgba(97,104,114,1.00);
    --color-grey-dark: rgba(62,69,77,1.00);
    
    --color-black: rgba(0,0,0,1.00);
    --color-white: rgba(255,255,255,1.00);
    
    --font-ubuntu: 'Ubuntu', Arial, Tahoma, sans-serif;

}


#Thrane {
	width: 24px;
	height: 24px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	background-image: url(/images/system/Thrane.png);
	background-color:  var(--color-grey-dark);
	background-repeat: no-repeat;
	text-indent: -999999px;
	z-index: 750;
	background-position: 2px 2px;
	opacity: 0.3;
	transition:            all .2s ease-out;
	-moz-transition:       all .2s ease-out;
	-webkit-transition:    all .2s ease-out;
	-o-transition:         all .2s ease-out;
}
#Thrane:hover {
	background-color: var(--color-yellow);
	opacity: 1.0;
}
@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: 35px;
    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-grey-dark);
    font-family: "Font Awesome 6 Pro";
}
#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;
    font-family: "Font Awesome 6 Pro";
}
#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 {
	/*scroll-behavior: smooth;*/
}
body {
    font-family: var(--font-ubuntu);
    color: var(--color-grey-dark);
    background-color: var(--color-white);
    font-weight: 300;
    font-size: 16px;
}

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


/* Removes inner-shadow on iOS */
textarea,
input[type="text"],
input[type="email"]{   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* End */


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-ubuntu);
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 20px;
    margin-bottom: 4px;
}
/* Anchor Offset due to fixed header */
/*#k2Container a[name] {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
*/
/* Anchor Offset due to fixed header EO */

.com-content-article a {
  color: var(--color-grey-dark);
  text-decoration: none;
  box-shadow: 0 -1px 0 0 white inset, 0 -2px 0 0 var(--color-grey-dark) inset;
  transition: all 0.2s ease-out;
}
.com-content-article a:hover {
  color: var(--color-grey-dark);
  text-decoration: none;
  transition: all 0.2s ease-in;
  box-shadow: 0 -1px 0 0 white inset, 0 -2px 0 0 transparent inset;
}
/*
#k2Container a[target="_blank"]::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f08e";
    margin-left: 6px;
    color: rgba(150,150,150,1.00);
    display: inline-block;
}
#k2Container a[target="_blank"]:hover::after {
    text-decoration: none;
    color: rgba(165,86,92,1.00);
}
*/
.divider {
    width: 100%;
    height: 5px;
    background-color: var(--color-yellow);
}
.t3-wrapper {
    background-color: var(--color-white);
  
}

.t3-content {
    padding-top: 0px;
    padding-bottom: 35px;
}
.t3-mainbody {
    padding-top: 0px;
    padding-bottom: 0px;
}
.t3-module {
    margin-bottom: 0px;
}

/* Header */
#t3-header {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
    background-color: var(--color-grey-dark);
	padding-top: 0px;
	padding-bottom: 0px;
    margin-bottom: 0px;
    min-height: 120px;
    position: relative;
	background-image: url(/images/system/cogs.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: -25px -75px;
}
#t3-header #logo {
	-ms-flex: 1 1 295px;
	flex: 1 1 295px;
    max-width: 295px;
    padding: 15px 30px 15px 30px;
}
#t3-header #t3-mainnav {
	-ms-flex: 1 1;
	flex: 1 1;
	display: flex;
    align-items: flex-end;
    padding-left: 220px;
}
#t3-header #logo img {
    width: 100%;
    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: var(--color-grey-dark);
	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 #t3-mainnav_scroll {
	-ms-flex: 1;
	flex: 1;
    padding-left: 15px;
}
#t3-header_scroll #logo-scroll {
	-ms-flex: 1 1 250px;
	flex: 1 1 250px;
    max-width: 250px;
    padding: 9px 15px 5px 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: 40px;
	border: 0px none transparent;
}

/* Main Menu Items */
.nav > li > a,
.nav > li > .separator,
.nav > li > span {
	padding: 10px 12px 10px 12px;
	text-decoration: none;
    font-family: var(--font-ubuntu);
	font-size: 15px;
    font-weight: 300;
    border-bottom: 2px solid var(--color-grey-dark);
}


#t3-header_scroll .nav > li > a,
#t3-header_scroll .nav > li > .separator,
#t3-header_scroll .nav > li > span {
	padding: 10px 10px 10px 10px;
	font-size: 13px;
}
#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-white);
	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: var(--color-grey);
    color: var(--color-white);
    border-bottom: 2px solid var(--color-yellow);
}
.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: var(--color-grey);
    color: var(--color-white);
    border-bottom: 2px solid var(--color-yellow);
}

/* 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: var(--color-grey);
    color: var(--color-white);
    border-bottom: 2px solid var(--color-yellow);
}


/* Color Hover on Active Main Menu Item */
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: var(--color-grey);
    color: var(--color-white);
    border-bottom: 2px solid var(--color-yellow);
}
/* Color on Current Main Manu Item */
.navbar-default .navbar-nav > .current > a {
	background-color: var(--color-grey);
    color: var(--color-white);
    border-bottom: 2px solid var(--color-yellow);
}
/* Color on Hover on Current Main Menu Item */
.navbar-default .navbar-nav > .current > a:hover,
.navbar-default .navbar-nav > .current > a:focus {
	background-color: var(--color-grey);
    color: var(--color-white);
    border-bottom: 2px solid var(--color-yellow);
}

/* Arrow when submenues are present */
.navbar-nav > .dropdown > a .caret,
.navbar-nav > .dropdown > .separator .caret {
	border-color: transparent!important;
    border-top-color: var(--color-yellow)!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-grey-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-grey-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-grey-light);
    color: var(--color-white);
}
.t3-megamenu .dropdown-submenu.mega span {
	background-color: var(--color-grey-light);
    color: var(--color-white);
}
.t3-megamenu .dropdown-submenu.mega.open span {
	background-color: var(--color-grey-light);
    color: var(--color-white);
}
/* Leave on submenu items */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: var(--color-grey-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-grey-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-grey-light);
    color: var(--color-white);
}
/* Color on Active dropdown > dropdown item */
.dropdown-submenu.active .current.active {
	background-color: var(--color-grey-light);
    color: var(--color-white);
}
.mega-dropdown-menu li.current.active a {
	background-color: var(--color-grey-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-grey);
    color: var(--color-white);
}

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

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


#off-menu_286 .sm-logo {
    background-color: var(--color-grey-dark)!important;
    padding: 35px 15px 35px 15px;
    text-align: center;
}
#off-menu_286 .sm-logo img {
    width: 80%;
    height: auto;
}
.sm-container > #off-menu_286 {
	width: 100%!important;
}
.sm-container > #off-menu_286:not(.sm-popup) {
	max-width: 100vw!important;
}
body.sm-open-286 .off-menu_286 .sm-btn-286 {
	left: calc(100% - 50px)!important;
	z-index: 200!important;
}
#off-menu_286 .sm-level.level1 {
    background-color: var(--color-grey-dark);
	background-image: url(/images/system/cogs.png);
    background-repeat: no-repeat;
    background-size: 110vw;
    background-position: -5vw 45vh;
}

/* New Simplified Version 6 CSS */
/* Step 1: Common Properties: All required to make icons render reliably */
.icon::before {
	/* removed font- based rules */
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

/* Step 2: Reference Individual Icons */
.linkedin::before {
	/* using style CSS custom property */
	font: var(--fa-font-brands);
	content: "\f08c";
	font-size: 20px;
	margin-right: 5px;
}

/* Navigation MegaMenu EO */





/* Slider */

#slider .t3-module {
    border-bottom: 5px solid var(--color-yellow);
}
#slider .t3-module {
    margin-bottom: 0px;
}
/* Slider EO */






.itemView {
    position: relative;
}
.overview {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    font-weight: 500;
}
.overview i {
    margin-left: 8px;
    color: rgba(36,116,88,1.00);
    font-size: 16px;
}
.overview a {
    text-decoration: none!important;
}



.contactwrap {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
    margin: 20px -20px 0 -20px;
}
.contactwrap > div {
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
    max-width: 25%;
    padding: 20px;
}
.contactwrap > div img {
    width: 100%;
}




.itemImageBlock {
    width: 40%;
    float: right;
}
.itemImageBlock img {
    width: 100%;
}



/* Intro */
#intro {
    text-align: center;
    padding: 70px 0;
    font-size: 16px;
}
#intro img {
    margin-bottom: 10px;
    max-width: 100%;
}
#intro .container {
    padding: 0 15vw;
}
#intro p:last-of-type {
    margin-bottom: 0;
}
/* Intro EO */



/* Disclaimer */
#disclaimer {
    padding: 20px 0;
    color: var(--color-grey);
}
#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);
}

#disclaimer .t3-module.moduleGoogle {
    font-size: 9px;
    margin-top: 15px;
    color: rgba(255,255,255,0.60);
}
#disclaimer .t3-module.moduleGoogle a {
    margin: 0;
}
/* Disclaimer EO */




/* Map */
#map {
    position: relative;
}
#map .moduleAddress {
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-grey-dark);
    height: 250px;
    width: calc(400px + ((100vw - 1405px)/2));
    padding-right: 30px;
    padding-top: 30px;
    z-index: 100;
    margin-bottom: 0;
    color: var(--color-white);
    font-size: 13px;
}
#map .moduleAddress img {
    width: 130px;
}
#map .moduleAddress .somelink {
    color: rgba(40,51,103,1.00);
    margin-left: 10px;
    font-size: 24px;
}
#map .moduleAddress .logoaddress {
    text-align: right;
}
#map .moduleAddress a {
    color: var(--color-white);
}
#map .moduleAddress .disclaimer {
    position: absolute;
    bottom: 12px;
    right: 30px;
}
#map .moduleAddress .disclaimer a {
    color: rgba(188,188,188,1.00);
    font-size: 10px;
    margin-left: 10px;
}


#map .findvej {
    position: relative;
    display: inline-block;
    background-color: var(--color-grey);
    color: var(--color-white)!important;
    height: 30px;
    padding: 6px 10px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 6px;
}
#map a.findvej:hover {
    text-decoration: none;
}
#map .findvej i {
    margin-right: 6px;
}







/* Background on Full Screen and + and - */
#map button {
    background-color: rgba(255,255,255,1.00)!important;
} 

/* Full Screen button */
#map .gm-fullscreen-control {
    background-color: rgba(255,255,255,1.00)!important;
    font-size: 22px;
    line-height: 1.9;
    color: rgba(120,120,120,1.00);
	transition: 		all .3s ease-out;
	-moz-transition: 	all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: 		all .3s ease-out;
    right: 0!important;
}
#map .gm-fullscreen-control:hover {
    background-color: rgba(255,255,255,1.00)!important;
    color: rgba(120,120,120,1.00);
}





/* Background on Terms */
#map .gmnoprint.gm-style-cc div {
    background-color: rgba(255,255,255,1.00)!important;
}
/* Linkcolor on Terms */
#map .gmnoprint.gm-style-cc > div a {
    color: rgba(74,74,74,1.00)!important;
}

/* Background and fontcolor on Copyright */
#map .gmnoprint .gm-style-cc div {
    background-color: rgba(255,255,255,1.00)!important;
    color: rgba(74,74,74,1.00)!important;
}

/* Shadow on + and - */
#map .gmnoprint.gm-bundled-control div div {
    box-shadow: rgb(0 0 0 / 0%) 0px 1px 4px -1px!important; /* ORG: rgb(0 0 0 / 30%) 0px 1px 4px -1px */
}

/* Placement of controls */
#map .gmnoprint.gm-bundled-control-on-bottom {
    right: 40px!important;
}

/*
If Pegman disabled:
nth-of-type should be 1, otherwise 3
*/

/* Background on line between + and - */
#map .gmnoprint.gm-bundled-control div:nth-of-type(1) {
    background-color: rgba(255,255,255,0.00)!important;
}
/* Transform + and - Works only if above background is transparent */
#map button.gm-control-active {
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px!important;
}


/*
If Pegman disabled:
nth-of-type should be 3, otherwise 1
top should be 0 or less
*/

/* Move + and - up or down */
#map .gmnoprint.gm-bundled-control div:nth-of-type(1) {
    top: -15px!important;
    /* 50px when Pegman is present otherwise -15px */
}

/* Line between + and - */
#map .gmnoprint.gm-bundled-control div:nth-child(1) div div {
    background-color: rgba(230,230,230,0.00)!important; /* ORG: 230,230,230 */
    height: 10px!important;
    position: static!important;
}

/* + button */
#map .gmnoprint.gm-bundled-control div:nth-of-type(1) div button:nth-of-type(1) {
    background-color: rgba(255,255,255,1.00)!important;
    font-size: 22px;
    line-height: 1.9;
    color: rgba(120,120,120,1.00);
	transition: 		all .3s ease-out;
	-moz-transition: 	all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: 		all .3s ease-out;
}
#map .gmnoprint.gm-bundled-control div:nth-of-type(1) div button.gm-control-active:nth-of-type(1):hover {
    background-color: rgba(255,255,255,1.00)!important;
    color: rgba(120,120,120,1.00);
}

/* - button */
#map .gmnoprint.gm-bundled-control div:nth-of-type(1) div button:nth-of-type(2) {
    background-color: rgba(255,255,255,1.00)!important;
    font-size: 22px;
    line-height: 1.9;
    color: rgba(120,120,120,1.00);
	transition: 		all .3s ease-out;
	-moz-transition: 	all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: 		all .3s ease-out;
}
#map .gmnoprint.gm-bundled-control div:nth-of-type(1) div button:nth-of-type(2):hover {
    background-color: rgba(255,255,255,1.00)!important;
    color: rgba(120,120,120,1.00);
}



/* Background on Pegman */
#map .gmnoprint.gm-bundled-control div:nth-of-type(2) {
    background-color: rgba(255,255,255,1.00)!important;
    border-radius: 50%!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 .gmnoprint.gm-bundled-control div:nth-of-type(2):hover {
    background-color: rgba(0,12,46,1.00)!important;
}

/* Background on popup */
#map .gm-style .gm-style-iw-c,
#map .gm-style-iw-d {
    background-color: rgba(255,255,255,1.00)!important;
    max-width: 300px!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-ubuntu)!important;
    text-transform: normal!important;
    color: var(--color-grey-dark)!important;
    font-weight: 700!important;
    font-size: 20px!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;
    color: var(--color-black)!important;
}
#map .uk-scope *+.uk-margin a {
    color: rgba(185,0,0,1.00);
}

/* Popup close */
#map .gm-ui-hover-effect img {
    margin: 4px!important;
    display: none!important;
}
#map .gm-ui-hover-effect::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f00d";
}
#map .gm-ui-hover-effect {
    background: var(--color-grey)!important;
    color: rgba(255,255,255,1.00);
    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-grey)!important;
}
#map .gm-ui-hover-effect > span {
    background-color: var(--color-white);
	margin: 0!important;
	height: 0px!important;
}
/* Map EO */




/* Samtykke */

.samtykkebox .eb {
    font-family: var(--font-ubuntu);
}
.samtykkebox .eb-content.rstbox-content h3 {
    margin-top: 0;
}
.samtykkebox .eb a {
	color: var(--color-grey-dark);
    text-decoration: underline;
}
.samtykkebox .eb a:hover {
    text-decoration: none;
}
.samtykkebox .eb-btn {
	display: block;
	height: auto;
    width: 100%;
	padding: 8px 12px 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: rgba(255,255,255,1.00);
    background-color: var(--color-grey)!important;
	background-image: none;
	border: 0 none #cccccc;
	border-radius: 6px;
    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);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .15s;
}
.samtykkebox .eb-btn:hover {
    background-color: var(--color-grey)!important;
    opacity: 1;
}
/* Samtykke EO */










.column2 {
    margin: 0 -15px;
}
.column2  h4 {
    margin-top: 0;
}





.com-content-article .page-header {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    min-height: 120px;
    margin-bottom: 35px;
    background-color: var(--color-grey);
	padding-bottom: 0px;
}
.com-content-article .page-header .container {
    padding-left: 30px;
}
body.has-scrollbar .com-content-article .page-header {
    width: calc(100vw - 8px);
}
.com-content-article .page-header .content {
    min-height: 120px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 20px 15px;
}
.com-content-article .page-header img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.com-content-article .page-header h1 {
    font-family: var(--font-ubuntu);
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-size: 40px;
    color: var(--color-white);
}
.com-content-article .page-header h2 {
    font-family: var(--font-ubuntu);
    margin: 0;
    font-size: 18px;
    color: var(--color-white);
}



html.sidebar .com-content-article .page-header {
    left: 67.16%;
}
.t3-sidebar-right {
    margin-top: 160px;
}





div.catItemView {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid rgba(200,200,200,1.00);
}
div.catItemIntroText {
    padding: 0 0;
    font-weight: 300;
}
div.catItemHeader h3.catItemTitle {
    padding: 0 0;
    margin: 6px 0 0 0;
}
div.catItemHeader h3.catItemTitle i {
    margin-left: 8px;
}
div.catItemHeader h3.catItemTitle a {
    text-decoration: none!important;
    color: rgba(255,255,255,1.00);
}
div.itemContainer {
    padding-top: 10px;
    float: none;
}

.catItemTitle .date {
    font-family: var(--font-ubuntu);
    font-size: inherit;
    margin-right: 6px;
}
.catItemTitle i {
    float: right;
    color: var(--color-orange);
}

#k2Container {
    padding: 0 15px;
}
div.itemBody {
    padding: 0 0 0 0;
    margin: 0;
}
div.itemView {
    padding: 0;
    margin: 0 0 0 0;
}
div.itemIntroText {
    color: rgba(255,255,255,1.00);
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    padding: 4px 0 0 0;
}

#k2Container .itemBody strong {
    font-family: var(--font-ubuntu);
}




/* Footer */
#footer {
    background-color: var(--color-white);
    color: var(--color-white);
    font-size: 14px;
    position: relative;
    padding: 20px 0;
	text-align: center;
}
#footer .t3-module {
    margin-bottom: 0;
}
#footer a {
    color: var(--color-white);
}
#footer p:last-of-type {
    margin-bottom: 0;
}
#footer img {
	width: 80vw;
	max-width: 450px;
}

/* Footer EO */




/* CTA EO */
#cta {
    margin-top: 10px;
}
#cta a:hover {
    text-decoration: none;
}
#cta .k2ItemsBlock {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
    margin: 0 -5px;
}
#cta .k2ItemsBlock > div {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 50%;
    padding: 10px;
}
#cta .k2ItemsBlock img {
    width: 100%;
}
#cta .box {
    color: var(--color-white);
    background-color: var(--color-grey-dark);
    height: 100%;
    font-size: 16px;
    position: relative;
}
#cta .header {
    color: var(--color-white);
    background-color: var(--color-dark);
    padding: 14px 16px;;
}
#cta .header h2 {
    font-family: var(--font-ubuntu);
    font-size: 34px;
    margin: 0;
}
#cta .header h2 i {
    margin-right: 14px;
}
#cta .header .title {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
}

#cta .intro {
    padding: 15px;
}
#cta .intro p:last-of-type {
    margin-bottom: 0;
}
#cta .readmore {
    font-size: 30px;
    position: absolute;
    right: 20px;
    bottom: 5px;
}
#cta .readmore i {
	transition: 		all .3s ease-out;
	-moz-transition: 	all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: 		all .3s ease-out;
}
#cta a:hover .readmore i {
    color: var(--color-grey);
}

#cta ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
#cta ul li {
    display: list-item;
    margin-bottom: 0;
}
/* CTA EO */





/* Contact */
#contact {
	color: var(--color-white);
	background-color: var(--color-grey-light);
    position: relative;
}

#contact .convertforms {
    margin-top: 20px;
}
#contact .convertforms .cf-form-wrap {
    padding: 0!important;
}


#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-white)!important;
    
}
#contact .cf-control-group.consent label a {
    text-decoration: underline;
}

#contact .cf-control-group.message textarea {
    height: 90px;
}
#contact .cf-control-group.send button {
    height: 90px;
	background-color: var(--color-grey-dark)!important;
}

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



.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 var(--color-grey-dark);
    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 6 Pro";
    font-weight: 900;
    content: "\f00c";
    color: var(--color-grey);
    font-size: 18px;
}
.checkbox_styled + label {
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    padding-left: 20px!important;
}





#contact h2,
#contact h3 {
    margin-top: 0;
}
#contact p:last-of-type {
    margin-bottom: 0;
}
#contact .contact {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}
#contact .contact > div {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 50%;
	margin-bottom: 0;
}
#contact .contact .moduletekst {
    -ms-flex: 0 0 calc(500px + ((100vw - 1405px)/2));
	flex: 0 0 calc(500px + ((100vw - 1405px)/2));
	max-width: calc(500px + ((100vw - 1405px)/2));
	background-color: var(--color-grey);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#contact .contact .moduletekst h2 {
    text-transform: uppercase;
}
#contact .contact .moduleform {
	-ms-flex: 0 0 calc(890px + ((100vw - 1405px)/2));
	flex: 0 0 calc(890px + ((100vw - 1405px)/2));
	max-width: calc(890px + ((100vw - 1405px)/2));
}

#contact .contact .moduletekst .module-inner {
    max-width: 500px;
    padding: 30px 30px 30px 15px;
}
#contact .contact .moduleform .module-inner {
    max-width: 890px;
    padding: 30px 15px 30px 30px;
}

#contact .contact a {
    color: var(--color-white);
	text-decoration: none;
}
#contact .contact a:hover {
    color: var(--color-white);
	text-decoration: underline;
}
#contact a.samtykke {
    color: var(--color-white);
	text-decoration: underline!important;
}
#contact a.samtykke:hover {
    color: var(--color-white);
	text-decoration: none!important;
}
/* Contact EO */



/* Cookie */
.cpnb-text-center {
    text-align: left!important;
}
.cpnb-m-cookies-floatButton-icon {
    width: 20px;
    height: 20px;
}
.cpnb-m-cookies-floatButton-icon img {
    width: 20px!important;
    height: 20px!important;
    opacity: 0.6;
	transition: 		opacity .3s ease-out;
	-moz-transition: 	opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: 		opacity .3s ease-out;
}
.cpnb-m-cookies-floatButton-icon img:hover {
    opacity: 1.0;
}
.cpnb-m-cookies-floatButtonPosition_bottom_left {
	left: 5px!important;
}
.cpnb-m-cookies-floatButton {
	bottom: 40px!important;
}
.cpnb-button-ok {
    text-shadow: 0 0px 0 rgb(0 0 0 / 0%)!important;
    font-weight: 500!important;
}
.cpnb-margin {
    margin-top: 15px;
}
.cpnb-button, .cpnb-button-ok {
}
.cpnb-cookies-table-container table {
    line-height: 1.25;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    color: var(--color-grey-dark)!important;
}
.cpnb-cookies-table-container table tr {
    background-color: transparent!important;
    border: 1px solid #ddd;
    padding: .35em;
}
.cpnb-button-ok {
    font-weight: normal!important;
}
.cpnb-cookies-info .cpnb-button-decline,
.cpnb-cookies-info .cpnb-button-delete,
.cpnb-cookies-info .cpnb-button-decline-modal,
.cpnb-cookies-info .cpnb-m-DeclineAllButton {
    color: var(--color-white)!important;
    background-color: var(--color-grey)!important;
}
.cpnb-cookies-info .cpnb-button-cancel,
.cpnb-cookies-info .cpnb-button-reload,
.cpnb-cookies-info .cpnb-button-cancel-modal {
    color: var(--color-white)!important;
    background-color: var(--color-grey)!important;
}
/* Cookie EO */


.itemFullText p:last-of-type {
    margin-bottom: 0;
}

.itemFullText .convertforms.booking {
    max-width: 700px!important;
}
.itemFullText .convertforms.booking .cf-label {
    color: rgba(255,255,255,1.00)!important;
}


.table.table-sm {
    width: 50%!important;
    max-width: 100%;
    margin-bottom: 10px;
    color: var(--color-white);
    background-color: var(--color-grey);
    border-radius: 10px;
    border: 0 none transparent;
    margin-top: 10px;
    overflow: hidden;
}
.table.table-sm thead tr {
    background-color: var(--color-grey-dark);
    font-family: var(--font-ubuntu);
}
.table.table-sm tr td:nth-child(2),
.table.table-sm tr td:nth-child(3) {
    text-align: right;
    width: 100px;
}
.table.table-sm > thead > tr:first-of-type > th,
.table.table-sm > tbody > tr:first-of-type > th,
.table.table-sm > tfoot > tr:first-of-type > th,
.table.table-sm > thead > tr:first-of-type > td,
.table.table-sm > tbody > tr:first-of-type > td,
.table.table-sm > tfoot > tr:first-of-type > td {
    border: 0 none transparent;
}
.table.table-sm > thead > tr > th,
.table.table-sm > tbody > tr > th,
.table.table-sm > tfoot > tr > th,
.table.table-sm > thead > tr > td,
.table.table-sm > tbody > tr > td,
.table.table-sm > tfoot > tr > td {
    padding: 10px;
    border-top: 1px solid var(--color-grey-light);
}




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

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


	
}


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

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

   
    
/* Footer */


/* Footer EO */   
    
    
    


   
    
   
  
    
 
    
    
    
    
}


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

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



	
	
}


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

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

    
/* Map */
#map .moduleAddress {
    width: 350px;
}   
/* Map EO */ 
    
}


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

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



    
    
    
/* Intro */
#intro {
    background-size: 25vw;
}  
#intro .container {
    padding: 0 15vw;
}  
/* Intro EO */
    
    
    
    
.table.table-sm {
    width: 60%!important;
}
    
    
    
 
    
}


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

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


#t3-header_scroll .navbar {
    min-height: 50px;
}    
    

    

/* Footer */
#footer .wrap .modulelogo {
	-ms-flex: 1 1 33.33%;
	flex: 1 1 33.33%;
	max-width: 33.33%;
    text-align: center;
}
#footer .wrap .modulelogo img {
    width: 150px;
}
#footer .wrap .modulekontakt {
	-ms-flex: 1 1 33.33%;
	flex: 1 1 33.33%;
	max-width: 33.33%;
    text-align: center;
}
#footer .wrap .moduleadresse {
	-ms-flex: 1 1 33.33%;
	flex: 1 1 33.33%;
	max-width: 33.33%;
    text-align: center;
}
#footer .wrap .moduletider {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
    text-align: center;
}
/* Footer EO */

    
    
/* Intro */
#intro .container {
    padding: 0 10vw;
}  
    
/* Intro EO */
   

  
.table.table-sm {
    width: 80%!important;
}
    
    
/* Contact  */ 
#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.sidebar .itemView .header {
    left: 76.3%;
}  
  
    
    

.contactwrap > div {
	-ms-flex: 1 1 33.33%;
	flex: 1 1 33.33%;
    max-width: 33.33%;
}    
    
    
    
}


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

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

body {
    padding-top: 50px;
}    

    
    
    
    
#t3-header #logo {
    display: none;
}
#t3-header #logo-scroll {
    display: block;
    position: absolute;
    top: 13px;
    right: 15px;
} 
#t3-header #logo-scroll p:last-of-type {
    margin-bottom: 0;
} 
#t3-header #logo-scroll img {
    width: 200px;
    margin: 0;
} 
#t3-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 50px;
    min-height: inherit;
	background-image: url(/images/system/cogs.png);
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: -25px -100px;
}
 #t3-header.fixed {
	-webkit-box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.3);
	box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.3);
}   
    
    
#t3-header .mainmenu .logo {
	-ms-flex: 1 1 270px;
	flex: 1 1 270px;
	max-width: 270px;
}
#t3-header .mainmenu .logo a {
    padding: 12px 15px 14px 15px;
}
#t3-header .mainmenu .logo img {
    height: 24px;
}
/*    
.off-menu_183 dl dt:after, .off-menu_183 dl.level1 > dt:after {
    width: 0px!important;
}     
*/   
  #submenu a i {
    color: rgba(174,106,112,1.00);
    font-size: 20px;
    margin-right: 10px;
	transition:         color .3s ease-out;
	-moz-transition:    color .3s ease-out;
	-webkit-transition: color .3s ease-out;
	-o-transition:      color .3s ease-out;
}
#submenu a:hover i {
    color: rgba(165,86,92,1.00);
}
   
    
.level1.off-nav-781,
.level1.off-nav-782,
.level1.off-nav-783 {
    display: none;
}

/* Intro */

#intro .container {
    padding: 0 10vw;
}  
/* Intro EO */
    


    
.contactwrap > div {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
    max-width: 50%;
}   
  
    
    
    
/* 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 */     
    
#languageswitcher {
    right: 10px;
    font-size: 14px;
}
     
html.sidebar .itemView .header {
    left: 50%;
}  
.t3-sidebar-right {
    margin-top: 0px;
}   
   
    
/* Map */
#map .moduleAddress {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 35px;
    padding-bottom: 15px;
    text-align: center;
}
#map .moduleAddress img {
    width: 46vw;
}
#map .moduleAddress .disclaimer {
    display: inline-block;
    position: relative;
    bottom: inherit;
    right: inherit;
    margin-top: 15px;
}
/* Map EO */  
    
    
    
}


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

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



    
    
/* Footer */
#footer .wrap .modulelogo,
#footer .wrap .modulekontakt,
#footer .wrap .moduleadresse,
#footer .wrap .moduletider {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
    text-align: center;
}
#footer .wrap .modulelogo img {
    width: 150px;
}
/* Footer EO */ 
    

.itemImageBlock {
    width: 100%;
    float: none;
}    
    
.contactwrap > div {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
    max-width: 100%;
}  
    
/* Intro */

#intro {
    background-size: 60vw;
}  
/* Intro EO */
   
    
/* Map */
#map .moduletext {
    position: relative;
    height: auto;
}     
#map .moduletext img {
    float: left!important;
}    
#map .moduletext .customtext {
    padding: 30px;
}   
#map .moduletext .customtext p:first-of-type {
    margin-bottom: 0;
}  
/* Map EO */ 
    
   
/* CTA */ 
#cta .k2ItemsBlock > div {
	-ms-flex: 1 1 100%!important;
	flex: 1 1 100%!important;
	max-width: 100%!important;
}
/* CTA EO */  

    
/* Slider */  
#slider .moduletext {
}
#slider .moduletext {
    padding: 0 15px;
}
#slider .moduletext .wrap > div {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}
/* Slider EO */  
    
.itemView .header {
    width: 100vw;
}  
.itemView .header img {
    width: 150vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25vw;
    right: 0;
    margin: auto;
}
    
    
/* 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 */    
    
    
    
    
}


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

  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) {

	
}



