/*
 * 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}

/* ==========================================================================
  	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
   ========================================================================== */

/* Containers */
.container_12 {
    position:relative;
    margin:0 auto;
    max-width:1080px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 { float:left; padding:8px; }

.pad_4 { padding:4px; }
.pad_10 { padding:10px; }
.pad_15 { padding:15px; }
.mar_4 { margin:4px; }
.mar_5 { margin:5px; }
.mar_10 { margin:10px; }
.mar_15 { margin:15px; }
.tpad_15 { padding-top:15px; }
.lpad_15 { padding-left:15px; }
.rpad_15 { padding-right:15px; }

/*.container_12 .gridSizer,*/
.container_12 .grid_1 { width:8.33%; }
.container_12 .grid_2 { width:16.66%; }
.container_12 .grid_3 { width:25%; }
.container_12 .grid_4 { width:33.33%; }
.container_12 .grid_6 { width:50%; }
.container_12 .grid_7 { width:58.33%; }
.container_12 .grid_8 { width:66.66%; }
.container_12 .grid_9 { width:75%; }
.container_12 .grid_10 { width:83.33%; }
.container_12 .grid_11 { width:91.66%; }
.container_12 .grid_12 { width:100%; }
.container_12 .prefix_1 { margin-left:8.33%; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
    height: 100%;
    min-width: 320px;
}
body {
    /*background: url("../img/bg.jpg") center repeat;*/
}
body.open {
    overflow: hidden;
}

body.navMainOpen,
body.overlayOpen,
html.swipebox-html body {
    overflow: hidden;
}

header {
    position: relative;
}

#wrapper {
    position: relative;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
#topBar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*height: 80px;*/
    z-index: 100;
    text-align: center;
    transition: top .3s, border .3s, background .3s;
    min-width: 320px;
}
.w_teaser #topBar:before {
    content:'';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 110%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.15) 69%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.15) 69%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.15) 69%,rgba(0,0,0,0) 100%);
    transition: opacity 0.2s;
    opacity: 1;
}
#navMenuSwitch:checked ~ #wrapper #topBar:before {
    opacity: 0;
}
#topBar .navStd {
    display: none;
    position: relative;
}
.baseSpacer,
.baseSpacerLeft {
    padding-left: 20px;
}
.baseSpacer,
.baseSpacerRight {
    padding-right: 20px;
}
.baseSpacerMargin,
.baseSpacerMarginLeft {
    margin-left: 20px;
}
.baseSpacerMargin,
.baseSpacerMarginRight {
    margin-right: 20px;
}
.baseSpacerPos,
.baseSpacerPosLeft {
    left: 20px !important;
}
.baseSpacerPos,
.baseSpacerPosRight {
    right: 20px !important;
}
.pushOut {
    margin-left: -20px;
    margin-right: -20px;
}
@media (min-width: 1280px) {
    .baseSpacer,
    .baseSpacerLeft {
        padding-left: 5%;
        padding-left: calc(5% + 20px);
    }
    .baseSpacer,
    .baseSpacerRight {
        padding-right: 5%;
        padding-right: calc(5% + 20px);
    }
    .baseSpacerMargin,
    .baseSpacerLeftMargin {
        margin-left: 5%;
        margin-left: calc(5% + 20px);
    }
    .baseSpacerMargin,
    .baseSpacerRightMargin {
        margin-right: 5%;
        margin-right: calc(5% + 20px);
    }
    .baseSpacerPos,
    .baseSpacerPosLeft {
        left: 5% !important;
        left: calc(5% + 20px) !important;
    }
    .baseSpacerPos,
    .baseSpacerPosRight {
        right: 5% !important;
        right: calc(5% + 20px) !important;
    }
    .pushOut {
        margin-left: -5.556%;
        margin-left: calc((100% + 40px) * -.05556 - 20px);
        margin-right: -5.556%;
        margin-right: calc((100% + 40px) * -.05556 - 20px);
    }
}
@media (min-width: 1600px) {
    .baseSpacer,
    .baseSpacerLeft {
        padding-left: 10%;
        padding-left: calc(10% + 20px);
    }
    .baseSpacer,
    .baseSpacerRight {
        padding-right: 10%;
        padding-right: calc(10% + 20px);
    }
    .baseSpacerMargin,
    .baseSpacerLeftMargin {
        margin-left: 10%;
        margin-left: calc(10% + 20px);
    }
    .baseSpacerMargin,
    .baseSpacerRightMargin {
        margin-right: 10%;
        margin-right: calc(10% + 20px);
    }
    .baseSpacerPos,
    .baseSpacerPosLeft {
        left: 10% !important;
        left: calc(10% + 20px) !important;
    }
    .baseSpacerPos,
    .baseSpacerPosRight {
        right: 10% !important;
        right: calc(10% + 20px) !important;
    }
    .pushOut {
        margin-left: -12.5%;
        margin-left: calc((100% + 40px) * -.125 - 20px);
        margin-right: -12.5%;
        margin-right: calc((100% + 40px) * -.125 - 20px);
    }
}
@media (min-width: 1840px) {
    .baseSpacer,
    .baseSpacerLeft {
        padding-left: 15%;
        padding-left: calc(15% + 20px);
    }
    .baseSpacer,
    .baseSpacerRight {
        padding-right: 15%;
        padding-right: calc(15% + 20px);
    }
    .baseSpacerMargin,
    .baseSpacerLeftMargin {
        margin-left: 15%;
        margin-left: calc(15% + 20px);
    }
    .baseSpacerMargin,
    .baseSpacerRightMargin {
        margin-right: 15% !important;
        margin-right: calc(15% + 20px) !important;
    }
    .baseSpacerPos,
    .baseSpacerPosLeft {
        left: 15% !important;
        left: calc(15% + 20px) !important;
    }
    .baseSpacerPos,
    .baseSpacerPosRight {
        right: 15%;
        right: calc(15% + 20px);
    }
    .pushOut {
        margin-left: -21.428%;
        margin-left: calc((100% + 40px) * -.21428 - 20px);
        margin-right: -21.428%;
        margin-right: calc((100% + 40px) * -.21428 - 20px);
    }
}
/*#navMenuSwitch:checked ~ #wrapper #topBar,
#header.fixedShow #topBar,
#header.isAtTop #topBar,
#header.isOverBreakpoint #topBar {
    top: 0;
}*/
/*#navMenuSwitch:checked ~ #wrapper #topBar {
    background-image: none;
    background-color: transparent;
    border-bottom: none;

}*/
.wo_teaser #main {
    padding-top: 120px;
}

#navMenuSwitch:checked ~ #wrapper #logo img  {
    filter: brightness(0) invert(1);
}
#bottomBar {
    background: #009bac;
    color: #fff;
    left: 0;
    right: 0;
    height: 80px;
    overflow: hidden;
}
#header .stickyBottom {
    position: fixed;
    z-index: 100;
    transition: bottom .3s, width .2s, height .2s;
}
#bottomBarSecond {
    position: relative;
}
#bottomBarFirst .wrapItemOverlay {
    float: left;
}

#bottomBarFirst .wrapItemOverlay .trigger {
    padding: 20px 0;
    display: block;
    color: #fff;
    text-align: center;
    min-width: 3em;
    position: relative;
    z-index: 1;
    transition: all .3s;
    cursor: pointer;
}
@media (min-width: 480px) {
    #bottomBarFirst .wrapItemOverlay .trigger {
        min-width: 4em;
    }
}
#bottomBarFirst .wrapItemOverlay .trigger .icon {
    font-size: 20px;
    line-height: 1;
    margin: 0 auto;
}
#bottomBarFirst .wrapItemOverlay .trigger:hover,
#bottomBarFirst .wrapItemOverlay .checkboxTrigger:checked ~ .trigger {
    background: #009bac;
}
#bottomBarFirst .wrapItemOverlay .trigger .off,
#bottomBarFirst .wrapItemOverlay .checkboxTrigger:checked ~ .trigger .on {
    display: none;
}
#bottomBarFirst .wrapItemOverlay .trigger .on,
#bottomBarFirst .wrapItemOverlay .checkboxTrigger:checked ~ .trigger .off {
    display: block;
}
#bottomBarFirst .contrastSwitcher .label,
#bottomBarFirst .wrapItemOverlay .trigger .label {
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: .625em;
    padding-top: 10px;
    line-height: 10px;
    display: block;
}
#quickSrcBtn:after,
#languageSelect li + li:after,
#bottomBarFirst .wrapItemOverlay + .wrapItemOverlay .trigger:after,
#bottomBarSecond:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 20px;
    left: 0;
    bottom: 20px;
    background: #009bac;
}
#bottomBarFirst .wrapItemOverlay .triggerTarget {
    position: absolute;
    bottom: 80px;
    overflow: hidden;
    background: #009bac;
    left: 0;
    min-width: 320px;
    width: 100vw;
}
#bottomBarFirst .wrapItemOverlay .checkboxTrigger:checked ~ .triggerTarget {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
/* QUICK SEARCH */
#quickSrcBox {
    padding-left: 20px;
    padding-right: 80px;
}
#quickSrcBox label {
    display: none;
}
#quickSrcInput {
    width: 100%;
    padding: 20px 0 20px;
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    display: block;
    border-radius: 0;
    background: none;
    border: none;
    color: #fff;
    font-weight: bold;
}
#quickSrcBtn {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    margin-left: 0;
    line-height: 80px;
    padding: 0;
    margin: 0;
    width: 80px;
    text-align: center;
    color: #fff;
}
#quickSrcBtn:after {
    background: #fff;
}
/* LANGUAGE */
#languageSelect .langs {
    margin: 0;
    padding: 10px 0;
}
#languageSelect .langs li {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
#languageSelect .langs li + li:after {
    width: auto;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: auto;
    height: 1px;
    background: #fff;
}
#languageSelect .langs .item {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    display: block;
    font-weight: bold;
    padding: 10px 0;
    text-decoration: none;
}
#languageSelect .langs .item img {
    display: block;
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    vertical-align: -5px;
}
#bottomBarFirst .contrastSwitcher {
    padding: 20px 0;
    display: block;
    color: #fff;
    text-align: center;
    min-width: 4em;
    position: relative;
    z-index: 1;
    transition: all .3s;
    cursor: pointer;
    text-decoration: none;
}
#bottomBarFirst .contrastSwitcher.disabled,
.fontSizeSwitcher.disabled {
    display:none;
}
.fontSizeSwitcher ul {
    margin: 0;
}
.fontSizeSwitcher ul li {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    position: relative;

}
.fontSizeSwitcher ul li + li:after {
    content: '';
    display: block;
    position: absolute;
    width: auto;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: auto;
    height: 1px;
    background: #fff;
}
.fontSizeSwitcher ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    display: block;
    font-weight: bold;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
    /* MAIN NAVIGATION TRIGGER */
