/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Outdated Browser
   ========================================================================== */

.chromeframe {
    margin: 0;
    background: #C00;
    color: #FFF;
    padding: .5em 0;
	text-align: center;
}
.chromeframe a {
	color: #FFF;
	text-decoration: underline;
}

#outdated{display:none;position:fixed;top:0;left:0;width:100%;text-align:center;text-transform:uppercase;z-index:1500;background-color:#C00;color:#fff;padding:15px;}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:0 30px 15px 30px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:15px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#C00;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
    height: 100%;
    min-width: 320px;
}
body.navMainOpen,
body.overlayOpen {
    overflow: hidden;
}
body {
    background: url("../img/body_bg.png") left top repeat;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
#wrapper {
    flex-grow: 1;
}
#content {
}
#wrapper,
.baseSpacer {
    padding-left: 15px;
    padding-right: 15px;
}
#content {
    padding: 15px;
}
aside {
    padding: 15px;
}
aside > .box {
    margin-bottom: 30px;
    background: #f5f3f5;
    mask: linear-gradient(135deg, rgba(0,0,0,0) 5px, #fff 4px, #fff calc(100% - 15px), rgba(0,0,0,0) calc(100% - 16px));
}
aside > .box > .wrap {
    margin: 15px 15px 20px;
}
aside > .box > .wrap .clear {
    display: none;
}
aside > .box a {
    color: inherit;
}
#navSub + #breadcrumb {
    margin-top: 3em;
}
/*#breadcrumb {
    font-size: 0.875em;
}*/
#breadcrumb a {
    text-decoration: underline;
    color: #000;
}
#breadcrumb a:last-child {
    text-decoration: none;
}

#breadcrumb a + a:before {
    content:'/';
    display: inline-block;
    margin: 0 5px;
}
footer * {
    color: #fff;
}
#footerTop {
    background: #ca9efc;
}
#logoSlider .swiper-slide {
    display: flex;
    padding: 15px;
    width: 50%;
    height: auto;
    justify-content: center;
    align-items: center;
}
#logoSlider .swiper-slide img {
    opacity: 0;
    max-width: 100%;
    height: auto;
    pointer-events: none;
}

#logoSlider {
    overflow: hidden;
}
#logoSlider .swiper-slide .logo {
    position: absolute;
    left: 0;
    right: 0;
    background: #59358c;
    mask-size: contain;
    margin: 15px;
    top: 0;
    bottom: 0;
    mask-position: center;
    mask-repeat: no-repeat;
}
#logoSlider .swiper-slide:hover .logo {
    background: #fff;
}
@media (min-width: 480px) {
    #logoSlider .swiper-slide {
        width: 33.33%;
    }
}
@media (min-width: 720px) {
    #logoSlider .swiper-slide {
        width: 25%;
    }
}
@media (min-width: 1024px) {
    #logoSlider .swiper-slide {
        width: 20%;
    }
}
#footerBottom {
    background: #59358c;
    text-align: center;
    color: #fff;
}
.footerWrap {
    padding: 0 15px;
}
.navStd .a,
.navStd a {
    text-decoration: none;
    text-transform: uppercase;
}
#footerBottom .navStd li {
    float: left;
}
#footerBottom .navStd .a,
#footerBottom .navStd a {
    display: block;
    color: #fff;
    font-size: 0.875em;
    padding: 10px;
}
#contentWrapper {
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 1139px) {
    #contentWrapper.withAside {
        display: flex;
        flex-wrap: wrap;
    }
    .withAside #content {
        order: 1;
        width: 100%;
    }
    aside {
        order: 0;
        width: 100%;
    }
}
@media (min-width: 1140px) {
    #contentWrapper.withAside {
        display: flex;
    }
    .withAside #content {
        width: 66.66%;
    }
    aside {
        width: 33.33%;
    }

    .baseSpacer,
    #wrapper {
        padding-left: 4.167%;
        padding-right: 4.167%;
    }

    #footerTop,
    #footerBottom {
        padding-left: 4.167%;
        padding-right: 4.167%;
    }


}
@media (min-width: 1680px) {
    .withAside #content {
        width: 75%;
    }
    aside {
        width: 25%;
    }
}

header .box_search {
    position: absolute;
}
#srcBoxQWrap {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    right: 0;
    top: calc(100% + 10px);
    margin-top: -10px;
    transition: visibility 0.2s, opacity 0.2s, margin-top 0.2s;
    background: #59358c;
    line-height: 20px;
    padding: 10px 40px 10px 10px;
    mask-position: top left;
    mask: linear-gradient(135deg,transparent 4px,#fff 1px) 100% / 100%;
}
#showSearch:checked + form #srcBoxQWrap {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
#showSearchBtn {
    position: relative;
    display: block;
    cursor: pointer;


    text-transform: uppercase;
    font-size: 0.875em;
    line-height: 1.143em;
    font-weight: 600;
}
#showSearchBtn .labelWrap {
    position: relative;
    color: #59358c;
    transform: background 0.2s, color 0.2s;
    display: inline-block;
    padding: 7px 10px;
}

#showSearchBtn:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #ca9efc transparent;
}
#showSearchBtn:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    left: 10px;
    background: #ca9efc;
}
#showSearch:checked + form #showSearchBtn:after {
    border-width: 5px 5px 0 0;
    border-color:  #59358c transparent transparent transparent;
    right: auto;
    left: 0;
    bottom: -5px;
}
#showSearch:checked + form #showSearchBtn:before {
    display: none;
}
#showSearch:checked + form #showSearchBtn .labelWrap {
    background: #59358c;
    color: #fff;
    mask-position: bottom right;
    mask: linear-gradient(-45deg,transparent 4px,#fff 1px) 100% / 100%;
}
form #showSearchBtn .icon {
    margin-left: 5px;
}
#showSearch:checked + form #showSearchBtn .icon.icon-search-1,
#showSearchBtn .icon.icon-up-dir {
    display: none;
}
#showSearch:checked + form #showSearchBtn .icon.icon-up-dir {
    display: inline;
}
#srcBoxQWrap #srcBoxQ {
    width: 150px;
    border: none;
    background: none;
    font-size: inherit;
    line-height: 20px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
#srcBoxQWrap #srcBoxQ::placeholder {
    text-transform: uppercase;
    color: #aaa;
}
#srcBoxQWrap #searchSubmit {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}
#navSub {
    display: none;
}

@media (max-width: 1139px) {
    #headerTop {
        height: 90px;
    }
    header .box_search {
        right: 133px;
        top: 33px;
        z-index: 2;
    }

    .csstransforms #navMainTrigger {
        position: absolute;
        display: block;
        top: 30px;
        right: 35px;
        z-index: 20;
        cursor: pointer;
        border-bottom: 1px solid #ca9efc;
    }
    .csstransforms body.open #navMainTrigger {
        position: fixed;
        border-bottom: 1px solid #fff;
    }
    #navMainTrigger:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 0 5px 5px;
        border-color: transparent transparent #ca9efc transparent;
    }
    body.open #navMainTrigger:after {
        border-color: transparent transparent #fff transparent;
    }
    .csstransforms #navMainTrigger .triggerBtn {
        display: block;
        height: 32px;
        padding-right: 35px;
    }

    .csstransforms #navMainTrigger .triggerBtn .line, .csstransforms #navMainTrigger .triggerBtn:after, .csstransforms #navMainTrigger .triggerBtn:before {
        background: #59358c;
        display: block;
        height: 1px;
        right: 5px;
        position: absolute;
        border-radius: 1px;
        transition: all 0.5s ease 0s;
        width: 25px;
    }

    .csstransforms #navMainTrigger .triggerBtn .line {
        opacity: 1;
        top: 50%;
        margin-top: 0px;
        display: block;
    }

    .csstransforms #navMainTrigger .triggerBtn:after, .csstransforms #navMainTrigger .triggerBtn:before {
        content: "";
    }

    .csstransforms #navMainTrigger .triggerBtn:before {
        bottom: 20px;
    }

    .csstransforms #navMainTrigger .triggerBtn:after {
        bottom: 10px;
        width: 20px;
        right: 10px;
    }
    .csstransforms body.open #navMainTrigger .triggerBtn .line {
        opacity: 0;
    }

    .csstransforms body.open #navMainTrigger .triggerBtn:before {
        bottom: 16px;
        transform: rotate(45deg);
        width: 35px;
        right: 0px;
        background: #fff;
    }

    .csstransforms body.open #navMainTrigger .triggerBtn:after {
        bottom: 16px;
        transform: rotate(-45deg);
        width: 35px;
        right: 0px;
        background: #fff;
    }

    #navMainTrigger .menue {
        font-size: 14px;
        line-height: 32px;
        color: inherit;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #59358c;
    }

    body.open #navMainTrigger .menue {
        color: #fff;
    }

    #navMobiWrapper {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 0;
        z-index: 20;
        background: #ca9efc;
        box-shadow: 0 0 20px rgba(0,0,0,0);
        transition: width 0.2s, box-shadow 0.2s;
    }

    body.open #navMobiWrapper {
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
        width: 300px;
    }

    .iconMenuTriggerDwn {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px;
        color: #fff;
        cursor: pointer;
    }
    .iconMenuTriggerDwn span {
        display: block;
        transition: transform 0.2s;
    }
    .iconMenuTriggerDwn.active span {
        transform: rotate(180deg);
    }
    #naviMobi {
        position: relative;
        height: 100%;
        overflow: auto;
        padding: 60px 0 0;
    }
    header .navStd .a,
    header .navStd a {
        color: #fff;
        padding: 0 0 10px 10px;
    }
    header .navStd .a:hover,
    header .navStd a:hover,
    header .navStd a.active {
        color: #59358c;
    }
    #navMain ul {
        margin: 0 !important;
    }
    #navMain a {
        position: relative;
        display: block;
        padding: 10px 40px 10px 10px;
        text-decoration: none;
        color: #fff;
        transition: background 0.3s;
    }

    #navMain a span:not(.icon) {
        position: relative;
        display: inline-block;
        padding: 2px;
        transition: background 0.2s, color 0.2s;
    }


    #navMain li:hover > .a,
    #navMain li:hover > a,
    #navMain li a.active {
        background: #59358c;
    }

    header .navStd,
    #navMain {
        margin-top: 20px;
        width: 300px;
    }
    header .navStd li,
    #navMain li {
        position: relative;
    }

    #navMain ul ul a {
        font-size: 16px;
        padding: 8px 40px 8px 20px;
    }

    #logoWrap {
        position: absolute;
        z-index: 2;
        top: 10px;
        left: 15px;
    }

    #logoWrap img {
        display: block;
        height: 62px;
        width: auto;
    }
    #navHeader {
        display: block;
    }
    #navHeader > ul {
        display: flex;
        justify-content: space-around;
    }
    #navHeader li {
    }


    #footerBottom .gridWidth_33:nth-child(1) {
        width: 100%;
    }
}

