@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:wght@300&display=swap');

/* --- GLOBALNÍ BODY STYLY --- */
body {
    line-height: 1.5;
      font-family: 'Outfit', sans-serif;
    margin: 0;
    padding: 0;
    /* Důležité: Přidáno pro odsazení obsahu pod fixním headerem na desktopu */
    padding-top: 120px; /* Výška desktopového headeru */
    position: relative; /* Důležité pro pozicování absolutních prvků */
}

html {
    scroll-behavior: smooth;
}

h1 {
      font-family: 'Outfit', sans-serif;
}
p {
    font-family: 'Outfit', sans-serif;
    font-size: 23px;
}
h2 {
     font-family: 'Outfit', sans-serif;
    margin: -10px 0px 0px 0px;
    font-size: 45px;
    text-shadow: 
    0 0 20px rgba(255, 255, 255, 0.4), 
    0 0 30px rgba(255, 255, 255, 0.2); 
}
h3 {
      font-family: 'Outfit', sans-serif;
}

h4 {
      font-family: 'Outfit', sans-serif;
    font-size: 23px;
}
a {
    font-family: 'Outfit', sans-serif;
}
div {
     font-family: 'Outfit', sans-serif;
}
button {
    font-family: 'Outfit', sans-serif;
    float: right;
    background: linear-gradient(to right, #f2f2f2, #e8f0fe); 
    color: rgb(10, 10, 10);
    border: none;
    border-radius: 10px;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1); 
    cursor: pointer;
    margin-top: 32px;
}


body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("image (1).png"); 
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    filter: brightness(45%) blur(7px);
    z-index: -5; 
    pointer-events: none; 
}


/* --- NAVIGACE (HEADER) STYLY --- */
header {
    position: fixed; 
    top: 0;
    width: 100%;
    z-index: 1000; 
}

nav {
    background-color: rgba(0, 0, 0, 0.854);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
    position: relative;
    z-index: 10;
    height: 120px; 
    display: flex;
    align-items: center;
}

nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 100%;
}

nav li {
    height: 100%;
}

nav a {
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #f0f0f0;
    font-weight: 600;
    font-size: 34px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

nav a:hover {
    color: #0096c8dc;
}

nav li:first-child {
    margin-right: auto;
}

.sidebar {
    position: fixed;
    top: 0;
    right: -100vw;
    height: 100vh;
    width: 250px;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(16px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3);
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: right 0.3s ease;
    z-index: 999;
}

.sidebar-visible {
    right: 0;
}

.sidebar li {
    width: 100%;
}

.sidebar a {
    width: 100%;
    padding: 20px 30px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    transition: color 0.3s ease;
}

.sidebar a:hover {
    color: #0096c8dc;
}

.menu-button {
    display: none;
    height: 100%;
    align-items: center;
    margin-left: 20px;
    z-index: 1000;
    position: relative;
}

.hamburger {
    width: 40px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0;
    position: relative;
}

.hamburger span {
    display: block;
    height: 4px;
    width: 100%;
    background-color: #DDDDDD;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.hamburger.active span:nth-child(1) {
    transform: translateY(13px) rotate(45deg);
    background-color: #FFFFFF;
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
    background-color: #FFFFFF;
}

/* --- GLOBALNÍ SKRYTÍ/ZOBRAZENÍ TŘÍD --- */
.hide-on-mobile {
    display: block;
}

.hide-on-desktop {
    display: none;
}

/* --- DESKTOP HISTORIE SERVERU STYLY --- */
#history-content div {
    padding: 45px;
    margin: 80px auto; /* Centrování na desktopu */
    background: #e8e8e8ee;
    background-size: cover;
    border-radius: 10px;
    width: 60%; /* Původní šířka pro desktop */
    text-align: left;
    box-sizing: border-box; 
    box-shadow: 0 0 20px 4px #757575cd; 
    transition: transform 0.3s ease;
}

