html {
    zoom: 50%;
    transform-origin: 0 0; /* Setzt den Ursprung der Transformation auf die obere linke Ecke */
  }

@font-face {
    font-family: 'TF2Secondary';
    src: url('../fonts/tf2secondary.ttf') format('truetype');
}

@font-face {
    font-family: 'TF2';
    src: url('../fonts/tf2.ttf') format('truetype');
}

@font-face {
    font-family: 'TF2build';
    src: url('../fonts/tf2build.ttf') format('truetype');
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;

    height: 100vh;
    background: url('images.png') no-repeat center center fixed;
    background-size: cover; /* Das Bild wird den gesamten Hintergrund abdecken */
}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Stellt sicher, dass das Video den gesamten Bereich abdeckt */
    z-index: -1; /* Stellt sicher, dass das Video hinter allen anderen Inhalten liegt */
}

.content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
}

.container {
    margin-top: 300px;
    background-color: rgba(255, 255, 255, 0.8); /* Weißer Hintergrund mit Transparenz */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 5000px;
    height: max-content;
    display: flex;
    flex-direction: column; /* Boxen übereinander anordnen */
}

.language-selector {
    position: relative;
    top: 20px;
    right: 100px;
}

.language-selector select {
    padding: 50px 100px;
    font-size: 50px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #333;
    color: white;
}

h1 {
    text-align: center;
    color: #333;
    font-family: 'TF2Secondary', Arial, sans-serif; /* Verwenden Sie die neue Schriftart hier */
    text-decoration: none;
    font-weight: 700;
}

.tf2-schrift {
    font-family: 'TF2Secondary', Arial, sans-serif; /* Verwenden Sie die neue Schriftart hier */
    font-size: 60px; /* Schriftgröße: 24 Pixel */
    text-align: center; /* Text horizontal zentriert */
    display: flex; /* Flexbox-Modell aktivieren */
    align-items: center; /* Vertikale Zentrierung */
    justify-content: center; /* Horizontale Zentrierung */
    font-weight: 700;
}

