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

@font-face {
  font-family: "semiBold";
  src:
    url("../fonts/SuisseIntl-SemiBold.woff") format("woff"),
    url("../fonts/SuisseIntl-SemiBold.woff2") format("woff2");
}

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

html,
body {
  background: #fff;
  overflow-x: hidden;
  max-width: 100%;
  font-family: "regular", sans-serif;
  color: #013369;
}

h1 {
  font-family: "semiBold", sans-serif;
  color: #0099da;
  font-size: 46px;
  line-height: 52px;
  margin: 0;
}

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

h2 {
  font-family: "semiBold", sans-serif;
  color: #0099da;
  font-size: 28px;
  line-height: 34px;
  margin: 60px 0 20px;
  font-weight: 700;
}

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

h3 {
  font-family: "semiBold", sans-serif;
  color: #013369;
  font-size: 20px;
  line-height: 28px;
}

p {
  font-family: "regular", sans-serif;
  color: #013369;
  font-size: 18px;
  line-height: 26px;
}

li {
  font-size: 18px;
}

@media (max-width: 576px) {
  p,
  li {
    font-size: 16px;
  }
}

.bold-text {
  font-family: "semiBold", sans-serif;
}
a {
  font-family: "regular", sans-serif;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

.pic-overflow {
  overflow: hidden;
  object-fit: cover;
  object-position: center center;
}

.phone-link {
  color: #fff;
  font-family: "semibold", sans-serif;
  text-decoration: none;
}

.annonce-link {
  font-family: "semibold", sans-serif;
  text-decoration: none;
  color: #013369;
}

.phone-link:hover, .annonce-link:hover {
  transition: all 0.2s ease;
  color: #0ac791;
}
/*-- location --*/
.location p {
  font-family: "regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 0 30px;
  display: inline-block;
  color: #013369;
}

.location p:before {
  content: url(../img/geolocation.svg);
  position: absolute;
  left: 0;
  top: 60%;
  transform: translate(0, -50%);
}

/*-- wrapper --*/
.wrapper-text {
  max-width: 2000px;
}

/*-- colors --*/
.bg-white {
  background: #fff;
}

.bg-lightgrey {
  background: #f4f4f4;
}

.bg-darkblue {
  background: #013369;
}

.darkblue {
  color: #013369;
}

.white {
  color: #fff;
}

.bg-grey {
  background: #ddd8d8;
}

/*-- topbar --*/
.logo-blue,
.logo-white {
  width: 120px;
}
.topbar {
  background: transparent;
  padding: 20px 0;
  transition: all 0.2s ease;
}
.topbar .logo-blue {
  width: 190px;
  display: none;
}
.topbar .logo-white {
  width: 190px;
  display: block;
}

@media (max-width: 992px) {
  .topbar .logo-white,
  .topbar .logo-blue {
    width: 130px;
  }
}

/*-- topbar scroll --*/

.topbar-scroll {
  transition: all 0.2s ease;
  padding: 15px 0;
  background: #fff;
}
.topbar-scroll .logo-blue {
  display: block;
}
.topbar-scroll .logo-white {
  display: none;
}

/*-- save job btn --*/
.jobad-element-myjob {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jobad-element-myjob a {
  font-size: 16px;
  line-height: 20px;
  color: #0099da;
  font-family: "regular", sans-serif;
  background: #fff;
  border: solid 1px #0099da;
  padding: 15px 30px 15px 50px;
  display: block;
  text-decoration: none;
  margin: 0 10px 0 0;
  position: relative;
  transition: all 0.2s ease;
}

.jobad-element-myjob svg {
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translate(-50%, -50%);
}

.jobad-element-myjob:hover a {
  background: #fff;
  transition: all 0.2s ease;
  color: #0ac791;
  border: solid 1px #0ac791;
}

@media (max-width: 992px) {
  .jobad-element-myjob a {
    padding: 15px 20px 15px 45px;
  }
  .jobad-element-myjob svg {
    left: 30px;
  }
}

/*-- JIX btn and  --*/
.cta,
.jix_onlineapplication_button .button {
  font-family: "regular", sans-serif;
  background: #0099da;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-radius: 0;
  border: solid 1px #0099da;
  margin: 0;
  padding: 15px 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: 15px 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;
  color: #fff;
  background: #0ac791;
  border: solid 1px #0ac791;
  box-shadow: none;
}

/*-- quotes --*/
.quote,
blockquote,
.blockquote-small {
  padding: 50px;
}

@media (max-width: 992px) {
  .quote,
  blockquote,
  .blockquote-small {
    padding: 50px 30px;
  }
}

.quote p,
blockquote p,
.blockquote-small p {
  color: #013369;
  font-size: 26px !important;
  line-height: 34px !important;
  font-style: normal !important;
  font-family: "semibold", sans-serif;
  font-weight: 600;
  margin: 0 0 15px;
}

@media (max-width: 992px) {
  .quote p,
  blockquote p,
  .blockquote-small p {
    font-size: 20px !important;
    line-height: 28px !important;
    margin: 0 0 15px;
  }
}

.quote p:before,
blockquote p:before,
.blockquote-small p:before {
  content: url(../img/quote-icon.svg) !important;
  display: block;
  margin: 0 0 30px;
}

@media (max-width: 992px) {
  .quote p:before,
  blockquote p:before,
  .blockquote-small p:before {
    content: url(../img/quote-icon-small.svg) !important;
    margin: 0 0 15px;
  }
}

.quote footer,
.quote span,
blockquote footer,
blockquote span,
.blockquote-small footer,
.blockquote-small span {
  font-family: "regular", sans-serif;
  color: #013369;
  font-size: 14px !important;
  line-height: 20px !important;
  left: 0 !important;
  opacity: 0.9;
  margin-left: 0 !important;
}

.quote footer:before,
blockquote footer:before,
.blockquote-small footer:before {
  content: none !important;
}

/*-- quote-small --*/
.quote-small {
  background: none;
  padding: 0;
}

.quote-small p {
  font-size: 20px !important;
  line-height: 26px !important;
  font-style: italic !important;
}

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

.quote-small p:before {
  content: url(../img/quote-icon-small.svg) !important;
}

/*----- Hero -----*/
.hero {
  height: 80vh;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 992px) {
  .hero {
    height: 50vh;
  }
}

@media (max-width: 576px) {
  .hero {
    height: 35vh;
  }
}

/*-- Intro --*/
.intro {
  padding: 9rem 15px 6rem 5rem;
  background: #fff;
  margin-top: -12rem;
}

.intro p {
  font-size: 22px;
  line-height: 28px;
}

@media (max-width: 1200px) {
  .intro {
    padding: 5rem 15px;
  }
}

@media (max-width: 992px) {
  .intro {
    padding: 3.5rem 12px;
    background: #fff;
    margin-top: 0;
  }
}
/*-- text - Byg karriere --*/
.byg-karriere {
  padding: 50px 30px;
}

@media (max-width: 992px) {
  .byg-karriere {
    padding: 0 45px 50px 45px;
  }
}

@media (max-width: 576px) {
  .byg-karriere {
    padding: 0 25px 50px 25px;
  }
}

/*-- quote alberte --*/
.quote-alberte {
  background: url(../img/quote-alberte.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

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

.feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.feature-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon img {
  width: 100%;
  height: auto;
}

/*-- Quote Dennis --*/
.quote-dennis {
  margin-top: -8rem;
}

@media (max-width: 992px) {
  .quote-dennis {
    margin-top: 0;
  }
}

.text-dennis {
  padding-bottom: 10rem;
}

@media (max-width: 992px) {
  .text-dennis {
    padding-bottom: 0;
  }
}

/*-- Forventninger --*/
.forventninger-img {
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 1200px) {
  .forventninger-img {
    max-height: 530px;
    min-height: 250px;
  }
}

/*-- footer --*/

.footer p {
  color: #fff;
}

.footer-first p {
  color: #013369;
}

.image-col {
  padding: 0;
  display: flex;
}

.image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-bottom {
  border-top: 1px solid #fff;
}

.footer-link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-link:hover {
  text-decoration: none;
  color: #0ac791;
}

@media (max-width: 768px) {
  .footer-bottom {
    border-top: none;
    flex-direction: column;
    gap: 20px;
  }

  .social-icons {
    justify-content: flex-start;
  }
}

.arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.footer-link:hover .arrow {
  transform: translateX(4px);
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 18px;
}

.social-icons a:hover svg path {
  fill: #0ac791;
  transition: transform 0.3s 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;
}
