.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.vacancies .col-lg-8,
.vacancies .col-lg-3,
.vacancies .col-md-8,
.vacancies .col-md-4,
.vacancies .col-sm-7,
.vacancies .col-sm-5 {
  padding-left: 0;
  padding-right: 0;
}

.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (max-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
   width: 100%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
   width: 100%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
   width: 100%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
   
}


@media (min-width: 992.01px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

div,
p,
span,
label,
option,
.microsite-div h3,
.vacancy h2,
#jobs_list h2,
a {
  font-family: TestSohne, sans-serif !important;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.filter-by-h3,
.box-filter .box-filter-header {
  font-family: TestSohne, sans-serif !important;
}

#jobs_list.list .jobCard .card-body {
  min-height: auto;
}

#jobs_list.grid {
  display: grid;
  row-gap: 2rem;
  column-gap: 1rem;
}

@media (width <=768px) {
  #jobs_list .jobCard .card-body {
    min-height: auto;
  }

  #jobs_list .jobCard {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768.01px) and (max-width: 992px) {
  #jobs_list.grid {
    grid-template-columns: repeat(1, 1fr);
  }

  #jobs_list .jobCard {
    padding-left: 0;
    padding-right: 0;
  }

  #jobs_list .jobCard .card-body {
    min-height: auto;
  }
}

@media (min-width: 992.01px) and (max-width: 1200px) {
  #jobs_list.grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.jobCard {
  width: 100% !important;
}

@media (min-width: 1200.01px) {
  #jobs_list.grid {
    grid-template-columns: repeat(3, 1fr);
  }

  body .col-lg-9 {
    width: 70.66667%;
  }
}

.flex-column {
  flex-direction: column !important;
}

.h-100 {
  height: 100% !important;
}

.gap-5 {
  gap: 3rem !important;
}

@media (min-width: 768.01px) and (max-width: 1200px) {
  body .col-lg-9 {
    width: 66.66667%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Anton, sans-serif !important;
  font-weight: 500;
}

.generic #main-content-section h2 {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 22px;
}

table.tbl {
  width: 100%;
}

table.tbl th:not(:last-child) {
  border-right: 1px solid #747474;
}

table.tbl th {
  background-color: #0d3352;
  color: #fff;
}

body #main {
  margin-bottom: 0px;
  margin-top: 0px;
}

.job_description h1,
.main-content h1 {
  margin-top: 0;
}

#hs_popup label {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  margin-top: 0 !important;
  padding-top: 4px !important;
}

label {
  font-size: 16px;
  color: #000;
  font-weight: 100;
  margin-top: 12px;
}

.generic #main-content-section label {
  font-weight: 700;
}

.generic #main-content-section .label {
  padding: 0;
  margin-bottom: 0.75rem;
}

.filter-by-h3 {
  margin-bottom: 18px;
  margin-top: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #000;
}

.jobCard > a {
  display: block;
}

.jobCard > a:hover .card-body {
  box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
}

.job_description {
  padding-right: 45px;
}

@media (max-width: 768px) {
  .vacancy .job_description {
    padding-right: 0px;
  }
}

.jobCard .card-body {
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  padding: 24px;
  color: #000 !important;
  font-size: 14px;
  transition: all 0.2s;
  line-height: 1.6;
  min-height: 500px;

  border-radius: 32px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.jobCard .card-body h2 {
  color: #000;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 4px;
  margin-bottom: 20px;
  font-weight: 700;
}

.jobCard .card-body a:hover {
  text-decoration: none;
  color: unset;
}

.jobCard .card-body ul {
  padding: 0;
  list-style: none;
  color: #000 !important;
  font-size: 16px;
}

.job_description h1,
.generic .main-content h1 {
  display: none;
}

.jobCard .card-body ul li.jobclass {
  margin-bottom: 12px;
  display: block;
}

.job_description h2 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 24px;
}

.jobCard .card-body ul li.jobclass .jobclass_type {
  font-weight: 700;
  display: block;
}

.menu-div {
  border-radius: 32px;
  padding: 24px;
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.menu-div ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
}

.menu-div ul li h2 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin: 12px 0 20px;
  line-height: 1.5;
}