@media (min-width: 1140px) {
    header {
        position: relative;
        z-index: 2;
    }
    #header {
        min-height: 180px;
    }
    #navMainTrigger,
    .iconMenuTriggerDwn {
        display: none;
    }
    header .navStd {
        position: relative;
        display: none;
        top: 0;
        right: 0;
        text-align: right;
    }
    header .navStd ul {
        display: inline-block;
        vertical-align: middle;
    }
    .navStd li {
        float: left;
    }
    header .navStd li {
        margin-left: 40px;
        margin-bottom: 40px;
    }

    header .box_search {
        position: absolute;
        right: 15px;
        top: 73px;
        z-index: 1;
    }
    #showSearchBtn {
        font-size: 1.2vw;
    }

    .navStd li a span {
        display: block;
    }
    .navStd li .a,
    .navStd li a {
        font-size: 0.625em;
        color: #3b3a3b;
        text-decoration: none;
    }
    .navStd li:hover .a,
    .navStd li:hover a,
    .navStd li a.active {
        color: #000;
    }
    header .navStd li .a span:before,
    header .navStd li a span:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 3px;
        width: 100%;
        background: #f17b00;
        opacity: 0;
    }
    header .navStd li:hover .a span:before,
    header .navStd li:hover a span:before,
    header .navStd li a.active span:before {
        background: #f17b00;
        opacity: 1;
    }
    #navMain {
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
        padding-left: 200px;
        padding-right: 15vw;
        margin-top: 72px;
    }
    #navMain > ul {
        display: flex;
        align-items: stretch;
        align-content: center;
        justify-content:space-between;
    }
    #navMain a {
        text-decoration: none;
        color: #59358c;
        transform: background 0.2s, color 0.2s;
        text-transform: uppercase;
        font-size: 1.2vw;
        line-height: 1.143em;
    }
    #navMain .lvl1 {
        position: relative;
        display: flex;
        align-items: center;
    }
    #navMain > ul li.lvl1 > a {
        position: relative;
        display: flex;
        align-items: center;
        text-align: center;
        font-weight: 600;
        height: 100%;

    }
    #navMain > ul li.lvl1:hover {
        z-index: 1;
    }
    #navMain > ul li.lvl1:hover > a:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 5px 5px 0 0;
        border-color: #59358c transparent transparent transparent;
        transform: rotate(0deg);
    }
    #navMain > ul li.lvl1 > a span {
        position: relative;
        display: inline-block;
        padding: 7px 10px;
    }
    #navMain > ul li.lvl1 > a.active span,
    #navMain > ul li.lvl1:hover > a span {
        background: #59358c;
        color: #fff;
    }
    #navMain > ul li.lvl1 > a span:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 0 5px 5px;
        border-color: transparent transparent #ca9efc transparent;
    }
    #navMain > ul li.lvl1 > a span:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 1px;
        left: 10px;
        background: #ca9efc;
    }
    #navMain > ul li.lvl1 > a.active span:before,
    #navMain > ul li.lvl1:hover > a span:before {
        display: none;
    }
    #navMain > ul li.lvl1 > a.active span:after,
    #navMain > ul li.lvl1:hover > a span:after {
        display: none;
    }
    #navMain > ul li.lvl1 > a.active span,
    #navMain > ul li.lvl1:hover > a span {
        mask-position: bottom right;
        mask: linear-gradient(-45deg, transparent 4px, #fff 1px) 100% / 100%;
    }


    #navMain > ul li.lvl1 > .ulWrap {
        position: absolute;
        top: 100%;
        display: block !important;
        visibility: hidden;
        opacity: 0;
        padding: 10px 0 0;
        margin-top: -10px;
        min-width: 100%;
        left: 0;
        transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, margin-top 0.2s ease-in-out 0s;
    }
    #navMain > ul li.lvl1:hover > .ulWrap {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        transition: visibility 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.2s, margin-top 0.2s ease-in-out 0.2s;
    }
    #navMain ul.lvl2 {
        background: #59358c;
        padding: 6px 20px;
        border: 1px solid #59358c;
        mask-position: top left;
        mask: linear-gradient(135deg, rgba(0,0,0,0) 5px, #fff 4px, #fff calc(100% - 10px), rgba(0,0,0,0) calc(100% - 11px));
        background: linear-gradient(135deg, #59358c 4px, #59358c 4px, #59358c calc(100% - 10px), #59358c calc(100% - 10px));

    }
    #navMain > ul li.lvl1 > ul li + li {
        margin-top: 2px;
    }
    #navMain ul.lvl2 a {
        display: block;
        color: #fff;
    }
    #navMain ul.lvl2 li:hover > a,
    #navMain ul.lvl2 li > a.active {
        color: #fff;
    }

    #navMain > ul li.lvl1 ul li a span {
        display: inline-block;
        padding: 7px 0px;
    }
    #navMain > ul li.lvl1 > ul li:first-child > a span {
        mask-position: top left;
        mask: linear-gradient(135deg,transparent 4px,#fff 1px) 100% / 100%;
    }
    #navMain > ul li.lvl1 > ul li:last-child > a span {
        mask-position: bottom right;
        mask: linear-gradient(-45deg,transparent 4px,#fff 1px) 100% / 100%
    }
    #navMain li.lvl2 + li {
        border-top: 1px solid rgba(89,53,140,0.2);
    }
    #navMain > ul li.lvl2 .ulWrap {
        position: absolute;
        display: block !important;
        visibility: hidden;
        opacity: 0;
        background: #f17b00;
        padding: 10px 0;
        margin-left: -20px;
        margin-right: -20px;
        transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, margin-left 0.2s, margin-right 0.2s;
    }
    #navMain > ul li.lvl2 li:hover > .ulWrap {
        visibility: visible;
        opacity: 1;
    }
    #logoWrap {
        position: absolute;
        z-index: 2;
        top: 20px;
        left: 4.167%;
    }

    #logoWrap img {
        display: block;
        height: 121px;
        width: auto;
    }
    #navSub {
        display: block;
        margin-left: -4.54%;
        margin-right: -4.54%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 4.54%;
        padding-right: 4.54%;
        background: #ca9efc;
    }
    #navSub .navHead {
        display: none;
    }
    #navSub li {
        display: inline-block;
    }
    #navSub > ul {
        margin-left: -10px;
        margin-right: -10px;
    }
    #navSub li a {
        display: block;
        padding: 10px;
        font-size: 1.2vw;
        line-height: 1.429em;
        text-decoration: none;
        font-weight: 500;
        text-transform: uppercase;
    }
    #navSub li:hover > a,
    #navSub li a.active {
        color: #fff;
    }
}
@media (min-width: 1400px) {
    header .box_search {
        right: 4.167%;
    }
}
/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */

/*! Swipebox v1.4.4 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;background:rgba(255,255,255,.9)}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer;padding-top:50px;padding-bottom:50px;}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;position:relative;overflow:hidden;}#swipebox-slider .slideInnerWrap{height:100%;width:100%;line-height:1px;text-align:center;}#swipebox-slider .slideInnerWrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide .swipebox-iframe-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe, #swipebox-slider .slide .swipebox-iframe-container iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../img/Swipebox/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%;background:#59358c;}#swipebox-bottom-bar{bottom:-50px;border-top:4px solid #59358c}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px;border-bottom:4px solid #D5D5D5;color:#fff!important;display:table}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{width:100%;height:100%;font-size:1em;line-height:1.2;text-align:center;vertical-align:middle;display:table-cell}#swipebox-close,#swipebox-next,#swipebox-prev,#swipebox-zoomin,#swipebox-zoomout{background-image:url(../img/Swipebox/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{height:100%;position:absolute;right:0;bottom:0}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close,#swipebox-zoomin,#swipebox-zoomout{top:0;position:absolute;z-index:9999}#swipebox-close{background-position:15px 12px;left:0}#swipebox-zoomin{background-position:-122px 12px;left:60px}#swipebox-zoomout{background-position:-168px 12px;left:60px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled,#swipebox-zoomin.disabled,#swipebox-zoomout.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@media screen and (min-width:800px){#swipebox-close{left:10px}#swipebox-zoomin,#swipebox-zoomout{left:70px}#swipebox-arrows{right:10px}}#swipebox-slider .slide .video-js-container .swipebox-video{width:auto;height:auto;padding-bottom:0}#swipebox-slider .swipebox-video .video-js{width:100%;height:auto;display:block}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button{left:50%;top:50%;margin:-1em 0 0 -1em;height:2em;width:2em;line-height:2em;border:none;background:#FF9239;border-radius:1em;color:#fff}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button:hover{background:#FF9239;color:#FFF}#swipebox-slider .swipebox-video .vjs-has-started .vjs-control-bar{background-color:#d8eed5;background-color:#d8eed5}#swipebox-slider .swipebox-video .video-js .vjs-slider{background:#fff;background:rgba(255,255,255,.5)}#swipebox-slider .swipebox-video .video-js .vjs-load-progress{background:#FF9239}#swipebox-slider .swipebox-video .video-js .vjs-play-progress{background:#FF9239}


#teaserWrapper {
    position: relative;
    /*overflow: hidden;*/
}
#teaser {
    position: relative;
    padding: 0 20px;
}
.slider {
    position:relative;
}

