.textShadow {
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 5px black;
}

.mid{
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 1031;
}

.font{
    letter-spacing: 0.2em;
    text-align: center;
    color: #ffffff;
}

.pointer{
    cursor: pointer;
}

.flex{
    display: flex;
    flex-direction: row;
}

.card_w{
    min-width: 360px;
    height: 300px;
}

.card_ne{
    min-width: 370px;
}

.bg-login-image {
    background: url("https://tz-glehn.de/wp-content/uploads/2018/10/standort_glehn-1.jpg") !important;
    background-position: center !important;
    background-size: cover !important;
}

.img-thumbnail-left {
    border-radius: 0.375rem 0 0 0.375rem;
}

#wrapper #content-wrapper #content {
    flex: 1 0 auto;
}

.card-header .link_action {
    color: #FFFFFF !important;
}

.user-dropdown-btn {
    background: none !important;
    color: inherit !important;
    transition: all 0.2s ease;
}

.user-dropdown-btn:hover {
    background: rgba(255,255,255,0.1) !important;
    color: inherit !important;
    text-decoration: none !important;
}

.user-avatar {
    width: 32px;
    height: 32px;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.user-dropdown-btn:hover .user-avatar {
    background-color: rgba(255,255,255,0.3);
}

.user-dropdown-btn:focus {
    outline: 2px solid rgba(255,255,255,0.5);
    outline-offset: 2px;
}