#navMenuTrigger {
    margin: 0;
    padding: 20px 0 20px;
    position: relative;
    width: 80px;
    height: 80px;
    display: block;
    float: right;
    cursor: pointer;
}
#navMenuTrigger .line,
#navMenuTrigger .line:after,
#navMenuTrigger .line:before {
    background:#fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: all .3s;
    width: 20px;
    opacity: 1;
    content: '';
}
#navMenuTrigger .line {
    top: 29px;
    width: 35px;
    z-index: 1;
    left: 50%;
    margin-left: -15px;
}
#navMenuTrigger .line:before {
    bottom: -9px;
    left: -5px;
    width: 25px;
}
#navMenuTrigger .line:after {
    bottom: 9px;
    left: -5px;
    width: 30px;
}
#navMenuTrigger:hover .line:before {
    bottom: -4px;
    left: 0;
    width: 30px;
}
#navMenuTrigger:hover .line:after {
    bottom: 4px;
    left: 0;
    width: 25px;
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .line:before {
    bottom: 0;
    left: 0;
    width: 30px;
    transform: rotate(45deg);
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .line:after {
    bottom: 0;
    left: 0;
    width: 30px;
    transform: rotate(-45deg);
}
#navMenuTrigger:hover .line,
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .line {
    background-color: transparent !important;
}
#navMenuTrigger .on,
#navMenuTrigger .off {
    padding-top: 30px;
    font-size: .625em;
    line-height: 10px;
    font-weight: bold;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
}
#navMenuTrigger .off,
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .on {
    display: none;
}
#navMenuTrigger .on,
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .off {
    display: block;
}
#navMenuTrigger .circle {
    position: absolute;
    margin-top: -145px;
    margin-left: -85px;
    width: 250px;
    height: 250px;
    z-index: -1;
    pointer-events: none;

}
/*#navMenuTrigger .circle:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #cd012f;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    border-radius: 50%;
    animation: wave 5s 0.1s infinite linear;
}
@keyframes wave {
    0% {
        transform: rotateZ(0deg) translate3d(0,3%,0) rotateZ(0deg); }
    100% {
        transform: rotateZ(360deg) translate3d(0,3%,0) rotateZ(-360deg); }
}*/

/* MAIN NAVIGATION OVERLAY */
#headerMenueWrap {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -110%;
    z-index: 101;
    -webkit-transition: right 0s .2s, opacity .2s, transform .2s;
    transition: right 0s .2s, opacity .2s, transform .2s;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#headerMenueWrap .wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 80px;
    overflow: auto;
    color: #fff;
}
#navMenuSwitch:checked ~ #wrapper #headerMenueWrap {
    right: 0;
    transform: scale(1);
    opacity: 1;
    -webkit-transition: right 0s, opacity .3s .3s, transform .3s .3s;
    transition: right 0s, opacity .3s .3s, transform .3s .3s;
}

/* MAIN NAVIGATION */
#navMain a {
    display: block;
    text-decoration: none;
}
#navMain .liLvl1 + .liLvl1 {
    margin-top: 20px;
}
#navMain .aLvl1 a {
    left: 0;
    font-weight: bold;
    color: #fff;
    font-size: 1.5625em;
    line-height: 1.2;
    position: relative;
    transition: all .3s;
}
#navMain .aLvl1 a .name:after {
    content: '\e83e';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 1;
    color: #000;
    position: relative;
    background: #fff;
    border-radius: 50%;
    padding: .167em .4167em;
    margin-left: 10px;
    display: inline;
    vertical-align: 3px;
}
#navMain .aLvl1 a:hover {
    left: 15px;
}
#navMain .liLvl1 > ul {
    margin: 10px -10px -5px 0;
}
#navMain .liLvl2 {
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
}
#navMain .aLvl2 a,
.article .navSub a {
    font-weight: bold;
    color: #000;
    font-size: .75em;
    line-height: 1.333;
    background: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 2px 5px;
    transition: all .3s;
}
#navMain .aLvl2 a:hover {
    background: #ab0127;
    color: #fff;
}

.article .navSub {
    list-style: none;
}
.article .navSub ul {
    margin: 0 -10px -5px 0;
    padding-left: 0;
}
.article .navSub li {
    display: block;
    float: left;
    padding: 0 10px 5px 0 !important;
    margin: 0 !important;
}
.article .navSub li:before {
    display: none !important;
}
.article .navSub a {
    display: block;
    color: #FFF;
    background: #e40134;
    text-decoration: none;

}
.article .navSub a:hover {
    background-color: #cd012f;
}

/* STANDARD NAVIGATION */
.navStd .a,
#navSub .a {
    display: block;
    padding-left: 1.333em;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    transition: color .3s;
}
.navStd .a .pointer,
#navSub .a.lvl2 .pointer {
    font-size: .8em;
    height: 1.25em;
    width: 1.25em;
    background: #fff;
    color: #000;
    border-radius: .625em;
    line-height: 1.25em;
    display: block;
    position: absolute;
    left: 0;
    top: .4167em;
    text-align: center;
    transition: color .3s, background .3s;
}
#navSub .a.lvl2 .pointer {
    background: #89898d;
    color: #fff;
}
#navSub .a.lvl2 {
    color: #000000;
}
#navSub .a.lvl2.active {
    color: #e40134;
}
#navSub .a.lvl2.active .pointer {
    background: #e40134;;
}
#navSub .a.lvl2:hover {
    color: #b6012a;
}
#navSub .a.lvl2:hover .pointer {
    background: #b6012a;;
}

#navStdInMainNav {
    border-bottom: 2px solid #fff;
    padding-bottom: 9px;
    margin-bottom: 19px;
}
#navStdInMainNav ul {
    padding: 5px 0 5px;
    margin-top: -10px;
    margin-right: -20px;

}
#navStdInMainNav li {
    float: left;
    margin-right: 20px;
}
#navStdInMainNav a {
    color: #fff;
    font-size: .75em;
    line-height: 1.667;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: .2em;
    padding-top: 5px;
    padding-bottom: 5px;
}
#navStdInMainNav .a .pointer {
    top: calc(.4167em + 5px);
}
#navStdInMainNav a:after {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: 0;
    content: '';
    background: url("../img/dots-pointer-white.png") no-repeat 50% 50%;
    background-size: contain;
    display: block;
    width: 11px;
    height: 5px;
    opacity: 0;
    transition: all .3s;
}
#navStdInMainNav a:hover:after,
#navStdInMainNav a.active:after {
    opacity: 1;
}
/* CONTACT */
#headerMenueContact .headline {
    color: #fff;
    margin-bottom: 20px;
}
#headerMenueContact .contact {
    text-decoration: none;
    color: #fff;
    display: block;
}
#headerMenueContact .contact + .contact {
    margin-top: 40px;
}
#headerMenueContact .contact .articleTeaser {
    height: 5em;
    width: 5em;
    overflow: hidden;
    border-radius: 2.5em;
    border: 2px solid #fff;
    position: relative;
    background: 50% 50% no-repeat;
    background-size: cover;
    float: left;
}
#headerMenueContact .contact .articleTeaser + .info {
    margin-left: calc(5em + 10px);
}
#headerMenueContact .contact .info > * {
    font-size: .9375em;
    line-height: 1.667;
}

#headerMenueContact .contact .info .headline {
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.25;
    margin: 0;
}
#headerMenueContact .contact .shortInfo {
    font-weight: bold;
}

#fontSizeSwitcher {
    float: right;
    margin-top: 20px;
    border: 1px solid #e1e1e2;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
#fontSizeSwitcher .label {
    display: none;
}
#fontSizeSwitcher .increase,
#fontSizeSwitcher .decrease {
    color: #89898d;
    height: 38px;
    width: 39px;
    line-height: 38px;
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    float: left;
    transition: all .3s;
    position: relative;
}

#fontSizeSwitcher .increase {
    font-size: 16px;
}
#fontSizeSwitcher .decrease {
    font-size: 13px;
}
#fontSizeSwitcher .increase:before {
    content: '';
    height: 20px;
    position: absolute;
    left: 0;
    display: block;
    width: 1px;
    top: 9px;
    background: #e1e1e2;
}
#fontSizeSwitcher .increase:hover,
#fontSizeSwitcher .decrease:hover {
    background: #e1e1e2;
    color: inherit;
}
#fontSizeSwitcher .increase.disabled,
#fontSizeSwitcher .decrease.disabled {
    background: none;
    color: #c4c4c6;
    pointer-events: none;
}
#breadcrumb {
    color: #989ca0;
    font-size: 12px;
    margin-bottom: 20px;
}
#breadcrumb a {
    display: inline-block;
    color: #989ca0;
    padding: 0 5px;
    text-decoration: none;
}
#breadcrumb a + a:before {
    content:'/';
    display: inline-block;
    margin-right: 5px;
    font-weight: 400;
}
#breadcrumb a.last {
    font-weight: 700;
}
#content {
    overflow: hidden;
    padding-bottom: 20px;
}

article > :first-child {
    margin-top: 0;
}
footer {
    position: relative;
    background-color: #8bb31d;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
}
footer .h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
}
footer .gridWrap {
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
footer [class^="gridWidth_"] {
    float: left;
    padding: 20px 20px 0;
    width: 100%;
}
footer a,
footer label {
    text-decoration: none;
    color: #fff;
}

#footerTop .gridWrap {
    padding-bottom: 20px;
}

#logo_footer {
    width: 100%;
    max-width: 160px;
    height: auto;
    margin: 0 auto;
}
#footerBottom {
    background: #7da11a;
}
#footerBottom .gridWrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#footerBottom #toTop,
#footerBottom #print {
    padding: 5px 10px;
    display: inline-block;
}
#navFooter ul {

}
#navFooter ul li {
    float: left;
    padding: 5px 10px;
}
#navFooter ul li a {
}
#footerBottom .footerRight {
    white-space: nowrap;
}
@media only screen and (min-width: 480px) {
    footer {
        text-align: left;
    }
    footer .navStd li {
        display: block;
        margin-right: 0;
    }
    #logo_footer {
        max-width: unset;
    }
}

#navSchnell .btn {
    border-radius: 0;
    width: 100%;
}
#navSchnell .articleGrid {
    text-align: center;

}
#navSchnell .btn {
    padding: 0;
    color: #003f8a;
    transition: color 0.3s;
}
#navSchnell .articleGrid:nth-child(3n+2) .btn {
    color: #d41217;
}
#navSchnell .btn span {
    display: block;
    position: relative;
    padding: 10px 15px;
    background: #fff;
}
#navSchnell .btn .icon {
    display: inline-block;
    position: relative;
    left: auto;
    right: auto;
}
#navSchnell .btn.btnIconLeft .icon {
    margin-right: 5px;
}
#navSchnell .btn.btnIconRight .icon {
    margin-left: 5px;
}
#navSchnell .btn.btnRaised:before {
    content:'';
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    background: rgb(0,63,138);
    background: -moz-linear-gradient(left, rgba(0,63,138,1) 0%, rgba(0,155,172,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,63,138,1) 0%,rgba(0,155,172,1) 100%);
    background: linear-gradient(to right, rgba(0,63,138,1) 0%,rgba(0,155,172,1) 100%);
}
#navSchnell .articleGrid .btn.btnRaised:hover span {
    background: -moz-linear-gradient(left, rgba(0,155,172,1) 0%, rgba(0,63,138,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,155,172,1) 0%,rgba(0,63,138,1) 100%);
    background: linear-gradient(to right, rgba(0,155,172,1) 0%,rgba(0,63,138,1) 100%);
}
#navSchnell .articleGrid:nth-child(3n+2) .btn.btnRaised:before {
    background: rgb(171,13,86);
    background: -moz-linear-gradient(left, rgba(171,13,86,1) 0%, rgba(212,18,23,1) 100%);
    background: -webkit-linear-gradient(left, rgba(171,13,86,1) 0%,rgba(212,18,23,1) 100%);
    background: linear-gradient(to right, rgba(171,13,86,1) 0%,rgba(212,18,23,1) 100%);
}
#navSchnell .articleGrid:nth-child(3n+2) .btn.btnRaised:hover span {
    background: -moz-linear-gradient(left, rgba(212, 18, 23, 1) 0%, rgba(171, 13, 86, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(212, 18, 23, 1) 0%, rgba(171, 13, 86, 1) 100%);
    background: linear-gradient(to right, rgba(212, 18, 23, 1) 0%, rgba(171, 13, 86, 1) 100%);
}
#navSchnell .articleGrid .btn.btnRaised:hover {
    color: #fff;
}
#navSocial {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 8px 0;
}
#navSocial a:before {
    display: inline-block;
    font-family: fontello;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}