.slider .headline > * {
    margin:0;
}
.article_slider {
    padding-bottom:30px;
}
.content_slider {
    position:relative;
}
#teaser ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

/*.slider ul li,
#teaser ul li { margin:0; display:none; position:absolute; top:0; left:0; width:100%; height: 100%; }
*/
#teaser ul li {
    display: flex;
    flex-wrap: wrap;
}
#teaser video,
#teaser .sliderImg {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
    mask: linear-gradient(45deg,transparent 21px,#fff 15px) 100% / 100%;
}
#teaser li video {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
}

#teaser .infoWrap {
    width: 100%;
}

#teaser .info {
}
#teaser .info * {
}
#teaser .info h1,
#teaser .info .h1 {
    font-size: 2.750em;
}
#teaser .info .btn.btnRaised {
    color: inherit;
}
#teaser .link {
    padding-left: 30px;
    color: #59358c;
}
#teaser .link .icon-arrow_link {
    display: block;
}

#teaser .swiper-pagination {
    position: relative;
}
#teaser .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px;
    line-height: 0;
}
#teaser .swiper-pagination-bullet {
    height: 20px;
    width: 20px;
    opacity: 1;
    margin: 0 7px;
    border-radius: 50%;
    background: none;
    border: 1px solid transparent;
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    color: #59358c;
}
#teaser .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #59358c;
}
#teaser .swiper-navigation-wrapper {
    text-align: center;
}
#teaser .swiper-navigation {
    display: inline-block;
    padding: 10px;
    line-height: 20px;
}
#teaser .swiper-button-next,
#teaser .swiper-button-prev {
    top: auto;
    position: relative;
    left: auto;
    right: auto;
    display: inline-block;
    height: auto;
    width: auto;
    color: #ca9efc;
}
#teaser .swiper-button-next:after,
#teaser .swiper-button-prev:after {
    display: none;
}
#teaser .swiper-pagination {
    display: inline-block;
}



@media only screen and (min-width: 640px) {
    #teaser .info {
        font-size:18px;
    }
    #teaser .info h1,
    #teaser .info .h1 {
        font-size: 2.750em;
    }
}
@media only screen and (min-width: 720px) {

}
@media only screen and (max-width: 1139px) {
    #teaser ul li {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        height: auto;
        border-bottom: 1px solid #ca9efc;
    }
}
@media only screen and (min-width: 1140px) {
    #teaser {
        position: relative;
        padding: 0;
    }

    #teaser ul {
        height: 62vh;
        min-height: 600px;
    }
    #teaser ul li {
        flex-wrap: nowrap;
    }
    #teaser .info {
    }

    #teaser video,
    #teaser .sliderImg {
        order: 1;
        padding-bottom: 0;
        height: 100%;
        width: 66.66%;
    }
    #teaser .infoWrap {
        height: 100%;
        width: 33.33%;
        padding: 30px 4.16% 60px;
    }
    #teaser .infoInner {
        height: 100%;
        border-bottom: 1px solid #ca9efc;
    }
    #teaser .swiper-navigation-wrapper {
        position: absolute;
        width: 33.33%;
        left: 0;
        bottom: 0;
        text-align: center;
    }
    #teaser .swiper-navigation {
        position: relative;
        display: inline-block;
        padding: 20px;
    }
}
/*@media only screen and (min-width: 1280px) {
    #teaser .info {
        font-size:24px;
    }
}
@media only screen and (min-width: 1440px) {
    #teaser .info {
        font-size:28px;
    }
}*/
#teaser .slider_pager {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#teaser .slider_pager .slider_pager_item {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    background: #fff;
    margin-left: 10px;
    overflow: hidden;
    text-indent: -999px;
    transition: border 0.2s;
    border-radius: 50%;
    cursor: pointer;
}


#teaserInfo {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    font-size: 12px;
    width: 220px;
    hyphens: auto;
}
#teaserInfo .wrap {
    text-decoration: none;
    display: block;
    padding: 20% 10% 20% 15px;
}
#teaserInfo .wrap > * {
    position: relative;
}
#teaserInfo .wrap:before {
    content:'';
    display: block;
    position: absolute;
    bottom: -30%;
    left: -30%;
    height: 160%;
    width: 160%;
    transform: rotate(30deg);
    background: #f17b00;
    color: #fff;
    border: 15px solid #005a76;
    transform-origin: 40% -10%;
}
#teaserInfo h1,
#teaserInfo h2 {
    font-size: 1.250em;
}
#teaserInfo .btn {
    color: inherit;
    font-size: 1.5em;
}




/*
	Overlay
	*/
.vcModal,
.vcModalOverlay {
	transition: height 0s .3s, opacity .3s;
	pointer-events: none;
	position: fixed;
	height: 0;
	width: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 1000;
}
.vcModal {
	overflow: auto;
}
.vcModalOverlay {
	background: #fff;
	background: rgba(255,255,255,.75);
	position: fixed;
	display: block;
}

