/* Abstand zwischen ALLEN Gruppen (auch der ersten) */
.services-group {
    margin-top: 30px !important;
    padding-top: 30px !important;
    border-top: 3px solid rgba(148, 163, 184, 0.2) !important;
}

/* Suchfeld breiter machen */
.information-widget-search input[type="text"] {
    min-width: 600px !important;
    width: 600px !important;
}

/* Alle Info-Widgets auf gleiche H�he wie Wetter/Suche/Datum */
[class*="information-widget"] {
    min-height: 64px !important;
    max-height: 64px !important;
    display: flex !important;
    align-items: center !important;
    box-sizing: border-box !important;
}

/* Logo-Widget speziell anpassen */
.information-widget-logo {
    padding: 12px 16px !important;
    justify-content: center !important;
    align-items: center !important; /* <--- F�GEN SIE DIESE ZEILE HINZU */
}

/* Logo-Icon Gr��e */
.information-widget-logo svg,
.information-widget-logo img {
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
}

    