/* --- XP BAR - PŮVODNÍ STAV (podle tvého aktuálního CSS) --- */
.xp-bar-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}
.xptext, .xptext2, .xptext3 {
    color: white;
    cursor: pointer;
}
.xp-bar {
    position: absolute;
    display: flex; 
    height: 40px;
    background: url('xpbar.png') no-repeat center; /* Používám 'image_9db9bb.png' pro xpbar */
    background-size: 140%; 
    position: relative;
    overflow: hidden; 
}
.xptext {
    position: absolute; 
    top: -80px; 
    left: -370px;
    right: 0;
    text-align: center;
    font-size: 0.95rem; 
    color: rgb(255, 255, 255);
      font-family: 'Outfit', sans-serif;
    z-index: 1; 
    pointer-events: auto;
    text-shadow: 0 0 10px rgb(68, 68, 68), 
    0 0 20px rgba(188, 28, 28, 0.829); 
}
.xptext:after {
    content: "";
    position: absolute;
    border-radius: 10px;
    bottom: 0px; 
    left: 49.5%; 
    transform: translateX(-50%); 
    width: 7px; 
    height: 23px; 
    background-color: rgb(255, 255, 255); 
    pointer-events: pointer; 
}
.xptext2 {
    position: absolute; 
    top: -80px; 
    left: -1px;
    right: 0;
    text-align: center;
    font-size: 0.95rem; 
    color: rgb(255, 255, 255);
      font-family: 'Outfit', sans-serif;
    z-index: 1; 
    pointer-events: auto; 
    text-shadow: 0 0 10px rgb(68, 68, 68), 
    0 0 20px rgba(188, 28, 28, 0.829); 
}
.xptext2:after {
    content: "";
    position: absolute;
    border-radius: 10px;
    bottom: 0px; 
    left: 49.5%; 
    transform: translateX(-50%); 
    width: 7px; 
    height: 23px; 
    background-color: rgb(255, 255, 255); 
    pointer-events: pointer; 
}
.xptext3 {
    position: absolute; 
    top: -80px; 
    left: 373px;
    right: 0;
    text-align: center;
    font-size: 0.95rem; 
    color: rgb(255, 255, 255);
      font-family: 'Outfit', sans-serif;
    z-index: 1; 
    pointer-events: auto; 
    text-shadow: 0 0 10px rgb(68, 68, 68), 
    0 0 20px rgba(188, 28, 28, 0.829); 
}
.xptext3:after {
    content: "";
    position: absolute;
    border-radius: 10px;
    bottom: 0px; 
    left: 49.5%; 
    transform: translateX(-50%); 
    width: 7px; 
    height: 23px; 
    background-color: rgb(255, 255, 255); 
    pointer-events: pointer; 
}
.xp-section {
    flex-grow: 1; 
    cursor: pointer; 
    opacity: 0; 
    height: 50px;
}
.xp-section:hover {
    opacity: 0.3; 
}
.xp-section:nth-child(1) {
    left: 10%; 
    width: 32%; 
    height: 80%;
    margin: 5px 0px 0px 22px;
}
.xp-section:nth-child(2) {
    left: 40%; 
    width: 33%; 
    top: 15px; 
    height: 80%;
    margin: 5px 0px 0px 0px;
}
.xp-section:nth-child(3) {
    left: 66%; 
    width: 33%; 
    top: 15px; 
    height: 80%;
    margin: 5px 0px 0px 0px;
}


