/* generic.css */
/* generic stylesheet for listbased navigation */
/* sets standard properties that may be modified later by specific gallery or custom stylesheets */

div.navigationwrapper
{
	clear:both;
}

/* remove all standard list looks */
ul.navigationlist
{
	list-style-type:none;
	margin:0;
	padding:0;
	min-width:1%; /* this rule fixes a display bug in IE7 by forcing it to calculate the menu width */
}
/* all menu items */
ul.navigationlist li.navigationlistitem
{
	margin:0;
	padding:0;
	display:block;
	float:left;
}
/* last menu item */
ul.navigationlist li.lastitem
{
}
/* all menu item links */
ul.navigationlist li.navigationlistitem a
{
	display:block;
	float:left;
	text-decoration:none;
	padding:0px;
}
/* all menu item links on hover */
ul.navigationlist li.navigationlistitem a:hover
{
	padding:0px;
	border:none;
}
/* last menu item link */
ul.navigationlist li.lastitem a
{
	clear:right;
}
/* text inside all menu item links */
ul.navigationlist li.navigationlistitem a span
{
	padding:7px 15px;
	display:block;
	white-space:nowrap;
}

/* menu items that should not appear in standard desktop mode (but still needs to be in the DOM to be available for a responsive mode) */
.ts-dt-hide, ul.navigationlist li.navigationlistitem.ts-dt-hide
{
    display:none;
}
/* defaultresponsive.css */
/* Begin defaultresponsive.css stylesheet, auto created on publish of sitelayout 58, 03-03-2026 18:44:04 */
@media screen and (max-width: 1024px)
{
	/* System default tabletlandscape mode: */
	.ts-tl-hide { display:none }
	.ts-tl-show { display:block }
	span.ts-tl-show, img.ts-tl-show { display:inline }
	li.ts-tl-show { display:list-item }
	table.ts-tl-show { display:table }
	tr.ts-tl-show { display:table-row }
	td.ts-tl-show, th.ts-tl-show { display:table-cell }
}
@media screen and (max-width: 768px)
{
	/* System default tabletportrait mode: */
	.ts-tp-hide { display:none }
	.ts-tp-show { display:block }
	span.ts-tp-show, img.ts-tp-show { display:inline }
	li.ts-tp-show { display:list-item }
	table.ts-tp-show { display:table }
	tr.ts-tp-show { display:table-row }
	td.ts-tp-show, th.ts-tp-show { display:table-cell }
}
@media screen and (max-width: 568px)
{
	/* System default phonelandscapewide mode: */
	.ts-plw-hide { display:none }
	.ts-plw-show { display:block }
	span.ts-plw-show, img.ts-plw-show { display:inline }
	li.ts-plw-show { display:list-item }
	table.ts-plw-show { display:table }
	tr.ts-plw-show { display:table-row }
	td.ts-plw-show, th.ts-plw-show { display:table-cell }
}
@media screen and (max-width: 480px)
{
	/* System default phonelandscape mode: */
	.ts-pl-hide { display:none }
	.ts-pl-show { display:block }
	span.ts-pl-show, img.ts-pl-show { display:inline }
	li.ts-pl-show { display:list-item }
	table.ts-pl-show { display:table }
	tr.ts-pl-show { display:table-row }
	td.ts-pl-show, th.ts-pl-show { display:table-cell }
}
@media screen and (max-width: 320px)
{
	/* System default phoneportrait mode: */
	.ts-pp-hide { display:none }
	.ts-pp-show { display:block }
	span.ts-pp-show, img.ts-pp-show { display:inline }
	li.ts-pp-show { display:list-item }
	table.ts-pp-show { display:table }
	tr.ts-pp-show { display:table-row }
	td.ts-pp-show, th.ts-pp-show { display:table-cell }
}
/* End of defaultresponsive.css stylesheet generated by sitelayout 58 */
/* master.css */
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* This file was auto generated when the font was added or modified by ts-hba at 27-06-2019 11:02:44 */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* Generel skrifttype, -stÃ¸rrelse og linieafstand */
body, td, input, textarea, select
{
	font-family: 'Open Sans Regular';
}

/* Generel skrifttype, -størrelse og linieafstand */
body, td, input, textarea, select
{
	font-size: 8pt;
	line-height: 11pt;
}

/* Normal afsnit og intro afsnit */
p
{
	margin: 0px 0px 2px 0px;
}

/* Alle links */
a
{
	text-decoration: none;
}

/* Alle links - mouseover */
a:hover
{
	text-decoration: underline;
}

/* Links i overskrifter - mouseover */
h1 a:hover, h2 a:hover, h3 a:hover
{
	text-decoration: none;
}

/* Sidetitel */
.pageheader
{
	font-size: 11pt;
	margin: 0px 0px 8px;
}

/* Afsnitsoverskrift */
.sectionheader
{
	font-size: 9pt;
	margin: 12px 0px 6px;
}

table
{
	border-collapse: collapse;
}
table[cellspacing]
{
    border-collapse: separate;
}

/* Tabel i standardformat - overskrift */
/*.tableheader, .tableheader td*/
.tableheader > td, .tableheader > th
{
	font-weight: 700;	
	padding: 3px 8px 4px;
}

/* Tabel i standardformat - rækker */
.tablelineodd, .tablelineodd > td, .tablelineeven, .tablelineeven > td
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px 8px;
}



body, td, input, textarea, select
{
	color: #333;
}
a
{
	color: #072160;
}
a:hover
{
	border-bottom-color: #072160;
}
.sectionheader a[name]
{
	color: #333;
}
table
{
	border-color: #333;
}
.tableheader, .tableheader td, .tableheader th
{
	background-color: #072160;
	color: white;
	border-color: #072160;
	border-bottom-color: #333;
}
.tablelineodd, .tablelineodd td
{
	border-bottom-color: #333;
}
.tablelineeven, .tablelineeven td
{
	border-bottom-color: #333;
}
html {height:100%}
body {background:rgb(255, 255, 255) none; margin:0px 0px 0px 0px; height:100%}
#layoutbox56 {width:100%; min-height:20px; padding-top:130px; float:left}
#layoutbox69 {width:100%; background:rgb(255, 255, 255) none; position:fixed; top:0px; left:0px}
#layoutbox31 {height:50px; overflow:visible; background:rgb(255, 255, 255) none}
#layoutbox32 {width:100%; max-width:1200px; height:50px; overflow:visible; margin-right:auto; margin-left:auto; position:relative; top:0px; left:0px}
#layoutbox8 {width:0px; height:50px; overflow:hidden; float:right; background:rgb(7, 33, 96) none; opacity:1; display:block; position:absolute; top:0px; right:35px}
@media screen and (min-width: 769px)
{
	#layoutbox8[data-ts-transitiontype="userdefined"]{transition:all 500ms ease 0ms}
	#layoutbox8[data-ts-transitionstate="state1"]{width:0px}
	#layoutbox8[data-ts-transitionstate="state2"]{width:260px}
}
@media screen and (max-width: 768px)
{
	#layoutbox8[data-ts-transitiontype="userdefined"]{transition:all 500ms ease 0ms}
	#layoutbox8[data-ts-transitionstate="state1"]{width:0px}
	#layoutbox8[data-ts-transitionstate="state2"]{width:300px}
}
body.ie8 #layoutbox8[data-ts-transitiontype="userdefined"]{}
body.ie8 #layoutbox8[data-ts-transitionstate="state1"]{width:0px}
body.ie8 #layoutbox8[data-ts-transitionstate="state2"]{width:260px}

#layoutbox60 {width:250px; min-height:20px; transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%); position:absolute; top:50%; left:50%}
#layoutbox37 {width:35px; height:50px; overflow:hidden; float:right; background:rgb(7, 33, 96) url(/media/sitelayouts/108/imagegenerator/40x0/icon-search-white.png) no-repeat 50% 50%; background-size:contain}
#layoutbox73 {width:25px; height:50px; overflow:hidden; margin-right:15px; float:right}
#layoutbox74 {width:25px; min-height:40px; margin-top:5px; background:url(/media/sitelayouts/108/imagegenerator/25x25/germanyFlag.png) no-repeat 50% 50%; background-size:auto}
#layoutbox65 {width:25px; height:50px; overflow:hidden; margin-right:15px; float:right}
#layoutbox68 {width:25px; min-height:40px; margin-top:5px; background:url(/media/sitelayouts/108/imagegenerator/25x25/english-flag_1.png) no-repeat 50% 50%; background-size:auto}
#layoutbox35 {height:50px; overflow:hidden; margin-right:15px; float:right; opacity:1}
div#mergefield_richtext9 {margin-top:12px}
#layoutbox34 {height:50px; overflow:hidden; margin-right:20px; float:right; opacity:1}
div#mergefield_richtext8 {margin-top:12px}
#layoutbox33 {height:50px; overflow:hidden; margin-right:20px; float:right; opacity:1}
div#mergefield_richtext7 {margin-top:12px; padding-left:0px}
#layoutbox36 {height:50px; overflow:hidden; margin-right:20px; margin-left:0px; float:right}
div#mergefield_richtext13 {margin-top:12px}
#layoutbox18 {width:100%; float:left}
#layoutbox2 {width:100%; max-width:1200px; height:80px; overflow:hidden; margin-right:auto; margin-left:auto; float:none; background:transparent none; display:flex; justify-content:space-between; align-items:center; position:relative; top:0px; left:0px}
div#mergefield_tresu-logo-new > a > img {border:none}
div#mergefield_tresu-logo-new {float:left; position:relative; top:0px; left:10px}
#layoutbox23 {min-width:400px; min-height:20px; float:right}
#layoutbox9 {width:110px; min-height:30px; margin-right:10px; margin-left:5px; float:right; display:none; position:relative; top:0px; right:0px}
div#mergefield_richtext6 {margin:3px 0px 6px 0px; float:left}
#layoutbox10 {width:30px; min-height:3px; background:rgb(23, 29, 100) none; position:absolute; top:4px; right:0px}
#layoutbox10[data-ts-transitiontype="userdefined"]{transition:all 500ms ease 0ms}
#layoutbox10[data-ts-transitionstate="state2"]{top:14px;transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg)}
body.ie8 #layoutbox10[data-ts-transitiontype="userdefined"]{}
body.ie8 #layoutbox10[data-ts-transitionstate="state2"]{top:14px;transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg)}