.menu-div ul li h2 a {
  font-size: 18px;
  color: #000;
  display: block;
  padding-bottom: 2px;
  background: none;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.menu-div ul li h2 a:hover {
  text-decoration: none;
  border-color: #00b5ff;
  width: fit-content;
}

.microsite-div {
  background: #0d3352;
  color: #fff;
  padding: 30px;
  line-height: 1.5;
  font-size: 14px;
  margin-top: 40px;
  border-radius: 20px;
}

a.button::before {
  background: none;
  margin: 0;
  padding: 0;
}

.microsite-div h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.wget-filter-checkbox {
  margin-bottom: 2px;
}

.box-filter {
  height: 3.3em;
  overflow: hidden;
  border-top: 0.5px solid #e3e3e3;
}

.box-filter .box-filter-header {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  padding: 16px 8px;
  position: relative;
  cursor: pointer;
  margin: 0;
  color: #000;
  transition: all 0.3s;
}

.box-filter .box-filter-header:after {
  content: "+";
  position: absolute;
  right: 1rem;
}

.box-filter.is_open {
  height: 100%;
}

.box-filter.is_open .box-filter-header:after {
  content: "-";
}

.box-filter .box-filter-content .item {
  padding-left: 5px;
}

.box-filter .box-filter-content .item .custom-input-checkbox {
  display: block;
  padding: 10px 20px 10px 0;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
}

.box-filter .box-filter-content .item .custom-input-checkbox input {
  margin-right: 20px;
  height: 16px;
  width: 16px;
  margin-top: 0;
  vertical-align: middle;
  accent-color: #00b5ff;
}

.box-filter a {
  font-size: 18px;
  color: #677892;
}

.box-filter a:hover {
  text-decoration: underline;
}

.advancedss .param_p_search {
  display: none;
}

.advancedss .links {
  display: none !important;
}

.buttons-all-proc {
  text-align: right;
}

.buttons-all-proc a {
  color: #007dbb;
  background: #f6f9fd;
  font-size: 12px;
  padding: 2px 4px 2px 7px;
  transition: all 0.2s;
  text-decoration: none;
  cursor: pointer;
}

.buttons-all-proc a:hover {
  background: #4db3e6;
  color: #f9f9f9;
}

.sidebar-classifications h2 {
  background-color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  margin: 0 0 1.5rem;
  color: #000;
  padding-bottom: 0.75rem;
}

.sidebar-classifications .job_classifications .classification {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 20px;
}

.sidebar-classifications .job_classifications .classification .class_type {
  display: inline-block;
  font-weight: 700;
}

.sidebar-classifications .job_classifications .classification .class_type,
.side-content-list .content-list--header .content-list--head {
  margin-bottom: 8px;
}

.side-content-list .content-list--header,
.sidebar-classifications .job_classifications .classification {
  margin-bottom: 32px;
}

.sidebar-classifications .job_classifications .classification:last-child {
  margin-bottom: 0;
}

.side-container a {
  text-decoration: none;
}

.sidebar-content-head {
  margin-bottom: 20px;
}

.sidebar-content-head h2 {
  background-color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 0.75rem;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  color: #000;
  margin-bottom: 1.5rem;
}

.links.bottomlinks {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
}

.sidebar-content-head.first-side-head {
  margin-top: 0;
}

.sidebar-content-head.first-side-head h2 {
  border-bottom: 0;
}

.side-content-list .content-list--header {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 20px;
}

.side-content-list .content-list--header .content-list--head {
  display: inline-block;
  font-weight: 700;
  color: #000;
}

.side-content-list .content-list--header .content-list--foot a {
  color: #000;
}

.side-content-list .content-list--header .content-list--foot a:hover {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid #00b5ff;
}

.side-content-list .content-list--header:last-child {
  margin-bottom: 0;
}

.side-content-list .twitter-share svg {
  width: 25px;
  height: 25px;
  vertical-align: text-bottom;
}

.side-content-list .facebook-share,
.side-content-list .copy-share,
.side-content-list .twitter-share,
.side-content-list .linkedin-share {
  color: #0d3352;
  font-size: 22.5px;
  border-radius: 50%;
  border: 1px solid #0d3352;
}

.side-content-list .facebook-share {
  padding: 9px 12px;
}

.side-content-list .copy-share i {
  font-size: 18px;
}

.side-content-list .copy-share {
  padding: 8px 14px;
}

.social-content .side-content-list {
  display: flex;
  gap: 0.5rem;
}

.side-content-list .twitter-share {
  padding: 7px 10.5px;
}

.side-content-list .linkedin-share {
  padding: 9px 13.25px;
}

.side-content-list .facebook-share:hover,
.side-content-list .copy-share:hover,
.side-content-list .twitter-share:hover,
.side-content-list .linkedin-share:hover {
  background-color: #0d3352;
}

.side-content-list .facebook-share:hover i,
.side-content-list .copy-share:hover i,
.side-content-list .linkedin-share:hover i {
  color: #fff;
}

.side-content-list .twitter-share:hover svg path {
  fill: #fff !important;
}

.sub-view-nav ul {
  margin-top: 0;
}

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

.docs a {
  color: #000;
  font-weight: 600;
  display: inline-block;
  width: 85%;
  border-bottom: 2px solid transparent;
}

.docs a:hover {
  color: #000;
  padding-bottom: 2px;
  border-color: #00b5ff;
  text-decoration: none;
}

.docs li {
  position: relative;
}

a {
  color: #00b5ff;
}

.docs li a::after {
  content: "\e905";
  color: #000;
  background-color: #00b5ff;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-family: icomoon;
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
  display: flex;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 20%;
  transform: rotate(90deg);
}

.docs {
  background-color: #f7f7f7;
  padding: 12px 16px;
  border-radius: 10px;
  margin-top: 0.75rem;
}

.jobs_list.list {
  width: 100%;
}

.jobs_list.microsite {
  width: 100%;
}

.jobs_list .alert-info {
  margin-bottom: 30px;
}

.jobs-nav {
  text-align: center;
  margin-top: 2.5rem;
}

.jobs-nav .jp-first,
.jobs-nav .jp-last {
  display: none;
}

.jobs-nav .jp-previous {
  margin-right: 30px;
  float: left;
}

.jobs-nav .jp-next {
  margin-left: 30px;
  float: right;
}

.jobs-nav a {
  padding: 14px 16px;
  background: #00b5ff;
  color: #000;
  display: inline-block;
  transition: all 0.1s;

  font-weight: normal;
  border: 0;
  line-height: 1.5;
  font-size: 15px;
  cursor: pointer;
}

.jobs-nav a:hover {
  transform: scale(0.98);
  text-decoration: none;
}

.jobs-nav a.jp-disabled {
  display: none;
}

.bottomlinks {
  margin-top: 30px;
}

.toplinks .hs_applybutton {
  display: block;
  float: right;
  width: 100% !important;
}

.side-container {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px 24px;
  margin-bottom: 1.5rem;
}

.hs_applybutton .hs_apply_button {
  padding: 14px 16px !important;
  background: #00b5ff;
  color: #000 !important;
  display: block !important;
  transition: all 0.1s;
  font-weight: normal;
  border: 0;

  border-radius: 10px !important;
  line-height: 1.5;
}

.toplinks .hs_applybutton .hs_apply_button {
  position: relative;
}

.toplinks .hs_applybutton .hs_apply_button::before {
  background: url(/incl-rebrand/css/img/icon-arrow-right-white-thick.svg)
    center/contain no-repeat;
  display: inline-block;
  position: absolute;
  content: "";
  left: 72%;
  height: 23px;
  width: 18px;
  filter: invert(1);
}

.hs_applybutton .hs_apply_button span {
  font-size: 16px;
  margin-right: 15px;
}

.hs_applybutton .hs_apply_button:hover {
  transform: scale(0.98);
  background-color: #00b5ff !important;
}

.send_a_friend {
  display: inline-block;
}

.send_a_friend a {
  padding: 14px 16px !important;
  background: #00b5ff;
  color: #000;
  display: inline-block;
  transition: all 0.1s;
  font-weight: normal;
  border: 0;
  line-height: 1.5;
  font-size: 16px;
  border-radius: 10px;
}

.send_a_friend a:hover {
  transform: scale(0.98);
  background-color: #00b5ff !important;
}

.links {
  margin-top: 30px;
}

.links .button.cancel,
.links .button.new,
.links .button.submit {
  padding: 14px 16px;
  background: #00b5ff;
  color: #000;
  display: inline-block;
  transition: all 0.1s;
  font-weight: normal;
  border: 0;
  line-height: 1.5;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 6px;
}

.links .button.cancel:hover,
.links .button.new:hover,
.links .button.submit:hover {
  transform: scale(0.98);
}

.account_deactivate {
  margin-top: 40px;
}

.account_deactivate .links {
  margin-top: 15px;
}

table.tbl th,
table.tbl td {
  padding: 10px;
}

#hs_popup .hs_popup_header {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 100;
  padding: 12px 10px;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  margin: 0;
  color: #000;
  margin-bottom: -2px;
}