/* --- RESPONSIVNÍ STYLY (pod 800px) --- */
@media (max-width: 800px) {
    .hide-on-mobile {
        display: none !important;
    }

    .hide-on-desktop {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    html {
        background-image: none;
        background-color: #000;
    }

    body {
        background-image: none;
        background-color: transparent;
        padding-top: 60px; /* Výška mobilního headeru */
    }

    #background-overlay {
        display: block;
        background-image: url("image (1).png"); /* Používám "image.png" podle tvého aktuálního CSS */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        transform: translateZ(0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        pointer-events: none;
        z-index: -1;
    }

    .hideOnMobile {
        display: none;
    }

    .menu-button {
        display: flex;
        margin-left: auto;
        margin-right: 20px;
        height: 60px;
    }

    nav {
        height: 60px;
    }

    .hamburger {
        width: 26px;
        height: 18px;
    }

    .hamburger span {
        height: 2px;
    }

    .hamburger.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    nav li {
        height: 60px;
    }

    nav a {
        font-size: 17px;
    }

    /* SPECIFICKÉ ÚPRAVY PRO SEKCI HISTORIE NA MOBILU */
    #history-content div {
        width: 100%; /* Nastavíme na 100% dostupné šířky */
        max-width: 90%; /* Omezení, aby se neroztáhlo úplně na okraje */
        padding: 20px 15px; /* Více vertikálního, méně horizontálního paddingu */
        margin: 30px auto; /* Centrování */
        text-align: left;
        box-shadow: 0 0 15px 2px #757575cd;
        box-sizing: border-box; /* Důležité: padding se započítává do vypočtené šířky */
    }

    #history-content div h1.nadpis {
        font-size: 36px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #history-content div h2 {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    #history-content div h4 {
        font-size: 19px;
        margin-top: 12px;
        margin-bottom: 4px;
    }

    #history-content div p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 8px;
    }

    #zobrazit-datum {
        width: 130px;
        height: 32px;
        font-size: 13px;
        margin-top: 12px;
        margin-bottom: 12px;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /* Úpravy pro menší mobilní rozlišení (např. do 480px) */
    @media (max-width: 480px) {
        #history-content div {
            max-width: 95%; /* Pro nejmenší obrazovky můžeme mírně zvětšit */
            padding: 15px 10px; /* Ještě méně horizontálního paddingu */
            margin: 20px auto;
        }
        #history-content div h1.nadpis {
            font-size: 28px;
            margin-bottom: 15px;
        }
        #history-content div h2 {
            font-size: 20px;
            margin-top: 15px;
        }
        #history-content div h4 {
            font-size: 17px;
        }
        #history-content div p {
            font-size: 14px;
            margin-bottom: 6px;
        }
        #zobrazit-datum {
            width: 120px;
            height: 28px;
            font-size: 12px;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .Adas h2 {
            font-size: rem;
        }
    }
    
    /* Úpravy pro sekci Recenze - "Nejvýše postavení hráči SplashSMP" na mobilu */
    .recenze h1 {
        font-size: 28px;
    }

    /* Kontejner pro všechny hráče - nová ID recenze-players */
    #recenze-players {
        display: flex;
        flex-direction: column; /* Vertikální uspořádání na mobilu */
        gap: 20px; /* Mezera mezi jednotlivými kartami hráčů */
        padding: 10px; /* Menší vnitřní odsazení */
        max-width: 100%; /* Plná šířka kontejneru */
        margin: 0 auto; /* Vycentrování */
    }

    .character {
        width: 95%; /* Roztáhneme karty na mobilu */
        flex-direction: column; /* Změníme směr na sloupec */
        align-items: center; /* Centrovat prvky uvnitř */
        margin-bottom: 0; /* Mezera řešena pomocí gap v #recenze-players */
        height: auto;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
        box-sizing: border-box; /* Zajistí správnou šířku s paddingem */
        /* Odstraněny původní margin-left/right pro .Tobiick, .Adas atd. */
        /* Nyní jsou řízeny centrováním a šířkou rodiče */
    }
    /* Odstranění individuálních tříd pro pozicování (např. Tobiick, Adas atd.) */
    /* Tyto styly jsou nyní obsaženy v obecné .character a #recenze-players */
    .Tobiick, .Adas, .Matko, .Tadadeus, .Zydan, .Lukebot, .Ardaros {
        margin: 0 auto 20px auto; /* Centrování a mezera mezi kartami */
        width: 95%; /* Pro všechny charaktery */
        box-sizing: border-box;
        border: 2px solid rgb(255, 255, 255); 
        padding: 10px; 
        background-color: rgb(255, 255, 255); 
        border-radius: 9px; 
        z-index: 1; 
        box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.3); 
        transition: transform 0.4s ease; 
    }
    .Tobiick:hover, .Tadadeus:hover, .Adas:hover, .Zydan:hover, .Ardaros:hover, .Lukebot:hover, .Matko:hover {
        transform: scale(1.01);
    }


    /* Změna pořadí - skin nahoře, pak jméno, krátký popis, citát */
    .character img {
        width: 120px; /* Zmenšit obrázky postav na mobilu */
        height: 120px; /* Pevná výška pro zachování poměru */
        border-radius: 50%; /* Pro kruhový avatar */
        object-fit: cover; /* Aby se obrázek vešel do kruhu */
        margin: 0 auto 15px auto; /* Centrovat obrázky a přidat spodní margin pro oddělení od textu */
        order: 1; /* Umístí obrázek jako první prvek ve flex kontejneru */
        /* Odstranění class="right" / class="left" - řízeno flexboxem */
        /* Původní styly pro .Tobiick .right, .Tadadeus .right atd. jsou teď nadbytečné */
    }

    .character .description {
        max-width: 100%; /* Plná šířka pro popis */
        text-align: center; /* Centrovat text */
        padding: 0 5px; /* Přidat vodorovný padding */
        display: flex; /* Použijeme flexbox i zde */
        flex-direction: column; /* Pro jméno, krátký popis a citát pod sebou */
        align-items: center; /* Centrovat obsah description */
    }

    /* Jméno hráče */
    .character .description h2 {
        font-size: 26px; /* Zmenšit nadpisy (jména) v popisu */
        margin-bottom: 3px;
        margin-top: 0; /* Resetovat margin-top */
        order: 2; /* Jméno bude po skinu */
        text-shadow: none; /* Odstranit stín pro lepší čitelnost na mobilu */
    }
    
    /* Krátký popis (role/titulek) - Nyní .role */
    .character .role {
        font-size: 16px; /* Zmenšit titulky/popisky */
        display: block; /* Zobrazit jako blok pro zalomení */
        margin-bottom: 8px; /* Mezera pod popiskem */
        order: 3; /* Krátký popis bude po jménu */
        font-weight: bold; /* Zachovat tučné písmo */
        color: #333; /* Upravit barvu pro kontrast s bílým pozadím */
    }

    /* Citát - Nyní .quote */
    .character .quote {
        font-size: 14px; /* Zmenšit text citátu */
        line-height: 1.5; /* Zachovat čitelnost */
        margin-bottom: 8px; /* Mezera pod citátem */
        order: 4; /* Citát bude po krátkém popisu */
        font-style: italic; /* Zachovat kurzívu */
        color: #555; /* Upravit barvu pro kontrast s bílým pozadím */
    }

    /* Původní specifické styly, které byly přesunuty do obecných tříd */
    /* Následující bloky jsou nyní nadbytečné a mohou být odstraněny,
       protože jejich styly jsou řešeny novou flexbox strukturou a obecnými třídami. */
    /* Pokud jsou zde stále, mohou způsobit konflikty. */

    /* .Tobiick-h2, .Tadadeus-h2, .Zydan-h2, .Ardaros-h2, .Lukebot-h2, .Matko-h2 */
    /* .Tobiick-title, .Tadadeus-title, .Adas-title, .Zydan-title, .Ardaros-title, .Lukebot-title, .Matko-title */
    /* .Matko-citat */

    .description p {
        /* Toto je duplicitní k .character .quote p, bude přepsáno */
        font-size: 14px;
        line-height: 1.5;
        overflow: hidden; 
        text-overflow: ellipsis; 
    }

    /* Pokud by se nějaký citát stále jmenoval .Matko-citat a byl v h5, upravil by se takto: */
    .Matko-citat {
        font-size: 14px; /* Zmenší font citátu, pokud je specificky označen */
        margin-bottom: 0; /* Pokud by neměl mít spodní mezeru */
        order: 4; /* Ujistí se, že citát je po popisu */
        font-weight: normal; /* zajistí, že nebude tučný pokud je h5 */
    }
}


