:root {
    --text: #ffffff;
    --background: #1F2663;
    --accent: #E76F0D;
}

#footer p {
    padding-right: 2rem;
}

#footer__left > img {
    width: 180px;
}

.accent {
    color: var(--accent);
    font-weight: bold;
    margin-bottom: 30px;
}

#footer__left {
    display: flex;
    flex-direction: column;
}

#footer__left, #footer__information, #footer__openinghours, #footer__right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#footer__information div, #footer__openinghours div, #footer__leftLast {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    flex: 1;
}

#footer__practical {
    margin-top: 30px;
}

#footer__right address {
    display: flex;
    align-items: center;
    gap: 7px;
}

#footer__right address a {
    text-decoration: underline;
}