#layoutbox11 {width:30px; min-height:3px; background:rgb(23, 29, 100) none; position:absolute; top:14px; right:0px}
#layoutbox11[data-ts-transitiontype="userdefined"]{transition:all 500ms ease 0ms}
#layoutbox11[data-ts-transitionstate="state2"]{display:block;opacity:0}
body.ie8 #layoutbox11[data-ts-transitiontype="userdefined"]{}
body.ie8 #layoutbox11[data-ts-transitionstate="state2"]{display:block;opacity:0}

#layoutbox12 {width:30px; min-height:3px; background:rgb(23, 29, 100) none; position:absolute; top:24px; right:0px}
#layoutbox12[data-ts-transitiontype="userdefined"]{transition:all 500ms ease 0ms}
#layoutbox12[data-ts-transitionstate="state2"]{top:14px;transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg)}
body.ie8 #layoutbox12[data-ts-transitiontype="userdefined"]{}
body.ie8 #layoutbox12[data-ts-transitionstate="state2"]{top:14px;transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg)}

#layoutbox21 {width:260px; min-height:400px; float:left; background:rgb(7, 33, 96) none; position:fixed; top:0px; left:-260px}
#layoutbox21[data-ts-transitiontype="userdefined"]{transition:all 500ms ease 0ms}
#layoutbox21[data-ts-transitionstate="state2"]{background-color:rgb(34, 44, 87);left:0px;position:absolute}
body.ie8 #layoutbox21[data-ts-transitiontype="userdefined"]{}
body.ie8 #layoutbox21[data-ts-transitionstate="state2"]{background-color:rgb(34, 44, 87);left:0px;position:absolute}

#layoutbox4 {width:100%; max-width:1000px; min-height:40px; margin-right:auto; margin-left:auto; padding-top:40px; padding-right:0px; padding-left:0px; float:none; background:rgb(34, 44, 87) none; position:relative; top:0px; left:0px}
#layoutbox4[data-ts-transitiontype="userdefined"]{transition:all 500ms ease 0ms}
body.ie8 #layoutbox4[data-ts-transitiontype="userdefined"]{}

div#mergefield_navigation_level5,[data-tsnavid="mergefield_navigation_level5"] {padding-left:20px}
div#mergefield_navigation_level4,[data-tsnavid="mergefield_navigation_level4"] {padding-left:15px}
div#mergefield_navigation_level3,[data-tsnavid="mergefield_navigation_level3"] {padding-left:10px}
div#mergefield_navigation_level2,[data-tsnavid="mergefield_navigation_level2"] {padding-left:5px; background:rgb(34, 44, 87) none}
#layoutbox1 {width:100%; margin-right:auto; margin-left:auto; float:left; background:transparent none}
#layoutbox3 {width:100%; margin-right:auto; margin-left:auto; float:none; position:relative; top:0px; left:0px}
#layoutbox70 {min-height:20px; clear:both; background:rgb(229, 229, 229) none; display:none; position:relative; top:-1px}
#layoutbox71 {width:100%; max-width:1200px; min-height:20px; margin-right:auto; margin-left:auto; padding:10px 10px 10px 10px; display:flex}
#layoutbox72 {width:16px; height:16px; overflow:hidden; margin-right:10px; background:url(/media/sitelayouts/108/home-icon.png) repeat 50% 50%; background-size:contain}
#layoutbox19 {min-height:20px; margin-right:auto; margin-left:auto; padding-bottom:0px; float:none; background:rgb(237, 237, 237) none}
#layoutbox20 {min-height:20px; margin-right:auto; margin-left:auto; padding:0px 0px 0px 0px; float:none; background:rgb(255, 255, 255) none}
#layoutbox5 {width:100%; min-height:20px; margin-right:auto; margin-left:auto; padding:0px 0px 0px 0px; float:left; background:rgb(255, 255, 255) none}
div#mergefield_main {padding-top:0px; padding-right:0px; padding-bottom:0px; background:rgb(255, 255, 255) none}
#layoutbox49 {min-height:20px; clear:both; display:none}
#layoutbox7 {width:100%; margin-right:auto; margin-left:auto; padding-top:0px; padding-bottom:0px; float:left; background:rgb(237, 237, 237) none}
#layoutbox30 {width:100%; min-height:20px; margin-right:auto; margin-left:auto; padding-top:10px; padding-bottom:50px; background:rgb(255, 255, 255) none; border-top-style:solid; border-right-style:none; border-bottom-style:none; border-left-style:none; border-top-width:1px; border-top-color:rgb(7, 33, 96)}
#layoutbox22 {width:100%; max-width:1024px; min-height:100px; margin-right:auto; margin-left:auto; padding:15px 25px 15px 25px; float:none; clear:both; background:transparent none}
#layoutbox57 {width:33%; min-height:80px; padding:15px 15px 15px 70px; float:left; background:transparent url(/media/sitelayouts/108/imagegenerator/50x0/icon-signup.png) no-repeat 0% 50%; background-size:50px}
#layoutbox58 {width:34%; min-height:80px; padding:15px 15px 15px 70px; float:left; background:transparent url(/media/sitelayouts/108/imagegenerator/50x0/icon-webshop-new.png) no-repeat 0% 50%; background-size:auto}
#layoutbox59 {width:33%; min-height:80px; padding:15px 15px 15px 70px; float:left; background:transparent url(/media/sitelayouts/108/imagegenerator/50x0/icon-contact.png) no-repeat 0% 50%; background-size:50px}
#layoutbox61 {min-height:20px; padding:30px 30px 30px 30px; clear:both; background:rgb(255, 255, 255) none; border-top-style:solid; border-right-style:none; border-bottom-style:none; border-left-style:none; border-top-width:1px; border-top-color:rgb(241, 241, 242); display:none}
#layoutbox62 {width:100%; max-width:1024px; min-height:20px; margin-right:auto; margin-left:auto}
#layoutbox63 {width:100%; clear:both}
#layoutbox50 {min-height:1px; clear:both}
div#sitelayout108 {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; width:100%; min-height:100%; margin:auto auto auto auto; background:rgb(255, 255, 255) none; border-top-style:none; border-right-style:none; border-bottom-style:none; border-left-style:none; position:relative}
 .layoutcolumn {display:table-cell;overflow:hidden;float:none;vertical-align:top;box-sizing:border-box;}
 .layoutcolumnset {display:table;table-layout:fixed;width:100%;box-sizing:border-box;}
 .layoutfloatbreaker {width:0%; display:none;}
 .navigationwrapper .layoutfloatbreaker {clear:both; display:block; height:0px}
 [class="mergefield_image"] > a { display:inline-block; }
 .layoutbox {box-sizing:border-box;display:block;}
 button.layoutbox {border:none}
 button.layoutbox:focus {outline:none}
form {margin:0px; padding:0px}
select {margin:0px}
.size1 {font-size:xx-small}
.size2 {font-size:x-small}
.size3 {font-size:small}
.size4 {font-size:medium}
.size5 {font-size:large}
.size6 {font-size:x-large}
.size7 {font-size:xx-large}
ul.breadcrumb {display:inline-block;padding:0px;margin:0px;}
ul.breadcrumb li {display:inline-block;list-style-type:none;padding-left:2px;padding-right:2px;}
td { vertical-align:top; }
a > img, img[usemap] { border:none; }
td[valign="middle"] { vertical-align:middle; }
td[valign="bottom"] { vertical-align:bottom; }
html>/**/body img {vertical-align:bottom}
div.mergefield_image {font-size:0px; line-height:0px;}
@media screen and (min-width: 1px)
{
	body {-webkit-text-size-adjust:100%}
	img {max-width:100%;height:auto}
}

