div#calendar-timeline-footer {
    display:  none;
}

.page-kalender div#calendar-timeline-footer {
    display:  block;
}

.calendar-timeline.sticky--fixed {
    top: 100px;
}

.calendar-timeline__header {
    background: #233142;
    height: 64px;
}

.timeline-month,
.calendar-catselect .selectbox__selected {
    text-transform: capitalize;
    letter-spacing: 3.7px;
}

.timeline-month {
    font-size: 11px;
    margin: 0 6px;
    display: inline-block;
    cursor: pointer;
}

.timeline-month:hover,
.timeline-month:active,
.timeline-month:focus,
.timeline-month.selected {
    color: #000000;
}

.timeline-month:first-of-type {
    margin-left: 10px;
}

.timeline-month:last-of-type {
    margin-right: 0;
}

.timeline-month,
span.month {
    display: none;
}

.timeline-month.active {
    display: inline-block;
}

.calendar-timeline-title {
    visibility: hidden;
    display: none;
}


.calendar-timeline__header .calendar-form-month, .calendar-timeline__header .calendar-form {
    padding-top: 40px;
}

.page-home .calendar-timeline__header .calendar-form-month, .page-home .calendar-timeline__header .calendar-form {
    padding-top: 0px !important;
}

#calendar-timeline .selectbox.btn-group .dropdown-toggle .selectbox__selected {
    display: block;
    overflow: hidden;
    /* width: 100%; */
    float: left;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 3.7px;
}


.calendar-timeline {
    position: relative;
    transition: z-index 0.3s ease-in-out;
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 38px;
}

.calendar-timeline.sticky-calendar {
    position: fixed;
    z-index: 1;
    width: 100%;
    max-width: 1470px;
}

.calendar-timeline__footer.sticky-calendar {
    padding-top: 125px;
}

.calendar-timeline__body {
    overflow: hidden;  
    display: flex;
    flex-direction: column;
    align-items: center;
    /*    background: #000000;  */
}
/*
.calendar-timeline__body:after{
    content: '';
    position: absolute;
    z-index: 1;
    top: -33px;
    right: 93px;
    border: 17px solid transparent;
    border-bottom: 17px solid #000000;
    transition: top 0.2s ease-in-out;
}*/

.calendar-timeline__body.sticky-calendar:after {
    top: -27px;
}

.calendar-timeline-letters.clearfix.sticky-letters {
    position: fixed;
    z-index: 1;
    width: 100%;
    max-width: 1470px;
    top: 199px;
}

.calendar-timeline__body .calendar-months {
    display: flex;
    align-items: center;
    margin: 18px 0;
}

.calendar-timeline__body .calendar-months .months {
    display: flex;
    justify-content: space-around;
}

.calendar-timeline__body .calendar-months .months li {
    margin: 0 6px;
    padding: 0;
}

.calendar-timeline__body .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 28px;
}

.timeline-button,
.month-button,
.timeline,
.timeline-day,
.timeline-month-label {
    display: inline-block;
    vertical-align: top;
}

.timeline-day.today {
    opacity: 1;
}

.month-button,
.timeline-button,
.month-button:focus,
.timeline-button:focus,
.month-button:active,
.timeline-button:active {
    cursor: pointer;
    outline: none;
    border: none;
}

.days {
    display: flex;
    overflow: hidden;
}

.timeline-month-label {
    /*    margin: 0 5px;*/
    text-align: center;
    /*    color: #ffffff;*/
}

div.days.days-mobile .timeline-day,
div.days.days-mobile .timeline-month-label {
    width: 84.5px;
    padding: 28px 0;
    border-right: 1px solid #e0e0e0;
}

#calendar-timeline {
    margin: 0 80px;
    overflow-x: auto; /* [2] */
    -webkit-overflow-scrolling: touch; /* [3] */
    -ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ 
}

.timeline::-webkit-scrollbar,
#calendar-timeline::-webkit-scrollbar { 
    display: none; 
}

.timeline-container {
    position: relative;
    /*    padding: 20px 0px;*/
    border: 1px solid #e0e0e0;
    border-top: 0;
    height: 81px;
}

