@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}
.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%;
  }
}

#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.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}
@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/aval/fonts/OpenSans-Light.ttf') format('truetype');
             font-weight: 200;
}

@font-face { font-family: 'Open Sans';
             src: url('../../files/themes/aval/fonts/OpenSans-Regular.ttf') format('truetype');
             font-weight: 300;
}

@font-face { font-family: 'Open Sans';
             src: url('../../files/themes/aval/fonts/OpenSans-Bold.ttf') format('truetype');
             font-weight: 500;
}

@font-face { font-family: 'Open Sans';
             src: url('../../files/themes/aval/fonts/OpenSans-SemiBold.ttf') format('truetype');
             font-weight: 600;
}

@font-face { font-family: 'Open Sans';
             src: url('../../files/themes/aval/fonts/OpenSans-ExtraBold.ttf') format('truetype');
             font-weight: 900;
}

/**
 * 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: 500;
}

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: 0;
}

.section_header {
    margin-top: 0;
}

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

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

.section_main,
.section_sidebar {
    min-height: 650px;
}
/**
 * 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 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 3em;
    overflow: hidden;
}

.centered_wrapper_inside {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.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;
}

.centered_wrapper.-highlight-color.-height-small {
    padding: 1.5em 3em;
    min-height: 200px;
}

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

@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_navigation_main {
    overflow: visible;
    margin-top: 30px; 
}

.mod_navigation_main ul {
    max-width: 1200px;
    margin: 0 auto;
}

.mod_navigation_main .level_1 > li {
    float: left;
    
}

.mod_navigation_main .level_1 > li > span,
.mod_navigation_main .level_1 > li > a {
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    padding: 0 12px;
    line-height: 66px;
    display: block;
}

.mod_navigation {
    overflow: visible;
}

.mod_navigation_main .level_2,
.mod_navigation_main .level_3 {
    display: block;
    visibility: hidden;
    opacity: 0;
    -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;
}

.mod_navigation_main .level_1 > li {
    position: relative;
}

.mod_navigation_main .level_2 {
    position: absolute;
    top: 66px;
    left: 0px;
    width: 100%;
    background: #004164;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0,0,0,.15);
}

.mod_navigation_main .area_services .level_2,
.mod_navigation_main .area_download .level_2,
.mod_navigation_main .area_contact .level_2,
.mod_navigation_main .area_standard .level_2 {
    width: 260px;
}

.area_contact .mod_navigation_main .area_contact .level_2 {
    left: inherit;
    right: 0;
}

.mod_navigation_main .area_news .level_2,
.mod_navigation_main .area_contact .level_2 {
    left: inherit;
    right: 0;
}

.mod_navigation_main .level_2 li {
    display: block;
    overflow:hidden;
}

.mod_navigation_main .level_2 li span,
.mod_navigation_main .level_2 li a {
    display: block;
    padding: 16px 16px;
    font-size: .875em;   
    color: #FFF;
}

.mod_navigation_main .level_2 li span,
.mod_navigation_main .level_2 li:hover a, 
.mod_navigation_main .level_2 li:active a,
.mod_navigation_main .level_2 li:focus a,
.mod_navigation_main .level_3 li:hover a,
.mod_navigation_main .level_3 li:active a,
.mod_navigation_main .level_3 li:focus a {
    color: #FFF;
    background: #0077b6;
    text-decoration: none !important;
}

.mod_navigation_main .level_1 > li:hover .level_2 {
    visibility: visible;
    opacity: 1;
}

/**
 * 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;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24.10.2019, 09:59:28
    Author     : daniel
*/

.document_boxes {
    margin-bottom: 2em;
    box-shadow: 5px 5px 20px rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,0.1);
}

.document-boxes-head {
    background: rgba(237,244,248,1);
    font-size: .875em;
    font-weight: 500;
    background: #0077b6;
    color: #FFF;
}

.document-boxes-item,
.document-boxes-head {
    border-bottom: 1px solid rgba(0,0,0,.3);
    padding-top: 10px;
    padding-bottom: 10px;
}

.document-boxes-item {
    border-bottom: 1px solid #cbd9e4;
    font-weight: 300;
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #FFF;
}

.document-boxes-item,
.document-boxes-head {
    overflow: hidden;
}

.document-boxes-item:hover {
    background: #EEE;
}

.document_boxes .desc {
    padding-left: 10px;
    width: 60%;
    float: left;
}

