@charset "UTF-8";/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-lineheight:22px}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-menu *,.mm-menu :after,.mm-menu :before{-webkit-transition-property:none;-o-transition-property:none;transition-property:none;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}:root{--mm-blocker-visibility-delay:0.4s;--mm-blocker-opacity-delay:0s}.mm-blocker{display:block;position:absolute;bottom:100%;top:0;right:0;left:0;z-index:3;opacity:0;background:var(--mm-color-background);-webkit-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;-o-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease,-webkit-transform .4s ease}.mm-blocker:focus-visible{opacity:.75}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:50px;padding:0}.mm-btn--next,[dir=rtl] .mm-btn--prev{--mm-btn-rotate:135deg}.mm-btn--prev,[dir=rtl] .mm-btn--next{--mm-btn-rotate:-45deg}.mm-btn--next:after,.mm-btn--prev:before{content:"";display:block;position:absolute;top:0;bottom:0;width:8px;height:8px;margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid var(--mm-color-icon);border-bottom:none;border-right:none;-webkit-transform:rotate(var(--mm-btn-rotate));-ms-transform:rotate(var(--mm-btn-rotate));transform:rotate(var(--mm-btn-rotate))}.mm-btn--prev:before{inset-inline-start:23px}.mm-btn--next:after{inset-inline-end:23px}.mm-btn--close:before{content:"×";font-size:150%}.mm-btnreset{padding:0;background:0 0;border:none;cursor:pointer}.mm-divider{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:-webkit-sticky;position:sticky;z-index:2;top:0;min-height:var(--mm-lineheight);padding:calc((var(--mm-listitem-size) * .65 - var(--mm-lineheight)) * .5) 20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);background-image:-webkit-gradient(linear,left top,left bottom,from(var(--mm-color-background-highlight)),to(var(--mm-color-background-highlight)));background-image:-o-linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));background-image:linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));opacity:1;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}:root{--mm-listitem-size:50px}.mm-listitem{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding:0;margin:0;color:var(--mm-color-text);border-color:var(--mm-color-border)}.mm-listitem:after{content:"";border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;inset-inline-start:20px;inset-inline-end:0;bottom:0}.mm-listitem__btn,.mm-listitem__text{padding:calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2) 0}.mm-listitem__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%;display:block;padding-left:20px;padding-right:20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-listitem__btn{display:block;position:relative;width:auto;-webkit-padding-end:50px;padding-inline-end:50px;border-color:inherit;background:rgba(3,2,1,0)}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem--selected>.mm-listitem__text{background:var(--mm-color-background-emphasis)}.mm-listitem--opened>.mm-listitem__btn,.mm-listitem--opened>.mm-panel{background:var(--mm-color-background-highlight)}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;-ms-scroll-chaining:none;overscroll-behavior:none;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-lineheight);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu ::-webkit-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-moz-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu :-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::placeholder{color:var(--mm-color-text-dimmed)}.mm-menu,.mm-menu *{-webkit-box-sizing:border-box;box-sizing:border-box}.mm-menu :focus,.mm-menu :focus-visible,.mm-menu:focus,.mm-menu:focus-visible{outline:0}.mm-menu a,.mm-menu button,.mm-menu label{color:inherit}.mm-menu a:focus,.mm-menu button:focus,.mm-menu label:focus{outline:0}.mm-menu a:focus-visible,.mm-menu button:focus-visible,.mm-menu label:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:-5px}.mm-menu input:focus,.mm-menu input:focus-visible,.mm-menu select:focus,.mm-menu select:focus-visible,.mm-menu textarea:focus,.mm-menu textarea:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:2px}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}:root{--mm-navbar-size:50px}.mm-navbar{display:-webkit-box;display:-ms-flexbox;display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:2;min-height:var(--mm-navbar-size);padding-top:env(safe-area-inset-top);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;background:var(--mm-color-background);border-bottom:1px solid var(--mm-color-border);-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 20px;overflow:hidden}.mm-navbar__title[href="#"]{pointer-events:none}.mm-navbar__title>span{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child){-webkit-padding-start:60px;padding-inline-start:60px;-webkit-padding-end:10px;padding-inline-end:10px}.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child{-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:60px;padding-inline-end:60px}.mm-panel{--mm-panel-child-offset:100%;--mm-panel-parent-offset:-30%;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;color:var(--mm-color-text);border-color:var(--mm-color-border);background:var(--mm-color-background);-webkit-transform:translate3d(var(--mm-panel-child-offset),0,0);transform:translate3d(var(--mm-panel-child-offset),0,0);-webkit-transition-property:inset-inline-start,-webkit-transform;transition-property:inset-inline-start,-webkit-transform;-o-transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start,-webkit-transform}[dir=rtl] .mm-panel{--mm-panel-child-offset:-100%;--mm-panel-parent-offset:30%}.mm-panel:after{content:"";display:block;height:var(--mm-listitem-size)}.mm-panel:focus{outline:0}.mm-panel--opened{z-index:2;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-panel--parent{-webkit-transform:translate3d(var(--mm-panel-parent-offset),0,0);transform:translate3d(var(--mm-panel-parent-offset),0,0);z-index:0}.mm-panel--highest{z-index:3}.mm-menu--opened .mm-panel--noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important}.mm-panel__content{padding:20px}.mm-panels{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;height:100%;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels:focus{outline:0}:root{--mm-toggle-size:34px}.mm-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-webkit-box-flex:calc(var(--mm-toggle-size) * 1.75);-ms-flex:calc(var(--mm-toggle-size) * 1.75) 0 0px;flex:calc(var(--mm-toggle-size) * 1.75) 0 0;height:var(--mm-toggle-size);-webkit-margin-end:10px;margin-inline-end:10px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;border-radius:var(--mm-toggle-size);border:var(--mm-color-border);background:var(--mm-color-border);cursor:pointer;-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}.mm-toggle:before{content:"";aspect-ratio:1;margin:2px;border-radius:100%;background:var(--mm-color-background);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-toggle:checked{background:#4bd963}.mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * .75));-ms-transform:translateX(calc(var(--mm-toggle-size) * .75));transform:translateX(calc(var(--mm-toggle-size) * .75))}[dir=rtl] .mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * -.75));-ms-transform:translateX(calc(var(--mm-toggle-size) * -.75));transform:translateX(calc(var(--mm-toggle-size) * -.75))}.mm-listitem--vertical>.mm-panel{position:static;width:100%;padding:10px 0 10px 20px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-listitem--vertical>.mm-panel:after{content:none;display:none}.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel{display:none}.mm-listitem--vertical>.mm-listitem__btn{height:var(--mm-listitem-size);bottom:auto}.mm-listitem--vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem--opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}:root{--mm-size:80%;--mm-min-size:240px;--mm-max-size:440px}.mm-menu--offcanvas{position:fixed;z-index:0}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh;background:inherit}:where(.mm-slideout){position:relative;z-index:1;width:100%;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper--opened,.mm-wrapper--opened body{overflow:hidden}.mm-wrapper__blocker{background:rgba(0,0,0,.4)}.mm-wrapper--opened .mm-wrapper__blocker{--mm-blocker-visibility-delay:0s;--mm-blocker-opacity-delay:0.4s;bottom:0;opacity:.5}.mm-menu{--mm-translate-horizontal:0;--mm-translate-vertical:0}.mm-menu--position-left,.mm-menu--position-left-front{right:auto}.mm-menu--position-right,.mm-menu--position-right-front{left:auto}.mm-menu--position-left,.mm-menu--position-left-front,.mm-menu--position-right,.mm-menu--position-right-front{width:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-left-front{--mm-translate-horizontal:-100%}.mm-menu--position-right-front{--mm-translate-horizontal:100%}.mm-menu--position-top{bottom:auto}.mm-menu--position-bottom{top:auto}.mm-menu--position-bottom,.mm-menu--position-top{width:100%;height:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-top{--mm-translate-vertical:-100%}.mm-menu--position-bottom{--mm-translate-vertical:100%}.mm-menu--position-bottom,.mm-menu--position-left-front,.mm-menu--position-right-front,.mm-menu--position-top{z-index:2;-webkit-transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-menu--position-bottom.mm-menu--opened,.mm-menu--position-left-front.mm-menu--opened,.mm-menu--position-right-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left{--mm-translate-horizontal:clamp(
      var(--mm-min-size),
      var(--mm-size),
      var(--mm-max-size)
  )}.mm-wrapper--position-right{--mm-translate-horizontal:clamp(
      calc(-1 * var(--mm-max-size)),
      calc(-1 * var(--mm-size)),
      calc(-1 * var(--mm-min-size))
  )}.mm-wrapper--position-left .mm-slideout,.mm-wrapper--position-right .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout{-webkit-transform:translate3d(var(--mm-translate-horizontal),0,0);transform:translate3d(var(--mm-translate-horizontal),0,0)}.mm-wrapper--position-bottom .mm-wrapper__blocker,.mm-wrapper--position-left-front .mm-wrapper__blocker,.mm-wrapper--position-right-front .mm-wrapper__blocker,.mm-wrapper--position-top .mm-wrapper__blocker{z-index:1}.mm-menu--theme-light{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.4);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.4);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.75);--mm-color-focusring:#06c}.mm-menu--theme-light-contrast{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.9);--mm-color-focusring:#06c}.mm-menu--theme-dark{--mm-color-background:#333;--mm-color-border:rgb(0, 0, 0, 0.4);--mm-color-icon:rgb(255, 255, 255, 0.4);--mm-color-text:rgb(255, 255, 255, 0.8);--mm-color-text-dimmed:rgb(255, 255, 255, 0.4);--mm-color-background-highlight:rgb(255, 255, 255, 0.08);--mm-color-background-emphasis:rgb(0, 0, 0, 0.1);--mm-color-focusring:#06c}.mm-menu--theme-dark-contrast{--mm-color-background:#333;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.7);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(0 0 0 / 0.3);--mm-color-focusring:#06c}.mm-menu--theme-white{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.3);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.3);--mm-color-background-highlight:rgb(0 0 0 / 0.06);--mm-color-background-emphasis:rgb(0 0 0 / 0.03);--mm-color-focusring:#06c}.mm-menu--theme-white-contrast{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.07);--mm-color-background-emphasis:rgb(0 0 0 / 0.035);--mm-color-focusring:#06c}.mm-menu--theme-black{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.2);--mm-color-icon:rgb(255 255 255 / 0.4);--mm-color-text:rgb(255 255 255 / 0.7);--mm-color-text-dimmed:rgb(255 255 255 / 0.4);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(255 255 255 / 0.06);--mm-color-focusring:#06c}.mm-menu--theme-black-contrast{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.6);--mm-color-background-highlight:rgb(255 255 255 / 0.125);--mm-color-background-emphasis:rgb(255 255 255 / 0.1);--mm-color-focusring:#06c}.mm-counter{display:block;-webkit-padding-start:20px;padding-inline-start:20px;float:right;color:var(--mm-color-text-dimmed)}[dir=rtl] .mm-counter{float:left}:root{--mm-iconbar-size:50px}.mm-menu--iconbar-left .mm-navbars,.mm-menu--iconbar-left .mm-panels{margin-left:var(--mm-iconbar-size)}.mm-menu--iconbar-right .mm-navbars,.mm-menu--iconbar-right .mm-panels{margin-right:var(--mm-iconbar-size)}.mm-iconbar{display:none;position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-menu--iconbar-left .mm-iconbar,.mm-menu--iconbar-right .mm-iconbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mm-menu--iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu--iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:calc((var(--mm-iconbar-size) - var(--mm-lineheight))/ 2) 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab--selected{background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel--iconpanel-0{inset-inline-start:calc(0 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-1{inset-inline-start:calc(1 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-2{inset-inline-start:calc(2 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-3{inset-inline-start:calc(3 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-4{inset-inline-start:calc(4 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-first~.mm-panel{inset-inline-start:var(--mm-iconpanel-size)}.mm-menu--iconpanel .mm-panel--parent .mm-divider,.mm-menu--iconpanel .mm-panel--parent .mm-navbar{opacity:0}.mm-menu--iconpanel .mm-panels>.mm-panel--parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0){border-inline-start-width:1px;border-inline-start-style:solid}.mm-navbars{-ms-flex-negative:0;flex-shrink:0}.mm-navbars .mm-navbar{position:relative;padding-top:0;border-bottom:none}.mm-navbars--top{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar:first-child{padding-top:env(safe-area-inset-top)}.mm-navbars--bottom{border-top:1px solid var(--mm-color-border)}.mm-navbars--bottom .mm-navbar:last-child{padding-bottom:env(safe-area-inset-bottom)}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-padding-end:6px;padding-inline-end:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){-webkit-padding-end:0;padding-inline-end:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{-webkit-padding-start:0;padding-inline-start:0}.mm-navbar__tab{padding:0 10px;border:1px solid transparent}.mm-navbar__tab--selected{background:var(--mm-color-background)}.mm-navbar__tab--selected:not(:first-child){border-inline-start-color:var(--mm-color-border)}.mm-navbar__tab--selected:not(:last-child){border-inline-end-color:var(--mm-color-border)}.mm-navbars--top.mm-navbars--has-tabs{border-bottom:none}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab{border-bottom-color:var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab--selected{border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars--bottom.mm-navbar--has-tabs{border-top:none}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar{background:var(--mm-color-background)}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--bottom .mm-navbar__tab{border-top-color:var(--mm-color-border)}.mm-navbars--bottom .mm-navbar__tab--selected{border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-searchfield{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-searchfield__input input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:auto;max-height:auto;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);font:inherit;font-size:inherit}.mm-searchfield__input input,.mm-searchfield__input input:focus,.mm-searchfield__input input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-menu[class*=-contrast] .mm-searchfield__input input{border:1px solid var(--mm-color-border)}.mm-searchfield__input input::-ms-clear{display:none}.mm-searchfield__btn{display:none;position:absolute;inset-inline-end:0;top:0;bottom:0}.mm-searchfield--searching .mm-searchfield__btn{display:block}.mm-searchfield__cancel{display:block;position:relative;-webkit-margin-end:-100px;margin-inline-end:-100px;-webkit-padding-start:5px;padding-inline-start:5px;-webkit-padding-end:20px;padding-inline-end:20px;visibility:hidden;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition-property:visibility,margin;-o-transition-property:visibility,margin;transition-property:visibility,margin}.mm-searchfield--cancelable .mm-searchfield__cancel{visibility:visible;-webkit-margin-end:0;margin-inline-end:0}.mm-panel--search{left:0!important;right:0!important;width:100%!important;border:none!important}.mm-panel__splash{padding:20px}.mm-panel--searching .mm-panel__splash{display:none}.mm-panel__noresults{display:none;padding:40px 20px;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%;line-height:1.4}.mm-panel--noresults .mm-panel__noresults{display:block}:root{--mm-sectionindexer-size:20px}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:var(--mm-sectionindexer-size);position:absolute;top:0;bottom:0;inset-inline-end:calc(-1 * var(--mm-sectionindexer-size));z-index:5;-webkit-transition-property:inset-inline-end;-o-transition-property:inset-inline-end;transition-property:inset-inline-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{-webkit-padding-end:0;padding-inline-end:0}.mm-sectionindexer--active{right:0}.mm-sectionindexer--active~.mm-panel{-webkit-padding-end:var(--mm-sectionindexer-size);padding-inline-end:var(--mm-sectionindexer-size)}.mm-menu--selected-hover .mm-listitem__btn,.mm-menu--selected-hover .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}@media (hover:hover){.mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text{background:0 0}.mm-menu--selected-hover .mm-listitem__btn:hover,.mm-menu--selected-hover .mm-listitem__text:hover{background:var(--mm-color-background-emphasis)}}.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}@media (hover:hover){.mm-menu--selected-parent .mm-listitem__btn:hover,.mm-menu--selected-parent .mm-listitem__text:hover{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}}.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text{background:0 0}.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text{background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:var(--mm-max-size)}.mm-wrapper--sidebar-collapsed .mm-slideout{width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar{opacity:0}.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded{width:var(--mm-sidebar-expanded-size);border-right-width:1px;border-right-style:solid}.mm-wrapper--sidebar-expanded.mm-wrapper--opened{overflow:auto}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker{display:none}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}
