.container-header{
    background-image: url("https://teams.24h-spendenmarathon.de/images/icsm-24-bg.png");
    background-position: center top;
    background-size: 100% auto;
    margin-bottom: 5px;
}
body {
    background-image: url("https://teams.24h-spendenmarathon.de/images/icsm-24-bg.png");
    background-position: center top;
    background-size: 100% auto;
}
.card {
    --card-bg: #ffffffc2;
}

/*Logo grösse*/
.navbar-brand {
    max-width: 400px;
}

/*Tabelle in Safari und Firefox ganze breite*/
.mstable{width:100%;
}

/*Passwort vergessen ausbelenden*/
.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none;
    display: none;
}

/*Breite der Tabellenspalten*/
.table th, .table td {
    vertical-align: middle;
    min-width: 200px;
}