html, body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  font-family: Arial, sans-serif;
/*  padding-top: env(safe-area-inset-top);*/
  box-sizing: border-box;
}

/* Keine Abstände */
.tmpl_main {
  padding: 0 !important;
  padding-top: 0 !important;
  position: relative;
}

/* Headerbereich */
.tmpl_wide-image {
  position: relative;
  width: 100vw;
  min-height: 320px;
 /* padding-top: env(safe-area-inset-top); */
  overflow: visible;
  margin-bottom: 0 !important;
  background: linear-gradient(180deg, #eeeeee, #f8f8f8);
}

.tmpl_wide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9);
}

.tmpl_wide-image-link {
  position: relative;
/*  padding-top: calc(20px + env(safe-area-inset-top));*/
  padding-right: 10%;
  text-align: right;
  color: white;
}

/* Breadcrumb-Navigation */
.tmpl_brotkrumen-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0 !important;
  padding-bottom: 12px;
  position: relative;
  margin-top: 0 !important;
  background-color: #fff;
  min-height: 40px;
}

  .section {
    margin-bottom: 20px;
  }

  .section h2 {
    font-size: 24px !important;
    font-weight: bold !important;
    margin-bottom: 15px;
  }

  .list {
    list-style-type: none;
    padding: 0;
  }

  .list li {
    display: flex; /* WICHTIG: sorgt für korrekte Anordnung */
    align-items: center; /* Icons und Text exakt auf gleicher Höhe */
    gap: 6px; /* Fester Abstand zwischen Icon und Text */
    font-size: 18px !important;
    line-height: 1.1;
    margin-bottom: 5px;
  }


  .icon {
    font-size: 22px; /* Größere Icons für bessere Optik */
  }


  /* === Grundlayout === */
  html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
/*    padding-top: calc(1px + env(safe-area-inset-top)); */
    box-sizing: border-box;
  }

  /* === Headerbild === */
  .tmpl_wide-image {
    position: relative;
    width: 100vw;
    min-height: 280px;
    background: linear-gradient(180deg, #eeeeee, #f8f8f8);
    padding-top: 0;
    overflow: visible;
  }

  .tmpl_wide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
  }

  .tmpl_wide-image-link {
    position: absolute;
/*  top: calc(20px + env(safe-area-inset-top));*/
    right: 10%;
    transform: translateY(0);
    text-align: right;
    color: white;
  }

  .tmpl_wide-image-link h1 {
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: 600;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  }

  /* iPhones: Header ausblenden */
  @media screen and (max-width: 768px) {
    .tmpl_wide-image,
    .tmpl_wide-image-link {
      display: none !important;
    }
  }

  /* === Breadcrumb-Navigation === */
  .tmpl_brotkrumen-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 12px;
    background-color: #fff;
    min-height: 40px;
  }

  /* === Containerstruktur === */
  .containerAll {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
  }

  /* Desktop: Flex-Layout mit Sidebar rechts */
  @media screen and (min-width: 1025px) {
    .containerAll {
      display: flex;
      flex-direction: row;
      gap: 40px;
      align-items: flex-start;
    }

    .job-container {
      flex: 3;
    }

    .tmpl_sidebar {
      flex: none;
      max-width: 420px;
      width: 100%;
      margin-top: 100;
    }
  }

  /* Mobile & Tablet: untereinander */
  @media screen and (max-width: 1024px) {
    .containerAll {
      display: block;
    }

    .tmpl_sidebar {
      margin-top: 40px;
    }
  }

  /* === Jobbeschreibung / Aufgaben / Profil / Benefits === */
  .job-container h2 {
    font-size: 1.6rem;
    margin-top: 30px;
  }

  .job-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .job-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    align-items: flex-start;
  }

  .bullet {
    color: #76bc29;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 3px;
  }

  .text {
    margin: 0;
    line-height: 1.3;
  }

  /* === Formularbereich === */
  .container-form {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }

  .form-label {
    display: block;
    font-weight: 600;
    color: #333;
    margin: 5px 0 1px 0;
  }