/* Zde začíná zbytek tvého původního CSS */
body {
    /* Původní pravidla pro body, která jsou zde duplicitní, ale pro přehlednost jsem je ponechal odděleně od globálních na začátku */
     font-family: 'Outfit', sans-serif;
    margin: 0;
    /* !!! Důležité: Tady je padding-top pro desktop, který byl původně globální. */
    /* !!! Ponechávám ho, ale jeho důležitost je v globálním body na začátku. */
    /* padding-top: 120px; */ 
}

.container {
    position: relative;
    height: 2000px; 
}

.image-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; 
    background-image: url('image (1).png'); 
    background-size: cover;
    background-position: center;
    z-index: -1; 
    transition: background-color 0.3s ease; 
}

.content {
    /* Obsah nyní správně odsazen pomocí padding-top na body */
    margin-top: 0; /* Resetujeme margin-top, pokud byl nastaven jinde */
    padding: 20px;
    font-family: 'Outfit', sans-serif;
    line-height: 1.6;
}

.white-bg {
    background-color: white; 
}

.nadpis{
    font-size: 57px;
    text-align: center;
    margin-top: auto;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.603), 
                 0 0 12px rgba(255, 255, 255, 0.438), 
                 0 0 20px rgba(255, 255, 255, 0.226);
    transition: all 0.5s ease-in-out; 
}

