<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* Fonts ///////////////////////////////////////////////////////////////////////*/
/* This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: http://www.fontshop.com */
/* Futura PT */
/* Generated by ParaType (http://www.paratype.com)*/
/* Font Futura PT Bold:  © ParaType, 2011. All rights reserved.*/
@font-face {
    font-family: "Futura PT";
    src: url("../fonts/FTN85__W.eot");
    src: url("../fonts/FTN85__W.eot?#iefix") format("eot"), url("../fonts/FTN85__W.woff") format("woff"), url("../fonts/FTN85__W.ttf") format("truetype");
    font-weight: bold;
}
/*  Bold italic */
@font-face {
    font-family: "Futura PT";
    src: url("../fonts/FTN86__W.eot");
    src: url("../fonts/FTN86__W.eot?#iefix") format("eot"), url("../fonts/FTN86__W.woff") format("woff"), url("../fonts/FTN86__W.ttf") format("truetype");
    font-style: italic;
    font-weight: bold;
}
/* Generated by ParaType (http://www.paratype.com)*/
/* Font Futura PT Book:  © ParaType, 2011. All rights reserved.*/
@font-face{
    font-family: "Futura PT";
    src: url("../fonts/FTN45__W.eot");
    src: url("../fonts/FTN45__W.eot?#iefix") format("eot"), url("../fonts/FTN45__W.woff") format("woff"), url("../fonts/FTN45__W.ttf") format("truetype");
}
/*  Book italic */
@font-face{
    font-family: "Futura PT";
    src: url("../fonts/FTN46__W.eot");
    src: url("../fonts/FTN46__W.eot?#iefix") format("eot"), url("../fonts/FTN46__W.woff") format("woff"), url("../fonts/FTN46__W.ttf") format("truetype");
    font-style: italic;
}

/* Basic Layout ///////////////////////////////////////////////////////////////////////*/
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 85%;
	font-family: "Futura PT";
	letter-spacing: 0px !important;
	background: #052137;
}
#wrapper {
	margin: 40px auto;
	min-width: 1000px;
	max-width: 1200px;
	width: auto;
}
#portal-header {
	padding-top: 20px;
	padding-bottom: 105px;
	width: auto;
	padding-left: 40px;
}
#portal-columns {
	background: radial-gradient(at top left, #21607C, #0C273E);
	background: #fff;
	padding-bottom: 100px!important;
}
#portal-column-content {
	margin-bottom: 0;
	margin-top: 0;
}
#portal-columns-wrapper {
	padding: 0;
	color: #333;
}
#portal-footer {
	margin-left: 20px;
	margin-right: 20px;
	height: 90px;
	padding-top: 80px;
	opacity: 0.3;
}
#portal-footer li {
	margin-right: 15px;
}


/* Language Selector ///////////////////////////////////////////////////////////////////////*/
#portal-languageselector {
	top: -25px;
	left: 180px;
}
#portal-header dt.actionMenuHeader a {
	color: #fff!important;
	opacity: 0.5;
}
#portal-header dt.actionMenuHeader a::after {
	font-size: 10px;
}
#logo img {
	width: 115px;
	height: 100%;
}
#logo {
  margin-top: 29px;
  display: inline-block;
}
.actionMenuContent {
	padding: 50px !important;
	background: radial-gradient(at top left, #21607C, #0C273E) !important;
	box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.75);
}



/* Localisation*/


#geoipbox {
    display: none;
    z-index: 10000 !important;
    background: #fff;
    border: none;
    padding: 30px ;
    width: 400px;
}

#geoipbox button.action {

    border: 1px solid #333;
    background: #fff;
    color: #333;
    height: 25px;

}



/* Search ///////////////////////////////////////////////////////////////////////*/
#portal-searchbox {
	padding-top: 20px;
	right: 15px;
	color: #fff;
}
#LSResult {
	transition: all 2s;
	color: #fff;
	background: radial-gradient(at top left, #21607C, #0C273E);
}
#LSResult .LSRow {
	transition: all 0.3s;
}
#LSResult .LSRow:hover a {
	color: #fff !important;
}

#LSResult .LSDescr {
	color:#fff!important ;
	opacity: 0.5 !important;
}


#LSResult .LSRow:hover {
	color: #333 !important;
	background: rgba(255,255,255,0.1)!important;

}


#LSResult .LSRow:focus {
	color: #333 !important;
	background: rgba(255,255,255,0.1)!important;

}


