@import "lumo-styles.css";

:root {
    --color-ausweisversand: #457995;
    --color-dpag: #ffcc00;
    --color-dhl-red: rgb(212, 5, 17);
}

.header-ausweisversand {
    background: var(--color-ausweisversand);
    color: #ffffff!important;
    padding-left: 3rem;
}
.header-ausweisversand h2 {
    color: #ffffff!important;
    font-weight: 1000;
    -webkit-text-fill-color:#ffffff;
}

.ausweisversand-submit-btn {
    background-color: var(--color-ausweisversand);
    color: #fff!important;
}



.header-dpag {
    background: var(--color-dpag);
    color: black;
    padding-left: 3rem;
}


.header-dpag h2 {
    color: black!important;
    font-weight: 1000;
}

.dhl-red {
    color: var(--color-dhl-red)!important;
}

vaadin-button:not([theme]) {
    color: black;
}
