@charset "UTF-8";/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}@media all{html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;inset:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:rgba(#fff,.75)}.featherlight:last-of-type{background:rgba(white,.8)}.featherlight:before{content:"";display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:none;padding:0;margin-left:0;margin-right:0;max-height:100%;cursor:auto}.featherlight .featherlight-inner{display:block}.featherlight script.featherlight-inner,.featherlight link.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:999;top:-.75rem;right:-2.5rem;border:none;cursor:pointer;text-align:center;font-family:Arial,sans-serif;color:#000;background:none;padding:0;outline:none;font-size:2rem}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch;overflow-y:scroll}.featherlight iframe{border:none}.featherlight *{box-sizing:border-box}}@media only screen and (width <= 1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{@page{size:landscape}html.with-featherlight>*>:not(.featherlight){display:none}}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger-box{width:36px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{width:36px;height:4px;background-color:#000;border-radius:0;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:before,.hamburger-inner:after{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx .hamburger-inner:before,.hamburger--3dx .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx-r .hamburger-inner:before,.hamburger--3dx-r .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy .hamburger-inner:before,.hamburger--3dy .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy-r .hamburger-inner:before,.hamburger--3dy-r .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy .hamburger-inner:before,.hamburger--3dxy .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy-r .hamburger-inner:before,.hamburger--3dxy-r .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent;transform:rotateX(180deg) rotateY(180deg) rotate(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7);transition:top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7);transition:bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7);transition:top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7);transition:bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:before,.hamburger--boring .hamburger-inner:after{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transform:rotate(-90deg);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1)}.hamburger--elastic .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s .275s ease}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(135deg);transition-delay:75ms}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-270deg);transition-delay:75ms}.hamburger--elastic-r .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s .275s ease}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-135deg);transition-delay:75ms}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(270deg);transition-delay:75ms}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s .175s ease-in}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s .125s linear,left .125s .175s ease-in}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s .125s linear,right .125s .175s ease-in}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic.is-active .hamburger-inner:before{left:-80px;top:-80px;transform:translate3d(80px,80px,0) rotate(45deg);transition:left .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(.075,.82,.165,1)}.hamburger--emphatic.is-active .hamburger-inner:after{right:-80px;top:-80px;transform:translate3d(-80px,80px,0) rotate(-45deg);transition:right .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(.075,.82,.165,1)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s .175s ease-in}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s .125s linear,left .125s .175s ease-in}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s .125s linear,right .125s .175s ease-in}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic-r.is-active .hamburger-inner:before{left:-80px;top:80px;transform:translate3d(80px,-80px,0) rotate(-45deg);transition:left .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(.075,.82,.165,1)}.hamburger--emphatic-r.is-active .hamburger-inner:after{right:-80px;top:80px;transform:translate3d(-80px,-80px,0) rotate(45deg);transition:right .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(.075,.82,.165,1)}.hamburger--minus .hamburger-inner:before,.hamburger--minus .hamburger-inner:after{transition:bottom .08s 0s ease-out,top .08s 0s ease-out,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:before,.hamburger--minus.is-active .hamburger-inner:after{opacity:0;transition:bottom .08s ease-out,top .08s ease-out,opacity 0s .08s linear}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r .hamburger-inner:before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s .13s linear}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .22s linear}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1)}.hamburger--stand .hamburger-inner{transition:transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear}.hamburger--stand .hamburger-inner:before{transition:top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand.is-active .hamburger-inner{transform:rotate(90deg);background-color:transparent;transition:transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear}.hamburger--stand.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1)}.hamburger--stand-r .hamburger-inner{transition:transform 75ms .15s cubic-bezier(.55,.055,.675,.19),background-color 0s 75ms linear}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms 75ms ease-in,transform 75ms 0s cubic-bezier(.55,.055,.675,.19)}.hamburger--stand-r.is-active .hamburger-inner{transform:rotate(-90deg);background-color:transparent;transition:transform 75ms 0s cubic-bezier(.215,.61,.355,1),background-color 0s .15s linear}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms .1s ease-out,transform 75ms .15s cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms .12s ease,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms .12s ease}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1)}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner:before,.hamburger--vortex .hamburger-inner:after{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner:before,.hamburger--vortex.is-active .hamburger-inner:after{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r .hamburger-inner:before,.hamburger--vortex-r .hamburger-inner:after{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r.is-active .hamburger-inner:before,.hamburger--vortex-r.is-active .hamburger-inner:after{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}/* !--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
----------------------------------------------------------------------- */#outdated{display:none;position:fixed;top:0;left:0;width:100%;height:170px;text-align:center;text-transform:uppercase;z-index:1500;background-color:#f25648;color:#fff}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:30px 0 10px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:30px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#f25648;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated .last[dir=rtl]{right:auto!important;left:25px!important}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flexbox;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(right,#00000080,#0000);background-image:linear-gradient(to left,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(left,#00000080,#0000);background-image:linear-gradient(to right,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(bottom,#00000080,#0000);background-image:linear-gradient(to top,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(top,#00000080,#0000);background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{touch-action:pan-x}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:#00000040;position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:#ffffff40}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:#00000040}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:#0000001a}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:#00000080;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:flexbox;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@keyframes swiper-preloader-spin{to{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}::root{--size-xs: 400px;--size-sm: 600px;--size-m: 800px;--size-l: 1000px;--size-xl: 1200px;--size-xxl: 1400px}html{min-height:100vh;width:100%;font-family:Graphik,sans-serif;color:#222;background:#fff}body,html{overflow-x:hidden}body.fixedPosition{position:fixed;top:0}.intranet-layout{margin-bottom:50px}main{min-width:1px}a{color:#00a1ff;text-decoration:none;outline:none;transition:all 125ms ease}a:hover{transition:all 125ms ease;color:#222}img{width:100%;height:auto}section{margin-bottom:2rem}.content{padding:0 1rem}.section--long{margin-bottom:4rem}.section--home{margin-bottom:0!important;padding-bottom:4rem;font-size:calc(1.15rem + .1 * (100vw - 26.25rem) / 53.75)}.section--home:last-child{border-bottom:none;padding-bottom:0}.cookie-warnung{font-size:.7rem;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:.33rem;background:#00a1ff;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center}.cookie-warnung.hide{display:none}.cookie-warnung a{color:#222;text-decoration:none}.cookie-warnung a:hover{text-decoration:underline}.cookie-warnung small{max-width:95vw}.cookie-warnung .close{color:#222;text-decoration:none;display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-end}.cookie-warnung .close:hover{text-decoration:underline;cursor:pointer}.cookie-warnung .close .close_icon{margin-bottom:2px;margin-left:.25rem;width:10px;height:10px;display:flex;flex-direction:row;justify-content:center;align-items:center}.cookie-warnung .close .close_icon svg{width:10px;height:10px}.underline{border-bottom:1px solid #ddd}.bold{font-weight:600!important}.full-width{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.wrapper{width:100%;max-width:1080px;margin:0 auto}.wrapper--page{min-height:100vh;padding-top:80px;display:flex;flex-direction:column}.block{display:block}h1,h2,h3,h4,h5,h6{margin-bottom:0;max-width:100%}.h1{width:100%;font-size:calc(1.5rem + .75 * (100vw - 26.25rem) / 53.75);line-height:calc(2rem + .75 * (100vw - 26.25rem) / 53.75);font-weight:700;margin-top:0;margin-bottom:2rem!important}.h1--home{margin-bottom:.5rem!important}.h2{font-size:calc(1.25rem + .08 * (100vw - 26.25rem) / 53.75);line-height:calc(1.5rem + .16 * (100vw - 26.25rem) / 53.75);font-weight:400}.h2--home{margin-top:1rem;font-weight:700;line-height:calc(2rem + .25 * (100vw - 26.25rem) / 53.75);font-size:calc(1.33rem + .67 * (100vw - 26.25rem) / 53.75)}.h2--col,.h2--home-col{padding-bottom:1rem}.h2--col--medien{padding-bottom:.5rem}.h3,.h4{font-size:calc(1rem + 0*(100vw - 26.25rem))}.h3--no-margin,.h4--no-margin{margin:0}.lead{font-size:calc(1.2rem + .2 * (100vw - 26.25rem) / 53.75);margin-top:0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.container--v,.container--v-h{display:flex;flex-direction:column}.container--h{display:flex;flex-direction:row}.container--h-v{display:flex;flex-direction:column}.container--h-w{flex-flow:row wrap;display:flex}.container--sb{display:flex;flex-direction:row;justify-content:space-between}.container--m{display:flex;justify-content:center}.row-1,.row-2,.row-3,.row-auto{flex:none}.link--black{color:#222;text-decoration:none}.link--black:hover{color:#00a1ff;cursor:pointer}.link--blue:hover{color:#222}.arrow-link{color:#222;text-decoration:none;margin-bottom:.5rem;line-height:1.5;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.arrow-link--home{margin-bottom:0}.arrow-link--home:hover{text-decoration:none!important;color:#222!important}.arrow-link--home:hover .arrow svg path{fill:#222!important}.arrow-link:hover{color:#00a1ff;cursor:pointer}.arrow-link:hover .arrow svg path{fill:#00a1ff}.arrow-link--blue{color:#00a1ff}.arrow-link--blue:hover{color:#222}.arrow-link--blue:hover .arrow svg path{fill:#222}.arrow-link--blue .arrow svg path{fill:#00a1ff}.arrow-link--grey{color:#9d9d9c}.arrow-link--grey:hover{color:#222}.arrow-link--grey:hover .arrow svg path{fill:#222}.arrow-link--grey .arrow svg path{fill:#9d9d9c}.arrow-link--inline{display:inline-block}.button-link{display:inline-block;color:#00a1ff;border:1px solid #00a1ff;padding:.25rem 1.5rem;margin-right:1rem;text-decoration:none;margin-bottom:1rem;font-size:calc(1.1rem + .1 * (100vw - 26.25rem) / 53.75)}.button-link:hover{cursor:pointer}.button-link--blue,.button-link:hover{background:#00a1ff;color:#fff}.button-link--blue:hover{color:#00a1ff;background:#fff}.button-link--grey{background:#9d9d9c;border-color:#9d9d9c;color:#fff}.button-link--grey:hover{color:#9d9d9c;background:#fff}.button-link--black{background:#222;border-color:#222;color:#fff}.button-link--black:hover{color:#222;background:#fff}.arrow{width:auto;height:auto;margin-right:.5rem;margin-top:2px;align-self:flex-start}.arrow svg{width:16px;height:16px}.arrow--small{margin-top:2px}.arrow--small svg{width:14px;height:14px}.arrow--home{margin-top:3px}.arrow--home svg{width:20px;height:20px}.arrow--left svg{transform:rotate(-90deg)}.arrow--right svg{transform:rotate(90deg)}.arrow--down svg{transform:rotate(180deg)}.arrow--right-top svg{transform:rotate(45deg)}.more-and-back{padding:1rem 0;border-top:1px solid #ddd;margin-top:-1px;display:flex;flex-direction:row;align-items:center}.bildlegende{margin-top:.25rem;font-size:.7rem;margin-bottom:1.5rem;color:#3c3c3b;width:100%}.bildlegende--slider{font-size:.85rem;color:#222;display:flex;flex-direction:row;justify-content:space-between}.shareicons{margin:.5rem 0;display:flex;flex-direction:row;justify-content:flex-end}.shareicons__wrapper{margin-left:.25rem;display:flex;flex-direction:row}.shareicons__wrapper .socialicon{margin-left:.5rem;width:24px;height:24px;transition:opacity .15s ease}.shareicons__wrapper .socialicon:hover{transition:opacity .15s ease;opacity:.66}.shareicons__wrapper .socialicon img{width:24px;height:24px}.taxonomies__title{color:#222;padding:0;margin:0;font-size:.85rem}.taxonomies{text-transform:uppercase;border-top:1px solid #ddd;padding:1rem 0;font-family:Oxygen Mono,Graphik,sans-serif}.taxonomies ul{padding:0;margin:0;margin-bottom:1.5rem!important;display:flex;flex-flow:row wrap}.taxonomies li,.taxonomies ul{margin:0;padding:0;list-style:none!important}.taxonomies li{margin-right:.5rem;color:#222;font-size:.85rem;font-family:Oxygen Mono,Graphik,sans-serif}.taxonomies li a{font-family:Oxygen Mono,Graphik,sans-serif;color:#9d9d9c;text-decoration:none}.taxonomies li a:hover{cursor:pointer;color:#222}.pills{margin:.5rem 0}.pill{color:#00a1ff;border:1px solid #00a1ff;padding:.25rem 1.5rem;margin-right:1rem;text-decoration:none;margin-bottom:1rem;font-size:calc(1.1rem + .1 * (100vw - 26.25rem) / 53.75)}.pill:hover{background:#00a1ff;color:#fff;cursor:pointer}.plus_icon{margin-left:.5rem;z-index:2;padding:.5rem 0;position:relative;opacity:.25;transition:opacity 125ms ease;display:flex;flex-direction:column;align-items:center;justify-content:center}.plus_icon.active,.plus_icon:hover{opacity:1;transition:all 125ms ease}.plus_icon .al_minus{transition:all 125ms ease;transform:scaleY(1) rotate(-90deg);width:30px;height:30px}.plus_icon .al_minus svg{width:30px;height:30px}.plus_icon .minus{width:30px;height:30px;z-index:1;left:0;top:10px;position:absolute}.plus_icon .minus svg{width:30px;height:30px}.plus_icon--small .al_minus,.plus_icon--small .minus{width:20px;height:20px}.plus_icon--small .al_minus svg,.plus_icon--small .minus svg{width:20px;height:20px}.plus_icon--aside .al_minus,.plus_icon--aside .minus{width:25px;height:25px}.plus_icon--aside .al_minus svg,.plus_icon--aside .minus svg{width:25px;height:25px}.transform_minus .plus_icon .al_minus{transition:transform .2s ease;transform:scaleY(0) rotate(0)}.button{color:#00a1ff;border:1px solid #00a1ff;padding:.25rem 1.5rem;border-radius:0;text-decoration:none;background:#fff;order:1;outline:none;margin-bottom:1rem;font-size:calc(1rem + 0*(100vw - 26.25rem));flex:none;transition:all .2s ease}.button:hover{transition:all .2s ease;background:#00a1ff;color:#fff;cursor:pointer}.lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity .3s}.mx-1{margin-left:.5rem;margin-right:.5rem}@media only screen and (width >= 37.5em){.row-two-thirds{width:66.6666666667%;flex:0 0 66.6666666667%}.arrow-link--animated{transition:all .25s ease}.arrow-link--animated:hover{padding-left:1rem;transition:all .25s ease}.button{order:0;flex:none}}@media only screen and (width >= 50em){.cookie-warnung{display:flex;flex-flow:row wrap;align-items:center;justify-content:center}.cookie-warnung .close{margin-left:.25rem}.wrapper--page{padding-top:90px}.container--h-v,.container--v-h{display:flex;flex-direction:row}.row-auto{flex:1 1 auto}.row-1{flex:1}.row-2{flex:2}.row-3{flex:3}}@media only screen and (width >= 62.5em){.wrapper--page{padding-top:100px}}@media only screen and (width >= 75em){.content{padding:0}}@media screen and (width >= 1280px){.section--home{font-size:1.25rem}.h1{line-height:2.75rem;font-size:2.25rem}.h2{line-height:1.66rem;font-size:1.33rem}.h2--home{font-size:2rem;line-height:2.25rem}.h3,.h4{font-size:1rem}.lead{font-size:1.4rem}.button-link,.pill{font-size:1.2rem}.button{font-size:1rem}}@media screen and (width <= 420px){.section--home{font-size:1.15rem}.h1{line-height:2rem;font-size:1.5rem}.h2{line-height:1.5rem;font-size:1.25rem}.h2--home{font-size:1.33rem;line-height:2rem}.h3,.h4{font-size:1rem}.lead{font-size:1.2rem}.button-link,.pill{font-size:1.1rem}.button{font-size:1rem}}@font-face{src:url(/build/assets/Graphik-Semibold-Fiks0lyq.woff2) format("woff2"),url(/build/assets/Graphik-Semibold-CgsgUKNd.woff) format("woff");font-weight:600;font-style:normal;font-display:swap;font-family:Graphik}@font-face{font-family:Graphik;src:url(/build/assets/Graphik-Regular-BQKA4IEO.woff2) format("woff2"),url(/build/assets/Graphik-Regular-BcH-zHAF.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Oxygen Mono;font-style:normal;font-weight:400;src:local("Oxygen Mono"),local("OxygenMono-Regular"),url(/build/assets/oxygen-mono-v5-latin-regular-DKFuoWMo.woff2) format("woff2"),url(/build/assets/oxygen-mono-v5-latin-regular-CLMOFEB8.woff) format("woff");font-display:swap}html{font-size:calc(1.1em + .0016*(100vw - 25em))}html *{line-height:calc(1.5em + 0*(100vw - 25em));letter-spacing:calc(.025em + -.0004*(100vw - 25em))}h1{font-size:calc(1.336em + .00904*(100vw - 25em))}h2{font-size:calc(1.252em + .332 * (100vw - 25em) / 62.5)}h3{font-size:calc(1.174em + .146 * (100vw - 25em) / 62.5)}h4,h5,h6{font-size:1.174em}@media screen and (width >= 87.5em){html{font-size:1.2em}html *{letter-spacing:0;line-height:1.5em}h1{font-size:1.901em}h2{font-size:1.584em}h3{font-size:1.32em}}@media screen and (width <= 25em){html{font-size:1.1em}html *{letter-spacing:.025em;line-height:1.5em}h1{font-size:1.336em}h2{font-size:1.252em}h3{font-size:1.174em}}.header{position:fixed;left:0;top:0;right:0;z-index:999999;background:#fff;max-width:100%;padding:0 1rem;border-bottom:1px solid #ddd}.header>div{max-width:1080px}.header--has-border{border-bottom:1px solid #ddd!important}.hero{position:relative;margin-bottom:2rem;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.hero.has_cookie{margin-top:135px}.hero .swiper-slide{background:#f7f6f6;background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important;height:220px}.hero .swiper-button-next,.hero .swiper-button-prev{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E") 50% transparent;border:none;filter:drop-shadow(1px 1px 3px rgba(0,0,0,.1))}.hero .swiper-button-next:active,.hero .swiper-button-prev:active{margin-top:-21px}.hero .swiper-button-next{right:7%}.hero .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");left:7%}.hero__welcome-text{position:absolute;z-index:1;color:#fff;margin:0;font-size:calc(2rem + 1.5 * (100vw - 26.25rem) / 53.75);pointer-events:none;text-align:center;line-height:1.25!important;top:50%;left:50%;transform:translate(-50%,-50%)}.responsive{position:absolute;inset:0}.responsive img{background-position:50%!important;height:100%;width:100%;background-size:cover!important}@supports ((-o-object-fit: cover) or (object-fit: cover)){.responsive img{-o-object-fit:cover;object-fit:cover}}@media only screen and (width >= 37.5em){.hero .swiper-slide{height:300px}.hero .swiper-button-next,.hero .swiper-button-prev{transform:scale(1.7)}}@media only screen and (width >= 50em){.header{height:auto}.header>div{margin:auto}.hero.has_cookie{margin-top:0}.hero__welcome-text{max-width:50%}.hero .swiper-slide{height:400px}}@media only screen and (width >= 75em){.header{padding:0}.hero .swiper-slide{height:450px}}@media screen and (width >= 1280px){.hero__welcome-text{font-size:3.5rem}}@media screen and (width <= 420px){.hero__welcome-text{font-size:2rem}}.hero-badge{align-items:center;background:#00a1ff;border-radius:50%;bottom:-20px;color:#fff;display:flex;height:100px;left:20px;position:absolute;justify-content:center;padding:20px;text-align:center;transition:.2s;transform:scale(1) rotate(-10deg);width:100px}.hero-badge p{color:inherit;font-weight:700;font-size:.75rem;margin:0}.hero-badge:hover{transform:scale(1.1)}@media only screen and (width >= 37.5em){.hero-badge{height:140px;padding:30px;width:140px}.hero-badge p{font-size:1rem}}@media only screen and (width >= 67.5em){.hero-badge{left:calc(50% - 520px);bottom:-20px}}.logo{font-size:calc(2.5rem + 1 * (100vw - 26.25rem) / 53.75);letter-spacing:-.13rem;line-height:1;width:100px;margin-left:0!important;opacity:1;color:#00a1ff;transition:opacity 125ms ease;padding:0}.logo svg{width:100px;height:40px}.navigation{position:relative}.navigation a{text-decoration:none;display:block}.navigation ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:row;align-items:flex-start}.navigation-meta{font-size:calc(.75rem + .15 * (100vw - 26.25rem) / 53.75);margin:.5rem 0;transform:translateY(0);transition:all 125ms ease;height:auto;display:flex;flex-direction:row;justify-content:flex-end}.navigation-meta li{margin-left:.5rem}.navigation-meta li.langnav{margin-left:1.5rem;display:flex;flex-direction:row}.navigation-meta li.langnav a{color:#9d9d9c!important;margin-left:.5rem}.navigation-meta li.langnav:last-of-type{margin-left:0;background-color:balck}.navigation-meta li .lang{text-transform:uppercase;color:#3c3c3b!important}.navigation-meta li .lang.active,.navigation-meta li .lang:hover{color:#222!important}.navigation-meta a{color:#00a1ff!important;transition:.2s}.navigation-meta a:hover{color:#222!important}.navigation-meta-nav-highlight{background:#00a1ff;border:1px solid #00a1ff;color:#fff!important;padding:.2rem 1rem;transition:.2s}.navigation-meta-nav-highlight a{color:#fff!important}.navigation-meta-nav-highlight:hover{background:#fff;color:#00a1ff!important}.navigation .navigation-meta-list{align-items:center}.navigation-desktop{display:none}.navigation-desktop a{color:#3c3c3b}.navigation-desktop .level-2__title{font-size:1rem}.navigation-desktop .level-2__title:first-child{padding-top:.5rem}.navigation-desktop .level-2{background:#fff;border:1px solid #ddd;padding-bottom:1rem;top:calc(100% - 1rem);right:0;position:absolute;z-index:2;margin-top:1rem;left:22%;display:flex;flex-direction:row;justify-content:flex-start}.navigation-desktop .level-2 li{width:100%;padding:0;margin:0;margin:0 1.5rem;border-bottom:none;display:flex;flex-direction:column}.navigation-desktop .level-2 li a{border-bottom:none;padding-bottom:.5rem;padding-left:0!important;transition:color .15s ease;font-size:.85rem!important}.navigation-desktop .level-2 li a:hover{color:#00a1ff;transition:color .15s ease}.navigation-desktop .level-2>li>.level-2{position:relative;border:none;top:0;left:0;padding:0;display:flex;flex-direction:column;align-items:flex-start}.navigation-desktop .level-2>li>.level-2 li{margin:0}.navigation-desktop .level-2>li>.level-2 li a{margin-left:0;color:#3c3c3b;font-weight:400;border:none}.navigation-desktop .level-2>li>.level-2 li a:hover{color:#00a1ff}.navigation-mobile{font-weight:600;margin-bottom:.5rem;font-size:calc(.5rem + .85 * (100vw - 26.25rem) / 53.75);display:flex;flex-direction:row;justify-content:space-between}.navigation-mobile ul{padding:0}.inaktiv{left:0!important;padding-top:1.5rem;margin-left:0!important;color:inherit!important}.inaktiv--mobile{color:inherit!important;font-weight:600!important}.inaktiv:hover{color:#222!important}.mobilenav__title{flex:1}.mobilenav{background-color:#0101011a;position:fixed;z-index:1;left:0;width:100%;right:0;top:75px;height:calc(100vh - 76px)}.mobilenav.active{top:75px;height:calc(100vh - 76px);bottom:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobilenav.has_cookie{top:130px}.mobilenav .mobilenav_wrapper{box-shadow:0 6px 6px #22222280;position:relative;margin-bottom:115px}.mobilenav .level-1{background:#fff;border-bottom:1px solid #ddd}.mobilenav .level-1 a{margin-bottom:0;color:#3c3c3b}.mobilenav .level-2{padding-left:1rem;padding-bottom:1.5rem}.mobilenav .level-2 li ul li:before{content:"• ";color:#00a1ff;font-family:arial,sans-serif;position:absolute;left:20px}.mobilenav .level-2 a{display:block;color:#3c3c3b;font-weight:400}.mobilenav .level-2.active{color:#222}.mobilenav .no-children{margin-bottom:.5rem!important;border-bottom:none;padding:0 1rem 0 2rem!important}.mobilenav .no-children:hover{color:#00a1ff}.mobilenav .plus_icon:hover{cursor:pointer}.mobilenav ul{padding:0;margin-bottom:0;list-style:none;display:flex;flex-direction:column}.mobilenav ul li{width:100%;position:relative}.mobilenav ul li a{padding:.5rem 1rem;margin-bottom:.25rem;font-weight:600;transition:all .2s ease;color:#3c3c3b;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.mobilenav ul li a.active,.mobilenav ul li a:hover{color:#222;transition:all .2s ease}.mobilenav ul li a.active{color:#222;font-weight:700}.mobilenav.hide{display:none}.hamburger{outline:none;padding:0!important}.hamburger-inner{background:#00a1ff!important}.hamburger-inner:after,.hamburger-inner:before{background:#00a1ff!important}@keyframes a{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media only screen and (width >= 37.5em){.mobilenav.has_cookie{top:120px}}@media only screen and (width >= 50em){.logo{margin-bottom:calc(1rem - 2px)}.navigation-meta{margin-bottom:0;margin-top:1rem}.navigation-meta li{padding-left:.5rem}.navigation-meta li:first-child{border:none}.navigation-meta li.langnav a{margin-left:0}.navigation-meta-nav-highlight{padding:.2rem 1rem}.navigation-desktop{font-weight:600;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.navigation-desktop .level-1 a{border-bottom:1px solid #fff;padding-bottom:.75rem;color:#9d9d9c}.navigation-desktop .level-1 a.active{border-bottom:2px solid #222;color:#222}.navigation-desktop .level-1 a:hover{color:#222}.navigation-desktop .level-1>ul{visibility:hidden}.navigation-desktop .level-1>ul>li{opacity:0;transform:translateY(-10px)}.navigation-desktop .level-1:hover>ul{visibility:visible}.navigation-desktop .level-1:hover>ul>li{animation:a .2s ease-out forwards}.navigation-desktop .level-1:hover>ul>li:first-child{animation-delay:0}.navigation-desktop .level-1:hover>ul>li:nth-child(2){animation-delay:.1s}.navigation-desktop .level-1:hover>ul>li:nth-child(3){animation-delay:.2s}.navigation-desktop .level-1:hover>ul>li:nth-child(4){animation-delay:.3s}.navigation-desktop a{margin-left:1rem}.navigation-desktop .level-2{left:18%}.mobilenav,.navigation-mobile{display:none}}@media only screen and (width >= 50em) and (width >= 37.5em){.navigation-desktop a{font-size:.8rem!important}}@media only screen and (width >= 50em) and (width >= 56.25em){.navigation-desktop a{font-size:.9rem!important}}@media only screen and (width >= 62.5em){.logo{width:125px}.logo svg{width:125px;height:50px}.navigation-desktop a{margin-left:1.4rem}}@media only screen and (width >= 50em) and (width >= 62.5em){.navigation-desktop a{font-size:1rem!important}}@media only screen and (width >= 75em){.navigation-desktop a{margin-left:1.9rem}}@media only screen and (width >= 50em) and (width >= 75em){.navigation-desktop a{font-size:1.1rem!important}}@media screen and (width >= 1280px){.logo{font-size:3.5rem}.navigation-meta{font-size:.9rem}.navigation-mobile{font-size:1.35rem}}@media screen and (width <= 420px){.logo{font-size:2.5rem}.navigation-meta{font-size:.75rem}.navigation-mobile{font-size:.5rem}}.content .main main{padding-top:0;margin-bottom:4rem;order:1}.markdown ol,.markdown ul{list-style-type:none;text-align:left;margin:0 0 1rem;padding:0}.markdown ol li,.markdown ul li{list-style-type:disc;list-style-type:decimal;padding:2px 0;padding:.125rem}.markdown ol:first-child,.markdown ul:first-child{margin-top:0}.markdown ul li{list-style-type:none;font-size:1rem;position:relative;padding-left:1.5rem}.markdown ul li:first-child{padding-top:0}.markdown ul li:before{content:"• ";color:#00a1ff;font-family:arial,sans-serif;position:absolute;left:0}.markdown ol{counter-reset:a;margin-left:-1rem}.markdown ol li{list-style-type:none;font-size:1rem;line-height:1.5;text-indent:0;display:flex;flex-direction:row;align-items:flex-start}.markdown ol li:first-child{padding-top:0}.markdown ol li:before{content:counter(a) ".";counter-increment:a;color:#00a1ff;text-align:right;width:15px;margin-right:.8em}.markdown.markdown--intranet ul li:before{content:"• ";color:#ba7d29}.markdown.markdown--intranet ol li:before{color:#ba7d29}.markdown.markdown--intranet a{color:#ba7d29!important}.markdown.markdown--intranet a:hover{color:#222!important}.markdown small{display:block}.markdown h1{margin-bottom:1rem}.markdown h2{margin-bottom:1rem;font-size:calc(1.25rem + .08 * (100vw - 26.25rem) / 53.75);font-weight:400;margin-top:1.5rem;line-height:calc(1.5rem + .16 * (100vw - 26.25rem) / 53.75)}.markdown h3{margin-bottom:.5rem;font-size:1rem;font-weight:700}.markdown h4,.markdown h5,.markdown h6{font-size:1rem;font-weight:700}.markdown strong{font-weight:700}.markdown p{margin-top:0;width:100%}.markdown--home{margin-top:.15rem;font-weight:400;font-size:calc(1.15rem + .1 * (100vw - 26.25rem) / 53.75)}.markdown--home p{margin-top:1.25rem}@media only screen and (width >= 50em){.content .main main{order:2}}@media screen and (width >= 1280px){.markdown h2{line-height:1.66rem;font-size:1.33rem}.markdown--home{font-size:1.25rem}}@media screen and (width <= 420px){.markdown h2{line-height:1.5rem;font-size:1.25rem}.markdown--home{font-size:1.15rem}}.selbsttest_set{border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:1rem 1.5rem;display:flex;flex-direction:column;align-items:center}.selbsttest_set .h2{margin-bottom:1rem}.selbsttest_set div{width:100%}.selbsttest_set .fragen-container{margin:0;padding:0;display:flex;flex-direction:column;align-items:flex-start}.selbsttest_set .fragen-container p{font-size:1rem;margin:0}.selbsttest_set .fragen-container li,.selbsttest_set .fragen-container ol{padding:0}.selbsttest_set .fragen-container li input,.selbsttest_set .fragen-container ol input{outline:none;margin-right:.5rem}.selbsttest_set .fragen-container li input:hover,.selbsttest_set .fragen-container ol input:hover{cursor:pointer}.selbsttest_set .alert-warning-selbsttest{color:#d13f19;padding-top:3px;top:100%;height:0;font-size:.7rem}.selbsttest_set .container--h{margin-bottom:.5rem;display:flex;flex-direction:row;align-items:flex-start}.selbsttest_set .selbsttest-input{width:100%;display:flex;flex-direction:row;align-items:center}.selbsttest_set .selbsttest-input input{margin-right:.5rem;width:24px;height:24px}.selbsttest_set .selbsttest-input input:hover{cursor:pointer}.selbsttest_set .selbsttest_frage{margin-bottom:1rem}.selbsttest_set .resultat-container{margin:0;padding:0;display:flex;flex-direction:column}.selbsttest_set .selbsttest_frage_wrapper{margin-bottom:1.5rem}.selbsttest_set .start-container{display:flex;flex-direction:column;align-items:center}.team-container{padding-bottom:.5rem;width:100%;display:flex;flex-direction:column}.team-item{text-decoration:none;opacity:1;display:block;margin-right:1rem;width:100%;margin-bottom:1.5rem;max-width:225px}.team-item .h3{font-size:.85rem;margin-top:0}.team-item__info{font-size:.7rem}.team-item__funktion{-webkit-hyphens:auto;hyphens:auto;font-size:.77rem;margin-bottom:.5rem}.team-item__bild{transition:all .15s ease;margin-bottom:.5rem;width:225px;height:225px}.team-item__bild img{height:100%;background-position:50%!important;background-size:cover!important}@supports ((-o-object-fit: cover) or (object-fit: cover)){.team-item__bild img{-o-object-fit:cover;object-fit:cover}}.team-item--alt{text-decoration:none;opacity:1;display:block;width:100%;max-width:225px;margin-bottom:2rem}.team-item--alt .h3{font-size:.85rem;margin-top:0}.team-item--alt__info{font-size:.7rem}.team-item--alt__funktion{-webkit-hyphens:auto;hyphens:auto;font-size:.77rem;margin-bottom:.5rem}.team-item--alt__bild{transition:all .15s ease;margin-bottom:.5rem;width:100%;height:225px}.team-item--alt__bild img{height:100%;background-position:50%!important;background-size:cover!important}@supports ((-o-object-fit: cover) or (object-fit: cover)){.team-item--alt__bild img{-o-object-fit:cover;object-fit:cover}}@media only screen and (width >= 28.125em){.team-container{margin-left:-.5rem;width:calc(100% + 1rem);display:flex;flex-flow:row wrap}.team-item--alt{margin:0 .5rem 2rem;width:calc(50% - 1rem)}}@media only screen and (width >= 37.5em){.team-item{width:calc(50% - 1rem)}}@media only screen and (width >= 62.5em){.team-container{width:calc(100% + 1.5rem)}.team-item,.team-item--alt{width:calc(33% - 1rem)}}.related-articles--home{padding-bottom:4rem;margin-bottom:0}.related-articles .rl-container{width:100%;display:flex;flex-direction:column}.related-articles .rl-article{text-decoration:none;opacity:1;display:block;width:100%;margin-bottom:2rem}.related-articles .rl-article:hover .rl-article__image{opacity:.8}.related-articles .rl-article:hover p{color:#00a1ff}.related-articles .rl-article--aktuelles_home .h3,.related-articles .rl-article--aktuelles_home p{color:#222!important}.related-articles .rl-article--aktuelles_home:hover .rl-article__image{opacity:1}.related-articles .rl-article--aktuelles_home:hover .h3,.related-articles .rl-article--aktuelles_home:hover p{color:#222!important}.related-articles .rl-article p{-webkit-hyphens:auto;hyphens:auto;color:#222;margin:.5rem 0!important}.related-articles .rl-article__image{background-position:50%;background-size:cover;transition:all .15s ease;margin-bottom:1rem;height:250px}.related-articles .rl-article__image img{height:100%;background-size:cover!important}@supports ((-o-object-fit: cover) or (object-fit: cover)){.related-articles .rl-article__image img{-o-object-fit:cover;object-fit:cover}}@media only screen and (width >= 37.5em){.related-articles .rl-container{margin-left:-.5rem;width:calc(100% + 1rem);display:flex;flex-flow:row wrap}.related-articles .rl-article{margin:0 .5rem 2rem;width:calc(50% - 1rem)}}@media only screen and (width >= 50em){.related-articles .rl-container{width:calc(100% + 1.5rem)}.related-articles .rl-article{width:calc(33% - 1rem)}}.webshop-item{width:200px;max-width:200px;margin-bottom:2rem;margin-right:2rem;display:flex;flex-direction:column;justify-content:space-between}.webshop-item .h3{margin-top:0!important;margin-bottom:.5rem}.webshop-item__wrapper{display:flex;flex-direction:column;justify-content:flex-start}.webshop-item__textwrapper{min-height:100px}.webshop-item__image{display:block;width:200px;transition:opacity 125ms ease;margin-bottom:.5rem}.webshop-item__image img{width:100%;height:100%;border:1px solid #ddd}.webshop-item__image:hover{opacity:.66;transition:opacity 125ms ease}.bestellen{margin-bottom:.5rem;display:flex;flex-direction:row;align-items:center}.bestellen input:hover{cursor:pointer}.bestellen:hover{cursor:pointer;color:#00a1ff}.bestellen input{outline:none;margin-right:.5rem;margin-left:1px;margin-top:-5px}.count{text-align:left;order:0;width:100%;margin-bottom:1rem}.wk-container{padding:1rem 0;display:flex;flex-direction:column;align-items:flex-start}.featherlight-content{margin-right:2.5rem!important;max-width:75%!important;transition:transform 125ms ease;padding:0!important}.featherlight-content img{border:1px solid #222!important}.featherlight-close-icon{position:absolute}.featherlight-close-icon:hover{transform:scale(1.1);transition:transform 125ms ease}.warenkorb-preview{padding:.5rem;display:flex;flex-direction:row;justify-content:space-between}#cartwidget{position:fixed;right:0;top:110px;z-index:1}#cartwidget.has_cookie{top:160px}.cartwidget{align-items:center;background-color:#00a1ff;color:#fff;padding:.6rem .5rem;display:flex;flex-direction:row}.cartwidget:hover{cursor:pointer}.cartwidget_amount{margin-right:.25rem}.cartwidget svg{width:25px}.cartwidget svg path{fill:#fff}@media only screen and (width >= 37.5em){.count{order:1;text-align:right}.wk-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}}@media only screen and (width >= 50em){.featherlight-content{max-width:450px!important}#cartwidget{top:140px}#cartwidget.has_cookie{top:160px}}.medien-container{display:flex;flex-direction:column;justify-content:flex-start}.medien-item{border-top:1px solid #ddd;padding:1rem 0;color:#222;position:relative;text-decoration:none;width:100%;-webkit-hyphens:auto;hyphens:auto;transition:color .2s ease}.medien-item:last-child{border-bottom:1px solid #ddd}.medien-item__imagewrapper{margin-bottom:1rem;flex:2;display:flex;flex-direction:column}.medien-item__image{background-position:50%;background-size:cover;height:200px;transition:color .2s ease}.medien-item__image:hover{opacity:.8}.medien-item__textwrapper{margin-top:-8px;color:#222;padding-bottom:1.5rem;flex:2}.medien-item__textwrapper a:hover .medien-item__title,.medien-item__textwrapper a:hover p{color:#00a1ff}.medien-item__textwrapper p{transition:color .2s ease;padding:0;color:#222;margin:0}.medien-item__date,.medien-item__tag{color:#222;font-size:.85rem;transition:color .2s ease}.medien-item__tag:hover{cursor:pointer;color:#00a1ff!important;transition:color .2s ease}.medien-item__title{padding:0;color:#222;margin-top:.5rem;margin-bottom:.5rem;transition:color .2s ease}@media only screen and (width >= 37.5em){.medien-container{margin-left:-.5rem;width:calc(100% + 1rem);display:flex;flex-flow:row wrap;align-items:flex-start}.medien-item{margin:.5rem;width:calc(50% - 1rem)}}@media only screen and (width >= 50em){.medien-container{margin-left:0;display:flex;flex-direction:column}.medien-item{margin:0;width:100%}.medien-item__imagewrapper{padding-right:1.5rem!important;margin-bottom:0}}@media only screen and (width >= 62.5em){.medien-item__textwrapper{transition:color .2s ease;flex:3}}.detailseite__date{margin-bottom:1.5rem}.event-item--home{border-top:none;padding:1rem 0}.event-item--home:last-child{border-bottom:none}.event-item{width:100%;padding:.5rem 0;border-bottom:1px solid #ddd;border-top:1px solid #ddd;margin-top:-1px;display:flex;flex-direction:column}.event-item .date-and-title-wrapper{width:100%;padding-right:-50px;display:flex;flex-direction:column}.event-item .date-and-title-wrapper--home{padding-right:0}.event-item .date-and-title-wrapper--grey .event-item__date,.event-item .date-and-title-wrapper--grey .event-item__title{color:#9d9d9c}.event-item__header{cursor:pointer;padding:.5rem 0;transition:color 125ms ease;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.event-item__header .plus_icon{opacity:1;transition:opacity 125ms ease}.event-item__header:hover .event-item__date,.event-item__header:hover .event-item__title{color:#00a1ff;transition:color 125ms ease}.event-item__header:hover .plus_icon{opacity:1;transition:opacity 125ms ease}.event-item__header:hover .plus_icon svg path{fill:#00a1ff}.event-item .event-item__header--grey .event-item__date,.event-item .event-item__header--grey .event-item__title{color:#3c3c3b;opacity:.5;transition:color 125ms ease}.event-item .event-item__header--grey .event-item__date.active,.event-item .event-item__header--grey .event-item__title.active{color:#222;opacity:1}.event-item .event-item__header--grey .plus_icon{opacity:1}.event-item .event-item__header--grey .plus_icon svg path{fill:#9d9d9c}.event-item .event-item__header--grey .plus_icon.active svg path{fill:#222}.event-item .event-item__header--grey:hover .event-item__date,.event-item .event-item__header--grey:hover .event-item__title{color:#222;opacity:1;transition:color 125ms ease}.event-item .event-item__header--grey:hover .plus_icon svg path{fill:#222}.event-item__date,.event-item__title{margin:0;font-weight:400;color:#222}.event-item__date.active,.event-item__title.active{color:#222}.event-item__date{max-width:150px!important;margin-right:1rem}.event-item__title{margin-left:0;flex:3}.event-item__title.active{font-weight:400}.event-item .beschreibung{font-size:1rem;margin-bottom:2rem}.event-item__details{font-size:.85rem;display:flex;flex-direction:column}.event-item__details .zeile{margin:.25rem 0 .5rem;display:flex;flex-direction:column}.event-item__details .zeile p:last-child{margin-bottom:0}.event-item__details .programm{display:flex;flex-direction:row;align-items:center}.event-item__details .text-right{text-align:left;font-weight:400}.event-item__details .row-1{font-weight:600;flex:none}.event-item__details .row-2{margin-right:calc(50px + 1rem);flex:none}.event-item__details.hide{display:none}.event-item__details ol li,.event-item__details ul li{font-size:.85rem}.plus-icon--grey svg path{fill:#9d9d9c!important}@media only screen and (width >= 37.5em){.event-item .date-and-title-wrapper{display:flex;flex-direction:row;justify-content:space-between}.event-item__details .zeile{display:flex;flex-direction:row}.event-item__details .text-right{text-align:left;margin-right:1rem}.event-item__details .row-1{width:150px;font-weight:400}.event-item__details .row-2{flex:2}}@media only screen and (width >= 62.5em){.event-item .date-and-title-wrapper{flex:1;display:flex;flex-direction:row;justify-content:space-between}}.produkteslider{width:100%;border-bottom:1px solid #ddd;margin-bottom:.5rem;padding-bottom:4rem}.produkteslider h2{margin-bottom:1.5rem}.produkteslider .produkteslider-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.produkteslider .produkteslider-wrapper .produkteslider-arrow-next,.produkteslider .produkteslider-wrapper .produkteslider-arrow-prev{transform:translateY(-3rem);height:auto;width:20px}.produkteslider .produkteslider-wrapper .produkteslider-arrow-next img,.produkteslider .produkteslider-wrapper .produkteslider-arrow-prev img{width:20px;height:auto}.produkteslider .produkteslider-wrapper .produkteslider-arrow-next:hover{cursor:pointer}.produkteslider .produkteslider-wrapper .produkteslider-arrow-prev{margin:0}.produkteslider .produkteslider-wrapper .produkteslider-arrow-prev:hover{cursor:pointer}.produkteslider .produkteslider-wrapper .produkteslider-arrow-prev img{transform:rotate(180deg)}.produkteslider .produkteslider-wrapper .produkteslider-arrow-next{margin:0}.produkteslider .produkteslider-js{margin:0 2rem}@media only screen and (width >= 62.5em){.produkteslider .produkteslider-wrapper .produkteslider-arrow-next,.produkteslider .produkteslider-wrapper .produkteslider-arrow-prev{width:30px}.produkteslider .produkteslider-wrapper .produkteslider-arrow-next img,.produkteslider .produkteslider-wrapper .produkteslider-arrow-prev img{width:30px;height:auto}}@media only screen and (width >= 75em){.produkteslider .produkteslider-wrapper .produkteslider-arrow-prev{margin-left:-3rem;margin-right:3rem}.produkteslider .produkteslider-wrapper .produkteslider-arrow-next{margin-right:-3rem;margin-left:3rem}.produkteslider .produkteslider-js{margin:0 -1.5rem}}.teamslider_item{display:flex;flex-direction:column}.teamslider_bild{min-width:200px;min-height:200px;margin:0!important;padding:0!important}.teamslider{margin-top:2rem;padding-bottom:2rem;position:relative;border-bottom:1px solid #ddd;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.teamslider .quotewrapper{color:#222;padding:20px 0;display:flex;flex-direction:column;flex:1 1 auto}.teamslider .quotewrapper p{color:#9d9d9c;font-size:calc(1.15rem + .1 * (100vw - 26.25rem) / 53.75);margin:0}.teamslider .quotewrapper a{display:block}.teamslider .bildwrapper{width:100%;flex:1;display:flex;flex-direction:column;align-items:center}.teamslider .teamslider-arrow-next,.teamslider .teamslider-arrow-prev{position:absolute;top:100px;z-index:1;height:auto;width:20px}.teamslider .teamslider-arrow-next img,.teamslider .teamslider-arrow-prev img{width:20px;height:auto}.teamslider .teamslider-arrow-next:hover{cursor:pointer}.teamslider .teamslider-arrow-prev{left:0;margin:0}.teamslider .teamslider-arrow-prev:hover{cursor:pointer}.teamslider .teamslider-arrow-prev img{transform:rotate(180deg)}.teamslider .teamslider-arrow-next{right:0}@media only screen and (width >= 50em){.teamslider_item{display:flex;flex-direction:row}.teamslider .quotewrapper{padding:20px 2rem;flex:2}.teamslider .bildwrapper{padding-left:1rem;margin-right:-2rem}}@media only screen and (width >= 62.5em){.teamslider .quotewrapper{padding-right:4rem;padding-left:3rem}.teamslider .teamslider-arrow-next,.teamslider .teamslider-arrow-prev{width:30px}.teamslider .teamslider-arrow-next img,.teamslider .teamslider-arrow-prev img{width:30px;height:auto}}@media only screen and (width >= 75em){.teamslider .teamslider-arrow-prev{margin-left:-3rem}.teamslider .teamslider-arrow-next{margin-right:-3rem}}@media screen and (width >= 1280px){.teamslider .quotewrapper p{font-size:1.25rem}}@media screen and (width <= 420px){.teamslider .quotewrapper p{font-size:1.15rem}}.downloads-item{width:100%;margin-top:-1px;padding:1rem 0;border-bottom:1px solid #ddd;display:flex;flex-direction:column}.downloads-item__header{display:flex;flex-direction:row;justify-content:space-between}.downloads-item .h3{margin-top:0}.downloads-item__content{padding-bottom:1rem}.downloads-item span{margin:0 .25rem}@media only screen and (width >= 50em){.downloads-item{padding:1rem 0 0;display:flex;flex-direction:row;justify-content:space-between}.downloads-item__content{padding-right:6rem}}.content aside{order:2;display:flex;flex-direction:column}.content aside .navigation-sub{display:none}.content aside .navigation-sub a{padding:1rem 0 .25rem;line-height:1.5;border-bottom:1px solid #ddd;color:#9d9d9c;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.content aside .navigation-sub a:hover{color:#222}.content aside .navigation-sub a:hover .plus_icon{opacity:1}.content aside .navigation-sub a.active{color:#222;font-weight:600}.content aside .navigation-sub ul{display:flex;flex-direction:column}.content aside .navigation-sub ul:last-child{margin-bottom:1rem}.content aside .navigation-sub ul.show{display:flex;flex-direction:column}.content aside .navigation-sub ul li{width:100%}.content aside .navigation-sub .children{display:none}.content aside .navigation-sub .children li{width:100%;margin:0;padding:0;margin-left:1rem}.content aside .navigation-sub .children li .active{font-weight:400}.content aside .navigation-sub .children li:first-child a{margin-top:1rem}.content aside .navigation-sub .children li a{display:block;line-height:1.25rem;margin:0;padding:0;padding-right:2rem;margin-bottom:.5rem;border:none!important}.kontaktpersonen{order:0;width:100%;font-size:calc(.85rem + 0*(100vw - 26.25rem))}.kontaktperson{max-width:100%;margin-bottom:1.5rem}.person{display:flex;flex-direction:column}.person--aside{display:flex;flex-direction:column;margin-bottom:1rem;padding-right:4rem;align-items:flex-start}.person--aside .person__image{margin-bottom:1rem;width:175px;height:175px}.person__title{max-width:100%}.person__image{margin-bottom:1rem;margin-right:1.5rem;width:120px;height:120px;border-radius:50%;flex:none}.kontakt{padding:0}.kontakt--aside{padding-right:2rem}.kontakt--aside a svg{width:15px!important;height:15px!important}.kontakt p{width:100%;max-width:300px}.kontakt__wrapper{margin-top:1rem;display:flex;flex-direction:column;justify-content:center}.kontakt a{line-height:1.5;padding:0;text-decoration:none;border-bottom:none;display:flex;flex-direction:row;align-items:center}.kontakt a svg{width:18px;height:18px;margin-right:.5rem}@media only screen and (width >= 25em){.person{display:flex;flex-direction:row;align-items:center}}@media only screen and (width >= 37.5em){.kontaktperson{max-width:50%}.person__image{margin-bottom:0}}@media only screen and (width >= 50em){.content aside{order:1}.content aside .navigation-sub{order:0;margin-top:-1rem;font-size:.85rem;padding-right:2rem;display:flex;flex-direction:column;justify-content:flex-start}.kontaktperson{max-width:100%}}@media only screen and (width >= 62.5em){.content aside .navigation-sub,.kontakt--aside{padding-right:4rem}}@media screen and (width >= 1280px){.kontaktpersonen{font-size:.85rem}}@media screen and (width <= 420px){.kontaktpersonen{font-size:.85rem}}.blog-overview{margin-top:40px}.blog-overview__title{font-size:3.2rem;margin:0 0 1.5rem;line-height:1}.blog-overview__description{font-size:1.1rem;font-weight:700}.blog-overview .intranet-teamfilter{margin:1.5rem 0}.blog-teaser{width:100%;padding:1rem 0 2rem;border-top:1px solid #ddd;border-left:none;border-right:none;display:flex;flex-direction:column}.blog-teaser__media{position:relative;height:0;padding-bottom:75%;margin-bottom:1rem}.blog-teaser__image{display:block;position:absolute;inset:0;width:100%;height:100%}.blog-teaser__image:hover{opacity:.8;cursor:pointer}.blog-teaser__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-teaser__meta{flex:1}.blog-teaser__date{color:#9d9d9c}.blog-teaser__title{font-size:calc(1.4rem + .6 * (100vw - 26.25rem) / 53.75);line-height:1.2;font-weight:700;margin:1rem 0;display:block;font-family:Gentium Book Basic,Graphik,sans-serif}.blog-teaser__link{color:#222;display:block;transition:color .3s ease}.blog-teaser__link:hover{color:#00a1ff}.blog-detail{margin-top:110px}.blog-detail__title{font-size:calc(1.5rem + 1.2 * (100vw - 26.25rem) / 53.75);line-height:1.2;margin-bottom:1.5rem;font-family:Gentium Book Basic,Graphik,sans-serif}.blog-detail__description{font-size:calc(1rem + .1 * (100vw - 26.25rem) / 53.75);font-weight:700}.blog-detail__meta{margin:1.5rem 0 2rem}.blog-detail__image{margin-bottom:2rem}.blog-detail__image-caption{color:#9d9d9c;font-size:.8rem;padding:0 1rem}.blog-detail .textabschnitt_set h2{font-size:1.43rem;font-weight:700;margin:2.5rem 0 1.5rem;font-family:Gentium Book Basic,Graphik,sans-serif}.blog-detail__social-share{margin-top:1.5rem}.blog-detail__related-articles{margin-top:2rem}@media only screen and (width >= 37.5em){.blog-overview{margin:3rem 0}.blog-teaser{flex-direction:row}.blog-teaser__media{flex:1;margin-left:2rem;padding:0;height:auto}.blog-teaser__meta{padding-bottom:4rem}.blog-teaser--reverse{flex-direction:row-reverse;padding-right:0}.blog-teaser--reverse .blog-teaser__media{margin-left:0;margin-right:2rem}.blog-detail{margin:3rem 0}.blog-detail__image-caption{padding:0}.blog-detail .textabschnitt_set h2{text-align:center}.blog-detail__social-share{margin-top:3rem}.blog-detail__related-articles{margin-top:4rem}}@media screen and (width >= 1280px){.blog-teaser__title{font-size:2rem}.blog-detail__title{font-size:2.7rem}.blog-detail__description{font-size:1.1rem}}@media screen and (width <= 420px){.blog-teaser__title{font-size:1.4rem}.blog-detail__title{font-size:1.5rem}.blog-detail__description{font-size:1rem}}.footer{background:#f7f6f6;padding:.5rem 1rem 1.5rem!important;display:flex;flex-direction:column;align-items:center}.footer section{padding:0;margin:0;margin-bottom:2rem}.footer .kontakt-wrapper,.footer .standorte{flex:none}.footer .standorte .standort-wrapper{display:flex;flex-flow:row wrap}.footer .standorte .adresse{padding-left:0;margin-right:4rem}.footer .standorte .adresse:first-child{margin-bottom:1.5rem}.footer .h3{margin-bottom:.5rem!important}.footer--white{background:#fff;font-size:.85rem;margin-top:0;padding-bottom:0;color:#9d9d9c!important}.footer--white a{color:#9d9d9c!important}.footer__wrapper{width:100%;max-width:1000px;padding:1rem 0;display:flex;flex-direction:column}.footer__wrapper--white{padding:0}.social{width:300px;display:flex;flex-direction:column;align-items:flex-start;flex:none}.social a{margin-right:.5rem;width:40px;height:40px;display:flex;flex-direction:row;align-items:center}.social a:hover img{opacity:.66}.social img{opacity:1;transition:opacity 125ms ease;width:40px;height:40px}.newsletter-footer{flex:none}.newsletter-form{position:relative;width:100%;padding-bottom:16px}.newsletter-form ::-moz-placeholder{color:#9d9d9c}.newsletter-form ::input-placeholder,.newsletter-form ::placeholder,.newsletter-form :input-placeholder,.newsletter-form :placeholder{color:#9d9d9c}.newsletter-form input{outline:none;padding:.33rem 0;box-shadow:none;border:none;border-bottom:1px solid #ddd;background:none;width:100%;display:flex;flex-direction:row;align-items:center}.newsletter-form input:focus{border-bottom:1px solid #00a1ff}.newsletter-form .newsletter-button{display:none;position:absolute;right:0;background:none;top:0;color:#00a1ff;border:none;padding:.3275rem .5rem;transition:all 125ms ease}.newsletter-form .newsletter-button:hover{transition:all 125ms ease;cursor:pointer;background:#00a1ff;color:#fff;border:none}.seitenanfang{display:none}.impdatsei-wrapper{display:flex;flex-direction:column}.impdat-wrapper{display:flex;flex-direction:row}.impdat-wrapper a{color:#9d9d9c;margin-right:1rem}.impdat-wrapper a:hover{color:#222!important}@media only screen and (width >= 37.5em){.footer__wrapper{display:flex;flex-direction:row}.footer .kontakt-wrapper,.footer .standorte,.newsletter-footer,.social{flex:1}.newsletter-form .newsletter-button{top:100%}}@media only screen and (width >= 50em){.footer section{margin-bottom:0;padding:0}.footer .standorte,.newsletter-footer{flex:2}.newsletter-form .newsletter-button{top:0}.seitenanfang{color:#222!important;display:flex;flex-direction:row;justify-content:flex-end}.seitenanfang .arrow svg path{fill:#9d9d9c}.seitenanfang:hover{color:#222!important;text-decoration:none!important}.seitenanfang:hover .arrow svg path{fill:#222}.impdatsei-wrapper{display:flex;flex-flow:row wrap;justify-content:space-between}.impdat-wrapper a{margin-bottom:0}}@media only screen and (width >= 75em){.footer{padding:1.5rem .5rem 1rem!important}.footer__wrapper{max-width:calc(1100px - 1rem);width:calc(100% - 1rem)}}.collection{width:100%}.collection--webshop{margin:-1px 0 0;padding:0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;width:100%}.collection--downloads,.collection--projekte{margin-bottom:0!important}.collection--downloads{border-bottom:1px solid #ddd;border-top:1px solid #ddd;margin-top:-1px}.collection--downloads.active{border-bottom:none}.collection--medien{margin-bottom:4rem}.collection--team{border-top:1px solid #ddd}.collection__archiv{padding:1rem 0}.pagination{padding:1rem 0;width:100%;margin:-1px 0 0;border-top:1px solid #ddd;display:flex;flex-direction:row}.pagination .prev-page{margin-right:1rem}.pagination .next-page{margin-left:1rem}.pagination .active{text-decoration:none;color:#222}.pagination a{color:#9d9d9c;text-decoration:none}.pagination a:hover{color:#222}.pagination li,.pagination ul{list-style:none!important}.pagination li{margin-right:.5rem}.pagination--intranet{border-top:none}.pagination__pagenumbers{display:flex;flex-direction:row}.formulare{display:flex;flex-direction:column}.formulare.hide{display:none}.honeypot,.secondname-pot{display:none!important}.formularfeld_wrapper{margin-bottom:2rem;display:flex;flex-flow:row wrap;justify-content:space-between}.formular{max-width:100%;display:flex;flex-direction:column}.formular button{max-width:400px;display:inline-block}.formular span{margin-bottom:1.5rem}.formular.hide{display:none}.formular__title{margin-bottom:2rem}.alert-warning{color:#d13f19;padding-top:3px;top:100%;height:0;font-size:.7rem;position:absolute}.form-errors{color:#d13f19;margin-bottom:16px}.form-errors ul{list-style:none;padding:0;margin:0}.datenschutz{margin-bottom:2rem}.file-upload{margin-bottom:2rem;width:100%}.file-upload #fileElem{display:none}.file-upload label{background:#fff;cursor:pointer;margin-bottom:.5rem;display:inline-block;border:1px solid #222;padding:.33rem .5rem}.file-upload label:hover{cursor:pointer;border:1px solid #00a1ff;color:#00a1ff}.file-upload .fileList{font-size:.75rem}.file-upload__title{font-weight:400;font-size:1rem;margin-bottom:1rem}.formularfelder-login{display:flex;flex-direction:column}.login{width:100%;margin:0 auto}.login-btn-wrapper{display:flex;flex-direction:column;align-items:flex-start}.formularfeld-login{margin-bottom:1rem;width:100%;justify-content:flex-start;display:flex;flex-direction:column;align-items:flex-start}.formularfeld-login input{border:none;color:#00a1ff;text-shadow:0 0 0 #222;-webkit-text-fill-color:transparent;border-bottom:1px solid #ddd;padding:.33rem 0;width:250px}.formularfeld-login input:hover{transition:border 125ms ease;border-bottom:1px solid #00a1ff}.formularfeld-login label{width:150px}.formularfeld-login input:focus,.formularfeld-login textarea:focus{outline:none}.formularfeld{width:100%;margin-bottom:2.5rem;position:relative;display:flex;flex-direction:column}.formularfeld label{margin-bottom:0;position:absolute;z-index:0;color:gray;pointer-events:none;left:0;bottom:.33rem;transition:all 125ms ease;transform:translateY(0)}.formularfeld label.floating_label{transition:all 125ms ease;font-size:.7rem;transform:translateY(-1.75rem)}.formularfeld input,.formularfeld textarea{border:none;color:#00a1ff;text-shadow:0 0 0 #222;-webkit-text-fill-color:transparent;border-bottom:1px solid #ddd;padding:.33rem 0;max-width:100%}.formularfeld input:focus,.formularfeld input:hover{transition:border 125ms ease;border-bottom:1px solid #00a1ff}.formularfeld input:focus{outline:none}.formularfeld textarea{min-height:150px;border:1px solid #ddd;padding:.5rem}.formularfeld textarea:focus,.formularfeld textarea:hover{transition:border 125ms ease;border-bottom:1px solid #00a1ff}.formularfeld textarea:focus{outline:none}.formularfeld.textfeld label{margin:.5rem;top:0;bottom:auto}.formularfeld.textfeld label.floating_label{transform:translate(-.5rem,-1.75rem)}.formularfeld.textfeld--anderes{margin-top:1rem}.formularfeld.textfeld--anderes textarea{min-height:25px}.formularfeld.textfeld--anderes.hide{display:none}.formularfeld .formularfeld-label-additional{color:gray;font-size:15px}.alert-success{color:#222;margin-bottom:2rem}.erfolg{width:100%}.erfolg .txt{width:100%;color:#87a370}.erfolg a{display:block;margin-top:.5rem;color:#222;text-decoration:underline}.erfolg a:hover{color:#ddd}.radiobuttons{margin-bottom:4rem}.nowrap{white-space:nowrap}.flex-wrap{flex-wrap:wrap}.hidden{display:none}#feedback-formular .container--v{width:100%}.radiobutton{position:relative;margin-top:1rem;margin-right:2rem;display:flex;flex-direction:row;align-items:flex-start}.radiobutton label{margin-left:calc(25px + 1rem)}.radiobutton:hover label{color:#00a1ff}.radiobutton:hover .custommaderadiobutton{border:1px solid #00a1ff}.radiobutton input{position:absolute;width:100%;height:100%;inset:0;display:block;cursor:pointer;z-index:3;opacity:0;background:#0074d9!important}.radiobutton .custommaderadiobutton{z-index:1;position:absolute;left:0;border:1px solid #222;width:25px;height:25px;pointer-events:none;opacity:1;display:flex;flex-direction:row;justify-content:center;align-items:center}.radiobutton .custommaderadiobutton .inside{width:0;height:0;background:#00a1ff;z-index:2;transition:all .15s ease-in-out}.radiobutton .custommaderadiobutton .inside.active{width:15px;height:15px;transition:all .15s ease-in-out}#newsletter-confirmation-success{display:none}.cta .container--v{width:100%}.cta .h2{margin-bottom:1rem}.cta__wrapper{margin:1.5rem 0}.cta--home h2{margin-bottom:1rem}.cta--home a{font-size:calc(1.15rem + .1 * (100vw - 26.25rem) / 53.75)}.cta--home .cta__container{text-align:center}.cta--home .cta__link{min-width:25%}.cta--home .cta__icon.cta__icon--large{width:3rem;height:3rem}.cta--home .cta__icon.cta__icon--large svg{width:2rem;height:auto}.flyout-tapbar{position:fixed;bottom:0;left:0;width:100%;z-index:2000;background:#fff;margin:0;border-radius:7px 7px 0 0;box-shadow:-.886px 0 7.971px #154d7f17;padding:5px 8px}@media only screen and (width >= 37.5em){.flyout-tapbar{bottom:inherit;left:inherit;right:0;top:50%;border-radius:7px 0 0 7px;transform:translateY(-50%);padding:14px 12px;width:80px;box-sizing:border-box}}@media only screen and (width >= 50em){.flyout-tapbar{width:88px;padding:16px 12px}}.flyout-tapbar__container{display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start;width:100%}@media only screen and (width >= 37.5em){.flyout-tapbar__container{flex-direction:column;gap:16px}}@media only screen and (width >= 50em){.flyout-tapbar__container{gap:20px}}.flyout-tapbar .flyout-tapbar__icon.cta__icon{width:42px;box-sizing:border-box;height:42px;padding:8px;border-width:1.5px}@media only screen and (width >= 50em){.flyout-tapbar .flyout-tapbar__icon.cta__icon{height:56px;width:56px;padding:13px}}.flyout-tapbar .flyout-tapbar__icon.cta__icon svg{width:100%;height:100%}.flyout-tapbar .flyout-tapbar__icon.cta__icon svg.large-stroke g,.flyout-tapbar .flyout-tapbar__icon.cta__icon svg.large-stroke path{stroke-width:15px}.flyout-tapbar__label{font-size:12px;font-style:normal}@media only screen and (width >= 50em){.flyout-tapbar__label{font-size:13px}}.flyout-tapbar .flyout-tapbar__link{padding-top:4px;padding-bottom:4px;display:flex;flex-direction:column;gap:4px;text-decoration:none;min-width:61px;text-align:center;align-items:center;transition:all 125ms ease;margin-bottom:0}@media only screen and (width >= 50em){.flyout-tapbar .flyout-tapbar__link{gap:5px}}.cta__container{padding:1.5rem 0;display:flex;flex-direction:column;align-items:center}.cta__container--medium{margin-bottom:2rem;padding:0!important;display:flex;flex-direction:row;align-items:flex-start}.cta__container--medium span{margin:0 1rem}.cta__container--small{margin-bottom:1rem;display:flex;flex-direction:row;align-items:flex-start}.cta__container--small a{-webkit-hyphens:none;hyphens:none}.cta__container--small .h3{margin:0}.cta__container--small span{margin:0 1rem}.cta__link{text-decoration:none;margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center}.cta__link:last-child{margin-bottom:0}.cta__link--small{font-weight:400}.cta__link--bold{font-weight:700}.cta__link:hover .cta__icon{background:#00a1ff;transition:all .2s ease}.cta__link:hover .cta__icon svg{transition:all .4s ease;transform:scale(1.25)}.cta__link:hover .cta__icon svg path{fill:#fff}.cta__icon{border:2px solid #00a1ff;width:4rem;height:4rem;padding:1.5rem;border-radius:100%;background:#fff;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:none}.cta__icon:hover{cursor:pointer;background:#00a1ff;transition:all .2s ease}.cta__icon:hover svg{transition:all .4s ease;transform:scale(1.1)}.cta__icon:hover svg path{fill:#fff}.cta__icon svg{width:50px;height:50px;transition:all .2s ease}.cta__icon--medium{margin-right:1.5rem;width:2rem;height:2rem;padding:1rem}.cta__icon--large{margin-bottom:1.5rem}.cta__icon--small{margin-top:3px;margin-right:1rem}.cta__icon--small svg{width:20px;height:20px}@media only screen and (width >= 37.5em){.cta--home .cta__container{align-items:start}.cta__container{display:flex;flex-direction:row;justify-content:space-around}}@media only screen and (width >= 50em){.cta__link{margin-bottom:0}}@media screen and (width >= 1280px){.cta--home a{font-size:1.25rem}}@media screen and (width <= 420px){.cta--home a{font-size:1.15rem}}.shopcart{width:100%;display:flex;flex-direction:column}.shopcart__total{color:#222;padding:1rem 0 .75rem;font-weight:700;margin-bottom:2rem;border-bottom:1px solid #ddd;text-align:right;flex-flow:row wrap;justify-content:flex-end}.shopcart-item,.shopcart__total{width:100%;border-top:1px solid #ddd;display:flex}.shopcart-item{padding:1rem 0;margin-bottom:-1px;flex-direction:column}.shopcart-item .container--sb{flex:none;display:flex;flex-flow:row wrap}.shopcart-item .container--h{padding-right:1rem}.shopcart-item__title{color:#222;margin:0;font-size:1rem;width:200px;margin-bottom:1rem}.shopcart-item__image{margin-right:1rem;margin-bottom:1rem;width:135px}.shopcart-item__image img{border:1px solid #ddd;height:auto;width:100%}.adjust-panel{margin-bottom:1rem;min-width:135px;display:flex;flex-direction:row;align-items:flex-start}.adjust-panel__remove{outline:none;width:40px;height:39px;margin:0 -1px 0 0;background:#fff;padding:.33rem;border-radius:0;transition:all 125ms ease;border:1px solid #ddd}.adjust-panel__remove svg{width:18px;height:auto}.adjust-panel__remove svg path{fill:#3c3c3b}.adjust-panel__remove:hover{background:#f7f6f6;transition:all 125ms ease;cursor:pointer}.adjust-panel__remove:hover svg path{fill:#222}.adjust-panel__plus{outline:none;width:40px;height:39px;margin:0;border:1px solid #ddd;border-radius:0;background:#fff}.adjust-panel__plus:hover{background:#f7f6f6;transition:background 125ms ease;cursor:pointer}.adjust-panel__quantity{margin-right:-1px;text-align:center;width:64px;height:35px}.adjust-panel__minus,.adjust-panel__quantity{outline:none;background:#fff;border:1px solid #ddd}.adjust-panel__minus{border-radius:0;margin:0 -1px 0 0;width:40px;height:39px}.adjust-panel__minus:hover{cursor:pointer;background:#f7f6f6;transition:background 125ms ease}.adjust-panel__price{margin-top:.33rem;min-width:120px;height:35px;width:100%;text-align:right;color:#222}@media only screen and (width >= 25em){.shopcart__total{display:flex;flex-direction:row;justify-content:space-between}}@media only screen and (width >= 37.5em){.shopcart-item .container--sb{display:flex;flex-direction:row;justify-content:space-between}.adjust-panel__price{width:auto}}@media only screen and (width >= 50em){.shopcart-item{flex-wrap:wrap}.shopcart-item .container--sb{width:100%}.adjust-panel,.shopcart-item{display:flex;flex-direction:row;align-items:flex-start}.adjust-panel{justify-content:flex-end}.adjust-panel__price{width:100%}}@media only screen and (width >= 62.5em){.shopcart-item .container--sb{width:auto;flex:1}}@media only screen and (width >= 75em){.adjust-panel__price{width:auto}}.arud_app_set .markdown{margin-bottom:1rem}.arud_app_set .app_icon{width:150px;height:auto;margin-right:1.5rem;display:block;margin-bottom:1rem}.arud_app_set .app_icon:hover{opacity:.66}.arud_app_set .app_icon img{width:100%;height:auto}.abstand--xs{height:.5rem}.abstand--sm{height:1rem}.abstand--md{height:1.5rem}.abstand--lg{height:2rem}.abstand--xl{height:4rem}.list-set .h4{margin-bottom:.5rem}.textabschnitt_set .margin-left{order:0}.textabschnitt_set .textabschnitt_titel{margin-bottom:.5rem}.textabschnitt_set .bild{margin:0;padding:0;line-height:0;position:relative;border:none;display:block;margin-bottom:1rem}.textabschnitt_set .bild img{width:100%}.textabschnitt_set.kein{margin-bottom:0!important}.textabschnitt_set.xs{margin-bottom:.5rem!important}.textabschnitt_set.sm{margin-bottom:1rem!important}.textabschnitt_set.md{margin-bottom:1.5rem!important}.textabschnitt_set.lg{margin-bottom:2rem!important}.textabschnitt_set.xl{margin-bottom:4rem!important}.aufklappbare_liste_set{display:flex;flex-direction:column}.aufklappbare_liste_set .al_text{margin-bottom:.5rem}.al_item{border-bottom:1px solid #ddd;border-top:1px solid #ddd;margin-top:-1px}.al_header{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.al_header .plus_icon{transition:all 125ms ease;opacity:.5}.al_header .plus_icon svg path{fill:#3c3c3b}.al_header .al_titel{color:#3c3c3b;opacity:.5;transition:all 125ms ease;padding:1rem 0;margin:0;font-weight:400}.al_header .al_titel.active{color:#3c3c3b;opacity:1}.al_header .al_titel--small{padding:.5rem 0;font-size:1rem}.al_header:hover{cursor:pointer!important;transition:all 125ms ease}.al_header:hover .al_titel,.al_header:hover .plus_icon{opacity:1;transition:all 125ms ease}.al_header--blackblue .al_titel{opacity:1}.al_header--blackblue .al_titel:hover{color:#00a1ff!important}.al_header--blackblue .al_titel.active{color:#222}.al_header--blackblue:hover .al_titel{color:#00a1ff!important}.al_header--blackblue:hover .al_minus svg path,.al_header--blackblue:hover .plus_icon .minus svg path{fill:#00a1ff!important}.al_header--blackblue .plus_icon{opacity:1;transition:all 125ms ease}.al_header--blackblue .plus_icon.active svg path{fill:#222!important}.al_header--blackblue .plus_icon .al_titel{color:#00a1ff!important}.al_header--inactive .al_titel{color:#3c3c3b!important}.al_header--inactive.active,.al_header--inactive:hover{color:fontcolor!important;cursor:default}.al_inhalt--downloads,.al_inhalt--team,.al_inhalt--webshop{padding-right:0;padding-bottom:0}.al_inhalt--downloads{padding-bottom:1.5rem}.al_inhalt--webshop{padding-top:.5rem}.al_inhalt--small{padding-top:1rem}.al_inhalt{padding-bottom:1rem}.al_inhalt p{line-height:1.66;margin:0!important;padding-bottom:.5rem}.al_inhalt.hide{display:none}.share-icons_set{width:100%;display:flex;flex-direction:row}.share-icons_set a{width:40px;height:40px;margin-right:1rem;display:flex;flex-direction:row;align-items:center;justify-content:center}.share-icons_set a:hover img{opacity:1}.share-icons_set img{opacity:.66;transition:opacity 125ms ease;width:100%;height:100%}.share-icons_set--centered{display:flex;justify-content:center}.share-icons_set--veranstaltungen{margin-top:1rem;padding-bottom:0}.share-icons_set--veranstaltungen a{width:30px;height:30px;margin-right:.5rem}.bilderslider__bild{width:100%;height:400px;background-size:cover!important;background-position:50%!important}.bilderslider__bild--geschichte{margin-bottom:4rem}.bilderslider__jahr{color:#00a1ff}.bilderslider__titel{margin:0;margin-bottom:1.5rem;color:#222;font-weight:400}.bilderslider{width:100%}.bilderslider .bildlegende{background:#fff}.bilderslider .swiper-pagination__geschichte{font-family:Oxygen Mono,Graphik,sans-serif;border-top:1px solid #ddd;padding:1rem 0;display:flex;flex-flow:row wrap}.bilderslider .swiper-button-next,.bilderslider .swiper-button-prev{top:200px}.bilderslider .swiper-button-next__geschichte.swiper-button-black,.bilderslider .swiper-button-prev__geschichte.swiper-button-black{top:calc(400px + 2rem);padding:0;width:20px;background-size:20px 40px}.bilderslider .swiper-button-next__geschichte{right:0}.bilderslider .swiper-button-prev__geschichte{left:0}.bilderslider .swiper-pagination-bullet{background:none;color:#3c3c3b;transition:color 125ms ease}.bilderslider .swiper-pagination-bullet:hover{color:#222;transition:color 125ms ease}.bilderslider .swiper-pagination-bullet-active{color:#222!important}.bilderslider .swiper-pagination-bullet-active:after{color:#222!important}.bilderslider .pagination-jahr{width:auto;height:100%;opacity:1;color:#9d9d9c}.bilderslider .pagination-jahr:hover{color:#222}.bilderslider .pagination-jahr:hover:after{color:#222}.bilderslider .pagination-jahr:after{color:#9d9d9c;content:","}.bilderslider .pagination-jahr:last-child:after{content:""}.map_set .map{width:100%;height:450px;margin-bottom:.5rem}.map_set .wb_title{font-size:1rem}.map_set .wegbeschreibung{width:100%;margin-bottom:0}.text_bild_set h1,.text_bild_set h2,.text_bild_set h3,.text_bild_set h4,.text_bild_set h5,.text_bild_set h6{text-align:left!important}.text_bild_set p{margin-top:0!important;text-align:left}.text_bild_set .text-wrapper{display:flex;flex-direction:column}.text_bild_set .text-wrapper .full{width:100%}.text_bild_set .text-wrapper .left{order:2;flex:none}.text_bild_set .text-wrapper .right{order:0}.text_bild_set .text-wrapper .bild{margin:0;padding:0;line-height:0;position:relative;border:none;display:block;margin-bottom:.5rem}.text_bild_set .text-wrapper .bild img{width:100%}.text_bild_set .text-wrapper .margin-left{order:0}.video-container{position:relative;width:100%;height:0;padding-bottom:56%;margin-bottom:2rem;margin-top:1.25rem}.video-container.row-2 iframe,.video-container.row-2 video{top:1.25rem}.video-container iframe,.video-container video{position:absolute;width:100%;height:100%;left:0;top:0}@media only screen and (width >= 37.5em){.map_set .wegbeschreibung{width:calc(50% - 2rem);margin-right:2rem}.text_bild_set .text-wrapper{display:flex;flex-flow:row wrap;align-items:flex-start;justify-content:space-between}.text_bild_set .text-wrapper .left,.text_bild_set .text-wrapper .right{order:2;flex:1}.text_bild_set .text-wrapper .margin-left{margin-left:1.5rem}.text_bild_set .text-wrapper .margin-right{margin-right:1.5rem}}@media only screen and (width >= 50em){.textabschnitt_set .margin-left{width:calc(50% - 1rem);margin-left:1.5rem}.textabschnitt_set .margin-right{width:calc(50% - 1rem);margin-right:1.5rem}.zweispaltig{-moz-column-count:2;column-count:2;-moz-column-gap:2rem;column-gap:2rem}}@media only screen and (width >= 75em){.text_bild_set .text-wrapper .right{flex:1}}.intranet-team{position:relative}.intranet-team h2{font-size:.85rem;font-weight:400}.grid{display:none}.intranet-teamfilter{width:100%;margin-bottom:4rem}.intranet-teamfilter h2{margin-bottom:.5rem}.intranet-teamfilter ul.tags{width:100%;margin:0;padding:0;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center}.intranet-teamfilter li,.intranet-teamfilter ul{list-style-type:none}.intranet-teamfilter .button{margin-bottom:.5rem;font-size:.85rem;margin-right:.5rem;padding:.15rem 1rem;display:block;border:1px solid #9d9d9c;color:#9d9d9c}.intranet-teamfilter .active,.intranet-teamfilter .button:hover{background:#9d9d9c;color:#fff}.team-suche-extern{margin:0!important;margin-bottom:1.5rem!important;width:100%}.intranet-team-suche{bottom:2rem;z-index:1;margin-left:.5rem;margin-bottom:.5rem;font-size:.85rem;display:flex;flex-direction:row;align-items:center}.intranet-team-suche input{width:100%;outline:none;padding:0 .5rem;box-shadow:none;background:#f7f6f6;border:none;height:32px;color:#3c3c3b;max-width:280px}.intranet-team-suche input::-moz-placeholder{color:#9d9d9c}.intranet-team-suche input::placeholder{color:#9d9d9c}.intranet-team-suche .search-icon,.intranet-team-suche .search-icon-close{height:32px;width:32px;background:#f7f6f6;border:none;outline:none;display:flex;flex-direction:column;align-items:center;justify-content:center}.intranet-team-suche .search-icon-close svg,.intranet-team-suche .search-icon svg{width:15px;margin-top:2px;height:auto}.intranet-team-suche .search-icon-close svg path,.intranet-team-suche .search-icon svg path{fill:#9d9d9c}.intranet-team-suche .search-icon-close:hover{cursor:pointer}.intranet-team-suche .search-icon-close:hover svg path{fill:#ba7d29;transition:all 125ms ease}.intranet-team-suche .search-icon-close svg{width:15px;height:15px}.intranet-team-suche .search-icon-close svg path{transition:all 125ms ease}.team-item--intranet-home{display:grid;grid-template-columns:2fr 3fr;grid-gap:1rem;padding:1rem;border-top:1px solid #ddd}.team-item--intranet-home__bild{transition:all .15s ease;width:175px;height:175px;place-self:center center;border-radius:50%;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.team-item--intranet-home__bild img{width:175px;height:175px;background-position:50%!important;background-size:cover!important}@supports ((-o-object-fit: cover) or (object-fit: cover)){.team-item--intranet-home__bild img{-o-object-fit:cover;object-fit:cover}}.team-item--intranet-home__text{align-self:center}.team-item--intranet-home__text a,.team-item--intranet-home__text div{display:block;margin-bottom:.5rem}.team-wrapper--intranet{width:calc(100% + 1rem);display:flex;flex-flow:row wrap}.team-item__info{display:flex;flex-direction:column;justify-content:space-between}.team-item__info .h3{margin-top:0}.team-item--intranet{margin-right:1rem;width:100%;margin-bottom:1.5rem;max-width:255px}.team-item--intranet .h3{font-size:.85rem;margin-top:0}.team-item--intranet .team-item--intranet__info{font-size:.77rem}.team-item--intranet .team-item--intranet__funktion,.team-item--intranet .team-item--intranet__infointern{-webkit-hyphens:auto;hyphens:auto;font-size:.77rem;margin-bottom:1rem}.team-item--intranet a,.team-item--intranet p a{color:#ba7d29}.team-item--intranet a:hover,.team-item--intranet p a:hover{color:#222}.team-item--intranet__icon{margin-bottom:.5rem;display:flex;flex-direction:row;align-items:flex-start}.team-item--intranet__icon svg{margin-top:-2px;min-width:18px;min-height:20px;max-width:18px;max-height:20px;margin-right:.5rem}.team-item--intranet__standort{color:#222!important}.team-item--intranet__standort:hover{color:#ba7d29!important}a.team-item--intranet__icon{color:#222!important}a.team-item--intranet__icon:hover{color:#ba7d29!important}@media only screen and (width >= 37.5em){.team-item--intranet{width:calc(50% - 1rem)}}@media only screen and (width >= 62.5em){.team-item--intranet{width:calc(25% - 1rem)}}.custom-checkbox{--text-color: #222;--background-color: transparent;--border-color: #00a1ff;--checkbox-width: 20px;--checkbox-radius: 0;padding:0;position:relative;width:100%;display:flex;margin:13px 0}.custom-checkbox>input{position:absolute;z-index:-1;opacity:0;margin:0;height:1px;left:0;bottom:0;width:20px}.custom-checkbox>.span{cursor:pointer;color:var(--text-color);width:100%;border-radius:var(--checkbox-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:20px;transition:background-color .4s ease;font-size:14px;display:flex;align-items:flex-end}.custom-checkbox>.span>div{height:19px}.custom-checkbox:hover>.span,.custom-checkbox:hover>input:checked+.span .custom-checkbox>input:focus:not(:checked)+.span{background-color:var(--background-color)}.custom-checkbox:hover input:not(:disabled):not(:checked)+.span:before,.custom-checkbox>input:focus-visible+.span:before{background-image:url(/build/assets/icon-checked-CPcRNzgJ.svg);background-color:var(--border-color);border-color:var(--border-color)}.custom-checkbox>.span:before{box-sizing:border-box;margin-right:8px;content:"";display:inline-block;width:var(--checkbox-width);height:var(--checkbox-width);flex-shrink:0;flex-grow:0;background-color:transparent;border:1px solid var(--text-color);border-radius:var(--checkbox-radius);background-repeat:no-repeat;background-position:center center;cursor:pointer;transition:.2s}.custom-checkbox:not(:hover)>input:checked+.span{background-color:transparent}.custom-checkbox>input+.span:before{background-size:20px auto;background-position:center}.custom-checkbox>input:checked+.span:before{background-image:url(/build/assets/icon-checked-CPcRNzgJ.svg);background-color:var(--border-color);border-color:var(--border-color)}.custom-checkbox>input:disabled+.span:before{background-color:gray}
