/* Grundlegende Formatierung */
body {
    font-family: Arial, sans-serif;
    background-color: #1a1a1a;
    margin: 0;
    color: #fff;
}

/* Navigation */
nav {
    background: #222;
    padding: 10px;
    text-align: center;
}
nav a {
    color: #00ff88;
    text-decoration: none;
    margin: 0 15px;
    padding: 8px;
}
nav a:hover {
    color: #fff;
}

/* Header */
header {
    position: relative;
    height: 100vh;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
header h1 {
    font-size: 4rem;
    margin-top: 20%;
}
header p {
    font-size: 1.5rem;
    margin-top: 20px;
}
header .cta {
    display: inline-block;
    padding: 12px 30px;
    background: #00ff88;
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    border-radius: 10px;
    margin-top: 40px;
}
header .cta:hover {
    background: #0077ff;
}

/* Packs Galerie */
#packs {
    padding: 50px 20px;
    text-align: center;
}
#packs .packs-gallery {
    display: flex;
    justify-content: center;
    gap: 30px;
}
#packs .pack {
    background: #333;
    padding: 20px;
    border-radius: 10px;
    width: 250px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}
#packs .pack img {
    width: 100%;
    border-radius: 10px;
}
#packs .pack h3 {
    margin-top: 10px;
}
#packs .pack .description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Hover-Effekte */
#packs .pack:hover {
    transform: scale(1.05);  /* Vergrößert den Block bei Hover */
}
#packs .pack:hover .description {
    opacity: 1;  /* Zeigt die Beschreibung bei Hover an */
}

/* Footer */
footer {
    background: #222;
    color: #fff;
    padding: 20px;
    text-align: center;
}
footer a {
    color: #00ff88;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
}
/* Grundlegende Formatierung */
body {
    font-family: Arial, sans-serif;
    background-color: #1a1a1a;
    margin: 0;
    color: #fff;
}

/* Navigation */
nav {
    background: #222;
    padding: 10px;
    text-align: center;
}
nav a {
    color: #00ff88;
    text-decoration: none;
    margin: 0 15px;
    padding: 8px;
}
nav a:hover {
    color: #fff;
}

/* Header */
header {
    position: relative;
    height: 100vh;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
header h1 {
    font-size: 4rem;
    margin-top: 20%;
}
header p {
    font-size: 1.5rem;
    margin-top: 20px;
}
header .cta {
    display: inline-block;
    padding: 12px 30px;
    background: #00ff88;
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    border-radius: 10px;
    margin-top: 40px;
}
header .cta:hover {
    background: #0077ff;
}

/* Packs Galerie */
#packs {
    padding: 50px 20px;
    text-align: center;
}
#packs .packs-gallery {
    display: flex;
    justify-content: center;
    gap: 30px;
}
#packs .pack {
    background: #333;
    padding: 20px;
    border-radius: 10px;
    width: 250px;
    text-align: center;
}
#packs .pack img {
    width: 100%;
    border-radius: 10px;
}
#packs h2 {
    font-size: 2.5rem;
}

/* Kontaktformular */
#contact {
    padding: 50px 20px;
    text-align: center;
}
#contact form {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
    background: #333;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
#contact form input, #contact form textarea {
    margin-bottom: 15px;
    padding: 15px;
    background: #444;
    border: 1px solid #555;
    border-radius: 8px;
    color: #fff;
}
#contact form button {
    padding: 10px;
    background: #00ff88;
    border: none;
    color: white;
    border-radius: 8px;
    cursor: pointer;
}
#contact form button:hover {
    background: #0077ff;
}

/* Footer */
footer {
    background: #6ea1774d;
    color: #fff;
    padding: 20px;
    text-align: center;
}
footer a {
    color: #00ff88;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
}
/* Grundlegende Formatierung */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #1a1a1a;
}

/* Navigation */
nav {
    background: #222;
    padding: 10px;
    text-align: center;
}
nav a {
    color: #00ff88;
    text-decoration: none;
    margin: 0 15px;
    padding: 8px;
}
nav a:hover {
    color: #fff;
}

/* Kontakt-Bereich */
#contact {
    padding: 50px 20px;
    text-align: center;
}
#contact .contact-button {
    background: #00ff88;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}
#contact .contact-button h3 {
    margin: 0;
}
#contact .contact-button:hover {
    background: #0077ff;
}

