<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/** ################################################## GENERAL ################################################## **/
:root {
  --container-max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

section[id],
div[id] {
  scroll-margin-top: var(--header-height);
}

html,
body {
  max-width: none;
}

video {
  display: block;
}

img,
video,
picture {
  max-width: 100%;
  height: auto;
}

.animated,
img,
svg,
a,
i,
.fa-stack {
  transition: all 500ms ease 0s;
}

.hint-text {
  opacity: .7
}

select {
  cursor: pointer;
}

.container.wide {
  max-width: 1500px;
}

.unbreakable {
  white-space: nowrap;
}

.cover {
  width: 100%;
  height: 100%;
  margin: 0;
}

.cover img,
.cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-muted {
    color: rgba(255, 255, 255, 0.6) !important;
}
.fade-transition {
  transition: all 250ms ease;
}

.content *:last-child {
  margin-bottom: 0;
}

.btn-icon .fa-stack {
  font-size: 2rem;
  width: 2em;
}

.form-control:disabled:not(.select-input)), .form-control[readonly]:not(.select-input){
    background-color:transparent!Important;

}

.mobile-book-switcher{
    position:absolute;
    background-color:var(--bs-success);
    right: 1rem;
    top: -1.5rem;
    z-index: 1;
    padding: 0.5rem;
    border-radius: 0.6rem;
}
.gradient-overlay::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  background: rgb(128, 128, 128);
  background: linear-gradient(90deg, rgba(128, 128, 128, 1) 0%, rgba(224, 215, 201, 1) 100%);
  transition: opacity .33s;
}

.overlay::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.overlay::before {
  background: rgb(27, 26, 26);
  background: linear-gradient(90deg, rgba(27, 26, 26, 0.7035189075630253) 97%, rgba(31, 24, 24, 0.15730042016806722) 100%);
  top: 0;
}

.cover {
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
}

.minheight-low {
  min-height: 40vh;
}

.height-low {
  height: 40vh;
}

.minheight-medium {
  min-height: 60vh;
}

.height-medium {
  height: 60vh;
}

.minheight-tall {
  min-height: 90vh;
}

.height-tall {
  height: 80vh;
}

.minheight-full {
  min-height: 100vh;
}

.height-full {
  height: 80vh;
}

.limit-width {
  max-width: 900px;
}

.rounded-left {
  border-radius: 1rem 0rem 0rem 1rem;
}

.rounded-right {
  border-radius: 0rem 1rem 1rem 0rem;
}


#dropdown-language-desktop img{
    max-height:.65rem;
}
 #dropdown-language-mobile img{
     max-height:1rem;
 }
 
.dropdown-toggle::after{
    content:none;
}


/** ################################################## Custom styling start ########################################## **/

#page-logo {
  max-width: 10rem;
}

#page-nav ul {
  display: inline;
  padding-left: 0;
}

#page-nav li {
  display: inline
}

#page-nav a:not(.btn) {
  text-decoration: none;
  color: var(--bs-body-color);
}

#footer-menu-list {
  padding-left: 0;
}

#footer-menu-list li {
  list-style: none;
  color: #FFFF;
  margin: 0.25rem 0;
}

#footer-menu-list a {
  color: #FFFF;
  text-decoration: none;
  font-weight: 500;
}

.accordion-item,
.accordion-flush {
  margin-bottom: 1rem;
  border-radius: 1rem;
}

.accordion-button.collapsed {
  border-radius: 1rem !important;
}

.accordion-flush .accordion-item {
  border-radius: 1rem;
}

.accordion-button:focus {
  box-shadow: none;
}

.rte .accordion-flush {
    padding: 0;
}

.booking-box {
  position: relative;
  color: #FFFF;
  background-color: var(--bs-primary);
  border-radius: 2rem;
}

.bookingBorder {
    border-bottom: none !important;
}

.bannerPrice {
    font-size: 1.25rem !important;
}

.rounded {
  border-radius: 2rem !important;
}

.rounded-sm {
  border-radius: 1.5rem !important;
}

.rounded-top-left {
  border-top-left-radius: 2rem;
}

.rounded-bottom-left {
  border-bottom-left-radius: 2rem;
}

.rounded-top-right {
  border-top-right-radius: 2rem;
}

.rounded-bottom-right {
  border-bottom-right-radius: 2rem;
}
@media (max-width: 767px){
    .custom-travelInput-wrapper .rounded-bottom-left.rounded-top-left {
        border-bottom-left-radius: 0;
        border-top-right-radius: 2rem;
    }
    .custom-travelInput-wrapper .rounded-bottom-right.rounded-top-right{
        border-top-right-radius: 0;
        border-bottom-left-radius: 2rem;
    }
}
.custom-travelInput-wrapper .form-control {
  padding: 1rem 0.75rem;
  background-color: transparent;
  border: none;
  color: #FFFF
}