#soc_facebook a:before {
    content:'\e82e';
}
#soc_instagram a:before {
    content:'\f16d';
}
#soc_twitter a:before {
    content:'\f099';
}
#soc_komoot a:before {
    content:'\e841';
}
#navSocial a {
    text-decoration: none;
}
#navSocial a span {
    font-weight: 600;
}
#navSocial a span:before {
    content: '/';
    color: #000;
    display: inline-block;
    margin: 0 5px;
}
#navSocial li span {
    display: none;
}
#mainSocial a,
#mainSocial .h3 {
    text-decoration: none;
    color: #fff;
}

#logo {
    position: relative;
    display: inline-block;
    height: 80px;
    margin: 10px;
}
#logo img {
    height: 80px;
    width: auto;
}
.wo_teaser #logo img {
    opacity: 0;
}
.wo_teaser #logo {
    background: url("../img/logo_2023.png") no-repeat center;
    background-size: contain;
}

#navMainTrigger {
    position:absolute;
    top:20px;
    right:20px;
    display:block;
    height:40px;
    width: 40px;
    z-index:100;
    cursor:pointer;
    color: #FFF;
    transition: top 0.2s, background 0s;
}

.csstransforms #navMainTrigger .line, .csstransforms #navMainTrigger:after, .csstransforms #navMainTrigger:before {
    background:#fff;
    display: block;
    height: 2px;
    right: 10px;
    position: absolute;
    transition: opacity 0.5s ease 0s, bottom 0.5s ease 0s, transform 0.5s ease 0s, color 0.2s;
    width: 20px;
}
.csstransforms #navMainTrigger .line {
    opacity: 1;
    bottom: 28px;
    margin-top:-1px;
    display:block;
}
.csstransforms #navMainTrigger:after, .csstransforms #navMainTrigger:before {
    content: "";
}
.csstransforms #navMainTrigger:before {
    bottom: 37px;
    width: 20px;
    right: 10px;
}
.csstransforms #navMainTrigger:after {
    bottom: 18px;
    width: 15px;
    right: 15px;
}
.csstransforms body.open #navMainTrigger .line {
    opacity: 0;
    background: #fff;
}
.csstransforms body.open #navMainTrigger:before {
    bottom: 22px;
    transform: rotate(45deg);
    width: 20px;
    right: 10px;
    background: #fff;
}
.csstransforms body.open #navMainTrigger:after {
    bottom: 22px;
    transform: rotate(-45deg);
    width: 20px;
    right: 10px;
    background: #fff;
}
#navMainTrigger .menue {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 15px;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    transition: color 0.2s;
}
.csstransforms body.open #navMainTrigger .menue {
    color: #fff;
}
#navMenuSwitch:checked ~ #wrapper #fontSizeSwitcher,
#navMenuSwitch:checked ~ #wrapper #readspeakerWrap {
    opacity: 0;
    pointer-events: none;
}
#navMain {
    font-size: 30px;
    line-height: 34px;
}
#navMain li {
    position: relative;
}
#navMain li + li:before {
    content:'';
    position: absolute;
    display: block;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
}

#navMain a {
    color: #fff;
    text-decoration: none;
}
#navMain a.lvl1 {
    font-weight: 800;
    padding: 13px 40px 13px 0;
}
#navMain .iconMenuTriggerDwn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.5em;
    line-height: 4em;
    height: 4em;
    width: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    transition: transform 0.2s;
}
#navMain ul.lvl2 .iconMenuTriggerDwn {
    line-height: 5em;
    height: 5em;
}
#navMain .iconMenuTriggerDwn.active {
    transform: rotate(90deg);
}
#navmain ul {
    font-size: 24px;
    line-height: 28px;
    margin-left: 10px;
}
#navmain ul a {
    font-weight: 800;
    padding: 16px 40px 16px 0;
}

@media (max-width: 959px), (max-height: 499px) {
    #bottomBarSecond {
        display: block;
        position: fixed;
        bottom: 28px;
        right: 100px;
        z-index: 100;
    }
    #header .stickyBottom {
        bottom: -80px;
    }
    #bottomBar {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        min-width: 320px;
    }

    #navMenuSwitch:checked ~ #wrapper #bottomBar {
        height: 100%;
    }
    #navMenuSwitch:checked ~ #wrapper .stickyBottom,
    #header.fixedShow .stickyBottom,
    #header.isAtTop .stickyBottom,
    #header.isOverBreakpoint .stickyBottom {
        bottom: 0;
        display: flex;
        align-items: flex-end;
    }

    #bottomBarWrap {
        z-index: 102 !important;
    }
    #bottomBarWrap > * {
        float: left;
    }
    #headerMenueWrap {
        width: 100%;
        bottom: 80px;
    }

    #headerMenueMainWrap > * + * {
        margin-top: 19px;
        padding-top: 19px;
    }
    #languageSelect.wrapItemOverlay .trigger {
        min-width: 60px;
        padding: 20px;
    }
}
@media (min-width: 360px) {

    #languageSelect.wrapItemOverlay .trigger {
        min-width: 4em;
    }
}
/*@media (min-width: 640px) {*/
    #navMenuTrigger .on,
    #navMenuTrigger .off,
    #bottomBarFirst .contrastSwitcher .label,
    #bottomBarFirst .wrapItemOverlay .trigger .label {
        font-size: .5em;
    }
    #navMain .aLvl2 a,
    .article .navSub a,
    /*#navStdInMainNav a,*/
    .article .navSub a {
        font-size: .6em;
    }
    #headerMenueContact .contact .info > * {
        font-size: .75em;
    }
    #headerMenueContact .contact .info .headline {
        font-size: 1em;
    }
    #readspeakerWrap {
        margin-right: 40px;
    }
    #readspeaker.rsbtn .rsbtn_tooltoggle,
    #readspeaker.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text .label,
    #readspeakerWrap .vcPrivacyNoPermissionTrigger .label {
        display: block !important;
        margin-right: 10px;
    }
    #readspeakerWrap {
        position: relative;
    }
    #readspeakerWrap .triggerTarget {
        position: absolute;
        top: 40px;
        left: 50%;
        width: 320px;
        right: auto;
        transform: translateX(-50%);
    }
/*}*/

@media (min-width: 960px) AND (min-height: 500px) {
    .wo_teaser #main {
        padding-top: 120px;
    }

    #topBar .navStd {
        display: block;
        float: left;
        font-size: 12px;
        line-height: 20px;
        font-weight: 700;
        margin-top: 20px;
        text-transform: uppercase;
    }

    #topBar .navStd li {
        float: left;
        margin-right: 10px;
    }
    #navMenuSwitch:checked ~ #wrapper .navStd li a,
    #topBar .navStd li a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 0 3px;
        letter-spacing: 0.2em;
    }
    .wo_teaser #topBar .navStd li a {
        color: inherit;
    }
    #topBar .navStd li a.active {
        background: #003f8a;
        color: #fff;
    }

    #logo {
        float: right;
        height: auto;
    }
    .wo_teaser #logo {
        height: 80px;
        width: auto;
    }

    #logo img {
        height: auto;
    }
    .wo_teaser #logo img {
        opacity: 0;
        height: 80px;
    }
    .wo_teaser #logo {
        background: url("../img/logo_2023.png") no-repeat center;
        background-size: contain;
    }
    #navMenuSwitch:checked ~ #wrapper #logo img {
        opacity: 1;
    }
    #navMenuSwitch:checked ~ #wrapper #logo {
        background: none;
    }

    #bottomBar {
        background-image: url("../img/dots-red.png");
        background-repeat: repeat;
        top: 0;
        bottom: 0;
        height: auto;
        width: 4em;
    }

    #navMenuSwitch:checked ~ #wrapper #bottomBar {
        width: 100%;
    }

    #navMenuSwitch:checked ~ #wrapper #topBar {
        position: fixed;
        z-index: 102;
    }

    #navMenuSwitch:checked ~ #wrapper .stickyBottom {
        z-index: 99;
    }
    #navMenuSwitch:checked ~ #wrapper #bottomBarFirst {
        z-index: 102;
    }
    #header #bottomBarWrap {
        position: static;
    }

    #bottomBarFirst,
    #bottomBarSecond {
        position: fixed;
        z-index: 101;
        width: 4em;
    }

    #bottomBarFirst {
        top: 0;
    }

    #bottomBarSecond {
        bottom: 0;
    }

    #bottomBarSecond:after {
        display: none;
    }
    #bottomBarFirst .contrastSwitcher,
    #bottomBarFirst .wrapItemOverlay .trigger {
        padding: 10px 0;
    }

    #bottomBarFirst .wrapItemOverlay + .wrapItemOverlay .trigger:after {
        width: auto;
        height: 1px;
        top: 0;
        right: 20px;
        left: 20px;
        bottom: auto;
    }

    #bottomBarFirst .wrapItemOverlay {
        position: relative;
    }

    #bottomBarFirst .wrapItemOverlay .triggerTarget {
        bottom: auto;
        top: 0;
        left: 4em;
        right: 0;
        width: 33.33vw;
    }

    #bottomBarFirst .wrapItemOverlay,
    #navMisc li {
        float: none;
    }

    #navMisc a {
        color: #fff;
    }

    #navMenuTrigger {
        position: absolute;
        top: 50%;
        width: 4em;
        transform: translateY(-50%);
    }

    #headerMenueWrap {
        width: calc(100% - 4em);
    }

    #headerMenueWrap .wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #headerMenueMainWrap {
        display: flex;
        min-height: 100%;

    }

    #headerMenueMainWrap > * {
        width: 50%;
        padding: 0 calc(8.333% + 20px);
        float: left;
    }

    #navStdInMainNav {
        display: none;
        position: fixed;
        right: 20px;
        top: 30px;
        border-bottom: none;
    }

    #navStdInMainNav ul {
        padding: 0;
        margin-top: -5px;
    }

    #navMain .liLvl1 + .liLvl1 {
        margin-top: 30px;
    }

    #navMain .aLvl1 a {
        font-size: 1.333em;
        line-height: 1.25;
    }
    #navSocial {
        padding-bottom: 10px;
    }
    #navSocial li a {
        display: block;
        line-height: 40px;
        text-align: center;
        color: #fff;
    }


    #topBar {
        left: 4em;
    }
    #main,
    #footer {
        margin-left: 4em;
    }
    body.slim #main,
    body.slim #footer {
        margin-left: 0;
    }
    #footer {
        padding-bottom: 0;
    }
}
@media (min-width: 960px) AND (min-height: 700px) {
    #bottomBarFirst .contrastSwitcher,
    #bottomBarFirst .wrapItemOverlay .trigger {
        padding: 20px 0;
    }
}



/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */

.shariff ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.shariff ul li + li {
    margin-top: 4px;
}

.shariff ul .icon {
    font-size: 24px;
    margin-right: 5px;
    vertical-align: middle;
}