#cv {
  margin-bottom: 5px; 
}

  .form-input,
  textarea {
    width: 94%;
    padding: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 2px solid #76bc29;
    border-radius: 5px;
    background: #fff;
    font-size: 1rem;
    transition: 0.3s ease;
  }
textarea {
  margin-bottom: 3px !important;
}

.upload-wrapper {
  margin-top: 3px !important;
}

  .form-input:focus {
    border-color: #5fa824;
    outline: none;
  }

  .submit-btn {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #76bc29;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 15px;
  }

  .submit-btn:hover {
    background-color: #5fa824;
  }

  /* === Datei-Uploadfeld === */
  #cv {
    width: 100%;
    max-width: 720px;
    height: 65px;
    box-sizing: border-box;
    border: 2px solid #76bc29;
    border-radius: 5px;
    background: #fff;
    font-size: 1rem;
    padding: 10px;
  }

  .tmpl_sidebar {
    margin-top: 80px !important;
  }

  @media screen and (max-width: 1024px) {
    .tmpl_brotkrumen-nav {
      width: 100vw;
      margin: 0 !important;
      padding-left: 0;
      padding-right: 0;
      box-sizing: border-box;
      border-top: 1px solid #ccc;
    }
  }

  .form-label p {
    margin-bottom: 4px !important;
    margin-top: 0 !important;
  }

  @media print {
    body * {
      visibility: hidden;
    }
.responsive-table,
    .job-container,
    .job-container *,
    .footer-kontakt,
    .footer-kontakt * {
      visibility: visible;
    }

    .job-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 40px;
      box-sizing: border-box;
    }

    .footer-kontakt {
      margin-top: 40px;
      font-size: 14pt;
      padding: 20px 40px;
      box-sizing: border-box;
    }

    @page {
      margin: 30mm 20mm;
    }
  }

.container-form textarea {
  margin-bottom: 2px !important;
}
.upload-wrapper {
  margin-top: 2px !important;


}
.job-list li,
.job-list li .text {
  line-height: 1.4 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;

html, body, .tmpl_main, .containerAll, .tmpl_brotkrumen-nav {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;

@media screen and (max-width: 767px) {
  .sectionAll, .tmpl_main, .containerAll, .container {
    margin-top: 25px !important;
  }
}








@media screen and (max-width: 767px) {
  .sectionAll, .tmpl_main, .containerAll, .container {
    margin-top: 25px !important;
  }
}


@media screen and (max-width: 1024px) {
  .tmpl_wide-image-link h1 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    padding-right: 0 !important;
    word-break: break-word !important;
  }
  .tmpl_wide-image-link {
    right: 5% !important;
    text-align: center !important;
    width: 90vw !important;
    left: 5vw !important;
  }
}

@media screen and (max-width: 768px) {
  .tmpl_wide-image {
    height: 30vh !important;
  }
  .tmpl_wide-image-link h1 {
    font-size: 1.3rem !important;
    line-height: 1.1 !important;
    word-break: break-word !important;
  }
  .tmpl_wide-image-link {
    position: absolute !important;
    top: 60% !important;
    left: 5vw !important;
    right: 5vw !important;
    width: 90vw !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 480px) {
  .tmpl_wide-image {
    height: 22vh !important;
  }
  .tmpl_wide-image-link h1 {
    font-size: 1rem !important;
    line-height: 1.05 !important;
    word-break: break-word !important;
  }
  .tmpl_wide-image-link {
    top: 65% !important;
    left: 2vw !important;
    right: 2vw !important;
    width: 96vw !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  button[onclick="PrintNew()"] {
    display: none !important;
  }
}



@media screen and (max-width: 767px) {
  .print-btn {
    display: none !important;
  }
}