#hs_popup ul.sections li.section_active a,
#hs_popup ul.sections li.section_active span {
  border: 1px solid #0d3352;
  color: #0d3352;
}

.hs_platform_area .form-group,
#hs_popup .form-group,
#hs_popup .form_details,
#hs_popup .comment {
  margin-bottom: 10px !important;
}

.hs_platform_form .customfile-upload,
.form.applyform .customfile-upload,
.hs_platform_area .form-group .customfile-upload,
.hs_popup .form-group .customfile-upload,
.hs_popup .form_details .customfile-upload {
  padding: 6px 0px !important;
}

#hs_popup .submit {
  padding: 10px 16px !important;
  background: #00b5ff !important;
  font-family: TestSohne, sans-serif !important;
  color: #000 !important;
  display: inline-block !important;
  font-weight: normal !important;
  border: 0 !important;
  line-height: 1.5 !important;
  font-size: 14px !important;
  border-radius: 10px !important;
}

#hs_popup .submit:hover,
#hs_popup .formbuttons a.btn_double:hover {
  transform: scale(0.98);
}

#hs_popup .hs_popup_header + h1 {
  font-family: TestSohne, sans-serif !important;
  margin-top: 1.25rem;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

#hs_popup .hs_popup_header + h1,
#hs_popup .hs_multirecord_table + p {
  padding-left: 2%;
  padding-right: 2%;
}