.document_boxes .version {
    padding-left: 10px;
    width: 20%;
    float: left;
}

.document_boxes .public,
.document_boxes .source {
    padding-left: 10px;
    width: 20%;
    float: left;
    text-align: center;
}

.document-boxes-item .public a,
.document-boxes-item .source a {
    background: #f9b233;
    color: #FFF;
    line-height: 24px;
    font-size: 12px;
    padding: 5px 30px;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
}

/** Image-Text Boxes **/

.image_boxes .image_container {
    width: 33%;
    float: left;
    padding-top: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2%;
}

.image_boxes .column {
    width: 30.5%;
    margin-right: 4%;
    float: left;
}

.image_boxes .column + .column {
    margin-right: 0;
}

.image-boxes-item {
    padding: 2em 0 1em 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.image-boxes-item-text {
    font-weight: 200;
}

.image-boxes-item:nth-of-type(2n+2) {
    background: #F4F4F4;
}




/**
 * 70-theme.css
**/

* {
    box-sizing: border-box;
    -webkit-appearance: none;
}

html {
    min-height: 100vH;
}

.mobile-content {
    display: none;
}

body {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}

h1 {
    font-size: 36px;
    color: #004163;
    font-weight: 900;
}

h2 {
    font-size: 30px;
    color: #004164;
    font-weight: 500;
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    color: #004164;
    font-weight: 600;
    margin-bottom: 20px;
}

h4 {
    font-weight: 600;
    color: #004164;
}

code {
    font-size: 13px;
}

code .highlight {
    color: #4f9f4f;
    font-weight: 600;
}

.display {
    
}

.display h1 {
    line-height: 1.25;
    margin-bottom: 24px;
    font-size: 31px;
}

.display + iframe {
    float: right;
    margin-top: 8em;
}

.display p {
    font-weight: 300 !important;
    font-size: 18px;
}

.display p strong {
    font-weight: 300;
    color: #444444;
}

.section_main a {
    color: #0077b6;
}
.section_main .ce_text p sup {
    line-height: 1;
}

.centered img,
.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.-highlight-color {
    background: rgb(237,244,248);
background: -moz-linear-gradient(-45deg, rgba(237,244,248,1) 0%, rgba(229,238,244,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(237,244,248,1) 0%,rgba(229,238,244,1) 100%);
background: linear-gradient(135deg, rgba(237,244,248,1) 0%,rgba(229,238,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf4f8', endColorstr='#e5eef4',GradientType=1 );
}

.-background-color-light {
    background: #F4F4F4;
}

.section_heroshot {
    position: relative;
}

.section_heroshot .mod_develop {
    position: absolute;
    right: 0;
    bottom: 25%;
}

.section_heroshot .centered-wrapper-background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 24%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 24%,rgba(255,255,255,0) 100%);
background: linear-gradient(135deg, rgba(255,255,255,1) 24%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.image_container figcaption {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    color: #AAA;
}

.section_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 96px;
    background: #FFF;
    box-shadow: 0 0 15px rgba(85,85,85,.2);
    overflow: visible;
    z-index: 9999;
    transition: .2s ease-in-out 0s;
}

.header_fixed .section_header {
    height: 66px;
    transition: .2s ease-in-out 0s;
}

.section_header .mod_article {
    overflow: visible;
}

.section_footer .inside,
.section_header .inside {
    max-width: 1270px;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
}

.section_footer {
    background: #004163;
    padding: 3em 0 0 0;
}

.section_footer a,
.section_footer span {
    color: #FFF;
    font-size: 14px;
    font-weight: 200;
}

.section_footer a:hover,
.section_footer a:active,
.section_footer a:focus,
.section_footer span {
    text-decoration: underline;
}

.section_footer h4 {
    color: #c9e7f9;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: .5em;
}

.section_footer .rs-column {
    width: 16.6666666667%;
    margin: 0;
}

.section_footer .mod_agency,
.section_footer .mod_copyright {
    color: rgba(255,255,255,.3);
    width: 50%;
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid rgba(255,255,255,.1);
    font-weight: 200;
    font-size: 12px;
    float: left;
}

.section_footer .mod_agency {
    float: right;
    text-align: right;
}

.section_footer .mod_agency a {
    color: rgba(255,255,255,.3);
    font-size: 12px;
}

.section_footer .mod_branding_footer img {
    margin: 0 auto 3em auto;
}

.mod_branding {
    float: left;
    margin-top: 8px;
    transition: .2s ease-in-out 0s;
}

.mod_branding img {
    transition: .2s ease-in-out 0s;
    max-width: 146px;
}

.header_fixed .mod_branding {
    margin-top: 6px;
    
    transition: .2s ease-in-out 0s;
}

.header_fixed .mod_branding img {
    max-width: 100px;
    transition: .2s ease-in-out 0s;
}

.mod_navigation_main {
    float: right; 
    transition: .2s ease-in-out 0s;
}

.header_fixed .mod_navigation_main {
    margin-top: 0;
    transition: .2s ease-in-out 0s; 
}

.mod_navigation_main .level_1 > li > a
.mod_navigation_main .level_1 > li > span {
    font-size: 16px;
    color: #676766;
    padding: 26px;
    font-weight: 600;
    line-height: 66px;
    transition: .2s ease-in-out 0s;
}

.mod_navigation_main .level_1 > li:hover > a,
.mod_navigation_main .level_1 > li:active > a,
.mod_navigation_main .level_1 > li:focus > a,
.mod_navigation_main .level_1 > li > span,
.mod_navigation_main .level_1 > li > a.trail {
    background: #004163;
    color: #FFF;
    text-decoration: none;
    transition: .2s ease-in-out 0s;
}

.mod_navigation_main li.area_search span,
.mod_navigation_main li.area_search a {
    text-indent: -999px;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 22px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../../files/themes/aval/img/icon-search.svg) no-repeat scroll center;
    background-size: 20px 20px;
}

.mod_navigation_main .level_1 > li.area_search:hover > a,
.mod_navigation_main .level_1 > li.area_search:active > a,
.mod_navigation_main .level_1 > li.area_search:focus > a,
.mod_navigation_main .level_1 > li.area_search > span,
.mod_navigation_main .level_1 > li.area_search > a.trail{
    background: transparent url(../../files/themes/aval/img/icon-search.svg) no-repeat scroll center;
    background-size: 20px 20px;
}

.mod_navigation_main li.area_linkedin span,
.mod_navigation_main li.area_linkedin a {
    text-indent: -999px;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 22px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../../files/themes/aval/img/icon_linkedin.svg) no-repeat scroll center;
    background-size: 20px 20px;
}

.mod_navigation_main .level_1 > li.area_linkedin:hover > a,
.mod_navigation_main .level_1 > li.area_linkedin:active > a,
.mod_navigation_main .level_1 > li.area_linkedin:focus > a,
.mod_navigation_main .level_1 > li.area_linkedin > span,
.mod_navigation_main .level_1 > li.area_linkedin > a.trail{
    background: transparent url(../../files/themes/aval/img/icon_linkedin.svg) no-repeat scroll center;
    background-size: 20px 20px;
}

.mod_navigation_main li.area_github span,
.mod_navigation_main li.area_github a {
    text-indent: -999px;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 22px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../../files/themes/aval/img/icon_github_logo.svg) no-repeat scroll center;
    background-size: 20px 20px;
}