#portal-searchbox #searchGadget {
	color: #fff;
	font-size: 15px;
	border-color: #fff;
	background-color: #052137;
	padding: 10px 24px 10px 10px;
	background-position: 180px -3000px;
	width: 170px;
}

.Product-Not-Found li:hover, .Product-Not-Found .LSHighlight, #portal-searchbox li:hover, #portal-searchbox .LSHighlight {
background:#fff !important;
    color:#333!important;
}

#portal-searchbox .LSHighlight .LSDescr {
    color:#333!important;

}


#search-filter{

 background:#fff;
}

#portal-searchfacets{

    margin-left:20px;

}

.template-search h1.documentFirstHeading {

    padding-left: 60px !important;
}


.template-search .searchButton{

    margin-left:25px;

}

.template-search .searchform input{

   margin-left:-125px!important;
}

#search-results-wrapper {

    padding-left: 60px;
}
.search_suggestions{

    padding-left:60px !important;
}



/* Navigation ///////////////////////////////////////////////////////////////////////*/
#portal-globalnav {
	position: absolute;
	left: -41%;
	top: -50px;
	font-size: 16px;
	font-weight: normal;
	font-family: "Futura PT";
}
#portal-globalnav li {
	margin-right: 15px;
}
.portletNavigationTree {
	padding-top: 40px;
	margin-left: 0 !important;
	padding-left: 40px;
}
.navTree li {
	padding-top: 8px;
	padding-bottom: 4px;
	border-top: 1px solid rgba(100, 100, 100, .2);
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box;
}
.navTreeItem a span {
	color: #052137 !important;
	opacity: 0.7;
}
.navTreeLevel0, .navTreeLevel1, .navTreeLevel2 {
	padding: 0 !important;
}
#portal-breadcrumbs {
	padding-left: 0 !important;
	margin-top: -30px;
	margin-bottom: 14px !important;
	color: #fff;
	position: relative;
	z-index: 3;
}


/*  Content Layout ///////////////////////////////////////////////////////*/
#category-listing {
	color: #052137 !important;
	padding-top: 50px;
}
#content {
    padding-top:40px;
    max-width:850px;
	width: 95%;
}
#content&gt;.row:nth-child(1) {
	background: #fff !important;
}
#content * .row {
	margin-bottom: 40px;
}
#content&gt;.row {
	margin-left: -40px;
	padding-left: 40px;
	width: 96.8% !important;
}
.portletImage {
	margin-bottom: 12px;
}
.rowSpacer {
	margin-top: 0;
	padding-top: 50px !important;
	padding-bottom: 10px !important;
}

.row.portlet.portletItem {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}


/* Startpage Content Layout ///////////////////////////////////////////////////////*/
.template-thorn-startpage #content {
	 padding-top:0px;
     max-width:1200px;
	width: 100%;
}

.template-thorn-startpage #content .row {
	margin-left:0px!important;
}
.template-thorn-startpage #content&gt;.row:nth-child(1) {
	background: radial-gradient(at top left, #21607C, #0C273E);
	padding-top: 100px;
	padding-bottom: 120px;
}
.template-thorn-startpage #content &gt; .row:nth-child(2) {
	background: radial-gradient(at top right, #82c2d9, #052137);
}
.template-thorn-startpage #content&gt;.row:nth-child(2) {
	background: radial-gradient(at top right, #82c2d9, #052137);
}
.template-thorn-startpage #content&gt;.row:nth-child(3) {
	background: #041628;
}
.template-thorn-startpage #portal-columns {
	padding-bottom: 0!important;
}
.template-thorn-startpage #content&gt; .row:nth-child(2) :nth-of-type(2n) h2.portletHeader {
	padding-top: 180px;
}
.template-thorn-startpage #content&gt;.row:nth-child(2) h2.portletHeader {
	font-size: 150% !important;
	margin-bottom: 10px;
	opacity: 1;
	letter-spacing: 0px !important;
}
.template-thorn-startpage #content &gt; .row:nth-child(2) li.cell {
	width: 180px;
}

