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


footer h2{color:#fff;}


.max-width {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.logo.fullwidth {
  max-width: 210px;
}
.fullwidth {
  width: 100%;
}
.white,
.white a {
  color: #fff;
}
li {
  list-style: none;
  left: 0;
  position: relative;
  padding-bottom: 0;
  padding-left: 15px;
  margin-top: 6px;
}
li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--maincolor);
  border-radius: 5px;
  left: 2px;
  top: 10.5px;
  position: absolute;
}
ol,
ul {
  margin-top: 0;
  list-style: none;
}
ul {
  margin: 0 0 15px;
  padding: 0;
}
body {
  background: #eee;
  color: #000;
}
.container-fluid {
  padding: 0;
  background: #fff;
}
a {
  color: initial;
}
.h1,
h1 {
  color: var(--maincolor);
  font-size: clamp(1.3rem, 3vw, 2.5rem);
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 1.3rem;
    font-weight: 700;
  }
}
.row {
  margin: 0 auto;
}
.h2,
h2 {
  font-size: 1.3rem;
  font-family: "Barlow Semi Condensed";
  font-weight: 600;
  color: var(--grey);
}
:root {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --grey: #575756;
  --maincolor: #e67513;
}
.col.last {
  padding-top: 10px;
}
.image-teaser {
  max-width: 400px;
}
footer {
  background: url(../../../../assets/jobpostings/custom/elco/default/img/career.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body {
  font-family: Barlow;
}
.list_box {
  padding-top: 2.5rem;
}
@media (min-width: 576px) {
  .wire-top {
    position: absolute;
  }
}

@media(min-width:992px){

section {
  background: linear-gradient(
      176deg,
      #fff 47%,
      rgba(230, 117, 19, 0.46) 53.2%,
      rgba(230, 117, 19, 0.46),
      rgba(230, 117, 19, 0.46) 60%,
      #fff 71%
    ),
    var(--section-bg, url(../../../../assets/jobpostings/custom/elco/default/img/media.jpg));
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 130%;
}
}
footer .row {
  background: linear-gradient(to right, var(--maincolor) 40%, transparent);
}
.footer_logo {
  max-width: 300px;
  margin-left: auto;
}
@media (max-width: 575px) {
  .max-width.logo_box {
    margin-top: -7rem;
  }
}
.mobile_teaser {
  background: var(
    --mobile-teaser,
    url(../../../../assets/jobpostings/custom/elco/default/img/imperion_21.jpg)
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer .col-12{min-width:80vw;}

footer {font-weight:600!important;}

footer .row{display: flex;flex-direction:column}