.mod_navigation_main .level_1 > li.area_github:hover > a,
.mod_navigation_main .level_1 > li.area_github:active > a,
.mod_navigation_main .level_1 > li.area_github:focus > a,
.mod_navigation_main .level_1 > li.area_github > span,
.mod_navigation_main .level_1 > li.area_github > a.trail{
    background: transparent url(../../files/themes/aval/img/icon_github_logo.svg) no-repeat scroll center;
    background-size: 20px 20px;
}

.section_main .ce_text p,
.section_main .ce_text li {
    font-weight: 300;
    line-height: 28px;
}

.centered_wrapper_inside {
    max-width: 1200px;
    margin: 0 auto;
}

a.more,
input[type="submit"],
button.submit {
    margin-top: 2em;
    background: #0077b6;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 200px;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(22,70,123,.2);
    transition: .2s ease-in-out 0s;
}

a.more:hover,
a.more:active,
a.more:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
button.submit:hover,
button.submit:active,
button.submit:focus {
    background: #004164;
    box-shadow: none;
    transition: .2s ease-in-out 0s;
    text-decoration: none;
}

select {
    width: 100%;
    background: #FFFFFF url(../../files/themes/aval/img/icon-arrow-down.svg) no-repeat scroll 97% center;
    background-size: 16px 9px;
}

