@charset "UTF-8";/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-lineheight:22px}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-menu *,.mm-menu :after,.mm-menu :before{-webkit-transition-property:none;-o-transition-property:none;transition-property:none;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}:root{--mm-blocker-visibility-delay:0.4s;--mm-blocker-opacity-delay:0s}.mm-blocker{display:block;position:absolute;bottom:100%;top:0;right:0;left:0;z-index:3;opacity:0;background:var(--mm-color-background);-webkit-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;-o-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease,-webkit-transform .4s ease}.mm-blocker:focus-visible{opacity:.75}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:50px;padding:0}.mm-btn--next,[dir=rtl] .mm-btn--prev{--mm-btn-rotate:135deg}.mm-btn--prev,[dir=rtl] .mm-btn--next{--mm-btn-rotate:-45deg}.mm-btn--next:after,.mm-btn--prev:before{content:"";display:block;position:absolute;top:0;bottom:0;width:8px;height:8px;margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid var(--mm-color-icon);border-bottom:none;border-right:none;-webkit-transform:rotate(var(--mm-btn-rotate));-ms-transform:rotate(var(--mm-btn-rotate));transform:rotate(var(--mm-btn-rotate))}.mm-btn--prev:before{inset-inline-start:23px}.mm-btn--next:after{inset-inline-end:23px}.mm-btn--close:before{content:"×";font-size:150%}.mm-btnreset{padding:0;background:0 0;border:none;cursor:pointer}.mm-divider{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:-webkit-sticky;position:sticky;z-index:2;top:0;min-height:var(--mm-lineheight);padding:calc((var(--mm-listitem-size) * .65 - var(--mm-lineheight)) * .5) 20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);background-image:-webkit-gradient(linear,left top,left bottom,from(var(--mm-color-background-highlight)),to(var(--mm-color-background-highlight)));background-image:-o-linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));background-image:linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));opacity:1;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}:root{--mm-listitem-size:50px}.mm-listitem{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding:0;margin:0;color:var(--mm-color-text);border-color:var(--mm-color-border)}.mm-listitem:after{content:"";border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;inset-inline-start:20px;inset-inline-end:0;bottom:0}.mm-listitem__btn,.mm-listitem__text{padding:calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2) 0}.mm-listitem__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%;display:block;padding-left:20px;padding-right:20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-listitem__btn{display:block;position:relative;width:auto;-webkit-padding-end:50px;padding-inline-end:50px;border-color:inherit;background:rgba(3,2,1,0)}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem--selected>.mm-listitem__text{background:var(--mm-color-background-emphasis)}.mm-listitem--opened>.mm-listitem__btn,.mm-listitem--opened>.mm-panel{background:var(--mm-color-background-highlight)}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;-ms-scroll-chaining:none;overscroll-behavior:none;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-lineheight);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu ::-webkit-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-moz-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu :-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::placeholder{color:var(--mm-color-text-dimmed)}.mm-menu,.mm-menu *{-webkit-box-sizing:border-box;box-sizing:border-box}.mm-menu :focus,.mm-menu :focus-visible,.mm-menu:focus,.mm-menu:focus-visible{outline:0}.mm-menu a,.mm-menu button,.mm-menu label{color:inherit}.mm-menu a:focus,.mm-menu button:focus,.mm-menu label:focus{outline:0}.mm-menu a:focus-visible,.mm-menu button:focus-visible,.mm-menu label:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:-5px}.mm-menu input:focus,.mm-menu input:focus-visible,.mm-menu select:focus,.mm-menu select:focus-visible,.mm-menu textarea:focus,.mm-menu textarea:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:2px}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}:root{--mm-navbar-size:50px}.mm-navbar{display:-webkit-box;display:-ms-flexbox;display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:2;min-height:var(--mm-navbar-size);padding-top:env(safe-area-inset-top);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;background:var(--mm-color-background);border-bottom:1px solid var(--mm-color-border);-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 20px;overflow:hidden}.mm-navbar__title[href="#"]{pointer-events:none}.mm-navbar__title>span{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child){-webkit-padding-start:60px;padding-inline-start:60px;-webkit-padding-end:10px;padding-inline-end:10px}.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child{-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:60px;padding-inline-end:60px}.mm-panel{--mm-panel-child-offset:100%;--mm-panel-parent-offset:-30%;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;color:var(--mm-color-text);border-color:var(--mm-color-border);background:var(--mm-color-background);-webkit-transform:translate3d(var(--mm-panel-child-offset),0,0);transform:translate3d(var(--mm-panel-child-offset),0,0);-webkit-transition-property:inset-inline-start,-webkit-transform;transition-property:inset-inline-start,-webkit-transform;-o-transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start,-webkit-transform}[dir=rtl] .mm-panel{--mm-panel-child-offset:-100%;--mm-panel-parent-offset:30%}.mm-panel:after{content:"";display:block;height:var(--mm-listitem-size)}.mm-panel:focus{outline:0}.mm-panel--opened{z-index:2;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-panel--parent{-webkit-transform:translate3d(var(--mm-panel-parent-offset),0,0);transform:translate3d(var(--mm-panel-parent-offset),0,0);z-index:0}.mm-panel--highest{z-index:3}.mm-menu--opened .mm-panel--noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important}.mm-panel__content{padding:20px}.mm-panels{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;height:100%;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels:focus{outline:0}:root{--mm-toggle-size:34px}.mm-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-webkit-box-flex:calc(var(--mm-toggle-size) * 1.75);-ms-flex:calc(var(--mm-toggle-size) * 1.75) 0 0px;flex:calc(var(--mm-toggle-size) * 1.75) 0 0;height:var(--mm-toggle-size);-webkit-margin-end:10px;margin-inline-end:10px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;border-radius:var(--mm-toggle-size);border:var(--mm-color-border);background:var(--mm-color-border);cursor:pointer;-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}.mm-toggle:before{content:"";aspect-ratio:1;margin:2px;border-radius:100%;background:var(--mm-color-background);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-toggle:checked{background:#4bd963}.mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * .75));-ms-transform:translateX(calc(var(--mm-toggle-size) * .75));transform:translateX(calc(var(--mm-toggle-size) * .75))}[dir=rtl] .mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * -.75));-ms-transform:translateX(calc(var(--mm-toggle-size) * -.75));transform:translateX(calc(var(--mm-toggle-size) * -.75))}.mm-listitem--vertical>.mm-panel{position:static;width:100%;padding:10px 0 10px 20px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-listitem--vertical>.mm-panel:after{content:none;display:none}.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel{display:none}.mm-listitem--vertical>.mm-listitem__btn{height:var(--mm-listitem-size);bottom:auto}.mm-listitem--vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem--opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}:root{--mm-size:80%;--mm-min-size:240px;--mm-max-size:440px}.mm-menu--offcanvas{position:fixed;z-index:0}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh;background:inherit}:where(.mm-slideout){position:relative;z-index:1;width:100%;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper--opened,.mm-wrapper--opened body{overflow:hidden}.mm-wrapper__blocker{background:rgba(0,0,0,.4)}.mm-wrapper--opened .mm-wrapper__blocker{--mm-blocker-visibility-delay:0s;--mm-blocker-opacity-delay:0.4s;bottom:0;opacity:.5}.mm-menu{--mm-translate-horizontal:0;--mm-translate-vertical:0}.mm-menu--position-left,.mm-menu--position-left-front{right:auto}.mm-menu--position-right,.mm-menu--position-right-front{left:auto}.mm-menu--position-left,.mm-menu--position-left-front,.mm-menu--position-right,.mm-menu--position-right-front{width:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-left-front{--mm-translate-horizontal:-100%}.mm-menu--position-right-front{--mm-translate-horizontal:100%}.mm-menu--position-top{bottom:auto}.mm-menu--position-bottom{top:auto}.mm-menu--position-bottom,.mm-menu--position-top{width:100%;height:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-top{--mm-translate-vertical:-100%}.mm-menu--position-bottom{--mm-translate-vertical:100%}.mm-menu--position-bottom,.mm-menu--position-left-front,.mm-menu--position-right-front,.mm-menu--position-top{z-index:2;-webkit-transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-menu--position-bottom.mm-menu--opened,.mm-menu--position-left-front.mm-menu--opened,.mm-menu--position-right-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left{--mm-translate-horizontal:clamp(
      var(--mm-min-size),
      var(--mm-size),
      var(--mm-max-size)
  )}.mm-wrapper--position-right{--mm-translate-horizontal:clamp(
      calc(-1 * var(--mm-max-size)),
      calc(-1 * var(--mm-size)),
      calc(-1 * var(--mm-min-size))
  )}.mm-wrapper--position-left .mm-slideout,.mm-wrapper--position-right .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout{-webkit-transform:translate3d(var(--mm-translate-horizontal),0,0);transform:translate3d(var(--mm-translate-horizontal),0,0)}.mm-wrapper--position-bottom .mm-wrapper__blocker,.mm-wrapper--position-left-front .mm-wrapper__blocker,.mm-wrapper--position-right-front .mm-wrapper__blocker,.mm-wrapper--position-top .mm-wrapper__blocker{z-index:1}.mm-menu--theme-light{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.4);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.4);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.75);--mm-color-focusring:#06c}.mm-menu--theme-light-contrast{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.9);--mm-color-focusring:#06c}.mm-menu--theme-dark{--mm-color-background:#333;--mm-color-border:rgb(0, 0, 0, 0.4);--mm-color-icon:rgb(255, 255, 255, 0.4);--mm-color-text:rgb(255, 255, 255, 0.8);--mm-color-text-dimmed:rgb(255, 255, 255, 0.4);--mm-color-background-highlight:rgb(255, 255, 255, 0.08);--mm-color-background-emphasis:rgb(0, 0, 0, 0.1);--mm-color-focusring:#06c}.mm-menu--theme-dark-contrast{--mm-color-background:#333;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.7);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(0 0 0 / 0.3);--mm-color-focusring:#06c}.mm-menu--theme-white{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.3);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.3);--mm-color-background-highlight:rgb(0 0 0 / 0.06);--mm-color-background-emphasis:rgb(0 0 0 / 0.03);--mm-color-focusring:#06c}.mm-menu--theme-white-contrast{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.07);--mm-color-background-emphasis:rgb(0 0 0 / 0.035);--mm-color-focusring:#06c}.mm-menu--theme-black{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.2);--mm-color-icon:rgb(255 255 255 / 0.4);--mm-color-text:rgb(255 255 255 / 0.7);--mm-color-text-dimmed:rgb(255 255 255 / 0.4);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(255 255 255 / 0.06);--mm-color-focusring:#06c}.mm-menu--theme-black-contrast{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.6);--mm-color-background-highlight:rgb(255 255 255 / 0.125);--mm-color-background-emphasis:rgb(255 255 255 / 0.1);--mm-color-focusring:#06c}.mm-counter{display:block;-webkit-padding-start:20px;padding-inline-start:20px;float:right;color:var(--mm-color-text-dimmed)}[dir=rtl] .mm-counter{float:left}:root{--mm-iconbar-size:50px}.mm-menu--iconbar-left .mm-navbars,.mm-menu--iconbar-left .mm-panels{margin-left:var(--mm-iconbar-size)}.mm-menu--iconbar-right .mm-navbars,.mm-menu--iconbar-right .mm-panels{margin-right:var(--mm-iconbar-size)}.mm-iconbar{display:none;position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-menu--iconbar-left .mm-iconbar,.mm-menu--iconbar-right .mm-iconbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mm-menu--iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu--iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:calc((var(--mm-iconbar-size) - var(--mm-lineheight))/ 2) 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab--selected{background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel--iconpanel-0{inset-inline-start:calc(0 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-1{inset-inline-start:calc(1 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-2{inset-inline-start:calc(2 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-3{inset-inline-start:calc(3 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-4{inset-inline-start:calc(4 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-first~.mm-panel{inset-inline-start:var(--mm-iconpanel-size)}.mm-menu--iconpanel .mm-panel--parent .mm-divider,.mm-menu--iconpanel .mm-panel--parent .mm-navbar{opacity:0}.mm-menu--iconpanel .mm-panels>.mm-panel--parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0){border-inline-start-width:1px;border-inline-start-style:solid}.mm-navbars{-ms-flex-negative:0;flex-shrink:0}.mm-navbars .mm-navbar{position:relative;padding-top:0;border-bottom:none}.mm-navbars--top{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar:first-child{padding-top:env(safe-area-inset-top)}.mm-navbars--bottom{border-top:1px solid var(--mm-color-border)}.mm-navbars--bottom .mm-navbar:last-child{padding-bottom:env(safe-area-inset-bottom)}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-padding-end:6px;padding-inline-end:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){-webkit-padding-end:0;padding-inline-end:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{-webkit-padding-start:0;padding-inline-start:0}.mm-navbar__tab{padding:0 10px;border:1px solid transparent}.mm-navbar__tab--selected{background:var(--mm-color-background)}.mm-navbar__tab--selected:not(:first-child){border-inline-start-color:var(--mm-color-border)}.mm-navbar__tab--selected:not(:last-child){border-inline-end-color:var(--mm-color-border)}.mm-navbars--top.mm-navbars--has-tabs{border-bottom:none}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab{border-bottom-color:var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab--selected{border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars--bottom.mm-navbar--has-tabs{border-top:none}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar{background:var(--mm-color-background)}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--bottom .mm-navbar__tab{border-top-color:var(--mm-color-border)}.mm-navbars--bottom .mm-navbar__tab--selected{border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-searchfield{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-searchfield__input input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:auto;max-height:auto;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);font:inherit;font-size:inherit}.mm-searchfield__input input,.mm-searchfield__input input:focus,.mm-searchfield__input input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-menu[class*=-contrast] .mm-searchfield__input input{border:1px solid var(--mm-color-border)}.mm-searchfield__input input::-ms-clear{display:none}.mm-searchfield__btn{display:none;position:absolute;inset-inline-end:0;top:0;bottom:0}.mm-searchfield--searching .mm-searchfield__btn{display:block}.mm-searchfield__cancel{display:block;position:relative;-webkit-margin-end:-100px;margin-inline-end:-100px;-webkit-padding-start:5px;padding-inline-start:5px;-webkit-padding-end:20px;padding-inline-end:20px;visibility:hidden;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition-property:visibility,margin;-o-transition-property:visibility,margin;transition-property:visibility,margin}.mm-searchfield--cancelable .mm-searchfield__cancel{visibility:visible;-webkit-margin-end:0;margin-inline-end:0}.mm-panel--search{left:0!important;right:0!important;width:100%!important;border:none!important}.mm-panel__splash{padding:20px}.mm-panel--searching .mm-panel__splash{display:none}.mm-panel__noresults{display:none;padding:40px 20px;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%;line-height:1.4}.mm-panel--noresults .mm-panel__noresults{display:block}:root{--mm-sectionindexer-size:20px}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:var(--mm-sectionindexer-size);position:absolute;top:0;bottom:0;inset-inline-end:calc(-1 * var(--mm-sectionindexer-size));z-index:5;-webkit-transition-property:inset-inline-end;-o-transition-property:inset-inline-end;transition-property:inset-inline-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{-webkit-padding-end:0;padding-inline-end:0}.mm-sectionindexer--active{right:0}.mm-sectionindexer--active~.mm-panel{-webkit-padding-end:var(--mm-sectionindexer-size);padding-inline-end:var(--mm-sectionindexer-size)}.mm-menu--selected-hover .mm-listitem__btn,.mm-menu--selected-hover .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}@media (hover:hover){.mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text{background:0 0}.mm-menu--selected-hover .mm-listitem__btn:hover,.mm-menu--selected-hover .mm-listitem__text:hover{background:var(--mm-color-background-emphasis)}}.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}@media (hover:hover){.mm-menu--selected-parent .mm-listitem__btn:hover,.mm-menu--selected-parent .mm-listitem__text:hover{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}}.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text{background:0 0}.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text{background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:var(--mm-max-size)}.mm-wrapper--sidebar-collapsed .mm-slideout{width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar{opacity:0}.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded{width:var(--mm-sidebar-expanded-size);border-right-width:1px;border-right-style:solid}.mm-wrapper--sidebar-expanded.mm-wrapper--opened{overflow:auto}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker{display:none}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}