.nadpis:hover {
    animation: glow-spin 0.5s ease-in-out infinite; 
}

.datum {
    display: inline-block;
}

#adassmpinfo h2{
    font-size: 43px;
    margin: 50px 0px 0px px;
}

#zobrazit-datum {
    position: relative;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.871);
    border-radius: 10px;
    width: 150px;
    height: 25px;
    border: none;
    text-shadow: 0 0 10px #000000;
    transition: background-color 0.3s ease;
}

#vce {
    position: absolute;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.871);
    border-radius: 10px;
    width: 10px;
    height: 30px;
    border: none;
    text-align: center;
    cursor: pointer;
    text-shadow: 0 0 10px #000000;
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.recenze {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9); 
    z-index: 2;
}
#recenze { /* Přejmenováno na #recenze-players v HTML, tento ID je nyní pro desktop */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.character {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 820px; 
    height: 217.949px; 
}


/* Původní specifické styly pro jednotlivé hráče, které jsou nyní redundantní pro mobilní zobrazení */
/* Některé vlastnosti jako border, background-color, border-radius, box-shadow, transition
   byly přesunuty do obecné třídy .character nebo do media query. */
/* Pro desktopové zobrazení mohou být tyto třídy stále relevantní,
   ale pro mobilní optimalizaci je lepší je zredukovat na obecná pravidla */
/* Je třeba zkontrolovat, zda se tyto třídy stále používají pro něco jiného na desktopu,
   a případně je přenést mimo mobilní media query nebo je sloučit s .character stylem pro desktop. */

.Tobiick .right { /* Toto je nyní redundantní pro mobil, protože img nemá třídu 'right' a pozicování řídí flexbox */
    border-radius: 33px;
    margin-left: 20px;
    width: 200px; 
    height: auto; 
    margin-right: 20px;  
    width: 200px; 
    height: auto; 
}
.Tobiick-h2 { /* Nyní je to obecně .character .description h2 */
    display: inline-block; 
    vertical-align: middle;
    font-weight: bold;
    font-size: 43px;
    margin-bottom: -20px;
}
.Tobiick-title { /* Nyní je to obecně .character .role */
    font-weight: bold; 
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -22px;
}


.Tobiick { /* Nyní je to obecně .character v media query */
    margin-left: -470px; 
    margin-bottom: 80px; 
    border: 2px solid rgb(255, 255, 255); 
    padding: 10px; 
    padding-right: 23px;
    background-color: rgb(255, 255, 255); 
    border-radius: 9px; 
    z-index: 1; 
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.3); 
    transition: transform 0.4s ease; 
}

.Tobiick:hover {
    transform: scale(1.01); 
}


