/* ==========================================================================

BaseQn Scss Struktur Ver 1.0 *//*  Vendor
=============================================================================*//*  Base
=============================================================================*//*! normalize.css v3.0.1 | MIT License | git.io/normalize *//**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 *//*  Framework
=============================================================================*//*
  Lemonade - Official Scss Port
  Created by Joe Richardson (dope)
*//*  Theme
=============================================================================*//*  Google fonts
=============================================================================*/@import 'http://fast.fonts.net/cssapi/d2a4266b-e2f0-4307-864a-1205ad0ccb3e.css';html{/* 1 */font-family:sans-serif;/* 2 */-ms-text-size-adjust:100%;/* 2 */-webkit-text-size-adjust:100%;/**
 * Remove default margin.
 */}body{margin:0;/* HTML5 display definitions
   ========================================================================== *//**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */}audio,canvas,progress,video{/* 1 */display:inline-block;/* 2 */vertical-align:baseline;/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */}audio:not([controls]){display:none;height:0;/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */}[hidden],template{display:none;/* Links
   ========================================================================== *//**
 * Remove the gray background color from active links in IE 10.
 */}a{background:transparent;/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */}a:active,a:hover{outline:0;/* Text-level semantics
   ========================================================================== *//**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */}abbr[title]{border-bottom:1px dotted;/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */}b,strong{font-weight:bold;/**
 * Address styling not present in Safari and Chrome.
 */}dfn{font-style:italic;/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */}h1{font-size:2em;margin:0.67em 0;/**
 * Address styling not present in IE 8/9.
 */}mark{background:#ff0;color:#000;/**
 * Address inconsistent and variable font size in all browsers.
 */}small{font-size:80%;/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;/* Embedded content
   ========================================================================== *//**
 * Remove border when inside `a` element in IE 8/9/10.
 */}img{border:0;/**
 * Correct overflow not hidden in IE 9/10/11.
 */}svg:not(:root){overflow:hidden;/* Grouping content
   ========================================================================== *//**
 * Address margin not present in IE 8/9 and Safari.
 */}figure{margin:1em 40px;/**
 * Address differences between Firefox and other browsers.
 */}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;/**
 * Contain overflow in all browsers.
 */}pre{overflow:auto;/**
 * Address odd `em`-unit font size rendering in all browsers.
 */}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em;/* Forms
   ========================================================================== *//**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 *//**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */}button,input,optgroup,select,textarea{/* 1 */color:inherit;/* 2 */font:inherit;/* 3 */margin:0;/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */}button{overflow:visible;/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */}button,select{text-transform:none;/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */}button,html input[type="button"],input[type="reset"],input[type="submit"]{/* 2 */-webkit-appearance:button;/* 3 */cursor:pointer;/**
 * Re-set default cursor for disabled elements.
 */}button[disabled],html input[disabled]{cursor:default;/**
 * Remove inner padding and border in Firefox 4+.
 */}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */}input{line-height:normal;/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */}input[type="checkbox"],input[type="radio"]{/* 1 */box-sizing:border-box;/* 2 */padding:0;/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */}input[type="search"]{/* 1 */-webkit-appearance:textfield;-moz-box-sizing:content-box;/* 2 */-webkit-box-sizing:content-box;box-sizing:content-box;/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;/**
 * Define consistent border, margin, and padding.
 */}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */}legend{/* 1 */border:0;/* 2 */padding:0;/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */}textarea{overflow:auto;/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */}optgroup{font-weight:bold;/* Tables
   ========================================================================== *//**
 * Remove most spacing between table cells.
 */}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}*,*:before,*:after{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.container{max-width:970px;margin:0 auto;padding:0 20px;}.row{margin-left:-20px;margin-right:-20px;}.row:after{content:"";display:table;clear:both;}[class*='col-']{float:left;/*     &:last-of-type {
        float: right;
    } */padding:0 20px;}.col-1{width:100%;}.col-2{width:50%;}.col-3{width:33.33333%;}.col-4{width:25%;}.col-5{width:20%;}.col-6{width:16.66667%;}.col-7{width:14.28571%;}.col-8{width:12.5%;}.col-9{width:11.11111%;}.col-10{width:10%;}.col-11{width:9.09091%;}.col-12{width:8.33333%;}.col-40{width:40%;}.col-66{width:66.66667%;}.col-75{width:75%;}@media (max-width:768px){.col-1{width:100%;}.col-2{width:100%;}.col-3{width:100%;}.col-4{width:100%;}.col-5{width:100%;}.col-6{width:100%;}.col-7{width:100%;}.col-8{width:100%;}.col-9{width:100%;}.col-10{width:100%;}.col-11{width:100%;}.col-12{width:100%;}.col-66,.col-75{width:100%;}}@media (min-width:768px) and (max-width:992px){/* @media (min-width: $medium) and (max-width: $large) {
    .col-2,
    .col-7 {
        width: $full;
    }

    //.col-4,
    .col-8,
    .col-10,
    .col-12 {
        width: $half;
    }
}
 */.col-4,.col-6,.col-8,.col-10,.col-12,.col-66,.col-75 .col-40{width:100% / 2;}.col-1,.col-2,.col-3,.col-5,.col-7,.col-9,.col-11{width:100%;}}.pull-right{float:right;}.pull-left{float:left;}.align-center{text-align:center;}.centered{margin:0 auto;}img{max-width:100%;height:auto;}.clearfix:before,.clearfix:after{content:" ";display:table;}.clearfix:after{clear:both;}.clearfix{*zoom:1;}.aligncenter{display:block;margin:0 auto;}.alignleft{float:left;margin:0 20px 20px 0;}.alignright{float:right;margin:0 0 20px 20px;}.wp-caption{border:1px solid #999;text-align:center;background:#eee;padding:10px;margin:10px;}.alignnone{margin:5px 20px 20px 0;}.aligncenter,div.aligncenter{display:block;margin:5px auto 5px auto;}.alignright{float:right;margin:5px 0 20px 20px;}.alignleft{float:left;margin:5px 20px 20px 0;}.aligncenter{display:block;margin:5px auto 5px auto;}a img.alignright{float:right;margin:5px 0 20px 20px;}a img.alignnone{margin:5px 20px 20px 0;}a img.alignleft{float:left;margin:5px 20px 20px 0;}a img.aligncenter{display:block;margin-left:auto;margin-right:auto;}.wp-caption{background:#fff;border:1px solid #f0f0f0;/* Image does not overflow the content area */max-width:96%;padding:5px 3px 10px;text-align:center;}.wp-caption.alignnone{margin:5px 20px 20px 0;}.wp-caption.alignleft{margin:5px 20px 20px 0;}.wp-caption.alignright{margin:5px 0 20px 20px;}.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto;}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px;/**
 * 14.2 Galleries
 */}.gallery{margin-bottom:1.6em;}.gallery-item{display:inline-block;padding:1.79104%;text-align:center;vertical-align:top;width:100%;}.gallery-columns-2 .gallery-item{max-width:50%;}.gallery-columns-3 .gallery-item{max-width:33.33%;}.gallery-columns-4 .gallery-item{max-width:25%;}.gallery-columns-5 .gallery-item{max-width:20%;}.gallery-columns-6 .gallery-item{max-width:16.66%;}.gallery-columns-7 .gallery-item{max-width:14.28%;}.gallery-columns-8 .gallery-item{max-width:12.5%;}.gallery-columns-9 .gallery-item{max-width:11.11%;}.gallery-icon img{margin:0 auto;}.gallery-caption{color:#707070;color:rgba(51, 51, 51, 0.7);display:block;font-family:"Noto Sans", sans-serif;font-size:12px;font-size:1.2rem;line-height:1.5;padding:0.5em 0;}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none;}html,body{max-width:100%;overflow-x:hidden;}.ru{font-family:'Helvetica Neue LT W10_41489168' !important;}.ru h1,.ru h2,.ru h3,.ru h4,.ru .site-header__nav ul li a{font-family:'Helvetica Neue LT W10_41489168' !important;}.ru .site-header__nav{margin-top:5px;}.ru .site-header__nav ul li a{margin-top:10px;font-size:12px;}body{background-color:#fff;color:#000;font-family:'HelveticaNeueW01-45Ligh';font-size:14px;font-weight:400;min-height:100%;line-height:1, 0em;overflow-x:hidden;}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{line-height:1.1em;margin-bottom:0.5em;margin-top:0;font-weight:normal !important;font-family:'HelveticaNeueW01-65Medi';}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-size:35%;}h1,.h1{font-size:36px;}h2,.h2{font-size:30px;}h3,.h3{font-size:24px;}h4,.h4{font-size:18px;}h5,.h5{font-size:14px;}h6,.h6{font-size:12px;}small,.small{font-size:80%;}strong{font-weight:bold;}p{margin-bottom:1em;line-height:1.5em;}em{font-style:italic;}ul,ol{margin-bottom:20px;}.loop-post h3 a{color:#000;}ul.pdf-list{margin-left:0px;list-style:none;}li.pdf{list-style-image:none !important;/*
    &:before {
        content: "\f1c1";
        color: $arlared;
        font-family: "FontAwesome";
        margin-right: 5px;
    }*/margin-left:0 !important;}a.pdf:before{content:"\f1c1";color:#ce003c;font-family:"FontAwesome";margin-right:5px;}a{color:#ce003c;text-decoration:none;}a:hover{color:#9b002d;}.site-container{margin-top:35px;}.site-container p{font-size:16px;}.site-wrapper{position:relative;-moz-transition:200ms ease all;-o-transition:200ms ease all;-webkit-transition:200ms ease all;-ms-transition:200ms ease all;transition:200ms ease all;/* TRIPLE BORDERS */left:0;z-index:2;}.search-form-wrap{background:#f8f8f8;border:1px solid #eee;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.search-form-wrap input[type=search]{border:none;background:none;padding:10px;width:70%;}.search-form-wrap button{background:none;border:none;padding-right:10px;float:right;color:#999;padding:10px;width:20%;}.site-banner{width:100%;overflow:hidden;max-height:334px;margin-top:134px;}.site-banner img{width:100%;height:auto;min-width:1920px;position:relative;left:50% !important;margin-left:-960px;display:block;}.button{border:2px solid #ce003c;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding:10px 20px;font-family:'HelveticaNeueW01-65Medi';text-decoration:none;color:#333;font-size:18px;display:inline-block;}.hide{display:none;}.show{display:block;}.site-header{padding:25px 0;width:100%;background:#fff;-moz-transition:200ms ease all;-o-transition:200ms ease all;-webkit-transition:200ms ease all;-ms-transition:200ms ease all;transition:200ms ease all;/* TRIPLE BORDERS */z-index:9999;height:134px;position:fixed;top:0;left:0;box-shadow:0px 1px 2px rgba(0, 0, 0, .2);}.site-header .logo{float:left;}.site-header .search-form-wrap{width:100%;max-width:210px;float:right;margin-bottom:18px;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;-webkit-transition:all 250ms ease-in-out;-ms-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;/* TRIPLE BORDERS */position:relative;top:0;}.site-header img{-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;-webkit-transition:all 250ms ease-in-out;-ms-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;/* TRIPLE BORDERS */height:81px;/*&.fixed {
        height: 100px;
        img {
            height: 50px;
        }
        .search-form-wrap  {
            margin-top: -100px;
            margin-bottom: 77px;
        }

    }*/}.site-header__nav{float:right;}.site-header__nav ul li{float:left;list-style:none;margin-left:18px;}.site-header__nav ul li a{font-family:'HelveticaNeueW01-67MdCn_692710';text-transform:uppercase;color:#ce003c;font-size:16px;text-decoration:none;}.site-header__nav ul li:hover a{color:#999;}.site-header__nav ul li.current_page_item a,.site-header__nav ul li.current-page-ancestor a,.site-header__nav ul li.current_page_parent a{color:black;}body.category-case-studies .site-header__nav .menu-item-82 a{color:#ce003c;}body.category-case-studies .site-header__nav .menu-item-1478 a{color:black;}body.category-case-studies-es-2 .site-header__nav .menu-item-1365 a{color:#ce003c;}body.category-case-studies-es-2 .site-header__nav .menu-item-4069 a{color:black;}body.category-case-studies-de-2 .site-header__nav .menu-item-1363 a{color:#ce003c;}body.category-case-studies-de-2 .site-header__nav .menu-item-1765 a{color:black;}body.category-case-studies-fr-2 .site-header__nav .menu-item-1362 a{color:#ce003c;}body.category-case-studies-fr-2 .site-header__nav .menu-item-1492 a{color:black;}body.category-case-studies-cs-2 .site-header__nav .menu-item-1366 a{color:#ce003c;}body.category-case-studies-cs-2 .site-header__nav .menu-item-4073 a{color:black;}body.category-case-studies-ru-2 .site-header__nav .menu-item-1434 a{color:#ce003c;}body.category-case-studies-ru-2 .site-header__nav .menu-item-4072 a{color:black;}body.category-case-studies-pl-2 .site-header__nav .menu-item-1367 a{color:#ce003c;}body.category-case-studies-pl-2 .site-header__nav .menu-item-4579 a{color:black;}.section{padding:40px 0;}#intro{text-align:center;padding:5px 0;margin-top:40px;}#intro h1{font-size:48px;}#intro p{/*padding: 0 75px;*/font-size:20px;line-height:1.4em;margin-bottom:0px;}#intro .button{margin:10px;}#news{position:relative;background:url(img/bgnews.jpg) no-repeat top right #f6f6f6;}#news:before{content:" ";width:0;height:0;border-left:30px solid transparent;border-right:30px solid transparent;border-top:30px solid #fff;position:absolute;left:50%;margin-left:-40px;top:0;}#news:after{content:" ";width:0;height:0;border-left:30px solid transparent;border-right:30px solid transparent;border-top:30px solid #f6f6f6;position:absolute;left:50%;margin-left:-40px;bottom:-30px;}#news .news-item{padding:15px;background:#fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin-bottom:15px;}#news .news-item h3{margin-bottom:10px;margin-bottom:0;}#news .news-item h3 a{color:#000;}#news .news-item .date{color:#000;font-family:'HelveticaNeueW01-65Medi';font-size:12px;display:block;margin-bottom:10px;}.sidebar-left{min-height:250px;}.sidebar-left .inner .sticky{border-right:4px solid #eee;width:200px;clear:both;min-height:250px;padding-right:10px;}.sidebar-left h3,.sidebar-left h3 a{color:black;word-break:break-word;}.sidebar-left ul{margin-left:0;list-style:none;margin-bottom:25px;}.sidebar-left ul li{margin-bottom:10px;}.sidebar-left ul li.current_page_item a,.sidebar-left ul li.current_post a,.sidebar-left ul li.current-cat a{color:#000;font-family:'HelveticaNeueW01-65Medi';}.sidebar-left ul li.current_page_item ul li a,.sidebar-left ul li.current_post ul li a,.sidebar-left ul li.current-cat ul li a{color:#000;font-family:'HelveticaNeueW01-45Ligh';}.sidebar-left ul li.cat-item-none{display:none;}.sidebar-left ul a{color:#000;}.sidebar-left ul.documents li:before{content:"\f1c1";color:#ce003c;font-family:"FontAwesome";margin-right:5px;}.bs-docs-sidenav{min-height:0 !important;}ul li ul{margin-top:10px;}ul li ul li{margin-left:30px;list-style-type:square;}.about-text{padding-left:0;}.img-box{float:right;margin-left:30px;}.page-content{margin-bottom:80px;overflow:hidden;}.page-content ul li{margin-bottom:10px;margin-left:20px;list-style-image:url(img/ul-dot.png);}#contentbox ul li{margin-bottom:10px;margin-left:15px;list-style-image:url(img/ul-dot.png);}.infobox{margin-top:50px;}.infobox img{margin-bottom:15px;}.infobox ul{margin-bottom:0;}.infobox ul li{margin-left:13px;}.infobox .inner{margin-bottom:20px;border:3px solid #eee;background:url(img/bg_infobox.jpg);padding:15px;}.about h3{padding-top:144px;margin-top:-144px;}.bs-docs-sidenav{border-right:4px solid #eee;width:200px;clear:both;min-height:250px;}ul.about-nav{margin-left:0;list-style:none;margin-bottom:25px;}ul.about-nav li{list-style-type:none;margin-bottom:10px;}ul.about-nav li.active{font-weight:bold;}ul.about-nav li.active a{color:#000;}ul.about-nav a{color:#000;font-size:14px;}.contactcard{margin-bottom:20px;overflow:hidden;}.contactcard .contactcard_pic{float:left;margin-right:10px;}.firstcontactnav li ul{display:none;}.page-menu h3 a{color:inherit;}.wp-caption-text{text-align:left;}.site-footer{background:#f0f0f0;}.site-footer .copyright{font-size:12px;float:right;}.site-footer a{color:#f59701;}.newsletter-push{border-top:1px solid #f6f6f6;background:white;width:100%;text-align:center;padding-top:60px;padding-bottom:60px;font-size:30px;}.newsletter-push a{color:#ce003c;}.site-footer--inner{padding:40px;}.contact-row{margin-bottom:50px;}hr{height:1px;border:none;width:100%;clear:both;margin:10px 0;background:#dbdbdb;}.footer-menu{list-style:none;}.footer-menu li{margin-bottom:5px;}.footer-menu li:before{content:"\f105";font-family:"FontAwesome";margin-right:5px;font-size:16px;}.footer-menu li a{color:#000;}.mobile-nav{padding-top:30px;width:280px;height:100%;position:absolute;top:-95px;bottom:0;left:-280px;background:#eee;-webkit-overflow-scrolling:touch;}.mobile-nav ul{list-style:none;margin-left:0;}.mobile-nav ul li a{display:block;padding:10px;font-size:22px;color:#f59701;font-family:'HelveticaNeueW01-65Medi';}.mobile-nav--inner{padding:15px;}.mobile-nav--inner.sticky{top:20px !important;z-index:8888;left:-280px;}.show-nav .mobile-nav--inner{left:0;}#toggle-nav{height:64px;display:block;padding:15px 15px 0;line-height:58px;position:absolute;left:5px;top:28px;}#toggle-nav .list{display:block;width:28px;}#toggle-nav .list .bar{height:4px;background:#ce003c;display:block;width:100%;margin-bottom:4px;}.show-nav.site-wrapper{left:280px;}.show-nav .site-header{left:280px;}@media screen and (max-width:768px){.alignnone,.alignleft,.alignright{float:none;width:100%;margin-left:0;margin-right:0;}.img-box{float:none;margin-left:0;}}@media screen and (max-height:892px){.sidebar-left .sticky{position:relative !important;top:0 !important;}}@media screen and (max-width:992px){.mobile-show{display:block !important;}.mobile-hide{display:none !important;}.site-banner{margin-top:95px;}.site-banner img{width:200%;margin-left:-50%;left:0 !important;min-width:0;max-width:200%;}.site-banner .site-wrapper,.site-banner .show-nav.site-wrapper{left:0;}.site-header__nav ul{display:none;}.site-header{text-align:center;height:95px;}.site-header .logo{float:none;width:120px;height:auto;margin-bottom:10px;}.site-header .search-form-wrap{max-width:100%;float:none;text-align:left;display:none !important;}.sidebar-left{min-height:100%;}.sidebar-left .sticky{position:relative !important;top:0 !important;min-height:inherit !important;}.sidebar-left .page-menu{margin-bottom:20px;}#sidebar-docs .sticky{position:relative !important;top:0 !important;}.bs-docs-sidenav{border-right:none;width:auto;clear:both;min-height:auto;}.sidebar-left .inner .sticky{border-right:none;width:auto;clear:both;min-height:auto;}.contactcard{border-bottom:1px solid #e4e4e4;padding-bottom:10px;}.contactcard .contactcard_pic{float:none;}.certbild{width:150px;}}@media screen and (min-width:992px){#toggle-nav{display:none;}}@media print{.site-header{position:relative;}.site-header__nav{display:none;}.site-banner{display:none;}.search-form-wrap{display:none;}#sidebar-docs{display:none;}.site-footer{display:none;}#toggle-nav{display:none;}.inner{display:none;}.sidebar-left{display:none;}}