/* Tekstformatering i spalter og flettefelter */
#layoutbox7, #layoutbox7 td, #layoutbox7 .section, #layoutbox7 .sectionintro, #layoutbox7 .sectionheader a[name] {color:#FFFFFF}
#layoutbox7 a.inlinelink, #layoutbox7 a.sectionlink, #layoutbox7 a.actionlink, #layoutbox7 a.breadcrumb, #layoutbox7 a.pageposition, #layoutbox7 a.calendarlinks {color:#FFFFFF}
#layoutbox7 .tableheader, #layoutbox7 .tableheader td {background-color:#FFFFFF}
#layoutbox22 a.inlinelink, #layoutbox22 a.sectionlink, #layoutbox22 a.actionlink, #layoutbox22 a.breadcrumb, #layoutbox22 a.pageposition, #layoutbox22 a.calendarlinks {color:#FFFFFF}
#layoutbox22 .tableheader, #layoutbox22 .tableheader td {background-color:#FFFFFF}
#mergefield_richtext8, #mergefield_richtext8 td, #mergefield_richtext8 .section, #mergefield_richtext8 .sectionintro, #mergefield_richtext8 .sectionheader a[name] {color:#878787}
#mergefield_richtext8 .tablelineodd, #mergefield_richtext8 .tablelineodd td, #mergefield_richtext8 .tablelineeven, #mergefield_richtext8 .tablelineeven td {border-bottom-color:#878787}
#layoutbox22 .tablelineodd, #layoutbox22 .tablelineodd td, #layoutbox22 .tablelineeven, #layoutbox22 .tablelineeven td {border-bottom-color:#072160}
#mergefield_richtext8 .tableheader, #mergefield_richtext8 .tableheader td {background-color:#878787}
#mergefield_richtext9 a.inlinelink, #mergefield_richtext9 a.sectionlink, #mergefield_richtext9 a.actionlink, #mergefield_richtext9 a.breadcrumb, #mergefield_richtext9 a.pageposition, #mergefield_richtext9 a.calendarlinks {color:#878787}
#mergefield_richtext9 .tableheader, #mergefield_richtext9 .tableheader td {background-color:#878787}
#mergefield_richtext7 a.inlinelink, #mergefield_richtext7 a.sectionlink, #mergefield_richtext7 a.actionlink, #mergefield_richtext7 a.breadcrumb, #mergefield_richtext7 a.pageposition, #mergefield_richtext7 a.calendarlinks {color:#878787}
#layoutbox7 .tableheader, #layoutbox7 .tableheader td, #layoutbox7 .tableheader td.section {color:#fff}
#layoutbox7 .tablelineodd, #layoutbox7 .tablelineodd td, #layoutbox7 .tablelineeven, #layoutbox7 .tablelineeven td {border-bottom-color:#FFFFFF}
#mergefield_richtext8 .tableheader, #mergefield_richtext8 .tableheader td, #mergefield_richtext8 .tableheader td.section {color:#fff}
#layoutbox22, #layoutbox22 td, #layoutbox22 .section, #layoutbox22 .sectionintro, #layoutbox22 .sectionheader a[name] {color:#072160}
#mergefield_richtext8 a.inlinelink, #mergefield_richtext8 a.sectionlink, #mergefield_richtext8 a.actionlink, #mergefield_richtext8 a.breadcrumb, #mergefield_richtext8 a.pageposition, #mergefield_richtext8 a.calendarlinks {color:#878787}
#layoutbox22 .tableheader, #layoutbox22 .tableheader td, #layoutbox22 .tableheader td.section {color:#fff}
#mergefield_richtext7 .tableheader, #mergefield_richtext7 .tableheader td {background-color:#878787}
#mergefield_richtext7, #mergefield_richtext7 td, #mergefield_richtext7 .section, #mergefield_richtext7 .sectionintro, #mergefield_richtext7 .sectionheader a[name] {color:#878787}
#mergefield_richtext7 .tableheader, #mergefield_richtext7 .tableheader td, #mergefield_richtext7 .tableheader td.section {color:#fff}
#mergefield_richtext7 .tablelineodd, #mergefield_richtext7 .tablelineodd td, #mergefield_richtext7 .tablelineeven, #mergefield_richtext7 .tablelineeven td {border-bottom-color:#878787}
#mergefield_main a.inlinelink, #mergefield_main a.sectionlink, #mergefield_main a.actionlink, #mergefield_main a.breadcrumb, #mergefield_main a.pageposition, #mergefield_main a.calendarlinks {color:#072160}
#mergefield_main .tableheader, #mergefield_main .tableheader td {background-color:#072160}
#mergefield_richtext13, #mergefield_richtext13 td, #mergefield_richtext13 .section, #mergefield_richtext13 .sectionintro, #mergefield_richtext13 .sectionheader a[name] {color:#878787}
#mergefield_richtext13 .tableheader, #mergefield_richtext13 .tableheader td, #mergefield_richtext13 .tableheader td.section {color:#fff}
#mergefield_richtext13 .tablelineodd, #mergefield_richtext13 .tablelineodd td, #mergefield_richtext13 .tablelineeven, #mergefield_richtext13 .tablelineeven td {border-bottom-color:#878787}
#mergefield_richtext13 a.inlinelink, #mergefield_richtext13 a.sectionlink, #mergefield_richtext13 a.actionlink, #mergefield_richtext13 a.breadcrumb, #mergefield_richtext13 a.pageposition, #mergefield_richtext13 a.calendarlinks {color:#878787}
#mergefield_richtext13 .tableheader, #mergefield_richtext13 .tableheader td {background-color:#878787}
#mergefield_richtext9, #mergefield_richtext9 td, #mergefield_richtext9 .section, #mergefield_richtext9 .sectionintro, #mergefield_richtext9 .sectionheader a[name] {color:#878787}
#mergefield_richtext9 .tableheader, #mergefield_richtext9 .tableheader td, #mergefield_richtext9 .tableheader td.section {color:#fff}
#mergefield_richtext9 .tablelineodd, #mergefield_richtext9 .tablelineodd td, #mergefield_richtext9 .tablelineeven, #mergefield_richtext9 .tablelineeven td {border-bottom-color:#878787}
#layoutbox62, #layoutbox62 td, #layoutbox62 .section, #layoutbox62 .sectionintro, #layoutbox62 .sectionheader a[name] {color:#072160}
#layoutbox62 .tableheader, #layoutbox62 .tableheader td, #layoutbox62 .tableheader td.section {color:#fff}
#layoutbox62 .tablelineodd, #layoutbox62 .tablelineodd td, #layoutbox62 .tablelineeven, #layoutbox62 .tablelineeven td {border-bottom-color:#072160}
#layoutbox50 .tableheader, #layoutbox50 .tableheader td, #layoutbox50 .tableheader td.section {color:#fff}

/* High-definition background images if supported by device */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi)
{
	#layoutbox37 {background-image:url('/media/sitelayouts/108/imagegenerator/40x0/icon-search-white@2x.png')}
	#layoutbox74 {background-image:url('/media/sitelayouts/108/imagegenerator/25x25/germanyFlag@2x.png'); background-size:25px 25px}
	#layoutbox68 {background-image:url('/media/sitelayouts/108/imagegenerator/25x25/english-flag_1@2x.png'); background-size:25px 25px}
	#layoutbox57 {background-image:url('/media/sitelayouts/108/imagegenerator/50x0/icon-signup@2x.png'); background-size:50px auto}
	#layoutbox58 {background-image:url('/media/sitelayouts/108/imagegenerator/50x0/icon-webshop-new@2x.png'); background-size:50px auto}
	#layoutbox59 {background-image:url('/media/sitelayouts/108/imagegenerator/50x0/icon-contact@2x.png'); background-size:50px auto}
}

/* Brugerdefinerede typografier */
#layoutbox8
{
    z-index: 9999;
}

#layoutbox18
{
    overflow: visible;
}

#layoutbox4
{
    z-index: 999;
}

#sitelayout13,
#sitelayout20
{
    overflow-x: hidden;
    overflow-y: visible;
}

#layoutbox3
{
    z-index: 99;
}

#layoutbox21
{
    position: fixed;
    z-index: 99999;
    height: 100%;
    overflow-y: scroll;
}

.top-nav p.sectionnew 
{
    font-size: 18px;
}

/***Cookie Info***/
/*#cookieInfo
{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0px;
    width: 100%;
    min-height: 40px;
    background: rgb(7, 33, 96);
    color: white;
    font-family: "RobotoRegular";
}

#cookieInfo div .section,
#cookieInfo div .section
{
    font-family: "RobotoRegular";
    font-size: 16px;
    line-height: 1.4;
}

#cookieInfo a
{
    color: white;
}

#cookieInfo div.content
{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

#cookieInfo div.close
{
    float: right;
    padding: 0 10px 10px 10px;
    background-image: url(/media/close.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#cookieInfo.show
{
    display: block;
}*/

/***Media Print***/
@media print 
{
    #layoutbox23,
    #layoutbox1,
    #layoutbox21,
    div#layoutbox23,
    footer#layoutbox7,
    #layoutbox31,
    #layoutbox32,
    div#layoutbox41_10000,
    div#cookieInfo 
    {
        display: none;
    }
}

.popup-overlay
{
    height: 100%;
    min-height: 100%;
    z-index: 9999;
}

/* SUPERSEARCHER */
.supersearcher_value 
{
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #666666;
    outline: none;
    margin: 0;
    font-family: "RobotoRegular";
    line-height: 19px;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 18px;
}

.supersearcher_value::-ms-clear 
{
    display: none;
}

.supersearcher_button 
{
    width: 38px;
    height: 38px;
    padding: 0px;
    margin: 0px;
    border: none;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
    position: absolute;
    right: 1px;
    top: 1px;
}

.supersearcher 
{
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
    display: none;
    left: 0px;
    z-index: 9999;
}

.supersearcher_category_header 
{
    height: 33px;
    line-height: 33px;
    padding-left: 8px;
    font-size: 18px;
    font-family: "RobotoLight";
    background-color: rgb(7, 33, 96);
    color: #fff;
}

.supersearcher_itemlist 
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

.supersearcher_item 
{
    padding: 6px 12px;
    border-top: 1px solid #ccc;
}

.supersearcher_item.active 
{
    outline: dotted 1px;
}

.supersearcher_item.active a,
.supersearcher_item a:hover 
{
    color: #CC0001;
    text-decoration: underline;
}

.supersearcher_item_image 
{
    margin-right: 10px;
    cursor: pointer;
}

.supersearcher_item_link,
.supersearcher_item_image 
{
    vertical-align: middle;
}

.supersearcher_count 
{
    color: #666666;
    top: 14px;
    right: 65px;
    font-family: RobotoLight;
    left: auto!important;
    font-size: 14px;
}

.supersearcher_item_left 
{
    display: table-cell;
    width: 106px;
}

.supersearcher_item_left .supersearcher_item_link:empty 
{
    width: 96px;
    min-height: 96px;
    background-color: #DDD;
    display: inline-block;
}

.supersearcher_item_right 
{
    display: table-cell;
    width: auto;
    vertical-align: middle;
    font-size: 14px;
    font-family: "RobotoLight";
}

.supersearcher_item_right span 
{
    color: #666;
    cursor: pointer;
}

#layoutbox23 #navigationlistitem_212,
#layoutbox23 #navigationlistitem_185 
{
    display: none;
}

