@charset "UTF-8";
/*!
Theme Name: Kaltenbach-Gruppe Theme
Theme URI: https://adelt.it
Author: Adelt.IT
Author URI: https://adelt.it
Template: uicore-pro
Version: 1.0.0
 */
#sopea-filter-wrapper {
  background-color: #fff;
  padding: 40px 20px 30px;
  margin: 0 auto 20px auto;
  max-width: 1390px;
  box-sizing: border-box;
}

#sopea-filter-wrapper h1 {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 30px;
  color: #000;
}

.form-label {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: -14px;
  display: block;
}

.styled-select {
  width: 100%;
  padding: 10px;
  margin-top: 24px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"%3E%3Cpath fill="%23333" d="M5 6L0 0h10L5 6z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

.styled-select:focus {
  outline: none;
  border-color: #007bff;
  background-color: #fff;
}

#freitext {
  width: 100%;
  padding: 10px;
  margin-top: 24px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

/* === Kein Overlay bei Elementor Portfolio === */
.elementor-portfolio-item_overlay {
  display: none !important;
}

/* === Wrapper für Stellenanzeigen === */
#jobContainer.sopea-jobs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 1390px;
  margin: 0 auto;
  padding: 0;
}

/* === Einzelne Jobbox === */
.sopea-job {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  font-size: 15px;
}

/* === Spaltenaufteilung (Desktop) === */
.title-col {
  flex: 2.5;
  padding: 0 10px;
}

.ort-col,
.art-col {
  flex: 1.25;
  padding: 0 10px;
}

.button-col {
  flex: 1;
  padding: 0 10px;
  display: flex;
  justify-content: flex-end;
}

/* === Inhalt linkbündig (außer Button) === */
.title-col,
.ort-col,
.art-col {
  text-align: left;
}

/* === Titelstil (größer) === */
.title-col .sopea-job-title {
  font-weight: 700;
  font-size: 18px;
}

/* === Ort/Firma === */
.ort-col .sopea-job-location {
  font-weight: 500;
}

.ort-col .sopea-job-firma {
  font-size: 13px;
  color: #666;
}

/* === Art/Datum === */
.art-col .sopea-job-art {
  font-weight: 500;
}

.art-col .sopea-job-date {
  font-size: 13px;
  color: #888;
  margin-top: 5px;
}

/* === Button-Stil === */
.sopea-job-button {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px 18px;
  border: none;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.sopea-job-button:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

/* === Keine Trennlinien mehr zwischen Spalten === */
.sopea-col::after {
  display: none !important;
}

/* === Responsiveness: untereinander bei < 1024px === */
@media screen and (max-width: 1024px) {
  .sopea-job {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    gap: 10px;
  }
  .sopea-col {
    width: 100%;
    text-align: left;
    padding: 5px 0;
  }
  .button-col {
    justify-content: flex-start;
  }
}
.standort-container {
  display: none;
}
