.month-medium {
    padding-top: 15px;
    border-spacing: 12px;
}
.month_navigation {
    padding-top: 15px;
    border-spacing: 12px;
    margin-left: 90px;
}
.event_symbols > .events_category {
    display: inline;
}
.eventfont > .padd, .eventfont > .url {
    font-size: 19px;
    margin-bottom: 10px;
}

.eventfont .url:after {
    content: "\00a0\00a0\00a0";
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%228.6836mm%22%20width%3D%225.2043mm%22%20version%3D%221.1%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20viewBox%3D%220%200%2018.440707%2030.768605%22%3E%3Cg%20transform%3D%22translate(-382.21%20-336.98)%22%3E%3Cpath%20style%3D%22stroke-linejoin%3Around%3Bstroke%3A%23FFF%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2%3Bfill%3Anone%22%20d%3D%22m383.22%20366.74%2016.43-14.38-16.43-14.37%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size:73%;
    background-repeat: no-repeat;
    background-position:center center;
    margin: 0 0 0 0.75%;
    /*     padding: 0 0 0.25% 0; */
    animation: 0s linkIconIn;
    font-size:103%;
}

.event-bottom {
    position: absolute;
    bottom: 12px;
}

.event-bottom-center {
    text-align: center;
    left: 0;
    right: 0;
}

.event-bottom-center h3 {
    margin: 0;
}


.event-bottom-center a {
    border-bottom: 0px;
}

.event-bottom-last-3 {
    margin-left: 24px;
    margin-top: 10px;
}

.tx-cal-controller .int-content-box.int-content-box-type-2 > .csc-default {
    /* padding: 2.5% 4% 59px 4%; */
}

.tx-cal-controller .int-content-box-type-2 .int-content-box-overlay {
    width: 100%;
    height: 100%;
}

.event-image {
    display: block;
}

/*.event-thema li:first-child {
    display: none;
}*/

.default_catheader svg, .event_symbols svg, .event-symbol {
    height: 17px;
    width: 17px;
    /* display: block; */
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 3px;
}

.default_catheader {
    margin-bottom: 3px;
}

.eventfont > .padd, .eventfont > .url {
    margin-bottom: 5px;
}

.event-list-last-3 {
    height: 27%;
}

.event-last-3 {
    height: 100%;
}

.tx-cal-controller {
    height: 100%;
}

.event-list-last-3 .padd {
    font-size: 16px;
    margin-left: 25px;
}

#calendar-event figcaption {
    display: none;
}

.event-noevent {
    margin-top: 19% !important;
}

.info-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip {
    visibility: hidden;
    width: 200px;
    background-color: #F7F7F7;
    color: #000000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%; /* Adjust as necessary */
    left: 50%;
    margin-left: -100px; /* This should be half of the width to center it */
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.info-icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
}


@media (max-width: 767.9px) {
    .event-noevent {
        margin-top: 3% !important;
    }
    .event-description {
        height: 130px;
    }
}