/* Basis Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #000;
}

.parallax-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200vh;
    background-image: url('img/background.jpg');
    background-size: cover;
    background-position: center top;
    z-index: -1;
}

a {
    color: #000000;
    text-decoration: none;
}

h1 {
    font-size: 2.5rem; 
    line-height: 1.2;
    color: #000000; 
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}

@media (max-width: 850px) {
    h1 {
        font-size: 1.5rem; 
        margin: 15px 0;
    }
}


h2 {
    font-size: 1.7rem; 
    line-height: 1.2;
    color: #000000; 
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}

@media (max-width: 850px) {
    h2 {
        font-size: 1.2rem; 
        margin: 15px 0;
    }
}





.font-tahoma {
    font-family: 'Tahoma', 'Verdana', sans-serif;
    font-size: 13px;
    color: #ffffff;
}

@media (max-width: 1254px) {
    .font-tahoma { font-size: 10px; }
}

.game-wrapper {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}


.back_head {
position:absolute;
    background-image: url('img/footer_bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    display: flex;
    top:0;
    z-index: 1;
}


.back_head2 {
position:absolute;
    width: 100%;
    height: 50px;
    top:0;
    z-index: 1;
    box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.8);
}



/* Header Bereich */
header {
    width: 100%;
    max-width: 1080px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 1;
}

@media (max-width: 1254px) {
    header { height: 170px; }
}

.header-logo {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 195px;
    width: auto;
    z-index: 2;
    pointer-events: auto;
}

@media (max-width: 1254px) {
    .header-logo { top: 45%; height: 125px; }
}

.header-col {
    flex: 1;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.col-left { background-image: url('img/header_01.png'); background-position: left center; }
.col-mid { background-image: url('img/header_02.png'); background-position: center center; }
.col-right { background-image: url('img/header_03.png'); background-position: right center; }

/* Button & Container */
.big-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url('img/button.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 300px;
    height: 75px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 27px;
    color: #ffffff;
    position: relative;
    transition: filter 2s ease;
}

.big-button:hover { filter: brightness(1.8); }

@media (max-width: 1254px) {
    .big-button { height: 60px; font-size: 17px; }
}

.button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: -60px 0 20px 0;
    font-weight: bold;
    z-index:2;
}

@media (max-width: 1254px) { .button-container{ margin: -20px 0 20px 0; } }


.lang-switch {
    margin-bottom: 15px;
    font-family: 'Tahoma', 'Verdana', sans-serif;
    font-size: 13px;
    color: #ffffff;
}

