.current-date {
    background-color: #e0e0e0 !important;
}

.label-custom-blue {
    background-color: blue;
}

@media (max-width: 768px) {
    #searchbox {
        margin-left: -200% !important; /* Versatz entfernen für Tablet-Größe */
        width: 600px !important;
    }
}

@media (min-width: 768px) {
    #searchbox {
        margin-right: -200% !important; /* Linken Versatz setzen */
        width: 600px !important;
    }
}