.stdc-container {
    display: grid;
    grid-template-columns: 1.5rem auto;
    align-items: center;
}

.stdc-container > .text-center span {
    transform: rotate(270deg);
    display: block;
}

.stdc-row {
    display: grid;
    grid-template-columns: repeat(71, 1fr);
    gap: 3px;
    margin-bottom: 3px;
}

.stdc-cell {
    padding: 2px;
    background-color: #efefef;
}

.stdc-cell-light,
.stdc-cell-heavy {
    color: #fff;
}

.uibk-c12n-faculty-architektur .stdc-cell-light {
    background-color: rgba(0,0,0,.6);
}
    
.uibk-c12n-faculty-architektur .stdc-cell-heavy {
    background-color: rgba(0,0,0,1);
}

.uibk-c12n-faculty-bwl .stdc-cell-light {
    background-color: rgba(0,151,200,.6);
}

.uibk-c12n-faculty-bwl .stdc-cell-heavy {
    background-color: rgba(0,151,200,1);
}

.uibk-c12n-faculty-biwi .stdc-cell-light {
    background-color: rgba(161,94,109,.6);
}

.uibk-c12n-faculty-biwi .stdc-cell-heavy {
    background-color: rgba(161,94,109,1);
}


.uibk-c12n-faculty-biologie .stdc-cell-light {
    background-color: rgba(63,165,53,.6);
}

.uibk-c12n-faculty-biologie .stdc-cell-heavy {
    background-color: rgba(63,165,53,1);
}


.uibk-c12n-faculty-soe .stdc-cell-light {
    background-color: rgba(183,168,0,.6);
}

.uibk-c12n-faculty-soe .stdc-cell-heavy {
    background-color: rgba(183,168,0,1);
}


.uibk-c12n-faculty-ch-ph .stdc-cell-light {
    background-color: rgba(218,95,6,.6);
}

.uibk-c12n-faculty-ch-ph .stdc-cell-heavy {
    background-color: rgba(218,95,6,1);
}

.uibk-c12n-faculty-geo-atmo .stdc-cell-light {
    background-color: rgba(0,79,159,.6);
}

.uibk-c12n-faculty-geo-atmo .stdc-cell-heavy {
    background-color: rgba(0,79,159,1);
}

.uibk-c12n-faculty-mip .stdc-cell-light {
    background-color: rgba(172,194,61,.6);
}

.uibk-c12n-faculty-mip .stdc-cell-heavy {
    background-color: rgba(172,194,61,1);
}

.uibk-c12n-faculty-psycho-sport .stdc-cell-light {
    background-color: rgba(0,154,147,.6);
}

.uibk-c12n-faculty-psycho-sport .stdc-cell-heavy {
    background-color: rgba(0,154,147,1);
}

.uibk-c12n-faculty-powi-sozi .stdc-cell-light {
    background-color: rgba(60,126,122,.6);
}

.uibk-c12n-faculty-powi-sozi .stdc-cell-heavy {
    background-color: rgba(60,126,122,1);
}

.uibk-c12n-faculty-bau .stdc-cell-light {
    background-color: rgba(149,100,41,.6);
}

.uibk-c12n-faculty-bau .stdc-cell-heavy {
    background-color: rgba(149,100,41,1);
}

.uibk-c12n-faculty-vwl .stdc-cell-light {
    background-color: rgba(17,48,110,.6);
}

.uibk-c12n-faculty-vwl .stdc-cell-heavy {
    background-color: rgba(17,48,110,1);
}

.uibk-c12n-faculty-theologie .stdc-cell-light {
    background-color: rgba(108,100,163,.6);
}

.uibk-c12n-faculty-theologie .stdc-cell-heavy {
    background-color: rgba(108,100,163,1);
}

.uibk-c12n-faculty-phil-kult .stdc-cell-light {
    background-color: rgba(0,65,78,.6);
}

.uibk-c12n-faculty-phil-kult .stdc-cell-heavy {
    background-color: rgba(0,65,78,1);
}

.uibk-c12n-faculty-phil-hist .stdc-cell-light {
    background-color: rgba(233,170,0,.6);
}

.uibk-c12n-faculty-phil-hist .stdc-cell-heavy {
    background-color: rgba(233,170,0,1);
}

.uibk-c12n-faculty-rewi .stdc-cell-light {
    background-color: rgba(190,18,27,.6);
}


.uibk-c12n-faculty-rewi .stdc-cell-heavy {
    background-color: rgba(190,18,27,1);
}

.uibk-c12n-faculty-inter .stdc-cell-light {
    background-color: rgba(0,0,0,.2);
}

.uibk-c12n-faculty-inter .stdc-cell-heavy {
    background-color: rgba(0,0,0,.4);
}

.stdc-cell-spacy {
    padding: 8px;
}

@media (max-width: 767.98px) {

    .stdc-cell-mob-vert span {
        transform: rotate(270deg);
        display: block;
    }
}

div[id^="stdc-rowspan"] {
    display: grid;
    align-items: center;
}

div[id^="stdc-rowspan"] span {
    transform: rotate(-90deg);
}