body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@charset 'UTF-8';

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}






/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../files/herr-stb/dist/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    font-display: swap;

    src: url('../../files/herr-stb/dist/css/./fonts/slick.eot');
    src: url('../../files/herr-stb/dist/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../files/herr-stb/dist/css/./fonts/slick.woff') format('woff'), url('../../files/herr-stb/dist/css/./fonts/slick.ttf') format('truetype'), url('../../files/herr-stb/dist/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.mejs__offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs__container{background:#000;box-sizing:border-box;font-family:'Helvetica',Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs__container *{box-sizing:border-box}.mejs__container video::-webkit-media-controls,.mejs__container video::-webkit-media-controls-panel,.mejs__container video::-webkit-media-controls-panel-container,.mejs__container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs__fill-container,.mejs__fill-container .mejs__container{height:100%;width:100%}.mejs__fill-container{background:0 0;margin:0 auto;overflow:hidden;position:relative}.mejs__container:focus{outline:0}.mejs__iframe-overlay{height:100%;position:absolute;width:100%}.mejs__embed,.mejs__embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs__fullscreen{overflow:hidden!important}.mejs__container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs__container-fullscreen .mejs__mediaelement,.mejs__container-fullscreen video{height:100%!important;width:100%!important}.mejs__background{left:0;position:absolute;top:0}.mejs__mediaelement{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.mejs__poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs__poster-img{display:none}.mejs__poster-img{border:0;padding:0}.mejs__overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs__layer{z-index:1}.mejs__overlay-play{cursor:pointer}.mejs__overlay-button{background:url(../../assets/mediaelement/images/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs__overlay:hover>.mejs__overlay-button{background-position:-80px -39px}.mejs__overlay-loading{height:80px;width:80px}.mejs__overlay-loading-bg-img{-webkit-animation:mejs__loading-spinner 1s linear infinite;animation:mejs__loading-spinner 1s linear infinite;background:url(../../assets/mediaelement/images/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes mejs__loading-spinner{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes mejs__loading-spinner{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mejs__controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs__controls:not([style*='display: none']){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs__button,.mejs__time,.mejs__time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs__button>button{background:url(../../assets/mediaelement/images/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs__button>button:focus{outline:dotted 1px #999}.mejs__container-keyboard-inactive a,.mejs__container-keyboard-inactive a:focus,.mejs__container-keyboard-inactive button,.mejs__container-keyboard-inactive button:focus,.mejs__container-keyboard-inactive [role=slider],.mejs__container-keyboard-inactive [role=slider]:focus{outline:0}.mejs__time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs__play>button{background-position:0 0}.mejs__pause>button{background-position:-20px 0}.mejs__replay>button{background-position:-160px 0}.mejs__time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs__time-total,.mejs__time-buffering,.mejs__time-loaded,.mejs__time-current,.mejs__time-float,.mejs__time-hovered,.mejs__time-float-current,.mejs__time-float-corner,.mejs__time-marker{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs__time-total{background:rgba(255,255,255,.3);margin:5px 0 0;width:100%}.mejs__time-buffering{-webkit-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite;background:-webkit-linear-gradient(135deg,rgba(255,255,255,.4) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.4) 75%,transparent 75%,transparent);background:linear-gradient(-45deg,rgba(255,255,255,.4) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.4) 75%,transparent 75%,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}.mejs__time-loaded{background:rgba(255,255,255,.3)}.mejs__time-current,.mejs__time-handle-content{background:rgba(255,255,255,.9)}.mejs__time-hovered{background:rgba(255,255,255,.5);z-index:10}.mejs__time-hovered.negative{background:rgba(0,0,0,.2)}.mejs__time-current,.mejs__time-buffering,.mejs__time-loaded,.mejs__time-hovered{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:.15s ease-in all;transition:.15s ease-in all;width:100%}.mejs__time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs__time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs__time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs__time-handle,.mejs__time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs__time-handle-content{border:4px solid rgba(255,255,255,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs__time-rail:hover .mejs__time-handle-content,.mejs__time-rail .mejs__time-handle-content:focus,.mejs__time-rail .mejs__time-handle-content:active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs__time-float{background:#eee;border:solid 1px #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs__time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs__time-float-corner{border:solid 5px #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs__long-video .mejs__time-float{margin-left:-23px;width:64px}.mejs__long-video .mejs__time-float-current{width:60px}.mejs__broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs__fullscreen-button>button{background-position:-80px 0}.mejs__unfullscreen>button{background-position:-100px 0}.mejs__mute>button{background-position:-60px 0}.mejs__unmute>button{background-position:-40px 0}.mejs__volume-button{position:relative}.mejs__volume-button>.mejs__volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs__volume-button:hover{border-radius:0 0 4px 4px}.mejs__volume-total{background:rgba(255,255,255,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs__volume-current{background:rgba(255,255,255,.9);left:0;margin:0;position:absolute;width:100%}.mejs__volume-handle{background:rgba(255,255,255,.9);border-radius:1px;cursor:ns-resize;height:6px;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs__horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs__horizontal-volume-total{background:rgba(50,50,50,.8);border-radius:2px;font-size:1px;height:8px;left:0;margin:0;padding:0;position:absolute;top:16px;width:50px}.mejs__horizontal-volume-current{background:rgba(255,255,255,.8);border-radius:2px;font-size:1px;height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}.mejs__horizontal-volume-handle{display:none}.mejs__captions-button,.mejs__chapters-button{position:relative}.mejs__captions-button>button{background-position:-140px 0}.mejs__chapters-button>button{background-position:-180px 0}.mejs__captions-button>.mejs__captions-selector,.mejs__chapters-button>.mejs__chapters-selector{background:rgba(50,50,50,.7);border:solid 1px transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs__chapters-button>.mejs__chapters-selector{margin-right:-55px;width:110px}.mejs__captions-selector-list,.mejs__chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs__captions-selector-list-item,.mejs__chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs__captions-selector-list-item:hover,.mejs__chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important}.mejs__captions-selector-input,.mejs__chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs__captions-selector-label,.mejs__chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs__captions-selected,.mejs__chapters-selected{color:#21f8f8}.mejs__captions-translations{font-size:10px;margin:0 0 5px}.mejs__captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs__captions-layer a{color:#fff;text-decoration:underline}.mejs__captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs__captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs__captions-position-hover{bottom:35px}.mejs__captions-text,.mejs__captions-text *{background:rgba(20,20,20,.5);box-shadow:5px 0 0 rgba(20,20,20,.5),-5px 0 0 rgba(20,20,20,.5);padding:0;white-space:pre-wrap}.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container{display:none}.mejs__overlay-error{position:relative}.mejs__overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs__cannotplay,.mejs__cannotplay a{color:#fff;font-size:.8em}.mejs__cannotplay{position:relative}.mejs__cannotplay p,.mejs__cannotplay a{display:inline-block;padding:0 15px;width:100%}
@charset "UTF-8";
/**
  * Erdmann & Freunde - Nutshell
  * Starterkit
  * erdmann-freunde.de/nutshell/
  *
  * Lizenziert unter MIT OPEN SOURCE 
  * 
  */
/** Contents
  *
  * SETTINGS
  * ...variables
  *
  *
  * MIXINS
  * ...general
  * ...responsive
  * 
  *
  * GENERIC
  * ...normalize
  * ...contao-reset
  * ...box-sizing
  *
  *
  * BASE
  * ...shared
  * ...page
  * ...type
  * ...grid
  * ...layout
  *
  *
  * COMPONENTS
  * ...media
  * ...tables
  * ...accordion
  * ...links
  * ...events
  * ...faq
  * ...forms
  * ...navs
  * ...news
  * ...newsletter
  * ...slider
  * ...downloads
  *
  */
.background-dg {
  background-color: #f2f2ee; }

.background-lg {
  background-color: #fcfcf2; }

.background-yellow {
  background-color: #ffdc00; }

.background-blue {
  background-color: #004892; }

.black {
  color: #000000; }

.blue {
  color: #004892; }

.link-blue, .link-blue a {
  color: #004892; }

@media screen and (max-width: 48.0625em) {
  .hide_on_s {
    display: none; } }

@media screen and (min-width: 48.0625em) and (max-width: 991px) {
  .hide_on_m {
    display: none; } }

.link-disabled, .link-disabled a {
  pointer-events: none; }

@font-face {
  font-family: "Hind";
  font-display: swap;
  src: url("../../files/herr-stb/dist/fonts/Hind-Regular.ttf"); }

@font-face {
  font-family: "Palanquin Dark";
  font-display: swap;
  src: url("../../files/herr-stb/dist/fonts/PalanquinDark-Regular.ttf"); }

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

.text-big {
  font-size: 250%; }
  @media screen and (max-width: 1350px) {
    .text-big {
      font-size: 2rem; } }

.margin-top-s {
  margin-top: 1rem; }

.margin-top-m {
  margin-top: 2rem; }
  @media screen and (max-width: 1350px) {
    .margin-top-m {
      margin-top: 1.5rem; } }

.margin-top-l {
  margin-top: 3rem; }

.margin-top-xl {
  margin-top: 4rem; }

.margin-bottom-s {
  margin-bottom: 1rem; }

.margin-bottom-m {
  margin-bottom: 2rem; }
  @media screen and (max-width: 1350px) {
    .margin-bottom-m {
      margin-bottom: 1.5rem; } }

.margin-bottom-l {
  margin-bottom: 3rem; }

.margin-bottom-xl {
  margin-bottom: 4rem; }

.intend-1 {
  margin-left: 1rem !important; }

.intend-2 {
  margin-left: 2rem !important; }

.intend-3 {
  margin-left: 3rem !important; }

.intend-4 {
  margin-left: 4rem !important; }

.intend-5 {
  margin-left: 5rem !important; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

@media screen and (min-width: 48.0625em) {
  .flex-same-height-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; } }

.image_container-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.ce_image h2 {
  z-index: 1; }

.ce_columns {
  padding-bottom: 2rem; }

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.block {
  overflow: hidden; }

.clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both; }

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

/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html {
  font-size: calc((1em + 1vw) * 0.5) !important; }
  @media screen and (max-width: 34.3125em) {
    html {
      font-size: calc((1em + 2vw) * 0.5) !important; } }
  @media screen and (min-width: 68.75em) {
    html {
      font-size: calc((1em + 1vw) * 0.5) !important; } }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

ul, ol, dl,
blockquote, p, address,
hr,
fieldset, figure,
pre {
  margin-bottom: 1rem; }

ul, ol, dd {
  margin-left: 1rem; }

.clearfix:after, [id="header"] .inside:after, .ce_gallery ul:after,
.row:after,
[id="footer"] > .inside:after,
.nav--horizontal ul:after,
.nav--breadcrumb ul:after,
.pagination:after,
.news-list .layout_short:after,
.news-list .layout_latest:after,
.news-list .layout_simple:after,
.news-grid:after,
.events-list .event:after {
  content: "";
  display: table;
  clear: both; }

a {
  color: #ffdc00; }

:not(p) a {
  text-decoration: none; }

figure {
  margin: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

html {
  font-family: "Hind", sans-serif;
  font-size: 1em;
  line-height: 1.625;
  background-color: #fff;
  color: #222;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 34.3125em) {
    html {
      font-size: 0.875em; } }
  @media screen and (min-width: 68.75em) {
    html {
      font-size: 1.125em; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-family: "Palanquin Dark", sans-serif; }


h1 {
  font-size: 2rem;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 300;
  line-height: 1.55;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h1 {
      font-size: 2rem; } }
  @media screen and (min-width: 48.0625em) {
    
    h1 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 58.75em) {
    
    h1 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 68.75em) {
    
    h1 {
      font-size: 2.25rem; } }

p + h1,
ul + h1,
ol + h1 {
  margin-top: 2rem; }

.ce_text + .ce_text h1:first-child {
  margin-top: 1rem; }

h1 + h2 {
  margin-top: -0.5rem; }


h2 {
  font-size: 1.625rem;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h2 {
      font-size: 1.625rem; } }
  @media screen and (min-width: 48.0625em) {
    
    h2 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 58.75em) {
    
    h2 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 68.75em) {
    
    h2 {
      font-size: 1.75rem; } }

p + h2,
ul + h2,
ol + h2 {
  margin-top: 2rem; }

.ce_text + .ce_text h2:first-child {
  margin-top: 1rem; }

h2 + h3 {
  margin-top: -0.5rem; }


h3 {
  font-size: 1.375rem;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h3 {
      font-size: 1.375rem; } }
  @media screen and (min-width: 48.0625em) {
    
    h3 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 58.75em) {
    
    h3 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 68.75em) {
    
    h3 {
      font-size: 1.5rem; } }

p + h3,
ul + h3,
ol + h3 {
  margin-top: 2rem; }

.ce_text + .ce_text h3:first-child {
  margin-top: 1rem; }

h3 + h4 {
  margin-top: -0.5rem; }


h4 {
  font-size: 1.125rem;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h4 {
      font-size: 1.125rem; } }
  @media screen and (min-width: 48.0625em) {
    
    h4 {
      font-size: 1.25rem; } }
  @media screen and (min-width: 58.75em) {
    
    h4 {
      font-size: 1.25rem; } }
  @media screen and (min-width: 68.75em) {
    
    h4 {
      font-size: 1.25rem; } }

p + h4,
ul + h4,
ol + h4 {
  margin-top: 1.5rem; }

.ce_text + .ce_text h4:first-child {
  margin-top: 0.5rem; }

h4 + h5 {
  margin-top: -0.5rem; }


h5 {
  font-size: 1rem;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h5 {
      font-size: 1rem; } }
  @media screen and (min-width: 48.0625em) {
    
    h5 {
      font-size: 1rem; } }
  @media screen and (min-width: 58.75em) {
    
    h5 {
      font-size: 1rem; } }
  @media screen and (min-width: 68.75em) {
    
    h5 {
      font-size: 1rem; } }

p + h5,
ul + h5,
ol + h5 {
  margin-top: 1.5rem; }

.ce_text + .ce_text h5:first-child {
  margin-top: 0.5rem; }

h5 + h6 {
  margin-top: -0.5rem; }


h6 {
  font-size: 0.875rem;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h6 {
      font-size: 0.875rem; } }
  @media screen and (min-width: 48.0625em) {
    
    h6 {
      font-size: 0.875rem; } }
  @media screen and (min-width: 58.75em) {
    
    h6 {
      font-size: 0.875rem; } }
  @media screen and (min-width: 68.75em) {
    
    h6 {
      font-size: 0.875rem; } }

p + h6,
ul + h6,
ol + h6 {
  margin-top: 1.5rem; }

.ce_text + .ce_text h6:first-child {
  margin-top: 0.5rem; }

p,
ul,
ol {
  margin-top: 0; }
  p a,
  ul a,
  ol a {
    color: #ffdc00;
    text-decoration: underline; }
    p a:hover,
    ul a:hover,
    ol a:hover {
      text-decoration: none; }
  p:last-child,
  ul:last-child,
  ol:last-child {
    margin-bottom: 0; }

code {
  color: #004892; }

pre {
  padding: 1rem;
  background: #555;
  color: #fff;
  overflow-x: scroll; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ccc; }

.li--block {
  margin-bottom: 1rem; }

.ce_text {
  margin-bottom: 1rem; }

::selection {
  background: #004892;
  color: #fff;
  opacity: 1; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%; }

@media screen and (min-width: 0) {
  .col-xs-1 {
    width: 8.33333%; }
  .col-xs-2 {
    width: 16.66667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-4 {
    width: 33.33333%; }
  .col-xs-5 {
    width: 41.66667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-7 {
    width: 58.33333%; }
  .col-xs-8 {
    width: 66.66667%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-10 {
    width: 83.33333%; }
  .col-xs-11 {
    width: 91.66667%; }
  .col-xs-12 {
    width: 100%; } }

@media screen and (min-width: 0) {
  .offset-xs-0 {
    margin-left: 0%; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 0) {
  .pull-right-xs {
    float: right; }
  .pull-left-xs {
    float: left; } }

@media screen and (min-width: 0) {
  .clear-xs {
    clear: both; } }

@media screen and (min-width: 34.375em) {
  .clear-xs {
    clear: none; } }

@media screen and (min-width: 34.375em) {
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; } }

@media screen and (min-width: 34.375em) {
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 34.375em) {
  .pull-right-sm {
    float: right; }
  .pull-left-sm {
    float: left; } }

@media screen and (min-width: 34.375em) {
  .clear-sm {
    clear: both; } }

@media screen and (min-width: 48.0625em) {
  .clear-sm {
    clear: none; } }

@media screen and (min-width: 48.0625em) {
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; } }

@media screen and (min-width: 48.0625em) {
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 48.0625em) {
  .pull-right-md {
    float: right; }
  .pull-left-md {
    float: left; } }

@media screen and (min-width: 48.0625em) {
  .clear-md {
    clear: both; } }

@media screen and (min-width: 58.75em) {
  .clear-md {
    clear: none; } }

@media screen and (min-width: 58.75em) {
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; } }

@media screen and (min-width: 58.75em) {
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 58.75em) {
  .pull-right-lg {
    float: right; }
  .pull-left-lg {
    float: left; } }

@media screen and (min-width: 58.75em) {
  .clear-lg {
    clear: both; } }

@media screen and (min-width: 68.75em) {
  .clear-lg {
    clear: none; } }

@media screen and (min-width: 68.75em) {
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; } }

@media screen and (min-width: 68.75em) {
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 68.75em) {
  .pull-right-xl {
    float: right; }
  .pull-left-xl {
    float: left; } }

@media screen and (min-width: 68.75em) {
  .clear-xl {
    clear: both; } }

[id="header"] {
  background: #fff;
  color: #222; }
  [id="header"] .inside {
    max-width: 66.625em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

.mod_article {
  max-width: 66.625em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative; }

.article--full {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0; }

[id="footer"] > .inside {
  max-width: 66.625em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.image--left img {
  text-align: left;
  margin-left: 0; }

.image--right img {
  text-align: right;
  margin-right: 0; }

.image--center img {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.ce_gallery ul {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding: 0;
  list-style-type: none; }

.ce_gallery li {
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 1.875rem; }

.ce_gallery .cols_2 li {
  width: 50%; }

.ce_gallery .cols_3 li {
  width: 50%; }
  @media screen and (min-width: 48.0625em) {
    .ce_gallery .cols_3 li {
      width: 33.33333%; } }

.ce_gallery .cols_4 li {
  width: 50%; }
  @media screen and (min-width: 48.0625em) {
    .ce_gallery .cols_4 li {
      width: 25%; } }

.ce_gallery .cols_5 li {
  width: 50%; }
  @media screen and (min-width: 48.0625em) {
    .ce_gallery .cols_5 li {
      width: 20%; } }

.ce_gallery .cols_6 li {
  width: 50%; }
  @media screen and (min-width: 48.0625em) {
    .ce_gallery .cols_6 li {
      width: 16.66667%; } }

.ce_gallery img {
  display: block; }

.ce_player .inside,
.ce_player .mejs-video,
.ce_player .mejs__video,
.ce_youtube .inside,
.ce_youtube .mejs-video,
.ce_youtube .mejs__video {
  margin-left: auto;
  margin-right: auto; }

.ce_player .mejs-video,
.ce_player .mejs__video,
.ce_youtube .mejs-video,
.ce_youtube .mejs__video {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.25%; }

.ce_player .mejs-audio,
.ce_player .mejs__audio,
.ce_youtube .mejs-audio,
.ce_youtube .mejs__audio {
  margin-top: 30px; }
  .ce_player .mejs-audio audio,
  .ce_player .mejs__audio audio,
  .ce_youtube .mejs-audio audio,
  .ce_youtube .mejs__audio audio {
    height: auto; }

.ce_player .mejs-overlay,
.ce_player .mejs-poster,
.ce_player .mejs__overlay,
.ce_player .mejs__poster,
.ce_youtube .mejs-overlay,
.ce_youtube .mejs-poster,
.ce_youtube .mejs__overlay,
.ce_youtube .mejs__poster {
  width: 100% !important;
  height: 100% !important; }

.ce_player .mejs-video .mejs-mediaelement video,
.ce_player .mejs-video .mejs-mediaelement .me-plugin,
.ce_player .mejs-video .mejs-mediaelement embed,
.ce_youtube .mejs-video .mejs-mediaelement video,
.ce_youtube .mejs-video .mejs-mediaelement .me-plugin,
.ce_youtube .mejs-video .mejs-mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.ce_player .mejs__video .mejs__mediaelement video,
.ce_player .mejs__video .mejs__mediaelement .me__plugin,
.ce_player .mejs__video .mejs__mediaelement embed,
.ce_youtube .mejs__video .mejs__mediaelement video,
.ce_youtube .mejs__video .mejs__mediaelement .me__plugin,
.ce_youtube .mejs__video .mejs__mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.ce_youtube {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto; }
  .ce_youtube iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important; }

a.btn,
span.btn,
button.btn, div.btn > a,
div.btn > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button, input.submit,
button.submit, .ce_comments .submit {
  border-radius: 4px;
  padding: 0.5rem 1rem;
  display: inline-block;
  border: 1px solid transparent;
  font-family: "Hind";
  font-weight: 400;
  line-height: 1.625;
  text-align: center;
  background: transparent;
  background-image: none;
  white-space: nowrap; }

a.btn,
span.btn,
button.btn {
  margin-bottom: 1rem; }

a.btn--primary,
span.btn--primary,
button.btn--primary,
input.submit,
button.submit,
.ce_comments .submit {
  background: #ffdc00;
  color: #fff; }
  a.btn--primary:hover,
  span.btn--primary:hover,
  button.btn--primary:hover,
  input.submit:hover,
  button.submit:hover,
  .ce_comments .submit:hover {
    background: #ccb000; }

div.btn:not(:last-child),
.ce_toplink:not(:last-child),
.toplink:not(:last-child) {
  margin-bottom: 1rem; }

div.btn--primary > a,
div.btn--primary > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button {
  background: #ffdc00;
  color: #fff; }
  div.btn--primary > a:hover,
  div.btn--primary > button:hover,
  .ce_toplink > a:hover,
  .ce_toplink > button:hover,
  .toplink > a:hover,
  .toplink > button:hover {
    background: #ccb000; }

.div.btn--left {
  text-align: left; }

div.btn--center {
  text-align: center; }

div.btn--right {
  text-align: right; }

.btn--floated {
  float: left;
  margin-right: 0.25rem; }

.ce_toplink a,
.toplink a {
  text-decoration: none; }

.back {
  border-top: 1px solid #ccc;
  margin-top: 1rem;
  padding-top: 0.5rem; }
  .back a {
    text-decoration: none; }
    .back a:before {
      font-size: 0.75rem;
      line-height: 1.4;
      padding-bottom: 0.25rem;
      display: inline-block;
      content: "◄";
      vertical-align: middle;
      margin-right: 0.25rem; }

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

.nav a {
  text-decoration: none; }

@media screen and (min-width: 48em) {
  .nav--horizontal li {
    float: left; } }

.nav--horizontal a,
.nav--horizontal span.active,
.nav--horizontal span.trail,
.nav--horizontal strong.active,
.nav--horizontal strong.trail {
  display: block;
  padding: 0.5rem 1rem; }

.nav--right {
  float: right; }

.nav--vertical a,
.nav--vertical span.active,
.nav--vertical span.trail,
.nav--vertical strong.active,
.nav--vertical strong.trail {
  display: block;
  padding: 0.5rem 1rem; }

.nav--border {
  border: 1px solid #ccc; }
  .nav--border a,
  .nav--border span.active,
  .nav--border span.trail,
  .nav--border strong.active,
  .nav--border strong.trail {
    padding: 1rem 1rem;
    border-bottom: 1px solid #ccc; }
    .nav--border a.last,
    .nav--border span.active.last,
    .nav--border span.trail.last,
    .nav--border strong.active.last,
    .nav--border strong.trail.last {
      border-bottom: 0; }

.nav--breadcrumb {
  border: 1px solid #ccc;
  padding: 0.5rem 1rem; }
  @media screen and (min-width: 48em) {
    .nav--breadcrumb li {
      float: left;
      padding-right: 1rem; } }
  .nav--breadcrumb a:after {
    font-size: 0.75rem;
    display: inline-block;
    content: "►";
    vertical-align: middle;
    padding-left: 1rem; }

.nav--select select {
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #ccc;
  padding: 0.25rem 0.5rem; }

.nav--select .submit {
  vertical-align: middle;
  padding: 0.25rem 0.5rem; }

.nav--pager ul {
  text-align: center; }

.nav--pager li {
  display: inline-block; }

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

.nav--pager a {
  padding: 0.5rem; }

.pagination {
  margin-top: 1rem;
  clear: both;
  text-align: center;
  line-height: 1; }
  .pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .pagination a {
    text-decoration: none; }
  .pagination p {
    padding: 0.25rem;
    padding-left: 0;
    margin: 0.25rem;
    margin-left: 0;
    border-top: 1px solid transparent; }
  .pagination li {
    display: inline; }
  .pagination a,
  .pagination span,
  .pagination strong {
    display: inline-block;
    padding: 0.25rem;
    margin: 0.25rem; }
  .pagination span,
  .pagination strong {
    border: 1px solid #ccc; }
  .pagination a.next {
    margin-right: 0;
    padding-right: 0; }
  @media screen and (min-width: 34.375em) {
    .pagination p {
      float: left; }
    .pagination p + ul {
      float: right; } }

.slider {
  position: relative; }
  .slider .slider-control {
    position: static;
    height: 0; }
  .slider .slider-control a {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    display: block;
    color: inherit;
    font-family: Arial; }
    .slider .slider-control a:before {
      padding: 0.5rem;
      display: block; }
    .slider .slider-control a:hover {
      opacity: 0.5; }
  .slider .slider-prev:before {
    content: "◄"; }
  .slider .slider-next:before {
    content: "►"; }
  .slider .slider-menu {
    font-size: 3rem;
    line-height: 1;
    top: auto;
    bottom: 0; }
    .slider .slider-menu b {
      color: inherit; }
    .slider .slider-menu b.active {
      color: #004892; }
    .slider .slider-menu b:hover {
      opacity: 0.5; }

.news-list {
  margin-bottom: 1rem; }
  .news-list > h1, .news-list > h2, .news-list > h3, .news-list > h4, .news-list > h5, .news-list > h6 {
    margin-bottom: 0; }
    .news-list > h1:after, .news-list > h2:after, .news-list > h3:after, .news-list > h4:after, .news-list > h5:after, .news-list > h6:after {
      border-top: 1px solid #ccc;
      content: "";
      display: block; }
  .news-list .info {
    margin-bottom: 0;
    font-weight: 700; }
  .news-list .image_container {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .news-list .float_left {
    margin-right: 1rem; }
  .news-list .float_right {
    margin-left: 1rem; }
  .news-list .layout_short > h1, .news-list .layout_short > h2, .news-list .layout_short > h3, .news-list .layout_short > h4, .news-list .layout_short > h5, .news-list .layout_short > h6,
  .news-list .layout_latest > h1,
  .news-list .layout_latest > h2,
  .news-list .layout_latest > h3,
  .news-list .layout_latest > h4,
  .news-list .layout_latest > h5,
  .news-list .layout_latest > h6,
  .news-list .layout_simple > h1,
  .news-list .layout_simple > h2,
  .news-list .layout_simple > h3,
  .news-list .layout_simple > h4,
  .news-list .layout_simple > h5,
  .news-list .layout_simple > h6 {
    margin-top: 1rem; }
  .news-list .layout_short:after,
  .news-list .layout_latest:after,
  .news-list .layout_simple:after {
    border-bottom: 1px solid #ccc;
    margin-top: 1rem;
    content: "";
    display: block; }
  .news-list .layout_simple time,
  .news-list .layout_simple a,
  .news-list .layout_upcoming time,
  .news-list .layout_upcoming a {
    padding-top: 1rem;
    display: inline-block; }
  .news-list .header {
    margin-top: 1rem; }

.news-grid {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-bottom: 1rem; }
  .news-grid > h1, .news-grid > h2, .news-grid > h3, .news-grid > h4, .news-grid > h5, .news-grid > h6 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    .news-grid > h1:after, .news-grid > h2:after, .news-grid > h3:after, .news-grid > h4:after, .news-grid > h5:after, .news-grid > h6:after {
      border-top: 1px solid #ccc;
      content: "";
      display: block; }
  .news-grid .layout_short,
  .news-grid .layout_latest,
  .news-grid .layout_simple {
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-top: 1rem; }
    @media screen and (min-width: 34.375em) {
      .news-grid .layout_short,
      .news-grid .layout_latest,
      .news-grid .layout_simple {
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%; }
        .news-grid .layout_short:nth-of-type(2n + 1),
        .news-grid .layout_latest:nth-of-type(2n + 1),
        .news-grid .layout_simple:nth-of-type(2n + 1) {
          clear: both; } }
    @media screen and (min-width: 48.0625em) {
      .news-grid .layout_short,
      .news-grid .layout_latest,
      .news-grid .layout_simple {
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%; }
        .news-grid .layout_short:nth-of-type(n),
        .news-grid .layout_latest:nth-of-type(n),
        .news-grid .layout_simple:nth-of-type(n) {
          clear: none; }
        .news-grid .layout_short:nth-of-type(2n + 1),
        .news-grid .layout_latest:nth-of-type(2n + 1),
        .news-grid .layout_simple:nth-of-type(2n + 1) {
          clear: both; } }
    @media screen and (min-width: 58.75em) {
      .news-grid .layout_short,
      .news-grid .layout_latest,
      .news-grid .layout_simple {
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.33333%; }
        .news-grid .layout_short:nth-of-type(n),
        .news-grid .layout_latest:nth-of-type(n),
        .news-grid .layout_simple:nth-of-type(n) {
          clear: none; }
        .news-grid .layout_short:nth-of-type(3n + 1),
        .news-grid .layout_latest:nth-of-type(3n + 1),
        .news-grid .layout_simple:nth-of-type(3n + 1) {
          clear: both; } }
  .news-grid .layout_simple time {
    display: block; }

.news-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.news-menu a {
  text-decoration: none; }

.news-menu > h1:after, .news-menu > h2:after, .news-menu > h3:after, .news-menu > h4:after, .news-menu > h5:after, .news-menu > h6:after {
  border-top: 1px solid #ccc;
  content: "";
  display: block; }

.news-menu .year {
  margin-bottom: 0.5rem; }
  .news-menu .year > a,
  .news-menu .year > .active {
    color: inherit;
    font-weight: 300;
    font-family: "Palanquin Dark", sans-serif; }

.news-menu .level_2 li {
  margin-bottom: 0.25rem; }

.events-list {
  margin-bottom: 1rem; }
  .events-list > h1, .events-list > h2, .events-list > h3, .events-list > h4, .events-list > h5, .events-list > h6 {
    margin-bottom: 0; }
    .events-list > h1:after, .events-list > h2:after, .events-list > h3:after, .events-list > h4:after, .events-list > h5:after, .events-list > h6:after {
      border-top: 1px solid #ccc;
      content: "";
      display: block; }
  .events-list .image_container {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .events-list .float_left {
    margin-right: 1rem; }
  .events-list .float_right {
    margin-left: 1rem; }
  .events-list .event > h1, .events-list .event > h2, .events-list .event > h3, .events-list .event > h4, .events-list .event > h5, .events-list .event > h6 {
    margin-top: 1rem; }
  .events-list .event:after {
    border-bottom: 1px solid #ccc;
    margin-top: 1rem;
    content: "";
    display: block; }
  .events-list .layout_upcoming time,
  .events-list .layout_upcoming a {
    padding-top: 1rem;
    display: inline-block; }
  .events-list .header {
    margin-top: 1rem; }

.events-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.events-menu a {
  text-decoration: none; }

.events-menu > h1:after, .events-menu > h2:after, .events-menu > h3:after, .events-menu > h4:after, .events-menu > h5:after, .events-menu > h6:after {
  border-top: 1px solid #ccc;
  content: "";
  display: block; }

.events-menu .year {
  margin-bottom: 0.5rem; }
  .events-menu .year > a,
  .events-menu .year > .active {
    color: inherit;
    font-weight: 300;
    font-family: "Palanquin Dark", sans-serif; }

.events-menu .level_2 li {
  margin-bottom: 0.25rem; }

.ce_form {
  overflow: visible; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.25rem;
  font-weight: bold; }

input.text,
input.captcha,
textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
  background-image: none; }

textarea.textarea {
  height: auto; }

.widget-text,
.widget-textarea {
  margin-bottom: 1rem; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="file"] {
  display: block;
  vertical-align: middle;
  line-height: 1; }

input.radio,
input.checkbox {
  margin: 0.25rem 0 0;
  margin-left: 1px;
  margin-top: 1px \9;
  line-height: normal; }
  input.radio + label,
  input.checkbox + label {
    margin-right: 0.25rem;
    font-weight: normal; }

select.select {
  margin-left: 0.25rem; }

.widget-radio,
.widget-checkbox,
.widget-select,
.widget-upload {
  margin-bottom: 1rem; }
  .widget-radio legend,
  .widget-checkbox legend,
  .widget-select legend,
  .widget-upload legend {
    font-weight: 700; }

.radio_container > span,
.checkbox_container > span {
  display: inline-block; }

span.mandatory {
  color: #004892; }

p.error {
  margin-bottom: 0; }

.ce_accordion {
  margin-bottom: 0.25rem; }
  .ce_accordion .toggler {
    font-size: 1.5rem;
    cursor: pointer;
    background: #004892;
    color: #fff;
    padding: 0.5rem;
    border: 2px solid transparent; }
    .ce_accordion .toggler:hover {
      color: rgba(255, 255, 255, 0.5); }
    .ce_accordion .toggler:focus {
      outline: 0; }
  .ce_accordion .accordion {
    padding: 0.5rem;
    background: #ccc; }

.ce_download,
.ce_downloads {
  margin-bottom: 1rem; }
  .ce_download .mime_icon,
  .ce_downloads .mime_icon {
    display: inline-block;
    vertical-align: middle; }
  .ce_download a,
  .ce_downloads a {
    display: inline-block;
    color: inherit;
    text-decoration: none; }

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

.ce_downloads a {
  text-decoration: none; }

table {
  margin-bottom: 1rem;
  width: 100%;
  padding: 0;
  border-spacing: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc; }
  table th,
  table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px; }

thead {
  text-align: left;
  background: rgba(204, 204, 204, 0.2); }

tfoot {
  font-style: italic; }

.table--striped .even {
  background: rgba(204, 204, 204, 0.2); }

.table--overflow {
  overflow-x: scroll;
  -ms-overflow-x: auto; }

.newsletter-subscribe,
.newsletter-unsubscribe {
  margin-bottom: 1rem; }
  .newsletter-subscribe .formbody,
  .newsletter-unsubscribe .formbody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .newsletter-subscribe .text,
  .newsletter-subscribe .widget-text,
  .newsletter-unsubscribe .text,
  .newsletter-unsubscribe .widget-text {
    margin-bottom: 0;
    display: inline-block;
    -ms-flex: 1;
    flex: 1; }
  .newsletter-subscribe .error,
  .newsletter-unsubscribe .error {
    margin-bottom: 0;
    -ms-flex: 1 100%;
    flex: 1 100%;
    font-weight: 700; }
  .newsletter-subscribe .submit,
  .newsletter-unsubscribe .submit {
    margin-left: 0.25rem; }

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

.newsletter-list a {
  text-decoration: none; }

.newsletter-list li {
  border-bottom: 1px solid #ccc;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block; }
  .newsletter-list li:first-of-type {
    border-top: 1px solid #ccc; }
  @media screen and (min-width: 34.375em) {
    .newsletter-list li {
      font-size: 1.125rem;
      line-height: 1; } }
  @media screen and (min-width: 48.0625em) {
    .newsletter-list li {
      font-size: 1.375rem;
      line-height: 1.25; } }
  .newsletter-list li a:hover {
    opacity: 0.5; }

.newsletter-reader {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  padding: 0 1rem; }

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

.faq-list a {
  text-decoration: none; }

.faq-list > ul {
  margin-top: 2rem; }

.faq-list li {
  margin-bottom: 0.5rem; }

.faq-list li a {
  display: inline-block; }
  .faq-list li a:before {
    font-size: 0.75rem;
    line-height: 1.4;
    padding-bottom: 0.25rem;
    display: inline-block;
    content: "►";
    vertical-align: middle;
    margin-right: 0.25rem; }

.faq-list > h1, .faq-list > h2, .faq-list > h3, .faq-list > h4, .faq-list > h5, .faq-list > h6 {
  margin-bottom: 0; }
  .faq-list > h1:after, .faq-list > h2:after, .faq-list > h3:after, .faq-list > h4:after, .faq-list > h5:after, .faq-list > h6:after {
    border-top: 1px solid #ccc;
    content: "";
    display: block; }

.faq-list article > h1, .faq-list article > h2, .faq-list article > h3, .faq-list article > h4, .faq-list article > h5, .faq-list article > h6 {
  margin-bottom: 0; }
  .faq-list article > h1:after, .faq-list article > h2:after, .faq-list article > h3:after, .faq-list article > h4:after, .faq-list article > h5:after, .faq-list article > h6:after {
    border-top: 1px solid #ccc;
    content: "";
    display: block; }

.faq-page > h1, .faq-page > h2, .faq-page > h3, .faq-page > h4, .faq-page > h5, .faq-page > h6 {
  margin-bottom: 0; }
  .faq-page > h1:after, .faq-page > h2:after, .faq-page > h3:after, .faq-page > h4:after, .faq-page > h5:after, .faq-page > h6:after {
    border-top: 1px solid #ccc;
    content: "";
    display: block; }

.faq-page article > h1, .faq-page article > h2, .faq-page article > h3, .faq-page article > h4, .faq-page article > h5, .faq-page article > h6 {
  margin-bottom: 0; }
  .faq-page article > h1:after, .faq-page article > h2:after, .faq-page article > h3:after, .faq-page article > h4:after, .faq-page article > h5:after, .faq-page article > h6:after {
    border-top: 1px solid #ccc;
    content: "";
    display: block; }

.faq-page .info {
  font-size: 0.875rem;
  margin-top: 1rem;
  opacity: 0.5; }

.faq-page section {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc; }
  .faq-page section.last {
    margin-bottom: 1rem; }

.faq-reader .info {
  font-size: 0.875rem;
  margin-top: 1rem;
  opacity: 0.5; }

.ce_comments {
  overflow: visible; }
  .ce_comments .widget {
    margin-bottom: 1rem; }
  .ce_comments p.error {
    margin-bottom: 0;
    color: #f00; }
  .ce_comments .error {
    border-color: #f00;
    border-color: rgba(255, 0, 0, 0.5); }

.comment_default {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc; }
  .comment_default .info {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc; }
  .comment_default.last {
    margin-bottom: 2rem; }

.search .formbody {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.search .text,
.search .widget-text {
  margin-bottom: 0.5rem;
  display: inline-block;
  -ms-flex: 1;
  flex: 1; }

.search .widget-text label {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

.search .submit,
.search .submit_container,
.search .widget-submit {
  margin-bottom: 0.5rem;
  margin-left: 0.25rem;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.search .submit_container .submit,
.search .widget-submit .submit {
  margin-left: 0; }

.search .relevance {
  color: #555; }

.search .context {
  margin-bottom: 0.25rem; }

.search .highlight {
  font-weight: bold; }

.search .url {
  color: #555; }

.mod_article {
  max-width: unset !important;
  padding: 0; }

#main .padding-around {
  padding-bottom: 5em;
  padding-left: 16rem;
  padding-right: 16rem; }
  @media screen and (max-width: 48.0625em) {
    #main .padding-around {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media screen and (min-width: 48.0625em) and (max-width: 991px) {
    #main .padding-around {
      padding-left: 8rem;
      padding-right: 8rem; } }

#main .no-padding-bottom {
  padding-bottom: 0; }

#main .padding-topbottom {
  padding-top: 5em;
  padding-bottom: 5em; }

#main .first-margin {
  margin-top: 4rem; }

#main .padding-around-ueber {
  padding-top: 3rem;
  padding-bottom: 2rem;
  padding-left: 4rem;
  padding-right: 5rem; }

.pageimages_head.pagehead_small {
  height: 400px; }

.pageimages_head {
  height: 40rem;
  max-height: 100vh;
  width: 100%;
  max-width: unset;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media screen and (max-width: 48.0625em) {
    .pageimages_head {
      height: 25rem; } }
  .pageimages_head .pageimages-head-container {
    background-color: rgba(255, 220, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 16rem;
    right: 0; }
    @media screen and (max-width: 48.0625em) {
      .pageimages_head .pageimages-head-container {
        left: 0; } }
  .pageimages_head ul {
    list-style: none;
    padding-top: 2rem;
    padding-left: 3rem;
    margin-left: 0.2rem; }
    .pageimages_head ul li {
      float: left; }
    .pageimages_head ul li::after {
      content: ">";
      margin: 0 10px; }
  .pageimages_head h1 {
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase; }
  .pageimages_head a {
    text-decoration: none;
    color: #000; }

body {
  min-height: 100vh; }

#wrapper {
  min-height: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  #wrapper #container {
    -ms-flex-positive: 1;
    flex-grow: 1; }

body:not(.mainpage) [id="footer"] .inside {
  padding-left: 0 !important; }

[id="footer"] .inside {
  color: #fff; }

.team-member-detail img {
  margin: 0;
  width: 80%;
  height: auto; }

.team-member-detail a {
  text-decoration: none;
  color: #004892; }

.privatetax .container-text {
  padding-left: 8rem; }

.privatetax .news-block-container {
  min-height: 35rem; }

@media screen and (min-width: 34.4375em) {
  .privatetax .flex-same-height-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media screen and (max-width: 48.0625em) {
  .privatetax .container-text {
    padding-left: 2rem;
    padding-right: 2rem; }
  .privatetax .news-block-container {
    min-height: 25rem; }
  .privatetax h2 {
    font-size: 1.7rem; }
  .privatetax h3 {
    font-size: 1.3rem; }
  .privatetax p {
    font-size: 0.9rem; } }

@media screen and (min-width: 48.0625em) and (max-width: 1350px) {
  .privatetax .offset-sm-1 {
    margin-left: 3%; }
  .privatetax .col-sm-5 {
    width: 47%; } }

@media screen and (max-width: 1350px) {
  .privatetax h2 {
    font-size: 1.5rem; }
  .privatetax h3 {
    font-size: 1rem; }
  .privatetax p {
    font-size: 0.7rem; } }

@media screen and (max-width: 1350px) {
  .unserekanzlei h2 {
    font-size: 1.5rem; }
  .unserekanzlei h3 {
    font-size: 1rem; }
  .unserekanzlei p {
    font-size: 0.7rem; } }

@media screen and (max-width: 48.0625em) {
  .unserekanzlei p {
    font-size: 0.9rem; } }

@media screen and (min-width: 991px) {
  .unserekanzlei .aboutus-text {
    padding-right: 2rem; } }

.unserekanzlei .aboutus-text p {
  text-align: left; }

.unserekanzlei .aboutus-text .image_container {
  max-width: 50%;
  padding-top: 0.3rem;
  padding-left: 2rem;
  padding-bottom: 2rem; }
  @media screen and (max-width: 48.0625em) {
    .unserekanzlei .aboutus-text .image_container {
      max-width: unset;
      padding-left: 0;
      padding-top: 0; } }

.werte {
  padding-left: 3rem;
  padding-right: 5rem; }
  @media screen and (max-width: 48.0625em) {
    .werte {
      padding-left: 3rem;
      padding-right: 3rem; } }
  .werte > div:nth-child(2n+1) {
    text-align: right;
    padding-right: 2rem; }
    .werte > div:nth-child(2n+1):after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 1rem;
      background-color: #ffdc00; }
  .werte > div:nth-child(2n) {
    text-align: left;
    padding-left: 2rem; }
    .werte > div:nth-child(2n):after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 1rem;
      background-color: #ffdc00; }
  .werte > div {
    position: relative;
    overflow: visible;
    margin-bottom: 5rem; }
  .werte > div:before {
    position: absolute;
    font-size: 12vw;
    font-style: italic;
    line-height: 12vw;
    color: #004892;
    opacity: 0.05;
    top: 3rem;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  @media screen and (min-width: 48.0625em) {
    .werte div.gerecht:before {
      content: "Gerecht"; }
    .werte div.klug:before {
      content: "Klug"; }
    .werte div.verantwortungsvoll:before {
      content: "Verantwortung"; }
    .werte div.massvoll:before {
      content: "Maßvoll"; } }
  .werte h3 {
    font-size: 3rem;
    color: #004892; }
    @media screen and (max-width: 48.0625em) {
      .werte h3 {
        font-size: 2rem; } }

.aboutus_pageheader {
  background-position: center 40%; }

.beratung_pageheader {
  background-position: center top; }

.mandanteninfo_detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .mandanteninfo_detail .syndication {
    -ms-flex-order: 2;
    order: 2; }
  .mandanteninfo_detail .page_header {
    -ms-flex-order: 1;
    order: 1; }
  .mandanteninfo_detail .mod_newsreader {
    -ms-flex-order: 3;
    order: 3;
    padding-bottom: 0 !important; }

.mandanteninfo-reader h2 {
  color: #fff;
  background-color: #ffdc00; }

.mandanteninfo-table table {
  width: 100%;
  border: none; }
  .mandanteninfo-table table img {
    height: 48px;
    width: auto; }
  .mandanteninfo-table table td {
    width: 50%;
    border: none; }

.news-und-mandanteninfos > .ce_rowStart > .ce_columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 3rem;
  padding-right: 3rem; }
  .news-und-mandanteninfos > .ce_rowStart > .ce_columns .ce_mvo_facebook_post_list {
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .news-und-mandanteninfos > .ce_rowStart > .ce_columns .mod_newslist {
    -ms-flex-positive: 1;
    flex-grow: 1; }
  @media screen and (min-width: 48.0625em) {
    .news-und-mandanteninfos > .ce_rowStart > .ce_columns:first-of-type {
      padding-left: 8rem;
      padding-right: 3rem; }
    .news-und-mandanteninfos > .ce_rowStart > .ce_columns:last-of-type {
      padding-left: 3rem;
      padding-right: 8rem; } }
  .news-und-mandanteninfos > .ce_rowStart > .ce_columns a {
    color: #004892; }

.newslist-herr h3 {
  color: #004892; }

.newslist-herr p {
  color: #2a2a26; }

.newslist-herr .info {
  color: #2a2a26; }

.newslist-herr a * {
  transition: all 0.3s; }

.newslist-herr a:hover * {
  color: #004892; }

.facebook-post {
  box-shadow: rgba(0, 72, 146, 0.2) 2px 6px 11px;
  padding: 3rem;
  margin: 1rem 0 1rem 0;
  border-radius: 4px; }
  @media screen and (max-width: 48.0625em) {
    .facebook-post {
      padding: 1rem; } }
  .facebook-post .facebook-infos {
    display: inline-block; }
    .facebook-post .facebook-infos h2 {
      color: #ffdc00; }
    .facebook-post .facebook-infos a {
      word-break: break-word; }
    @media screen and (min-width: 48.0625em) and (max-width: 1350px) {
      .facebook-post .facebook-infos .offset-sm-1 {
        margin-left: 3%; }
      .facebook-post .facebook-infos .col-sm-5 {
        width: 47%; } }
  .facebook-post .facebook-post-album-container {
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center; }
    .facebook-post .facebook-post-album-container .facebook-post-image-link {
      -ms-flex: auto 1 1;
      flex: auto 1 1;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      transition: all 0.1s ease-in-out; }
    .facebook-post .facebook-post-album-container .facebook-post-image-link:before, .facebook-post .facebook-post-album-container .facebook-post-image:before {
      content: '';
      padding-top: 100%;
      float: left; }
    .facebook-post .facebook-post-album-container .facebook-post-image {
      position: relative;
      -ms-flex: auto 1 1;
      flex: auto 1 1;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      border: #fff 1px solid;
      box-shadow: rgba(0, 72, 146, 0.2) 0 0 4px;
      transition: all 0.2s ease-in-out; }
    .facebook-post .facebook-post-album-container .facebook-post-image:hover {
      -ms-transform: scale(1.02);
      transform: scale(1.02);
      box-shadow: rgba(0, 72, 146, 0.2) 0 0 8px; }
    .facebook-post .facebook-post-album-container .facebook-post-ablum {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row; }
      .facebook-post .facebook-post-album-container .facebook-post-ablum img {
        max-height: 100px;
        border: #fff 1px solid; }

.facebook-post-short .facebook-infos {
  display: inline-block; }
  .facebook-post-short .facebook-infos a {
    word-break: break-word; }
  .facebook-post-short .facebook-infos .facebook-post-message {
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.facebook-post-short .facebook-post-album-container {
  -ms-flex: auto 1 1;
  flex: auto 1 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 34.4375em) {
    .facebook-post-short .facebook-post-album-container {
      padding-left: 20%;
      padding-right: 20%; } }
  @media screen and (min-width: 48.0625em) {
    .facebook-post-short .facebook-post-album-container {
      padding-top: 2rem; } }
  .facebook-post-short .facebook-post-album-container .facebook-post-image-link {
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.1s ease-in-out; }
  .facebook-post-short .facebook-post-album-container .facebook-post-image-link:before, .facebook-post-short .facebook-post-album-container .facebook-post-image:before {
    content: '';
    padding-top: 100%;
    float: left; }
  .facebook-post-short .facebook-post-album-container .facebook-post-image {
    position: relative;
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: #fff 1px solid;
    transition: all 0.1s ease-in-out; }
  .facebook-post-short .facebook-post-album-container .facebook-post-image:hover {
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
  .facebook-post-short .facebook-post-album-container .facebook-post-ablum {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
    .facebook-post-short .facebook-post-album-container .facebook-post-ablum img {
      max-height: 100px;
      border: #fff 1px solid; }

.facebook-img-count {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 220, 0, 0.8);
  text-align: center; }

@media screen and (max-width: 34.4375em) {
  .contact-both-center {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    /* Safari */
    flex-direction: column;
    -ms-flex-direction: column; } }

@media screen and (max-width: 48.0625em) {
  .contact-both-center .contact-detail {
    margin-left: auto;
    margin-right: auto; } }

.contact-both-center .ce_columns > *:not(.ce_image) {
  width: 17rem;
  max-width: 90%;
  height: 17rem;
  padding: 1rem; }
  @media screen and (min-width: 48.0625em) {
    .contact-both-center .ce_columns > *:not(.ce_image) {
      margin: 0; } }

@media screen and (min-width: 34.4375em) {
  .contact-both-center .ce_columns.right > div {
    float: right; }
  .contact-both-center .ce_columns.left > div {
    float: left; } }

.contact-both-center .ce_columns {
  padding: 0; }
  .contact-both-center .ce_columns .ce_hyperlink, .contact-both-center .ce_columns .ce_text {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    /* Safari */
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-evenly;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center; }

.contact-both-center .contact-logo img {
  width: 17rem;
  height: auto; }

.contact-both-center .contact-detail a {
  text-decoration: none; }

.contact-both-center .contact-detail img {
  width: 50px;
  height: auto; }

.contact-both-center .contact-detail.ce_text {
  margin-bottom: 0; }

.contact-both-center .contact-detail.background-yellow a {
  color: #004892; }

.contact-both-center .contact-detail.background-blue a {
  color: #ffdc00; }

.contact-parking {
  width: 34rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem; }
  @media screen and (max-width: 34.4375em) {
    .contact-parking {
      width: auto;
      margin-left: 3rem;
      margin-right: 3rem; } }
  .contact-parking br {
    margin-top: 1rem;
    display: block;
    content: ' '; }

@media screen and (max-width: 48.0625em) {
  .engagement-text {
    padding-left: 2rem;
    padding-right: 2rem; } }

.engagement-image {
  max-width: 60%; }
  @media screen and (max-width: 48.0625em) {
    .engagement-image {
      margin: 0 auto; } }

@media screen and (max-width: 34.4375em) {
  .engagement-r .ce_rowStart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .engagement-r .engagement-text {
    -ms-flex-order: 2;
    order: 2; }
  .engagement-r .engagement-title {
    padding-bottom: 0; } }

.engagement-container {
  padding-top: 3rem;
  padding-bottom: 4rem; }

.engagement-title h2 {
  display: none; }

.unserekanzlei .col-xs-12 {
  position: relative; }

.unserekanzlei .col-sm-6 {
  position: relative; }

.unserekanzlei .col-md-5 {
  position: relative; }

.unserekanzlei .flex-vertical-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }

.unserekanzlei .ce_columns {
  padding-bottom: 0; }

.unserekanzlei.margin-left-right {
  padding-left: 3rem;
  padding-right: 5rem; }

@media screen and (max-width: 48.0625em) {
  .unserekanzlei.margin-left-right {
    padding-left: 3rem;
    padding-right: 3rem; } }

.kanzlei-zeitstrahl {
  overflow: visible; }
  .kanzlei-zeitstrahl.vertical .layout_full {
    padding: 0px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
    overflow: visible;
    /* The circles on the timeline */ }
    .kanzlei-zeitstrahl.vertical .layout_full:not(:first-of-type) {
      margin-top: -1rem; }
    .kanzlei-zeitstrahl.vertical .layout_full.even {
      left: 0;
      padding-left: 0; }
      .kanzlei-zeitstrahl.vertical .layout_full.even .timeline-container {
        -ms-transform-origin: center left;
        transform-origin: center left; }
      .kanzlei-zeitstrahl.vertical .layout_full.even::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 50%;
        width: 40px;
        z-index: 1;
        right: 0;
        border: 2px solid #004892;
        margin-top: -3px; }
    .kanzlei-zeitstrahl.vertical .layout_full.odd {
      left: 50%;
      padding-right: 0;
      /* Fix the circle for containers on the right side */ }
      .kanzlei-zeitstrahl.vertical .layout_full.odd .timeline-container {
        -ms-transform-origin: center right;
        transform-origin: center right; }
      .kanzlei-zeitstrahl.vertical .layout_full.odd::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 50%;
        width: 40px;
        z-index: 1;
        left: 0;
        border: 2px solid #004892;
        margin-top: -3px; }
      .kanzlei-zeitstrahl.vertical .layout_full.odd::after {
        left: -11px; }
    .kanzlei-zeitstrahl.vertical .layout_full .timeline-container {
      padding: 4px 10px;
      box-shadow: 0 2px 2px 0 rgba(0, 72, 146, 0.8), 0 1px 5px 0 rgba(0, 72, 146, 0.8), 0 3px 1px -2px rgba(0, 72, 146, 0.8);
      background-color: #fff;
      transition: all 0.3s;
      position: relative;
      z-index: 2; }
      .kanzlei-zeitstrahl.vertical .layout_full .timeline-container h2 {
        font-size: 1rem; }
      .kanzlei-zeitstrahl.vertical .layout_full .timeline-container h3 {
        font-size: 0.8rem; }
      .kanzlei-zeitstrahl.vertical .layout_full .timeline-container p {
        font-size: 0.7rem; }
      .kanzlei-zeitstrahl.vertical .layout_full .timeline-container .ce_text {
        margin-bottom: 0; }
      .kanzlei-zeitstrahl.vertical .layout_full .timeline-container figure {
        transition: all 0.3s;
        display: none; }
      @media screen and (max-width: 991px) {
        .kanzlei-zeitstrahl.vertical .layout_full .timeline-container h2 {
          font-size: 0.7rem; }
        .kanzlei-zeitstrahl.vertical .layout_full .timeline-container h3 {
          font-size: 0.5rem; }
        .kanzlei-zeitstrahl.vertical .layout_full .timeline-container p {
          font-size: 0.4rem; } }
      @media screen and (max-width: 1350px) {
        .kanzlei-zeitstrahl.vertical .layout_full .timeline-container h2 {
          font-size: 0.8rem; }
        .kanzlei-zeitstrahl.vertical .layout_full .timeline-container h3 {
          font-size: 0.6rem; }
        .kanzlei-zeitstrahl.vertical .layout_full .timeline-container p {
          font-size: 0.5rem; } }
      @media screen and (min-width: 48.0625em) {
        .kanzlei-zeitstrahl.vertical .layout_full .timeline-container:hover {
          z-index: 100;
          -ms-transform: scale(1.5);
          transform: scale(1.5); }
          .kanzlei-zeitstrahl.vertical .layout_full .timeline-container:hover figure {
            display: block; } }
    .kanzlei-zeitstrahl.vertical .layout_full:first-of-type.odd .timeline-container {
      -ms-transform-origin: top right;
      transform-origin: top right; }
    .kanzlei-zeitstrahl.vertical .layout_full:first-of-type.even .timeline-container {
      -ms-transform-origin: top left;
      transform-origin: top left; }
    .kanzlei-zeitstrahl.vertical .layout_full:last-of-type.odd .timeline-container {
      -ms-transform-origin: bottom right;
      transform-origin: bottom right; }
    .kanzlei-zeitstrahl.vertical .layout_full:last-of-type.even .timeline-container {
      -ms-transform-origin: bottom left;
      transform-origin: bottom left; }
    .kanzlei-zeitstrahl.vertical .layout_full::after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      right: -9px;
      background-color: #ffdc00;
      border: 4px solid #004892;
      top: 50%;
      border-radius: 50%;
      z-index: 1;
      margin-top: -11px; }
  .kanzlei-zeitstrahl.vertical .featured h2 {
    color: #ffdc00; }
  .kanzlei-zeitstrahl.vertical::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #004892;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px; }
  @media screen and (max-width: 48.0625em) {
    .kanzlei-zeitstrahl {
      margin-left: 1rem;
      padding-left: 0;
      padding-bottom: 1rem; }
      .kanzlei-zeitstrahl.vertical .layout_full {
        padding: 0px 40px;
        width: 100%;
        /* The circles on the timeline */ }
        .kanzlei-zeitstrahl.vertical .layout_full:not(:first-of-type) {
          margin-top: 1rem; }
        .kanzlei-zeitstrahl.vertical .layout_full.odd, .kanzlei-zeitstrahl.vertical .layout_full.even {
          left: 0;
          padding-right: 0;
          padding-left: 40px;
          /* Fix the circle for containers on the right side */ }
          .kanzlei-zeitstrahl.vertical .layout_full.odd .timeline-container, .kanzlei-zeitstrahl.vertical .layout_full.even .timeline-container {
            -ms-transform-origin: center right;
            transform-origin: center right; }
          .kanzlei-zeitstrahl.vertical .layout_full.odd::before, .kanzlei-zeitstrahl.vertical .layout_full.even::before {
            content: " ";
            height: 0;
            position: absolute;
            top: 50%;
            width: 40px;
            z-index: 1;
            left: 0;
            border: 2px solid #004892;
            margin-top: -3px; }
          .kanzlei-zeitstrahl.vertical .layout_full.odd::after, .kanzlei-zeitstrahl.vertical .layout_full.even::after {
            left: -8px; }
        .kanzlei-zeitstrahl.vertical .layout_full .timeline-container {
          padding: 4px 10px; }
        .kanzlei-zeitstrahl.vertical .layout_full::after {
          content: '';
          position: absolute;
          width: 20px;
          height: 20px;
          right: -9px;
          background-color: #ffdc00;
          border: 4px solid #004892;
          top: 50%;
          border-radius: 50%;
          z-index: 1;
          margin-top: -11px; }
      .kanzlei-zeitstrahl.vertical .featured h2 {
        color: #ffdc00; }
      .kanzlei-zeitstrahl.vertical::after {
        content: '';
        position: absolute;
        width: 4px;
        background-color: #004892;
        top: 0;
        bottom: 0;
        left: 1rem;
        margin-left: 11px; } }
  .kanzlei-zeitstrahl.horizontal {
    margin: 2rem auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 30rem;
    overflow: visible;
    /* The circles on the timeline */
    /* Fix the circle for containers on the right side */ }
    .kanzlei-zeitstrahl.horizontal .layout_full {
      display: inline-block;
      padding: 1rem 0.2rem;
      position: relative;
      background-color: inherit;
      width: 10rem;
      margin-left: -5rem;
      overflow: visible; }
      .kanzlei-zeitstrahl.horizontal .layout_full .timeline-container {
        padding: 10px 10px;
        box-shadow: 0 2px 2px 0 #004892, 0 1px 5px 0 #004892, 0 3px 1px -2px #004892; }
        .kanzlei-zeitstrahl.horizontal .layout_full .timeline-container h2 {
          font-size: 1rem; }
        .kanzlei-zeitstrahl.horizontal .layout_full .timeline-container h3 {
          font-size: 0.8rem; }
        .kanzlei-zeitstrahl.horizontal .layout_full .timeline-container p {
          font-size: 0.7rem; }
        .kanzlei-zeitstrahl.horizontal .layout_full .timeline-container figure {
          transition: all 0.3s;
          display: none; }
    .kanzlei-zeitstrahl.horizontal .even {
      top: 0;
      padding-top: 0; }
    .kanzlei-zeitstrahl.horizontal .odd {
      padding-bottom: 0;
      -ms-transform: translateY(100%);
      transform: translateY(100%); }
    .kanzlei-zeitstrahl.horizontal .odd::after {
      top: -13px; }
    .kanzlei-zeitstrahl.horizontal .featured h2 {
      color: #ffdc00; }

.trenner1 .trenner {
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .trenner1 .trenner .trenner-inner {
    width: 100%;
    background-color: rgba(255, 220, 0, 0.8);
    height: 4px; }

.trenner2 .trenner {
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .trenner2 .trenner .trenner-inner {
    width: 100%;
    background-color: rgba(255, 220, 0, 0.8);
    height: 4px; }
  .trenner2 .trenner:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: calc(50% - 50px);
    width: 100px;
    border-top: 4px solid rgba(0, 72, 146, 0.8); }
  .trenner2 .trenner:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    width: 100px;
    border-bottom: 4px solid rgba(0, 72, 146, 0.8); }

#vortraege a {
  text-decoration: none;
  color: #004892; }

.order-1 {
  max-height: 17rem !important; }

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  height: auto;
  transition: all 0.5s; }
  #header .inside {
    max-width: unset;
    padding-left: 3rem;
    padding-right: 5rem; }
  #header #nav-logo {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    float: left; }
    #header #nav-logo img {
      height: 5rem;
      width: auto;
      transition: all 0.4s; }
  @media screen and (max-width: 991px) {
    #header .inside {
      padding-left: 3rem;
      padding-right: 3rem; }
    #header #main-menu-normal, #header #main-menu-social {
      display: none; }
    #header #nav-logo img {
      height: 2.5rem;
      width: auto; } }
  #header.sticky {
    background: rgba(255, 255, 255, 0.95); }
    #header.sticky #nav-logo img {
      height: 2.5rem;
      width: auto; }
    #header.sticky #main-menu-normal li a, #header.sticky #main-menu-normal li span, #header.sticky #main-menu-normal li strong {
      text-shadow: none;
      color: #004892; }
    #header.sticky #main-menu-normal li a:hover * {
      color: #ffdc00; }
    #header.sticky #main-menu-normal li.active a, #header.sticky #main-menu-normal li.active span, #header.sticky #main-menu-normal li.active strong {
      color: #ffdc00; }

#main-menu-normal {
  float: right; }

#main-menu-social {
  float: right; }
  #main-menu-social a {
    height: 1.5rem;
    width: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  #main-menu-social a.facebook {
    background-image: url(../../files/herr-stb/dist/img/logo/facebook.png); }
  #main-menu-social a.insta {
    background-image: url(../../files/herr-stb/dist/img/logo/insta.png); }
  #main-menu-social a.xing {
    background-image: url(../../files/herr-stb/dist/img/logo/xing.png); }
  #main-menu-social a.twitter {
    background-image: url(../../files/herr-stb/dist/img/logo/twitter.png); }
  #main-menu-social a.linkedin {
    background-image: url(../../files/herr-stb/dist/img/logo/linkedin.png); }
  #main-menu-social.nav-dark a.facebook {
    background-image: url(../../files/herr-stb/dist/img/logo/facebook-b.png); }
  #main-menu-social.nav-dark a.insta {
    background-image: url(../../files/herr-stb/dist/img/logo/insta-b.png); }
  #main-menu-social.nav-dark a.xing {
    background-image: url(../../files/herr-stb/dist/img/logo/xing-b.png); }
  #main-menu-social.nav-dark a.twitter {
    background-image: url(../../files/herr-stb/dist/img/logo/twitter-b.png); }
  #main-menu-social.nav-dark a.linkedin {
    background-image: url(../../files/herr-stb/dist/img/logo/linkedin-b.png); }
  @media screen and (max-width: 990px) {
    #main-menu-social a {
      height: 2.5rem;
      width: 2.5rem; } }
  #main-menu-social span {
    display: none !important; }
  #main-menu-social.nav-center {
    float: none;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      #main-menu-social.nav-center {
        display: table; } }
    @supports (-ms-ime-align: auto) {
      #main-menu-social.nav-center {
        display: table; } }

#main-menu-normal, #main-menu-social {
  display: inline-block; }
  #main-menu-normal ul, #main-menu-social ul {
    margin: 0;
    padding: 0; }
  #main-menu-normal li, #main-menu-social li {
    list-style-type: none;
    float: left;
    padding: 1rem;
    margin: 0;
    font-weight: bold;
    font-size: 120%; }
    @media screen and (min-width: 991px) {
      #main-menu-normal li.last, #main-menu-social li.last {
        padding-right: 0; } }
    @media screen and (max-width: 1350px) {
      #main-menu-normal li, #main-menu-social li {
        font-size: 0.8rem; } }
    #main-menu-normal li a, #main-menu-normal li span, #main-menu-normal li strong, #main-menu-social li a, #main-menu-social li span, #main-menu-social li strong {
      transition: all 0.2s;
      display: block;
      text-decoration: none;
      text-shadow: #004892 0px 0px 10px;
      color: #fff; }
    #main-menu-normal li a:hover *, #main-menu-social li a:hover * {
      color: #ffdc00; }
  #main-menu-normal li.active a, #main-menu-normal li.active span, #main-menu-normal li.active strong, #main-menu-social li.active a, #main-menu-social li.active span, #main-menu-social li.active strong {
    text-shadow: #004892 0px 0px 10px;
    color: #ffdc00; }

#main-menu-mobile {
  float: right;
  margin-top: 10px; }
  #main-menu-mobile .mobile_menu_trigger {
    font-size: 2rem;
    color: #ffdc00; }

.mobile-menu-close {
  float: right;
  padding: 2rem;
  font-size: 1.5rem; }

.mobile_menu .inner {
  background-color: #fff; }

.mobile_menu .mobile-menu-content {
  height: 100%;
  min-height: 50rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .mobile_menu .mobile-menu-content a.herrstb-logo {
    float: left;
    padding: 4rem;
    height: 4rem;
    width: 8rem;
    margin-left: 4rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../files/herr-stb/dist/img/logo.png); }
    .mobile_menu .mobile-menu-content a.herrstb-logo span {
      display: none !important; }
  .mobile_menu .mobile-menu-content #main-menu-normal {
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .mobile_menu .mobile-menu-content #main-menu-normal.main-menu-normal-home {
    -ms-flex-positive: unset;
    flex-grow: unset; }
  .mobile_menu .mobile-menu-content #main-menu-social {
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .mobile_menu .mobile-menu-content #footer-menu {
    padding-bottom: 4rem; }
    .mobile_menu .mobile-menu-content #footer-menu ul.level_1 {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto;
      margin-right: auto; }

@media screen and (max-width: 991px) {
  .mobile_menu #main-menu-normal {
    margin-left: 3rem; }
    .mobile_menu #main-menu-normal ul {
      margin: 0;
      padding: 0; }
    .mobile_menu #main-menu-normal li {
      list-style-type: none;
      float: none;
      padding: 1rem;
      margin: 0;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.2rem; }
      .mobile_menu #main-menu-normal li a, .mobile_menu #main-menu-normal li span, .mobile_menu #main-menu-normal li strong {
        transition: all 0.2s;
        display: block;
        text-decoration: none;
        color: #004892;
        text-shadow: none; }
      .mobile_menu #main-menu-normal li a:hover * {
        color: #ffdc00; }
    .mobile_menu #main-menu-normal li.active a, .mobile_menu #main-menu-normal li.active span, .mobile_menu #main-menu-normal li.active strong {
      color: #ffdc00; } }

@media screen and (max-width: 991px) {
  .mobile_menu #main-menu-social {
    float: none;
    width: 100%;
    text-align: center;
    background-color: #004892; }
    .mobile_menu #main-menu-social ul.level_1 {
      display: inline-block; } }

#footer-menu {
  display: inline-block; }
  @media screen and (max-width: 48.0625em) {
    #footer-menu {
      background-color: #004892; } }
  #footer-menu ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 48.0625em) {
      #footer-menu ul {
        margin: 0 auto; } }
  #footer-menu li {
    list-style-type: none;
    float: left;
    padding: 1rem;
    margin: 0;
    font-size: 90%; }
    #footer-menu li a, #footer-menu li span, #footer-menu li strong {
      transition: all 0.2s;
      display: block;
      text-decoration: none;
      color: #fff; }
    #footer-menu li a:hover * {
      color: #ffdc00; }
  #footer-menu li.active a, #footer-menu li.active span, #footer-menu li.active strong {
    color: #ffdc00; }

#footermenu {
  background-color: #004892; }
  #footermenu .inside {
    max-width: 66.625em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 10px; }
    @media screen and (max-width: 48.0625em) {
      #footermenu .inside {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center; } }
  @media screen and (max-width: 990px) {
    #footermenu {
      height: auto; } }

.footer-bottom {
  background-color: #fff;
  color: #004892; }
  @media screen and (max-width: 48.0625em) {
    .footer-bottom .ce_text {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto;
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.scroll_to_top {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background-color: rgba(255, 220, 0, 0.8);
  width: 3rem;
  height: 3rem;
  text-align: center; }
  .scroll_to_top a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    color: rgba(0, 72, 146, 0.8); }
    .scroll_to_top a img {
      padding-top: 0.4rem; }

ul {
  list-style-type: square; }

.mainpage [id="page1"] {
  margin-top: 0 !important;
  height: 100vh;
  width: 100%;
  max-width: unset;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../files/herr-stb/dist/img/background/startseite-main-bg-big.jpg);
  background-position: center center; }
  @media screen and (max-width: 991px) {
    .mainpage [id="page1"] {
      background-image: url(../../files/herr-stb/dist/img/background/startseite-main-bg-small.jpg);
      background-position: center;
      height: 100vw;
      max-height: 100vh; } }
  .mainpage [id="page1"] .page1-banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-right: 5rem;
    padding-bottom: 5rem; }
    @media screen and (max-width: 991px) {
      .mainpage [id="page1"] .page1-banner {
        padding-right: 1rem;
        padding-bottom: 1rem;
        -ms-flex-pack: unset;
        justify-content: unset;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
    .mainpage [id="page1"] .page1-banner .page1-banner-top {
      background-color: rgba(255, 220, 0, 0.8);
      padding: 50px;
      color: #004892; }
      .mainpage [id="page1"] .page1-banner .page1-banner-top h1 {
        font-size: 300%; }
      .mainpage [id="page1"] .page1-banner .page1-banner-top ul, .mainpage [id="page1"] .page1-banner .page1-banner-top li {
        padding-left: 0;
        margin-left: 0;
        list-style: none;
        font-size: 140%; }
      @media screen and (max-width: 1350px) {
        .mainpage [id="page1"] .page1-banner .page1-banner-top h1 {
          font-size: 1.8rem; }
        .mainpage [id="page1"] .page1-banner .page1-banner-top ul, .mainpage [id="page1"] .page1-banner .page1-banner-top li {
          font-size: 1.2rem; } }
      @media screen and (max-width: 991px) {
        .mainpage [id="page1"] .page1-banner .page1-banner-top {
          padding: 20px; }
          .mainpage [id="page1"] .page1-banner .page1-banner-top h1 {
            font-size: 1.4rem; }
          .mainpage [id="page1"] .page1-banner .page1-banner-top ul, .mainpage [id="page1"] .page1-banner .page1-banner-top li {
            font-size: 1.0rem; } }
    .mainpage [id="page1"] .page1-banner .page1-banner-bottom {
      background-color: #004892;
      padding: 30px;
      transition: all 0.3s; }
      .mainpage [id="page1"] .page1-banner .page1-banner-bottom a {
        color: #fff;
        text-transform: uppercase;
        font-size: 130%;
        font-weight: bold;
        transition: all 0.3s; }
    .mainpage [id="page1"] .page1-banner .page1-banner-bottom:hover {
      background-color: #000; }
      .mainpage [id="page1"] .page1-banner .page1-banner-bottom:hover a {
        color: #ffdc00; }
    @media screen and (max-width: 1350px) {
      .mainpage [id="page1"] .page1-banner .page1-banner-bottom {
        padding: 20px; }
        .mainpage [id="page1"] .page1-banner .page1-banner-bottom a {
          font-size: 0.8rem; } }
  .mainpage [id="page1"] .page1-link-hinweis {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #004892;
    padding: 0.5rem 1rem;
    font-weight: bold; }
    .mainpage [id="page1"] .page1-link-hinweis a {
      color: #fff; }
    @media screen and (max-width: 991px) {
      .mainpage [id="page1"] .page1-link-hinweis {
        display: none; } }
  .mainpage [id="page1"] .inside {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }

[id="main-banner"] {
  display: inline-block;
  width: auto !important;
  margin-left: 5% !important;
  overflow: inherit !important; }
  @media screen and (max-width: 990px) {
    [id="main-banner"] {
      -ms-transform: scale(0.6) translateY(45vh);
      transform: scale(0.6) translateY(45vh);
      margin-left: auto !important;
      margin-right: auto !important; } }
  @media screen and (min-width: 991px) and (max-width: 1350px) {
    [id="main-banner"] {
      -ms-transform: scale(0.6) translateY(30vh);
      transform: scale(0.6) translateY(30vh);
      margin-left: 0 !important; } }
  @media screen and (min-width: 2560px) {
    [id="main-banner"] {
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      margin-left: 10% !important; } }
  [id="main-banner"] h1, [id="main-banner"] h2, [id="main-banner"] h3 {
    margin: 0;
    font-stretch: condensed;
    font-weight: bold;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap; }
  [id="main-banner"] h1 {
    margin-left: 0;
    font-size: 5rem;
    line-height: 6.6rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  [id="main-banner"] h2 {
    margin-left: 2rem;
    font-size: 2rem;
    line-height: 2.64rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  [id="main-banner"] h3 {
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    line-height: 2.64rem;
    padding-left: 1rem;
    padding-right: 1rem; }

#page2 {
  max-width: unset;
  padding-left: 0;
  padding-right: 0; }
  #page2 h2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
    font-size: 300%; }
  #page2 .ce_text {
    background-color: rgba(255, 220, 0, 0.8);
    padding: 50px;
    color: #004892; }

#team h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem; }

#team .team-title {
  padding-left: 16rem;
  padding-right: 16rem; }
  @media screen and (max-width: 48.0625em) {
    #team .team-title {
      padding-left: 1rem;
      padding-right: 1rem; } }

#team .team-member-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-left: 16rem;
  padding-right: 16rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }
  @supports (display: grid) {
    #team .team-member-container {
      display: -ms-grid;
      display: grid;
      grid-gap: 3rem;
      -ms-grid-columns: (minmax(10rem, 20rem))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(10rem, 20rem));
      grid-auto-rows: minmax(10rem, 1fr); } }
  @media screen and (max-width: 48.0625em) {
    #team .team-member-container {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media screen and (max-width: 34.4375em) {
    #team .team-member-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; } }

#team .team-member {
  overflow: visible; }
  @media screen and (max-width: 48.0625em) {
    #team .team-member {
      padding-bottom: 3rem; } }
  #team .team-member a {
    color: #000; }
  #team .team-member h4 {
    color: #000;
    font-weight: bold;
    font-size: 100%;
    margin-top: 0 !important; }
  #team .team-member img {
    margin-bottom: 0.5rem;
    transition: all 0.3s;
    width: 100%;
    height: auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 48.0625em) {
      #team .team-member img {
        width: 100%; } }
  #team .team-member img:hover {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3); }
  #team .team-member figure {
    position: relative; }
    #team .team-member figure .team-member-overlay {
      visibility: visible;
      opacity: 0;
      transition: visibility 0s, opacity 0.3s linear;
      position: absolute;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../../files/herr-stb/dist/img/background/logo-h-30p.png);
      background-repeat: no-repeat;
      background-size: contain; }
      #team .team-member figure .team-member-overlay span {
        color: #fff;
        filter: drop-shadow(2px 4px 6px black);
        font-weight: bold;
        font-size: 1.5rem; }
  #team .team-member figure:hover .team-member-overlay {
    visibility: visible;
    opacity: 1; }

