/*--------- General -----------*/
html, body {height: 100%;}
body{background-color: WHITE;font-family: PSEU, Arial; font-size: 14px;}
header,footer{background-color: #393e44;}
p{font-size: 14px; margin-top: 0; font-weight: normal;margin-bottom: 10px;line-height: 20px;}
h1{font-size: 42px; margin-top: 5px; font-weight: normal; margin-bottom: 10px; letter-spacing: -1px;}
h2{font-size: 30px; margin-top: 15px; font-weight: normal; margin-bottom: 10px; letter-spacing: -1px;}  
h3{font-size: 22px; margin-top: 17px; font-weight: normal; margin-bottom: 6px;}  
h4{font-size: 18px; margin-top: 0; font-weight: normal; margin-bottom: 5px;}
ul{margin-top: 0; font-weight: normal;margin-bottom: 10px; padding-left: 20px;}

.settings {
    display: none;
}

/*div,ul{overflow: inherit;}*/

header,footer{background-image: url("/images/gradientBg.jpg");  background-repeat: no-repeat;}
section{margin-bottom: 15px;}

.invert{color:WHITE;}

/*--------- Fonts -----------*/
@font-face {
    font-family: 'PSEU';
    src: url('../fonts/pseu_bold-webfont.eot');
    src: url('../fonts/pseu_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pseu_bold-webfont.woff') format('woff'),
         url('../fonts/pseu_bold-webfont.ttf') format('truetype'),
         url('../fonts/pseu_bold-webfont.svg#pseu_bold-webfont') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'PSEU';
    src: url('../fonts/pseu_bolditalic-webfont.eot');
    src: url('../fonts/pseu_bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pseu_bolditalic-webfont.woff') format('woff'),
         url('../fonts/pseu_bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/pseu_bolditalic-webfont.svg#pseu_bolditalic-webfont') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'PSEU';
    src: url('../fonts/pseu_regular-webfont.eot');
    src: url('../fonts/pseu_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pseu_regular-webfont.woff') format('woff'),
         url('../fonts/pseu_regular-webfont.ttf') format('truetype'),
         url('../fonts/pseu_regular-webfont.svg#pseu_regular-webfont') format('svg');
  font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PSEU';
    src: url('../fonts/pseu_italic-webfont.eot');
    src: url('../fonts/pseu_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pseu_italic-webfont.woff') format('woff'),
         url('../fonts/pseu_italic-webfont.ttf') format('truetype'),
         url('../fonts/pseu_italic-webfont.svg#pseu_italic-webfont') format('svg');
    font-weight: normal;
    font-style: italic;
}


/*---------- Topgraphic ------------*/
.topgraphic {
  overflow: hidden;
  min-height: 340px;
}

/*---------- Links --------------*/
a,a:visited,a:hover,a:active, a:focus{outline: 0; color: #646464;text-decoration:none;}
a:hover{text-decoration:underline;}
h1 a, h1 a:visited, h1 a:active, h1 a:focus, h2 a, h2 a:visited, h2 a:active, h2 a:focus, h3 a, h3 a:visited, h3 a:active, h3 a:focus, h4 a, h4 a:visited, h4 a:active, h4 a:focus{
   text-decoration: none; color: BLACK;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
   text-decoration: none;color: #646464;
}
a.more{  background: url("/images/arrow.png") center right no-repeat;  padding-right: 12px;}
a.pdf{
  background: url("/images/PDFicon.png") top left no-repeat;
  padding-left: 35px;
  height: 25px;
  display: inline-block;
  padding-top: 6px;
  float: left;
  width: auto;
  overflow: auto;
}
div.highlightLEDproduct a {
  font-size: 22px;
  text-decoration:none;
  float: left;
  margin: 0 10px 0 10px;
  display: inline-block;
  padding-top: 195px;
  width: 220px;
  text-align: center;
}
div.highlightStudioProduct a {
  font-size: 18px;
  text-decoration:none;
  float: left;
  margin: 0 10px 40px 10px;
  display: inline-block;
  padding-top: 205px;
  width: 290px;
  text-align: center;
}

/*---------- Footer & Sitemap --------------*/
footer{
  min-height: 400px;
  }
footer .head a{
  font-size: 13px;}
footer a{
  font-size: 12.3px;}
footer nav{background-color: rgba(255,255,255,0.05); overflow: auto; }
footer p{  
  color: rgba(255,255,255,0.7); 
  background-position: top;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 15px;
  font-size: 14px;}
table#sitemap, footer p{
  width: 940px;
  table-layout:fixed;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 0;
  background: url("/images/divider.png") top center no-repeat;  
  background-position: 0px 30px;
  margin-bottom: 15px;}
table#sitemap td, table#sitemap th{
  width: 14.28%;
  background: url("/images/tableLine.png") top left no-repeat;}
