.ov-event-pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    float: right;
}

.ov-event-page-item.active .ov-event-page-link {
    z-index: 3;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.ov-event-page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;

    box-shadow: none;
    text-decoration: none;
}

a.ov-event-page-link:hover {
    z-index: 2;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.ov-event-description td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.ov-event-detail-dialog-heading {
    margin-top: 0;
    font-size: 1.5rem;
}

#ov-event-detail-dialog-submit {
    cursor: pointer;
    color: #fff;
    background-color: #3f7f00;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    /*font-size: 1.125rem;*/
    /*line-height: 1.5;*/
    /*border-radius: 0.25rem;*/
    border: 0;
    /*float: right;*/
    margin-top: 20px;

    font-size: 18px;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 1px;
    border-radius: 3px 3px 3px 3px;
}

#ov-event-detail-dialog-submit:hover {
    background-color: #2c5900;
}

.ov-event-booking-inputfield {
    padding: 0.375rem 0.75rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin-bottom: 10px;
}

.ov-event-booking-inputwrapper {
    display: flex;
    flex-direction: column;
}

.ov-event-booking-strassenrwrapper,
.ov-event-booking-plzortwrapper {
    display: flex;
}

.ov-event-booking-strassenrwrapper > div:first-child {
    width: 70%;
}

.ov-event-booking-strassenrwrapper > div:last-child {
    width: 30%;
    padding-left: 10px;
}

.ov-event-booking-plzortwrapper > div:first-child {
    width: 30%;
}

.ov-event-booking-plzortwrapper > div:last-child {
    width: 70%;
    padding-left: 10px;
}

.ov-event-booking-datenschutzwrapper > label {
    font-size: 14px;
    line-height: normal;
}

.ov-event-booking-datenschutzwrapper {
    display: flex;
    align-items: flex-start;
}

#ov-event-booking-datenschutz {
    margin: 4px;
}

.ov-event-booking-namewrapper {
    display: flex;
}

#ov-event-booking-form .h-captcha {
    margin-top: 10px;
}

.ov-event-booking-namewrapper > div:first-child {
    /*padding-right: 5px;*/
    width: 50%;
}

.ov-event-booking-namewrapper > div:last-child {
    /*padding-left: 5px;*/
    width: 50%;
}

.ov-event-booking-namewrapper > div:last-child > * {
    margin-left: 10px;
}

#ov-event-booking-nachricht {
    resize: none;
}

#ov-event-detail-show-dialog {
    display: inline-block!important;
    margin-bottom: 0!important;
    font-weight: 200!important;
    text-align: center!important;
    vertical-align: middle!important;
    touch-action: manipulation!important;
    cursor: pointer!important;
    background-image: none!important;
    border: 1px solid transparent!important;
    white-space: nowrap!important;
    padding: 6px 12px!important;
    font-size: 16px!important;
    line-height: 1.55!important;
    border-radius: 0!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
    color: #333!important;
    background-color: #fff!important;
    border-color: #ccc!important;
    text-decoration: none!important;
}

#ov-event-detail-show-dialog:hover {
    color: #333!important;
    background-color: #e6e6e6!important;
    border-color: #adadad!important;
}

.ov-event-booking-success {
    margin-bottom: 5px;
    color: #fff;
    background-color: #28a745;
    border-color: #23923d;
    position: relative;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}

.ov-event-booking-error {
    margin-bottom: 5px;
    color: #fff;
    background-color: #dc3545;
    border-color: #d32535;
    position: relative;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}

.ov-event-detail-head-innerwrapper {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 499px) {
    .ov-event-detail-head-innerwrapper {
        flex-direction: column;
    }
}

#ov-event-detail-dialog {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);

    border: 0;
    border-radius: 5px;
    padding: 10px;
    max-width: 100%;
    box-sizing: border-box;
    z-index: 10000;
}

#ov-event-detail-dialog .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
}

#ov-event-detail-dialog .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#ov-event-detail-dialog .close:hover,
#ov-event-detail-dialog .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#ov-event-detail-dialog-submit-wrapper {
    display: flex;
    justify-content: flex-end;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.ov-event-hide {
    display: none;
}

.ov-event-detail-wrapper {
    margin-bottom: 10px;
}

.ov-event-caption {
    top: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    /*background: hsla(0, 0%, 0%, 0.8);*/
    /*color: #fff;*/
    padding: 1em;
}

#ov-event-borlabs-placeholder img {
    max-width: 100%;
}

#ov-event-borlabs-inner {
    margin-bottom: 1em;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#ov-event-borlabs-inner a {
    /*color: #28a745;*/
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: inherit;
    font-size: inherit;
    font-style: initial;
    font-weight: initial;
    letter-spacing: initial;
    line-height: initial;
    text-decoration: initial;
    text-transform: initial;
    word-spacing: initial;
}

#ov-event-borlabs-inner a:hover {
    /*color: #30c553;*/
}

#ov-event-borlabs-inner a#ov-event-consent-maps {
    /*color: #fff!important;*/
    /*background: #28a745!important;*/
    border-radius: 4px;
    padding: 0.5em 1em;
    text-decoration: none;
}

#ov-event-borlabs-inner a#ov-event-consent-maps:hover {
    /*background: #30c553!important;*/
}

#ov-event-caption label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ov-event-img-wrapper {
    margin: 20px 0;
}

.ov-event-img-wrapper a {
    text-decoration: unset!important;
    margin-right: 2px!important;
}

.ov-not-allowed {
    cursor: not-allowed!important;
}