#mitgliedschaften {
  padding-top: 8rem;
  background-color: #f2f2ee; }
  #mitgliedschaften .mitgliedschaften-member-container {
    margin-top: 4rem;
    padding-left: 16em;
    padding-right: 16em;
    padding-top: 4em;
    padding-bottom: 4em;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #f2f2ee; }
    @supports (display: grid) {
      #mitgliedschaften .mitgliedschaften-member-container {
        display: -ms-grid;
        display: grid;
        grid-gap: 50px;
        -ms-grid-columns: (minmax(170px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
        grid-auto-rows: minmax(70px, 1fr);
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media screen and (max-width: 991px) {
      #mitgliedschaften .mitgliedschaften-member-container {
        padding-left: 2rem;
        padding-right: 2rem;
        -ms-grid-columns: (minmax(130px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); } }
  #mitgliedschaften .mitgliedschaften-member h4 {
    font-weight: bold;
    margin-top: 0 !important; }
  #mitgliedschaften .mitgliedschaften-member img {
    max-height: 70px;
    width: auto;
    transition: all 0.5s; }
    @media screen and (max-width: 48.0625em) {
      #mitgliedschaften .mitgliedschaften-member img {
        filter: saturate(1); } }
  #mitgliedschaften .mitgliedschaften-member img:hover {
    filter: saturate(1); }

