﻿@charset "UTF-8";
/* CSS Document */
* {
-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  transition: all .3s ease-in-out;
  scroll-behavior: smooth;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: #1d3c50;
  animation: myfadeInAnimation 2s;
}
@keyframes myfadeInAnimation {
  from {opacity: 0;}
  to {opacity: 1;}
}
@-webkit-keyframes myfadeInAnimation {
  from {opacity: 0;}
  to {opacity: 1;}
}
h1, h2, h3, h4 {
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
	color: #c4b088;
}
h1, h2 {
  text-transform: uppercase;
}
h1 {
  font-size: 60px;
  line-height: 70px;
}
h2 {
  color: #c4b088;
  font-size: 50px;
}
.ingress {
  font-size: 24px;
}
a {
  color: #333333;
}
p {
  margin: 0 0 25px 0;
}
img {
  max-width: 100%;
}
.column {
  -webkit-columns: 50px 2; /* Chrome, Safari, Opera */
  -moz-columns: 50px 2; /* Firefox */
  columns: 50px 2;
  column-gap: 30px;
}

@media all and (max-width: 992px) {
  .column {
    -webkit-columns: 50px 1; /* Chrome, Safari, Opera */
    -moz-columns: 50px 1; /* Firefox */
    columns: 50px 1;
    column-gap: 0px;
  }
}
/* Rammeverk
*********************************/
.container {
  width: 1370px;
  max-width: 100%;
}
.small-container {
  width: 1240px;
}
.header-image, .login {
  position: relative;
  height: 100vh;
  padding: 0;
  overflow: hidden;
}
.header-image.sub-page {
}
.header-image .container, .login .container {
  position: relative;
  padding: 0 30px;
  z-index: 9999;
  text-align: center;
  min-height: 70px;
  top: 50%;
  margin-top: -35px;
}
.login .container {
  min-height: 410px;
  margin-top: -205px;
}
.login form {
  max-width: 370px;
  margin: 0 auto;
  color: #897043;
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.login .form-group {
  text-align: left;
}
.login .form-control {
  border-radius: 0px;
  padding: 15px 0;
  height: auto;
  line-height: 20px;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #897043;
  color: #897043;
  transition: all .2s ease-in-out;
}
.login .form-control:focus {
  padding: 15px;
  box-shadow: none;
  background-color: #FFF;
}
.login form .btn {
  margin: 20px auto;
  float: none;
  background-color: transparent;
  color: #897043;
  border-color: #897043;
}
.login form .btn:hover {
  background-color: #897043;
  color: #1d3c50;
  border-color: #897043;
}
.header-image .container h1, .login .container h1 {
  position: relative;
  color: #FFF;
  display: inline-block;
  text-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.front-page .header-image .container h1, .login .container h1 {
  color: #897043;
}
.login .container p {
  color: #FFF;
  font-size: 19px;
}
.info-text {
  position: absolute;
  text-align: center;
  left: 50px;
  right: 50px;
  bottom: 60px;
  color: #897043;
  font-size: 14px;
  z-index: 99999;
}
.info-text a {
  color: #897043;
  text-decoration: underline;
}
.front-page .header-image .container h1::before, .front-page .header-image .container h1::after {
  content: '';
  position: absolute;
  left: -110px;
  top: 33px;
  height: 4px;
  width: 100px;
  border-top: 1px solid #897043;
  border-bottom: 1px solid #897043;
}
.front-page .header-image .container h1::after {
  left: inherit;
  right: -110px;
}
.borders {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.frame {
  position: absolute;
  width: 50%;
  height: 50%;
  padding: 35px 50px 0 35px;
}
.frame-bottom {
  width: 100%;
  bottom: 0px;
  padding: 0 35px 35px 35px;
}
.frame-right {
  right: 0px;
  padding: 35px 35px 0 50px;
}
.frame-right-top {
  right: 0px;
  padding: 35px 92px 0 50px;
}
.frame-right-right {
  right: 0px;
  padding: 92px 35px 0 50px;
}
.symbol {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 90px;
  height: 90px;
  margin-left: -45px;
  background: url(../../images/suite/HC-symbol.svg) no-repeat center;
  background-size: auto 57px;
  z-index: 999;
}
.symbol a {
width: 90px;
  height: 90px;
	display: block;
	text-indent: -5000px;
}
.frame::after {
  content: '';
  border: 1px solid #897043;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}
.frame::before {
  position: absolute;
  top: 42px;
  right: 50px;
  left: 42px;
  bottom: 0;
  content: '';
  border: 1px solid #897043;
}
.frame-left::after {
  border-right: none;
  border-bottom: none;
}
.frame-left::before {
  border-right: none;
  border-bottom: none;
}
.frame-right::after {
  border-left: none;
  border-bottom: none;
}
.frame-right::before {
  border-left: none;
  border-bottom: none;
  right: 42px;
  left: 50px;
}
.frame-right-top::after {
  border-left: none;
  border-bottom: none;
border-right: none;
}
.frame-right-top::before {
  border-left: none;
  border-bottom: none;
	border-right: none;
  right: 92px;
  left: 50px;
}
.frame-right-right::after {
  border-left: none;
  border-bottom: none;
border-top: none;
}
.frame-right-right::before {
  border-left: none;
  border-bottom: none;
	border-top: none;
  right: 42px;
  left: 50px;
	top: 92px;
}
.frame-bottom::after {
  border-top: none;
}
.frame-bottom::before {
  border-top: none;
  top: 0px;
right: 42px;
  bottom: 42px;
}

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-container img {
  position: absolute;
  object-fit: cover;
  top: -2%; left: -2%; right: -2%; bottom: -2%;
  width: 104%;
  height: 104%;
  max-width: inherit;
  max-height: inherit;
}
/*
.video-container img {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
*/
.video-container .volume {
  z-index: 100;
  position: absolute;
  bottom: 50px;
  right: 50px;
  max-height: 48px;
  max-width: 48px;
  width: 100%;
  height: 100%;
  background-image: url("../../images/suite/volum-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.video-container .volume.volume-on {
  background-image: url("../../images/suite/volum-on.png");
}

.video-container .overlay {
  position: absolute;
  top: 0; right: 0; left: 0; bottom: 0;
  background: rgba(0,0,0,0.2);
}
.scroll-to-content {
  font-family: 'Arsenal', sans-serif;
  position: absolute;
  width: 160px;
  height: 20px;
  padding-top: 30px;
  margin-left: -80px;
  text-align: center;
  left: 50%;
  bottom: 80px;
  color: white;
  z-index: 9999;
  background: url(../../images/sutite/HC-download-arrow.png) no-repeat center;
  background-size: auto 28px;
}
.scroll-to-content span {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 20px;
  height: 28px;
  margin-left: -14px;
  background: url(../../images/sutite/HC-download-arrow.svg) no-repeat center;
  background-size: auto 28px;
}
.scroll-to-content:hover, .scroll-to-content:focus, .scroll-to-content:active {
  text-decoration: none;
  color: white;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  transition: all 0.5s;
}
.main {
  position: relative;
  padding: 100px 0 0 0;
  background: #FFF;
}
.google-map {
  height: 600px;
  padding: 0;
  background: #EEEEEE;
}
#map {
  width: 100%;
  height: 600px;
  cursor: pointer;
}
.marker {
  background-image: url('../../images/sutite/map-marker.png');
  background-size: cover;
  width: 46px;
  height: 70px;
  cursor: pointer;
}
.bottom {
  position: relative;
  font-family: 'Arsenal', sans-serif;
  font-size: 18px;
  line-height: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #af8945;
  z-index: 999;
  background: #1d3c50;
}
.bottom a {
  text-decoration: underline;
  color: #af8945;
}
.bottom p {
  margin: 15px 0;
}
.social-icons {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 5px;
}
.social-icons svg {
  fill: #af8945;
}
.bottom-logos {
	padding: 30px 15px;
	background-color: rgba(0,0,0,0.07);
	text-align: center;
}
.hc, .lhw {
	height: 90px;
	width: 220px;
	display: inline-block;
	background: url(../../images/sutite/HC-logo-wh.svg) no-repeat center;
	text-indent: -5000px;
	margin: 15px;
}
.lhw {
	width: 170px;
  	height: 80px;
	background: url(../../images/sutite/LHW-logo.svg) no-repeat center;
}
@media all and (max-width: 992px) {
  .header-image .container {
    min-height: 40px;
    margin-top: -20px;
  }
  .header-image .container h1, .login .container h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .front-page .header-image .container h1::before, .front-page .header-image .container h1::after {
    left: -60px;
    top: 18px;
    width: 50px;
  }
  .front-page .header-image .container h1::after {
    left: inherit;
    right: -60px;
  }
  
  .main {
    padding: 30px 0 0 0;
  }
  .login .form-group {
    text-align: center;
  }
  .login .form-control {
    padding: 10px !important;
  }
}

@media all and (max-width: 767px) {
  .header-image .container {
    top: 40%;
  }
  .front-page .header-image .container h1::before, .front-page .header-image .container h1::after {
    display: none;
  }
}
/* Elementer
*********************************/

.btn {
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #464646;
  text-decoration: underline !important;
  padding: 15px 75px;
  border-radius: 0px;
}
.btn-outline-primary {
  border-color: #464646;
}
.btn-outline-primary:hover {
  background-color: #464646;
  border-color: #464646;
}
.discover, .article {
  position: relative;
  padding: 0 0 100px 0;
}
.article:first-of-type {
  padding: 0 0 40px 0;
}
.discover::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  content: '';
  height: 10px;
  border-top: 1px solid #c4b088;
  border-bottom: 1px solid #c4b088;
  z-index: 99;
}
.discover .left-image, .discover .right-image {
  position: static;
  min-height: 540px;
}
.discover .left-image .image, .discover .right-image .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 540px;
  z-index: 999;
  overflow: hidden;
}
.discover .right-image .image {
  left: inherit;
  right: 0px;
}
.discover .left-image .image img, .discover .right-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease-in-out;
}
.discover .left-image .image img.img-parallax, .discover .right-image .image img.img-parallax {
  height: 540px;
}
.discover .text, .article .text {
  position: relative;
  margin: 120px 0;
  z-index: 99;
}
.discover a:not(.btn), .article a:not(.btn) {
  color: #c4b088;
  text-decoration: underline;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.discover a:not(.btn):hover, .article a:not(.btn):hover {
  color: #212529;
}
.article .image, .article .image .border {
  position: relative;
  border: 1px solid #c4b088 !important;
  padding: 5px;
  background: #FFF;
}
@-moz-document url-prefix() {
  .article .image, .article .image .border {
    position: relative;
    border: 1px solid #c4b088 !important;
    padding: 4.6px;
    background: #FFF;
  }
}
.article .image.left {
  width:80%;
  transform: translateY(50px) translateX(150px);
  z-index: 99;
}
.article .image.right {
  transform: translateX(-100px);
  z-index: 9;
}
.article .image.left-big {
  transform: translateX(100px);
  z-index: 9;
}
.article .image.right-small {
  width: 80%;
  transform: translateY(50px) translateX(-20px);
  z-index: 99;
}

.images {
  padding: 30px 0 30px 0;
}
.grey-background, .light-grey-background {
  background: #eeeeee;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  z-index: 0;
  opacity: 0.8;
}
.light-grey-background {
  width: 50%;
  height: 120%;
  opacity: 0.5;
}
.light-grey {
  background: #eeeeee;
}
.gallery {
  padding-bottom: 50px;
}

@media all and (max-width: 767px) {
  .left-image, .right-image {
    min-height: inherit;
  }
  .left-image .image, .right-image .image {
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }
  .discover .left-image, .discover .right-image {
    min-height: 300px;
  }
  .discover .left-image .image img.img-parallax, .discover .right-image .image img.img-parallax {
    height: 300px;
  }
  .discover .order-1, .discover .order-2, .article .order-1, .article .order-2 {
    -ms-flex-order: 0;
    order: 0;
  }
  .discover .text, .article .text {
    margin: 40px 0 0 0;
  }
}
@media all and (max-width: 576px) {
  .article .image.left {
    width: 65%;
    transform: translateY(70px) translateX(60px);
  }
  .article .image.right {
    width: 90%;
    transform: translateY(-70px) translateX(10px);
  }
  .article .image.left-big {
    width:90%;
    transform: translateY(70px) translateX(50px);
  }
  .article .image.right-small {
    width: 65%;
    transform: translateY(-70px) translateX(15px);
  }
  .images {
    padding: 30px 0 0px 0;
    margin-bottom: -20px;
  }
}
@media all and (max-width: 440px) {
  .article .image.left {
    width: 65%;
    transform: translateY(0px) translateX(60px);
  }
  .article .image.right {
    width: 90%;
    transform: translateY(-100px) translateX(0px);
  }
  .article .image.left-big {
    width: 90%;
    transform: translateY(0px) translateX(30px);
  }
  .article .image.right-small {
    width: 65%;
    transform: translateY(-100px) translateX(0px)
  }
}

/* Navigation
*********************************/ 
.nav {
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background-color: rgba(29,60,80,0.98);
  z-index: 99999;
  transition: all .3s ease-in-out;
  opacity: 0;
  display: none;
}
.nav ul {
  width: 100%;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 15vh 0 0 0;
  list-style-type: none;
text-align: center;
}
.nav ul li {
  display: block;
  margin: 19px;
}
.nav ul li a {
  font-family: 'Arsenal', sans-serif;
  color: #887043;
  padding: 1px;
  text-decoration: none;
text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid transparent;
  font-size: 30px;
}
.nav ul li a:hover {
  border-color: #887043;
}
.nav ul li.active a {
  border-color: #887043;
}
.menu-active .nav {
  opacity: 1;
  display: block;
}

.menu-active {
  opacity: 1;
  display: block;
}

.menu-icon {
	position: fixed;
	top: 50px;
	right: 50px;
  background: rgba(137,112,67,0.7);
  width: 46px;
  height: 54px;
  padding: 10px 0 0 9px;
  float: right;
z-index: 999999;
}
.menu-active .menu-icon {
  background: #897043;
}
.menu-icon:before {
  position: absolute;
  top: 36px;
  left:0;
  right: 0;
  text-align: center;
  content: 'MENU';
  font-size: 11px;
  color: #FFF;
}
.menu-active .menu-icon:before {
  content: 'CLOSE';
}
.burger {
  height: 26px;
  width: 26px;
  position: relative;
  font-size: 8px;
  cursor: pointer;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  -webkit-tap-highlight-color: transparent;
  z-index: 9999;
}
.burger .burger-lines:after {
  left: 0;
  top: -1em;
}
.burger .burger-lines:before {
  left: 1em;
  top: 1em;
}
.burger:after {
  content: '';
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}
.burger .burger-lines {
  top: 50%;
  margin-top: -0.125em;
}
.burger .burger-lines, .burger .burger-lines:after, .burger .burger-lines:before {
  pointer-events: none;
  display: block;
  content: '';
  width: 100%;
  border-radius: 0.25em;
  background-color: white;
  height: 0.25em;
  position: absolute;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.burger .burger-lines:after {
  left: 0;
  top: -1em;
}
.burger .burger-lines:before {
  left: 1em;
  top: 1em;
}
.burger.burger-rotate .burger-lines:after, .burger.burger-rotate .burger-lines:before {
  width: 2em;
}
.burger.burger-rotate .burger-lines, .burger.burger-rotate .burger-lines:after, .burger.burger-rotate .burger-lines:before {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.menu-active .burger.burger-rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-active .burger.burger-rotate .burger-lines {
  background-color: transparent;
}
.menu-active .burger.burger-rotate .burger-lines:before, .menu-active .burger.burger-rotate .burger-lines:after {
  left: 0.5em;
  top: 0px;
}
.menu-active .burger.burger-rotate .burger-lines:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-active .burger.burger-rotate .burger-lines:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
html.menu-active {
  overflow: hidden;
}
.uunav {
  display: none;
}
.carousel {
  width: 100% !important;
  overflow: hidden;
  padding-bottom: 40px;
}
.carousel-inner .carousel-item-right.item.active, .carousel-inner .carousel-item-next.item {
  transform: translateX(50%);
}
.carousel-inner .carousel-item-left.item.active, .carousel-inner .carousel-item-prev.item {
  transform: translateX(-50%)
}
.carousel-inner .carousel-item-right.item, .carousel-inner .carousel-item-left.item {
  transform: translateX(0);
}
.carousel .carousel-item.item {
  z-index: 9;
  opacity: 0;
}
.carousel .carousel-item.item.active {
  z-index: 99;
  opacity: 1;
}
.carousel .item .image {
  transform: scale(0.75);
}
.carousel .carousel-item.item .image {
  float: left;
  transform: scale(0.75) translateX(50px);
  transition: all .5s ease-in-out;
  z-index: 99;
  background: #FFF;
}
.carousel .carousel-item img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.carousel .carousel-item.item.active .image:last-child {
  transform: scale(1) translateX(-120px);
  z-index: 9;
}
.carousel .carousel-item.item.active.carousel-item-left .image:last-child, .carousel .carousel-item.item.active.carousel-item-right .image:last-child {
  transform: scale(0.75) translateX(50px);
}
.carousel .carousel-item.carousel-item-next .image:last-child,
.carousel .carousel-item.carousel-item-prev .image:first-child {
  opacity: 0;
}
.carousel .carousel-item.active .image:last-child,
.carousel .carousel-item.active .image:first-child {
  opacity: 1;
}
.carousel-item-prev .carousel-item-next .carousel-nav {
  z-index: 99;
  text-align: center;
  margin-top: 10px;
}
.carousel-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.multiple .carousel-nav {
  left: 110px;
  right: inherit;
  bottom: 50px;
  width: 40%;
  text-align: left;
}
.carousel-nav a {
  display: inline-block;
  text-indent: -5000px;
}
.carousel-nav a.next, .carousel-nav a.prev {
  width: 20px;
  height: 20px;
  background: url(../../images/sutite/HC-arrow.svg) no-repeat center top;
  margin: 0 10px;
}
.carousel-nav a.next {
  transform: rotate(180deg);
}
.carousel-indicators {
  position: static;
  right: inherit;
  bottom: inherit;
  left: inherit;
  z-index: 15;
  margin-bottom: 0px;
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  counter-reset: item;
  list-style-type: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: none;
  width: 10px;
  text-align: center;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: inherit;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  opacity: 1;
  color: #996633;
  float: left;
}
.carousel-indicators li:last-child {
  display: none;
}
.carousel-indicators li::before {
  content: counter(item) "  ";
  counter-increment: item;
}
.carousel-indicators li.active {
  border-bottom: 1px solid #996633;
}

@media all and (max-width: 992px) {
  .menu-active .nav {
    right: 0px;
    overflow: scroll;
    opacity: 1;
  }
}