@charset "UTF-8";
/*Transparent*/
/*Variablen*/
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  *, :after, :before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important; } }

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1400px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24, .col-auto, .col-lg, .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-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-auto, .col-md, .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-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-auto, .col-sm, .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-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-auto, .col-xl, .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, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-13, .col-xxl-14, .col-xxl-15, .col-xxl-16, .col-xxl-17, .col-xxl-18, .col-xxl-19, .col-xxl-20, .col-xxl-21, .col-xxl-22, .col-xxl-23, .col-xxl-24, .col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.16667%;
  -ms-flex: 0 0 4.16667%;
  flex: 0 0 4.16667%;
  max-width: 4.16667%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20.83333%;
  -ms-flex: 0 0 20.83333%;
  flex: 0 0 20.83333%;
  max-width: 20.83333%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 29.16667%;
  -ms-flex: 0 0 29.16667%;
  flex: 0 0 29.16667%;
  max-width: 29.16667%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37.5%;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45.83333%;
  -ms-flex: 0 0 45.83333%;
  flex: 0 0 45.83333%;
  max-width: 45.83333%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-13 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 54.16667%;
  -ms-flex: 0 0 54.16667%;
  flex: 0 0 54.16667%;
  max-width: 54.16667%; }

.col-14 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 62.5%;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%; }

.col-16 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-17 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70.83333%;
  -ms-flex: 0 0 70.83333%;
  flex: 0 0 70.83333%;
  max-width: 70.83333%; }

.col-18 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-19 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 79.16667%;
  -ms-flex: 0 0 79.16667%;
  flex: 0 0 79.16667%;
  max-width: 79.16667%; }

.col-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-21 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 87.5%;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%; }

.col-22 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-23 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 95.83333%;
  -ms-flex: 0 0 95.83333%;
  flex: 0 0 95.83333%;
  max-width: 95.83333%; }

.col-24 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12; }

.order-13 {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13; }

.order-14 {
  -webkit-box-ordinal-group: 15;
  -webkit-order: 14;
  -ms-flex-order: 14;
  order: 14; }

.order-15 {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
  -ms-flex-order: 15;
  order: 15; }

.order-16 {
  -webkit-box-ordinal-group: 17;
  -webkit-order: 16;
  -ms-flex-order: 16;
  order: 16; }

.order-17 {
  -webkit-box-ordinal-group: 18;
  -webkit-order: 17;
  -ms-flex-order: 17;
  order: 17; }

.order-18 {
  -webkit-box-ordinal-group: 19;
  -webkit-order: 18;
  -ms-flex-order: 18;
  order: 18; }

.order-19 {
  -webkit-box-ordinal-group: 20;
  -webkit-order: 19;
  -ms-flex-order: 19;
  order: 19; }

.order-20 {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
  -ms-flex-order: 20;
  order: 20; }

.order-21 {
  -webkit-box-ordinal-group: 22;
  -webkit-order: 21;
  -ms-flex-order: 21;
  order: 21; }

.order-22 {
  -webkit-box-ordinal-group: 23;
  -webkit-order: 22;
  -ms-flex-order: 22;
  order: 22; }

.order-23 {
  -webkit-box-ordinal-group: 24;
  -webkit-order: 23;
  -ms-flex-order: 23;
  order: 23; }

.order-24 {
  -webkit-box-ordinal-group: 25;
  -webkit-order: 24;
  -ms-flex-order: 24;
  order: 24; }

.offset-1 {
  margin-left: 4.16667%; }

.offset-2 {
  margin-left: 8.33333%; }

.offset-3 {
  margin-left: 12.5%; }

.offset-4 {
  margin-left: 16.66667%; }

.offset-5 {
  margin-left: 20.83333%; }

.offset-6 {
  margin-left: 25%; }

.offset-7 {
  margin-left: 29.16667%; }

.offset-8 {
  margin-left: 33.33333%; }

.offset-9 {
  margin-left: 37.5%; }

.offset-10 {
  margin-left: 41.66667%; }

.offset-11 {
  margin-left: 45.83333%; }

.offset-12 {
  margin-left: 50%; }

.offset-13 {
  margin-left: 54.16667%; }

.offset-14 {
  margin-left: 58.33333%; }

.offset-15 {
  margin-left: 62.5%; }

.offset-16 {
  margin-left: 66.66667%; }

.offset-17 {
  margin-left: 70.83333%; }

.offset-18 {
  margin-left: 75%; }

.offset-19 {
  margin-left: 79.16667%; }

.offset-20 {
  margin-left: 83.33333%; }

.offset-21 {
  margin-left: 87.5%; }

.offset-22 {
  margin-left: 91.66667%; }

.offset-23 {
  margin-left: 95.83333%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-sm-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-sm-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-sm-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-sm-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-sm-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-sm-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .order-sm-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14; }
  .order-sm-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15; }
  .order-sm-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16; }
  .order-sm-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17; }
  .order-sm-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18; }
  .order-sm-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19; }
  .order-sm-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20; }
  .order-sm-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
    -ms-flex-order: 21;
    order: 21; }
  .order-sm-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22; }
  .order-sm-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
    -ms-flex-order: 23;
    order: 23; }
  .order-sm-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 4.16667%; }
  .offset-sm-2 {
    margin-left: 8.33333%; }
  .offset-sm-3 {
    margin-left: 12.5%; }
  .offset-sm-4 {
    margin-left: 16.66667%; }
  .offset-sm-5 {
    margin-left: 20.83333%; }
  .offset-sm-6 {
    margin-left: 25%; }
  .offset-sm-7 {
    margin-left: 29.16667%; }
  .offset-sm-8 {
    margin-left: 33.33333%; }
  .offset-sm-9 {
    margin-left: 37.5%; }
  .offset-sm-10 {
    margin-left: 41.66667%; }
  .offset-sm-11 {
    margin-left: 45.83333%; }
  .offset-sm-12 {
    margin-left: 50%; }
  .offset-sm-13 {
    margin-left: 54.16667%; }
  .offset-sm-14 {
    margin-left: 58.33333%; }
  .offset-sm-15 {
    margin-left: 62.5%; }
  .offset-sm-16 {
    margin-left: 66.66667%; }
  .offset-sm-17 {
    margin-left: 70.83333%; }
  .offset-sm-18 {
    margin-left: 75%; }
  .offset-sm-19 {
    margin-left: 79.16667%; }
  .offset-sm-20 {
    margin-left: 83.33333%; }
  .offset-sm-21 {
    margin-left: 87.5%; }
  .offset-sm-22 {
    margin-left: 91.66667%; }
  .offset-sm-23 {
    margin-left: 95.83333%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-md-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-md-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-md-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-md-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-md-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-md-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .order-md-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14; }
  .order-md-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15; }
  .order-md-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16; }
  .order-md-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17; }
  .order-md-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18; }
  .order-md-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19; }
  .order-md-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20; }
  .order-md-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
    -ms-flex-order: 21;
    order: 21; }
  .order-md-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22; }
  .order-md-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
    -ms-flex-order: 23;
    order: 23; }
  .order-md-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 4.16667%; }
  .offset-md-2 {
    margin-left: 8.33333%; }
  .offset-md-3 {
    margin-left: 12.5%; }
  .offset-md-4 {
    margin-left: 16.66667%; }
  .offset-md-5 {
    margin-left: 20.83333%; }
  .offset-md-6 {
    margin-left: 25%; }
  .offset-md-7 {
    margin-left: 29.16667%; }
  .offset-md-8 {
    margin-left: 33.33333%; }
  .offset-md-9 {
    margin-left: 37.5%; }
  .offset-md-10 {
    margin-left: 41.66667%; }
  .offset-md-11 {
    margin-left: 45.83333%; }
  .offset-md-12 {
    margin-left: 50%; }
  .offset-md-13 {
    margin-left: 54.16667%; }
  .offset-md-14 {
    margin-left: 58.33333%; }
  .offset-md-15 {
    margin-left: 62.5%; }
  .offset-md-16 {
    margin-left: 66.66667%; }
  .offset-md-17 {
    margin-left: 70.83333%; }
  .offset-md-18 {
    margin-left: 75%; }
  .offset-md-19 {
    margin-left: 79.16667%; }
  .offset-md-20 {
    margin-left: 83.33333%; }
  .offset-md-21 {
    margin-left: 87.5%; }
  .offset-md-22 {
    margin-left: 91.66667%; }
  .offset-md-23 {
    margin-left: 95.83333%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-lg-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-lg-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-lg-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-lg-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-lg-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-lg-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .order-lg-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14; }
  .order-lg-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15; }
  .order-lg-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16; }
  .order-lg-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17; }
  .order-lg-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18; }
  .order-lg-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19; }
  .order-lg-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20; }
  .order-lg-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
    -ms-flex-order: 21;
    order: 21; }
  .order-lg-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22; }
  .order-lg-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
    -ms-flex-order: 23;
    order: 23; }
  .order-lg-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 4.16667%; }
  .offset-lg-2 {
    margin-left: 8.33333%; }
  .offset-lg-3 {
    margin-left: 12.5%; }
  .offset-lg-4 {
    margin-left: 16.66667%; }
  .offset-lg-5 {
    margin-left: 20.83333%; }
  .offset-lg-6 {
    margin-left: 25%; }
  .offset-lg-7 {
    margin-left: 29.16667%; }
  .offset-lg-8 {
    margin-left: 33.33333%; }
  .offset-lg-9 {
    margin-left: 37.5%; }
  .offset-lg-10 {
    margin-left: 41.66667%; }
  .offset-lg-11 {
    margin-left: 45.83333%; }
  .offset-lg-12 {
    margin-left: 50%; }
  .offset-lg-13 {
    margin-left: 54.16667%; }
  .offset-lg-14 {
    margin-left: 58.33333%; }
  .offset-lg-15 {
    margin-left: 62.5%; }
  .offset-lg-16 {
    margin-left: 66.66667%; }
  .offset-lg-17 {
    margin-left: 70.83333%; }
  .offset-lg-18 {
    margin-left: 75%; }
  .offset-lg-19 {
    margin-left: 79.16667%; }
  .offset-lg-20 {
    margin-left: 83.33333%; }
  .offset-lg-21 {
    margin-left: 87.5%; }
  .offset-lg-22 {
    margin-left: 91.66667%; }
  .offset-lg-23 {
    margin-left: 95.83333%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-xl-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-xl-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-xl-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-xl-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-xl-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-xl-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .order-xl-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14; }
  .order-xl-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15; }
  .order-xl-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16; }
  .order-xl-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17; }
  .order-xl-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18; }
  .order-xl-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19; }
  .order-xl-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20; }
  .order-xl-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
    -ms-flex-order: 21;
    order: 21; }
  .order-xl-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22; }
  .order-xl-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
    -ms-flex-order: 23;
    order: 23; }
  .order-xl-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 4.16667%; }
  .offset-xl-2 {
    margin-left: 8.33333%; }
  .offset-xl-3 {
    margin-left: 12.5%; }
  .offset-xl-4 {
    margin-left: 16.66667%; }
  .offset-xl-5 {
    margin-left: 20.83333%; }
  .offset-xl-6 {
    margin-left: 25%; }
  .offset-xl-7 {
    margin-left: 29.16667%; }
  .offset-xl-8 {
    margin-left: 33.33333%; }
  .offset-xl-9 {
    margin-left: 37.5%; }
  .offset-xl-10 {
    margin-left: 41.66667%; }
  .offset-xl-11 {
    margin-left: 45.83333%; }
  .offset-xl-12 {
    margin-left: 50%; }
  .offset-xl-13 {
    margin-left: 54.16667%; }
  .offset-xl-14 {
    margin-left: 58.33333%; }
  .offset-xl-15 {
    margin-left: 62.5%; }
  .offset-xl-16 {
    margin-left: 66.66667%; }
  .offset-xl-17 {
    margin-left: 70.83333%; }
  .offset-xl-18 {
    margin-left: 75%; }
  .offset-xl-19 {
    margin-left: 79.16667%; }
  .offset-xl-20 {
    margin-left: 83.33333%; }
  .offset-xl-21 {
    margin-left: 87.5%; }
  .offset-xl-22 {
    margin-left: 91.66667%; }
  .offset-xl-23 {
    margin-left: 95.83333%; } }

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-xxl-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-xxl-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-xxl-18 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-xxl-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-21 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-xxl-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-23 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-xxl-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .order-xxl-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13; }
  .order-xxl-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
    -ms-flex-order: 14;
    order: 14; }
  .order-xxl-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15; }
  .order-xxl-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
    -ms-flex-order: 16;
    order: 16; }
  .order-xxl-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
    -ms-flex-order: 17;
    order: 17; }
  .order-xxl-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
    -ms-flex-order: 18;
    order: 18; }
  .order-xxl-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
    -ms-flex-order: 19;
    order: 19; }
  .order-xxl-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -ms-flex-order: 20;
    order: 20; }
  .order-xxl-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
    -ms-flex-order: 21;
    order: 21; }
  .order-xxl-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
    -ms-flex-order: 22;
    order: 22; }
  .order-xxl-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
    -ms-flex-order: 23;
    order: 23; }
  .order-xxl-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
    -ms-flex-order: 24;
    order: 24; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 4.16667%; }
  .offset-xxl-2 {
    margin-left: 8.33333%; }
  .offset-xxl-3 {
    margin-left: 12.5%; }
  .offset-xxl-4 {
    margin-left: 16.66667%; }
  .offset-xxl-5 {
    margin-left: 20.83333%; }
  .offset-xxl-6 {
    margin-left: 25%; }
  .offset-xxl-7 {
    margin-left: 29.16667%; }
  .offset-xxl-8 {
    margin-left: 33.33333%; }
  .offset-xxl-9 {
    margin-left: 37.5%; }
  .offset-xxl-10 {
    margin-left: 41.66667%; }
  .offset-xxl-11 {
    margin-left: 45.83333%; }
  .offset-xxl-12 {
    margin-left: 50%; }
  .offset-xxl-13 {
    margin-left: 54.16667%; }
  .offset-xxl-14 {
    margin-left: 58.33333%; }
  .offset-xxl-15 {
    margin-left: 62.5%; }
  .offset-xxl-16 {
    margin-left: 66.66667%; }
  .offset-xxl-17 {
    margin-left: 70.83333%; }
  .offset-xxl-18 {
    margin-left: 75%; }
  .offset-xxl-19 {
    margin-left: 79.16667%; }
  .offset-xxl-20 {
    margin-left: 83.33333%; }
  .offset-xxl-21 {
    margin-left: 87.5%; }
  .offset-xxl-22 {
    margin-left: 91.66667%; }
  .offset-xxl-23 {
    margin-left: 95.83333%; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #868e96 !important; }

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #e9ecef !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #868e96 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.d-print-block {
  display: none !important; }

@media print {
  .d-print-block {
    display: block !important; } }

.d-print-inline {
  display: none !important; }

@media print {
  .d-print-inline {
    display: inline !important; } }

.d-print-inline-block {
  display: none !important; }

