/*
 Theme Name:   Hello Elementor Child
 Theme URI:    
 Description:  Hello Elementor Child Theme
 Author:       zeit:raum
 Author URI:   https://zeitraum.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v3 or later.
 License URI:  https://www.gnu.org/licenses/gpl-3.0.html
 Tags:         
 Text Domain:  hello-elementor
 */
.jobs-widget .jobs__drawer {
  display: flex;
  flex-wrap: wrap;
}

.jobs-widget .jobs__drawer a {
  width: 100%;
  margin: 0 0 30px 0;
  text-decoration: none;
  border: 1px solid #192028;
  transition: background-color 500ms ease;
}

.jobs-widget .jobs__drawer a .job {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jobs-widget .jobs__drawer a .job .job__head, .jobs-widget .jobs__drawer a .job .job__body {
  color: #192028;
}

.jobs-widget .jobs__drawer a .job .job__head {
  width: calc(33.333% - 15px);
  background-color: #192028;
  padding: 20px;
}

.jobs-widget .jobs__drawer a .job .job__head .job-head__text .job-head__title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 900;
  color: #FFD500;
  transition: color 500ms ease, transform 500ms ease;
}

.jobs-widget .jobs__drawer a .job .job__body {
  display: flex;
  justify-content: space-between;
  width: calc(66.666% - 15px);
  padding: 20px;
  text-align: center;
}

.jobs-widget .jobs__drawer a .job .job__body .body__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jobs-widget .jobs__drawer a .job .job__body .body__col * {
  width: 100%;
  margin: 0;
}

.jobs-widget .jobs__drawer a:hover {
  /* background-color: #FFD500; */
}

.jobs-widget .jobs__drawer a:hover .job .job__head .job-head__text .job-head__title {
  /* color: #FFFFFF; */
  transform: translateX(10px);
}

@media screen and (max-width: 1024px) {
  .jobs-widget .jobs__drawer a .job .job__head {
    width: 100%;
  }

  .jobs-widget .jobs__drawer a .job .job__body {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .jobs-widget .jobs__drawer a .job .job__body {
    flex-wrap: wrap;
  }

  .jobs-widget .jobs__drawer a .job .job__body .body__col {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.job-single__entry {
  margin: 0 auto;
  background-color: #192028;
}
.job-single__entry .job-single__entry__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: -70px auto 0 auto;
  padding: 120px 30px;
  color: #F4F4F4;
}
.job-single__entry .job-single__entry__left, .job-single__entry .job-single__entry__right {
  width: 47.5%;
}
.job-single__entry .job-single__entry__left h6 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 5px;
  color: #FFD500;
  text-transform: uppercase;
}
.job-single__entry .job-single__entry__right {
  font-size: 23px;
  line-height: 1.4em;
}
.job-single__entry .job-single__entry__right p {
  margin: 0;
}

.job-single__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.job-single__content .job-single__content__inner {
  max-width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
.job-single__content .job-single__content__section {
  margin: 0 0 45px 0;
}
.job-single__content .job-single__content__section:nth-last-child(1) {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .job-single__entry .job-single__entry__inner {
    flex-wrap: wrap;
    padding: 120px 30px 60px 30px;
  }
  .job-single__entry .job-single__entry__inner .job-single__entry__left, .job-single__entry .job-single__entry__inner .job-single__entry__right {
    width: 100%;
  }
  .job-single__entry .job-single__entry__inner .job-single__entry__left {
    margin: 0 0 45px 0;
  }

  .job-single__content .job-single__content__inner {
    max-width: 100%;
    padding: 60px 0;
  }
}