/*! 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:#768e44;}#swipebox-bottom-bar{bottom:-50px;border-top:4px solid #768e44}#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}


/* TEASER / SLIDER */
#teaser {
    position: relative;
    padding-bottom: 50px;
    height: calc(100vh - 80px);
}
.slider {
    position:relative;
}
.slider .headline {
    position:absolute;
    bottom:60px;
    right:0;
    left:0;
    padding:10px 40px;
    background:#787878;
    color:#fff;
    text-align:right;
    font-size:2.2em;
    text-transform:uppercase;
}
.slider .headline > * {
    margin:0;
}
.article_slider {
    padding-bottom:30px;
}
.content_slider {
    position:relative;
}
.sliderWrapper { overflow:hidden; position:relative; height:100%; transition: height 0.2s; }
.content_slider .slider,
.slider ul,
#teaser ul {
    margin:0;
    padding: 0;
    list-style:none;
    position:relative;
    height:100%;
}
#teaser ul:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    pointer-events: none;
    /*background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);*/
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 25%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 25%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 25%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
}
.slider ul li,
#teaser ul li { margin:0; display:none; position:absolute; top:0; left:0; width:100%; height:100%; background-position:center center; background-size:cover; }
#teaser li video,
.teaser li .teaserImg {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}
#teaser li .teaserWrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
#teaser li video {
    position:absolute;
    width:100%;
    height: auto;
    top: 50%;
    left:50%;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
}
#teaser ul li .info {
    position:absolute;
    left:5%;
    right:5%;
    bottom:20%;
    padding:20px;
    font-size:15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}
#teaser ul li .info .h1 {
    font-weight: 900;
}
#teaser ul li .info,
#teaser ul li .info * {
    color: #fff;
}
@media only screen and (min-width: 480px) {
    #teaser ul li .info {
        font-size:16px;
    }
}
@media only screen and (min-width: 640px) {
    #teaser ul li .info {
        font-size:16px;
    }
}
@media only screen and (min-width: 720px) {
    #teaser ul li .info {
        font-size:18px;
    }
}
@media only screen and (min-width: 960px) {
    #teaser ul { margin:0; list-style:none; position:relative; }
    #teaser ul li .info {
        padding-left: 50px;
        padding-right: 50px;
    }
    #teaser ul:after {
        height: 100px;
    }
    #teaser ul li .info .h1 {
        font-size: 3em;
    }
}
@media only screen and (min-width: 1280px) {

}
@media only screen and (min-width: 1680px) {

}
#teaser .slider_pager {
    position: absolute;
    left: 0;
    bottom: 20px;
}

#teaser .slider_pager .slider_pager_item {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    border: 2px solid #809fc5;
    margin-right: 10px;
    overflow: hidden;
    text-indent: -999px;
    border-radius: 6px;
    transition: border 0.2s;
}
#teaser .slider_pager .slider_pager_item.active {
    background: #fff;
    border: 6px solid #003f8a;
}

#teaser .slider_navigation {
    position: absolute;
    right: 0;
    bottom: 20px;
}
#teaser .slider_navigation > span {
    background: #003f8a;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
}
#teaser .slider_navigation > span.prev {
    font-size: 14px;
    line-height: 30px;
    border-radius: 15px;
    width: 30px;
}
#teaser .slider_navigation > span.next {
    font-size: 20px;
    line-height: 40px;
    border-radius: 20px;
    width: 40px;
    margin-left: 10px;
}
@media (min-width: 960px) AND (min-height: 400px) {
    #teaser .slider_navigation {
        position: absolute;
        top: 50%;
        left: 0;
        bottom: auto;
        height: 0;
    }
    #teaser .slider_navigation > span.prev,
    #teaser .slider_navigation > span.next {
        font-size: 20px;
        line-height: 40px;
        border-radius: 20px;
        width: 40px;
        margin-left: 10px;
    }
    #teaser .slider_navigation > span.prev {
        float: left;
    }
    #teaser .slider_navigation > span.next {
        float: right;
    }

}
#scrollDown {
    display: inline-block;
    position: absolute;
    padding: 10px;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #003f8a;
    text-decoration: none;
}
/*#scrollDown:before {
    content: '';
    display: block;
    width: 2px;
    height: 60px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -1px;
    background: -moz-linear-gradient(top, rgba(0,63,138,1) 0%, rgba(0,63,138,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,63,138,1) 0%,rgba(0,63,138,0) 100%);
    background: linear-gradient(to bottom, rgba(0,63,138,1) 0%,rgba(0,63,138,0) 100%);
}*/

/*
	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: #999;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}
.vcModal .vcModalClose:hover {
    background: #768e44;
    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;
    }
}

.swiper-container .slider_navigation {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}
.slider_navigation > div {
    position: relative;
    display: inline-block;
    color: #768e44;
    border:2px solid #fff;
    text-align: center;
    vertical-align: bottom;
    cursor: pointer;
}
.slider_navigation > div.prev {
    line-height: 30px;
    font-size: 14px;
    width: 34px;
    border-radius: 16px;
}
.slider_navigation > div.next {
    line-height: 40px;
    font-size: 20px;
    width: 44px;
    border-radius: 22px;
    margin-left: 5px;
}
.swiper-wrapper .imgWrap:before {
    content:'';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
.articleGrid .swiper-wrapper .imgWrap .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: none;
    padding: 20px 100px 20px 20px;
    color: #fff;
}
/*
	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%;
    }
}

/* POPUP */
#popup {
    visibility:hidden;
    z-index:1000;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    text-align:center;
    background:rgba(0,0,0,0);
    overflow:hidden;
    transition:visibility 0.5s, background 0.5s;
}
.popup #popup {
    visibility:visible;
    background:rgba(0,0,0,0.5);
}
#popupContainer {
    position:relative;
    box-sizing:border-box;
    width:720px;
    max-width:100%;
    height:80%;
    margin-top:20%;
    margin-top:20vh;
    display:inline-block;
    opacity:0;
    transition:margin-top .5s , opacity .5s;
}
.popup #popupContainer {
    margin-top:10%;
    margin-top:10vh;
    opacity:1;
}
#popupContent {
    box-sizing:border-box;
    text-align:left;
    padding:45px 20px 20px;
    height:100%;
    background-color:#fff;
    box-shadow:0 7px 15px rgba(0,0,0,0.6);
    overflow:auto;
}
#popupClose {
    position:absolute;
    z-index:10;
    right:0;
    top:0;
    padding:25px;
    cursor:pointer;
    overflow:hidden;
    color:#fff;
    background:#09538b;
    transition: transform 1s ease-in-out 0s;
}
#popupClose > * {
    position:relative;
}
#popupClose:before,
#popupClose:after {
    content:'';
    height: 4px;
    width: 24px;
    position:absolute;
    top:23px;
    left:14px;
    background: #FFF;
    display: block;
    transform: rotate(45deg);
    transform-origin:50% 50%;
}
#popupClose:after {
    transform: rotate(-45deg);
}

#popupContent .none,
#popupContent .img img {
    max-width:100%;
    height:auto !important;
}
#popupContent .headlineImg h1,
#popupContent .headlineImg h2,
#popupContent .headlineImg h3 {
    display:block;
}
#popupContent .headlineImg img {
    display:none;
}


/* ==========================================================================
   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;
}
.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,
.imgWidth-13 {
    width: 25%;
}
.imgWidth-10,
.imgWidth-5 {
    width: 15%;
}

.imgNone .imgWrap {
    float: left;
    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;
    }
}

/* Content: GOOGLE MAPS */
.mapWrap {
    position:relative;
    margin: 1em 0;
    background: #fff;
    overflow: auto;
}
.map_canvas {
    min-height: 200px;
    min-height: 66.667vh;
    background: #e9e9e9;
}
.mapWrap.isInFullscreenMode .map_canvas {
    height: 100%;
}

.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);
}
.mapWrap.isInFullscreenMode .map_canvas {
    height: 100%;
}
.map_canvas .gm-style,
.infoBox {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.infoBox {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background: #fff;
    padding: 10px;
    position: relative;
    font-size: .833em;
    line-height: 1.333;
}
.infoBox .closeBtn {
    float: right;
    background: #000;
    background: rgba(0,0,0,.4);
    padding: 5px;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
}
.infoBox .closeBtn img {
    display: block;
}
.infoBox .closeBtn:hover {
    background: #000;
    background: rgba(0,0,0,.7);
}
.infoBox:after,
.infoBox .nose {
    position: absolute;
    content: '';
    display: block;
    height: 0;
    width: 0;
    left: 50%;
    margin-left: -8px;
    bottom: -8px;
    border-style: solid;
    border-width: 8px 8px 0;
    border-color: #fff transparent transparent;
}
.infoBox.hasNose:after {
    display: none;
}
.infoBox .btn,
.map_canvas .gm-style-iw .btn {
    display: block;
    margin-top: 10px;
}
.infoBox .btnSet,
.map_canvas .gm-style-iw .btnSet {
    margin-top: 10px;
}
.infoBox .btn {
    text-align: left;
}
.infoBox .btnSet .btn,
.map_canvas .gm-style-iw .btnSet .btn {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .8em;
}
.infoBox .placeTeaser,
.map_canvas .placeTeaser {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
    background: #f5f6f6 no-repeat 50% 50%;
    background-size: cover;
}
.infoBox .placeTitle {
    margin: 0;
}
.infoBox .subTitle {
    display: block;
    text-transform: none;
    font-weight: 300;
    font-style: italic;
}
.infoBox p {
    margin: .667em 0;
}

.infoBox .placeTeaser .placeTitle,
.map_canvas .placeTeaser .placeTitle {
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 5px 10px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 75%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 75%);
    text-shadow: 0 0 20px rgba(0,0,0,0.19), 0 0 6px rgba(0,0,0,0.23);
    display: block;
    width: 100%;
}
.infoBox .placeTeaser {
    width: auto;
    margin: -10px -10px 0;
}
.infoBox .placeTeaser:not(:last-child) {
    margin-bottom: 10px;
}
.infoBox .placeTeaser:last-child {
    margin-bottom: -10px;
}
.box .placeInfoPart {
    font-size:.833em;
}
.box .placeInfoPart + .placeInfoPart {
    margin-top:10px;
}
.box .placeInfoPart .headline {
    display:block;
}
.map_canvas .loadOverlay,
.map_canvas .loadOverlay .loadingBG,
.map_canvas .loadOverlay .loadingIcon {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    z-index:1;
    width:100%;
    height:100%;
}
.map_canvas .loadOverlay .loadingIcon {
    background:url('../img/preloader_301_dark.gif') no-repeat center center;
}
.map_canvas .loadOverlay .loadingBG {
    background:#FFFFFF;
    opacity:0.5;
}
.map_legend {
    margin-top: 10px;
}