.timeline-container.hidden {
    display: none;
}

button.timeline-button.fwd {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 100%;
    border-left: 1px solid #e0e0e0;
}

button.timeline-button.bwd {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 100%;
    border-right: 1px solid #e0e0e0;
}

button.timeline-button.bwd svg {
    width: 20px;
    height: 34px;
}

.days.days-mobile {
    position: relative;
    left: 0;
}

.timeline-day {
    display: block;
    align-items: center;
    cursor: pointer;
    color: #A5A5A5!important;
    /* margin: 0 5px; */
    /* min-width: 56px; */
    position: relative;
    line-height: 7px;
    text-align: center;
    min-width: 33px;
}

.timeline-day div:hover {
    color: #b1b1b1!important;
}

.timeline-day:last-of-type {
    width: 6.66666%;
    margin-right: 0;
}

.timeline-day.today {
    color: #f00!important;
}

.timeline-day.weekend{
}

.timeline-day:hover,
.timeline-day:active,
.timeline-day:focus {
    color: #ffffff!important;
    background-color: rgb(25,78,150);
}

.timeline-day.selected {
    color: #f00!important;
}

.timeline-day .date {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    /* font-family: 'robotobold', Arial, sans-serif; */
    color: #000;
}

.timeline-day .day {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 9px;
    /* text-transform: uppercase; */
    letter-spacing: 0;
    color: #000;
}

.timeline-day:hover .day,
.timeline-day:hover .date,
.timeline-day.selected:hover .day,
.timeline-day.selected:hover .date,
.timeline-day.today:hover .day,
.timeline-day.today:hover .date  {
    color: #fff;
}

.timeline-day.selected  .date,
.timeline-day.selected  .day,
.timeline-day.today  .date,
.timeline-day.today  .day{
        color: #980000;
}

.timeline-month-label .month {
    top: 0px;
    position: relative;
    font-weight: 500;
}

.timeline-day .date .day {
    margin-top: -4px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
}


.timeline-day .info-box-position,
.timeline-letter .info-box-position {
    position: absolute;
    bottom: -25px;
    left: -45px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease-in-out;
}

.timeline-letter .info-box-position {
    left: -72px;
}

/*.timeline-day.events-loaded .info-box-position {
    display: block;
}*/

.timeline-day.events-loaded:hover .info-box-position,
.timeline-letter:hover .info-box-position {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
}

.timeline-day .info-box,
.timeline-letter .info-box {
    position: fixed;
    max-width: 325px;
    padding: 20px 30px;
    background-color: rgba(0,0,0,0.9);
    cursor: default;
}

.timeline-day .info-box:after,
.timeline-letter .info-box:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -33px;
    left: 60px;
    border: 17px solid transparent;
    border-bottom: 17px solid #000000;
    transition: top 0.2s ease-in-out;
}

.timeline-day .info-box .info-box-show,
.timeline-letter .info-box .info-box-show {
    margin-bottom: 15px;
}

.timeline-day .info-box .info-box-show .info-box-show-title,
.timeline-letter .info-box .info-box-show .info-box-show-title{
    margin-bottom: 5px;
    font-size: 30px;
    color: #ffffff;
    line-height: normal;
    font-family: 'robotomedium', Arial, sans-serif;
}

.timeline-day .info-box .info-box-show .info-box-show-info,
.timeline-letter .info-box .info-box-show .info-box-show-info {
    margin-bottom: 2px;
    color: #ffffff;
}

.timeline-day .info-box .info-box-show .info-box-show-link {

}

.timeline-day .info-box .info-box-show .info-box-show-link .tickets-available,
.timeline-letter .info-box .info-box-show .info-box-show-link .tickets-available {
    display: inline-block;
    padding: 2px 7px;
    border: 1px solid;
    border-color: #ffffff;
    border-radius: 3px;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
    background-color: #000000;
}

.timeline-day .info-box .info-box-show .info-box-show-link .tickets-available:hover,
.timeline-letter .info-box .info-box-show .info-box-show-link .tickets-available:hover {
    border-color: #000000;
    color: #000000;
    background-color: #ffffff;
}