.vcModal .modalMsg {
	display: table;
	padding: 30px 30px 20px;
	height: 100%;
	width: 100%;
}
.vcModal .modalMsg .wrap {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.vcModal .modalMsg .wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.vcModal .modalMsg .wrap .wrapMore {
	max-width: 40em;
	width: 100%;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	position: relative;
	background: #fff;
	padding: 20px;
	margin: 0 auto;
	z-index: 1;
}

.vcModalSwitch:checked + .vcModalTarget .vcModalOverlay,
.vcModalSwitch:checked + .vcModalTarget .vcModal {
	height: 100%;
	opacity: 1;
	transition: height 0s, opacity .3s;
	pointer-events: auto;
}
.vcModal .vcModalClose {
	position: absolute;
	display: block;
	right: -20px;
	top: -20px;
	cursor: pointer;
	padding: 10px;
	line-height: 20px;
	text-align: center;
	background: #ca9efc;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}
.vcModal .vcModalClose:hover {
	background: #59358c;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.vcModalBannerBottom .vcModalOverlay {
	height: 0 !important;
	opacity: 0 !important;
}
.vcModalBannerBottom .vcModal {
	top: auto;
	bottom: 0;
}
.vcModalSwitch:checked + .vcModalTarget.vcModalBannerBottom  .vcModal {
	height: auto;
	max-height: 100%;
}
.vcModalBannerBottom .vcModal .modalMsg {
	padding: 90px 0 0;
	position: relative;
}
.vcModalBannerBottom .vcModal .modalMsg:before {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    content: '';
    background: #FFF;
    display: block;
    width: 100%;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    position: absolute;
    left: 0;
	top: 90px;
	height: 50%;
}
.vcModalBannerBottom .vcModal .modalMsg .wrap .wrapMore {
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
	box-shadow: none;
}

.vcModalBannerBottom .vcModal .article {
	padding: 15px;
	margin: 0 auto;
}
.vcModalBannerBottom .vcModal .article > :first-child {
	padding-right: 60px;
}
.vcModalBannerBottom  .vcModal .vcModalClose {
	right: 15px;
	top: 15px;
}
@media (min-width: 960px) {
	.vcModalBannerBottom .vcModal .article {
		width: 83.33%;
	}
	.vcModalBannerBottom .vcModal .article > :first-child {
		padding-right: 0;
	}
}



/*
	CSS Icons
	*/
.vcCssIcon {
	position: relative;
	display: inline-block;
}
.vcCssIconCheck {
	height: 1em;
	width: .667em;
	border-right: .1875em solid #000;
	border-bottom: .1875em solid #000;
	transform: rotate(45deg);
	margin: 0 .2em;
}
.vcCssIconArrowDown {
    width: 1em;
	height: 1em;
    margin: 0 .2em;
}
.vcCssIconArrowDown:after {
	content: '';
	display: block;
	font-size: .667em;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.375em;
	margin-left: -.5em;
	transform: rotate(-45deg);
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
}
.vcCssIconClose {
	height: 100%;
	width: 100%;
	display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	background: #fff;
	display: block;
	width: 100%;
	height: .1875em;
	margin-top: -.09375em;
	margin-left: -50%;
}
.vcCssIconClose:before {
	transform: rotate(45deg);
}
.vcCssIconClose:after {
	transform: rotate(-45deg);
}


/*
	Privacy & Cookies
	*/
.vcPrivacyOptsLine input {
	display: none;
}
.vcPrivacyOptsLine label {
	display: block;
	font-weight: bold;
	min-height: 2em;
	padding-right: 4em;
	position: relative;
	cursor: pointer;
	float: none;
}
.vcPrivacyOptsLine label .hint {
	font-weight: normal;
	margin: 0;
	line-height: normal;
}
.vcPrivacyOptsLine label .state {
	position: absolute;
	top: 0;
	right: 0;
	width: 3em;
	height: 1.5em;
	box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
	background: #C00;
	border-radius: .75em;
	display: block;
	transition: all .3s;
}
.vcPrivacyOptsLine label .state:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 1.25em;
	height: 1.25em;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: -.625em;
	margin-left: -1.375em;
	border-radius: .625em;
	transition: all .3s;
}
.vcPrivacyOptsLine input:checked + label .state {
	background: #00b300;
}
.vcPrivacyOptsLine input:checked + label .state:after {
	margin-left: .125em;
}

.vcPrivacyOptsLine input:disabled + label {
	pointer-events: none;
}
.vcPrivacyOptsLine input:disabled + label .state {
	background: #ddd;
}

.vcPrivacyOptsLineWrap + .vcPrivacyOptsLineWrap {
	margin-top: 1.5em;
}
.vcPrivacyMoreInfoTrigger {
	padding: .5em 0 0;
	display: block;
}
.vcPrivacyMoreInfoTrigger .vcCssIconArrowDown {
	margin: 0 0 0 .5em;
	transition: transform .3s;
	float: none !important;
	display: inline-block !important;
}

.vcPrivacySlideDownSwitch ~ .vcPrivacySlideDownTarget {
	max-height: 0;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
	overflow: hidden;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .on {
	display: inline;
}
.vcPrivacySlideDownTrigger .on,
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .off {
	display: none;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIcon {
	transform: rotate(180deg);
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIconArrowDown:after {
	margin-top: -1em;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTarget {
	max-height: 10000px;
	padding-top: .625em;
	transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
	animation: 0s linear 0.3s 1 normal both running delayOverflow;
}

.vcPrivacyDefList {
	padding: 0;
	margin: 0;
	font-size: .8em;
}
.vcPrivacyDefList dt {
	padding: .3125em 0 0;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
.vcPrivacyDefList dd {
	font-weight: normal;
	text-align: left;
	padding: 0 0 .3125em;
	margin: 0;
}
.vcPrivacyDefList dt:first-child {
	padding-top: 0;
}
.vcPrivacyDefList dd:last-child {
	padding-bottom: 0;
}

#vcPrivacySetupSubmit {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 1em;
}
.vcPrivacyOverlayTrigger {
	cursor: pointer;
}

.vcPrivacyNoPermission {
	background: #f2f2f2;
	border: 1px solid #ddd;
	text-align: center;
	padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}

@media (min-width: 640px) {
	.vcPrivacyDefList dt {
		clear: left;
		float: left;
		padding: .25em 0;
		width: 25%;
	}
	.vcPrivacyDefList dd {
		padding: .25em 0 .25em 20px;
		margin: 0;
		width: 75%;
		float: left;
	}
	.vcPrivacyDefList dt:first-child,
	.vcPrivacyDefList dt:first-child + dd {
		padding-top: 0;
	}
	.vcPrivacyDefList dt:nth-last-child(2),
	.vcPrivacyDefList dt:nth-last-child(2) + dd {
		padding-bottom: 0;
	}

	#vcPrivacySetupSubmit {
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
}

/* ==========================================================================
   Content classes
   ========================================================================== */

/* Content: BILDER & GALERIE */
.filePreview,
.img,
.thumb {
	position: relative;
	overflow: hidden;
	display:block;
}
.thumb img,
.img img,
.img-link img,
.imgWrap img {
	width:100%;
	height:auto;
	display: block;
}
.imgWrap {
	position: relative;
	margin: 0;
}
.gallery {
	margin: -5px -10px;
}
.img-count {
	margin: 5px 10px;
	text-align: right;
}
.imgContainer {
	float: left;
	padding: 10px;
	margin: 0 !important;
	position: relative;
}
.img {
	display:block;
	position: relative;
	z-index: 1;
}
.imgWrap .img {
    mask: linear-gradient(45deg,transparent 21px,#fff 15px) 100% / 100%;
}
.img.effect {
	border: 5px solid #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.caption {
	font-size: 80%;
	line-height: 1.25;
	display: block;
	text-align: center;
	margin-top: .5em;
}

.imgLeft .imagesInnerWrap {
	float: left;
	margin-bottom: 1em;
}
.imgRight .imagesInnerWrap {
	margin-bottom: 1em;
	float: right;
}
.imgRight .caption {
	text-align: left;
}
.imgLeft .caption {
	text-align: right;
}
.imgWrap + .imgWrap,
.imgWrap + .imgWrap {
	margin-top: 1em;
}
.imgNone {
	margin: 1em auto;
}
.imgNone .imagesInnerWrap {
	margin: -1em;
}

.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-42,
.imgWidth-33 {
	width: 100%;
}
.imgWidth-25 {
	width: 50%;
}
.imgWidth-20,
.imgWidth-17,
.imgWidth-15 {
	width: 25%;
}
.imgWidth-13,
.imgWidth-10,
.imgWidth-5 {
	width: 15%;
}

.imgNone .imgWrap {
	float: none;
	padding: 1em;
	margin: 0;
}

.imgRight .imgWidth-25,
.imgRight .imgWidth-20,
.imgRight .imgWidth-17,
.imgRight .imgWidth-15,
.imgRight .imgWidth-13,
.imgRight .imgWidth-10,
.imgRight .imgWidth-5 {
	margin-left: 1em;
	padding-left: 1em;
	float: right;
}
.imgLeft .imgWidth-25,
.imgLeft .imgWidth-20,
.imgLeft .imgWidth-17,
.imgLeft .imgWidth-15,
.imgLeft .imgWidth-13,
.imgLeft .imgWidth-10,
.imgLeft .imgWidth-5 {
	margin-right: 1em;
	padding-right: 1em;
	float: left;
}

@media only screen and (min-width: 480px) {
	.imgWidth-33,
	.imgWidth-25 {
		width: 50%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 33.3%;
	}
	.imgWidth-13 {
		width: 20%;
	}
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-33 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-33 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (min-width: 640px) {
	.imgWidth-50,
	.imgWidth-42 {
		width: 50%;
	}
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17 {
		width: 25%;
	}
	.imgRight .imgWidth-50,
	.imgRight .imgWidth-42 {
		margin-left: 1em;
		padding-right: 1em;
		float: right;
	}
	.imgLeft .imgWidth-50,
	.imgLeft .imgWidth-42 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (min-width: 720px) {
	.imgWidth-67 {
		width: 50%;
	}
	.imgWidth-33,
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 20%;
	}
	.imgWidth-13,
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-67 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-67 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (min-width: 960px) {
	.imgWidth-100 {
		width:100%;
	}
	.imgWidth-75 {
		width:75%;
	}
	.imgWidth-67 {
		width:66.7%;
	}
	.imgWidth-50 {
		width:50%;
	}
	.imgWidth-42 {
		width: 41.7%;
	}
	.imgWidth-33 {
		width:33.3%;
	}
	.imgWidth-25 {
		width:25%;
	}
	.imgWidth-20 {
		width:20%;
	}
	.imgWidth-17 {
		width:16.6666%;
	}
	.imgWidth-15 {
		width:15%;
	}
	.imgWidth-13 {
		width:12.5%;
	}
	.imgWidth-10 {
		width:10%;
	}
	.imgWidth-5 {
		width:5%;
	}
	.imgRight .imgWidth-75 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-75 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}
@media only screen and (min-width: 1440px) {

    .imgNone .imgWidth-150 {
        margin-left: calc(-28.57% - 1em);
        margin-right: calc(-28.57% - 1em);
    }
}
/* Content: GOOGLE MAPS */
.map_canvas {
	min-height: 200px;
	min-height: 50vh;
	background: #EEE;
	margin: 1em 0;
}
.map_canvas .gm-style {
	font-family: inherit;
}
.map_canvas .gm-style-iw .btn {
	width: 100%;
	margin-top: 15px;
}
.map_legend .head {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	background: #999;
	position: relative;
	padding: 5px 10px 5px 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.map_legend .head .sprt {
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -16px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.map_legend:hover .head {
	background: #666;
}
.map_legend.aktiv .head {
	background: #FF6618;
}
.map_legend.aktiv .head .sprt {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* OVERLAY */
body.GMO-active { overflow:hidden; }
#GMO-wrap {
	visibility:hidden;
	z-index:1000;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	/*background:rgba(0,0,0,0.7);*/
	overflow:hidden;
	transition:visibility 0.5s;
}
.GMO-active #GMO-wrap {
	visibility:visible;
}
#GMO-container {
	position:relative;
	box-sizing:border-box;
	width:40%;
	min-width:670px;
	height:80%;
	margin-top:20%;
	margin-top:20vh;
	padding-right:40px;
	padding-top:40px;
	display:inline-block;
	opacity:0;
	transition:margin-top .5s , opacity .5s;
}
.GMO-active #GMO-container {
	margin-top:10%;
	margin-top:10vh;
	opacity:1;
}
#GMO-content {
	box-sizing:border-box;
	text-align:left;
	padding:20px;
	height:100%;
	background-color:#fff;
	box-shadow:0 7px 15px rgba(0,0,0,0.6);
	overflow:auto;
}
#GMO-close {
	position:absolute;
	right:0;
	top:0;
	height:40px;
	width:40px;
	cursor:pointer;
	box-shadow:0 2px 10px rgba(0,0,0,0.6);
    transition: transform 1s ease-in-out 0s;
}
.csstransforms #GMO-close .closePop {
    background: #F5420C none;
}
.csstransforms #GMO-close:before, .csstransforms #GMO-close:after {
    background-color: #fff;
    content: "";
    height: 80%;
    left: 45%;
    position: absolute;
    top: 10%;
    width: 2px;
}
.csstransforms #GMO-close:before {
    transform: rotate(45deg);
}
.csstransforms #GMO-close:after {
    transform: rotate(-45deg);
}
#GMO-content button.close {
	background-color:#b2b2b2;
}
ul.placeList {
	color:#c5c7c8;
	list-style:none;
	list-style-type:none;
	padding:0;
}
ul.placeList li {
	position:relative;
	padding-left:20px;
	border-top:1px solid #c5c7c8;
}
ul.placeList li:first-child {
	border-top:0;
}
ul.placeList li:before {
	content:'';
	position:absolute;
	left:0;
	top:5px;
	height:16px;
	width:16px;
	background:url(../img/jQueryUI/ui-icons_222222_256x240.png) -96px -160px no-repeat;
}
ul.placeList li.aktiv:before {
	background-position:-64px -144px;
}
ul.placeList li a {
	display:block;
	padding:5px 0;
	text-decoration:none;
}