.map_legend .legendHead {
    padding: 20px;
    margin: 0;
    color: #fff;
    background: #003f8a;
    font-size: 1.111em;
    line-height: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.map_legend .legendWrap {
    background: #fff;
    color: #222;
}
.map_legend .slideDownSwitch:checked ~ .slideDownTrigger .legendHead {
    background: #003f8a;
}
.map_legend .legendItemsWrap {
    padding-left: 20px;
    padding-right: 20px;
}

.map_legend .legendItemsWrap ul {
    margin: 0 -10px 10px -10px;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .8em;
    line-height: 1.333;
    font-weight: bold;
    text-transform: uppercase;
}
.map_legend .legendItemsWrap li {
    padding: 0;
    width: 100%;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.map_legend .legendItemsWrap li:before {
    display: none !important;
}
.map_legend .legendItemsWrap li a {
    display: block;
    color: #333;
    position: relative;
    height: 100%;
    text-decoration: none;
    padding: 10px 10px 10px 50px;
    padding-left: calc(20px + 2.667em);
    min-height: 60px;
    min-height: calc(20px + 2.667em);
    -webkit-transition: background .3s;
    transition: background .3s;
}
.map_legend .legendItemsWrap li:hover a,
.map_legend .legendItemsWrap li.aktiv a {
    background: #e9e9e9;
}
.map_legend .legendItemsWrap li .icon {
    height: 2.667em !important;
    width: 2.667em !important;
    position: absolute;
    left: 10px;
    top: 10px;
}

.map_canvas .control {
    position: absolute;
    left: 0;
    top: 0;
}
.map_canvas .control .map_fs,
.map_canvas .control .map_gps {
    background: #fff;
    color: #000;
    padding: 6px;
    line-height: 18px;
    font-size: 18px;
    margin: 10px 0 0 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.map_canvas .control .map_fs:hover,
.map_canvas .control .map_fs.active,
.map_canvas .control .map_gps:hover,
.map_canvas .control .map_gps.active {
    background: #5b7b07;
    color: #fff;
}

.map_canvas .control .map_fs .off,
.map_canvas .control .map_fs.active .on {
    display: none;
}
.map_canvas .control .map_fs.active .off {
    display: block;
}

.mapWrap .map_search {
    position:absolute;
    bottom:5px;
    left:5px;
    padding:5px;
    background:#fff;
}

/* Modul: MAP */
#imap {
    margin: 0;
    padding-top: 70px;
    padding-top: calc(50px + 1.111em);
}
#imap .map_legend {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    width: 100%;
    padding-top: 60px;
    padding-top: calc(40px + 1.111em);
    margin: 0;
}
#imap .map_legend .slideDownTrigger {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
}
@media (min-width: 640px) {
    .addrWrap {
        margin: 0 -1em;
    }
    .addrWrap > * {
        padding: 0 1em;
        padding: 0 1rem;
    }
    .addrWrap .addr,
    .addrWrap .addrData,
    .map_legend .legendItemsWrap li {
        width: 50%;
        float: left;
        margin: 0;
    }
    .map_legend .legendItemsWrap li {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .map_legend .legendItemsWrap ul {
        margin-left: -20px;
        margin-right: -20px;
    }
    .map_legend .legendItemsWrap li:nth-child(2n+1) {
        clear: left;
    }
}
@media (min-width: 960px) {
    .map_legend .legendItemsWrap li {
        width: 33.333%;
    }
    .map_legend .legendItemsWrap li:nth-child(2n+1) {
        clear: none;
    }
    .map_legend .legendItemsWrap li:nth-child(3n+1) {
        clear: left;
    }
    aside .addrWrap .addr,
    aside .addrWrap .addrData {
        width: 100%;
        float:none;
    }
    aside .addrWrap address + address {
        padding-top:20px;
    }
}
@media (min-width: 1280px) {
    #content .section.full .rightContentCol .map_legend .legendItemsWrap li {
        width: 25%;
    }
    #content .section.full .rightContentCol .map_legend .legendItemsWrap li:nth-child(3n+1) {
        clear: none;
    }
    #content .section.full .rightContentCol .map_legend .legendItemsWrap li:nth-child(4n+1) {
        clear: left;
    }
}
/* 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:360px;
    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;
}
@media (min-width: 720px) {
    #GMO-container {
        min-width:670px;
    }
}
.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;
    background: #003f8a;
}
.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;
    margin: 5px 0;
    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 label,
ul.placeList li a {
    display:block;
    color: #303940;
    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;
    }
}
.article .directLinks {
    text-align: left;
}
.directLinks .headline {
    color: #003f8a;
    cursor: pointer;
    font-size: 1em;
    line-height: 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}
.directLinks > .address {
    font-style: normal;
    font-size: 0.938em;
}
@media only screen and (max-width: 719px) {
    .directLinks {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        margin: 1em -10px;
    }
    .directLinks > .address {
        padding: 10px;
        width: 50%;
    }
}
@media only screen and (min-width: 720px) {
    .directLinks {
        float: right;
        margin: 0 0 1em 1em;
        width: 33.33%;
    }
    .directLinks > .address + .address {
        margin-top: 2em;
    }
}
@media only screen and (min-width: 1280px) {
    .directLinks {
        width: 25%;
    }
    .directLinks > .address {
        font-size: 0.750em;
    }
}
.placeOpenings .placeOpen {
    margin: 1em 0;
}
.placeOpenings .placeOpen .success,
.placeOpenings .placeOpen .error {
    display: block;
}
.placeBlockedInfo {
    margin: 0 -15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.placeBlockedInfo .item {
    padding: 0 15px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.placeBlockedInfo .item .wrap {
    padding: 10px 0;
}
.placeBlockedInfo .item + .item .wrap {
    border-top: 2px solid #f5f6f6;
}

.placeBlockedInfo .item .key {
    font-weight: normal;
}
.placeBlockedInfo .item .value {
    font-weight: bold;
    float: right;
    padding-left: 15px;
}
.placeBlockedInfo .item .info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.placeBlockedInfo .item .info li:before {
    display: none;
}
.iconList {
    padding-left:0 !important;
    list-style: none;
}
.iconList li {
    position:relative;
    padding-left: 2.667em;
    padding-left: calc(2em + 10px);
    min-height: 2.333em;
}
.iconList li + li {
    margin-top: .667em !important;
}
.iconList li:before {
    display:none !important;
}
.iconList img {
    position:absolute;
    left:0;
    top: .333em;
    width: 2em;
    height: auto;
}
.iconList li span {
    display: block;
}

@media (min-width: 560px) {
    .placeBlockedInfo .item {
        width: 50%;
        float: left;
        margin: 0;
    }
    .placeBlockedInfo .item:nth-child(2n+1) {
        clear: left;
    }
    .placeBlockedInfo .item + .item .wrap {
        border-top: none;
    }
    .placeBlockedInfo .item:nth-child(1n+3) .wrap {
        border-top: 2px solid #f5f6f6;
    }
}
@media (min-width: 720px) {
    .hostRequest .btn {
        padding-top: .667em;
        padding-bottom: .667em;
    }

    .openings .item {
        width: 33.333%;
    }

    .openings .item:nth-child(2n+1) {
        clear: none;
    }

    .openings .item:nth-child(3n+1) {
        clear: left;
    }

    .openings .item:nth-child(1n+3) .wrap {
        border-top: none;
    }

    .openings .item:nth-child(1n+4) .wrap {
        border-top: 2px solid #f5f6f6;
    }
}

    /* 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;
    background: #FFF;
    width: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.stdTable:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.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 #999;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #FF6618 !important;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
    background-color: #FFFFFF;
}
.stdTable tbody tr:nth-child(2n) td,
.stdTable > tr:nth-child(2n) td {
    background-color: #EEE;
}
.stdTable tr:hover td {
    background-color: rgba(0,0,0,.1);
}

/* 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,
.download > span {
    display:block;
    position:relative;
    min-height:24px;
    text-align: left;
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}
.download .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;
    }
}

/* Content: SUB NAV IN ARTICLEs */
.navSub ul {
    padding: 0 0 0 2em;
}

/* Content: FORMS */
.form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}
.form ::-moz-placeholder { /* Firefox 19+ */
    color: white;
}
.form :-ms-input-placeholder { /* IE 10+ */
    color: white;
}

.form .duty {
    font-weight: bold;
    color: #FF6618;
}
.form .hint .duty {
    padding: 2px;
}

.fehler_text {
    color: #C00;
}

.optsContainer {
    margin: 1em 0;
    text-align: left;
    position: relative;
    padding:0;
}
.optsContainerWrap {
    margin: 1em 0;
}
.optsContainer:after {
    clear: both;
    content: '';
    display: table;
}
.optsContainer.optsText .optsBlock {
    margin-top: 0.5em;
    display: block;
}

