
.event2 ul li {
    list-style: unset;
}
/** Akkordeon ohne JS mit EXT:container */

details {
    border-bottom: solid rgba(230, 227, 227, 0.25);
}

/** Standart Icon wird ausgeblendet... Siehe: https://wiki.selfhtml.org/wiki/HTML/Tutorials/details*/
summary {
    position: relative;
}

summary::marker {
    color: transparent;
}

/*summary::after {*/
/*    content:  "+";*/
/*    position: absolute;*/
/*    color:  #74a345;*/
/*    font-size: 2em;*/
/*    font-weight: 300;*/
/*    right: 0;*/
/*    top: 0;*/
/*}*/

/*details[open] summary::after {*/
/*    content: "–" " ";*/
/*    font-size: 2em;*/
/*}*/


.accordion details {
    /*border: 1px solid #ccc;*/
    /*border-radius: 5px;*/
    /*padding: .5rem 1rem;*/
    /*margin-bottom: .2rem;*/
    /*cursor: pointer;*/
}


/*.accordion summary:hover {*/
/*    color: #74a345;*/
/*}*/



/*.accordion details[open] summary::marker {*/
/*    content: "-" " ";*/
/*    !*font-family: "Font Awesome 5 Free";*!*/
/*    !*color: #74a345;*!*/
/*    !*font-size: 1.5em;*!*/
/*}*/

.accordion details p:last-child {
    /*margin-bottom: 0;*/
}


.accordion details {
    padding: .5rem 0 .5rem 0;
    margin-bottom: .2rem;
    cursor: pointer;
}


.accordion_content {
    cursor: default;
    margin-bottom: .7rem;
    border-bottom: solid 1px;
    border-color: rgba(99, 100, 100, 0.15);
}

.accordion details p:last-child {
    margin-bottom: 0;
}

/* Ende Akkordeon */

/* Anfang Events2 Kalender
----------------------------------*/
.events2calendar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.litepicker .container__days .day-item.is-highlighted {
    /*color: white ;*/
    background-color: #e3ecd9;
    border: white 1px solid;
    cursor: pointer;
}

.litepicker .container__days .day-item:hover {
    box-shadow: none;
    background-color: #fcfefc;
    border: #94c01f 1px solid;
}

.litepicker .container__days .day-item.is-end-date {
    color: inherit;
    background-color: inherit;

}

/* Ende Events2 Kalender
----------------------------------*/




/* Events2 Listenansicht- Seitennummer */

.f3-widget-paginator li:before {
    display: none;
}

.f3-widget-paginator,
.tx-pagebrowse,
.tx-pagebrowse ol,
.tx-indexedsearch-browsebox ul {
    display: inline-block;
    margin: 0 0 1.5rem 0;
    padding-left: 0;
    font-size: 100%;
}

.f3-widget-paginator > li {
    display: inline;
}

.tx-pagebrowse li,
.tx-indexedsearch-browsebox li {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
}

.f3-widget-paginator > li > a,
.f3-widget-paginator > li.current,
.tx-pagebrowse li > a,
.tx-pagebrowse li > span,
.tx-indexedsearch-browsebox li a {
    position: relative;
    float: left;
    padding: 3px 12px;
    margin-left: -1px;
    text-decoration: none;
    border: 1px solid #a3a8ab;
    background-color: #FFF;
}

.f3-widget-paginator > li.current,
.f3-widget-paginator > li > a:hover,
.f3-widget-paginator > li > a:focus,
.tx-pagebrowse li.current,
.tx-pagebrowse li > a:hover,
.tx-pagebrowse li > a:focus,
.tx-indexedsearch-browsebox li.current,
.tx-indexedsearch-browsebox li > a:hover,
.tx-indexedsearch-browsebox li > a:focus {
    background-color: #000F42;
    color: #fff;
}

.f3-widget-paginator > li:first-child > a,
.f3-widget-paginator > li.current:first-child,
.tx-pagebrowse li:first-child > a,
.tx-pagebrowse li.current:first-child,
.tx-indexedsearch-browsebox li:first-child > a,
.tx-indexedsearch-browsebox li.current:first-child {
    margin-left: 0;
}

/* Ende Events2 Listenansicht- Seitennummer */

/***********EVENTS2***********/

.event2 .accordion-toggle:hover {
    text-decoration: none;
}


.event2 .panel-title a:hover {
    color: #3e3e3e;
    outline: none;
}

.panel-title a:focus {
    outline: none;
}

/** Event management and registration deaktiviert:*/
/*.event2 i {*/
/*    color: #008519;*/
/*    font-style: normal;*/
/*    margin-top: 0px;*/
/*    font-family: "Roboto Condensed", sans-serif;*/
/*    font-weight: 100;*/
/*    font-size: 40px;*/
/*    height: 30px;*/
/*    width: 30px;*/
/*    text-align: right;*/
/*}*/

.event2 .acccordionContent {
    font-size: 15px;
    color: #3e3e3e;
    padding-left: 15px;
    font-style: normal;
    width: calc(80% - 45px);
    float: left;
    transition: ease .5s;
    padding-bottom: 15px;
}

.event2 .date {
    width: 20%;
}

.event2 .date {
    font-size: 34px;
    color: #008519;
    font-weight: 400;
    font-style: normal;
}

.event2 .date sup {
    color: #3e3e3e;
    top: -11px;
    font-size: 17px;
    font-style: normal;
}

.event2 h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    margin-top: 0;
    color: #3e3e3e;
}

.event2 a:active h4,
.event2 a:focus h4,
.event2 a:hover h4 {
    color: #008519;
}

.event2 .subContent {
    opacity: 0.75;
}


.event2 .panel-body {
    font-weight: unset;
    font-size: .9em;
}

.panel-body .col-sm-10.col-sm-offset-2 {
    margin-left: 21% !important;
    width: calc(80% - 15px) !important;
}

.eventBox {
    border: 1px solid #d0d4d9;
    padding: 15px;
}

.eventBox .date {
    margin-top: 17px;
    font-size: 24px;
}

.eventBox .date sup {
    font-size: 13px;
    top: -7px;
}

.eventBox .image {
    max-height: 300px;
    overflow: hidden;
    width: 100%;
}

.eventBox h3 {
    line-height: 24px;
    font-size: 21px;
    margin-top: 15px !important;
}

.event2 h2 {
    margin-top: 0;
    margin-bottom: 15px;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .eventBox h2,
    .eventBox .date {
        float: none !important;
    }

    .eventBox .date {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

/*********** Ende  EVENTKALENDER***********/