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

body {
  background: #fff;
  color: #333;
  font-family: Roboto;
  overflow-x: hidden;
}
a {
  color: initial;
}
.h1,
h1 {
  font-size: clamp(1.3rem, 3.3vw, 4rem);
  color: #01953d;
}
.row {
  margin: 0 auto;
}
.h2,
h2 {
  font-size: clamp(1.3rem, 1.5vw, 1.7rem);
}
:root {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.col.last {
  padding-top: 10px;
}
.smaller {
  font-size: 60%;
  font-weight: 400;
}
.teaser_img {
  background: url("../../../../assets/jobpostings/custom/medi/default/img/teaser.jpg") center/cover;
}
@media (min-width: 768px) {
  .teaser_img:after {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to left, #eee, transparent, #eee);
    content: "";
  }
}
.intro {
  background: #eee;
}
.list_box {
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(147, 167, 146, 0.41);
}
footer {
  background: linear-gradient(45deg, #009739 0, #97d700 100%);
}
a:hover {
  color: #eee;
}
.content {
  background-size: cover;
}
@media (min-width: 968px) {
  .teaser_img {
    transform: translateX(15%);
  }
}