.optsContainer + .optsContainer,
.optsContainer + .optsContainerWrap,
.optsContainer + .btnContainer,
.optsContainer + fieldset,
.optsContainerWrap + .optsContainerWrap,
.optsContainerWrap + .optsContainer,
.optsContainerWrap + .btnContainer,
.optsContainerWrap + fieldset,
fieldset + .btnContainer,
.form fieldset + fieldset {
    margin-top: 2em;
}
fieldset > .optsContainer:first-child,
fieldset > .optsContainerWrap:first-child {
    margin-top: 0;
}
fieldset > .optsContainer:last-child,
fieldset > .optsContainerWrap:last-child {
    margin-bottom: 0;
}
label span.duty {
    display: none;
}
.optsRange .date > label,
.optsContainer > label {
    display: block;
    margin: 0;
    padding: 0 5px;
    text-align: left;
    font-weight: normal;
    line-height: 28px;
    position: absolute;
    left: 5px;
    top: 11px;
    -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 > label:first-child,
.optsContainer > .error:first-child + label,
.optsRange > label {
    position: static;
    padding: 0;
    margin-bottom: 5px;
    text-overflow: none;
    max-width: none;
    font-weight: bold;
}
.optsContainer.optsDuty > label:after {
    font-weight: normal;
    color: #37454b;
    padding-left: 2px;
    display: inline-block;
    content: '*';
}

.optsContainer > label .shortInfo {
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    font-size: 80%;
    color: #37454b;
}
.optsContainer > label .shortInfo:before {
    content:' (';
}
.optsContainer > label .shortInfo:after {
    content:')';
}

.optsContainer input,
.optsContainer .input,
.optsContainer textarea,
.optsContainer select,
.optsContainer .selectOver {
    width: 100%;
    padding: 10px 9px;
    background: #fff;
    border: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    font-size: 1em;
    line-height: 28px;
    -webkit-transition: border-color .2s, background .2s;
    transition: border-color .2s, background .2s;
    position: relative;
    display: block;
}
.optsContainer .selectOver {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.optsError .error {
    font-size: .8em;
    line-height: 1.33333;
    padding: .5em 0;
}
.optsError > label {
    color: #C00;
}
.optsError input,
.optsError .input,
.optsError textarea,
.optsError select,
.optsError .selectOver {
    border-bottom-color: #C00;
}

.optsContainer input:hover,
.optsContainer .input:hover,
.optsContainer textarea:hover,
.optsContainer select:hover,
.optsContainer .selectWrap:hover .selectOver {
    border-color: #ebeded;
}
.optsContainer input:focus,
.optsContainer .input:focus,
.optsContainer textarea:focus,
.optsContainer select:focus,
.optsContainer .selectWrap.focus .selectOver {
    border-color: #cdd0d2;
    background: #fff;
}

.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;
    color: #737d81;
}
.optsContainer input[type="radio"]:checked + label,
.optsContainer input[type="checkbox"]:checked + label {
    color: #37454b;
}
.optsContainer .optsInline {
    display: block;
    float: left;
    padding: 8px 9px 8px 29px;
    padding-left: calc(2em - 1px);
    background: #fff;
    border: 1px solid #fff;
    border-bottom: 1px solid #b1b1b1;
    line-height: 20px;
    margin: 1em 1em 0 0;
    cursor: pointer;
    -webkit-transition: border-color .2s, color .2s;
    transition: border-color .2s, color .2s;
    position: relative;
}
/*.optsContainer .optsInline:hover {
    border-color: #ebeded;
}
.optsContainer .optsInline.optsChecked {
    border-color: #cdd0d2;
    background: #f5f6f6;
    color: inherit;
}*/
.optsContainer .optsInline input[type="radio"] + label,
.optsContainer .optsInline input[type="checkbox"] + label {
    padding: 0;
}
.optsContainer .optsInline input[type="radio"],
.optsContainer .optsInline input[type="checkbox"] {
    position: absolute;
    left: 10px;
    top: 12px;
    line-height: 1;
}
.optsContainer .optsInline.optsInlineWithIcon input[type="radio"],
.optsContainer .optsInline.optsInlineWithIcon input[type="checkbox"] {
    display: none;
}
.optsContainer .optsInline.optsInlineWithIcon .icon {
    right: auto;
    left: 10px;
    color: inherit;
}
.optsContainer .optsLine {
    display: block;
    margin-right: 0;
}
.optsContainer .optsBlock .optsLine {
    margin-right: 1em;
    float: none;
}

.optsContainer .selectWrap {
    position: relative;
    padding: 0;
    padding-bottom: 0 !important;
    overflow: hidden;
}
.optsContainer .selectOver {
    /*height: 40px;*/
}
.optsContainer .selectOver:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #b1b1b1 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: #37454b;
}
.optsContainer .selectWrap select {
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.optsContainer.optsCaptcha .icon {
    position: relative;
    font-size: 32px;
    vertical-align: bottom;
    line-height: 80px;
    top: unset;
    margin-top: 0;
    line-height: inherit;
    right: unset;
}
.optsCaptcha input {
    border: 1px dashed #9c9d9d;
    width: 200px;
    max-width: 100%;
}
.optsContainer .optsBlock {
    list-style: none;
    margin: -1em -1em 0 0;
    padding: 0;
}
.optsContainer.optsCaptcha .optsBlock {
    margin-top: 0;
}
.optsContainer .optsNfo {
    margin-top: 5px;
    font-size: 0.9em;
}
.optsContainer .optsNfo:before {
    content: '';
    display: table;
    width: 100%;
}


.optsContainerWrap > .ipShort,
.optsContainer > .ipShort {
    float: left;
    width: 25%;
}
.optsContainerWrap > .ipLong,
.optsContainer > .ipLong {
    float: left;
    width: 70%;
    width: calc(75% - 15px);
}
.optsContainerWrap > .optsContainer {
    margin: 0;
}
.optsContainerWrap > .ipLong + .ipShort,
.optsContainerWrap > .ipShort + .ipLong,
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong {
    margin-left: 4%;
    margin-left: calc(15px);
}
.optsContainerWrap .ipHalf + .ipHalf {
    margin-top: 2em;
}

.optsContainer .date {
    position: relative;
}
.optsContainer .icon,
.optsContainer .iconBtn {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    right: 10px;
    color: #9ba2a5;
    z-index: 1;
    background: none;
}
.optsContainer .icon {
    pointer-events: none;
}
.optsContainer .iconBtn .icon {
    pointer-events: auto;
    position: static;
    margin: 0;
}
.optsContainer select:focus + .icon,
.optsContainer .selectWrap.focus + .icon,
.optsContainer textarea:focus + .icon,
.optsContainer input:focus + .icon,
.optsContainer .input:focus + .icon {
    color: #37454b;
}
.optsContainer .date input,
.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 {
    margin: 0;
}
.optsRange .to {
    margin-top: 1em;
}

.optsContainer .optsSlide {
    margin: 5px 0;
}
.optsContainer .optsSlide .slider-range {
    background: #fff;
    border-color: #ebeded;
}

/* 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;*/
    }
    .optsRange .ipHalf + .ipHalf > label,
    .optsRange .date + .date > label {
        left: 15px;
    }
}
/*@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 {
    position: relative;
}
.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%;
    }
}
.listingForm {
    margin-bottom: 2em;
}
.form .townsFilter {
    text-align: left !important;
}
.form .townsFilter > div {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    background: #003f8a;
    color: #fff;
    cursor: pointer;
}

@media only screen and (max-width: 639px) {

    .listingForm .form .btnContainer button {
        width: 100%;
    }
}
@media only screen and (min-width: 640px) {
    .listingForm .form {
        margin-left: -10px;
        margin-right: -10px;
    }
    .listingForm .form .optsContainer:not(.w_100) {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 1em;
        float: left;
        width: 50%;
    }
    .listingForm .form .optsContainer.w_100,
    .listingForm .form .btnContainer {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        text-align: right;
        float: left;
        margin-top: 1em;
    }
    .optsRange .date > label, .optsContainer > label {
        left: 15px;
    }
}
/* Content: GRIDS */
.gridWrap {
    margin: 20px -10px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gridWrap .gridSizer {
    width: 8.33%;
}
#startGrid > [class*="gridWidth"],
.gridWrap .articleGrid {
    padding: 0 10px 20px 10px;
    float: left;
    width: 100%;
    position: relative;
}
.gridFullscreen .gridWrap .articleGrid {
    padding: 0;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
    width: 100%;
}
.gridWrap .rightContainer {
    float: right;
}
@media only screen and (max-width: 959px) {
    .gridWrap .articleGrid[class*="gridWidth"] {
        width: 100%;
    }
    .gridFullscreen .articleGrid .imgWrap {
        padding-bottom: 50% !important;
    }
}
@media only screen and (min-width: 960px) {
    .gridFullscreen {
    }
    .gridWrap {
        margin: 20px -20px 0;
    }
    .gridFullscreen .gridWrap {
        margin: 20px 0;
    }
    #startGrid > [class*="gridWidth"],
    .gridWrap .articleGrid {
        padding: 0 20px 40px 20px;
        width: 50%;
    }
    .gridFullscreen .gridWrap .articleGrid {
        height: 100vh;
    }
    .gridFullscreen .gridWrap .articleGrid .articleImg {
        height: 100%;
    }
    .gridFullscreen .gridWrap .articleGrid .articleImg .imgWrap {
        height: 100%;
        padding-bottom: 0 !important;
    }
    .gridFullscreen .gridWrap .articleGrid .textWrap {
        margin: 0;
    }
}
.articleGrid {
    position: relative;
    z-index: 1;
    width: 100%;
}

.articleGrid .info > :first-child {
    margin-top: 0;
}
.articleGrid .info > :last-child {
    margin-bottom: 0;
}
.articleGrid .headline {
    margin: 0;
}
.articleGrid .headline a {
    text-decoration: none;
    display: block;
}
.articleGrid .articleImg + .headline {
    margin-top: .25em;
    font-size: 1.125em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-before: 5; /* For Safari */
    -webkit-hyphenate-limit-after: 5; /* For Safari */
    -ms-hyphenate-limit-chars: 10 5 5;
    hyphenate-limit-chars: 10 5 5;
}
.articleGrid .textWrap {
    font-size: 0.750em;
}
.articleGrid .textWrap .more {
    margin: 0;
}
.gridWrap:not(.gridScattered) .articleGrid .textWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0.813em;
    max-height: 100%;
    margin: 0 10px 20px 10px;
    padding: 20px;
    color: #fff;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
    pointer-events: none;
}
.gridWrap:not(.gridScattered) .articleGrid:not(.expandable) .textWrap:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: -20px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
.gridWrap:not(.gridScattered) .articleGrid:not(.expandable) .textWrap:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: -moz-linear-gradient(left, rgba(5,171,224,1) 0%, rgba(0,63,138,1) 100%);
    background: -webkit-linear-gradient(left, rgba(5,171,224,1) 0%,rgba(0,63,138,1) 100%);
    background: linear-gradient(to right, rgba(5,171,224,1) 0%,rgba(0,63,138,1) 100%);
}
.gridWrap:not(.gridScattered) .articleGrid:not(.expandable) .textWrap > * {
    position: relative;
}
.articleGrid .textWrap > :first-child {
    margin-top: 0;
}
.articleGrid .textWrap > :last-child {
    margin-bottom: 0;
}
.gridWrap:not(.gridScattered) .articleGrid .textWrap .headline {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.385em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-before: 5; /* For Safari */
    -webkit-hyphenate-limit-after: 5; /* For Safari */
    -ms-hyphenate-limit-chars: 10 5 5;
    hyphenate-limit-chars: 10 5 5;
}
.gridFullscreen .gridWrap .articleGrid .textWrap {
    font-size: 1em;
}
.gridFullscreen .gridWrap .articleGrid .textWrap .headline {
    font-size: 1.5em;
}
.gridWrap:not(.gridScattered) .articleGrid .textWrap .headline a {
    color: #fff;
}
.gridWrap:not(.gridScattered) .articleGrid .textWrap .more {
    color: #fff;
}
.articleGrid .more.sumText {
    background: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 30px;
}
.articleGrid .more.sumText span {
    display: none;
}
@media only screen and (min-width: 960px) {
    .gridWrap:not(.gridScattered) .articleGrid .textWrap {
        margin: 0 20px 40px 20px;
    }
    .articleGrid .more.sumText {
        right: 30px;
        bottom: 40px;
    }
}

/* GRID aufgelockert (scattered)*/
.gridWrap.gridScattered .articleGrid .headline {
    font-size: 20px;
    font-weight: 800;
    color: #003f8a;
}

@media only screen and (min-width: 720px) {
    .gridWrap.gridScattered .articleGrid:nth-child(4n+1),
    .gridWrap.gridScattered .articleGrid:nth-child(4n+4){
        width: 60%;
    }
    .gridWrap.gridScattered .articleGrid:nth-child(4n+2),
    .gridWrap.gridScattered .articleGrid:nth-child(4n+3){
        width: 40%;
    }
    .gridWrap.gridScattered .articleGrid .textWrap {
        padding-left: 0;
        padding-right: 0;
        margin: 20px 0 0;
    }
}