.tinymargin_top {
  margin-top: 1rem; }

.smallmargin {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.bigmargin {
  margin-top: 8rem;
  margin-bottom: 8rem; }

h2.main-text-teaser, .main-text-teaser h2 {
  font-weight: bold;
  font-size: 3rem;
  text-align: center; }
  @media screen and (max-width: 1350px) {
    h2.main-text-teaser, .main-text-teaser h2 {
      font-size: 2rem; } }
  @media screen and (max-width: 48.0625em) {
    h2.main-text-teaser, .main-text-teaser h2 {
      padding-left: 1rem;
      padding-right: 1rem; } }

h3.main-text-teaser, .main-text-teaser h3, .subline {
  text-align: center; }
  @media screen and (max-width: 1350px) {
    h3.main-text-teaser, .main-text-teaser h3, .subline {
      font-size: 1.2rem; } }
  @media screen and (max-width: 48.0625em) {
    h3.main-text-teaser, .main-text-teaser h3, .subline {
      padding-left: 1rem;
      padding-right: 1rem; } }

@media screen and (max-width: 1350px) {
  p.main-text-teaser, .main-text-teaser p {
    font-size: 1rem; } }

@media screen and (max-width: 48.0625em) {
  p.main-text-teaser, .main-text-teaser p {
    padding-left: 1rem;
    padding-right: 1rem; } }

#leistungen h2 {
  font-weight: bold;
  font-size: 300%;
  text-align: center; }