.ce_sliderStart {
    margin-bottom: 2em;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

.slider-control .slider-next,
.slider-control .slider-prev {
    top: -149px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.2);
    text-indent: -90px;
}

.content-slider {
    overflow: hidden;
}

.slider-control .slider-next {
    right: -8%;
    background: rgba(0,0,0,.2) url('../../files/themes/aval/img/icon-slider-right.svg') no-repeat scroll center;
    background-size: 30px 30px;
    transition: .2s ease-in-out 0s; 
}

.slider-control .slider-prev {
    left: -8%;
    background: rgba(0,0,0,.2) url('../../files/themes/aval/img/icon-slider-left.svg') no-repeat scroll center;
    background-size: 30px 30px;
    transition: .2s ease-in-out 0s;
}

.slider-control .slider-next:hover {
    background: #004164 url('../../files/themes/aval/img/icon-slider-right-active.svg') no-repeat scroll center;
    background-size: 30px 30px;
    transition: .2s ease-in-out 0s;
}

.slider-control .slider-prev:hover {
    background: #004164 url('../../files/themes/aval/img/icon-slider-left-active.svg') no-repeat scroll center;
    background-size: 30px 30px;
    transition: .2s ease-in-out 0s;
}

.slider-control .slider-menu b:hover,
.slider-control .slider-menu b:active,
.slider-control .slider-menu b:focus,
.slider-control .slider-menu b.active {
    color: #004164;
}

.ce_gallery ul {
    list-style-type: none;
    padding: 0;
    display: flex;
}

.ce_gallery li {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2em;
    min-height: 190px;
    max-width: 25%;
}

.mod_cta {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
    overflow: visible;
}

.mod_cta a {
    display: inline-block;
    margin: 0 8px;
}
.area_home .mod_breadcrumb {
    display: none;
}

.mod_breadcrumb {
    display: block;
    position: absolute;
    bottom: -4em;
    font-size: 12px;
    font-weight: 200;
    transition: .2s ease-in-out 0s;    
}

.header_fixed .mod_breadcrumb {
    visibility: hidden;
    opacity: 0;
    transition: .2s ease-in-out 0s;
}

.mod_breadcrumb a {
    color: #0077b6;
}

.mod_navigation_content ul {
    list-style-type: none;
    padding: 0;
}

.mod_navigation_content li {
    margin-bottom: .5em;
}

.mod_navigation_content li a {
    padding-left: 10px;
    padding-top: 6px;
    line-height: 1.5;
    padding-bottom: 6px;
    background: #0077b6;
    color: #FFF;
    display: block;
}

.mod_navigation_content li a:hover {
    background: #004164;
    text-decoration: none;
}

.padding-xs {
    padding: 2em;
    border: 1px solid #DDDDDD;
}

.padding-xs .image_container {
    margin-bottom: 0;
}

.padding-xs .image_container img {
    margin: 0 auto;
}

.background-dark {
    background: #004164;
}

.logo {
    padding: 1em;
}

tbody tr {
    background: #FFF;
}

table, tr {
    border: none;
    background: #FFF;
}

td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top: 1px solid #cbd9e4;
    border-bottom: 1px solid #cbd9e4;
    vertical-align: top;
    font-size: .875em;
    font-weight: 300;

}

thead tr {
    background: #FFF;
}

thead th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 500;
    background: #ebf2f7;
    border-bottom: 1px solid #CBD9E4;
}

/*.demo1 thead th {
    color: #FFF;
    background: #0077b6;
}*/

.demo1 thead tr:first-child th {
    background: #0077b6;
    color: #FFF;
    font-size: 14px;
}

tbody tr {
    transition: .1s ease-in-out .05s;
}

tbody tr:nth-child(odd) {
    background: #FFF;
}

tbody tr:nth-child(even) {
    background: #F7F7F7;
}

.demo1 tbody tr:hover {
    background: #DDD;
    transition: .1s ease-in-out 0s;
}

.ce_text {
    overflow: visible;
}

table.demo1 {
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,0.1);
}

th:nth-of-type(1),
td:nth-of-type(1) {
    border-right: 1px solid #cbd9e4;
    width: 300px;
}

.demo1 th:nth-of-type(1), 
.demo1 td:nth-of-type(1) {
    width: auto;
}

.gremium th:nth-of-type(1),
.gremium td:nth-of-type(1) {
    width: 40px;
}

