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


.wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.logo,
.main {
  padding: 20px;
}
.beige {
  background: #fff4eb;
}
body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: var(--bs-body-line-height);
  color: #333;
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.box-hiring {
  color: #8b8d8f;
  padding: 20px;
}
.h2-hiring {
  color: #282828;
  font-size: 25px;
  font-weight: 300;
}
.hr-main {
  color: #333;
  background-color: currentColor;
  border: 0;
  opacity: 100;
  width: 30%;
  margin: 0 0 20px;
}
.orange {
  background: #f29400;
  color: #fff;
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2rem;
  }
  .h2,
  h2 {
    font-size: 25px;
    font-weight: 300;
  }
}
.box-inner {
  padding: 25px;
  background: #eaeff4;
}
.flex {
  display: inline-grid;
}
.space-bottom {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .space-mobil {
    margin-bottom: 20px;
  }
}
footer {
  background: #484848;
  color: #fff;
  padding: 20px;
  text-align: center;
}
a {
  color: #f29400;
  text-decoration: none;
  font-weight: 600;
}
a:hover {
  color: #f29400;
}
