/*-- font face --*/
@font-face {
  font-family: "regular";
  src: url("../fonts/LidlFontPro-Regular.woff") format("woff");
}

@font-face {
  font-family: "semibold";
  src: url("../fonts/LidlFontPro-Semibold.woff") format("woff");
}

@font-face {
  font-family: "bold";
  src: url("../fonts/LidlFontPro-Bold.woff") format("woff");
}

/*-- common --*/
body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "regular";
}

/*-- colors --*/
.bg-blue {
  background: #0050AA;
}

.bg-grey {
  background: #F7F7F7;
}

.bg-darkgrey {
  background: #4E5761;
}

.bg-red {
  background: #E60A14;
}

.bg-yellow {
  background: #FFF000;
}

.text-color {
  color: #2F3A44;
}

.text-blue {
  color: #0050AA;
}

.text-yellow {
  color: #FFF000;
}

/*-- fonts --*/
h1 {
  font-family: "semibold";
  font-size: 60px;
  line-height: 66px;
}

@media (max-width: 992px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

h2 {
  font-family: "semibold";
  font-size: 38px;
  line-height: 44px;
}

@media (max-width: 992px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

h3 {
  font-family: "bold";
  font-size: 60px;
  line-height: 66px;
}

@media (max-width: 992px) {
  h3 {
    font-size: 46px;
    line-height: 52px;
  }
}

h4 {
  font-family: "semibold";
  font-size: 25px;
  line-height: 35px;
}

@media (max-width: 992px) {
  h4 {
    font-size: 23px;
    line-height: 33px;
  }
}

h5 {
  font-family: "semibold";
  font-size: 22px;
  line-height: 28px;
}

p {
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 992px) {
  p {
    font-size: 16px;
    line-height: 30px;
  }
}

a {
  font-family: "semibold";
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

strong {
  font-family: "semibold";
}

/*-- topbar --*/
.topbar {
  height: 110px;
  padding: 0;
  transition: all 0.2s ease;
}

@media (max-width: 992px) {
  .topbar {
    height: 84px;
    transition: all 0.2s ease;
  }
  .topbar .logo img {
    width: 60px;
    transition: all 0.2s ease;
  }
}

/*-- save btn --*/
.topbar .jobad-element-myjob {
  display: block;
  margin-right: 12px;
  margin-bottom: 0;
}

.topbar .jobad-element-myjob::before {
  display: none;
}

.topbar .jobad-element-myjob a {
  display: flex;
  font-family: "semibold";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #0050AA;
  background: #FFF000;
  border-radius: 50px;
  border: none;
  padding: 16px 34px;
  transition: all 0.2s ease;
}

.topbar .jobad-element-myjob a:hover, .topbar .jobad-element-myjob a:focus, .topbar .jobad-element-myjob a:active {
  opacity: 80%;
  transition: all 0.2s ease;
}

.topbar .jobad-element-myjob a svg {
  margin-right: 8px;
}

@media (max-width: 992px) {
  .topbar .jobad-element-myjob {
    margin-right: 10px;
  }
  .topbar .jobad-element-myjob a {
    font-size: 14px;
    line-height: 14px;
    padding: 12px 26px;
  }
}

/*-- jix apply btn --*/
.jix_onlineapplication_button .button {
  position: relative;
  font-family: "semibold";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #0050AA;
  border-radius: 50px;
  border: none;
  padding: 16px 34px;
  transition: all 0.2s ease;
}

.jix_onlineapplication_button .button:hover, .jix_onlineapplication_button .button:focus, .jix_onlineapplication_button .button:active {
  opacity: 80%;
  transition: all 0.2s ease;
}

@media (max-width: 992px) {
  .jix_onlineapplication_button .button {
    font-size: 14px;
    line-height: 14px;
    padding: 12px 26px;
  }
}

/*-- hero --*/
.location {
  font-family: "regular";
  font-size: 18px;
}

.location::before {
  content: "";
  background-image: url("../img/lidl-butikschef-icon-geolocation.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
}

.location:empty {
  display: none;
}

/*-- big-image --*/
@media (max-width: 992px) {
  .big-image img {
    object-fit: cover;
    max-height: 600px;
  }
}

@media (max-width: 768px) {
  .big-image img {
    max-height: 100%;
  }
}

/*-- text w. icon --*/
.text-icon {
  overflow: hidden;
  z-index: 100;
  padding-top: 200px;
  margin-top: -200px;
}

.text-icon::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: 0;
  width: 100%;
  height: 700px;
  background: url("../img/lidl-butikschef-icon-win.svg") no-repeat center right;
  background-size: contain;
  opacity: 0.06;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .text-icon::after {
    height: 600px;
  }
}

@media (max-width: 992px) {
  .text-icon::after {
    height: 450px;
  }
}

@media (max-width: 576px) {
  .text-icon::after {
    height: 350px;
    bottom: -60px;
  }
}

/*-- big quote --*/
.quote-box {
  bottom: 0;
}

@media (max-width: 992px) {
  .quote-box {
    position: static !important;
  }
}

/*-- generel quote --*/
.quote-p {
  font-size: 14px;
  line-height: 17px;
}

/*-- checkmarks --*/
@media (max-width: 768px) {
  .checkmarks img {
    width: 56px;
  }
}

/*-- video --*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*-- text + rating --*/
.textbox a {
  text-decoration: underline;
  font-family: "regular";
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 992px) {
  .textbox a {
    font-size: 16px;
    line-height: 30px;
  }
}

.rating {
  top: 0;
}

@media (max-width: 992px) {
  .rating {
    position: static !important;
  }
}

.rating .num-ratings {
  font-family: "bold";
  color: #0050AA;
  font-size: 60px;
  line-height: 66px;
}

@media (max-width: 992px) {
  .rating .num-ratings {
    font-size: 55px;
    line-height: 61px;
  }
}

.rating p {
  font-size: 17px;
  line-height: 23px;
}

@media (max-width: 992px) {
  .rating p {
    font-size: 16px;
    line-height: 22px;
  }
}

.rating .svg-icon {
  color: #E60A14;
  font-size: 30px;
  margin: 2px;
}

.rating .sr-only {
  display: none;
}

/*-- facts --*/
.circle {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  background: white;
  border: 10px solid #FFF000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*-- animation --*/
#type-text {
  font-family: "bold";
  font-size: 60px;
  line-height: 66px;
}

@media (max-width: 992px) {
  #type-text {
    font-size: 46px;
    line-height: 52px;
  }
}

@media (max-width: 390px) {
  #type-text {
    font-size: 40px;
    line-height: 46px;
  }
}

/*-- footer --*/
.footer p {
  font-size: 16px;
  line-height: 26px;
}

.footer .p-link {
  position: relative;
  transition: all 0.2s ease;
}

.footer .p-link::before {
  content: url(../img/lidl-butikschef-icon-arrow.svg);
  position: absolute;
  right: -22px;
  top: 35px;
  transform: translate(0, -50%);
  transition: all 0.2s ease;
}

.footer .p-link:hover::before {
  right: -26px;
  transition: all 0.2s ease;
}

.footer .some a {
  display: inline-block;
  opacity: 1;
  transition: all 0.2s ease;
  margin: 0 0 0 12px;
  padding: 20px;
  background: #4E5761;
  border-radius: 50px;
}

.footer .some a:hover {
  background: #2F3A44;
  border-radius: 50px;
  transition: all 0.2s ease;
}

/*-- GSAP --*/
.fade-in {
  opacity: 0;
}

.fade-down {
  opacity: 0;
  transform: translate(0, -50px);
}

.fade-delay-one,
.fade-delay-two,
.fade-delay-three,
.fade-delay-four,
.fade-delay-five {
  opacity: 0;
  transform: translate(0, 50px);
}
