@font-face {
  font-family: Verb;
  src: url("/static/fonts/Yellow Design Studio - VerbRegular.otf") format("opentype");
}
header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.header-content {
  padding-top: 5rem;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
  z-index: 1;
}

body html {
  font-family: Verb, sans-serif;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}

a {
  color: inherit;
}

video {
  object-fit: cover;
  width: 100vw;
  top: 0;
  z-index: -100;
}

#navbar {
  background-color: black;
  /* Black background color */
  position: fixed;
  /* Make it stick/fixed */
  top: -10vh;
  /* Hide the navbar 50 px outside of the top view */
  width: 100%;
  /* Full width */
  transition: all 0.5s;
  /* Transition effect when sliding down (and up) */
  z-index: 450;
}

a:hover {
  color: inherit;
}

.mainImg {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 5;
}

.subPageLogo {
  padding-top: 5rem;
}

.pageImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

@keyframes loadIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.mainLogo {
  animation: 1s ease-out 0s 1 loadIn;
}

@media (max-width: 1024px) {
  .pageImg {
    min-height: 500px;
    background-position: center;
  }
}
@media (min-width: 1024px) {
  .pageImg {
    min-height: 1080px;
  }
}
@media (max-width: 1024px) {
  .mainLogo img {
    width: 80vw;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .mainLogo img {
    width: 35vw;
  }

  .header-content {
    padding-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .mainLogo img {
    width: 35vw;
  }
}
.newsLetterText {
  animation: 1s ease-out 0s 1 loadIn;
  color: white;
  font-size: xx-large;
  padding-top: 20%;
  display: block;
}
@media (max-width: 1024px) {
  .newsLetterText {
    font-size: x-large;
    padding-top: 20%;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .newsLetterText {
    font-size: medium;
    padding-top: 10rem;
  }
}
.newsLetterText button {
  color: white;
  border-color: white;
}
.newsLetterText button:hover {
  color: black;
  background-color: white;
}

#newsLetterFormId {
  display: none;
}

.newsLetterForm {
  font-size: xx-large;
  padding-top: 15%;
  text-align: center;
  justify-content: center;
  position: relative;
  color: white;
}
@media (max-width: 1024px) {
  .newsLetterForm {
    padding-top: 10rem;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .newsLetterForm {
    font-size: medium;
    padding-top: 0;
  }
}
.newsLetterForm button {
  color: white;
  border-color: white;
}
.newsLetterForm button:hover {
  color: black;
  background-color: white;
}
.newsLetterForm input {
  background: transparent;
  color: white;
}
.newsLetterForm input .checkbox {
  background: white;
  color: black;
}
.newsLetterForm input .checkbox :checked {
  color: black;
}
.newsLetterForm ::placeholder {
  color: grey;
}

.newsLetterButton {
  color: white;
  border-color: white;
}

.gridImage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}

.preface {
  font-size: xxx-large;
  font-weight: 600;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 1024px) {
  .preface {
    font-size: x-large;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.gridFactory h1 {
  font-size: 4rem;
  padding-bottom: 1rem;
  line-height: 95%;
}
.gridFactory h2 {
  font-size: 3rem;
  padding-bottom: 1rem;
  line-height: 95%;
}
.gridFactory h4 {
  font-size: 1.5rem;
  padding-bottom: 1rem;
}
.gridFactory p {
  font-size: 1.5rem;
  padding-bottom: 1rem;
  font-weight: lighter;
}
@media (max-width: 1024px) {
  .gridFactory h1 {
    font-size: 3rem;
    padding-bottom: 0.5rem;
  }
  .gridFactory h2 {
    font-size: 2rem;
    padding-bottom: 0.5rem;
  }
  .gridFactory h4 {
    font-size: 1rem;
    padding-bottom: 0.5rem;
  }
  .gridFactory p {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
    font-weight: lighter;
  }
}

.gridFactoryLighter {
  color: white;
  background-color: #C6C5BB;
  padding: clamp(10px, 5%, 4rem) clamp(10px, 5%, 4rem);
}

.gridFactoryLight {
  color: white;
  background-color: #A5A495;
  padding: clamp(10px, 5%, 4rem) clamp(10px, 5%, 4rem);
}

.gridFactoryBlack {
  color: #A3A28A;
  background-color: black;
  padding: clamp(10px, 5%, 4rem) clamp(10px, 5%, 4rem);
}

#imgOverview {
  min-height: 1080px;
  background: url("/static/img/hunsoya_oversikt.jpg") no-repeat fixed bottom center;
  background-size: cover;
}
@media (max-width: 1024px) {
  #imgOverview {
    background-attachment: scroll;
    min-height: 800px;
  }
}

#imgBridge {
  min-height: 800px;
  background: url("/static/img/bro.jpg") no-repeat fixed center;
  background-size: cover;
}
@media (max-width: 1024px) {
  #imgBridge {
    background-attachment: scroll;
  }
}