.custom-travelInput-wrapper .input-group-text {
  color: #FFFF;
  background-color: transparent;
  border: none;
}

.custom-travelInput-wrapper {
  border-radius: 35px;
  border: 2px solid var(--bs-success)
}

.phatBottom-border {
  border-bottom: 2px solid var(--bs-success);
  border-radius: 33px 33px 0px 0px;
  background-color: #3B5F66;
  position: relative;
}

.el-arrow {
  top: 50%;
  background-color: var(--bs-success);
  padding: 2rem;
  display: flex;
  align-items: center;
  right: 1rem;
  z-index: 99;
}

.form-floating&gt;label {
  text-transform: uppercase;
  font-size: .75rem;
  color: #264E55;
  line-height: 2;
}

.custom-border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) #42646A !important;
}

.navbar-toggler {
  border: none !important;
}

.navbar-brand img {
  max-height: 2rem;
}

.navbar-nav .custom-small {
  font-weight: 600;
  font-size: 1.35rem;
}

.navbar-toggler-icon {
  background-image: none;
  height: 1rem;
}

.navbar-toggler::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";

  font-size: 1.5rem;
  color: var(--bs-danger);
}

.navbar-toggler.collapsed::before {
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5rem;
  content: "\f0c9";
  color: var(--bs-danger);
}

.nav-link.active {
  color: var(--bs-danger) !important;
}

.vr {
  background-color: #42646A !important;
}

/*
.rounded-right {
  border-radius: 0px 2rem 2rem 0px;
}
*/


/*Tester litt input-greier */
.new-booking-box .item-center {
  position: absolute;
  right: 2rem;
  bottom: 3rem;
  z-index: 1;
}

.new-booking-box {
  position: relative;
}

.new-booking-box .form-control:focus {
  color: #FFFF;
  background-color: transparent;
  border-color: none;
  box-shadow: none;
}

.item-left .input-group {
  border: 2px solid var(--bs-success);
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}

.item-right .input-group {
  border: 2px solid var(--bs-success);
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
}


.item-right input,
.item-left input {
  padding: 1.15rem .7rem;
  background-color: transparent;
  border: none;
  color: #FFFF;
}

.item-right .input-group-text {
  padding: 1.15rem .7rem;
  background-color: transparent;
  border: none;
}

.item-left .input-group-text {
  padding: 1.15rem .7rem;
  background-color: transparent;
  border: none
}

.rounded-2-custom {
  border-radius: 0 !important;
}

/* Tester litt input slutt */
:root {
--gutter-x: 1.5rem;
}

.stretch-right {
  max-width: none;
  width: calc((100vw - var(--container-max-width) + var(--gutter-x)) / 2 + 100%);
  margin-left: 4px;
  float: left;
  height: auto;
}

.stretch-left {
  max-width: none;
  width: calc((100vw - var(--container-max-width) + var(--gutter-x)) / 2 + 100%);
  margin-right: 0;
  float: right;
  height: auto;
}

.bg-extended-left {
  position: relative;
}

.bg-extended-left::before {
  content: "";
  position: absolute;
  width: auto;
  height: 100%;
  right: 0;
  border-radius: 2rem;
}

.bg-extended-left.bg-primary::before {
  background-color: var(--bs-primary);
}
/*
.pull-up {
  margin-top: -3rem;
}
*/
.form-floating .select-wrapper~label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating&gt;.select-wrapper&gt;.form-outline&gt;.form-control {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.rounded-2-custom {
  border-radius: var(--bs-border-radius) !important;
}

.new-booking-box .item-center:hover {
  cursor: pointer;
}

.new-booking-box .input-group-text {
  min-width: 4rem;
}

/* Login form styling */
.roundedLogin {
    border-radius: 2rem;
}

.roundedLoginH2 {
    border-radius: 2rem 2rem 0 0;
}
/* Login form styling slutt */

/** ################################################## MEDIA QUERIES ################################################## **/
/** Small devices (landscape phones, 576px and up) **/
/** Bootstrap: -sm **/
@media (min-width: 576px) {}

/** Medium devices (tablets, 768px and up) **/
/** Bootstrap: -md **/
@media (min-width: 768px) {
  :root {
    --container-max-width: 720px;
 
  }

  .rounded-2-custom {
    border-radius: 0 !important;
  }

  .pull-up {
    margin-top: -2rem;
    padding-bottom: 2rem;
  }

  .bg-extended-left {
    position: relative;
  }

  .bg-extended-left::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
  }



  .bg-extended-left.bg-primary::before {
    background: var(--bs-primary);
  }

  /*Tester litt input-greier */
  .new-booking-box .item-center {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  .new-booking-box .item-center {
    position: relative;
  }

  .new-booking-box .form-control:focus {
    color: #FFFF;
    background-color: transparent;
    border-color: none;
    box-shadow: none;
  }

  .item-left .input-group {
    border: 3px solid var(--bs-success);
    border-radius: 36px 0px 0px 36px;
  }

  .item-right .input-group {
    border: 3px solid var(--bs-success);
    border-radius: 0px 36px 36px 0px;
  }


  .item-right input,
  .item-left input {
    padding: 1.15rem .7rem;
    background-color: transparent;
    border: none;
    color: #FFFF;
  }

  .item-right .input-group-text {
    padding: 1.15rem .7rem;
    background-color: transparent;
    border: none;
  }

  .item-left .input-group-text {
    padding: 1.15rem .7rem;
    background-color: transparent;
    border: none
  }

  .swapperDesktop .fa-solid {
    transform: rotate(90deg);
    font-size:1.5rem;
  }
  .swapperDesktop .fa-solid:hover {
   cursor:pointer;
  
  }

  /* Tester litt input slutt */

  .new-booking-box .input-group-text {
    min-width: 0rem;
  }

  .new-booking-box #input1,
  .new-booking-box #input2 {
    font-weight: bold;
  }
  
  .bookingBorder {
    border-bottom: 3px solid #79CBB7 !important;
  }
  
  .bannerPrice {
    font-size: 1rem !important;
}

}

