
h2 {
  font-weight: bold;
}

li {
  color: var(--text-dark);
}

.bold{
  font-weight: bold;
}

  /* Variables */

  :root {
    --primary-color: #009a9b;    
    --secondary-color: #ffffff;  
    --text-dark: #2f2f2f;
    --text-light: #ffffff;
    --primary-job-bg: #f4f4f4;
    --mobile-toggle-size: 2.5rem;
    --akzent-color: #003866;

    --logo-max-width: 250px;

  }

  html, body {
    font-family: 'Ubuntu', sans-serif;
  }

  .form-highlight {
    color: #003866 !important;
  }
.text-primary {
    color: var(--primary-clr) !important;
}


.jobs-navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
}



  .dark-text {
    color: var(--text-dark);
  }

  .light-text {
    color: var(--text-light);
  }

  .primary-text {
    color: var(--primary-color);
  }

  .akzent-text {
    color: var(--akzent-color);
  }

  .job-banner-bg {
    background-color: var(--primary-job-bg);
  }

   /* Buttons */
  .dark-btn {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: 2px solid var(--primary-color);
    border-radius: 0px !important;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    transition:
      background-color 0.3s ease,
      color 0.3s ease,
      box-shadow 0.2s ease,
      transform 0.2s ease;
  }
  
  /* Hover-Effekt */
  .dark-btn:hover,
  .dark-btn:focus-visible {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
  }
  .dark-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .light-btn {
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 2px solid var(--secondary-color);
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    transition:
      background-color 0.3s ease,
      color            0.3s ease,
      box-shadow       0.2s ease,
      transform        0.2s ease;
  }
  
  .light-btn:hover,
  .light-btn:focus-visible {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
  }
  
  .light-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .job-filter {
    background-color: transparent;
    color: var(--primary-bg);
    border: 2px solid var(--primary-bg);
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  /* Hover (optional) */
  .job-filter:hover {
    background-color: var(--primary-bg);
    color: #ffffff;
    outline: none;
  }
  
  /* Aktiver Button: Voller Hintergrund */
  .job-filter.active {
    background-color: var(--primary-bg) !important;
    color: #ffffff !important;
    border-color: var(--primary-bg) !important;
  }

 


  .devider {
    width: 100%;
    border-top: 1px solid #dee2e6;
    margin: 1.5rem 0;
  }

  .job-detail{
    text-align: left;
  }

  .card {
    box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.06),   
    0 4px 8px rgba(0, 0, 0, 0.08);  
    
    border: none !important;
    max-width: 1400px;
    padding: 20px;
  }

  @media (min-width: 992px) {
    .card {
      box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.06),
        0 4px 8px rgba(0, 0, 0, 0.08);
      border: none !important;
      max-width: 1400px;
      padding-top: 2rem;
      padding-bottom: 2rem;
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }


img.navbar-brand.jobs-logo {
    max-width: var(--logo-max-width) !important;
    height: auto;
}









.lp-hero-header {
  position: relative;
  overflow: hidden;
  min-height: 85vh;          /* Fallback */
  min-height: 85svh;         /* Mobile: safe viewport */
}

/* große Screens (optional Deckel, sonst entfernen) */
@media (min-width: 1400px) {
  .lp-hero-header { min-height: 88vh; max-height: 900px; }
}

/* Tablets */
@media (max-width: 1199.98px) {
  .lp-hero-header { min-height: 74vh; min-height: 70svh; }
}

/* Smartphones */
@media (max-width: 575.98px) {
  .lp-hero-header { min-height: 58vh; min-height: 58svh; }
}

/* ===== BACKGROUND IMAGE + OVERLAY ===== */
.lp-hero-header .hero--image-wrapper {
  position: absolute; inset: 0; z-index: 1;
}
.lp-hero-header .hero--image-wrapper img {
  width: 100%; height: 100%; display: block;
  object-fit: cover;
  object-position: 50% 35%;  /* Fokus leicht nach oben – bei Bedarf anpassen */
}
@media (max-width: 575.98px) {
  .lp-hero-header .hero--image-wrapper img { object-position: 50% 45%; }
}

.lp-hero-header .lp-hero-overlay {
  position: absolute; inset: 0; z-index: 2;
  background: rgba(0,0,0,0.40);
}
@media (max-width: 575.98px) {
  .lp-hero-header .lp-hero-overlay { background: rgba(0,0,0,0.32); }
}

/* ===== CONTENT ===== */
.lp-hero-header .hero--content-wrapper {
  position: relative; z-index: 3; color: #fff;
  padding-block: clamp(3rem, 8vh, 8rem); /* ersetzt starre 11rem */
  text-align: center;
  margin-top: 190px;
}

/* ===== ILLUSTRATION ===== */
.lp-hero-header .hero-illustration {
  position: absolute; left: 50%; bottom: 0; z-index: 2;
  transform: translateX(-50%);
  max-width: clamp(220px, 28vw, 420px);
  height: auto;
}
@media (max-width: 992px)   { .lp-hero-header .hero-illustration { bottom: -2%; } }
@media (max-width: 575.98px){ .lp-hero-header .hero-illustration { bottom: -5%; } }

