
.glitched-schedule--overview .glitched-schedule__list {
    position: static;
    height: auto;
    overflow-y: visible;
    padding: 0;
}

h2.glitched-schedule__day-heading {
    margin: 1.5em 0 0.25em;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: -0.02em;
    font-style: normal;
    /*color: #80a4ff;*/
    font-size:3em;
    text-transform:uppercase;
}

DIV.glitched-schedule__card {
    background-color:transparent;
    color: black;
    margin-bottom:2em;
}


.glitched-schedule__card-icons {
    display: none;
}

.glitched-schedule__time, .glitched-schedule__card-title-text   {
    font-size:1.6em;
    line-height: 1.4em;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.glitched-schedule__time-row .glitched-schedule__location-label{
    /*display:none;*/
    padding: 4px 12px;
    border-radius:16px;
    margin-left:2em;
    top: -4px;
    position: relative;
}

.glitched-schedule__time-row--location-main-stage SPAN.glitched-schedule__location-label {
    background-color: #4a90d9;
    color: #ffffff;
}

.glitched-schedule__time-row--location-lan-distrikten  SPAN.glitched-schedule__location-label {
    background: #27ae60;
    color: #ffffff;
}

.glitched-schedule__time-row--location-expon .glitched-schedule__location-label {
    background: #e67e22;
    color: #ffffff;
}

.glitched-schedule__time-row--location-card-festival .glitched-schedule__location-label {
    background: #8e44ad;
    color: #ffffff;
}

.glitched-schedule__time-row--location-meet-greet .glitched-schedule__location-label {
    background: #e74c3c;
    color: #ffffff;
}

.glitched-schedule__time-row--location-utomhusomradet .glitched-schedule__location-label {
    background: #16a085;
    color: #ffffff;
}

.glitched-schedule__time-row--location-panelscenen .glitched-schedule__location-label {
    background: #e91e8c;
    color: #ffffff;
}

.glitched-schedule__time-row--location-ovrigt .glitched-schedule__location-label {
    background: #2c3e50;
    color: #ffffff;
}

/* LOGOS */
.glitched-schedule__card-logos {
    text-align: left;
    padding: 0.5em 0;
}

.glitched-schedule__card-logo-card {
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.24);
    background-color: white;
    border-radius: 8px;
    display: inline-block;
    padding:4px;
}

.glitched-schedule__card-logo {
    height: 3em;
    cursor: pointer;
}
