html {
    background-color: black;
}

body {
    margin: 0;
    padding: 0;
    background-image: url(../static/img/page-background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}

h1, h2, h3, h4, h5, h6, p, a, table, li {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    text-shadow: 2mm black;
}

#main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#logo {
    width: 300px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.contentbox {
    width: 40%;
    min-width: 350px;
    max-width: 800px;
    margin-bottom: 50px;
    background-color: rgba(240, 255, 255, 0.75);
    padding: 20px;
    border-radius: 5px;
}

.aktionsitem {
    font-size: 16pt;
}

.deaktiviert {
    text-decoration: line-through;
}