#leistungen h3, #leistungen .subline {
  text-align: center; }

#leistungen .leistungen-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }
  @supports (display: grid) {
    #leistungen .leistungen-container {
      display: -ms-grid;
      display: grid;
      grid-gap: 0;
      -ms-grid-columns: (minmax(240px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      grid-auto-rows: minmax(70px, 1fr); } }
  #leistungen .leistungen-container .ce_text {
    margin-bottom: 0; }

#leistungen .leistungen-element {
  position: relative;
  background-color: #f2f2ee; }
  #leistungen .leistungen-element h4 {
    z-index: 10;
    position: absolute;
    padding: 1.5rem;
    color: #fff;
    font-weight: bold;
    margin-top: 0 !important;
    background-color: rgba(255, 220, 0, 0.8);
    text-transform: uppercase; }
  #leistungen .leistungen-element.unternehmen {
    background-color: rgba(255, 220, 0, 0.9); }
    #leistungen .leistungen-element.unternehmen h4 {
      background-color: rgba(255, 220, 0, 0.9); }
    #leistungen .leistungen-element.unternehmen .leistungen-text-container {
      background-color: rgba(255, 220, 0, 0.9); }
      #leistungen .leistungen-element.unternehmen .leistungen-text-container strong {
        color: #000; }
      #leistungen .leistungen-element.unternehmen .leistungen-text-container li {
        color: #000; }
    #leistungen .leistungen-element.unternehmen a {
      font-weight: bold;
      color: #004892;
      background-color: unset;
      z-index: 1; }
      #leistungen .leistungen-element.unternehmen a::before {
        content: '';
        background-color: #004892;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 0;
        z-index: -1;
        transition: all 0.3s; }
    #leistungen .leistungen-element.unternehmen a:hover {
      color: #ffdc00;
      background-color: unset; }
      #leistungen .leistungen-element.unternehmen a:hover::before {
        width: 100%; }
  #leistungen .leistungen-element.privat {
    background-color: #004892; }
    #leistungen .leistungen-element.privat h4 {
      background-color: rgba(0, 72, 146, 0.8); }
    #leistungen .leistungen-element.privat .leistungen-text-container {
      color: white;
      background-color: rgba(0, 72, 146, 0.8); }
    #leistungen .leistungen-element.privat a {
      font-weight: bold;
      color: #ffdc00;
      background-color: unset;
      z-index: 1; }
      #leistungen .leistungen-element.privat a::before {
        content: '';
        background-color: #ffdc00;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 0;
        z-index: -1;
        transition: all 0.3s; }
    #leistungen .leistungen-element.privat a:hover {
      background-color: unset; }
      #leistungen .leistungen-element.privat a:hover::before {
        width: 100%; }
  #leistungen .leistungen-element figure {
    margin-bottom: 2em; }
  @media screen and (min-width: 991px) {
    #leistungen .leistungen-element:nth-of-type(even) {
      background-color: #fcfcf2; }
    #leistungen .leistungen-element figure {
      margin-bottom: 0;
      max-height: unset;
      min-height: 30rem; }
      #leistungen .leistungen-element figure img {
        width: 100%;
        height: 35rem;
        object-fit: cover; }
    #leistungen .leistungen-element .leistungen-text-container {
      position: absolute;
      bottom: 0;
      right: 0;
      min-width: 70%;
      height: 45%;
      color: white;
      padding-left: 1rem;
      padding-top: 1.5rem; } }
  #leistungen .leistungen-element p {
    padding-left: 2em;
    padding-right: 2em; }
    #leistungen .leistungen-element p strong {
      font-size: 120%; }
  #leistungen .leistungen-element ul, #leistungen .leistungen-element p:nth-last-child(2) {
    margin-bottom: 5em; }
  #leistungen .leistungen-element a {
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #004892;
    padding: 1em;
    transition: all 0.3s; }
  #leistungen .leistungen-element a:hover {
    color: #004892;
    background-color: #ffdc00; }

