/* .category-classic .category-label {
    background: #800000;
}
.category-jazz .category-label {
    background: #ed5468;
}
.category-new_music .category-label {
    background: #350924;
}
.category-electronic_and_sound_art .category-label {
    background: #ffa03c;
}
.category-old_music .category-label {
    background: #48aef0;
}
.category-global_music .category-label {
    background: #247c64;
}

.calendar-select-container{
    margin-bottom: 10px;
}
.calendar-search-container {
    margin-bottom: 10px;
    margin-top: 38px;
} */

.__AC_layer div.__AC_data:last-child {
    background: #f7f7f7 !important;
}

.__AC_data div:hover, .__AC_keyhover, .__AC_ie8HoverFix {
    background-color: #101010 !important;
    cursor: pointer;
    color: #ffffff;
}


/* ==========================  Event Page Container ============================*/

.calendar-overview .main-col{
    background-color: #fff;
}

.calendar-overview .event-col {
    margin: 0;
    margin-bottom: 40px;
    max-width: 1110px;
}


.event-info-container {
    border: 2px solid #f7f7f7 !important;
    padding: 20px;
}

.event-info a {
    color: #000000;
}

.event-info a:hover {
    color: #DC1B23;
}

.category-label.label-desktop {
    display: block;
    letter-spacing: 1px;
    text-indent: 3px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 14px;
}



.calendar-overview .main-col .event-buttons a {
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-indent: 3px;
    border: solid 2px #DC1B23;
    border-radius: 5px;
    padding: 5px 20px;
    color: #DC1B23;
    transition: all 0.3s ease-in-out;
    top: 25px;
}

.calendar-overview .main-col .event-buttons a:hover {
    color: #fff;
    background: #DC1B23;
}

.calendar-overview .picture-container {
    border-top: 0px;
    overflow: hidden;
}

.calendar-overview .event-not-published .picture-container {
    border: 4px solid red;
}

.calendar-overview .event-not-published .picture-container .gradient-layer {
    background-color: white;
    filter: opacity(0.8);
}

.calendar-overview .event-bg {
    display: block !important;
    z-index: 9 !important;
    object-fit: cover;
    transition: all .5s ease;
}

.picture-container:hover .event-bg {
    transform: scale(1.1);
}

.picture-container .gradient-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    /*    background: rgba(0,0,0,1); 
        background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.68) 100%); 
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,1)), color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.68))); 
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.68) 100%); 
        background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.68) 100%); 
        background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.68) 100%); 
        background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.68) 100%); */


}

.page-event-detail-section .category-label {
    position: absolute;
    top: 5vw;
    left: auto;
    padding: 10px 16px;
    font-weight: 300 !important;
    font-size: 15px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    z-index: 99;
    right: 0px;
    max-width: none;
    display: none;
}

.category-label.label-desktop{
    display: none;
}

span.category-label.label-mobil {
    display: none;
}

.devider {
    display: block;
    width: 100%;
    height: 10px;
}

#days-all .calendar-home-date {
    line-height: 15px;
    background: none;
    padding: 6px 10px 0;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

#days-all .event-button-home.text-center a {
    background: #ffffff;
    padding: 15px 85px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    -webkit-text-stroke: 0.45px;
    letter-spacing: 0.05em;
    transition: all 0.5s ease-out;
    border: solid 2px #DC1B23;
    color: #DC1B23;
    border-radius: 40px;
}

#days-all .event-button-home.text-center a:hover {
    border: solid 2px #DC1B23;
    background-color: #DC1B23;
    color:#fff;
}

#days-all.bg-light-red {
    background: #edeef0;
}

.calendar-time {
    line-height: 15px;
    background: none;
    padding: 0px 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 500;
    color: #cccccc;
}

.category-label p {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.category-label-container p:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #DC1B23;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    top:70px;
}
.category-label-container p:hover:after {
    position: absolute;
    width: 100%;
    left: 0;
    top:70px;
}


