/* Project name: EAA Rheinland (P) */
/* Last generation date: 09.12.2025 14:05 */
/* File: Alternative theme.css */
main .carousel-container, main .image-container {
background-color: #286ab7 !important;
}
nav.bg-primary {
background-color: #286ab7 !important;
}
footer.footer {
color: #fff;
background-color: #286ab7 !important;
}
a {
color: #286ab7;
}
.totopbtn-style {
color: #286ab7;
}
.btn-primary-2, .btn-primary-2 {
background-color: #286ab7 !important;
border-color: #286ab7;
}
main article.kontakt-form div div div form input, main article.kontakt-form form textarea {
border: 3px solid #286ab7;
}
header.header-logo-abstand {
margin-top: 3.5em;
margin-bottom: 0em;
}
header.header-logo-abstand img {
width: 300px;
}
section.slider {
color: white !important;
}
.display-4 {
color: white !important;
}
.display-3 {
color: white !important;
}
.btn-primary-2:focus, .btn-primary-2:hover, .btn-primary-2:active {
background-color: #f3f3f3 !important;
border-color: #f3f3f3;
}
.totopbtn-style:hover {
color: white !important;
background-color: #286ab7 !important;
}
/*
* ================================================================================================
* Cookie Opt-Out Checkbox
* ================================================================================================
*/
.inlineCookieOptoutCheckbox {
color: #42454A;
box-sizing: border-box;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
padding-right: 30px;
padding-left: 30px;
margin-right: auto;
margin-left: auto;
text-align: justify!important;
}
@media (min-width: 576px){
.inlineCookieOptoutCheckbox {
max-width: 540px;
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px){
.inlineCookieOptoutCheckbox {
max-width: 720px;
}
}
@media (min-width: 992px){
.inlineCookieOptoutCheckbox {
max-width: 960px;
}
}
@media (min-width:1200px){
.inlineCookieOptoutCheckbox{
max-width:1140px
}
}