@media print {
  .d-print-inline-block {
    display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive:before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9:before {
  padding-top: 42.85714%; }

.embed-responsive-16by9:before {
  padding-top: 56.25%; }

.embed-responsive-4by3:before {
  padding-top: 75%; }

.embed-responsive-1by1:before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0, .my-0 {
  margin-top: 0 !important; }

.mr-0, .mx-0 {
  margin-right: 0 !important; }

.mb-0, .my-0 {
  margin-bottom: 0 !important; }

.ml-0, .mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1, .my-1 {
  margin-top: 0.25rem !important; }

.mr-1, .mx-1 {
  margin-right: 0.25rem !important; }

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1, .mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2, .my-2 {
  margin-top: 0.5rem !important; }

.mr-2, .mx-2 {
  margin-right: 0.5rem !important; }

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2, .mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3, .my-3 {
  margin-top: 1rem !important; }

.mr-3, .mx-3 {
  margin-right: 1rem !important; }

.mb-3, .my-3 {
  margin-bottom: 1rem !important; }

.ml-3, .mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

.mr-4, .mx-4 {
  margin-right: 1.5rem !important; }

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4, .mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5, .my-5 {
  margin-top: 3rem !important; }

.mr-5, .mx-5 {
  margin-right: 3rem !important; }

.mb-5, .my-5 {
  margin-bottom: 3rem !important; }

.ml-5, .mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0, .py-0 {
  padding-top: 0 !important; }

.pr-0, .px-0 {
  padding-right: 0 !important; }

.pb-0, .py-0 {
  padding-bottom: 0 !important; }

.pl-0, .px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1, .py-1 {
  padding-top: 0.25rem !important; }

.pr-1, .px-1 {
  padding-right: 0.25rem !important; }

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1, .px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2, .py-2 {
  padding-top: 0.5rem !important; }

.pr-2, .px-2 {
  padding-right: 0.5rem !important; }

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2, .px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3, .py-3 {
  padding-top: 1rem !important; }

.pr-3, .px-3 {
  padding-right: 1rem !important; }

.pb-3, .py-3 {
  padding-bottom: 1rem !important; }

.pl-3, .px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

.pr-4, .px-4 {
  padding-right: 1.5rem !important; }

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4, .px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5, .py-5 {
  padding-top: 3rem !important; }

.pr-5, .px-5 {
  padding-right: 3rem !important; }

.pb-5, .py-5 {
  padding-bottom: 3rem !important; }

.pl-5, .px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto, .my-auto {
  margin-top: auto !important; }

.mr-auto, .mx-auto {
  margin-right: auto !important; }

.mb-auto, .my-auto {
  margin-bottom: auto !important; }

.ml-auto, .mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0, .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0, .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0, .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0, .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1, .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1, .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1, .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1, .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2, .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2, .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2, .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2, .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3, .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3, .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3, .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3, .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4, .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4, .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4, .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4, .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5, .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5, .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5, .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5, .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0, .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0, .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0, .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0, .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1, .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1, .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1, .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1, .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2, .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2, .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2, .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2, .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3, .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3, .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3, .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3, .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4, .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4, .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4, .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4, .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5, .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5, .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5, .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5, .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto, .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto, .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto, .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto, .mx-xxl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important; }

.text-secondary {
  color: #868e96 !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important; }

.text-muted {
  color: #868e96 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider, .fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0; }

.fancybox-slide:before, .fancybox-slide > * {
  display: inline-block;
  vertical-align: middle; }

.fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial,sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0; }

.fancybox-image, .fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
  opacity: .5; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent; }

.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  -webkit-box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
  box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0; } }

/*Slider*/
/*Transparent*/
/*Variablen*/
.header_slider_wrapper {
  position: relative; }

.header_slider_wrapper .col-md-24 {
  padding: 0; }

.header_slider {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0 0 0 0; }

.header_slider img {
  width: 100%;
  height: auto; }

