/* FONTS */ 
@font-face {
    font-family: 'NORLYS Headline';
    src: url('../fonts/norlys-headline.woff2') format('woff2');
}

@font-face {
    font-family: 'NORLYS Regular';
    src: url('../fonts/norlys-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'NORLYS Bold';
    src: url('../fonts/norlys-bold.woff2') format('woff2');
}


/*-- vars --*/
html {
  scroll-behavior: smooth;
}

html,
body {
  background: #F5F6F8;
  overflow-x: hidden;
  max-width: 100%;
  font-family: "NORLYS Regular", sans-serif;
}

h1 {
  font-family: "NORLYS Headline", sans-serif;
  color: #413F3C;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 992px) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
}

h2 {
  font-family: "NORLYS Headline", sans-serif;
  color: #413F3C;
  font-size: 28px;
  line-height: 34px;
  margin: 20px 0 0;
  font-weight: 700;
}

@media (max-width: 992px) {
  h2 {
    font-size: 22px;
    margin: 10px 0 0;
  }
}

h3 {
  font-family: "NORLYS Headline", sans-serif;
  color: #413F3C;
  font-size: 34px;
  line-height: 34px;
  margin: 0 0 20px;
  font-weight: 400;
}

@media (max-width: 992px) {
  h3 {
    font-size: 26px;
    line-height: 32px;
  }
}

h4 {
  font-family: "NORLYS Headline", sans-serif;
  color: #413F3C;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px;
  font-weight: 700;
}

@media (max-width: 992px) {
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
}

p {
  font-family: "NORLYS Regular", sans-serif;
  color: #413F3C;
  font-size: 16px;
  line-height: 22px;
}

a {
  font-family: "NORLYS Regular", sans-serif;
  color: #413F3C;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

.pic-overflow {
  overflow: hidden;
  object-fit: cover;
  object-position: center top;
}

.pos-rel-z {
  position: relative;
  z-index: 100;
}

.h-100-custom {
  height: 100%;
}

@media (max-width: 992px) {
  .h-100-custom {
    height: auto;
  }
}

.curser-pointer {
  cursor: pointer;
}

/*-- wrapper --*/
.wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

/*-- colors --*/
.bg-white {
  background: #fff;
}

.bg-beige {
  background: #F4F2EC;
}

.white {
  color: #fff;
}

.bg-grey {
  background: #DBE7E4;
}

/*-- topbar --*/
.topbar {
  background: #fff;
  padding: 20px 0;
  transition: all 0.2s ease;
  /*-- logo --*/
}

.topbar .logo {
  width: 150px;
}

@media (max-width: 992px) {
  .topbar .logo {
    width: 120px;
  }
}

@media (max-width: 414px) {
  .topbar .logo {
    width: 80px;
  }
}

/*-- topbar scroll --*/
.topbar-scroll {
  transition: all 0.2s ease;
  padding: 10px 0;
}

/*-- location --*/
.location {
  font-family: "NORLYS Bold", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 0 30px;
  display: inline-block;
  color: #000;
}

.location:before {
  content: url(../img/location.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.location:empty {
  display: none;
}


/*-- hours --*/
.hours {
  font-family: "NORLYS Bold", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 0 40px;
  display: inline-block;
  color: #000;
}

.hours:before {
  content: url(../img/clock.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.hours:empty {
  display: none;
}



/*-- toolbar main --*/
.toolbar-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toolbar-main ul li {
  padding: 5px 0;
}

.toolbar-main ul li a {
  font-family: "NORLYS Regular", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  background: inherit;
}

.toolbar-main ul li a svg {
  margin: 0 5px 0;
}

.toolbar-main .jobad-element-share {
  text-align: left;
}

.toolbar-main .jobad-element-myjob svg {
  position: relative;
  top: inherit;
  left: inherit;
  transform: none;
}

.toolbar-main .jobad-element-myjob:hover a {
  background: inherit;
  color: inherit;
}

/*------------------------ HEROS ------------------------*/


/*-- hero classic --*/
.hero-plain .hero-pic,
.hero-classic .hero-pic {
  margin-top:50px;
  max-height: 70vh;
}

@media (max-width: 992px) {
  .hero-plain .hero-pic,
  .hero-classic .hero-pic {
    height: 60vh;
  }
}


/*------------------------ BUTTONS ------------------------*/
/*-- save job --*/
.jobad-element-myjob {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jobad-element-myjob a {
  font-size: 16px;
  line-height: 20px;
  color: #0F3D24;
  font-family: "NORLYS Bold", sans-serif;
  background: #fff;
  padding: 15px 30px 15px 50px;
  display: block;
  text-decoration: none;
  margin: 0 10px 0 0;
  position: relative;
  transition: all 0.2s ease;
  border: 2px solid #0F3D24;
  border-radius: 100px;
}

.jobad-element-myjob svg {
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translate(-50%, -50%);
}

.jobad-element-myjob:hover a {
  transition: all 0.2s ease;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

@media (max-width: 992px) {
  .jobad-element-myjob a {
    padding: 10px 20px 10px 45px;
  }
  .jobad-element-myjob svg {
    left: 30px;
  }
}

/*-- JIX btn and  --*/
.cta,
.jix_onlineapplication_button .button {
  font-family: "NORLYS Bold", sans-serif;
  background: #0F3D24;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-radius: 100px;
  border: 0;
  margin: 0;
  padding: 17px 30px;
  text-align: center;
  transition: all 0.2s ease;
  position: relative;
  text-decoration: none;
  display: inline-block;
}

@media (max-width: 992px) {
  .cta,
  .jix_onlineapplication_button .button {
    padding: 12px 20px;
  }
}

.cta:hover, .cta:focus, .cta:active,
.jix_onlineapplication_button .button:hover,
.jix_onlineapplication_button .button:focus,
.jix_onlineapplication_button .button:active {
  transition: all 0.2s ease;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

/*-- cta secondary --*/
.cta-secondary {
  font-family: "NORLYS Regular", sans-serif;
  background: #ccc;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  padding: 15px 30px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

@media (max-width: 992px) {
  .cta-secondary {
    padding: 15px 20px;
  }
}

.cta-secondary:hover, .cta-secondary:focus, .cta-secondary:active {
  transition: all 0.2s ease;
  color: #fff;
  background: #000;
  box-shadow: none;
}

.read-more-btn:hover .con-box .cta-secondary {
  background: #000;
  color: #fff;
  transition: all 0.2s ease;
}





/*-- ScrollTrigger GSAP --*/
.fade-up,
.fade-up-two,
.fade-up-three {
  opacity: 0;
  transform: translate(0, 70px);
}

.fade-down,
.fade-down-two,
.fade-down-three {
  opacity: 0;
  transform: translate(0, -70px);
}

.fade-in,
.fade-in-two,
.fade-in-three {
  opacity: 0;
  position: relative;
  z-index: 60;
}

/* NEGATIVE MARGIN */
.mt-n5 {
  margin-top:-100px;
}

/* INTRO SPECIFIC */
.intro p{
  font-size:18px;
}


/* WHITE BOX WITH SHADOW */
.white-box {
  background-color:#fff;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  height:100%;
}


/* UL LI GENERAL */
ul li {
  display:flex;
  align-items:baseline;
  list-style:none;
  color:#413F3C;
}

ul {
  padding-left:0;
}

li {
  margin-bottom:10px;
  font-size:18px;
}

ul li:before {
  content: url(../img/check-2.svg);
  margin-right:15px;
  top: 4px;
  position: relative;
}


/* BUTIK SECTION */
.butik {
  background-color:#fff;
  padding-top:100px;
  padding-bottom:100px;
}

@media (max-width: 992px) {
  .butik {
    padding-top:70px;
    padding-bottom:70px;
  }
}

@media (max-width: 992px) {
  .butik p {
    margin-bottom:0;
  }
}


/* QUOTE IMAGE */
.quote-img img {
  height:500px;
  width:100%;
  object-fit: cover;
  object-position:top;
}

@media (max-width: 992px) {
  .quote-img img {
    height:300px;
  }
}

@media (max-width: 576px) {
  .quote-img img {
    height:200px;
  }
}

/* QUOTE BOX */
.quote-box {
  height:600px;
  padding:60px;
  background-color:#F4F2EC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top:-550px;
}

@media (max-width: 992px) {
  .quote-box {
    height:auto;
    margin-top:0;
  }
}

@media (max-width: 576px) {
  .quote-box {
    padding:30px;
  }
}

.quote-box b {
  font-family:"NORLYS Headline", sans-serif;
  font-size:28px;
  font-weight:400;
}

@media (max-width: 1200px) {
  .quote-box b {
    font-size:26px;
  }
}

@media (max-width: 576px) {
  .quote-box b {
    font-size:24px;
  }
}

.quote-box p {
  font-family:"NORLYS Regular", sans-serif;
  font-size:16px;
}


/* QUOTE BOX ICON */
.quote-box img {
  width:70px;
  margin-bottom:20px;
}

@media (max-width: 576px) {
  .quote-box img {
    width:50px;
    margin-bottom:12px;
  }
}


/* CALL-TO-ACTION */
.cta-box {
  background-image: url('../img/footer-img.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  padding-top:100px;
  padding-bottom:100px;
}

@media (max-width: 576px) {
  .cta-box {
    padding-top:40px;
    padding-bottom:40px;
  }
}

.cv {
  padding:80px 140px;
}

@media (max-width: 768px) {
  .cv {
    padding:60px 60px;
  }
}

@media (max-width: 414px) {
  .cv {
    padding:40px 40px;
  }
}

.cv strong {
  font-family:"NORLYS Bold", sans-serif;
  font-weight:400;
}


/* FOOTER */
.footer {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #F4F2EC;
}

@media (max-width: 768px) {
  .footer {
    padding-top:60px;
    padding-bottom:60px;
  }
}

.footer p {
  font-style:italic;
}


/* FOOTER LOGO */
.footer-logo img {
  width: 150px;
}


/* SOME */
.some a {
  display: inline-block;
  opacity: 1;
  transition: all 0.2s ease;
  margin: 0 0 0 10px;
}

.some a:hover {
  opacity: 0.6;
  transition: all 0.2s ease;
}

.some-centered a {
  margin: 0 5px 0;
}