table#sitemap td{
  background: url("/images/tableLine.png") bottom left no-repeat;
  padding-bottom: 15px;}
table#sitemap th {
  height: 30px;
  text-align: left;}
table#sitemap a{
  width: 100%;
  float: left;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 8px;}
table#sitemap a:hover{text-decoration: none; color: rgba(255,255,255,1);}
table#sitemap td:last-child{
  background: 
    url("/images/tableLine.png") bottom left no-repeat,
    url("/images/tableLine.png") bottom right no-repeat;}
table#sitemap th:last-child{
  background: url("/images/tableLine.png") top left no-repeat,
        url("/images/tableLine.png") top right no-repeat;}
table#sitemap ul{  float: left;  padding: 0;  }
.aaLink {
  display: block;
  width: 54px;
  height: 42px;
  background: url('/media/182680/aa.png') bottom;
  margin-top: 10px;
  margin-left: 10px;
  text-indent: -9999px;
}
.aaLink:hover {
  background-position: 0 0;
} 


/*---------- Quote --------------*/  
section.quote{
  background: url("/images/quoteMark.png") 0px 35px no-repeat;
  background-size: 35px 35px;
  display: inline-block;
  padding: 15px 0 15px 0;
  width: 100%;
}
section.quote p, section.quote footer{margin-left: 50px; margin-bottom: 10px;}
section.quote p{margin-top: 20px; font-style: italic;}
section.quote footer{
  min-height: 0px;
  background: none;
  }
section.quote footer h1{
  text-align: right;
  font-size: 18px;
  margin-bottom: 0px;
  letter-spacing: 0px;
}
section.quote footer h2{
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  letter-spacing: 0px;
}
  


/*--------- Gallery -------*/
ul.gallery{
  list-style:none;
  margin:0;
  padding:0;
  clear: both;
  margin-bottom: 25px;}
ul.gallery p{margin-top:0px;}
ul.gallery h3{margin-left:10px;}
ul.gallery li{
  float: left;
  width: 320px;
  padding: 0 45px 0 45px;
  margin-bottom: 20px;
  background: url("/images/galleryDivider.png") top right no-repeat;
  background-size: 2px 100%;}
ul.gallery li.last {
    padding-right: 35px;
}  
ul.gallery li.first {
    padding-left: 35px;
}  
ul.gallery li:last-child{  background: none;}
ul.gallery.column3 li{  width: 230px;}
ul.gallery.column4 li{  width: 150px;}
ul.gallery.column5 li{  width: 100px;}

/*--------- Contactperson -------*/

div.contactperson{
  width:480px;
  background: url("/media/79132/contactpersonback.png")no-repeat; 
  background-position: 0px 40px;
  display:inline;
  float: left;
  margin-left: -10px;
  margin-top: -10px;
}
div.contactperson img{
  float: right; 
  padding-right: 30px;
  position: relative;
}
div.contactperson p, div.contactperson h3 {margin-left: 20px; float: left; width: 280px; display:block;}
div.contactperson p#teaser {margin-bottom: 5px; line-height: 18px;}
div.contactperson h3{margin-top: 50px; margin-bottom: 4px; clear:none;}
div.contactperson a { 
   text-decoration: none; color: BLACK;
}
div.contactperson a:hover { 
   text-decoration: none;color: #bbbbbb;
}