#hs_popup .formbuttons a.btn_double {
  padding: 10px 16px !important;
  background: #00b5ff !important;
  color: #000 !important;
  display: inline-block !important;
  font-family: TestSohne, sans-serif !important;
  font-weight: normal !important;
  border: 0 !important;
  line-height: 1.5 !important;
  font-size: 14px !important;
  border-radius: 10px !important;
  min-height: auto !important;
  margin-right: 38% !important;
}

.sub-view-nav {
  background-color: rgba(255, 255, 255, 1);
  margin-bottom: 40px;
  padding: 12px 16px;
  border-radius: 200px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

html body {
  color: #000;
  background: linear-gradient(#fff 0%, #fff 100%);
}

.displayModes {
  display: inline-block;
}

.displayModes .displayModesList {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}

.displayModes .displayModesList li {
  display: inline-block;
  position: relative;
  margin-left: 0rem;
  margin-right: 4px;
  margin-bottom: 0px;
  vertical-align: middle;
}

.displayModes .displayModesList li.gridDisplay a::before {
  content: "";
  background-image: url("/incl-rebrand/images/customer/sprite.svg");
  height: 18px;
  width: 18px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.displayModes .displayModesList li.listDisplay {
  margin-left: 0.5rem;
}

.displayModes .displayModesList li.listDisplay a::before {
  content: "";
  background-image: url("/incl-rebrand/images/customer/sprite.svg");

  background-position-x: 18px;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.displayModes .displayModesList li a {
  display: block;
  height: 34px;
  width: 34px;
  border-radius: 50%;
}

.displayModes .displayModesList li.active a,
.displayModes .displayModesList li:not(.active) a:hover {
  background-color: #00b5ff;
}

.displayModes .displayModesList li a:focus,
.displayModes .displayModesList li a:active {
  outline: none !important;
}

.results-per-page {
  text-align: right;
}

.results-per-page .results-per-page__label {
  display: inline-block;
  margin-right: 0px;
  vertical-align: middle;
  font-weight: 700;
}

.results-per-page .results-per-page__list {
  list-style: none;
  display: inline-block;
  width: 135px;
  padding: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.results-per-page .results-per-page__list li {
  display: inline-block;
  margin-bottom: 0;
}

.results-per-page .results-per-page__list li a {
  padding: 0 10px;
  color: #000;
}

.results-per-page .results-per-page__list li a:hover span {
  border-bottom: 2px solid #00b5ff;
  padding-bottom: 3px;
}

.results-per-page .results-per-page__list li a:hover,
.send_a_friend a,
a.password_reminder {
  text-decoration: none;
}

.results-per-page .results-per-page__list li:last-child {
  border-right: none;
}

.links.toplinks {
  margin-top: 0;
  text-align: center;
}

.links.toplinks .printjob,
.links.toplinks .send_a_friend {
  display: none;
}

.links.toplinks .hs_applybutton {
  float: none;
}

@media screen and (max-width: 993px) {
  .displayModes {
    display: none;
  }
  .results-per-page {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .bottomlinks {
    margin-bottom: 30px;
  }
  .jobs-nav {
    text-align: center;
    margin-bottom: 54px;
  }
  .jobs-nav .jp-previous {
    float: left;
  }
  .jobs-nav .jp-next {
    float: right;
  }
}

.advancedcheckbox fieldset .column1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.generic #main-content-section .advancedcheckbox label {
  font-weight: 300;
  padding-left: 0px;
}

.jobCard a,
.jobCard a:hover,
.jobCard a:active,
.jobCard a:focus,
.results-per-page .results-per-page__list li a {
  text-decoration: none;
}

/*body {
  outline: 2px solid red;
}
* {
  outline: 1px dashed blue;
}*/

section#main-content-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

a.password_reminder {
  color: #000;
  padding-bottom: 2px;
  font-weight: 600;
  font-size: 15px;
}

.note.password_reminder {
  width: fit-content;
}

a.password_reminder:hover {
  text-decoration: none;
  border-bottom: 2px solid #00b5ff;
}

.generic #main-content-section input[type="text"],
.generic #main-content-section input[type="email"],
.generic #main-content-section input[type="password"],
.generic #main-content-section input[type="number"],
.generic #main-content-section select,
.generic #main-content-section textarea {
  padding: 0.6rem;
}

@media (width<768px) {
  .generic #main-content-section input[type="text"],
  .generic #main-content-section input[type="email"],
  .generic #main-content-section input[type="password"],
  .generic #main-content-section input[type="number"],
  .generic #main-content-section select,
  .generic #main-content-section textarea {
    width: 100%;
  }
}

@media (width>768px) {
  .generic #main-content-section input[type="text"],
  .generic #main-content-section input[type="email"],
  .generic #main-content-section input[type="password"],
  .generic #main-content-section input[type="number"],
  .generic #main-content-section select,
  .generic #main-content-section textarea {
    width: 65%;
  }
}

.generic #main-content-section .detail {
  margin-bottom: 1rem;
}

.generic .logindetails.password .detail {
  margin-bottom: 10px;
}

#hs_popup .hs_popup_header {
  padding: 4px 12px 8px !important;
}

