@import url("https://fonts.googleapis.com/css?family=Oswald:300,500|Vollkorn:400,700|Charm:400,700&display=swap");
/* RGB */
@keyframes scaleup {
  0% {
    transform: scale(1);
  }
  4% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
html {
  line-height: 1.4;
}

body {
  font-family: "Vollkorn", serif;
  color: rgb(56, 53, 50);
}

h1, h2, h3 {
  font-family: "Oswald", sans-serif;
  color: rgb(28, 79, 129);
}

h4 {
  font-family: "Oswald", sans-serif;
}

p {
  margin: 0 0 0.8rem;
}

a {
  color: rgb(28, 79, 129);
}
a.active, a:hover, a:focus, a:visited {
  color: rgb(28, 79, 129);
}

.container.grid-xl {
  max-width: 1440px;
}

.col-filler {
  flex: 1 0 auto;
}

.col-underline {
  border-top: 0.1rem solid rgba(139, 128, 86, 0.5);
  margin-top: 2rem;
}

#header {
  font-size: 0.8rem;
  min-height: 4rem;
  height: auto;
  border-bottom: none;
}
#header .logo img {
  height: 3rem;
}

#start {
  margin-top: calc(6rem - 1px);
}
#start section.section.modular-text:last-of-type {
  min-height: calc(100vh - 8rem + 1px);
}

.modular-hero + #start {
  margin-top: 0;
}

#site-nav,
.langswitcher {
  font-family: "Oswald";
  font-weight: 500;
}

.langswitcher {
  position: relative;
  top: auto;
  transform: none;
}
.langswitcher .active {
  text-decoration: none;
  color: #8b8056;
}
.langswitcher a {
  color: rgba(139, 128, 86, 0.5);
}
.langswitcher a:hover {
  color: #8b8056;
  text-decoration: none;
}

.overlay-langswitcher {
  height: 100%;
  background: white;
  margin-top: 2rem;
}
.overlay-langswitcher .langswitcher a {
  font-size: 1rem;
}
.overlay-langswitcher .langswitcher li {
  margin-left: 1rem;
}

#onpage-nav {
  font-family: "Oswald";
  font-weight: 300;
  font-size: 0.8rem;
}

#onpage-nav-container {
  position: absolute;
  left: 0;
  height: 2rem;
  width: 100%;
  background: #8b8056;
}
#onpage-nav-container.empty-section {
  border-top: 1px solid #8b8056;
  background: linear-gradient(180deg, rgba(139, 128, 86, 0.25), transparent 35%);
}

.dropmenu ul li a.active,
.dropmenu ul li a:focus,
.dropmenu ul li a:hover {
  color: rgb(28, 79, 129) !important;
}

nav.dropmenu.animated {
  display: flex;
}

.dropmenu ul li.lang.lang-1 {
  padding-left: 20px;
}
.dropmenu ul li.lang a {
  line-height: 1.2rem;
  padding: 7px 3px;
  color: rgba(139, 128, 86, 0.4) !important;
}
.dropmenu ul li.lang a:hover {
  color: #8b8056 !important;
}
.dropmenu ul li.lang a.active {
  color: #8b8056 !important;
}

#onpage-nav.dropmenu a {
  transition: all 0.4s;
  color: white;
  height: 2rem;
}
#onpage-nav.dropmenu a.active, #onpage-nav.dropmenu a:hover {
  background: #f8f9fa;
  color: rgb(28, 79, 129);
}
#onpage-nav.dropmenu a:focus:not(.active) {
  color: white !important;
}
#onpage-nav.dropmenu ul {
  justify-content: flex-end;
}

.hero.hero-fullscreen {
  min-height: 80vh;
}
.hero h1 {
  color: rgba(28, 79, 129, 0.9);
  text-shadow: 3px 3px rgba(255, 255, 255, 0.75);
}

.modular-hero .image-overlay {
  z-index: 1;
}
.modular-hero .container {
  z-index: 1;
}
.modular-hero .swiper-container {
  height: 100%;
}
.modular-hero .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dropmenu ul li a:focus {
  color: none !important;
}

h2.content-title {
  margin: 0;
  padding: 0.5rem 0.2rem 1rem;
  color: rgb(28, 79, 129);
}

.left h2.content-title {
  text-align: right;
}