@media only screen and (min-width: 960px) {
    .gridWrap.gridScattered .articleGrid:nth-child(7n+1) {
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .gridWrap.gridScattered .articleGrid:nth-child(7n+1) .articleImg {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 75%;
        margin: 0;
    }
    .gridWrap.gridScattered .articleGrid:nth-child(7n+1) .textWrap {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        width: 25%;
        margin: 0;
        position: relative;
        padding-left: 0;
        padding-right: 20px;
        padding-top: 20px;
    }
    .gridWrap.gridScattered .articleGrid:nth-child(7n+2) .textWrap,
    .gridWrap.gridScattered .articleGrid:nth-child(7n+7) .textWrap,
    .gridWrap.gridScattered .articleGrid:nth-child(7n+3) .textWrap,
    .gridWrap.gridScattered .articleGrid:nth-child(7n+5) .textWrap,
    .gridWrap.gridScattered .articleGrid:nth-child(7n+4) .textWrap,
    .gridWrap.gridScattered .articleGrid:nth-child(7n+6) .textWrap {
        padding-left: 0;
        padding-right: 0;
        margin: 20px 0 0;
    }

    .gridWrap.gridScattered .articleGrid:nth-child(7n+2),
    .gridWrap.gridScattered .articleGrid:nth-child(7n+7) {
        width: 33.33%;
    }
    .gridWrap.gridScattered .articleGrid:nth-child(7n+3),
    .gridWrap.gridScattered .articleGrid:nth-child(7n+5) {
        width: 25%;
    }
    .gridWrap.gridScattered .articleGrid:nth-child(7n+4),
    .gridWrap.gridScattered .articleGrid:nth-child(7n+6) {
        width: 41.66%;
    }
    .gridWrap.gridScattered .articleGrid:nth-child(7n+1) .textWrap:before {
        content:'';
        display: block;
        height: 5px;
        position: absolute;
        top: 0;
        left: 0;
        right: 20px;
        background: rgb(0,155,172);
        background: -moz-linear-gradient(left, rgba(0,155,172,1) 0%, rgba(0,63,138,1) 100%);
        background: -webkit-linear-gradient(left, rgba(0,155,172,1) 0%,rgba(0,63,138,1) 100%);
        background: linear-gradient(to right, rgba(0,155,172,1) 0%,rgba(0,63,138,1) 100%);
    }
}


.section {
    margin-top: 2em;
}

/*#startGrid .swiper-wrapper.gridWrap .articleGrid .textWrap {
    margin: 0;
}
#startGrid .swiper-wrapper.gridWrap .articleGrid .more.sumText {
    right: 20px;
    bottom: 20px;
    margin: 0;
}*/

.articleGrid .imgWrap {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.articleGrid .imgWrap .caption {
    display: block;
    padding: .5em 1em;
    margin: 0;
    max-width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
}
.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 .leftContainer,
    .gridWrap .rightContainer {
        width: 50%;
    }
}

@media only screen and (min-width: 640px) {
    .gridWrap .articleGrid.gridWidth_50,
    .gridWrap .articleGrid.gridWidth_33,
    .gridWrap .gridWidth_50,
    .gridWrap .gridWidth_33 {
        width: 50%;
    }
}

@media only screen and (min-width: 960px) {
    .gridWrap .articleGrid.gridWidth_33,
    .gridWrap .gridWidth_33 {
        width: 33.33%;
    }
    .gridWrap .articleGrid.gridWidth_25,
    .gridWrap .gridWidth_25 {
        width: 25%;
    }
}
.article {
    text-align: justify;
    hyphens: auto;
}
.article + .article,
.article + .list,
.list + .article,
.article + .clear + .gridWrap {
    margin-top: 2em;
}

/* START */

/* NEWS */
#news .articleGrid .articleImg {
    display: none;
}
#news .articleGrid .textWrap {
    position: relative;
    pointer-events: initial;
    color: inherit;
    text-shadow: none;
    font-size: 15px;
    padding: 0;
    margin: 0;
    background: none;
}
#news .articleGrid .headline {
    margin: 0;
    line-height: 1.2;
    font-size: 15px;
    color: #003f8a;
    text-transform: none;
    letter-spacing: 0;
}
#news .articleGrid .headline a {
    color: #003f8a;
}
#news .articleGrid .dateText {
    position: relative;
    padding: 0;
    font-size: .8em;
    line-height: 1.25;
    font-weight: 400;
    color: #989ca0;
}
#news .articleGrid .more {
    color: #003f8a;
}
#news .articleGrid .textWrap:before,
#news .articleGrid .textWrap:after {
    display: none;
}

#news .articleGrid:first-child {
    position: relative;
    padding-bottom: 20px;
    width: 100%;
}
#news .articleGrid:first-child:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #ddd;
}
#news .articleGrid:first-child .headline {
    font-size: 20px;
}
#news .articleGrid:first-child .articleImg {
    display: block;
    width: 80px;
    margin: 0;
    border-radius: 40px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    padding: 0;
}
#news .articleGrid:first-child .textWrap {
    padding-left: 100px;
    position: relative;
    pointer-events: initial;
    margin: 0;
    font-size: 15px;
}
#news .articleGrid:first-child .short_description > :first-child {
    margin-top: 0;
}
#news .articleGrid:first-child .short_description > :last-child {
    margin-bottom: 0;
}
#news .articleGrid:first-child .more {
    display: none;
}
#news .articleGrid:not(:first-child) {
    margin-top: 20px;
    padding-bottom: 0;
    width: 50%;
}
#news .articleGrid:not(:first-child) .short_description {
    display: none;
}
#news .articleGrid:nth-child(3n+3) {
    border-left: 1px solid #eee;
}

@media only screen and (min-width: 960px) {
    #startIntro > .article {
        z-index: 2;
    }
    #startIntro .gridWrap .articleGrid:before {
        content:'';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 140px;
        pointer-events: none;
        z-index: 1;
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    }
    #startIntro .gridFullscreen .gridWrap .articleGrid {
        height: 80vh;
    }
}


.gridFullscreen .gridWrap .articleGrid .headline a {
    display: initial;
}
.gridFullscreen .gridWrap .articleGrid .textWrap {
    pointer-events: initial;
}
.expandable .expandable_text {
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s;
}
.expandable > input:checked ~ .expandable_text,
.expandable > input:checked ~ * .expandable_text {
    max-height: 1000px;
}
.expandable .expandable_label {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    height: 1em;
    width: 1em;
    font-size: 1.5em;
    vertical-align: bottom;
    text-align: center;
}
.expandable .expandable_label:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    background: linear-gradient(-90deg, #009bac, #003f8a) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.expandable .expandable_label span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 16px;
    width: 16px;
}
.expandable .expandable_label span:before,
.expandable .expandable_label span:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -1px;
    width: 16px;
    height: 2px;
    background: #fff;
}
.expandable .expandable_label span:after {
    margin-top: -1px;
}
.expandable .expandable_label span:before {
    transition: transform 0.5s;
    transform: rotate(90deg);
    margin-top: -1px;
}
.expandable > input:checked ~ * .expandable_label span:before {
    transform: rotate(360deg);
}
.expandable .articleImg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s;
    background: -moz-linear-gradient(top, rgba(0,155,172,0.9) 0%, rgba(0,63,138,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0,155,172,0.9) 0%,rgba(0,63,138,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,155,172,0.9) 0%,rgba(0,63,138,0.9) 100%);
}
.expandable > input:checked ~ .articleImg:after {
    opacity: 1;
}

/* GIVEAWAY */
#giveAwayForm .article .itemSelector {
    padding: 15px;
    margin-top: 2em;
    background-color: rgb(245, 246, 246);
}
#giveAwayForm .article .itemSelector .optsContainer {
    margin: 0;
}
#giveAwayForm .article .itemSelector .optsContainer label {
    background: none;
}
#giveAwayForm .article .itemSelector .optsContainer .optsInline {
    border-bottom: none;
}

/* events*/
#datePicker {
    padding: 20px 0;
}
#datePicker table {
    width: 100%;
    table-layout: fixed;
    line-height: 30px;
}
#datePicker table td {
    text-align: center;
}
#datePicker .calHead .a {
    background: #003f8a;
    display: block;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin: 0 auto;
}
#datePicker .calHead .a.disabled {
    cursor: default;
    background: #bbbbbb !important;
    color: #f3f3f3 !important;
}
#datePicker .calHead .a:hover {
    background: #003f8a;
}
#datePicker .calHead .current {
    font-weight: 300;
    font-size: 1.25em;
}

#datePicker .calHead .a .icon {
    display: block;
    font-size: 1rem;
}
#datePicker .calWeekdays {
    font-weight: bold;
    font-size: .667em;
}
#datePicker .calWeek span,
#datePicker .calWeek a {
    display: block;
    text-decoration: none;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    line-height: 26px;
    margin: 0 auto;
    color: inherit;
    margin-bottom: 5px;
    font-size: .833em;
    text-align: center;
    border: 1px solid transparent;
}
#datePicker .calWeek a {
    border-color: #809fc5;
    background: #809fc5;
    color: #fff;
}
#datePicker .calWeek .event_1 a {
    border-color: #3365a1;
    background: #3365a1;
    color: #fff;
}

#datePicker .calWeek .today {
    font-weight: 600;
}
#datePicker .calWeek .choosenDate span {
    border-color: #003f8a;
    background: #003f8a;
    color: #fff;
}
#datePicker .calWeek .choosenDate a,
#datePicker .calWeek a:hover,
#datePicker .calWeek a:hover,
#datePicker .calWeek a:hover {
    border-color: #003f8a;
    background: #003f8a;
    color: #fff;
}
.slideDownTrigger {
    padding: 10px 0;
    line-height: 20px;
    display: block;
    color: #003f8a;
}
@media (min-width: 960px) {
    label[for=form_EventsFilterSwitch] {
        display: none;
    }
    label[for=form_EventsFilterSwitch] + form.slideDownTarget {
        max-height: 10000px;
    }
    .eventsFilterMoreTrigger {
        display: none;
    }
    .eventsFilterMoreTrigger ~ .slideDownTarget {
        max-height: unset !important;
        width: 66.66%;
        float: left;
        padding-left: 20px;
    }
    #datePicker {
        width: 33.33%;
        float: left;
        padding-right: 20px;
    }

}
#eventsSlider {
    margin: 0;
    padding: 0;
}
#eventsSlider .dateSliderDatesWrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-right: 50px;
    padding-right: calc(2em + 20px);
}
.no-js #eventsSlider .dateSliderDatesWrap {
    overflow: auto;
}

#eventsSlider .dateSliderDates {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    margin: 0 auto 0 -5px;
    padding: 0;
}
#eventsSlider .dateSliderDatesWrap:after {
    content: '';
    display: block;
    width: 50px;
    width: calc(2em + 20px);
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.9) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.9) 100%);
    z-index: 0;
}
#eventsSlider .dateSliderButtonNext {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1em;
    line-height: 2em;
    font-size: 2em;
    border-radius: 1em;
    background: none;
    border:none;
    color: #389938;
    padding: 0;
    text-align: center;
    width: 2em;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all .3s;
}
#eventsSlider .dateSliderButtonPrev {
    position: absolute;
    right: 50px;
    top: 66%;
    margin-top: -1em;
    line-height: 1.5em;
    font-size: 1.5em;
    border-radius: 1em;
    background: none;
    border:none;
    color: #003f8a;
    padding: 0;
    text-align: center;
    width: 1.5em;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    transition: all .3s;
}
.no-js #eventsSlider dateSliderButtonNext {
    display: none;
}
#eventsSlider .dateSliderButtonNext[disabled] {
    opacity: .5;
}
#eventsSlider .dateSliderDates li {
    text-align: center;
    webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap;
    width: auto;
}
#eventsSlider .dateSliderDates li:before {
    display: none;
}
#eventsSlider .dateSliderMonth {
    line-height: 2;
    font-size: 1em;
    padding: 10px 5px;
    color: #003f8a;
    list-style: none;
    margin: 0;
    text-transform: uppercase;
}
#eventsSlider .dateSliderMonth strong {
    font-weight: 900;
}
#eventsSlider .dateSliderMonth.sticky {
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 1;
    width: auto;
}
#eventsSlider .dateSliderMonth.sticky:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) calc(100% - 10px),rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) calc(100% - 10px),rgba(255,255,255,0) 100%);
    z-index: -1;
}
#eventsSlider .dateSliderDate {
    color: #bfcfd5;
}
#eventsSlider .dateSliderDate a {
    display: block;
    text-decoration: none;
    color: inherit;
}
#eventsSlider .dateSliderDate .dayOfMonth {
    display: block;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1;
    padding: 10px 5px 0;
    min-width: 2em;
}
#eventsSlider .dateSliderDate .dayOfWeek {
    display: block;
    padding: 0 5px 10px;
    font-size: .667em;
    line-height: 1.5;
}
#eventsSlider .dateSliderDate.endOfWeek,
#eventsSlider .dateSliderDate.holiday {
    color: #cde7f0;
}
#eventsSlider .dateSliderDate.hasEvents {
    color: #003f8a;
    transition: background .3s;
}
#eventsSlider .dateSliderDate.hasEvents.endOfWeek,
#eventsSlider .dateSliderDate.hasEvents.holiday {
    font-weight: 700;
}
#eventsSlider .dateSliderDate.hasEvents:hover {
    background: #f9f6f4;
}
#eventsSlider .dateSliderDate.hasEvents.active {
    background: rgb(0,155,172);
    background: -moz-linear-gradient(left, rgba(0,155,172,1) 0%, rgba(0,63,138,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,155,172,1) 0%,rgba(0,63,138,1) 100%);
    background: linear-gradient(to right, rgba(0,155,172,1) 0%,rgba(0,63,138,1) 100%);
}
#eventsSlider .dateSliderDate.hasEvents.active .dayOfMonth,
#eventsSlider .dateSliderDate.hasEvents.active .dayOfWeek{
    color: #fff;
}
#eventsSlider .dateSliderDate.today .dayOfMonth,
#eventsSlider .dateSliderDate.today .dayOfWeek{
    color: #555;
}

