/* 
    Created on : 22.09.2020, 06:40:41
    Author     : Gros
    Letzter Stand: 18.02.2025 10:00; 21.12.2025
*/
.FZ {color: #0000FF;}
.AZ {color: #000000;}
body { white-space: nowrap; overflow: auto; text-overflow: ellipsis; 
    font-family: Open Sans, Regular; 
    color: #3300CC;
    background: #F0F0F0 0% 0% no-repeat padding-box;
    opacity: 1;
    }
p { /*white-space: normal;*/ 
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}    

#Anwendung {
    /* Layout Properties */   
    color: #3300CC;
    font-weight: bold;
    background: #E0E0E0 0% 0% no-repeat padding-box;
    opacity: 1;
}

#Ueberschrift { /*white-space: normal;*/ 
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    display: inline-block;
}
#aufwaerts {
    position: fixed;
    top: 5%;
    right: 1%;
    width: 3%;
    /*border: 3px solid #73AD21;
    background-color: aqua;
    padding: 6px;*/
}
#abwaerts {
    position: fixed;
    top: 95%;
    right: 1%;
    width: 3%;
    /*border: 3px solid #73AD21;
    background-color: aqua;
    padding: 6px;*/
}

.Button {
    /*color: #FFFFFF;
    background: #3300CC 0% 0% no-repeat padding-box;*/
    background: #D3D3D3 0% 0% no-repeat padding-box;
    border: 1px solid black;
    border-radius: 5px; 
    opacity: 1;  
}

#wertungen {
    /*display: none;*/
    position: absolute;
    /*top: 110px;*/
    left: 60px;
    background-color: rgba(128, 128, 128, 1); 
    color: white; 
    z-index: 10;   
}

#home {
    width: 1.2rem; /* Breite der Grafik */ 
    height: 1.2rem; /* Höhe der Grafik */
}

#logo {
    width: 5.0 rem; /* Breite der Grafik */ 
    height: 1.2rem; /* Höhe der Grafik */
}

.center { text-align: center;}
.left { text-align: left;}
.Schlagwort { display: inline-block; } 
.Textzeile { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/*.AbstRahmen { background-color: lightblue; }*/
.AbstRahmen { visibility: hidden; }
.abstand  { visibility: hidden; }