.modular-text {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(#f8f9fa, white);
}
.modular-text .col-auto {
  max-width: 47%;
}
.modular-text table {
  margin: 0 auto;
}
.modular-text tbody {
  border-bottom: 1px solid rgba(139, 128, 86, 0.5);
  margin: 0;
}
.modular-text tbody tr:first-of-type {
  border-bottom: 1px solid rgba(139, 128, 86, 0.5);
}
.modular-text tbody tr:nth-last-of-type(odd) {
  border-bottom: 1px solid rgba(139, 128, 86, 0.5);
  border-top: 1px solid rgba(139, 128, 86, 0.5);
}
.modular-text tbody tr td {
  vertical-align: top;
}
.modular-text .columns.right .owl-theme .owl-dots {
  justify-content: flex-start;
}
.modular-text .content-body .inner-text {
  margin: 0.2rem 0.4rem;
}
.modular-text .swiper-container {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
}
.modular-text .swiper-container .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.modular-text .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modular-text.special-offer {
  font-family: "Charm", serif;
  padding-right: 0;
  padding-left: 0;
  padding: 0.5rem 0;
  background-color: #8b8056;
  background-image: linear-gradient(rgb(28, 79, 129), #8b8056);
}
.modular-text.special-offer p {
  max-width: 30rem;
}
.modular-text.special-offer .container.grid-xl {
  max-width: none;
  background-color: rgba(255, 255, 255, 0.902);
}
.modular-text.special-offer .section-title {
  display: none;
}
.modular-text.special-offer .section-text {
  width: 45%;
  padding: 1rem;
}
.modular-text.special-offer .section-images {
  width: 55%;
  padding: 0;
}
.modular-text.special-offer .swiper-container {
  height: 100%;
}

.modular-form form {
  margin-bottom: 2rem;
}
.modular-form form h3 {
  padding-left: 0.2rem;
}
.modular-form form h3:first-of-type {
  margin-top: 1.5rem;
}
.modular-form form .btn {
  color: white;
  background: rgb(28, 79, 129);
  border: 0.05rem solid rgb(28, 79, 129);
}
.modular-form form .btn:hover {
  color: rgb(28, 79, 129);
  background: white;
  border: 0.05rem solid rgb(28, 79, 129);
}
.modular-form form .required {
  font-weight: normal;
  color: #8b8056;
}
.modular-form form .form-input {
  border-radius: 0;
  border: none;
  border-bottom: 0.05rem solid #caced7;
}
.modular-form form .form-fieldset {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.modular-form form .form-fieldset .form-field {
  min-width: 45%;
}
.modular-form form .form-fieldset .form-group:last-child {
  margin-bottom: 0.4rem;
}
.modular-form form .form-section-wrapper h3 {
  font-size: 1rem;
}
.modular-form form .form-section-wrapper .form-section .form-field {
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  justify-content: space-between;
}
.modular-form form .form-section-wrapper .form-section .form-field .form-label-wrapper {
  width: 70%;
}
.modular-form form .form-sub-section-wrapper {
  margin-left: 2rem;
}
.modular-form form .form-sub-section-wrapper .form-spacer p {
  margin: 0;
}

.modular-features-img {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.modular-features-img .columns {
  justify-content: center;
}
.modular-features-img a {
  text-decoration: none;
}
.modular-features-img h4 {
  margin-bottom: 1.8rem;
  padding-bottom: 0.3rem;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 1px rgba(28, 79, 129, 0.75);
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.modular-features-img .feature-image {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.modular-features-img .feature-image .image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(100% - 0.4rem);
  border-radius: 100%;
  background-size: cover;
}
.modular-features-img .feature-image .image-wrapper img {
  border: 0.2rem solid rgb(28, 79, 129);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.modular-features-img .feature-image .image-wrapper .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #8b8056;
  mix-blend-mode: color;
  z-index: 1;
  transition: opacity 500ms;
  opacity: 0;
  border-radius: 100%;
}
.modular-features-img .feature-image .image-wrapper .image-overlay:hover {
  opacity: 1;
}
.modular-features-img .column {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
}
.modular-features-img .feature-content {
  width: 85%;
  margin: 0.5rem auto 0;
  text-align: center;
}

.modular-awards {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: rgba(139, 128, 86, 0.15);
}
.modular-awards .columns {
  align-items: center;
  justify-content: space-around;
  padding: 0 2rem;
}
.modular-awards .columns img {
  max-height: 4rem;
  mix-blend-mode: multiply;
}

section.section.modular-map {
  border-top: 1px solid rgba(47, 194, 226, 0.5);
  padding-right: 0;
  padding-left: 0;
  margin-top: -2rem;
  z-index: 1;
}
section.section.modular-map .container,
section.section.modular-map .columns,
section.section.modular-map .column {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
section.section.modular-map #westfjords-map {
  height: 80vh;
}
section.section.modular-map .leaflet-left .leaflet-control {
  margin-left: 20px;
}
section.section.modular-map .leaflet-top .leaflet-control {
  margin-top: 30px;
}

.sticker {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 4rem;
  display: block;
  font-size: 1.2rem;
  padding: 0.2rem 2.5rem 0.2rem 5rem;
  background-image: linear-gradient(45deg, rgba(255, 202, 220, 0.85), rgba(5, 14, 44, 0.85) 50%);
  color: whitesmoke !important;
  border-bottom-left-radius: 1rem;
  border-left: 0.1rem solid whitesmoke;
  border-bottom: 0.1rem solid whitesmoke;
  transition: all 0.5s;
}
.sticker b {
  font-weight: 500;
}
.sticker:hover {
  background-image: linear-gradient(60deg, rgba(255, 202, 220, 0.85), rgba(5, 14, 44, 0.85) 55%);
  text-decoration: none;
  box-shadow: 0rem 0rem 3rem whitesmoke;
  transform: scale(1.1);
  transform-origin: top;
}

#onpage-nav-container + .sticker {
  margin-top: 2rem;
}

.album-link {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  height: 2rem;
  background-color: rgba(245, 245, 245, 0.85);
  border: 0.1rem solid rgb(28, 79, 129);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  padding: 0.2rem 0.5rem;
  color: rgb(28, 79, 129);
  transition: all 0.5s;
}
.album-link svg {
  height: 100%;
  fill: rgb(28, 79, 129);
}
.album-link:hover {
  background-color: whitesmoke;
  text-decoration: none;
  transform: scale(1.1);
}

.photo-album #start {
  margin-top: 0;
}

.album-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.album-wrapper .image-wrapper {
  min-height: 10rem;
  height: 30vh;
  max-height: 20vw;
  margin: 0.5rem;
  max-width: 30%;
}
.album-wrapper .image-wrapper img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#footer {
  padding: 0.5rem 1rem;
  color: rgb(56, 53, 50);
  background-color: rgba(56, 53, 50, 0.05);
}
#footer .container {
  min-height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .container .columns {
  flex: 1 1 auto;
}
#footer .container p {
  margin-bottom: 0;
}
#footer i {
  font-size: 1rem;
  position: relative;
  top: 0.1rem;
}
#footer .langswitcher {
  margin: 0;
}
#footer .langswitcher li {
  margin-top: 0;
  padding: 0 0.5rem;
}

