/**
 * In dieser Datei k�nnen Sie eigene Anpassungen am CSS f�r Ihren
 * KuferTools-Auftritt (responsive) einbringen. Bitte nutzen Sie daf�r nur diese Datei.
 */ 

.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover {
	background-color: rgb(225, 0, 15); 
}

nav, footer, .dialog-active {
  background-color: rgb(225, 0, 15);
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
	background-color: rgb(225, 0, 15);
	border: 1px solid rgb(225, 0, 15);
}

.pagination>li>a, .pagination>li>span {
	color: rgb(225, 0, 15);
}

a#anmelde_agb_link, a#showSepaLastSchriftForm {
  color: rgb(225, 0, 15);
}

.feedback_fa_bemerkung, .feedback_fa_frage{
  color: rgb(225, 0, 15);
}

.btn.btn-success {
	background-color: rgb(225, 0, 15);
	border-color: rgb(225, 0, 15);
}

.btn.btn-success:hover {
	background-color: #d21018;
}

footer {
  background-color: initial;
}

footer #footer-main {
  padding: 50px 0;
  background: #3f3e41;
  color: #FFFFFF;
  font-size: 1.5em;
  
  font-family: "Calibri",sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 1.7;
}

footer h5 {
  font-size: 1.25em;
}

footer .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color,inherit);
}

footer .text-small {
  font-size: 0.85em;
}

footer a {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 3px;
  text-decoration: none;
}

footer a:hover, footer a:focus {
  text-decoration: none;
  color: #FFFFFF;
}

footer #footer-main .btn-footer-nl {
  padding: 20px 20px !important;
  border: none;
  background-color: #E1000F !important;
  color: #FFFFFF !important;
  border-radius: 0;
  font-size: 0.85em;
  text-align: left;
}
