:root {
  --wellenreiter-rot: #cf3030;
}

.top-header {
    justify-content: space-between;
    color: var(--bs-gray-600);
}

.top-header a {
    color: var(--bs-gray-600);
    text-decoration: none;
}

.top-header a:hover {
    color: var(--wellenreiter-rot);
    text-decoration: underline;
}

.top-header p {
    margin-bottom: 0;
}

.top-header-wrapper {
    padding: 0;
    background-color: var(--color-header-top-bg);
    border-bottom: 1px solid #f6f6f6;
}

.region-nav-main {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.region-header-top-right .navbar-nav {
    display: flex;
    gap: 15px;
    flex-direction: row;
}

header {
    border-style: solid;
    border-width: 1px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-color: #f0f0f0;
}

footer {
    background-color: var(--bs-gray-900);
    color: var(--bs-gray-100);
}

.region-header-top-left .block {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.region-nav-additional {
    display: flex;
    gap: 15px;
}