.template-thorn-startpage .rowSpacer {
	margin-top: 0;
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

/* 404  ///////////////////////////////////////////////////////////*/

.template-default_error_message .row {
	margin-left:0px!important;
}

/* contact ///////////////////////////////////////////////////////////*/
.template-zlag-addresses-sales .row {
	margin: 0!important;
	padding: 0!important;
    margin-bottom:10px!important;
    margin-top:10px!important;
}
.template-contact-form .rowSpacer {
	padding-bottom: 0 !important;
}
#contact-form textarea, #newsletter-form textarea, #contact-form select, #newsletter-form select, #newsletter-form .textline-field, #contact-form .textline-field {
	border: 1px solid #ccc;
	color: #333;
	display: block;
	width: 24em !important;
	padding: 0.1em;
	margin-top: 25px;
}
#contact-form input[type="submit"], #newsletter-form input[type="submit"] {
	font-size: 1.0em;
	text-decoration: none;
	border: 1px solid #8c8c8c;
	background: #fff;
	color: #333;
	height: 30px;
	cursor: pointer;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 25px;
}
select {
	margin-top: 5px;
}
#salesaddresses select {
	background-color: #fff;
	color: #333;
	border: 1px solid #333;
}



/*Case Studies*/


#content div.casestudy_box{

    margin-bottom:35px !important;
}


/* Gallery/Slider ///////////////////////////////////////////////////////////*/

.mediaBox {
    height: 440px ;
}


.mediaBox .nav {
	margin: 15px;
     margin-bottom:25px;
	margin-left: 20px;
}
.mediaBox .nav a.active {
	background-color: #fff !important;
	opacity: 0.8;
	margin: 7px;
	border-radius: 90px;
}
.mediaBox .nav a {
	background: none;
	opacity: 0.8;
	margin: 7px;

	padding: 8px 0 0 8px;
	border-radius: 90px;
	border: 2px solid;
}
.template-thorn-startpage #slideshow {
	position: absolute;
	top: -162px;
	box-shadow: 10px 10px 150px 0px rgba(0,0,0,0.45);
}
.template-thorn-startpage #slideshow, .template-thorn-startpage #slideshow img, .template-thorn-startpage #slideshow li {
	width: 645px !important;
	height: 645px;
}
.portletOverlay {
	margin-top: -40px;
	width: 500px;
	height: 200px;
	padding: 20px;
}
.portletOverlay .background {
	opacity: 0.93;
	background: #fff;
}
.portletOverlay .portletText {
	height: auto !important;
	width: 450px;
}
.portletOverlay .portletText .trunk8 {
	color: #052137 !important;
	font-size: 26px !important;
	opacity: 0.5 !important;
	line-height: 32px;
	letter-spacing: 0px!important;
}
.portletOverlay .portletText a {
	color: #052137 !important;
	font-size: 26px !important;
	opacity: 1 !important;
	line-height: 32px;
}


/* product-finder 		///////////////////////////////////////////////////////////////////*/
#product-finder + .row, #product-finder + .row + .row {
	background: #fff !important;
}
#product-finder {
	margin-top: 40px;
    margin-left:0px;
}

#product-finder-form fieldset select{

    background-color: #fff;
	color: #333;
	border: 1px solid #333;
}


.portletDownload {
	margin-left: 20px;
}

.template-article_view .portletImages .visualNoMarker img {
	margin-left: 20px;
}

label {
	color: #333;
}

#article-list {
	margin-top: 50px;
}
.arrowRight {
	font-size: 0.6em !important;
}
.arrowDown {
	font-size: 0.6em !important;
}


/*textFormats ////////////////////////////////////////////////////////////////*/


.highlight{

    color:#000 !important;

}


.discreet {
	display: block !important;
	margin-top: 10px !important;
	color: #052137 !important;
	font-size: 110% !important;
}
.portletText, .trunk8 {
	font-size: 115% !important;
	height: auto !important;
	line-height: 120%;
	padding-right: 12%;
	color: #fff;
}
.trunk8 {
	opacity: 0.5 !important;
	font-size: 115% !important;
	color: #333 !important;
}
legend {
	font-weight: normal !important;
	font-size: 130% !important;
	margin-bottom: 30px;
}
.wysiwygText p {
	color: #333;
	width: 80%;
	font-size: 120%;
	line-height: 130%;
     padding-top:8px;
    padding-bottom:8px;
}

#content table.plain td, #content table.plain th {
    color:#333;
    border: none;
    border-top:1px solid #ccc;
    padding-top:10px;
}

#content .wysiwygText h3 {
    font-weight:bold !important;
}

.uppercaseHeading {
	text-transform: none !important;
	font-weight: normal !important;
	font-size: 1.5em !important;
	line-height: 1.2em !important;
	height: 2.3em;
	color: #052137
}