#leistungen .image_container {
  overflow: hidden;
  max-height: 500px; }

#leistungen .leistungen-element img {
  transition: all cubic-bezier(0.29, 0.1, 0.36, 1) 0.4s; }

.statement {
  width: 100%;
  max-width: unset;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }
  .statement .statement-cube {
    background-color: #f2f2ee;
    float: left;
    width: 40%;
    min-width: 30%;
    display: flex;
    display: -ms-flexbox;
    -ms-grid-column-align: center;
    justify-items: center; }
    @media screen and (max-width: 48.0625em) {
      .statement .statement-cube {
        width: unset; } }
    .statement .statement-cube figure {
      padding: 2em; }
  .statement .statement-text {
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column-align: end;
    justify-items: end;
    margin-bottom: 0;
    padding-left: 30% !important; }
    @media screen and (max-width: 48.0625em) {
      .statement .statement-text {
        padding-left: 0 !important; } }
    .statement .statement-text p {
      font-family: "Hind", sans-serif;
      float: right;
      margin-bottom: 0;
      background-color: rgba(252, 252, 242, 0.8);
      color: #000;
      font-size: 150%;
      padding: 3em;
      width: 100%;
      -ms-flex-item-align: end;
      align-self: flex-end; }
      @media screen and (max-width: 1350px) {
        .statement .statement-text p {
          font-size: 1rem;
          padding: 2rem; } }
  .statement .statement-text::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    transition: all cubic-bezier(0.29, 0.1, 0.36, 1) 1.2s; }
  .statement .statement-bg1::before {
    background-image: url(../../files/herr-stb/dist/img/background/statement1.jpg); }
  .statement .statement-bg2::before {
    background-image: url(../../files/herr-stb/dist/img/background/statement2.jpg); }
  @media screen and (max-width: 991px) {
    .statement .statement-bg2 {
      padding-left: 25% !important; } }
  .statement .statement-bg3::before {
    background-position: left top;
    background-image: url(../../files/herr-stb/dist/img/background/deklaration-leistungen-bg-big.jpg); }
    @media screen and (max-width: 991px) {
      .statement .statement-bg3::before {
        background-image: url(../../files/herr-stb/dist/img/background/deklaration-leistungen-bg.jpg); } }