.header_slider_item {
  float: left;
  position: relative;
  outline: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

/* Slider Buttons links uns rechts*/
.header_slider .slick-prev,
.header_slider .slick-next {
  padding: 0;
  position: absolute;
  top: calc(50% - 35px);
  background: none;
  border: none;
  z-index: 15000;
  outline: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; }

.header_slider .slick-prev:hover,
.header_slider .slick-next:hover {
  color: #95252d; }

.header_slider .slick-prev .fa {
  position: relative;
  top: -1px;
  left: -1px; }

.header_slider .slick-next .fa {
  position: relative;
  top: -1px;
  right: -1px; }

.header_slider .slick-prev {
  left: 40px; }

.header_slider .slick-next {
  right: 40px; }

/* SLider Buttons unten*/
.header_slider .slick-dots {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
  z-index: 12000; }

.header_slider .slick-dots li {
  display: inline-block;
  margin: 0 6px; }

.header_slider .slick-dots li button {
  text-indent: -9999px;
  padding: 0;
  width: 15px;
  height: 15px;
  background: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; }

.header_slider .slick-dots li button:hover {
  background: #95252d; }

.header_slider .slick-dots li.slick-active button {
  background: #95252d; }

/* Slider Content */
.header_slider_content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center; justify-content: center;*/
  width: 100%;
  height: 100%;
  z-index: 20000;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  opacity: 0;
  top: -100px; }

.animated .header_slider_content {
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  opacity: 1;
  top: 0; }

.header_slider_content_inner {
  color: #969696;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0;
  padding: 50px;
  margin: 15px; }

.header_slider_content_inner.white {
  color: white; }

.header_slider_content_inner .text_wrapper {
  margin: 0 0 25px 0; }

/* Ausrichtung */
.header_slider_content.Oben {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.header_slider_content.Mitte {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header_slider_content.Unten {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.header_slider_content.Links {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.header_slider_content.Zentriert {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.header_slider_content.Rechts {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.header_slider_content.Abstand-links-rechts {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.header_slider_content.Abstand-Mitte {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.header_slider_content_inner.Links {
  text-align: left; }

.header_slider_content_inner.Zentriert {
  text-align: center; }

.header_slider_content_inner.Rechts {
  text-align: right; }

/*Überlappen Bug*/
.header_slider .slick-slide {
  margin: 0 10px; }

.header_slider .slick-list {
  margin: 0 -10px; }

.header_slider .slick-slider {
  overflow: hidden; }

/* Arrow Down */
.slider_arrow_down {
  position: absolute;
  z-index: 99999;
  bottom: 60px;
  left: calc(50% - 12px);
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  -webkit-animation: arrow-jump 1s infinite;
  animation: arrow-jump 1s infinite; }

@-webkit-keyframes arrow-jump {
  0% { }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
/* Struktur ---------------------------------------------------------- */
/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .header_slider_wrapper .col-md-24 {
    padding: 0 15px; } }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
.content_slideshow_wrapper {
  padding: 35px 0;
  position: relative;
  z-index: 10; }

.content_slideshow_wrapper.noPaddingBottom {
  padding-bottom: 0; }

.content_slideshow_wrapper.noPaddingTop {
  padding-top: 0; }

.content_slideshow_wrapper img {
  width: 100%;
  height: auto; }

.content_slideshow_wrapper .slideshowInner {
  position: relative;
  margin: 0 -15px 0 -15px; }

.content_slideshow_wrapper .slideItem {
  float: left;
  padding: 0 15px; }

.content_slideshow_wrapper .slick-list {
  outline: none; }

.content_slideshow_wrapper .slick-prev,
.content_slideshow_wrapper .slick-next {
  position: absolute;
  z-index: 10000;
  top: calc(50% - 55px);
  border: none;
  background: none;
  cursor: pointer;
  color: #95252d;
  font-size: 50px;
  outline: none; }

.content_slideshow_wrapper .slick-prev {
  left: 30px; }

.content_slideshow_wrapper .contentWrapper {
  position: absolute;
  width: 300px;
  bottom: 0;
  left: 0; }

.content_slideshow_wrapper .slick-next {
  right: 30px; }

.content_slideshow_wrapper .slick-list {
  overflow: hidden; }

/* SLider Buttons unten*/
.content_slideshow_wrapper .slick-dots {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  position: relative;
  bottom: -25px;
  z-index: 12000; }

.content_slideshow_wrapper .slick-dots li {
  display: inline-block;
  margin: 0 6px; }

.content_slideshow_wrapper .slick-dots li button {
  text-indent: -9999px;
  padding: 0;
  width: 15px;
  height: 15px;
  background: #e6e6e6;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; }

.content_slideshow_wrapper .slick-dots li button:hover {
  background: #95252d; }

.content_slideshow_wrapper .slick-dots li.slick-active button {
  background: #95252d; }

/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
/* Struktur ---------------------------------------------------------- */
/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .content_slideshow_wrapper {
    padding: 70px 0; } }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
.galerie_wrapper hr {
  border: 0;
  border-bottom: 1px solid whitesmoke; }

/* Struktur ---------------------------------------------------------- */
.galerie_wrapper {
  padding: 35px 0 35px 0; }

.galerie_wrapper.noPaddingBottom {
  padding-bottom: 0; }

.galerie_wrapper.noPaddingTop {
  padding-top: 0; }

.galerie_wrapper.borderTrue {
  padding: 35px 0 0 0; }

.galerie_wrapper hr {
  display: block;
  margin-top: 35px; }

.galerie_wrapper .slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.galerie_wrapper .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.galerie_wrapper .slick-slide {
  float: left; }

.galerie_wrapper .galerieNav .slick-slide {
  margin: 15px;
  cursor: pointer; }

.galerie_wrapper .slick-prev,
.galerie_wrapper .slick-next {
  position: absolute;
  z-index: 10000;
  top: calc(50% - 35px);
  border: none;
  background: none;
  cursor: pointer;
  color: white;
  font-size: 50px;
  outline: none; }

.galerie_wrapper .slick-prev {
  left: 0px; }

.galerie_wrapper .slick-next {
  right: 0px; }

/*Überlappen Bug*/
.galerie_wrapper .slick-slide {
  margin: 0 10px; }

.galerie_wrapper .slick-list {
  margin: 0 -10px; }

.galerie_wrapper .slick-slider {
  overflow: hidden; }

/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .galerie_wrapper {
    padding: 70px 0; }
  .galerie_wrapper.borderTrue {
    padding: 70px 0 0 0; }
  .galerie_wrapper hr {
    display: block;
    margin-top: 55px; } }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Teaser*/
/*Transparent*/
/*Variablen*/
/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
.icon_wrapper i:before {
  font-size: 2.7rem; }

.teaser_flipp_wrapper hr {
  border: 0;
  border-bottom: 1px solid whitesmoke; }

/* Struktur ---------------------------------------------------------- */
.teaser_flipp_wrapper {
  padding: 35px 0 10px 0;
  line-height: 1.8rem;
  position: relative;
  z-index: 10; }

.teaser_flipp_wrapper.borderTrue {
  padding: 35px 0 0 0; }

.teaser_flipp_wrapper.noPaddingBottom {
  padding-bottom: 0; }

.teaser_flipp_wrapper.noPaddingTop {
  padding-top: 0; }

.teaser_flipp_wrapper .MarginLeftRight30 {
  margin-left: 0;
  margin-right: 0; }

.teaser_flipp_wrapper .noMarginLeftRight {
  margin-left: -15px !important;
  margin-right: -15px !important; }

.teaser_flipp_wrapper hr {
  display: block;
  margin-top: 35px; }

.teaser_flipp_item {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  margin: 0 0 30px 0; }

.teaser_flipp_wrapper .front,
.teaser_flipp_wrapper .back {
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: 380px;
  height: auto;
  border-radius: 0; }

.teaser_flipp_wrapper .front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  opacity: .5;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0; }

.teaser_flipp_item:hover .front,
.teaser_flipp_wrapper .teaser_flipp_item:hover .back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1); }

.teaser_flipp_wrapper .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.teaser_flipp_wrapper .inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2; }

.teaser_flipp_item .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.teaser_flipp_item .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.teaser_flipp_item:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.teaser_flipp_item:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.teaser_flipp_wrapper .icon_wrapper {
  margin: 0 0 25px 0; }

.teaser_flipp_wrapper .link_wrapper {
  margin: 30px 0 0 0; }

/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .teaser_flipp_wrapper {
    padding: 70px 0 40px 0; }
  .teaser_flipp_wrapper.borderTrue {
    padding: 70px 0 0 0; }
  .teaser_flipp_wrapper hr {
    display: block;
    margin-top: 55px; }
  .teaser_flipp_wrapper .front,
  .teaser_flipp_wrapper .back {
    min-height: 300px; } }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
.teaser_wrapper {
  padding: 35px 0 5px 0;
  position: relative;
  z-index: 10; }

.teaser_wrapper.borderTrue {
  padding: 35px 0 0 0; }

.teaser_wrapper.noPaddingBottom {
  padding-bottom: 0; }

.teaser_wrapper.noPaddingTop {
  padding-top: 0; }

.teaser_wrapper hr {
  display: block;
  margin-top: 35px; }

.teaser_wrapper .teaser_item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.teaser_wrapper a:hover {
  text-decoration: none; }

.teaser_wrapper .link_wrapper {
  width: 100%; }

.teaser_wrapper .teaser_link_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; }

.teaser_wrapper .text_Zentriert.teaser_link_inner {
  display: block; }

.teaser_wrapper .icon_wrapper {
  text-align: center;
  padding: 0 25px 25px 0; }

.teaser_wrapper .icon_wrapper .fa {
  font-size: 30px;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  border-radius: 0;
  padding: 10px; }

/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
/* Struktur ---------------------------------------------------------- */
/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .teaser_wrapper {
    padding: 70px 0 40px 0; }
  .teaser_wrapper.borderTrue {
    padding: 70px 0 0 0; } }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Inhaltselemente*/
/*Transparent*/
/*Variablen*/
/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
.custom_cols_wrapper hr {
  border: 0;
  border-bottom: 1px solid whitesmoke; }

/* Struktur ---------------------------------------------------------- */
.custom_cols_wrapper {
  padding: 35px 0 5px 0;
  line-height: 1.8rem;
  position: relative;
  z-index: 10; }

.custom_cols_wrapper.borderTrue {
  padding: 35px 0 0 0; }

.custom_cols_wrapper.noPaddingBottom {
  padding-bottom: 0; }

.custom_cols_wrapper.noPaddingTop {
  padding-top: 0; }

.custom_cols_wrapper .custom_cols_inner {
  margin-bottom: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }

.custom_cols_wrapper .custom_cols_inner .container-fluid,
.custom_cols_wrapper .custom_cols_inner .row,
.custom_cols_wrapper .custom_cols_inner .col-md-24 {
  margin: 0;
  padding: 0; }

.custom_cols_wrapper hr {
  display: block;
  margin-top: 35px; }

.custom_cols_wrapper a {
  text-decoration: underline; }

.custom_cols_wrapper .image_wrapper {
  margin: 0 0 25px 0;
  overflow: hidden;
  border-radius: 0; }

.custom_cols_wrapper .image_wrapper.bottom {
  margin: 25px 0 0 0; }

.custom_cols_wrapper .image_wrapper img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.custom_cols_wrapper .image_wrapper img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  transition: all 2s ease 0s; }

.custom_cols_wrapper .text_wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 0; }

.custom_cols_wrapper .text_wrapper ul {
  margin: 0 0 25px 20px;
  padding: 0; }

.custom_cols_wrapper .text_wrapper ul li {
  padding: 0 0 5px 0; }

.custom_cols_wrapper .link_wrapper {
  margin: 45px 0 0 0; }

.parallax_border_color {
  border-left-style: solid;
  border-left-width: 3px; }

/*Fullwidth*/
.custom_cols_wrapper.full_width .row {
  margin: 0; }

.custom_cols_wrapper.full_width .image_wrapper {
  margin: 0;
  border-radius: 0; }

.custom_cols_wrapper.full_width .image_wrapper img {
  border-radius: 0; }

/*Formular*/
.custom_cols_wrapper .custom_cols_inner .formbody .row {
  margin-left: -15px;
  margin-right: -15px; }

.custom_cols_wrapper .custom_cols_inner .formbody .col-md-24 {
  padding-left: 15px;
  padding-right: 15px; }

/* Video */
.custom_cols_wrapper .video_wrapper {
  margin: 0 0 25px 0; }

/* Box mit Hintergrund*/
.custom_cols_wrapper .custom_cols_box_bg {
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }

.custom_cols_wrapper .custom_cols_box_bg:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3); }

.custom_cols_wrapper .custom_cols_box_bg .custom_cols_content {
  padding: 25px; }

.custom_cols_wrapper .custom_cols_box_bg .image_wrapper,
.custom_cols_wrapper .custom_cols_box_bg .image_wrapper img {
  border-radius: 0; }

/* Icon */
.custom_cols_wrapper .icon_wrapper {
  padding: 0; }

.custom_cols_wrapper .icon_wrapper i {
  margin: 0 0 15px 0; }

.custom_cols_wrapper .icon_wrapper i:before {
  content: attr(data-icon);
  font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Pro';
  display: inline-block;
  position: relative;
  top: 2px; }

.icon_padding {
  padding: 15px;
  border-radius: 0; }

/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .Oben {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .Mitte {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .Unten {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .Links {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .Zentriert {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .Rechts {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .Abstand-links-rechts {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .Abstand-Mitte {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; } }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .custom_cols_wrapper {
    padding: 70px 0 40px 0; }
  .custom_cols_wrapper.borderTrue {
    padding: 70px 0 0 0; }
  .custom_cols_wrapper hr {
    display: block;
    margin-top: 55px; } }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
/* Struktur ---------------------------------------------------------- */
.media_fullwidth_wrapper {
  padding: 0 0 35px 0; }

.media_fullwidth_wrapper.Unten {
  padding: 35px 0 0 0; }

.media_fullwidth_wrapper {
  position: relative; }

.media_fullwidth_wrapper .bgHeight {
  height: 0px;
  width: 100%;
  position: absolute; }

.media_fullwidth_wrapper.Unten .bgHeight {
  bottom: 0; }

.media_fullwidth_wrapper .media_fullwidth_inner img {
  width: 100%;
  height: auto; }

/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .media_fullwidth_wrapper {
    padding: 0 0 75px 0; }
  .media_fullwidth_wrapper.Unten {
    padding: 75px 0 0 0; } }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
.count_up_wrapper {
  color: #95252d;
  font-weight: 300; }

.count_up_zeichen,
.count_up_number {
  font-size: 40px;
  letter-spacing: 2px; }

.count_up_icon i:before {
  font-size: 50px; }

/* Struktur ---------------------------------------------------------- */
.count_up_wrapper {
  padding: 35px 0 10px 0; }

.count_up_item {
  text-align: center;
  margin: 0 0 25px 0; }

.count_up_number {
  display: inline-block; }

.count_up_text {
  text-transform: uppercase; }

.count_up_icon {
  width: 100%;
  text-align: center; }

.count_up_icon img {
  display: inline-block; }

.count_up_icon i {
  margin: 0 0 15px 0; }

.count_up_icon i:before {
  content: attr(data-icon);
  font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Pro';
  display: inline-block;
  position: relative;
  top: 2px; }

/*Nebeneinander*/
.Nebeneinander.count_up_item {
  text-align: center; }

.Nebeneinander .count_up_icon i {
  padding: 10px;
  margin: 12px 0 0 0;
  border-radius: 0; }

/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .count_up_wrapper {
    padding: 75px 0 50px 0; }
  /*Nebeneinander*/
  .Nebeneinander.count_up_item {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .Nebeneinander .count_up_number {
    display: inline; }
  .Nebeneinander .count_up_icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .Nebeneinander .count_up_icon i {
    margin: 12px 25px 0 0; } }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
.cd-timeline-img i:before {
  font-size: 1.8rem; }

.cd-timeline-content .cd-date {
  font-size: 1.5rem; }

/* Struktur ---------------------------------------------------------- */
.cd-container .link_wrapper {
  margin: 0 0 25px 0; }

.cd-timeline-img i:before {
  content: attr(data-icon);
  font-family: "FontAwesome";
  display: inline-block;
  position: relative;
  top: 2px; }

.cd-container {
  width: 100%;
  margin: 0 auto; }

.cd-container::after {
  content: '';
  display: table;
  clear: both; }

.cd-timeline-content-inner img {
  margin-bottom: 15px;
  width: 100%;
  height: auto; }

#cd-timeline {
  position: relative;
  padding: 0 0 2em 0;
  margin-top: 30px;
  margin-bottom: 30px; }

#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px; }

/* Farbe der Linie */
#cd-timeline::before {
  background: #95252d; }

#cd-timeline.ce_Weiss::before {
  background: white; }

#cd-timeline.ce_Schwarz::before {
  background: black; }

#cd-timeline.ce_Helleresgrau::before {
  background: whitesmoke; }

#cd-timeline.ce_Hellgrau::before {
  background: #e6e6e6; }

#cd-timeline.ce_Grau::before {
  background: #969696; }

#cd-timeline.ce_Dunkelgrau::before {
  background: #323232; }

#cd-timeline.ce_Primaerfarbe::before {
  background: #95252d; }

#cd-timeline.ce_Primaerfarbe_2::before {
  background: #cbdbd7; }

#cd-timeline.ce_Primaerfarbe_3::before {
  background: #91aab4; }

#cd-timeline.ce_Primaerfarbe_4::before {
  background: #3e6065; }

#cd-timeline.ce_Primaerfarbe_5::before {
  background: #193441; }

/* Farbe Bordeer Bottom */
.cd-timeline-content.borderTrue {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.ce_Weiss .cd-timeline-content.borderTrue {
  border-bottom-color: white; }

.ce_Schwarz .cd-timeline-content.borderTrue {
  border-bottom-color: black; }

.ce_Helleresgrau .cd-timeline-content.borderTrue {
  border-bottom-color: whitesmoke; }

.ce_Hellgrau .cd-timeline-content.borderTrue {
  border-bottom-color: #e6e6e6; }

.ce_Grau .cd-timeline-content.borderTrue {
  border-bottom-color: #969696; }

.ce_Dunkelgrau .cd-timeline-content.borderTrue {
  border-bottom-color: #323232; }

.ce_Primaerfarbe .cd-timeline-content.borderTrue {
  border-bottom-color: #95252d; }

.ce_Primaerfarbe_2 .cd-timeline-content.borderTrue {
  border-bottom-color: #cbdbd7; }

.ce_Primaerfarbe_3 .cd-timeline-content.borderTrue {
  border-bottom-color: #91aab4; }

.ce_Primaerfarbe_4 .cd-timeline-content.borderTrue {
  border-bottom-color: #3e6065; }

.ce_Primaerfarbe_5 .cd-timeline-content.borderTrue {
  border-bottom-color: #193441; }

.cd-timeline-block {
  position: relative;
  margin: 5px 0; }

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-block:first-child {
  margin-top: 0; }

.cd-timeline-block:last-child {
  margin-bottom: 0; }

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); }

.cd-timeline-img i {
  display: block;
  position: relative; }

.cd-timeline-img.cd-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  margin-bottom: 10px; }

.cd-timeline-content-inner {
  padding: 25px 0; }

.cd-timeline-content-inner-padding {
  padding: 25px;
  border-radius: 0; }

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-content .cd-date.dateDesktop {
  display: none; }

.cd-timeline-content .cd-date.dateMobile {
  display: inline-block;
  padding: 0 0 20px 0; }

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid transparent; }

/* Farbe der Pfeile */
.cd-timeline-block:nth-child(even) .cd-timeline-content.arrow_Weiss::before,
.cd-timeline-content.arrow_Weiss::before {
  border-color: transparent;
  border-right-color: white; }

.cd-timeline-content.arrow_Weiss::before {
  border-color: transparent;
  border-left-color: white; }

.cd-timeline-block:nth-child(even) .cd-timeline-content.arrow_Schwarz::before,
.cd-timeline-content.arrow_Schwarz::before {
  border-color: transparent;
  border-right-color: black; }

.cd-timeline-content.arrow_Schwarz::before {
  border-color: transparent;
  border-left-color: black; }

.cd-timeline-block:nth-child(even) .cd-timeline-content.arrow_Helleresgrau::before,
.cd-timeline-content.arrow_Helleresgrau::before {
  border-color: transparent;
  border-right-color: whitesmoke; }

.cd-timeline-content.arrow_Helleresgrau::before {
  border-color: transparent;
  border-left-color: whitesmoke; }

.cd-timeline-block:nth-child(even) .cd-timeline-content.arrow_Hellgrau::before,
.cd-timeline-content.arrow_Hellgrau::before {
  border-color: transparent;
  border-right-color: #e6e6e6; }

.cd-timeline-content.arrow_Hellgrau::before {
  border-color: transparent;
  border-left-color: #e6e6e6; }

.cd-timeline-block:nth-child(even) .cd-timeline-content.arrow_Grau::before,
.cd-timeline-content.arrow_Grau::before {
  border-color: transparent;
  border-right-color: #969696; }

.cd-timeline-content.arrow_Grau::before {
  border-color: transparent;
  border-left-color: #969696; }

.cd-timeline-block:nth-child(even) .cd-timeline-content.arrow_Dunkelgrau::before,
.cd-timeline-content.arrow_Dunkelgrau::before {
  border-color: transparent;
  border-right-color: #323232; }

.cd-timeline-content.arrow_Dunkelgrau::before {
  border-color: transparent;
  border-left-color: #323232; }

.cd-timeline-block:nth-child(even) .cd-timeline-content.arrow_Primaerfarbe::before,
.cd-timeline-content.arrow_Primaerfarbe::before {
  border-color: transparent;
  border-right-color: #95252d; }

.cd-timeline-content.arrow_Primaerfarbe::before {
  border-color: transparent;
  border-left-color: #95252d; }

.cd-timeline-block:nth-child(even) .cd-timeline-content.arrow_Primaerfarbe_2::before,
.cd-timeline-content.arrow_Primaerfarbe_2::before {
  border-color: transparent;
  border-right-color: #cbdbd7; }

.cd-timeline-content.arrow_Primaerfarbe_2::before {
  border-color: transparent;
  border-left-color: #cbdbd7; }

.cd-timeline-block:nth-child(even) .cd-timeline-content.arrow_Primaerfarbe_3::before,
.cd-timeline-content.arrow_Primaerfarbe_3::before {
  border-color: transparent;
  border-right-color: #91aab4; }

.cd-timeline-content.arrow_Primaerfarbe_3::before {
  border-color: transparent;
  border-left-color: #91aab4; }

.cd-timeline-block:nth-child(even) .cd-timeline-content.arrow_Primaerfarbe_4::before,
.cd-timeline-content.arrow_Primaerfarbe_4::before {
  border-color: transparent;
  border-right-color: #3e6065; }

.cd-timeline-content.arrow_Primaerfarbe_4::before {
  border-color: transparent;
  border-left-color: #3e6065; }

.cd-timeline-block:nth-child(even) .cd-timeline-content.arrow_Primaerfarbe_5::before,
.cd-timeline-content.arrow_Primaerfarbe_5::before {
  border-color: transparent;
  border-right-color: #193441; }

.cd-timeline-content.arrow_Primaerfarbe_5::before {
  border-color: transparent;
  border-left-color: #193441; }

@media only screen and (min-width: 767px) {
  .cd-timeline-block {
    margin: 0 0 10px 0; }
  .cd-timeline-block:first-child {
    margin-top: 0; }
  .cd-timeline-block:last-child {
    margin-bottom: 0; } }

@media only screen and (min-width: 767px) {
  #cd-timeline {
    margin-top: 30px;
    margin-bottom: 30px; }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px; } }

@media only screen and (min-width: 768px) {
  /*.cd-timeline-content h2 													{ font-size: 20px; font-size: 1.25rem; }
  .cd-timeline-content p 													{ font-size: 16px; font-size: 1rem; }
  .cd-timeline-content .cd-date 											{ font-size: 14px; font-size: 0.875rem; }*/ }

@media only screen and (min-width: 767px) {
  .cd-timeline-content {
    margin-left: 0;
    width: 45%; }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%; }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 0;
    /*font-size: 20px;*/ }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right; }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden; }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s; } }

@media only screen and (min-width: 767px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden; }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s; } }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media only screen and (min-width: 767px) {
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s; } }

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .cd-timeline-content .cd-date.dateDesktop {
    display: inline-block;
    float: left;
    padding: 12px 0 0 0; }
  .cd-timeline-content .cd-date.dateMobile {
    display: none; } }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .cd-container .link_wrapper {
    margin: 0 0 0 0; } }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
.portfolio_wrapper {
  padding: 35px 0 15px 0; }

.portfolio_wrapper.noPaddingTop {
  padding-top: 0; }

.portfolio_wrapper.noPaddingBottom {
  padding-bottom: 0; }

.portfolio_inner {
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s; }

/* Filter */
.filter_wrapper {
  margin: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid; }

.filter_wrapper #filters {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0; }

#filters {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  display: block;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid; }

#filters li {
  margin-top: -1px; }

#filters li span {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  border-top: 3px solid transparent; }

#filters li span.active,
#filters li span:hover {
  border-top-width: 3px;
  border-top-style: solid; }

#filters.bo_active_Weiss li span.active,
#filters.bo_active_Weiss li span:hover {
  border-color: white; }

#filters.bo_active_Schwarz li span.active,
#filters.bo_active_Schwarz li span:hover {
  border-color: black; }

#filters.bo_active_Helleresgrau li span.active,
#filters.bo_active_Helleresgrau li span:hover {
  border-color: whitesmoke; }

#filters.bo_active_Hellgrau li span.active,
#filters.bo_active_Hellgrau li span:hover {
  border-color: #e6e6e6; }

#filters.bo_active_Grau li span.active,
#filters.bo_active_Grau li span:hover {
  border-color: #969696; }

#filters.bo_active_Dunkelgrau li span.active,
#filters.bo_active_Dunkelgrau li span:hover {
  border-color: #323232; }

#filters.bo_active_Primaerfarbe li span.active,
#filters.bo_active_Primaerfarbe li span:hover {
  border-color: #95252d; }

#filters.bo_active_Primaerfarbe_2 li span.active,
#filters.bo_active_Primaerfarbe_2 li span:hover {
  border-color: #cbdbd7; }

#filters.bo_active_Primaerfarbe_3 li span.active,
#filters.bo_active_Primaerfarbe_3 li span:hover {
  border-color: #91aab4; }

#filters.bo_active_Primaerfarbe_4 li span.active,
#filters.bo_active_Primaerfarbe_4 li span:hover {
  border-color: #3e6065; }

#filters.bo_active_Primaerfarbe_5 li span.active,
#filters.bo_active_Primaerfarbe_5 li span:hover {
  border-color: #193441; }

/* Portfolio Items */
.portfolio {
  display: none;
  overflow: hidden;
  margin-bottom: 30px; }

.portfolio-wrapper {
  overflow: hidden;
  position: relative !important; }

.portfolio img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.portfolio .label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.portfolio .label-text {
  position: relative;
  z-index: 500;
  padding: 5px 8px; }

.portfolio .label-text .fa {
  position: relative;
  z-index: 600;
  font-size: 40px;
  margin: 0 0 15px 0; }

.portfolio .text-category {
  display: block;
  font-size: 1.0rem; }

.portfolio:hover .label {
  top: 0; }

.portfolio:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  transition: all 2s ease 0s; }

.portfolio h1:after, .portfolio h2:after,
.portfolio h3:after, .portfolio h4:after,
.portfolio h5:after, .portfolio h6:after {
  margin: 10px auto 0 auto; }

/* Portfolio geht über die gesamte Breite */
.portfolio_inner .noMarginLeftRight .portfolio {
  padding: 0;
  margin-bottom: 0; }

/* #Clearing */
.portfolio_inner:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
/* Struktur ---------------------------------------------------------- */
/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .portfolio_wrapper {
    padding: 70px 0 55px 0; }
  #filters {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
/* Struktur ---------------------------------------------------------- */
/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
.pricing_table_wrapper {
  padding: 35px 0 35px 0; }

.pricing_table_wrapper.noPaddingTop {
  padding-top: 0; }

.pricing_table_wrapper.noPaddingBottom {
  padding-bottom: 0; }

.pricing_tables_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.pricing_tables_item {
  padding: 25px 0;
  background: #95252d;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33.3333%;
  flex: 1 0 33.3333%; }
  .pricing_tables_item .features {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: white; }
  .pricing_tables_item li {
    padding: .25em 0; }
  .pricing_tables_item .brief {
    color: white; }
  .pricing_tables_item .price {
    margin: .5em 0;
    padding: .25em 0;
    background: #323232;
    font-size: 250%;
    color: white; }
  .pricing_tables_item .buy {
    margin: 1em 0 0; }
  .pricing_tables_item button {
    padding: 1em 3.25em;
    border: none;
    border-radius: 40px;
    background: #323232;
    color: white;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s; }
    .pricing_tables_item button:hover {
      background: black; }

.pricing_tables_item.first {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 25px 40px 25px 0; }

.pricing_tables_item.second {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.pricing_tables_item.third {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding: 25px 0 25px 40px; }

.scale {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
  box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8); }
  .scale button {
    background: #193441; }
    .scale button:hover {
      background: black; }

.portfolio h1:after, .portfolio h2:after,
.portfolio h3:after, .portfolio h4:after,
.portfolio h5:after, .portfolio h6:after {
  margin: 10px auto 0 auto; }

/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
/* Struktur ---------------------------------------------------------- */
/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .pricing_table_wrapper {
    padding: 70px 0 70px 0; } }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
.tab {
  overflow: hidden;
  border: 1px solid #e6e6e6;
  background-color: whitesmoke;
  display: block; }

.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 100%;
  text-align: left; }

/*.tab button:hover 			{ background-color: #ddd; }*/
/* Hintergrundfarbe */
.tab.active_Weiss .active,
.tab.active_Weiss button:hover {
  background: white; }

.tab.active_Schwarz,
.tab.active_Schwarz button:hover {
  background: black; }

.tab.active_Helleresgrau .active,
.tab.active_Helleresgrau button:hover {
  background: whitesmoke; }

.tab.active_Hellgrau .active,
.tab.active_Hellgrau button:hover {
  background: #e6e6e6; }

.tab.active_Grau .active,
.tab.active_Grau button:hover {
  background: #969696; }

.tab.active_Dunkelgrau .active,
.tab.active_Dunkelgrau button:hover {
  background: #323232; }

.tab.active_Primaerfarbe .active,
.tab.active_Primaerfarbe button:hover {
  background: #95252d; }

.tab.active_Primaerfarbe_2 .active,
.tab.active_Primaerfarbe_2 button:hover {
  background: #cbdbd7; }

.tab.active_Primaerfarbe_3 .active,
.tab.active_Primaerfarbe_3 button:hover {
  background: #91aab4; }

.tab.active_Primaerfarbe_4 .active,
.tab.active_Primaerfarbe_4 button:hover {
  background: #3e6065; }

.tab.active_Primaerfarbe_5 .active,
.tab.active_Primaerfarbe_5 button:hover {
  background: #193441; }

.tab.ce_Weiss .active,
.tab.ce_Weiss button:hover {
  color: white; }

.tab.ce_Schwarz .active,
.tab.ce_Schwarz button:hover {
  color: black; }

.tab.ce_Helleresgrau .active,
.tab.ce_Helleresgrau button:hover {
  color: whitesmoke; }

.tab.ce_Hellgrau .active,
.tab.ce_Hellgrau button:hover {
  color: #e6e6e6; }

.tab.ce_Grau .active,
.tab.ce_Grau button:hover {
  color: #969696; }

.tab.ce_Dunkelgrau .active,
.tab.ce_Dunkelgrau button:hover {
  color: #323232; }

.tab.ce_Primaerfarbe .active,
.tab.ce_Primaerfarbe button:hover {
  color: #95252d; }

.tab.ce_Primaerfarbe_2 .active,
.tab.ce_Primaerfarbe_2 button:hover {
  color: #cbdbd7; }

.tab.ce_Primaerfarbe_3 .active,
.tab.ce_Primaerfarbe_3 button:hover {
  color: #91aab4; }

.tab.ce_Primaerfarbe_4 .active,
.tab.ce_Primaerfarbe_4 button:hover {
  color: #3e6065; }

.tab.ce_Primaerfarbe_5 .active,
.tab.ce_Primaerfarbe_5 button:hover {
  color: #193441; }

.tabcontent {
  display: none;
  padding: 25px;
  border: 1px solid #e6e6e6;
  border-top: none; }

.tabcontent .text_wrapper {
  margin-bottom: 25px; }

.tabcontent {
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s; }

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
/* Struktur ---------------------------------------------------------- */
/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .tab button {
    display: inline-block;
    width: auto; } }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
.background {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position: 50% 50% \9  !important;
  position: relative; }

.fullscreen {
  width: 100%; }

.fullscreen.not-overflow {
  height: 100%;
  overflow: hidden; }

.parallax_overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.inner_parallax {
  padding: 30px; }

/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
/* Struktur ---------------------------------------------------------- */
/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
.video_wrapper hr {
  border: 0;
  border-bottom: 1px solid whitesmoke; }

/* Struktur ---------------------------------------------------------- */
.video_wrapper {
  padding: 35px 0 35px 0;
  line-height: 1.8rem;
  position: relative;
  z-index: 10; }

.video_wrapper.borderTrue {
  padding: 35px 0 0 0; }

.video_wrapper.noPaddingBottom {
  padding-bottom: 0; }

.video_wrapper.noPaddingTop {
  padding-top: 0; }

.video_wrapper hr {
  display: block;
  margin-top: 35px; }

/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .video_wrapper {
    padding: 70px 0 70px 0; }
  .video_wrapper.borderTrue {
    padding: 70px 0 0 0; }
  .video_wrapper hr {
    display: block;
    margin-top: 55px; } }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Navigation*/
/*Transparent*/
/*Variablen*/
/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
/* Struktur ---------------------------------------------------------- */
.nav_superfish {
  display: none; }

/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  .nav_superfish {
    font-size: 1.1rem; }
  .nav_superfish ul {
    font-size: 0.9rem;
    background: white; }
  .nav_superfish li:hover a,
  .nav_superfish li a.active,
  .nav_superfish li.trail a {
    border-bottom: 2px solid #95252d; }
  .nav_superfish a {
    padding: 0 0 5px 0; }
  .nav_superfish ul a {
    padding: 10px 15px;
    display: inline-block;
    width: 100%; }
  .nav_superfish ul ul a {
    padding: 0; }
  .nav_superfish li.active a,
  .nav_superfish li.trail a,
  .nav_superfish li a:hover {
    color: #95252d; }
  .nav_superfish li ul a:hover {
    background: #95252d;
    color: white !important; }
  .nav_superfish ul a:hover,
  .nav_superfish li.trail ul a:hover {
    /*color: $white;*/ }
  .nav_superfish ul li.active a.active {
    color: white;
    background: #95252d; }
  /* Struktur ---------------------------------------------------------- */
  .nav_superfish {
    display: block;
    position: relative;
    z-index: 9999;
    margin: 6px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: right; }
  /*Level 1*/
  .nav_superfish li {
    position: relative;
    display: inline-block;
    list-style: none;
    white-space: nowrap;
    *white-space: normal;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    padding: 0 0 0 35px; }
  /*.nav_superfish li:after 									{ content: " | "; display: inline-block; font-family: 'Font Awesome 5 Pro'; }
.nav_superfish li.last:after 								{ content: ""; padding: 0; }*/
  .nav_superfish li.last {
    padding-right: 0; }
  .nav_superfish li a.submenu:after {
    content: "\f107";
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    position: relative;
    top: 2px;
    font-size: 24px;
    margin: 0 0 0 10px;
    font-weight: 300; }
  .nav_superfish a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    zoom: 1;
    border-bottom: 2px solid transparent; }
  /*Level 2*/
  .nav_superfish ul {
    position: absolute;
    display: none;
    top: 100%;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    text-align: left;
    padding: 0;
    min-width: 200px; }
  .nav_superfish li li {
    display: block;
    padding: 0; }
  .nav_superfish li li:after {
    content: "";
    padding: 0; }
  .nav_superfish ul a,
  .nav_superfish li:hover li a {
    border-bottom: 1px solid #e6e6e6; }
  .nav_superfish ul li a.submenu:after {
    content: "\f105 ";
    padding: 0;
    position: absolute;
    top: 4px;
    right: 15px;
    font-size: 20px; }
  /*Level 3*/
  .nav_superfish ul ul {
    top: -15px;
    left: calc(100% + 15px);
    margin: 0;
    padding: 15px; }
  .nav_superfish ul ul a {
    border: none;
    text-transform: none; }
  .nav_superfish li:hover li li a {
    border: none; }
  .nav_superfish ul ul li a.submenu:after {
    content: "";
    display: none; }
  .nav_superfish ul ul li a:before {
    content: "\f105 ";
    font-size: 24px;
    font-weight: 300;
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    padding: 0 10px 0 0; }
  .nav_superfish ul li.galerien a.submenu:after {
    display: none; }
  .nav_superfish li.galerien ul.level_3 {
    display: none !important; }
  /*Letzter Menüpunkt*/
  .nav_superfish > li.last ul {
    left: -85%;
    /*display: block !important;*/ }
  .nav_superfish > li.last ul ul {
    left: auto;
    right: 106%; } }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .nav_superfish li {
    padding: 0 0 0 50px; } }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
#hamburger:before {
  content: '\f0c9';
  padding: 12px 5px;
  font-weight: 300;
  font-size: 1.8rem; }

html.mm-opening #hamburger:before {
  content: '\f00d'; }

.nav_mobile_open {
  right: 16px;
  bottom: 18px;
  border: 2px solid #e6e6e6;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; }

.nav_mobile_open:hover {
  background: #e6e6e6; }

.mm-menu {
  background: #323232;
  color: rgba(255, 255, 255, 0.8); }

.mm-menu .mm-list {
  font-size: 15px; }

.mod_mmenu li.submenu {
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

.mm-menu .mm-list > li:after,
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.1); }

.mm-menu .mm-list > li > a.mm-subclose {
  background: transparent; }

/* Struktur ---------------------------------------------------------- */
.nav_mobile_open {
  display: block; }

em.mm-counter {
  right: 55px; }

#hamburger {
  display: inline-block; }

#hamburger:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  color: black;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.nav_mobile_open {
  cursor: pointer;
  float: right;
  display: inline-block;
  line-height: 0;
  padding: 5px;
  border-radius: 3px; }

.mm-opening strong {
  padding: 10px 10px 10px 20px;
  display: inline-block; }

.mm-menu .mm-list {
  padding: 25px; }

.mm-list a.mm-subclose:before {
  margin-bottom: -14px; }

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  margin-left: 0; }

/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .nav_mobile_open {
    display: none; } }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
/* Struktur ---------------------------------------------------------- */
.left_col .mod_navigation,
.right_col .mod_navigation {
  display: none; }

/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  .left_col .mod_navigation,
  .right_col .mod_navigation {
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
    display: block;
    margin: 0 0 35px 0; }
  .left_col .mod_navigation li.first a,
  .right_col .mod_navigation li.first a,
  .left_col .mod_navigation li.first span,
  .right_col .mod_navigation li.first span,
  .left_col .mod_navigation li.first strong,
  .right_col .mod_navigation li.first strong {
    border-top-color: #e6e6e6; }
  .left_col .mod_navigation a {
    border-bottom-color: #e6e6e6;
    border-right-color: #e6e6e6; }
  .right_col .mod_navigation a {
    border-bottom-color: #e6e6e6;
    border-left-color: #e6e6e6; }
  .left_col .mod_navigation a:hover,
  .left_col .mod_navigation span,
  .left_col .mod_navigation strong {
    border-bottom-color: #e6e6e6;
    border-right-color: #95252d;
    background-color: #e6e6e6; }
  .right_col .mod_navigation a:hover,
  .right_col .mod_navigation span,
  .right_col .mod_navigation strong {
    border-bottom-color: #e6e6e6;
    border-left-color: #95252d;
    background-color: #e6e6e6; }
  /* Struktur ---------------------------------------------------------- */
  .left_col,
  .right_col {
    padding-top: 70px;
    padding-bottom: 70px; }
  .left_col .mod_navigation ul,
  .right_col .mod_navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .left_col .mod_navigation a,
  .left_col .mod_navigation span,
  .left_col .mod_navigation strong {
    display: block;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-right-style: solid;
    padding: 12px 10px; }
  .right_col .mod_navigation a,
  .right_col .mod_navigation span,
  .right_col .mod_navigation strong {
    display: block;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    padding: 12px 10px; }
  .left_col .mod_navigation a:hover,
  .right_col .mod_navigation a:hover {
    text-decoration: none; }
  .left_col .mod_navigation a:hover,
  .left_col .mod_navigation span,
  .left_col .mod_navigation strong {
    border-right-width: 3px; }
  .right_col .mod_navigation a:hover,
  .right_col .mod_navigation span,
  .right_col .mod_navigation strong {
    border-left-width: 3px; }
  .left_col .mod_navigation li.first a,
  .right_col .mod_navigation li.first a,
  .left_col .mod_navigation li.first span,
  .right_col .mod_navigation li.first span,
  .left_col .mod_navigation li.first strong,
  .right_col .mod_navigation li.first strong {
    border-top-width: 1px;
    border-top-style: solid; } }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
/* Struktur ---------------------------------------------------------- */
.breadcrumb_wrapper,
.helper_breadcrumb_wrapper {
  display: none; }

.helper_breadcrumb_inner {
  height: 25px;
  margin-top: -25px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  z-index: 100; }

/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .helper_breadcrumb_wrapper {
    display: block; }
  .breadcrumb_wrapper .custom_cols_inner {
    margin: 0; }
  .breadcrumb_wrapper {
    padding: 25px 0 45px 0;
    display: block; }
  .breadcrumb_wrapper p {
    margin: 0; }
  .breadcrumb_wrapper .text_wrapper h3 {
    margin: 0; }
  .breadcrumb_wrapper .text_wrapper h3:after {
    display: none; }
  .text_wrapper .mod_breadcrumb ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none; }
  .text_wrapper .mod_breadcrumb li {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    text-indent: 0; }
  .text_wrapper .mod_breadcrumb li:before {
    display: none; }
  .text_wrapper .mod_breadcrumb li:after {
    content: '/';
    margin: 0 5px 0 10px; }
  .text_wrapper .mod_breadcrumb li.last:after {
    content: '';
    margin: 0; }
  .text_wrapper .mod_breadcrumb a {
    text-decoration: underline; } }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Contao Elemente*/
/*Transparent*/
/*Variablen*/
/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
figcaption {
  font-size: 0.85rem; }

/* Akkordeon */
.ce_accordion {
  border-bottom: 1px solid #e6e6e6; }

.ce_accordion .toggler.ui-state-active {
  border-bottom: 1px solid #969696; }

.ce_accordion .toggler:before {
  color: #95252d; }

/* Struktur ---------------------------------------------------------- */
/* CE Text */
.ce_text .image_container.float_above,
.ce_text .image_container.float_left,
.ce_text .image_container.float_right {
  margin: 0 0 30px 0; }

.ce_text .image_container.float_below {
  margin: 20px 0 30px 0; }

/* Listen */
.ce_text ul,
.text_wrapper ul {
  margin: 0 0 15px 10px;
  padding: 0;
  list-style: none; }

.ce_text li,
.text_wrapper li {
  margin: 0px 0 0 25px;
  padding: 0 0 5px 0;
  text-indent: -14px; }

.ce_text li:before,
.text_wrapper li:before {
  content: '\f00c';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  margin: 0 12px 0 0;
  font-weight: 300; }

/* CE Image */
.ce_image .image_container {
  margin: 0 0 30px 0; }

/* CE Galerie */
.ce_gallery {
  margin: 0 15px 35px 15px; }

.ce_gallery ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none; }

.ce_gallery li {
  margin: 0;
  padding: 0 0 20px 0; }

/* Akkordeon */
.ce_accordion {
  margin: 0 0 10px 0;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; }

.ce_accordion .toggler {
  padding: 0 0 10px 0;
  outline: 0;
  cursor: pointer; }

.ce_accordion .toggler.ui-state-active {
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; }

.ce_accordion .toggler:before {
  content: '\f0fe';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  margin: 0 10px 0 0;
  font-weight: 300; }

.ce_accordion .toggler.ui-state-active:before {
  content: '\f146'; }

.ce_accordion .accordion {
  padding: 15px 0 0 0; }

/* Reset Elemente in einem Akkordeon*/
.ce_accordion .ce_gallery {
  margin: 0; }

.ce_accordion .ce_image .image_container {
  margin: 0; }

/* Tabellen */
.ce_table {
  margin: 0 0 35px 0; }

.ce_table table,
.text-wrapper table,
.ce_text table {
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: block; }

.ce_table table th,
.text-wrapper table th,
.ce_text table th {
  border: 1px solid #e6e6e6;
  padding: 10px;
  background-color: whitesmoke; }

.ce_table table td,
.text-wrapper table td,
.ce_text table td {
  border: 1px solid #e6e6e6;
  padding: 10px; }

.ce_table table tfoot td,
.text-wrapper table tfoot td,
.ce_text table tfoot td {
  font-style: italic; }

/* Sitemap */
.mod_sitemap ul.level_1 {
  margin: 0; }

.mod_sitemap li {
  margin: 0;
  text-indent: 0; }

.mod_sitemap ul.level_1 li:before {
  content: '\f178'; }

.mod_sitemap ul.level_2 li:before {
  content: '\f105'; }

/* Pagination */
.pagination a {
  display: inline-block;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  padding: 3px 9px;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; }

.pagination span,
.pagination strong,
.pagination a:hover {
  display: inline-block;
  border-radius: 0;
  background-color: #95252d;
  color: white;
  padding: 3px 9px;
  text-decoration: none; }

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.pagination li {
  margin: 0 15px 15px 0; }

/* Downloads*/
.ce_download {
  margin: 0 0 50px 0; }

.ce_downloads {
  margin: 0 0 50px 0; }

.ce_download img,
.ce_downloads img {
  position: relative;
  top: -3px; }

.ce_downloads ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.ce_downloads li {
  margin: 0;
  padding: 0; }

/* Suche  */
/* Button und Formular */
.mod_navigation a.suche {
  color: transparent; }

.mod_navigation a.suche:before {
  content: '\f002';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  cursor: pointer;
  color: black; }

.search_wrapper {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(149, 37, 45, 0.7); }

.search_wrapper .search_inner {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.search_wrapper .search_form {
  text-align: center;
  width: 80%; }

.search_wrapper .search_close {
  position: absolute;
  top: 50px;
  right: 50px;
  color: white;
  cursor: pointer;
  -webkit-transition: color ease .5s;
  -o-transition: color ease .5s;
  transition: color ease .5s; }

.search_wrapper .search_close:hover {
  color: #e6e6e6; }

.search_wrapper .search_close .fal {
  font-size: 45px; }

.search_wrapper .searchstr {
  display: block;
  margin: 0 0 25px 0;
  padding: 0 0 5px 0;
  background: none;
  border: 0;
  border-bottom: 1px solid white;
  outline: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 1.4rem;
  font-weight: 400; }

.search_wrapper .submit {
  border: 0;
  outline: 0; }

/* Suchausgabe */
.mod_search h3:before {
  content: '\f340';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: black;
  font-size: 1.2rem;
  margin-right: 10px; }

.mod_search h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mod_search h3 a:hover {
  text-decoration: none;
  color: #95252d; }

.mod_search h3:after {
  display: none; }

.mod_search .formbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px 0; }

.mod_search input[type=search] {
  width: 80%;
  border: 1px solid #e6e6e6;
  padding: 10px 10px; }

.mod_search .submit {
  width: 20%;
  background: #95252d;
  color: white;
  margin-left: 10px;
  border: none;
  cursor: pointer;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  border-radius: 0; }

.mod_search .submit:hover {
  background: rgba(149, 37, 45, 0.7); }

.mod_search .relevance {
  font-size: 0.8rem;
  margin-left: auto; }

.mod_search p.url {
  display: none; }

.mod_search p.header {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 5px 0;
  margin: 0 0 50px 0; }

.mod_search .even,
.mod_search .odd {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 10px 0;
  margin: 0 0 25px 0; }

.mod_search .highlight {
  font-weight: 600;
  color: #95252d; }

/* Cookiebar */
#cookiebar button {
  height: auto;
  padding: 4px 20px;
  background-color: #95252d;
  font-weight: 600; }

#cookiebar {
  background-color: white;
  color: #323232;
  padding: 15px;
  font-size: 0.8rem;
  -webkit-box-shadow: 0px 0px 28px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 28px -5px rgba(0, 0, 0, 0.5);
  z-index: 15000; }

#cookiebar a {
  color: #323232; }

/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  /* CE Text */
  .ce_text .image_container.float_left {
    float: left;
    margin: 0 30px 30px 0; }
  .ce_text .image_container.float_right {
    float: right;
    margin: 0 0 30px 30px; }
  /* CE Galerie */
  .ce_gallery {
    margin: 0 0 70px 0; }
  .ce_gallery ul {
    margin: 0 -10px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .ce_gallery li {
    margin: 0;
    padding: 0 10px 20px 10px; }
  .ce_gallery .cols_2 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .ce_gallery .cols_3 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%; }
  .ce_gallery .cols_4 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .ce_gallery .cols_5 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
  .ce_gallery .cols_6 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%; }
  /* Tabellen */
  .ce_table {
    margin: 0 0 70px 0; }
  /* Suche*/
  .search_wrapper .search_form {
    width: 40%; }
  /* Tabellen */
  .ce_table table,
  .text-wrapper table,
  .ce_text table {
    display: table; } }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
/* Struktur ---------------------------------------------------------- */
main .mod_newslist,
main .mod_newsarchive {
  padding: 35px 0; }

main .mod_newslist a:hover,
main .mod_newsarchive a:hover {
  text-decoration: none; }

/* Listenansicht  */
main .mod_newslist .layout_latest,
main .mod_newsarchive .layout_latest {
  margin: 0 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap; }

main .mod_newslist .teaser,
main .mod_newsarchive .teaser {
  margin-bottom: 25px; }

main .mod_newslist p.info,
main .mod_newsarchive p.info {
  font-size: 0.9rem; }

main .mod_newslist img,
main .mod_newsarchive img {
  border-radius: 0; }

main .mod_newslist .link_wrapper,
main .mod_newsarchive .link_wrapper {
  margin-top: auto; }

/* Box-Ansicht */
main .mod_newslist .news_boxen .image_container,
main .mod_newsarchive .news_boxen .image_container {
  margin: 0 0 30px 0; }

/*News Menu*/
.mod_newsmenu {
  padding: 35px 0; }

.mod_newsmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: whitesmoke; }

.mod_newsmenu ul li {
  margin: 0 0 0 25px;
  padding: 0; }

.mod_newsmenu ul li a,
.mod_newsmenu ul li span {
  color: #969696;
  border-top: 3px solid transparent;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; }

.mod_newsmenu ul li a:hover,
.mod_newsmenu ul li span.active,
.mod_newsmenu ul li strong {
  color: #95252d;
  border-top-width: 3px;
  border-top-style: solid;
  border-color: #95252d; }

.mod_newsarchive h1,
.mod_newsarchive .year {
  display: none; }

/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  main .mod_newslist {
    padding: 70px 0; }
  /*News Menu*/
  .mod_newsmenu {
    padding: 70px 0; } }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
.mod_eventlist {
  padding: 35px 0; }

.custom_cols_inner .mod_eventlist {
  padding: 0; }

.mod_eventlist h1 {
  display: none; }

.eventOneDayWrapper .header {
  margin: 0 0 25px 0;
  font-weight: 600; }

.eventOneDayWrapper h2 {
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 0 0 25px 0; }

/*Kalenderansicht*/
.minicalendar {
  /*margin: 30px auto 30px auto;*/
  font-size: 0.8rem; }

.minicalendar .label {
  color: #95252d; }

.minicalendar .fa {
  font-size: 30px; }

.minicalendar td,
.minicalendar th {
  vertical-align: top;
  padding: 10px 20px; }

.minicalendar th.head.current {
  color: #95252d;
  text-transform: uppercase;
  padding: 13px 0 13px 0;
  font-size: 1.0rem; }

.minicalendar .days.today {
  border: 1px solid #95252d; }

.minicalendar .days.active {
  font-weight: 600;
  background-color: #95252d;
  color: white; }

.minicalendar .days.active a {
  color: white; }

/*Listenansicht*/
.calender_list_content {
  border-bottom: 1px solid #95252d;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0; }

.calender_list_content .header {
  margin: 0 0 25px 0;
  font-weight: 600;
  color: #95252d;
  font-size: 0.77rem;
  text-transform: uppercase; }

.calender_list_content h2 {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 600;
  margin: 0 0 25px 0;
  color: #969696; }

.calender_list_content h2 a {
  color: #969696; }

.calender_list_content .detalEventLink {
  position: relative; }

.calender_list_content .detalEventLink span {
  background: #95252d;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left; }

.calender_list_content .detalEventLink .fa {
  font-size: 0.8rem;
  color: white; }

.calender_list_content .eventDetailLink {
  position: relative;
  top: -4px;
  left: 10px;
  word-wrap: break-word;
  word-break: break-all;
  padding: 0 15px 0 0; }

/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
/* Struktur ---------------------------------------------------------- */
/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .mod_eventlist {
    padding: 70px 0; } }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
/* Struktur ---------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #969696; }

:-moz-placeholder {
  color: #969696;
  opacity: 1; }

::-moz-placeholder {
  color: #969696;
  opacity: 1; }

:-ms-input-placeholder {
  color: #969696; }

.ce_form {
  font-size: 1.0rem; }

.ce_form input[type=text],
.ce_form input[type=email],
.ce_form input[type=tel],
.ce_form input[type=url],
.ce_form textarea,
.ce_form select {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #e6e6e6;
  padding: 5px 10px; }

.ce_form select {
  padding: 7px 10px; }

.ce_form input[type=text]:focus,
.ce_form input[type=email]:focus,
.ce_form input[type=tel]:focus,
.ce_form input[type=url]:focus,
.ce_form textarea:focus,
.ce_form select:focus {
  background: #95252d;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  color: white; }

.ce_form label {
  margin-bottom: 5px;
  display: block; }

.ce_form .widget-radio {
  margin: 0 0 20px 0; }

.ce_form .widget-radio span {
  display: block; }

.ce_form .widget-radio input[type=radio] {
  display: inline-block; }

.ce_form .widget-radio label {
  display: inline-block; }

.ce_form .widget-radio legend {
  display: inline-block;
  font-size: 1.0rem;
  font-weight: 600; }

.ce_form .widget-checkbox {
  margin: 0 0 20px 0; }

.ce_form .widget-checkbox span {
  display: block; }

.ce_form .widget-checkbox input[type=checkbox] {
  display: inline-block; }

.ce_form .widget-checkbox label {
  display: inline-block; }

.ce_form .widget-checkbox legend {
  display: inline-block;
  font-size: 1.0rem;
  font-weight: 600; }

.ce_form .widget-captcha {
  margin-bottom: 20px; }

.ce_form .widget-captcha .captcha_text {
  display: none; }

.ce_form .widget-captcha input[type=text] {
  margin: 0; }

.ce_form .submit_container .submit {
  margin-bottom: 20px;
  background: #95252d;
  color: white;
  display: inline-block;
  padding: 10px 30px;
  border: none;
  cursor: pointer;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  border-radius: 0; }

.ce_form .submit_container .submit:hover {
  background: rgba(149, 37, 45, 0.7); }

/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*!
 * Font Awesome Pro 5.0.3 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: a 2s infinite linear;
  animation: a 2s infinite linear; }

.fa-pulse {
  -webkit-animation: a 1s infinite steps(8);
  animation: a 1s infinite steps(8); }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; }

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1); }

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-print:before {
  content: "\f02f"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f2e2"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
    font-display:swap;
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(../../files/moinmoin/assets/webfonts/fa-brands-400.eot);
  src: url(../../files/moinmoin/assets/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../../files/moinmoin/assets/webfonts/fa-brands-400.woff2) format("woff2"), url(../../files/moinmoin/assets/webfonts/fa-brands-400.woff) format("woff"), url(../../files/moinmoin/assets/webfonts/fa-brands-400.ttf) format("truetype"), url(../../files/moinmoin/assets/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: Font Awesome\ 5 Brands; }

@font-face {font-display:swap;
  font-family: Font Awesome\ 5 Pro;
  font-style: normal;
  font-weight: 300;
  src: url(../../files/moinmoin/assets/webfonts/fa-light-300.eot);
  src: url(../../files/moinmoin/assets/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../../files/moinmoin/assets/webfonts/fa-light-300.woff2) format("woff2"), url(../../files/moinmoin/assets/webfonts/fa-light-300.woff) format("woff"), url(../../files/moinmoin/assets/webfonts/fa-light-300.ttf) format("truetype"), url(../../files/moinmoin/assets/webfonts/fa-light-300.svg#fontawesome) format("svg"); }

.fal {
  font-weight: 300; }

@font-face {font-display:swap;
  font-family: Font Awesome\ 5 Pro;
  font-style: normal;
  font-weight: 400;
  src: url(../../files/moinmoin/assets/webfonts/fa-regular-400.eot);
  src: url(../../files/moinmoin/assets/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../../files/moinmoin/assets/webfonts/fa-regular-400.woff2) format("woff2"), url(../../files/moinmoin/assets/webfonts/fa-regular-400.woff) format("woff"), url(../../files/moinmoin/assets/webfonts/fa-regular-400.ttf) format("truetype"), url(../../files/moinmoin/assets/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }

.fal, .far {
  font-family: Font Awesome\ 5 Pro; }

.far {
  font-weight: 400; }

@font-face {font-display:swap;
  font-family: Font Awesome\ 5 Pro;
  font-style: normal;
  font-weight: 900;
  src: url(../../files/moinmoin/assets/webfonts/fa-solid-900.eot);
  src: url(../../files/moinmoin/assets/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../../files/moinmoin/assets/webfonts/fa-solid-900.woff2) format("woff2"), url(../../files/moinmoin/assets/webfonts/fa-solid-900.woff) format("woff"), url(../../files/moinmoin/assets/webfonts/fa-solid-900.ttf) format("truetype"), url(../../files/moinmoin/assets/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa, .fas {
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900; }

/*Transparent*/
/*Variablen*/
/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
header {
  background: white;
  border-bottom: 1px solid whitesmoke; }

/* Header Top */
.header_top {
  background: #193441;
  font-size: 0.9rem;
  color: #e6e6e6;
  /*border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;*/ }

.btn_header_top_open .fa {
  font-size: 1.2rem;
  color: #95252d; }

.header_top .socialmedi i:before {
  font-size: 1.2rem;
  color: #969696; }

.header_top a,
.header_top a:hover,
.header_top a:focus,
.header_top a:active {
  color: #e6e6e6; }

/* Top Navigation*/
header .mod_customnav span,
header .mod_customnav strong {
  font-weight: 600; }

/* Sprache */
.mod_changelanguage span,
.mod_changelanguage strong {
  font-weight: 600; }

/* Struktur ---------------------------------------------------------- */
/* Header Top */
.header_top {
  text-align: center;
  padding: 5px 0; }

.header_top_inner {
  display: none; }

.header_top .btn_header_top_open .fa {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; }

.header_top.rotate .btn_header_top_open .fa {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; }

.header_top .btn_header_top_open {
  display: block;
  width: 100%;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; }

.header_top .header_top_inner i:before {
  content: attr(data-icon);
  font-family: 'Font Awesome 5 Brands';
  display: inline-block;
  position: relative;
  top: 2px;
  padding: 0 5px 0 5px; }

.header_top .contact {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0; }

.header_top .contact p {
  display: inline-block;
  margin: 0; }

.header_top .contact span {
  display: block; }

.header_top .socialmedia {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0; }

/*Logo*/
header .logo .ce_image .image_container {
  margin: 0; }

/* Header Bottom */
.header_bottom {
  margin-top: 15px;
  margin-bottom: 15px; }

/* Top Navigation*/
header .mod_customnav {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0; }

header .mod_customnav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

header .mod_customnav li {
  margin: 0;
  padding: 0 0 5px 0; }

/* Sprache */
.mod_changelanguage {
  padding: 10px 0; }

.mod_changelanguage ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.mod_changelanguage li {
  display: inline-block; }

/* Logo */
header .logo {
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; }

/*Navigation auf dem Slider*/
.navigationOnSlider main {
  padding-top: 0; }

.navigationOnSlider header {
  height: auto; }

.navigationOnSlider .header_top {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }

.navigationOnSlider .header_top a {
  color: #fff; }

.navigationOnSlider.stickyHeader header {
  background-color: #fff; }

/* Header ohne Top Navigation */
.topNaviVisible .header_top {
  display: none; }

.topNaviVisible header {
  height: auto;
  border: 0; }

.topNaviVisible .header_bottom {
  margin: 25px 0; }

.navigationOnSlider header {
  height: auto;
  border: 0; }

.navigationOnSlider main {
  padding-top: 0; }

/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  /* Sticky */
  header {
    position: fixed;
    width: 100%;
    height: 175px;
    z-index: 20000;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s; }
  .stickyHeader header {
    height: 105px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s; }
  .stickyHeader header .logo {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }
  .stickyHeader .header_top {
    top: -100px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s; }
  .stickyHeader .header_bottom {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s; }
  /* Header Top */
  .header_top {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s; }
  .header_top .btn_header_top_open {
    display: none; }
  .header_top_inner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .header_top_inner_left,
  .header_top_inner_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header_top_inner_right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header_top .socialmedia,
  .header_top .contact {
    border: 0; }
  .header_top .contact span {
    display: inline-block; }
  .header_top .contact span:after {
    content: '|';
    display: inline-block;
    margin: 0 10px; }
  .header_top i:before {
    font-size: 1.0rem; }
  .header_bottom {
    margin-top: 75px;
    margin-bottom: 25px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }
  /* Top Navigation*/
  header .mod_customnav {
    border: 0; }
  header .mod_customnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  header .mod_customnav li {
    margin: 0;
    padding: 0 0 0 10px; }
  /* Sprache */
  .mod_changelanguage ul {
    display: inline-block; }
  .mod_changelanguage li {
    display: inline-block; }
  .mod_changelanguage:before {
    content: '|';
    display: inline-block;
    margin: 0 5px 0 10px; } }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
/* Bilder*/
.image_wrapper img {
  border-radius: 0; }

/* Buttons */
.btn {
  background-color: #95252d;
  color: white;
  font-size: 1.0rem; }

.btn:hover {
  background-color: rgba(149, 37, 45, 0.7); }

.btn:hover span {
  color: white; }

.btn.btn_Weiss {
  background-color: white;
  border-color: white;
  color: #323232; }

.btn.btn_Weiss:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6; }

.btn.btn_Weiss:hover span {
  color: #323232; }

.btn.btn_Schwarz {
  background-color: black;
  border-color: black;
  color: white; }

.btn.btn_Schwarz:hover {
  background-color: #969696;
  border-color: #969696; }

.btn.btn_Schwarz:hover span {
  color: white; }

.btn.btn_Helleresgrau {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #323232; }

.btn.btn_Helleresgrau:hover {
  background-color: #969696;
  border-color: #969696; }

.btn.btn_Helleresgrau:hover span {
  color: #323232; }

.btn.btn_Hellgrau {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #323232; }

.btn.btn_Hellgrau:hover {
  background-color: #969696;
  border-color: #969696; }

.btn.btn_Hellgrau:hover span {
  color: #323232; }

.btn.btn_Grau {
  background-color: #969696;
  border-color: #969696;
  color: #323232; }

.btn.btn_Grau:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6; }

.btn.btn_Grau:hover span {
  color: #323232; }

.btn.btn_Dunkelgrau {
  background-color: #323232;
  border-color: #323232;
  color: white; }

.btn.btn_Dunkelgrau:hover {
  background-color: #969696;
  border-color: #969696; }

.btn.btn_Dunkelgrau:hover span {
  color: white; }

.btn.btn_Primaerfarbe {
  background-color: #95252d;
  border-color: #95252d;
  color: white; }

.btn.btn_Primaerfarbe:hover {
  background-color: rgba(149, 37, 45, 0.7);
  border-color: white; }

.btn.btn_Primaerfarbe:hover span {
  color: white; }

.btn.btn_Primaerfarbe_2 {
  background-color: #cbdbd7;
  border-color: #cbdbd7;
  color: white; }

.btn.btn_Primaerfarbe_2:hover {
  background-color: rgba(203, 219, 215, 0.7);
  border-color: rgba(203, 219, 215, 0.7); }

.btn.btn_Primaerfarbe_2:hover span {
  color: white; }

.btn.btn_Primaerfarbe_3 {
  background-color: #91aab4;
  border-color: #91aab4;
  color: white; }

.btn.btn_Primaerfarbe_3:hover {
  background-color: rgba(145, 170, 180, 0.7);
  border-color: rgba(145, 170, 180, 0.7); }

.btn.btn_Primaerfarbe_3:hover span {
  color: white; }

.btn.btn_Primaerfarbe_4 {
  background-color: #3e6065;
  border-color: #3e6065;
  color: white; }

.btn.btn_Primaerfarbe_4:hover {
  background-color: rgba(62, 96, 101, 0.7);
  border-color: rgba(62, 96, 101, 0.7); }

.btn.btn_Primaerfarbe_4:hover span {
  color: white; }

.btn.btn_Primaerfarbe_5 {
  background-color: #193441;
  border-color: #193441;
  color: white; }

.btn.btn_Primaerfarbe_5:hover {
  background-color: rgba(25, 52, 65, 0.7);
  border-color: rgba(25, 52, 65, 0.7); }

.btn.btn_Primaerfarbe_5:hover span {
  color: white; }

/* Headlines */
.headline_wrapper h1,
.headline_wrapper h2,
.headline_wrapper h3,
.headline_wrapper h4,
.headline_wrapper h5,
.headline_wrapper h6 {
  font-size: 2.0rem;
  line-height: 2.6rem;
  margin: 0 0 20px 0; }

.text_wrapper h1 {
  font-size: 2.0rem;
  line-height: 2.6rem;
  margin: 0 0 20px 0; }

.text_wrapper h2 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0 0 20px 0; }

.text_wrapper h3 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 0 0 20px 0; }

.text_wrapper h4 {
  font-size: 1.4rem;
  line-height: 2.0rem;
  margin: 0 0 20px 0; }

.text_wrapper h5 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0 0 20px 0; }

.text_wrapper h6 {
  font-size: 1.0rem;
  line-height: 1.6rem;
  margin: 0 0 20px 0; }

main .mod_newslist h1,
main .mod_newsarchive h1 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0 0 20px 0; }

main .mod_newslist h2,
main .mod_newsarchive h2 {
  font-size: 1.4rem;
  line-height: 2.0rem;
  margin: 0 0 20px 0; }

main .mod_newslist h3,
main .mod_newsarchive h3 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0 0 20px 0; }

main .mod_newslist h4,
main .mod_newsarchive h4 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0 0 20px 0; }

main .mod_newslist h5,
main .mod_newsarchive h5 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0 0 20px 0; }

main .mod_newslist h6,
main .mod_newsarchive h6 {
  font-size: 1.0rem;
  line-height: 1.6rem;
  margin: 0 0 20px 0; }

/* Farbe Headlines */
.he_Weiss h1, .he_Weiss h2, .he_Weiss h3,
.he_Weiss h4, .he_Weiss h5, .he_Weiss h6 {
  color: white; }

.he_Schwarz h1, .he_Schwarz h2, .he_Schwarz h3,
.he_Schwarz h4, .he_Schwarz h5, .he_Schwarz h6 {
  color: black; }

.he_Helleresgrau h1, .he_Helleresgrau h2, .he_Helleresgrau h3,
.he_Helleresgrau h4, .he_Helleresgrau h5, .he_Helleresgrau h6 {
  color: whitesmoke; }

.he_Hellgrau h1, .he_Hellgrau h2, .he_Hellgrau h3,
.he_Hellgrau h4, .he_Hellgrau h5, .he_Hellgrau h6 {
  color: #e6e6e6; }

.he_Grau h1, .he_Grau h2, .he_Grau h3,
.he_Grau h4, .he_Grau h5, .he_Grau h6 {
  color: #969696; }

.he_Dunkelgrau h1, .he_Dunkelgrau h2, .he_Dunkelgrau h3,
.he_Dunkelgrau h4, .he_Dunkelgrau h5, .he_Dunkelgrau h6 {
  color: #323232; }

.he_Primaerfarbe h1, .he_Primaerfarbe h2, .he_Primaerfarbe h3,
.he_Primaerfarbe h4, .he_Primaerfarbe h5, .he_Primaerfarbe h6 {
  color: #95252d; }

.he_Primaerfarbe_2 h1, .he_Primaerfarbe_2 h2, .he_Primaerfarbe_2 h3,
.he_Primaerfarbe_2 h4, .he_Primaerfarbe_2 h5, .he_Primaerfarbe_2 h6 {
  color: #cbdbd7; }

.he_Primaerfarbe_3 h1, .he_Primaerfarbe_3 h2, .he_Primaerfarbe_3 h3,
.he_Primaerfarbe_3 h4, .he_Primaerfarbe_3 h5, .he_Primaerfarbe_3 h6 {
  color: #91aab4; }

.he_Primaerfarbe_4 h1, .he_Primaerfarbe_4 h2, .he_Primaerfarbe_4 h3,
.he_Primaerfarbe_4 h4, .he_Primaerfarbe_4 h5, .he_Primaerfarbe_4 h6 {
  color: #3e6065; }

.he_Primaerfarbe_5 h1, .he_Primaerfarbe_5 h2, .he_Primaerfarbe_5 h3,
.he_Primaerfarbe_5 h4, .he_Primaerfarbe_5 h5, .he_Primaerfarbe_5 h6 {
  color: #193441; }

/* Line unter den Headlines */
h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
  content: '';
  display: block;
  width: 20%;
  height: 1px;
  background-color: #95252d;
  margin-top: 15px; }

/* Farbe der Linie unter den Headlines */
.he_Weiss h1:after, .he_Weiss h2:after,
.he_Weiss h3:after, .he_Weiss h4:after,
.he_Weiss h5:after, .he_Weiss h6:after {
  background-color: white; }

.he_Schwarz h1:after, .he_Schwarz h2:after,
.he_Schwarz h3:after, .he_Schwarz h4:after,
.he_Schwarz h5:after, .he_Schwarz h6:after {
  background-color: black; }

.he_Helleresgrau h1:after, .he_Helleresgrau h2:after,
.he_Helleresgrau h3:after, .he_Helleresgrau h4:after,
.he_Helleresgrau h5:after, .he_Helleresgrau h6:after {
  background-color: whitesmoke; }

.he_Hellgrau h1:after, .he_Hellgrau h2:after,
.he_Hellgrau h3:after, .he_Hellgrau h4:after,
.he_Hellgrau h5:after, .he_Hellgrau h6:after {
  background-color: #e6e6e6; }

.he_Grau h1:after, .he_Grau h2:after,
.he_Grau h3:after, .he_Grau h4:after,
.he_Grau h5:after, .he_Grau h6:after {
  background-color: #969696; }

.he_Dunkelgrau h1:after, .he_Dunkelgrau h2:after,
.he_Dunkelgrau h3:after, .he_Dunkelgrau h4:after,
.he_Dunkelgrau h5:after, .he_Dunkelgrau h6:after {
  background-color: #323232; }

.he_Primaerfarbe h1:after, .he_Primaerfarbe h2:after,
.he_Primaerfarbe h3:after, .he_Primaerfarbe h4:after,
.he_Primaerfarbe h5:after, .he_Primaerfarbe h6:after {
  background-color: #95252d; }

.he_Primaerfarbe_2 h1:after, .he_Primaerfarbe_2 h2:after,
.he_Primaerfarbe_2 h3:after, .he_Primaerfarbe_2 h4:after,
.he_Primaerfarbe_2 h5:after, .he_Primaerfarbe_2 h6:after {
  background-color: #cbdbd7; }

.he_Primaerfarbe_3 h1:after, .he_Primaerfarbe_3 h2:after,
.he_Primaerfarbe_3 h3:after, .he_Primaerfarbe_3 h4:after,
.he_Primaerfarbe_3 h5:after, .he_Primaerfarbe_3 h6:after {
  background-color: #91aab4; }

.he_Primaerfarbe_4 h1:after, .he_Primaerfarbe_4 h2:after,
.he_Primaerfarbe_4 h3:after, .he_Primaerfarbe_4 h4:after,
.he_Primaerfarbe_4 h5:after, .he_Primaerfarbe_4 h6:after {
  background-color: #3e6065; }

.he_Primaerfarbe_5 h1:after, .he_Primaerfarbe_5 h2:after,
.he_Primaerfarbe_5 h3:after, .he_Primaerfarbe_5 h4:after,
.he_Primaerfarbe_5 h5:after, .he_Primaerfarbe_5 h6:after {
  background-color: #193441; }

/* Ausrichtung der Linie unter der Headline*/
.text_Zentriert h1:after,
.text_Zentriert h2:after,
.text_Zentriert h3:after,
.text_Zentriert h4:after,
.text_Zentriert h5:after,
.text_Zentriert h6:after {
  margin: 15px auto 0 auto !important; }

.text_Rechts h1:after,
.text_Rechts h2:after,
.text_Rechts h3:after,
.text_Rechts h4:after,
.text_Rechts h5:after,
.text_Rechts h6:after {
  margin: 15px 0 0 auto !important; }

/* Ausrichtung Text */
.text_Links {
  text-align: left; }

.text_Zentriert {
  text-align: center; }

.text_Rechts {
  text-align: right; }

/* Hintergrundfarbe */
.bg_Weiss {
  background: white; }

.bg_Schwarz {
  background: black; }

.bg_Helleresgrau {
  background: whitesmoke; }

.bg_Hellgrau {
  background: #e6e6e6; }

.bg_Grau {
  background: #969696; }

.bg_Dunkelgrau {
  background: #323232; }

.bg_Primaerfarbe {
  background: #95252d; }

.bg_Primaerfarbe_2 {
  background: #cbdbd7; }

.bg_Primaerfarbe_3 {
  background: #91aab4; }

.bg_Primaerfarbe_4 {
  background: #3e6065; }

.bg_Primaerfarbe_5 {
  background: #193441; }

/* Hintergrundfarbe */
.bg_Transparent_trans_7 {
  background: none; }

.bg_Weiss_trans_7,
.bg_Weiss_trans_7_hover:hover {
  background: rgba(255, 255, 255, 0.7); }

.bg_Schwarz_trans_7,
.bg_Schwarz_trans_7_hover:hover {
  background: rgba(0, 0, 0, 0.7); }

.bg_Helleresgrau_trans_7,
.bg_Helleresgrau_trans_7_hover:hover {
  background: rgba(245, 245, 245, 0.7); }

.bg_Hellgrau_trans_7,
.bg_Hellgrau_trans_7_hover:hover {
  background: rgba(230, 230, 230, 0.7); }

.bg_Grau_trans_7,
.bg_Grau_trans_7_hover:hover {
  background: rgba(150, 150, 150, 0.7); }

.bg_Dunkelgrau_trans_7,
.bg_Dunkelgrau_trans_7_hover:hover {
  background: rgba(50, 50, 50, 0.7); }

.bg_Primaerfarbe_trans_7,
.bg_Primaerfarbe_trans_7_hover:hover {
  background: rgba(149, 37, 45, 0.7); }

.bg_Primaerfarbe_2_trans_7,
.bg_Primaerfarbe_2_trans_7_hover:hover {
  background: rgba(203, 219, 215, 0.7); }

.bg_Primaerfarbe_3_trans_7,
.bg_Primaerfarbe_3_trans_7_hover:hover {
  background: rgba(145, 170, 180, 0.7); }

.bg_Primaerfarbe_4_trans_7,
.bg_Primaerfarbe_4_trans_7_hover:hover {
  background: rgba(62, 96, 101, 0.7); }

.bg_Primaerfarbe_5_trans_7,
.bg_Primaerfarbe_5_trans_7_hover:hover {
  background: rgba(25, 52, 65, 0.7); }

/* Textfarbe */
.ce_Weiss {
  color: white; }

.ce_Schwarz {
  color: black; }

.ce_Helleresgrau {
  color: whitesmoke; }

.ce_Hellgrau {
  color: #e6e6e6; }

.ce_Grau {
  color: #969696; }

.ce_Dunkelgrau {
  color: #323232; }

.ce_Primaerfarbe {
  color: #95252d; }

.ce_Primaerfarbe_2 {
  color: #cbdbd7; }

.ce_Primaerfarbe_3 {
  color: #91aab4; }

.ce_Primaerfarbe_4 {
  color: #3e6065; }

.ce_Primaerfarbe_5 {
  color: #193441; }

/* Border */
.bo_Weiss {
  border-color: white; }

.bo_Schwarz {
  border-color: black; }

.bo_Helleresgrau {
  border-color: whitesmoke; }

.bo_Hellgrau {
  border-color: #e6e6e6; }

.bo_Grau {
  border-color: #969696; }

.bo_Dunkelgrau {
  border-color: #323232; }

.bo_Primaerfarbe {
  border-color: #95252d; }

.bo_Primaerfarbe_2 {
  border-color: #cbdbd7; }

.bo_Primaerfarbe_3 {
  border-color: #91aab4; }

.bo_Primaerfarbe_4 {
  border-color: #3e6065; }

.bo_Primaerfarbe_5 {
  border-color: #193441; }

/* Linkfarbe*/
.ce_Weiss a:focus,
.ce_Weiss a:active,
.ce_Weiss a:hover,
.ce_Weiss a {
  color: white; }

.ce_Schwarz,
.ce_Schwarz a:focus a,
.ce_Schwarz a:hover a,
.ce_Schwarz a:active a {
  color: black; }

.ce_Helleresgrau a:focus,
.ce_Helleresgrau a:hover,
.ce_Helleresgrau a:active,
.ce_Helleresgrau a {
  color: whitesmoke; }

.ce_Hellgrau a:focus,
.ce_Hellgrau a:hover,
.ce_Hellgrau a:active,
.ce_Hellgrau a {
  color: #e6e6e6; }

.ce_Grau a:focus,
.ce_Grau a:hover,
.ce_Grau a:active,
.ce_Grau a {
  color: #969696; }

.ce_Dunkelgrau a:focus,
.ce_Dunkelgrau a:hover,
.ce_Dunkelgrau a:active,
.ce_Dunkelgrau a {
  color: #323232; }

.ce_Primaerfarbe a:focus,
.ce_Primaerfarbe a:hover,
.ce_Primaerfarbe a:active,
.ce_Primaerfarbe a {
  color: #95252d; }

.ce_Primaerfarbe_2 a:focus,
.ce_Primaerfarbe_2 a:hover,
.ce_Primaerfarbe_2 a:active,
.ce_Primaerfarbe_2 a {
  color: #cbdbd7; }

.ce_Primaerfarbe_3 a:focus,
.ce_Primaerfarbe_3 a:hover,
.ce_Primaerfarbe_3 a:active,
.ce_Primaerfarbe_3 a {
  color: #91aab4; }

.ce_Primaerfarbe_4 a:focus,
.ce_Primaerfarbe_4 a:hover,
.ce_Primaerfarbe_4 a:active,
.ce_Primaerfarbe_4 a {
  color: #3e6065; }

.ce_Primaerfarbe_5 a:focus,
.ce_Primaerfarbe_5 a:hover,
.ce_Primaerfarbe_5 a:active,
.ce_Primaerfarbe_5 a {
  color: #193441; }

/* Schatten */
.shadow {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

/* Struktur ---------------------------------------------------------- */
/* Buttons */
.btn {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  border-radius: 4px;
  padding: 10px 25px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }

/*.btn 															{ text-align: center; cursor: pointer; display: inline-block; border-radius: 4px; padding: 10px 25px; transition: all ease .3s; 
																  border-width: 3px; border-style: solid; background-color: transparent !important; }*/
.btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.btn span:after {
  content: '»';
  font-size: 1.4rem;
  line-height: 1.5rem;
  position: absolute;
  opacity: 0;
  top: 0px;
  right: -20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.btn.btn_v1 span:after {
  line-height: 1.3rem; }

.btn:hover span {
  padding-right: 25px; }

.btn:hover span:after {
  opacity: 1;
  right: 0; }

/* Video */
.video_wrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 0;
  position: relative;
  margin: 0 0 50px 0; }

.video_wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0; }

/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
@media print {
  a[href]:after {
    content: none; } }

*::-moz-selection {
  background: none repeat scroll 0 0 #314253;
  color: #fff;
  text-shadow: none; }

*::-webkit-selection {
  background: none repeat scroll 0 0 #314253;
  color: #fff;
  text-shadow: none; }

*::selection {
  background: none repeat scroll 0 0 #314253;
  color: #fff;
  text-shadow: none; }

/* open-sans-300 - latin */
@font-face {font-display:swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../../files/moinmoin/assets/fonts/open-sans-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../../files/moinmoin/assets/fonts/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../../files/moinmoin/assets/fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("../../files/moinmoin/assets/fonts/open-sans-v15-latin-300.woff") format("woff"), url("../../files/moinmoin/assets/fonts/open-sans-v15-latin-300.ttf") format("truetype"), url("../../files/moinmoin/assets/fonts/open-sans-v15-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-regular - latin */
@font-face {font-display:swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../../files/moinmoin/assets/fonts/open-sans-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../../files/moinmoin/assets/fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../files/moinmoin/assets/fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../../files/moinmoin/assets/fonts/open-sans-v15-latin-regular.woff") format("woff"), url("../../files/moinmoin/assets/fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("../../files/moinmoin/assets/fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-700 - latin */
@font-face {font-display:swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../../files/moinmoin/assets/fonts/open-sans-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../../files/moinmoin/assets/fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../../files/moinmoin/assets/fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("../../files/moinmoin/assets/fonts/open-sans-v15-latin-700.woff") format("woff"), url("../../files/moinmoin/assets/fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("../../files/moinmoin/assets/fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* Reset ############################################################################################### */
figure {
  margin: 0; }

/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
html, body {
  font-size: 14px; }

body {
  font-family: 'Open Sans', sans-serif;
  background-color: white; }

/* Grid */
.wrapper {
  background-color: white; }

.container-fluid {
  max-width: 1400px; }

/* Links */
a,
a:hover,
a:focus,
a:active {
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  color: #323232; }

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
  margin: 0 0 25px 0; }

/*Alternative Breite für den Content*/
/*main 														{ max-width: 1600px; margin: 0 auto; }*/
/* Struktur ---------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.invisible {
  display: none !important; }

.image_container img {
  width: 100%;
  height: auto; }

.icon_wrapper {
  display: inline-block;
  padding: 10px;
  border-radius: 0; }

.icon_wrapper i:before {
  content: attr(data-icon);
  font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Pro';
  display: inline-block;
  position: relative;
  top: 2px; }

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.noMarginLeftRight {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.MarginLeftRight15 {
  margin-left: 15px;
  margin-right: 15px; }

.MarginLeftRight-15 {
  margin-left: -15px !important;
  margin-right: -15px !important; }

.MarginLeftRight30 {
  margin-left: 30px;
  margin-right: 30px; }

.noPaddingLeftRight {
  padding-left: 0;
  padding-right: 0; }

.PaddingLeftRightTopBottom {
  padding: 25px; }

.align_center {
  text-align: center; }

.main_col .row {
  margin-right: -30px;
  margin-left: -30px; }

.left_col {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.main_col {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding-top: 35px;
  padding-bottom: 35px; }

.right_col {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.borderRadius {
  border-radius: 0; }

/* Text Wrapper Image */
.text_wrapper img {
  margin-bottom: 15px;
  float: none !important;
  width: 100%;
  height: auto; }

/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  html, body {
    font-size: 16px; }
  .main_inner {
    background: white; }
  /* Struktur ---------------------------------------------------------- */
  /* Sortierreihenfolge order soll nur für mobile Geräte aktiv sein */
  .order-1, .order-2, .order-3, .order-4, .order-5, .order-6,
  .order-7, .order-8, .order-9, .order-10, .order-11, .order-12,
  .order-13, .order-14, .order-15, .order-16, .order-17, .order-18,
  .order-19, .order-20, .order-21, .order-22, .order-23, .order-24 {
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit; }
  .MarginLeftRight30 {
    margin-left: 30px;
    margin-right: 30px; }
  .PaddingLeftRightTopBottom {
    padding: 50px; }
  /*Mehrspalten Layout*/
  .main_inner {
    /*margin-top: -20px; padding: 20px 0 0 0;*/ }
  .left_col {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .main_col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 70px;
    padding-bottom: 70px; }
  .right_col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  /* Text Wrapper Image */
  .text_wrapper img {
    margin: 0 25px 15px 0;
    float: left !important;
    width: auto; } }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  main {
    padding-top: 175px; } }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/*Transparent*/
/*Variablen*/
/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
footer {
  font-size: 0.9rem; }

.topFooter {
  background-color: #323232;
  color: white; }

.topFooter a,
.topFooter a:hover,
.topFooter a:focus,
.topFooter a:active {
  color: white; }

.bottomFooter {
  font-size: 0.8rem;
  text-align: center;
  padding: 15px; }

.bottomFooter a,
.bottomFooter a:hover,
.bottomFooter a:focus,
.bottomFooter a:active {
  color: #323232; }

/* Linie unter den Headlines */
footer .custom_cols_wrapper .text_wrapper h4:after {
  background-color: white; }

/* Button Scrolltop */
.btn_scrolltop .goTop {
  border: 2px solid #e6e6e6;
  background-color: white; }

.btn_scrolltop .fa {
  font-size: 30px;
  color: #e6e6e6;
  font-weight: 300; }

.btn_scrolltop .goTop:hover {
  border: 2px solid #95252d;
  background-color: #95252d; }

.btn_scrolltop .goTop:hover .fa {
  color: white; }

/* Struktur ---------------------------------------------------------- */
footer a {
  text-decoration: none !important; }

/* Button Scrolltop */
.btn_scrolltop .goTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99999;
  outline: 0;
  border-radius: 3px;
  padding: 1px 8px 1px 8px; }

.btn_scrolltop .fa {
  top: 1px;
  position: relative; }

/* CUstom Cols Navigation*/
.mod_customnav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.mod_customnav li {
  margin: 0;
  padding: 0 0 5px 0;
  text-indent: 0; }

.mod_customnav li:before {
  display: none !important; }

/* Copyrights Navigation*/
.custom_cols_wrapper .text_wrapper .mod_customnav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.custom_cols_wrapper .text_wrapper .mod_customnav li {
  margin: 0;
  padding: 0 0 5px 0;
  text-indent: 0; }

/* Textformatierungen */
footer .custom_cols_wrapper .custom_cols_inner {
  margin: 0 0 35px 0; }

footer .custom_cols_wrapper .text_wrapper h5:after {
  display: none; }

footer .custom_cols_wrapper .text_wrapper h1,
footer .custom_cols_wrapper .text_wrapper h2,
footer .custom_cols_wrapper .text_wrapper h3,
footer .custom_cols_wrapper .text_wrapper h4 {
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin: 0 0 20px 0; }

footer .custom_cols_wrapper .text_wrapper h5,
footer .custom_cols_wrapper .text_wrapper h6 {
  font-size: 0.8rem;
  line-height: 1.4rem;
  margin: 0 0 10px 0; }

/* News */
footer .layout_simple .fa {
  font-size: 0.8rem; }

/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .bottomFooter {
    text-align: left; }
  footer .custom_cols_wrapper .custom_cols_inner {
    margin: 0; }
  .bottomFooter .mod_customnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .bottomFooter .mod_customnav li {
    padding: 0 25px 0 0; }
  .copyrights {
    text-align: right; } }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

.slider_arrow_down {
  display: none; }

.mod_newslist .image_container,
.mod_newsarchive .image_container {
  overflow: hidden; }

.mod_newslist .image_container img,
.mod_newsarchive .image_container img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mod_newslist .image_container img:hover,
.mod_newsarchive .image_container img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  transition: all 2s ease 0s; }

.layout_latest.news_boxen .link_wrapper {
  display: none; }

.googlemap_wrapper {
  margin: 0 0 35px 0; }

.ce_form .widget-explanation {
  font-size: 0.8rem; }

.cookiebar__button,
.cookiebar__button:hover {
  background-color: #95252d; }

.cookiebar a,
.cookiebar a:hover {
  color: #fff; }

/* Allgemeine Formatierungen ########################################################################### */
/* Layout ------------------------------------------------------------ */
/* Struktur ---------------------------------------------------------- */
/* Mobile Ansicht klein ################################################################################ */
@media (min-width: 576px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet Hochformat Ansicht ########################################################################### */
@media (min-width: 768px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Tablet querformat Ansicht ########################################################################### */
@media (min-width: 992px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */
  .header_top i:before {
    font-size: 1.3rem; }
  .googlemap_wrapper {
    margin: 0 0 70px 0; } }

/* Desktop ############################################################################################# */
@media (min-width: 1200px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }

/* Desktop XXL ######################################################################################### */
@media (min-width: 1400px) {
  /* Layout ------------------------------------------------------------ */
  /* Struktur ---------------------------------------------------------- */ }


#iwa-widget {
    z-index: 1000 !important;
    position: fixed;
    right: 0;
    top: calc(210px);
    display: none; 
}
.index #iwa-widget {
    display: block; 
}
.ncoi---behind .ncoi---container {
    background: #193441;
    padding: 20px;
}
.ncoi---behind .ncoi---container .ncoi---headline {
    padding: .35rem 0;
}
.ncoi---headline:after {
    margin-top: 3px !important;
}
.headline_wrapper h1,
.text_wrapper h1 { 
    font-size: 2.3rem;
    line-height: 2.8rem;
    margin: 0 0 20px 0; 
}
@media (max-width:992px) { 
    .text_wrapper h1 { 
        font-size: 1.9rem;
        line-height: 2.4rem;
    }
    .headline_wrapper h1, .headline_wrapper h2, .headline_wrapper h3, .headline_wrapper h4, .headline_wrapper h5, .headline_wrapper h6 {
        font-size: 1.6rem;
        line-height: 2.1rem;
    }
    
    .teaser_wrapper .teaser_link_inner {
        padding: 20px;
        display: block;
    }
    
    .teaser_wrapper .text_wrapper h2 { 
        font-size: 1.5rem;
        line-height: 2.1rem;
    }  
    .teaser_wrapper .btn {
        font-size: 0.85rem;
    }
    .teaser_wrapper .teaser_item { padding: 0; }
}
.mm-listitem strong {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
}
.teaser_wrapper .btn { color: #fff; margin-top: 20px; }
h1.center:after, h2.center:after, h3.center:after, h4.center:after, h5.center:after, h6.center:after {
    margin-left: auto; margin-right: auto;
}
.layout_full .link_wrapper {
    margin: 0 0 30px 0 !important;
}
.mod_newsreader .custom_cols_wrapper .custom_cols_inner { margin-bottom: 0; }
.new_accordeon a { text-decoration: underline; }
/* Struktur ---------------------------------------------------------- */

.custom_cols_wrapper.teaser_slider_wrapper                    { padding: 10px 0 40px 0; }
.teaser_slider_wrapper hr                                     { margin: 0 0 10px 0 !important; width: 100px; }
.teaser_slider_wrapper .ce_Schwarz hr                         { border-color: #000; }
.teaser_slider_wrapper .ce_Weiss hr                           { border-color: #fff; }

.teaser_slider_wrapper .slick-slider 							{ position: relative; display: block; user-select: none; touch-action: pan-y; }
.teaser_slider_wrapper .slick-list 							{ position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.teaser_slider_wrapper .slick-slide 							{ float: left;  }

.teaser_slider_wrapper .galerieNav .slick-slide 				{ margin: 15px; cursor: pointer; }

.teaser_slider_wrapper .slick-prev,
.teaser_slider_wrapper .slick-next                            { position: absolute; z-index: 10000; top: calc(50% - 35px); border: none; background: none;                                                                                           cursor: pointer; color:#95252d; font-size: 50px; outline: none; }
.teaser_slider_wrapper .slick-prev                            { left: 0px; }
.teaser_slider_wrapper .slick-next                            { right: 0px; }


/*Überlappen Bug*/
.teaser_slider_wrapper .slick-slide 							{ margin: 0 10px; min-height: 510px; }
.teaser_slider_wrapper .slick-list 							{ margin: 0 -10px; padding: 0 30px; }
.teaser_slider_wrapper .slick-slider 							{ overflow: hidden; } 


/* Update 2023 */
.stickyHeader .logo .image_container img {
    width: 60%;
    height: auto;
} 
.teaser_2023.custom_cols_wrapper .custom_cols_box_bg .custom_cols_content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.teaser_2023.custom_cols_wrapper .link_wrapper {
    margin: auto 0 0 0;
}
.teaser_2023.custom_cols_wrapper .link_wrapper a {
    margin-top: 0; font-size: 15px; 
}
.teaser_2023.custom_cols_wrapper .text_wrapper h3 {
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin: 0 0 20px 0;
}
.teaser_2023.custom_cols_wrapper .text_wrapper h3:after {
display: none;
}
.teaser_2023.custom_cols_wrapper .custom_cols_box_bg .custom_cols_content  { line-height: 1.5rem; }

.widget-submit button { background-color: #95252d;
    border: 0; transition: all ease .3s;
    color: white; text-align: center;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    padding: 10px 25px; margin: 0; 
}
.custom_cols_wrapper .image_wrapper img,
.custom_cols_wrapper .image_wrapper img:hover{
    transform: none;
}


.schritte.custom_cols_wrapper {  }
.schritte.custom_cols_wrapper .text_wrapper  p { margin: 0; }

.custom_cols_wrapper .link_wrapper {
    margin: 25px 0 0 0;
}

.layout_full .link_wrapper { text-align: center; }
.mod_newsreader .back { display: none; }
.mod_newsreader .custom_cols_wrapper {
    padding: 30px 0 20px 0;
}
main .mod_newslist .news_boxen .image_container, main .mod_newsarchive .news_boxen .image_container {
    margin: 0 0 10px 0 !important;
}
main .mod_newslist {
    padding: 0px 0 70px 0;
}
@media (min-width:576px) { 
	
}


@media (max-width:992px) { 
	.index #iwa-widget {
    display: none; 
}
}


@media (min-width:992px) { 

}



@media (min-width:1200px) { 

	
}

@media (min-width:1400px) { 

}