.Tadadeus .right { /* Redundantní */
    border-radius: 33px;
    margin-left: 20px;
    width: 200px; 
    height: auto; 
    margin-right: 20px;  
    width: 200px; 
    height: auto; 
}
.Tadadeus-h2 { /* Redundantní */
    display: inline-block; 
    vertical-align: middle;
    font-weight: bold;
    font-size: 43px;
}
.Tadadeus-title { /* Redundantní */
    font-weight: bold; 
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -5px;
}


.Tadadeus { /* Redundantní */
    margin-right: -450px; 
    margin-bottom: 80px; 
    border: 2px solid rgb(255, 255, 255); 
    padding: 10px; 
    padding-right: 23px;
    background-color: rgb(255, 255, 255); 
    border-radius: 9px; 
    z-index: 1; 
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.3); 
    transition: transform 0.4s ease; 
}

.Tadadeus:hover {
    transform: scale(1.01); 
}


.Adas .left { /* Redundantní */
    border-radius: 33px;
    width: 200px; 
    height: auto; 
    margin-right: 20px
}

.description {
    box-sizing: border-box; 
    max-width: 600px;
    max-height: auto;
    flex: 1 1 300px;
}

.description h2 {
    font-size: 55px;
    margin-bottom: -5px;
    margin-left: -5px;
}

.description p {
    font-size: 22px;
    line-height: 1.5;
    overflow: hidden; 
    text-overflow: ellipsis; 
}

.description h2 .Adas-title, .description h2 .Tadadeus-title { /* Redundantní */
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; 
    font-size: 26px;
}
.Adas-titleX {
     display: inline-block;
    vertical-align: middle;
    margin: 20px 0px 0px 5px;
    font-size: 26px;
    font-weight: bold;
}
.Adas { /* Redundantní */
    margin-left: -470px; 
    margin-bottom: 80px; 
    border: 2px solid rgb(255, 255, 255); 
    padding: 10px; 
    padding-right: 23px;
    background-color: rgb(255, 255, 255); 
    border-radius: 9px; 
    z-index: 1; 
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.3); 
    transition: transform 0.4s ease; 
}
.Adas:hover {
    transform: scale(1.01); 
}
.Adas-h2 { 
    display: inline-block; 
    vertical-align: middle;
    font-weight: bold;
    font-size: 43px;
    margin-bottom: -20px;
}

.Zydan .right { /* Redundantní */
    border-radius: 33px;
    margin-left: 20px;
    width: 200px; 
    height: auto; 
    margin-right: 20px;
    width: 200px; 
    height: auto; 
}
.Zydan-h2 { /* Redundantní */
    display: inline-block; 
    vertical-align: middle;
    font-weight: bold;
    font-size: 50px;
}
.Zydan-title { /* Redundantní */
    font-weight: bold; 
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -5px;
}


.Zydan { /* Redundantní */
    margin-right: -450px; 
    margin-bottom: 80px; 
    border: 2px solid rgb(255, 255, 255); 
    padding: 10px; 
    padding-right: 23px;
    background-color: rgb(255, 255, 255); 
    border-radius: 9px; 
    z-index: 1; 
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.3); 
    transition: transform 0.4s ease; 
}

.Zydan:hover {
    transform: scale(1.01); 
}


.Ardaros .right { /* Redundantní */
    border-radius: 33px;
    margin-left: 20px;
    width: 200px; 
    height: auto; 
    margin-right: 20px;
    width: 200px; 
    height: auto; 
}
.Ardaros-h2 { /* Redundantní */
    display: inline-block; 
    vertical-align: middle;
    font-weight: bold;
    font-size: 50px;
    margin-left: 10px;
}
.Ardaros-title { /* Redundantní */
    font-weight: bold;
    display: inline-block;
    vertical-align: middle; 
    font-size: 25px;
    margin-bottom: -5px;
    margin-left: 6px;
}

