/* Allgemeine Stile */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    height: 120px;
}

/* Header Logo (zentriert) */
.header-logo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute; /* Absolut positioniert */
    left: 45%; /* Mittig ausgerichtet */
    transform: translateX(-50%); /* Zentrierung */
}

.header-logo .logo {
    max-width: 120px;
    height: auto;
}

/* Menü-Button */
.menu-container {
    position: relative;
    z-index: 10; /* Stellt sicher, dass es über dem Dropdown bleibt */
    margin-left: -20px; /* Weiter nach links verschoben */
}

.menu-button {
    background: linear-gradient(90deg, #e74c3c, #c0392b);
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.menu-button:hover {
    background: linear-gradient(90deg, #c0392b, #a93226);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.menu-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Dropdown-Menü */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0;
    display: none;
    z-index: 1000;
    width: 220px;
}

.dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu ul li {
    margin: 0;
    padding: 0;
}

.dropdown-menu ul li a {
    display: block;
    padding: 12px 18px;
    text-decoration: none;
    color: #34495e;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu ul li a:last-child {
    border-bottom: none;
}

.dropdown-menu ul li a:hover {
    background-color: #f5f5f5;
    color: #e74c3c;
}

/* Twitter-Button */
.twitter-button {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 30px; /* Weiter nach links verschoben */
}

.twitter-button a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: white;
    border: 2px solid black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.twitter-button a:hover {
    background-color: #f2f2f2;
    transform: scale(1.1);
}

.twitter-button img {
    width: 20px;
    height: 20px;
}

/* Hauptinhalt */
.container {
    padding: 140px 20px 40px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 800px;
    margin: 20px auto;
    text-align: center;
}

.main-title {
    font-size: 2.5rem;
    font-weight: bold;
}

.intro-text {
    font-size: 1.2rem;
    color: #555;
}

/* Buy Button */
.buy-button {
    background-color: #d4af37;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 20px;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.buy-button:hover {
    background-color: #b58e2f;
    transform: scale(1.05);
}

/* Widget-Bereich */
.widget-container {
    text-align: center;
    margin: 20px auto;
    max-width: 400px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.widget-container iframe {
    width: 100%;
    height: 200px;
    border: none;
    border-radius: 8px;
}


/* Copy Contract Button */
.copy-container {
    position: fixed;
    bottom: 80px; /* Abstand über dem Telegram-Button */
    right: 20px; /* Abstand vom rechten Rand */
    text-align: center;
    z-index: 1000;
}

.copy-button {
    background-color: #27ae60; /* Grüne Farbe */
    color: white;
    padding: 12px 20px; /* Kompaktere Größe */
    font-size: 1rem;
    font-weight: bold;
    border-radius: 50px; /* Runde Form */
    text-align: center;
    cursor: pointer; /* Zeigt Klickbarkeit an */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Schatten */
    transition: all 0.3s ease-in-out;
}

.copy-button:hover {
    background-color: #229954; /* Dunkleres Grün beim Hover */
    transform: scale(1.05); /* Leichte Vergrößerung */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Stärkerer Schatten beim Hover */
}

.copy-feedback {
    display: none; /* Standardmäßig versteckt */
    color: #27ae60;
    margin-top: 10px; /* Abstand nach unten */
    font-size: 0.9rem;
    font-weight: bold;
    position: relative; /* Position relativ zum Button */
    top: -5px; /* Direkt über dem Button anzeigen */
    text-align: center;
}

/* Telegram Button */
.telegram-button {
    position: fixed;
    bottom: 20px; /* Abstand vom unteren Rand */
    right: 20px; /* Abstand vom rechten Rand */
    background-color: #0088cc; /* Telegram-Farbe */
    color: white; /* Weiße Schrift */
    padding: 12px 20px; /* Kompaktere Größe */
    border-radius: 50px; /* Runde Form */
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: flex; /* Flexbox für zentrierten Inhalt */
    align-items: center; /* Text vertikal zentriert */
    justify-content: center; /* Text horizontal zentriert */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Schatten */
    cursor: pointer; /* Zeigt Klickbarkeit an */
    transition: all 0.3s ease-in-out;
}

.telegram-button:hover {
    background-color: #006699; /* Dunklere Farbe beim Hover */
    transform: scale(1.05); /* Leichte Vergrößerung */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Stärkerer Schatten beim Hover */
}

.telegram-link {
    color: white; /* Weiße Schrift */
    text-decoration: none; /* Keine Unterstreichung */
    width: 100%; /* Klickbarkeit auf den gesamten Button */
    height: 100%;
    display: flex; /* Flexbox für vollständige Klickbarkeit */
    align-items: center; /* Vertikal zentriert */
    justify-content: center; /* Horizontal zentriert */
}
/* Allgemeiner Container */
.container {
    padding: 140px 20px 40px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 800px;
    margin: 20px auto;
    text-align: center;
}

/* Hauptüberschrift */
.main-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Einführungstext */
.intro-text {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: justify;
}

/* Sektionen */
.description-section,
.features-section {
    margin-top: 40px;
    text-align: left;
}

.description-section h2,
.features-section h2 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 10px;
}

.description-section p,
.features-section p {
    font-size: 1rem;
    color: #34495e;
    line-height: 1.8;
    text-align: center;

}

.description-section ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 10px;
}

.description-section ul li {
    margin-bottom: 10px;
}

/* Feature Box */
.feature {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    text-align: left;
}

.feature h3 {
    font-size: 1.5rem;
    color: #e74c3c;
    margin-bottom: 10px;
}

.feature p {
    font-size: 1rem;
    color: #555;
}

/* CTA-Buttons */
.cta-buttons {
    margin-top: 40px;
    text-align: center;
}

.cta-button {
    display: inline-block;
    background-color: #d4af37;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    margin: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
    background-color: #b58e2f;
    transform: scale(1.05);
}
/* Allgemeiner Container */
.container {
    padding: 140px 20px 40px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 800px;
    margin: 20px auto;
    text-align: center;
}

/* Überschriften */
.main-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.intro-text {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: justify;
}

/* Diagramm-Sektion */
.diagram-section h2 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 20px;
}

/* Tokenomics Tabelle */
.tokenomics-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.tokenomics-table th, .tokenomics-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.tokenomics-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.tokenomics-table tbody tr:hover {
    background-color: #f9f9f9;
}

/* CTA Buttons */
.cta-buttons {
    margin-top: 40px;
}

.cta-button {
    display: inline-block;
    background-color: #d4af37;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    margin: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
    background-color: #b58e2f;
    transform: scale(1.05);
}
