.header {
    background-color: #69DC9E;
    color: #0C0C0C;
    font-family: monospace;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 3px;
    padding-bottom: 3px;
    box-shadow: 0px 4px;
    padding-top: 2px;
}

.headerbutton {
    background-color: black;
    color: #69DC9E;
    font-family: monospace;
    border-radius: 5px;
    padding: 10px;
    width: 150px;
    border: white 2px solid;
    text-decoration: none;
    font-family: monospace;
    font-size: 15px;
}

.HeaderButton:hover {
        animation: ease-in;
        transform: scale(1.03);
        transition: 0.5s;
}

.HeaderSpiele {
    background-color: #e9b44c;
    color: #0C0C0C;
    font-family: monospace;
    padding-left: 7px;
    display: flex;
    flex-direction: column;
    padding-right: 7px;
    border-radius: 3px;
    padding-bottom: 3px;
    box-shadow: 0px 4px;
    margin-top: 10px;
}

.HeaderWebApp {
    background-color: #e94c4c;
    color: #0C0C0C;
    font-family: monospace;
    padding-left: 7px;
    display: flex;
    flex-direction: column;
    padding-right: 7px;
    border-radius: 3px;
    padding-bottom: 3px;
    box-shadow: 0px 4px;
    margin-top: 10px;
}

.webseitearne{
    background-color: #2b2b2bfe;
    display: flex;
    flex-direction: column;
    padding: 1px;
}

.trueheader {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(239, 238, 238);
    font-size: 15px;
}

#headerbuttonproblem {
    margin-bottom: 3.5px;
}

.header:disabled {
    background-color: #e2b888;
    color: #0C0C0C;
    font-family: monospace;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 3px;
    padding-bottom: 3px;
    box-shadow: 0px 4px;
    padding-top: 2px;
    margin-top: 6px
}

.FooterMain {
    background-color: #222;
    color: #e0e0e0;
    font-family: monospace;
    border-radius: 3px;
    box-shadow: 0px -4px 10px #0002;
    padding: 18px 14px 10px 14px;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 700px) {
    .footer-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.FooterButton {
    background: linear-gradient(90deg, #1976d2 0%, #2196f3 100%);
    color: #fff;
    font-family: monospace;
    border-radius: 5px;
    padding: 10px 24px;
    width: auto;
    border: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 2px 8px #1976d255;
    transition: 
        background 0.3s cubic-bezier(0.4,0,0.2,1),
        transform 0.2s cubic-bezier(0.4,0,0.2,1),
        box-shadow 0.2s cubic-bezier(0.4,0,0.2,1);
    cursor: pointer;
    margin-top: 10px;
}

@media (min-width: 700px) {
    .FooterButton {
        margin-top: 0;
        margin-left: 24px;
    }
}

.FooterButton:hover {
    background: linear-gradient(90deg, #1565c0 0%, #1976d2 100%);
    transform: scale(1.05);
    box-shadow: 0 4px 16px #1976d299;
}

.footer-copyright {
    font-size: 11px;
    color: #bdbdbd;
    opacity: 0.7;
    margin-top: 18px;
    text-align: left;
    font-family: monospace;
}

@media (max-width: 699px) {
    .footer-copyright {
        text-align: center;
    }
}

.header-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
}

.headerbutton .zurueck-startseite {
    margin-left: auto;
    margin-right: 0;
}

#zukunft{
    margin-top: 0.8em;
}

.smalllink{
    text-decoration:wavy underline;
    color: white;
}