/* Allgemeine Styles */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #1e1e1e;
    color: #ffffff;
    text-align: center;
}

/* Banner */
.banner {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Header */
header {
    padding: 20px;
    background-color: #2c2c2c;
}

header h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    color: #00d8ff; /* Türkiser Akzent */
}

header p {
    font-size: 1.2rem;
    opacity: 0.8;
}

/* Download Button */
.download-section {
    margin: 50px 0;
}

.download-btn {
    text-decoration: none;
    color: #1e1e1e;
    background-color: #00d8ff;
    padding: 15px 30px;
    font-size: 1.2rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.download-btn:hover {
    background-color: #00a0c3;
}

/* Discord Section */
.discord-section {
    margin: 50px 0;
}

.discord-btn {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7289da;
    padding: 6px 12px; /* Dünnerer Button */
    border-radius: 5px;
    font-size: 1rem; /* Kleinere Schrift */
    color: white;
    transition: background-color 0.3s ease;
}

.discord-btn:hover {
    background-color: #5a6fb3;
}

.discord-icon {
    width: 20px; /* Kleinere Größe des Discord-Icons */
    height: 20px;
    margin-right: 8px;
}

/* Plugin-Liste */
.plugin-list {
    margin: 30px auto;
    width: 90%;
    max-width: 800px;
}

.plugin-item {
    background-color: #292929;
    margin: 20px 0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    text-align: left;
    transition: transform 0.2s ease-in-out;
}

.plugin-item:hover {
    transform: translateY(-5px);
}

.plugin-item h2 {
    margin: 0 0 10px;
    color: #00d8ff;
}

.plugin-item p {
    margin: 0 0 15px;
    font-size: 1rem;
    color: #ddd;
}

/* Download Button für Plugins */
.plugin-item .download-btn {
    display: inline-block;
    text-decoration: none;
    color: #1e1e1e;
    background-color: #00d8ff;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.plugin-item .download-btn:hover {
    background-color: #00a0c3;
}

/* Creator-Sektion */
.creators {
    margin: 50px 0;
}

.creators h2 {
    color: #00d8ff;
    font-size: 2rem;
    margin-bottom: 20px;
}

.creator-item {
    display: inline-block;
    margin: 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.creator-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%; /* Macht das Bild rund */
    object-fit: cover; /* Sorgt dafür, dass das Bild gut aussieht */
    margin-bottom: 10px;
}

.creator-item:hover {
    transform: scale(1.1);
}

.creator-item p {
    margin: 0;
    color: #ddd;
    font-size: 1rem;
}

/* Footer */
footer {
    background-color: #2c2c2c;
    color: #ddd;
    padding: 10px 0;
    font-size: 0.9rem;
}


/* Creator-Sektion */
.creators {
    margin: 50px 0;
}

.creators h2 {
    color: #00d8ff;
    font-size: 2rem;
    margin-bottom: 20px;
}

.creator-item {
    display: inline-block;
    margin: 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.creator-item img {
    width: 120px; /* Größe des Profilbilds */
    height: 120px;
    border-radius: 50%; /* Macht das Bild rund */
    object-fit: cover; /* Verhindert Verzerrungen */
    margin-bottom: 10px;
    border: 3px solid #00d8ff; /* Türkiser Rand als Highlight */
}

.creator-item:hover {
    transform: scale(1.1);
}

.creator-item p {
    margin: 0;
    color: #ddd;
    font-size: 1rem;
}











/* Kontakt-Sektion */
.kontakt-section {
    background-color: #2c2c2c;
    padding: 40px 20px;
    text-align: center;
    color: #ffffff;
}

.kontakt-section h2 {
    margin-bottom: 10px;
    color: #00d8ff;
}

.kontakt-section p {
    margin-bottom: 30px;
    font-size: 1rem;
    opacity: 0.8;
}

.kontakt-form {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #00d8ff;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    background-color: #1e1e1e;
    color: #ffffff;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border: 1px solid #00a0c3;
}

.submit-btn {
    background-color: #00d8ff;
    color: #1e1e1e;
    border: none;
    padding: 10px 20px;
    font-size: 1.1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #00a0c3;
}











/* Plugin Features */
.plugin-features {
    margin: 20px;
    text-align: left;
}

.plugin-features h2 {
    color: #00d8ff;
}

.plugin-features ul {
    list-style-type: none;
    padding-left: 0;
}

.plugin-features li {
    margin: 10px 0;
}

/* Screenshots */
.screenshots {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.screenshot {
    width: 45%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}







/* Plugin Features */
.plugin-features {
    margin: 20px;
    text-align: left;
}

.plugin-features h2 {
    color: #00d8ff;
}

.plugin-features ul {
    list-style-type: none;
    padding-left: 0;
}

.plugin-features li {
    margin: 10px 0;
}

/* Screenshots */
.screenshots {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.screenshot {
    width: 45%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}












/* Kommentar-Sektion */
#comments {
    width: 80%;
    max-width: 800px;
    margin: 20px auto;
    background-color: #2c2c2c;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    color: white;
}

#comments h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
    color: #00d8ff;
}

/* Einzelner Kommentar */
.comment {
    margin-bottom: 20px;
    background-color: #3b3b3b;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.comment-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #b3b3b3;
}

.comment-name {
    font-weight: bold;
    color: #00d8ff;
}

.comment-date {
    font-size: 0.9rem;
}

.comment-text {
    font-size: 1rem;
    line-height: 1.5;
}




/* Canvas für Partikel */
#particle-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #1e1e1e; /* Dunkler Hintergrund */
}

/* Restliche CSS bleibt gleich (deine existierenden Styles bleiben erhalten) */