.footer_links h2,
.footer_links p 
{
    text-decoration: none;
    color: #072160;
}

.footer_links h2 
{
    font-size: 24px;
}

.footer_links p 
{
    font-size: 10pt;
}

.footer_links:HOVER h2,
.footer_links:HOVER p 
{
    text-decoration: none;
    color: #072160;
}

#layoutbox61.footer_old_836
{
    display: block;
}

#layoutbox62 > div:last-child 
{
    margin-right: 0%;
}

/* User-defined CSS for specific elements */
#layoutbox69
{
    box-shadow: rgb(200,200,200) 2px 2px 5px 0px;
    z-index: 200;
}
#layoutbox32
{
    
}
#layoutbox65
{
    z-index: 40;
}
#layoutbox68
{
    z-index: 10;
}
#layoutbox21[data-ts-transitionstate="state2"]
{
    position: fixed;
}
#mergefield_richtext9_1
{
    font-size: 120%;
}


/* Responsive design css */
@media screen and (max-width: 1200px)
{
	.ts-tl-hide { display:none }
	.ts-tl-show { display:block }
	span.ts-tl-show, img.ts-tl-show { display:inline }
	li.ts-tl-show { display:list-item }
	table.ts-tl-show { display:table }
	tr.ts-tl-show { display:table-row }
	td.ts-tl-show, th.ts-tl-show { display:table-cell }
	#layoutbox56
	{
		padding-top:120px;
	}
	#layoutbox69
	{
		height:auto;
		min-height:0px;
	}
	#layoutbox37
	{
		width:45px;
		min-width:0px;
		max-width:none;
	}
	#layoutbox18
	{
		height:70px;
		min-height:0px;
	}
	div#mergefield_tresu-logo-new
	{
		background-image:url('/media/imagegenerator/120x0/TRESU-logo-website.jpg');
		background-repeat:no-repeat;
		background-position:0% 0%;
	}
	div#mergefield_tresu-logo-new img
	{
		width:120px;
		height:auto;
		visibility:hidden;
	}
	#layoutbox23
	{
		min-width:376px;
		top:10px;
		bottom:auto;
		left:auto;
		right:15px;
	}
	#layoutbox9
	{
		display:block;
		bottom:auto;
		left:auto;
	}
	div#mergefield_navigation_level1_1,[data-tsnavid="mergefield_navigation_level1_1"]
	{
		display:none;
	}
	#layoutbox21
	{
		min-height:500px;
		height:auto;
		bottom:auto;
		left:-310px;
		right:auto;
	}
	#layoutbox4
	{
		max-width:none;
		min-height:0px;
		position:absolute;
		min-width:0px;
		right:auto;
		bottom:auto;
		height:auto;
		background-color:rgb(7, 33, 96);
	}
	#layoutbox3
	{
		left:auto;
		right:0px;
		bottom:auto;
	}
	#layoutbox5
	{
		min-width:0px;
		max-width:none;
	}
	div#mergefield_main
	{
		margin-top:0px;
		margin-left:0px;
		margin-bottom:0px;
		margin-right:0px;
		padding-left:0px;
	}
	#layoutbox7
	{
		padding-left:0px;
		padding-right:0px;
	}

	/* User defined CSS for responsive mode 1200 */
	a[href^="tel"]{
	    color:inherit;
	    text-decoration:none;
	}
	#layoutbox21
	{
	  height:100%;
	}
}

/* High-definition background images if supported by device */
@media screen and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1200px) and (min-resolution: 144dpi)
{
	div#mergefield_tresu-logo-new {background-image:url('/media/imagegenerator/120x0/TRESU-logo-website@2x.jpg'); background-size:120px auto}
}



@media screen and (max-width: 768px)
{
	.ts-tp-hide { display:none }
	.ts-tp-show { display:block }
	span.ts-tp-show, img.ts-tp-show { display:inline }
	li.ts-tp-show { display:list-item }
	table.ts-tp-show { display:table }
	tr.ts-tp-show { display:table-row }
	td.ts-tp-show, th.ts-tp-show { display:table-cell }
	#layoutbox23
	{
		min-width:0px;
		width:auto;
		max-width:none;
	}
	#layoutbox4
	{
		display:block;
	}
	#layoutbox3
	{
		height:auto;
	}
	#layoutbox57
	{
		width:auto;
		float:none;
		min-width:0px;
		max-width:none;
	}
	#layoutbox58
	{
		width:auto;
		float:none;
		min-width:0px;
		max-width:none;
	}
	#layoutbox59
	{
		width:auto;
		float:none;
		min-width:0px;
		max-width:none;
	}

	/* User defined CSS for specific elements for responsive mode 768 */
	#layoutbox8
	{
	        
	}
}


@media screen and (max-width: 568px)
{
	.ts-plw-hide { display:none }
	.ts-plw-show { display:block }
	span.ts-plw-show, img.ts-plw-show { display:inline }
	li.ts-plw-show { display:list-item }
	table.ts-plw-show { display:table }
	tr.ts-plw-show { display:table-row }
	td.ts-plw-show, th.ts-plw-show { display:table-cell }
	#layoutbox36
	{
		margin-left:10px;
	}

	/* User defined CSS for responsive mode 568 */
	#layoutbox21{
	  z-index:99999;
	  height:100%;
	}
}


@media screen and (max-width: 435px)
{
	.ts-pl-hide { display:none }
	.ts-pl-show { display:block }
	span.ts-pl-show, img.ts-pl-show { display:inline }
	li.ts-pl-show { display:list-item }
	table.ts-pl-show { display:table }
	tr.ts-pl-show { display:table-row }
	td.ts-pl-show, th.ts-pl-show { display:table-cell }
	ul.navigationlist li.navigationlistitem.ts-pl-hide { display:none }
	ul.navigationlist li.navigationlistitem.ts-pl-show { display:block }
	#layoutbox56
	{
		padding-top:110px;
	}
	#layoutbox65
	{
		width:40px;
		min-width:0px;
		max-width:none;
		margin-right:5px;
	}
	#layoutbox35
	{
		display:block;
	}
	#layoutbox34
	{
		display:none;
		margin-right:10px;
	}
	#layoutbox33
	{
		display:block;
		margin-right:10px;
	}
	#layoutbox36
	{
		margin-right:10px;
	}
	#layoutbox18
	{
		height:auto;
	}
	#layoutbox2
	{
		height:auto;
		min-height:0px;
	}
	#layoutbox9
	{
		width:30px;
		min-width:0px;
		max-width:none;
		margin-top:6px;
		margin-left:6px;
		margin-bottom:6px;
		margin-right:6px;
	}
	div#mergefield_richtext6
	{
		display:none;
	}

	/* User defined CSS for responsive mode 435 */
	#layoutbox21{
	  z-index:99999;
	  height:100%;
	}
}


@media screen and (max-width: 360px)
{
	.ts-pp-hide { display:none }
	.ts-pp-show { display:block }
	span.ts-pp-show, img.ts-pp-show { display:inline }
	li.ts-pp-show { display:list-item }
	table.ts-pp-show { display:table }
	tr.ts-pp-show { display:table-row }
	td.ts-pp-show, th.ts-pp-show { display:table-cell }
	ul.navigationlist li.navigationlistitem.ts-pp-hide { display:none }
	ul.navigationlist li.navigationlistitem.ts-pp-show { display:block }
	#layoutbox56
	{
		padding-top:95px;
	}
	#layoutbox8
	{
		bottom:auto;
		left:auto;
		right:37px;
	}
	#layoutbox60
	{
		min-width:0px;
		max-width:none;
	}
	#layoutbox35
	{
		margin-right:7px;
	}
	#layoutbox34
	{
		margin-right:7px;
	}
	#layoutbox33
	{
		margin-right:7px;
	}
	#layoutbox36
	{
		margin-right:7px;
	}
	div#mergefield_tresu-logo-new
	{
		background-image:url('/media/sitelayouts/108/imagegenerator/100x0/tresu-logo-new.png');
	}
	div#mergefield_tresu-logo-new img
	{
		width:100px;
	}
	#layoutbox21
	{
		min-width:0px;
		max-width:none;
	}

	/* User defined CSS for responsive mode 360 */
	.top-nav p.sectionnew {
	    font-size: 16px;
	}
}

/* High-definition background images if supported by device */
@media screen and (max-width: 360px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 360px) and (min-resolution: 144dpi)
{
	div#mergefield_tresu-logo-new {background-image:url('/media/sitelayouts/108/imagegenerator/100x0/tresu-logo-new@2x.png'); background-size:100px auto}
}




/* navigation1.css */
/* NewNav2016 */

#preview
{
	 font-family:'Open Sans Regular';
}
#preview
{
	 font-size:8pt;
	 line-height:15px;
}
#preview a
{
	 color:#072160;
}
div.TCF0GC6CBHJ1M
{
	 background-repeat:repeat;
	 background-position:left top;
}
div.TCF0GC6CBHJ1M > div.navigationwrapper 
{
	 padding-top:0px;
	 padding-right:0px;
	 padding-bottom:0px;
	 padding-left:0px;
	 background-repeat:repeat;
	 background-position:left top;
	 /* IE7 hack */
	 min-height:1px;
}
div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.navigationlistitem
{
	
	 margin-right:20px;
}
div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.lastitem
{
	 margin:0px;
}
div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a span
{
	 font-family:RobotoRegular;
	 font-weight:400;
	 font-style:normal;
	 text-decoration:none;
	 padding-top:7px;
	 padding-right:0px;
	 padding-bottom:7px;
	 padding-left:0px;
	 color:#666666;
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
	 cursor:pointer;
}
div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a:hover span
{
	 font-weight:400;
	 font-style:normal;
	 text-decoration:none;
	 color:#072160;
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
}
div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.activeitem > a.activelink span, 
div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.activeitem > a.activelink:hover span
{
	 font-weight:400;
	 font-style:normal;
	 text-decoration:none;
	 color:#072160;
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
}
div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a 
{
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
}
div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a:hover 
{
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
}
div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.activeitem > a, 
div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.activeitem > a:hover
{
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
}

