.nav_logo_mobile_header {
    background-image: url('/assets/favicon/favicon152.png');
}


#container_header_grid {
    margin: 0px;
    background-color: white;
    display: grid;
    grid-template-columns: 140px auto 130px;
    grid-template-rows: 100px;
    color: black;
    width: 1200px;
    margin: auto;
    align-items: center;
}

.main_title {
    text-align: center;
    font-weight: lighter;
    font-size: xx-large;
    margin-bottom: 0px;
}

#container_header_grid .logo {
    width: 125px;
}

.mcal_c_Lud_11_g {
    background-color: #eeffcb;
}


.mcal_c_Hei_9_n {
    background-color: #cbe2ff;
}

.mcal_c_Bad_15_m {
    background-color: #93c0b5;
}


events ul {
    list-style-type: none;
    padding-left: 0px;
    font-size: smaller;
}

events li {
    display: flex;
    flex-direction: column;
    margin: 10px 0px;
    border-bottom: 1px solid rgb(209, 209, 209);
}

events li>div:nth-child(3) {
    order: 1;
    font-size: smaller;
    font-style: italic;
}

events li>a {
    order: 2;
    font-weight: bolder;
}

events li>div:nth-child(4) {
    order: 3;
    font-size: smaller;
}

events li>div:nth-child(2) {
    order: 4;
    font-size: smaller;
}

#lcal-switch {
    margin: 20px;
}

@media (max-width: 768px) {
    #container_header_grid {
        grid-template-columns: 80px auto 90px;
        width: 100%;
        margin: 0px 10px;
    }

    .main_title {
        font-size: large;
    }

    #container_header_grid .logo {
        width: 75px;
    }

    .app_downl {
        width: 90px;
    }
}