.addrWrap {
	margin: .769em 0;
}
.addrWrap address {
	font-style: italic;
}
.addrWrap > h3 {
	margin: 0;
}
.addrWrap .addr,
.addrWrap .addrData {
	margin: .769em 0;
}


@media only screen and (min-width: 480px) {
	.addrWrap {
		margin: 1em -1em;
	}
	.addrWrap > * {
		padding: 0 1em;
	}
	.addrWrap .addr,
	.addrWrap .addrData {
		width: 50%;
		float: left;
		margin: 0;
	}
}

/* Content: VIDEOS */
.vidWrap {
	margin: 0 auto;
}
.vid {
	position:relative;
	display:block;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.vid,
.vid:after,
.vid *,
.vid *:after {
	-webkit-transition: all .2s;
	transition: all .2s;
}
.vid:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: rgba(0,0,0,.25);
}
.vid .playIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -20px;
	width: 48px;
	height: 40px;
	border-style: solid;
	border-width: 24px 0 24px 40px;
	border-color: transparent transparent transparent #FFF;
	display: block;
	background: none;
	z-index: 1;
}
.vid .playIcon:after {
	content: '';
	position: absolute;
	left: -57px;
	top: -35px;
	height: 64px;
	width: 64px;
	background: none;
	border: 2px solid #999;
	border-radius: 0%;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.vid .video-time {
	position:absolute;
	background: #fff;
	color: #666;
	display:block;
	padding: 5px 10px;
	bottom:0;
	right:0;
	font-weight: bold;
	font-size: 80%;
	z-index: 1;
}
.vid:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.vid:hover:after {
	background: rgba(0,0,0,.0);
}
.vid:hover .playIcon {
	border-color: transparent transparent transparent #FF6618;
}
.vid:hover .playIcon:after {
	border-color: #FF6618;
	border-radius: 50%;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	left: -62px;
}
.vid:hover .video-time {
	background: #FF6618;
	color: #fff;
}
.videoFrame {
	float:right;
    position: relative;
    width: 50%;
}
.videoIFrame {
    position: relative;
}
.videoFrame iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/* Content: TABELLEN */
.stdTable {
	border: none;
	border-spacing: 0;
	width: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.stdTable + .stdTable {
	margin-top: 1em;
}
.stdTable tr th,
.stdTable tr td {
	padding: 6px 5px;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.stdTable tr:first-child th,
.stdTable tr:first-child td {
	border-top: none;
}
.stdTable tr th,
.stdTable thead tr td {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #fff;
	line-height: 1.714;
	border-bottom: 3px solid #59358c;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #59358c !important;
}
.stdTable tbody tr:nth-child(2n) td,
.stdTable > tr:nth-child(2n) td {
	background-color: rgba(255,255,255,.2);
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
    background-color: rgba(0,0,0,.05);
}
.stdTable tr:hover td {
	background-color: rgba(0,0,0,.1);
}
.meetingsTable tr th,
.meetingsTable tr td {
    vertical-align: top;
    text-align: center;
}
.meetingsTable .downloads ul {
    margin: 0;
}
/* DOWNLOADS */
.downloads {
	margin:1em 0;
}
.downloads h4 {
	margin-top:0;
}
.downloads ul {
	margin:0 -15px;
	list-style:none;
	padding:0 !important;
}
.downloads li {
	padding:15px;
	margin:0 !important;
}
.downloads li:before {
	display: none !important;
}
.download a {
	display:block;
	position:relative;
	min-height:24px;
	text-align: left;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
}
.download a.hasImg {
	padding-left: 45px;
}
.download img {
	position: absolute;
	left: 0;
	top: .25em;
	display: block;
}
.download small {
	display: block;
	font-weight: normal;
	font-size: 80%;
}
.downloads li.video a {
	display:none;
}
.downloads li video {
	width:100%;
	height:auto;
}

@media only screen and (min-width: 480px) {
	.downloads .grids_2 .gridItem {
		width: 50%;
		float: left;
	}
	.downloads .grids_2 .gridItem:nth-child(2n+1) {
		clear: left;
	}
	.downloads .grids_4 .gridItem {
		width:25%;
		float:left;
	}
	.downloads .grids_4 .gridItem:nth-child(4n+1) {
		clear: left;
	}
}
.navSub ul {
    padding: 0 0 0 2em;
}
/* Content: SUB NAV IN ARTICLEs */
/* Content: FORMS */
.form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: transparent;
}
.form ::-moz-placeholder { /* Firefox 19+ */
    color: transparent;
}
.form :-ms-input-placeholder { /* IE 10+ */
    color: transparent;
}



/* Content: FORMS */
.form .duty {
	font-weight: bold;
	color: #FF6618;
    display: none;
}
.form .hint .duty {
	padding: 2px;
}

.fehler_text {
	color: #C00;
}

.optsContainer {
    position: relative;
	margin: 1em 0;
	text-align: left;
}
.optsContainer:after {
	clear: both;
	content: '';
	display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .btnContainer,
fieldset + .btnContainer,
.optsContainer + fieldset,
.form fieldset + fieldset {
	margin-top: 2em;
}
.optsContainerWrap .optsContainer + .optsContainer,
.optsContainerWrap .optsContainer + .btnContainer,
.optsContainerWrap fieldset + .btnContainer,
.optsContainerWrap .optsContainer + fieldset,
.form .optsContainerWrap fieldset + fieldset {
    margin-top: 1em;
}
.optsContainer > .date label,
.optsContainer > label {
    display: block;
    margin: 0;
    padding: 0 5px;
    text-align: left;
    font-weight: normal;
    line-height: 28px;
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    -webkit-transition: all .2s .1s;
    transition: all .2s .1s;
    pointer-events: none;
    max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fff;
}
.optsContainer > input:focus ~ label,
.optsContainer > .input:focus ~ label,
.optsContainer > textarea:focus ~ label,
.optsContainer > select:focus ~ label,
.optsContainer.optsSelect > label,
.optsContainer > .selectWrap.focus ~ label,
.optsRange .date > input:focus ~ label,
.optsRange .date > .input:focus ~ label,
.optsRange .date.hasValue > label,
.optsRange .date.hasFocus > label,
.optsContainer .date.hasValue + label,
.optsContainer .date.hasFocus + label,
.optsContainer.hasValue > label,
.optsContainer.hasFocus > label {
    top: -7px;
    font-size: 12px;
    line-height: 15px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.optsContainer > input:focus ~ label,
.optsContainer > .input:focus ~ label,
.optsContainer > textarea:focus ~ label,
.optsContainer > select:focus ~ label,
.optsContainer > .selectWrap.focus ~ label,
.optsRange .date > input:focus ~ label,
.optsRange .date > .input:focus ~ label {
    background: #fff;
}


.optsContainer > .error:first-child + label,
.optsContainer > label:first-child {
    position: static;
    background: none;
}
.optsContainer > .error:first-child + label .duty,
.optsContainer > label:first-child .duty {
    display: none;
	padding-left: 5px;
	float: right;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 80%;
}
.optsContainer.optsDuty > label::after {
    font-weight: normal;
    color: #37454b;
    padding-left: 2px;
    display: inline-block;
    content: '*';
}
.optsContainer > .error:first-child + label .shortInfo,
.optsContainer > label:first-child .shortInfo {
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}
.optsContainer > .error:first-child + label .shortInfo:before,
.optsContainer > label:first-child .shortInfo:before {
	content:' (';
}
.optsContainer > .error:first-child + label .shortInfo:after,
.optsContainer > label:first-child .shortInfo:after {
	content:')';
}

.optsContainer input,
.optsContainer textarea,
.optsContainer select,
.optsContainer .selectWrap {
	width: 100%;
	padding: .5em;
	background: #fff;
    border: none;
    border: 1px solid #999;
	font-size: 1em;
	line-height: 1.5;
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
}
.optsError .error {
	font-size: .8em;
	line-height: 1.33333;
	color: #C00;
	padding: .5em 0;
}
.optsError > .error:first-child + label,
.optsError > label:first-child {
	color: #C00;
}

.optsError input,
.optsError textarea,
.optsError select,
.optsError .selectWrap {
	border-bottom-color: #C00;
}
.optsContainer input:hover,
.optsContainer textarea:hover,
.optsContainer select:hover,
.optsContainer .selectWrap:hover {
	border-bottom-color: #666;
}

.optsContainer input:focus,
.optsContainer textarea:focus,
.optsContainer select:focus,
.optsContainer .selectWrap.focus {
	border-bottom-color: #59358c;
}

.optsContainer input[type="radio"],
.optsContainer input[type="checkbox"] {
	border: none;
	width: auto !important;
	float: none !important;
}
.optsContainer input[type="radio"] + label,
.optsContainer input[type="checkbox"] + label {
	display: inline;
	padding: 0 0 0 .25em;
	margin: 0;
	text-align: left;
	width: auto;
	cursor: pointer;
}
.optsContainer .optsInline {
	display: inline-block;
	float: none;
	padding: .5em 0;
	margin: 0 2em 1em 0;
	border-bottom: 1px solid #999;
	cursor: pointer;
	-webkit-transition: border-color .2s, color .2s;
	transition: border-color .2s, color .2s;
}
.optsContainer .optsInline:hover {
	border-bottom-color: #666;
}
.optsContainer .optsInline.optsChecked {
	border-bottom-color: #59358c;
	color: inherit;
}
.optsContainer .optsLine {
	display: block;
}
.optsContainer .selectWrap {
	position: relative;
	padding: 0;
	padding-bottom: 0 !important;
}
.optsContainer .selectOver {
	position: absolute;
	left: 0;
	top: .5em;
	width: 100%;
	white-space: normal;
	overflow: hidden;
	padding-right: 20px;
    padding-left: 0.5em;
}
.selectOver {
	pointer-events: none;
}
.optsContainer .selectOver:after {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -3px;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: .429em .357em 0 .357em;
	border-color: #999 transparent transparent;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.optsContainer .selectWrap:hover .selectOver:after {
	border-top-color: #666;
}
.optsContainer .selectWrap.focus .selectOver:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-top-color: #FF6618;
}
.optsContainer .selectWrap select {
	width: 100% !important;
	opacity: 0;
	position: relative;
}

.optsContainer > .ipShort {
	float: left;
	width: 25%;
}
.optsContainer > .ipLong {
	float: left;
	width: 70%;
}
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong {
	margin-left: 4%;
}

.optsContainer .date {
	position: relative;
}
.optsContainer .date .sprt {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 0;
}
.optsContainer .date input {
	float: none;
	width: 100%;
}

.optsContainer select + .optsLine,
.optsContainer .selectWrap + .optsLine {
	margin-top: 15px;
}

.optsContainer .optsInputLine > label:first-child {
	font-style: italic;
}

.optsRange .optsBlock .date {
	width: 100%;
}
.optsRange .from label,
.optsRange .to label {
	width: 100%;
	text-align: left;
	display: block;
	text-transform: none;
	font-size: 75%;
}
/*.optsRange .to {
	margin-top: 1em;
}*/

.optsContainer .optsBlock {
	list-style: none;
	margin: 0 -20px 0 0;
	padding: 0;
}
.optsContainer .optsBlock > * {
    width: calc(100% - 20px);
    margin-right: 20px;
}

/* Form Type: BUTTONS */
.btnContainer {
	text-align: center;
}
.btnContainer button {
	min-width: 30%;
}
.btnContainer .btnLess,
.btnContainer .backLink {
    float: left;
    margin: 0;
}
.btnContainer button[type="reset"] {
	position: relative;
	padding-left: 42px;
}
.btnContainer button[type="reset"] .sprt {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -16px;
}
.box .btnContainer button {
	width: 100%;
	box-shadow: none;
	font-size: 1.333em;
	padding-top: 0;
	padding-bottom: 0;
}
/*@media only screen and (min-width: 480px) {
	.optsRange .from,
	.optsRange .to {
		width: 50%;
		float: left;
		padding-left: .5em;
		padding-right: .5em;
	}
	.optsRange .from {
		padding-left: 0;
	}
	.optsRange .to {
		margin-top: 0;
		padding-right: 0;
	}
	.optsRange .from label,
	.optsRange .to label {
		margin-top: 8px;
	}
}*/
/*@media only screen and (min-width: 720px) {
	.optsContainer > .error:first-child + label,
	.optsContainer > label:first-child {
		float: left;
		text-align: left;
		width: 30%;
		padding-right: 2em;
		margin-top: 1em;
	}
	.optsContainer > .error:first-child + label .shortInfo,
	.optsContainer > label:first-child .shortInfo {
		display: block;
		padding-top: .5em;
	}
	.optsError .error {
		margin-left: 30%;
	}
	.optsContainer:not(.optsCompact) input,
	.optsContainer:not(.optsCompact) textarea,
	.optsContainer:not(.optsCompact) select,
	.optsContainer:not(.optsCompact) .selectWrap,
	.optsContainer:not(.optsCompact) .optsBlock,
	.optsContainer:not(.optsCompact) .date {
		width: 70%;
		float: right
	}

	.optsContainer .optsBlock {
		margin-right: 0;
	}

	.optsContainer > .ipShort {
		width: 16%;
	}
	.optsContainer > .ipLong {
		width: 44%;
	}
}*/


/* Content: LISTS */
.list .listItem + .listItem {
	margin-top: 2em;
}
.list .articleWrap > :first-child {
	margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
	margin-top: .5em;
}
.list .articleWrap .headline {
	margin: 0;
}
.list .articleWrap .dateText {
	font-size: 80%;
	line-height: 1.25;
}

.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
	float: none;
	margin: 0 auto;
}
.list .articleImgLeft.imgWidth-25,
.list .articleImgRight.imgWidth-25 {
	width: 33.3%;
}

.list .articleImgLeft.imgWidth-5,
.list .articleImgLeft.imgWidth-10,
.list .articleImgLeft.imgWidth-13,
.list .articleImgLeft.imgWidth-15,
.list .articleImgLeft.imgWidth-17,
.list .articleImgLeft.imgWidth-20,
.list .articleImgLeft.imgWidth-25 {
	float:left;
}
.list .articleImgLeft.imgWidth-5 + .articleWrap,
.list .articleImgLeft.imgWidth-10 + .articleWrap,
.list .articleImgLeft.imgWidth-13 + .articleWrap {
	padding-left: 1em;
	margin-left: 15%;
}
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap {
	padding-left: 1em;
	margin-left: 25%;
}
.list .articleImgLeft.imgWidth-25 + .articleWrap {
	padding-left: 1em;
	margin-left: 33.3%;
}

.list .articleImgRight.imgWidth-5,
.list .articleImgRight.imgWidth-10,
.list .articleImgRight.imgWidth-13,
.list .articleImgRight.imgWidth-17,
.list .articleImgRight.imgWidth-20,
.list .articleImgRight.imgWidth-25 {
	float: right;
}
.list .articleImgRight.imgWidth-5 + .articleWrap,
.list .articleImgRight.imgWidth-10 + .articleWrap,
.list .articleImgRight.imgWidth-13 + .articleWrap{
	padding-right: 1em;
	margin-right: 15%;
}
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap {
	padding-right: 1em;
	margin-right: 25%;
}
.list .articleImgRight.imgWidth-25 + .articleWrap {
	padding-right: 1em;
	margin-right: 33.3%;
}

@media only screen and (min-width: 480px) {
	.list .articleImgLeft.imgWidth-33 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-33 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 640px) {
	.list .articleImgLeft.imgWidth-42,
	.list .articleImgLeft.imgWidth-50 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap,
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-42,
	.list .articleImgRight.imgWidth-50 {
		float: right;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap,
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 720px) {
	.list .articleImgLeft.imgWidth-67 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap,
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap,
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-67 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap,
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap,
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (min-width: 960px) {
	.list .articleImgLeft.imgWidth-25,
	.list .articleImgRight.imgWidth-25 {
		width: 25%;
	}

	.list .articleImgLeft.imgWidth-75 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap {
		margin-left: 5%;
	}
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 10%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 12.5%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap {
		margin-left: 16.7%;
	}
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap {
		margin-left: 41.7%;
	}
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		margin-left: 50%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		margin-left: 66.7%;
	}
	.list .articleImgLeft.imgWidth-75 + .articleWrap {
		padding-left: 1em;
		margin-left: 75%;
	}

	.list .articleImgRight.imgWidth-75 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap {
		margin-right: 5%;
	}
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 10%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 12.5%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap {
		margin-right: 17%;
	}
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap {
		margin-right: 41.7%;
	}
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		margin-right: 50%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		margin-right: 66.7%;
	}
	.list .articleImgRight.imgWidth-75 + .articleWrap {
		padding-right: 1em;
		margin-right: 75%;
	}
}

/* Content: GRIDS */
.gridWrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 4.16% -2.083% 0;
}
.gridWrap .gridSizer {
	width: 8.33%;
}
.gridWrap .articleGrid {
	padding: 0 2.083% 4.16% 2.083%;
	float: left;
	position: relative;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}

@keyframes linkArrow {
    0%   {
        right: 30px;
        bottom: 30px;
    }
    100% {
        right: 15px;
        bottom: 15px;
    }
}

.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
}
.articleGrid .wrap {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
}
.articleGrid:not(.articleRaw) .wrap {
    height: 100%;
    background: #f5f3f5;
    padding: 30px;
    mask: linear-gradient(45deg,transparent 21px,#fff 15px) 100% / 100%;
}
.articleGrid.hasMore .wrap {
    padding-bottom: 60px;
}
.articleGrid .wrap >:first-child {
    margin-top: 0;
}
.articleGrid .wrap >:last-child {
    margin-bottom: 0;
}
.articleGrid .articleImg + .dateText {
    margin-top: 10px;
}
.articleGrid .info > :first-child {
	margin-top: 0;
}
.articleGrid .info > :last-child {
	margin-bottom: 0;
}
.articleGrid .headline {
	/*margin: 0;*/
    hyphens: auto;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
}
.articleGrid .wrap .more {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #59358c;
    transition: right;
}
.articleGrid:hover .wrap .more {
    animation-name: linkArrow;
    animation-duration: 1s;
    animation-iteration-count: infinite ;
    animation-direction: alternate;
}
.articleGrid .wrap .more .icon {
    display: block;
}
.articleGrid .wrap .more span {
    display: none;
}
.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
    mask: linear-gradient(45deg,transparent 21px,#fff 15px) 100% / 100%;
}
.articleGrid .imgWrap .caption {
	position: absolute;
	background: #fff;
	display: block;
	padding: .5em 1em;
	margin: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	max-width: 100%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.articleGrid:hover .imgWrap .caption {
	white-space: normal;
	text-overflow: none;
}
.articleGrid .articleImgNone {
	margin: 0 auto;
}
.articleGrid .imgWidth-100 {
	width: 100%;
}
.articleGrid .imgWidth-75 {
	width: 75%;
}
.articleGrid .imgWidth-67 {
	width: 66.7%;
}
.articleGrid .imgWidth-50 {
	width: 50%;
}
.articleGrid .imgWidth-42 {
	width: 41.7%;
}
.articleGrid .imgWidth-33 {
	width: 33.3%;
}
.articleGrid .imgWidth-25 {
	width: 25%;
}
.articleGrid .imgWidth-20 {
	width: 20%;
}
.articleGrid .imgWidth-17 {
	width: 16.7%;
}
.articleGrid .imgWidth-15 {
	width: 15%;
}
.articleGrid .imgWidth-13 {
	width: 12.5%;
}
.articleGrid .imgWidth-10 {
	width: 10%;
}
.articleGrid .imgWidth-5 {
	width: 5%;
}
.articleGrid .imgWidth-75.articleImgLeft,
.articleGrid .imgWidth-67.articleImgLeft,
.articleGrid .imgWidth-50.articleImgLeft,
.articleGrid .imgWidth-42.articleImgLeft,
.articleGrid .imgWidth-33.articleImgLeft,
.articleGrid .imgWidth-25.articleImgLeft,
.articleGrid .imgWidth-20.articleImgLeft,
.articleGrid .imgWidth-17.articleImgLeft,
.articleGrid .imgWidth-15.articleImgLeft,
.articleGrid .imgWidth-13.articleImgLeft,
.articleGrid .imgWidth-10.articleImgLeft,
.articleGrid .imgWidth-5.articleImgLeft {
	float: left;
	padding-right: 1em;
	margin-bottom: 1em;
}
.articleGrid .imgWidth-75.articleImgRight,
.articleGrid .imgWidth-67.articleImgRight,
.articleGrid .imgWidth-50.articleImgRight,
.articleGrid .imgWidth-42.articleImgRight,
.articleGrid .imgWidth-33.articleImgRight,
.articleGrid .imgWidth-25.articleImgRight,
.articleGrid .imgWidth-20.articleImgRight,
.articleGrid .imgWidth-17.articleImgRight,
.articleGrid .imgWidth-15.articleImgRight,
.articleGrid .imgWidth-13.articleImgRight,
.articleGrid .imgWidth-10.articleImgRight,
.articleGrid .imgWidth-5.articleImgRight {
	float:right;
	padding-left: 1em;
	margin-bottom: 1em;
}

@media only screen and (min-width: 480px) {
	.gridWrap .gridWidth_25 {
		width: 50%;
	}
}

@media only screen and (min-width: 560px) {
	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
	}
}

@media only screen and (min-width: 640px) {
	.gridWrap .gridWidth_33 {
		width: 50%;
	}
}

@media only screen and (min-width: 960px) {
	.gridWrap .gridWidth_33 {
		width: 33.33%;
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}
}
#content .section {
    padding-top: 4.54%;;
}
#content .section .sectionMore {
    font-size: 16px;
    display: inline-block;
}