th:nth-of-type(2),
td:nth-of-type(2) {
    border-left: 1px solid #cbd9e4;
}

th:nth-of-type(3),
td:nth-of-type(3) {
    border-left: 1px solid #cbd9e4;
}

th:nth-of-type(4),
td:nth-of-type(4) {
    border-left: 1px solid #cbd9e4;
}

th:nth-of-type(5),
td:nth-of-type(5) {
    border-left: 1px solid #cbd9e4;
}

th:nth-of-type(6),
td:nth-of-type(6) {
    border-left: 1px solid #cbd9e4;
}

th:nth-of-type(7),
td:nth-of-type(7) {
    border-left: 1px solid #cbd9e4;
}

th:nth-of-type(8),
td:nth-of-type(8) {
    border-left: 1px solid #cbd9e4;
}

th:nth-of-type(9),
td:nth-of-type(9) {
    border-left: 1px solid #cbd9e4;
}

th:nth-of-type(10),
td:nth-of-type(10) {
    border-left: 1px solid #cbd9e4;
}

th:nth-of-type(11),
td:nth-of-type(11) {
    border-left: 1px solid #cbd9e4;
}

th:nth-of-type(12),
td:nth-of-type(12) {
    border-left: 1px solid #cbd9e4;
}



td:nth-of-type(2n+2) {
    /*min-width: 200px;*/
}

td,
.section_main .ce_text .text_container td p {
    color: #033333;
    margin-bottom: 0;
}

.demo1 td {
    font-size: 12px;
}

.ce_download p{
    margin-bottom: .25em;
    font-weight: 300;
}

.cookiebar__link,
.cookiebar__message {
    font-weight: 300;
    font-size: 14px;
}

.cookiebar__button {
    background: #0077b6;
}

.cookiebar__button:hover,
.cookiebar__button:active,
.cookiebar__button:focus {
    background: #004164;
}

.mod_mobile_toggle {
    display: none;
}

/** Forms **/

.ce_form {
    overflow: visible;
}

.formbody {
    max-width: 800px;
    width: 100%;
    margin-top: 2em;
}

.widget-text,
.widget-select,
.widget-textarea{
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 6px 10px 4px 10px;
    margin-bottom: 20px;
    background: #FFF;
}

.formbody .checkbox_container input:hover,
.formbody .checkbox_container input:active,
.formbody .checkbox_container input:focus,
.widget-text:hover,
.widget-text:active,
.widget-text:focus,
.widget-select:hover,
.widget-select:active,
.widget-select:focus,
.widget-textarea:hover,
.widget-textarea:active,
.widget-textarea:focus {
    border-color: #0077b6;
    -webkit-box-shadow: 0 8px 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 8px 15px rgba(0,0,0,.1);
    -o-box-shadow: 0 8px 15px rgba(0,0,0,.1);
    box-shadow: 0 8px 15px rgba(0,0,0,.1);
}

.widget-select select {
    width: 100%;
    color: #000;
}

select, input, textarea {
    font-size: 16px;
}

.formbody input[type="submit"] {
    color: #FFF;
}

.widget-explanation h5,
.formbody label {
    width: 100%;
    font-weight: 300;
    font-size: 12px;
}

.widget-explanation h5 {
    margin-top: 23px;
    margin-bottom: 20px;
    margin-left: 16px;
}

.formbody textarea,
.formbody input {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    color: #000;
}


.formbody select {
    padding: 3px 0;
}

.formbody .widget.small {
    width: 24%;
    float: left;
}

.formbody .widget.large {
    width: 74%;
    float: right;
}

.formbody .widget.medium {
    width: 49%;
    float: left;
}

.formbody .widget.medium:nth-of-type(2n+2) {
    float: right;
}

.formbody .widget-select,
.formbody .widget-textarea {
    overflow: hidden;
    display: block;
    width: 100%;
}

.formbody label {
    color: #333;
    font-weight: 500;
}

.formbody .widget.thin {
    width: 37%;
    float: right;
}

.formbody .checkbox_container input {
    width: 36px;
    height: 36px;
    border: 1px solid #DDD;
    border-radius: 5px;
    float: left;
    margin-right: 1em;
    margin-bottom: 10px;
    background: #FFF;
}

.formbody .checkbox_container label {
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
    line-height: 1.5;
}

