body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
}

header {
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

header h1 {
    margin: 0;
}

.header-image {
    width: 50%;
    height: auto;
    margin: 10px 0;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

section {
    padding: 20px;
    margin: 20px 0;
}

h2 {
    color: #ff0000;
}

footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    padding-bottom: 0px;
    /* margin-bottom: -5px; */
    height: 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

section ul {
    list-style: none;
    padding: 0;
}

section ul li {
    margin: 5px 0;
}

section ul li a {
    color: #fff;
    text-decoration: none;
}
nav ul li a {
    color: #fff; /* Textfarbe auf Weiß setzen */
    text-decoration: none;
}

section ul li a {
    color: #fff; /* Textfarbe auf Weiß setzen */
    text-decoration: none;
}
#cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 9999; /* Stelle sicher, dass die Zustimmungsleiste über allem anderen Inhalt liegt */
}

#cookie-consent button {
    margin: 0 5px;
}