#content .wysiwygText{
    color: #333 !important;

}


#content span.link-external a {
	text-decoration: none !important;
}
#content h3 {
	font-size: 1.3em !important;
	font-weight: normal !important;
	letter-spacing: 0px!important;
	line-height: 1.3em;
	margin-bottom: 0.4em !important;
	opacity: 1 !important;
}
h2, h3, h4, h5, h6 {
	text-decoration: none !important;
	color: #333 !important;
}
h1.portletHeader {
	color: #333;
    line-height:1.2em !important;
	text-transform: none !important;
	font-size: 3.5em !important;
	font-weight: normal !important;
	letter-spacing: -2px!important;
	padding-top: 0px !important;
    margin-top: -10px!important;
}
h2.portletHeader {
	text-transform: none !important;
	font-size: 1.2em !important;
	line-height: 1.2em;
	font-weight: normal !important;
	letter-spacing: 0.2px!important;
	opacity: 1;
	padding-bottom: 1em;
}


/*textFormats Startpage ////////////////////////////////////////////////////////////////*/
.template-thorn-startpage #content h3 {
	color: #fff !important;
	margin-bottom: 0.2em !important;
	font-size: 1em !important;
}
.template-thorn-startpage #content &gt; .row:nth-child(2) h2.portletHeader, .template-thorn-startpage #content &gt; .row:nth-child(1) h3 {
	color: #333!important;
}
.template-thorn-startpage #content &gt; .row:nth-child(1) h2.portletHeader {
	color: #333 !important;
	opacity: 0.8!important;
}
.template-thorn-startpage #content &gt; .row:nth-child(2) h2.portletHeader, .template-thorn-startpage #content &gt; .row:nth-child(3) h2.portletHeader {
	color: #fff !important;
	opacity: 0.8!important;
}
.template-thorn-startpage #content &gt; .row:nth-child(2) .trunk8, .template-thorn-startpage #content &gt; .row:nth-child(3) .trunk8 {
	color: #fff !important;
	opacity: 0.3!important;
}
#content .startpage_small_height {
	height: 110px !important;
}

/* Jensens Masonry /////////////////////////////////////////////////////////////////////*/

/*//////////*/
/* GENERAL */
#content .portletHeader.masonry-header {
	margin-left: 89px;
}
#content .masonry-layout {
  width: 946px;
  padding: 0;
  margin-left: 89px;
}
#content .masonry-item {
	width:  268px;
    margin-bottom: 21px;
}
#content .masonry-item-date,
#content .masonry-item-tags {
	font-size:   15px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	padding: 0 21px 0 21px !important;
}
#content .masonry-item-tags {
	padding-bottom: 28px !important;
}
/*//////////*/
/* TEXTONLY */
#content .masonry-item.masonry-item-textonly {
	border: 1px solid #d1d1d1;
}
#content .masonry-item-textonly h3.masonry-item-title {
	font-size:   25px !important;
	font-weight:  300 !important;
	line-height: 36px !important;
	color:    #052137 !important;
	padding: 18px 21px 160px 21px !important;
}
#content .masonry-item-textonly .masonry-item-date,
#content .masonry-item-textonly .masonry-item-tags {
	color: #052137;
}
/*///////////*/
/* TEXTIMAGE */
#content .masonry-item-textimage {
	background-color: #EBEEF1 !important;
}
#content .masonry-item-textimage .masonry-item-image {
	display:  block;
	margin: 1px 1px 0 1px;
}
#content .masonry-item-textimage h3.masonry-item-title {
	font-size:   16px !important;
	font-weight:  600 !important;
	line-height: 25px !important;
	color:    #052137 !important;
	padding: 18px 21px 80px 21px !important;
}
#content .masonry-item-textimage .masonry-item-date,
#content .masonry-item-textimage .masonry-item-tags {
	color: #052137 !important;
	opacity: 0.3 !important;
}
/*///////////*/
/* BILLBOARD */
#content .masonry-item-billboard h3.masonry-item-title {
	font-size:   25px !important;
	font-weight:  300 !important;
	line-height: 36px !important;
	color:    #FFFFFF !important;
}
#content .masonry-item-billboard h3.masonry-item-title {
	padding: 18px 21px 160px 21px !important;
}
#content .masonry-item-billboard .masonry-item-date,
#content .masonry-item-billboard .masonry-item-tags {
	color:  #CCCCCC !important;
	opacity: 0.7 !important;
}
</pre></body></html>