/* --------- Medarbejdere --------- */

ul#medarbejdere{
  padding: 0;
  margin-left: 5px;
  margin-top: 20px;
  width: 720px;}
ul#medarbejdere li{
  float: left;
  margin: 0 10px 20px 5px;
  list-style: none;
background: -moz-linear-gradient(top,  rgba(90,90,90,1) 0%, rgba(90,90,90,0.5) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,90,90,1)), color-stop(50%,rgba(90,90,90,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(90,90,90,1) 0%,rgba(90,90,90,0.5) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(90,90,90,1) 0%,rgba(90,90,90,0.5) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(90,90,90,1) 0%,rgba(90,90,90,0.5) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(90,90,90,1) 0%,rgba(90,90,90,0.5) 50%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
ul#medarbejdere li h3{
  color: WHITE;
  margin-bottom: 0;
  padding: 2px 5px 2px 8px;  
  background: #b4b4b4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0YjRiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTk5OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #b4b4b4 0%, #999999 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4b4b4), color-stop(100%,#999999));
  background: -webkit-linear-gradient(top,  #b4b4b4 0%,#999999 100%);
  background: -o-linear-gradient(top,  #b4b4b4 0%,#999999 100%);
  background: -ms-linear-gradient(top,  #b4b4b4 0%,#999999 100%);
  background: linear-gradient(top,  #b4b4b4 0%,#999999 100%);
  font-size: 18px; margin-top: 0; font-weight: normal; margin-bottom: 0;
}
ul#medarbejdere li img{margin-bottom: 5px;}
ul#medarbejdere li p{margin: 0 10px 5px 8px;}
h2#medarbejdere {margin: 20px 0 0 12px;}

/* --------- Search results --------- */
ul.searchResults {
  list-style: none;
  padding: 0;}
ul.searchResults li{
  clear: both;
  width: 100%;
  overflow:hidden;
  padding-top: 20px;
  padding-bottom: 0px;
  background: url("/images/dividerWhiteBG.png") top center no-repeat;}
ul.searchResults li:last-child{
  background: url("/images/dividerWhiteBG.png"), url("/images/dividerWhiteBG.png");
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  padding-bottom: 26px;
}  
ul.searchResults li img{
  float: left;
  margin: 0 20px 20px 50px;
  box-shadow: 0px 0px 3px #6a6a6a;}

/*--------- Various elements -------*/

section img {
  margin-bottom: 10px;
}
.shadow {
  box-shadow: 0px 0px 3px #6a6a6a;
}
section.ibox img, ul.gallery li img{
  margin-bottom: 7px;
  box-shadow: 0px 0px 3px #6a6a6a;}
hr{
  height: 26px;
  width: 100%;
  margin-top: 25px;
  margin-bottom: -10px;
  clear:both;
  border:0;
  background-image: url("/images/dividerWhiteBG.png")
}
hr.reverse{
  height: 26px;
  width: 100%;
  margin-top: -10px;
  clear:both;
  border:0;
  background-image: url("/images/dividerWhiteBGReverse.png")
}
.imgRight {
  margin-top: 5px;
  float: right;
}
.columnFloat {
  margin-left: 0px;
}
.columnFloatRight {
  margin-right: 0px;  
}
section.ekstraBottom {
  height: 100px;
}

/*--------- Greyback elements -------*/

.greyBack { 
  margin: 0 -10px 0 -10px;
  padding-top: 40px;
  width: 960px;
  background: url(/media/81677/top.jpg) no-repeat top,
  url(/media/81682/bottom.jpg) no-repeat bottom,
  url(/media/81672/middle.jpg) repeat-y;
}
.greyBack h2 { 
  margin-top: 0px;
  padding-top: 0px;
}


/* --------- inspirationMenu --------- */
.inspirationMenu {
  overflow: hidden;
  padding-bottom: 25px;
}

.inspirationMenu h3 {
  font-size: 18px;
}

/*---------- Slideshow --------------*/

.slideshow {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 10px;
  overflow: hidden;
}

.slideshow .slider {
  width: 100%;
  height: 100%;
}

.slideshow .controls{
  height: 26px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 999;
}


.slideshow .controls a{
  background: url("/images/dot.png") center center no-repeat;
  opacity: 0.25;
  width: 20px;
  height: 26px;
  float: left;
}

.slideshow .controls a.activeSlide{
  opacity: 0.5;
}


/*---------- Vimeo --------------*/

.vimeoPlayer {
  margin-bottom: 7px;
}


/*---------- Text Center --------------*/

ul.center,p.center,h1.center,h2.center,h3.center,h4.center{
  text-align:center
}


/* ---------- Contact Form ----------  */

form.contact-form, p.sent-confirmation{
  width: 350px;
  float: left;
  margin-bottom: 0px;
  background: rgba(150, 150, 150, .2);
  box-shadow: 0px 0px 10px #dcdcdc;
  padding: 10px;
  margin-top: 10px;
}
p.sent-confirmation{
   height: 310px; 
}

form label{
  width: 60px;  
  float: left;
  margin-bottom: 5px;
}
form input, textarea{
  font-family: PSEU, Arial;
  margin-bottom: 5px;
  width: 260px;
  padding: 0 4px 0 4px;
  margin-top: 4px;
  border: 0px solid #b3b3b3;
  background: rgba(255, 255, 255, 0.8);
}

form input:hover, form select:hover, form textarea:hover{
    background: rgba(255, 255, 255, 0.9);
}
form input#submit{
  font-family: PSEU, Arial;
  width: 60px;
  height: 26px;
  margin: 0px 0px 0 304px;
  border: 0px solid #b3b3b3;
  background-color: #e5e6e7;
}
input.error, textarea.error{
  border: 1px solid RED; 
}

/*---------- Page Menu - Møde & Konference --------------*/  

ul.pageMenuConference{
  margin-bottom: 0px;
  text-align: center;
  float: left;
  letter-spacing:-.25em;
  background: url("/images/dividerWhiteBGReverse.png") bottom center no-repeat;
  width: 100%;
  list-style: none;
}
ul.pageMenuConference li{
  margin: 0;
  padding: 0; 
  width: 124px;
  display: inline-block;
}
ul.pageMenuConference li a{
  background-position: center 10px;
  background-repeat: no-repeat;
  width: 122px;
  display: inline-block;
  padding-top: 65px;
  padding-bottom: 15px;
  text-decoration: none;
  color: BLACK;
  margin: 0px;
  letter-spacing: 0em;
}
ul.pageMenuConference li.selected{
  background: url('/media/106700/pagemenuarrow.png') no-repeat center top;
}
ul.pageMenuConference li a:hover{
  opacity: 0.5;  
}
ul.pageMenuConference li.selected a{
  opacity: 0.25;  
}

/* --------------------------------
           Downloads
--------------------------------- */

.downloadList {
float: left;
overflow: hidden;
width: 280px;
margin-right: 20px;
margin-top: 10px;  
margin-bottom: 10px;
padding: 8px 10px 0 10px;
background: rgb(244,244,244); /* Old browsers */
background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.downloadList#last {
margin-right: 0px;
}
.downloadList a img {
float: left;
margin-right: 10px;
padding-top: 2px;
}

.downloadList .flag {
float: right;
padding-top: 2px;
}


/* --------------------------------
           Expromo Menu
--------------------------------- */


.expromoMenu{
  width: 940px;
}
.expromoMenu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
.expromoMenu ul.menu li{
    float: left;
    width: 25%;
    margin: 0px;
    height: 260px;
}
.expromoMenu ul.menu li a{
  margin: 0px;
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
 }
.expromoMenu ul.menu li a#first{
  background-image:url('/media/217781/menufirstoff.jpg');
  color: grey;
 }
.expromoMenu ul.menu li a:hover#first{
  background-image:url('/media/217786/menufirston.jpg');
  color: black;
 }
.expromoMenu ul.menu li a#second{
  background-image:url('/media/217801/menusecondoff.jpg');
  color: grey;
 }
.expromoMenu ul.menu li a:hover#second{
  background-image:url('/media/217806/menusecondon.jpg');
  color: black;
 }
.expromoMenu ul.menu li a#third{
  background-image:url('/media/217811/menuthirdoff.jpg');
  color: grey;
 }
.expromoMenu ul.menu li a:hover#third{
  background-image:url('/media/217816/menuthirdon.jpg');
  color: black;
 }