#eventsSlider .dateSliderEventsWrap {
    text-align: center;
}
#eventsSlider .dateSliderEvents {
}
#eventsSlider .dateSliderEvents .loading {
    background: url('../img/preloader_301_dark.gif') no-repeat 50% 50%;
    min-height: 48px;
    height: 100%;
    width: 100%;
}
#eventsSlider .dateSliderEvents .event {
    position: relative;
    padding: 20px 0;
    min-height: 80px;
    text-align: left;
    font-size: 15px;
    width: 100%;
}
/*#eventsSlider .dateSliderEvents .event:not(:first-child) {
    display: none;
}*/
#eventsSlider .dateSliderEvents .event:not(:first-child) {
    border-top: 1px solid #eee;
}

.eventListItem .eventPreviewImg,
#eventsSlider .dateSliderEvents .eventPreviewImg {
    width: 80px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    left: 0px;
    display: none;
}
.eventListItem .eventPreviewImg {
    right: 0;
    left: auto;
}
#eventsSlider .dateSliderEvents .event .headline {
    margin: 0;
    line-height: 1.2;
    font-size: 1.333em;
}
#eventsSlider .dateSliderEvents .event .headline a {
}
#eventsSlider .dateSliderEvents .event .eventData {
    margin: 0;
}
#eventsSlider .dateSliderEvents .event .eventData + .eventDesc {
    margin-top: 10px;
}
#eventsSlider .dateSliderEvents .event .eventDesc {
    font-size: .9em;
    line-height: 1.333;
    max-height: 2.667em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#eventsSlider .dateSliderEvents .event .eventDesc > :first-child {
    margin-top: 0;
}
#eventsSlider .dateSliderEvents .event .eventDesc > :last-child {
    margin-bottom: 0;
}
#eventsSlider .dateSliderEvents .event .btnMore {
    color: #fff;
    text-transform: uppercase;
}
#eventsSlider .dateSliderEvents .event .btnMore:after {
    background: -webkit-linear-gradient(left, rgba(192,167,143,0) 0%,rgba(192,167,143,1) 30px);
    background: linear-gradient(to right, rgba(192,167,143,0) 0%, rgba(192,167,143,1) 30px);
}

#eventsSlider .dateSliderBtnMore {
    position: relative;
    padding-left: 2em;
    margin-bottom: 0;
    display: block;
    text-align: left;
    margin-top: 1em;
}
#eventsSlider .dateSliderBtnMore .counter {
    height: 1.667em;
    width: 1.667em;
    line-height: 1.667;
    text-align: center;
    border-radius: .833em;
    background: #003f57;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.833em;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#eventsSlider .dateSliderBtnMore:hover .counter {
    background: #389ec3;
}
.eventListItem .eventInfo .headline {
    margin: 0;
}
.eventListItem .eventInfo .moreBtn > :last-child {
    margin-bottom: 0;
}

@media (min-width: 720px) {
    #eventsSlider {
        margin: 0 0 20px 0;
    }
    #eventsSlider .dateSliderDatesWrap {
        padding-right: 60px;
        padding-right: calc(2em + 30px);
    }
    #eventsSlider .dateSliderDatesWrap:after {
        width: 60px;
        width: calc(2em + 30px);
    }
    #eventsSlider .dateSliderEvents {
        margin-left: 0;
        margin-right: 0;
    }
    #eventsSlider .dateSliderEventsWrap {
        text-align: right;
    }

    #eventsSlider .dateSliderEvents {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #eventsSlider .dateSliderEvents .event .eventDesc {
        max-height: none;
    }
    .eventListItem .eventPreviewImg {
        display: block;
        width: 200px;
    }
    .eventListItem.hasImg .eventInfo {
        padding-right: 220px;
        min-height: 200px;
    }

}

@media (min-width: 1080px) {
    #eventsSlider .dateSliderEvents .eventPreviewImg {
        display: block;
    }
    #eventsSlider .dateSliderEvents .event.hasImg .eventInfo {
        padding-left: 100px;
    }
}
ul.eventData {
    list-style:none;
    margin: 1em 0;
    padding: 0;
    font-size: .8em;
    line-height: 1.25;
    font-weight: 400;
    color: #6f757a;
}
@media (min-width: 360px) {
    ul.event_service {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 640px) {
    ul.event_service {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
ul.eventData li {
    position: relative;
    display: inline;
    padding: 0 0 0 20px;
}
ul.eventData li:before {
    content: '';
    background: #555;
    display: block;
    margin-top: -1px;
    height: 3px;
    width: 3px;
    border: none;
    position: absolute;
    top: 50%;
    left: 9px;
}
ul.eventData li:first-child {
    padding-left: 0;
}
ul.eventData li:first-child:before {
    display: none;
}

/* SVG */
#svgMap svg {
    width: 100%;
    height: auto;
}
/*#svgMap svg path:hover {
    fill: #003f8a;
}*/
#svgMap .imgRight .imagesInnerWrap {
    position: relative;
    padding-left: 0;
}

#svgMap .marker {
    content:'';
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    border-radius: 50%;
    transition: all 0.2s;
    opacity: 1;
}
#svgMap .infoSvg:hover .marker {
    opacity: 0.9;
}
#svgMap svg path.m_barnim {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    transform-origin: 25% 65%;
    transform: scale(0.8);
    filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 0.4));
}
#svgMap svg path.m_barnim.hover {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

#svgMap .name {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    padding: 5px;
    background: none;
    color: #000;
    hyphens: none;
    font-size: 0.7em;
    font-weight: 600;
    pointer-events: none;
    transition: all 0.2s;
}

#svgMap .marker.hover {
    z-index: 1;
}
#svgMap .name.hover {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

/*schorfheide*/

#svgMap .name.m_schorfheide {
    top: 20%;
    left: 30%;
    transform: translateX(-50%) translateY(-50%) rotate(-18deg);
}
#svgMap .marker.m_schorfheide {
    top: 20%;
    left: 30%;
    transform: translateY(-50%) translateX(-50%) rotate(-18deg);
}
#svgMap .marker.m_schorfheide.hover {
    transform: translateY(-50%) rotate(-18deg) translateX(-50%);
    width: 45%;
    height: 14%;
    top: 14%;
}


/*oderberg*/
#svgMap .name.m_oderberg {
    top: 31%;
    left: 71%;
}
#svgMap .marker.m_oderberg {
    top: 31%;
    left: 71%;
    transform: translateY(-50%) translateX(-50%);
}
#svgMap .marker.m_oderberg.hover {
    transform: translateY(-50%) translateX(-50%);
    width: 45%;
    height: 16%;
}

/*eberswalde*/
#svgMap .name.m_eberswalde {
    top: 43%;
    left: 54%;
}
#svgMap .marker.m_eberswalde {
    top: 43%;
    left: 54%;
    transform: translateY(-50%) translateX(-50%);
}
#svgMap .marker.m_eberswalde.hover {
    transform: translateY(-50%) translateX(-50%);
    width: 25%;
    height: 16%;
}


/*bernau*/
#svgMap .name.m_bernau {
    top: 72%;
    left: 27%;
}
#svgMap .marker.m_bernau {
    top: 72%;
    left: 27%;
    transform: translateY(-50%) translateX(-50%);
}
#svgMap .marker.m_bernau.hover {
    transform: translateY(-50%) translateX(-50%);
    width: 20%;
    height: 22%;
}


/*naturpark barnim*/
#svgMap .name.m_barnim {
    top: 57%;
    left: 27%;
    transform: translateX(-50%) translateY(-50%) rotate(-20deg);
    font-size: 0.9em;
}
#svgMap .marker.m_barnim {
    transform: translateY(-50%) translateX(-50%);
}
#svgMap #marker1.m_barnim {
    top: 70%;
    left: 10%;
}
#svgMap #marker2.m_barnim {
    top: 54%;
    left: 27%;
}
#svgMap #marker3.m_barnim {
    top: 64%;
    left: 40%;
}
#svgMap .marker.m_barnim.hover {
    box-shadow: none;
}

/*#svgMap #marker1.m_barnim.hover {
    transform: translateY(-50%) translateX(-50%);
    width: 18%;
    height: 22%;
}
#svgMap #marker2.m_barnim.hover {
    transform: translateY(-50%) translateX(-50%) ;
    width: 50%;
    height: 18%;
}
#svgMap #marker3.m_barnim.hover {
    transform: translateY(-50%) translateX(-50%);
    width: 15%;
    height: 10%;
}
#svgMap .name.m_barnim.hover {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}*/

/*feldmark*/
#svgMap .name.m_feldmark {
    top: 82%;
    left: 41%;
    transform: translateX(-50%) translateY(-50%) rotate(-30deg);
}
#svgMap .marker.m_feldmark {
    top: 82%;
    left: 41%;
    transform: translateY(-50%) translateX(-50%) rotate(-30deg);
}
#svgMap .marker.m_feldmark.hover {
    transform: translateY(-50%) rotate(-30deg) translateX(-50%);
    width: 40%;
    height: 16%;
    left: 38%;
    top: 73%;
}


    /* 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 5px;
    margin:0 1em;
    display:block;
    float:left;
    min-width:40px;
    height:40px;
    background: #fff;
    color: #003f8a;
    font-weight: normal;
    line-height: 20px;
    text-align:center;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #003f8a;
}
.pagerJumper a:hover {
    background: #003f8a;
    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:#003f8a;
}
.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;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    font-weight: 500;
}
.pages a {
    padding: 0 10px;
    position: relative;
    color: #003f8a;
    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 #003f8a transparent transparent;
    border-style: solid;
    border-width: .357em .429em .357em 0;
    left: 0;
    top: .3em;
}
.pages a.enabled:last-child:after {
    border-color: transparent transparent transparent #003f8a;
    border-width: .357em 0 .357em .429em;
    right: 0;
    left: auto;
}
.pages a.disabled {
    color: #CCC;
    text-decoration: none;
}
.pages .divider:before {
    content: '/';
    display: inline-block;
    color: #003f8a;
    font-weight: 500;
}
body.contrast .gridWrap:not(.gridScattered) .articleGrid .textWrap,
body.contrast .gridFullscreen .gridWrap .articleGrid .textWrap,
body.contrast #teaser ul li .info {
    background: #003f8a;
}
body.contrast #breadcrumb,
body.contrast #breadcrumb a {
    color: #000;
}


/* ==========================================================================
   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;
    }
}
