#meCardContainer {
    width: 90%;
    position: relative;
    display: flex;
    max-width: 500px;
    /* border: 1px solid var(--mr_silver); */
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    gap: 20px;
}
#meCard {
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: relative;
    display: flex;
    max-width: 500px;
    /* border: 1px solid var(--mr_silver); */
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    gap: 20px;
    overflow: hidden;
}
#meAvatar {
    width: 200px;
    aspect-ratio: 1;
    position: absolute;
    top: -100px;
    z-index: 2;
}
#meAvatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    /* border: 2px solid var(--mr_gray); */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
#meName {
    font-size: 30px;
    margin-top: 120px;
}
#meTabs {
    background-color: var(--mr_silver);
    width: 100%;
    display: flex;
    height: 70px;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 0px;
}
.meTab {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    color: var(--mr_wolf);
    font-size: 13px;
}
.meTabProgressContainer {
  width: 50px;
}
#meTabNumbers {
    position: absolute;
    height: 50px;
    line-height: 50px;
    font-size: 11px;
    text-align: center;
    width: 50px;
    font-weight: bold;
}
.meTabBottom {
    position: relative;
    height: 50px;
}
#badgeContainer {
    position: absolute;
    left: 180px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#onCallBadgeContainer {
    border-radius: 100%;
    background-color: rgb(217, 0, 0);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
#onCallBadgeContainer.disabled {
  background-color: lightgray;
}
#backgroundBadgeContainer {
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 15px;
}
#backgroundBadgeContainer span {
    position: absolute;
    top: 5px;
    left: 13.5px;
    font-weight: bold;
    color: white;
}
#backgroundBadge {
    position: absolute;
    font-size: 30px;
    color: rgb(45, 236, 162);
}
#backgroundBadge.disabled {
  color: lightgray;
}
#todayCardContainer {
    width: 90%;
    position: relative;
    display: flex;
    max-width: 500px;
    /* border: 1px solid var(--mr_silver); */
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
}
#todayCard {
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: relative;
    display: flex;
    max-width: 500px;
    /* border: 1px solid var(--mr_silver); */
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    /* gap: 40px; */
    overflow: hidden;
    /* padding: 30px 0px; */
}
#todayHeader {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 20px 0px;
    height: 100px;
}
#todayHeader span {
  font-size: 30px;
}
#todaysStation {
    border-radius: 5px;
    width: 100px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.80);
    /* font-weight: bold; */
    font-size: 30px;
}
#todaysStationLocation {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: white;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#todaysStationModality {
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.20);
    width: 100%;
}
#todaysCompanionsContainer {
    height: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: rgb(185, 185, 185);
    border-top: 1px solid rgb(233, 233, 233);
    padding: 10px 0px 10px 0px;
    font-size: 13px;
    background-color: var(--mr_silver);
}
#todaysCompanions {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
}
.companionContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    color: var(--mr_wolf);
    width: 100%;
    height: 100%;
}
.companionContainer:not(:last-child) {
  border-right: 1px solid rgb(235, 235, 235);
}
.companionStation {
    border-radius: 5px;
    width: 40px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.80);
    /* font-weight: bold; */
    font-size: 12px;
}
.companionStationLocation {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: white;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.companionStationModality {
    background-color: rgba(0, 0, 0, 0.20);
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.meWeekCardContainer {
    width: 90%;
    position: relative;
    display: flex;
    max-width: 500px;
    /* border: 1px solid var(--mr_silver); */
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 15px;
}
.meWeekCard {
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: relative;
    display: flex;
    max-width: 500px;
    /* border: 1px solid var(--mr_silver); */
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    /* gap: 40px; */
    overflow: hidden;
    /* padding: 30px 0px; */
    border-top: 1px solid white;
}
.meWeekHeader {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: var(--mr_silver);
    color: var(--mr_hypodense);
    font-size: 13px;
}
.meWeekHeaderDay {
    border-radius: 100%;
    padding: 4px;
    width: 17px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.meWeekHeaderDay.active {
    background-color: var(--mr_hypodense);
    color: white;
}
.meWeekStations {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding: 10px 10px
}
.meWeekDates {
    margin-bottom: 10px;
    color: var(--mr_hypodense);
    font-size: 12px;
    width: 100%;
    text-align: right;
    margin-right: 60px;
}
.meWeekDayStation {
    border-radius: 5px;
    width: 40px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    overflow: visible;
    color: rgba(255, 255, 255, 0.80);
    /* font-weight: bold; */
    font-size: 12px;
    background-color: var(--mr_grayer);
    position: relative;
}
.meWeekDayStationLocation {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: white;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.meWeekDayStationModality {
    background-color: rgba(0, 0, 0, 0.20);
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
}

.default_station {
  background-color: var(--mr_grayer);
}
.kkl_mr {
 background-color: rgb(107, 228, 83);
}
.kkl_ct {
  background-color: rgb(70, 202, 255);
}
.kkl_late {
  background-color: rgb(228, 124, 83);
}
.mko_mr {
    background-color: rgb(154, 226, 139);
}
.mko_ct {
    background-color: rgb(126, 211, 245);
}
.mko_late {
    background-color: rgb(233, 158, 129);
}
.pkt {
    background-color: #a53860;/*rgb(255, 125, 206);*/
}
.mah {
    background-color: #da627d;/*rgb(183, 122, 214);*/
}
.gzk {
    background-color: #ffa5ab;/*rgb(111, 133, 215);*/
}
.hoan {
    background-color: #dbb42c;/*rgb(188, 157, 157);*/
}
.ho1 {
    background-color: #edc531;
}
.ho2 {
    background-color: #fad643;
}
.ho3 {
    background-color: #ffe169;
}
.buero {
    background-color: #b79ced;/*rgb(203, 204, 163);*/
}
.pool {
    /*background-color: rgb(219, 211, 98);*/
    background-color: #dec0f1;/*rgb(140, 140, 140);*/
}
.dienst {
    background-color: rgb(45, 236, 162);
}