
.eventListOuter {
    border: 1px solid #eaeaea;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 20px;
}
.eventListOuterHalf {
    box-sizing: border-box;
    width: 290px;
    float: left;
    margin-right: 20px;
}
.eventListOuterHalf:nth-child(even) {
    margin-right: 0;
}
.eventListTop {
    background-color: #eaeaea;
    position: relative;
    overflow: hidden;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 5px 10px;
}
.eventListTop h1 {
    font-size: 110%;
    margin: 0;
}
.eventListTitle {
    float: left;
    width: 400px;
}
.eventListOuterHalf .eventListTitle {
    display: none;
}
.eventListDate {
    font-size: 110%;
    float: right;
}
.eventListOuterHalf .eventListDate {
    float: left;
}
.eventListSection {
    padding: 10px 10px 0 10px;
    font-size: 80%;
}
.eventListHeadline {
    padding: 0px 10px 0 10px;
    line-height: 1.6em;
}
.eventListHeadline h2 {
    border-width: 0;
    padding: 0;
    margin-top: 0;
}
.eventListHeadline a,
.eventListHeadline a:hover {
    color: #000000;
    text-decoration: none;
}
.eventListContent {
    padding: 0px 10px;
}
.eventImageRights {
    text-align: right;
    font-size: 80%;
    font-style: italic;
    line-height: 1em;
    margin-bottom: 1em;
}
.eventListMore {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 10px 10px;
    font-weight: 700;
}
.eventListMore a,
.eventListMore a:hover {
    color: #000000;
    text-decoration: none;
}
.eventListMore a:after {
    content: '→';
    padding-left: 7px;
}

.eventListPlanning,
.eventListBookup {
    display: none;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    color: #cc0000;
    font-weight: bold;
    font-size: 150%;
    letter-spacing: 0.5em;
    border-top: 2px solid #cc0000;
    border-bottom: 2px solid #cc0000;
    margin: 0 130px;
    background-color: rgba(255,255,255,0.7);
    padding: 5px 0;
    transform: rotate(-10deg);
}
.eventListPlanning {
    color: #1b870f;
    border-top: 2px solid #1b870f;
    border-bottom: 2px solid #1b870f;
}
.bookedoutsmall {
    font-size: 75%;
    letter-spacing: 0;
}
.eventListOuterHalf .eventListPlanning,
.eventListOuterHalf .eventListBookup {
    margin: 10px;
}
.eventListPlanningVisible,
.eventListBookupVisible {
    display: block;
}
.eventListButton {
}

