
 body {
    margin: 0;
    display: flex;
    height: 100vh;
    font-family: 'DIN1451', sans-serif;
        src: url('fonts/DIN1451.ttf') format('ttf'),
             url('fonts/DIN1451.ttf') format('ttf');
        font-weight: normal;
        font-style: normal;
 }
 

#map {
    flex: 0 0 100%;
    height: 100vh;

}
        /* Stil für den gesamten Container */
    .accordion {
        position: fixed;
        left: 30px;
        top: 200px;
        z-index: 1000;
        width: 100%;
        max-width: 250px;
        background-color: transparent;
        border-radius: 0%;
        box-shadow: none;
        /* padding: 40px; */

        border: 2px solid white; /* 2px dicke weiße Linie als Umrandung */
        border-radius: 0px;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0px;
        /* Schwarzer Rand direkt am weißen Rand */
        box-shadow: 0 0 0 2px black; /* 4px schwarzer Rand direkt außen anliegend */
    
        
    }
    


    /* Stil für jeden Reiter */
    .accordion button {
        background-color: transparent;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
        color: rgb(255, 255, 255);
        text-shadow: 
            1px 1px 0 #000000, /* obere linke Ecke */
            -1px -1px 0 #000000, /* untere rechte Ecke */
            1px -1px 0 #000000, /* obere rechte Ecke */
            -1px 1px 0 #000000; /* untere linke Ecke */
        font-size: 18px;
        font-weight: bold;
        

        }


    /* BUNKER UND STOLLEN!!!!Stil für die Unterkategorien (Sub-Accordion-Buttons) */
    .sub-accordion-button {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /*  EINZELNE BAUWERKE!!!! Stil für die Unterkategorien (Sub-Accordion-Buttons) */
    
    .subsub-accordion-button {
        background-color: transparent;
        color: rgb(255, 255, 255);
        padding: 5px;
        text-align: left;
        border: none;
        outline: none;
        font-size: 17px;
        font-weight: normal;
        text-shadow: 
        0.5px 0.5px 0 #000000, /* obere linke Ecke */
        -0.5px -0.5px 0 #000000, /* untere rechte Ecke */
        0.5px -0.5px 0 #000000, /* obere rechte Ecke */
        -0.5px 0.5px 0 #000000; /* untere linke Ecke */
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .sub-accordion-button:hover {
        background-color: transparent;
        color: rgb(0, 0, 0);
        text-shadow: 
        1px 1px 0 #ffffff, /* obere linke Ecke */
        -1px -1px 0 #ffffff, /* untere rechte Ecke */
        1px -1px 0 #ffffff, /* obere rechte Ecke */
        -1px 1px 0 #ffffff; /* untere linke Ecke */
   
      
    }

    .subsub-accordion-button:hover {
        background-color: transparent;
        color: rgb(0, 0, 0);
        text-shadow: 
        0.5px 0.5px 0 #ffffff, /* obere linke Ecke */
        -0.5px -0.5px 0 #ffffff, /* untere rechte Ecke */
        0.5px -0.5px 0 #ffffff, /* obere rechte Ecke */
        -0.5px 0.5px 0 #ffffff; /* untere linke Ecke */
   
      
    }


    /* Stil für den Inhalt der Reiter (versteckt, solange der Reiter zu ist) */
    .panel {

       padding-top: 0px;
       padding-bottom: 0px;
       padding-left: 0px;
        background-color: transparent;
        display: none;
        max-height: 300px;
        overflow-y: auto; /* Ermöglicht vertikales Scrollen */
        box-sizing: border-box; /* Padding wird in die Größe einberechnet */
        scroll-padding: 30px;
        
    }

    /* Scrollbalken unsichtbar machen */
    .panel::-webkit-scrollbar, .sub-panel::-webkit-scrollbar {
        width: 0px; /* Setzt die Breite des Scrollbalkens auf 0 */
        height: 0px; /* Setzt die Höhe des Scrollbalkens auf 0 (für horizontale Scrollbalken) */
    }


    /* Optional: Hintergrund des Scrollbalkens unsichtbar machen */
    .panel::-webkit-scrollbar-thumb, .sub-panel::-webkit-scrollbar-thumb {
        background: transparent; /* Macht den Scrollbalken unsichtbar */
    }


    /* Optional: Scrollbalken-Spur unsichtbar machen */
    .panel::-webkit-scrollbar-track, .sub-panel::-webkit-scrollbar-track {
        background: transparent; /* Macht die Spur des Scrollbalkens unsichtbar */
    }
    


        /* Für Firefox */
    body {
        scrollbar-width: none; /* Versteckt den Scrollbalken */
    }

a.back-button {
    display: inline-block;
    width: 70px; /* oder die gewünschte Breite des Bildes */
    height: 100px; /* oder die gewünschte Höhe des Bildes */
    background-image: url('Symbole/back-to-start.png');
    background-size: contain; /* Passt das Bild in den Button-Bereich */
    background-repeat: no-repeat; /* Verhindert Wiederholungen des Bildes */
    text-decoration: none; /* Entfernt die Unterstreichung des Links */
    margin-top: 20px; /* Optional: Fügt Abstand oben hinzu */
    position: fixed;
    top: 20px;
    left: 40px;
    z-index: 1000;
    }


a.back-button:hover {
    opacity: 1; /* Optional: Hover-Effekt, wenn der Benutzer mit der Maus über das Bild fährt */
    transform: scale(1.2); /* Vergrößert den Button um 20% */
    transition: transform 0.1s ease; /* Sanfte Übergangseffekte für die Skalierung */
}
button {
    cursor: pointer;
}

@media (max-width: 500px) {
        /* Stil für den gesamten Container */
        .accordion {
            left: 10px;
            top: 120px;
            max-width: 35%;
            border: 1.5px solid white; /* 2px dicke weiße Linie als Umrandung */
            padding-bottom: 0px;
            /* Schwarzer Rand direkt am weißen Rand */
            box-shadow: 0 0 0 1.5px black; /* 4px schwarzer Rand direkt außen anliegend */
            padding-left: 0px;
        padding-right: 0;
        }
        
        /* Stil für jeden Reiter */
        .accordion button {
            background-color: transparent;
            width: 100%;
            font-size: 14px;
            text-shadow: 
            0.5px 0.5px 0 #000000, /* obere linke Ecke */
            -0.5px -0.5px 0 #000000, /* untere rechte Ecke */
            0.5px -0.5px 0 #000000, /* obere rechte Ecke */
            -0.5px 0.5px 0 #000000; /* untere linke Ecke */
        
         
            }
    
    
        /* BUNKER UND STOLLEN!!!!Stil für die Unterkategorien (Sub-Accordion-Buttons) */
        .sub-accordion-button {
            padding-top: 7px;
            padding-bottom: 7px;
            font-size: 10px;
        }

        .sub-accordion-button:hover {
            background-color: transparent;
            color: rgb(0, 0, 0);
            text-shadow: 
            0.5px 0.5px 0 #ffffff, /* obere linke Ecke */
            -0.5px -0.5px 0 #ffffff, /* untere rechte Ecke */
            0.5px -0.5px 0 #ffffff, /* obere rechte Ecke */
            -0.5px 0.5px 0 #ffffff; /* untere linke Ecke */
       
          
        }
    
        /*  EINZELNE BAUWERKE!!!! Stil für die Unterkategorien (Sub-Accordion-Buttons) */
        
        .subsub-accordion-button {
            background-color: transparent;
            color: rgb(255, 255, 255);
            padding: 5px;
            font-size: 7px;
            overflow-x: hidden;
            font-size: 10px;
        }
        .panel {

            padding-top: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
             background-color: transparent;
             display: none;
             max-height: 170px;
             overflow-y: auto; /* Ermöglicht vertikales Scrollen */
            
             box-sizing: border-box; /* Padding wird in die Größe einberechnet */
             scroll-padding: 30px;

        
             
         }
}