#hs_popup .hs_popup_header a.close_mobile_btn {
  top: 16px !important;
}

#hs_popup .hs_popup_header h2 {
  font-size: 18px !important;
}

.x_location {
  background-image: url("/incl-rebrand/images/customer/location.svg");
}

.x_function,
.menu-div ul li:nth-child(1) {
  background-image: url("/incl-rebrand/images/customer/vacancy-function.svg");
}

.x_group {
  background-image: url("/incl-rebrand/images/customer/group.svg");
}

.x_duration {
  background-image: url("/incl-rebrand/images/customer/duration.svg");
}

.x_salary {
  background-image: url("/incl-rebrand/images/customer/salary.svg");
}

.refno {
  background-image: url("/incl-rebrand/images/customer/refno.svg");
}

.attachments .class_type {
  background-image: url("/incl-rebrand/images/customer/attachment.svg");
}

.date_off {
  background-image: url("/incl-rebrand/images/customer/date.svg");
}

.side-content-list .content-list--header:first-child {
  background-image: url("/incl-rebrand/images/customer/email.svg");
}

.side-content-list .content-list--header:nth-child(2) {
  background-image: url("/incl-rebrand/images/customer/phone.svg");
}

.menu-div ul li:nth-child(2) {
  background-image: url("/incl-rebrand/images/customer/login.svg");
}

.menu-div ul li:nth-child(3) {
  background-image: url("/incl-rebrand/images/customer/register.svg");
}

.menu-div ul li:nth-child(4) {
  background-image: url("/incl-rebrand/images/customer/privacy.svg");
}

.menu-div ul li,
.side-content-list .content-list--header,
.sidebar-classifications .job_classifications .classification:not(.attachments),
.sidebar-classifications .job_classifications .attachments .class_type {
  padding-left: 36px;
  background-repeat: no-repeat;
  background-size: 22px;
}

.menu-div ul li {
  background-position-y: 3px;
}

.sidebar-classifications
  .job_classifications
  .classification:not(.attachments) {
  background-position-y: 2px;
}

.sidebar-classifications .job_classifications .attachments .class_type {
  background-position-y: 0px;
  background-size: auto;
}

@font-face {
  font-family: TestSohne;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/incl-rebrand/css/fonts/new-fonts/TestSohne-Leicht-BF663d89cd4952e.401ab9b4.otf)
    format("opentype");
}

@font-face {
  font-family: TestSohne;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/incl-rebrand/css/fonts/new-fonts/TestSohne-Buch-BF663d89cd32e6a.1734d08e.otf)
    format("opentype");
}

@font-face {
  font-family: TestSohne;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/incl-rebrand/css/fonts/new-fonts/TestSohne-Kraftig-BF663d89cd37e26.9fb18e54.otf)
    format("opentype");
}

@font-face {
  font-family: Anton;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/incl-rebrand/css/fonts/new-fonts/Anton-Regular.7d773692.ttf)
    format("truetype");
}