.eventMainLink {
    padding: 0px 11px 20px 11px;
    font-weight: 700;
    margin-bottom: 30px;
    clear: both;
}
.eventMainLink a,
.eventMainLink a:hover {
    color: #000000;
    text-decoration: none;
}
.eventMainLink a:after {
    content: '→';
    padding-left: 7px;
}
.eventShadow {
    /*background-image: url(../img/shadow-content.png);*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 40px;
    font-size: 140%;
    /*background-color: antiquewhite;*/
    padding: 10px;
    text-align: center;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.eventsDetailLeftOuter {
    padding: 0px 0px 0 0px;
}
.eventsDetailLeftOuter h1 {
    margin-bottom: 1em;
}
.eventsDetailDate {
    padding: 10px;
    background-color: #eaeaea;
    font-size: 90%;
    margin-bottom: 10px;
}
.eventsDetailDateDate {
}
.eventsDetailDatePlace {
    margin-top: 5px;
}
.eventsDetailDateFee {
    margin-top: 5px;
}

.eventsDetailMap {
    height: 300px;
    margin-bottom: 10px;
    background-position: center center;
}
.eventsDetailRegistration {
    background-color: #666666;
    margin-bottom: 10px;
}
.eventsDetailRegistration a {
    display: block;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    font-size: 110%;
}
.eventsRegistrationClosed {
    display: block;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    font-size: 110%;
}
.eventsDetailDownloads {
    padding: 10px;
    background-color: #eaeaea;
    font-size: 90%;
    margin-bottom: 10px;
}
.eventsDetailDownloadLink {
    margin-top: 3px;
}
.eventsDetailDownloadLink a {
    color: #000000;
    text-decoration: none;
    font-weight: 400;
}

.eventsDetailsGallery {
    background-color: #eaeaea;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 10px;
}
.eventsDetailsGalleryThumb {
    line-height: 1em;
}
.eventsDetailsGalleryText {
    position: absolute;
    top: 30px;
    left: 110px;
    font-weight: 700;
    font-size: 120%;
}
.eventsDetailsGalleryButton {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


.eventsArchiveYears {
    background-color: #eaeaea;
    padding: 10px 10px 0 10px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.eventsArchiveYearsTitle {
    font-weight: 700;
    margin-bottom: 10px;
}
.eventsArchivYear {
    float: left;
    width: 100px;
    margin-bottom: 10px;
}
.eventsArchivYear a {
    color: #000000;
    text-decoration: none;
}

.eventArchiveListOuter {
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.eventArchiveListLeft {
    float: left;
    width: 66%;
}
.eventArchiveListDate {
    padding: 0px 0px 0px 0px;
}
.eventArchiveListHeadline {
    padding: 0px 10px 0 0px;
    line-height: 1.6em;
}
.eventArchiveListHeadline h2 {
    border-width: 0;
    padding: 0;
}
.eventArchiveListHeadline a,
.eventArchiveListHeadline a:hover {
    color: #000000;
    text-decoration: none;
}
.eventArchiveListContent {
    padding: 0px 10px 0 0;
}
.eventArchiveListMore {
    padding: 10px 10px 10px 0;
    font-weight: 700;
}
.eventArchiveListMore a,
.eventArchiveListMore a:hover {
    color: #000000;
    text-decoration: none;
}
.eventArchiveListMore a:after {
    content: '→';
    padding-left: 7px;
}
.eventArchiveListRight {
    margin-left: 69%;
    padding-right: 0px;
}
.eventArchiveListButton {
}

#mainLeftOuter {
    width: 66%;
    float: left;
}
#mainLeftInner {
    padding-right: 20px;
}
#mainRightOuter {
    width: 29.4%;
    margin-left: 70.7%;
}
#mainRightInner {
}





.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url(/site/img/a22.png) center center no-repeat;
    overflow: hidden;
}
.jssora22l {
    background-position: -10px -31px;
}
.jssora22r {
    background-position: -70px -31px;
}
.jssora22l:hover {
    background-position: -130px -31px;
}
.jssora22r:hover {
    background-position: -190px -31px;
}
.jssora22l.jssora22ldn {
    background-position: -250px -31px;
}
.jssora22r.jssora22rdn {
    background-position: -310px -31px;
}

.jssorb14 {
    position: absolute;
    display: none;
}
.jssorb14 div, .jssorb14 div:hover, .jssorb14 .av {
    position: absolute;
    /* size of bullet elment */
    width: 12px;
    height: 12px;
    background: url(/site/img/b14.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb14 div {
    background-position: -9px -9px;
}
.jssorb14 div:hover, .jssorb14 .av:hover {
    background-position: -39px -9px;
}
.jssorb14 .av {
    background-position: -69px -9px;
}
.jssorb14 .dn, .jssorb14 .dn:hover {
    background-position: -99px -9px;
}


.overlay {
    background-color: rgba(0,0,0,0.95);
    background-image: url(/site/img/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
}

.dialog {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 1020;
}

.galleryOuter {
    position: relative;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.2);
    box-sizing: content-box;
}
.galleryInner {
    cursor: move;
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.galleryClose {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-color: rgba(87,87,87,0.5);
    background-image: url(/site/img/close.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.slideSingle {
    /*text-align: center;*/
}
.slideSingle img {
    position: absolute;
    top: 50%;
    left: 50%;
}
.noSliderNavigator {
    display: none !important;
}

.overlayTmp {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}



.eventGalleryOuter {
    margin-bottom: 20px;
}
.eventGalleryHeadline {
}
.eventGalleryPicsOuter {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
.eventGalleryPicsOuter img {
    margin-right: 10px;
    cursor: pointer;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 15px;
}



.eventsRegistrationOuter {
    padding: 0 20px 0 0;
}
.eventRegistrationHeadline {
    font-weight: 700;
}

