        /* Hier kannst du Schriftart, Größe und Farbe anpassen */
        #status-anzeige {
            font-family: 'Open Sans';
            font-size: 16px;
            font-weight: normal;
            text-align: center; /* Zentriert den gesamten Text */
        }
        .offen { color: #008000; }
        .geschlossen { color: #e74c3c; }
    div#container
{
   width: 1140px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: transparent;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
@media only screen and (max-width: 1139px)
{
div#container
{
   width: 480px;
}
body
{
   background-color: transparent;
   background-image: none;
}
}
