@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #58585A;
  background-color: #AFA8B1;
}

.navbar {
  background-color: #B1CA34 !important;
  padding: 1rem 1.5rem;
  -webkit-box-shadow: 0 2px 4px rgba(88, 88, 90, 0.1);
          box-shadow: 0 2px 4px rgba(88, 88, 90, 0.1);
}
.navbar .navbar-brand {
  font-weight: 700;
  color: #58585A !important;
  font-size: 1.2rem;
  -webkit-transition: all all 0.3s ease;
  transition: all all 0.3s ease;
}
.navbar .navbar-brand:hover {
  color: rgb(141.4606299213, 161.4409448819, 41.5590551181) !important;
}
.navbar .nav-link {
  color: #58585A !important;
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
  -webkit-transition: all all 0.3s ease;
  transition: all all 0.3s ease;
}
.navbar .nav-link:hover {
  color: rgb(141.4606299213, 161.4409448819, 41.5590551181) !important;
}
.navbar .nav-link.active {
  color: rgb(12.3595505618, 12.3595505618, 12.6404494382) !important;
  font-weight: 600 !important;
  border-bottom: 2px solid rgb(141.4606299213, 161.4409448819, 41.5590551181);
}
.navbar .btn-outline-dark {
  color: #58585A !important;
  border-color: #58585A !important;
  -webkit-transition: all all 0.3s ease;
  transition: all all 0.3s ease;
}
.navbar .btn-outline-dark:hover {
  color: rgb(141.4606299213, 161.4409448819, 41.5590551181) !important;
  background-color: rgba(88, 88, 90, 0.1) !important;
  border-color: rgb(141.4606299213, 161.4409448819, 41.5590551181) !important;
}
.navbar .navbar-toggler {
  border-color: rgba(88, 88, 90, 0.3);
}

