/*
 * This file has been created by the Vaadin Theme Editor. Please note that
 * manual changes to individual CSS properties may be overwritten by the theme editor.
 */
html {
    --lumo-primary-color: #0f98af;
    --lumo-primary-text-color: #0f98af;
    --lumo-line-height-m: 1.3; /* Standard ist 1.5, kleiner Wert = enger */
    --lumo-line-height-s: 1.1; /* Für kleinere Schriftgrößen */
}

vaadin-button.dashboard-view-button-1::part(label) {
    color: #0f98af;
}

vaadin-login-form vaadin-login-form-wrapper {
    border-radius: 0;
}

vaadin-tab {
    color: #0f98af;
}

vaadin-tab[selected] {
    color: #0f98af;
    font-weight: bold;
}
