/*--------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------- 🍪🍪🍪🍪🍪 BANNER  ----------------------------------------------*/


.cookie-banner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #20232a;
    color: #fff;
    padding: 16px 24px;
    font-size: 0.95em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    box-sizing: border-box;
}

.cookie-banner.hidden {
    display: none;
}

.cookie-banner button {
    background: #5865F2;
    border: none;
    color: white;
    padding: 8px 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 8px;
}








/*--------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------- Laayout allgemein BANNER  ----------------------------------------------*/




/* --------- Grundlayout --------- */
body {
  font-family: Arial, sans-serif;
  text-align: center;
  color: #fff;
  background: #181416;
}

/* --------- Header / Navigation --------- */
.info-header-bar {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
  padding: 40px 0 0 0; gap: 20px;
  width: 90%; margin: 0 auto;

}



.ice-elf-link {
  font-size: 1.7em; font-weight: 700; letter-spacing: 1.2px; text-decoration: none;
  background: linear-gradient(90deg, #70a1ff 10%, #d7edff 48%, #b6eaff 90%);
  color: transparent; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px #82e0ff88, 0 0 18px #d0f4ff99, 0 1px 8px #253a5b33;
  transition: background 0.3s, text-shadow 0.3s, transform 0.2s;
}
.ice-elf-link:hover {
  text-shadow: 0 0 12px #b6eaffaa, 0 0 22px #e4f9ff, 0 2px 10px #47637a66;
  transform: scale(1.08);
}
.language-switch { display: flex; gap: 16px; }

/* --------- Typografie --------- */
h3 {
  font-size: 1em; font-weight: 700; letter-spacing: 1.2px;
  background: linear-gradient(90deg, #70a1ff 10%, #d7edff 48%, #b6eaff 90%);
  color: transparent; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px #82e0ff88, 0 0 18px #d0f4ff99, 0 1px 8px #253a5b33;
  transition: background 0.3s, text-shadow 0.3s;
}

.page-title {
  text-align: center; font-size: 2.4em; color: #ffffff;
}
.page-subtitle {
  text-align: center; font-size: 1.2em; margin-bottom: 40px; color: #cccccc;
}

/* --------- Feature-Grid & Cards --------- */
.feature-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 70px; padding: 40px 60px 80px;
  justify-items: stretch; max-width: 1800px; margin: 0 auto;
}


.future-container-info {
  height: 100%;
  background: radial-gradient(ellipse at 55% 17%, #20222a 50%, #141418 100%);
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* aus .feature-container-text-align */
  font-size: 1.1em;
  font-weight: 500;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  user-select: none;

  /* aus .static-feature-box */
  flex-direction: column;
  padding: 30px 24px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}


/* Hover-Effekt aus .feature-container:hover */
.future-container-info:hover {
  background: radial-gradient(ellipse at 55% 17%, #20222a 60%, #141418 100%);
  box-shadow:
    0 0 12px 2px #d7edff66,
    0 0 20px 4px #a0e7ff44,
    0 0 32px 6px #66afc755,
    0 0 0 1.5px #20405a77;
}





/* --------- Feature-Content --------- */
.feature-info-hero {
  display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 8px;
}

.feature-logo {
  font-size: 2.0em; line-height: 1; display: inline-block;
}
.feature-logo-slash {
  line-height: 1; display: inline-block; color: #e53935; font-weight: bold;
  font-size: 2.4rem; vertical-align: middle; margin-right: 17px;
}
.feature-title {
  font-size: 1.5em; font-weight: 700; letter-spacing: 1.2px;
  background: linear-gradient(90deg, #70a1ff 10%, #d7edff 48%, #b6eaff 90%);
  color: transparent; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px #82e0ff88, 0 0 18px #d0f4ff99, 0 1px 8px #253a5b33;
  transition: background 0.3s, text-shadow 0.3s;
}
.feature-info-marketing {
  font-size: 1.0em;      /* Desktop-Größe */
  line-height: 1.55;     /* bessere Lesbarkeit bei viel Text */
  color: #dcdcdc;        /* einheitlich, ohne doppelten color-Eintrag */
  margin-top: 3px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.feature-info-marketing ul {
    text-align: left;
    margin-left: 0;
}




/*#####################################################################################################*/
/*########################################### Bilder einpflegen ##################################*/
/*#####################################################################################################*/

.feature-image {
    display: block;       
    max-width: 100%;
    height: auto;
    margin: 12px auto 20px;
    border-radius: 10px;
    box-shadow:
        0 0 6px 1px #d7edff44,  /* heller feiner Schimmer */
        0 0 12px 2px #a0e7ff33; /* sanfter bläulicher Glow */
}

/*#####################################################################################################*/
/*########################################### Bilder Split ##################################*/
/*#####################################################################################################*/
.feature-textflow {
    text-align: left;
}

.feature-image-right {
    float: right; /* Bild rechts starten */
    max-width: 45%; /* Breite Bild relativ zum Container */
    height: auto;
    margin: 0 0 10px 20px; /* Abstand: oben rechts unten links */
    border-radius: 10px;
    box-shadow: 0 0 6px 1px #d7edff44, 0 0 12px 2px #a0e7ff33;
}





/*#####################################################################################################*/
/*<!--################################################## ⛅🌿🌙🎉 category-name-change -->###########*/
/*#####################################################################################################*/

/*--------------------------------------------------------------------------------------------------------------------------*/
/*--🌥️ emoji 🌿 change 🌙 time 🎉----------------------- SIMULATION -----------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/


.event-simulation-top-container {
    display: flex;
    gap: 2rem;
    flex: 1;
    height: auto;
}

.event-simulation-channel-container {
    background: linear-gradient(to top right, #191b38, #16172b);
    padding: 1rem;
    border-radius: 10px;
    font-family: 'Segoe UI', sans-serif;
    color: #dcddde;
    width: 300px;
    font-size: 14px;
    white-space: pre-line;
    /* Optional: Fixhöhe bei Überlauf */
    overflow-y: auto;
    box-shadow:
      0 0 6px 1px #d7edff44,  /* heller feiner Schimmer */
      0 0 12px 2px #a0e7ff33; /* sanfter bläulicher Glow */
}


/*------------------------------------------------- Rechter Container ----------------------------------------------------------*/



.discord-input-wrapper {
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #4e1f5e, #1d3a50);
    border-radius: 8px;
    padding: 0.5rem;
    color: #b9bbbe;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    position: relative;
    box-shadow:
      0 0 6px 1px #d7edff44,  /* heller feiner Schimmer */
      0 0 12px 2px #a0e7ff33; /* sanfter bläulicher Glow */
}

.discord-sent-message {
    background: linear-gradient(to top right, #191b38, #16172b);
    text-align: left;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    color: #dcddde;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    display: none;
    white-space: pre;
    
}


.discord-input-left {
    padding: 0 0.5rem;
    color: #b9bbbe;
    font-size: 16px;
}

.discord-input-main {
    flex-grow: 1;
    min-height: 24px;
    padding: 0 0.5rem;
    color: #dcddde;
    position: relative;
    display: flex;
    align-items: center;
}

.discord-placeholder {
    color: #72767d;
    position: absolute;
    pointer-events: none;
    
}

.discord-command {
    white-space: pre;
    color: white;
    z-index: 2;
}

.discord-input-icons {
    display: flex;
    gap: 0.5rem;
    font-size: 14px;
    color: #72767d;
    padding-left: 0.5rem;
}
/* NEU: Rechter Bereich (rechter Block neben Channeln) */
.event-simulation-right-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: auto;
    padding: 1rem 0;
}

/* NEU: Oben in der rechten Spalte – Platzhalter für Uhr oder Tools */
.event-simulation-tools {
    padding: 0.5rem;
    text-align: right;
    font-size: 14px;
    color: #b9bbbe;
}

/* NEU: Visuelle Uhr (Platzhalter-Styling) */
.clock-placeholder {
    background: #1f1f1f;
    border-radius: 8px;
    padding: 0.4rem 0.8rem;
    display: inline-block;
}

/* NEU: Eingabefeld + gesendete Nachricht sauber unten platzieren */
.discord-chat-wrapper {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    
}




/*------------------------------------------------- Emoji übergnag ----------------------------------------------------------*/

.emoji-switchable {
    display: inline-block;
    font-size: 1em;
    transition: transform 3s ease, opacity 3s ease, filter 3s ease;
}

/* 🌿 wird langsam größer */
.emoji-grow {
    transform: scale(3);
}

/* Verschwinden mit Blur (magischer Übergang) */
.emoji-transforming {
    opacity: 0;
    transform: scale(3); /* Kein rotate */
    filter: blur(4px);
}


/*------------------------------------------------- UHR und Textfeld ----------------------------------------------------------*/



.clock-wrapper {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.clock-display {
    font-family: 'Courier New', monospace;
    font-size: 32px; /* Größer gemacht */
    color: #ffffff;
    background: #202225;
    padding: 0.75rem 1.2rem;
    border-radius: 8px;
    display: inline-block;
    box-shadow:
        0 0 6px 1px #d7edff44,  /* heller feiner Schimmer */
        0 0 12px 2px #a0e7ff33; /* sanfter bläulicher Glow */
}

.clock-suffix {
    font-size: 16px;
    color: #b9bbbe;
    font-family: 'Segoe UI', sans-serif;
}


.emoji-info {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background: #2f3136;
    border-radius: 8px;
    color: #dcddde;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
}


.channel {
    padding-left: 10px;
    margin: 1px 0;
    display: flex;
    align-items: center;
    font-family: monospace;
}

/* optional – keine Pseudo-Icons verwenden */
.channel.text::before,
.channel.voice::before {
    content: "";
}

/* v🎨 Größerer Hashtag */
.hashtag {
    font-size: 18px;
    margin-right: 4px;
    margin-left: 3px;
    color: #b9bbbe;
    font-weight: bold;
}



/*--------------------------------------------------------------------------------------------------------------------------*/
/*--🌥️ emoji 🌿 change 🌙 time 🎉----------------------- SIMULATION ---------------- END ---------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/



























































/*#####################################################################################################*/
/*#####################################################################################################*/
/*########################################### HANDY Hauptanpassungen ##################################*/
/*#####################################################################################################*/



@media (max-width: 1024px) {

    .info-header-bar {
        flex-direction: column; justify-content: center; align-items: center;
        padding: 18px 0 0 0; gap: 8px; width: 98%; margin: 0 auto; text-align: center;
    }



    /*------------------------ SCHRIFTEN ✒️✒️✒️✒️------------------------- START --------------------------*/
    .ice-elf-link {
    font-size: 1.0em;
    }
    .page-title {
    text-align: center; font-size: 1.0em; color: #ffffff;
    }
    .page-subtitle {
    text-align: center; font-size: 0.8em; margin-bottom: 40px; color: #cccccc;
    }

    .feature-title {
    font-size: 1.0em;
    }
    .feature-info-marketing {
    font-size: 0.7em;
    }

    /*------------------------ SCHRIFTEN ✒️✒️✒️✒️-------------------------- END ----------------------------*/

    /* --------------------------Textfluss um das Bild --------- START ----------- */
    .feature-image-right {
        float: none;
        display: block;
        max-width: 100%;
        margin: 0 auto 20px;
    }
    /* --------------------------Textfluss um das Bild ----------- END ----------- */


    .feature-grid {
        display: flex;
        flex-direction: row;
        gap: 20px; /* moderater Abstand */
        overflow-x: auto;
        padding: 20px;
        width: 100vw;
        max-width: 100vw;
        scroll-snap-type: x mandatory;
        scroll-padding: 2.5vw; /* kleiner Rand auf beiden Seiten */
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch; /* sanfteres Scrollen mobil */
    }

    .future-container-info {
        min-width: 95vw;
        max-width: 95vw;
        flex: 0 0 auto;
        scroll-snap-align: center;
        scroll-snap-stop: always; 
        box-sizing: border-box;
        padding: 10px 5px; /* z. B. oben/unten 10px, links/rechts 12px */
    
        box-shadow:
        0 0 12px 2px #d7edff66,
        0 0 20px 4px #a0e7ff44,
        0 0 32px 6px #66afc755,
        0 0 0 1.5px #20405a77;
    }


/*--🌥️ emoji 🌿 change 🌙 time 🎉----------------------- SIMULATION -----------------------------------------------------*/
    .event-simulation-top-container {
      flex-direction: column;
      align-items: center;  /* horizontal zentrieren */
      justify-content: flex-start; /* nicht mitten im Viewport vertikal */
      width: 100%;
      max-width: none; /* keine feste Breite fürs gesamte Layout */
    }
    .discord-chat-wrapper {
      margin-top: auto;
    }
    .event-simulation-right-container {
      margin-top: -20px;
    }
    .event-simulation-channel-container {
      width: unset;
    }




}