@media only screen and (max-width: 1139px) {
    #startTop .subSection {
        margin-left: -15px;
        margin-right: -15px;
    }
    #startTop .subSection > * {
        padding: 15px;
    }

    #startNews .subSection article {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #startNews .subSection .moreNews article {
        border-top: 1px solid #ca9efc;
    }
}
@media only screen and (min-width: 1140px) {
    #startNews > article .sectionHeadline {
        margin: 0;
    }
    .subSection {
        display: flex;
        margin-left: -4.54%;
        margin-right: -4.54%;
    }
    .subSection > * {
        padding: 4.167%;
    }
    #startNews .subSection > * {
        width: 50%;
    }
    #startNews .subSection .moreNews .moreNewsWrap {
        position: relative;
        height: 100%;
    }
    #startNews .subSection .moreNews .moreNewsWrap:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        top: 0;
        bottom: 0;
        left: -10%;
        background: #ca9efc;
    }
    #startNews .subSection .moreNews .article:first-child {
        padding-bottom: 10%;
    }
    #startNews .subSection .moreNews .article + .article {
        padding-top: 10%;
        border-top: 1px solid #ca9efc;
    }
    #startSocial {
        width: 70.83%;
    }
    #tagesordnung {
        width: 29.167%;
    }
}

.article + .article:not(.articleGrid),
.article + .accordionWrapper,
.article + .list,
.accordionWrapper + .article {
    margin-top: 3em;
}