.Ardaros { /* Redundantní */
    margin-left: -470px; 
    margin-bottom: 80px; 
    border: 2px solid rgb(255, 255, 255); 
    padding: 10px; 
    padding-right: 23px;
    background-color: rgb(255, 255, 255); 
    border-radius: 9px; 
    z-index: 1; 
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.3); 
    transition: transform 0.4s ease; 
}

.Ardaros:hover {
    transform: scale(1.01); 
}


.Lukebot .right { /* Redundantní */
    border-radius: 33px;
    margin-left: 20px;
    width: 200px; 
    height: auto; 
    margin-right: 20px;
    width: 200px; 
    height: auto; 
}
.Lukebot-h2 { /* Redundantní */
    display: inline-block; 
    vertical-align: middle;
    font-weight: bold;
    font-size: 50px;
}
.Lukebot-title { /* Redundantní */
    font-weight: bold; 
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -5px;
}


.Lukebot { /* Redundantní */
    margin-right: -450px; 
    margin-bottom: 80px; 
    border: 2px solid rgb(255, 255, 255); 
    padding: 10px; 
    padding-right: 23px;
    background-color: rgb(255, 255, 255); 
    border-radius: 9px; 
    z-index: 1; 
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.3); 
    transition: transform 0.4s ease; 
}

.Lukebot:hover {
    transform: scale(1.01); 
}


.Matko .right { /* Redundantní */
    border-radius: 33px;
    margin-left: 20px;
    width: 200px; 
    height: auto; 
    margin-right: 20px;
    width: 200px; 
    height: auto; 
}
.Matko-h2 { /* Redundantní */
    display: inline-block; 
    vertical-align: middle;
    font-weight: bold;
    font-size: 50px;
    margin-left: 10px;
}
.Matko-title { /* Redundantní */
    font-weight: bold;
    display: inline-block;
    vertical-align: middle; 
    font-size: 25px;
    margin-bottom: -5px;
    margin-left: 6px;
}

.Matko { /* Redundantní */
    margin-left: -470px; 
    margin-bottom: 80px; 
    border: 2px solid rgb(255, 255, 255); 
    padding: 10px; 
    padding-right: 23px;
    background-color: rgb(255, 255, 255); 
    border-radius: 9px; 
    z-index: 1; 
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.3); 
    transition: transform 0.4s ease; 
}

.Matko:hover {
    transform: scale(1.01); 
}

.Matko-citat {
    font-size: 19px;
    font-weight: normal;
    margin-bottom: -15px;
}

/* Duplicitní body a html pravidla z původního CSS */
/* Tyto jsou buď zbytečné, nebo by měly být sloučeny s globálními na začátku */
/* Nicméně, pro zachování tvého kódu je ponechávám tak, jak jsou */
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.container {
    position: relative;
    height: 2000px; 
}

.image-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; 
    background-image: url('image (1).png'); 
    background-size: cover;
    background-position: center;
    z-index: -1; 
    transition: background-color 0.3s ease; 
}

.content {
    margin-top: 0; 
    padding: 20px;
     font-family: 'Outfit', sans-serif;
    line-height: 1.6;
}

.white-bg {
    background-color: white; 
}

.nadpis{
    font-size: 57px;
    text-align: center;
    margin-top: auto;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.603), 
                 0 0 12px rgba(255, 255, 255, 0.438), 
                 0 0 20px rgba(255, 255, 255, 0.226);
    transition: all 0.5s ease-in-out; 
}

.nadpis:hover {
    animation: glow-spin 0.5s ease-in-out infinite; 
}

.datum {
    display: inline-block;
}

#adassmpinfo h2{
    font-size: 43px;
    margin: 50px 0px 0px px;
}

#zobrazit-datum {
    position: relative;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.871);
    border-radius: 10px;
    width: 150px;
    height: 25px;
    border: none;
    text-shadow: 0 0 px #000000;
    transition: background-color 0.3s ease;
}

#vce {
    position: absolute;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.871);
    border-radius: 10px;
    width: 10px;
    height: 30px;
    border: none;
    text-align: center;
    cursor: pointer;
    text-shadow: 0 0 10px #000000;
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}