::selection {
    background: rgb(93,166,42);
    color: white;
}
::-moz-selection {
    background: rgb(93,166,42);
    color: white;
}

.tx-sf-event-mgt {
    font-size: 15px;
    line-height: 21px;
}

/* eventlist */

.category-filter {
    max-height: 30px;
    overflow: hidden;
    border: 1px solid rgb(93,166,42);
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
}
.category-filter:after {
    content: '˅';
    position: absolute;
    right: 15px;
    color: white;
    top: 0;
    line-height: 30px;
}
.category-filter:hover {
    overflow: visible;
}
.category-filter:hover .categories {
    top: -1px !important;
    border-radius: 5px;
}
.category-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    top: -1px;
    left: -1px;
    width: 100%;
    border: 1px solid rgb(93,166,42);
    background-color: white;
    position: relative;
}
.category-filter ul li {
    padding: 0 10px;
    line-height: 30px;
}

.categories li {
    line-height: 30px;
    background-color: white;
    color: rgb(93,166,42);
}
.categories li:hover {
    background-color: rgba(93,166,42,0.2);
    color: rgb(93,166,42);
}

.categories li.active {
    background-color: rgba(93,166,42,1);
    color: white;
    font-weight: bold;
}

.lernbauernhof-border {
    border: 1px solid rgb(93,166,42);
    border-radius: 5px;
    overflow: hidden;
}

.event-list-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid grey;
    margin-bottom: 15px;
}

.event-list-image img {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

/* eventdetail */
.event-detail-image {
    float: right;
    margin-left: 10px;
}
.event-detail-image img {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

table.start-end-date th,
table.start-end-date td,
table.event-details th,
table.event-details td {
    padding: 0 5px 0 0;
    font-size: 15px;
    line-height: 21px;
    background-color: transparent !important;
}

.event-detail-value.event-teaser {
    margin-bottom: 10px;
}

.event-title {
    margin-bottom: 15px;
}
.event-title h2 {
    margin-top: 0;
}

.event-title h2 a {
    color: rgb(93,166,42);
}
.event-categories {
    display: none;
}
.event-teaser {
    color: rgb(236, 101, 2);
    margin-bottom: 15px;
}
.event-detail-value.files > * {
    display: block;
}
.buttons {
    margin-top: 15px;
}
.buttons a {
    -webkit-box-shadow: 1px 2px 5px #999;
    -moz-box-shadow: 1px 2px 5px #999;
    box-shadow: 1px 2px 5px #999;
    border-radius: 7px;
    margin: 0 10px 0 0 !important;
    padding: 5px 15px;
    line-height: 26px;
    background-color: rgb(93,166,42);
    color: rgba(255,255,255,0.95);
}

span.error {
    font-size: 12px;
    color: rgb(236, 101, 2);
}

.checkbox-field .field-errors {
    display: none;
}
