@charset "utf-8";#sb-info-inner,#sb-loading-inner,#sb-title-inner,div.sb-message{font-family:HelveticaNeue-Light,"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff}#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none}#sb-overlay{position:relative;height:100%;width:100%}#sb-wrapper{position:absolute;visibility:hidden;width:100px}#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px}#sb-body{position:relative;height:100%}#sb-body-inner{position:absolute;height:100%;width:100%}#sb-player.html{height:100%;overflow:auto}#sb-body img{border:none}#sb-loading{position:relative;height:100%}#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center}#sb-loading-inner span{background:url(../../script/Marketing/js/common/shadowbox/loading.gif) no-repeat;padding-left:34px;display:inline-block}#sb-body,#sb-loading{background-color:#060606}#sb-info,#sb-title{position:relative;margin:0;padding:0;overflow:hidden}#sb-title,#sb-title-inner{height:26px;line-height:26px}#sb-title-inner{font-size:16px}#sb-info,#sb-info-inner{height:20px;line-height:20px}#sb-info-inner{font-size:12px}#sb-nav{float:right;height:16px;padding:2px 0;width:45%}#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat}#sb-nav-close{background-image:url(../../script/Marketing/js/common/shadowbox/close.png)}#sb-nav-next{background-image:url(../../script/Marketing/js/common/shadowbox/next.png)}#sb-nav-previous{background-image:url(../../script/Marketing/js/common/shadowbox/previous.png)}#sb-nav-play{background-image:url(../../script/Marketing/js/common/shadowbox/play.png)}#sb-nav-pause{background-image:url(../../script/Marketing/js/common/shadowbox/pause.png)}#sb-counter{float:left;width:45%}#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff}#sb-counter a.sb-counter-current{text-decoration:underline}div.sb-message{font-size:12px;padding:10px;text-align:center}div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline}/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.10.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}@font-face{font-family:VELUXGothicLight;src:url(fonts/veluxgothic-light.eot);src:local('VeluxGothicLight'),url(fonts/veluxgothic-light.eot) format('embedded-opentype'),url(fonts/veluxgothic-light.woff) format('woff'),url(fonts/veluxgothic-light.ttf) format('truetype'),url(fonts/veluxgothic-light.svg#VeluxGothic-Light) format('svg')}@font-face{font-family:VELUXGothicLightItalic;src:url(fonts/veluxgothic-lightitalic.eot);src:local('VeluxGothicLightItalic'),url(fonts/veluxgothic-lightitalic.eot) format('embedded-opentype'),url(fonts/veluxgothic-lightitalic.woff) format('woff'),url(fonts/veluxgothic-lightitalic.ttf) format('truetype'),url(fonts/veluxgothic-lightitalic.svg#VELUXGothicLightItalic) format('svg')}@font-face{font-family:VELUXGothicRegular;src:url(fonts/veluxgothic-regular.eot);src:local('VeluxGothicRegular'),url(fonts/veluxgothic-regular.eot) format('embedded-opentype'),url(fonts/veluxgothic-regular.woff) format('woff'),url(fonts/veluxgothic-regular.ttf) format('truetype'),url(fonts/veluxgothic-regular.svg#VELUXGothicRegular) format('svg')}@font-face{font-family:VELUXGothicRegItalic;src:url(fonts/veluxgothic-regitalic.eot);src:local('VeluxGothicRegItalic'),url(fonts/veluxgothic-regitalic.eot) format('embedded-opentype'),url(fonts/veluxgothic-regitalic.woff) format('woff'),url(fonts/veluxgothic-regitalic.ttf) format('truetype'),url(fonts/veluxgothic-regitalic.svg#VELUXGothicRegItalic) format('svg')}@font-face{font-family:VELUXGothicBold;src:url(fonts/veluxgothic-bold.eot);src:local('VeluxGothicBold'),url(fonts/veluxgothic-bold.eot) format('embedded-opentype'),url(fonts/veluxgothic-bold.woff) format('woff'),url(fonts/veluxgothic-bold.ttf) format('truetype'),url(fonts/veluxgothic-bold.svg#VELUXGothicBold) format('svg')}@font-face{font-family:VELUXGothicBoldItalic;src:url(fonts/veluxgothic-bolditalic.eot);src:local('VeluxGothicBoldItalic'),url(fonts/veluxgothic-bolditalic.eot) format('embedded-opentype'),url(fonts/veluxgothic-bolditalic.woff) format('woff'),url(fonts/veluxgothic-bolditalic.ttf) format('truetype'),url(fonts/veluxgothic-bolditalic.svg#VELUXGothicBoldItalic) format('svg')}@font-face{font-family:VELUXGothicBlack;src:url(fonts/veluxgothic-black.eot);src:local('VeluxGothicBlack'),url(fonts/veluxgothic-black.eot) format('embedded-opentype'),url(fonts/veluxgothic-black.woff) format('woff'),url(fonts/veluxgothic-black.ttf) format('truetype'),url(fonts/veluxgothic-black.svg#VELUXGothicBlack) format('svg')}@font-face{font-family:VELUXGothicBlackItalic;src:url(fonts/veluxgothic-blackitalic.eot);src:local('VeluxGothicBlackItalic'),url(fonts/veluxgothic-blackitalic.eot) format('embedded-opentype'),url(fonts/veluxgothic-blackitalic.woff) format('woff'),url(fonts/veluxgothic-blackitalic.ttf) format('truetype'),url(fonts/veluxgothic-blackitalic.svg#VeluxGothic-BlackItalic) format('svg')}.reset-font{font-style:normal;font-weight:400}/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:0}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}.container_12{width:92%;margin-left:4%;margin-right:4%}.grid_1,.grid_10,.grid_11,.grid_12,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9{display:inline;float:left;position:relative;margin-left:1%;margin-right:1%}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:6.333%}.container_12 .grid_2{width:14.667%}.container_12 .grid_3{width:23%}.container_12 .grid_4{width:31.333%}.container_12 .grid_5{width:39.667%}.container_12 .grid_6{width:48%}.container_12 .grid_7{width:56.333%}.container_12 .grid_8{width:64.667%}.container_12 .grid_9{width:73%}.container_12 .grid_10{width:81.333%}.container_12 .grid_11{width:89.667%}.container_12 .grid_12{width:98%}.container_12 .prefix_1{padding-left:8.333%}.container_12 .prefix_2{padding-left:16.667%}.container_12 .prefix_3{padding-left:25%}.container_12 .prefix_4{padding-left:33.333%}.container_12 .prefix_5{padding-left:41.667%}.container_12 .prefix_6{padding-left:50%}.container_12 .prefix_7{padding-left:58.333%}.container_12 .prefix_8{padding-left:66.667%}.container_12 .prefix_9{padding-left:75%}.container_12 .prefix_10{padding-left:83.333%}.container_12 .prefix_11{padding-left:91.667%}.container_12 .suffix_1{padding-right:8.333%}.container_12 .suffix_2{padding-right:16.667%}.container_12 .suffix_3{padding-right:25%}.container_12 .suffix_4{padding-right:33.333%}.container_12 .suffix_5{padding-right:41.667%}.container_12 .suffix_6{padding-right:50%}.container_12 .suffix_7{padding-right:58.333%}.container_12 .suffix_8{padding-right:66.667%}.container_12 .suffix_9{padding-right:75%}.container_12 .suffix_10{padding-right:83.333%}.container_12 .suffix_11{padding-right:91.667%}.container_12 .push_1{left:8.333%}.container_12 .push_2{left:16.667%}.container_12 .push_3{left:25%}.container_12 .push_4{left:33.333%}.container_12 .push_5{left:41.667%}.container_12 .push_6{left:50%}.container_12 .push_7{left:58.333%}.container_12 .push_8{left:66.667%}.container_12 .push_9{left:75%}.container_12 .push_10{left:83.333%}.container_12 .push_11{left:91.667%}.container_12 .pull_1{left:-8.333%}.container_12 .pull_2{left:-16.667%}.container_12 .pull_3{left:-25%}.container_12 .pull_4{left:-33.333%}.container_12 .pull_5{left:-41.667%}.container_12 .pull_6{left:-50%}.container_12 .pull_7{left:-58.333%}.container_12 .pull_8{left:-66.667%}.container_12 .pull_9{left:-75%}.container_12 .pull_10{left:-83.333%}.container_12 .pull_11{left:-91.667%}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}.no_white_space .container_12 .grid_1{width:8.333%}.no_white_space .container_12 .grid_2{width:16.666%}.no_white_space .container_12 .grid_3{width:24.999%}.no_white_space .container_12 .grid_4{width:33.332%}.no_white_space .container_12 .grid_5{width:41.665%}.no_white_space .container_12 .grid_6{width:49.998%}.no_white_space .container_12 .grid_7{width:58.331%}.no_white_space .container_12 .grid_8{width:66.664%}.no_white_space .container_12 .grid_9{width:74.997%}.no_white_space .container_12 .grid_10{width:83.33%}.no_white_space .container_12 .grid_11{width:91.663%}.no_white_space .container_12 .grid_12{width:99.996%}*{margin:0}input::-ms-clear{display:none}body,html{overflow-x:hidden;width:320px;width:auto!important;min-width:320px;font-size:100%}html{background-color:#e9e9e9;background-size:100% auto;background-position:top center;background-repeat:no-repeat}body{background-image:url(images/site-bg.png?key=2020040102);background-repeat:repeat-y;background-position:center;font-family:Verdana,sans-serif;font-size:1em;font-family:VELUXGothicLight,Arial,sans-serif;font-style:normal;font-weight:400;color:#333;min-height:700px;overflow:hidden}.body-noshadows-transparent{background-image:none;background-color:transparent}main ul{list-style:disc}main ul li{background-image:none;padding:0}ul.nav{listdir-style:none;padding:0;margin:0}a{color:#333;text-decoration:underline}a p{display:inline}a:hover{color:#e00;text-decoration:none}ol a,p a,ul a{color:#e00}.font-light a,.font-white a{color:#fff}.font-light a:hover,.font-white a:hover{color:#fff;text-decoration:none}.font-white{color:#fff!important}.font-light{color:#f0f0f0!important}.font-grey1{color:#979797!important}.font-grey2{color:#e1e1e1!important}.font-grey3{color:#c4c4c4!important}.font-dark{color:#333!important}.font-red{color:#e00!important}.font-blue{color:#a9cae5!important}.font-DarkBlue{color:#476996!important}.article-content .font-DarkBlue a,.article-content .font-blue a,.article-content .font-dark a,.article-content .font-grey1 a,.article-content .font-grey2 a,.article-content .font-grey3 a,.article-content .font-light a,.article-content .font-white a{color:inherit!important}.article-content .font-DarkBlue a:hover,.article-content .font-blue a:hover,.article-content .font-dark a:hover,.article-content .font-grey1 a:hover,.article-content .font-grey2 a:hover,.article-content .font-grey3 a:hover,.article-content .font-light a:hover,.article-content .font-white a:hover{color:#e00!important}.textspot-content table{table-layout:fixed}a img{border:0}b,strong{font-family:VELUXGothicBlack,Arial,sans-serif;font-style:normal;font-weight:400}i{font-family:VELUXGothicRegItalic,Arial,sans-serif;font-style:normal;font-weight:400}b i,i b,i strong,strong i{font-family:VELUXGothicBlackItalic,Arial,sans-serif;font-style:normal;font-weight:400}p{padding:0;margin:0}ul{padding-left:20px;margin:0}ul.bullet-list-dot{list-style-type:disc;margin-left:20px}ul.bullet-list-dot li{background-image:none;padding:0}ul.bullet-list-dot li a{color:inherit!important}ul.bullet-list-dot li a:hover{color:#e00!important}ol{padding:0 0 0 1.25em;margin:0}ol+:not(i),p+:not(i),ul+:not(i){margin-top:1.5em!important}em{font-family:VELUXGothicRegItalic,Arial,sans-serif;font-style:normal;font-weight:400}.filtered-grid .image-wrapper+.article-wrapper h1,h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.13333333em;margin:0 0 .5em}h1{padding:0;font-size:2em}h2{padding:0;font-size:1.73333333em}.filtered-grid .image-wrapper+.article-wrapper h1,h3{padding:0;font-size:1.46666667em}h4{padding:0;font-size:1.2em}input[type=number],input[type=text],textarea{box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}label{cursor:pointer}label input{cursor:pointer;top:2px;position:relative}.right label input{margin-left:.5em}.left label input{margin-right:.5em}hr{box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;border:0}img{width:auto;height:auto}.is-hidden{display:none!important}.responsive-img{max-width:100%;height:auto}[class*=grid]{min-height:1px}[class*=grid] video{width:100%;height:auto}.hidden-on-mobile{display:none}@media screen and (min-width:768px){.hidden-on-mobile{display:block}.shown-on-mobile{display:none}}html.lt-ie9 .hidden-on-mobile{display:block}html.lt-ie9 .shown-on-mobile{display:none}pre{font-size:1em;line-height:1.0625em}#main{font-size:.9375em;line-height:1.375em}@media screen and (min-width:768px){#main{font-size:.8125em;line-height:1.53846154em}}html.lt-ie9 #main{font-size:.8125em;line-height:1.53846154em}@media screen and (min-width:960px){#main{font-size:.9375em;line-height:1.46666667em}}html.lt-ie9 #main{font-size:.9375em;line-height:1.46666667em}i.velux-icon{background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-button-calculator{background-position:0 0;width:26px;height:26px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-button-pdf{background-position:0 -76px;width:26px;height:26px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-bottom-white{background-position:0 -152px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-down-light{background-position:0 -217px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-down-red{background-position:0 -282px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-down-white{background-position:0 -347px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-down{background-position:0 -412px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-left-light{background-position:0 -477px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-left-red{background-position:0 -542px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-left-white{background-position:0 -607px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-left{background-position:0 -672px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-medium-left-red{background-position:0 -737px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-medium-left{background-position:0 -802px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-medium-right-red{background-position:0 -867px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-medium-right{background-position:0 -932px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-right-light{background-position:0 -997px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-right-red{background-position:0 -1062px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-right-white{background-position:0 -1127px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-right{background-position:0 -1192px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-small-down-red{background-position:0 -1257px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-small-down-white{background-position:0 -1322px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-small-down{background-position:0 -1387px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-small-left-red{background-position:0 -1452px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-small-left-white{background-position:0 -1517px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-small-left{background-position:0 -1582px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-small-right-red{background-position:0 -1647px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-small-right-white{background-position:0 -1712px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-small-right{background-position:0 -1777px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-small-up-red{background-position:0 -1842px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-small-up-white{background-position:0 -1907px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-small-up{background-position:-76px 0;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-up-light{background-position:-76px -65px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-up-red{background-position:-76px -130px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-up-white{background-position:-76px -195px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-chevron-up{background-position:-76px -260px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-contact{background-position:-76px -325px;width:12px;height:12px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-cross-light{background-position:-76px -387px;width:12px;height:12px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-cross{background-position:-76px -449px;width:12px;height:12px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-dealer{background-position:-76px -511px;width:12px;height:12px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-energy-balance{background-position:-76px -573px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-free-quote{background-position:-76px -648px;width:12px;height:12px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-installer{background-position:-76px -710px;width:12px;height:12px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-mail{background-position:-76px -772px;width:12px;height:12px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-menu-toggle-dark{background-position:-76px -834px;width:18px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-menu-toggle-white{background-position:-76px -899px;width:18px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-menu-toggle{background-position:-76px -964px;width:18px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-all-white{background-position:-76px -1029px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-all{background-position:-76px -1104px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-bathroom-white{background-position:-76px -1179px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-bathroom{background-position:-76px -1254px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-bedroom-white{background-position:-76px -1329px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-bedroom{background-position:-76px -1404px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-blackout{background-position:-76px -1479px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-corridor-white{background-position:-76px -1554px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-corridor{background-position:-76px -1629px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-decoration{background-position:-76px -1704px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-heat-protection{background-position:-76px -1779px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-insect-protection{background-position:-76px -1854px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-kids-room-white{background-position:-76px -1929px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-kids-room{background-position:-159px 0;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-kitchen-white{background-position:-159px -75px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-kitchen{background-position:-159px -150px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-light-adjustment{background-position:-159px -225px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-living-room-white{background-position:-159px -300px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-living-room{background-position:-159px -375px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-work-room-white{background-position:-159px -450px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-need-work-room{background-position:-159px -525px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-pdf-white{background-position:-159px -600px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-pdf{background-position:-159px -665px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-print{background-position:-159px -730px;width:16px;height:12px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-reset-configuration{background-position:-159px -792px;width:14px;height:12px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-ribbon-gallery{background-position:-159px -854px;width:37px;height:31px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-rotator-nav-light{background-position:-159px -935px;width:13px;height:13px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-rotator-nav-red{background-position:-159px -998px;width:13px;height:13px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-search-black{background-position:-159px -1061px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-search-white{background-position:-159px -1126px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-search{background-position:-159px -1191px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-sticky-dealer{background-position:-159px -1256px;width:26px;height:26px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-sticky-installer{background-position:-159px -1332px;width:26px;height:26px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-sub-menu-slider-hover{background-position:-159px -1408px;width:40px;height:40px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-toggle-minus-red{background-position:-159px -1498px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-toggle-minus-white{background-position:-159px -1563px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-toggle-minus{background-position:-159px -1628px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-toggle-plus-red{background-position:-159px -1693px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-toggle-plus-white{background-position:-159px -1758px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-toggle-plus{background-position:-159px -1823px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-triangle-active-dark,.icon-triangle-dark{background-position:-159px -1888px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-triangle-active-white,.icon-triangle-white{background-position:-249px 0;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-white-arrow-left{background-position:-249px -65px;width:39px;height:60px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.icon-white-arrow-right{background-position:-249px -175px;width:39px;height:60px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.marker-blue{background-position:-249px -285px;width:19px;height:27px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.marker-darkblue{background-position:-249px -362px;width:19px;height:27px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.marker-darkred{background-position:-249px -439px;width:19px;height:27px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.marker-gray{background-position:-249px -516px;width:19px;height:27px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.marker-red{background-position:-249px -593px;width:19px;height:27px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.ms-ico-check{background-position:-249px -670px;width:20px;height:20px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.ms-ico-filter{background-position:-249px -740px;width:25px;height:20px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.ms-ico-info{background-position:-249px -810px;width:20px;height:20px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.ms-ico-navigation{background-position:-249px -880px;width:20px;height:20px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.ms-ico-phone{background-position:-249px -950px;width:20px;height:20px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.scfForm,.scfForm *{font-family:VELUXGothicLight,Arial,sans-serif;font-style:normal;font-weight:400}.scfForm h1{font-size:3.06666667em;line-height:1.13333333em;margin:0 0 .5em}.scfForm .scfValidationSummary{background-color:rgba(238,0,0,.25);border:1px solid rgba(238,0,0,.35);padding:1em;margin:0 0 2em}.scfForm .scfSectionContent .halfAvailableWidth>label{max-width:30%!important}@media (min-width:600px){.scfForm .scfSectionContent .halfAvailableWidth>div{width:50%}}@media (max-width:600px){.scfForm .scfSectionContent .halfAvailableWidth{width:100%}}.scfForm .scfSectionContent>.scfPasswordConfirmation>div{width:100%}.scfForm .scfSectionContent>.scfPasswordConfirmation>div label{padding:.75em .1em;max-width:15%}.scfForm .scfSectionContent>.scfPasswordConfirmation>div>.scfConfirmPasswordBorder>div{width:75%;float:right}@media (max-width:600px){.scfForm .scfSectionContent>.scfPasswordConfirmation>div{max-width:100%}.scfForm .scfSectionContent>.scfPasswordConfirmation>div label{padding:.75em .1em;max-width:15%}.scfForm .scfSectionContent>.scfPasswordConfirmation>div>.scfConfirmPasswordBorder>div{width:55%;float:right}}.scfForm .scfSectionContent>div{margin:0 0 .25em;zoom:1}.scfForm .scfSectionContent>div:after,.scfForm .scfSectionContent>div:before{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.scfForm .scfSectionContent>div:after{clear:both}.scfForm .scfSectionContent>div>[class*=Label]{padding:.75em .1em;max-width:15%}.scfForm .scfSectionContent>div>div{width:75%;float:right}@media (max-width:600px){.scfForm .scfSectionContent>div>div{max-width:55%}}.scfForm .scfSectionContent>div>div input,.scfForm .scfSectionContent>div>div select,.scfForm .scfSectionContent>div>div textarea{border:1px solid #d7d7d7;line-height:1.4em;padding:.75em 1em}.scfForm .scfSectionContent>div>div input[type=text]{height:3em}.scfForm .scfSectionContent>div>div select{height:3.06666667em}.scfForm .scfSectionContent>div>div textarea{height:10em}.scfForm .scfSectionContent>div>div textarea[rows]{height:auto}.scfForm .scfSectionContent>div>div table tr:first-child{background:0 0}.scfForm .scfSectionContent>div>div table tr:first-child *{font-family:VELUXGothicLight,Arial,sans-serif;font-style:normal;font-weight:400}.scfForm .scfSectionContent>div>div table tr td{padding:.75em 1em}.scfForm .scfSectionContent>div>div span[class*=UsefulInfo]{display:block;padding:0 0 1em}.scfForm .scfSectionContent>div .scfSingleLineGeneralPanel{float:right}.scfForm .scfSectionContent>div .scfRadioButtonList tr td{border:none}@media (max-width:600px){.scfForm .scfSectionContent>div .scfRadioButtonList tr td{display:block}}.scfForm .scfSectionContent>div .scfRequired{font-size:2em;font-family:VELUXGothicBlack,Arial,sans-serif;font-style:normal;font-weight:400;padding:.5em .1em 0 0;color:#c4c4c4}.scfForm .scfSectionContent .scfFileUploadGeneralPane{height:3em}.scfForm .scfSectionContent .scfCheckbox{background-color:rgba(169,202,229,.25);border:1px solid rgba(169,202,229,.35);display:inline-block;padding:.75em 1em;margin-top:2em}.scfForm .scfSectionContent .scfCheckbox+.scfCheckbox{margin-top:0}.scfForm .scfSectionContent input[type=checkbox],.scfForm .scfSectionContent input[type=radio]{margin:0 1em 0 0}.scfForm .scfSubmitButtonBorder{position:relative;clear:both;float:left;margin:1em 0 0}.scfForm .scfSubmitButtonBorder input[type=submit]{background-color:#e00;display:inline-block;color:#fff;text-decoration:none;padding:.55em .75em;font-size:1.06666667em;border:0}.scfForm .scfSubmitButtonBorder input[type=submit]:hover{background-color:#f0f0f0;color:#333}.grid_3 .scfForm .scfSectionContent .halfAvailableWidth,.grid_4 .scfForm .scfSectionContent .halfAvailableWidth{width:100%}.grid_3 .scfForm .scfSectionContent .halfAvailableWidth>label,.grid_4 .scfForm .scfSectionContent .halfAvailableWidth>label{max-width:15%!important}.grid_3 .scfForm .scfSectionContent .halfAvailableWidth>div,.grid_4 .scfForm .scfSectionContent .halfAvailableWidth>div{width:75%}table{border:0;width:100%;text-align:left!important}table tr{background-color:#fff;padding:.5em}table tr td,table tr th{box-sizing:content-box;-moz-box-sizing:content-box;-o-box-sizing:content-box;-webkit-box-sizing:content-box;vertical-align:top;padding:1em;border-top:2px solid #f0f0f0;border-left:2px solid #f0f0f0}table tr td:first-child,table tr th:first-child{border-left:0}table tr:first-child{background-color:#f0f0f0}table tr:first-child td{border-top:0}ul.menu{display:block;list-style:none;text-align:right;margin-right:10px;padding:0;background-color:#fff;z-index:2}ul.submenu{background:0 0}.stickymenu{position:fixed;top:0;z-index:10;border-top:.7em solid rgba(255,255,255,.7);border-bottom:.5em solid #f0f0f0}.stickymenu .section-background{background-color:#979797}section.anchormenusectionfix{padding:0}section.submenusectionfix{padding:0;width:100%}.filterbox aside{background-repeat:no-repeat;background-position:right center;background-color:#e00;position:absolute;right:0;top:0;color:#fff;padding:0 28px 0 20px;font-family:OpenSans700,Arial,sans-serif;font-weight:700}.filterbox h3{border-bottom:solid 2px #413e39;margin-top:20px;margin-bottom:0}.filterbox aside.filter div.active-filter{display:none}.filterbox aside .active-filter i{position:relative;top:10px}.filterbox aside .aside-wrapper{background-color:#f0f0f0;color:#413e39;position:absolute;top:56px;right:-20px;padding:20px;display:none;z-index:10}.filterbox aside ul{list-style:none;padding:0;text-transform:lowercase}.filterbox aside ul li{white-space:nowrap;line-height:36px;padding:0 30px 0 10px;position:relative;border-bottom:solid 2px #413e39}.filterbox aside ul li:hover,.main-title-wrapper aside ul li.active{color:#000;cursor:pointer}.filterbox aside ul li.active{background-image:url(images/icon-black-tick.png?key=2020040102);background-repeat:no-repeat;background-position:right center}.filterbox .header{position:relative;height:56px;z-index:2;background-color:#f0f0f0;margin-bottom:20px}.filterbox .header h1{margin-left:12px;padding-top:6px}.filterbox h2{font-size:1em;color:#413e39;text-transform:uppercase}.filterbox article{width:346px;padding:10px;margin:2px;float:left;display:block;position:relative;border:solid 1px #888;background-color:#fff;min-height:380px}.filterbox aside .aside-label{line-height:56px}.filterbox aside:hover .aside-wrapper{display:block;z-index:10}.filterbox a.read-more{background-image:url(images/service-chevron.png?key=2020040102);background-repeat:no-repeat;background-position:right center;color:#413e39;text-decoration:none;position:absolute;right:15px;bottom:16px;text-transform:uppercase;font-size:1.1em;padding:0 13px 0 0;font-family:OpenSans700,Arial,sans-serif;font-weight:700}.filterbox .content-wrapper{padding:0 10px;width:156px;overflow:hidden;float:left}.filterbox .filteredon{height:30px;display:inline-block;clear:both;width:100%;padding-left:10px}.filterbox .active-filter{display:none;color:#413e39}.filterbox .filter-options-intro{font-size:.85em}.filterbox .filterenabled{width:auto;height:auto}.editorseperator{margin-top:20px}div.spotButton a{color:#000;text-decoration:none}@media screen and (min-width:641px){.dropspot{padding:0 0 1em}.dropspot div.spotButton{display:inline-block;vertical-align:top;background-color:#fff;text-align:center;width:125px}.dropspot div.spotButton .header1,.dropspot div.spotButton h1,.dropspot div.spotButton h2{background-image:url(images/icon-toggle-plus.png?key=2020040102);background-repeat:no-repeat;background-position:0 center;font-size:1.5em;padding:0 0 0 1.5em;display:inline}.dropspot div.spotButton .header1.is-open,.dropspot div.spotButton h1.is-open,.dropspot div.spotButton h2.is-open{background-image:url(images/icon-toggle-minus.png?key=2020040102)}}.hidden{display:none}@media screen and (max-width:640px){.dropspot div.spotButton{display:inline-block;list-style-type:none;width:100%!important;vertical-align:top;background-color:#fff;text-align:center}.dropspot .header1{display:block;font-size:2em;margin:0 0 .5em}.dropspot h2{font-size:1.2em}}.dropspot .container_12{margin:0}.dropspot{margin-top:10px;margin-bottom:10px}.bottom{float:left;position:relative}.horizontalList>div{float:left}.horizontalList .spot-wrapper+.spot-wrapper{margin-top:0}table.findLinksDialog{border-style:solid;border-spacing:0;border-width:1px}table.findLinksDialog th{font-weight:700}table.findLinksDialog td,table.findLinksDialog th{text-align:left;border-style:solid;border-spacing:0;padding:5px;border-width:1px}h3.pageeditor{padding-top:1em}@media screen and (min-width:768px){body{min-width:744px}.container_12{margin-left:auto;margin-right:auto;width:744px}.grid_1,.grid_10,.grid_11,.grid_12,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9{display:inline;float:left;position:relative;margin-left:10px;margin-right:10px}.pull_1,.pull_10,.pull_11,.pull_12,.pull_2,.pull_3,.pull_4,.pull_5,.pull_6,.pull_7,.pull_8,.pull_9,.push_1,.push_10,.push_11,.push_12,.push_2,.push_3,.push_4,.push_5,.push_6,.push_7,.push_8,.push_9{position:relative}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:42px}.container_12 .grid_2{width:104px}.container_12 .grid_3{width:166px}.container_12 .grid_4{width:228px}.container_12 .grid_5{width:290px}.container_12 .grid_6{width:352px}.container_12 .grid_7{width:414px}.container_12 .grid_8{width:476px}.container_12 .grid_9{width:538px}.container_12 .grid_10{width:600px}.container_12 .grid_11{width:662px}.container_12 .grid_12{width:724px}.container_12 .prefix_1{padding-left:62px}.container_12 .prefix_2{padding-left:124px}.container_12 .prefix_3{padding-left:186px}.container_12 .prefix_4{padding-left:248px}.container_12 .prefix_5{padding-left:310px}.container_12 .prefix_6{padding-left:372px}.container_12 .prefix_7{padding-left:434px}.container_12 .prefix_8{padding-left:496px}.container_12 .prefix_9{padding-left:558px}.container_12 .prefix_10{padding-left:620px}.container_12 .prefix_11{padding-left:682px}.container_12 .suffix_1{padding-right:62px}.container_12 .suffix_2{padding-right:124px}.container_12 .suffix_3{padding-right:186px}.container_12 .suffix_4{padding-right:248px}.container_12 .suffix_5{padding-right:310px}.container_12 .suffix_6{padding-right:372px}.container_12 .suffix_7{padding-right:434px}.container_12 .suffix_8{padding-right:496px}.container_12 .suffix_9{padding-right:558px}.container_12 .suffix_10{padding-right:620px}.container_12 .suffix_11{padding-right:682px}.container_12 .push_1{left:62px}.container_12 .push_2{left:124px}.container_12 .push_3{left:186px}.container_12 .push_4{left:248px}.container_12 .push_5{left:310px}.container_12 .push_6{left:372px}.container_12 .push_7{left:434px}.container_12 .push_8{left:496px}.container_12 .push_9{left:558px}.container_12 .push_10{left:620px}.container_12 .push_11{left:682px}.container_12 .pull_1{left:-62px}.container_12 .pull_2{left:-124px}.container_12 .pull_3{left:-186px}.container_12 .pull_4{left:-248px}.container_12 .pull_5{left:-310px}.container_12 .pull_6{left:-372px}.container_12 .pull_7{left:-434px}.container_12 .pull_8{left:-496px}.container_12 .pull_9{left:-558px}.container_12 .pull_10{left:-620px}.container_12 .pull_11{left:-682px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after,.clearfix:before{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both}.clearfix{zoom:1}}@media screen and (min-width:960px){body{min-width:960px}.container_12{margin-left:auto;margin-right:auto;width:960px}.grid_1,.grid_10,.grid_11,.grid_12,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9{display:inline;float:left;position:relative;margin-left:10px;margin-right:10px}.pull_1,.pull_10,.pull_11,.pull_12,.pull_2,.pull_3,.pull_4,.pull_5,.pull_6,.pull_7,.pull_8,.pull_9,.push_1,.push_10,.push_11,.push_12,.push_2,.push_3,.push_4,.push_5,.push_6,.push_7,.push_8,.push_9{position:relative}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_3{width:220px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_6{width:460px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_9{width:700px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_12 .grid_12{width:940px}.no_white_space .container_12 .grid_1{width:70px!important}.no_white_space .container_12 .grid_2{width:160px!important}.no_white_space .container_12 .grid_3{width:235px!important}.no_white_space .container_12 .grid_4{width:313.33333333px!important}.no_white_space .container_12 .grid_5{width:392.5px!important}.no_white_space .container_12 .grid_6{width:472px!important}.no_white_space .container_12 .grid_7{width:551.66666667px!important}.no_white_space .container_12 .grid_8{width:631.42857143px!important}.no_white_space .container_12 .grid_9{width:711.25px!important}.no_white_space .container_12 .grid_10{width:791.11111111px!important}.no_white_space .container_12 .grid_11{width:871px!important}.no_white_space .container_12 .grid_12{width:950.90909091px!important}.container_12 .prefix_1{padding-left:80px}.container_12 .prefix_2{padding-left:160px}.container_12 .prefix_3{padding-left:240px}.container_12 .prefix_4{padding-left:320px}.container_12 .prefix_5{padding-left:400px}.container_12 .prefix_6{padding-left:480px}.container_12 .prefix_7{padding-left:560px}.container_12 .prefix_8{padding-left:640px}.container_12 .prefix_9{padding-left:720px}.container_12 .prefix_10{padding-left:800px}.container_12 .prefix_11{padding-left:880px}.container_12 .suffix_1{padding-right:80px}.container_12 .suffix_2{padding-right:160px}.container_12 .suffix_3{padding-right:240px}.container_12 .suffix_4{padding-right:320px}.container_12 .suffix_5{padding-right:400px}.container_12 .suffix_6{padding-right:480px}.container_12 .suffix_7{padding-right:560px}.container_12 .suffix_8{padding-right:640px}.container_12 .suffix_9{padding-right:720px}.container_12 .suffix_10{padding-right:800px}.container_12 .suffix_11{padding-right:880px}.container_12 .push_1{left:80px}.container_12 .push_2{left:160px}.container_12 .push_3{left:240px}.container_12 .push_4{left:320px}.container_12 .push_5{left:400px}.container_12 .push_6{left:480px}.container_12 .push_7{left:560px}.container_12 .push_8{left:640px}.container_12 .push_9{left:720px}.container_12 .push_10{left:800px}.container_12 .push_11{left:880px}.container_12 .pull_1{left:-80px}.container_12 .pull_2{left:-160px}.container_12 .pull_3{left:-240px}.container_12 .pull_4{left:-320px}.container_12 .pull_5{left:-400px}.container_12 .pull_6{left:-480px}.container_12 .pull_7{left:-560px}.container_12 .pull_8{left:-640px}.container_12 .pull_9{left:-720px}.container_12 .pull_10{left:-800px}.container_12 .pull_11{left:-880px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after,.clearfix:before{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both}.clearfix{zoom:1}}@media only screen and (min-device-width:769px){.menu-open{left:0!important}}@media only screen and (min-width:768px) and (max-width:960px){.splash-wrap-left-bottom{height:112px}.splash-wrap-left-top{height:112px}.splash-wrap-right-bottom{height:112px}.splash-wrap-right-top{height:112px}main>section article .image-wrapper{height:auto!important}.blue-price-splash{width:100px;height:115px;background-size:100px 115px}.blue-price-splash .price-text{width:80px}.blue-price-splash strong.xx-large{font-size:large}.blue-price-splash strong.x-large{font-size:large}}@media screen and (min-width:1280px){#main,footer{position:relative;width:1280px;left:50%;margin-left:-640px}.container_12{margin:0 160px}}html.lt-ie9 #main,html.lt-ie9 footer{position:relative;width:1280px;left:50%;margin-left:-640px}html.lt-ie9 .container_12{margin:0 160px}.stickymenu{z-index:10}#sb-container{font-family:VELUXGothicRegular,Arial,sans-serif;font-style:normal;font-weight:400}#sb-container #sb-overlay{background-color:#333!important}#sb-container #sb-wrapper #sb-title{display:none}#sb-container #sb-wrapper #sb-wrapper-inner{border:10px solid #fff}#sb-container #sb-wrapper #sb-wrapper-inner #sb-body{background-color:#fff}#sb-container #sb-wrapper #sb-wrapper-inner #sb-body #sb-body-inner #sb-player h2 img{width:auto!important}#sb-container #sb-wrapper #sb-wrapper-inner #sb-body #sb-body-inner #sb-player p img{width:auto!important}#sb-container #sb-wrapper #sb-wrapper-inner #sb-body #sb-body-inner #sb-player img{width:100%!important}#sb-container #sb-wrapper #sb-wrapper-inner #sb-body #sb-loading{display:none!important}#sb-container #sb-wrapper #sb-info{position:static}#sb-container #sb-wrapper #sb-info #sb-counter{display:none}#sb-container #sb-wrapper #sb-info #sb-nav>a{background:0 0}#sb-container #sb-wrapper #sb-info #sb-nav #sb-nav-close{position:absolute;top:-51px;right:0;background-color:#e00;padding:12px 14px 16px;width:12px;height:12px}@media screen and (min-width:768px){#sb-container #sb-wrapper #sb-info #sb-nav #sb-nav-close{top:0;right:-51px}}html.lt-ie9 #sb-container #sb-wrapper #sb-info #sb-nav #sb-nav-close{top:0;right:-51px}#sb-container #sb-wrapper #sb-info #sb-nav #sb-nav-close:before{content:'';background-position:-76px -449px;width:12px;height:12px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}#sb-container #sb-wrapper #sb-info #sb-nav #sb-nav-next{position:absolute;top:50%;right:10px;margin-top:-20px;background-color:#e00;padding:4px 7px 8px;width:12px;height:12px}#sb-container #sb-wrapper #sb-info #sb-nav #sb-nav-next:before{content:'';background-position:0 -1127px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}#sb-container #sb-wrapper #sb-info #sb-nav #sb-nav-previous{position:absolute;top:50%;left:10px;margin-top:-20px;margin-left:0;background-color:#e00;padding:4px 7px 8px;width:12px;height:12px}#sb-container #sb-wrapper #sb-info #sb-nav #sb-nav-previous:before{content:'';background-position:0 -607px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}#blankcontent{padding-top:10px}#blankcontent .container_12{margin:0}#blankcontent article.alpha>section{overflow:hidden;position:relative;margin-right:-15px}@media screen and (max-width:767px){#blankcontent{width:100%}#blankcontent .container_12{margin:0 1%}#blankcontent .container_12 [class*=grid]{width:100%}}@media screen and (min-width:768px){#blankcontent .fourcolunms{width:228px}#blankcontent .sixcolunms{width:352px}#blankcontent .eightcolunms{width:476px}#blankcontent .tencolunms{width:600px}#blankcontent .twelvecolunms{width:724px}#blankcontent .container_12 .grid_3{overflow:hidden}}html.lt-ie9 #blankcontent .fourcolunms{width:228px}html.lt-ie9 #blankcontent .sixcolunms{width:352px}html.lt-ie9 #blankcontent .eightcolunms{width:476px}html.lt-ie9 #blankcontent .tencolunms{width:600px}html.lt-ie9 #blankcontent .twelvecolunms{width:724px}html.lt-ie9 #blankcontent .container_12 .grid_3{overflow:hidden}@media screen and (min-width:960px){#blankcontent .fourcolunms{width:300px}#blankcontent .sixcolunms{width:460px}#blankcontent .eightcolunms{width:620px}#blankcontent .tencolunms{width:780px}#blankcontent .twelvecolunms{width:940px}}html.lt-ie9 #blankcontent .fourcolunms{width:300px}html.lt-ie9 #blankcontent .sixcolunms{width:460px}html.lt-ie9 #blankcontent .eightcolunms{width:620px}html.lt-ie9 #blankcontent .tencolunms{width:780px}html.lt-ie9 #blankcontent .twelvecolunms{width:940px}section.anchor-menu,section.anchormenusectionfix,section.hero{padding:0;background-color:#979797}section.anchor-menu article,section.anchormenusectionfix article,section.hero article{overflow:hidden}section.anchor-menu ul,section.anchormenusectionfix ul,section.hero ul{display:table;width:100%;padding:0;margin:0;background-color:transparent}section.anchor-menu ul li.currentanchor,section.anchormenusectionfix ul li.currentanchor,section.hero ul li.currentanchor{border-top-color:#e00;background-color:#fff}section.anchor-menu ul li.currentanchor a,section.anchormenusectionfix ul li.currentanchor a,section.hero ul li.currentanchor a{color:#e00;font-family:VELUXGothicBold,Arial,sans-serif;font-style:normal;font-weight:400}section.anchor-menu ul li.currentanchor .anchor-chevron,section.anchormenusectionfix ul li.currentanchor .anchor-chevron,section.hero ul li.currentanchor .anchor-chevron{background-position:center;background-image:url(images/icon-chevron-down-red.png?key=2020040102);background-repeat:no-repeat}section.anchor-menu ul li,section.anchormenusectionfix ul li,section.hero ul li{background:0 0;display:table-cell;text-align:center;border-top:4px solid transparent;vertical-align:middle;padding:0}section.anchor-menu ul li:focus,section.anchor-menu ul li:hover,section.anchormenusectionfix ul li:focus,section.anchormenusectionfix ul li:hover,section.hero ul li:focus,section.hero ul li:hover{border-top-color:#e00}section.anchor-menu ul li a,section.anchormenusectionfix ul li a,section.hero ul li a{display:inline-block;padding:1.5em 1em;text-decoration:none;white-space:nowrap;color:#f0f0f0}section.anchor-menu ul li .anchor-chevron,section.anchormenusectionfix ul li .anchor-chevron,section.hero ul li .anchor-chevron{height:25px;margin-top:-25px}@media screen and (max-width:768px){section.anchor-menu,section.anchormenusectionfix{display:none}}@media only screen and (max-device-width:768px) and (orientation:landscape){section.anchor-menu,section.anchormenusectionfix{display:none}}@media only screen and (max-device-width:768px){section.anchor-menu,section.anchormenusectionfix{display:none}}#ReturnToTop{position:fixed;right:0;bottom:-50%;margin-bottom:75px;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.2);-moz-box-shadow:0 0 5px rgba(0,0,0,.2);-o-box-shadow:0 0 5px rgba(0,0,0,.2);-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-o-border-radius:4px 0 0 4px;display:none;z-index:5}#ReturnToTop a{background-image:url(images/icon-chevron-up.png?key=2020040102);background-repeat:no-repeat;background-position:center;text-decoration:none;padding:1.5em 2em;display:block}section.blinds-configurator.font-white .configurator-subtitle{border-bottom:1px dotted #fff}section.blinds-configurator .configurator-steps{padding-top:50px;padding-bottom:50px}section.blinds-configurator .configurator-title{font-size:1.33333333em}section.blinds-configurator .configurator-subtitle{padding:0 0 .5em;margin:0 0 1em;border-bottom:1px dotted #333;font-family:VELUXGothicRegItalic,Arial,sans-serif;font-style:normal;font-weight:400}section.blinds-configurator .configurator-option{margin:0 0 1em}section.blinds-configurator .configurator-option select{width:100%;height:2em;margin:0 0 1em;padding:0}section.blinds-configurator .configurator-option ul{padding:0;margin:0}section.blinds-configurator .configurator-option ul li{padding:0 0 1em 1.5em;position:relative}section.blinds-configurator .configurator-option ul li input[type=radio]{margin:0;position:absolute;left:0;top:4px}section.blinds-configurator .configurator-tip{background-color:#a9cae5;margin:1em 0 0;padding:1em;color:#333}section.blinds-configurator .configurator-product .product-image{width:30%;float:left;margin:0 20px 0 0}section.blinds-configurator .configurator-product .product-image img{width:100%}section.blinds-configurator .configurator-product .product-details{float:left;margin:0 0 2em}section.blinds-configurator .configurator-product .product-details .product-name{font-size:1.33333333em}section.blinds-configurator .configurator-product .product-details .product-title{font-family:VELUXGothicRegItalic,Arial,sans-serif;font-style:normal;font-weight:400}section.blinds-configurator .configurator-product .product-details .product-configuration{margin:1em 0 0}section.blinds-configurator .configurator-product .product-details .product-configuration table tr td{padding:0 1em 0 0;border:0}section.blinds-configurator .configurator-product .product-details .product-configuration table tr:first-child{background-color:transparent}section.blinds-configurator .configurator-product .product-details .product-configuration table tr:first-child *{font-family:VELUXGothicLight,Arial,sans-serif;font-style:normal;font-weight:400}section.blinds-configurator .configurator-product .product-details .product-price{float:right;margin:1em 0 0}section.blinds-configurator .configurator-product .product-details .product-price span.price-label{font-family:VELUXGothicRegItalic,Arial,sans-serif;font-style:normal;font-weight:400}section.blinds-configurator .configurator-product .product-details .product-price span.price-value{margin:0 10px;font-size:1.6em;font-family:VELUXGothicRegItalic,Arial,sans-serif;font-style:normal;font-weight:400}section.blinds-configurator .product-buttons{clear:left}section.blinds-configurator .product-buttons .button:first-child{border-left:0}.button{position:relative;background-color:#476996}.button a,.button button,.button input[type=button]{display:block;color:#fff;text-decoration:none;padding:.55em 2.5em .55em .75em}.button i.velux-icon{position:absolute;right:.75em;top:.83em}.button i.velux-icon.left{right:auto;left:.75em}.button:hover{background-color:#375173}.button.left{float:left;right:auto;left:0;margin:0 .5em 0 0}.button.right{float:right;left:auto;right:0;margin:0 0 0 .5em}.button.fullwidth{width:100%}.button.large a{font-size:1.4em;line-height:1.5em}.button.large a i.velux-icon{top:1em}.button.half-width{width:47%}.button.red{background-color:#e00;border-color:#b00}.button.red a,.button.red button,.button.red input[type=button]{color:#fff}.button.red:hover{background-color:#b00}.button.darkblue{background-color:#476996;border-color:#375173}.button.darkblue a,.button.darkblue button,.button.darkblue input[type=button]{color:#fff}.button.darkblue:hover{background-color:#375173}.button.dark{background-color:#333;border-color:#1a1a1a}.button.dark a,.button.dark button,.button.dark input[type=button]{color:#fff}.button.dark:hover{background-color:#1a1a1a}.button.white{background-color:#fff;border-color:#e6e6e6}.button.white a,.button.white button,.button.white input[type=button]{color:#333}.button.white:hover{background-color:#e6e6e6}.button.border-red{background-color:#fff;border:1px solid #e00}.button.border-red a,.button.border-red button,.button.border-red input[type=button]{color:#e00}.button.border-red a i.icon-chevron-right-white,.button.border-red button i.icon-chevron-right-white,.button.border-red input[type=button] i.icon-chevron-right-white{background-position:0 -1062px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.button.border-red:hover{background-color:#b00;border-color:#fff}.button.border-red:hover a,.button.border-red:hover button,.button.border-red:hover input[type=button]{color:#fff}.button.border-red:hover a i.icon-chevron-right-white,.button.border-red:hover button i.icon-chevron-right-white,.button.border-red:hover input[type=button] i.icon-chevron-right-white{background-position:0 -1127px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.button.light{background-color:#f0f0f0;border-color:#d7d7d7}.button.light a,.button.light button,.button.light input[type=button]{color:#333}.button.light a i.icon-chevron-right-white,.button.light button i.icon-chevron-right-white,.button.light input[type=button] i.icon-chevron-right-white{background-position:0 -1192px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.button.light:hover{background-color:#d7d7d7}.button.small a,.button.small button,.button.small input[type=button]{display:block;color:#fff;text-decoration:none;padding-top:.3em;padding-bottom:.2em;font-size:.86666667em}.button.text{background:0 0;background-image:url(images/icon-chevron-small-right-red.png?key=2020040102);background-repeat:no-repeat;background-position:0 4px;padding:0 0 0 20px;text-align:left;border:0}.button.text a,.button.text button,.button.text input[type=button]{display:inline;color:#e00;white-space:normal;padding:0}.button.text a:hover,.button.text button:hover,.button.text input[type=button]:hover{color:#333}.button.text a strong,.button.text button strong,.button.text input[type=button] strong{font-family:inherit;font-weight:600}.button.text:hover{background-image:url(images/icon-chevron-small-right.png?key=2020040102)}.button.text.darkblue{color:#476996;background-image:url(images/icon-chevron-small-right.png?key=2020040102)}.button.text.darkblue a,.button.text.darkblue button,.button.text.darkblue input[type=button]{color:#476996}.button.text.darkblue a:hover,.button.text.darkblue button:hover,.button.text.darkblue input[type=button]:hover{color:#375173}.button.text.darkblue:hover{background:0 0;background-image:url(images/icon-chevron-small-right.png?key=2020040102);background-repeat:no-repeat;background-position:0 4px}.button.text.red:hover{background-color:transparent}.button.text.red a:hover,.button.text.red button:hover,.button.text.red input[type=button]:hover{color:#b00}.button.text.dark{color:#333;background-image:url(images/icon-chevron-small-right.png?key=2020040102)}.button.text.dark a,.button.text.dark button,.button.text.dark input[type=button]{color:#333}.button.text.dark a:hover,.button.text.dark button:hover,.button.text.dark input[type=button]:hover{color:#1a1a1a}.button.text.dark:hover{background-color:transparent}.button.focus,.button.focus:hover{background-color:transparent;border:0}.button.focus a,.button.focus button,.button.focus input[type=button],.button.focus.blue a,.button.focus.blue button,.button.focus.blue input[type=button],.button.focus.dark a,.button.focus.dark button,.button.focus.dark input[type=button],.button.focus.light a,.button.focus.light button,.button.focus.light input[type=button],.button.focus.red a,.button.focus.red button,.button.focus.red input[type=button],.button.focus:hover a,.button.focus:hover button,.button.focus:hover input[type=button],.button.focus:hover.blue a,.button.focus:hover.blue button,.button.focus:hover.blue input[type=button],.button.focus:hover.dark a,.button.focus:hover.dark button,.button.focus:hover.dark input[type=button],.button.focus:hover.light a,.button.focus:hover.light button,.button.focus:hover.light input[type=button],.button.focus:hover.red a,.button.focus:hover.red button,.button.focus:hover.red input[type=button]{background:0 0;border:0;display:block;color:#333;padding:.25em 1em .6em 3em;border-bottom:4px solid #a9cae5}.button.focus a:before,.button.focus button:before,.button.focus input[type=button]:before,.button.focus.blue a:before,.button.focus.blue button:before,.button.focus.blue input[type=button]:before,.button.focus.dark a:before,.button.focus.dark button:before,.button.focus.dark input[type=button]:before,.button.focus.light a:before,.button.focus.light button:before,.button.focus.light input[type=button]:before,.button.focus.red a:before,.button.focus.red button:before,.button.focus.red input[type=button]:before,.button.focus:hover a:before,.button.focus:hover button:before,.button.focus:hover input[type=button]:before,.button.focus:hover.blue a:before,.button.focus:hover.blue button:before,.button.focus:hover.blue input[type=button]:before,.button.focus:hover.dark a:before,.button.focus:hover.dark button:before,.button.focus:hover.dark input[type=button]:before,.button.focus:hover.light a:before,.button.focus:hover.light button:before,.button.focus:hover.light input[type=button]:before,.button.focus:hover.red a:before,.button.focus:hover.red button:before,.button.focus:hover.red input[type=button]:before{content:"";background-image:url(images/icon-chevron-right-white.png?key=2020040102);background-repeat:no-repeat;background-position:center;background-color:#a9cae5;position:absolute;left:0;top:0;width:2em;height:2em}.button.focus a:hover,.button.focus button:hover,.button.focus input[type=button]:hover,.button.focus.blue a:hover,.button.focus.blue button:hover,.button.focus.blue input[type=button]:hover,.button.focus.dark a:hover,.button.focus.dark button:hover,.button.focus.dark input[type=button]:hover,.button.focus.light a:hover,.button.focus.light button:hover,.button.focus.light input[type=button]:hover,.button.focus.red a:hover,.button.focus.red button:hover,.button.focus.red input[type=button]:hover,.button.focus:hover a:hover,.button.focus:hover button:hover,.button.focus:hover input[type=button]:hover,.button.focus:hover.blue a:hover,.button.focus:hover.blue button:hover,.button.focus:hover.blue input[type=button]:hover,.button.focus:hover.dark a:hover,.button.focus:hover.dark button:hover,.button.focus:hover.dark input[type=button]:hover,.button.focus:hover.light a:hover,.button.focus:hover.light button:hover,.button.focus:hover.light input[type=button]:hover,.button.focus:hover.red a:hover,.button.focus:hover.red button:hover,.button.focus:hover.red input[type=button]:hover{border-bottom:4px solid #82b2d9}.button.focus a:hover:before,.button.focus button:hover:before,.button.focus input[type=button]:hover:before,.button.focus.blue a:hover:before,.button.focus.blue button:hover:before,.button.focus.blue input[type=button]:hover:before,.button.focus.dark a:hover:before,.button.focus.dark button:hover:before,.button.focus.dark input[type=button]:hover:before,.button.focus.light a:hover:before,.button.focus.light button:hover:before,.button.focus.light input[type=button]:hover:before,.button.focus.red a:hover:before,.button.focus.red button:hover:before,.button.focus.red input[type=button]:hover:before,.button.focus:hover a:hover:before,.button.focus:hover button:hover:before,.button.focus:hover input[type=button]:hover:before,.button.focus:hover.blue a:hover:before,.button.focus:hover.blue button:hover:before,.button.focus:hover.blue input[type=button]:hover:before,.button.focus:hover.dark a:hover:before,.button.focus:hover.dark button:hover:before,.button.focus:hover.dark input[type=button]:hover:before,.button.focus:hover.light a:hover:before,.button.focus:hover.light button:hover:before,.button.focus:hover.light input[type=button]:hover:before,.button.focus:hover.red a:hover:before,.button.focus:hover.red button:hover:before,.button.focus:hover.red input[type=button]:hover:before{background-color:#82b2d9;background-image:url(images/icon-chevron-right-white.png?key=2020040102)}.button.focus.red a,.button.focus.red button,.button.focus.red input[type=button],.button.focus:hover.red a,.button.focus:hover.red button,.button.focus:hover.red input[type=button]{border-bottom:4px solid #e00}.button.focus.red a:before,.button.focus.red button:before,.button.focus.red input[type=button]:before,.button.focus:hover.red a:before,.button.focus:hover.red button:before,.button.focus:hover.red input[type=button]:before{background-color:#e00}.button.focus.red a:hover,.button.focus.red button:hover,.button.focus.red input[type=button]:hover,.button.focus:hover.red a:hover,.button.focus:hover.red button:hover,.button.focus:hover.red input[type=button]:hover{border-bottom:4px solid #b00}.button.focus.red a:hover:before,.button.focus.red button:hover:before,.button.focus.red input[type=button]:hover:before,.button.focus:hover.red a:hover:before,.button.focus:hover.red button:hover:before,.button.focus:hover.red input[type=button]:hover:before{background-color:#b00}.button.focus.dark a,.button.focus.dark button,.button.focus.dark input[type=button],.button.focus:hover.dark a,.button.focus:hover.dark button,.button.focus:hover.dark input[type=button]{border-bottom:4px solid #333}.button.focus.dark a:before,.button.focus.dark button:before,.button.focus.dark input[type=button]:before,.button.focus:hover.dark a:before,.button.focus:hover.dark button:before,.button.focus:hover.dark input[type=button]:before{background-color:#333}.button.focus.dark a:hover,.button.focus.dark button:hover,.button.focus.dark input[type=button]:hover,.button.focus:hover.dark a:hover,.button.focus:hover.dark button:hover,.button.focus:hover.dark input[type=button]:hover{border-bottom:4px solid #1a1a1a}.button.focus.dark a:hover:before,.button.focus.dark button:hover:before,.button.focus.dark input[type=button]:hover:before,.button.focus:hover.dark a:hover:before,.button.focus:hover.dark button:hover:before,.button.focus:hover.dark input[type=button]:hover:before{background-color:#1a1a1a}.button.focus.light a,.button.focus.light button,.button.focus.light input[type=button],.button.focus:hover.light a,.button.focus:hover.light button,.button.focus:hover.light input[type=button]{color:#333;border-bottom:4px solid #f0f0f0}.button.focus.light a:before,.button.focus.light button:before,.button.focus.light input[type=button]:before,.button.focus:hover.light a:before,.button.focus:hover.light button:before,.button.focus:hover.light input[type=button]:before{background-color:#f0f0f0}.button.focus.light a:hover,.button.focus.light button:hover,.button.focus.light input[type=button]:hover,.button.focus:hover.light a:hover,.button.focus:hover.light button:hover,.button.focus:hover.light input[type=button]:hover{border-bottom:4px solid #d7d7d7}.button.focus.light a:hover:before,.button.focus.light button:hover:before,.button.focus.light input[type=button]:hover:before,.button.focus:hover.light a:hover:before,.button.focus:hover.light button:hover:before,.button.focus:hover.light input[type=button]:hover:before{background-color:#d7d7d7}.button.focus.light a i.icon-chevron-right-white,.button.focus.light button i.icon-chevron-right-white,.button.focus.light input[type=button] i.icon-chevron-right-white,.button.focus:hover.light a i.icon-chevron-right-white,.button.focus:hover.light button i.icon-chevron-right-white,.button.focus:hover.light input[type=button] i.icon-chevron-right-white{background-position:0 -1192px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.button.icon{background-repeat:none;background-position:right .5em center}.button.icon.left-ico a,.button.icon.left-ico button,.button.icon.left-ico input[type=button]{background-position:.5em center;padding:.55em .75em .55em 3em}.button em.velux-icon{vertical-align:sub;margin:0 .4em}.button em.velux-icon.icon-pdf{background-position:-159px -665px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.button em.velux-icon.icon-pdf-white{background-position:-159px -600px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.button--xl a{padding:1em 2em;font-family:VELUXGothicBold}@media screen and (min-width:768px){.button--xl a{font-size:1.2em}}html.lt-ie9 .button--xl a{font-size:1.2em}.button--xl a i.velux-icon{position:relative;right:0;top:.1em;left:.5em}.red .button{background-color:#fff}.red .button a,.red .button button,.red .button input[type=button]{color:#e00}.red .button:hover i[class*=icon-chevron]{background-position:0 -1127px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.font-white .button.focus a,.font-white .button.focus button,.font-white .button.focus input[type=button],.font-white .button.focus:hover a,.font-white .button.focus:hover button,.font-white .button.focus:hover input[type=button]{color:#fff}.stockAvailability{min-height:250px}.stockAvailability #btnBack{display:block;position:relative;padding-left:1em;padding-bottom:1em;color:#e00;text-decoration:none}.stockAvailability #btnBack i{position:absolute;top:3px;left:0}.stockAvailability .right{float:right}.stockAvailability #divAlerts,.stockAvailability .resultError{color:#e00}.stockAvailability #divSystemError ul li{background-image:none;padding:0}.stockAvailability .button.red a{color:#fff}.stockAvailability #divCCLoading{display:none;background:#000 url(images/marketing/ajax-loading.gif) no-repeat center;z-index:999;opacity:.3}.stockAvailability .productTypeSelector{margin-top:2em;position:relative}.stockAvailability .productTypeSelector article{padding-bottom:1em}.stockAvailability .productTypeSelector select{border:1px solid #d7d7d7;line-height:1.4em;padding:.65em 1em;width:100%;height:2.75em;margin:0;box-sizing:border-box}.stockAvailability .productTypeSelector select:disabled{opacity:.6}.stockAvailability .button-wrapper.search{padding-top:1.55em;margin-top:0}.stockAvailability .productConfiguration .image-wrapper{width:30%;float:left;font-size:1em;padding:.5em;box-sizing:border-box}.stockAvailability .productConfiguration .image-wrapper img{max-width:100%;height:auto}.stockAvailability .productConfiguration .article-wrapper{width:70%;float:right;padding:.5em;box-sizing:border-box}.stockAvailability .productConfiguration .links{margin-top:1em}.stockAvailability .stockAvailabilityResults{margin-top:4em}.stockAvailability .stockAvailabilityResults .button-wrapper{margin:0}.stockAvailability .stockAvailabilityResults .results{margin-top:1em}.stockAvailability .stockAvailabilityResults .result{border:1px solid #e9e9e9;padding:1em;margin-bottom:1em}.stockAvailability .stockAvailabilityResults .result .logo{display:inline-block;vertical-align:top;width:10%}.stockAvailability .stockAvailabilityResults .result .logo img{max-width:100%}.stockAvailability .stockAvailabilityResults .result .info{display:inline-block;vertical-align:top;width:89%;box-sizing:border-box;padding-left:1em}.stockAvailability .stockAvailabilityResults .result .info .title{display:block;font-weight:700;padding-bottom:4px}.stockAvailability .stockAvailabilityResults .result .info .icon{position:absolute}.stockAvailability .stockAvailabilityResults .result .info .address{display:inline-block;padding:0 .5em 0 0;width:65%;box-sizing:border-box;position:relative;vertical-align:top}.stockAvailability .stockAvailabilityResults .result .info .address p{padding-left:24px}.stockAvailability .stockAvailabilityResults .result .info .availability{display:inline-block;position:relative;vertical-align:top;width:34%;box-sizing:border-box;padding:0 0 0 .5em}.stockAvailability .stockAvailabilityResults .result .info .availability p{margin-top:0!important}.stockAvailability .stockAvailabilityResults .result .dot{height:16px;width:16px;background-color:#bbb;border-radius:50%;display:inline-block;position:absolute;top:3px;left:8px}.stockAvailability .stockAvailabilityResults .result .dot.green{background-color:#388e3c}.stockAvailability .stockAvailabilityResults .result .dot.yellow{background-color:#fbc02d}.stockAvailability .stockAvailabilityResults .result .dot.red{background-color:#d32f2f}.stockAvailability .stockAvailabilityResults .result .status{padding-left:32px;min-height:22px}@media screen and (max-width:767px){.stockAvailabilityContainer .stockAvailabilityResults .result .info .address{width:55%}.stockAvailabilityContainer .stockAvailabilityResults .result .info .availability{width:44%}}.virtueldiv .container_12{margin:0!important}.virtueldiv.container_12{margin-left:0}.grid_12>div>.container_12{margin:0!important}.filtered-grid h1{font-size:.8125em;margin:2.2em 0 0 .2em}.filtered-grid .image-wrapper img{display:block;width:100%}.filtered-grid .button-wrapper{margin:1em 0 0}.filtered-grid .button-wrapper.bottom{float:none;margin:0;padding:1.4em 0 0}footer{background-color:#fff;font-size:.9375em;border-top:4px solid #f0f0f0;position:relative;z-index:4}footer .footer-tabs .tab-title{float:left;padding:21px 39px;color:#333;cursor:pointer;text-align:center;width:50%;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}footer .footer-tabs .tab-title:hover{color:#e00}footer .footer-tabs .tab-title.active{background-color:#f0f0f0;border-top:4px solid #e00;margin-top:-4px;color:#e00}footer .footer-tabs .professionals.active{background-color:#333;border-top:4px solid #e00;margin-top:-4px;color:#dfdfdf}footer nav{background-color:#f0f0f0;padding:62px 0;display:none}footer nav ul{list-style:none;width:50%;float:left;padding:0 10px;margin:0 0 20px!important;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}footer nav ul li{padding:0 0 7px}footer nav ul li a{text-decoration:none;color:#333;display:inline-block}footer nav ul li a:hover{color:#e00}footer nav ul li.menu-title{padding:0 0 12px;font-family:VELUXGothicBold,Arial,sans-serif;font-style:normal;font-weight:400}footer nav ul li.menu-item a{background-image:url(images/icon-chevron-small-right.png?key=2020040102);background-repeat:no-repeat;background-position:0 2px;padding:0 0 0 20px;margin-left:-5px}footer nav ul.footer-nav-3{clear:left}footer nav.active{display:block}footer nav.active.professionals{background-color:#333;color:#f0f0f0}footer nav.active.professionals ul li a{color:#f0f0f0}footer nav.active.professionals ul li a:hover{color:#e00}footer nav.active.professionals ul li.menu-item a{background-image:url(images/icon-chevron-small-right-white.png?key=2020040102)}footer .social-icons .social-icons{margin-left:-.25em}footer .social-icons a{padding-top:1em;font-size:.7em}footer .social-icons .fa-stack{color:#e0e0e0}footer .social-icons .fa-stack svg:last-child{color:#333}footer .professionals .social-icons .fa-stack{color:#4a4b49}footer .professionals .social-icons .fa-stack svg:last-child{color:#fff}footer .payoff{background-color:#f0f0f0;border-top:3px solid #fff;padding:18px 0}footer .payoff img{width:100%}@media screen and (min-width:768px){footer .footer-tabs .tab-title{width:auto}footer nav ul{width:25%;clear:none!important}}html.lt-ie9 footer .footer-tabs .tab-title{width:auto}html.lt-ie9 footer nav ul{width:25%;clear:none!important}main>section .gallery{background-color:#fff;position:relative;height:700px;border:20px solid #fff;left:-20px;margin-bottom:20px}main>section .gallery .gallery-markers{position:absolute;width:100%;height:100%;top:0;left:0;z-index:3}main>section .gallery .gallery-thumbs{position:absolute;width:100%;height:100%;z-index:2}main>section .gallery .gallery-markers .gallery-position,main>section .gallery .gallery-thumbs .gallery-position{position:absolute;overflow:hidden;clear:both}main>section .gallery .gallery-thumbs .gallery-position img{position:absolute}main>section .gallery .gallery-markers .gallery-position.pos1,main>section .gallery .gallery-thumbs .gallery-position.pos1{top:0;left:0;width:460px;height:460px}main>section .gallery .gallery-thumbs .gallery-position.pos1 img{top:0;left:0}main>section .gallery .gallery-markers .gallery-position.pos2,main>section .gallery .gallery-thumbs .gallery-position.pos2{top:0;right:0;width:460px;height:220px}main>section .gallery .gallery-thumbs .gallery-position.pos2 img{top:0;left:-320px}main>section .gallery .gallery-markers .gallery-position.pos3,main>section .gallery .gallery-thumbs .gallery-position.pos3{top:240px;right:240px;width:220px;height:220px}main>section .gallery .gallery-thumbs .gallery-position.pos3 img{top:-240px;left:-320px}main>section .gallery .gallery-markers .gallery-position.pos4,main>section .gallery .gallery-thumbs .gallery-position.pos4{bottom:0;right:0;width:220px;height:460px}main>section .gallery .gallery-thumbs .gallery-position.pos4 img{top:-240px;left:-720px}main>section .gallery .gallery-markers .gallery-position.pos5,main>section .gallery .gallery-thumbs .gallery-position.pos5{bottom:0;left:0;width:220px;height:220px}main>section .gallery .gallery-thumbs .gallery-position.pos5 img{top:-320px;left:0}main>section .gallery .gallery-markers .gallery-position.pos6,main>section .gallery .gallery-thumbs .gallery-position.pos6{bottom:0;left:240px;width:460px;height:220px}main>section .gallery .gallery-thumbs .gallery-position.pos6 img{top:-320px;left:-240px}main>section .gallery .gallery-images{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}main>section .gallery .gallery-images .gallery-position{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;display:none}.GallerySpotContainer{position:relative}.GallerySpotContainer:hover .GallerySpotRibbon .RibbonBg,.GallerySpotContainer:hover .GallerySpotRibbonIcon .RibbonBg{opacity:.7}.GallerySpotContainer .image-wrapper{position:relative;margin-bottom:0;z-index:1}.GallerySpotContainer .GallerySpotRibbon,.GallerySpotContainer .GallerySpotRibbonIcon{position:absolute;z-index:2;padding:1em 1.5em;text-align:center;bottom:0;width:100%;box-sizing:border-box;color:#fff;font-family:VELUXGothicBold,Arial,sans-serif;font-style:normal;font-weight:400;cursor:pointer}.GallerySpotContainer .GallerySpotRibbon .RibbonText,.GallerySpotContainer .GallerySpotRibbonIcon .RibbonText{position:relative;z-index:2}.GallerySpotContainer .GallerySpotRibbon .RibbonText.White,.GallerySpotContainer .GallerySpotRibbonIcon .RibbonText.White{color:#333}.GallerySpotContainer .GallerySpotRibbon .RibbonBg,.GallerySpotContainer .GallerySpotRibbonIcon .RibbonBg{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;opacity:.85;transition:opacity .3s ease-in-out}.GallerySpotContainer .GallerySpotRibbon .RibbonBg.Red,.GallerySpotContainer .GallerySpotRibbonIcon .RibbonBg.Red{background:#e00}.GallerySpotContainer .GallerySpotRibbon .RibbonBg.Blue,.GallerySpotContainer .GallerySpotRibbonIcon .RibbonBg.Blue{background:#a9cae5}.GallerySpotContainer .GallerySpotRibbon .RibbonBg.Dark,.GallerySpotContainer .GallerySpotRibbonIcon .RibbonBg.Dark{background:#333}.GallerySpotContainer .GallerySpotRibbon .RibbonBg.Grey1,.GallerySpotContainer .GallerySpotRibbonIcon .RibbonBg.Grey1{background:#979797}.GallerySpotContainer .GallerySpotRibbon .RibbonBg.Grey2,.GallerySpotContainer .GallerySpotRibbonIcon .RibbonBg.Grey2{background:#e1e1e1}.GallerySpotContainer .GallerySpotRibbon .RibbonBg.Grey3,.GallerySpotContainer .GallerySpotRibbonIcon .RibbonBg.Grey3{background:#c4c4c4}.GallerySpotContainer .GallerySpotRibbon .RibbonBg.White,.GallerySpotContainer .GallerySpotRibbonIcon .RibbonBg.White{background:#fff}.GallerySpotContainer .GallerySpotRibbonIcon .RibbonText:before{content:"";vertical-align:middle;margin-right:1em;background-position:-159px -854px;width:37px;height:31px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.GallerySpotContainer .GallerySpotNoRibbon{display:none}section.hero .slideshow .slide .slide-image img{height:100%!important;width:auto!important;bottom:0!important}.slideshowContainer{width:100%;height:100%}.slideshow{position:relative;width:100%;height:100%}.slideshow .slide-wrapper{height:252.85416667px;width:100%;position:relative;z-index:0;overflow:hidden}.slideshow .slide{position:absolute;left:100%;top:0;width:100%;height:100%;z-index:1;overflow:hidden}.slideshow .slide.active{left:0;z-index:2;display:block}.slideshow .slide .slide-image{background-color:#fff;position:relative;width:100%;height:100%}.slideshow .slide .slide-image img{position:absolute;left:50%;bottom:0;height:100%;margin-left:-375px}[class*=grid] .slideshowContainer .slideshow .slide .slide-image img{left:auto;margin-left:auto}.slideshow .slide .container_12{position:relative;height:100%;top:-100%}.slideshow section{position:absolute;left:0;top:0;width:100%}.slideshowContainer .slideshow section h1{font-size:1.625em}.slideshow section .button{margin-top:0}.slideshow .slider-nav{background-color:transparent;background-repeat:no-repeat;background-position:center;position:absolute;top:50%;margin-top:-30px;cursor:pointer;z-index:3;display:none}.slideshow .slider-nav.left{background-position:-249px -65px;width:39px;height:60px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;left:3em;display:none}.slideshow .slider-nav.left:hover{opacity:.7}.slideshow .slider-nav.right{background-position:-249px -175px;width:39px;height:60px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;right:3em;display:none}.slideshow .slider-nav.right:hover{opacity:.7}.slideshow .slider-index{width:92%;margin:0 4%;position:relative;bottom:10px;margin-top:-5px;zoom:1}.slideshow .slider-index:after,.slideshow .slider-index:before{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.slideshow .slider-index:after{clear:both}.slideshow .slider-index>[class*=grid]{margin-left:0;margin-right:0}.slideshow .slider-index .index{background-color:rgba(240,240,240,.75);cursor:pointer;position:relative;display:inline-block;width:11%;height:5px;margin:0 2px 0 0}.slideshow .slider-index .index .slide-counter{position:absolute;height:100%;width:0%;top:0;left:0;background-color:#e00}.slideshow .slider-index .index i.velux-icon{background-image:url(images/icon-rotator-nav-light.png?key=2020040102);background-repeat:no-repeat;width:13px;height:13px;display:none;float:left}.slideshow .slider-index .index.active i.velux-icon{background-image:url(images/icon-rotator-nav-red.png?key=2020040102)}.slideshow .slider-index .index .slide-title{display:none}.slideshowContainer.style-2 .slideshow .slide{background-color:#f0f0f0}.slideshowContainer.style-2.grey2 .slideshow .slide{background-color:#e1e1e1}.slideshowContainer.style-2.grey3 .slideshow .slide{background-color:#c4c4c4}.slideshowContainer.style-2.red .slideshow .slide{background-color:#e00;color:#fff}.slideshowContainer.style-2 .slideshow .slide .slide-image{width:50%;position:absolute;top:0;overflow:hidden}.slideshowContainer.style-2.left .slideshow .slide .slide-image{right:0}.slideshowContainer.style-2.right .slideshow .slide .slide-image{left:0}.slideshowContainer.style-2 .slideshow .slide .slide-image img{position:static;margin:0;height:100%}.slideshowContainer.style-2.left .slideshow .slide .slide-image img{float:left}.slideshowContainer.style-2.right .slideshow .slide .slide-image img{float:right}.slideshowContainer.style-2 .slideshow .slide section{width:50%;position:absolute;top:0;overflow:hidden;left:50%;padding:20px 5%;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}.slideshowContainer.style-2.left .slideshow .slide section{left:auto;right:50%}.slideshowContainer.style-2.red .slideshow .slide section h1{color:#fff}.slideshowContainer.style-2 .slideshow .slide section>[class*=container],.slideshowContainer.style-2 .slideshow .slide section>[class*=container]>[class*=grid]{width:100%;padding:0;margin:0}.slideshowContainer.style-2 .slideshow .slide section>[class*=container]>[class*=grid]>[class*=prefix],.slideshowContainer.style-2 .slideshow .slide section>[class*=container]>[class*=grid]>[class*=suffix]{padding:0;margin:0!important}.slideshowContainer.style-2 .slideshow .slide section .button{white-space:normal}.slideshowContainer.style-2.red .slideshow .slide section .button{background-color:#f0f0f0}.slideshowContainer.style-2.red .slideshow .slide section .button a{color:#333}.slideshowContainer.style-2.red .slideshow .slide section .button i.icon-chevron-right-white{background-position:0 -1192px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.slideshowContainer.style-2.red .slideshow .slide section .button:hover{background-color:#333}.slideshowContainer.style-2.red .slideshow .slide section .button:hover a{color:#fff}.slideshowContainer.style-2.red .slideshow .slide section .button:hover i.icon-chevron-right-white{background-position:0 -1127px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.slide-wrapper .button p{display:inline}section.hero.style-3{margin:4% 4% 70px 4%}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow{box-shadow:0 2px 2px rgba(0,0,0,.2);background-color:#f0f0f0}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper .slide .slide-image{background-color:#f0f0f0}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper .slide .slide-image img{height:auto!important;width:100%!important;left:0;top:0;margin-left:0;z-index:2}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper .slide>section{bottom:0;top:auto;background-color:#f0f0f0}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper .slide>section .button{margin-bottom:1em}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slider-index{bottom:auto;box-sizing:border-box;margin:0;padding:0 45px;text-align:center;top:22px;width:100%;height:0}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slider-nav{display:block;margin-top:15px;top:auto;background-color:#fff;border:1px solid #c4c4c4;background-repeat:no-repeat;background-position:center;width:40px;height:40px;cursor:pointer}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slider-nav.left{left:0;background-position:-249px -65px;width:39px;height:60px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slider-nav.right{background-position:-249px -175px;width:39px;height:60px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;right:0}@media screen and (max-width:768px){section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper{height:auto}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper .slide [class*=prefix],section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper .slide [class*=suffix]{padding-right:0;padding-left:0}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper .slide section article div:first-child{margin-top:0!important}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper .slide section article div:first-child .article-wrapper h1:first-child{margin-top:1em;color:#333!important}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper section .article-wrapper [class*=font-]{color:#333!important}}@media screen and (min-width:768px){.slideshowContainer .slide-wrapper{height:354.95px}.slideshow .slide .slide-image img{margin-left:-480px;top:0}[class*=grid] .slideshowContainer .slideshow .slide .slide-image img{margin-left:auto}.slideshowContainer .slideshow section{font-size:1.4em}.slideshowContainer .slideshow section h1{font-size:1.9047619em}.slideshowContainer .slideshow section .button{font-size:.71428571em}.slideshow .slider-nav{display:block}.slideshow .slider-nav.left,.slideshow .slider-nav.right{display:inline-block}.slideshow .slider-index{width:724px;margin-left:auto;margin-right:auto}.slideshow .slider-index .index{float:left;width:7.5%}.no_white_space [class*=grid]{margin-left:0;margin-right:0}.no_white_space [class*=grid] img{width:100%;margin:0;padding:0}.no_white_space [class*=container]{padding-left:10px;padding-right:10px}[class*=grid] .slideshow .slider-index{width:100%;margin-left:10px;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}.slideshowContainer.style-2 .slideshow .slide section{padding:50px 0 50px 5%;width:362px}.slideshowContainer.style-2 .slideshow .slide .slider-nav{display:block}.slideshowContainer.style-2.left .slideshow .slide section{padding:50px 5% 50px 0}section.hero.style-3{margin:0 0 5px 0}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow{box-shadow:none;background-color:transparent}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper{height:354.95px}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper .slide{margin-bottom:10px}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper .slide .slide-image{background-color:#f0f0f0}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper .slide .slide-image img{height:100%!important;width:auto!important;left:50%;top:auto;bottom:0!important;margin-left:-480px;z-index:auto}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper .slide>section{bottom:auto;top:0;background-color:transparent;padding-bottom:0}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slider-index{bottom:10px;width:724px;margin-left:auto;margin-right:auto;margin-top:-5px;top:auto;box-sizing:initial;padding:0;text-align:initial}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slider-nav{display:block;border:none;background-color:transparent;top:50%;margin-top:-30px}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slider-nav.left{background-position:-249px -65px;width:39px;height:60px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;left:3em}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slider-nav.right{background-position:-249px -175px;width:39px;height:60px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;right:3em}}html.lt-ie9 .slideshowContainer .slide-wrapper{height:354.95px}html.lt-ie9 .slideshow .slide .slide-image img{margin-left:-480px;top:0}html.lt-ie9 [class*=grid] .slideshowContainer .slideshow .slide .slide-image img{margin-left:auto}html.lt-ie9 .slideshowContainer .slideshow section{font-size:1.4em}html.lt-ie9 .slideshowContainer .slideshow section h1{font-size:1.9047619em}html.lt-ie9 .slideshowContainer .slideshow section .button{font-size:.71428571em}html.lt-ie9 .slideshow .slider-nav{display:block}html.lt-ie9 .slideshow .slider-nav.left,html.lt-ie9 .slideshow .slider-nav.right{display:inline-block}html.lt-ie9 .slideshow .slider-index{width:724px;margin-left:auto;margin-right:auto}html.lt-ie9 .slideshow .slider-index .index{float:left;width:7.5%}html.lt-ie9 .no_white_space [class*=grid]{margin-left:0;margin-right:0}html.lt-ie9 .no_white_space [class*=grid] img{width:100%;margin:0;padding:0}html.lt-ie9 .no_white_space [class*=container]{padding-left:10px;padding-right:10px}html.lt-ie9 [class*=grid] .slideshow .slider-index{width:100%;margin-left:10px;margin-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}html.lt-ie9 .slideshowContainer.style-2 .slideshow .slide section{padding:50px 0 50px 5%;width:362px}html.lt-ie9 .slideshowContainer.style-2 .slideshow .slide .slider-nav{display:block}html.lt-ie9 .slideshowContainer.style-2.left .slideshow .slide section{padding:50px 5% 50px 0}html.lt-ie9 section.hero.style-3{margin:0 0 5px 0}html.lt-ie9 section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow{box-shadow:none;background-color:transparent}html.lt-ie9 section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper{height:354.95px}html.lt-ie9 section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper .slide{margin-bottom:10px}html.lt-ie9 section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper .slide .slide-image{background-color:#f0f0f0}html.lt-ie9 section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper .slide .slide-image img{height:100%!important;width:auto!important;left:50%;top:auto;bottom:0!important;margin-left:-480px;z-index:auto}html.lt-ie9 section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper .slide>section{bottom:auto;top:0;background-color:transparent;padding-bottom:0}html.lt-ie9 section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slider-index{bottom:10px;width:724px;margin-left:auto;margin-right:auto;margin-top:-5px;top:auto;box-sizing:initial;padding:0;text-align:initial}html.lt-ie9 section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slider-nav{display:block;border:none;background-color:transparent;top:50%;margin-top:-30px}html.lt-ie9 section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slider-nav.left{background-position:-249px -65px;width:39px;height:60px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;left:3em}html.lt-ie9 section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slider-nav.right{background-position:-249px -175px;width:39px;height:60px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;right:3em}@media screen and (min-width:960px){.slideshowContainer .slide-wrapper{height:458px}.slideshow .slide .slide-image img{margin-left:-640px}[class*=grid] .slideshowContainer .slideshow .slide .slide-image img{margin-left:auto}.slideshowContainer .slideshow section{font-size:1.8em}.slideshowContainer .slideshow section h1{font-size:1.92592593em}.slideshowContainer .slideshow section .button{font-size:.55555556em}.slideshow .slider-index{width:940px}.slideshowContainer.style-2 .slideshow .slide section{width:470px}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper{height:458px!important}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper .slide .slide-image img{margin-left:-640px}section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slider-index{width:940px}}html.lt-ie9 .slideshowContainer .slide-wrapper{height:458px}html.lt-ie9 .slideshow .slide .slide-image img{margin-left:-640px}html.lt-ie9 [class*=grid] .slideshowContainer .slideshow .slide .slide-image img{margin-left:auto}html.lt-ie9 .slideshowContainer .slideshow section{font-size:1.8em}html.lt-ie9 .slideshowContainer .slideshow section h1{font-size:1.92592593em}html.lt-ie9 .slideshowContainer .slideshow section .button{font-size:.55555556em}html.lt-ie9 .slideshow .slider-index{width:940px}html.lt-ie9 .slideshowContainer.style-2 .slideshow .slide section{width:470px}html.lt-ie9 section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper{height:458px!important}html.lt-ie9 section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slide-wrapper .slide .slide-image img{margin-left:-640px}html.lt-ie9 section.hero.style-3 .slideshowContainer.hero.style-3 .slideshow .slider-index{width:940px}section.hero-banner{height:350px;padding:0;display:flex;align-items:center}@media screen and (min-width:480px){section.hero-banner{height:220px}}@media screen and (min-width:768px){section.hero-banner{height:450px}}html.lt-ie9 section.hero-banner{height:450px}section.hero-banner .hero-banner__image img{position:absolute;-webkit-transform:translate(-50%,-50%) scale(.8);transform:translate(-50%,-50%) scale(.8);left:50%;top:50%}section.hero-banner .hero-banner__image::after{content:'';position:absolute;width:100%;height:100%;top:0;left:0}section.hero-banner .hero-banner__image.hero-banner--darken::after{background-color:rgba(0,0,0,.2)}section.hero-banner .hero-banner__image.hero-banner--lighten::after{background-color:rgba(255,255,255,.2)}@media screen and (min-width:768px){section.hero-banner .hero-banner__image img{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}}html.lt-ie9 section.hero-banner .hero-banner__image img{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}@media screen and (min-width:480px){section.hero-banner .hero-banner__wrapper{text-align:center}}section.hero-banner .hero-banner__details h1{font-family:VELUXGothicBold;font-size:2.5em;margin-bottom:.5rem}@media screen and (min-width:768px){section.hero-banner .hero-banner__details h1{font-size:4em}}html.lt-ie9 section.hero-banner .hero-banner__details h1{font-size:4em}section.hero-banner .hero-banner__details .hero-banner__subtitle{font-family:VELUXGothicBold}@media screen and (min-width:768px){section.hero-banner .hero-banner__details .hero-banner__subtitle{font-size:1.6em}}html.lt-ie9 section.hero-banner .hero-banner__details .hero-banner__subtitle{font-size:1.6em}section.hero-banner .hero-banner__buttons{margin-top:1rem}@media screen and (min-width:768px){section.hero-banner .hero-banner__buttons{margin-top:3rem}}html.lt-ie9 section.hero-banner .hero-banner__buttons{margin-top:3rem}section.hero-banner .hero-banner__buttons .button{margin-bottom:.5em;margin-right:1em;display:inline-block}section.inspiration-read-more{padding-top:0;padding-bottom:0;position:relative;z-index:3}section.inspiration-read-more .inspiration-container:after{height:50px;width:100%;content:'';display:block;background-color:#fff}section.inspiration-read-more.opened .inspiration-container:after{background-color:transparent}section.inspiration-read-more .inspiration-container .read-more-trigger{text-align:center}section.inspiration-read-more .inspiration-container .read-more-trigger .read-more-title{background-color:#fff;position:relative;top:-2.5em;display:inline-block;padding:1em 2em 1em 2em;cursor:pointer;box-shadow:0 -4px 4px rgba(0,0,0,.5);-moz-box-shadow:0 -4px 4px rgba(0,0,0,.5);-o-box-shadow:0 -4px 4px rgba(0,0,0,.5);-webkit-box-shadow:0 -4px 4px rgba(0,0,0,.5)}section.inspiration-read-more .inspiration-container .read-more-trigger .read-more-title:before{content:'';background-position:-159px -1823px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;position:absolute;bottom:0;left:50%;top:40px;margin-left:-7px}section.inspiration-read-more .inspiration-container .read-more-trigger .read-more-title:hover:before{background-position:-159px -1693px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}section.inspiration-read-more .inspiration-container .read-more-trigger .read-more-text{margin-top:-1.5em;padding:0 0 2em 0;position:relative;z-index:2}section.inspiration-read-more .inspiration-container .read-more-content{position:relative;overflow:hidden;clear:both;height:100px}section.inspiration-read-more .inspiration-container .read-more-content:before{content:'';background-color:rgba(255,255,255,0);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);background:-o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);background:-ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);position:absolute;width:100%;height:100px;z-index:1;left:0;bottom:0}section.inspiration-read-more .inspiration-container .read-more-content section{padding:50px 0}section.inspiration-read-more.opened .inspiration-container .read-more-trigger .read-more-title:before{background-position:-159px -1628px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}section.inspiration-read-more.opened .inspiration-container .read-more-trigger .read-more-title:hover:before{background-position:-159px -1498px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}section.inspiration-read-more.opened .inspiration-container .read-more-content.opened:before{display:none}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}@media screen and (min-width:769px){.micromodal-slide.is-open{display:none}}.modal__title{font-size:24px;font-weight:400;letter-spacing:0;margin-top:2em;text-align:center}.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:9999}.modal__container{background-color:rgba(255,255,255,.97);padding:30px;width:100vw;height:100vh;overflow-y:auto;box-sizing:border-box}.modal__header{display:flex;justify-content:space-between;align-items:flex-start}.modal__close{background:0 0;border:0}.modal__header .modal__close:before{content:"\2715";font-size:20px}.modal__content{margin-top:2rem;margin-bottom:2rem;line-height:1.5;color:rgba(0,0,0,.8)}.modal__footer{display:flex;justify-content:center;border-top:none}.modal__footer button{border-radius:20px;padding:.55em 2em .55em 2em;margin:0 auto;border:none;background-color:#e00;color:#fff}.modal__footer button:disabled,.modal__footer button[disabled]{background-color:#ccc}.modal__content input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.language__item{position:relative;display:block;padding:1.5em 1em;text-decoration:none;color:#333;border-bottom:1px solid #8c8c8c;text-transform:capitalize}.checkmark:after{position:absolute;top:0;left:0;height:100%;width:100%;background:url(images/check_icon.svg) no-repeat 90% center;background-size:20px}.checkmark:after{content:"";position:absolute;display:none}.language__item .checkmark:after{content:"";position:absolute;display:none}.modal__content input:checked~.checkmark:after{display:block}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@keyframes mmslideIn{from{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideOut{from{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide[aria-hidden=false] .modal__overlay{animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=false] .modal__container{animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__overlay{animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__container{animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}main{position:relative}main>section{position:relative;margin:0;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}main>section.smallpadding{padding-top:2em!important;padding-bottom:2em!important}main>section.smallpadding-top{padding-top:2em!important}main>section.smallpadding-bottom{padding-bottom:2em!important}main>section.nopadding{padding-top:0!important;padding-bottom:0!important}main>section.nopadding.top{padding-top:0!important}main>section.nopadding-bottom{padding-bottom:0!important}main>section ul.bullet-list-dot{list-style-type:disc;margin-left:20px}main>section ul.bullet-list-dot li{background-image:none;padding:0}.image-wrapper+.article-wrapper h1{font-size:2em;font-family:VELUXGothicRegular,Arial,sans-serif;font-style:normal;font-weight:400}.image-wrapper{position:relative}.hidden-title{display:none;position:absolute;z-index:5;top:5px;left:5px}.highlight .placeholder-img{height:450px}.image-wrapper.placeholder-img{background:#a9cae5;font-size:1em}.related_spot .placeholder-img{background:#f0f0f0;min-height:100px}.news-feed .placeholder-img{height:169px}.blue-price-splash{background-image:url(images/blue-price-splash.png?key=2020040102);background-repeat:no-repeat;background-size:130px 150px;background-color:transparent;position:relative;width:130px;height:150px;text-align:left;display:table-cell;vertical-align:middle}.blue-price-splash strong{font-family:VELUXGothicBlack,Arial,sans-serif;font-style:normal;font-weight:400;line-height:normal;overflow:hidden;display:block;text-align:justify;white-space:nowrap;text-justify:inter-word}.blue-price-splash strong.xx-small{font-size:xx-small}.blue-price-splash strong.x-small{font-size:x-small}.blue-price-splash strong.small{font-size:small}.blue-price-splash strong.medium{font-size:medium}.blue-price-splash strong.large{font-size:large}.blue-price-splash strong.x-large{font-size:x-large}.blue-price-splash strong.xx-large{font-size:xx-large}.blue-price-splash .price-text{width:105px;height:74px;display:block;vertical-align:middle;overflow:hidden;padding-left:15px}.blue-price-splash span{font-size:14px;line-height:normal;overflow:hidden;display:block;white-space:normal;word-break:break-word;-ms-word-break:break-word}.related_spot{margin-left:-10px;margin-right:-10px;clear:both}.related_spot .itemTag{display:block;background:#a9cae5;padding:6px 12px;bottom:0;position:absolute;cursor:pointer;font-size:15px;line-height:12px;margin-top:0!important}.related_spot .image-wrapper{margin:0;overflow:hidden}.related_spot .placeholder-img{margin-bottom:20px}.related_spot .placeholder-img .article-wrapper a{position:absolute;width:100%;height:100%}.related_spot .placeholder-img .image-wrapper{position:absolute;display:block}.related_spot .placeholder-img .image-wrapper a{width:100%;height:100%;display:block}.related_spot .placeholder-img img{padding-bottom:0}.related_spot .placeholder-img .itemTag{top:0;bottom:auto}.related_spot .placeholder-img h3{padding:30px 0 0 5px}.related_spot .placeholder-img:hover h3{color:#e00}.related_spot h3{padding-top:20px}.tagsimulator_spot .placeholder-img+.tagging-statistics-wrapper{margin-top:-1.6em}.tagsimulator_spot .placeholder-img{overflow:hidden}.tagsimulator_spot .selection .fakeMultiSelect,.tagsimulator_spot .selection .fakeSelect{width:18%;float:none;padding:0 2% 0 1%}.tagsimulator_spot .selection select{display:none}.tagsimulator_spot .selection h4{cursor:pointer;padding:4px 25px 4px 4px;max-width:161px;margin-bottom:0;background:#f0f0f0;border:1px solid #a9cae5;position:relative}.tagsimulator_spot .selection h4:after{content:"";display:block;background:url(images/icon-chevron-down.png?key=2020040102) no-repeat;width:14px;height:12px;position:absolute;z-index:3;right:5px;top:5px}.tagsimulator_spot .selection .fakeSelected{background:#a9cae5}.tagsimulator_spot .selection li>ul{cursor:pointer;background:#f0f0f0;border:1px solid #a9cae5;border-top:none;margin-top:-1px;position:absolute;z-index:999;overflow:hidden;display:none;max-width:190px}.tagsimulator_spot .selection li>ul li{padding:3px 3px 0 3px;margin-bottom:-6px;width:100%;float:left}.tagsimulator_spot .selection li>ul li :last-child{padding-bottom:3px}.tagsimulator_spot .selection li>ul li input{float:left;display:block;margin-top:2px;position:absolute}.tagsimulator_spot .selection li>ul li label{margin-top:-2px;display:block;padding-left:4px;float:left;margin-left:14px}.tagsimulator_spot .grid_4:nth-of-type(3n+1){clear:left}.tagsimulator_spot .tagging-statistics-wrapper{padding-bottom:4px;position:relative;margin-bottom:20px}.tagsimulator_spot .tagging-statistics-wrapper .dateTag,.tagsimulator_spot .tagging-statistics-wrapper .weightTag{display:block;padding:6px 12px;bottom:0;position:absolute;cursor:pointer;font-size:15px;line-height:12px;margin-top:0!important}.tagsimulator_spot .tagging-statistics-wrapper .dateTag{background:#ff9;right:0}.tagsimulator_spot .tagging-statistics-wrapper .weightTag{background:#f9f}.tagsimulator_spot .tagging-statistics-parent{padding-bottom:15px}.tagsimulator_spot ul.selection{list-style-type:none;margin-bottom:20px}.tagsimulator_spot ul.selection li{background:0 0;list-style-type:none;display:inline-block;padding-right:1%;float:right;width:8%}.tagsimulator_spot ul.selection li h4{font-weight:700}.related_spot h1{margin-left:10px}.no_white_space .related_spot{margin-left:0;margin-right:0}.related_spot .grid_4{opacity:.8;-moz-transition:opacity .5s;-o-transition:opacity .5s;-webkit-transition:opacity .5s;transition:opacity .5s}.related_spot .grid_4:hover{opacity:1}.related_spot a{text-decoration:none}.related_spot h3,.related_spot img{clear:both}.img_placeholder{height:150px;background:#a9cae5}.image-wrapper .splash-wrap-left-top,.slide-image .splash-wrap-left-top{position:absolute;top:2px;left:0}.image-wrapper .splash-wrap-left-bottom,.slide-image .splash-wrap-left-bottom{position:absolute;bottom:0;left:0}.image-wrapper .splash-wrap-right-top,.slide-image .splash-wrap-right-top{position:absolute;top:2px;right:0}.image-wrapper .splash-wrap-right-bottom,.slide-image .splash-wrap-right-bottom{position:absolute;bottom:0;right:0}.read-more-block .image-wrapper .splash-wrap-left-bottom,.read-more-block .image-wrapper .splash-wrap-right-bottom{padding-bottom:20px}.spot-wrapper+.spot-wrapper{margin-top:.75em}.button-wrapper{margin:2em 0 0;zoom:1}.button-wrapper:after,.button-wrapper:before{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.button-wrapper:after{clear:both}.read-more-block .button-wrapper{margin-top:1em}main>section .section-background{position:absolute;left:0;top:0;width:100%;height:100%;text-align:center;overflow:hidden;font-size:0;line-height:0}main>section.background-image{padding:0}main>section.background-image .section-background{position:static}main>section.background-image .section-background img{width:100%}main>section.background-image .section-background .arrow{width:0;height:0;border-style:solid;border-width:0 18px 20px 18px;border-color:transparent transparent #fff transparent;position:absolute;margin-top:-20px;margin-left:-18px;left:50%;-webkit-transform:rotate(360deg)}main>section.background-image .section-background .arrow.gray1{border-bottom-color:#f0f0f0}main>section.background-image .section-background .arrow.gray2{border-bottom-color:#e1e1e1}main>section.background-image .section-background .arrow.gray3{border-bottom-color:#c4c4c4}main>section.background-image .section-background .arrow.dark{border-bottom-color:#333}main>section.background-image .section-background .arrow.blue{border-bottom-color:#a9cae5}main>section.background-image .section-background .arrow.red{border-bottom-color:#e00}main>section.background-image .section-background+.container_12{margin-top:-20px}main>section.background-image .section-background+.container_12 .spot-wrapper{padding-top:20px}main>section.breaker.background-image .section-background+.container_12{margin-top:-32px}main>section.breaker.background-image .section-background+.container_12 .spot-wrapper{padding-top:32px}.inspiration-read-more .inspiration-container .read-more-content .section-background{padding-right:320px;margin-left:-160px}main>section article .section-background{position:static}main>section article .section-background img{position:static;width:100%;height:auto;left:0;top:0;margin:0}main>section article .section-background+*{position:absolute;top:0;left:0}main>section .section-background.no-info{position:relative;margin:-40px 0;line-height:0;font-size:0;text-align:left}main>section .section-background.no-info img{position:relative;top:auto;display:inline}main>section.breaker{padding:0}main>section.breaker img{display:block}main>section article .image-wrapper{width:100%;margin:0 0 20px;line-height:0;font-size:0}main>section article .article-wrapper img{max-width:100%;height:auto!important}main>section article .image-wrapper img{max-width:100%}main>hr{background-color:#333;height:5px;width:100%;border:0}@media screen and (max-width:767px){.related_spot{width:100%;display:block}.related_spot .itemTag{margin-top:-46px}.related_spot h1{margin-left:0}.related_spot .grid_4{-o-transition:none;-webkit-transition:none;-moz-transition:none;transition:none;opacity:1;width:100%;margin-left:0;margin-right:0}.related_spot img{width:100%}main>section:not(.hero) [class*=container] [class*=prefix],main>section:not(.hero) [class*=container] [class*=suffix]{padding:0}main>section{padding:4em 0;zoom:1}main>section:after,main>section:before{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}main>section:after{clear:both}main>section:not(.hero).hideDividerBetweenColumnsInMobile article[class*=grid]+article[class*=grid]>.spot-wrapper:before{content:none}main>section:not(.hero) article[class*=grid]{float:none;width:100%;display:inline-block;margin-left:0;margin-right:0;margin-top:0}main>section:not(.hero) article[class*=grid]+article[class*=grid]>.spot-wrapper:before{content:'';width:100%;height:4px;background-color:#d7d7d7;position:absolute;top:0;left:0}main>section:not(.hero) article[class*=grid]+article[class*=grid]>.spot-wrapper.button-spot:before,main>section:not(.hero) article[class*=grid]+article[class*=grid]>.spot-wrapper.focus-border:before,main>section:not(.hero) article[class*=grid]+article[class*=grid]>.spot-wrapper.no-grey-line:before,main>section:not(.hero) article[class*=grid]+article[class*=grid]>.spot-wrapper.read-more-block:before{display:none}main>section:not(.hero) article[class*=grid] .spot-wrapper{margin:2em 0}main>section:not(.hero) article[class*=grid] .spot-wrapper.focus-border,main>section:not(.hero) article[class*=grid] .spot-wrapper.read-more-block{margin:1em 0}main>section:not(.hero) article[class*=grid] .spot-wrapper.button-spot{margin:0}main>section:not(.hero) article[class*=grid] .article-content,main>section:not(.hero) article[class*=grid] .article-wrapper h1:first-child,main>section:not(.hero) article[class*=grid] .button-wrapper,main>section:not(.hero) article[class*=grid] .image-wrapper{height:auto!important}main>section:not(.hero) article[class*=grid]:first-child .spot-wrapper{margin-top:0}main>section:not(.hero) article[class*=grid]:last-child .spot-wrapper{margin-bottom:0}main>section:not(.hero) .tabComponent article[class*=grid] .spot-wrapper:before{content:none!important;width:100%;height:4px;background-color:#d7d7d7;position:absolute;top:0;left:0}main>section.breaker article[class*=grid]+article[class*=grid] .spot-wrapper:before{display:none}main>section article .content-wrapper .article-content img{margin:0!important}.hide-small{display:none}main>section.breaker{font-size:.33333333em;line-height:3.2em;overflow:hidden}main>section.breaker img.scEmptyImage{width:auto}main>section.breaker img{position:static}main>section.breaker h1{font-size:4.8em}main>section.breaker .article-content{font-size:2.6em}main>section.breaker .article-content h2{font-size:1.38461538em}main>section.breaker .button{font-size:2.6em}main>section.breaker [class*=grid]{float:left}.gallery_spot .thumbnails_container .thumbnail{width:100%}main>section.background-image .article-wrapper *{color:#000!important}main>section.background-image .section-background+.container_12 .spot-wrapper{margin-top:2em!important;margin-bottom:2em!important}main>section.font-white.background-image .article-wrapper *{color:#fff!important}}main>section .HtmlComponent{position:relative}@media screen and (min-width:768px){main>section{padding:50px 0}main>section h1{font-size:3.06666667em}main>section.background-image .section-background,main>section.breaker .section-background{position:absolute}main>section.background-image .section-background img,main>section.breaker .section-background img{display:inline-block;margin:0 -9999%}main>section.background-image .section-background .arrow,main>section.breaker .section-background .arrow{display:none}main>section .section-background.no-info{margin:-50px 0}main>section article .image-wrapper{width:100%;margin:0 0 20px}main>section.background-image{padding:50px 0}main>section.background-image .section-background+.container_12{margin-top:0}main>section.background-image .section-background+.container_12 .spot-wrapper{padding-top:0}main>section.breaker.background-image{padding:0}main>section.breaker.background-image .section-background+.container_12{margin-top:0}main>section.breaker.background-image .section-background+.container_12 .spot-wrapper{padding-top:0}.gallery_spot .thumbnails_container .thumbnail.thumbnail-large{width:50%}.gallery_spot .thumbnails_container .thumbnail.thumbnail-medium{width:20%}.gallery_spot .thumbnails_container .thumbnail.thumbnail-small{width:33.33%}.gallery_spot .thumbnails_container .thumbnail.thumbnail-xsmall{width:25%}}html.lt-ie9 main>section{padding:50px 0}html.lt-ie9 main>section h1{font-size:3.06666667em}html.lt-ie9 main>section.background-image .section-background,html.lt-ie9 main>section.breaker .section-background{position:absolute}html.lt-ie9 main>section.background-image .section-background img,html.lt-ie9 main>section.breaker .section-background img{display:inline-block;margin:0 -9999%}html.lt-ie9 main>section.background-image .section-background .arrow,html.lt-ie9 main>section.breaker .section-background .arrow{display:none}html.lt-ie9 main>section .section-background.no-info{margin:-50px 0}html.lt-ie9 main>section article .image-wrapper{width:100%;margin:0 0 20px}html.lt-ie9 main>section.background-image{padding:50px 0}html.lt-ie9 main>section.background-image .section-background+.container_12{margin-top:0}html.lt-ie9 main>section.background-image .section-background+.container_12 .spot-wrapper{padding-top:0}html.lt-ie9 main>section.breaker.background-image{padding:0}html.lt-ie9 main>section.breaker.background-image .section-background+.container_12{margin-top:0}html.lt-ie9 main>section.breaker.background-image .section-background+.container_12 .spot-wrapper{padding-top:0}html.lt-ie9 .gallery_spot .thumbnails_container .thumbnail.thumbnail-large{width:50%}html.lt-ie9 .gallery_spot .thumbnails_container .thumbnail.thumbnail-medium{width:20%}html.lt-ie9 .gallery_spot .thumbnails_container .thumbnail.thumbnail-small{width:33.33%}html.lt-ie9 .gallery_spot .thumbnails_container .thumbnail.thumbnail-xsmall{width:25%}@media screen and (min-width:960px){main>section article .image-wrapper{width:100%;margin:0 0 20px}main>section article.grid_8 .article-content p{padding-right:10%}.gallery_spot .thumbnails_container .thumbnail.thumbnail-large{width:25%}.gallery_spot .thumbnails_container .thumbnail.thumbnail-medium{width:20%}.gallery_spot .thumbnails_container .thumbnail.thumbnail-small{width:16.66%}.gallery_spot .thumbnails_container .thumbnail.thumbnail-xsmall{width:12.5%}}html.lt-ie9 main>section article .image-wrapper{width:100%;margin:0 0 20px}html.lt-ie9 main>section article.grid_8 .article-content p{padding-right:10%}html.lt-ie9 .gallery_spot .thumbnails_container .thumbnail.thumbnail-large{width:25%}html.lt-ie9 .gallery_spot .thumbnails_container .thumbnail.thumbnail-medium{width:20%}html.lt-ie9 .gallery_spot .thumbnails_container .thumbnail.thumbnail-small{width:16.66%}html.lt-ie9 .gallery_spot .thumbnails_container .thumbnail.thumbnail-xsmall{width:12.5%}@media screen and (max-width:768px){.service-menu{display:block}.service-menu.hidden-on-mobile{display:none}.service-menu .container_12{width:100%;margin:0}.service-menu .container_12 .grid_12{width:100%;margin:0}}.service-menu ul{text-align:right;display:block;padding:0}.service-menu .group-logo{position:absolute;top:5px;overflow:hidden;height:30px;white-space:nowrap}.service-menu .group-logo img{height:30px}.service-menu .group-logo a{text-decoration:none;display:block;height:100%}.service-menu .group-logo .group-logo-text{display:inline-block;vertical-align:top;font-family:VELUXGothicBold,Arial,sans-serif;font-style:normal;font-weight:400;font-size:.8em;color:#737373;text-decoration:none!important;line-height:2.5em}.service-menu ul.site-links{list-style:outside none none;padding:0;margin:0;display:inline-block;float:left}.service-menu ul.site-links li{height:38px;margin-right:15px;position:relative;display:inline-block}.service-menu ul.site-links li a{font-size:.8em;color:#737373;display:inline-block;text-decoration:none}.service-menu ul.site-links li a:hover{color:#e00}.service-menu ul.site-links li.active a{color:#e00}.service-menu ul.site-links li.active i.icon-indicator{position:absolute;margin:0 auto;top:31px;right:0;left:0;background-position:-249px 0;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.service-menu ul.nav{margin-top:0!important}.service-menu nav #lilanguageselector a{padding-left:.8em;padding-right:.8em}.service-menu #lilanguageselector{display:inline;padding-left:1.25em;font-size:.8em;color:#737373}.service-menu #lilanguageselector a{text-decoration:none;color:#737373}.service-menu #lilanguageselector a:hover{color:#e00}.service-menu #lilanguageselector a.languagelink{color:#e00;text-transform:capitalize}.service-menu #lilanguageselector a.languagelink:hover{color:#737373}.service-menu #lilanguageselector a.selected{text-decoration:underline}.service-menu nav .nav-toggle{display:none}.service-menu nav ul{display:block;list-style-type:none}.service-menu nav ul.level-1{font-size:.8em}.service-menu nav ul.level-1 #SelectCountryLinkContainer{padding-bottom:2px}.service-menu nav ul.level-1>li{display:none;height:100%;margin-left:15px;padding-top:2px}.service-menu nav ul.level-1>li.sub-menu.chevron-up{background-image:url(images/icon-chevron-small-up.png?key=2020040102);background-repeat:no-repeat;background-position:106% 56%}.service-menu nav ul.level-1>li.sub-menu.chevron-down{background-image:url(images/icon-chevron-small-down.png?key=2020040102);background-repeat:no-repeat;background-position:106% 56%}.service-menu nav ul.level-1>li.sub-menu.chevron-down>a,.service-menu nav ul.level-1>li.sub-menu.chevron-up>a{padding-right:12px}.service-menu nav ul.level-1>li.sub-menu.hover>a,.service-menu nav ul.level-1>li:focus>a{position:relative;background-color:#f0f0f0;color:#e00}.service-menu nav ul.level-1>li.sub-menu.hover>a:before,.service-menu nav ul.level-1>li:focus>a:before{content:'';background-color:#e00;position:absolute;width:100%;height:3px;top:0;left:0}.service-menu nav ul.level-1>li.sub-menu.active.hover>a:before{display:block}.service-menu nav ul.level-1>li>a{text-decoration:none;display:block;white-space:nowrap;height:100%;color:#333}.service-menu nav ul.level-1>li>a:hover{color:#e00}.service-menu nav ul.level-1 li div{overflow-y:visible}.service-menu nav ul.level-1 li a{text-decoration:none;color:#737373}.service-menu nav ul.level-1 li a:hover{color:#e00}.service-menu nav ul.level-1 li a.languagelink{color:#e00}.service-menu nav ul.level-1 li a.languagelink:hover{color:#737373}.service-menu nav ul.level-1 li a.selected{text-decoration:underline}.service-menu nav ul.level-2{background-color:#f0f0f0;position:absolute;z-index:12;display:none}.service-menu nav ul.level-2>li{position:static;width:100%;line-height:.7em;text-align:left;background-color:#e7e7e7}.service-menu nav ul.level-2>li.hover>a{background-color:#fff;color:#333}.service-menu nav ul.level-2>li>a,.service-menu nav ul.level-2>li>div>a{display:block;margin-bottom:-4px;padding:12px}.service-menu nav li.hover ul.level-2{display:block}#main>header.big-menu{position:relative;z-index:11;height:80px;display:none;background-color:#fff}#main>header.big-menu.navigationWhite{border-bottom:1px solid #f0f0f0;position:relative}#main>header.big-menu.navigationWhite .level-1>li.sub-menu>a{padding:0;margin:0 15px}#main>header.big-menu.navigationWhite .level-1>li.sub-menu:hover>ul{display:flex}#main>header.big-menu.navigationWhite .level-1>li.sub-menu:hover>a{position:relative}#main>header.big-menu.navigationWhite .level-1>li.sub-menu:hover>a::before{content:'';background-color:#e00;position:absolute;width:100%;height:.375rem;bottom:0;left:0;right:0;top:auto}#main>header.big-menu.navigationWhite .header-bottom-bg{background-image:none}#main>header.big-menu.navigationWhite .search-box{box-sizing:border-box;left:0}#main>header.big-menu.navigationWhite>.container_12{position:static}#main>header.big-menu.navigationWhite>.container_12>.grid_12{position:static}#main>header.big-menu .logo{position:absolute;top:50%;margin-top:-21px;overflow:hidden}#main>header.big-menu .logo img{height:auto;max-width:136px}#main>header.big-menu .header-bottom-bg{background-image:url(images/header-bottom-bg.png?key=2020040102);background-repeat:repeat-x;background-position:0 0;height:6px;width:100%;position:absolute;left:0;bottom:-6px;z-index:0}#main>header.big-menu nav{padding:0 32px 0 250px}#main>header.big-menu nav.navigationWhite ul.level-1>li.sub-menu.hover::before{content:none}#main>header.big-menu nav.navigationWhite ul.level-1>li.sub-menu.hover>a{color:#333;background:0 0;padding:0;margin:0 1.375rem 0}#main>header.big-menu nav.navigationWhite ul.level-1>li.sub-menu.hover>a::before{height:.375rem;bottom:0;top:auto}#main>header.big-menu nav.navigationWhite ul li.hover ul.level-2{display:flex}#main>header.big-menu nav.navigationWhite ul .menu-introText{max-width:100%;width:270px}#main>header.big-menu nav.navigationWhite ul.level-2{background:#fff;border:0;padding:2.5rem 0;margin:0;box-sizing:border-box;border-top:1px solid #f0f0f0}#main>header.big-menu nav.navigationWhite ul.level-2 .level2-wrapper{display:flex}#main>header.big-menu nav.navigationWhite ul.level-2 .level2-wrapper>ul{position:relative;margin-left:5rem}#main>header.big-menu nav.navigationWhite ul.level-2 .level2-wrapper>ul>li.active>a,#main>header.big-menu nav.navigationWhite ul.level-2 .level2-wrapper>ul>li:hover>a{color:#e00}#main>header.big-menu nav.navigationWhite ul.level-2 .level2-wrapper>ul>li.is-faded>a{color:rgba(51,51,51,.5)}#main>header.big-menu nav.navigationWhite ul.level-2 .level2-wrapper>ul>li.sub-menu{display:flex;align-items:center;justify-content:space-between}#main>header.big-menu nav.navigationWhite ul.level-2 .level2-wrapper>ul>li.sub-menu svg{font-size:.625rem}#main>header.big-menu nav.navigationWhite ul.level-2 .level2-wrapper>ul>li.sub-menu::after{content:none}#main>header.big-menu nav.navigationWhite ul.level-2 .level2-wrapper>ul>li.sub-menu:hover svg{color:#e00}#main>header.big-menu nav.navigationWhite ul.level-2 .level2-wrapper>ul>li.sub-menu:hover>ul{display:block}#main>header.big-menu nav.navigationWhite ul.level-2 .level2-wrapper>ul>li.sub-menu:hover>ul.fullHeight{height:100%}#main>header.big-menu nav.navigationWhite ul.level-2 .level2-wrapper>ul>li>a{padding:.625rem 2.5rem .625rem 0;font-family:VeluxGothicBold;display:block;width:100%}#main>header.big-menu nav.navigationWhite ul.level-2 .level2-wrapper>ul>li+li{border-top:1px solid #f0f0f0}#main>header.big-menu nav.navigationWhite ul.level-3{padding:0 0 0 1.25rem;left:100%;width:100%}@media screen and (min-width:960px){#main>header.big-menu nav.navigationWhite ul.level-3{width:350px}}#main>header.big-menu nav.navigationWhite ul.level-3 ul{width:100%}#main>header.big-menu nav.navigationWhite ul.level-3 ul li.active a{background-image:none!important}#main>header.big-menu nav.navigationWhite ul.level-3 ul li a{background:0 0;font-family:VeluxGothicBold;padding-bottom:.9375rem}#main>header.big-menu nav ul{list-style:none}#main>header.big-menu nav ul li>a{color:#333}#main>header.big-menu nav ul li>a:hover{color:#e00!important}#main>header.big-menu nav ul.level-1{display:block}#main>header.big-menu nav .nav-toggle{position:absolute;right:-20px;top:0;width:18px;height:100%;cursor:pointer;padding:0 20px}#main>header.big-menu nav .nav-toggle:hover .icon-menu-toggle{background-position:-76px -834px;width:18px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}#main>header.big-menu nav .nav-toggle .icon-menu-toggle{background-position:-76px -964px;width:18px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;position:absolute;right:20px;top:50%;margin-top:-7px}#main>header.big-menu nav ul.level-2,#main>header.big-menu nav ul.level-3{list-style:none;display:none}#main>header.big-menu nav ul.level-2 li.hover>ul,#main>header.big-menu nav ul.level-2 li.hover>ul ul,#main>header.big-menu nav ul.level-3 li.hover>ul,#main>header.big-menu nav ul.level-3 li.hover>ul ul{display:block}#main>header.big-menu nav ul.level-2 li a,#main>header.big-menu nav ul.level-3 li a{text-decoration:none}#main>header.big-menu nav ul.level-3 li>ul:nth-of-type(3n+4){clear:both}#main>header.big-menu nav .level-2{background-image:url(images/bg_global_menu.png?key=2020040102);background-color:#f0f0f0;background-position:left -55px center}#main>header.big-menu nav .sub-menu-slider{background-color:#fff;position:relative;width:100%;height:168px;margin:20px 0 0;box-shadow:0 1px 2px rgba(0,0,0,.2);overflow:hidden}#main>header.big-menu nav .sub-menu-slider .slider-{background-color:#fff;background-repeat:no-repeat;background-position:center;position:absolute;top:0;width:29px;height:100%;z-index:2;cursor:pointer}#main>header.big-menu nav .sub-menu-slider .slider-nav.end{cursor:default}#main>header.big-menu nav .sub-menu-slider .slider-nav.end.left{background-image:url(images/icon-chevron-left-light.png?key=2020040102)}#main>header.big-menu nav .sub-menu-slider .slider-nav.end.right{background-image:url(images/icon-chevron-right-light.png?key=2020040102)}#main>header.big-menu nav .sub-menu-slider .slider-nav.left{background-image:url(images/icon-chevron-left-red.png?key=2020040102);left:0;border-right:1px solid #f0f0f0}#main>header.big-menu nav .sub-menu-slider .slider-nav.left:hover{background-image:url(images/icon-chevron-left.png?key=2020040102)}#main>header.big-menu nav .sub-menu-slider .slider-nav.right{background-image:url(images/icon-chevron-right-red.png?key=2020040102);right:0;border-left:1px solid #f0f0f0}#main>header.big-menu nav .sub-menu-slider .slider-nav.right:hover{background-image:url(images/icon-chevron-right.png?key=2020040102)}#main>header.big-menu nav .sub-menu-slider .slider-wrapper{position:relative;margin:0 30px;width:200%;height:100%}#main>header.big-menu nav .sub-menu-slider .slider-wrapper .slide{position:relative;text-align:center;width:132px;height:100%;float:left;padding:20px 15px;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;border-left:1px solid #f0f0f0;display:table;cursor:pointer}#main>header.big-menu nav .sub-menu-slider .slider-wrapper .slide:hover:before{background-image:url(images/icon-sub-menu-slider-hover.png?key=2020040102);background-repeat:no-repeat;background-position:center;content:'';background-color:rgba(238,0,0,.7);position:absolute;width:100%;height:100%;border:6px solid #fff;top:0;left:0;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}#main>header.big-menu nav .sub-menu-slider .slider-wrapper .slide:first-child{border:0}#main>header.big-menu nav .sub-menu-slider .slider-wrapper .slide .slide-image{display:table-row;height:96px}#main>header.big-menu nav .sub-menu-slider .slider-wrapper .slide .slide-title{display:table-cell;height:33px;vertical-align:bottom}@media screen and (max-width:767px){.hide-small{display:none!important}}@media screen and (min-width:768px){.hideondesktop{display:none!important}.service-menu{background-color:#f0f0f0;line-height:2.5em;display:block}.service-menu li{display:block}.service-menu nav{display:inline-block}.service-menu nav ul.level-1{padding-left:1.25em;color:#737373;list-style:none;text-align:right;padding:0}.service-menu nav ul.level-1>li{display:inline-block}#main>header.big-menu{display:block}#main>header.big-menu.hide-on-desktop{display:none}#main>header.big-menu nav{height:80px}#main>header.big-menu nav .nav-toggle{display:none}#main>header.big-menu nav ul{display:block}#main>header.big-menu nav ul.level-1{list-style:none;text-align:right;margin-right:10px;padding:0 0;height:auto;overflow:hidden}#main>header.big-menu nav ul.level-1>li{display:inline-block;height:100%;margin-left:-5px}#main>header.big-menu nav ul.level-1>li.active>a,#main>header.big-menu nav ul.level-1>li.sub-menu.hover>a,#main>header.big-menu nav ul.level-1>li:focus>a{position:relative;background-color:#f0f0f0;color:#e00}#main>header.big-menu nav ul.level-1>li.active>a:before,#main>header.big-menu nav ul.level-1>li.sub-menu.hover>a:before,#main>header.big-menu nav ul.level-1>li:focus>a:before{content:'';background-color:#e00;position:absolute;width:100%;height:3px;top:0;left:0}#main>header.big-menu nav ul.level-1>li.active>a{background-color:transparent}#main>header.big-menu nav ul.level-1>li.active>a:before{display:none}#main>header.big-menu nav ul.level-1>li.sub-menu.active.hover>a:before{display:block}#main>header.big-menu nav ul.level-1>li.sub-menu.hover:before{content:'';position:absolute;background-image:url(images/header-bottom-bg.png?key=2020040102);background-repeat:repeat-x;background-position:0;left:-20px;bottom:-5px;width:100%;height:5px;padding:0 20px;z-index:1}#main>header.big-menu nav ul.level-1>li>a{text-decoration:none;display:block;padding:0 25px 0;white-space:nowrap;height:100%;color:#333;line-height:80px}#main>header.big-menu nav ul.level-1>li>a:hover{color:#e00}#main>header.big-menu nav ul.level-1 li a{text-decoration:none}#main>header.big-menu nav ul.level-2{position:absolute;border:20px solid #f0f0f0;left:0;top:80px;margin-left:-20px;width:100%;padding:0 0;text-align:left;display:none;box-shadow:0 3px 4px rgba(0,0,0,.15)}#main>header.big-menu nav ul.level-2>li{position:static;width:23.95833333%;border-bottom:4px solid #fff}#main>header.big-menu nav ul.level-2>li:first-child{border-top:4px solid #fff}#main>header.big-menu nav ul.level-2>li.hover>a{background-color:#fff;color:#333}#main>header.big-menu nav ul.level-2>li.sub-menu.active>a,#main>header.big-menu nav ul.level-2>li.sub-menu.hover>a{background-color:#fff;color:#e00;background-image:url(images/icon-chevron-right-red.png?key=2020040102);background-repeat:no-repeat;background-position:92% center}#main>header.big-menu nav ul.level-2>li>a{display:block;padding:13px 30px 13px 20px}#main>header.big-menu nav ul.level-3{background-color:#fff;position:absolute;left:23.95833333%;top:0;width:76.04166667%;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;padding:55px 45px 35px 45px;display:none;border-left:4px solid #fff}#main>header.big-menu nav ul.level-3>li>ul{width:33.33333333%;float:left;margin:0 0 1.5em!important;padding:0}#main>header.big-menu nav ul.level-3>li>ul li.image a{background-image:none!important;background-repeat:no-repeat;background-position:0 4px;padding:0!important;display:inline-block}#main>header.big-menu nav ul.level-3>li>ul li{padding-right:20px}#main>header.big-menu nav ul.level-3>li>ul li.menu-title{margin:0 0 .5em 0;font-family:VELUXGothicBold,Arial,sans-serif;font-style:normal;font-weight:400}#main>header.big-menu nav ul.level-3>li>ul li.active a{background-image:url(images/icon-chevron-small-right-red.png?key=2020040102)!important;color:#e00}#main>header.big-menu nav ul.level-3>li>ul li a{background-image:url(images/icon-chevron-small-right.png?key=2020040102);background-repeat:no-repeat;background-position:0 4px;padding:0 0 0 20px;display:inline-block}#main>header.big-menu nav ul.level-3>li>ul li a:hover{color:#333}#main>header.big-menu nav li.active>ul.level-3,#main>header.big-menu nav li.hover ul.level-2,#main>header.big-menu nav li.hover>ul.level-3{display:block}#main>header.big-menu nav .sub-menu-details{overflow:hidden;margin:0 0 2em}#main>header.big-menu nav .sub-menu-details .details-image{float:right;width:180px;margin:0 0 0 20px;text-align:center}#main>header.big-menu nav .sub-menu-details .details-image img{max-width:180px}#main>header.big-menu nav .sub-menu-details .details-content{float:left;width:256px}#main>header.big-menu nav .sub-menu-details .details-content .details-title{font-size:1.33333333em;padding:0 0 .5em}#main>header.big-menu nav .sub-menu-details .details-content .button{margin:0 0 1em}#main>header.big-menu nav .sub-menu-details .details-content .button.hover a{text-decoration:underline}}html.lt-ie9 .hideondesktop{display:none!important}html.lt-ie9 .service-menu{background-color:#f0f0f0;line-height:2.5em;display:block}html.lt-ie9 .service-menu li{display:block}html.lt-ie9 .service-menu nav{display:inline-block}html.lt-ie9 .service-menu nav ul.level-1{padding-left:1.25em;color:#737373;list-style:none;text-align:right;padding:0}html.lt-ie9 .service-menu nav ul.level-1>li{display:inline-block}html.lt-ie9 #main>header.big-menu{display:block}html.lt-ie9 #main>header.big-menu.hide-on-desktop{display:none}html.lt-ie9 #main>header.big-menu nav{height:80px}html.lt-ie9 #main>header.big-menu nav .nav-toggle{display:none}html.lt-ie9 #main>header.big-menu nav ul{display:block}html.lt-ie9 #main>header.big-menu nav ul.level-1{list-style:none;text-align:right;margin-right:10px;padding:0 0;height:auto;overflow:hidden}html.lt-ie9 #main>header.big-menu nav ul.level-1>li{display:inline-block;height:100%;margin-left:-5px}html.lt-ie9 #main>header.big-menu nav ul.level-1>li.active>a,html.lt-ie9 #main>header.big-menu nav ul.level-1>li.sub-menu.hover>a,html.lt-ie9 #main>header.big-menu nav ul.level-1>li:focus>a{position:relative;background-color:#f0f0f0;color:#e00}html.lt-ie9 #main>header.big-menu nav ul.level-1>li.active>a:before,html.lt-ie9 #main>header.big-menu nav ul.level-1>li.sub-menu.hover>a:before,html.lt-ie9 #main>header.big-menu nav ul.level-1>li:focus>a:before{content:'';background-color:#e00;position:absolute;width:100%;height:3px;top:0;left:0}html.lt-ie9 #main>header.big-menu nav ul.level-1>li.active>a{background-color:transparent}html.lt-ie9 #main>header.big-menu nav ul.level-1>li.active>a:before{display:none}html.lt-ie9 #main>header.big-menu nav ul.level-1>li.sub-menu.active.hover>a:before{display:block}html.lt-ie9 #main>header.big-menu nav ul.level-1>li.sub-menu.hover:before{content:'';position:absolute;background-image:url(images/header-bottom-bg.png?key=2020040102);background-repeat:repeat-x;background-position:0;left:-20px;bottom:-5px;width:100%;height:5px;padding:0 20px;z-index:1}html.lt-ie9 #main>header.big-menu nav ul.level-1>li>a{text-decoration:none;display:block;padding:0 25px 0;white-space:nowrap;height:100%;color:#333;line-height:80px}html.lt-ie9 #main>header.big-menu nav ul.level-1>li>a:hover{color:#e00}html.lt-ie9 #main>header.big-menu nav ul.level-1 li a{text-decoration:none}html.lt-ie9 #main>header.big-menu nav ul.level-2{position:absolute;border:20px solid #f0f0f0;left:0;top:80px;margin-left:-20px;width:100%;padding:0 0;text-align:left;display:none;box-shadow:0 3px 4px rgba(0,0,0,.15)}html.lt-ie9 #main>header.big-menu nav ul.level-2>li{position:static;width:23.95833333%;border-bottom:4px solid #fff}html.lt-ie9 #main>header.big-menu nav ul.level-2>li:first-child{border-top:4px solid #fff}html.lt-ie9 #main>header.big-menu nav ul.level-2>li.hover>a{background-color:#fff;color:#333}html.lt-ie9 #main>header.big-menu nav ul.level-2>li.sub-menu.active>a,html.lt-ie9 #main>header.big-menu nav ul.level-2>li.sub-menu.hover>a{background-color:#fff;color:#e00;background-image:url(images/icon-chevron-right-red.png?key=2020040102);background-repeat:no-repeat;background-position:92% center}html.lt-ie9 #main>header.big-menu nav ul.level-2>li>a{display:block;padding:13px 30px 13px 20px}html.lt-ie9 #main>header.big-menu nav ul.level-3{background-color:#fff;position:absolute;left:23.95833333%;top:0;width:76.04166667%;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;padding:55px 45px 35px 45px;display:none;border-left:4px solid #fff}html.lt-ie9 #main>header.big-menu nav ul.level-3>li>ul{width:33.33333333%;float:left;margin:0 0 1.5em!important;padding:0}html.lt-ie9 #main>header.big-menu nav ul.level-3>li>ul li.image a{background-image:none!important;background-repeat:no-repeat;background-position:0 4px;padding:0!important;display:inline-block}html.lt-ie9 #main>header.big-menu nav ul.level-3>li>ul li{padding-right:20px}html.lt-ie9 #main>header.big-menu nav ul.level-3>li>ul li.menu-title{margin:0 0 .5em 0;font-family:VELUXGothicBold,Arial,sans-serif;font-style:normal;font-weight:400}html.lt-ie9 #main>header.big-menu nav ul.level-3>li>ul li.active a{background-image:url(images/icon-chevron-small-right-red.png?key=2020040102)!important;color:#e00}html.lt-ie9 #main>header.big-menu nav ul.level-3>li>ul li a{background-image:url(images/icon-chevron-small-right.png?key=2020040102);background-repeat:no-repeat;background-position:0 4px;padding:0 0 0 20px;display:inline-block}html.lt-ie9 #main>header.big-menu nav ul.level-3>li>ul li a:hover{color:#333}html.lt-ie9 #main>header.big-menu nav li.active>ul.level-3,html.lt-ie9 #main>header.big-menu nav li.hover ul.level-2,html.lt-ie9 #main>header.big-menu nav li.hover>ul.level-3{display:block}html.lt-ie9 #main>header.big-menu nav .sub-menu-details{overflow:hidden;margin:0 0 2em}html.lt-ie9 #main>header.big-menu nav .sub-menu-details .details-image{float:right;width:180px;margin:0 0 0 20px;text-align:center}html.lt-ie9 #main>header.big-menu nav .sub-menu-details .details-image img{max-width:180px}html.lt-ie9 #main>header.big-menu nav .sub-menu-details .details-content{float:left;width:256px}html.lt-ie9 #main>header.big-menu nav .sub-menu-details .details-content .details-title{font-size:1.33333333em;padding:0 0 .5em}html.lt-ie9 #main>header.big-menu nav .sub-menu-details .details-content .button{margin:0 0 1em}html.lt-ie9 #main>header.big-menu nav .sub-menu-details .details-content .button.hover a{text-decoration:underline}@media screen and (max-width:960px){#main>header.big-menu nav ul.level-1>li>a{padding:0 15px}.related_spot .itemTag{margin-top:-46px!important}}@media screen and (min-width:960px){.hideondesktop{display:none!important}.service-menu{background-color:#f0f0f0;line-height:2.5em}#main>header.big-menu .logo{max-width:182px}#main>header.big-menu .logo img{height:auto;max-width:inherit}#main>header.big-menu nav .sub-menu-details .details-image{width:250px}#main>header.big-menu nav .sub-menu-details .details-image img{max-width:250px}#main>header.big-menu nav .sub-menu-details .details-content{width:350px}#main>header.big-menu nav ul.level-1>li>a{padding:0 22px 0}#main>header.big-menu nav ul.level-2{background-position:left -3px center}#main>header.big-menu nav ul.level-2>li>a{padding:15px 30px 15px 20px}}html.lt-ie9 .hideondesktop{display:none!important}html.lt-ie9 .service-menu{background-color:#f0f0f0;line-height:2.5em}html.lt-ie9 #main>header.big-menu .logo{max-width:182px}html.lt-ie9 #main>header.big-menu .logo img{height:auto;max-width:inherit}html.lt-ie9 #main>header.big-menu nav .sub-menu-details .details-image{width:250px}html.lt-ie9 #main>header.big-menu nav .sub-menu-details .details-image img{max-width:250px}html.lt-ie9 #main>header.big-menu nav .sub-menu-details .details-content{width:350px}html.lt-ie9 #main>header.big-menu nav ul.level-1>li>a{padding:0 22px 0}html.lt-ie9 #main>header.big-menu nav ul.level-2{background-position:left -3px center}html.lt-ie9 #main>header.big-menu nav ul.level-2>li>a{padding:15px 30px 15px 20px}span.highlight{font-weight:700}@media screen and (min-width:768px){aside.search{float:right;width:15px;height:40px;padding:20px;cursor:pointer;position:static}aside.search i.icon-search{position:absolute;top:50%;margin-top:-8px;cursor:pointer}aside.search.hover .search-box{display:inline-block;width:100%}aside.search.hover .search-box .single-filter{float:left;margin-top:10px;margin-right:20px}aside.search.hover i.icon-search{background-position:-159px -1061px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}aside.search.show .search-box .search-field{position:relative;display:table-cell;padding:0;width:100%;border-right:20px solid #f0f0f0}aside.search.show .search-box .search-field input{background-color:#fff;height:40px;padding:0 42px 0 15px;border:0;width:100%}aside.search.show .search-box .search-field .icon-cross{background-position:-76px -387px;width:12px;height:12px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;position:absolute;top:50%;margin-top:-6px;right:15px;cursor:pointer}aside.search.show .search-box .button{display:table-cell;float:none;white-space:nowrap}aside.search.show .search-box .button .icon-search-white{background-position:-159px -1126px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}aside.search .test-h{font-weight:700}aside.search .search-box{background-image:url(images/header-bottom-bg.png?key=2020040102);background-repeat:repeat-x;background-position:0 0;background-color:#f0f0f0;position:absolute;width:100%;left:-170px;top:80px;padding:20px 170px;display:none;cursor:default}}html.lt-ie9 aside.search{float:right;width:15px;height:40px;padding:20px;cursor:pointer;position:static}html.lt-ie9 aside.search i.icon-search{position:absolute;top:50%;margin-top:-8px;cursor:pointer}html.lt-ie9 aside.search.hover .search-box{display:inline-block;width:100%}html.lt-ie9 aside.search.hover .search-box .single-filter{float:left;margin-top:10px;margin-right:20px}html.lt-ie9 aside.search.hover i.icon-search{background-position:-159px -1061px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}html.lt-ie9 aside.search.show .search-box .search-field{position:relative;display:table-cell;padding:0;width:100%;border-right:20px solid #f0f0f0}html.lt-ie9 aside.search.show .search-box .search-field input{background-color:#fff;height:40px;padding:0 42px 0 15px;border:0;width:100%}html.lt-ie9 aside.search.show .search-box .search-field .icon-cross{background-position:-76px -387px;width:12px;height:12px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;position:absolute;top:50%;margin-top:-6px;right:15px;cursor:pointer}html.lt-ie9 aside.search.show .search-box .button{display:table-cell;float:none;white-space:nowrap}html.lt-ie9 aside.search.show .search-box .button .icon-search-white{background-position:-159px -1126px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}html.lt-ie9 aside.search .test-h{font-weight:700}html.lt-ie9 aside.search .search-box{background-image:url(images/header-bottom-bg.png?key=2020040102);background-repeat:repeat-x;background-position:0 0;background-color:#f0f0f0;position:absolute;width:100%;left:-170px;top:80px;padding:20px 170px;display:none;cursor:default}header.mobile-menu{position:relative;z-index:12;height:60px;background-color:#fff;box-shadow:0 0 6px rgba(0,0,0,.25);padding:15px;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}header.mobile-menu.com-site-class ul{padding:0}header.mobile-menu.com-site-class .menu-container .nav-toggle{width:3.125rem}header.mobile-menu.com-site-class .menu-container .nav-toggle.menu-opened i.velux-icon{width:1rem;height:1rem;background-position:-159px -1693px;transform:rotate(45deg)}header.mobile-menu.com-site-class .menu-container nav{width:100%;background-color:#fff;max-width:100%}header.mobile-menu.com-site-class .menu-container nav aside.search{background-color:#fff;border-top:1px solid #eaeaea}header.mobile-menu.com-site-class .menu-container nav aside.search .search-input input{border:1px solid #eaeaea}header.mobile-menu.com-site-class .menu-container nav .service{border-top:1px solid #eaeaea}header.mobile-menu.com-site-class .menu-container nav .service ul{background-color:#fff;padding:0 .9375rem}header.mobile-menu.com-site-class .menu-container nav .service li a{color:#333;font-family:VELUXGothicBold}header.mobile-menu.com-site-class .menu-container nav .regular{border-color:#eaeaea}header.mobile-menu.com-site-class .menu-container nav .regular ul{padding:.9375rem .9375rem 2.5rem .9375rem;box-sizing:border-box}header.mobile-menu.com-site-class .menu-container nav .regular ul li a{color:#333;border-color:#eaeaea;padding:.625rem 0;font-family:VELUXGothicBold}header.mobile-menu.com-site-class .menu-container nav .regular ul li .menu-header{background-color:#f5f5f5;color:#333;font-family:VELUXGothicBold;border:0}header.mobile-menu.com-site-class .menu-container nav .regular ul li .menu-header.is-active{background-color:#e9e9e9}header.mobile-menu.com-site-class .menu-container nav .regular ul li .menu-header::before{top:50%;margin:auto;left:1.25rem;border-style:solid;border-width:.15em .15em 0 0;content:'';display:inline-block;height:.35em;transform:translateY(-50%) rotate(-135deg);position:absolute;vertical-align:top;width:.35em}header.mobile-menu.com-site-class .menu-container nav .regular ul li .menu-item{background-color:#fff;color:#333;font-family:VELUXGothicBold;border-color:#eaeaea;padding:.625rem 0}header.mobile-menu.com-site-class .menu-container nav .regular ul li .menu-item:after{top:50%;margin:auto;right:.1875rem;border-style:solid;border-width:.15em .15em 0 0;content:'';display:inline-block;height:.25em;transform:translateY(-50%) rotate(45deg);position:absolute;vertical-align:top;width:.25em}header.mobile-menu .header-bottom-bg{display:none}header.mobile-menu .logo{float:left}header.mobile-menu .logo img{height:30px}header.mobile-menu .sitesection{border-left:none}header.mobile-menu .menu-container{position:absolute;right:0;width:100%;margin-top:0}header.mobile-menu .menu-container .nav-toggle{position:absolute;right:0;top:-15px;width:80px;height:15px;padding:22.5px 0;cursor:pointer;text-align:center}header.mobile-menu .menu-container .nav-toggle.menu-opened i.velux-icon{background-position:-76px -387px;width:12px;height:12px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;margin:-4px 0 0 -4px}header.mobile-menu .menu-container .mobile-menu-bg{position:absolute;top:45px;width:100%;height:100vh;background-color:rgba(0,0,0,.3)}header.mobile-menu .menu-container nav{background-color:#333;position:relative;top:45px;width:80%;max-width:400px;float:right;border-bottom:50000px solid #333;margin-bottom:-50000px;right:-100%;overflow:hidden;min-height:1000px}header.mobile-menu .menu-container nav aside.language-wrapper{float:left;width:110px;display:inline-block;background-color:#282828;margin-right:-4px}header.mobile-menu .menu-container nav aside.language-wrapper div.language-selector{padding:10px}header.mobile-menu .menu-container nav aside.language-wrapper div.language-selector select.mobile-language-menu{height:26px;text-transform:capitalize}header.mobile-menu .menu-container nav aside.language-wrapper+aside.search{display:block;width:auto;margin-left:110px}header.mobile-menu .menu-container nav aside.search{display:inline-block;margin-right:0;width:100%;padding:10px;background-color:#282828;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}header.mobile-menu .menu-container nav aside.search>i.velux-icon{position:absolute;right:16px;top:16px}header.mobile-menu .menu-container nav aside.search .search-field input{width:100%;padding:4px 26px 4px 6px;border:0;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}header.mobile-menu .menu-container nav aside.search .search-field>.velux-icon{display:none}header.mobile-menu .menu-container nav aside.search .button{position:absolute;right:10px;top:10px;display:none}header.mobile-menu .menu-container nav .regular{border-top:1px solid #515151;position:relative}header.mobile-menu .menu-container nav .regular>ul>li>.menu-header{display:none!important;right:-100%}header.mobile-menu .menu-container nav .regular ul{list-style:none}header.mobile-menu .menu-container nav .regular ul.level-2 .menu-item.is-hidden~.menu-header{top:0!important}header.mobile-menu .menu-container nav .regular ul ul{display:none;right:-100%;position:absolute;top:41px;width:100%;padding-left:0}header.mobile-menu .menu-container nav .regular ul .menu-header.is-hidden~ul{top:0}header.mobile-menu .menu-container nav .regular ul li a{color:#fff;text-decoration:none;display:none;padding:10px;position:relative}header.mobile-menu .menu-container nav .regular ul li .menu-leaf{position:relative}header.mobile-menu .menu-container nav .regular ul li .menu-header{background-color:#282828;color:#fff;text-decoration:none;padding:10px;text-align:center;position:absolute;display:none;border-bottom:1px solid #515151;width:100%;box-sizing:border-box;top:0}header.mobile-menu .menu-container nav .regular ul li .menu-header:before{content:'';background-position:0 -607px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;width:15px;height:15px;position:absolute;left:10px;top:50%;margin-top:-7.5px}header.mobile-menu .menu-container nav .regular ul li .menu-item{background-color:#282828;color:#fff;text-decoration:none;padding:10px;text-align:left;position:relative;border-bottom:1px solid #515151}header.mobile-menu .menu-container nav .regular ul li .menu-item:after{content:'';background-position:0 -1127px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;width:15px;height:15px;position:absolute;right:10px;top:50%;margin-top:-7.5px}header.mobile-menu .menu-container nav .regular .active,header.mobile-menu .menu-container nav .regular .open,header.mobile-menu .menu-container nav .regular li.active>.menu-header:not(.is-hidden),header.mobile-menu .menu-container nav .regular li.active>ul,header.mobile-menu .menu-container nav .regular li.active>ul>li,header.mobile-menu .menu-container nav .regular li.active>ul>li a{display:block!important}header.mobile-menu .menu-container nav .regular .menu-link{border-bottom:1px solid #515151}header.mobile-menu .menu-container nav .service{position:relative}header.mobile-menu .menu-container nav .service ul{list-style:none;display:block;padding:15px 10px;background-color:#333}header.mobile-menu .menu-container nav .service ul li a{color:#fff;text-decoration:none;position:relative;display:block;padding:10px;line-height:1em}header.mobile-menu .search{margin-right:20px}header.mobile-menu.visible-desktop{position:fixed;width:100%;max-width:1280px}header.mobile-menu.visible-desktop .menu-container .nav-toggle-text{position:absolute;right:57px;top:6px;font-size:.8125em;text-transform:uppercase}header.mobile-menu.visible-desktop .menu-container .nav-toggle .icon-menu-toggle{background-position:-76px -834px;width:18px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}header.mobile-menu.visible-desktop .menu-container nav{width:0;right:0}header.mobile-menu.visible-desktop .menu-container nav .regular ul ul{position:relative;right:0;top:0}header.mobile-menu.visible-desktop .menu-container nav .regular ul li .menu-header::before{left:2px}header.mobile-menu.visible-desktop .menu-container nav .regular ul li .menu-header,header.mobile-menu.visible-desktop .menu-container nav .regular ul li .menu-item{width:100%;box-sizing:border-box;padding:10px 20px}header.mobile-menu.visible-desktop .menu-container nav .regular ul li .menu-header{right:0;text-align:left}header.mobile-menu.visible-desktop .menu-container nav .regular ul li.active .menu-item:after{background:url(images/icon-chevron-down-light.png?key=2020040102) no-repeat center}header.mobile-menu.visible-desktop .menu-container nav .regular ul li.active .menu-header{display:none!important}header.mobile-menu.visible-desktop .menu-container nav .regular ul li.active li{border-bottom:none}header.mobile-menu.visible-desktop .menu-container nav .regular ul li a{padding:10px 20px;display:block}header.mobile-menu.visible-desktop .menu-container nav .sub-menu .menu-item{font-family:VELUXGothicBold,Arial,sans-serif;font-style:normal;font-weight:400;cursor:pointer}header.mobile-menu.visible-desktop .menu-container nav .sub-menu a.menu-link.link-current{color:#e00}header.mobile-menu.visible-desktop+main{padding-top:60px}header.mobile-menu.white-menu{color:#737373}header.mobile-menu.white-menu .menu-container .nav-toggle,header.mobile-menu.white-menu .menu-container .nav-toggle-text{z-index:99}header.mobile-menu.white-menu .menu-container nav{background:#fff;border-bottom-color:#fff;box-shadow:-6px 0 6px -6px rgba(0,0,0,.25);padding-top:80px;top:-20px}header.mobile-menu.white-menu .menu-container nav .regular{border-top:none}header.mobile-menu.white-menu .menu-container nav .regular ul li .menu-header,header.mobile-menu.white-menu .menu-container nav .regular ul li .menu-item{color:#737373;background:0 0;border-bottom:none}header.mobile-menu.white-menu .menu-container nav .regular ul li .menu-header:before{background-position:0 -477px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}header.mobile-menu.white-menu .menu-container nav .regular ul li .menu-item:after{background-position:0 -997px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;right:33px}header.mobile-menu.white-menu .menu-container nav .regular ul li a{color:#737373}header.mobile-menu.white-menu .menu-container nav .service ul{background:0 0;padding:0 10px}header.mobile-menu.white-menu .menu-container nav .service ul li a{color:#737373}@media screen and (max-width:960px){header.mobile-menu .menu-container nav{overflow:hidden;overflow-y:visible;-ms-overflow-style:none;height:calc(100vh - 55px);min-height:0}header.mobile-menu .menu-container nav::-webkit-scrollbar{display:none}}@media screen and (min-width:768px){header.mobile-menu{display:none}header.mobile-menu.show-on-desktop{display:block}header.mobile-menu.visible-desktop{display:block;padding:15px 0}header.mobile-menu.visible-desktop .menu{width:724px;margin:0 auto}header.mobile-menu .menu-container nav aside.search{float:none;height:46px}header.mobile-menu .menu-container nav aside.search .search-box{display:block;left:0;top:0;padding:0;position:static}header.mobile-menu .menu-container nav aside.search .search-box .search-field{position:static;display:block;border:none}header.mobile-menu .menu-container nav aside.search .search-box .search-field input{height:auto}}html.lt-ie9 header.mobile-menu{display:none}html.lt-ie9 header.mobile-menu.show-on-desktop{display:block}html.lt-ie9 header.mobile-menu.visible-desktop{display:block;padding:15px 0}html.lt-ie9 header.mobile-menu.visible-desktop .menu{width:724px;margin:0 auto}html.lt-ie9 header.mobile-menu .menu-container nav aside.search{float:none;height:46px}html.lt-ie9 header.mobile-menu .menu-container nav aside.search .search-box{display:block;left:0;top:0;padding:0;position:static}html.lt-ie9 header.mobile-menu .menu-container nav aside.search .search-box .search-field{position:static;display:block;border:none}html.lt-ie9 header.mobile-menu .menu-container nav aside.search .search-box .search-field input{height:auto}@media screen and (min-width:960px){header.mobile-menu.visible-desktop .menu{width:940px}}html.lt-ie9 header.mobile-menu.visible-desktop .menu{width:940px}.search-field .search-suggest{position:absolute;z-index:1;width:100%;top:100%;display:none;box-shadow:0 2px 2px rgba(0,0,0,.2);-moz-box-shadow:0 2px 2px rgba(0,0,0,.2);-o-box-shadow:0 2px 2px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 2px rgba(0,0,0,.2);box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}.search-field .search-suggest.active{display:block}.search-field .search-suggest ul div{background-color:#f0f0f0}.search-field .search-suggest ul div.active-suggest li{background-color:#e1e1e1}.search-field .search-suggest ul div li{list-style:none;background:#fff;background-position:0 .75em;padding-top:.5em;padding-left:.5em;padding-bottom:.5em;border-bottom:1px dotted #e1e1e1}.search-field .search-suggest ul div li:hover{background-color:#a9a9a9;cursor:pointer}.search-field .search-suggest ul div li b,.search-field .search-suggest ul div li strong{font-weight:700;color:#e00}.sitesection{float:left;border-left:solid 1px #c4c4c4;margin-left:8px;padding-left:8px;z-index:1;position:relative}.sitesection select.flat-design{border:1px solid #c4c4c4;position:relative;padding:4px}.sitesection select.flat-design option[selected]{font-family:VELUXGothicBold,Arial,sans-serif;font-style:normal;font-weight:400}@media screen and (min-width:768px){.sitesection{position:absolute;left:142px;top:19px;display:block;height:42px;padding:0;margin:0}.sitesection ul{list-style-type:none;float:left;padding-left:15px}.sitesection ul.site-section-nav li a{color:#333;font-family:VELUXGothicLight,Arial,sans-serif;font-style:normal;font-weight:400;text-decoration:none}.sitesection ul.site-section-nav li a.active{color:#e00!important;font-family:VELUXGothicBold,Arial,sans-serif;font-style:normal;font-weight:400}.sitesection ul.site-section-nav li a:hover{color:#e00!important}.mobile-menu .sitesection{left:121px;top:17px}}html.lt-ie9 .sitesection{position:absolute;left:142px;top:19px;display:block;height:42px;padding:0;margin:0}html.lt-ie9 .sitesection ul{list-style-type:none;float:left;padding-left:15px}html.lt-ie9 .sitesection ul.site-section-nav li a{color:#333;font-family:VELUXGothicLight,Arial,sans-serif;font-style:normal;font-weight:400;text-decoration:none}html.lt-ie9 .sitesection ul.site-section-nav li a.active{color:#e00!important;font-family:VELUXGothicBold,Arial,sans-serif;font-style:normal;font-weight:400}html.lt-ie9 .sitesection ul.site-section-nav li a:hover{color:#e00!important}html.lt-ie9 .mobile-menu .sitesection{left:121px;top:17px}.professionals ul.site-links li.active i.icon-indicator{background-position:-159px -1888px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.professionals #main>header.big-menu{background-color:#333}.professionals #main>header.big-menu .sitesection ul li a{color:#f0f0f0}.professionals #main>header.big-menu nav ul.level-1>li>a{color:#f0f0f0}.professionals #main>header.big-menu nav ul.level-3 li>div>a{color:#333}.professionals #main>header.big-menu nav ul.level-3 li>div>a:hover{color:#e00!important}.professionals #main>header.big-menu aside.search i.icon-search{background-position:-159px -1126px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.professionals #main>header.mobile-menu{background-color:#333}.professionals #main>header.mobile-menu .nav-toggle .icon-menu-toggle{background-position:-76px -899px;width:18px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.professionals #main>header.mobile-menu .nav-toggle.menu-opened .icon-menu-toggle{background-position:-76px -387px;width:12px;height:12px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.professionals .sitesection{border-left:solid 1px #fff}section.needs-menu article{margin:0!important}section.needs-menu article ul{list-style:none;margin:0;padding:0;text-align:center}section.needs-menu article ul li{background:0 0;display:inline-block;text-align:center;padding:0;margin:1em 0;border-bottom:4px solid transparent;border-top:4px solid transparent;border-right:1px dotted #d7d7d7;border-left:1px dotted #d7d7d7;margin-right:-1px;float:left;width:25%;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}section.needs-menu article ul li:first-child{border-left:1px dotted #d7d7d7}section.needs-menu article ul li.active,section.needs-menu article ul li:hover{border-bottom:4px solid #e00}section.needs-menu article ul li.need-all:hover{border-bottom:4px solid #333}section.needs-menu article ul li a{display:block;padding:0 1em}section.needs-menu article ul li.need-all{background-color:#a9cae5;border-right:0;border-left:0}section.needs-menu article ul li.need-all .need-label a{color:#fff}section.needs-menu article ul li.need-all~li{border-right:0}section.needs-menu article ul li .need-label a{color:#333;text-decoration:none}section.needs-menu.customer-cases{z-index:10;position:absolute;left:0;width:100%}section.needs-menu.customer-cases ul li{background-color:rgba(255,255,255,.75);margin-top:0;margin-bottom:0}section.needs-menu.customer-cases ul li.active,section.needs-menu.customer-cases ul li:hover{background-color:rgba(238,0,0,.75);border-bottom:4px solid transparent}section.needs-menu.customer-cases ul li.active a,section.needs-menu.customer-cases ul li:hover a{color:#fff}section.needs-menu.customer-cases ul li.active i.icon-need-bedroom,section.needs-menu.customer-cases ul li:hover i.icon-need-bedroom{background-position:-76px -1329px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}section.needs-menu.customer-cases ul li.active i.icon-need-living-room,section.needs-menu.customer-cases ul li:hover i.icon-need-living-room{background-position:-159px -300px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}section.needs-menu.customer-cases ul li.active i.icon-need-bathroom,section.needs-menu.customer-cases ul li:hover i.icon-need-bathroom{background-position:-76px -1179px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}section.needs-menu.customer-cases ul li.active i.icon-need-kitchen,section.needs-menu.customer-cases ul li:hover i.icon-need-kitchen{background-position:-159px -75px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}section.needs-menu.customer-cases ul li.active i.icon-need-kids-room,section.needs-menu.customer-cases ul li:hover i.icon-need-kids-room{background-position:-76px -1929px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}section.needs-menu.customer-cases ul li.active i.icon-need-work-room,section.needs-menu.customer-cases ul li:hover i.icon-need-work-room{background-position:-159px -450px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}section.needs-menu.customer-cases ul li.active i.icon-need-corridor,section.needs-menu.customer-cases ul li:hover i.icon-need-corridor{background-position:-76px -1554px;width:33px;height:25px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}@media screen and (min-width:768px){section.needs-menu article ul li{float:none;width:auto;margin-right:-5px}}html.lt-ie9 section.needs-menu article ul li{float:none;width:auto;margin-right:-5px}@media screen and (max-width:767px){section.needs-menu,section.needs-menu.customer-cases{position:relative;margin-top:20px;margin-bottom:20px}section.needs-menu article ul li,section.needs-menu.customer-cases article ul li{border:1px solid #999;width:48%;height:48px;margin-bottom:10px;margin-top:0;text-align:left;white-space:nowrap}section.needs-menu article ul li.active,section.needs-menu.customer-cases article ul li.active{border:1px solid #999}section.needs-menu article ul li:hover,section.needs-menu.customer-cases article ul li:hover{border-bottom:1px solid #999}section.needs-menu article ul li:nth-child(odd),section.needs-menu.customer-cases article ul li:nth-child(odd){margin-right:4%}section.needs-menu article ul li .need-icon,section.needs-menu.customer-cases article ul li .need-icon{display:inline-block;vertical-align:top}section.needs-menu article ul li .need-label,section.needs-menu.customer-cases article ul li .need-label{display:inline-block;width:65%;white-space:normal}section.needs-menu article ul li a,section.needs-menu.customer-cases article ul li a{padding:.25em .5em;vertical-align:middle;display:table-cell;height:40px}}.order-brochure{margin-top:1em}.order-brochure.right{float:right}.order-brochure label{background-color:rgba(169,202,229,.25);border:1px solid rgba(169,202,229,.35);display:inline-block;padding:.5em .75em;cursor:pointer}.order-brochure label input{position:relative;top:2px}.pagination{float:right}.pagination .pagination-next{float:right;background-image:url(images/icon-chevron-right-white.png?key=2020040102);background-color:#979797;background-repeat:no-repeat;background-position:center;width:4em;height:2.733em}.pagination .pagination-next:hover{background-color:#e00}.pagination .pagination-previous{float:left;background-image:url(images/icon-chevron-left-white.png?key=2020040102);background-color:#979797;background-repeat:no-repeat;background-position:center;width:4em;height:2.733em;margin-right:1.333em}.pagination .pagination-previous:hover{background-color:#e00}.video-button{display:block;text-decoration:none;background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAABXFBMVEUAAADExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMSEYml/AAAAc3RSTlMAAQIDBAUGBwgJCgsMDQ4REhMUFRYXGBkcHR4hIyQmKissMjo8PUFCREVGR0pLTE1QUldYWVtcYWdoaWxvcHFzd3l7fH5/gIOFi46UmJqbnaOlqq+wsrS3vL7Bw8XHyszP0dfZ3ODi5Obo6+3v8fP1+fv9K9hgCwAAAdNJREFUeF5901lTE0EUBeDT02GySSIEDAriAops7hsacBf3BY0KGjQYohAMM7n/v0pPN7HHmSm/l3Mndaqrc6cGcUor/I+aWKoHItJbXz7lIZV/85c4wf0iEtTVQGLuxE879EWSvo8gqtqRNMFJOKOBGPsPJ/MKKjte2xXLtQr2p/CaRp+a7woFFVj4KLRZQlT2vdCWB2NBqK4BvwxHPRdaBmmznm8a0B15XYy07FkFzpeEhgAMc9s33HZy5l73OLY43YYpUfs0+ubN3T2gIuTbklU/DEuZv30CWGS+givR3QyMmr06njKnYyXZOwsa5/wJaDAr/ZLTGOOyOIXAD2bOlZwaoIQUAsZAWqkHQEijzcinlMI5d9Jnxmiy9JKbznEKgFXmTLzUnABNcv4AnGOuuRLtX1AwHvBpCSgLFaOlJz4sbV7ecQBNDo9daaOKvit87vLUWaFjAIZEZPcM/hoM5Y9bHNUOx3YW8LZkRbuO1zCb8EFTQptZQGXg6HdC12G9Edo+iqjyV6GGguW3xHhUiHzzPaG9QfSVOmKtzRzJD+SGp17YioRjcEotSdOpIsp/K0nrRcRM78Qq3YtI8uaa4mxfziBdeXZ1ox38bDw7P4Ko3xL8FeE/VtvCAAAAAElFTkSuQmCC) no-repeat 0 center!important;margin-bottom:1em}.video-button a{padding:.95em 2.5em .95em 4em;color:#333}.video-button i{display:none}.video-button p{color:#333}.video-button p:hover{color:#e00}[class*=container]{position:relative}section.window-specs-block{background:#dfdfdf}section.window-specs-block .spot-wrapper::before,section.window-specs-block .window-specs-divider{display:none}section.window-specs-block .window-specs-features [data-surface],section.window-specs-block .window-specs-images [data-surface]{display:none}section.window-specs-block .window-specs-features [data-surface].active,section.window-specs-block .window-specs-images [data-surface].active{display:block}section.window-specs-block .window-specs-surfaces{border-bottom:3px solid #979797}section.window-specs-block .window-specs-surfaces .window-specs-surface{margin:1em 0 0;width:33.3%;float:left;position:relative}section.window-specs-block .window-specs-surfaces .window-specs-surface .surface-image{position:relative;width:4.5em;height:4.5em;border:2px solid #979797;border-radius:50%;margin:0 auto .5em;overflow:hidden;z-index:1;cursor:pointer}section.window-specs-block .window-specs-surfaces .window-specs-surface .surface-image img{max-width:100%}section.window-specs-block .window-specs-surfaces .window-specs-surface .surface-text{text-align:center}section.window-specs-block .window-specs-surfaces .window-specs-surface .surface-pointer{z-index:0;background:#979797;width:3px;height:1em;margin:0 auto;visibility:hidden}section.window-specs-block .window-specs-surfaces .window-specs-surface.active .surface-pointer{visibility:visible}section.window-specs-block .window-specs-images .image-wrapper{overflow:hidden;margin:0 auto;width:auto;font-size:1em;line-height:1em}section.window-specs-block .window-specs-images .image-wrapper .window-specs-numbers{position:absolute}section.window-specs-block .window-specs-images .image-wrapper .window-specs-numbers a.spec-number{border:2px solid #e00;border-radius:50%;width:1em;line-height:1em;padding:.2em;position:absolute;text-align:center;background:#000;color:#fff;text-decoration:none}section.window-specs-block .window-specs-images .image-wrapper .window-specs-numbers a.spec-number.active{border:2px solid #979797;font-size:1.2em;width:1.2em;line-height:1.2em;margin:-.1em 0 0 -.1em;background:#e00}section.window-specs-block div .why-velux-tabs ul li .tab-title{padding-left:5em;background-position:3.5em center}section.window-specs-block div .why-velux-tabs ul li .tab-title .tab-number{border:1px solid #979797;border-radius:50%;left:1em;line-height:1em;padding:.2em;position:absolute;text-align:center;width:1em}section.window-specs-block div .why-velux-tabs ul li .tab-content{padding:2em 1em}section.window-specs-block div .why-velux-tabs ul li .tab-content article{margin-left:0}section.window-specs-block div .why-velux-tabs ul li.accordion-tab.opened .tab-content,section.window-specs-block div .why-velux-tabs ul li.accordion-tab.opened .tab-title{background-color:#f0f0f0}section.window-specs-block div .why-velux-tabs ul li.accordion-tab.opened .tab-number{border:1px solid #e00;background:#e00;color:#fff}section.window-specs-block div .why-velux-tabs ul li .container_12{width:100%;padding-right:10px}@media screen and (min-width:768px){section.window-specs-block .window-specs-divider{display:block;background:#979797;height:100%;left:123px;margin-top:-50px;padding:50px 0;position:absolute;width:3px}section.window-specs-block .window-specs-surfaces{border-bottom:none}section.window-specs-block .window-specs-surfaces .window-specs-surface{margin:1em 0;width:100%;float:none}section.window-specs-block .window-specs-surfaces .window-specs-surface .surface-pointer{position:absolute;height:3px;right:-10px;top:2.25em;width:50%}section.window-specs-block div .specs-tabs{width:auto;float:none}section.window-specs-block div .specs-tabs ul li .tab-content{padding:2em 10px}section.window-specs-block div .specs-tabs ul li .tab-content .grid_5{width:340px}section.window-specs-block div .specs-tabs ul li .tab-content .grid_3{width:200px}section.window-specs-block div .specs-tabs ul li .tab-content .grid_2{width:120px}section.window-specs-block div .specs-tabs ul li .tab-content article,section.window-specs-block div .specs-tabs ul li .tab-content article:first-child{margin:0 10px 0 10px}}html.lt-ie9 section.window-specs-block .window-specs-divider{display:block;background:#979797;height:100%;left:123px;margin-top:-50px;padding:50px 0;position:absolute;width:3px}html.lt-ie9 section.window-specs-block .window-specs-surfaces{border-bottom:none}html.lt-ie9 section.window-specs-block .window-specs-surfaces .window-specs-surface{margin:1em 0;width:100%;float:none}html.lt-ie9 section.window-specs-block .window-specs-surfaces .window-specs-surface .surface-pointer{position:absolute;height:3px;right:-10px;top:2.25em;width:50%}html.lt-ie9 section.window-specs-block div .specs-tabs{width:auto;float:none}html.lt-ie9 section.window-specs-block div .specs-tabs ul li .tab-content{padding:2em 10px}html.lt-ie9 section.window-specs-block div .specs-tabs ul li .tab-content .grid_5{width:340px}html.lt-ie9 section.window-specs-block div .specs-tabs ul li .tab-content .grid_3{width:200px}html.lt-ie9 section.window-specs-block div .specs-tabs ul li .tab-content .grid_2{width:120px}html.lt-ie9 section.window-specs-block div .specs-tabs ul li .tab-content article,html.lt-ie9 section.window-specs-block div .specs-tabs ul li .tab-content article:first-child{margin:0 10px 0 10px}@media screen and (min-width:960px){section.window-specs-block .window-specs-divider{left:160px}}html.lt-ie9 section.window-specs-block .window-specs-divider{left:160px}.read-more-open{z-index:10}.filtered-grid,.read-more-block,article .focus-border{background:#fff;padding:20px;margin-bottom:35px;margin-left:0;box-shadow:0 2px 2px rgba(0,0,0,.2);border-top:1px solid rgba(0,0,0,.05);border-left:1px solid rgba(0,0,0,.05);box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}article .focus-border{margin-bottom:0}article.grid_3>.read-more-block.grid_4{width:220px}article.grid_6>.read-more-block.grid_4{width:460px}article.grid_12>.read-more-block.grid_4{width:940px}.read-more-block .image-wrapper{width:100%;margin:0;text-align:center;border-bottom:1px solid #e9e9e9;padding:0 0 20px;margin:0 0 20px}.read-more-block .article-wrapper{width:100%;padding:1em 0 0;position:relative;border-bottom:1px solid #e9e9e9;margin-bottom:20px}.read-more-block .read-more-wrapper{width:100%}.read-more-block .read-more-wrapper .read-more-bg{background-color:#fff;width:100%}.read-more-block.read-more-open{z-index:2;height:1px}.read-more-block.read-more-open .read-more-wrapper{position:absolute;border:10px solid rgba(51,51,51,.3);top:-50px;left:-30px;padding:0 20px}.read-more-block.read-more-open .read-more-wrapper .read-more-bg{padding:20px;margin-left:-20px}.read-more-block.read-more-open .article-wrapper{height:auto;overflow:visible}.read-more-block .article-wrapper .read-more-content-title{display:block;text-transform:none;position:relative;padding-bottom:20px}.read-more-block.read-more-open .article-wrapper .read-more-content-title{height:auto}.read-more-block .article-wrapper .read-more-content-title>h1{display:block}.read-more-block .article-wrapper>.read-more-toggle{background-image:url(images/icon-chevron-down-red.png?key=2020040102);background-position:center;display:none;width:100%;padding:0;cursor:pointer;margin-bottom:10px}.read-more-block.read-more-open .article-wrapper>.read-more-toggle{background-image:url(images/icon-chevron-up-red.png?key=2020040102)}.read-more-block.read-more-open .article-wrapper>.read-more-toggle:hover{background-image:url(images/icon-chevron-up.png?key=2020040102)}.read-more-block .article-wrapper>.read-more-toggle:hover{background-image:url(images/icon-chevron-down.png?key=2020040102)}.read-more-block .article-wrapper>.read-more-toggle a.close,.read-more-block.read-more-open .article-wrapper>.read-more-toggle a.read-more-open{display:none}.read-more-block .article-wrapper>.read-more-toggle a.open,.read-more-block.read-more-open .article-wrapper>.read-more-toggle a.read-more-open{display:block}.read-more-block.read-more-open .article-wrapper>.read-more-toggle a.close{display:block}.read-more-block.read-more-open .article-wrapper>.read-more-toggle a.open{display:none}.read-more-block .article-wrapper>.read-more-toggle i{position:absolute;right:10px;top:50%;margin-top:-8px}@media screen and (min-width:768px){.read-more-block.read-more-open .article-wrapper{padding-bottom:0}.read-more-block .article-wrapper>*{display:none}.read-more-block .article-wrapper>.button,.read-more-block.read-more-open .article-wrapper>*{display:block}.read-more-block .article-wrapper .read-more-content-title{height:200px;overflow:hidden}.read-more-block .article-wrapper .read-more-content-title:before{content:'';position:absolute;width:100%;height:50px;bottom:0;left:0;background-color:rgba(255,255,255,0);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);background:-o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);background:-ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%)}.read-more-block.read-more-open .article-wrapper .read-more-content-title:before{display:none}}html.lt-ie9 .read-more-block.read-more-open .article-wrapper{padding-bottom:0}html.lt-ie9 .read-more-block .article-wrapper>*{display:none}html.lt-ie9 .read-more-block .article-wrapper>.button,html.lt-ie9 .read-more-block.read-more-open .article-wrapper>*{display:block}html.lt-ie9 .read-more-block .article-wrapper .read-more-content-title{height:200px;overflow:hidden}html.lt-ie9 .read-more-block .article-wrapper .read-more-content-title:before{content:'';position:absolute;width:100%;height:50px;bottom:0;left:0;background-color:rgba(255,255,255,0);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);background:-o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);background:-ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%)}html.lt-ie9 .read-more-block.read-more-open .article-wrapper .read-more-content-title:before{display:none}.scroll-x{overflow-x:scroll;padding-bottom:1em}.scroll-x table{table-layout:auto}.scroll-x::-webkit-scrollbar{width:5px;height:10px;background-color:#c4c4c4}.scroll-x::-webkit-scrollbar-thumb{background:#333}.scroll-x::-webkit-scrollbar,.scroll-x::-webkit-scrollbar-thumb{border-radius:10px}#main section.suggestedCountryBanner{margin-bottom:-9999px;position:absolute}#geo_module{display:none;margin:0;padding:0;top:0;left:0;z-index:12}#geo_overlay{background-color:#333;opacity:.5;height:100%;width:100%;top:0;left:0;position:fixed;z-index:12}#geo_content{background-color:#fff;z-index:13;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:960px;padding:20px 30px;box-sizing:border-box}#geo_content .close{float:right;cursor:pointer;margin-right:-15px;margin-top:-5px;padding:10px}#geo_close{background-position:-76px -387px;width:12px;height:12px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}#geo_content .blue{color:#476996}#geo_content h2:first-of-type{font-size:2em;font-family:VELUXGothicRegular,Arial,sans-serif;font-style:normal;font-weight:400;margin-bottom:30px}.regionList1{border-top:1px solid #c7c7c7;padding-top:15px;margin-top:25px}.countryList1{width:33%;display:inline-block;vertical-align:top}.countryList1 a{display:block;margin-bottom:10px;font-size:.9375em;text-decoration:none}.countryList1 img{height:14px;margin-right:9px;vertical-align:-20%;border:1px solid #f0f0f0}.countryList1 h4{font-family:VELUXGothicRegular,Arial,sans-serif;margin-top:20px}.countryList1 h4:first-child{margin-top:0}@media screen and (max-width:960px){#geo_content{width:744px}.countryList1{width:32%}}@media screen and (max-width:768px){#geo_content{width:100%;transform:translate(0,0);position:fixed;overflow-y:scroll;top:0;right:0;bottom:0;left:0}.countryList1{width:99%}}main>section .rotator{position:relative;width:100%;height:458px}main>section .rotator .container_12{margin:0}section.submenusectionfix{padding:0;width:100%}section.submenusectionfix article{overflow:hidden}section.submenusectionfix article>div{display:table;width:100%}section.submenusectionfix .page-titles{white-space:normal;padding:1em 0}section.submenusectionfix .page-titles h1{display:block;font-size:1.73333333em;margin:0}section.submenusectionfix .page-titles h2{display:block;font-size:1.2em;margin:0}section.submenusectionfix ul{vertical-align:middle;text-align:left}section.submenusectionfix ul li{display:block;background:0 0;padding:0;margin:0}section.submenusectionfix ul li div{display:inline}section.submenusectionfix ul li a{display:block;text-decoration:none;float:left;width:33.33333333%;padding:.5em 0;color:#333}section.submenusectionfix ul li a:hover{text-decoration:underline}@media screen and (min-width:768px){section.submenusectionfix{display:table}section.submenusectionfix+section{border-top:4px solid #f0f0f0}section.submenusectionfix+section.breaker,section.submenusectionfix+section.slideshowContainer{border-top:0}section.submenusectionfix .page-titles{display:table-cell;padding:2em 0;white-space:nowrap}section.submenusectionfix ul{display:table-cell;text-align:right;width:100%}section.submenusectionfix ul li{margin:0 0 0 1em;display:inline}section.submenusectionfix ul li a{white-space:nowrap;display:inline;float:none;width:auto}}html.lt-ie9 section.submenusectionfix{display:table}html.lt-ie9 section.submenusectionfix+section{border-top:4px solid #f0f0f0}html.lt-ie9 section.submenusectionfix+section.breaker,html.lt-ie9 section.submenusectionfix+section.slideshowContainer{border-top:0}html.lt-ie9 section.submenusectionfix .page-titles{display:table-cell;padding:2em 0;white-space:nowrap}html.lt-ie9 section.submenusectionfix ul{display:table-cell;text-align:right;width:100%}html.lt-ie9 section.submenusectionfix ul li{margin:0 0 0 1em;display:inline}html.lt-ie9 section.submenusectionfix ul li a{white-space:nowrap;display:inline;float:none;width:auto}.type-size-selection{margin:0 0 4em}.type-size-selection select{width:30%;padding:1em;border:2px solid #d7d7d7;background-color:#fff;font-family:VELUXGothicBlack,Arial,sans-serif;font-style:normal;font-weight:400}.component-intro{display:none}section.why-velux-block .section-background img{height:100%;width:100%;top:0;left:0;margin:0;display:block}section.why-velux-block .why-velux{background-color:#fff;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px}section.why-velux-block .why-velux-intro{padding:2em;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}section.why-velux-block .why-velux-intro .intro-number{float:left;font-size:6em;line-height:75px;margin:0 10px 0 0;color:#c4c4c4;font-family:VELUXGothicBlack,Arial,sans-serif;font-style:normal;font-weight:400}section.why-velux-block .why-velux-intro .intro-text{float:left;font-size:1.46666667em;line-height:1.13043478em;width:130px}section.why-velux-block .why-velux-tabs ul{padding:0;margin:0;list-style:none}section.why-velux-block .why-velux-tabs ul li{background:0 0;padding:0}section.why-velux-block .why-velux-tabs ul li .tab-title{background-image:url(images/icon-chevron-down-white.png?key=2020040102);background-repeat:no-repeat;background-position:2em center;padding:.75em 2em .75em 3.5em;text-align:right;color:#fff;cursor:pointer}section.why-velux-block .why-velux-tabs ul li .tab-content{padding:2em 0;display:none;background-color:#fff}section.why-velux-block .why-velux-tabs ul li .tab-content div{margin-left:0;margin-right:0}section.why-velux-block .why-velux-tabs ul li .tab-content article{margin:0 10px}section.why-velux-block .why-velux-tabs ul li .tab-content article:first-child{margin-left:0}section.why-velux-block .why-velux-tabs ul li.accordion-tab:first-child .tab-title{border-radius:0 6px 0 0;-webkit-border-radius:0 6px 0 0;-moz-border-radius:0 6px 0 0;-o-border-radius:0 6px 0 0}section.why-velux-block .why-velux-tabs ul li.accordion-tab:last-child .tab-title{border-radius:0 0 6px 0;-webkit-border-radius:0 0 6px 0;-moz-border-radius:0 0 6px 0;-o-border-radius:0 0 6px 0}section.why-velux-block .why-velux-tabs ul li.accordion-tab:nth-child(6n+1) .tab-title{background-color:#9a0000}section.why-velux-block .why-velux-tabs ul li.accordion-tab:nth-child(6n+2) .tab-title{background-color:#182d50}section.why-velux-block .why-velux-tabs ul li.accordion-tab:nth-child(6n+3) .tab-title{background-color:#999}section.why-velux-block .why-velux-tabs ul li.accordion-tab:nth-child(6n+4) .tab-title{background-color:#737373}section.why-velux-block .why-velux-tabs ul li.accordion-tab:nth-child(6n+5) .tab-title{background-color:#dfdfdf;background-image:url(images/icon-chevron-down.png?key=2020040102);color:#333}section.why-velux-block .why-velux-tabs ul li.accordion-tab:nth-child(6n+0) .tab-title{background-color:#a9c9e4}section.why-velux-block .why-velux-tabs ul li.opened .tab-title{background-image:url(images/icon-chevron-up-white.png?key=2020040102)}section.why-velux-block .why-velux-tabs ul li.opened:nth-child(6n+5) .tab-title{background-image:url(images/icon-chevron-up.png?key=2020040102)}section.why-velux-block .why-velux-tabs ul li:not(.accordion-tab){background-image:url(images/icon-chevron-small-right.png?key=2020040102);background-repeat:no-repeat;background-position:0 4px;padding:0 0 0 20px}section.why-velux-block.style-white .why-velux-tabs ul li.accordion-tab .tab-title{background-color:#fff;background-image:url(images/icon-chevron-down.png?key=2020040102);color:#333;box-shadow:0 0 2px rgba(0,0,0,.25);position:relative;z-index:1}section.why-velux-block.style-white .why-velux-tabs ul li.accordion-tab.opened .tab-title{background-image:url(images/icon-chevron-up.png?key=2020040102)}@media screen and (min-width:768px){section.why-velux-block .why-velux-intro{width:50%;float:left;position:absolute;top:0;left:0;z-index:1}section.why-velux-block .why-velux-tabs{width:50%;float:right;position:relative;z-index:2}}html.lt-ie9 section.why-velux-block .why-velux-intro{width:50%;float:left;position:absolute;top:0;left:0;z-index:1}html.lt-ie9 section.why-velux-block .why-velux-tabs{width:50%;float:right;position:relative;z-index:2}.socialSharing{padding-top:5px}.socialSharing span.shareText{vertical-align:middle;padding-right:5px}.socialSharing div{float:right}.facebook-stream .facebook-header{position:relative;margin-bottom:30px;height:35px}.facebook-stream .facebook-header h2{float:left;background-image:url(images/icon-facebook-logo-square.png?key=2020040102);background-repeat:no-repeat;background-size:contain;padding-left:50px;line-height:1.5em;color:#737373;font-weight:700}.facebook-stream .facebook-post-container .facebook-post{vertical-align:top;-ms-word-wrap:break-word;word-wrap:break-word;background-color:#fff!important;visibility:hidden}.facebook-stream .facebook-post-container .facebook-post img{width:100%}.facebook-stream .facebook-post-container .facebook-post a{text-decoration:none}.facebook-stream .facebook-post-container .facebook-post a:hover{color:inherit}.facebook-stream .facebook-post-container .facebook-post .facebook-post-date{padding-left:5px;padding-top:5px;font-size:.8em}.facebook-stream .facebook-post-container .facebook-post .facebook-post-content{padding:10px}.facebook-stream .facebook-post-container .facebook-post .facebook-post-ribbon{padding:5px;line-height:1.4em;font-size:.8em;height:18px;color:#a9cae5}.facebook-stream .facebook-post-container .facebook-post .facebook-post-ribbon span{float:right}.facebook-stream .facebook-post-container .facebook-post .facebook-post-ribbon span.likes{background-image:url(images/commentlikeshare.png?key=2020040102);background-repeat:no-repeat;background-size:cover;background-position:-14px 0;height:15px;width:12px;margin-right:5px}.facebook-stream .facebook-post-container .facebook-post .facebook-post-ribbon span.shares{background-image:url(images/commentlikeshare.png?key=2020040102);background-repeat:no-repeat;background-size:cover;background-position:-27px 0;height:15px;width:12px;margin-right:5px;margin-left:5px}.facebook-stream .facebook-footer{margin-left:auto;margin-right:auto;text-align:center;margin-top:30px}.facebook-stream .facebook-footer div{cursor:pointer;float:none;display:inline-block}.facebook-stream .facebook-footer div a{padding:.55em .75em .55em .75em}.facebook-stream .facebook-footer div a .loading{display:none;position:absolute;top:0;left:0;background-image:url(../../../Marketing/images/icon-loading.gif?key=2020040102);background-color:#a9cae5;background-position:center;background-repeat:no-repeat;height:100%;width:100%;margin-top:0!important}.facebook-stream .facebook-footer div a .loading.active{display:inline-block}.sticky_placeholder{height:1px}.sticky_buy{position:relative;background:#737373;width:100%;z-index:2}.sticky_buy.fixed{position:fixed;top:0;left:0}.sticky_buy .sticky_buy_items{margin:0;display:table;width:100%;height:100%}.sticky_buy .sticky_buy_items .sticky_buy_item{text-decoration:none;padding:1.5em 2.5em 1.5em 4em;box-sizing:border-box;width:50%;color:#fff;display:table-cell;text-align:center}.sticky_buy .sticky_buy_items .sticky_buy_item:first-child{display:none}.sticky_buy .sticky_buy_items .sticky_buy_item:hover{background-color:#e00}@media screen and (min-width:768px){.sticky_placeholder{height:1px!important}.sticky_buy{visibility:hidden;position:absolute;right:0;top:0;width:auto;margin:0!important}.sticky_buy .sticky_buy_items{margin:0}.sticky_buy .sticky_buy_items .sticky_buy_item{width:100%;padding:1.8em 2em 1.4em 4em;display:block;text-align:left}.sticky_buy .sticky_buy_items .sticky_buy_item:first-child{background:0 0;background-color:#e00;display:block;padding-left:2em}.sticky_buy .sticky_buy_items.closed .sticky_buy_item{display:none}.sticky_buy .sticky_buy_items.closed .sticky_buy_item:first-child{display:block}.sticky_buy .sticky_buy_items.opened .sticky_buy_item{display:block}section.anchormenusectionfix.sticky-product-container article{overflow:visible}section.anchormenusectionfix.sticky-product-container article ul li a{padding:1.5em .3em}}html.lt-ie9 .sticky_placeholder{height:1px!important}html.lt-ie9 .sticky_buy{visibility:hidden;position:absolute;right:0;top:0;width:auto;margin:0!important}html.lt-ie9 .sticky_buy .sticky_buy_items{margin:0}html.lt-ie9 .sticky_buy .sticky_buy_items .sticky_buy_item{width:100%;padding:1.8em 2em 1.4em 4em;display:block;text-align:left}html.lt-ie9 .sticky_buy .sticky_buy_items .sticky_buy_item:first-child{background:0 0;background-color:#e00;display:block;padding-left:2em}html.lt-ie9 .sticky_buy .sticky_buy_items.closed .sticky_buy_item{display:none}html.lt-ie9 .sticky_buy .sticky_buy_items.closed .sticky_buy_item:first-child{display:block}html.lt-ie9 .sticky_buy .sticky_buy_items.opened .sticky_buy_item{display:block}html.lt-ie9 section.anchormenusectionfix.sticky-product-container article{overflow:visible}html.lt-ie9 section.anchormenusectionfix.sticky-product-container article ul li a{padding:1.5em .3em}.icon-dealer-white{background:transparent url(images/icon-sticky-dealer.png?key=2020040102) no-repeat 1.8em center}.icon-installer-white{background:transparent url(images/icon-sticky-installer.png?key=2020040102) no-repeat 1.8em center}ul.checkmark{list-style:none;padding:0;margin-left:2rem}ul.checkmark li{padding-left:2rem;list-style:none}ul.checkmark li::before{content:"\f00c";font-family:FontAwesome;display:inline-block;margin-left:-1.7rem;font-size:1.4rem;padding-right:.5rem}.VMS-illustrationText,.VMS-illustrationText p{font-size:1.5rem;line-height:2rem;color:#7b7a79}.articleSpot .image-wrapper.left{float:left;margin-right:15px}.articleSpot .image-wrapper.right{float:right;margin-left:15px}.articleSpot .image-wrapper.top{text-align:center;margin-bottom:15px}.before-after{position:relative;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;background:#fff;padding:0}.before-after h2{color:#fff;width:100%;position:absolute;font-family:VELUXGothicBlack,Arial,sans-serif;font-size:2.7em;padding-right:20px}@media screen and (max-width:1120px){.before-after h2{padding:0 30px 0 30px!important;text-align:center;display:flex;justify-content:center;align-items:center;margin:0!important;height:100%;width:100%;font-size:2em}}@media screen and (max-width:768px){.before-after h2{font-size:1.2em}}.before-after__title-container{position:absolute!important;z-index:6;top:0;left:0;overflow:hidden;width:50%;height:100%}.before-after .before-after__bottom-area{position:relative;flex-grow:1}.before-after .before-after__bottom-area__image-after,.before-after .before-after__bottom-area__image-before{height:100%;width:100%;pointer-events:none}.before-after .before-after__bottom-area__image-after .before-after-img,.before-after .before-after__bottom-area__image-before .before-after-img{height:100%;width:100vw;background-repeat:no-repeat;background-position:top right;background-size:cover}@media screen and (min-width:1280px){.before-after .before-after__bottom-area__image-after .before-after-img,.before-after .before-after__bottom-area__image-before .before-after-img{background-position:top left;background-size:contain}}.before-after .before-after__bottom-area__image-before{position:absolute;top:0;left:0}.before-after .before-after__bottom-area__image-before .before-after__top-area__controls__btn-drag{position:absolute;top:calc(50% - 21.5px);right:-21px;width:45px;height:45px;padding:0;border-radius:50%;background:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center;line-height:.6em}@media screen and (min-width:768px){.before-after .before-after__bottom-area__image-before .before-after__top-area__controls__btn-drag{top:calc(50% - 45px);right:-44px;width:90px;height:90px;box-shadow:0 0 5px 1px rgba(0,0,0,.5);line-height:1.375em}}.before-after .before-after__bottom-area__image-before .before-after__top-area__controls__btn-drag .arrow{border:none;height:10.5px;width:6px;margin:4px;position:relative}@media screen and (min-width:768px){.before-after .before-after__bottom-area__image-before .before-after__top-area__controls__btn-drag .arrow{height:21px;width:14px;margin:12px}}.before-after .before-after__bottom-area__image-before .before-after__top-area__controls__btn-drag .arrow svg{width:100%;height:100%}.before-after .before-after__bottom-area__image-before .before-after__top-area__controls__btn-drag .arrow.red.left{transform:rotate(-180deg)}.before-after .before-after__bottom-area__image-before .before-after__top-area__controls__btn-drag::before{content:'';position:absolute;z-index:-1;border-radius:50%;top:-5px;left:-5px;width:calc(100% + 10px);height:calc(100% + 10px);background:rgba(0,0,0,.05)}@media screen and (min-width:768px){.before-after .before-after__bottom-area__image-before .before-after__top-area__controls__btn-drag::before{top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px);background:rgba(0,0,0,.1)}}.before-after .before-after__bottom-area__image-after{position:absolute;width:50%;z-index:5}.before-after .before-after__bottom-area__image-after__img-container{overflow:hidden;position:relative!important;z-index:-1;width:100%;height:100%;border-right:1px solid #fff}.before-after .before-after__bottom-area__image-after .before-after__bottom-area__controls__btn-drag{position:absolute;top:calc(50% - 21.5px);right:-21px;width:45px;height:45px;padding:0;border-radius:50%;background:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center;line-height:.6em}@media screen and (min-width:768px){.before-after .before-after__bottom-area__image-after .before-after__bottom-area__controls__btn-drag{top:calc(50% - 45px);right:-44px;width:90px;height:90px;box-shadow:0 0 5px 1px rgba(0,0,0,.5);line-height:1.375em}}.before-after .before-after__bottom-area__image-after .before-after__bottom-area__controls__btn-drag .arrow{border:none;height:10.5px;width:6px;margin:4px;position:relative}@media screen and (min-width:768px){.before-after .before-after__bottom-area__image-after .before-after__bottom-area__controls__btn-drag .arrow{height:21px;width:14px;margin:12px}}.before-after .before-after__bottom-area__image-after .before-after__bottom-area__controls__btn-drag .arrow svg{width:100%;height:100%}.before-after .before-after__bottom-area__image-after .before-after__bottom-area__controls__btn-drag .arrow.red.left{transform:rotate(-180deg)}.before-after .before-after__bottom-area__image-after .before-after__bottom-area__controls__btn-drag::before{content:'';position:absolute;z-index:-1;border-radius:50%;top:-5px;left:-5px;width:calc(100% + 10px);height:calc(100% + 10px);background:rgba(0,0,0,.05)}@media screen and (min-width:768px){.before-after .before-after__bottom-area__image-after .before-after__bottom-area__controls__btn-drag::before{top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px);background:rgba(0,0,0,.1)}}div>.floatDropList{float:left;margin-top:0!important}.dropdownSectionTitle{background:#f0f0f0;text-align:center;padding:0 .6em;margin-top:20px}.dropdownTitle{font-size:22px;font-weight:600;padding:.9em 0 .3em}.dropdownTitle h1{font-size:1.2em;margin-bottom:0;font-weight:600}@media screen and (min-width:768px){.dropdownSectionTitle{margin-top:0}}section.dropdownSection{background:#f0f0f0;padding:2em 0}section.dropdownSection *{box-sizing:border-box}.dropdownSectionC{width:92%;margin-left:4%;margin-right:4%}section.dropdownSection .button-cont{position:relative;min-height:39px}section.dropdownSection .button-cont .button{border-radius:20px;max-width:calc(100% + 2px);width:20em;margin:0 auto}#dropdownContainer{max-width:100%;width:20em;margin:0 auto;margin-top:-1em;height:0;overflow:hidden;transition:height .4s ease-out}#dropdownCont{background:#fff;border:1px solid #ccc;padding-top:1em}#dropdownOpen.open i{transform:rotateX(180deg)}.dropdownItem{position:relative;border-top:1px solid #ccc}.dropdownItem:first-child{border-top:none}.dropdownItem a{text-decoration:none;display:block;padding:1em 2em 1em 1em;position:relative;z-index:2}.dropdownItem a:hover{background-color:#f0f0f0}.dropdownItem span{word-break:break-all;display:inline-block;width:100%}.dropdownItem i{position:absolute;right:1em;top:calc(50% - 8px);z-index:2}@media screen and (min-width:768px){section.dropdownSection{background:0 0;padding:0;max-height:100px;box-sizing:content-box;position:relative;z-index:5}.dropdownSectionC{padding:2em 0;min-height:39px;overflow:hidden;background:#f0f0f0;background:rgba(229,229,229,.6);width:100%;margin:0}section.dropdownSection .button-cont{width:22em;margin:0 auto}}.collapsibleSpotEntry{background-color:#f0f0f0;padding:15px 15px 15px 0;margin-bottom:15px}.collapsibleSpotEntry img{max-width:100%}.collapsibleSpotEntry .collapsibleHeader{cursor:pointer}.collapsibleSpotEntry .collapsibleHeader .icon{vertical-align:top;padding-top:29px;display:inline-block;background-image:url(images/icon-chevron-down.png?key=2020040102);background-repeat:no-repeat;background-position:9px 28px;height:30px;width:30px}.collapsibleSpotEntry .collapsibleHeader .icon.active{background-image:url(images/icon-chevron-up.png?key=2020040102)}.collapsibleSpotEntry .collapsibleHeader .thumbnail{display:inline-block;vertical-align:top;padding-top:10px}.collapsibleSpotEntry .collapsibleHeader .thumbnail img{height:50px;width:50px}.collapsibleSpotEntry .collapsibleHeader .thumbnail img.countryIcon{height:32px;width:32px;margin-top:9px}.collapsibleSpotEntry .collapsibleHeader .header{display:inline-block;padding-left:15px;width:80%;vertical-align:top;padding-top:10px}.collapsibleSpotEntry .collapsibleHeader .header h1{color:#e00!important;margin-bottom:0!important;font-size:1.73333333em!important}.collapsibleSpotEntry .collapsibleContent{display:none;padding:15px 15px 15px 33px}.collapsibleSpotEntry .collapsibleContent .container_12{margin:0!important}.collapsibleSpotEntry .collapsibleContent .socialMedia{padding-top:10px;height:32px}.collapsibleSpotEntry .collapsibleContent .socialMedia div{float:right}.countrySelector{font-family:VELUXGothicLight,Arial,sans-serif;font-style:normal;font-weight:400;width:100%}.countrySelector .regionListSelector{background-color:#c4c4c4;padding:4px 160px 0}@media screen and (max-width:768px){.countrySelector .regionListSelector{padding:0;display:flex;flex-wrap:wrap}}.countrySelector .regionListSelector__list{display:flex;float:left}@media screen and (max-width:768px){.countrySelector .regionListSelector__list{order:2;width:100%}}.countrySelector .regionListSelector .regionSelector{padding:18px 20px 20px 20px;cursor:pointer;color:#333;font-family:VELUXGothicBold,Arial,sans-serif;font-style:normal;font-weight:400}@media screen and (max-width:768px){.countrySelector .regionListSelector .regionSelector{order:2;flex-grow:1;text-align:center;padding:18px 10px;line-height:1.1rem}}.countrySelector .regionListSelector .regionSelector:hover{background-color:#333;color:#fff}.countrySelector .regionListSelector .regionSelector.active{border-top:4px solid #e00;background-color:#333;color:#fff;margin-top:-4px}.countrySelector .regionListSelector .suggestedCountry{float:right;margin-top:13px;font-size:.8rem}@media screen and (max-width:768px){.countrySelector .regionListSelector .suggestedCountry{order:0;flex-grow:1;margin-right:0;margin-top:11px;margin-left:20px;max-width:75%;display:flex;align-items:center;margin-bottom:11px}}.countrySelector .regionListSelector .suggestedCountry span{color:#333;vertical-align:middle;margin-right:10px}@media screen and (max-width:768px){.countrySelector .regionListSelector .suggestedCountry>span{max-width:30%;display:inline-block}}.countrySelector .regionListSelector .suggestedCountry a{border:1px solid #333;color:#333;border-radius:5px;padding:3px 8px;display:inline-block;cursor:pointer;text-decoration:none}.countrySelector .regionListSelector .suggestedCountry a:hover{background-color:#333;color:#fff}.countrySelector .regionListSelector .suggestedCountry a:hover span{color:#fff}.countrySelector .regionListSelector .suggestedCountry a img{width:16px;height:16px;vertical-align:middle}.countrySelector .regionListSelector .countrySelectorClose{margin:22px 20px 20px;height:12px;width:12px;float:right;cursor:pointer;position:relative}.countrySelector .regionListSelector .countrySelectorClose:after,.countrySelector .regionListSelector .countrySelectorClose:before{position:absolute;left:5px;top:-2px;content:' ';height:15px;width:1px;background-color:#333}@media screen and (max-width:768px){.countrySelector .regionListSelector .countrySelectorClose:after,.countrySelector .regionListSelector .countrySelectorClose:before{right:5px;left:auto}}.countrySelector .regionListSelector .countrySelectorClose:before{transform:rotate(45deg)}.countrySelector .regionListSelector .countrySelectorClose:after{transform:rotate(-45deg)}@media screen and (max-width:768px){.countrySelector .regionListSelector .countrySelectorClose{order:1;background-position:100%;flex-grow:1}}.countrySelector .regionListContainer{background-color:#333;padding:20px 160px 30px}@media screen and (max-width:768px){.countrySelector .regionListContainer{padding:0}}.countrySelector .regionList{display:none;font-size:.9376rem;color:#f0f0f0}@media screen and (max-width:768px){.countrySelector .regionList{min-height:none}}.countrySelector .regionList__header{padding:20px 0 0 0;width:100%}@media screen and (max-width:768px){.countrySelector .regionList__header{padding:30px 20px 0 20px;font-size:1.125rem;width:auto}}.countrySelector .regionList__content{display:flex;width:100%}@media screen and (max-width:768px){.countrySelector .regionList__content{margin-left:0;margin-right:0}}@media screen and (max-width:768px){.countrySelector .regionList__content__col{padding-bottom:0}.countrySelector .regionList__content__col:last-child .countryList:last-child h2{border-bottom:none}}.countrySelector .regionList.active{display:inline-block;width:100%}.countrySelector .regionList .countryList{float:left;width:100%}@media screen and (max-width:768px){.countrySelector .regionList .countryList{width:100%;padding:0 12px;box-sizing:border-box;position:relative}.countrySelector .regionList .countryList i{position:absolute;transform:translate(-6px,0);top:12px;right:20px}.countrySelector .regionList .countryList i:before{content:"";position:absolute;background-color:#fff;width:2px;height:7px;transform:translate(-2px,0) rotate(45deg)}.countrySelector .regionList .countryList i:after{content:"";position:absolute;background-color:#fff;width:2px;height:7px;transform:translate(2px,0) rotate(-45deg)}}.countrySelector .regionList .countryList__toggle{position:absolute;cursor:pointer;width:100%;height:50px;z-index:1;opacity:0;display:none}@media screen and (max-width:768px){.countrySelector .regionList .countryList__toggle{display:inline-block}.countrySelector .regionList .countryList__toggle:checked{height:100%}.countrySelector .regionList .countryList__toggle:checked~h2{border-bottom:solid 1px #fff}.countrySelector .regionList .countryList__toggle:checked~.countryList__items{margin-top:0;margin-bottom:0;height:0;padding-bottom:0;opacity:0;border-bottom:none}.countrySelector .regionList .countryList__toggle:checked~i:before{transform:translate(2px,0) rotate(45deg)}.countrySelector .regionList .countryList__toggle:checked~i:after{transform:translate(-2px,0) rotate(-45deg)}}.countrySelector .regionList .countryList__items{padding:10px 0 10px 0}.countrySelector .regionList .countryList__items__col-2{columns:2}.countrySelector .regionList .countryList__items__col-3{columns:3}.countrySelector .regionList .countryList__items__col-4{columns:4}@media screen and (max-width:768px){.countrySelector .regionList .countryList__items{columns:2;height:100%;transition:all .25s ease-in-out;opacity:1;margin-bottom:10px;border-bottom:solid 1px #fff;padding-bottom:20px}}.countrySelector .regionList .countryList h2{min-height:15px;font-family:VELUXGothicBold,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;border-bottom:solid 1px #fff;padding:20px 0 10px 0;margin-bottom:0}@media screen and (max-width:768px){.countrySelector .regionList .countryList h2{border-bottom:transparent;padding:5px 0 15px 0}}.countrySelector .regionList .countryList h2.topPadding{padding-top:10px}.countrySelector .regionList .countryList .country{display:block;padding:0 0 5px 0;text-decoration:none;color:#fff}.countrySelector .regionList .countryList .country:hover{color:#e00}.countrySelector .regionList .region{display:inline-block;vertical-align:top;margin-right:30px;margin-top:20px;width:14%;min-width:140px}.button.countrySelectorButton{cursor:pointer;line-height:2em;background-image:url(images/icon-chevron-small-down-white.png?key=2020040102);background-repeat:no-repeat;background-position:95% center;padding-right:15px;margin-left:15px;background-color:#333!important}@media screen and (max-width:768px){.button.countrySelectorButton{background-image:none}}.button.countrySelectorButton a{padding:.55em .75em .55em .75em!important}.button.countrySelectorButton.open{background-image:url(images/icon-chevron-small-up-white.png?key=2020040102)}@media screen and (max-width:768px){.button.countrySelectorButton.open{background-image:none}.button.countrySelectorButton.open a:after{transform:translate(2px,0) rotate(45deg)}.button.countrySelectorButton.open a:before{transform:translate(-2px,0) rotate(-45deg)}}.button.countrySelectorButton:hover{background-color:#333!important}@media screen and (max-width:768px){.button.countrySelectorButton{position:relative;text-align:center;width:100%;height:100%;padding:0;margin:0}.button.countrySelectorButton a{display:inline-block;position:relative}.button.countrySelectorButton a:after,.button.countrySelectorButton a:before{content:"";position:absolute;background-color:#fff;width:1px;height:5px;top:15px}.button.countrySelectorButton a:before{right:-6px;transform:translate(-2px,0) rotate(45deg)}.button.countrySelectorButton a:after{right:0;transform:translate(2px,0) rotate(-45deg)}}.vertical-align{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.suggestedCountryBanner{background-color:#737373;color:#f0f0f0;padding:10px 0;font-size:1em;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.suggestedCountryBanner .bannerText{float:left;margin-top:4px;width:55%}.suggestedCountryBanner .closeButton{float:right;background-image:url(images/icon-cross-light.png?key=2020040102);background-repeat:no-repeat;background-position:0 50%;height:31px;width:12px;cursor:pointer;margin-left:30px}.suggestedCountryBanner .suggestedCountry{float:right}.suggestedCountryBanner .suggestedCountry span{color:#f0f0f0;vertical-align:middle}.suggestedCountryBanner .suggestedCountry a{border:1px solid #f0f0f0;border-radius:5px;padding:3px 8px;display:inline-block;cursor:pointer;text-decoration:none!important;margin-left:10px}.suggestedCountryBanner .suggestedCountry a:hover{background-color:#979797}.suggestedCountryBanner .viewAllText{float:right;cursor:pointer;margin-top:4px}.suggestedCountryBanner .viewAllText:hover{color:#e00}.country-selector-spot{padding:25px 0}@media screen and (min-width:768px){.country-selector-spot{padding:0}}html.lt-ie9 .country-selector-spot{padding:0}.country-selector-spot__grid{width:100%;display:flex;justify-content:space-between}@media screen and (min-width:768px){.country-selector-spot__grid{padding:20px 0}}html.lt-ie9 .country-selector-spot__grid{padding:20px 0}.country-selector-spot__banner-text{padding:0 .5rem;font-size:1.1rem;font-family:VELUXGothicRegular}@media screen and (min-width:768px){.country-selector-spot__banner-text{padding:20px 0 20px .5rem}}html.lt-ie9 .country-selector-spot__banner-text{padding:20px 0 20px .5rem}@media screen and (min-width:1024px){.country-selector-spot__banner-text{font-size:1.2rem}}html.lt-ie9 .country-selector-spot__banner-text{font-size:1.2rem}.country-selector-spot__banner-text>div>span{display:flex;align-items:center}.country-selector-spot__banner-text .button a{white-space:nowrap}@media screen and (min-width:768px){.country-selector-spot__banner-text .button a{font-size:.8rem}}html.lt-ie9 .country-selector-spot__banner-text .button a{font-size:.8rem}.country-selector-spot__change{text-align:right;padding:.5rem .5rem 0 .5rem}@media screen and (min-width:768px){.country-selector-spot__change{padding:27px .5rem 20px 0}}html.lt-ie9 .country-selector-spot__change{padding:27px .5rem 20px 0}.country-selector-spot__change a{border:none;padding-left:15px;text-decoration:none}.country-selector-spot__change a.darkblue{color:#476996}.country-selector-spot__change a.darkblue:hover{color:#e00}.country-selector-spot__change a strong{font-family:VELUXGothicBold}.country-selector-spot__change a .fa-chevron-right{position:relative;right:8px}.country-selector-spot__change .select-wrapper{position:relative;background:#fff;margin:0 0 5px 0}.country-selector-spot__change .select-wrapper select{width:100%;z-index:2;position:relative;padding:.6rem;background:0 0;-webkit-appearance:none;appearance:none}.country-selector-spot__change .select-wrapper svg{position:absolute;right:20px;top:12px;width:8px;z-index:1}.country-selector-spot__change .button{text-align:center}@media screen and (min-width:768px){.suggestedCountryBanner .suggestedCountry{margin-right:60px}}html.lt-ie9 .suggestedCountryBanner .suggestedCountry{margin-right:60px}section.faq-spot .faq-header{margin-bottom:10px;margin-top:1em;font-size:1.375em}section.faq-spot .faq-header:first-child{margin-top:0}section.faq-spot .faq-question{cursor:pointer;background-image:url(images/icon-chevron-small-right.png?key=2020040102);background-repeat:no-repeat;background-position:20px .75em;margin-left:-20px;padding:.5em 0 1em}section.faq-spot .faq-question:hover{color:#e00;background-image:url(images/icon-chevron-small-right-red.png?key=2020040102)}section.faq-spot .faq-question-body{padding-left:40px}section.faq-spot .faq-answer{margin:0 0 1em -20px;padding:0 20px 2em 0}section.faq-spot .faq-answer-body{padding-left:40px}section.faq-spot .faq-children{margin-left:80px}section.faq-spot .faq-item{margin-top:0!important}section.faq-spot .faq-item.open>.faq-question{background-image:url(images/icon-chevron-small-down.png?key=2020040102);background-color:rgba(51,51,51,.1)}section.faq-spot .faq-item.open>.faq-question:hover{background-image:url(images/icon-chevron-small-down-red.png?key=2020040102)}section.faq-spot .faq-item.open>.faq-answer{background-color:rgba(51,51,51,.1)}section.faq-spot .openModalFAQ{width:28px;height:28px;margin:1em 0 0 40px;background-image:url(images/icon-share.png);background-repeat:no-repeat;background-size:cover;display:inline-block;cursor:pointer}.search-result-box .faq-search-suggest{position:absolute;z-index:1;background-color:#a9cae5;width:100%;top:100%;display:none;border:6px solid #fff;box-shadow:0 2px 2px rgba(0,0,0,.2);-moz-box-shadow:0 2px 2px rgba(0,0,0,.2);-o-box-shadow:0 2px 2px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 2px rgba(0,0,0,.2);box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}.search-result-box .faq-search-suggest.active{display:block}.search-result-box .faq-search-suggest ul li{background:0 0;background-position:0 .75em;padding-top:.5em;padding-bottom:.5em;border-bottom:1px dotted #e1e1e1}.search-result-box .faq-search-suggest ul li:hover{background-color:#f0f0f0;cursor:pointer}.search-result-box .faq-search-suggest ul li b,.search-result-box .faq-search-suggest ul li strong{font-weight:700;color:#e00}.faq-api-search{padding-top:0}.faq-api-search .search-categories{float:right}.faq-api-search .search-categories li{padding-left:0}.faq-api-search .search-categories li.focus>.question{font-weight:700}.faq-api-search .search-categories li .question{padding-left:1em}.faq-api-search .search-categories li ul li{border:none;margin-left:1em}.faq-api-search .search-categories.loading .article-wrapper{visibility:hidden}.faq-api-search .search-categories.loading .spot-wrapper.focus-border{background-image:url(images/loading.gif?key=2020040102);background-repeat:no-repeat;background-position:center center;min-height:100px}.faq-api-search .search-results{float:left}.faq-api-search .search-results.loading .article-wrapper{visibility:hidden}.faq-api-search .search-results.loading .spot-wrapper.focus-border{background-image:url(images/loading.gif?key=2020040102);background-repeat:no-repeat;background-position:center center;min-height:100px}.faq-api-search li{background-position:0 .75em;padding-top:.5em;padding-bottom:.5em;border-bottom:1px dotted #e1e1e1}.faq-api-search li .question{cursor:pointer}.faq-api-search li .question:hover{font-weight:700}.faq-api-search li .answer{height:0;overflow:hidden}.faq-api-search li.active .question{font-weight:700}.faq-api-search li.active .answer{height:auto;padding-bottom:2em}.faq-api-search li ul{display:none}.faq-api-search .content-wrapper h3{margin-top:.5em;margin-bottom:1em}.faq-api-search.loading .article-wrapper{visibility:hidden}.faq-api-search.loading .spot-wrapper.focus-border{background-image:url(images/loading.gif?key=2020040102);background-repeat:no-repeat;background-position:center center;min-height:100px}.fileBrowser a+ul{display:none}.fileBrowser a.opened+ul{display:block}.fileBrowser .folder{background:transparent url(images/ico-folder.png?key=2020040102) no-repeat left 3px;word-break:break-all}.fileBrowser .folder.opened{background:transparent url(images/ico-folder-open.png?key=2020040102) no-repeat left 3px}.fileBrowser .item{background:transparent url(images/ico-file.png?key=2020040102) no-repeat left 2px}.filterable{display:none}.gallery_spot{margin-top:20px}.gallery_spot .js_placeholder{width:940px}.gallery_spot .js_placeholder img{max-width:100%}.gallery_spot #gallery_content{padding:25px 0 0 0;position:relative;width:940px;margin-left:auto;margin-right:auto}.gallery_spot #gallery_content img{max-width:100%}.gallery_spot #gallery_content .gallery-close-button{border-radius:50%;border:2px solid #fff;background-color:#000;background-image:url(images/icon-cross.png?key=2020040102);background-repeat:no-repeat;background-position:center;background-size:57%;height:19px;width:19px;cursor:pointer;position:absolute;top:0;right:0;display:none}.gallery_spot .no_gallery_categories{margin-bottom:30px}.gallery_spot .gallery_categories{margin-left:auto;margin-right:auto;max-width:940px;margin-bottom:25px;padding-top:25px;text-align:center}.gallery_spot .gallery_categories .gallery_categorylink{padding-bottom:5px;margin-right:50px;cursor:pointer;text-decoration:none;line-height:2em;font-weight:700}.gallery_spot .gallery_categories .gallery_categorylink.selected,.gallery_spot .gallery_categories .gallery_categorylink:hover{color:#e00;border-bottom:1px solid #e00}.gallery_spot .thumbnails_container{width:100%;-moz-transition-property:height;-o-transition-property:height;-webkit-transition-property:height;transition-property:height;-moz-transition-duration:.3s;-o-transition-duration:.3s;-webkit-transition-duration:.3s;transition-duration:.3s}.gallery_spot .thumbnails_container .thumbnail{float:left;vertical-align:top;margin:0;cursor:pointer}.gallery_spot .thumbnails_container .thumbnail .wrapper{position:relative;width:100%}.gallery_spot .thumbnails_container .thumbnail .one-by-one.aspect-ratio{padding-bottom:100%}.gallery_spot .thumbnails_container .thumbnail .three-by-two.aspect-ratio{padding-bottom:66.666%}.gallery_spot .thumbnails_container .thumbnail .four-by-three.aspect-ratio{padding-bottom:75%}.gallery_spot .thumbnails_container .thumbnail .sixteen-by-nine.aspect-ratio{padding-bottom:56.25%}.gallery_spot .thumbnails_container .thumbnail .content{position:absolute;top:0;bottom:0;left:0;right:0}.gallery_spot .thumbnails_container .thumbnail img{width:100%;height:100%}.gallery_spot .thumbnails_container .thumbnail .hover{position:absolute;top:10px;left:10px;color:#f0f0f0;display:none;text-align:center;font-size:19px;font-weight:700;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.gallery_spot .thumbnails_container .thumbnail .hover .centered{text-rendering:geometricPrecision;position:relative;top:50%;margin:0 5px 0 5px;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.gallery_spot .thumbnails_container .thumbnail .hover_overlay{background-color:rgba(51,51,51,.5);height:100%;width:100%;position:absolute;top:0;left:0}.gallery_spot .thumbnails_container .thumbnail .no_thumbnail_text{font-size:36px;font-weight:500}.hero-fluent-images{width:100%!important;margin-left:0!important;padding-top:0;padding-bottom:0;visibility:hidden}.hero-fluent-images .hero-fluent-images-container{position:relative;display:block;overflow:hidden}.hero-fluent-images .hero-fluent-images-container .Bottom{vertical-align:bottom;bottom:0}.hero-fluent-images .hero-fluent-images-container .Top{vertical-align:top;top:0}.hero-fluent-images .hero-fluent-images-container .absolute-class>div{position:absolute!important}.hero-fluent-images .hero-fluent-images-container .absolute-class #right-side{width:auto}.hero-fluent-images .hero-fluent-images-container .absolute-class #left-side .article-wrapper{position:absolute}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot{width:960px;margin:0 auto;overflow:hidden}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot>div{height:inherit;display:table;position:static}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot>div>a{position:absolute;z-index:3}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot .mobile-fluent{margin-left:0}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot .mobile-fluent+.mobile-fluent{margin-top:10px}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot .mobile-fluent .image-wrapper{position:relative}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot .mobile-fluent .article-wrapper{display:block;padding:10px;width:auto!important}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot .mobile-fluent>a{width:100%!important;height:100%!important}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot>div:hover img{opacity:.85}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot .image-wrapper{position:absolute;background:#000}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot .image-wrapper img{width:100%;margin-bottom:-6px;-moz-transition:opacity .5s;-o-transition:opacity .5s;-webkit-transition:opacity .5s;transition:opacity .5s}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot .article-wrapper{position:relative;display:table-cell}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot .article-wrapper a{text-decoration:none}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot .article-wrapper .itemTag{margin-top:1.35em;z-index:3;display:block;background:#a9cae5;padding:5px 7px 3px 12px;position:absolute;cursor:pointer;color:#000;font-size:1.2em}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot .article-wrapper .itemTag p{margin-top:-2px;display:block;float:left;margin-right:22px}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot .article-wrapper .itemTag:hover{background:#84b2d6}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot .article-wrapper .itemTag+h1{margin-top:1.4em}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot .article-wrapper h1{margin-top:.55em;margin-bottom:.55em;font-size:3em;font-family:VELUXGothicLight,Arial,sans-serif;min-width:104px}.hero-fluent-images .icon-chevron-right-black{background-position:0 -976px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;position:absolute;right:5px;top:50%;margin-top:-6.5px}.hero-fluent-images .fluent-text{display:none}.hero-fluent-images .fluent-text .fluent-text-inside{min-height:30px;position:absolute;left:0;right:0;margin:0 auto;background-color:#fff;padding:20px 80px}@media screen and (max-width:960px){.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot{width:744px}}@media screen and (max-width:767px){.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot{width:100%;height:inherit!important}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot>div{width:100%;float:none;position:relative!important;margin:0;left:0!important;right:0!important}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot>div .image-wrapper{width:auto!important;left:0!important;right:0!important}.hero-fluent-images .hero-fluent-images-container .hero-fluent-images-spot>div .article-wrapper{padding:10px!important}.hero-fluent-images .fluent-text{height:auto!important}.hero-fluent-images .fluent-text .fluent-text-inside{margin-top:0!important}}.headingBackground{position:absolute;width:100%}.headingBackground h1{position:relative;padding:.7em;font-size:1.5rem;margin:0;box-sizing:border-box}.headingBackground h1 span{position:relative;z-index:2}.headingBackground h1>div{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.6}.headingBackground,.headingBackground.Bottom{bottom:0}.headingBackground.Top{bottom:auto;top:0}@media screen and (min-width:768px){.headingBackground h1{font-size:2rem}}html.lt-ie9 .headingBackground h1{font-size:2rem}div.iframe-spot iframe,section.iframe-spot iframe{border:0 none transparent;width:100%}@media (max-width:768px) and (orientation:landscape){.ImageHeadlineTextLink .image-wrapper{width:48%;float:left}.ImageHeadlineTextLink .image-wrapper+.article-wrapper{width:48%;float:right}.ImageHeadlineTextLink .button-wrapper .button{clear:right;margin-top:1em}.ImageHeadlineTextLink .button-wrapper .button.left{margin-left:1em;float:right}.ImageHeadlineTextLink .button-wrapper .button.fullwidth{width:48%;float:right}}#mapSearchContainer{position:relative}#mapSearchContainer.ms-show-info .ms-hide-on-info{visibility:hidden;height:0;padding:0}#mapSearchBar{display:flex;align-items:center}#mapSearchBar .search_input_wrapper{position:relative;width:100%}.ms_view_options{display:none}.ms_view_options.has-list{display:flex;align-items:center}.ms_view_options_list{margin-right:5px}.ms_view_options_list svg{color:#333;font-size:24px;margin:0 10px 0 20px;cursor:pointer}.ms_view_options_list.is-active svg{color:#476996}.ms_view_options_map svg{color:#333;font-size:24px;margin:0 0 0 10px;cursor:pointer}.ms_view_options_map.is-active svg{color:#476996}#mapSearchBar,#ms_copy_link_bar{position:relative;background:#fff;width:100%;padding:1em;z-index:2;box-sizing:border-box}#mapSearchBar input,#ms_copy_link_bar input{border:1px solid #979797;display:block;width:100%;height:3em;padding:.8em 3em .8em 1em}#mapSearchBar [class*=icon],#ms_copy_link_bar [class*=icon]{display:inline-block;position:absolute;top:50%;right:25px}#mapSearchBar [class*=icon].velux-fa-icon,#ms_copy_link_bar [class*=icon].velux-fa-icon{margin-top:-.5em;right:1em;cursor:pointer}#mapSearchBar .icon-search-black,#ms_copy_link_bar .icon-search-black{opacity:.2;margin-top:-7px}#mapSearchBar .icon-cross-light,#ms_copy_link_bar .icon-cross-light{cursor:pointer;margin-top:-5px}#mapSearch{height:315px}#mapSearch .gm-bundled-control-on-bottom{display:none}#mapSearchLegends{background:#f0f0f0;z-index:2;padding:.3em}#mapSearchLegends *{box-sizing:border-box}#mapSearchLegends .mapSearchLegend{position:relative;width:50%;float:left;padding:0 1em 0 3em}#mapSearchLegends .mapSearchLegend .mapSearchLegendText{display:table;height:3em}#mapSearchLegends .mapSearchLegend .mapSearchLegendText span{display:table-cell;vertical-align:middle}#mapSearchLegends .mapSearchLegend i{position:absolute;left:.5em;top:50%;margin-top:-14px}.ms_pin.blue{background-position:-249px -285px;width:19px;height:27px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.ms_pin.darkblue{background-position:-249px -362px;width:19px;height:27px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.ms_pin.red{background-position:-249px -593px;width:19px;height:27px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.ms_pin.darkred{background-position:-249px -439px;width:19px;height:27px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.ms_pin.gray{background-position:-249px -516px;width:19px;height:27px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}#mapSearchLocation{position:absolute;right:1em;top:330px;display:block;background:#fff;box-shadow:2px 1px 6px 0 rgba(0,0,0,.4);padding:.5em;text-decoration:none}#mapSearchLocation i{display:block;background:url(https://maps.gstatic.com/tactile/mylocation/mylocation-sprite-1x.png) no-repeat 0 0;width:18px;height:18px}#mapSearchLocation span{display:none}.gm-style .gm-style-iw{font-size:15px}#mapSearchInfo{display:none}.ms_infobox{padding:1.5em 0 .5em 1em;overflow:hidden;font-size:.9375em;line-height:1.375em}@media screen and (max-width:768px){.ms_infobox{display:flex;align-items:center;flex-direction:column;padding:10px 0 0 0}.ms_infobox .ms_info,.ms_infobox .ms_infobuttons{width:100%;left:0}.ms_infobox .ms_infobuttons{padding:5px 0 0 0}}.ms_infobox *{box-sizing:border-box}.ms_infobox>div{float:left;width:50%}.ms_infobox .ms_info a,.ms_infobox .ms_info b,.ms_infobox .ms_info div{display:none}.ms_infobox .ms_info a{color:#476996}.ms_infobuttons{padding-left:1em;font-weight:700}.ms_infobuttons .ms_list_filter_bot{border:2px solid #476996;font-size:18px;padding:8px}.ms_infobuttons .ms_list_filter_bot span{color:#476996}.ms_infobuttons .ms_list_filter_bot svg{margin-left:15px;color:#476996}.ms_infobuttons .ms_filter_apply_bot{background:#c4c4c4;padding:12px 54px;font-size:18px}.ms_infobuttons .ms_filter_apply_bot span{color:#fff}.ms_infobuttons .ms_filter_apply_bot.is-active{background:#476996;transition:all .5s}.ms_infobuttons .ms_filter_apply_bot.is-active span{color:#fff}.ms_infobuttons .ms_filter_clear_bot.is-active span{color:#476996}.ms_infobuttons a{display:block;background:0 0;text-decoration:none;padding:8px 30px;margin-bottom:1em}.ms_infobuttons a *{vertical-align:middle;display:inline-block}.ms_infobuttons a svg{font-size:20px;margin-left:5px;color:#8b8b8a}.ms_infobuttons a span{color:#8b8b8a}.ms_infobuttons a i{margin-left:5px}.ms_infobuttons a i.ms-navigation{background-position:-249px -880px;width:20px;height:20px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.ms_infobuttons a i.ms-info{background-position:-249px -810px;width:20px;height:20px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.ms_infobuttons a i.ms-phone{background-position:-249px -950px;width:20px;height:20px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.ms_infobuttons a i.ms-filter{background-position:-249px -740px;width:25px;height:20px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.ms_infobuttons a i.ms-check{background-position:-249px -670px;width:20px;height:20px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}.ms_infobuttons.ms_info_cta{padding-left:0;margin-top:1em}.ms_infobuttons.ms_info_cta a{background:#e1e1e1}.ms_list_head{padding:1em 1em 0 1em}.ms_list_head .ms_list_results{font-size:1.3em;margin:.5em 0 1em}.ms_list_head .ms_list_filter{padding:0}.ms_list_head .ms_list_switch_wrapper{width:100%}.ms_list_head .ms_list_switch_wrapper_header{display:block;font-size:1em;margin-bottom:5px}.ms_list_head .ms_list_switch_wrapper_label{display:inline-block;font-size:1em;vertical-align:middle}.ms_list_head .ms_list_switch{position:relative;display:inline-block;width:40px;height:22px;vertical-align:middle;margin:0 5px}.ms_list_head .ms_list_switch input{opacity:0;width:0;height:0}.ms_list_head .ms_list_switch input:checked+.ms_list_switch_slider{background-color:#40a533}.ms_list_head .ms_list_switch input:focus+.ms_list_switch_slider{box-shadow:0 0 1px #40a533}.ms_list_head .ms_list_switch input:checked+.ms_list_switch_slider:before{-webkit-transform:translateX(18px);-ms-transform:translateX(18px);transform:translateX(18px)}.ms_list_head .ms_list_switch_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;border-radius:34px}.ms_list_head .ms_list_switch_slider::before{position:absolute;content:"";height:15px;border-radius:50%;width:15px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}.ms_filter_tags{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;margin:15px}.ms_filter_tags_element{margin:5px;background:#476996;color:#fff;padding:2px 10px;cursor:pointer;display:inline-block}.ms_filter_tags_element svg{margin-left:10px}.ms_list_item_map_view{display:none}.ms_list_item_map_view .ms_list_collapse,.ms_list_item_map_view .ms_list_expand{display:none!important}.ms_list_container{padding:15px}.ms_list_container .ms_list_item{padding:1.5em 1em;border:1px solid #cbcbcb;cursor:pointer;margin-bottom:15px}.ms_list_container .ms_list_item.ms_list_item_clicked,.ms_list_container .ms_list_item:hover{border-color:#476996;transform:translateY(-2px);transition:transform .5s}.ms_list_container .ms_list_item>div{display:inline-block;vertical-align:top}.ms_list_container .ms_list_item .ms_list_pin{display:none}.ms_list_container .ms_list_item .ms_list_info{width:80%;margin-right:1%}.ms_list_container .ms_list_item .ms_list_info b,.ms_list_container .ms_list_item .ms_list_info i{display:block}.ms_list_container .ms_list_item .ms_list_distance{width:17%;text-align:right}.ms_list_container .ms_list_item .ms_list_collapse,.ms_list_container .ms_list_item .ms_list_expand{text-transform:uppercase;color:#476996;font-weight:700;font-size:13px;font-family:VELUXGothicBlack,Arial,sans-serif;font-style:normal;margin-top:10px;display:block}.ms_list_container .ms_list_item .ms_list_collapse{display:none}.ms_list_container .ms_list_item .ms_item_title{font-size:14px;display:block;margin:5px 0;font-weight:700;font-family:VELUXGothicBlack,Arial,sans-serif;font-style:normal}.ms_list_container .ms_list_item .certificate_list{display:flex;align-items:center;margin:0 -10px;padding:0;flex-wrap:wrap}.ms_list_container .ms_list_item .certificate_list li{list-style:none;padding:10px;align-items:center;display:flex}.ms_list_container .ms_list_item .certificate_list li svg{margin-right:5px;font-size:30px}.ms_list_container .ms_list_item .ms_info_times{font-size:14px}.ms_list_container .ms_list_item .ms_list_expanded{display:none}.ms_list_container .ms_list_item.ms_list_item_clicked{padding:1.5em 1em}.ms_list_container .ms_list_item.ms_list_item_clicked:hover{padding:1.5em 1em}.ms_list_container .ms_list_item.ms_list_item_clicked .ms_list_expanded{display:block}.ms_list_container .ms_list_item.ms_list_item_clicked .ms_list_expand{display:none}.ms_list_container .ms_list_item.ms_list_item_clicked .ms_list_collapse{display:block}.ms_list_container .ms_list_item .ms_info{display:flex;align-items:center;justify-content:space-between;color:#476996;font-weight:700;margin:0 -5px;flex-wrap:wrap}.ms_list_container .ms_list_item .ms_info>*{padding:5px;display:flex;align-items:center}.ms_list_container .ms_list_item .ms_info>* svg{margin-right:5px}.ms_list_container .ms_list_item .ms_info a{color:#476996;font-weight:700}.ms_list_container .ms_list_item .ms_info_phone_container .ms_info_phone{color:#476996}.ms_list_container .ms_list_item .ms_info_phone_container .ms_info_phone+div{display:none}.ms_list_container .ms_list_item .ms_info_ad_products_element{display:flex;flex-wrap:wrap;margin:0 -15px}.ms_list_container .ms_list_item .ms_info_ad_products_element_row{max-width:135px;display:flex;flex-direction:column;align-items:flex-start;padding:15px;justify-content:space-between;font-size:14px;line-height:1.2;font-weight:700;width:100%;box-sizing:border-box}.ms_list_container .ms_list_item .ms_info_ad_products_element_row img{max-width:100%;margin-bottom:5px}.ms_filter_container{display:none;padding:1em}.ms_filter_container .ms_filter_close{text-align:right;font-size:20px;cursor:pointer;display:block}.ms_filter_container .ms_filters .ms_filter_title{padding:10px 0 .6em}.ms_filter_container .ms_filters .ms_filter_option{display:block;position:relative;padding-left:30px;margin-bottom:12px;cursor:pointer;font-size:15px;user-select:none}.ms_filter_container .ms_filters .ms_filter_option.is-checkbox{line-height:23px}.ms_filter_container .ms_filters .ms_filter_option.is-radio{line-height:24px}.ms_filter_container .ms_filters .ms_filter_option .ms_filter_optionCheckBox{position:absolute;top:0;left:0;height:22px;width:22px;border:1px solid #e1e1e1}.ms_filter_container .ms_filters .ms_filter_option .ms_filter_optionCheckBox::after{left:8px;top:3px;width:4px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);content:"";position:absolute;display:none}.ms_filter_container .ms_filters .ms_filter_option .ms_filter_optionRadio{position:absolute;top:0;left:0;height:22px;width:22px;background-color:transparent;border:1px solid #e1e1e1;border-radius:50%}.ms_filter_container .ms_filters .ms_filter_option .ms_filter_optionRadio::after{content:"";position:absolute;display:none;top:7px;left:7px;width:8px;height:8px;border-radius:50%;background:#fff}.ms_filter_container .ms_filters input{position:absolute;opacity:0;cursor:pointer}.ms_filter_container .ms_filters input:checked~.ms_filter_optionCheckBox,.ms_filter_container .ms_filters input:checked~.ms_filter_optionRadio{background-color:#476996;border-color:#476996}.ms_filter_container .ms_filters input:checked~.ms_filter_optionCheckBox::after,.ms_filter_container .ms_filters input:checked~.ms_filter_optionRadio::after{display:block}.ms_filter_container .ms_selectMultiList.is-disabled{opacity:.5;pointer-events:none}.ms_filter_container .ms_selectMultiList_label{display:block;padding:.5em;border:1px solid #e1e1e1;position:relative}.ms_filter_container .ms_selectMultiList_label.is-active+.ms_selectMultiList_values{display:block;padding:1rem 1rem;white-space:nowrap;position:relative;border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.ms_filter_container .ms_selectMultiList_label.is-active+.ms_selectMultiList_values>label{display:block}.ms_filter_container .ms_selectMultiList_label.is-active+.ms_selectMultiList_values>label input{margin-right:.5rem}.ms_filter_container .ms_selectMultiList_label::after{position:absolute;content:"";right:.5rem;top:50%;border:1px solid #000;border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:translateY(-50%) rotate(45deg)}.ms_filter_container .ms_selectMultiList_values{display:none}.ms_filter_apply{padding:15px 0 0}.ms_filter_apply a{display:inline-block}#mapSearchList .ms_filter_tags,#mapSearchList .ms_list_container,#mapSearchList .ms_list_head,.ms_filter_container{display:none}#mapSearchList.ms_listed .ms_filter_tags,#mapSearchList.ms_listed .ms_list_container,#mapSearchList.ms_listed .ms_list_head{display:block}#mapSearchList.ms_listed .ms_view_options{display:flex;align-items:center}#mapSearchList.hide-filter .ms_list_distance{display:none!important}#mapSearchList.ms-show-filter a.ms_list_filter_bot{background:0 0;color:#476996;border-color:#476996}#mapSearchList.ms-show-filter a.ms_list_filter_bot span,#mapSearchList.ms-show-filter a.ms_list_filter_bot svg{color:#476996}#mapSearchList.ms-show-filter .ms_filter_tags,#mapSearchList.ms-show-filter .ms_list_container{display:none}#mapSearchList.ms-show-filter .ms_filter_container{display:block}#mapSearchList #ms_copy_link_bar{left:500px;display:none}#mapSearchList .ms_copy_link{position:absolute;width:auto!important;right:10px;top:3em;cursor:pointer}.pac-container.pac-logo::after{display:none}@media screen and (min-width:768px){.ms_list_head{border-bottom:1px solid #e1e1e1}#mapSearchBar,#ms_copy_link_bar{position:absolute;width:33%;margin:0;left:2em;top:2em;box-shadow:2px 1px 6px 0 rgba(0,0,0,.4);padding:0}#mapSearchBar input,#ms_copy_link_bar input{border:none}#mapSearchBar .velux-icon,#ms_copy_link_bar .velux-icon{right:15px}#mapSearchBar:after,#ms_copy_link_bar:after{right:.8em}#mapSearch{height:845px}#mapSearch .gm-bundled-control-on-bottom{display:block;bottom:120px!important;right:47px!important}#mapSearch.ms_listed{margin-left:40%}#mapSearchLegends{position:absolute;right:2em;top:2em;max-width:200px;background:#fff;box-shadow:2px 1px 6px 0 rgba(0,0,0,.4);padding:0}#mapSearchLegends .mapSearchLegend{width:100%;float:none;margin:auto auto .2em .2em}#mapSearchLegends .mapSearchLegend:first-child{margin-top:.2em}#mapSearchLegends .mapSearchLegend i{left:.8em}#mapSearchLocation{padding:.5em 1em;right:5em;bottom:2em;top:auto}#mapSearchLocation i{display:inline-block;margin:0 0 0 1em;vertical-align:text-top}#mapSearchLocation span{display:inline}.ms_infobox{width:350px;font-size:.9375em;line-height:1.46666667em}.ms_infobox .ms_info a,.ms_infobox .ms_info b{display:block}.ms_infobox .ms_info i{cursor:pointer}.ms_infobuttons{padding-left:1em}.ms_infobuttons.ms_info_cta{display:table;max-width:49%}.ms_infobuttons a.ms-phone{display:none}#mapSearchList.ms_listed{box-sizing:border-box;position:absolute;left:0;top:0;width:40%;height:100%;background:#fff;z-index:1;border:1px solid #f0f0f0}#mapSearchList.ms_listed .ms_view_options{display:none}#mapSearchList.ms_listed #mapSearchBar{width:80%}#mapSearchList .ms_view_options{display:none}#mapSearchList #ms_copy_link_bar.active{display:block}#mapSearchList #ms_copy_link_bar.active input{background-color:rgba(0,0,0,.2)}#mapSearchList.ms_list_swtich_hidden .ms_list_container{height:690px!important}#mapSearchList.ms_list_swtich_hidden .ms_filter_container{height:630px!important}#mapSearchList .ms_selectMultiList.is-disabled{opacity:.5;pointer-events:none}#mapSearchList .ms_selectMultiList_label{display:block;padding:.5em;border:1px solid #e1e1e1;position:relative}#mapSearchList .ms_selectMultiList_label.is-active+.ms_selectMultiList_values{display:block;padding:1rem 1rem;white-space:nowrap;position:relative;border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}#mapSearchList .ms_selectMultiList_label.is-active+.ms_selectMultiList_values>label{display:block}#mapSearchList .ms_selectMultiList_label.is-active+.ms_selectMultiList_values>label input{margin-right:.5rem}#mapSearchList .ms_selectMultiList_label::after{position:absolute;content:"";right:.5rem;top:50%;border:1px solid #000;border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:translateY(-50%) rotate(45deg)}#mapSearchList .ms_selectMultiList_values{display:none}#mapSearchList .ms_list_head{padding:6.5em 2em 1em;max-height:90px}#mapSearchList .ms_list_head>div{display:inline-block;width:49%;vertical-align:middle}#mapSearchList .ms_list_head .ms_list_results{margin:0}#mapSearchList .ms_list_head .ms_list_filter{text-align:right}#mapSearchList .ms_list_head .ms_list_filter a{display:inline-block;margin-bottom:0}#mapSearchList .ms_list_head .ms_list_switch_wrapper{width:100%}#mapSearchList .ms_list_head .ms_list_switch_wrapper_header{display:block;font-size:1em;margin-bottom:5px}#mapSearchList .ms_list_head .ms_list_switch_wrapper_label{display:inline-block;font-size:1em;vertical-align:middle}#mapSearchList .ms_list_head .ms_list_switch{position:relative;display:inline-block;width:40px;height:22px;vertical-align:middle;margin:0 5px}#mapSearchList .ms_list_head .ms_list_switch input{opacity:0;width:0;height:0}#mapSearchList .ms_list_head .ms_list_switch input:checked+.ms_list_switch_slider:before{-webkit-transform:translateX(18px);-ms-transform:translateX(18px);transform:translateX(18px)}#mapSearchList .ms_list_head .ms_list_switch_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#40a533;box-shadow:0 0 1px #40a533;-webkit-transition:.4s;transition:.4s;border-radius:34px}#mapSearchList .ms_list_head .ms_list_switch_slider::before{position:absolute;content:"";height:15px;border-radius:50%;width:15px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}#mapSearchList .ms_list_container,.ms_filter_container{overflow-y:auto;height:640px;padding:0}#mapSearchList .ms_list_container .ms_list_item{margin:1em}#mapSearchList .ms_filter_container{padding:15px 30px 30px 30px;height:580px}}html.lt-ie9 .ms_list_head{border-bottom:1px solid #e1e1e1}html.lt-ie9 #mapSearchBar,html.lt-ie9 #ms_copy_link_bar{position:absolute;width:33%;margin:0;left:2em;top:2em;box-shadow:2px 1px 6px 0 rgba(0,0,0,.4);padding:0}html.lt-ie9 #mapSearchBar input,html.lt-ie9 #ms_copy_link_bar input{border:none}html.lt-ie9 #mapSearchBar .velux-icon,html.lt-ie9 #ms_copy_link_bar .velux-icon{right:15px}html.lt-ie9 #mapSearchBar:after,html.lt-ie9 #ms_copy_link_bar:after{right:.8em}html.lt-ie9 #mapSearch{height:845px}html.lt-ie9 #mapSearch .gm-bundled-control-on-bottom{display:block;bottom:120px!important;right:47px!important}html.lt-ie9 #mapSearch.ms_listed{margin-left:40%}html.lt-ie9 #mapSearchLegends{position:absolute;right:2em;top:2em;max-width:200px;background:#fff;box-shadow:2px 1px 6px 0 rgba(0,0,0,.4);padding:0}html.lt-ie9 #mapSearchLegends .mapSearchLegend{width:100%;float:none;margin:auto auto .2em .2em}html.lt-ie9 #mapSearchLegends .mapSearchLegend:first-child{margin-top:.2em}html.lt-ie9 #mapSearchLegends .mapSearchLegend i{left:.8em}html.lt-ie9 #mapSearchLocation{padding:.5em 1em;right:5em;bottom:2em;top:auto}html.lt-ie9 #mapSearchLocation i{display:inline-block;margin:0 0 0 1em;vertical-align:text-top}html.lt-ie9 #mapSearchLocation span{display:inline}html.lt-ie9 .ms_infobox{width:350px;font-size:.9375em;line-height:1.46666667em}html.lt-ie9 .ms_infobox .ms_info a,html.lt-ie9 .ms_infobox .ms_info b{display:block}html.lt-ie9 .ms_infobox .ms_info i{cursor:pointer}html.lt-ie9 .ms_infobuttons{padding-left:1em}html.lt-ie9 .ms_infobuttons.ms_info_cta{display:table;max-width:49%}html.lt-ie9 .ms_infobuttons a.ms-phone{display:none}html.lt-ie9 #mapSearchList.ms_listed{box-sizing:border-box;position:absolute;left:0;top:0;width:40%;height:100%;background:#fff;z-index:1;border:1px solid #f0f0f0}html.lt-ie9 #mapSearchList.ms_listed .ms_view_options{display:none}html.lt-ie9 #mapSearchList.ms_listed #mapSearchBar{width:80%}html.lt-ie9 #mapSearchList .ms_view_options{display:none}html.lt-ie9 #mapSearchList #ms_copy_link_bar.active{display:block}html.lt-ie9 #mapSearchList #ms_copy_link_bar.active input{background-color:rgba(0,0,0,.2)}html.lt-ie9 #mapSearchList.ms_list_swtich_hidden .ms_list_container{height:690px!important}html.lt-ie9 #mapSearchList.ms_list_swtich_hidden .ms_filter_container{height:630px!important}html.lt-ie9 #mapSearchList .ms_selectMultiList.is-disabled{opacity:.5;pointer-events:none}html.lt-ie9 #mapSearchList .ms_selectMultiList_label{display:block;padding:.5em;border:1px solid #e1e1e1;position:relative}html.lt-ie9 #mapSearchList .ms_selectMultiList_label.is-active+.ms_selectMultiList_values{display:block;padding:1rem 1rem;white-space:nowrap;position:relative;border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}html.lt-ie9 #mapSearchList .ms_selectMultiList_label.is-active+.ms_selectMultiList_values>label{display:block}html.lt-ie9 #mapSearchList .ms_selectMultiList_label.is-active+.ms_selectMultiList_values>label input{margin-right:.5rem}html.lt-ie9 #mapSearchList .ms_selectMultiList_label::after{position:absolute;content:"";right:.5rem;top:50%;border:1px solid #000;border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:translateY(-50%) rotate(45deg)}html.lt-ie9 #mapSearchList .ms_selectMultiList_values{display:none}html.lt-ie9 #mapSearchList .ms_list_head{padding:6.5em 2em 1em;max-height:90px}html.lt-ie9 #mapSearchList .ms_list_head>div{display:inline-block;width:49%;vertical-align:middle}html.lt-ie9 #mapSearchList .ms_list_head .ms_list_results{margin:0}html.lt-ie9 #mapSearchList .ms_list_head .ms_list_filter{text-align:right}html.lt-ie9 #mapSearchList .ms_list_head .ms_list_filter a{display:inline-block;margin-bottom:0}html.lt-ie9 #mapSearchList .ms_list_head .ms_list_switch_wrapper{width:100%}html.lt-ie9 #mapSearchList .ms_list_head .ms_list_switch_wrapper_header{display:block;font-size:1em;margin-bottom:5px}html.lt-ie9 #mapSearchList .ms_list_head .ms_list_switch_wrapper_label{display:inline-block;font-size:1em;vertical-align:middle}html.lt-ie9 #mapSearchList .ms_list_head .ms_list_switch{position:relative;display:inline-block;width:40px;height:22px;vertical-align:middle;margin:0 5px}html.lt-ie9 #mapSearchList .ms_list_head .ms_list_switch input{opacity:0;width:0;height:0}html.lt-ie9 #mapSearchList .ms_list_head .ms_list_switch input:checked+.ms_list_switch_slider:before{-webkit-transform:translateX(18px);-ms-transform:translateX(18px);transform:translateX(18px)}html.lt-ie9 #mapSearchList .ms_list_head .ms_list_switch_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#40a533;box-shadow:0 0 1px #40a533;-webkit-transition:.4s;transition:.4s;border-radius:34px}html.lt-ie9 #mapSearchList .ms_list_head .ms_list_switch_slider::before{position:absolute;content:"";height:15px;border-radius:50%;width:15px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}html.lt-ie9 #mapSearchList .ms_list_container{overflow-y:auto;height:640px;padding:0}html.lt-ie9 #mapSearchList .ms_list_container .ms_list_item{margin:1em}html.lt-ie9 #mapSearchList .ms_filter_container{padding:15px 30px 30px 30px;height:580px}@media screen and (min-width:960px){#mapSearchBar,#ms_copy_link_bar{width:405px}#mapSearch.ms_listed{margin-left:470px}.ms_infobox{width:400px}#mapSearchList.ms_listed{width:470px}}html.lt-ie9 #mapSearchBar,html.lt-ie9 #ms_copy_link_bar{width:405px}html.lt-ie9 #mapSearch.ms_listed{margin-left:470px}html.lt-ie9 .ms_infobox{width:400px}html.lt-ie9 #mapSearchList.ms_listed{width:470px}#mapSearchLoad{position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(255,255,255,.8);z-index:3}#mapSearchLoad::before{position:absolute;top:calc(50% - 2em);left:calc(50% - 2em);content:"";display:block;background:url(../../images/icon-loading.gif) #333 no-repeat center;width:4em;height:4em;border-radius:50%}#mapSearchLoad.fadeout{width:0;opacity:0;transition:width 10ms ease-out 2s,opacity 1s ease-out 1s}@media screen and (max-width:767px){#mapSearchContainer{display:flex;flex-direction:column}#mapSearchContainer.ms_view_map #mapSearchList .ms_list_container{display:none}#mapSearchContainer.ms_view_map .ms_view_options_map svg{color:#476996;font-size:32px}#mapSearchContainer.ms_view_list #mapSearch.ms_listed,#mapSearchContainer.ms_view_list #mapSearchLegends,#mapSearchContainer.ms_view_list .ms_list_item_map_view{display:none}#mapSearchContainer.ms_view_list .ms_view_options_list svg{color:#476996;font-size:32px}#mapSearchBar{order:1}#mapSearch{order:3}.ms_list_item_map_view{order:5;display:block}#mapSearchLegends{order:4}#mapSearchList.ms-show-filter{order:2}.ms_list_filter,.ms_list_results{display:inline-flex}.ms_list_filter{float:right}.ms_copy_link{display:none}#mapSearchLocation{display:none}}section.mosaic-gallery-spot .grid-item-img-replacement{display:none}section.mosaic-gallery-spot .grid-container{margin:0 auto;position:relative}section.mosaic-gallery-spot .grid-item{background-color:#fff;border:solid 1px #e4e4e4;cursor:pointer;overflow:hidden;position:absolute;bottom:auto;left:auto;right:auto;top:auto}section.mosaic-gallery-spot .grid-item .grid-item-img-replacement{position:absolute;bottom:auto;left:auto;right:auto;top:auto}section.mosaic-gallery-spot .grid-item-media{position:relative;height:100%;width:100%}section.mosaic-gallery-spot .grid-item-media .grid-default-image{position:absolute;top:0;left:0}section.mosaic-gallery-spot.grid-layout-1 .grid-container{height:380px;width:940px}section.mosaic-gallery-spot.grid-layout-1 .grid-item-0{top:0;left:0;height:380px;width:220px}section.mosaic-gallery-spot.grid-layout-1 .grid-item-1{top:0;right:0;height:180px;width:700px}section.mosaic-gallery-spot.grid-layout-1 .grid-item-1 .grid-item-img-replacement{top:0;right:0}section.mosaic-gallery-spot.grid-layout-1 .grid-item-2{bottom:0;height:180px;left:240px;width:220px}section.mosaic-gallery-spot.grid-layout-1 .grid-item-2 .grid-item-img-replacement{bottom:0;left:-242px}section.mosaic-gallery-spot.grid-layout-1 .grid-item-3{bottom:0;right:0;height:180px;width:460px}section.mosaic-gallery-spot.grid-layout-1 .grid-item-3 .grid-item-img-replacement{bottom:0;right:0}@media screen and (max-width:960px){section.mosaic-gallery-spot.grid-layout-1 .grid-item-img-replacement{max-width:724px}section.mosaic-gallery-spot.grid-layout-1 .grid-container{height:290px;width:724px}section.mosaic-gallery-spot.grid-layout-1 .grid-item-0{height:290px;width:166px}section.mosaic-gallery-spot.grid-layout-1 .grid-item-1{height:138px;width:538px}section.mosaic-gallery-spot.grid-layout-1 .grid-item-2{height:132px;left:186px;width:166px}section.mosaic-gallery-spot.grid-layout-1 .grid-item-2 .grid-item-img-replacement{left:-186px}section.mosaic-gallery-spot.grid-layout-1 .grid-item-3{height:132px;width:352px}}section.mosaic-gallery-spot.grid-layout-2 .grid-container{height:540px;width:940px}section.mosaic-gallery-spot.grid-layout-2 .grid-item-0{top:0;left:0;height:540px;width:220px}section.mosaic-gallery-spot.grid-layout-2 .grid-item-1{top:0;right:0;height:180px;width:700px}section.mosaic-gallery-spot.grid-layout-2 .grid-item-1 .grid-item-img-replacement{top:0;right:0}section.mosaic-gallery-spot.grid-layout-2 .grid-item-2{bottom:0;height:340px;left:240px;width:220px}section.mosaic-gallery-spot.grid-layout-2 .grid-item-2 .grid-item-img-replacement{bottom:0;left:-242px;right:auto}section.mosaic-gallery-spot.grid-layout-2 .grid-item-3{bottom:0;right:0;height:340px;width:460px}section.mosaic-gallery-spot.grid-layout-2 .grid-item-3 .grid-item-img-replacement{bottom:0;right:0}@media screen and (max-width:960px){section.mosaic-gallery-spot.grid-layout-2 .grid-item-img-replacement{max-width:724px}section.mosaic-gallery-spot.grid-layout-2 .grid-container{height:414px;width:724px}section.mosaic-gallery-spot.grid-layout-2 .grid-item-0{height:414px;width:166px}section.mosaic-gallery-spot.grid-layout-2 .grid-item-1{height:138px;width:538px}section.mosaic-gallery-spot.grid-layout-2 .grid-item-2{left:186px;height:256px;width:166px}section.mosaic-gallery-spot.grid-layout-2 .grid-item-2 .grid-item-img-replacement{left:-186px}section.mosaic-gallery-spot.grid-layout-2 .grid-item-3{height:256px;width:352px}}section.mosaic-gallery-spot.grid-layout-3 .grid-container{height:700px;width:940px}section.mosaic-gallery-spot.grid-layout-3 .grid-item-0{top:0;left:0;height:460px;width:220px}section.mosaic-gallery-spot.grid-layout-3 .grid-item-1{top:0;right:0;height:220px;width:700px}section.mosaic-gallery-spot.grid-layout-3 .grid-item-1 .grid-item-img-replacement{top:0;right:0}section.mosaic-gallery-spot.grid-layout-3 .grid-item-2{bottom:0;left:0;height:220px;width:220px}section.mosaic-gallery-spot.grid-layout-3 .grid-item-2 .grid-item-img-replacement{bottom:0;left:0}section.mosaic-gallery-spot.grid-layout-3 .grid-item-3{height:460px;left:240px;bottom:0;width:460px}section.mosaic-gallery-spot.grid-layout-3 .grid-item-3 .grid-item-img-replacement{bottom:0;left:-242px}section.mosaic-gallery-spot.grid-layout-3 .grid-item-4{bottom:0;right:0;height:460px;width:220px}section.mosaic-gallery-spot.grid-layout-3 .grid-item-4 .grid-item-img-replacement{bottom:0;right:0}@media screen and (max-width:960px){section.mosaic-gallery-spot.grid-layout-3 .grid-item-img-replacement{max-width:724px}section.mosaic-gallery-spot.grid-layout-3 .grid-container{height:540px;width:724px}section.mosaic-gallery-spot.grid-layout-3 .grid-item-0{height:352px;width:166px}section.mosaic-gallery-spot.grid-layout-3 .grid-item-1{height:166px;width:538px}section.mosaic-gallery-spot.grid-layout-3 .grid-item-2{height:166px;width:166px}section.mosaic-gallery-spot.grid-layout-3 .grid-item-3{height:352px;left:186px;width:352px}section.mosaic-gallery-spot.grid-layout-3 .grid-item-3 .grid-item-img-replacement{left:-186px}section.mosaic-gallery-spot.grid-layout-3 .grid-item-4{height:352px;width:166px}}.news-feed{width:100%;height:570px;padding:60px 0 30px 0;margin:0;overflow:hidden;background:#f0f0f0}.news-feed h3{font-size:1.2em}.news-feed .image-wrapper img{width:100%}.news-feed .image-wrapper{min-height:33px}.news-feed .news-feed-container{height:inherit}.news-feed .newsfeed_spot{float:left;display:block;height:inherit}.news-feed .newsfeed_spot .internal-block h3{padding-top:4px}.news-feed .newsfeed_spot .twitter-block{background:#fff}.news-feed .newsfeed_spot .twitter-block .article-wrapper{margin:10px 20px}.news-feed .newsfeed_spot .twitter-block .logo-twitter{font-weight:700}.news-feed .newsfeed_spot .twitter-block .logo-twitter:before{content:" ";display:block;width:30px;height:30px;margin-right:3px;margin-top:-3px;float:left;background:url(images/icon-social-twitter-default.png?key=2020040102) no-repeat;background-size:30px 30px}.news-feed .newsfeed_spot .twitter-block h3{-ms-word-break:break-word;word-break:break-word;margin-top:10px!important;line-height:1.3em}.news-feed .newsfeed_spot .twitter-block h3 a{color:#e00;text-decoration:none}.news-feed .newsfeed_spot .twitter-block .info{color:#717171;font-size:.8em}.news-feed .newsfeed_spot .twitter-block .info a{text-decoration:none;color:#717171}.news-feed .newsfeed_spot .feed-block{cursor:pointer}.news-feed .newsfeed_spot .feed-block img{height:169px;width:300px;opacity:.8;-moz-transition:opacity 1s;-o-transition:opacity 1s;-webkit-transition:opacity 1s;transition:opacity 1s}.news-feed .newsfeed_spot .feed-block a:hover{color:#333}.news-feed .newsfeed_spot .feed-block .article-feed .itemTag{color:#fff;background:#e00;position:relative;margin:0;display:inline-block}.news-feed .newsfeed_spot .feed-block .article-feed h3{margin-top:9px!important}.news-feed .newsfeed_spot .feed-block:hover img{opacity:1}.news-feed .newsfeed_spot .grid_4{width:300px!important;margin-bottom:20px;margin-left:10px;margin-right:10px;height:215px}.news-feed .newsfeed_spot .grid_4 .date{color:#7d7d7d}.news-feed .newsfeed_spot .highlight{width:470px;height:inherit;margin:0 10px 20px 10px;float:left}.news-feed .newsfeed_spot .highlight img{width:100%!important;height:inherit!important}.news-feed .itemTag{display:block;background:#a9cae5;padding:3px 12px;margin-top:-34px;position:absolute;cursor:pointer}.news-feed .slider-nav{width:40px;height:40px;top:50%;position:absolute;background-repeat:no-repeat;background-color:#e00;margin-top:-20px;cursor:pointer;z-index:3;background-position:12px 12px}.news-feed .slider-nav.left{background-image:url(images/icon-chevron-left-white.png?key=2020040102);left:0;border-right:1px solid #f0f0f0}.news-feed .slider-nav.left:hover{background-color:#fff;background-image:url(images/icon-chevron-left-red.png?key=2020040102)}.news-feed .slider-nav.right{background-image:url(images/icon-chevron-right-white.png?key=2020040102);right:0;border-left:1px solid #f0f0f0}.news-feed .slider-nav.right:hover{background-color:#fff;background-image:url(images/icon-chevron-right-red.png?key=2020040102)}.news-feed-container{display:block}.news-feed:before{background:url(images/bg_news_feed_left.png?key=2020040102);bottom:0;content:"";display:block;left:0;position:absolute;top:0;width:80px;z-index:1;visibility:visible;height:100%}.news-feed:after{background:url(images/bg_news_feed_right.png?key=2020040102);bottom:0;content:"";display:block;right:0;position:absolute;top:0;width:80px;z-index:1;visibility:visible;height:100%}@media screen and (max-width:768px){.news-feed .itemTag{margin-top:-31px}}@media screen and (min-width:768px) and (max-width:960px){.news-feed .itemTag{margin-top:-32px}}html.lt-ie9 .news-feed .itemTag{margin-top:-32px}@media screen and (max-width:768px){section.premium-search-results-spot .search-result .grid_6{display:none}section.premium-search-results-spot .search-result .grid_4{display:none}}@media screen and (min-width:769px){section.premium-search-results-spot .search-result div[data-emptyImage=True]{display:none}}html.lt-ie9 section.premium-search-results-spot .search-result div[data-emptyImage=True]{display:none}section.premium-search-results-spot{padding-bottom:0}section.premium-search-results-spot .results-header{float:left}section.premium-search-results-spot .result-results{float:left;padding-top:1.5em;padding-left:1em;font-style:italic}section.premium-search-results-spot .search-result{box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;margin-bottom:1.5em;padding:0 0 1.5em}section.premium-search-results-spot .search-result .grid_6{margin:0}section.premium-search-results-spot .search-result .grid_12{margin:0}section.premium-search-results-spot .search-result.search-tip{background-color:#a9cae5;float:right;padding:1em;color:#fff}section.premium-search-results-spot .search-result.search-tip p{margin:0}section.premium-search-results-spot .search-result .result-image{text-align:center}section.premium-search-results-spot .search-result .result-image img{height:170px}section.premium-search-results-spot .search-result .result-info .result-info-title{font-size:1.66666667em;line-height:1.86666667em;padding:0 0 .25em}section.premium-search-results-spot .search-result .result-info .result-info-button a{display:block;word-break:break-all;font-size:.93333333em}section.quick-search-spot{float:right;width:15px;height:40px;padding:20px 20px 20px 40px;margin-right:20px;cursor:pointer}section.quick-search-spot .search-box{background-image:url(images/header-bottom-bg.png?key=2020040102);background-repeat:repeat-x;background-position:0 0;background-color:#f0f0f0;position:absolute;width:100%;left:-170px;top:80px;padding:20px 170px;display:table;cursor:default}section.quick-search-spot .search-box:before{content:'';background-image:url(images/search-bottom-bg.png?key=2020040102);background-repeat:repeat-x;display:block;position:absolute;width:100%;height:381px;bottom:-381px;left:0}section.quick-search-spot .search-box .search-field{position:relative;display:table-cell;padding:0;width:100%;border-right:20px solid #f0f0f0}section.quick-search-spot .search-box .search-field input{background-color:#fff;height:40px;padding:0 42px 0 15px;border:0;width:100%}section.quick-search-spot .search-box .search-field .icon-cross{background-position:-76px -387px;width:12px;height:12px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;position:absolute;top:50%;margin-top:-6px;right:15px;cursor:pointer}section.quick-search-spot .search-box .button{display:table-cell;float:none;white-space:nowrap}section.quick-search-spot .search-box .button a{padding:.55em .75em}section.quick-search-spot .search-box .button .icon-search-white{background-position:-159px -1126px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}section.quick-search-spot .search-box .button:hover{background-color:#c4c4c4}section.quick-search-spot .search-box .button:hover .icon-search-white{background-position:-159px -1061px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}section.quick-search-spot i.icon-search{background-position:-159px -1191px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;position:absolute;top:50%;margin-top:-7px;cursor:pointer}section.quick-search-spot :hover i.icon-search{background-position:-159px -1061px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}section.quick-search-spot .search-results{background-color:#f0f0f0;position:absolute;left:-170px;top:160px;cursor:default;margin:0;padding:.5em 160px 1.5em}section.quick-search-spot .search-results .showing-search-result{font-size:1.2em;padding:0 0 .5em;margin-bottom:1.5em;border-bottom:2px solid #d7d7d7}section.quick-search-spot .search-results .search-result{box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;margin-bottom:1.5em;padding:0 0 1.5em;border-bottom:1px solid #d7d7d7}section.quick-search-spot .search-results .search-result.search-tip{background-color:#a9cae5;float:right;padding:1em;color:#fff}section.quick-search-spot .search-results .search-result.search-tip p{margin:0}section.quick-search-spot .search-results .search-result .result-info .result-info-title{font-size:1.06666667em;padding:0 0 .25em}section.quick-search-spot .search-results .search-result .result-info .result-info-button a{display:block;word-break:break-all;font-size:.93333333em}section.quick-search-spot .search-results .search-results-shadow{background-image:url(images/search-bottom-bg.png?key=2020040102);background-repeat:repeat-x;display:block;position:absolute;width:100%;height:381px;bottom:-381px;left:0}.block-quote{text-align:center}.block-quote blockquote p{color:#e00;font-size:2em;line-height:1.35em;text-align:center;text-indent:0;margin-bottom:10px;display:block}.block-quote blockquote p:before{content:"“";font-size:2.75em;text-align:left;display:inline-block;height:10px;margin:-15px -5px 0 0;vertical-align:middle}.block-quote footer{color:#7d7d7d;font-size:1em;border-top:none}.block-quote footer cite{font-style:normal}section.regular-search-results-spot{padding-top:0}section.regular-search-results-spot .results-header{padding-top:1em}section.regular-search-results-spot .search-result{box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;margin-bottom:1.5em;padding:0 0 1.5em;border-bottom:1px solid #d3d3d3}section.regular-search-results-spot .search-result.search-tip{background-color:#a9cae5;float:right;padding:1em;color:#fff}section.regular-search-results-spot .search-result.search-tip p{margin:0}section.regular-search-results-spot .search-result .result-info .result-info-title{font-size:1.66666667em;line-height:1.86666667em;padding:0 0 0}section.regular-search-results-spot .search-result .result-info .result-info-desc p{white-space:normal;overflow:hidden;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis}section.regular-search-results-spot .search-result .result-info .result-info-button a{display:block;word-break:break-all;font-size:.93333333em}section.regular-search-results-spot .result-results{float:left;margin-top:.7em;font-style:italic}section.search-result-box{padding-top:0;padding-bottom:1.2em}section.search-result-box .background{min-height:80px;padding-top:1.133em;background-color:#e9e9e9}section.search-result-box .single-filter{float:left;margin-top:10px;margin-right:20px}section.search-result-box .search-field{position:relative;display:table-cell;padding:0;width:100%;border-right:20px solid #e9e9e9}section.search-result-box .search-field input{background-color:#fff;height:40px;padding:0 42px 0 15px;border:0;width:100%}section.search-result-box .search-field .icon-cross{background-position:-76px -387px;width:12px;height:12px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;position:absolute;top:50%;margin-top:-6px;right:15px;cursor:pointer}section.search-result-box .button{display:table-cell;float:none;white-space:nowrap}section.search-result-box .button:hover{background-color:#c4c4c4}section.search-result-box .button:hover .icon-search-white{background-position:-159px -1061px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}section.search-box{padding-bottom:.2em;min-height:110px;padding-top:2.133em}section.search-box .single-filter{float:left;margin-top:10px;margin-right:20px}section.search-box .search-field{position:relative;display:table-cell;padding:0;width:100%;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;border-color:#e9e9e9}section.search-box .search-field input{background-color:#fff;height:20px;padding:0 42px 0 15px;border:0;width:100%}section.search-box .search-field .icon-cross{background-position:-76px -387px;width:12px;height:12px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block;position:absolute;top:50%;margin-top:-6px;right:15px;cursor:pointer}section.search-box .button{display:table-cell;float:none;white-space:nowrap}section.search-box .button:hover{background-color:#c4c4c4}section.search-box .button:hover .icon-search-white{background-position:-159px -1061px;width:15px;height:15px;background-image:url(images/velux-sprite.png?key=2020040102);background-repeat:no-repeat;display:inline-block}section.selector-spot{cursor:pointer;display:inline-block;position:relative}section.selector-spot:after{background:url(images/icon-chevron-small-down.png?key=2020040102) no-repeat right #f0f0f0;content:"";top:0;right:0;bottom:0;padding-right:1.8em;position:absolute;pointer-events:none}section.selector-spot select{background:0 0;border:0;color:inherit;cursor:pointer;display:inline-block;min-width:64px}section.selector-spot select:focus{outline:0}@media screen and (max-width:767px){.tabComponent{width:100%!important}.tabComponent .tabComponentLi:first-of-type .tabComponentTitle{border-top:1px solid #dfdfdf}.tabComponent .tabComponentContent{max-height:none!important;padding:15px!important}.tabComponent .tabComponentContent:first-child{display:block!important}.tabComponent .tabComponentContent article{margin-left:0!important}.tabComponent .opened .tabComponentContent{border-left:1px solid #dfdfdf;border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf}.tabComponent .tabComponentTitle{background-position:right 12px center!important;text-align:left!important;padding:1em 2em 1em 1.5em!important;border-radius:0!important;box-shadow:none!important;border-left:1px solid #dfdfdf;border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf}}@media screen and (min-width:768px){.tabComponent{width:100%!important}.tabComponentFixedHeight{overflow-y:auto}.tabComponent .tabComponentTitle{display:inline;background-color:#dfdfdf!important;border-radius:0!important;padding:1.05em 1em 1.05em 1em!important;margin-right:2px;background-image:none!important;box-shadow:none!important;border:1px solid #dfdfdf}.tabComponent .opened .tabComponentTitle{background-color:#fff!important;border-radius:0!important}.tabComponent .opened .tabComponentTitle:after{content:'';position:absolute;background-color:#fff!important;width:100%!important;height:10%!important;left:0;top:96%}.tabComponent .tabComponentLi{display:inline}.tabComponent .tabComponentContent{float:left;margin-top:12px;border:1px solid #e9e9e9;padding:40px!important;width:660px}.tabComponent .tabComponentClearfix{clear:both}.tabComponent .container_12{width:660px}.tabComponent .container_12 .grid_12{width:660px}.tabComponent .container_12 .grid_11{width:585px}.tabComponent .container_12 .grid_10{width:530px}.tabComponent .container_12 .grid_9{width:475px}.tabComponent .container_12 .grid_8{width:420px}.tabComponent .container_12 .grid_7{width:365px}.tabComponent .container_12 .grid_6{width:310px}.tabComponent .container_12 .grid_5{width:255px}.tabComponent .container_12 .grid_4{width:200px}.tabComponent .container_12 .grid_3{width:145px}.tabComponent .container_12 .grid_2{width:90px}.tabComponent .container_12 .grid_1{width:35px}.tabComponent .container_12 .prefix_8{padding-left:440px}.tabComponent .container_12 .prefix_7{padding-left:385px}.tabComponent .container_12 .prefix_6{padding-left:330px}.tabComponent .container_12 .prefix_5{padding-left:275px}.tabComponent .container_12 .prefix_4{padding-left:220px}.tabComponent .container_12 .prefix_3{padding-left:165px}.tabComponent .container_12 .prefix_2{padding-left:110px}.tabComponent .container_12 .prefix_1{padding-left:55px}}html.lt-ie9 .tabComponent{width:100%!important}html.lt-ie9 .tabComponentFixedHeight{overflow-y:auto}html.lt-ie9 .tabComponent .tabComponentTitle{display:inline;background-color:#dfdfdf!important;border-radius:0!important;padding:1.05em 1em 1.05em 1em!important;margin-right:2px;background-image:none!important;box-shadow:none!important;border:1px solid #dfdfdf}html.lt-ie9 .tabComponent .opened .tabComponentTitle{background-color:#fff!important;border-radius:0!important}html.lt-ie9 .tabComponent .opened .tabComponentTitle:after{content:'';position:absolute;background-color:#fff!important;width:100%!important;height:10%!important;left:0;top:96%}html.lt-ie9 .tabComponent .tabComponentLi{display:inline}html.lt-ie9 .tabComponent .tabComponentContent{float:left;margin-top:12px;border:1px solid #e9e9e9;padding:40px!important;width:660px}html.lt-ie9 .tabComponent .tabComponentClearfix{clear:both}html.lt-ie9 .tabComponent .container_12{width:660px}html.lt-ie9 .tabComponent .container_12 .grid_12{width:660px}html.lt-ie9 .tabComponent .container_12 .grid_11{width:585px}html.lt-ie9 .tabComponent .container_12 .grid_10{width:530px}html.lt-ie9 .tabComponent .container_12 .grid_9{width:475px}html.lt-ie9 .tabComponent .container_12 .grid_8{width:420px}html.lt-ie9 .tabComponent .container_12 .grid_7{width:365px}html.lt-ie9 .tabComponent .container_12 .grid_6{width:310px}html.lt-ie9 .tabComponent .container_12 .grid_5{width:255px}html.lt-ie9 .tabComponent .container_12 .grid_4{width:200px}html.lt-ie9 .tabComponent .container_12 .grid_3{width:145px}html.lt-ie9 .tabComponent .container_12 .grid_2{width:90px}html.lt-ie9 .tabComponent .container_12 .grid_1{width:35px}html.lt-ie9 .tabComponent .container_12 .prefix_8{padding-left:440px}html.lt-ie9 .tabComponent .container_12 .prefix_7{padding-left:385px}html.lt-ie9 .tabComponent .container_12 .prefix_6{padding-left:330px}html.lt-ie9 .tabComponent .container_12 .prefix_5{padding-left:275px}html.lt-ie9 .tabComponent .container_12 .prefix_4{padding-left:220px}html.lt-ie9 .tabComponent .container_12 .prefix_3{padding-left:165px}html.lt-ie9 .tabComponent .container_12 .prefix_2{padding-left:110px}html.lt-ie9 .tabComponent .container_12 .prefix_1{padding-left:55px}@media screen and (min-width:960px){.tabComponent{width:100%!important}.tabComponentFixedHeight{overflow-y:auto}.tabComponent .tabComponentTitle{display:inline;background-color:#dfdfdf!important;border-radius:0!important;padding:1.05em 2.5em 1.05em 2.5em!important;margin-right:5px;background-image:none!important;box-shadow:none!important;border:1px solid #dfdfdf}.tabComponent .opened .tabComponentTitle{background-color:#fff!important;border-radius:0!important}.tabComponent .opened .tabComponentTitle:after{content:'';position:absolute;background-color:#fff!important;width:100%!important;height:10%!important;left:0;top:96%}.tabComponent .tabComponentLi{display:inline}.tabComponent .tabComponentContent{float:left;margin-top:14px;border:1px solid #e9e9e9;padding:40px!important;width:860px}.tabComponent .tabComponentClearfix{clear:both}.tabComponent .container_12{width:860px}.tabComponent .container_12 .grid_12{width:860px}.tabComponent .container_12 .grid_11{width:761px}.tabComponent .container_12 .grid_10{width:690px}.tabComponent .container_12 .grid_9{width:619px}.tabComponent .container_12 .grid_8{width:548px}.tabComponent .container_12 .grid_7{width:477px}.tabComponent .container_12 .grid_6{width:410px}.tabComponent .container_12 .grid_5{width:335px}.tabComponent .container_12 .grid_4{width:266px}.tabComponent .container_12 .grid_3{width:195px}.tabComponent .container_12 .grid_2{width:122px}.tabComponent .container_12 .grid_1{width:51px}.tabComponent .container_12 .prefix_8{padding-left:576px}.tabComponent .container_12 .prefix_7{padding-left:504px}.tabComponent .container_12 .prefix_6{padding-left:432px}.tabComponent .container_12 .prefix_5{padding-left:360px}.tabComponent .container_12 .prefix_4{padding-left:288px}.tabComponent .container_12 .prefix_3{padding-left:216px}.tabComponent .container_12 .prefix_2{padding-left:144px}.tabComponent .container_12 .prefix_1{padding-left:72px}}html.lt-ie9 .tabComponent{width:100%!important}html.lt-ie9 .tabComponentFixedHeight{overflow-y:auto}html.lt-ie9 .tabComponent .tabComponentTitle{display:inline;background-color:#dfdfdf!important;border-radius:0!important;padding:1.05em 2.5em 1.05em 2.5em!important;margin-right:5px;background-image:none!important;box-shadow:none!important;border:1px solid #dfdfdf}html.lt-ie9 .tabComponent .opened .tabComponentTitle{background-color:#fff!important;border-radius:0!important}html.lt-ie9 .tabComponent .opened .tabComponentTitle:after{content:'';position:absolute;background-color:#fff!important;width:100%!important;height:10%!important;left:0;top:96%}html.lt-ie9 .tabComponent .tabComponentLi{display:inline}html.lt-ie9 .tabComponent .tabComponentContent{float:left;margin-top:14px;border:1px solid #e9e9e9;padding:40px!important;width:860px}html.lt-ie9 .tabComponent .tabComponentClearfix{clear:both}html.lt-ie9 .tabComponent .container_12{width:860px}html.lt-ie9 .tabComponent .container_12 .grid_12{width:860px}html.lt-ie9 .tabComponent .container_12 .grid_11{width:761px}html.lt-ie9 .tabComponent .container_12 .grid_10{width:690px}html.lt-ie9 .tabComponent .container_12 .grid_9{width:619px}html.lt-ie9 .tabComponent .container_12 .grid_8{width:548px}html.lt-ie9 .tabComponent .container_12 .grid_7{width:477px}html.lt-ie9 .tabComponent .container_12 .grid_6{width:410px}html.lt-ie9 .tabComponent .container_12 .grid_5{width:335px}html.lt-ie9 .tabComponent .container_12 .grid_4{width:266px}html.lt-ie9 .tabComponent .container_12 .grid_3{width:195px}html.lt-ie9 .tabComponent .container_12 .grid_2{width:122px}html.lt-ie9 .tabComponent .container_12 .grid_1{width:51px}html.lt-ie9 .tabComponent .container_12 .prefix_8{padding-left:576px}html.lt-ie9 .tabComponent .container_12 .prefix_7{padding-left:504px}html.lt-ie9 .tabComponent .container_12 .prefix_6{padding-left:432px}html.lt-ie9 .tabComponent .container_12 .prefix_5{padding-left:360px}html.lt-ie9 .tabComponent .container_12 .prefix_4{padding-left:288px}html.lt-ie9 .tabComponent .container_12 .prefix_3{padding-left:216px}html.lt-ie9 .tabComponent .container_12 .prefix_2{padding-left:144px}html.lt-ie9 .tabComponent .container_12 .prefix_1{padding-left:72px}section.texture-picker-spot{position:relative}section.texture-picker-spot .texture-options{zoom:1}section.texture-picker-spot .texture-options:after,section.texture-picker-spot .texture-options:before{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}section.texture-picker-spot .texture-options:after{clear:both}section.texture-picker-spot .texture-option{width:8%;float:left;margin:0 2% 2% 0;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;font-size:0;line-height:0}section.texture-picker-spot .texture-option img{width:100%}section.texture-picker-spot .texture-info-box{position:absolute;width:60%;height:48.5%;z-index:999;border:10px solid rgba(51,51,51,.3);margin-left:-10px}section.texture-picker-spot .texture-info-box:after{content:'';position:absolute;width:0;height:0;border:1em solid transparent;border-bottom-style:none;border-top-color:#fff;bottom:-1em;left:6%}section.texture-picker-spot .texture-info-box.info-box-bottom:after{width:0;height:0;border:1em solid transparent;border-top-style:none;border-bottom-color:#fff;bottom:auto;top:-1em}section.texture-picker-spot .texture-info-box.info-box-left:after{left:auto;right:6%}section.texture-picker-spot .texture-info-box.info-box-left .texture-info-left,section.texture-picker-spot .texture-info-box.info-box-left .texture-info-right{float:right}section.texture-picker-spot .texture-info-box.info-box-left .texture-info-left img,section.texture-picker-spot .texture-info-box.info-box-left .texture-info-right img{float:left}section.texture-picker-spot .texture-info-left,section.texture-picker-spot .texture-info-right{background-color:#fff;width:50%;height:100%;float:left;overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box}section.texture-picker-spot .texture-info-left{padding:5%;vertical-align:top}section.texture-picker-spot .texture-info-right{font-size:0;line-height:0}section.texture-picker-spot .texture-info-right img{float:right}section.texture-picker-spot .texture-info-id,section.texture-picker-spot .texture-info-title{margin-bottom:.3em}@media screen and (max-width:768px){section.texture-picker-spot .texture-option{width:16%}}.breadcrumbs{display:flex;align-content:center;justify-content:flex-start;padding-top:15px;padding-bottom:15px}@media screen and (min-width:768px){.breadcrumbs{padding-top:20px;padding-bottom:45px}}.breadcrumbs__element{position:relative;display:inline-flex;align-items:center;font-size:16px;color:#333}@media screen and (max-width:767px){.breadcrumbs__element{font-size:13px;line-height:2rem;display:none;padding:0}.breadcrumbs__element:nth-last-child(2){display:flex!important}.breadcrumbs__element:nth-last-child(2) a{-webkit-order:2;order:2}.breadcrumbs__element:nth-last-child(2) svg{-webkit-order:1;order:1;margin-left:0;margin-right:1.5rem;transform:rotate(180deg)}}.breadcrumbs__element a{color:#006bc2;text-decoration:none;font-size:13px}@media screen and (min-width:768px){.breadcrumbs__element a{font-size:16px}}.breadcrumbs__element a:hover{text-decoration:underline}.breadcrumbs__element svg{margin-left:15px}.breadcrumbs__element+.breadcrumbs__element{padding:0}@media screen and (min-width:768px){.breadcrumbs__element+.breadcrumbs__element{padding-left:20px}}
/*# sourceMappingURL=marketing.min.css.map */