.box {
    background-color: rgba(255, 255, 255, 0.616); /* Leicht transparente Boxen */
    padding: 15px;
    margin: 10px 0; /* Abstand zwischen den Boxen */
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.slideshow-container {
    position: relative;
    max-width: 100%;
    margin: auto;
}

.slide {
    display: none;
    text-align: center; /* Zentriert den Inhalt der Slide */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Setzt die Höhe der Slide auf 100% des Containers */
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

img {
    width: 75%;
    border-radius: 8px;
}

#message {
    margin-top: 15px;
    color: red;
}

.haupt-container {
    display: flex;
    justify-content: center; /* Zentriert die Boxen horizontal */
    align-items: center;
    max-width: auto; /* Beschränken Sie die maximale Breite des Containers */
    width: auto;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8); /* Hintergrund mit Transparenz */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.containerbox {
    background-color: rgba(255, 255, 255, 0.9); /* Leicht transparente Boxen */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    flex: 1;
    margin: 0 10px; /* Abstand zwischen den Boxen */
    height: 100px;
}

.containerbox:first-child {
    margin-left: 0; /* Kein Abstand links von der ersten Box */
}

.containerbox:last-child {
    margin-right: 0; /* Kein Abstand rechts von der letzten Box */
}


.main-container {
    display: flex;
    justify-content: center; /* Zentriert die Boxen horizontal */
    align-items: center;
    max-width: 80%; /* Beschränken Sie die maximale Breite des Containers */
    width: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8); /* Hintergrund mit Transparenz */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.box-link {
    background-color: rgba(255, 255, 255, 0.9); /* Leicht transparente Boxen */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: auto; /* Feste Breite */
    height: auto; /* Feste Höhe */
    text-align: center;
    flex: 1;
    margin: 0 10px; /* Abstand zwischen den Boxen */
    text-decoration: none; /* Entfernt die Standard-Link-Unterstreichung */
    color: #333; /* Textfarbe */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; /* Für zentriertes Bild */
}

.box-link:first-child {
    margin-left: 0; /* Kein Abstand links von der ersten Box */
}

.box-link:last-child {
    margin-right: 0; /* Kein Abstand rechts von der letzten Box */
}

.box-link:hover {
    background-color: rgba(255, 255, 255, 1); /* Ändert die Hintergrundfarbe beim Hover */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Erhöht den Schatten beim Hover */
}

.box-link img {
    max-width: 100%; /* Bildbreite auf die Boxgröße beschränken */
    max-height: 100%; /* Bildhöhe auf die Boxgröße beschränken */
    object-fit: fill; /* Bildgröße anpassen */
}



.text-boxen{
    background-color: rgb(224, 218, 218);
    text-decoration: none; 
    display: inline-block; 
    margin: 10px;  
    border: 5px solid rgb(0, 0, 0); 
    padding: 10px; 
    
}

.tf2secondary-text {
    font-family: TF2Secondary; 
    font-size: 60px; 
    font-weight: 700;
}

.normal-box {
    background-color: rgba(255, 255, 255, 0.616); /* Leicht transparente Boxen */
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/*                    <img style="width: 800px; height: 800px; margin-left: 80%; margin-top: -20%; border: 5px solid rgb(0, 0, 0); " src="images/ironcauldron_icon.png" alt="Logo"> */


.containeri {
    margin-top: 300px;
    background-color: rgba(255, 255, 255, 0.8); /* Weißer Hintergrund mit Transparenz */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between; /* Verteilt den Platz zwischen den Boxen */
    align-items: flex-start; /* Richtet die Boxen oben aus */
    max-width: 5000px; /* Maximale Breite des Containers */
    margin: auto; /* Zentriert den Container horizontal */
    position: relative; /* Relative Positionierung des Containers */
}
.texti {
    flex: 1; /* Flexibles Wachstum für den Textbereich */
    margin-right: 20px; /* Abstand zwischen Text und Bild */

}
.imagei {
    flex-shrink: 0; /* Verhindert, dass der Bildbereich schrumpft */
    width: 800px; /* Feste Breite des Bildes */
    height: 800px; /* Feste Höhe des Bildes */
    position: relative; /* Absolute Positionierung des Bildes */
    top: 20px; /* Abstand vom oberen Rand des Containers */
    right: 20px; /* Abstand vom rechten Rand des Containers */
    overflow: hidden; /* Verhindert, dass Inhalte den Bereich überschreiten */
}
.imagei img {
    width: 100%; /* Bild passt sich der Breite des Containers an */
    height: 100%; /* Höhe wird auf die des Containers festgelegt */
    object-fit: cover; /* Skaliert das Bild, um den Container zu füllen */
    display: block; /* Entfernt unteren Abstand (Whitespace) um das Bild */
}


.boxen {
    background-color: rgba(255, 255, 255, 0.9); /* Leicht transparente Boxen */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);



    margin: 0 10px; /* Abstand zwischen den Boxen */
    text-decoration: none; /* Entfernt die Standard-Link-Unterstreichung */
    color: #333; /* Textfarbe */

}


.updatebox {
    font-family: 'TF2Secondary', Arial, sans-serif; /* Verwenden Sie die neue Schriftart hier */
    font-size: 60px; /* Schriftgröße: 24 Pixel */
    text-align: center; /* Text horizontal zentriert */
    display: flex; /* Flexbox-Modell aktivieren */
    align-items: center; /* Vertikale Zentrierung */
    justify-content: left; /* Horizontale Zentrierung */
    font-weight: 700;
    color: rgb(	184, 56, 59)
}

.counterbox {
    font-family: 'TF2Secondary', Arial, sans-serif; /* Verwenden Sie die neue Schriftart hier */
    font-size: 60px; /* Schriftgröße: 24 Pixel */
    text-align: center; /* Text horizontal zentriert */
    display: flex; /* Flexbox-Modell aktivieren */
    align-items: center; /* Vertikale Zentrierung */
    justify-content: center; /* Horizontale Zentrierung */
    font-weight: 700;
    color: rgb(	184, 56, 59)
}


table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
}
.inner-table {
    width: 100%;
    border: 1px solid black;
}
.inner-table th, .inner-table td {
    border: 1px solid gray;
    padding: 4px;
}
.inner-table th {
    background-color: #f2f2f2;
}





th- {
    background-color: #f2f2f2;
    text-align: center;
}



.first-container {
    border: 5px;
    background-color: rgb(175, 18, 18);
    color: #000;
    margin-top: 300px;
    padding: 20px;
    max-width: auto;
    height: max-content;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.second-container {
    border: 5px;
    background-color: rgb(167, 175, 18);
    color: #000;

    padding: 20px;

    text-align: center;
    display: flex;
    justify-content: center;
}

.third-container {
    border: 5px;
    background-color: rgb(126, 126, 126);
    color: #000;
    text-decoration: none;
    padding: 20px;
    width: auto;
    height: 500px;
    flex: 1;
    align-items: center;
    margin: 0 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
}