/* UOPFORDRET BOKS */
.job-header_bg_image {
  position: relative;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../img/gallery/13.jpg");
  background-size: cover;
  background-position: center;
}

.job-cta {
  max-width: 45rem;
  display: flex;
  position: absolute;
  top: -40rem;

  right: 2rem;

  grid-template-columns: 1fr;

  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 8px;

  background-image: linear-gradient(to right bottom, #fff, #fff);
  overflow: hidden;
}

.job-cta-text-box {
  padding: 2rem;
  color: #2e1907;
}

.job-cta-heading {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 2rem;
}

.job-cta .heading-secondary {
  color: #2e1907;
  margin-bottom: 1rem;
}

.job-cta-text {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.job-cta-img-box {
  background-image: linear-gradient(
      to right bottom,
      rgba(235, 151, 78, 0.3),
      rgba(230, 125, 34, 0.3)
    ),
    url("../img/gallery/6.jpg");
  background-size: cover;
  background-position: center;
}

.job-cta-form {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}

.job-cta-form textarea {
  resize: none;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
  height: 12rem;
}

.job-cta-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.job-cta-form input,
.job-cta-form textarea {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  border: none;
  background-color: #f5f6fa;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.job-cta-form input::placeholder,
.job-cta-form-single textarea::placeholder {
  color: #aaa;
}

.job-cta *:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgba(253, 242, 233, 0.5);
}

.job-cta-btn {
  width: 100%;
}

.job-divider {
  width: 9.5rem;
  height: 0.7rem;
  color: #000;
  background-color: #e67e22;

  margin-bottom: 4.5rem;
}

.jop-opslag-about {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  background-color: #fff;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border: 0.5px solid #eee;

  overflow: hidden;
  transition: all 0.4s;
}

.jop-opslag {
  display: grid;
  grid-template-columns: 5fr 95fr;
  align-items: center;
  background-color: #fff;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border: 0.5px solid #eee;

  overflow: hidden;
  transition: all 0.4s;
}

.jop-opslag-title {
  font-size: 2.2rem;
  color: #333;
  font-weight: 600;
  margin-left: 2rem;
}

.jop-opslag-subtitle {
  margin-top: 1rem;
  margin-left: 2rem;
  margin-bottom: 1rem;
  font-size: 2.4rem;
}

.job-icon {
  font-size: 5rem !important;
  align-self: flex-start;
}

.job-link:link,
.job-link:visited {
  display: inline-block;
  color: #e67e22;
  text-decoration: none;

  padding-bottom: 2px;
  transition: all 0.3s;
}

.job-link:hover,
.job-link:active {
  color: #cf711d;
}