/* ===== TYPO ===== */
.hero-title {
  font-size: clamp(2rem, 6vw, 4rem); /* sanfte Skalierung statt Breakpoints */
  font-weight: 700; line-height: 1.1;
  color: var(--secondary-color);
  text-align: center; text-transform: uppercase;
}
.hero-title__line { display: inline-block; padding: 0.2em 0.5em; }
.hero-title__line--highlight { color: var(--text-light); margin-bottom: 8px; }
.hero-title__line--accent   { background-color: var(--primary-color); color: #fff; }







h4.step-title {
  font-weight: 600;
}

  ul.list-unstyled {
    text-align: left;
}

ul.list-unstyled li::marker {
  color: var(--primary-color);   
}

.footer-logo {
  width: 100%;
  max-width: 500px;
  height: auto;
}

@media (max-width: 791px) {
  .footer-logo {
    max-width: 300px;
  }
}

[id] {
  scroll-margin-top: 120px;
}

.footer-bottom {
  background-color: transparent;
}

.footer-bottom p {
  font-size: 13px;
  color: #6c757d; 
}

.footer-bottom .footer-link {
  color: inherit;           
  text-decoration: none;
}

.footer-bottom .footer-link:hover {
  text-decoration: underline;
}

.footer-flex {
  flex-wrap: nowrap;       
  gap: 1rem;               
}

.footer-flex p {
  white-space: nowrap;     
}

button.job-filter.btn-outline-secondary:focus,
button.job-filter.btn-outline-secondary:focus-visible,
button.job-filter.btn-outline-secondary:active,
button.job-filter.btn-outline-secondary:hover {
  outline: none !important;
  box-shadow: none !important;
  border-color: var(--primary-bg) !important;
}

.bewerbung-section {
  background-color: var(--primary-bg);
}

.bewerbung-section {
  color: #ffffff !important;
}

.bewerbung-section .card {
  border: none;             
  border-radius: 0.75rem;    
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.interest-cta {
  background-color: transparent;
}

.interest-cta .lead.text-danger {
  color: var(--primary-bg) !important;
}

/* Desktop-Nav links*/
.jobs-navbar .nav-link {
  color: inherit;
  transition: color 0.3s ease;
}
.jobs-navbar .nav-link:hover {
  color: var(--primary-color);
}

.jobs-navbar {
  position: sticky;
  top: 0;
  z-index: 1100;
  background-color: #fff; 
  box-shadow: 0 2px 4px rgba(0,0,0,0.05); 
}

/* Mobile-Navigation: Links */
.mobile-nav-items .nav-link {
  color: inherit;
  transition: color 0.3s ease;
}
.mobile-nav-items .nav-link:hover {
  color: var(--primary-color);
}

/* Mobile Buttons */
.mobile-nav-items .dark-btn {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.mobile-nav-items .dark-btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

:root {
  --mobile-toggle-size: 3rem;  
  --mobile-icon-size: 2rem;     
}

/* Hamburger-Button */
.mobile-nav-toggle {
  position: relative;                  
  width: var(--mobile-toggle-size);
  height: var(--mobile-toggle-size);
  background-color: var(--primary-bg);
  color: var(--secondary-color);
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;              
}

.mobile-nav-toggle .navbar-toggler-icon {
  display: none !important;
}

.mobile-nav-toggle::before {
  content: "\2630";                   
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--mobile-icon-size);
  line-height: 1;
  display: block;
}

/* Overlay-Container */
.mobile-nav-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 1050; 
}

.mobile-nav-overlay.open {
  transform: translateY(0);
}

/* Close-Button */
.mobile-nav-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: var(--mobile-toggle-size);
  height: var(--mobile-toggle-size);
  background-color: var(--primary-bg);
  color: var(--secondary-color);
  border: none;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1060;
  transition: background 0.3s ease, transform 0.2s ease;
}
.mobile-nav-close:hover {
  background-color: darken(var(--primary-bg), 5%);
  color: var(--primary-color);
  transform: rotate(90deg);
}

.mobile-nav-devider {
  position: absolute;
  top: calc(var(--mobile-toggle-size) + 2.5rem);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border-top: 1px solid #dee2e6;  height: 1px;
  background-color: var(--mobile-divider-color);
  z-index: 1055;
}

.mobile-nav-items {
  position: absolute;
  top:55%; left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}

.mobile-nav-items .nav-link,
.mobile-nav-items .btn {
  font-size: 1.25rem;
}

.mobile-nav-logo {
  text-align: left;
  padding: 30px;    
  margin-top: 30px;
}


.task-list,
.benefit-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.task-list li,
.benefit-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 0.5em;
  align-items: start;
  margin-bottom: 0.5em;
}

.task-list li::before {
  content: "–";
  color: var(--primary-color);
}

.benefit-list li::before {
  content: "✓";
  color: var(--primary-color);
}

.jobs-banner {
  border-top: 3px solid var(--akzent-color);
}

.hero-title__reg {
  font-size: 0.4em;       
  line-height: 1;        
  vertical-align: super;  
  margin-left: 0.1em;    
}

.jobs-cta {
  border-top:    3px solid var(--border-top-color, #12C3F3);
  border-bottom: 3px solid var(--border-bottom-color, #FFAD2D);
}

.light-btn {
  border-radius: 0px !important;
}