@media only screen and (min-width: 1600px) {
    body:not(.modul_start) #contentWrapper:not(.withAside) .listCompact,
    body:not(.modul_start) #contentWrapper:not(.withAside) .list,
    body:not(.modul_start) #contentWrapper:not(.withAside) .accordionWrapper,
    /*body:not(.modul_start) article.article .headline,*/
    body:not(.modul_start) #contentWrapper:not(.withAside) article.article:not(.tax_fullWidth),
    body:not(.modul_start) #contentWrapper:not(.withAside) .gridWrap:not(.tax_fullWidth) {
        position: relative;
        padding-left: 18.18%;
        padding-right: 18.18%;
    }
    body .article .accordionWrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
article.article >:first-child {
    margin-top: 0;
}

article .dateText {
    position: relative;
    display: block;
    color: #59358c;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
article .dateText:before {
    content:'';
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #ca9efc;
    border-radius: 50%;
    margin-right: 5px;
}
article .dateText > span + span:before {
    content: '/';
    display: inline-block;
    margin: 0 8px;
}
article .dateText + .headline {
    margin-top: 0;
}
article h1.headline:first-of-type {
    position: relative;
}
article h1.headline:first-of-type:before {
    content: '/';
    display: inline-block;
    margin: 0 10px 0 0;
}
#socialTop {
    position: relative;
}
#socialTop .sectionHeadline {
    line-height: 1em;
}
#socialTop .sectionHeadline:before {
    content:'#';
}
#socialTop .slider_navigation {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 3.75em;
}
#socialTop .slider_navigation .prev,
#socialTop .slider_navigation .next {
    cursor: pointer;
    display: inline-block;
    line-height: 2.375em;
    width: 2.500em;
    text-align: center;
    border: 1px solid #59358c;
    border-radius: 50%;
}
#socialTop .slider_navigation .next {
    margin-left: 10px;
}
#socialTop .slider_navigation .swiper-button-disabled {
    opacity: 0.5;
}

#eventSlider .swiper-container {
    padding-right: 12.5%;
}
#eventSlider .swiper-container:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 12.5%;
    background: linear-gradient(to right, rgba(202,158,252,0) 0%,rgba(202,158,252,1) 100%);
    pointer-events: none;
    z-index: 1;
}
#eventSlider .gridWrap {
    margin: 0 -20px;
}
#eventSlider .gridWrap .articleGrid {
    padding: 0 20px 4.16% 20px;
}
#eventSlider .articleGrid * {
    color: #fff;
}
#eventSlider .articleGrid .wrap {
    padding-bottom: 30px;
}
#eventSlider .articleGrid .articleImg + .eventData {
    margin-top: 0.5em;
}
#eventSlider .articleGrid .articleImg + .eventData + .headline {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 20px;
}
#eventSlider .articleGrid .more {
    margin-right: -30px;
}
#eventSlider .articleGrid .more * {
    color: #59358c;
}

#eventSlider .articleGrid .dateText:before {
    background: #59358c;
}

@media only screen and (min-width: 640px) {
    #eventSlider .gridWrap .gridWidth_33 {
        width: 50%;
    }
    #eventSlider .swiper-container {
        padding-right: 8.33%;
    }
    #eventSlider .swiper-container:after {
        width: 8.33%;
    }
}
@media only screen and (min-width: 1680px) {
    #eventSlider .gridWrap .gridWidth_33 {
        width: 33.33%;
    }
    #eventSlider .swiper-container {
        padding-right: 6.25%;
    }
    #eventSlider .swiper-container:after {
        width: 6.25%;
    }
}
#eventSlider .instagram-media {
    width: 100% !important;
    min-width: auto !important;
}

.sectionBg1 {
    overflow: hidden;
    background: #ca9efc;
}
.sectionBg2 {
    background: #f5f3f5;
}
/*.sectionBg1:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../img/body_bg.png") left top repeat;
    pointer-events: none;
}*/
section.sectionOut {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1140px) {
    article .headline:first-of-type:before {
        position: absolute;
        left: -45px;
    }
    section.sectionOut {
        margin-left: -4.55%;
        margin-right: -4.55%;
        padding-left: 4.55%;
        padding-right: 4.55%;
    }
}

#socialBottom .navSocial li {
    display: inline-block;
    padding-right: 4.167%;
}
#socialBottom .navSocial li a.btnRaised  {
    color: #fff;
}
#socialBottom .navSocial li a.btnRaised .icon {
    color: inherit;
}
.accordionWrapper.ui-accordion .ui-accordion-header {
    background: none;
    padding: 0;
    border: none;
}
.accordionWrapper.ui-accordion .ui-accordion-header a {
    display: block;
    background: #ca9efc;
    padding: 0.5em;
    border: none;
    font-weight: 500;
    mask: linear-gradient(135deg, #fff calc(100% - 4px), rgba(0,0,0,0) calc(100% - 5px));
}
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-hover a,
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active a {
    background: #59358c;
}
.accordionWrapper.ui-accordion .ui-accordion-header:hover:before,
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-hover:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 0 0;
    border-color: #59358c transparent transparent transparent;
    transform: rotate(0deg);
}
.accordionWrapper.ui-accordion .ui-accordion-header-icon {
    position: absolute;
    right: 0.1em;
    top: 50%;
    transform: translateY(-50%);
}
.accordionWrapper.ui-accordion .ui-accordion-content {
    margin-top: 10px;
    padding: 10px;
    background: none;
    border: 1px solid #b389e6;
}
.accordionWrapper.ui-accordion .ui-accordion-content + .ui-accordion-header {
    margin-top: 10px;
}


/* Modul: EVENTS */
#datePicker .calWrap {
    position: relative;
}
#datePicker .calLoader {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    background: rgba(255,255,255,.8) url('../img/preloader_301_dark.gif') no-repeat 50% 50%;
}
.greyBackground #datePicker .calLoader {
    background-color: #f5f6f6;
    background-color: rgba(245,246,246,.8);
}
#datePicker table {
    width: 100%;
    /*table-layout: fixed ;
    line-height: 30px;*/
    border-collapse: unset;
}
#datePicker table td {
    position: relative;
    text-align: center;
    line-height: 1.4em;
    padding: 10px 5px;
}
#datePicker table thead td:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.9);
}
#datePicker table thead td:first-child:before {
    left: 5px;
    right: 0;
}
#datePicker table thead td:last-child:before {
    mask: linear-gradient(135deg, #fff 0px, #fff calc(100% - 5px), rgba(0,0,0,0) calc(100% - 6px));
    left: 0;
    right: 5px;
}