.formbody .checkbox_container input:checked {
    background: url('../../files/themes/aval/img/icon-check.svg') no-repeat scroll center;
    background-size: 19px 19px;
}

.formbody button {
    border: 0;
}

.formbody button:hover,
.formbody button:active,
.formbody button:focus {
    cursor: pointer;
}

.formbody .explanation {
    margin-top: 2em;
    font-size: 12px;
    color: #AAA;
    float: right;
}

.mod_distributor {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    overflow: visible;
    background: #FFF;
    padding: 2em 1em;
    text-align: center;
    transition: .2s ease-in-out 0s;
}

.mod_distributor:hover {
    box-shadow: none;
    transition: .2s ease-in-out 0s;
    cursor: pointer;
}

.mod_distributor:hover a {
    text-decoration: underline;
}

.mod_distributor img {
    margin: 0 auto;
}

.mod_distributor h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.mod_distributor.partner img {
    margin-top: 19px;
}

.distributor_list .rs-column {
    margin-top: 2em;
}

.mod_newsletter {
    position: relative;
    width: 19.2%;
    float: left;
    margin-right: 1%;
    overflow: visible;
    transition: .2s ease-in-out 0s;
}

.mod_newsletter:nth-of-type(5n+1) {
    margin-right: 0;
}

.mod_newsletter .image_container {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}

.mod_newsletter:hover .image_container,
.mod_newsletter:active .image_container,
.mod_newsletter:focus .image_container {
    box-shadow: none;
    transition: .2s ease-in-out 0s;
    transform: scale(1.05);
}


.mod_newsletter .text_container {
    text-align: center;
}

/** Testing **/

.details {
    height: 0;
    visibility: hidden;
    font-size: 12px;
    color: #666;
    font-weight: 300;
}

.details.active {
    visibility: visible;
    padding: 10px;
    height: 100px;
    background: #e7f4ff;
    border-bottom: 1px solid #cbd9e4;
}

.section_partner .ce_text {
    padding-top: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.section_partner .ce_text .image_container {
    width: 33%;
    float: left;
    padding-top: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2%
    
}

.section_partner .ce_text.odd {
    overflow: hidden;
    background: #F8F8F8;
    display: block;
}

.section_partner .ce_text .text_container {
    width: 65%;
    float: right;
}

.video_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video_container iframe,
.video_container object,
.video_container embed,
.video_container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nojs .mod_mmenu {
    display: none !important;
}

.mod_mmenu {
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
}
html.mm-opened:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: block;
    z-index: 1;
}

/** search **/

.mod_search .relevance,
.mod_search .filesize {
    display: none;
}

.mod_search .even,
.mod_search .odd {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 14px;
}

.mod_search h3 {
    font-size: 16px;
}

.mod_search .context,
.mod_search .url {
    font-weight: 300;
}

.mod_search .url {
    font-size: 12px;
    color: #AAA;
}

.mod_search .header {
    margin-top: 2em;
    margin-bottom: 2em;
    padding-bottom: 2em;
    font-size: 12px;
    font-weight: 300;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.special-list {
    margin-top: 2em;
}

.section_main .special-list ul {
    font-size: 13px;
    
}

.section_main .special-list .ce_text li {
    line-height: 1.5; 
    font-weight: 300;
}

.special-list .rs-column {
    margin-bottom: 1em;
    margin-top: 1em;
}

.partner_form .formbody {
    max-width: 100%
}

.partner_form .formbody p {
    font-weight: 300;
}

.partner_form .formbody .checkbox_container label {
    font-size: 14px;
    margin-bottom: 1em;
    font-weight: 300;
}

.partner_form .formbody > fieldset {
    background: #F4F4F4;
    padding: 1em 1em 0 1em;
    margin-bottom:2em;
}

.ext-pdf:before {
    content: '';
    width: 20px;
    height: 20px;
    background: transparent url('../../files/themes/aval/img/icon-pdf.svg') no-repeat scroll center;
    background-size: 20px 20px;
    display: inline-block;
}

.demo1 td img {
    margin: .5em 1em;
}

.ce_player {
    position: relative;
}

table.watermark {
    background: url('../../files/themes/aval/img/beispiel.svg') repeat-y center;
    background-size: 300px 300px;
}

table.watermark tbody tr:nth-child(odd) {
    background: rgba(255,255,255,.4);
}

table.watermark tbody tr:nth-child(even) {
    background: rgba(247,247,247,.5);
}

.contao-cookiebar .cc-info > p {
	font-weight: 300;
}

.contao-cookiebar .highlight .cc-btn.success {
	background: #0077b6;
	border-color: #0077b6;
}

.contao-cookiebar .highlight .cc-btn.success:hover {
	background: #004163;
	border-color: #004163;
}

/* Bug 12719 */

.widget-text.middle {
    width: 49%;
    margin-right: 2%;
    float: left;
}

.widget-text.middle:nth-of-type(2n+2) {
    margin-right: 0;
}

.mod_subscribe .formbody {
    margin-top: 0;
}


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

@media only screen and (max-width: 1200px) {
    .mod_navigation_main {
        display: none;
    }
    
    .mod_mobile_toggle {
        display: block;
        float: right;
        width: 40px;
        margin-top: 30px;
        transition: .2s ease-in-out 0s;
    }
    
    .header_fixed .mod_mobile_toggle {
        margin-top: 16px;
        transition: .2s ease-in-out 0s;
    }
}

@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%;
    }
}


