/*-- Common --*/
html {
  scroll-behavior: smooth;
}

html,
body {
  background: #fff;
  overflow-x: hidden;
  max-width: 100%;
  margin-left: calc(100vw - 100%);
  font-family: 'Inter', sans-serif;
}

h1 {
  font-family: 'Inter', sans-serif;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);
  margin: 0;
}

h1 span {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 30px 0 0;
}

h1 span:after {
  content: '';
  background: #C80000;
  height: 5px;
  width: 100%;
  display: inline-block;
  margin: 50px 0 35px;
}

@media (max-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 52px;
  }
  h1 span {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0 0;
  }
  h1 span:after {
    margin: 10px 0;
  }
}

h2 {
  font-family: 'Inter', sans-serif;
  font-size: 34px;
  line-height: 40px;
  color: #000;
  margin: 0 0 34px;
  font-weight: 600;
}

@media (max-width: 992px) {
  h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 24px;
  }
}

.header-soft {
  font-weight: 400;
}

.header-lemvig {
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 992px) {
  .header-lemvig {
    font-size: 26px;
    line-height: 34px;
  }
}

p {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 23px;
}

a {
  font-family: 'Inter', sans-serif;
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #559f69;
}

.wrapper {
  max-width: 1500px;
  margin: 0 auto;
}

strong {
  font-weight: 700;
}

.bg-brown {
  background: #F3F1EC;
}

.bg-blue {
  background: #5A6E82;
}

.bg-blue-dark {
  background: #284452;
}

@media (max-width: 768px) {
  .pic-sm {
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
  }
}

/*-- progress bar --*/
.progress-container {
  position: fixed;
  top: 0;
  z-index: 1060;
  background-color: rgba(0, 0, 0, 0.3);
  height: 5px;
  width: 100%;
}

.progress-bar {
  background-color: #C80000;
  height: 5px;
  width: 0%;
}

/*-- logo --*/
.logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 60px;
  z-index: 1050;
}

@media (max-width: 992px) {
  .logo {
    top: 20px;
    left: 20px;
  }
}

/*-- topbar --*/
.topbar {
  background: transparent;
  padding: 0;
  transition: all 0.2s ease;
  padding-top: 40px;
}

@media (max-width: 992px) {
  .topbar {
    padding-top: 20px;
  }
}

.topbar ul {
  list-style: none;
  margin: auto 20px auto 0;
  padding: 0;
}

@media (max-width: 992px) {
  .topbar ul {
    margin: auto 10px auto 0;
  }
}

.topbar ul .jobad-element-company-profile,
.topbar ul .jobad-element-company-follow,
.topbar ul .jobad-element-share {
  display: none;
}

.topbar ul li a {
  font-family: 'Inter', sans-serif;
  color: #fff;
  background: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 15px 35px 15px 50px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .topbar ul li a {
    font-size: 14px;
    line-height: 18px;
  }
}

.topbar ul li a svg {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translate(13px, -50%);
}

@media (max-width: 992px) {
  .topbar ul li a {
    padding: 14px 22px 14px 42px;
  }
  .topbar ul li a svg {
    left: 7px;
  }
}