#datePicker table tbody td {
    position: relative;
    padding: 10px;
    vertical-align: top;
    /*word-break: break-word;*/
    hyphens: auto;
    min-width: 100px;
}
#datePicker table tbody td:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background: rgba(255,255,255,0.9);
    mask: linear-gradient(135deg, #fff 0px, #fff calc(100% - 5px), rgba(0,0,0,0) calc(100% - 6px));
}
#datePicker table td > * {
    position: relative;
}

#datePicker table td.current {
    font-weight: bold;
}
#datePicker .calHead a {
    background: #fff;
    display: block;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    margin: 0 auto;
}
#datePicker .calWeekdays {
    font-weight: bold;
}
#datePicker .calWeekdays td {
    width: calc(100% / 7);
}

#datePicker .calWeek span,
#datePicker .calWeek a {
    display: block;
    text-decoration: none;
}
#datePicker tbody td .day {
}
#datePicker .calWeek .today {
    font-weight: bold;
    font-style: italic;
}
#datePicker .calWeek .event_1:before ,
#datePicker .calWeek .event_2:before {
    background: #59358c;
}
#datePicker .calWeek .event_1 * ,
#datePicker .calWeek .event_2 * {
    color: #fff;
}
#datePicker .calWeek .event_2 div:nth-child(n+3) {
    border-top: 1px solid rgba(255,255,255,0.5);
}
/*#datePicker .calWeek .today a,
#datePicker .calWeek .today span,
#datePicker .calWeek .event_1 a,
#datePicker .calWeek .event_2 a {
    border-radius: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0 auto;
    color: inherit;
    margin-bottom: 5px;
    transition: background 0.2s;
}*/
#datePicker .calWeek .today span,
#datePicker .calWeek .today a {
    font-weight: normal;
    font-style: normal;
}
.greyBackground #datePicker .calWeek .today span,
.greyBackground #datePicker .calWeek .today a {
    background: #fff;
}
/*#datePicker .calWeek .event_1 a {
    background: #ca9efc;
}
#datePicker .calWeek .event_2 a {
    background: #ca9efc;
}
#datePicker .calWeek .today a:hover,
#datePicker .calWeek .event_1 a:hover,
#datePicker .calWeek .event_2 a:hover {
    background: #ca9efc;
    color: #fff;
}*/

#calSrc  {
    margin-top: 22px;
    margin-bottom: 22px;
}

#calSrcTrigger {
    line-height: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 10px 15px;
    position: relative;
    margin: 0;
    /*display: block;*/
    display: none;
    background: #cdcdcd;
}
#calSrcSwitch:checked + #calSrc #calSrcTrigger {
    background: #c5d9a9;
}
#calSrcSwitch + #calSrc #calSrcTrigger .icon {
    float: right;
}
#calSrcSwitch:checked + #calSrc form {
    max-height: 2000px;
    padding-top: 15px;
    padding-bottom: 0;
}
#calSrc .calForm {
    padding: 15px;
}
#calSrc .btnContainer {
    margin: 22px -10px 0 -10px;
}
#calSrc .btnContainer .btn,
#calSrc .btnContainer button {
    width: 50%;
    width: calc(50% - 20px);
    display: block;
    float: left;
    text-align: center;
    margin: 0 10px;
}
#calSrc .btnContainer .btn {
    text-align: left;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#calSrc .btnContainer button:first-child {
    float: right;
}

.event .lightText {
    color: #737d81;
    font-style: italic;
    padding-bottom: 5px;
}
.event .lightText > * + *:before {
    content: ',';
    display: inline-block;
    width: .5em;
}
.event .eventInfo .headline {
    margin-top: 0;
}
.event .eventInfo .headline a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.event .eventData .date {
    font-weight: bold;
}
.event .moreBtn {
    margin-top: .5em;
}
.event .eventDataCategory {
    font-weight: normal;
}
.eventDetail .dateText.greyBackground {
    padding: 5px;
    display: block;
    margin-bottom: 22px;
}
.eventDetail .dateText .dateFromTxt,
.eventDetail .dateText .dateToTxt {
    font-weight: bold;
}
.eventDetail .dateText a {
    color: inherit;
    text-decoration: none;
}
.eventDetail .dateText a:hover {
    text-decoration: underline;
}

.eventDetail .dateText + h1 {
    margin-top: 0;
    margin-top: .5rem;
}
.event .dateText {
    color: inherit;
    font-size: 18px;
    font-weight: 500;
}

@media (min-width: 720px) {
    .event .eventData,
    #calSrc #datePicker {
        /*float: left;
        width: 33.33%;
        padding: 0 15px;*/
    }
    .event .eventInfo,
    #calSrc .calForm {
        /*float: right;
        width: 66.67%;*/
    }
    .event .eventData {
        /*padding: 5px 15px 0 0;
        text-align: right;*/
    }
    .event .eventData > * {
        display: inline-block;
    }
    .event .eventData > * + *:before {
        content: '';
    }
    .event .eventInfo {
        padding-right: 0;
    }
    .dateSliderEvents .event .eventData > * {
        display: block;
        padding: 0;
    }
    .dateSliderEvents .event .eventData > * + *:before {
        display: none;
    }
    #calSrc .calForm > .optsContainer:first-child {
        margin-top: -10px;
    }
    .eventDetail .dateText.greyBackground {
        padding: 10px 15px;
    }
}
ul.eventData {
    list-style: none;
}
ul.eventData li {
    display: inline-block;
    padding: 0 15px 15px 0;
}
ul.eventData li + li:before {
    display: inline-block;
    margin-right: 10px;
    content: '/';
    background: none;
    height: auto;
    width: auto;
    color: #59358c;
}
.eventsFilterMoreTrigger {
    position: relative;
    margin-top: 20px;
    font-weight: 600;
}
.eventsForm .optsContainerWrap {
    margin-left: -15px;
    margin-right: -15px;
}
.form .optsContainerWrap .optsContainer.ipHalf {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.form .optsContainerWrap .optsContainer.ipHalf:first-child {
    padding-left: 0;
}
.form .optsContainerWrap .optsContainer.ipHalf:last-child {
    padding-right: 0;
}
#eventSlider .swiper-wrapper {
    flex-wrap: nowrap;
}

    /* Site: PAGE JUMPS */
.jumper {
	margin: 1em -1em;
	position: relative;
	height: 40px;
}
.jumper .resultStats,
.pagerJumper .divider {
	display: none;
}
.jumper .pagerJumper {
	display:block;
	margin:0 auto;
	position:absolute;
	right:0;
}
.pagerJumper a {
	padding: 10px 0;
	margin:0 1em;
	display:block;
	float:left;
	width:40px;
	height:40px;
	background: #999;
	color: inherit;
	font-weight: normal;
	line-height: 20px;
	text-align:center;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pagerJumper a:hover {
	background: #666;
	color: #fff;
}
.pagerJumper a:hover .iconForward {
	background-position: -570px -50px;
}
.pagerJumper a:hover .iconBackward {
	background-position: -530px -50px;
}
.pagerJumper a.aktiv {
	font-weight: bold;
	color: #fff;
	background:#FF6618;
}
.pagerJumper a .sprt {
	display:inline-block;
}
.pages {
	text-align:center;
	border-top: 1px solid #eee;
	padding-top: 1em;
	font-weight: 100;
	margin: 1em 0;
	color: #999;
}
.pages > * {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.pages a {
	font-weight: normal;
	padding: 0 10px;
	position: relative;
	color: #666;
	text-decoration: none;
	max-width: 35%;
	overflow: hidden;
}
.pages a span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
}
.pages a.enabled:first-child:after,
.pages a.enabled:last-child:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border-color: transparent #FF6618 transparent transparent;
	border-style: solid;
	border-width: .357em .429em .357em 0;
	left: 0;
	top: .429em;
}
.pages a.enabled:last-child:after {
	border-color: transparent transparent transparent #FF6618;
	border-width: .357em 0 .357em .429em;
	right: 0;
	left: auto;
}
.pages a.disabled {
	color: #CCC;
	text-decoration: none;
}

/* Captcha */
.optsCaptcha .captchaImgWrap,
.optsFieldCaptcha .captchaImgWrap {
    margin-top: 10px;
}
.optsCaptcha .optsCaptchaGraphics,
.optsFieldCaptcha .optsCaptchaGraphics {
    width: 100%;
    height: auto;
    display: block;
}
.optsCaptcha .captchaReload,
.optsFieldCaptcha .captchaReload {
    display: block;
    margin-top: 5px;
    cursor: pointer;
}

.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}
.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}
.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}
.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}
.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]::placeholder {
    color: transparent;
}


.optsContainer.optsCompact.optsCaptcha input[placeholder]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: inherit;
    opacity: .5;
}
.optsContainer.optsCompact.optsCaptcha input[placeholder]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: inherit;
    opacity: .5;
}
.optsContainer.optsCompact.optsCaptcha input[placeholder]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: inherit;
    opacity: .5;
}
.optsContainer.optsCompact.optsCaptcha input[placeholder]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: inherit;
    opacity: .5;
}
.optsContainer.optsCompact.optsCaptcha input[placeholder]::placeholder {
    color: inherit;
    opacity: .5;
}

@media only screen and (min-width: 480px) {
    .optsCaptcha .optsBlock,
    .optsFieldCaptcha .optsBlock {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .optsCaptcha .captchaCode,
    .optsFieldCaptcha .captchaCode {
        margin-right: 20px;
    }
    .optsCaptcha .captchaImgWrap,
    .optsFieldCaptcha .captchaImgWrap {
        margin-top: 0;
    }
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