/* Advanced CSS for NewNav2016 */

div.TCF0GC6CBHJ1M
{
    /* box wrapping the entire navigation */
}

div.TCF0GC6CBHJ1M > div.navigationwrapper
{
    /* the entire navigation */
}

div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a
{
    /* all menu items */
}

div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a > span
{
    /* text of all menu items */
    font-size: 22px;
    letter-spacing: -1px;
}

div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a:hover
{
    /* menu items on hover */
}

div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a:hover > span
{
    /* text of menu items on hover */
}

div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.activeitem > a.activelink
{
    /* the active menu item */
}

div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.activeitem > a.activelink > span
{
    /* text of the active menu item */
}

div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.firstitem > a
{
    /* the first menu item */
}

div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.firstitem > a > span
{
    /* text of the first menu item */
}

div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.lastitem > a
{
    /* the last menuitem */
}

div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > li.lastitem > a > span
{
    /* text of the last menu item */
}

div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > #navigationlistitem_184 > a > span:before
{
    content: "Learn more";
    font-size: 11px;
    position: absolute;
    top: -13px;
    letter-spacing: 0px;
}

div.TCF0GC6CBHJ1M > div.navigationwrapper > ul.navigationlist > #navigationlistitem_197 > a > span:before
{
    content: "How we create";
    font-size: 11px;
    position: absolute;
    top: -13px;
    letter-spacing: 0px;
}

/* End of NewNav2016 */
/* navigation1.css */
/* 1st level */

#preview
{
	 font-family:'Open Sans Regular';
}
#preview
{
	 font-size:8pt;
	 line-height:15px;
}
#preview a
{
	 color:#072160;
}
div.TCL0DC6BKHH4K
{
	 background-color:#072160;
	 background-repeat:repeat;
	 background-position:left top;
}
div.TCL0DC6BKHH4K > div.navigationwrapper 
{
	 padding-top:0px;
	 padding-right:0px;
	 padding-bottom:0px;
	 padding-left:0px;
	 background-color:#072160;
	 background-repeat:repeat;
	 background-position:left top;
	 /* IE7 hack */
	 min-height:1px;
}
div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.navigationlistitem
{
	
	 margin-right:0px;
}
div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.lastitem
{
	 margin:0px;
}
div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a span
{
	 font-family:RobotoLight;
	 font-weight:400;
	 font-style:normal;
	 text-decoration:none;
	 padding-top:20px;
	 padding-right:15px;
	 padding-bottom:20px;
	 padding-left:15px;
	 color:#FFFFFF;
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
	 cursor:pointer;
}
div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a:hover span
{
	 font-weight:400;
	 font-style:normal;
	 text-decoration:none;
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
}
div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.activeitem > a.activelink span, 
div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.activeitem > a.activelink:hover span
{
	 font-family:RobotoBold;
	 font-weight:400;
	 font-style:normal;
	 text-decoration:none;
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
}
div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a 
{
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
}
div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a:hover 
{
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
}
div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.activeitem > a, 
div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.activeitem > a:hover
{
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
}

/* Advanced CSS for 1st level */

div.TCL0DC6BKHH4K
{
    /* boks uden om hele navigationen */
}

div.TCL0DC6BKHH4K > div.navigationwrapper
{
    /* hele navigationen */
}

div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a
{
    font-size: 18px;
    text-transform: uppercase;
    /* alle menupunkter */
}

div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a > span
{
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    /* tekst på alle menupunkter */
}

div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a:hover
{
    /* menupunkter ved hover */
}

div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a:hover > span
{
    /* tekst på menupunkter ved hover */
}

div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.activeitem > a.activelink
{
    /* det aktive menupunkt */
}

div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.activeitem > a.activelink > span
{
    /* teksten på det aktive menupunkt */
}

div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.firstitem > a
{
    /* det første menupunkt */
}

div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.firstitem > a > span
{
    /* teksten på det første menupunkt */
}

div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.lastitem > a
{
    /* det sidste menupunkt */
}

div.TCL0DC6BKHH4K > div.navigationwrapper > ul.navigationlist > li.lastitem > a > span
{
    border-bottom: 0px solid #ffffff;
    /* teksten på det sidste menupunkt */
}

/* End of 1st level */


/* ------------------------------------------------ */
/* Standard collapsable menu from 'render all' tab: */


/* all items */
.TCL0DC6BKHH4K ul.navigationlist li.navigationlistitem,
.TCL0DC6BKHH4K ul.navigationlist li.navigationlistitem a
{
    float: none;
    position:relative;
}

/* arrow hitarea */
.TCL0DC6BKHH4K ul.navigationlist li.navigationlistitem a:first-child:nth-last-child(2):after
{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(1em + (15px * 2));
    height: 100%;
    background-color: yellow;
    opacity: 0;
}

/* arrow */
.TCL0DC6BKHH4K ul.navigationlist li.navigationlistitem a:first-child:nth-last-child(2):before
{
    content:url("data:image/svg+xml,%3csvg%20xmlns%3d\'http%3a%2f%2fwww.w3.org%2f2000%2fsvg\'%20viewBox%3d\'0%200%2032%2032\'%3e%3cpolyline%20fill%3d\'none\'%20stroke%3d\'%23FFFFFF\'%20stroke-width%3d\'6\'%20points%3d\'4%2c10%2016%2c22%2028%2c10\'%2f%3e%3c%2fsvg%3e");
    width: 1em;
    height: 1em;
    position: absolute;
    top: calc(50% - (1em / 2));
    right: 15px;
    transition: all ease 100ms 400ms;
}