.kardinaltugenden.statement .statement-cube {
  width: auto;
  min-width: auto;
  max-width: 40%; }
  @media screen and (min-width: 48.0625em) {
    .kardinaltugenden.statement .statement-cube figure {
      padding: 4rem; } }
  @media screen and (min-width: 2560px) {
    .kardinaltugenden.statement .statement-cube {
      overflow: visible; }
      .kardinaltugenden.statement .statement-cube figure {
        padding: 6rem; }
        .kardinaltugenden.statement .statement-cube figure img {
          margin: 2rem;
          max-width: unset; } }

@media screen and (max-width: 34.4375em) {
  .unternehmen-leistungen.statement {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.unternehmen-leistungen.statement .statement-cube {
  padding: 3rem;
  -ms-flex: auto 1 0px;
  flex: auto 1 0; }
  @media screen and (max-width: 48.0625em) {
    .unternehmen-leistungen.statement .statement-cube .statement-text-leistungen-container {
      margin-left: 0; } }
  @media screen and (min-width: 991px) {
    .unternehmen-leistungen.statement .statement-cube {
      padding-left: 16rem; } }
  @media screen and (min-width: 48.0625em) and (max-width: 991px) {
    .unternehmen-leistungen.statement .statement-cube {
      padding-left: 8rem; } }

.unternehmen-leistungen.statement .statement-text {
  min-height: 18rem;
  padding-left: 25% !important; }

.unternehmen-leistungen .statement-bg2.statement-text {
  padding-left: 20% !important; }

#statement-leistungen {
  display: block;
  margin-bottom: 0 !important;
  background-color: rgba(255, 220, 0, 0.8);
  OFFpadding-left: 4rem; }
  #statement-leistungen, #statement-leistungen * {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  @media screen and (max-width: 34.4375em) {
    #statement-leistungen {
      width: 100%; } }
  @media screen and (max-width: 48.0625em) {
    #statement-leistungen {
      padding: 2rem;
      padding-left: 3rem; } }
  #statement-leistungen h2 {
    margin-bottom: 30px; }
  #statement-leistungen ul {
    margin-left: 0; }
    #statement-leistungen ul li {
      padding: 0.3rem 0 0.3rem 0; }
      #statement-leistungen ul li a {
        display: block;
        font-size: 120%;
        font-weight: bold;
        text-decoration: none;
        color: #000;
        transition: all 0.3s; }
        @media screen and (max-width: 1350px) {
          #statement-leistungen ul li a {
            font-size: 1rem; } }
      #statement-leistungen ul li a:hover {
        color: #004892; }

