@import url(../../../../assets/jobpostings/custom/s058/default.fonts.css);

:root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #fafafa;
  font-size: 0.875rem;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  letter-spacing: -0.3px;
}

a {
  color: inherit;
}

.container {
  padding: 0;
  background: #fff;
  max-width: 900px;
}

.row {
  margin: 0;
}

/* ── Header ────────────────────────────────── */

header {
  background: url(../../../../images/uw8ei6qmvjn3017rjxvi76qzradm.jpg);
  background-size: cover;
  background-position: center top;
  aspect-ratio: 1.7 / 1;
  border-left: 40px solid #ffeb00;
}

/* ── Grüne Titelbar ────────────────────────── */

.title-bar {
  background: #008c50;
  color: #fff;
  border-left: 40px solid #ffeb00;
}

.title-bar p {
  font-style: italic;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 0.4rem;
}

.title-bar h1,
.title-bar h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}

/* ── Firmenbeschreibung ────────────────────── */

.company-intro {
  background: #e5e6e2;
  border-left: 40px solid #fff;
}

.company-intro {
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

/* ── Zweispalter ───────────────────────────── */

.content-columns {
  border-left: 40px solid #fff;
}

.content-columns .col-md-6 {
  border-top: 1px solid #c5c8cb;
  border-left: 1px solid #c5c8cb;
  border-bottom: 1px solid #c5c8cb;
}

@media (min-width: 768px) {
  .content-columns .col-md-6:last-child {
    border-right: 1px solid #c5c8cb;
  }
}

/* ── Content-Blöcke (RTE-Inhalt) ───────────── */

.content-columns h2 {
  color: #008c50;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  position: relative;
  padding: 4px 6px 4px 24px;
  margin-top: 2px;
  font-size: 0.875rem;
  line-height: 1.45;
  border: none;
}

li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #008c50;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 10px;
}

/* ── Gelbe Kontaktbox ──────────────────────── */

.contact-box {
  border-top: 1px solid #c5c8cb;
  background: #ffeb00;
}

.contact-box h2 {
  color: #000;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.6rem;
}

.contact-box p {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  line-height: 1.5;
}

.contact-box a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

/* ── Footer ────────────────────────────────── */

.footer-row {
  background: #e5e6e2;
  border-bottom: 20px solid #008c50;
}

.footer-logo {
  max-width: 110px;
  display: block;
}

.footer-contact p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
}

.footer-contact a {
  color: #008c50;
  font-weight: 700;
  text-decoration: none;
}