/* arrow expanded */
.TCL0DC6BKHH4K ul.navigationlist li.navigationlistitem.expanded > a:first-child:nth-last-child(2):before
{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/* arrow on hovered items */
.TCL0DC6BKHH4K ul.navigationlist li.navigationlistitem a:first-child:nth-last-child(2):hover:before
{
    content:url("data:image/svg+xml,%3csvg%20xmlns%3d\'http%3a%2f%2fwww.w3.org%2f2000%2fsvg\'%20viewBox%3d\'0%200%2032%2032\'%3e%3cpolyline%20fill%3d\'none\'%20stroke%3d\'%23FFFFFF\'%20stroke-width%3d\'6\'%20points%3d\'4%2c10%2016%2c22%2028%2c10\'%2f%3e%3c%2fsvg%3e");
    right: 15px;
}

/* arrow on active items */
.TCL0DC6BKHH4K ul.navigationlist li.navigationlistitem a.activelink:first-child:nth-last-child(2):before
{
    content: url("data:image/svg+xml,%3csvg%20xmlns%3d\'http%3a%2f%2fwww.w3.org%2f2000%2fsvg\'%20viewBox%3d\'0%200%2032%2032\'%3e%3cpolyline%20fill%3d\'none\'%20stroke%3d\'%23FFFFFF\'%20stroke-width%3d\'6\'%20points%3d\'4%2c10%2016%2c22%2028%2c10\'%2f%3e%3c%2fsvg%3e");
    right: 15px;
}

/* arrow when all sub-items are hidden (like in a responsive mode) */
.TCL0DC6BKHH4K ul.navigationlist li.navigationlistitem a.nosubitems:first-child:nth-last-child(2):before
{
    display:none;
}

/* collapsable submenu */            
.TCL0DC6BKHH4K ul.navigationlist li.navigationlistitem > div:last-child
{
    overflow: hidden;
    height: 0px;
    transition: height ease 500ms;
}

/* collapsable submenu expanded */
.TCL0DC6BKHH4K ul.navigationlist li.navigationlistitem.expanded > div:last-child
{
    height:auto;
}

/* killing transitions when expanded on load */
.TCL0DC6BKHH4K ul.navigationlist li.navigationlistitem.expanded.killtransitions a:first-child:nth-last-child(2):before,
.TCL0DC6BKHH4K ul.navigationlist li.navigationlistitem.expanded.killtransitions > div:last-child
{
    transition: none;
}

/* ie8 reset */
.TCL0DC6BKHH4K .navigationlistitem > div
{
    overflow:hidden;
    height:0px;
}

/* ie8 reset */
.TCL0DC6BKHH4K .navigationlistitem.activeitem > div
{
    height:auto;
}

/* ------------------------------------------------ */
/* Custom CSS from 'render all' tab: */

div.sfnavlevel1.TDC1BC5CBBG1K .navigationwrapper
{
    /* main menu */
}

div.sfnavlevel1.TDC1BC5CBBG1K .navigationwrapper a
{
    /* main menu items */
}

div.sfnavlevel1.TDC1BC5CBBG1K li .navigationwrapper
{
    /* all submenus */
}

div.sfnavlevel1.TDC1BC5CBBG1K li .navigationwrapper a
{
    /* all submenuitems */
}


/* navigation1.css */
/* Custom navigation style */

#preview
{
	 font-family:'Open Sans Regular';
}
#preview
{
	 font-size:8pt;
	 line-height:15px;
}
#preview a
{
	 color:#072160;
}
div.TDC1BC5CCFH0L
{
	 background-color:#072160;
	 background-repeat:repeat;
	 background-position:left top;
}
div.TDC1BC5CCFH0L > div.navigationwrapper 
{
	 padding-top:10px;
	 padding-right:0px;
	 padding-bottom:10px;
	 padding-left:0px;
	 background-color:#072160;
	 background-repeat:repeat;
	 background-position:left top;
	 /* IE7 hack */
	 min-height:1px;
}
div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.navigationlistitem
{
	
	 margin-right:0px;
}
div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.lastitem
{
	 margin:0px;
}
div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a span
{
	 font-family:RobotoLight;
	 font-weight:400;
	 font-style:normal;
	 text-decoration:none;
	 padding-top:15px;
	 padding-right:15px;
	 padding-bottom:15px;
	 padding-left:15px;
	 color:#FFFFFF;
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
	 cursor:pointer;
}
div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a:hover span
{
	 font-weight:400;
	 font-style:normal;
	 text-decoration:none;
	 color:#ffffff;
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
}
div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.activeitem > a.activelink span, 
div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.activeitem > a.activelink:hover span
{
	 font-family:RobotoBold;
	 font-weight:400;
	 font-style:normal;
	 text-decoration:none;
	 color:#ffffff;
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
}
div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a 
{
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
}
div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a:hover 
{
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
}
div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.activeitem > a, 
div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.activeitem > a:hover
{
	 background-repeat:repeat;
	 background-position:left top;
	 background-image:none;
}

/* Advanced CSS for Custom navigation style */

div.TDC1BC5CCFH0L
{
    /* boks uden om hele navigationen */
}

div.TDC1BC5CCFH0L > div.navigationwrapper
{
    /* hele navigationen */
}

div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a
{
    font-size: 18px;
    text-transform: uppercase;
    /* alle menupunkter */
}

div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a > span
{
    /* tekst på alle menupunkter */
    white-space: normal;
    color: #ffffff;
    line-height: normal;
}

div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a:hover
{
    /* menupunkter ved hover */
}

div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a:hover > span
{
    /* tekst på menupunkter ved hover */
}

div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.activeitem > a.activelink
{
    /* det aktive menupunkt */
}

div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.activeitem > a.activelink > span
{
    /* teksten på det aktive menupunkt */
}

div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.firstitem > a
{
    /* det første menupunkt */
}

div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.firstitem > a > span
{
    /* teksten på det første menupunkt */
}

div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.lastitem > a
{
    /* det sidste menupunkt */
}

div.TDC1BC5CCFH0L > div.navigationwrapper > ul.navigationlist > li.lastitem > a > span
{
    /* teksten på det sidste menupunkt */
}

/* End of Custom navigation style */


/* ------------------------------------------------ */
/* Standard collapsable menu from 'render all' tab: */


/* all items */
.TDC1BC5CCFH0L ul.navigationlist li.navigationlistitem,
.TDC1BC5CCFH0L ul.navigationlist li.navigationlistitem a
{
    float: none;
    position:relative;
}

/* arrow hitarea */
.TDC1BC5CCFH0L ul.navigationlist li.navigationlistitem a:first-child:nth-last-child(2):after
{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(1em + (15px * 2));
    height: 100%;
    background-color: yellow;
    opacity: 0;
}

/* arrow */
.TDC1BC5CCFH0L ul.navigationlist li.navigationlistitem a:first-child:nth-last-child(2):before
{
    content:url("data:image/svg+xml,%3csvg%20xmlns%3d\'http%3a%2f%2fwww.w3.org%2f2000%2fsvg\'%20viewBox%3d\'0%200%2032%2032\'%3e%3cpolyline%20fill%3d\'none\'%20stroke%3d\'%23FFFFFF\'%20stroke-width%3d\'6\'%20points%3d\'4%2c10%2016%2c22%2028%2c10\'%2f%3e%3c%2fsvg%3e");
    width: 1em;
    height: 1em;
    position: absolute;
    top: calc(50% - (1em / 2));
    right: 15px;
    transition: all ease 100ms 400ms;
}

/* arrow expanded */
.TDC1BC5CCFH0L ul.navigationlist li.navigationlistitem.expanded > a:first-child:nth-last-child(2):before
{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/* arrow on hovered items */
.TDC1BC5CCFH0L ul.navigationlist li.navigationlistitem a:first-child:nth-last-child(2):hover:before
{
    content:url("data:image/svg+xml,%3csvg%20xmlns%3d\'http%3a%2f%2fwww.w3.org%2f2000%2fsvg\'%20viewBox%3d\'0%200%2032%2032\'%3e%3cpolyline%20fill%3d\'none\'%20stroke%3d\'%23ffffff\'%20stroke-width%3d\'6\'%20points%3d\'4%2c10%2016%2c22%2028%2c10\'%2f%3e%3c%2fsvg%3e");
    right: 15px;
}

/* arrow on active items */
.TDC1BC5CCFH0L ul.navigationlist li.navigationlistitem a.activelink:first-child:nth-last-child(2):before
{
    content: url("data:image/svg+xml,%3csvg%20xmlns%3d\'http%3a%2f%2fwww.w3.org%2f2000%2fsvg\'%20viewBox%3d\'0%200%2032%2032\'%3e%3cpolyline%20fill%3d\'none\'%20stroke%3d\'%23ffffff\'%20stroke-width%3d\'6\'%20points%3d\'4%2c10%2016%2c22%2028%2c10\'%2f%3e%3c%2fsvg%3e");
    right: 15px;
}

/* arrow when all sub-items are hidden (like in a responsive mode) */
.TDC1BC5CCFH0L ul.navigationlist li.navigationlistitem a.nosubitems:first-child:nth-last-child(2):before
{
    display:none;
}

/* collapsable submenu */            
.TDC1BC5CCFH0L ul.navigationlist li.navigationlistitem > div:last-child
{
    overflow: hidden;
    height: 0px;
    transition: height ease 500ms;
}

/* collapsable submenu expanded */
.TDC1BC5CCFH0L ul.navigationlist li.navigationlistitem.expanded > div:last-child
{
    height:auto;
}

/* killing transitions when expanded on load */
.TDC1BC5CCFH0L ul.navigationlist li.navigationlistitem.expanded.killtransitions a:first-child:nth-last-child(2):before,
.TDC1BC5CCFH0L ul.navigationlist li.navigationlistitem.expanded.killtransitions > div:last-child
{
    transition: none;
}

/* ie8 reset */
.TDC1BC5CCFH0L .navigationlistitem > div
{
    overflow:hidden;
    height:0px;
}

/* ie8 reset */
.TDC1BC5CCFH0L .navigationlistitem.activeitem > div
{
    height:auto;
}

/* ------------------------------------------------ */
/* Custom CSS from 'render all' tab: */

div.sfnavlevel1.TDC1BC5CBBG1K .navigationwrapper
{
    /* main menu */
}

div.sfnavlevel1.TDC1BC5CBBG1K .navigationwrapper a
{
    /* main menu items */
}

div.sfnavlevel1.TDC1BC5CBBG1K li .navigationwrapper
{
    /* all submenus */
}

div.sfnavlevel1.TDC1BC5CBBG1K li .navigationwrapper a
{
    /* all submenuitems */
}


/* site.css */
@font-face {
font-family: 'Arial Black Regular';
src: url('/setup/fonts/9b4c0b80-f632-4c1a-8f33-c00e70d02fed.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/9b4c0b80-f632-4c1a-8f33-c00e70d02fed.eot?') format('eot'),
url('/setup/fonts/9b4c0b80-f632-4c1a-8f33-c00e70d02fed.woff') format('woff');
}
@font-face {
font-family: FrutigerLTStd-Black;
src: url('/setup/fonts/c031a9ca-4027-4d6c-ad48-96b91f7e8ebf.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/c031a9ca-4027-4d6c-ad48-96b91f7e8ebf.eot?') format('eot'),
url('/setup/fonts/c031a9ca-4027-4d6c-ad48-96b91f7e8ebf.woff') format('woff');
}
@font-face {
font-family: FrutigerLTStd-Bold;
src: url('/setup/fonts/6642a0d9-1bf6-447d-ab20-43492f50f823.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/6642a0d9-1bf6-447d-ab20-43492f50f823.eot?') format('eot'),
url('/setup/fonts/6642a0d9-1bf6-447d-ab20-43492f50f823.woff') format('woff');
}
@font-face {
font-family: FrutigerLTStd-Cn;
src: url('/setup/fonts/f06e1c81-7ef2-4ede-9dce-dfc5182f4668.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/f06e1c81-7ef2-4ede-9dce-dfc5182f4668.eot?') format('eot'),
url('/setup/fonts/f06e1c81-7ef2-4ede-9dce-dfc5182f4668.woff') format('woff');
}
@font-face {
font-family: FrutigerLTStd-Light;
src: url('/setup/fonts/b793f726-c5b8-4593-8bef-da401de85aa0.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/b793f726-c5b8-4593-8bef-da401de85aa0.eot?') format('eot'),
url('/setup/fonts/b793f726-c5b8-4593-8bef-da401de85aa0.woff') format('woff');
}
@font-face {
font-family: FrutigerLTStd-BlackItalic;
src: url('/setup/fonts/7786a143-f8bf-4c76-b324-cbf6e32afb44.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/7786a143-f8bf-4c76-b324-cbf6e32afb44.eot?') format('eot'),
url('/setup/fonts/7786a143-f8bf-4c76-b324-cbf6e32afb44.woff') format('woff');
}
@font-face {
font-family: 'Open Sans Regular';
src: url('/setup/fonts/63c956a8-f3ce-4c86-8f85-a288e2ebb5c8.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/63c956a8-f3ce-4c86-8f85-a288e2ebb5c8.eot?') format('eot'),
url('/setup/fonts/63c956a8-f3ce-4c86-8f85-a288e2ebb5c8.woff') format('woff');
}
@font-face {
font-family: 'Open Sans Bold';
src: url('/setup/fonts/5f0139ca-9516-4e30-8780-d0511bd51012.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/5f0139ca-9516-4e30-8780-d0511bd51012.eot?') format('eot'),
url('/setup/fonts/5f0139ca-9516-4e30-8780-d0511bd51012.woff') format('woff');
}
@font-face {
font-family: 'Open Sans Italic';
src: url('/setup/fonts/63482fec-9276-432e-abf5-32e96f886264.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/63482fec-9276-432e-abf5-32e96f886264.eot?') format('eot'),
url('/setup/fonts/63482fec-9276-432e-abf5-32e96f886264.woff') format('woff');
}
@font-face {
font-family: 'Open Sans Semi Bold';
src: url('/setup/fonts/387dfbd7-d587-4e01-af66-e7aeec1fd3b4.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/387dfbd7-d587-4e01-af66-e7aeec1fd3b4.eot?') format('eot'),
url('/setup/fonts/387dfbd7-d587-4e01-af66-e7aeec1fd3b4.woff') format('woff');
}
@font-face {
font-family: RobotoLight;
src: url('/setup/fonts/5118ee94-65e7-45fb-bf17-4eee91e1720a.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/5118ee94-65e7-45fb-bf17-4eee91e1720a.eot?') format('eot'),
url('/setup/fonts/5118ee94-65e7-45fb-bf17-4eee91e1720a.woff') format('woff');
}
@font-face {
font-family: RobotoLightItalic;
src: url('/setup/fonts/e1e88018-4b49-4ca0-8d47-1ff5a365b6e8.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/e1e88018-4b49-4ca0-8d47-1ff5a365b6e8.eot?') format('eot'),
url('/setup/fonts/e1e88018-4b49-4ca0-8d47-1ff5a365b6e8.woff') format('woff');
}
@font-face {
font-family: RobotoRegular;
src: url('/setup/fonts/c8c12c1c-eda2-4d78-a35a-ee27632bdb1c.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/c8c12c1c-eda2-4d78-a35a-ee27632bdb1c.eot?') format('eot'),
url('/setup/fonts/c8c12c1c-eda2-4d78-a35a-ee27632bdb1c.woff') format('woff');
}
@font-face {
font-family: RobotoMedium;
src: url('/setup/fonts/cae2e556-4197-4ac3-bfa5-2e7aee8ef56e.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/cae2e556-4197-4ac3-bfa5-2e7aee8ef56e.eot?') format('eot'),
url('/setup/fonts/cae2e556-4197-4ac3-bfa5-2e7aee8ef56e.woff') format('woff');
}
@font-face {
font-family: RobotoBold;
src: url('/setup/fonts/cc121e5d-a6a6-44d0-925c-57753716fc69.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/cc121e5d-a6a6-44d0-925c-57753716fc69.eot?') format('eot'),
url('/setup/fonts/cc121e5d-a6a6-44d0-925c-57753716fc69.woff') format('woff');
}
@font-face {
font-family: RobotoBoldItalic;
src: url('/setup/fonts/4ca57f2c-238a-4a2a-9375-315a48b038c3.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/4ca57f2c-238a-4a2a-9375-315a48b038c3.eot?') format('eot'),
url('/setup/fonts/4ca57f2c-238a-4a2a-9375-315a48b038c3.woff') format('woff');
}
@font-face {
font-family: 'Font Awesome';
src: url('/setup/fonts/0ed71949-0bdf-49d8-9fa0-9e8b39e6546e.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/0ed71949-0bdf-49d8-9fa0-9e8b39e6546e.eot?') format('eot'),
url('/setup/fonts/0ed71949-0bdf-49d8-9fa0-9e8b39e6546e.woff') format('woff');
}
@font-face {
font-family: ;
src: url('/setup/fonts/7d579320-8a5f-4a36-b770-fc636fd2c97a.woff') format('woff');
}
@font-face {
font-family: ArtegraSansBold;
src: url('/setup/fonts/9df9cca8-15c1-4618-afaa-d4eefef401d3.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/9df9cca8-15c1-4618-afaa-d4eefef401d3.eot?') format('eot'),

}
@font-face {
font-family: ArtegraSansLight;
src: url('/setup/fonts/12a96dd4-023e-4c37-863c-44964cd349d0.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/12a96dd4-023e-4c37-863c-44964cd349d0.eot?') format('eot'),
url('/setup/fonts/12a96dd4-023e-4c37-863c-44964cd349d0.woff') format('woff');
}
@font-face {
font-family: ArtegraSansLightItalic;
src: url('/setup/fonts/b954c43c-89d1-4097-9ec8-55ba75a608e0.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/b954c43c-89d1-4097-9ec8-55ba75a608e0.eot?') format('eot'),
url('/setup/fonts/b954c43c-89d1-4097-9ec8-55ba75a608e0.woff') format('woff');
}
@font-face {
font-family: ArtegraSansMedium;
src: url('/setup/fonts/032f744c-95a2-4391-bb0d-3296cd96aa4d.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/032f744c-95a2-4391-bb0d-3296cd96aa4d.eot?') format('eot'),
url('/setup/fonts/032f744c-95a2-4391-bb0d-3296cd96aa4d.woff') format('woff');
}
@font-face {
font-family: ArtegraSansRegular;
src: url('/setup/fonts/b4d1bc49-5e61-42c9-a925-4339fb39d407.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/b4d1bc49-5e61-42c9-a925-4339fb39d407.eot?') format('eot'),
url('/setup/fonts/b4d1bc49-5e61-42c9-a925-4339fb39d407.woff') format('woff');
}
@font-face {
font-family: ArtegraSansThin;
src: url('/setup/fonts/e2e509d1-6014-4e5e-8f56-83cc128ae941.eot'); /* IE9 Compatability Modes */
src: url('/setup/fonts/e2e509d1-6014-4e5e-8f56-83cc128ae941.eot?') format('eot'),
url('/setup/fonts/e2e509d1-6014-4e5e-8f56-83cc128ae941.woff') format('woff');
}

.header-h1 {
font-family: Arial, Helvetica, Sans-serif;
font-size: 36px;
font-weight: 700;
color: #000066;
line-height: 1.2;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px}

.Header-h2 {
font-family: Arial, Helvetica, Sans-serif;
font-size: 18px;
font-weight: 700;
color: #000066;
line-height: 1.2;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 25px;
margin-bottom: 10px}

.header-h3 {
font-family: Arial, Helvetica, Sans-serif;
font-size: 20px;
font-weight: 700;
color: #666666;
line-height: 1.2}

.download-title {
font-family: Arial, Helvetica, Sans-serif;
font-size: 11px;
font-style: italic;
font-weight: 700;
color: #000066;
line-height: 1.2}

.header-h4 {
font-family: Arial, Helvetica, Sans-serif;
font-size: 16px;
font-weight: 700;
color: #000066;
line-height: 1.2;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px}

.down-link {
font-family: Arial, Helvetica, Sans-serif;
font-size: 11px;
font-weight: 700;
color: #000066;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 5px;
margin-top: 0px;
margin-bottom: 0px;
border-right:1px solid #999999;

padding-right:5px;

float:left;

line-height:11px;

margin-top:5px;
}

.down-link-last {
font-family: Arial, Helvetica, Sans-serif;
font-size: 11px;
font-weight: 700;
color: #000066;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 5px;
margin-top: 0px;
margin-bottom: 0px;
padding-right:5px;

float:left;

line-height:11px;

margin-top:5px;
}

.header-arial-black {
font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
font-size: 36px;
font-weight: 700;
color: #000066;
line-height: 1.2;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px}

.list {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 10px}

#sitelayout13 .section, #sitelayout13 #page-20000011_layoutbox1 p, .content-box #mergefield_main p.section, .content-box #mergefield_main .section, .content-box #mergefield_main div table tbody tr td, div#sitelayout71 p.section, div#sitelayout71 span.sectionheader, div#sitelayout71 .section, .sectionnew {
font-family: 'Open Sans Regular';
font-size: 16px;
color: #8a8285;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 12px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px}

.right-column-header-1 {
font-family: FrutigerLTStd-Light;
font-size: 20px;
color: #000066;
line-height: 1.2;
text-align: center}

.right-column-header-2 {
font-family: FrutigerLTStd-Light;
font-size: 18px;
font-style: italic;
color: #58585a}

.right-column-header-btn {
font-family: FrutigerLTStd-Light;
font-size: 16px;
color: #ffffff;
text-align: center}

.content-box #mergefield_main p.rcnewsoverview, .content-box #mergefield_main .overview-box-texts p, .rcnewsoverview {
font-family: 'Open Sans Regular';
font-size: 11px;
color: #fff;
line-height: 14px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px}

.slider-caption {
font-family: 'Open Sans Regular';
font-size: 34px;
color: #ffffff;
line-height: 1.2;
text-align: right;
display:block;
}

.headerh1 {
font-family: FrutigerLTStd-Light;
font-size: 36px;
color: #8a8285;
line-height: 1em;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 20px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:300;
}

.headerh2 {
font-family: FrutigerLTStd-Light;
font-size: 20px;
color: #404041;
line-height: 1.5;
text-transform: uppercase;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:300;
}

.headerh3 {
font-family: FrutigerLTStd-Light;
font-size: 18px;
color: #404041;
line-height: 1.5;
text-transform: uppercase;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:300;
}

.box-title {
font-family: Arial, Helvetica, Sans-serif;
font-size: 24px;
font-weight: 300;
color: #000066;
line-height: 1.2;
text-transform: uppercase;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-bottom: 5px;
}

.download-leader {
font-family: FrutigerLTStd-Light;
font-size: 16px;
color: #404041;
line-height: 1.5;
text-transform: uppercase;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:300;
}

.basket-steps {
font-family: 'Open Sans Regular';
font-size: 18px;
line-height: 1.2;
text-align: center}

.product-header {
font-family: FrutigerLTStd-Bold;
font-size: 14px;
color: #404041;
line-height: 1.5;
text-align: center;
text-transform: uppercase;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:300;
}

.content-box #mergefield_main p.small-section, .content-box #mergefield_main .small-section p, .small-section table tr td, .small-section {
font-family: 'Open Sans Regular';
font-size: 14px;
color: #404041;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px}

.content-box #mergefield_main p.price-section, .price-section {
font-family: 'Open Sans Bold';
font-size: 14px;
color: #404041;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px}

.content-box #mergefield_main p.section-regular, .section-regular {
font-family: 'Open Sans Bold';
font-size: 16px;
font-weight: 300;
color: #404041;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px}

.section {
font-family: Arial, Helvetica, Sans-serif}

.content-box #mergefield_main .standardtable, .content-box #mergefield_main .standardtable p, .standardtable {
font-size: 12px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin-bottom:0px;
}

.layoutfieldwrapper.mergefield.layout202sub2mergefield7 .vdcontent, .layoutfieldwrapper.mergefield.layout201sub2mergefield7 .vdcontent, .layoutfieldwrapper.mergefield.layout201sub2mergefield3 .paragraph-xs p, #blocklistlayout_201_2 > div > div:nth-child(1) > div > a > div.layoutbox.square-wrraper.module201_2_layoutbox3 > div > div.layoutfieldwrapper.mergefield.layout201sub2mergefield3 > div > div > p, .paragraph-xs {
font-family: FrutigerLTStd-Light;
font-size: 14px;
color: #818285;
line-height: 1.4em}