@media screen and (min-width: 34.4375em) {
  .news-mainpage .flex-same-height-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; } }

.news-mainpage > .ce_rowStart > .ce_columns:first-of-type {
  padding-left: 3rem;
  padding-right: 3rem; }

@media screen and (min-width: 34.4375em) {
  .news-mainpage > .ce_rowStart > .ce_columns:first-of-type {
    padding-left: 8rem;
    padding-right: 3rem; } }

@media screen and (max-width: 34.4375em) {
  .news-mainpage .news-block-container {
    min-height: 22rem; }
    .news-mainpage .news-block-container .main-mandanteninfo-container {
      width: 100vw; } }

.news-list-homepage {
  margin-bottom: 2rem; }
  .news-list-homepage .news-content p {
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .news-list-homepage .info {
    line-height: 1; }
  .news-list-homepage time {
    font-size: 90%; }
  .news-list-homepage h2 a {
    color: #004892; }
  .news-list-homepage * {
    transition: all 0.3s;
    color: black;
    margin-bottom: 0; }
  .news-list-homepage :hover * {
    color: #004892; }
  @media screen and (max-width: 1350px) {
    .news-list-homepage {
      margin-bottom: 1rem; }
      .news-list-homepage time {
        font-size: 0.7rem; }
      .news-list-homepage h3 {
        font-size: 1.0rem; }
      .news-list-homepage p {
        font-size: 0.8rem; } }

.news-block-container {
  position: relative; }
  @media screen and (max-width: 48.0625em) {
    .news-block-container {
      min-height: 16rem; } }

.news-block h2 {
  font-family: "Hind", sans-serif;
  position: absolute;
  bottom: 0;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: rgba(255, 220, 0, 0.8);
  margin: 0;
  color: white;
  min-width: 60%;
  max-width: 60%; }
  @media screen and (max-width: 1350px) {
    .news-block h2 {
      font-size: 1.2rem;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      padding-left: 2rem;
      padding-right: 2rem; } }

.news-block-link {
  position: absolute;
  bottom: 0;
  left: 60%;
  padding: 1rem;
  background-color: #f5f4dc;
  margin-left: 0.9375rem; }
  .news-block-link a {
    font-size: 130%;
    font-weight: bold; }
    @media screen and (max-width: 1350px) {
      .news-block-link a {
        font-size: 1.0rem; } }

.main-mandanteninfo-flexend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.main-mandanteninfo-container {
  position: relative;
  min-height: 33%;
  max-height: 60%;
  width: 60%;
  min-width: 60%;
  background-color: rgba(255, 220, 0, 0.8); }
  .main-mandanteninfo-container h3 {
    color: #fff;
    margin: auto;
    width: 80%;
    margin-top: 4rem;
    margin-bottom: 5rem; }
  .main-mandanteninfo-container a {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #004892;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1em;
    z-index: 1;
    transition: all 0.3s; }
    .main-mandanteninfo-container a:hover {
      color: #ffdc00; }
      .main-mandanteninfo-container a:hover:before {
        width: 100%; }
    .main-mandanteninfo-container a:before {
      content: '';
      background-color: #004892;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 0;
      z-index: -1;
      transition: all 0.3s; }

.ce_accordion .toggler {
  font-size: inherit;
  font-weight: bold;
  background-color: unset;
  color: #000;
  transition: all 0.2s; }

.ce_accordion .toggler:hover {
  color: #ffdc00; }

.ce_accordion .toggler::before {
  content: "\25A0";
  color: #ffdc00;
  font-weight: bold;
  display: inline-block;
  width: 1em; }

.ce_accordion .toggler::after {
  content: "\2304";
  color: #ffdc00;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  transition: all 0.2s; }

.ce_accordion .toggler.active::after, .ce_accordion .toggler.ui-state-active::after {
  content: "\2303"; }

.ce_accordion .accordion {
  background-color: unset;
  padding-left: 2rem; }

.referenzen_items .inside {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto; }
  .referenzen_items .inside .description {
    color: #2a2a26;
    margin-bottom: 1rem; }
  .referenzen_items .inside .name {
    color: #000;
    font-size: 1.1rem; }
  .referenzen_items .inside .company, .referenzen_items .inside .company a {
    color: #004892;
    font-size: 1.1rem; }

.mod_portfoliolist {
  padding-left: 3rem;
  padding-right: 3rem; }

.slick-prev:before, .slick-next:before {
  color: #004892; }

.slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle; }

@media screen and (max-width: 34.4375em) {
  .slick-dots li {
    margin: 0; } }

@media print {
  #header {
    display: none; }
  .page_header {
    display: none; }
  h2, h3 {
    page-break-inside: avoid; }
  h2::after, h3::after {
    content: "";
    display: block;
    height: 100px;
    margin-bottom: -100px; }
  .mandanteninfo-reader h2 {
    color: black !important;
    background-color: transparent !important; }
  ul, ol, dl, blockquote, p, address, hr, fieldset, figure, pre {
    margin-bottom: 0.5rem; }
  #main .first-margin {
    margin-top: 0; }
  #main .padding-around {
    padding-left: 0;
    padding-right: 0; }
  p + h2, ul + h2, ol + h2 {
    margin-top: 1rem; }
  p + h3, ul + h3, ol + h3 {
    margin-top: 1rem; }
  .ce_text {
    margin-bottom: 0; }
  .mandanteninfo-table table td {
    padding-top: 0;
    padding-bottom: 0; }
  .mandanteninfo-table table img {
    height: 2rem; }
  p.back {
    display: none; }
  .custom {
    display: none; }
  footer {
    display: none; } }

/*# sourceMappingURL=../maps/default.css.map */

/* cookiebar.css */
.cookiebar__button{padding:.3em .6em;background-color:#fff;border:2px solid #004892;border-radius:4px;color:#004892}.cookiebar__button:hover{background-color:rgba(0,72,146,.8);border:2px solid #fff;border-radius:4px;color:#fff}.cookiebar{background-color:rgba(0,72,146,.8)}
/* contact.css */
.contact-form-header{width: 34rem;margin-left: auto;margin-right: auto}
@media screen and (max-width: 34.4375em){
/* contact-media.css */
.contact-form-header{width: auto;margin-left: 3rem;margin-right: 3rem}
}
/* navbar.css */
.nav-datev{margin-right:1.0rem;margin-left:1.0rem}
@media screen and (max-width: 34.4375em){
/* navbar-media.css */
.nav-datev{margin-right:1.2rem;margin-left:1.2rem}
}
/* allgemein.css */
#team .team-member figure .team-member-overlay{justify-content: center}.link-style-normal a:hover{color: #ffdc00;font-weight: bold}.link-style-normal a{color: #222;text-decoration: none}.list-style-normal li::marker{color: #ffdc00}.video_player_box{max-width: 60vw;margin-left: auto;margin-right: auto}.mitgliedschaften-member-eu{width: 30%;height: auto;padding-bottom: 4em;margin-left: auto;margin-right: auto}.kanzlei-leistungsübersicht > table .T2,.kanzlei-leistungsübersicht > table .T3{font-weight: bold !important}.kanzlei-leistungsübersicht > table > tbody > tr tbody tr td:nth-child(4){border-right-width: 0;    border-top-width: 0;    border-bottom-width: 0}.kanzlei-leistungsübersicht > table,.kanzlei-leistungsübersicht > table > tbody > tr > td{border-width: 0 !important}.kanzlei-leistungsübersicht > table > tbody > tr > td:first-child,.kanzlei-leistungsübersicht > table > tbody > tr > td:last-child,.kanzlei-leistungsübersicht > table > tbody > tr tbody tr td:nth-child(4){width: 0 !important;max-width: 0 !important;padding: 0 !important}.avalex-container *{color: #000000}.link-blau a{color: #004892}.padding-topbottom-small{padding-top: 3em;padding-bottom: 2em !important}.text-white{color: white !important}.no-list-style li{list-style: none}
@media screen and (max-width: 34.4375em){
/* Mobile.css */
.video_player_box{max-width: 90vw;margin-left: auto;margin-right: auto}.mitgliedschaften-member-eu{width: 90%}.kanzlei-leistungsübersicht > table{zoom: 0.7}.zoom-90{zoom: 90%}.aboutus_pageheader{background-size: contain;background-position: center 30%}
}