/* Full-Screen Overlay (wird durch den Button aktiviert) */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
    z-index: 1000;
}

#overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Discord Button (wird nach dem Effekt angezeigt) */
#discord-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #7289da;
    color: white;
    padding: 20px;
    border-radius: 10px;
    font-size: 1.5rem;
    text-decoration: none;
    display: none;
}
/* Grundlegende Formatierung */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #1a1a1a;
}

/* Navigation */
nav {
    background: #222;
    padding: 10px;
    text-align: center;
}
nav a {
    color: #00ff88;
    text-decoration: none;
    margin: 0 15px;
    padding: 8px;
}
nav a:hover {
    color: #fff;
}

/* Kontakt-Bereich */
#contact {
    padding: 50px 20px;
    text-align: center;
}
#contact .contact-button {
    background: #00ff88;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}
#contact .contact-button h3 {
    margin: 0;
}
#contact .contact-button:hover {
    background: #0077ff;
}

/* Full-Screen Overlay (wird durch den Button aktiviert) */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
    z-index: 1000;
}

#overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Discord Button (wird nach dem Effekt angezeigt) */
#discord-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #7289da;
    color: white;
    padding: 20px;
    border-radius: 10px;
    font-size: 1.5rem;
    text-decoration: none;
    display: none;
    z-index: 1010;
}
/* Grundlegende Formatierung */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #1a1a1a;
}

/* Navigation */
nav {
    background: #222;
    padding: 10px;
    text-align: center;
}
nav a {
    color: #00ff88;
    text-decoration: none;
    margin: 0 15px;
    padding: 8px;
}
nav a:hover {
    color: #fff;
}

/* Kontakt-Bereich */
#contact {
    padding: 50px 20px;
    text-align: center;
}
#contact .contact-button {
    background: #00ff88;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}
#contact .contact-button h3 {
    margin: 0;
}
#contact .contact-button:hover {
    background: #0077ff;
}

/* Full-Screen Overlay (wird durch den Button aktiviert) */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
    z-index: 1000;
}

#overlay.active {
    opacity: 1;
    visibility: visible;
}
#packs {
    padding: 50px 20px;
    text-align: center;
}

.pack-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.pack-box {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #00ff88, #0077ff);
    color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pack-box:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Overlay */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(80, 50, 200, 0.8), rgba(150, 50, 250, 0.8));
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* Animation für Overlay */
#overlay.animate {
    opacity: 1;
}

/* Discord-Button */
.contact-button {
    background-color: #5865F2; /* Discord-Farbe */
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.contact-button:hover {
    transform: scale(1.05);
}
/* Allgemeine Stile für den Hintergrund */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: url('https://images.t3n.de/news/wp-content/uploads/2019/04/image3.png?class=content-small') no-repeat center center fixed;
    background-size: cover;
    color: white;
}

/* Alternativ: Animierter Farbverlauf-Hintergrund */
body.animated-background {
    background: linear-gradient(-45deg, #1e3c72, #2a5298, #654ea3, #eaafc8);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
}

/* Animation für den Farbverlauf */
@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Kontaktbereich */
#contact {
    text-align: center;
    padding: 20px;
}

.contact-button, .contact-option {
    margin: 20px auto;
    padding: 20px;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
    background: linear-gradient(135deg, #444040, #c9710c);
    color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    text-align: center;
}

.contact-button:hover, .contact-option:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
}

.contact-option h3, .contact-button h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.contact-option p a, .contact-button p {
    font-size: 1em;
    text-decoration: none;
    color: white;
}

.contact-option p a:hover {
    text-decoration: underline;
}

/* Kontaktbereich */
#contact {
    text-align: center;
    padding: 20px;
}

.contact-button, .contact-option {
    margin: 20px auto;
    padding: 20px;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    text-align: center;
}

.contact-button:hover, .contact-option:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
}

.contact-option h3, .contact-button h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.contact-option p, .contact-button p {
    font-size: 1em;
    text-decoration: none;
    color: white;
}

/* Impressum */
#impressum {
    padding: 20px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    color: #333;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#impressum h1, #impressum h2, #impressum h3 {
    color: #1e3c72;
    margin-top: 20px;
}

#impressum a {
    color: #2a5298;
    text-decoration: none;
}

#impressum a:hover {
    text-decoration: underline;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    color: #000; /* Schwarze Schriftfarbe */
}

