/* Project name: InfoKom Webmaster (P) */
/* Last generation date: 27.08.2023 06:00 */
/* File: Alternative theme.css */
/* Project name: InfoKom Webmaster (P) */
/* Last generation date: 27.08.2023 06:00 */
/*
* ================================================================================================
* 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
}
}
/*
* ================================================================================================
* Navigation
* ================================================================================================
*/
nav.bg-primary {
background-color: #005ea8!important;
}
nav.navbar div.navbar-collapse ul ul .dropdown-item:active {
background-color: #005ea8;
}
a {
color: #005ea8;
}
/*
* ================================================================================================
* Main
* ================================================================================================
*/
main article.feature-box div.row div div i {
color: #005ea8;
}
main article.ansprechperson h2, main article.ansprechperson ul li span i, .iconfarbe ul li i {
color: #005ea8;
}
.btn-primary-2, .btn-primary-2 {
/* color: #fff; */
background-color: #005ea8!important;
border-color: #005ea8;
border-width: 2px;
}
.btn-primary-2:focus, .btn-primary-2:hover, .btn-primary-2:active {
color: #212529;
background-color: #fff!important;
border-color: #005ea8;
border-width: 2px;
border-radius: 0.25em;
}
main .easy-language .carousel-container, main .easy-language .image-container {
background-color: #fff!important;
}
main .carousel-container, main .image-container {
background-color: #fff;
}
main .image-container {
background-color: #fff;
}
abbr[data-original-title], abbr[title], acronym {
color: #005ea8;
border-bottom: 2px dotted #005ea8;
text-decoration: none;
}
main i.angle-right-style {
color: #005ea8!important;
}
/*
* ================================================================================================
* Suche
* ================================================================================================
*/
.form-control-lg {
border: 3px solid #005ea8;
}
main article.suche .badge-light {
background-color: #005ea8;
color: #fff;
font-weight: 100;
}
main article.container nav ul.pagination .active span {
background-color: #005ea8;
color: #fff;
font-weight: bold;
}
main article.container nav ul.pagination .page-link {
color: #005ea8;
background-color: #fff;
border: 1px solid #005ea8;
}
main article.container nav ul.pagination .page-link:hover {
color: #fff;
text-decoration: none;
background-color: #005ea8;
border-color: #005ea8;
font-weight: bold;
}
/*
* ================================================================================================
* Kontaktformular
* ================================================================================================
*/
main article.kontakt-form div div div form input, main article.kontakt-form form textarea {
border: 3px solid #005ea8;
}
/*
* ================================================================================================
* Footer
* ================================================================================================
*/
footer.footer {
background-color: #005ea8!important;
}
.totopbtn-style {
color: #005ea8;
background-color: #fff;
}
@media screen and (max-width: 992px) {
div.carousel-container div.container section.mx-auto {
margin-left: initial!important;
}
}