/* Stylesheet für die Berliner Gürtellinie */
    body {
        background-color: moccasin;
        width: 1500px;                
    }
    .Logo_und_Haupttitel_BGL {
        color:lightblue;
        background-color: darkred;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 98px;      
        display: flex;          
        justify-content: space-between;
    }  
    .Logo {
        height: 125px;
        padding-top: 15px;
        object-fit: cover;
    }

    .Logo_UK_Etap {
        height: 125px;
        padding-left: 75px;
        padding-top: 15px;
        object-fit: cover;
    }

    .Haupttitel_BGL {
        width: 70%;
    }
    .Untertitel_BGL {
        font-size: 38px;  
        font-family: Norican;     
        text-align: right;
        padding-right: 55px;
        background-color: darkred;
        padding-bottom: 5px;
        color: lightblue;        
    }
    .Navigationsleiste {
        background-color: lightskyblue;
        padding: 5px;                
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 22px;
        color: mediumorchid;
        display: flex;        
        justify-content: space-evenly;        
    }
    a {
        text-decoration: none;
        color: darkred;        
    }
    a:hover {
        text-decoration: underline; 
        color: blue;               
    }    
    .BilderKarteListe {
        display: flex;
        justify-content: space-between;
        padding: 20px;
        width: 1500px;
    }    
    .Reihe_4_LS_Bilder {
        display: flex;
        justify-content: space-between;
        padding: 20px;
        width: 1500px;
    }  
    .Bild_a {
        height: 300px;
        padding-right: 36px;        
    }   
    .Bild_LS {
        height: 352px;
        margin: 30px 30px 0px 0px; 
        border: 10px; 
    } 
    .UEK_Startseite {
        height: 750px;
        padding-right: 36px;        
    }   
    .Bild_my {
        height: 27px;
        padding-right: 12px;        
    }   
    .Sehenswert_entlang_Etappe {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 30px;
        padding-top: 36px;        
    }   
    .Textteil_Startseite {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 30px;
        padding-top: 0px;          
        padding-right: 25px
    }   
    .Bilder {
        width: fit-content;
        display: flex;        
        justify-content: space-between;
    }
    .LS-Bilder {
        width: fit-content;
        display: flex;        
        justify-content: space-between;        
    }
    .Listenpunkte_entlang_Etappe {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 22px;               
    }
    .Textblock_Startseite {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 22px;                       
    }
    .Karte_links {               
        width: fit-content;
        padding-right: 35px;
    }
    .Datenkasten_Startseite {               
        width: 2300px;
        padding-right: 35px;
    }
    .Bilder_und_Liste {
        width: fit-content;
    }
    .vorherige_nachherige_Links {
        display: flex;
        justify-content: space-between;
        padding-top: 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 15px;
        padding-bottom: 55px;
    }
    .Datenkasten {
        padding: 15px;
        background-color: lightblue;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 17px;        
    }
    .Titel_Eckdatenkasten {            
        font-size: 22px; 
        font-weight: 600; 
    }
    .Trackniederlad {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 14px;
        padding-top: 10px;
        padding-left: 15px;
        text-align: right;
    }