.container {
  max-width: 1200px;
  padding: 1.5rem 1rem;
  background-color: #ffffff;
  border-radius: 0.375rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(88, 88, 90, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(88, 88, 90, 0.15);
}

.card {
  border: none;
  border-radius: 0.375rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(88, 88, 90, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(88, 88, 90, 0.15);
  -webkit-transition: all all 0.3s ease;
  transition: all all 0.3s ease;
  margin-bottom: 1.5rem;
}
.card:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(177, 202, 52, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(177, 202, 52, 0.15);
}
.card .card-header {
  background-color: #B1CA34;
  color: white;
  font-weight: 600;
  border-radius: 0.375rem 0.375rem 0 0 !important;
  padding: 1rem;
}
.card .card-body {
  padding: 1.5rem;
  color: #58585A;
}

.table {
  width: 100%;
  margin-bottom: 1.5rem;
}
.table th {
  background-color: #B1CA34;
  color: white;
  padding: 0.5rem 1rem;
  vertical-align: middle;
  font-weight: 600;
}
.table td {
  padding: 0.5rem 1rem;
  vertical-align: middle;
  border-top: 1px solid rgb(150.2727272727, 141.1090909091, 152.8909090909);
}
.table tr:last-child td {
  border-bottom: none;
}
.table tr:hover {
  background-color: rgba(177, 202, 52, 0.1);
}
.table .badge {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-weight: 500;
}
.table .badge.bg-Aktiv, .table .badge.bg-Beztahlt {
  background-color: #FF8C00;
  color: white;
}
.table .badge.bg-Pause {
  background-color: #ffc107;
  color: #58585A;
}
.table .badge.bg-gekündigt, .table .badge.bg-Ausstehend {
  background-color: #CC071E;
  color: white;
}
.table .badge.bg-Inaktiv {
  background-color: rgb(150.2727272727, 141.1090909091, 152.8909090909);
  color: #58585A;
}

.form-control,
.form-select {
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  border: 1px solid rgb(150.2727272727, 141.1090909091, 152.8909090909);
  -webkit-transition: all all 0.3s ease;
  transition: all all 0.3s ease;
  background-color: #ffffff;
  color: #58585A;
}
.form-control:focus,
.form-select:focus {
  border-color: #B1CA34;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(177, 202, 52, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(177, 202, 52, 0.25);
}
.form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder {
  color: rgb(138.7078651685, 138.7078651685, 141.2921348315);
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: rgb(138.7078651685, 138.7078651685, 141.2921348315);
}
.form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder {
  color: rgb(138.7078651685, 138.7078651685, 141.2921348315);
}
.form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder {
  color: rgb(138.7078651685, 138.7078651685, 141.2921348315);
}
.form-control::placeholder,
.form-select::placeholder {
  color: rgb(138.7078651685, 138.7078651685, 141.2921348315);
}

.form-check-input {
  margin-right: 0.5rem;
}
.form-check-input:checked {
  background-color: #B1CA34;
  border-color: #B1CA34;
}

.btn {
  border-radius: 0.375rem;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  -webkit-transition: all all 0.3s ease;
  transition: all all 0.3s ease;
}
.btn.btn-primary {
  background-color: #B1CA34;
  border-color: #B1CA34;
  color: white;
}
.btn.btn-primary:hover {
  background-color: rgb(141.4606299213, 161.4409448819, 41.5590551181);
  border-color: rgb(141.4606299213, 161.4409448819, 41.5590551181);
  color: white;
}
.btn.btn-secondary {
  background-color: #f28e28;
  border-color: #f28e28;
  color: white;
}
.btn.btn-secondary:hover {
  background-color: rgb(243.4539473684, 154.6381578947, 64.0460526316);
  border-color: rgb(243.4539473684, 154.6381578947, 64.0460526316);
  color: white;
}
.btn.btn-success {
  background-color: #FF8C00;
  border-color: #FF8C00;
  color: white;
}
.btn.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #58585A;
}
.btn.btn-danger {
  background-color: #CC071E;
  border-color: #CC071E;
  color: white;
}
.btn.btn-info {
  background-color: #00A0E3;
  border-color: #00A0E3;
  color: white;
}
.btn.btn-outline-primary {
  color: #B1CA34;
  border-color: #B1CA34;
}
.btn.btn-outline-primary:hover {
  background-color: #B1CA34;
  color: white;
}

.modal .modal-content {
  border-radius: 0.375rem;
  border: none;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(88, 88, 90, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(88, 88, 90, 0.15);
}
.modal .modal-content .modal-header {
  background-color: #B1CA34;
  color: white;
  border-radius: 0.375rem 0.375rem 0 0 !important;
}
.modal .modal-content .modal-body {
  padding: 1.5rem;
}
.modal .modal-content .modal-footer {
  border-top: 1px solid rgb(150.2727272727, 141.1090909091, 152.8909090909);
  padding: 1rem;
}

.statistics {
  margin-bottom: 1.5rem;
}
.statistics .stat-card {
  margin-bottom: 1rem;
  text-align: center;
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(88, 88, 90, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(88, 88, 90, 0.15);
}
.statistics .stat-card .stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: #B1CA34;
}
.statistics .stat-card .stat-label {
  color: #58585A;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .navbar .navbar-nav .nav-link {
    padding: 0.5rem 0;
  }
  .navbar .navbar-collapse {
    background-color: rgba(177, 202, 52, 0.95);
    padding: 1rem;
    border-radius: 0 0 0.375rem 0.375rem;
  }
  .container {
    padding: 1rem 0.5rem;
    margin: 0.5rem;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.text-primary {
  color: #B1CA34 !important;
}

.text-secondary {
  color: #f28e28 !important;
}

.text-success {
  color: #FF8C00 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #CC071E !important;
}

.bg-primary-light {
  background-color: rgb(200.5846456693, 218.2519685039, 112.2480314961) !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-in {
  -webkit-animation: fadeIn 0.5s ease-in;
          animation: fadeIn 0.5s ease-in;
}

@media print {
  body {
    background-color: white !important;
    color: black !important;
  }
  .navbar,
  .btn,
  .no-print {
    display: none !important;
  }
  .table {
    page-break-inside: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  .card {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 1px solid #ddd !important;
  }
}