.news-header {
font-family: FrutigerLTStd-Light;
font-size: 16px;
color: #818285;
line-height: 1.2;
font-weight: normal;
}

.sectionnew-small {
font-family: 'Open Sans Regular';
font-size: 16px;
color: #8a8285;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 20px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px}

.webshop-header1 {
font-family: RobotoLight;
font-size: 34px;
font-weight: 300;
color: #072160;
line-height: 1em;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 20px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:300;
}

.webshop-header2 {
font-family: RobotoLight;
font-size: 24px;
font-weight: 300;
color: #072160;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:300;
}

.webshop-header3 {
font-family: RobotoLight;
font-size: 20px;
font-weight: 300;
color: #072160;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:300;
}

.layout-wrapper-2018 .headerh1, .headerh1-2018 {
font-family: ArtegraSansMedium;
font-size: 36px;
font-weight: 300;
color: #000000;
line-height: 1em;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 20px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:300;
}

.layout-wrapper-2018 .headerh2, .headerh2-2018 {
font-family: ArtegraSansMedium;
font-size: 20px;
font-weight: 300;
color: #000000;
line-height: 1.5;
text-transform: uppercase;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:300;
}

.layout-wrapper-2018 .headerh3, .headerh3-2018 {
font-family: ArtegraSansMedium;
font-size: 18px;
font-weight: 300;
color: #000000;
line-height: 1.5;
text-transform: uppercase;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:300;
}

.layout-wrapper-2018 .box-title, .box-title-2018 {
font-family: ArtegraSansRegular;
font-size: 24px;
font-weight: 300;
color: #000066;
line-height: 1.2;
text-transform: uppercase;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-bottom: 5px;
}

.layout-wrapper-2018 .download-leader, .download-leader-2018 {
font-family: ArtegraSansRegular;
font-size: 16px;
font-weight: 300;
color: #404041;
line-height: 1.5;
text-transform: uppercase;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:300;
}

.layout-wrapper-2018 .sectionnew, .layout-wrapper-2018 p, .sectionnew-2018 {
font-family: ArtegraSansRegular;
font-size: 16px;
font-weight: 300;
color: #000000;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 12px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px}

.layout-wrapper-2018 .product-header, .product-header-2018 {
font-family: ArtegraSansMedium;
font-size: 14px;
font-weight: 300;
color: #000000;
line-height: 1.5;
text-transform: uppercase;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-weight:300;
}

.layout-wrapper-2018 .slider-caption, .slider-caption-2018 {
font-family: ArtegraSansMedium;
font-size: 35px;
font-weight: 300;
color: #ffffff;
line-height: 1.2;
display:block;
}

.layout-wrapper-2018 .news-header, .news-header-2018 {
font-family: ArtegraSansRegular;
font-size: 16px;
color: #818285;
line-height: 1.2;
font-weight: normal;
}

.layout-wrapper-2018 .paragraph-xs, .paragraph-xs-2018 {
font-family: ArtegraSansRegular;
font-size: 14px;
color: #818285;
line-height: 1.4em}

.Intranet-Header-1 {
font-family: 'Open Sans Regular';
font-size: 36px;
font-weight: 300;
color: #000;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px}

.Intranet-Header-2 {
font-family: 'Open Sans Regular';
font-size: 20px;
font-weight: 300;
color: #000000;
line-height: 1.5;
text-transform: uppercase;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px}

.Intranet-Header-3 {
font-family: 'Open Sans Regular';
font-size: 18px;
font-weight: 300;
color: #000000;
line-height: 1.5;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px}

.intranet-forside-box-header {
font-family: RobotoRegular;
font-size: 18px;
font-weight: 300;
color: #ffffff;
line-height: 1.5;
text-transform: uppercase;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px}

.layout-wrapper-2018 p.intranet-forside-paragraph, .intranet-forside-paragraph {
font-family: 'Open Sans Regular';
font-size: 16px;
font-weight: 400;
color: #072160;
line-height: 1.2;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 5px}

.smallText {
font-family: 'Open Sans Regular';
font-size: 12px;
color: #8a8285}

.header-h1:hover {
}

.Header-h2:hover {
}

.header-h3:hover {
}

.download-title:hover {
}

.header-h4:hover {
}

.down-link:hover {
}

.down-link-last:hover {
}

.header-arial-black:hover {
}

.list:hover {
}

#sitelayout13 .section:hover, #sitelayout13 #page-20000011_layoutbox1 p:hover, .content-box #mergefield_main p.section:hover, .content-box #mergefield_main .section:hover, .content-box #mergefield_main div table tbody tr td:hover, div#sitelayout71 p.section:hover, div#sitelayout71 span.sectionheader:hover, div#sitelayout71 .section:hover, .sectionnew:hover {
}

.right-column-header-1:hover {
}

.right-column-header-2:hover {
}

.right-column-header-btn:hover {
}

.content-box #mergefield_main p.rcnewsoverview:hover, .content-box #mergefield_main .overview-box-texts p:hover, .rcnewsoverview:hover {
}

.slider-caption:hover {
}

.headerh1:hover {
}

.headerh2:hover {
}

.headerh3:hover {
}

.box-title:hover {
}

.download-leader:hover {
}

.basket-steps:hover {
}

.product-header:hover {
}

.content-box #mergefield_main p.small-section:hover, .content-box #mergefield_main .small-section p:hover, .small-section table tr td:hover, .small-section:hover {
}

.content-box #mergefield_main p.price-section:hover, .price-section:hover {
}