.expromoMenu ul.menu li a#fourth{
  background-image:url('/media/217791/menufourthoff.jpg');
  color: grey;
 }
.expromoMenu ul.menu li a:hover#fourth{
  background-image:url('/media/217796/menufourthon.jpg');
  color: black;
 }
.expromoMenu ul.menu li h1{
  font-size: 30px;
  margin: 0px;
  padding-top: 148px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
 }
.expromoMenu ul.menu li p{
  margin: 0px;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
 }
.expromoMenu ul.display {
    position: relative;
    height: 250px;
    width: 100%;
}
.expromoMenu ul.display li{
    width: 25%;
    height: 250px;
    z-index: 10;
    position: absolute;
    background-repeat: no-repeat;
    //background-attachment: fixed;
}

/* --------------------------------
           Installation Menu
--------------------------------- */


.installationMenu{
  width: 940px;
}
.installationMenu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
.installationMenu ul.menu li{
    float: left;
    width: 25%;
    margin: 0px;
    height: 130px;
    padding-bottom: 40px;
}
.installationMenu ul.menu li a{
  margin: 0px;
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
 }
.installationMenu ul.menu li a#first{
  background-image:url('/media/523575/MenuFirstOff.jpg');
  color: grey;
 }
.installationMenu ul.menu li a:hover#first{
  background-image:url('/media/523580/MenuFirstOn.jpg');
  color: black;
 }