.timeline-day .info-box .info-box-show .info-box-show-link .few-tickets-available,
.timeline-letter .info-box .info-box-show .info-box-show-link .few-tickets-available {
    display: inline-block;
    padding: 2px 7px;
    border: 1px solid;
    border-color: #ffffff;
    border-radius: 3px;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
    background-color: #000000;
}

.timeline-day .info-box .info-box-show .info-box-show-link .few-tickets-available:hover,
.timeline-letter .info-box .info-box-show .info-box-show-link .few-tickets-available:hover {
    border-color: #000000;
    color: #000000;
    background-color: #ffffff;
}

.timeline-day .info-box .info-box-show .no-tickets-available,
.timeline-letter .info-box .info-box-show .no-tickets-available {
    color: #ff4040;
}


.calendar-timeline-letters.clearfix {
    position:  relative;
    width:  100%;
    height:  50px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 7px -3px #6b6969;
}

ul.timeline-letters-list {
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: flex;
}

ul.timeline-letters-list {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
}

li.timeline-letter {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
    margin: 0 5px;
    min-width: 10px;
    position: relative;
}


@media screen and (min-width: 1024px) and (max-width:1399px){
    .page-kalender #calendar-timeline-footer .container-main.sticky-calendar{
        margin-top: -22px;
    }
}

@media screen and (min-width: 568px) {
    /*    .calendar-timeline__body:after{
            right: 98px;
        }*/

    .calendar-timeline__body .calendar-months {
        margin: 24px 0 16px 0;
    }

    .calendar-timeline__body .container {   
        margin-bottom: 35px;
        padding: 0;
    }

    .timeline {

    }
}

@media screen and (min-width: 768px) {
    .calendar-timeline__header {
        height: 80px;
    }

    /*    .calendar-timeline__body:after{
            right: 110px;
        }*/

    .calendar-timeline-title {
        visibility: visible;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        pointer-events: none;
        margin: 16px auto;
        color: #ffffff;
    }

    .timeline {

    }

    .calendar-timeline--fixed + .calendar-events {
        margin-top: 156px;
    }

    .calendar-timeline {
        width: 94vw;
        margin-left: auto;
        margin-right: auto;
        margin-top: 38px;
        padding-bottom: 5px;
    }

    .timeline-day {
        min-width: 58px;
    }

}

@media screen and (min-width: 1024px) {
    /*    .calendar-timeline__body:after{
            top: -64px;
            right: 96px;
            border: 32px solid transparent;
            border-bottom: 32px solid #000000;
        }*/

    .calendar-timeline__body.sticky-calendar:after {
        top: -27px;
    }

    .calendar-timeline__body .calendar-months {
        margin: 39px 0 27px 0;
    }

    .calendar-timeline__body .container {   
        width: 100%;
        margin-bottom: 23px;
        padding: 0;
    }

    .timeline {

    }

    .calendar-timeline__footer.sticky-calendar {
        padding-top: 175px;
    }

    .calendar-timeline-letters.clearfix.sticky-letters {
        top: 227px;
    }

    .calendar-timeline {
        width: 91vw;
    }

}

@media screen and (min-width: 1400px) {
    /*    .calendar-timeline__body:after{
            right: 104px;
        }*/

    .calendar-timeline__body.sticky-calendar:after {
        top: -45px;
    }

    /*    header .menu .cb-event-search-container .calendar-timeline__body.sticky-calendar:after {
            top: -12px !important;
            height: 25px !important;
            width: 25px !important;
            right: 124px !important;
        }*/

    .calendar-timeline__body .calendar-months {
        margin: 38px 0 17px 0;
    }

    .timeline {

    }

    .calendar-timeline__footer.sticky-calendar {
        padding-top: 165px;
    }

    .month-button svg,
    .timeline-button svg {
        height: 22px;
        /*        width: 45px;*/
        width: auto;
    }
    .calendar-timeline {
        width: 81.5vw;
        max-width: 90%;
    }
    .timeline-day {
        min-width: 56px;
    }

}