.btn-fixed {
    position: fixed;
    font-size: 24px;
    border-radius: 0;
    border-top-left-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    padding: 8px 20px;
    top: 75px;
    right: 0;
}

.background-video {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1.0;
    z-index: -1;
}

a, .breadcrumb-item a {
    color: #a94442;
}

.page-hero {
    position: relative;
    overflow: hidden;
}

.background-video-content {
    position: relative;
    z-index: 1;
}

video[poster] {
    object-fit: cover;
    height: 100vh;
    width: 100vw;
}

main > .container {
    position: relative;
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}



.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

.pagination {
    --bs-pagination-color: #fff;
    --bs-pagination-bg: #a94442;
    --bs-pagination-border-color: #a94442;
    --bs-pagination-hover-color: #a94442;
    --bs-pagination-hover-bg: #fff;
    --bs-pagination-hover-border-color: #a94442;
    --bs-pagination-focus-color: #a94442;
    --bs-pagination-focus-bg: #ffffff;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(88, 3, 3, 0.25);
    --bs-pagination-active-color: #a94442;
    --bs-pagination-active-bg: #fff;
    --bs-pagination-active-border-color: #a94442;
    --bs-pagination-disabled-color: #a94442;
    --bs-pagination-disabled-bg: #a94442;
    --bs-pagination-disabled-border-color: #a94442;
}

.navbar-expand-md {
    background-image: url("https://wrrp.de/banner_wradminl.png"); 
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#footer {
    
    background-image: url("https://wrrp.de/banner_detail.png"); 
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 10vh;
}

.text-muted {color: #fff!important;}

.nav-link, .navbar-brand {
    
    color: #fff;
    font-family: "Rye", serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: 2px 2px 2px #000, 2px 2px 2px #000, 2px 2px 2px #000;
}