/* rote.biz Corporate Design - Gruen (#4CAF50) + Blau (#2196F3) */

/* Header - weisser Hintergrund, farbiger Akzent */
header.border-bottom {
  background: #fff !important;
  border-bottom: 3px solid #4CAF50 !important;
  padding: 0.75rem 1.5rem !important;
}
header .text-body-emphasis {
  color: #4CAF50 !important;
}
header .btn-outline-secondary {
  color: #2196F3 !important;
  border-color: #2196F3 !important;
}
header .btn-outline-secondary:hover {
  background: #2196F3 !important;
  color: #fff !important;
}

/* Primary Buttons */
.btn-primary {
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #388E3C !important;
  border-color: #388E3C !important;
}

/* Links */
a:not(.btn):not(.text-body-emphasis) {
  color: #2196F3;
}
a:not(.btn):not(.text-body-emphasis):hover {
  color: #1976D2;
}

/* Form Controls Focus */
.form-control:focus, .form-select:focus {
  border-color: #4CAF50;
  box-shadow: 0 0 0 0.25rem rgba(76, 175, 80, 0.25);
}

/* Range Slider */
.form-range::-webkit-slider-thumb {
  background: #4CAF50 !important;
}
.form-range::-moz-range-thumb {
  background: #4CAF50 !important;
}

/* Checkboxes */
.form-check-input:checked {
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}

/* Nav Pills / Tabs */
.nav-pills .nav-link.active, .nav-underline .nav-link.active {
  background-color: #2196F3 !important;
  color: #fff !important;
}
.nav-pills .nav-link, .nav-underline .nav-link {
  color: #2196F3;
}

/* Body background */
body {
  background: #f8f9fa !important;
}

/* Footer */
footer, .footer {
  border-top: 3px solid #4CAF50;
}

/* Cards */
.card {
  border: 1px solid rgba(33, 150, 243, 0.15);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