/** Large devices (desktops, 992px and up) **/
/** Bootstrap: -lg **/
@media (min-width: 992px) {
  :root {
    --container-max-width: 920px;
  }

  .navbar-nav .custom-small {
    font-size: 0.725rem;
    font-weight: 400;
  }

}

/** Extra large devices (large desktops, 1200px and up) **/
/** Bootstrap: -xl **/
@media (min-width: 1200px) {
  :root {
    --container-max-width: 1280px;
  }
}

/** Extra Extra large devices (extra large desktops, 1400px and up) **/
/** Bootstrap: -xxl **/
@media (min-width: 1400px) {}

@media (min-width: 1600px) {}

@media (orientation: landscape) {}

@media (orientation: portrait) {}

.select-option-text {
  font-size: .8rem
}

.select-option-secondary-text {
  font-size: .5rem;
}

.select-dropdown {
  border-radius: 1rem;
  line-height: 20px;
}

.select-dropdown .form-control {
  font-size: .5rem;
}

.input--2-group {
  display: flex;
  background-color: #FFF;
  border-radius: 5rem;
  border: 1px solid rgba(0, 0, 0, .1);
}

.input--2-group-icon {
  color: #264E55;
  background-color: rgba(59, 95, 102, .3);
  height: 85px;
  width: 85px;
  position: relative;
  border-radius: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  aspect-ratio: 1;
}

.input--2-group-input {
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.input--2-group-input .form-control {
  background-color: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
}

.input--2-group-input label {
  text-transform: uppercase;
  margin: 0;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.25;
  color: rgba(59, 95, 102, .5);

}

.form-control:focus,
.form-control:active {
  outline: none;
  box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.bg-green {
  background-color: var(--bg-success);
}

.triangles {
  margin-top: -20px
}

.triangles button {
  height: 10px;
}

.pointer {
  cursor: pointer;
}

.view-wrapper section:not(.active, .fade-transition) {
  display: none
}

.bg-light-opacity {
  background-color: rgba(var(--bs-light-rgb), .1) !important;
}

.ripple-wave {
  display: none !important;
}

.view-wrapper {
  position: relative;
  --animationTime: 250ms;
  --translateLength: 50vw;
  --translateLengtBack: -50vw
}

.fade-transition {
  position: absolute;
  transition: all 250ms ease;
  top: 0
}

.fade-transition.active {}

.view {
  width: 100%;
}

.view.prev {
  position: absolute;
  transform: translateX(var(--translateLengtBack));
}

.view.next {
  position: absolute;
  transform: translateX(var(--translateLength));
}

.view.prev.fade-transition {
  animation: fadeFromPrev var(--animationTime);
}

.view.next.fade-transition {
  animation: fadeFromNext var(--animationTime);
}

.view.active.fade-transition-next {
  animation: fadeToNext var(--animationTime);
}

.view.active.fade-transition-prev {
  animation: fadeToPrev var(--animationTime);
}

.booking-price-tag {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.input-group-text .form-control {
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 60px;
}
.custom-travelInput-wrapper input {
    background: none;
    color: #FFF;
    padding: 0;
    border: 0;
}
@media (max-width: 767px){
    .turn-mobile{
        transform:rotate(90deg);
    }
}


@keyframes fadeFromPrev {
  from {
    opacity: 0;
    transform: translateX(var(--translateLengtBack));
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeFromNext {
  from {
    opacity: 0;
    transform: translateX(var(--translateLength));
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeToNext {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(var(--translateLength));
  }

}

@keyframes fadeToPrev {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(var(--translateLengtBack));
  }

}

.date-wrapper input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}</pre></body></html>