@charset "UTF-8";
@import 'https://static.b-ite.com/css/templates/columns/1.1.0.css';
body {
  margin: 0;
  background-color: #fff;
  font-family: Arial, sans-serif;
}

.__bjp-jobofferWrapper {
  max-width: 940px;
  min-width: 330px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 11px 2px #939095;
          box-shadow: 3px 3px 11px 2px #939095;
  line-height: 1.42857;
  font-size: 15px;
  margin: 1rem auto 10rem auto;
  color: #354046;
  text-align: justify;
}
.__bjp-jobofferWrapper a, .__bjp-jobofferWrapper a:visited, .__bjp-jobofferWrapper a:hover {
  color: #3D6A13;
}
.__bjp-jobofferWrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.__bjp-jobofferWrapper p {
  margin: 0 0 1rem;
}

.__bjp-content--header {
  padding: 0 0 1rem;
}
.__bjp-content--content {
  padding: 0 5%;
}
.__bjp-content--footer {
  padding: 0 5% 4%;
}
.__bjp-content--title-block {
  text-align: center;
}
.__bjp-content--row-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.__bjp-content--row-right h2 {
  margin: 2rem 0 1rem;
}

.__bjp-logo {
  width: 100%;
  max-width: 180px;
  display: block;
  margin: 0 5% 0 auto;
  padding: 5% 0;
}

.__bjp-qr-code {
  width: 100%;
  display: block;
  max-width: 100px;
  margin-left: 1rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 7px;
}
ul li:last-child {
  margin: 0;
}
ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 20px;
  color: #3D6A13;
}

h1, h2, h3, h4, h5 {
  color: #3D6A13;
}
h1 p, h2 p, h3 p, h4 p, h5 p {
  margin: 0;
}

h1 {
  font-size: 24px;
  margin: 0;
}

h2 {
  font-size: 20px;
  margin: 1.5rem 0 2px;
}

h3 {
  font-size: 15px;
  margin: 1.5rem 0 2px;
}

.button_controls {
  border-top: 1px solid #3D6A13;
  background: #fff;
}
.button_controls a {
  color: #fff;
  background: #3D6A13;
  border-color: #3D6A13;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.button_controls a:hover {
  background: #fff;
  color: #3D6A13;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 568px) {
  h1 {
    font-size: 21px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 15px;
  }

  .__bjp-content--row-right {
    display: block;
    text-align: center;
  }

  .__bjp-qr-code {
    margin: 0 auto;
  }

  div.button_controls {
    border-top: 0;
  }
  div.button_controls a {
    padding: 8px 12px;
    margin: 0 0 2px;
  }
  div.button_controls a:last-child {
    margin: 0;
  }
}
@media print {
  @page {
    margin: 0;
  }
  body {
    margin: 0;
  }
  body * {
    -webkit-print-color-adjust: exact;
            color-adjust: exact;
  }

  .__bjp-jobofferWrapper {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    font-size: 15px;
    margin: 0;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 15px;
  }
}