.installationMenu ul.menu li a#second{
  background-image:url('/media/523595/MenuSecondOff.jpg');
  color: grey;
 }
.installationMenu ul.menu li a:hover#second{
  background-image:url('/media/523600/MenuSecondOn.jpg');
  color: black;
 }
.installationMenu ul.menu li a#third{
  background-image:url('/media/523605/MenuThirdOff.jpg');
  color: grey;
 }
.installationMenu ul.menu li a:hover#third{
  background-image:url('/media/523610/MenuThirdOn.jpg');
  color: black;
 }
.installationMenu ul.menu li a#fourth{
  background-image:url('/media/523585/MenuFourthOff.jpg');
  color: grey;
 }
.installationMenu ul.menu li a:hover#fourth{
  background-image:url('/media/523590/MenuFourthOn.jpg');
  color: black;
 }
.installationMenu ul.menu li h1{
  font-size: 30px;
  margin: 0px;
  padding-top: 18px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
 }
.installationMenu ul.menu li p{
  margin: 0px;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
 }
.installationMenu ul.display {
    position: relative;
    height: 250px;
    width: 100%;
}
.installationMenu ul.display li{
    width: 25%;
    height: 250px;
    z-index: 10;
    position: absolute;
    background-repeat: no-repeat;
    //background-attachment: fixed;
}

/* --------- Applikationer --------- */

div.AppInfo {
  float: left;
  width: 188px;
  height: 450px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
div.AppInfo p {
  margin: -36px 10px 0 10px;
}







































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
