/* 
 * Allgemeine Stile für beide HR-Linien 
 */
hr {
    border: none;
    height: 3px; 
    
    width: 900px; 

    margin-left: auto;  
    margin-right: auto; 
    
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Spezifische Farbe für die goldene Linie */
.linie-gold {
    background-color: #BEA97C; 
}

/* Spezifische Farbe für die lila Linie */
.linie-lila {
    background-color: #BEA97C; 
}

/* Spezifische Farbe für die dunkelblaue Linie */
.linie-blau {
    background-color: #BEA97C; 
}

/* Spezifische Farbe für die orange Linie */
.linie-orange {
    background-color: #FF7518; 
}

/* Spezifische Farbe für die pinke Linie */
.linie-pink {
    background-color: #E14B9B; 
}