.rsts-main,.rsts-main *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rsts-header,.rsts-footer,.rsts-thumbs-header,.rsts-thumbs-footer{overflow:hidden}.rsts-view,.rsts-thumbs-view{position:relative}@media print{.rsts-view,.rsts-thumbs-view{position:static}}.rsts-crop,.rsts-thumbs-crop{position:relative;overflow:hidden}@media print{.rsts-crop,.rsts-thumbs-crop{position:static;overflow:visible;width:auto !important;height:auto !important;transform:none !important}}.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:absolute;left:0;top:0}@media print{.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:static;width:auto !important;height:auto !important;transform:none !important}.rsts-slides.rsts-slide-image img,.rsts-slides.rsts-slide-video img,.rsts-slides.rsts-thumbs-slide-image img,.rsts-slides.rsts-thumbs-slide-video img,.rsts-slide.rsts-slide-image img,.rsts-slide.rsts-slide-video img,.rsts-slide.rsts-thumbs-slide-image img,.rsts-slide.rsts-thumbs-slide-video img,.rsts-thumbs-slides.rsts-slide-image img,.rsts-thumbs-slides.rsts-slide-video img,.rsts-thumbs-slides.rsts-thumbs-slide-image img,.rsts-thumbs-slides.rsts-thumbs-slide-video img,.rsts-thumbs-slide.rsts-slide-image img,.rsts-thumbs-slide.rsts-slide-video img,.rsts-thumbs-slide.rsts-thumbs-slide-image img,.rsts-thumbs-slide.rsts-thumbs-slide-video img{width:100% !important;height:auto !important;margin:0 !important}}.rsts-slide,.rsts-thumbs-slide{overflow:hidden}@media print{.rsts-slide,.rsts-thumbs-slide{position:static}}.rsts-video-iframe,.rsts-thumbs-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.rsts-type-slide .rsts-view,.rsts-thumbs-type-slide .rsts-thumbs-view{cursor:url("../../bundles/rocksolidslider/img/openhand.cur"),default;cursor:-webkit-grab;cursor:-moz-grab;cursor:-ms-grab;cursor:-o-grab;cursor:grab}.rsts-type-slide.rsts-dragging .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging .rsts-thumbs-view{cursor:url("../../bundles/rocksolidslider/img/closedhand.cur"),default;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-ms-grabbing;cursor:-o-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rsts-type-slide.rsts-dragging-disabled .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging-disabled .rsts-thumbs-view{cursor:auto}@media print{.rsts-nav,.rsts-prev,.rsts-next,.rsts-overlay-prev,.rsts-overlay-next,.rsts-progress,.rsts-thumbs-nav,.rsts-thumbs-prev,.rsts-thumbs-next,.rsts-thumbs-overlay-prev,.rsts-thumbs-overlay-next,.rsts-thumbs-progress{display:none !important}}

.rsts-skin-default.rsts-main{position:relative}.rsts-skin-default.rsts-type-fade .rsts-slide{background-color:#fff}.rsts-skin-default .rsts-caption{position:absolute;top:20px;left:20px;margin-right:20px;padding:5px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;background-color:#000;background-color:rgba(0,0,0,0.4);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transform:translate(0, -20px);-moz-transform:translate(0, -20px);-ms-transform:translate(0, -20px);-o-transform:translate(0, -20px);transform:translate(0, -20px);-webkit-transition:opacity 0.5s,-webkit-transform 0.5s;-moz-transition:opacity 0.5s,-moz-transform 0.5s;-o-transition:opacity 0.5s,-o-transform 0.5s;transition:opacity 0.5s,transform 0.5s}.rsts-skin-default .rsts-active .rsts-caption{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.rsts-skin-default .rsts-prev,.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-video-play,.rsts-skin-default .rsts-video-stop,.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{position:absolute;right:55px;bottom:15px;overflow:hidden;width:30px;height:30px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;line-height:0;text-align:center;text-decoration:none;text-indent:-9999px;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAilBMVEUHBwg/QEF5enp5ensCAwQHCAhzdHUAAQEGBwh8fX37+/svMDBub3COjo9yc3NtbW709fWvsLDm5uba2trR0dEuLi6Pj4/Q0NDl5eXZ2toFBgfz8/MuLy/09PT29vb8/Pz6+vp7e3x0dXZzdHT4+Pj39/f9/v3+/v79/f3///8EBQb5+fkAAAD19fVMP6q+AAAALnRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8hTP8QAAAJ1JREFUeNrV0lkPwiAMAOB53zrva2xOxQm0///vWZ4a1o3EN20gNPnSlFASRKVQIS2KFHPKaPvcH8St8WesXYzddVMIZn3NZ1tTZ9Y7QLa7MdfVWlgYZqk9lzML7VZPbGCdDsFekpI14GoN/fGoY6aqkbVaUvVg0lKN7v3wvcuwt/Tg5tIPRjA77I/i1dhX2dnEJnYq4vP+2a/4FX8AsSOXytKixMYAAAAASUVORK5CYII=');-webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);background-position:50% 50%;-webkit-transition:opacity 0.05s linear;-moz-transition:opacity 0.05s linear;-o-transition:opacity 0.05s linear;transition:opacity 0.05s linear}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-prev,.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-video-play,.rsts-skin-default .rsts-video-stop,.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAIVBMVEWhoaE7PD15enqVlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXsWX/bAAAAC3RSTlOAgICAgICAgICAgMiF55wAAAB9SURBVHja7dUxEoAgFANRFBTw/ge2YythEivHn/6VmU3XiwUOHPhPuGYf196zjLHPOi0tWsBYtICx/Zxgw4INCzYs2LBgw4INC55ZFadhN+NVbeh9jhf6mGJDgw0NNjTY0GBDgz0NXusiYDRWwGisgNHFL0Yrnwxd4MCBtd3+EosAicYyWQAAAABJRU5ErkJggg==');background-size:30px,30px}}.rsts-skin-default .rsts-prev:hover,.rsts-skin-default .rsts-next:hover,.rsts-skin-default .rsts-video-play:hover,.rsts-skin-default .rsts-video-stop:hover,.rsts-skin-default .rsts-thumbs-prev:hover,.rsts-skin-default .rsts-thumbs-next:hover{background-color:#eee;background-color:rgba(238,238,238,0.7)}.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-thumbs-next{right:20px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAkFBMVEUBAQLPz9AlJiYlJifS0tIsLS0nJyjQ0dDR0tIBAQElJSYrLC2tra39/PwFBQYFBgf6+fmBgYKCgoL9/f339vZBQULIycnIyMiCg4PR0dEmJycmJyjMzMz8/Pzl5eXj4+MCAwQGBwghIiP09PT7+/shIiL6+vrNzs7Nzc0iIyP29vb39/cHCAkAAAD////19fV/WdL3AAAAMHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICRnvRdAAAAnklEQVR42tXSxw7CMAwG4LL3XqUtLdRQqNPY7/92WEJVDhkSN7B8iPTpl6M4ETMAA0t/ChmwPTELe+uPGKsQKywWflYUJxn5eI9xpOsneXidp7pp3Wa+dHrGbWY6d43bLD673nR9vLsZaL5cNfoAyp0eDyRdntxp6icy+/Ei981HqVGLq3xo1GaFm4kuRb1vvp1mFNzYLrzvn/2KX/MbXNOe099MDj0AAAAASUVORK5CYII=')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-thumbs-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAHlBMVEWhoaE7PD2VlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXtfGSSAAAACnRSTlOAgICAgICAgICAXdxslAAAAHxJREFUeNrt1TEOgDAMxdDSAi33vzBbPVUoZkLE+1O2/HK9KHHixH/A9fS4jnGGMfZZl6VFBzAWHcLHQD9gocFCg4UGCw0WGiw0WGjwum3qEsb7tH1xWViwsGBhwcKChQULC5Z2jRs2itHdfc+GjWB094vR+ieHLnHixK4bjyV89TB6vlgAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{position:absolute;top:50%;right:10px;margin-top:-15px}.rsts-skin-default .rsts-thumbs-prev{right:auto;left:10px}.rsts-skin-default.rsts-direction-y .rsts-prev{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUgISLDw8MgICGUlZaIiImSk5PCwsP9/f39/PyHh4iUlJWSkpLX2NgAAQIoKSkGBwgdHR7Ly8skJSYEBAXHyMj+/v739/ciIyMhIiImJyfNzc3S0tL8/Pz7+/v29vYHCAnNzs4AAAD////19fVh+HN2AAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAiUlEQVR42uXRyQ7CMAwE0LC2QHfaQkji1sP//yNR1csEiXMlfPFI7zCWbN7JCCVmnj9i738x2hbMpHPTzCAmfag+XyAmrWt2QzqV5URuSLWqdHXmsDMRbFHYuPbnkPBw0rtaBzgbw21IWPKjdg6xxHV68ZJ2j9mhXyrRX/34fblgLQyQLf57S/wBI9V2nx3O9QoAAAAASUVORK5CYII=')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default.rsts-direction-y .rsts-prev{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAeUlEQVR42u3UMQ6AMAzF0A8BmvufGHVpyOIOFRJI8f5WyxcqXLhw4U9jLeCznYzRNtYi2zsIs2UttqzFlrXYshZb1mLLWmg31iJ7+YVaaJ210GY9x/awWdsc+z5s1uaEQ4cNbY449LChzQFn3W3S9qsBFi5cuPDr+AYQcW8C6kiUiAAAAABJRU5ErkJggg==');background-size:30px,30px}}.rsts-skin-default.rsts-direction-y .rsts-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUwMTKKi4suLzAGBwja2trR0dEwMDEuLi/Q0NDZ2dmJiYp7e3x6e3t/gIEAAQL09PTn5+f6+vr8/Px0dHVwcHH8/f329vYFBgdzdHT+/v79/v339/f9/f3///90dXb4+Pj5+fkEBQYAAAD19fUC5l8BAAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAnElEQVR42uXSyQ4CIQwG4HEddRZmZUSEQnn/d7RkSAi4HI2Jf6AlfIceoHCOMcccrTXcMR5OtInf5k/YyLVL84qHjoHvwLrhmdW+0AJIhT6eVc79YYtYCQBRIZanPmO1QWuxVqr2/aIylqD9fdP4OoLMZ5sb+dK2i8Xr3cTZie+CRk49aOTUcSRNOfo8TXPUnB1QPj0J5z/5Hb7OD7UPdeTEuFeXAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default.rsts-direction-y .rsts-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAg0lEQVR42u3UMQ6EMAxE0WVDYu5/YhpLXzBSRkAF8i9tvXZ+24MKFy5c+HP4P06H0RzGRoyjjWgOY1Nj0YLFpsaip7hFNrBog3ug02brDKsWK3imxQqe6EWsxWi1HqOxHqONBTuN9RiN9Vg11mPVWI9V99tL0rEe6/dVA1i4cOHCl9oBak1vAkBKLfwAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default.rsts-video-playing .rsts-nav,.rsts-skin-default.rsts-video-playing .rsts-prev,.rsts-skin-default.rsts-video-playing .rsts-next{display:none}.rsts-skin-default.rsts-video-playing .rsts-nav-thumbs{display:block}.rsts-skin-default.rsts-touch .rsts-nav-numbers,.rsts-skin-default.rsts-touch .rsts-nav-tabs{display:none}.rsts-skin-default .rsts-nav{position:absolute;right:95px;bottom:12px;left:10px;text-align:right}.rsts-skin-default .rsts-nav ul{margin:0 !important;padding:0 !important}.rsts-skin-default .rsts-nav li{display:inline}.rsts-skin-default .rsts-nav-numbers a,.rsts-skin-default .rsts-nav-tabs a{display:inline-block;height:30px;min-width:30px;padding:0.65em 0.5em 0.5em;margin:0 2px 3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;font-size:12px;text-align:center;text-decoration:none;color:#fff;background-color:#555;background-color:rgba(85,85,85,0.6);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px rgba(0,0,0,0.2);-moz-box-shadow:0 0 2px rgba(0,0,0,0.2);box-shadow:0 0 2px rgba(0,0,0,0.2);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s ease-in;-moz-transition:opacity 0.2s ease-in;-o-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in}.rsts-skin-default .rsts-nav-numbers a:hover,.rsts-skin-default .rsts-nav-numbers a.active,.rsts-skin-default .rsts-nav-tabs a:hover,.rsts-skin-default .rsts-nav-tabs a.active{color:#333;background-color:#fff;background-color:rgba(255,255,255,0.5)}.rsts-skin-default:hover .rsts-nav-numbers a,.rsts-skin-default:hover .rsts-nav-tabs a{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.rsts-skin-default .rsts-nav-bullets{line-height:0}.rsts-skin-default .rsts-nav-bullets a{display:inline-block;width:9px;height:9px;overflow:hidden;margin:12px 4px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;outline:none;text-align:left;text-indent:-999px;background-color:#fff;background-color:rgba(255,255,255,0.8);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px #777;-moz-box-shadow:0 0 2px #777;box-shadow:0 0 2px #777}.rsts-skin-default .rsts-nav-bullets a:hover,.rsts-skin-default .rsts-nav-bullets a.active{background-color:#777;-webkit-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;-moz-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555}.rsts-skin-default .rsts-nav-thumbs{position:static;padding-top:5px}.rsts-skin-default .rsts-nav .rsts-nav-prev,.rsts-skin-default .rsts-nav .rsts-nav-next{display:none}.rsts-skin-default .rsts-video-play{top:50%;right:auto;bottom:auto;left:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAAb1BMVEU4ODgGBgbx8fGurq7i4uIODg5QUFD7+/vBwcEUFBQYGBggICC1tbXNzc0JCQkVFRWsrKwTExPExMTS0tImJibv7+9KSkozMzP4+PhYWFj+/v6Dg4MDAwPl5eVycnKenp4MDAza2toPDw////8AAACZ5/RyAAAAJXRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwmBGiwAAALNJREFUeNrt1kcOwkAQRFFyxsYmBxtDc/8zIrGpA/xaWKhnO9KT5ncvZvCxnGSSSSaZv2GK0sIsFzMHM53MWwPzfkU8OwsT9cHCRHOyMHFpLYwCIUaBEKNAiFEgxCgQYhSIMQrEGAXijAJxJrZrC7NZGZjb/WF41PHqSLw/Owa+q9D6KQthlAUwykIYZSGMsiBGWRCjLIhRFsQoC2Ga0S8LZMqx7gAzLPr0aUsmmWSS6SXzBf8cqwAv1zglAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-video-play{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMCAMAAACZHrEMAAAARVBMVEUJCQlOTk4nJyddXV1gYGD29vbh4eGTk5PAwMA2NjYYGBgGBga3t7dUVFQtLS0SEhKHh4fb29sDAwPz8/NaWlr///8AAACZTZFgAAAAF3RSTlOAgICAgICAgICAgICAgICAgICAgICAgCZn8kAAAAFfSURBVHja7dpZUsMwFAVR5gDRLMT+l8r1Cqjih/5oLyB1kurYlp4evkGXGDFixIgRI0aMGDFixIgRI0aMGDFifseQvsBfPvjrdgdhzvsnCHPePkCY8/oCwpxzu4MwCQeESTggTMIBYa5wQJiEA8IkHBAm4YAwVzggTMIBYRIOCJNwQJgrHBAm4YAwCQeESTggzBUOCJNwQJiEA8IkHBDmCgeESTggTMIBYRIOCHOFA8IkHBAm4YAw5/UZhDn7iYOZjfPLlM5pZizMv2lXzk1vNs4duHTOs2kszFN7V87L1WycN73SOe/AY2FWB7tyFnGzcVaUpXPW2mNhdiF25WwWzcbZuSqds6c3Fma3c1fOpvRsnB3y0jmzg7EwU5VdOcOv2TiTuNI5M8qxMNPbXTlD9tk4E//SOWchxsKcEnmsoMM8qGNOYsRgLjFixIgRI0aMGDFixIgRI0aMGDH/e/0Ai4OJ2+ZcrkwAAAAASUVORK5CYII=');background-size:70px,70px}}.rsts-skin-default .rsts-video-stop{top:20px;right:20px;left:auto;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEWnp6dOTk7x8fHv7+9HR0fw8PDu7u7e3t5NTU3f398UFBQTExP4+PhLS0tvb29xcXH09PRJSUn39/fn5+cWFhampqb29vZISEhMTExLS0ukpKT////r6+sAAAD///8AAABKSkr19fUAAAD///8df9PJAAAAJHRSTlN6e35+e35+e3t7fX1/fHl5fXt/e315fnt7e3p/foGBfnt9gIDdofLFAAAAk0lEQVR42u2SSQ7DIAxF03nKPBEC2Ni9/x3jsMXqsuqiljxITx/8EcX7Y/wxuOmUhmPhIMdlg4akzxGbMscrBu4IyHLANce+Ymb7WKRWPsdyqpCnZJzVzUmUEgvpxmAYA4dxAB3TIanvupqisJdkRwr2O403K9V43bdpgaLuu6/x3KY7sO7VN7+m4TI5+K3v8H28AYM7doAzbo6MAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-video-stop{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAALVBMVEXo6OjGxsZjY2PKysq3t7ewsLCOjo7f39+Pj4/l5eVfX19hYWHj4+NRUVH///80A/15AAAAD3RSTlOGkL2PlZemiKWHvr2HyICcCOzTAAAAv0lEQVR42u3VSQ7DIAxA0bRJSBjs+x83mzYfNnatLqpKeM0THmRY9IuYeOKJJ7bwlsdTWwCfUpsS+Smni7EipfVW5PQwtte5iqAdvIvcGiuy25gs0e1ta7YwuqJ76+NRr6P1MbkSTM7HaKyP0QXK1HyMxgaxrjde1cBe1TV4MzZeMxYdm7OvF9OWR7H0YtpDG/ojnDurnc6hfT7Iw9tnImE7ney00bdFJ3Uw+mXpQoq822Nv8/Yf383EE0/8G3wBfh3Bcn7dsMIAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default .rsts-video-youtube>.rsts-video-stop{top:25px}.rsts-skin-default .rsts-video-vimeo>.rsts-video-stop{top:10px;right:auto;left:10px}.rsts-skin-default .rsts-progress{position:absolute;top:0;right:0;width:100%;height:2px;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.rsts-skin-default .rsts-progress div{height:100%;background-color:#fff}.rsts-skin-default .rsts-progress.rsts-progress-active{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.rsts-skin-default .rsts-thumbs-slide{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.rsts-skin-default .rsts-thumbs-slide.rsts-thumbs-active-thumb{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}

.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;overflow:hidden}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;opacity:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';display:block;position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;background:0 0;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc string{color:#fff}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .contao-cookiebar .cc-groups {
    display: none;
    padding-top: 15px; }
    .contao-cookiebar .cc-groups .cc-group {
      position: relative;
      border: 1px solid #d0d0d0;
      border-radius: 5px;
      margin-bottom: 10px;
      text-align: left; }
      .contao-cookiebar .cc-groups .cc-group > label {
        margin: 5px 130px 5px 10px; }
  .contao-cookiebar .cc-cookies {
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px;
        word-wrap: break-word; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-detail-btn-details {
    border: 0 none;
    outline: 0 none;
    background: transparent;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: initial;
    cursor: pointer;
    color: #a2a2a2;
    text-decoration: underline;
    padding: 0;
    margin: 0 0 10px; }
    .contao-cookiebar .cc-detail-btn-details span:nth-child(2) {
      display: none; }
    .contao-cookiebar .cc-detail-btn-details.cc-active span:nth-child(1) {
      display: none; }
    .contao-cookiebar .cc-detail-btn-details.cc-active span:nth-child(2) {
      display: inline; }
    .contao-cookiebar .cc-detail-btn-details:hover {
      color: #717171; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

/**
 * 10-font.css
**/

@font-face { font-family: 'Open Sans';
             src: url('../../files/themes/nsuite/font/OpenSans-Light.woff2') format('woff2'),
                  url('../../files/themes/nsuite/font/OpenSans-Light.woff') format('woff'),
                  url('../../files/themes/nsuite/font/OpenSans-Light.ttf') format('truetype');
             font-weight: 200;
             font-display: swap;
}

@font-face { font-family: 'Open Sans';
             src: url('../../files/themes/nsuite/font/OpenSans-Regular.woff2') format('woff2'),
                  url('../../files/themes/nsuite/font/OpenSans-Regular.woff') format('woff'),
                  url('../../files/themes/nsuite/font/OpenSans-Regular.ttf') format('truetype');
             font-weight: 400;
             font-display: swap;
}

@font-face { font-family: 'Open Sans';
             src: url('../../files/themes/nsuite/font/OpenSans-Semibold.woff2') format('woff2'),
                  url('../../files/themes/nsuite/font/OpenSans-Semibold.woff') format('woff'),
                  url('../../files/themes/nsuite/font/OpenSans-SemiBold.ttf') format('truetype');
             font-weight: 500;
             font-display: swap;
}

@font-face { font-family: 'Open Sans';
             src: url('../../files/themes/nsuite/font/OpenSans-Bold.woff2') format('woff2'),
                  url('../../files/themes/nsuite/font/OpenSans-Bold.woff') format('woff'),
                  url('../../files/themes/nsuite/font/OpenSans-Bold.ttf') format('truetype');
             font-weight: 700; 
             font-display: swap;
}

@font-face { font-family: 'Open Sans';
             src: url('../../files/themes/nsuite/font/OpenSans-ExtraBold.woff2') format('woff2'),
                  url('../../files/themes/nsuite/font/OpenSans-ExtraBold.woff') format('woff'),
                  url('../../files/themes/nsuite/font/OpenSans-ExtraBold.ttf') format('truetype');
             font-weight: 900; 
             font-display: swap;
}
/**
 * 20-base.css
 * 
 * - reset & basic defintions
**/
a, b, blockquote, body, div, em, fieldset, figure, h1, h2, h3, h4, h5, h6, i, iframe, img, input, li, 
label, legend, p, textarea, select, strong, table, td, th {
    margin: 0;
    padding: 0;
    outline: 0;
    line-height: 1.5;
    border: none;
    background: transparent;
    text-rendering: auto;
}

aside, article, dl, figure, figcaption, footer, header, hgroup, iframe, input, label, legend, nav, ol, p, section, select, textarea, ul {
    display: block;
}

html {
    font-size: 16px;
    overflow: hidden;
    overflow-y: scroll;
}

body, input, textarea, select {
    font-size: 100%;
    font-family: 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

blockquote, cite, q {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

pre {
    font-family: monospace;
    white-space: pre;
}

body {
    position: relative;
}

a {
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: underline;
}

a:active {
    background: none;
}

blockquote, em, cite, q {
    font-style: italic;
}

cite:before {
    content: '\201E';
}

cite:after {
    content: '\201D';
}

a:active, button:active {
    outline: none;
}

fieldset {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: lighter;
}

h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.5em; 
}

h3 {
    font-size: 1.375em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1.125em;
}

h6 {
    font-size: 1em;
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

label[for]:hover {
    cursor: pointer;
}

ul, ol, dl, li {
    margin: 0;
}

ul, ol, dl {
    padding: 0 0 0 1.5em;
}

dd {
    margin: 0 0 0 1em;
}

b, strong {
    font-weight: bold;
}

textarea {
    resize: vertical;
}

nav ul {
    padding: 0;    
    list-style: none inside;
}

nav a,
nav a:hover,
nav a:focus,
nav a:active {
    text-decoration: none;
}

img {
    max-width:100%;
    height: auto;
    -ms-interpolation-mode: bicubic; /* IE7 */
    width: auto\9; /* IE8 */
}

figure a {
    display: block;
}

figure img {
    display: block;
    margin: 0;
}

figure figcaption {
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    font-style: italic;
}

/* @todo: revise 
label, input, textarea, select {
    display: inline-block;
    border: none;
    width: 70%;
    vertical-align: top;
}
*/

label {
    width: 25%;
}

p, ul, ol, dl {
    margin: 0 0 1em;
}

ul ul, ol ul, ol ol {
    margin: .25em 0;
}


/**
 * tables
**/
table {
    width: 100%;
    border: 1px solid #EEE;
    border-collapse: collapse;
}

td, th {
    padding: .25em;
    border-bottom: 1px solid #E9E9E9;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    color: #555;
    font-weight: normal;    
}

thead tr {
    background: #F9F9F9;
}

thead th {
    font-weight: bold;
}

table.sortable thead th {
    cursor: pointer;
}

tbody tr {
    background: #F9F9F9;
}

tbody tr:nth-child(odd) {
    background: #F7F7F7;
}

tbody tr:hover {
    background: #FFF;
}

tfoot tr {
    background: #EEE;
}

tfoot td {
    color: #999;
    font-style: italic;
}


/**
 * form elements
**/
::-webkit-input-placeholder { color: #999; }
::-moz-placeholder { color: #999; } /*FF19+*/
:-moz-placeholder { color: #999; } /*FF18-*/
:-ms-input-placeholder { color: #999; }

legend { 
    width:100%;
    display:block;
    font-weight:bold;
    border:0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea{ width:100%;
          display:inline-block;
          padding:3px 6px;
          background:#fff;
          border:1px solid #ccc;
          -moz-border-radius:3px;
          -webkit-border-radius:3px;
          border-radius:3px;
          -moz-box-shadow:inset 0 1px 1px #eee;
          -webkit-box-shadow:inset 0 1px 1px #eee;
          box-shadow:inset 0 1px 1px #eee;
          -moz-transition:all .15s linear;
          -webkit-transition:all .15s linear;
          -o-transition:all .15s linear;
          transition:all .15s linear;
          -moz-box-sizing:border-box;
          -webkit-box-sizing:border-box;
          box-sizing:border-box;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus{
    outline:0;
    background:#fcfcfc;
    border-color:#bbb;
}

input[type="file"] {
    cursor:pointer;
}

select,
input[type="file"] {
    display:block;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width:auto;
}

textarea,
select[multiple],
select[size] {
    height:auto;
}

input[type="radio"],
input[type="checkbox"] {
    margin:0 3px 0 0;
}

input[type="radio"],
input[type="checkbox"],
label { 
    vertical-align:middle;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background:#eee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background:transparent;
}

input[type="submit"],
.button{
    display:inline-block;
    padding:4px 15px 4px 14px;
    margin-bottom:0;
    text-align:center;
    vertical-align:middle;
    line-height: 1.5;
    font-size: 1em;
    color:#000;
    cursor:pointer;
    border:1px solid #ccc;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    background-color:#ececec;
    background-image:-moz-linear-gradient(top,#fff,#ececec);
    background-image:-webkit-linear-gradient(top,#fff,#ececec);
    background-image:-ms-linear-gradient(top,#fff,#ececec);
    background-image:-o-linear-gradient(top,#fff,#ececec);
    background-image:linear-gradient(to bottom,#fff,#ececec);
    background-repeat:repeat-x;
    -moz-transition:background .15s linear;
    -webkit-transition:background .15s linear;
    -o-transition:background .15s linear;
    transition:background .15s linear
}

input[type="submit"]:hover,
.button:hover {
    text-decoration:none;
    background-position:0 -15px!important
}

input[type="submit"]:active,
.button:active {
    background-color:#e6e6e6;
    background-position:0 -30px!important
}

input[type="submit"].blue,
.button.blue {
    background-color:#2f96b4;
    background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:-ms-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
    background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
    border-color:#2f96b4;
    color:#fff
}

input[type="submit"].blue:active,
.button.blue:active { 
    background-color:#2e95b3
}

input[type="submit"].green,
.button.green {
    background-color:#51a351;
    background-image:-moz-linear-gradient(top,#62c462,#51a351);
    background-image:-webkit-linear-gradient(top,#62c462,#51a351);
    background-image:-ms-linear-gradient(top,#62c462,#51a351);
    background-image:-o-linear-gradient(top,#62c462,#51a351);
    background-image:linear-gradient(to bottom,#62c462,#51a351);
    border-color:#51a351;
    color:#fff
}

input[type="submit"].green:active,
.button.green:active {
    background-color:#4f9f4f
}

input[type="submit"].orange,
.button.orange {
    background-color:#f89406;
    background-image:-moz-linear-gradient(top,#fbb450,#f89406);
    background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
    background-image:-ms-linear-gradient(top,#fbb450,#f89406);
    background-image:-o-linear-gradient(top,#fbb450,#f89406);
    background-image:linear-gradient(to bottom,#fbb450,#f89406);
    border-color:#f89406;
    color:#fff
}

input[type="submit"].orange:active,
.button.orange:active {
    background-color:#f28f04
}

input[type="submit"].red,
.button.red {
    background-color:#bd362f;
    background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:-ms-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
    background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
    border-color:#bd362f;
    color:#fff;
}

input[type="submit"].red:active,
.button.red:active {
    background-color:#be322b;
}

/**
 * globals
**/
#clear {
    height:0.1px;
    font-size:0.1px;
    line-height:0.1px;
    clear:both
}

.block {
    overflow: hidden;
}

.custom {
    display:block;
    text-align:left
}

.custom:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clear {
    clear: both;
    height: auto;    
    font-size: inherit;
    line-height: inherit;
}

.first {
    clear: both;
}

.invisible {
    width:0;
    height:0;
    left:-1000px;
    top:-1000px;
    position:absolute;
    overflow:hidden;
    display:inline
}

.invisible,
.hide {
    display: none;
}

.show {
    display: block;
}

.inside {
    width: auto;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.inside:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    width: auto;
    overflow: hidden;
}

.pagination {
    clear: both;
}

.mod_breadcrumb ul,
.pagination ul {
    padding: 0;    
    list-style: none inside;    
}

.mod_breadcrumb li,
.pagination li {
    display: inline;
    display: inline-block;
}


/**
 * experimental
**/
embed {
    max-width: 100%;
}
/**
 * 30-layout.css
**/
.section_wrapper {
    margin: 0 auto;
    max-width: 100%;  
}

.section_header,
.section_main,
.section_sidebar,
.section_footer {
    margin: 1em 0;
}

.section_header {
    margin-top: 0;
}

.section_header .inside,
.section_main .inside,
.section_sidebar .inside,
.section_footer .inside {
    padding: 1em;
}

.section_header .inside {
    padding: 0 1em;
}

.section_main,
.section_sidebar {
    min-height: 600px;
}
/**
 * 40-elements.css
**/

/**
 * headlines
**/
h1, h2, h3,
h4, h5, h6 {
    text-transform: uppercase;
}

h1.divider,
.divider h1,
h2.divider,
.divider h2,
h3.divider,
.divider h3,
h4.divider,
.divider h4,
h5.divider,
.divider h5,
h6.divider,
.divider h6 {
    margin-top: 32px;
    margin-top: 2rem;
    border-bottom: 2px solid #EEE;
}

.section_sidebar h1,
.section_sidebar h2 { font-size: 1.25em; }
.section_sidebar h3,
.section_sidebar h4 { font-size: 1.125em; }
.section_sidebar h5,
.section_sidebar h6 { font-size: 1em; }

/**
 * lists 
**/
ul {
    list-style-type: disc;
}

ul ul, ol ul {
    list-style-type: circle;
}

ul ul ul, ul ol ul, ol ul ul, ol ol ul {
    list-style-type: square;
}

ol, ul ol, ul ul ol, ul ul ul ol {
    list-style-type: decimal;
}

ol ol, ul ol ol, ol ul ol, ul ul ol ol, ol ul ul ol, ul ol ul ol {
    list-style-type: upper-alpha;
}

ol ol ol, ul ol ol ol, ol ul ol ol, ol ol ul ol {
    list-style-type: upper-roman;
}

abbr {
    position: relative;
}

abbr:before {
    display: block;
    position: absolute;
    top: -100%;
    margin: -.25em 0 0;
    padding: .25em;
    background: #FFF;
    border: 1px solid #EEE;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

abbr:hover:before, abbr:focus:before {
    content: attr(title);
}

.image_container {
    margin: 0 0 1em;
}

figure.float_left {
    float: left;
}

figure.float_right {
    float: right;
}

figure.float_left,
figure.float_right {
    width: 45%;
}

figure.float_left {
    margin-right: 5%;
}

figure.float_right {
    margin-left: 5%;
}

blockquote p,
.information,
.warning,
.confirmation {
    margin: 1em 0;
}

blockquote p {
    margin-top: .5em;
    margin-bottom: .5em;
}

blockquote em {
    display: block;
    font-weight: normal;
    font-style: normal;
    color: #999;
}


/**
 * content elements
**/
.ce_accordion,
.ce_accordion .toggler {
    border: 1px solid #EEE;
    border-collapse: collapse;
}

.ce_accordion {
    border-width: 0 1px;
}

.ce_accordion .toggler {
    border-width: 1px 0;
    padding: 0 .5em;
    background: #F9F9F9;
    cursor: pointer;
}

.ce_accordion .accordion {
    padding: .5em;
}

.ce_tabcontrol .tabcontrol_tabs li,
.ce_tabcontrol .tabcontrol_panes {
    border: 1px solid #EEE;
}

.ce_tabcontrol .tabcontrol_tabs ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.ce_tabcontrol .tabcontrol_tabs li {
    display: inline;
    display: inline-block;
    padding: .5em;
    margin: 0 .25em 0 0;
    background: #F9F9F9;
    border-color: #F9F9F9;
    cursor: pointer;

}

.ce_tabcontrol .tabcontrol_tabs li.selected {
    background: #FFF;
    border-color: #EEE;
    border-bottom-color: #FFF;
    cursor: default;
}

.ce_tabcontrol .tabcontrol_panes {
    margin-top: -1px;
    padding: .5em;
    min-height: 10em;
}

.ce_gallery ul {
    margin: .5em 0;
}

.ce_gallery li {
    margin: 0 1% .25em;
}

.ce_gallery .cols7 li,
.ce_gallery .cols8 li,
.ce_gallery .cols9 li,
.ce_gallery .cols10 li,
.ce_gallery .cols11 li,
.ce_gallery .cols12 li {
    margin: 0 .5% .125em;
}

.ce_gallery .cols1 li { width: 100%; }
.ce_gallery .cols2 li { width: 49%; }
.ce_gallery .cols3 li { width: 32%; }
.ce_gallery .cols4 li { width: 23.5%; }
.ce_gallery .cols5 li { width: 18.4%; }
.ce_gallery .cols6 li { width: 15%; }

.ce_gallery .cols7 li { width: 13.42857142%; }
.ce_gallery .cols8 li { width: 11.625%; }
.ce_gallery .cols9 li { width: 10.22222222%; }
.ce_gallery .cols10 li { width: 9.1%; }
.ce_gallery .cols11 li { width: 8.18181818%; }
.ce_gallery .cols12 li { width: 7.41666666%; }

.ce_gallery li.col_first {
    margin-left: 0;
}

.ce_gallery li.col_last {
    margin-right: 0;
}

.ce_gallery li.row_last {
    margin-bottom: 0;
}

.ce_gallery.rounded img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/**
 * global elements
**/ 
.information { color: #5685C2; }
.warning { color: #EE5F5B; }
.confirmation { color: #62C462; }

.pagination {
    border-top: 1px solid #E9E9E9;
}

.pagination p,
.pagination ul {
    margin: .125em 0;
}

.pagination p {
    float: right;
    line-height: 2;
}

.pagination li {
    margin: 0 .5em 0 0;
}

.pagination li a, 
.pagination li span {
    display: block;
    padding: 0 .25em;
    min-width: 1.5em;
    text-align: center;
    line-height: 2;
}

.pagination span.current {
    background: #EEE;
}

/* rsce */
.centered_wrapper {
    position: relative;
    padding: 3em;
    overflow: hidden;
}

.centered_wrapper_inside {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.centered-wrapper-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: scroll no-repeat 50% 50%;
    background-size: cover;
}

.centered_wrapper.-height-small {
    min-height: 300px;
    height: 300px;
}

@media screen and (max-width: 599px) {
    .centered_wrapper.-height-small {
        min-height: 200px;
    }
}
.centered_wrapper.-height-medium {
    min-height: 600px;
}

@media screen and (max-width: 599px) {
    .centered_wrapper.-height-medium {
        min-height: 400px;
    }
}
.centered_wrapper.-height-large {
    min-height: 900px;
}

@media screen and (max-width: 599px) {
    .centered_wrapper.-height-large {
        min-height: 600px;
    }
}
.centered_wrapper.-viewport-height {
    min-height: 710px;
    min-height: calc(100vh - 3.86667em);
}

@media screen and (max-width: 900px) {
    .centered_wrapper.-viewport-height {
        min-height: 100vh;
    }
}
@media screen and (max-width: 599px) {
    .centered_wrapper.-viewport-height {
        min-height: 500px;
        min-height: 100vh;
    }
}

.centered_wrapper.-vertical-centered {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.icon_boxes {
    overflow: hidden;
}

.icon_boxes a,
.icon_boxes a:hover,
.icon_boxes a:active,
.icon_boxes a:focus {
    color: inherit;
    text-decoration: none;
}

.icon-boxes-item:hover {
    background: #F5F5F5;
}

.icon-boxes-item-text {
    margin: 0 1em;
}

.icon-boxes-item-icon {
    display: block;
    height: 2.5em;
    width: 2.5em;
    margin: .5em auto;
    padding: .25em;
    color: #FFF;
    background: #F80;
    font-size: 3em;
    line-height: 2em;
    text-align: center;


    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

*[data-icon]:before {
    margin: 0;
}

.icon-boxes-item {
    text-align: center;
}

.icon-boxes-item-link {
    text-decoration: underline;
}

.icon-boxes-item:hover .icon-boxes-item-link {
    text-decoration: none;
}

.-background-color-dark {
    background: #383838;
}

.-background-color-light {
    background: #EEE;
}

.-color-inverted,
.-color-inverted h1,
.-color-inverted h2,
.-color-inverted h3,
.-color-inverted h4,
.-color-inverted h5,
.-color-inverted h6,
.-color-inverted a {
    color: #FFF;
}

.-vertical-centered {
    text-align: center;
}

.margin-top-none {
	margin-top: 0 !important;
}
@media screen and (max-width: 599px) {
	.margin-top-none {
		margin-top: 0 !important;
	}
}
.margin-right-none {
	margin-right: 0 !important;
}
@media screen and (max-width: 599px) {
	.margin-right-none {
		margin-right: 0 !important;
	}
}
.margin-bottom-none {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 599px) {
	.margin-bottom-none {
		margin-bottom: 0 !important;
	}
}
.margin-left-none {
	margin-left: 0 !important;
}
@media screen and (max-width: 599px) {
	.margin-left-none {
		margin-left: 0 !important;
	}
}
.padding-top-none {
	padding-top: 0 !important;
}
@media screen and (max-width: 599px) {
	.padding-top-none {
		padding-top: 0 !important;
	}
}
.padding-right-none {
	padding-right: 0 !important;
}
@media screen and (max-width: 599px) {
	.padding-right-none {
		padding-right: 0 !important;
	}
}
.padding-bottom-none {
	padding-bottom: 0 !important;
}
@media screen and (max-width: 599px) {
	.padding-bottom-none {
		padding-bottom: 0 !important;
	}
}
.padding-left-none {
	padding-left: 0 !important;
}
@media screen and (max-width: 599px) {
	.padding-left-none {
		padding-left: 0 !important;
	}
}
.margin-top-xxs {
	margin-top: 10px !important;
}
@media screen and (max-width: 599px) {
	.margin-top-xxs {
		margin-top: 5px !important;
	}
}
.margin-right-xxs {
	margin-right: 10px !important;
}
@media screen and (max-width: 599px) {
	.margin-right-xxs {
		margin-right: 5px !important;
	}
}
.margin-bottom-xxs {
	margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
	.margin-bottom-xxs {
		margin-bottom: 5px !important;
	}
}
.margin-left-xxs {
	margin-left: 10px !important;
}
@media screen and (max-width: 599px) {
	.margin-left-xxs {
		margin-left: 5px !important;
	}
}
.padding-top-xxs {
	padding-top: 10px !important;
}
@media screen and (max-width: 599px) {
	.padding-top-xxs {
		padding-top: 5px !important;
	}
}
.padding-right-xxs {
	padding-right: 10px !important;
}
@media screen and (max-width: 599px) {
	.padding-right-xxs {
		padding-right: 5px !important;
	}
}
.padding-bottom-xxs {
	padding-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
	.padding-bottom-xxs {
		padding-bottom: 5px !important;
	}
}
.padding-left-xxs {
	padding-left: 10px !important;
}
@media screen and (max-width: 599px) {
	.padding-left-xxs {
		padding-left: 5px !important;
	}
}
.margin-top-xs {
	margin-top: 25px !important;
}
@media screen and (max-width: 599px) {
	.margin-top-xs {
		margin-top: 13px !important;
	}
}
.margin-right-xs {
	margin-right: 25px !important;
}
@media screen and (max-width: 599px) {
	.margin-right-xs {
		margin-right: 13px !important;
	}
}
.margin-bottom-xs {
	margin-bottom: 25px !important;
}
@media screen and (max-width: 599px) {
	.margin-bottom-xs {
		margin-bottom: 13px !important;
	}
}
.margin-left-xs {
	margin-left: 25px !important;
}
@media screen and (max-width: 599px) {
	.margin-left-xs {
		margin-left: 13px !important;
	}
}
.padding-top-xs {
	padding-top: 25px !important;
}
@media screen and (max-width: 599px) {
	.padding-top-xs {
		padding-top: 13px !important;
	}
}
.padding-right-xs {
	padding-right: 25px !important;
}
@media screen and (max-width: 599px) {
	.padding-right-xs {
		padding-right: 13px !important;
	}
}
.padding-bottom-xs {
	padding-bottom: 25px !important;
}
@media screen and (max-width: 599px) {
	.padding-bottom-xs {
		padding-bottom: 13px !important;
	}
}
.padding-left-xs {
	padding-left: 25px !important;
}
@media screen and (max-width: 599px) {
	.padding-left-xs {
		padding-left: 13px !important;
	}
}
.margin-top-s {
	margin-top: 50px !important;
}
@media screen and (max-width: 599px) {
	.margin-top-s {
		margin-top: 25px !important;
	}
}
.margin-right-s {
	margin-right: 50px !important;
}
@media screen and (max-width: 599px) {
	.margin-right-s {
		margin-right: 25px !important;
	}
}
.margin-bottom-s {
	margin-bottom: 50px !important;
}
@media screen and (max-width: 599px) {
	.margin-bottom-s {
		margin-bottom: 25px !important;
	}
}
.margin-left-s {
	margin-left: 50px !important;
}
@media screen and (max-width: 599px) {
	.margin-left-s {
		margin-left: 25px !important;
	}
}
.padding-top-s {
	padding-top: 50px !important;
}
@media screen and (max-width: 599px) {
	.padding-top-s {
		padding-top: 25px !important;
	}
}
.padding-right-s {
	padding-right: 50px !important;
}
@media screen and (max-width: 599px) {
	.padding-right-s {
		padding-right: 25px !important;
	}
}
.padding-bottom-s {
	padding-bottom: 50px !important;
}
@media screen and (max-width: 599px) {
	.padding-bottom-s {
		padding-bottom: 25px !important;
	}
}
.padding-left-s {
	padding-left: 50px !important;
}
@media screen and (max-width: 599px) {
	.padding-left-s {
		padding-left: 25px !important;
	}
}
.margin-top-m {
	margin-top: 75px !important;
}
@media screen and (max-width: 599px) {
	.margin-top-m {
		margin-top: 38px !important;
	}
}
.margin-right-m {
	margin-right: 75px !important;
}
@media screen and (max-width: 599px) {
	.margin-right-m {
		margin-right: 38px !important;
	}
}
.margin-bottom-m {
	margin-bottom: 75px !important;
}
@media screen and (max-width: 599px) {
	.margin-bottom-m {
		margin-bottom: 38px !important;
	}
}
.margin-left-m {
	margin-left: 75px !important;
}
@media screen and (max-width: 599px) {
	.margin-left-m {
		margin-left: 38px !important;
	}
}
.padding-top-m {
	padding-top: 75px !important;
}
@media screen and (max-width: 599px) {
	.padding-top-m {
		padding-top: 38px !important;
	}
}
.padding-right-m {
	padding-right: 75px !important;
}
@media screen and (max-width: 599px) {
	.padding-right-m {
		padding-right: 38px !important;
	}
}
.padding-bottom-m {
	padding-bottom: 75px !important;
}
@media screen and (max-width: 599px) {
	.padding-bottom-m {
		padding-bottom: 38px !important;
	}
}
.padding-left-m {
	padding-left: 75px !important;
}
@media screen and (max-width: 599px) {
	.padding-left-m {
		padding-left: 38px !important;
	}
}
.margin-top-l {
	margin-top: 100px !important;
}
@media screen and (max-width: 599px) {
	.margin-top-l {
		margin-top: 50px !important;
	}
}
.margin-right-l {
	margin-right: 100px !important;
}
@media screen and (max-width: 599px) {
	.margin-right-l {
		margin-right: 50px !important;
	}
}
.margin-bottom-l {
	margin-bottom: 100px !important;
}
@media screen and (max-width: 599px) {
	.margin-bottom-l {
		margin-bottom: 50px !important;
	}
}
.margin-left-l {
	margin-left: 100px !important;
}
@media screen and (max-width: 599px) {
	.margin-left-l {
		margin-left: 50px !important;
	}
}
.padding-top-l {
	padding-top: 100px !important;
}
@media screen and (max-width: 599px) {
	.padding-top-l {
		padding-top: 50px !important;
	}
}
.padding-right-l {
	padding-right: 100px !important;
}
@media screen and (max-width: 599px) {
	.padding-right-l {
		padding-right: 50px !important;
	}
}
.padding-bottom-l {
	padding-bottom: 100px !important;
}
@media screen and (max-width: 599px) {
	.padding-bottom-l {
		padding-bottom: 50px !important;
	}
}
.padding-left-l {
	padding-left: 100px !important;
}
@media screen and (max-width: 599px) {
	.padding-left-l {
		padding-left: 50px !important;
	}
}
.margin-top-xl {
	margin-top: 150px !important;
}
@media screen and (max-width: 599px) {
	.margin-top-xl {
		margin-top: 75px !important;
	}
}
.margin-right-xl {
	margin-right: 150px !important;
}
@media screen and (max-width: 599px) {
	.margin-right-xl {
		margin-right: 75px !important;
	}
}
.margin-bottom-xl {
	margin-bottom: 150px !important;
}
@media screen and (max-width: 599px) {
	.margin-bottom-xl {
		margin-bottom: 75px !important;
	}
}
.margin-left-xl {
	margin-left: 150px !important;
}
@media screen and (max-width: 599px) {
	.margin-left-xl {
		margin-left: 75px !important;
	}
}
.padding-top-xl {
	padding-top: 150px !important;
}
@media screen and (max-width: 599px) {
	.padding-top-xl {
		padding-top: 75px !important;
	}
}
.padding-right-xl {
	padding-right: 150px !important;
}
@media screen and (max-width: 599px) {
	.padding-right-xl {
		padding-right: 75px !important;
	}
}
.padding-bottom-xl {
	padding-bottom: 150px !important;
}
@media screen and (max-width: 599px) {
	.padding-bottom-xl {
		padding-bottom: 75px !important;
	}
}
.padding-left-xl {
	padding-left: 150px !important;
}
@media screen and (max-width: 599px) {
	.padding-left-xl {
		padding-left: 75px !important;
	}
}
.margin-top-xxl {
	margin-top: 200px !important;
}
@media screen and (max-width: 599px) {
	.margin-top-xxl {
		margin-top: 100px !important;
	}
}
.margin-right-xxl {
	margin-right: 200px !important;
}
@media screen and (max-width: 599px) {
	.margin-right-xxl {
		margin-right: 100px !important;
	}
}
.margin-bottom-xxl {
	margin-bottom: 200px !important;
}
@media screen and (max-width: 599px) {
	.margin-bottom-xxl {
		margin-bottom: 100px !important;
	}
}
.margin-left-xxl {
	margin-left: 200px !important;
}
@media screen and (max-width: 599px) {
	.margin-left-xxl {
		margin-left: 100px !important;
	}
}
.padding-top-xxl {
	padding-top: 200px !important;
}
@media screen and (max-width: 599px) {
	.padding-top-xxl {
		padding-top: 100px !important;
	}
}
.padding-right-xxl {
	padding-right: 200px !important;
}
@media screen and (max-width: 599px) {
	.padding-right-xxl {
		padding-right: 100px !important;
	}
}
.padding-bottom-xxl {
	padding-bottom: 200px !important;
}
@media screen and (max-width: 599px) {
	.padding-bottom-xxl {
		padding-bottom: 100px !important;
	}
}
.padding-left-xxl {
	padding-left: 200px !important;
}
@media screen and (max-width: 599px) {
	.padding-left-xxl {
		padding-left: 100px !important;
	}
}
.font-size-xxs {
	font-size: 0.6em !important;
}
@media screen and (max-width: 599px) {
	.font-size-xxs {
		font-size: 0.8em !important;
	}
}
.font-size-xs {
	font-size: 0.8em !important;
}
@media screen and (max-width: 599px) {
	.font-size-xs {
		font-size: 0.9em !important;
	}
}
.font-size-s {
	font-size: 0.9em !important;
}
@media screen and (max-width: 599px) {
	.font-size-s {
		font-size: 0.95em !important;
	}
}
.font-size-m {
	font-size: 1.2em !important;
}
@media screen and (max-width: 599px) {
	.font-size-m {
		font-size: 1.1em !important;
	}
}
.font-size-l {
	font-size: 1.5em !important;
}
@media screen and (max-width: 599px) {
	.font-size-l {
		font-size: 1.25em !important;
	}
}
.font-size-xl {
	font-size: 2em !important;
}
@media screen and (max-width: 599px) {
	.font-size-xl {
		font-size: 1.5em !important;
	}
}
.font-size-xxl {
	font-size: 2.5em !important;
}
@media screen and (max-width: 599px) {
	.font-size-xxl {
		font-size: 1.75em !important;
	}
}
/**
 * 50-modules.css
**/

/**
 * mod_navigation
**/

.mod_navigation_main li,
.mod_navigation_meta li {
    display: inline;
    display: inline-block;
} 

/**
 * mod_breadcrumb
**/
.mod_breadcrumb li:after {
    content: '/';
    display: inline;
    display: inline-block;
    margin: 0 .5em 0 .75em;
    font-size: 13px;
}

.mod_breadcrumb li:nth-of-type(1):after,
.mod_breadcrumb li.last:after {
    content: '';
    margin: 0;
}

/**
 * mod_calendar
**/
.mod_calendar td,
.mod_calendar th {
    width: 14.28571428%;
    text-align: center;        
}

.mod_calendar .days {
    padding: 0;
}

.mod_calendar .header {
    padding: .25em;
}

.mod_calendar .today {
    font-weight: bold;
}

/**
 * mod_newsreader
**/
.mod_newsreader .back {
    display: none;
}
/**
 * 70-theme.css
**/

* {
    box-sizing: border-box;
    -webkit-appearance: none;
}

body {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    min-width: 390px;
}

a {
    color: #333;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

a[href^="tel"] {
  color: #FFF;
  text-decoration: none;
 }

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

h1 {
    font-size: 1.5em;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 1em;
}

h1, h3 {
    text-transform: none;
}

h2 {
    margin: .5em 0;
    text-transform: none;  
    display: block;
    font-weight: 500;
    font-size: 1.25em;
}

h3 {
    margin-bottom: 10px;
}

h4 {
    text-transform: none;
}

h6 {
    color: #888888;
    font-size: 14px;
    letter-spacing: .05em;
}

.-color-inverted h3:after {
    content: none;
}

.image_container {
    margin: 0;
}

.intro {
    font-size: 1.25em;
}

p strong {
    color: #444444;
}

.display p strong {
    color: #00996B;
}

p.error {
    color: red;
}

.ce_text a {
    color: #00996b;
    text-decoration: underline;
}

.ce_text {
    overflow: visible;
}

.ce_text ul {
    list-style-type: square;
    list-style-position: outside;
}

.distributor_list {
    margin-bottom: 1em;
}

.distributor_list p {
    color: #FFF;
    background: #00996b;
    padding: 5px 10px;
    margin-bottom: 6px;
}

.medium {
    width: 49%;
    margin-right: 2%;
    float: left;
}

.medium:nth-of-type(2n+2) {
    margin-right: 0;
}

select.medium,
label.medium {
    width: 100%;
}

.distributor_list p + p {
    color: #333;
    background: #FFF;
    
}

.distributor_list p strong {
    color: #FFF;
}

.distributor_list ul {
    list-style-type: none;
    padding: 0;
}

.distributor_list img {
    border-radius: 50%;
    padding: 10px;
}

.distributor_list li {
    background: #FFF url('../../files/themes/nsuite/img/icon-arrow-right.svg') no-repeat scroll 92% center;
    background-size: 20px 20px;
    margin-bottom: 6px;
    padding: 5px 10px;
    transition: .2s ease-in-out 0s;
}

.distributor_list li:hover {
    background: rgba(255,255,255,.7) url('../../files/themes/nsuite/img/icon-arrow-right.svg') no-repeat scroll 95% center;
    background-size: 20px 20px;
    transition: .2s ease-in-out 0s;
}

.distributor_list li em {
    font-style: normal;
    color: #888888;
    font-size: 12px;
/*    line-height: 1.25;
    display: block;*/
}

.distributor_list li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: block;
    max-width: 90%;
}

.mod_training h2 {
    font-size: 17px;
}

/**
 *  Layout
 **/

.section_header, 
.section_main, 
.section_sidebar,
.section_footer {
    margin: 0;
}

.section_main {
    margin-top: 70px;
}

.section_main .inside {
    padding: 0;
}

.section_header {
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    background: #FFF;
    height: 70px;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 4;
}

.section_header .mod_article {
    overflow: visible;
}

.mod_topheader {
    position: fixed;
    top: 0;
    height: 28px;
    left: 0;
    right: 0;
    width: 100%;
    background: #00996b;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    z-index: 1;
}

.mod_topheader .inside {
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
    line-height: 28px;
}

.section_footer .inside,
.section_header .inside {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.section_footer {
    padding-top: 1em;
    background: #00996b;
    min-height: 200px;
}

.section_footer p,
.section_footer a {
    color: #FFF;
    font-size: 13px;
}

.section_footer p strong {
    color: #FFF;
}

.section_footer h4,
.section_footer h5 {
    color: #FFF;
    font-size: 16px;
    text-transform: none;
}

.centered_wrapper_inside {
    max-width: 1200px;
}

.highlight ul {
    list-style-type: none;
}

.highlight ul li {
    padding-left: 1.25em;
}

.highlight ul li:before {
    content: '✔';
    display: inline-block;
    margin-left: -21px;
    margin-right: .5em;
    color: #FFF;
}

/**
 *  Navigation
 **/

.mod_navigation_main .level_2,
.mod_navigation_main .level_3 {
    display: none;
}

.mod_navigation_main {
    float: right;
    overflow: visible;
}

.mod_navigation_main ul {
    margin-top: 0;
}

.mod_navigation_main li {
    float: left;
}

.section_footer .mod_customnav li span.active,
.mod_navigation_meta li span,
.mod_navigation_main li span,
.mod_navigation_meta li a,
.mod_navigation_main li a {
    color: #FFF;
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 500;
}

.mod_navigation_main li span.trail,
.mod_navigation_main li span.active,
.section_footer .mod_customnav li span.active {
    text-decoration: underline;
}

.mod_navigation_main li span.trail,
.mod_navigation_main li span.active {
    color: #00996b; 
}

.mod_navigation_main li.area_search.active span,
.mod_navigation_main li.area_search a span {
    text-indent: -999px;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 26px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('../../files/themes/nsuite/img/icon-search.svg') no-repeat scroll center;
    background-size: 20px 20px;
}

.mod_navigation_main li span {
    color: #555;
}

.mod_navigation_main .level_1 > li,
.mod_navigation_main .level_1 > li > a,
.mod_navigation_main .level_1 > li > strong {
    line-height: 70px; 
    padding: 0 .5em 0 .5em;
}

.mod_navigation_main .level_1 > li > a.trail span,
.mod_navigation_main .level_1 > li:hover > a span,
.mod_navigation_main .level_1 > li > strong {
    color: #00996b !important;
    text-decoration: underline;
}

.mod_navigation_main li a:hover,
.mod_navigation_main li a:active,
.mod_navigation_main li a:focus,
.mod_navigation_main li a:hover,
.mod_navigation_main li a:active,
.mod_navigation_main li a:focus {
    text-decoration: underline;
}

.mod_navigation_main .level_1 .submenu {
    position: relative;
}

.mod_navigation_main .level_1 .submenu:hover .level_2 {
    display: block;
    position: absolute;
    top: 70px;
    left: 8px;
    width: 200px;
    box-shadow: 0 25px 75px rgba(0,0,0,.25);
}

.mod_navigation_main .level_2 li {
    display: block;
    background: #00996b;
    width: 200px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.mod_navigation_main .level_2 li a {
    padding: 0;
}

.mod_navigation_main .level_2 li a span,
.mod_navigation_main .level_2 li span {
    display: block;
    color: #FFF;
    padding: .5em 1em;
}

.mod_navigation_main .level_2 li a:hover span,
.mod_navigation_main .level_2 li a:active span,
.mod_navigation_main .level_2 li a:focus span,
.mod_navigation_main .level_2 li.active span {
    background: #c2e1d5;
    color: #555;
    text-decoration: none;
}

.mod_navigation_main .level_2 li a:hover,
.mod_navigation_main .level_2 li a:active,
.mod_navigation_main .level_2 li a:focus {
    text-decoration: none;
}

.mod_navigation_meta {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.mod_customnav li a:hover,
.mod_customnav li a:active,
.mod_customnav li a:focus,
.mod_customnav li > span > strong {
    color: #CCC;
    text-decoration: underline;
}

/**
 *  Contact
 **/

label {
    display: block;
    width: 100%;
    margin-top: .5em;
    margin-bottom: 0.35714em;
    font-size: 0.75em;
    color: #98a0ab;
}

form {
    overflow: visible;
}

input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea,
select {
    padding: 10px 10px;
    line-height: normal;
    border: 1px solid #dcdcdc;
    border-bottom-color: #cfcfcf;
    font-size: 0.93333em;
    color: inherit;
    background: #ffffff;
}

select {
    width: 100%;
    background: #FFFFFF url('../../files/themes/nsuite/img/icon-arrow-down.svg') no-repeat scroll 97% center;
    background-size: 16px 9px;
}

input[type="text"]:focus,
input[type="text"]:hover,
input[type="text"]:active,
input[type="password"]:hover, 
input[type="password"]:focus,
input[type="password"]:active,
input[type="date"]:focus, 
input[type="date"]:hover, 
input[type="date"]:active, 
input[type="datetime"]:focus, 
input[type="datetime"]:hover, 
input[type="datetime"]:active, 
input[type="email"]:focus, 
input[type="email"]:hover, 
input[type="email"]:active, 
input[type="number"]:focus,
input[type="number"]:hover,
input[type="number"]:active,
input[type="tel"]:focus, 
input[type="tel"]:hover, 
input[type="tel"]:active, 
input[type="time"]:focus, 
input[type="time"]:hover,
input[type="time"]:active,
input[type="url"]:focus, 
input[type="url"]:hover, 
input[type="url"]:active, 
input[type="checkbox"]:focus, 
input[type="checkbox"]:hover, 
input[type="checkbox"]:active, 
textarea:focus,
textarea:hover,
textarea:active,
select:focus,
select:hover,
select:active {
    border-color: #00996b;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

textarea {
        height: 150px;
}
.layout_full .more.secondary,
a.more,
.calltoaction a,
button.submit,
input[type="submit"] {
    clear: both;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 0 auto;
    color: #FFF;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    
    border: 0;
    background: #00996b;
    
    -webkit-box-shadow: 0 10px 10px rgba(0,153,107,.2);
    -moz-box-shadow: 0 10px 10px rgba(0,153,107,.2);
    -o-box-shadow: 0 10px 10px rgba(0,153,107,.2);
    box-shadow: 0 10px 10px rgba(0,153,107,.2);
    
    -webkit-transition: .2s ease-in-out 0s;
    -moz-transition: .2s ease-in-out 0s;
    -o-transition: .2s ease-in-out 0s;
    transition: .2s ease-in-out 0s;
}

.layout_full .more.secondary:hover,
.layout_full .more.secondary:active,
.layout_full .more.secondary:focus,
button.submit:hover, button.submit:active, button.submit:focus,
a.more:hover,
a.more:active,
a.more:focus {
    text-decoration: none;
    box-shadow: none;
    transition: .2s ease-in-out 0s;
    background: #0bbd88;
    cursor: pointer;
}

.explanation {
    clear: both;
    text-align: left;
    display: block;
    font-size: .8125em;
    color: #333;
}

.checkbox_container label {
    width: 90%;
    font-size: .8125em;
    margin-top: 0;
    color: #333;
    float: left;
    margin-bottom: 2em;
}

.checkbox_container input {
    border: 1px solid #dcdcdc;
    background: #FFF;
    width: 30px;
    height: 30px;
    margin-top: 3px;
    margin-right: 10px;
}

.checkbox_container input[type=checkbox]:checked {
    background: #FFF url('../../files/themes/nsuite/img/icon-check.png') no-repeat scroll center;
    background-size: 20px 20px;
    
}

input[type="radio"], 
input[type="checkbox"] {
    float: left;
}

.calltoaction a {
    padding: 20px 60px;
    font-size: 1.5em;
    
}

.mod_copyright {
    float: right;
    text-align: center;
    color: #FFF;
    font-size: .75em;
}

.mod_copyright a {
    color: #FFF;
    text-decoration: none;
}

.area_imprint h2 {
    text-align: left;
}

.area_imprint .text_container p,
.area_imprint .text_container li {
    font-size: .875em;
}

.area_imprint p strong {
    display: block;
    margin-top: 1em;
}

.mod_mobile_toggle {
    display: none;
    float: right;

}

.mod_mobile_toggle a {
    text-decoration: none;
}

.mod_mobile_toggle img {
    width: 30px;
    height: 30px;
}

.partner img {
    margin: 0 auto;
    opacity: .3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out 0s;
    -moz-transition: .3s ease-in-out 0s;
    -o-transition: .3s ease-in-out 0s;
    transition: .3s ease-in-out 0s;
}

.partner img:hover,
.partner img:active,
.partner img:focus {
    opacity: .8;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.fixed-note-button {
    color: #FFF;
    
    border: 0;
}

.fixed-note-button:hover,
.fixed-note-button:focus,
.fixed-note-button:active {
    
    border: 0;
}

.fixed-note {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    height: 60px;
    background: #111;
    border: none;
    color: #CCC;
    font-size: 12px;
}

.fixed-note a {
    color: #CCC;
    text-decoration: none;
} 
.fixed-note a:hover,
.fixed-note a:focus,
.fixed-note a:active {

}

.centered img {
    margin: 0 auto;
}

figure figcaption {
    margin-top: 1em;
    font-size: 12px;
    font-style: normal;
    color: #888888;
}

.ce_gallery ul {
    list-style-type: none;
    padding: 0;
}

.ce_gallery .cols_5 li {
    width: 19%;
    float: left;
    margin: 0;
    margin-right: 1.25%;
}

.ce_gallery .cols_5 li:nth-of-type(5) {
    margin-right: 0;
}

.mod_branding {
    float: left; 
    max-width: 200px;
    margin-top: 13px;
}

.mod_branding img {
    max-width: 110px;
}

.mod_product.ce_text {
    background: #FAFAFA;
    padding: 1em;
    margin-bottom: .5em;
    border-radius: 6px;
}

.mod_product a.more {
    /*display: none;*/
    background: none;
    box-shadow: none;
    position: absolute;
    bottom: 0;
    right:0;
    color: #00996B;
    font-weight: 300;
}

.mod_product {
    position: relative;
    -webkit-transition: .2s ease-in-out 0s;
    -moz-transition: .2s ease-in-out 0s;
    -o-transition: .2s ease-in-out 0s;
    transition: .2s ease-in-out 0s;
    overflow: hidden;
}

.mod_product:hover {
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -webkit-transition: .2s ease-in-out 0s;
    -moz-transition: .2s ease-in-out 0s;
    -o-transition: .2s ease-in-out 0s;
    transition: .2s ease-in-out 0s;
}

.area_products .mod_product {
    height: 170px;
    border-radius: 6px;
/*    display: flex;
    justify-content: center;
    align-items: center;*/
}

.mod_product h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    font-weight: 400;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00996b;
}

.mod_product.mobile h2 {
    background: #f08a31;
}

.mod_product.web h2 {
    background: #429eb8;
}

.mod_product.inhouse h2 {
    background: #ce4e2b;
}

.mod_product.comfort h2 {
    background: #e7b900;
}

.mod_product.cloud p strong {
    color: #b3589d;
}

.mod_product.cloud h2 {
    background: #b3589d;
}

.product_distributor .product.transfer,
.mod_product.transfer h2 {
    background: #6a5acd;
}

.product_distributor .product.mobil,
.mod_product.mobil h2 {
    background: #f08a31;
}

.mod_product .text_container {
    padding-top: 1em;
    margin-left: 250px;
    font-size: 14px;
}

/** product_distributor **/

.product_distributor .rs-column {
    width: 19%;
    margin-right: 1.25%;
}

.product_distributor .rs-column:nth-of-type(5) {
    margin-right: 0;
}

.product_distributor .product {
    background: #00996b;
    margin-bottom: 1em;
    border-radius: 6px;
}

.product_distributor .product:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -webkit-transition: .2s ease-in-out 0s;
    -moz-transition: .2s ease-in-out 0s;
    -o-transition: .2s ease-in-out 0s;
    transition: .2s ease-in-out 0s;
}

.product_distributor .product h2 a {
    color: #FFF;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    display: block;
    font-weight: 400;
}

.product_distributor .product h2 a strong {
    font-weight: 700;
}

.product_distributor .product.web {
    background: #429eb8;
}

.product_distributor .product.comfort {
    background: #e7b900;
}

.product_distributor .product.inhouse {
    background: #ce4e2b;
}

.mod_news h3 {
    color: #FFF;
    text-align: left;
    font-size: 14px;
    padding: 5px 10px;
    background: #00996b;
    letter-spacing: .05em;
    margin-bottom: 6px;
}

.mod_newslist_home {
    margin-bottom: 1em;
}

.mod_newslist_home .info {
    display: none;
}

.mod_newslist_home .layout_latest {
    margin-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    background: #FFF;
}

.mod_newslist_home .layout_latest h2 {
    font-size: 15px;
    font-weight: 500;
}

.mod_newslist_home .layout_latest h2 a {
    color: #00996b;
}

.mod_newslist_home .layout_latest p {
    font-size: 13px;
}

.mod_newslist_home .layout_latest .more {
    display: none;
}

.mod_newslist_home .layout_latest:hover,
.mod_newslist_home .layout_latest:active,
.mod_newslist_home .layout_latest:focus {
    cursor: pointer;
    background: #F0F0F0;
}

.layout_full {
    position: relative;
    background: rgba(255,255,255,.95);
    padding: 2em;
}

.layout_full h1 {
    text-align: left;
    margin-bottom: 1em;
}

.layout_full .more {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    color: #00996b;
    
}

.layout_full .info {
    position: absolute; 
    top: 1em;
    right: 2em;
    font-size: 12px;
    font-weight: 700;
    color: #00996b;
}

.layout_full .image_container {
    margin-bottom: 1em;
}

.area_sitenotfound .centered_wrapper.display .centered_wrapper_inside,
.area_article .centered_wrapper.display .centered_wrapper_inside {
    height: 150px;
}

.centered_wrapper.display {
    height: 350px;
    height: 320px;
}

.area_article .centered_wrapper.display {
    max-height: 260px;
    min-height: 210px;
    
}

.fixed .centered-wrapper-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*.centered_wrapper.display .centered-wrapper-background:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .6;
    width: 100%;
    height: 198px;
    background: url('../../files/themes/nsuite/img/nsuite-balken-unten2.png') no-repeat scroll center;
    background-size: cover;
}*/

.display h1 {
    text-align: left;
    color: #888888;
    font-size: 2em;
    font-weight: 700;
    max-width: 60%;
    line-height: 1.125;
    margin-bottom: 20px;
}

.display h3 {
    margin-bottom: 10px;
    font-size: .75em;
    color: #A7A7A7;
    text-transform: uppercase;
    letter-spacing: .2em;
    text-align: left;
}

.display a.more {
    margin-top: 10px;
    margin-right: 10px;
    float: left;
    clear: none;
    margin-bottom: 1em;
    font-weight: bold;
}

a.more.special,
.display a.more.special {
    background: #D6002E;
    box-shadow: 0 10px 10px rgba(214,0,46,.2);
    transition: .2s ease-in-out 0s;
}

a.more.special:hover,
a.more.special:active,
a.more.special:focus,
.display a.more.special:hover,
.display a.more.special:active,
.display a.more.special:focus {
    box-shadow: 0 2px 2px rgba(214,0,46,.2);
    transition: .2s ease-in-out 0s;
    background: #EC2A54;
}

.display a.more.secondary {
    background: #429eb8;
    box-shadow: none;
}

.-highlight-color {
    background: #c2e1d5;
}

.mod_support .item .linkedin,
.mod_support .item .phone,
.mod_support .item .teamviewer {
    position: fixed;
    right: 0;
    top: 140px;
}

.mod_support .item .teamviewer {
    top: 212px;
}

.mod_support .toggle {
    width: 60px;
    height: 60px;
}

.mod_support .toggle.teamviewer {
    background: #FFF;
    border-radius: 4px;
}

.mod_support .toggle.phone {
    background: #00996b;
    border-radius: 4px;
    padding: 9px 5px 5px 9px;
    transition: .2s ease-in-out 0s;
    height: 66px;
}

.mod_support .item .desc.phone {
    position: fixed;
    top: 140px;
    right: -160px;
    width: 160px;
    background: #00996b;
    color: #FFF;
    padding: 6px 6px;
    transition: .2s ease-in-out 0s;
    font-weight: 700;
    text-align: center;
}

.mod_support .item.active .toggle.phone {
    right: 157px;
    transition: .2s ease-in-out 0s;
}

.mod_support .item.active .desc.phone {
    right: 0;
    transition: .2s ease-in-out 0s;
    font-size: 18px;
}

.mod_breadcrumb {
    position: absolute;
    top: -30px;
}

.mod_breadcrumb.secondary {
    position: static;
    background: #dbeae5;
}

.mod_breadcrumb.secondary ul {
    max-width: 1200px;
    margin: 0 auto;
    margin: 1em auto;
}

.mod_breadcrumb .active,
.mod_breadcrumb li {
    font-size: 13px;
    color: #888888;
}

.mod_breadcrumb li a {
    color: #00996b;
}

.mod_breadcrumb li a:hover,
.mod_breadcrumb li a:active,
.mod_breadcrumb li a:focus {
    text-decoration: underline;
}

.ce_accordion {
    position: relative;
    margin-bottom: 2em;
}

.ce_accordion:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,.2);
}

.ce_accordion, .ce_accordion .toggler {
    border: 0;
}

.ce_accordion .ui-accordion-header {
    padding: 20px 50px 20px 15px;
    background: #00996b;
    color: #FFF;
    border: 0;
    font-size: 18px;
}

.ce_accordion .ui-accordion-header-icon {
    position: absolute;
    top: 23.5px;
    right: 23.5px;
    width: 20px;
    height: 20px;
    background: url('../../files/themes/nsuite/img/icon-cross.svg') no-repeat scroll center;
    background-size: 14px 14px;
    transform: rotate(45deg);
}

.ce_accordion .active .ui-accordion-header-icon {
    transform: rotate(0deg);
}

.ce_accordion .accordion {
    background: #FFF;
    padding: 1em;
}

.ce_accordion .accordion p:last-child {
    margin-bottom: 0;
}

.hyperlink {
    text-align: center;
}

.hyperlink a {
    color: #00996b;
    text-decoration: none;
    margin-top: 1em;
    font-size: 1.25em;
    font-weight: 600;
}

.hyperlink a:after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 16px;
    background: url('../../files/themes/nsuite/img/icon-arrow-right.svg') no-repeat scroll center;
}

.hyperlink a:hover {
    text-decoration: underline;
}

/** Tabs **/


.ce_tabs {
    margin-top: 4em;
}

.ce_tabs h3 {
    text-align: left;
    font-size: 18px;
    color: #555;
    margin-bottom: 1em;
}

.panel,
.tabcontrol_panes {
    background: #FFF;
}

.panel,
.ce_tabcontrol .tabcontrol_panes {
    min-height: 300px;
    padding: 2em;
}

 ul.ui-tabs-nav,
.ui-tabs-nav ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.ui-tabs-nav ul li,
.ce_tabcontrol .tabcontrol_tabs li {
    background: #c2e1d5;
    background: rgba(255,255,255,.5);
    color: #00996b;
    padding-left: 1em;
    padding-right: 1em;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    border: 1px solid #F9F9F9;
    margin-right: 10px;
}

.ui-tabs-nav ul li a {
    display: block;
    line-height: 50px;
}

.ce_tabs .tabs a:hover,
.ce_tabs .tabs a:focus,
.ce_tabs .tabs a:active {
    cursor: pointer;
}

.ui-tabs-nav li.ui-tabs-active,
.ce_tabcontrol .tabcontrol_tabs li.selected {
    background: #FFF;
}

/** areas **/

.area_product h1 {
    text-align: left;
    margin-bottom: 1em; 
}
/** Sections **/ 

.section_products h2.ce_headline {
    text-transform: none;
    margin-bottom: 28px;
    font-size: 1.875em;
    margin-top: 0;
    font-weight: 900;
}

.product_distributor h3 {
    font-weight: 900;
}

.section_products {
    position: relative;
}

.section_products .rs-column {
    margin-top: 1em;
}

.section_products:before {
    content: '';
    position: absolute;
    bottom: -116%;
    left: -89%;
    width: 150%;
    height: 200%;
    background: #d0e8df;
    border-radius: 50%;
}

.section_change h2 {
    font-size: 2em; 
    text-align: center;
    line-height: 1.25;
    margin-bottom: 2em;
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.section_change li,
.section_change p {
    text-shadow: 0 1px 3px rgba(0,0,0,.7);
}

.section_change p strong {
    color: #FFF;
}

.section_change a.more {
    background: #FFF;
    color: #00996b;
    max-width: 204px;
    margin: 2em auto 0 auto;
    display: block;
    font-weight: bold;
}

.section_change .rs-columns + .ce_text p {
    text-shadow: none !important;
}

.section_search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0,153,107,.95);
}

.section_search.active {
    display: block;
}

.section_search p {
    color: #FFF;
    font-size: 1.25em;
    font-weight: 600;
    text-align: center;
    margin-top: 40vh;
}

.mod_search_form {
    text-align: center;
}

.mod_search_form .formbody {
    width: 75%;
    max-width: 460px;
    margin: 0 auto;
}

.mod_search_form button.submit {
    float: none;
    margin-top: 29px;
    color: #FFF;
    border: 2px solid #FFF;
}

.mod_search_form button.submit:hover,
.mod_search_form button.submit:focus {
    color: #FFF;
    background: rgba(0,0,0,.1);
    border-color: transparent;
}


.mod_search_form input[type="search"] {
    padding: 14px;
    border: none;
    border-bottom: 2px solid #FFF;
    background: transparent;
    font-size: 1.857142857142857em;
    font-weight: bold;
    color: #FFF;
    text-align: center;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.mod_search_full .relevance,
.mod_search_full .url{
    display: none;
}
.mod_search_full h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.mod_search_full h3 a {
    color: #00996b;
    text-decoration: underline;
}

.mod_search_full .header {
    font-size: 13px;
    margin-top: 1em;
}

.mod_search_full input[type="search"] {
    max-width: 500px;
    float: left;
    margin-right: 20px;
    padding: 7px 15px;
}

.mod_search_full .even,
.mod_search_full .odd {
    padding: 1em 1em;
    border-bottom: 1px solid rgba(0,0,0,.2);
    margin-bottom: 1em;
    background: #FFF;
}

.mod_search_full .context {
    font-size: 14px;
}

.mod_search_full .pagination {
    padding-top:  1em;
    text-align: center;
}

.mod_search_full .pagination p{
    display: none;
}

.mod_search_full .pagination li span,
.mod_search_full .pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    margin-right: 6px;
    margin-bottom: 1em;
    background: #00996b;
    border-radius: 4px;
}

.mod_search_full .pagination li a:hover,
.mod_search_full .pagination li span {
    background: #75af9e;
}

.mod_search_full .pagination li a.first,
.mod_search_full .pagination li a.previous,
.mod_search_full .pagination li a.next,
.mod_search_full .pagination li a.last {
    text-align: left;
    width: auto;
    height: auto;
    color: #00996b;
    background: transparent;
}

@media only screen and (max-width: 767px) {
    .mod_search_full .pagination li.first,
    .mod_search_full .pagination li.previous,
    .mod_search_full .pagination li.next,
    .mod_search_full .pagination li.last {
        display: none;
    }
    
    .mod_search_full .pagination li a.first,
    .mod_search_full .pagination li a.previous,
    .mod_search_full .pagination li a.next,
    .mod_search_full .pagination li a.last {
        line-height: 1.5;
        margin-bottom: 0;
    }
}

.close_search {
    width: 50px;
    height: 50px;
    padding: 10px 10px 10px 15px;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.close_search a{
    overflow: hidden;
    color: inherit;
    line-height: 0;
    z-index: 100;
    text-indent: 99px;
}

.section_newsletter .centered_wrapper_inside {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.section_newsletter input[type="text"] {
    margin-bottom: 1em;
}

.mod_cards {
    margin-top: 2em;
    min-height: 60px;
}

.mod_cards h2 {
    margin-bottom: 1em;
}

.mod_device .float_left,
.mod_device .float_right,
.mod_cards .float_left,
.mod_cards .float_right {
    width: auto;
}

.mod_cards img {
    margin-bottom: 2em;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 10px;
    overflow: visible;
}

.mod_cards p {
    margin-bottom: 0;
}

.mod_cards .ce_text {
    overflow: hidden;
}

.mod_cards strong {
    color: #333; 
}

.mod_device,
.mod_download {
    background: #FFF;
    padding: 1em;
    font-size: .875em;
    
}

.mod_device.ce_text {
    overflow: hidden;
    display: flex;
}

.mod_device .text_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mod_device .text_container p {
    margin-bottom: 0;
}

.section_devices .rs-column {
    margin-top: 0;
    margin-bottom: 1em;
}

.mod_download .image_container.float_left,
.mod_download .image_container.float_right {
    width: auto;
}

.section_downloads .rs-column {
    margin-top: 1em;
}

.mod_download a {
    /*float: right;*/
}

.mod_download p + p {
    margin-bottom: 0;
}

.mod_download:hover,
.mod_download:active,
.mod_download:focus {
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -webkit-transition: .2s ease-in-out 0s;
    -moz-transition: .2s ease-in-out 0s;
    -o-transition: .2s ease-in-out 0s;
    transition: .2s ease-in-out 0s;
}

.area_news .mod_newslist {
    overflow: visible;
}

.area_news .layout_latest {
    position: relative;
    width: 31%;
    margin-right: 3.5%;
    float: left;
    padding: 1em 1em 1em 1em;
    border: 1px solid rgba(0,0,0,.2);
    background: #FFF;
    min-height: 280px;
    margin-bottom: 1em;
}

.area_news .layout_latest:hover {
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -webkit-transition: .2s ease-in-out 0s;
    -moz-transition: .2s ease-in-out 0s;
    -o-transition: .2s ease-in-out 0s;
    transition: .2s ease-in-out 0s;
}

.area_news .layout_latest p {
    font-size: .875em;
}

.area_news .layout_latest .more {
    position: absolute;
    right: 1em;
    bottom: 0;
    
    font-weight: 700;
}

.area_news .layout_latest .more a {
    color: #00996b;
    font-size: 14px;
}

.area_news .layout_latest .info {
    font-size: .75em;
    color: #888888;
}

.area_news .layout_latest:nth-of-type(3n+3) {
    margin-right: 0;
}

.area_news .mod_newslist {
    padding-top: 3em;
}

.mod_team {
    clear: both;
    margin-bottom: 1em;
    overflow: hidden;
}

.mod_team .float_left,
.mod_team .float_right {
    width: auto;
}

.section_partner {
    padding-top: 3em;
}

.section_partner .mod_partner.ce_text {
    position: relative;
    width: 24%;
    margin-right: 1.3333333333%;
    float: left;
    overflow: hidden;
    transition: .5s ease-in-out 0s;
    margin-bottom: 1em;
}

.section_partner .mod_partner.ce_text:nth-of-type(4n+2) {
    margin-right: 0;
}

.section_partner .mod_partner img {
    margin: 0 auto;
}

.mod_partner .text_container {
    position: absolute;
    top: inherit;
    left: 0;
    right: 0;
    bottom: inherit;
    padding: 2em 20px;
    opacity: 0;
    transition: .5s ease-in-out .2s;
    background: rgba(255,255,255,.9);
    font-size: .875em;
}

.mod_partner .image_container {
    background: #FFF;
    padding: 1em;
}

.mod_partner.ce_text:hover .text_container {
    opacity: 1;
    top: 0;
    bottom: 0;
    transition: .5s ease-in-out 0s;
}

.mod_mmenu {
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 30px rgba(0,0,0,.3);
    -o-box-shadow: 0 5px 30px rgba(0,0,0,.3);
    box-shadow: 0 5px 30px rgba(0,0,0,.3);
}

.mod_mmenu a,
.mod_mmenu span {
    font-weight: 700;
}

.mod_change {
    overflow: visible;
    
}

.mod_change .icon-boxes-item {
    border: 1px solid rgba(0,0,0,.1);
    min-height: 370px;
    background: #c2e1d570;
    box-shadow: 0 15px 30px rgba(0,0,0,.2);
    margin-bottom: 3em;
}

.mod_change h2 {
    display: block;
    width: 100%;
    background: #00996b;
    color: #fff;
    margin-top: 0;
    padding: 10px 0;
}

.mod_change .icon-boxes-item-text {
    text-align: left;
    font-size: 14px;
}

.centered {
    text-align: center;
    margin: 0 auto;
}

.mod_cta {
    margin-top: 3em;
    padding: 1em;
    background: #00996b;
    max-width: 200px;
    color: #FFF;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0,0,0,.2);
    transform: rotate(7deg);
    font-size: 22px;
    font-weight: 900;
    border-radius: 10px;
}
.mod_cta p {
    margin-bottom: 0;
}

figure.float_left, figure.float_right {
    width: auto;
}

.section_newsarticle .layout_full {
    margin-top: 36px;
}

.layout_full .pagination {
    clear: both;
    margin-top: 2em;
    padding-top: 1em;
}

.layout_full .pagination a {
    font-size: 14px;
    text-decoration: underline;
}

.layout_full .previous {
    float: left;
}

.layout_full .next {
    float: right;
}

.layout_full a.more:hover,
.layout_full a.more:active,
.layout_full a.more:focus {
    background: transparent;
    text-decoration: underline;
}

.layout_full .ce_text {
    overflow: hidden;
}

h1 sup {
    font-size: 14px;
    font-weight: 300;
}

.cookiebar__button {
    background: #00996b;
}

.mod_newsletterarchive {
    width: 49%;
    margin-right: 2%;
    float: left;
    padding: 1em;
    background: #FFF;
    margin-bottom: 2em;
    min-height: 255px;
    transition: .2s ease-in-out 0s;
}

.mod_newsletterarchive:hover,
.mod_newsletterarchive:active,
.mod_newsletterarchive:focus {
    box-shadow: 0 15px 20px rgba(0,0,0,.1);
    cursor: pointer;
    transition: .2s ease-in-out 0s;
}

.mod_newsletterarchive a {
    font-weight: 700;
}

.mod_newsletterarchive:nth-of-type(2n+2) {
    margin-right: 0;
}

.mod_newsletterSubscribeNotificationCenter input[type="text"] {
    margin-bottom: 1em;
}

.mod_newsletterSubscribeNotificationCenter {
    margin-bottom: 1em;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.mm-listview>li>a, .mm-listview>li>span {
    font-size: 17px;
}

.section_footer .mod_customnav li span.active {
    font-size: 13px;
    font-weight: 400;
}

.mod_customnav li {
    line-height: 1.25;
}

.section_footer p {
    line-height: 1.25;
}
/** fixes **/

body.ie .centered_wrapper.display {
    margin-top: 70px;
}

body.ie .mod_support .item .desc.phone {
    
    z-index: 999;
    height: 110px;
}

.icon_boxes a.more:hover, .icon_boxes a.more:active, .icon_boxes a.more:focus {
    color: #FFF;
}

.mod_navigation_main .level_1 > li.area_linkedin span, 
.mod_navigation_main .level_1 > li.area_linkedin a {
    text-indent: -999px;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 26px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('../../files/themes/nsuite/img/icon-linkedin.png') no-repeat scroll center;
    background-size: 20px 20px;
}
/* @todo same-site cookies */

/** Feedback form**/

.feedback .radio_container span {
    width: 20%;
    float: left;
    margin: .5em 0;
}

.feedback input[type="radio"] {
    width: 16px;
    height: 16px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background: #FFF;
    margin-right: 1em;
}

.feedback input[type="radio"]:checked {
    background: #00996b;
}

.feedback .widget.middle {
    float: left;
    margin-right: 2%;
    width: 49%;
}

.form_registration.feedback label {
    font-weight: 400;
}

.feedback .widget.middle label {
    margin-top: .5em;
}

.feedback .widget.middle + .widget.middle {
    margin-right: 0;
}

.feedback legend {
    font-size: 18px;
    line-height: 1.5;
    color: #00996b;
    padding: 1em 0 .5em 0;
}

.form_registration.feedback .checkbox_container input {
    width: 30px;
    height: 30px;
}

.feedback .checkbox_container label {
    width: 50%;
}

#zaehler ul {
    list-style-type: none;
    padding-left: 0;
}

.mod_navigation_main li.area_ifat span {
    font-weight: 900;
    border: 1px solid #00996B;
    padding: 3px 12px;
    border-radius: 3px;
}

.mod_navigation_main li.area_ifat a:hover span,
.mod_navigation_main li.area_ifat a:active span,
.mod_navigation_main li.area_ifat a:focus span {
    background: #0bbd88;
}

.mod_navigation_main li.area_ifat a:hover,
.mod_navigation_main li.area_ifat a:active,
.mod_navigation_main li.area_ifat a:focus {
    color: #FFF;
    text-decoration: none;
}

.mod_navigation_main .level_1 > li.area_ifat:hover > a span {
    color: #FFF !important;
    text-decoration: none;
}

.mod_navigation_main li.area_ifat span.active {
    text-decoration: none;
}

/* Video */

.video_container {
    position: relative;
    z-index: 7;
}

.video_container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Newslist Home */

.mod_newslist_home .image_container {
    display: none;
}

.mod_newslist.news .info {
    position: absolute;
    bottom: 6px;
    left: 20px;
    background: #00996B;
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    padding: 0 6px;
    line-height: 18px;
    border-radius: 3px;
    z-index: 2;
}

.mod_newslist.news .layout_latest.pic {
    min-height: 430px;
}

.area_news .layout_latest {
    position: relative;
    padding: 0;
    border: none;
    margin-bottom: 2em;
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
    border-radius: 5px;
}

.mod_newslist.news .layout_latest:hover {
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
}

.area_news .layout_latest h2,
.area_news .layout_latest .ce_text {
    padding: 0 20px;
}

.area_news .layout_latest h2 {
    padding-top: .5em;
    font-weight: 700;
}

.area_news .layout_latest h2 a {
    display: block;
    line-height: 1.375;
}

.mod_newslist.news .layout_latest.pic h2 {
    padding-top: .5em
}

.area_news .pagination .next,
.area_news .pagination .last,
.area_news .pagination .first,
.area_news .pagination .previous {
    display: none;
}

.area_news .pagination {
    overflow: visible;
    border-top: none;
}

.area_news .pagination li strong,
.area_news .pagination li a {
    display: inline-block;
    min-width: 40px;
    text-align: center;
    line-height: 40px;
    background: #00996b;
    color: #FFF;
    border-radius: 5px;
    border: 1px solid #00996b; 
    font-weight: 700;
    transition: .2s ease-in-out 0s;
}

.area_news .pagination li strong {
    background: transparent;
    color: #00996b;
}

.area_news .pagination li a:hover {
    box-shadow: 0 5px 10px rgba(0,153,107,.2);
    transition: .2s ease-in-out 0s;
    background: #0bbd88;
}

.area_news .pagination p {
    font-size: 12px;
    color: #00996b;
}

.display p {
    font-size: 20px;
}

.mod_newslist.news .layout_latest.pic .image_container {
    position: relative;
}

.mod_newslist.news .layout_latest.pic .image_container:before {
    content: '';
    position: absolute;
    top: 60%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.mod_product p strong {
    color: #00996B;
}

.mod_product.web p strong {
    color: #429eb8;
}

.mod_product.comfort p strong {
    color: #e7b900;
}

.mod_product.inhouse p strong {
    color: #ce4e2b;
}

.mod_product.mobile p strong {
    color: #f08a31;
}

.mod_product.transfer p strong {
    color: #6a5acd;
}

/* Mitgliedschaften */

.mod_membership {
    position: relative;
    margin-top: 3em;
    background: #FFF;
    padding: 3em;
    min-height: 198px;
}

.mod_membership .text_container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease-in-out 0s;
}

.mod_membership:hover .text_container {
    visibility: visible;
    opacity: 1;
    transition: .2s ease-in-out 0s;
}

.button-fullsize a {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inline-block;
    padding: 10px 16px;
    color: #FFF;
    background: #00996B;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    -webkit-box-shadow: 0 10px 10px rgba(0,153,107,.2);
    -moz-box-shadow: 0 10px 10px rgba(0,153,107,.2);
    -o-box-shadow: 0 10px 10px rgba(0,153,107,.2);
    box-shadow: 0 10px 10px rgba(0,153,107,.2);
    -webkit-transition: .2s ease-in-out 0s;
    -moz-transition: .2s ease-in-out 0s;
    -o-transition: .2s ease-in-out 0s;
    transition: .2s ease-in-out 0s;
}

.button-fullsize a:hover {
    text-decoration: none;
    box-shadow: none;
    transition: .2s ease-in-out 0s;
    background: #0bbd88;
}

/* Update auf Contao 4.13.37 */
/* Cookiebar */

.contao-cookiebar .highlight .cc-btn.success {
    background: #00996b;
    border-color: #00996b;
}

.contao-cookiebar .highlight .cc-btn.success:hover {
    background: #0bbd88;
    border-color: #0bbd88;
}

/* mmenu */

.mod_mmenu {
    display: none;
}

.mod_mmenu.mm-menu--opened {
    display: block;
}

.-background-color-green {
    background: #00996B;
}

.-background-color-green #zaehler span {
    color: #FFF;
}

.centered_wrapper.mod_countdown {
    padding: 1em 3em 2em 3em;
}

/* Rocksolid Slider */

/* danach wieder aktivieren: Autoplay Dauer 5000 */

.mod_product_slider.mobile {
    display: none;
}

.rsts-skin-default .rsts-prev, 
.rsts-skin-default .rsts-next, 
.rsts-skin-default .rsts-video-play, 
.rsts-skin-default .rsts-video-stop, 
.rsts-skin-default .rsts-thumbs-prev, 
.rsts-skin-default .rsts-thumbs-next {
    bottom: -25px;
}

@media only screen and (max-width: 1200px) {
    .mod_product_slider.mobile {
        display: block;
    }
    
    .mod_product_slider.desktop {
        display: none;
    }

    .rsts-crop {
        overflow: visible;
    }
    
    .rsts-slide {
        width: 223px !important;
    }
}

@media only screen and (max-width: 900px) {
    .area_test .mod_product_slider .mod_product.ce_text {
        min-height: 252px;
    }
    
    .mod_product_slider.mobile {
        padding-bottom: 3em;
    }
    
    .mod_product_slider.mobile .rsts-next,
    .mod_product_slider.mobile .rsts-prev {
        left: 50%;
    }
    
    .mod_product_slider.mobile .rsts-prev {
        margin-left: -40px;
    }
}

/* Bug 12163 */

.area_support h2 {
	font-size: 1.875em;
    margin-top: 0;
    font-weight: 900;
}
.area_forms .section_main a {
    color: #009366; 
}

.area_forms .section_main a:hover,
.area_forms .section_main a:active,
.area_forms .section_main a:focus {
    text-decoration: underline;
}

.form_registration {
    overflow: visible;
    min-width: 1150px;
}

body.ie .form_registration {
    margin-top: 4em;
}

.form_registration fieldset.form_row {
    border: 1px solid #CCC;
    border-bottom: none;
}

.form_registration fieldset.form_row:nth-of-type(8) {
    border-bottom: 1px solid #CCC;
}

.form_registration .widget.col-1,
.form_registration .widget.col-2,
.form_registration .widget.col-3 {
    width: 33.3333333333%;
    float: left;
    /*border-right: 1px solid #000;*/
}

.form_registration .widget.col-2 input {
    text-transform: uppercase;
}

.form_registration .widget.col-2.error input {
    border-color: red;
    background: yellow;
}

.form_registration .widget-text.official_number {
    position: relative;
}

.form_registration .widget-text.official_number.error:before {
    content: 'Fehler, bitte Eingabe prüfen.';
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 10px;
    display: block;
    color: red;
    font-weight: 700;
    
}

.form_registration button.error {
    background: #AAA;
    cursor: not-allowed;
    box-shadow: none;
}

.form_registration label.mandatory {
    color: #c55353;
}

.form_registration .explanation {
    clear: none;
    padding: 8px 10px 8px 10px;
    font-size: 16px;
}

.form_registration .explanation p {
    margin-bottom: 0;
}

.form_registration fieldset.medium.checkboxes,
.form_registration fieldset .widget.medium:nth-of-type(2n+2) {
    float: right;
    margin-right: 0;
}

.form_registration .widget.small {
    float: left;
    margin-right: 2%;
    width: 25%;
}

.form_registration .widget.large {
    float: right;
    margin-right: 0;
    width: 73%;
}

.form_registration .form_block {
    /* border: 1px solid rgba(0,0,0,.3);*/
    padding: 1em 1em 2em 1em;
    background: rgba(255,255,255,.6);
    margin-bottom: 2em;
    box-shadow: 0 5px 10px rgba(0,0,0,.05);
}

.form_registration .block_headline {
    padding-left: 0;
    font-size: 18px;
    margin-bottom: .5em;
}

.form_registration select,
.form_registration .part_0 input,
.form_registration .part_1 input,
.form_registration .part_2 input {
    margin-bottom: .5em;
}

.form_registration label {
    color: #555;
    font-weight: 700;
    margin-top: 0;
    font-size: 12px;
}

.form_registration .clear {
    font-size: 12px;
    line-height: 1.5;
}

.form_registration fieldset.clear input,
.form_registration input.clear{
    font-size: 15px;
}

.form_registration .part_3 .form_row input {
    margin: 5px 3px;
    width: 97%;
}

.form_registration .checkbox_container input {
    width: 40px;
    height: 40px;
    margin-top: 0;
}

.form_registration .form_begin .checkbox_container label {
    width: 24%;
    margin-top: 7px;
    font-size: 16px;
}

.form_registration .form_begin {
    margin-top: 1.5em;
}

.form_registration .form_numbers {
    margin-bottom: 2em;
}

.form_registration .short input {
    width: 49%;
}

.ce_form {
    overflow: visible;
}

.form_registration .small.right {
    float: right;
    margin-right: 0;
}

.form_registration .large.left {
    float: left;
    margin-right: 2%;
}

.form_registration .part_0 .checkbox_container label {
    margin-bottom: 0;
}

.form_registration .widget.half {
    float: left;
    width: 35.5%;
    margin-right: 2%;
}

.form_registration .widget.half + .widget.half {
    margin-right: 0;
}




/* 
    Created on : 11.08.2022, 08:17:00
    Author     : dk
*/

.area_test .mod_product {
/*    width: 18.4%;
    margin-right: 2%;
    float: left;*/
}

.mod_product_slider,
.mod_product_slider .rsts-view,
.mod_product_slider .rsts-slide {
    overflow: visible !important;
}

.mod_product_slider .rsts-slide {
    padding: 10px;
}

.area_test .mod_product:nth-of-type(5n+5) {
    margin-right: 0;
}

.area_test .mod_product.mobile h2 {
    background: #f08a31;
}

.area_test .mod_product.ce_text {
    padding: 0;
    min-height: 292px; 
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}

.area_test .mod_product.ce_text:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

.area_test .mod_product h2 {
    position: static;
    width: 100%;
    line-height: 80px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
}

.area_test .mod_product .text_container {
    margin-left: 0;
    padding-left: 1em;
    padding-right: 1em;
}

@media only screen and (max-width: 1100px) {
/*    .area_test .mod_product {
        width: 48%;
        margin-right: 4%;
    }
    
    .area_test .mod_product:nth-of-type(2n+2) {
        margin-right: 0;
    }
    
    .area_test .mod_product.ce_text {
        min-height: 172px;
    }*/
}

.area_test .area_news .mod_newslist {
    padding-top: 0;
}

.area_test .area_news.section_products:before {
    content: none;
}

.area_test h6 {
    color: #707170;
    letter-spacing: 3px;
}

/*.area_test .mod_newslist.news .layout_latest.pic .image_container:before {
    content: none;
}*/

.area_test .area_news .layout_latest .more {
    position: absolute;
    bottom: 0;
    font-weight: 700;
    right: 20px;
}

.area_test .layout_latest .image_container {
    overflow: hidden;
}

.area_test .layout_latest .image_container img {
    transition: .4s ease-in-out 0.25s;
}

.area_test .layout_latest:hover .image_container img {
    transform: scale(1.05);
    transition: .5s ease-in-out 0s;
}

.area_test .centered_wrapper.display .centered-wrapper-background:after {
    content: none;
}

.area_test .centered_wrapper.display p + p {
    margin-bottom: 0;
}

.area_test .mod_newslist.news.faded {
    overflow: hidden;
    max-height: 110px;
    margin-bottom: 2em;
    clear: both;
}

.area_test .mod_newslist.news.faded .image_container:before {
    content: '';
    top: 0;
    height: 110px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(157,212,191,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(157,212,191,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(157,212,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#9dd4bf',GradientType=0 );
}

.area_test .mod_product.ce_text {
    position: relative;
    overflow: visible;
}

.area_test .mod_product.ce_text a {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.mod_product {
    overflow: visible;
}

.mod_product h2 {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.mod_product .newproduct,
.area_test .newproduct {
    position: absolute;
    top: -4px;
    right: -3px;
    background: #D6002E;
    color: #FFF;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 3px;
    font-weight: 700;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: wobble; 
    animation-name: wobble; 
}

@-webkit-keyframes wobble { 
    0% { -webkit-transform: translateX(0%); } 
    15% { -webkit-transform: translateX(-25%) rotate(-5deg); } 
    30% { -webkit-transform: translateX(20%) rotate(3deg); } 
    45% { -webkit-transform: translateX(-15%) rotate(-3deg); } 
    60% { -webkit-transform: translateX(10%) rotate(2deg); } 
    75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
    100% { -webkit-transform: translateX(0%); } 
 }
         
@keyframes wobble { 
    0% { transform: translateX(0%); } 
    15% { transform: translateX(-25%) rotate(-5deg); } 
    30% { transform: translateX(20%) rotate(3deg); } 
    45% { transform: translateX(-15%) rotate(-3deg); } 
    60% { transform: translateX(10%) rotate(2deg); } 
    75% { transform: translateX(-5%) rotate(-1deg); } 
    100% { transform: translateX(0%); } 
}

.area_test .section_newsletter .centered_wrapper_inside {
    text-align: left;
    max-width: 1200px;
}

.area_test .section_footer,
.area_test .-background-color-dark {
    background: rgb(28,163,133);
    background: -moz-linear-gradient(45deg, rgba(28,163,133,1) 0%, rgba(28,163,133,1) 54%, rgba(2,127,97,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(28,163,133,1) 0%,rgba(28,163,133,1) 54%,rgba(2,127,97,1) 100%);
    background: linear-gradient(45deg, rgba(28,163,133,1) 0%,rgba(28,163,133,1) 54%,rgba(2,127,97,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ca385', endColorstr='#027f61',GradientType=1 );
}

.display h1,
h2 {
    font-weight: 900;
}

.area_test .display h3 {
    font-weight: 500;
}

.area_test .mod_product h2 strong {
    font-weight: 700;
}

.area_test .mod_product h2 {
    font-weight: 400;
}

.area_test .section_newsletter button {
    background: #FFF;
    color: #00996b;
}

.area_test .mod_monaloga {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
    position: relative;
    padding: 0;
    height: 360px;
    overflow: visible;
    transition: .2s ease-in-out 0s;
}

.area_test .mod_monaloga:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,.4);
    transition: .2s ease-in-out 0s;
}

.area_test .mod_monaloga h5 {
    position: absolute;
    top: -25px;
    left: 25px;
    display: block;
    background: #efd500;
    color: #000;
    border-radius: 3px;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    line-height: 50px;
    padding: 0 20px;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    transform: rotate(-3deg);
}

.area_test .mod_monaloga .centered-wrapper-background {
    border-radius: 10px;
}

.area_test .mod_monaloga .ce_text {
    float: left;
    max-width: 66.6666666667%;
    width: 100%;
    padding: 68px 76px 0 68px;
}

.area_test .mod_monaloga h3 strong {
    background: rgba(0,135,92,.8);
    line-height: 64px;
    font-size: 38px;
    color: #FFF;
    padding: 0 10px;
}

.area_test .mod_monaloga h3 strong br {
    line-height: 5px;
}

.area_test .mod_monaloga h3 {
    margin-bottom: 40px;
} 

.area_test .mod_monaloga .ce_text a.more {
    background: #006db3;
    box-shadow: 0 10px 10px rgba(0,109,179,.5);
}

.area_test .mod_monaloga .ce_text a.more:hover {
    box-shadow: 0 3px 5px rgba(0,109,179,.8);
}

.area_test .mod_monaloga .ce_text.right_side {
    float: right;
    padding: 45px 20px 0 20px;
    max-width: 33.3333333333%;
    width: 100%;
    height: 360px;
    background: #FFF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 15px;
}

.area_test .mod_monaloga .ce_text.right_side img {
    margin: 0 auto 2em auto;
}

.area_test .section_footer h4 {
    font-size: 18px;
    font-weight: 700;
}

.area_test .section_footer h4:nth-of-type(1),
.area_test .section_footer h4:nth-of-type(2),
.area_test .section_footer h4:nth-of-type(3) {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1070px) {
    .area_test .mod_monaloga h3 strong {
        font-size: 30px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 900px) {
    .area_test .mod_monaloga {
        height: auto;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .area_test .mod_monaloga .ce_text {
        float: none;
        max-width: 100%;
        padding: 30px 20px 0 20px;
    }
    
    .area_test .mod_monaloga .ce_text.right_side {
        float: none;
        height: auto;
        max-width: 100%;
        padding-bottom: 20px;
        padding-top: 20px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
    }
    
    .area_test .mod_monaloga .centered-wrapper-background {
        background-position: 0 0 !important;
        background-size: contain !important;
    }
    
    .area_test .mod_monaloga h3 {
        margin-bottom: 10px;
        font-size: 26px;
    }
    
    .area_test .mod_monaloga h5 {
        font-size: 14px;
        line-height: 30px;
        top: -15px;
        left: -15px;
    }
    
    .area_test .mod_product.ce_text {
        min-height: 232px;
    }
}

@media only screen and (max-width: 550px) {
    .area_test .mod_monaloga h3 strong {
        line-height: 36px;
        font-size: 24px;
    }
    
    .area_test .mod_monaloga .ce_text.right_side img {
        max-width: 175px;
    }
    
    .area_test .mod_product.ce_text {
        width: 100%;
        min-height: 172px;
    }
}

@media only screen and (max-width: 410px) {
    .area_test .mod_monaloga h3 strong {
        font-size: 21px;
        line-height: 1;
    }
}

.area_test .counter_wrapper h5 {
    font-size: 90px;
    letter-spacing: -.025em;
    font-weight: 700;
    color: #00996b;
    line-height: 1;
    background: -webkit-linear-gradient(#31bd95, #047058);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.area_test .section_counter h2 {
    text-transform: none;
    margin-bottom: 28px;
    font-size: 1.875em;
    margin-top: 0;
    font-weight: 900; 
}

.area_test .counter p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.area_test .centered_wrapper.display {
    height: 320px;
}

.display h1 {
    margin-bottom: 10px;
}

.area_test .section_counter .centered-wrapper-background {
    background-size: 20% !important;
    background-position: 50% 30px !important;
    opacity: .3;
}

.area_test .section_faq h2,
.area_test .section_testimonials h2 {
    text-transform: none;
    margin-bottom: 28px;
    font-size: 1.875em;
    margin-top: 0;
    font-weight: 900;
}

.area_test .section_testimonials .ce_gallery {
    margin-top: 2em;
}

.area_test .section_testimonials .ce_gallery li {
    width: 33.333333333%;
    float: left;
    margin: 0;
    margin-top: -.75em;
    padding: 0 2em;
    opacity: .6;
    transition: .2s ease-in-out 0s;
    filter: grayscale(1);
}

.area_test .section_testimonials .ce_gallery li:hover {
    opacity: 1;
    transition: .2s ease-in-out 0s;
    filter: grayscale(0);
}

.area_test .section_testimonials .ce_gallery img {
    max-width: 180px;
}

.area_test .section_testimonials .rs-column {
    margin-right: 2%;
}

.area_test .section_faq .ce_text.faq {
    background: #FFF;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    overflow: hidden;
    transition: .2s ease-in-out 0s;
}

.area_test .section_faq .ce_text.faq:hover {
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    transition: .2s ease-in-out 0s;
}

.area_test .section_faq h3 {
    color: #00996B;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0 0 0;
}

.area_test .section_faq .text_container {
    padding-left: 20px;
    padding-right: 20px;
}

.area_test .section_faq .rs-column {
    width: 23%;
    margin-right: 2.6666666667%;
}

.area_test .section_faq .rs-column:nth-of-type(4n+4) {
    margin-right: 0;
}

.area_test .section_faq a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    float: right;
    margin-bottom: 20px;
}

.area_test .section_faq p {
    font-size: 14px;
}

#startseite-mona-loga strong .nsuite-schrift {
    color: #00996B;
}

.area_test .-highlight-color-secondary {
    background: #c2e1d5;
}

/*.area_test .mod_support {    
    margin: 4px auto 0 auto;
    display: block;
}*/

.mod_support p {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0;
    text-shadow: 0 1px 3px rgb(0,0,0,.3);
}

.mod_support .text_container p,
.mod_support .text_container {
    line-height: 1;
}

.mod_support p strong {
    font-size: 30px;
    font-weight: 900;
    color: #FFF;
}

.section_support img {
    margin: 0 auto;
}

.section_support .rs-column.-large-col-6-1 {
    width: 16.6666666667%;
    margin-right: 0;
    
}

.section_support .rs-column.-large-col-6-4 {
    width: 66.6666666667%;
    margin-right: 0;
    text-align: center;
}

.section_support .whitespace {
    white-space: nowrap;
}

.section_support .ce_text:last-child p {
    margin-bottom: 0;
} 

.mod_changelanguage {
    float: right;
    margin-top: 24px;
    margin-right: 14px;
/*    border: 1px solid rgba(0,0,0,.3);
    padding: 0 4px;
    border-radius: 3px;
*/
}

.mod_changelanguage ul {
    margin-bottom: 0;
}

.mod_changelanguage span {
    color: #555;
    font-weight: 500;
}

.mod_changelanguage a.lang-de span,
.mod_changelanguage a.lang-en span {
    overflow: hidden;
    margin-top: -1px;
    margin-bottom: -4px;
    display: inline-block;
    white-space: nowrap;
    text-indent: -999px;
    height: 27px;
    width: 27px;
    background: url('../../files/themes/nsuite/img/icon-united-kingdom-flag.svg') no-repeat scroll center;
    
}

.mod_changelanguage a.lang-de span {
    background: url('../../files/themes/nsuite/img/icon-germany-flag.svg') no-repeat scroll center;
    
}

/* Anwendertreffen */

.form_meeting {
	background: #d0e8df;
	padding: 0.5em 1em 1em 1em;
	border-radius: 6px;
	box-shadow: 0 10px 15px rgba(0,0,0,.1);
}

.form_meeting label {
	width: 80%;
	margin-top: 8px;
	font-weight: 700;
	color: #333;
}

.form_meeting textarea {
	height: 90px;
}

.form_meeting .explanation p {
	margin-bottom: 0;
}

.section_meeting {
	position: relative;
	z-index: 3;
}

.section_meeting .more:hover,
.section_meeting .more {
	text-shadow: none;
	background: #FFF;
	color: #00996b;
	box-shadow: none;
	z-index:3;
}

.section_meeting p {
	margin-bottom: 0;
}

.section_meeting h6 {
	color: #FFF;
}

.section_meeting h3 {
	font-size: 36px;
	font-weight: 700;
}

/**
 * 80-mobile.css
**/

@media only screen and (max-width: 1200px) {
    figure.float_left, figure.float_right {
        width: 45%;
    }
    
    .section_partner .mod_partner.ce_text {
        width: 49%;
    }
}

@media only screen and (max-width: 1100px) {
    .mod_navigation_main {
        display: none;
    }
    
    .mod_mobile_toggle {
		float: right;
		margin-top: 21px;
	    display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .mod_teaser .ce_text {
        width: 49%;
        margin-right: 1.5%;
    }
    
    .mod_teaser .ce_text:nth-of-type(2n+2) {
        margin-right: 0;
    }
    
    .mod_teaser .ce_text:nth-of-type(3) {
        margin-right: 1.5%;
    }
    .ce_tabcontrol .tabcontrol_panes {
        padding: 1em; 
    }
    
    .display h1 {
        max-width: 100%;
    }
    
    .mod_breadcrumb {
        display: none;
    }
    
    .centered_wrapper {
        padding: 2em;
    }
    
    .area_news .layout_latest {
        width: 100%;
        float: none;
        margin-right: 0;
        min-height: inherit;
        padding-bottom: 2em;
    }
    
    .area_news .layout_latest,
    .area_test .layout_latest {
        margin: 1em auto 2em auto;
        max-width: 500px;
    }
    
    .area_news .layout_latest:nth-of-type(3n+3),
    .area_test .layout_latest:nth-of-type(3n+3) {
        margin-right: auto;
    }
    
    .section_products .rs-column {
        width: 100%;
        float: none;
        margin-right: 0;
        
    }
    
    .area_products .mod_product {
        height: auto;
    }
}


@media only screen 
and (max-width: 960px) {
   
    fieldset {
        width: 100%;
        margin: 0;
    }
    
    fieldset + fieldset {
        margin: 0;
    }
    
    textarea  {
        margin-bottom: 2em;
    }
    
    .product_distributor .rs-column {
        width: 49%;
        margin-right: 2%;
        margin-top: 0;
    }
    
    .product_distributor .rs-column:nth-of-type(2n+2) {
        margin-right: 0;
    }
    
}

@media only screen and (max-width: 900px) {
    .section_header .mod_support {
        display: none;
    }
    
    .area_test .section_support .rs-column.-large-col-6-4,
    .area_test .section_support .rs-column.-large-col-6-1 {
        width: 100%;
        margin-right: 0;
    }
    
    .area_test .section_faq .rs-column {
        width: 48%;
        margin-right: 4%;
    }
    
    .area_test .section_faq .rs-column:nth-last-of-type(2n+1) {
        margin-right: 0;
    }
    
    .section_support .rs-column.-large-first-row,
    .section_faq .rs-column.-large-first-row {
        margin-top: 20px;
    }
    
    .counter_wrapper h5 {
        font-size: 70px;
    }
    
    .section_counter .counter {
        margin-bottom: 1em;
    }
    
    .area_test .mod_product h2 {
        line-height: 60px;
    }
    
    .area_test .mod_newslist.news.faded {
        max-height: 142px;
    }
    
    .section_support .mod_support p {
        font-size: 22px;
    }
    
    .section_support .mod_support p strong {
        font-size: 27px;
    }
    
    .section_support .ce_text {
        text-align: center;
    }
    
    .area_test .mod_newslist.news.faded {
        max-height: 126px;
    }
    
/*    .section_support .whitespace {
        white-space: inherit; 
    }*/
    
}

@media only screen and (max-width: 767px) {
    .section_change h2,
    .display h1 {
        font-size: 1.5em;
        font-weight: 700;
    }
    
    .section_products h2.ce_headline {
        font-size: 1.5em;
    }
    
    .ce_tabcontrol .tabcontrol_tabs li {
        display: block;
        text-align: center;
        margin: 0;
    }
    
    .highlight ul {
        padding-left: 0;
    }
    
    .ce_accordion {
        margin-bottom: 1em;
    }
    
    .ce_accordion .accordion,
    .ce_accordion .ui-accordion-header {
        font-size: 14px;
        
    }
    
    .ce_accordion .ui-accordion-header {
        padding: 10px 50px 10px 15px;
    }
    
    .ce_accordion .ui-accordion-header-icon {
        top: 10.5px;
        right: 10.5px;
    }
    
    .mod_newsletterarchive {
        width: 100%;
        margin-right: 0; 
        float: none;
        min-height: inherit;
    }
    
    .ui-tabs-nav ul li {
        width: 50%;
        margin-right: 0;
    }
    
}

@media only screen and (max-width: 687px) {
    .mod_search_full .widget-submit {
        margin-top: 1em;
    }
    
    .mod_search_full input[type="search"] {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    
    a.more, 
    .calltoaction a, 
    button.submit, 
    input[type="submit"] {
        margin: 0 auto;
        text-align: center;
        max-width: 250px;
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .mod_teaser .ce_text {
        width: 100%;
        margin-right: 0;
        max-height: 300px;
    }
    
    .mod_teaser .ce_text:nth-of-type(2n+2) {
        margin-right: 0;
    }
    
    .mod_teaser .ce_text:nth-of-type(3) {
        margin-right: 0;
    }
    
    .mod_teaser .text_container {
        padding-left: 3em;
        padding-right: 3em;
    }
    
    .centered_wrapper {
        padding: 2em 20px;
    }
    
    .calltoaction a {
        font-size: 1em;
    }
    
    .display a.more {
/*        margin-right: auto;
        float: none;*/
    }
    
    .medium {
        width: 100%;
        margin-right: 0;
    }
    
    .checkbox_container label {
        width: 80%;
    }
    
    .area_ifat .display .ce_text,
    .display .image_container {
        display: none;
    }
    
    .area_ifat .display .image_container {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .product_distributor .rs-column {
        width: 100%;
        margin: 0;
    }
    
    .mod_product .text_container {
        margin-left: 0;
    }
    
    .mod_product h2 {
        width: 100%;
        position: static;
        height: 60px;
    }
    
    figure.float_left, figure.float_right {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1em;
    }
    
    .mod_cards figure.float_left {
        float: left;
        margin-right: 5%;
    }
    
    .mod_cta {
        display: none;
    }
    
    .section_partner .mod_partner.ce_text {
        width: 99%;
    }
    
    .area_test .section_faq .rs-column {
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 550px) {
    .ui-tabs-nav ul li, .ce_tabcontrol .tabcontrol_tabs li {
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    .mod_teaser .text_container {
        padding-left: 1em;
        padding-right: 1em;
    }
}

/**
 * Desktops and laptops
**/
@media only screen 
and (min-width: 1224px) {
    /* Styles */
}

/**
 * Large screens
**/
@media only screen 
and (min-width: 1824px) {
    /* Styles */
}

/**
 * Smartphones (portrait and landscape)
**/
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
    /* Styles */
}

/**
 * Smartphones (landscape)
**/
@media only screen
and (min-width: 321px) {
    /* Styles */
}

/**
 * Smartphones (portrait)
**/
@media only screen
and (max-width: 320px) {
    /* Styles */
}

/**
 * iPads (portrait and landscape)
**/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    /* Styles */
}

/**
 * iPads (landscape)
**/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
    /* Styles */
}

/**
 * iPads (portrait)
**/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
    /* Styles */
}


/**
 * iPhone 4 
***/
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
}
/**
 * 90-print.css
**/
