@import url('https://fontlibrary.org//face/minecraftia');

@media (prefers-color-scheme: dark) {
    :where(body) {
        background-color: #202020;
        color: white;
    }
    :where(.hamburger_icon) {
        filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(277deg) brightness(102%) contrast(101%);
    }
}
  
/* Grundlegende Stile */
body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    list-style-type: none;
}


.white-mode {
    background-color: white;
    color: black;
}

/* Kopfbereich */
.under {
    background-color: #FFD700; /* Gelber Hintergrund */
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    
}
.unter {
    background-color: #FFD700; /* Gelber Hintergrund */
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
/* Navigation */
nav {
    background-color: #FFD700; /* Gelber Hintergrund */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    position: sticky; /* Navigation bleibt beim Scrollen oben */
    top: 0; /* Damit die Navigation oben bleibt */
    z-index: 10; /* Navigation bleibt sichtbar */
}
.nav-left, .nav-right {
    display: flex;
    justify-content: space-around;
    flex-basis: 33%; /* Gleiche Breite für beide Seiten */
}
nav a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
nav a:hover {
    text-decoration: underline;
}
/* Mobile Menu START*/
#mobile-menu {
    display: none;
}
.hamburger_icon {
    position: absolute;
    margin-right: 100%;
    cursor: pointer;
}

.mobile-content {
    display: list-item;
    list-style-type: none;
    display: none;
    background-color: #181d27;
    color: white;   
    text-decoration: none;
}
.mobile-btn {
    text-decoration: none;
    color: black;
    border: 2px solid #7BCDBA;
    border-radius: 8px;
    background-color: #C6F91F;
    width: 100%;
    height: 15%;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.disicon {
    width: 10%;
    height: 10%;
}

@media only screen and (max-width: 790px) {
    nav {
        display: none;
    }

    #mobile-menu {
        display: block;
    }
}
/* Mobile Menu END */

/* Zentriertes Logo */
.logo {                          
    flex-basis: 33%; /* Gleiche Breite für das Logo */
    text-align: center;
    font-size: 30px;
    color: #181d27;
    text-decoration: none;
}
section {
    display: grid;
    place-items: center;
    align-content: center;
    min-height: 100vh;
}
.first {
    background-image: url("/img/56074ef0-026b-4762-b65f-a4ecafcc9b9e.webp");
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center center; 
}
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

.scrollingtxt {
    font-size: 50px;
    background-color: yellow;
    border: none;
}
.discord {
    text-align: center;
    margin-top: 2%;
}
.mainhead {
    font-weight: bolder;
    color: red;
    text-align: center;
}
.title {
    height: 10%;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.titleRED {
    height: 10%;
    width: 100%;
    color: red;
    text-align: center;
    margin-top: 15px;
}
.whitetitlebg {
    background-color: white;
}
.adresse {
    font-size: 30px;
    height: 10%;
    width: 100%;
    color: white;
    text-align: center;
}

input[type=text] {
    border: 0;
    background: transparent;
    border: none;
    font-size: 30px;
    color: white;
    text-align: center;

}
.copybtn {
    cursor: pointer;
    background-color: rgba(9,9,121,1);
    border: 1px solid white;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
}
.copybtn:hover {
    background-color: yellow;
    color: black;
}

.uptime {
    display: flex;
    justify-content: center; /* Zentriert die divs horizontal */
    align-items: center; /* Zentriert die divs vertikal (optional) */
}
.proxy {
    text-align: center;
    padding-right: 20px;
    width: 120px;
    height: 80px;
}
.lobby {
    text-align: center;
    padding-right: 20px;
    width: 120px;
    height: 80px;
}
.event {
    text-align: center;
    padding-right: 20px;
    width: 120px;
    height: 80px;
}
.oberattack {
    text-align: center;
    width: 120px;
    height: 80px;
    padding-right: 20px;
}

.proxy img {
    width: 100%;
    height: auto;
}
.lobby img {
    width: 100%;
    height: auto;
}
.event img {
    width: 100%;
    height: auto;
}
.oberattack img {
    width: 100%;
    height: auto;
}
.meettheteam {
    text-align: center;

    display: flex;
    justify-content: space-evenly;  
    /* flex-flow: wrap; */  
    flex-wrap: wrap; 

    background: rgba(255, 0, 0, 0.33);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 0, 0, 1);
}
.meettheteam img {
    vertical-align: middle;
    width: 100px;
    height: 100px;
}
.member {
    margin-left: 10px;
    margin-right: 10px;
}
.vidcontain {
    text-align: center;
    width: 100%;
    background-color: black;
}
.discordIcon {
    width: 100px;
    height: 100px;
}
.geschichtebilder {
    height: 10%;
    width: 50%;
    margin-top: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.7rem;
}
.geschichtebilder:hover {
    transform: scale(1.01);
}