.content-box #mergefield_main p.section-regular:hover, .section-regular:hover {
}

.section:hover {
}

.content-box #mergefield_main .standardtable:hover, .content-box #mergefield_main .standardtable p:hover, .standardtable:hover {
}

.layoutfieldwrapper.mergefield.layout202sub2mergefield7 .vdcontent:hover, .layoutfieldwrapper.mergefield.layout201sub2mergefield7 .vdcontent:hover, .layoutfieldwrapper.mergefield.layout201sub2mergefield3 .paragraph-xs p:hover, #blocklistlayout_201_2 > div > div:nth-child(1) > div > a > div.layoutbox.square-wrraper.module201_2_layoutbox3 > div > div.layoutfieldwrapper.mergefield.layout201sub2mergefield3 > div > div > p:hover, .paragraph-xs:hover {
}

.news-header:hover {
}

.sectionnew-small:hover {
}

.webshop-header1:hover {
}

.webshop-header2:hover {
}

.webshop-header3:hover {
}

.layout-wrapper-2018 .headerh1:hover, .headerh1-2018:hover {
}

.layout-wrapper-2018 .headerh2:hover, .headerh2-2018:hover {
}

.layout-wrapper-2018 .headerh3:hover, .headerh3-2018:hover {
}

.layout-wrapper-2018 .box-title:hover, .box-title-2018:hover {
}

.layout-wrapper-2018 .download-leader:hover, .download-leader-2018:hover {
}

.layout-wrapper-2018 .sectionnew:hover, .layout-wrapper-2018 p:hover, .sectionnew-2018:hover {
}

.layout-wrapper-2018 .product-header:hover, .product-header-2018:hover {
}

.layout-wrapper-2018 .slider-caption:hover, .slider-caption-2018:hover {
}

.layout-wrapper-2018 .news-header:hover, .news-header-2018:hover {
}

.layout-wrapper-2018 .paragraph-xs:hover, .paragraph-xs-2018:hover {
}

.Intranet-Header-1:hover {
}

.Intranet-Header-2:hover {
}

.Intranet-Header-3:hover {
}

.intranet-forside-box-header:hover {
}

.layout-wrapper-2018 p.intranet-forside-paragraph:hover, .intranet-forside-paragraph:hover {
}

.smallText:hover {
}

 /***Typography for Webshop***/

#layoutbox22 > div:nth-child(3) > p {
    position: relative;
    padding-left: 30px;
}


#layoutbox22 > div:nth-child(3) > p::before {
    top: -4px;
    left: -11px;
    position: absolute;
    width: 26px;
    height: 24px;
    margin-left: 12px;
    display: inline-block;
    content: ' ';
    background: url(/media/imagegenerator/30x0/linkedin.png) 0% 50% no-repeat;
    background-size: contain;
}

.content-box #mergefield_main .standardtable tr:first-child .headerh3,
.content-box #mergefield_main .standardtable tr:first-child p,
.content-box #mergefield_main .standardtable tr:first-child{
  color:white;
  background-color:rgb(0, 0, 102);
}

.content-box #mergefield_main td p
{
    margin-bottom:0px;
}

.supersearcher_count{
    color: #000000 !important;
    top: 0px !important;
    font-family: 'Open Sans Regular';
    font-size: 18px !important;
    padding: 8px !important;
}

.supersearcher_category{
    max-height: 60vh;
    overflow: auto;
}