.calendar-overview .date-day {
    font-size: 20px;
    background: #DC1B23;
    padding: 20px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    z-index: 99;
    color: #fff !important;
    pointer-events: none;
}
/* 
.category-classic.category-label,  .category-classic .devider {
    background: #800000;
}
.category-jazz.category-label, .category-jazz .devider {
    background: #ed5468;
}
.category-new_music.category-label, .category-new_music .devider {
    background: #350924;
}
.category-electronic_and_sound_art.category-label, .category-electronic_and_sound_art .devider {
    background: #ffa03c;
}
.category-old_music.category-label, .category-old_music .devider {
    background: #48aef0;
}
.category-global_music.category-label, .category-global_music .devider {
    background: #247c64;
}

#days-classic  .calendar-home-date, 
#days-classic .event-button-home.text-center a {
    background: #800000;
}
#days-jazz .calendar-home-date, 
#days-jazz .event-button-home.text-center a {
    background: #ed5468;
}
#days-new-music .calendar-home-date, 
#days-new-music .event-button-home.text-center a {
    background: #350924;
}
#days-electronic-and-sound-art .calendar-home-date, 
#days-electronic-and-sound-art .event-button-home.text-center a {
    background: #ffa03c;
}
#days-old-music .calendar-home-date, 
#days-old-music .event-button-home.text-center a {
    background: #48aef0;
}
#days-global-music .calendar-home-date , 
#days-global-music .event-button-home.text-center a{
    background: #247c64;
}

#days-all .category-classic  .calendar-home-date,
#days-all .category-classic .event-calendar-home a:hover{
    color: #800000;
}
#days-all .category-jazz .calendar-home-date,
#days-all .category-jazz .event-calendar-home a:hover{
    color: #ed5468;
}
#days-all .category-new_music .calendar-home-date,
#days-all .category-new_music .event-calendar-home a:hover{
    color:  #350924;
}
#days-all .category-electronic_and_sound_art .calendar-home-date,
#days-all .category-electronic_and_sound_art .event-calendar-home a:hover{
    color: #ffa03c;
}
#days-all .category-old_music .calendar-home-date,
#days-all .category-old_music  .event-calendar-home a:hover{
    color:  #48aef0;
}
#days-all .category-global_music .calendar-home-date,
#days-all .category-global_music .event-calendar-home a:hover{
    color:  #247c64;
} */

#days-all .category-classic.container-calendar-home, #days-classic  .container-calendar-home,
#days-classic .container-calendar-home-first  {
    border: 1px solid #800000;
}
#days-all .category-jazz.container-calendar-home, #days-jazz .container-calendar-home,
#days-jazz .container-calendar-home-first {
    border: 1px solid #ed5468;
}
#days-all .category-new_music.container-calendar-home, #days-new-music .container-calendar-home,
#days-new-music .container-calendar-home-first {
    border: 1px solid  #350924;
}
#days-all .category-electronic_and_sound_art.container-calendar-home, #days-electronic-and-sound-art .container-calendar-home,
#days-electronic-and-sound-art .container-calendar-home-first {
    border: 1px solid #ffa03c;
}
#days-all .category-old_music.container-calendar-home, #days-old-music .container-calendar-home,
#days-old-music .container-calendar-home-first {
    border: 1px solid #48aef0;
}
#days-all .category-global_music.container-calendar-home, #days-global-music .container-calendar-home,
#days-global-music .container-calendar-home-first {
    border: 1px solid #247c64;
}


#days-classic  {
    background: rgb(128,0,0,0.2);
}
#days-jazz  {
    background: rgb(237,84,104,0.2);
}
#days-new-music  {
    background: rgb(53,9,36,0.2);
}
#days-electronic-and-sound-art  {
    background: rgb(255,160,60,0.2);
}
#days-old-music {
    background: rgb(72,174,240,0.2);
}
#days-global-music  {
    background: rgb(36,124,100,0.2);
}

#days-classic .event-calendar-home a:hover {
    color: #800000;
}
#days-jazz .event-calendar-home a:hover {
    color: #ed5468;
}
#days-new-music .event-calendar-home a:hover {
    color:  #350924;
}
#days-electronic-and-sound-art .event-calendar-home a:hover {
    color: #ffa03c;
}
#days-old-music .event-calendar-home a:hover {
    color:  #48aef0;
}
#days-global-music .event-calendar-home a:hover {
    color:  #247c64;
}


.category-label-container p {
    align-items: center;
    display: flex;
    justify-content: center;
}