.anchor {
  position: relative;
  top: calc(1px - 6rem);
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: white;
  opacity: 0.4;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #8b8056;
  opacity: 1;
  box-shadow: 0 0 5px white;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  color: white;
  opacity: 0.3;
  transition: opacity 0.2s;
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  opacity: 1;
}

.mobile-container {
  z-index: 100;
}

.mobile-menu .button_container.active .top,
.mobile-menu .button_container.active .bottom {
  background: #8b8056;
}
.mobile-menu .button_container span {
  background: rgb(28, 79, 129);
}

.overlay {
  background: #8b8056;
  top: 4rem;
}
.overlay .mobile-logo {
  display: none;
}
.overlay .overlay-menu {
  font-family: "Oswald", sans-serif;
  height: auto;
}
.overlay .overlay-menu .treemenu li {
  background: none;
  line-height: 1.8rem;
}
.overlay .overlay-menu .treemenu li a {
  color: rgb(56, 53, 50);
  font-size: 1.4rem;
}
.overlay .overlay-menu .treemenu li a.active {
  color: rgb(28, 79, 129) !important;
}
.overlay .overlay-menu .toggler {
  display: none;
}

.featherlight:last-of-type {
  background-color: rgba(245, 245, 245, 0.75);
}
.featherlight .featherlight-content {
  padding: 2rem 2rem 0;
  border-bottom: 2rem solid transparent;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.featherlight .featherlight-close-icon {
  line-height: 2rem;
  width: 2rem;
  font-size: 1.2rem;
}

.featherlight-next,
.featherlight-previous {
  top: 2rem;
  right: 2rem;
  left: calc(100% - 8rem);
}
.featherlight-next:hover,
.featherlight-previous:hover {
  background: transparent;
}
.featherlight-next svg,
.featherlight-previous svg {
  fill: whitesmoke;
}

.featherlight-previous {
  right: calc(100% - 8rem);
  left: 2rem;
}

@media (max-width: 840px) {
  h2 {
    font-size: 1.2rem;
  }
  .col-md-auto {
    max-width: 100%;
  }
  .col-underline {
    margin-top: 1.4rem;
  }
  #onpage-nav-container {
    display: none;
  }
  #onpage-nav-container + .sticker {
    display: none;
  }
  #start {
    margin-top: 4rem;
  }
  .modular-text .col-auto {
    max-width: 80%;
  }
  .modular-text.special-offer .section-text {
    width: 100%;
  }
  .modular-text.special-offer .section-images {
    width: 100%;
  }
  .sticker {
    padding: 0.2rem 2rem;
    border-bottom-left-radius: 2rem;
  }
  .album-link {
    bottom: 0.5rem;
  }
  .album-link .text {
    display: none;
  }
  .album-wrapper .image-wrapper {
    max-width: none;
  }
}/*# sourceMappingURL=custom.css.map */