#page_4 .hero-bg {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: block;
}

.hero--size-big .hero-content {
        min-height: 0.01rem;
}
#page_4 .page-header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 1000;
}

/* Anfang*/
#page_4 .page-header--hidden {
    opacity: 0;
    transform: translateY(-30px);
    pointer-events: none;
}

/* Nach Scroll */
#page_4 .page-header--visible {
    background-color: #FFFFFF;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.hero h3 {
    color: #FFFFFF;
    position: absolute;
    bottom: 60px;
    left: 50%;             /* horizontal mittig ausrichten */
    transform: translateX(-50%); /* perfekt zentrieren */
    text-align: center;
    font-size: 1.3rem;
    text-shadow: 1px 1px 3px #333;
}

.hero a {
    position: absolute;
    bottom: 20px;          /* Abstand vom unteren Rand */
    left: 50%;             /* horizontal mittig ausrichten */
    transform: translateX(-50%); /* perfekt zentrieren */
    text-align: center;
    color: rgba(255, 255, 255);
    text-decoration: none;
    text-shadow: 1px 1px 3px #333;
}
.hero a:hover {
    text-decoration: underline;
}

@media (max-width: 912px) {
    .hero h3 {
        font-size: 1rem;
        bottom: 25% !important;
    }
    .hero a {
        font-size: 1.6rem;
        bottom: 20%;
    }
}
/*@media (min-width: 913px) {
    .hero h3 {
        font-size: 1.3rem;
        bottom: 60px;
    }
}*/

@media (max-width: 572px) {
    .hero a {
        font-size: 1.35rem;
        bottom: 20%;
    }
}

h1 {
    font-family: 'Oswald', sans-serif;
    color: #fe0000;
    font-weight: 300;
    font-size: 2.2rem;
    margin-bottom: 1.2em;
}
.navbar-brand img {
	margin-top:20px;
    margin-bottom: 10px;
}
.navbar-main  a {
    font-size: 1.5rem;
    padding: .5rem 60rem;
    color: #666;
    font-weight: 600;
    gap: 200px;
}


@media (max-width: 1400px) {

.navbar-main  a {
    font-size: 1.25rem;
    padding: .5rem .75rem !important;
}

}

@media (max-width: 1200px) {

.navbar-main  a {
    font-size: 1.15rem;
    padding: .5rem .5rem !important;
}

}

.nav-main a {
    --bs-nav-link-hover-color: #fe0000;
}
.nav-main .nav-link.active, .nav-main .nav-link.show {
    color: #fe0000;
}
a {
    color: #fe0000;
    text-decoration: none;
}
.page-link.active, .active>.page-link {
    background-color: #fe0000 !important;
    border-color: #990000 !important;
    font-weight: 900;
    font-size: 1.2rem;
}
.news-list-view  span:hover {
    color: #0e0e0e;
    text-decoration: underline;
}

#page_186 .caption-title {
	font-size:3rem;
}

#page_186 .caption-body {
	font-size:1.5rem;
}

#page_186 .caption-body a,
#page_186 .caption-body a:visited {
	font-size:1.35rem;
	color:#fff !important;
	text-decoration:underline !important;
}
	

.btn {
    color: #fff;
    background-color: #fe0000;
    border-color: #990000;
    font-weight: 900;
    font-size: 1.2rem;
}

#page_183 #c446 {
	display:none !important;
}

.page-footer a {
    color: #bb0000;
}

#c446 .frame {
    margin-top: 0;
    margin-bottom: 0 !important;
}
#c1277 {
    margin-top: 0;
    margin-bottom: 0;
}
.page-footer__row2>.container {
    padding-top: 0;
    padding-bottom: 0;
}