.topbar ul li a:hover {
  color: #C80000;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

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

@media (max-width: 992px) {
  .topbar .jix_onlineapplication_button .button {
    padding: 14px 22px;
  }
}

/*-- hero --*/
.hero {
  height: 100vh;
  background: url(../img/lemvig-muller-salgselev-butik-hero.jpg) no-repeat center fixed;
  background-size: cover;
  position: relative;
}

@media (max-width: 992px) {
  .hero {
    text-align: center;
  }
  .hero .lem-header {
    margin-bottom: 15vh;
  }
}

@media (max-width: 768px) {
  .hero {
    height: 90vh;
    background: url(../img/lemvig-muller-salgselev-butik-hero-sm.jpg) no-repeat top fixed;
    background-size: cover;
    position: relative;
    background-attachment: scroll;
  }
}

.hero p {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  margin: 0;
  font-weight: 400;
}

.hero p span {
  font-weight: 700;
}

@media (max-width: 992px) {
  .hero p {
    font-size: 20px;
    line-height: 24px;
  }
}

.hero-intern {
  background: url(../img/lemvig-muller-salgselev-intern-hero.jpg) no-repeat center fixed;
  background-size: cover;
  position: relative;
}

@media (max-width: 768px) {
  .hero-intern {
    height: 90vh;
    background: url(../img/lemvig-muller-intern-hero-sm.jpg) no-repeat top fixed;
    background-size: cover;
    position: relative;
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {
  .graddy-sm {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #324c59;
    background: linear-gradient(180deg, rgba(50, 76, 89, 0) 0%, #324c59 80%);
  }
}

/*-- lem play --*/
@media (max-width: 992px) {
  .play-con {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #324C59;
    text-align: center;
  }
}

.lem-play {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 60px;
  right: 60px;
  display: inline-block;
  z-index: 20;
}

@media (max-width: 992px) {
  .lem-play {
    position: relative;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    bottom: inherit;
    right: inherit;
  }
}

.lem-play:focus-visible {
  outline: 0;
}

/*-- modal --*/
.modal-content {
  background: none;
  padding: 0;
  border: 0;
}

.modal-content .btn-close {
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}

.modal-content .modal-header {
  border: 0;
  padding: 0 0 20px 0;
}

.modal-content .modal-body {
  padding: 0;
}

/*-- read more --*/
.read-more {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease;
  z-index: 10;
}

.read-more p {
  font-size: 14px;
  line-height: 14px;
  margin: 8px 0 0;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.read-more .arrow-container {
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@keyframes bounce {
  50% {
    transform: translateY(-15px);
  }
}

@media (max-width: 992px) {
  .read-more {
    bottom: 10px;
  }
}

.read-more:hover {
  opacity: 0.5;
  transition: all 0.2s ease;
}

/*-- box --*/
.number {
  position: absolute;
  top: -50px;
  left: 0;
}

@media (max-width: 992px) {
  .number {
    height: 70px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -20px);
  }
}

.box {
  text-align: center;
  min-height: 300px;
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .box {
    min-height: auto;
  }
}

.box p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

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

.box-one {
  background: #5A6E82;
}

.box-two {
  background: #324C59;
}

.box-three {
  background: #782327;
}

/*-- quote --*/
.quote img {
  margin: 0 0 20px;
}

@media (max-width: 992px) {
  .quote img {
    width: 40px;
    margin: 0 0 10px;
  }
}

.quote p {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin: 0 0 30px;
}

@media (max-width: 992px) {
  .quote p {
    font-size: 24px;
    line-height: 28px;
  }
}

.quote span {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Inter', sans-serif;
}

.quote-white p,
.quote-white span {
  color: #fff;
}

/*-- big pic bg --*/
.big-pic-bg {
  background: url(../img/lemvig-muller-salgselev-haand-2.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  padding-bottom: 20vh;
}

@media (max-width: 768px) {
  .big-pic-bg {
    background: none;
    padding-bottom: 0;
  }
}

.big-pic-bg-intern {
  background: url(../img/lemvig-muller-intern-haj-2.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  padding-bottom: 20vh;
}

@media (max-width: 768px) {
  .big-pic-bg-intern {
    background: none;
    padding-bottom: 0;
  }
}

/*-- list --*/
.lemvig-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lemvig-list li {
  color: #000;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 25px;
  padding: 0 0 0 30px;
  position: relative;
}

.lemvig-list li:before {
  content: url("../img/lemvig-muller-list.svg");
  position: absolute;
  top: 5;
  left: 0;
}

.white-list li {
  color: #fff;
}

.white-list li:before {
  content: url("../img/lemvig-muller-list-white.svg");
  position: absolute;
  top: 0;
  left: 0;
}

/*-- blue box --*/
.blue-box {
  background: #284452;
}

.blue-box h2,
.blue-box p {
  color: #fff;
}

@media (max-width: 992px) {
  .blue-box-sm {
    background: #284452;
  }
}

/*-- footer --*/
.footer h2,
.footer p {
  color: #fff;
}

.footer a {
  color: #fff;
  font-weight: 800;
  opacity: 1;
}

/*-- subfooter --*/
.subfooter a {
  text-decoration: none;
  margin: 0 10px;
  display: inline-block;
  opacity: 1;
  transition: all 0.2s ease;
}

@media (max-width: 992px) {
  .subfooter a {
    width: 42px;
  }
}

.subfooter a:hover {
  opacity: 0.8;
  transition: all 0.2s ease;
}

/*-- cta --*/
.jix_onlineapplication_button .button {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 100px;
  border: 0;
  margin: 0;
  padding: 15px 35px;
  background: #C80000;
  transition: all 0.2s ease;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .jix_onlineapplication_button .button {
    font-size: 14px;
    line-height: 18px;
  }
}

.cta:hover,
.jix_onlineapplication_button .button:hover,
.jix_onlineapplication_button .button:focus,
.jix_onlineapplication_button .button:active {
  transition: all 0.2s ease;
  color: #C80000;
  background: #fff;
  box-shadow: none;
}

/*-- ScrollTrigger gsap --*/
.slide-in-left {
  opacity: 0;
  transform: translate(-100px, 0);
}

.slide-in-right {
  opacity: 0;
  transform: translate(100px, 0);
}

.slide-up {
  opacity: 0;
  transform: translate(0, 70px);
}

.fade-in,
.fade-in-two {
  opacity: 0;
  /*transform: translate(0, -50px);*/
  position: relative;
  z-index: 60;
}