.page-home .category-label {
    position: relative;
    padding: 35px 20px;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    z-index: 99;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
}

.category-label.active {
    opacity: 1 !important;
    height: 51px;
}

.category-wrapper.active .category-label,
.category-wrapper.active .all-button {
    opacity: 1;
}

.category-wrapper .category-label,
.category-wrapper .all-button {
    opacity: 0.2;
}

.all-button.active {
    z-index: 1;
    opacity: 1 !important;
}

.all-button.active img {
    top: -5px;
}

.page-home .category-label:hover {
    height: 51px;
    transition: all 0.5s ease-out;
    opacity: 1;
}

.category-label-container {
    display: inline-block;
    height: 45px;
    width: 100%;
    text-align: center;
}


.calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 4% 16px 4%;
    border-bottom: 1px solid #d7d7d7;
    background-color: #ffffff;
    transition: z-index 0.3s ease-in-out;
}

.calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main.sticky-calendar {
    position: fixed;
    z-index: 1;
    width: 100%;
    max-width: 1470px;
}

.calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main h3 {
    font-size: 19px;
    letter-spacing: 1.25px;
}

.calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main .location-filter-list .location-filter h4 {
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: #DDDDDD;
    text-underline-position: under;
    text-underline-position: below;
}

.calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main .location-filter-list .location-filter:not(:first-child) {
    display: none;
}

.calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-text {
    padding: 22px 3%;
}

.calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-text.sticky-calendar {
    padding-top: 70px;
}

.calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-text p {
    font-size: 12px;
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results {
    padding: 5px;
    margin-top: 20px;
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .month-headline {
    margin-top: 20px;
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .month-headline .month-headline-date {
    padding: 0 4.5% 15px 4.5%;
    margin-bottom: 20px;
    /*    border-bottom: 1px solid #ffcdd3;*/
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event {
    position: relative;
    /*	margin-bottom: 45px;*/
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event.is-premiere * {
    /*	color: red;*/
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .date .date-day {
    font-size: 44px;
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .date .date-month {
    margin-top: -7px;
    font-size: 23px;
    text-transform: capitalize;
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .title {
    margin-bottom: 6px;
    font-size: 23px;
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event h2 {
    margin-bottom: 20px;
    margin-top: 11px;
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event h4 {
    margin-bottom: 2px;
    font-size: 15px;
    letter-spacing: 1.25px;
}
.event-info-details p {
    line-height: 23px;
}

/* 
.category-classic .event-buttons {
    background: #800000;
}
.category-jazz .event-buttons{
    background: #ed5468;
}
.category-new_music .event-buttons{
    background: #350924;
}
.category-electronic_and_sound_art .event-buttons{
    background: #ffa03c;
}
.category-old_music .event-buttons {
    background: #48aef0;
}
.category-global_music .event-buttons {
    background:#247c64;
} */


/* 

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .event-buttons a:nth-of-type(2) {
    margin-left: 7px;
        border: 2px solid #000000;
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .event-buttons a:nth-of-type(2):hover {
    background-color: #000000;
    color: #ffffff;
}


.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event.is-premiere .event-buttons a:nth-of-type(1):hover {
    border: 2px solid red;
    background-color: #ffffff;
    color: red;
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event.is-premiere .event-buttons a:nth-of-type(2) {
    margin-left: 7px;

}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event.is-premiere .event-buttons a:nth-of-type(2):hover {
    background-color: red;
    color: #ffffff;
} 



/*.calendar-overview .event-date {
    display: none;
}*/

a.datepick-cmd.datepick-cmd-close {
    display:  none;
}

.calendar-overview .event-info h4{
    width:100%;
}

.calendar-overview h4.event-location {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
    padding-bottom: 0px;
}

.calendar-overview h4.event-date {
    font-size: 19px !important;
    line-height: 19px !important;
    letter-spacing: 0px !important;
    font-weight: 300 !important;
}

.calendar-overview h2.event-title {
    margin-bottom: 1px;
    font-size: 23px;
    padding-top: 8px;
}

.calendar-overview h5.event-description {
    font-size: 17px;
    line-height: 23px;
    /*    padding-bottom: 10px;*/
    padding: 0;
    margin-bottom: 20px;
}

.calendar-overview .month-headline-date h4{
    padding: 70px 0 20px 0 !important;
}

.calendar-overview .event-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 50vw;
}

.calendar-overview .container.container-fluid:hover .event-bg {
    /*    filter: grayscale(0%);*/
    transition: all 0.5s ease-out;
    filter: grayscale(0%) brightness(1.2) saturate(1.2);
}

.calendar-overview {
    background-color: #fff;
    padding: 0 !important;
}

button#city-region-clear-button {
    width: 43px;
    height: 43px;
    background-color: white;
    position: absolute;
    right: 19px;
    top: 3px;
    z-index: 1;
    cursor: pointer;
    display: none;
    background-image: url(../images/icon_x_black.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
}

/* 
.calendar-overview .event-info-container {
    border-bottom: 2px solid #ff5269;
}

.category-classic  .event-info-container  {
    border-bottom: 2px solid #800000;
}
.category-jazz .event-info-container {
    border-bottom: 2px solid #ed5468;
}
.category-new_music .event-info-container  {
    border-bottom: 2px solid #350924;
}
.category-electronic_and_sound_art  .event-info-container  {
    border-bottom: 2px solid  #ffa03c;
}
.category-old_music  .event-info-container  {
    border-bottom: 2px solid  #48aef0;
}
.category-global_music  .event-info-container  {
    border-bottom: 2px solid #247c64;
}


.category-classic  .picture-container,  {
    border-top: 2px solid #800000;
}
.category-jazz .picture-container  {
    border-top: 2px solid #ed5468;
}
.category-new_music .picture-container  {
    border-top: 2px solid #350924;
}
.category-electronic_and_sound_art  .picture-container  {
    border-top: 2px solid  #ffa03c;
}
.category-old_music  .picture-container  {
    border-top: 2px solid  #48aef0;
}
.category-global_music  .picture-container  {
    border-top: 2px solid #247c64;
}

*/

/* 
.category-classic .date-day {
    color: #800000 !important;
}
.category-jazz .date-day{
    color: #ed5468 !important;
}
.category-new_music .date-day{
    color: #350924 !important;
}
.category-electronic_and_sound_art .date-day{
    color: #ffa03c !important;
}
.category-old_music .date-day {
    color: #48aef0 !important;
}
.category-global_music .date-day {
    color:#247c64 !important;
}

.calendar-overview .date-day {
    font-family: 'Cabin Condensed', sans-serif;
    margin: 20px;
    position: absolute;
    font-size: 25px;
    z-index: 99;
}    
*/



@media screen and (min-width: 768px) and (max-width: 1023px) {
    .picture-container .gradient-layer {
        margin: 0 25px;
    }
}

@media screen and (min-width: 568px) {
    .calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main {
        padding: 9px 3% 12px 3%;
    }

    .calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main h3 {
        font-size: 24px;
    }

    .calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .date {
        margin-bottom: 15px;
    }

    .calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .date .date-day {
        font-size: 50px;
    }

    .calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .date .date-month {
        margin-top: -6px;
        font-size: 29px;
    }

    .calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .title {
        margin-bottom: 3px;
        font-size: 44px;
        line-height: 47px;
    }

    .calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event h4 {
        margin-bottom: 0;
        font-size: 16px;
    }

    .calendar-overview h4.event-location {
        font-weight: 500 !important;
        font-size: 30px !important;
        line-height: 35px !important;
        letter-spacing: 0px !important;
        padding-bottom: 10px;
        /*        padding-top: 15px;*/
    }

    .calendar-overview h4.event-date  {
        font-size: 20px !important;
    }

    h5.event-description {
        font-family: 'Chivo', sans-serif;
        line-height: 32px;
        font-size: 29px;
        /*padding-bottom: 15px;*/
    }

    .event-buttons {
        /*        padding-bottom: 10px;*/
        /*        padding-top: 15px;*/
    }
}

@media screen and (min-width: 768px) {

    .category-label p {
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 0.05em;
    }

    .category-label-container {
        display: flex;
        height: 90px;
        justify-content: center;
        max-width: 1120px;
        margin: auto;
    }

    .calendar-overview .date-day {
        font-size: 30px;
    }
    .calendar-overview .event-info-details {
        width: 70%;
    }

    .calendar-overview .event-info-container {
        padding: 0 25px;
    }
    .calendar-overview .event-bg {
        height: 39vw;
    }
    .calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .event-buttons {
        position: absolute;
        left: auto;
        right: 25px;
        justify-content: flex-end;
        top: 25px;
    }

    .calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main {
        padding: 11px 4% 14px 4%;
    }

    .calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main h3 {
        min-width: 30%;
        font-size: 30px;
    }

    .calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main .location-filter-list .location-filter h4 svg {
        display: none;
    }

    .calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main .location-filter-list .location-filter:not(:first-child) {
        display: block;
    }

    .calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main .location-filter-list {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-text.sticky-calendar {
        padding-top: 85px;
    }

    .calendar-overview .main-col .cb-event-search-container .cb-event-search-results {
        padding-top: 40px;
    }

    .calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event {
        /*        margin-bottom: 50px;*/
    }

    .calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .date {
        margin-bottom: 19px;
    }

    .calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .date .date-day {
        font-size: 63px;
    }

    .calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .date .date-month {
        margin-top: -10px;
    }
    .calendar-select-container select {
        font-family: 'Tenor Sans', sans-serif !important;
        font-size: 30px !important;
        border-radius: 0px;
        padding: 0px 10px;
        margin-top: 6px;
        height: 40px;
        width: 25%;
        border: 0;
        color: #ea5368;
        -webkit-box-shadow: 0 0px 0px 0px rgb(189,190,178) !important;
        -moz-box-shadow: 0 0px 0px 0px rgb(189,190,178) !important;
        box-shadow: 0 0px 0px 0px rgb(189,190,178) !important;
        /*        background: url(../images/arrow-down.svg);*/
        background-position: right;
        background-size: 20px;
        background-repeat: no-repeat;
        outline: 0;
        line-height: 36px;
    }

    .calendar-overview .event-date {
        display: block;
    }

    span.event-location {
        font-weight: 500;
    }

    .calendar-overview {
        background-color: rgba(0, 0, 0, 0);
    }

}

@media screen and (min-width: 1024px) {

    section.calender-container {
        max-width: 1140px;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }


    .category-label.label-mobil {
        display: none;
    }

    .category-label.label-desktop{
        display: flex;
        height: 40px;
        align-items: center;
    }

    .calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event h2 {
        margin-bottom: 40px;
        margin-top: 30px;
    }

    .calendar-overview .event-info-details {
        width: 100%;
    }




    /* 
    .category-classic .event-buttons a:nth-of-type(1) {
        color: #800000;
    }
    .category-jazz .event-buttons a:nth-of-type(1) {
        color: #ed5468;
    }
    .category-new_music .event-buttons a:nth-of-type(1) {
        color: #350924;
    }
    .category-electronic_and_sound_art .event-buttons a:nth-of-type(1) {
        color: #ffa03c;
    }
    .category-old_music .event-buttons a:nth-of-type(1) {
        color: #48aef0;
    }
    .category-global_music .event-buttons a:nth-of-type(1) {
        color:#247c64;
    }
    .event-buttons a:nth-of-type(1) {
        color: rgb(127,142,149);
    }
    .container.container-fluid:hover .event-buttons {
        background: rgb(127,142,149) !important;
        color: #fff;
    } */



    /*    .calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .event-buttons a:nth-of-type(1) {
            color: #ff5269;
        }*/
    .calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .container.container-fluid:hover .event-buttons a {
        text-decoration: none;
    }
    .calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .event-buttons {
        display: flex;
        background: #fff;
        justify-content: flex-start;
        margin-top: 0px;
        margin-bottom: 10px;
        padding: 10px;
        top: 14px;
    }

    /* 
    
        .category-classic .container.container-fluid:hover .event-buttons {
            background: #800000 !important;
        }
        .category-jazz .container.container-fluid:hover .event-buttons{
            background: #ed5468 !important;
        }
        .category-new_music .container.container-fluid:hover .event-buttons{
            background: #350924 !important;
        }
        .category-electronic_and_sound_art .container.container-fluid:hover .event-buttons{
            background: #ffa03c !important;
        }
        .category-old_music .container.container-fluid:hover .event-buttons {
            background: #48aef0 !important;
        }
        .category-global_music .container.container-fluid:hover .event-buttons {
            background:#247c64 !important;
        }
    */

    .calendar-overview .event-info-container .event_editor_button {
        position: absolute;
        left: 5px;
        top: 5px;
    }
    .calendar-overview .event-info-container .event_editor_button .open_editor{
        background-color: #2f74a9;
        opacity: .5;
        width: 34px;
        height: 34px;
        border-radius: 100%;
        cursor: pointer;
    }

    .calendar-overview .event-info-container .event_editor_button .event_editor_wrapper{
        background-color: #3e74c0;
        height: 34px;
        border-radius: 30px;
        position: absolute;
        display: flex;
        top: 0px;
        left: 0px;
        align-items: center;
        gap: 3px;
    }

    .calendar-overview .event-info-container .event_editor_button .event_editor_wrapper.hidden {
        display: none;
    }

    .calendar-overview .event-info-container .event_editor_button .event_editor_wrapper button{
        width: 34px;
        height: 34px;
        border-radius: 100%;
        background-color: transparent;
        outline: none;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 18px;
        cursor: pointer;
    }
    .calendar-overview .event-info-container .event_editor_button .event_editor_wrapper button.btn_1{
        background-image: url(../images/icon_pencil-square_white.svg);
    }
    .calendar-overview .event-info-container .event_editor_button .event_editor_wrapper button.btn_2{
        background-image: url(../images/icon_at_white.svg);
/*        visibility: hidden;*/
        background-size: 16px;
    }
    .calendar-overview .event-info-container .event_editor_button .event_editor_wrapper button.btn_3{
        background-image: url(../images/icon_tools_white.svg);
    }
    .calendar-overview .event-info-container .event_editor_button .event_editor_wrapper button:hover{
        background-color: #3261a3;
    }

    .calendar-overview .event-info-container {
        padding: 0;
        border: 2px solid rgb(127,142,149);
    }
    .calendar-overview .picture-container {
        padding: 0!important;
    }
    .calendar-overview .event-bg {
        height: 100%;
        transition: all 0.5s ease-out
    }
    /* 
        .category-classic .event-info-container {
            border: 2px solid #800000;
        }
        .category-jazz .event-info-container {
            border: 2px solid #ed5468;
        }
        .category-new_music .event-info-container {
            border: 2px solid #350924;
        }
        .category-electronic_and_sound_art .event-info-container {
            border: 2px solid #ffa03c;
        }
        .category-old_music .event-info-container {
            border: 2px solid #48aef0;
        }
        .category-global_music .event-info-container {
            border: 2px solid #247c64;
        }
    */


    .calendar-overview .event-info-container {
        border-left: 0px;
    }

    .calendar-overview .picture-container {
        border-top: 0px;
    }

    .calendar-overview .event-info {
        padding: 5%;
    }

    .calendar-overview .event-bg {
        display: block !important;
        z-index: 9 !important;
        object-fit: cover;
    }

    .calendar-overview h5.event-description {
        line-height: 1.5rem;
        max-width: 70%;
    }

    .calendar-overview h4.event-location {
        font-weight: 500 !important;
        font-size: 20px !important;
        line-height: 25px !important;
        letter-spacing: 0px !important;
        padding-bottom: 10px;
        padding-top: 0px;
    }

}

@media screen and (min-width: 1400px) {

    .main-col .cb-event-search-container .cb-event-search-results .event .date .date-day {
        font-size: 165px !important;
        margin-top: 37%;
    }

    .calendar-overview .col-lg-3 {
        /*        -webkit-box-flex: 0;
                -ms-flex: 0 0 19% !important;
                flex: 0 0 19% !important;
                max-width: 19% !important;*/
    }

    .calendar-overview .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 81% !important;
        flex: 0 0 81% !important;
        max-width: 81% !important;
    }
    .calendar-overview h5.event-description {
        font-size: 15px !important;
        line-height: 21px;
    }

    .calendar-overview h2.event-title {
        font-size: 29px;
        line-height: 32px;
        letter-spacing: 1px;
    }

    h2.event-title.large-title {
        font-size: 22px;
    }

}




















