.job-buttons {
  margin-bottom: 3rem;
}

.job-contactimage {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.job-apply, .job-download {
  margin-bottom: 0.6rem;
}

.job-apply a svg, .job-download a svg {
  margin-right: 0.7rem;
}

.job-apply a {
  background-color: #EE7203;
  border: 2px solid #fff;
  color: white;
  display: block;
  padding: 0.8rem;
  font-size: 1.125rem;
}
.job-apply a:hover {
  background-color: #fff;
  border: 2px solid #EE7203;
}
.job-apply a:hover svg path {
  fill: #EE7203;
}

.job-download a, .job-download a[href$=".pdf"] {
  background-color: #E9EAF0;
  border: 2px solid #fff;
  color: #000;
  display: block;
  padding: 0.8rem;
  font-size: 1.125rem;
}

.job-download a:before {
  display: none;
}

.job-contactoptions h3 {
  margin-bottom: 1rem;
}
.job-contactoptions img {
  margin-bottom: 1rem;
}

.job-contactdetails {
  list-style-type: none;
  padding: 0;
}
.job-contactdetails li {
  padding: 0;
}
.job-contactdetails svg {
  margin-right: 3px;
}

.frame-list-type-jobs_listjoboffers a, .frame-list-type-jobs_jobofferadminlist a {
  text-decoration: none;
}
.frame-list-type-jobs_listjoboffers h3, .frame-list-type-jobs_jobofferadminlist h3 {
  margin-bottom: 0;
  text-decoration: none;
}
.frame-list-type-jobs_listjoboffers h4, .frame-list-type-jobs_jobofferadminlist h4 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
}
.frame-list-type-jobs_listjoboffers h4 p, .frame-list-type-jobs_jobofferadminlist h4 p {
  margin-bottom: 0;
}

.tx_jobs-listentry {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 1rem;
  padding: 1.1rem;
  display: flex;
  flex-wrap: wrap;
}
.tx_jobs-listentry:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.tx_jobs-listentry .job_actions {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.tx_jobs-listentry .job_header {
  flex: 1 1 50%;
  box-sizing: border-box;
  order: 1;
}
.tx_jobs-listentry .job_info {
  box-sizing: border-box;
  flex: 1 1 50%;
}

.frame-list-type-jobs_listjoboffers .detailpage {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.frame-list-type-jobs_listjoboffers .detailpage div {
  display: flex;
  justify-content: flex-end;
}
.frame-list-type-jobs_listjoboffers .detailpage h3 {
  flex: 1 1 50%;
  box-sizing: border-box;
  order: -1;
}
.frame-list-type-jobs_listjoboffers .detailpage h4 {
  box-sizing: border-box;
  flex: 1 1 50%;
}

[lang=fr] .frame-list-type-jobs_listjoboffers .lang-182, [lang=fr] .frame-list-type-jobs_listjoboffers .lang-184 {
  display: none !important;
}

[lang=de] .frame-list-type-jobs_listjoboffers .lang-183, [lang=de] .frame-list-type-jobs_listjoboffers .lang-184 {
  display: none !important;
}

[lang=it] .frame-list-type-jobs_listjoboffers .lang-182, [lang=it] .frame-list-type-jobs_listjoboffers .lang-183 {
  display: none !important;
}

.tx-jobs ul.typo3-messages {
  list-style-type: none;
  padding-left: 0;
}
.tx-jobs ul.typo3-messages .alert p.alert-message {
  margin: 0;
}

/* Filter */
.joboffer-search-container {
  margin-bottom: 4rem;
}

.joboffer-search {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.joboffer-search .searchField {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  width: 100%;
  padding: 12px 50px 12px 20px;
}

.joboffer-search .searchButton {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 9px;
  margin: 0;
  background-image: url("/_assets/00e22ab14e4501399e61e6c755c4aa31/Icons/search.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}

.searchterm-input-container {
  position: relative;
}

.ad204 .job-buttons, .ad203 .job-buttons, .ad204 li.e-mail a, .ad203 li.e-mail a {
  display: none !important;
}

.joboffer-search .input-group > .form-group {
  width: 100%;
  margin-bottom: 0;
}

.joboffer-search .input-group > .form-group > label {
  margin: 0.875rem auto 0.25rem auto;
}

.joboffer-search .input-group.w-50 {
  padding-right: 10%;
}

.joboffer-search .input-group.w-50:last-child {
  padding-right: 0;
}

@media screen and (max-width: 480px) {
  .joboffer-search .input-group.w-50 {
    padding-right: 0;
    width: 100% !important;
  }
}
.upload-field-info-container {
  margin-bottom: 0.75rem;
}

.is--hidden {
  display: none !important;
}

.upload-field-info-container .btn-secondary {
  background-color: transparent;
  border-radius: 0;
  margin-left: 1rem;
}

/*# sourceMappingURL=jobs.css.map */
