.hidden {
  display: none;
}

#job-list {
  list-style-type: none;
  padding: 0;
}

.job-item,
.job-single-item {
  margin: 15px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

#load-more-jobs {
  background-color: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 20px;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
}

#load-more-jobs:hover {
  background-color: #005885;
}

button#load-more {
  height: 42px;
  align-self: center;
  margin-top: 20px;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
}

.suche-container {
  width: 100%;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
}

.suche-header,
.ergebnisse-header {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #d1b128;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
}

.suche-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
}

.suche-form input[type="text"],
.suche-form select,
.select2-selection {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
}

.select2-selection {
  height: 35px !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid #ddd !important;
  font-weight: 300;
}

.suche-form input[type="submit"] {
  width: 100%;
  padding: 12px;
  background-color: rgba(236, 201, 49, 0.9);
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
}

.suche-form input[type="submit"]:hover {
  background-color: #d1b128;
}

.suche-form select {
  background: white;
  color: #555;
}

.suche-footer {
  text-align: center;
  font-size: 12px;
  color: #aaa;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
}

.suche-go {
  margin-top: 25px;
}

.suchergebnisse,
.anzahl-ergebnisse {
  text-align: center;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
}

.job-counter {
  color: rgba(236, 201, 49, 0.9);
  font-weight: 700;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
}

.ergebnisse-container {
  width: 100%;
  margin: 20px auto;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.ergebnisse-liste {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
}

.ergebnis-item {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background-color 0.3s ease;
}

.ergebnis-item:last-child {
  border-bottom: none;
}

.ergebnis-item:hover {
  background-color: rgba(236, 201, 49, 0.1);
}

.ergebnis-titel {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
}

.ergebnis-ort {
  font-size: 14px;
  color: #777;
  margin: 0;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
}

.ergebnis-link,
#load-more,
a.bewerben-link {
  align-self: flex-start;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  border: none;
  font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
}

.ergebnis-link {
  background-color: rgba(236, 201, 49, 0.9);
  color: white;
  margin-right: 5px;
}

.ergebnis-link:hover {
  background-color: #d1b128;
}

a.bewerben-link {
  background-color: gray;
  color: white;
}

a.bewerben-link:hover {
  background-color: rgba(236, 201, 49, 1);
}

.keine-ergebnisse {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-top: 20px;
}

.job-actions {
  display: flex;
  justify-content: space-between;
}