.summary {
  padding: clamp(10px, 5%, 4rem) clamp(10px, 5%, 4rem) clamp(10px, 5%, 4rem);
}
.summary .summary-row {
  padding-top: 4rem;
}
.summary .summary-row p {
  font-size: 1.5rem;
}
.summary .summary-row h3 {
  font-weight: bold;
}
.summary h1 {
  font-size: 4rem;
}

.article {
  margin-top: 10vh;
}
@media (min-width: 1024px) {
  .article {
    width: 790px;
  }
}
.article img {
  width: 100%;
}

iframe {
  width: 100%;
  filter: saturate(0%) brightness(0.85) invert(1) contrast(1.2);
}

iframe {
  display: block;
  vertical-align: bottom;
}

.footer {
  padding-right: 3rem;
  padding-left: 3rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
  color: white;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("/static/img/pattern_bg.png");
  background-size: cover;
}
.footer .footer-content {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.footer .text-footer {
  font-size: x-large;
}
.footer a {
  text-decoration: none;
}
.footer .img-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.social {
  font-size: xx-large;
}

.contact {
  font-size: xx-large;
}

.mini-logo {
  width: auto;
  height: 8vh;
  padding: 2vh 1vh 2vh 3vh;
}

.hamburger-content {
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 10vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("/static/img/pattern_bg.png");
  height: 100vh;
  width: 30vw;
  padding-bottom: 2rem;
  transform: translateY(-100%);
  transition: all 0.25s;
  z-index: 5;
}

@media (min-width: 1024px) {
  .hamburger-content {
    width: 30vw;
  }
}
@media (max-width: 1024px) {
  .hamburger-content {
    width: 100vw;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .hamburger-social {
    display: none;
    white-space: nowrap;
  }
}
.hamburger {
  background-color: black;
  color: white;
  z-index: 500;
}
.hamburger .hamburger-social {
  padding-top: 2rem;
  font-size: 1.5rem;
  color: #6A6C6B;
}
.hamburger .hamburgerSubSub {
  font-size: 1.25rem;
}
.hamburger .hamburgerSubSub:hover {
  text-decoration: underline;
  transition: all 0.25s;
  font-size: 1.5rem;
  cursor: pointer;
}
.hamburger a {
  text-decoration: none;
}
.hamburger .hamburger-text {
  margin: 5vh 5vh 5vh 5vh;
}
.hamburger .hamburger-span {
  font-size: 2rem;
}
.hamburger .hamburger-span:hover {
  text-decoration: underline;
  transition: all 0.25s;
  cursor: pointer;
}
.hamburger .hamburger-icon {
  position: fixed;
  z-index: 550;
  top: 0;
  right: 0;
  padding: 1vh 1vh 1vh 1vh;
  cursor: pointer;
  transition: 0.25s all;
  font-size: 6vh;
}
.hamburger .hamburger-icon:hover {
  transform: scaleX(1.2);
}
.hamburger .hamburger-icon img {
  width: 10px;
  height: auto;
}
.hamburger.open .hamburger-icon {
  transform: rotate(90deg);
}
.hamburger.open .hamburger-content {
  transform: translateX(0);
}

/*# sourceMappingURL=main.css.map */

/*# sourceMappingURL=main.css.map */