.lang-flag {
    width: 20px;
    height: 14px;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.separator {
    margin: 0 8px;
    color: #ffffff;
}

.no-install-text {
    font-size: 15px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin-top: 5px;
}



.shot-banner {
    width: 100%;
    max-width: 930px;
    min-height: 382px;
    margin: 0px auto;
    background-image: url('img/shot_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative; /* WICHTIG: Damit die Kinder absolut sind */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
}


.pergament-banner {
    width: 100%;
    max-width: 930px;
    min-height: 255px;
    margin: 0px auto;
    background-image: url('img/pergament.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    color: #3e2723;
    font-family: 'Georgia', serif;
}

.feature-columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    gap: 15px;
    flex-wrap: wrap;
}

.col { flex: 1 1 20%; text-align: center; padding: 0 10px; }
.col img { width: 90px; height: 90px; display: block; margin: 0 auto 20px auto; object-fit: contain; }
.col p { font-size: 13px; line-height: 1.2; }

@media (max-width: 768px) {
    .pergament-banner { background-size: 100% 100%; min-height: auto; padding: 40px 20px 10px 20px; }
    .feature-columns { margin-top: 0; }
    .col { flex: 1 1 45%; margin-bottom: 25px; }
    .col img { width: 75px; height: 75px; margin-bottom: 10px; }
    .col p { font-size: 12px; }
}

.centered-text {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin: 20px 0;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

@media (max-width: 1254px) {
    .centered-text { font-size: 13px; }
}

.social-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
}

.social-wrapper .social-icons img {
    width: 45px;
    height: 45px;
}

/* Footer */
.main-footer {
    width: 100%;
    padding: 40px 22%;
    background-image: url('img/footer_bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #d2b48c;
    font-family: 'Georgia', serif;
    border-top: 2px solid #5d4c24;
}

@media (max-width: 1254px) {
    .main-footer { padding: 40px 12%; }
}

.footer-columns { display: flex; justify-content: space-between; width: 100%; gap: 20px; flex-wrap: wrap; }
.footer-col { flex: 1 1 22%; text-align: left; }
.footer-col h4 { margin-bottom: 15px; color: #ffffff; text-transform: uppercase; font-size: 11px; }
.footer-col p { font-size: 11px; line-height: 1.5; color: #d2b48c; }
.footer-col a { color: #d2b48c; text-decoration: underline; }

@media (max-width: 768px) {
    .footer-col { flex: 1 1 45%; margin-bottom: 20px; }
}

.social-icons { display: flex; gap: 15px; align-items: center; margin-top: 10px; }
.social-icons img { width: 32px; height: 32px; object-fit: contain; transition: transform 0.2s ease; }
.social-icons a:hover img { transform: scale(1.1); }

.image-center-wrapper {
    width: 100%;             /* Nutzt die volle Breite */
    max-width: 480px;        /* Wird aber nicht größer als 480px */
    height: 328px;
    margin: 20px auto 100px auto;
    background-image: url('img/npc_wrapper.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; /* WICHTIG: Skaliert das Bild immer passend zum Container */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Das runde Fenster */
.image-wrapper {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 3px solid #cdba96;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, 0.8);
    flex-shrink: 0;
    top: -16px; 
}

/* Rest bleibt identisch */
.image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 30px 10px rgba(0, 0, 0, 0.9);
    pointer-events: none;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 2s ease-in-out;
    opacity: 0;
}

.image-wrapper img.active { opacity: 1; }


/* Media Query für kleine Handys */
@media (max-width: 480px) {
    .image-center-wrapper {
        height: 250px; /* Reduziere die Höhe etwas bei kleinen Handys */
    }
    
    .image-wrapper {
        width: 188px;  /* Etwas kleineres Fenster auf Handys */
        height: 188px;
        top: -12px;    /* Ggf. Position hier anpassen */
    }
}


.showcase-container {
    position: absolute; /* Aus dem Layout-Fluss nehmen */
    top: 70px;          /* Hier vertikal anpassen, bis es in der Aussparung sitzt */
    left: 3px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 37px;          /* Abstand zwischen den beiden Karten */
}

.tilt-card {
    position: relative;
    width: 392px;       /* Größe deiner Aussparung anpassen */
    height: 264px;      /* Größe deiner Aussparung anpassen */
    overflow: hidden;
    cursor: pointer;
    background: #000;
}

@media (max-width: 850px) {
    .shot-banner { 
        min-height: 148px; 
        padding: 28px 5px 0px 8px;
        background-size: 100% 100%; 
    }

    .showcase-container {
        position: static; /* Zurück in den Fluss für das Handy-Layout */
        flex-direction: row; 
        justify-content: center;
        gap: 13px;
        margin-top: 10px 5px; /* Abstand zur Banner-Überschrift anpassen */
    }

    .tilt-card {
        width: 44%;          
        height: 101px;
        aspect-ratio: 16 / 9;
    }
}

.tilt-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tilt-card:hover img {
    transform: scale(1.05);
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 4px;
    width: auto;
    height: auto;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 15px;
    text-align: center;
    border-top: 1px solid #cdba96;
    z-index: 10000;
    display: none; 
}

.cookie-banner button {
    margin-top: 10px;
    padding: 8px 20px;
    background: #cdba96;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #000;
}


.textfeld {
  position: relative;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom:40px;

    /* Oder alternativ (etwas sanfter, bricht eher bei logischen Stellen): */
    overflow-wrap: break-word; 
    
    /* Falls es ein Inline-Element ist, muss es oft zu einem Block umgewandelt werden */
    display: inline-block;

}


ul {
    list-style-type: none; /* Entfernt die Standard-Aufzählungspunkte */
    padding-left: 0;
    margin: 0;
}

/* Einzelner Listeneintrag */
ul li {
    position: relative;
    padding-left: 25px; /* Platz für das eigene Icon */
    margin-bottom: 0px;
    color: #000000; 
}

/* Ein schickes, eigenes Icon (statt der Standard-Punkte) */
ul li::before {
    content: "•"; /* Oder verwende ein anderes Zeichen/Unicode */
    color: #000000; 
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