@media only screen 
and (max-width: 960px) {
    
    fieldset {
        width: 100%;
        margin: 0;
    }
    
    fieldset + fieldset {
        margin: 0;
    }
    
    textarea  {
        margin-bottom: 2em;
    }
    
}

@media only screen and (max-width: 900px) {
    .section_footer .rs-column {
        width: 50%;
    }
    
    .desktop-content {
        display: none;
    }
    
    .mobile-content {
        display: block;
    }
    
    .document-boxes-item .public,
    .document-boxes-item .version,
    .document-boxes-item .desc {
        display: block;
        width: 100%;
        line-height: 30px;
    }
    
    .document-boxes-item .public span,
    .document-boxes-item .version span,
    .document-boxes-item .desc span {
        float: left;
        font-weight: 600;
        margin-right: 1em;
        width: 20%;
    }
    
    .document_boxes .public {
        text-align: left;
    }
    
    .document-boxes-item {
        margin-bottom: 1em;
        border-radius: 3px;
    }
    
    .document_boxes {
        box-shadow: none;
        border: 0;
    }
    
    .document-boxes-item {
        box-shadow: 5px 5px 20px rgba(0,0,0,.1);
        border: 1px solid rgba(0,0,0,0.1);
    }
    
    .mod_contactperson {
        padding: 1em 1em 0 1em;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    
    .mod_contactperson:nth-of-type(2n+1) {
        background: #ebf2f7;
    }
    
    .mod_contactperson:first-child {
        border-top: 1px solid rgba(0,0,0,.1);
        padding-top: 1em;
    }
    .section_newsletter .ce_text {
        width: 49%;
        margin-right: 0;
    }
    
    .section_newsletter .ce_text:nth-of-type(2n+2){
        margin-right: 2%;
    }
    
    .ce_gallery.mobile-content li {
        min-height: inherit;
        padding: 0;
        width: 25%;
    }
    
    .image-boxes-item .column {
        width: 100%;
        margin-right: 0;
    }
    
    .image-boxes-item {
        padding: 10px;
    }
    
    .image-boxes-item .image_container {
        padding-bottom: 2em;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        float: none;
    }
    
    .image-boxes-item .image_container img {
        margin: 0 auto;
        max-width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .centered_wrapper.-highlight-color.-height-small,
    .section_footer .inside, .section_header .inside,
    .centered_wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .centered-wrapper-background:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(-45deg, rgba(237,244,248,1) 0%, rgba(237,244,248,1) 36%, rgba(237,244,248,0.75) 52%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(237,244,248,1) 0%,rgba(237,244,248,1) 36%,rgba(237,244,248,0.75) 52%,rgba(255,255,255,0) 100%);
        background: linear-gradient(135deg, rgba(237,244,248,1) 0%,rgba(237,244,248,1) 36%,rgba(237,244,248,0.75) 52%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf4f8', endColorstr='#00ffffff',GradientType=1 );
    }
    
    .section_header {
        height: 66px;
        transition: .2s ease-in-out 0s;
    }
    
    .mod_branding {
        margin-top: 6px;
        transition: .2s ease-in-out 0s;
    }
    
    .mod_branding img {
        max-width: 100px;
        transition: .2s ease-in-out 0s;
    }
    
    .mod_mobile_toggle {
        margin-top: 16px;
        transition: .2s ease-in-out 0s;
    }
    
    h1,
    .display h1 {
        font-size: 26px;
    }
    
    h2 {
        font-size: 22px;
    }
    
    h3 {
        font-size: 20px;
    }
    
    .display p {
        font-size: 16px;
    }
    
    .mod_breadcrumb {
        display: none;
    }
    
    .centered_wrapper.-height-small {
        min-height: 150px;
        padding: 1em;
    }
    
    .margin-top-xl {
        margin-top: 75px !important;
    }
    
    .formbody .widget.medium {
        width: 100%;
        margin-right: 0;
    }
    
    .section_partner .ce_text {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .section_partner .ce_text .text_container,
    .section_partner .ce_text .image_container {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    
    .section_partner .ce_text .image_container {
        margin-bottom: 2em;
    }
}

@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;
    }
    
    .calltoaction a {
        font-size: 1em;
    }
    
    .section_newsletter .ce_text {
        width: 100%;
        margin-right: 0;
    }
    
    .section_newsletter .ce_text:nth-of-type(2n+2){
        margin-right: 0;
    }

}

@media only screen and (max-width: 550px) {
    .document-boxes-item .public span,
    .document-boxes-item .version span,
    .document-boxes-item .desc span,
    .document-boxes-item .public,
    .document-boxes-item .version,
    .document-boxes-item .desc {
        font-size: 13px;
        line-height: 24px;
    }
    
    
    .document-boxes-item .public span,
    .document-boxes-item .version span,
    .document-boxes-item .desc span {
        float: left;
        font-weight: 600;
        margin-right: 1em;
        width: auto;
    }
    
    .document-boxes-item .desc span {
        float: none;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    
    .document-boxes-item .public a {
        padding: 5px 60px;
        width: 97%;
        display: block;
    }
    
    .document-boxes-item .public span {
        width: 100%;
        float: none;
    }
    
    .mod_cta a {
        margin-top: 1em;
    }
    
    .section_footer img {
        max-width: 100px;
    }
    
    .section_footer .mod_copyright,
    .section_footer .mod_agency {
        width: 100%;
        text-align: center;
        float: none;
    }
    
    .section_footer .mod_agency {
        padding-top: 0;
        margin-top: 0;
        border-top: 0;
    }
}

@media only screen and (max-width: 480px) {
    .section_footer .rs-column {
        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
**/
/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: #006db3;
    z-index: 999;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: .5rem;
    color: #FFF;
}

.gdprcookie h1 {
    margin-top: 0;
    line-height: 1.5;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
    color: inherit;
}
.gdprcookie-buttons,
.gdprcookie-types,
.gdprcookie-intro {
    max-width: 1300px;
    margin: 0 auto;
}

.gdprcookie-buttons button {
    float: right;
}

.gdprcookie li input[type="checkbox"] {
    float: left;
}

.gdprcookie li label {
    float: left;
    margin-top: 0;
    width: auto;
    font-size: 14px;
    font-weight: 300;
}

/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    font-size: 1em;
    padding: .4rem;
    border: solid .05rem currentColor;
    border-radius: .15rem;
    margin: 0 .5rem;
    background: none;
    cursor: pointer;
}
.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
}


/* GDPR Cookie types */

.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}
.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    width: 17%;
    padding: 0;
    margin: 0;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .5rem;
    width: 18px;
    height: 18px;
    border: 1px solid #FFF;
}

.gdprcookie-buttons button:nth-of-type(1) {
    background: #FFF;
    color: #006db3;
    font-weight: 700;
}

.gdprcookie-types {
    display: block !important;
}

/* GDPR Cookie types */

.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}
.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    width: 17%;
    padding: 0;
    margin: 0;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .5rem;
    width: 18px;
    height: 18px;
}

.gdprcookie-types input[type=checkbox]:checked {
    background: url('../../files/themes/aval/img/icon-check_white.svg') no-repeat scroll center;
    background-size: 15px 15px;

}

.gdprcookie-buttons button:nth-of-type(1) {
    background: #fff;
    color: #006db3;
    font-weight: 700;
}

.gdprcookie-types {
    display: block !important;
}

@media only screen and (max-width: 1299px) {
    .gdprcookie li label {
        width: auto;
    }
    
    .gdprcookie-types li {
        width: auto;
        margin-right: 2em;
    }
    
    .gdprcookie p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 700px) {
    .gdprcookie-types ul {
    margin: 0 0 1em;
}
}

