@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --fs-sm: clamp(0.95rem, 0.9rem + 0.2vw, 1.05rem);
  --fs-base: clamp(1.15rem, 1.1rem + 0.3vw, 1.3rem);
  --fs-prose: clamp(1.25rem, 1.15rem + 0.4vw, 1.4rem);
  --fs-h3: clamp(1.35rem, 1.25rem + 0.5vw, 1.6rem);
  --fs-h2: clamp(1.9rem, 1.5rem + 1.6vw, 2.6rem);
  --fs-display: clamp(2.75rem, 2rem + 4vw, 5rem);
  --fs-band: clamp(1.3rem, 1.2rem + 0.6vw, 1.6rem);
  --sp-2xs: 0.375rem;
  --sp-xs: 0.625rem;
  --sp-sm: 1rem;
  --sp-md: 1.5rem;
  --sp-lg: 2.25rem;
  --sp-xl: clamp(2.5rem, 5vw, 4rem);
  --sp-2xl: clamp(4rem, 8vw, 6.5rem);
  --r-ctl: 4px;
  --r-card: 8px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --t-fast: 160ms;
  --t-med: 260ms;
  --t-slow: 420ms;
  --shadow-soft: 0 1px 2px rgba(37, 87, 64, 0.06), 0 4px 16px rgba(37, 87, 64, 0.08);
}

h2 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: var(--fs-h2);
  line-height: 1.15;
  font-weight: 600;
}
h2::after {
  content: "";
  display: block;
  width: 2.75rem;
  height: 3px;
  background: #a4cfb3;
  margin-top: 0.5rem;
}

h3 {
  font-size: var(--fs-h3);
  line-height: 1.15;
  font-weight: 700;
}

html {
  background: #a4cfb3;
  scroll-padding-top: 5.5rem;
}

body {
  margin: 0px;
  font-size: var(--fs-base);
  line-height: 1.45;
  color: #2f443c;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body .layout-container {
  /**
        display: flex;
        min-height: 100vh;
        flex-direction: column;
        main {
            flex-grow: 1;
        }*/
  max-width: 100vw;
  overflow: hidden;
  background-color: #a4cfb3;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body .layout-container main {
  flex-grow: 1;
}

header {
  background: white;
  border-bottom: 1px solid rgba(37, 87, 64, 0.15);
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: var(--shadow-soft);
}
header > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header > div #block-traavel-contact {
  margin-right: 2rem;
  font-size: var(--fs-sm);
}
header > div nav {
  flex-grow: 1;
}
header > div nav ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 1rem;
  border-left: 1px solid #fff0f0;
  align-items: center;
  text-align: center;
}
header > div nav ul li {
  list-style-type: none;
}
header > div nav ul li a {
  padding: 0.8rem;
  margin-top: 3px;
  text-decoration: none;
  display: block;
  border-bottom: 3px solid transparent;
  transition: border-color var(--t-med) var(--ease);
}
header > div nav ul li a:hover {
  border-bottom-color: #a4cfb3;
}
header > div nav ul li a.is-active {
  text-transform: uppercase;
  border-bottom-color: #2f443c;
}
header #block-traavel-site-branding {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-block: var(--sp-xs);
}
header #block-traavel-site-branding img {
  width: 8rem;
}

a {
  color: #2f443c;
  text-decoration: none;
}

.text-formatted {
  color: #2f443c;
}
.text-formatted a {
  color: #255740;
  text-decoration: underline;
  text-decoration-color: rgba(37, 87, 64, 0.35);
  text-underline-offset: 3px;
  transition: text-decoration-color var(--t-fast) var(--ease);
}
.text-formatted a:hover {
  text-decoration-color: #255740;
}

.node__content > .text-formatted {
  max-width: 46rem;
  margin-inline: auto;
}

:focus-visible {
  outline: 3px solid rgba(37, 87, 64, 0.25);
  outline-offset: 2px;
}

::selection {
  background: #a4cfb3;
  color: #2f443c;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
main {
  color: #255740;
  background-color: rgb(243, 241, 238);
}

.tur-faner {
  padding: 0 var(--sp-md) var(--sp-xl);
}
.tur-faner .vertical-tabs {
  border: 0;
  margin-block: var(--sp-md) 0;
}
.tur-faner ul.vertical-tabs__menu {
  border: 0;
  background: transparent;
}
.tur-faner ul.vertical-tabs__menu li.vertical-tabs__menu-item {
  border: 0;
  border-bottom: 1px solid rgba(37, 87, 64, 0.15);
  background: transparent;
}
.tur-faner ul.vertical-tabs__menu li.vertical-tabs__menu-item a {
  display: block;
  padding: var(--sp-sm);
  border-left: 3px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-size: var(--fs-base);
  color: #255740;
  text-decoration: none;
  transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease);
}
.tur-faner ul.vertical-tabs__menu li.vertical-tabs__menu-item a:hover {
  background: rgba(37, 87, 64, 0.08);
}
.tur-faner ul.vertical-tabs__menu li.vertical-tabs__menu-item a strong {
  color: inherit;
  font-weight: inherit;
}
.tur-faner ul.vertical-tabs__menu li.vertical-tabs__menu-item.is-selected a, .tur-faner ul.vertical-tabs__menu li.vertical-tabs__menu-item.is-selected a:hover {
  background: #255740;
  color: #f7f6f0;
  border-left-color: #a4cfb3;
}
.tur-faner ul.vertical-tabs__menu li.galleri-item,
.tur-faner ul.vertical-tabs__menu > div.field--name-field-galleri {
  list-style: none;
  border: 0;
  background: transparent;
  margin-top: var(--sp-lg);
}
.tur-faner .vertical-tabs__pane {
  border: 0;
}
.tur-faner .details-wrapper {
  padding: var(--sp-lg);
}
.tur-faner .details-wrapper .field--name-body,
.tur-faner .details-wrapper .field--name-field-inkludert,
.tur-faner .details-wrapper .field--name-field-krav-og-anbefalinger,
.tur-faner .details-wrapper .paragraph--type--etappe .field--name-field-body {
  max-width: 72ch;
}
@media screen and (max-width: 768px) {
  .tur-faner .vertical-tabs {
    margin-left: 0;
  }
  .tur-faner ul.vertical-tabs__menu {
    float: none;
    width: 100%;
    margin: 0 0 var(--sp-sm);
    display: flex;
    flex-wrap: wrap;
    gap: var(--sp-2xs);
  }
  .tur-faner ul.vertical-tabs__menu li.vertical-tabs__menu-item {
    border-bottom: 0;
  }
  .tur-faner ul.vertical-tabs__menu li.vertical-tabs__menu-item a {
    border: 1px solid rgba(37, 87, 64, 0.15);
    border-left: 3px solid transparent;
  }
  .tur-faner ul.vertical-tabs__menu li.galleri-item,
  .tur-faner ul.vertical-tabs__menu > div.field--name-field-galleri {
    flex-basis: 100%;
    margin-top: var(--sp-md);
  }
  .tur-faner .details-wrapper {
    padding: var(--sp-md);
  }
}

article.node--type-fullside {
  z-index: -10;
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
article.node--type-fullside .vvj-slideshow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -100;
}
article.node--type-fullside .vvj-slideshow .view-content {
  height: 100%;
}
article.node--type-fullside .vvj-slideshow .view-content .vvjs {
  height: 100%;
}
article.node--type-fullside .vvj-slideshow .view-content .vvjs > .vvjs-inner {
  height: 100%;
}
article.node--type-fullside .vvj-slideshow .view-content .vvjs > .vvjs-inner > .vvjs-items {
  height: 100% !important;
}
article.node--type-fullside .vvj-slideshow .view-content .vvjs > .vvjs-inner > .vvjs-items > .vvjs-item {
  height: 100% !important;
}
article.node--type-fullside .vvj-slideshow .view-content .vvjs > .vvjs-inner > .vvjs-items > .vvjs-item .vvjs-item-inner {
  height: 100% !important;
}
article.node--type-fullside .vvj-slideshow .view-content .vvjs > .vvjs-inner > .vvjs-items > .vvjs-item .vvjs-item-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
article.node--type-fullside .vvj-slideshow .field--name-field-media-image {
  width: 100%;
  height: 100%;
}
article.node--type-fullside .vvj-slideshow .field--name-field-media-image .field__item {
  width: 100%;
  height: 100%;
}
article.node--type-fullside .vvj-slideshow .field--name-field-media-image .field__item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
article.node--type-fullside .node__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  float: left;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  height: 100%;
}
article.node--type-fullside .node__content .field {
  text-transform: uppercase;
  font-weight: 600;
}
article.node--type-fullside .node__content .field--name-field-slagord {
  background: #255740;
  color: #a4cfb3;
  padding: 1rem;
  letter-spacing: 0.15rem;
}
article.node--type-fullside .node__content .field--name-field-lenke a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 0.4rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: var(--fs-base);
  letter-spacing: 0.04em;
  line-height: 1.1;
  padding: 0.7rem 2rem;
  border: 0;
  border-radius: 0;
  background: #ffd7e6;
  color: #2f443c;
  cursor: pointer;
  text-decoration: none;
  transition: background var(--t-med) var(--ease), transform var(--t-med) var(--ease);
}
article.node--type-fullside .node__content .field--name-field-lenke a:hover {
  background: #ffa4c6;
  transform: translateY(-1px);
}
article.node--type-fullside .node__content .field--name-field-lenke a:active {
  transform: none;
}

article.node--type-tur .field--name-field-melding {
  position: absolute;
  text-transform: uppercase;
  line-height: 2rem;
  font-size: 1.5rem;
  top: 0;
  width: 100%;
  background: #a4cfb3;
  text-align: center;
  box-sizing: border-box;
  padding: 0.5rem;
  font-weight: 500;
}
article.node--type-tur.node--view-mode-teaser {
  position: relative;
  overflow: hidden;
}
article.node--type-tur.node--view-mode-teaser img {
  transition: transform var(--t-slow) var(--ease);
}
article.node--type-tur.node--view-mode-teaser:hover img {
  transform: scale(1.04);
}
article.node--type-tur.node--view-mode-teaser > h3 {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  article.node--type-tur.node--view-mode-teaser > h3 {
    font-size: 1.5rem;
  }
}
article.node--type-tur.node--view-mode-teaser > h3 a::after {
  opacity: 0%;
  transition: opacity 0.5s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #2f443c;
  width: 100%;
  height: 100%;
}
article.node--type-tur.node--view-mode-teaser > h3 a:hover::after {
  opacity: 30%;
}
article.node--type-tur.node--view-mode-teaser > h3 a span {
  z-index: 100;
  background: #255740;
  color: #ffd7e6;
  padding: 1rem;
  display: block;
  text-align: center;
}
article.node--type-tur .details-wrapper {
  background-color: #ffffff;
}
article.node--type-tur.node--view-mode-full .tur-faner details summary {
  font-weight: 600;
  text-transform: uppercase;
}
article.node--type-tur.node--view-mode-full .field--name-field-galleri {
  grid-template-columns: repeat(3, 1fr);
}
article.node--type-tur.node--view-mode-full .field--name-field-summary {
  background: #f7f6f0;
  padding-block: clamp(2.5rem, 6vw, 4.5rem);
  padding-inline: clamp(1rem, 4vw, 2.5rem);
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: Georgia, "Times New Roman", Times, serif;
}
article.node--type-tur.node--view-mode-full .field--name-field-summary p {
  max-width: 760px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  article.node--type-tur.node--view-mode-full .field--name-field-summary {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  article.node--type-tur.node--view-mode-full .field--name-field-summary {
    font-size: 1.3rem;
    text-align: left;
  }
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 480px) {
  article.node--type-tur.node--view-mode-full .dato-og-bestilling {
    grid-template-columns: 1fr;
  }
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .venstre {
  background: #255740;
  color: #a4cfb3;
  padding: 1rem;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  article.node--type-tur.node--view-mode-full .dato-og-bestilling .venstre {
    padding: 1rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  article.node--type-tur.node--view-mode-full .dato-og-bestilling .venstre {
    padding: 0.5rem;
    font-size: 1.3rem;
  }
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .hoyre {
  background: #ffd7e6;
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .hoyre #bestilling {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 0.4rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: var(--fs-base);
  letter-spacing: 0.04em;
  line-height: 1.1;
  padding: 0.7rem 2rem;
  border: 0;
  border-radius: 0;
  background: #ffd7e6;
  color: #2f443c;
  cursor: pointer;
  text-decoration: none;
  transition: background var(--t-med) var(--ease), transform var(--t-med) var(--ease);
  font-size: var(--fs-base);
  padding-block: 0.5rem;
  width: 100%;
  height: 100%;
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .hoyre #bestilling:hover {
  background: #ffa4c6;
  transform: translateY(-1px);
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .hoyre #bestilling:active {
  transform: none;
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .hoyre #bestilling:hover {
  transform: none;
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .hoyre #bestilling::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 0.5em;
  border-radius: 50%;
  background-color: #f7f6f0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23255740' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M6 13l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  vertical-align: middle;
  transition: transform var(--t-med) var(--ease);
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .hoyre #bestilling:hover::after {
  transform: translateY(2px);
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .hoyre #bestilling[aria-expanded=true]::after {
  transform: rotate(180deg);
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .hoyre #bestilling[aria-expanded=true]:hover::after {
  transform: rotate(180deg) translateY(2px);
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .field--name-field-dato .field__items .field__item {
  display: inline-block;
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .field--name-field-dato .field__items .field__item:before {
  content: "-";
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .field--name-field-dato .field__items .field__item:first-child:before {
  content: "";
}

article.node--type-tur.node--view-mode-full .dato-og-bestilling .venstre {
  font-size: var(--fs-base);
  padding: 0.55rem 1.5rem;
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .venstre .field {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  line-height: 1.35;
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .venstre .field__label {
  font-size: var(--fs-sm);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
  font-weight: 600;
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .venstre .field__items {
  font-weight: 600;
}

article.node--type-tur.node--view-mode-full .dato-og-bestilling .hoyre .bestill-knapp--avholdt,
article.node--type-tur.node--view-mode-full .dato-og-bestilling .hoyre .bestill-knapp--fulltegnet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 0.4rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: var(--fs-base);
  letter-spacing: 0.04em;
  line-height: 1.1;
  padding: 0.7rem 2rem;
  border: 0;
  border-radius: 0;
  background: #ffd7e6;
  color: #2f443c;
  cursor: pointer;
  text-decoration: none;
  transition: background var(--t-med) var(--ease), transform var(--t-med) var(--ease);
  width: 100%;
  height: 100%;
  font-size: var(--fs-base);
  padding-block: 0.5rem;
  background: #bcbcbc;
  color: #555;
  box-shadow: none;
  cursor: not-allowed;
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .hoyre .bestill-knapp--avholdt:hover,
article.node--type-tur.node--view-mode-full .dato-og-bestilling .hoyre .bestill-knapp--fulltegnet:hover {
  background: #ffa4c6;
  transform: translateY(-1px);
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .hoyre .bestill-knapp--avholdt:active,
article.node--type-tur.node--view-mode-full .dato-og-bestilling .hoyre .bestill-knapp--fulltegnet:active {
  transform: none;
}
article.node--type-tur.node--view-mode-full .dato-og-bestilling .hoyre .bestill-knapp--avholdt:hover,
article.node--type-tur.node--view-mode-full .dato-og-bestilling .hoyre .bestill-knapp--fulltegnet:hover {
  background: #bcbcbc;
  color: #555;
  transform: none;
}

.bilde-og-tittel {
  position: relative;
  width: 100%;
  aspect-ratio: 18/9;
  max-height: 72vh;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .bilde-og-tittel {
    aspect-ratio: 21/9;
  }
}
@media screen and (min-width: 1200px) {
  .bilde-og-tittel {
    aspect-ratio: 24/9;
  }
}
.bilde-og-tittel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(47, 68, 60, 0) 52%, rgba(47, 68, 60, 0.45) 100%);
  pointer-events: none;
}
.bilde-og-tittel .field--name-title {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  color: #ffffff;
  font-size: var(--fs-display);
  font-weight: 700;
  line-height: 1.03;
  margin: clamp(1rem, 3vw, 2rem);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}
.bilde-og-tittel .field--name-field-bilde,
.bilde-og-tittel article.media {
  width: 100%;
  height: 100%;
}
.bilde-og-tittel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hlbox {
  background: #fff0f0;
  border: 1px solid #a4cfb3;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

div.paragraph--type--etappe {
  text-align: left;
  border-top: 1px solid #a4cfb3;
  padding-block: var(--sp-sm);
}
div.paragraph--type--etappe .sub-info {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: var(--sp-xs);
}
div.paragraph--type--etappe .sub-info .field--name-field-km,
div.paragraph--type--etappe .sub-info .field--name-field-hoydemeter {
  font-size: var(--fs-sm);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.75;
}
div.paragraph--type--etappe .field--name-field-navn {
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
div.paragraph--type--etappe .field--name-field-undertittel {
  font-style: italic;
  transition: all 0.3s ease-in-out;
}
div.paragraph--type--etappe .field--name-field-body {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
div.paragraph--type--etappe .xpndbtn {
  width: 1.2rem;
  height: 1.2rem;
  float: right;
  background-image: url("../../images/icons/play-arrow.svg");
  background-size: cover;
  transition: transform 0.3s ease-in-out;
  transform: rotate(90deg);
}
div.paragraph--type--etappe.expanded .xpndbtn {
  transform: rotate(-90deg);
}
div.paragraph--type--etappe.expanded {
  background: #f3f1ee;
  padding: var(--sp-md);
  border-left: 3px solid #a4cfb3;
  transition: all 0.3s ease-in-out;
}
div.paragraph--type--etappe.expanded .field--name-field-body {
  max-height: 400rem;
}
div.paragraph--type--etappe.expanded .field--name-field-undertittel {
  font-weight: 500;
  font-size: 2rem;
}
div.paragraph--type--etappe.expanded .field--name-field-navn {
  font-weight: 200;
}
div.paragraph--type--etappe:hover {
  background: #f7fbf9;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.view-id-turer .view-content > .gruppe {
  padding: 3rem;
  margin-left: -3rem;
  margin-right: -3rem;
  display: grid;
  align-items: center;
  background: #255740;
}
@media screen and (min-width: 768px) {
  .view-id-turer .view-content > .gruppe {
    grid-template-columns: 200px 1fr;
  }
}
.view-id-turer .view-content > .gruppe:nth-child(even) {
  background: #fff0f0;
}
.view-id-turer .view-content > .gruppe:nth-child(even) > h3 {
  background: #255740;
  color: #ffd7e6;
}
.view-id-turer .view-content > .gruppe > h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--fs-h3);
  letter-spacing: 0.08em;
  background: #ffd7e6;
  margin-right: 1rem;
  margin-left: 1rem;
  text-align: right;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .view-id-turer .view-content > .gruppe > h3 {
    margin-left: 0px;
  }
}
.view-id-turer .view-content > .gruppe > div.rows {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--sp-md);
  max-width: 100%;
  padding: 1rem;
}
@media screen and (min-width: 500px) {
  .view-id-turer .view-content > .gruppe > div.rows {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .view-id-turer .view-content > .gruppe > div.rows {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1800px) {
  .view-id-turer .view-content > .gruppe > div.rows {
    grid-template-columns: repeat(4, 1fr);
  }
}
.view-id-turer .view-content > .gruppe > div.rows .traavel-tur {
  max-width: 500px;
  transition: max-width 0.2s ease-in-out;
}

.view-id-turer.view-display-id-attachment_1 {
  padding: 3rem;
  margin-left: -3rem;
  margin-right: -3rem;
  background: #f3f1ee;
  display: grid;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .view-id-turer.view-display-id-attachment_1 {
    grid-template-columns: 200px 1fr;
  }
}
.view-id-turer.view-display-id-attachment_1 .tidligere-turer-heading {
  margin: 0 1rem;
  padding: 1rem;
  background: #ffd7e6;
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--fs-h3);
  letter-spacing: 0.08em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .view-id-turer.view-display-id-attachment_1 .tidligere-turer-heading {
    margin-left: 0;
  }
}
.view-id-turer.view-display-id-attachment_1 .tidligere-turer-heading::before, .view-id-turer.view-display-id-attachment_1 .tidligere-turer-heading::after {
  content: none;
}
.view-id-turer.view-display-id-attachment_1 .view-content > .rows {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--sp-md);
  max-width: 100%;
  padding: 1rem;
}
@media screen and (min-width: 500px) {
  .view-id-turer.view-display-id-attachment_1 .view-content > .rows {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .view-id-turer.view-display-id-attachment_1 .view-content > .rows {
    grid-template-columns: repeat(3, 1fr);
  }
}
.view-id-turer.view-display-id-attachment_1 .view-content > .rows .traavel-tur {
  max-width: 500px;
}

.turfilter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-xs);
  padding: var(--sp-sm) clamp(1rem, 4vw, 2.5rem);
  background: #a4cfb3;
}
@media screen and (max-width: 600px) {
  .turfilter {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.turfilter > .header {
  font-size: var(--fs-sm);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  opacity: 0.8;
  white-space: nowrap;
  margin-right: 0.25rem;
}
.turfilter input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.turfilter label {
  display: inline-block;
  white-space: nowrap;
  padding: 0.35rem 1rem;
  border: 1px solid #255740;
  border-radius: 999px;
  font-size: var(--fs-sm);
  cursor: pointer;
  transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}
.turfilter label:hover {
  background: rgba(37, 87, 64, 0.1);
}
.turfilter input[type=checkbox]:checked + label {
  background: #255740;
  color: #ffffff;
}
.turfilter input[type=checkbox]:focus-visible + label {
  outline: 3px solid rgba(37, 87, 64, 0.25);
  outline-offset: 2px;
}

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

article.node--type-page.content-grid > .node__content {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 1rem;
}

article.node--view-mode-full:not(.node--type-fullside) > .node__content {
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2.5rem);
  box-sizing: border-box;
}

article.node--type-tur.node--view-mode-full > .node__content {
  max-width: 1280px;
}

article.node--type-om-oss .side {
  position: relative;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  article.node--type-om-oss .side {
    padding: 5rem;
  }
}
article.node--type-om-oss .body {
  font-style: italic;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
}
article.node--type-om-oss .hovedbilde {
  padding: 0px;
  margin: 0px;
  position: relative;
  height: 90vh;
}
article.node--type-om-oss .hovedbilde .field--name-field-bilde {
  width: 100%;
  height: 100%;
}
article.node--type-om-oss .hovedbilde .field--name-field-bilde article.media--type-image {
  width: 100%;
  height: 100%;
}
article.node--type-om-oss .hovedbilde .field--name-field-bilde article.media--type-image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0px, 0px, 0px);
}
article.node--type-om-oss .field--name-field-slagord {
  position: absolute;
  bottom: 30%;
  left: 15%;
  padding: 1rem;
  text-transform: uppercase;
  background: #a4cfb3;
  color: #255740;
  font-weight: 500;
  font-size: 3rem;
}

.om-oss-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1rem, 5vw, 3.5rem);
  padding: var(--sp-md) var(--sp-sm);
  background: #255740;
}
.om-oss-nav a {
  color: #f7f6f0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-size: var(--fs-base);
  text-decoration: none;
  padding: 0.35rem 0.25rem;
  border-bottom: 2px solid transparent;
  transition: border-color var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}
.om-oss-nav a:hover {
  border-bottom-color: #a4cfb3;
}

.container {
  max-width: 950px;
  margin: auto;
}

.ambassador {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .ambassador {
    grid-template-columns: repeat(2, 1fr);
  }
  .ambassador .bilde {
    order: 2;
  }
  .ambassador .tekst {
    order: 1;
  }
  .ambassador .tekst .field--name-field-navn {
    text-transform: uppercase;
  }
}

.side.partnere h2 {
  text-align: center;
}
.side.partnere h2::after {
  margin-inline: auto;
}

.partner-band .partner-logos {
  display: flex;
  gap: var(--sp-sm);
}
.partner-band .partner-logo {
  flex: 1 1 0;
  min-width: 0;
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: var(--sp-md) var(--sp-sm);
  border-radius: var(--r-card);
  transition: background var(--t-fast) var(--ease);
}
.partner-band .partner-logo img {
  width: auto;
  height: auto;
  max-width: 84%;
  max-height: 58px;
  object-fit: contain;
}
.partner-band .partner-logo:hover, .partner-band .partner-logo:focus-visible {
  background: #f7f6f0;
}
.partner-band .partner-logo[aria-expanded=true] {
  background: #f7f6f0;
}
@media screen and (max-width: 700px) {
  .partner-band .partner-logos {
    gap: var(--sp-2xs);
  }
  .partner-band .partner-logo {
    min-height: 78px;
    padding: var(--sp-xs) 2px;
  }
  .partner-band .partner-logo img {
    max-width: 100%;
    max-height: 42px;
  }
}
.partner-band .partner-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--t-med) var(--ease);
}
.partner-band .partner-panel.is-open {
  grid-template-rows: 1fr;
}
.partner-band .partner-panel__inner {
  overflow: hidden;
  min-height: 0;
}
.partner-band .partner-panel__grid {
  margin-top: var(--sp-md);
  padding: var(--sp-lg);
  padding-top: calc(var(--sp-lg) + 15px);
  background: #ffffff;
  border-radius: var(--r-card);
  box-shadow: var(--shadow-soft);
  text-align: center;
}
.partner-band .partner-panel__logo {
  margin-bottom: var(--sp-md);
}
.partner-band .partner-panel__logo img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 170px;
  object-fit: contain;
}
.partner-band .partner-panel__body {
  max-width: 640px;
  margin-inline: auto;
}
.partner-band .partner-panel__name {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: var(--fs-h3);
  margin-bottom: var(--sp-sm);
}
.partner-band .partner-panel__body > :last-child {
  margin-bottom: 0;
}

.ambassadorliste .ambassador {
  margin-bottom: 5rem;
}
.ambassadorliste .ambassador:nth-child(even) .bilde {
  order: 1;
}
.ambassadorliste .ambassador:nth-child(even) .tekst {
  order: 2;
}

.bg-traavel {
  background: #a4cfb3;
}

.bg-pink {
  background: #fff0f0;
}

body.path-checkout main {
  width: 100%;
}
body.path-checkout input[type=text],
body.path-checkout input[type=email],
body.path-checkout input[type=tel],
body.path-checkout input[type=password],
body.path-checkout input[type=number],
body.path-checkout select,
body.path-checkout textarea {
  display: block;
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
}
body.path-checkout .address-container-inline {
  display: block;
}
body.path-checkout .address-container-inline > .form-item {
  display: block;
  max-width: 480px;
}
body.path-checkout fieldset {
  border: 1px solid rgba(37, 87, 64, 0.15);
  border-radius: var(--r-card);
  padding: var(--sp-sm) var(--sp-lg) var(--sp-lg);
}
body.path-checkout .js-form-type-password-confirm > .js-form-item,
body.path-checkout .password-strength,
body.path-checkout .password-confirm-message,
body.path-checkout .password-suggestions {
  margin-bottom: var(--sp-sm);
}

footer {
  background: #255740;
  color: #f7f6f0;
  font-size: var(--fs-sm);
  letter-spacing: 0.07rem;
  padding-block: var(--sp-xl);
}
footer .text-formatted {
  color: inherit;
}
footer a,
footer .text-formatted a {
  color: #c2ba8c;
  text-decoration: none;
  transition: color var(--t-fast) var(--ease);
}
footer a:hover,
footer .text-formatted a:hover {
  color: #f7f6f0;
}
footer .region-footer {
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2.5rem);
  box-sizing: border-box;
  text-align: center;
}

#colorbox {
  outline: none;
  position: fixed !important;
  inset: 0 !important;
  margin: auto !important;
  width: min(92vw, 1100px) !important;
  height: min(88vh, 820px) !important;
}
#colorbox article.media--type-image {
  max-height: 100%;
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.88) !important;
  opacity: 1 !important;
}

#cboxWrapper {
  width: 100% !important;
  height: 100% !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
}

#cboxContent {
  width: 100% !important;
  height: min(88vh, 820px) !important;
  background: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
  padding: clamp(1rem, 2.5vw, 2rem);
  display: flex !important;
  flex-direction: column !important;
}

#cboxLoadedContent {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  background: transparent;
  overflow: hidden;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#cboxLoadedContent img,
.cboxPhoto {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
  display: block;
  border: 0 !important;
}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight,
#cboxMiddleLeft, #cboxMiddleRight,
#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
  display: none !important;
}

#cboxCurrent {
  display: none !important;
}

#cboxTitle {
  position: static !important;
  display: block !important;
  height: auto !important;
  overflow: visible !important;
  flex: 0 0 auto !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: transparent;
  color: #2f443c;
  font-size: var(--fs-sm);
  letter-spacing: 0.03em;
  opacity: 1 !important;
  visibility: visible !important;
}

#cboxPrevious,
#cboxNext,
#cboxClose {
  position: fixed !important;
  background-color: #f7f6f0;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
  transition: background-color var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
}
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover {
  background-color: #ffffff;
  transform: scale(1.08);
}

#cboxPrevious,
#cboxNext {
  width: 3rem;
  height: 3rem;
  top: 50% !important;
  margin-top: -1.5rem !important;
  bottom: auto !important;
  background-size: 42%;
}

#cboxPrevious {
  left: clamp(0.5rem, 3vw, 2rem) !important;
  right: auto !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23255740' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E");
}

#cboxNext {
  right: clamp(0.5rem, 3vw, 2rem) !important;
  left: auto !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23255740' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E");
}

#cboxClose {
  width: 2.75rem;
  height: 2.75rem;
  top: clamp(0.5rem, 3vw, 1.5rem) !important;
  right: clamp(0.5rem, 3vw, 2rem) !important;
  left: auto !important;
  bottom: auto !important;
  background-size: 38%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23255740' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");
}

.field--name-field-galleri {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: row dense;
  grid-auto-rows: max-content;
  position: relative;
}
.field--name-field-galleri > .field__item {
  width: 100%;
  aspect-ratio: 4/3;
}
.field--name-field-galleri > .field__item.portrait {
  aspect-ratio: 4/6;
  grid-row: span 2;
}
.field--name-field-galleri > .field__item article.media--type-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.field--name-field-galleri > .field__item article.media--type-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.field--name-field-galleri > .field__item article.media--type-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a4cfb3;
  mix-blend-mode: difference;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.field--name-field-galleri > .field__item article.media--type-image .overlay:hover {
  opacity: 0.25;
}

.pamelding {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -5000;
  pointer-events: none;
  background: rgba(47, 68, 60, 0.6);
  transition: opacity 0.5s ease-in-out;
}
.pamelding .skjema {
  background: #fff0f0;
  padding: 5rem;
}
.pamelding.expanded {
  opacity: 1;
  z-index: 100;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#block-content-pamelding-form .field--type-email label,
#block-content-pamelding-form .field--type-string label {
  display: block;
}
#block-content-pamelding-form .field--type-email input,
#block-content-pamelding-form .field--type-string input {
  width: 100%;
}
#block-content-pamelding-form #edit-info-wrapper,
#block-content-pamelding-form #edit-field-tur-wrapper,
#block-content-pamelding-form .form-type-vertical-tabs {
  display: none;
}

#block-traavel-socialmedialinks {
  font-size: 0.7rem;
  margin-right: 1rem;
}

#block-traavel-contact {
  display: none;
}
@media screen and (min-width: 768px) {
  #block-traavel-contact {
    display: block;
  }
}

.view-commerce-cart-form .views-form > form > .views-table {
  width: 100%;
}
.view-commerce-cart-form .views-form > form > .views-table > thead > tr > th {
  text-align: right;
}
.view-commerce-cart-form .views-form > form > .views-table > thead > tr > th:first-child {
  text-align: left;
}
.view-commerce-cart-form .views-form > form > .views-table > tbody > tr > td {
  text-align: right;
}
.view-commerce-cart-form .views-form > form > .views-table > tbody > tr > td:first-child {
  text-align: left;
}
.view-commerce-cart-form .views-form > form .views-field-rendered-entity > div {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  background: whitesmoke;
  padding: 0.5rem;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}
.view-commerce-cart-form .views-form > form .views-field-rendered-entity > div > :first-child {
  text-align: left;
}
.view-commerce-cart-form .views-form > form .views-field-rendered-entity > div .field--name-purchased-entity {
  font-weight: 600;
}

.view-id-turbestilling_header {
  text-align: center;
}
.view-id-turbestilling_header h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.bestilling-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--t-slow) var(--ease);
}
.bestilling-panel > * {
  overflow: hidden;
  min-height: 0;
}
.bestilling-panel.open {
  grid-template-rows: 1fr;
}
.bestilling-panel form#bestill-sykkeltur-form {
  padding-block: var(--sp-lg);
}

#reise-dato-calendar {
  --fc-border-color: rgba(37, 87, 64, 0.15);
  --fc-today-bg-color: rgba(164, 207, 179, 0.3);
  --fc-button-text-color: #255740;
  --fc-button-bg-color: transparent;
  --fc-button-border-color: #255740;
  --fc-button-hover-bg-color: #a4cfb3;
  --fc-button-hover-border-color: #255740;
  --fc-button-active-bg-color: #255740;
  --fc-button-active-border-color: #255740;
  background: #ffffff;
  border: 1px solid rgba(37, 87, 64, 0.15);
  border-radius: var(--r-card);
  padding: var(--sp-sm);
  box-shadow: var(--shadow-soft);
}
#reise-dato-calendar .fc-toolbar-title {
  font-size: var(--fs-h3);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#reise-dato-calendar .fc-col-header-cell-cushion,
#reise-dato-calendar .fc-daygrid-day-number {
  text-decoration: none;
  color: #2f443c;
}
#reise-dato-calendar .fc-daygrid-day-frame span {
  color: #255740 !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  line-height: 1.15;
}

form#bestill-sykkeltur-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2.5rem);
  box-sizing: border-box;
  gap: 1.25rem;
}
form#bestill-sykkeltur-form label {
  font-size: 1.05rem;
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
}
form#bestill-sykkeltur-form input,
form#bestill-sykkeltur-form select,
form#bestill-sykkeltur-form textarea {
  font-size: 1.05rem;
}
form#bestill-sykkeltur-form .form-text,
form#bestill-sykkeltur-form .form-email,
form#bestill-sykkeltur-form .form-tel,
form#bestill-sykkeltur-form .form-select,
form#bestill-sykkeltur-form .form-number,
form#bestill-sykkeltur-form textarea {
  box-sizing: border-box;
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(0, 0, 0, 0.2196078431);
  border-radius: 5px;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
form#bestill-sykkeltur-form .form-text:focus,
form#bestill-sykkeltur-form .form-email:focus,
form#bestill-sykkeltur-form .form-tel:focus,
form#bestill-sykkeltur-form .form-select:focus,
form#bestill-sykkeltur-form .form-number:focus,
form#bestill-sykkeltur-form textarea:focus {
  outline: none;
  border-color: #255740;
  box-shadow: 0 0 0 3px rgba(37, 87, 64, 0.18);
}
form#bestill-sykkeltur-form .form-text,
form#bestill-sykkeltur-form .form-email,
form#bestill-sykkeltur-form .form-tel,
form#bestill-sykkeltur-form .form-select,
form#bestill-sykkeltur-form textarea {
  width: 100%;
}
form#bestill-sykkeltur-form .form-select {
  padding-right: 2.2rem;
}
form#bestill-sykkeltur-form .form-number {
  width: 6rem;
  height: 2.75rem;
  text-align: center;
}
form#bestill-sykkeltur-form #pris-visning {
  text-align: center;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: #255740;
  margin: 0.25rem 0 1rem;
}
form#bestill-sykkeltur-form #edit-reise-dato-calendar {
  box-sizing: border-box;
  max-width: 820px;
  margin-inline: auto;
}
form#bestill-sykkeltur-form #reisende-wrapper #reisende > fieldset {
  background: #ffffff;
  border: 1px solid rgba(37, 87, 64, 0.15);
  border-radius: var(--r-card);
  box-shadow: var(--shadow-soft);
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
}
form#bestill-sykkeltur-form #reisende-wrapper #reisende > fieldset legend {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.03em;
  border: 1px solid rgba(37, 87, 64, 0.15);
  border-radius: 0;
  padding: 8px;
  background: #ffffff;
}
form#bestill-sykkeltur-form #reisende-wrapper #reisende > fieldset .fieldset-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
form#bestill-sykkeltur-form #reisende-wrapper #reisende > fieldset .fieldset-wrapper .form-item {
  margin: 0px;
  padding: 0px;
}
form#bestill-sykkeltur-form #reisende-wrapper #reisende > fieldset .fieldset-wrapper label {
  display: block;
}
form#bestill-sykkeltur-form #reisende-wrapper #reisende > fieldset .fieldset-wrapper input {
  width: 100%;
  box-sizing: border-box;
}
form#bestill-sykkeltur-form #reisende-wrapper #reisende > fieldset .fieldset-wrapper select {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  form#bestill-sykkeltur-form #reisende-wrapper #reisende > fieldset .fieldset-wrapper {
    grid-template-columns: 1fr;
  }
}
form#bestill-sykkeltur-form #edit-actions {
  display: flex;
  justify-content: flex-end;
}
form#bestill-sykkeltur-form input.form-submit,
form#bestill-sykkeltur-form .button--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 0.4rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: var(--fs-base);
  letter-spacing: 0.04em;
  line-height: 1.1;
  padding: 0.7rem 2rem;
  border: 0;
  border-radius: 0;
  background: #ffd7e6;
  color: #2f443c;
  cursor: pointer;
  text-decoration: none;
  transition: background var(--t-med) var(--ease), transform var(--t-med) var(--ease);
}
form#bestill-sykkeltur-form input.form-submit:hover,
form#bestill-sykkeltur-form .button--primary:hover {
  background: #ffa4c6;
  transform: translateY(-1px);
}
form#bestill-sykkeltur-form input.form-submit:active,
form#bestill-sykkeltur-form .button--primary:active {
  transform: none;
}
@media screen and (max-width: 480px) {
  form#bestill-sykkeltur-form input.form-submit,
  form#bestill-sykkeltur-form .button--primary {
    width: 100%;
  }
}

body.path-bestilling #block-traavel-views-block-turbestilling-header-block-1 article.media--type-image {
  aspect-ratio: 21/9;
  width: 100%;
  height: auto;
}
body.path-bestilling #block-traavel-views-block-turbestilling-header-block-1 article.media--type-image .field--name-field-media-image {
  height: 100%;
  width: 100%;
}
body.path-bestilling #block-traavel-views-block-turbestilling-header-block-1 article.media--type-image .field--name-field-media-image .field__item {
  width: 100%;
  height: 100%;
  position: relative;
}
body.path-bestilling #block-traavel-views-block-turbestilling-header-block-1 article.media--type-image .field--name-field-media-image .field__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body.path-bestilling #block-traavel-views-block-turbestilling-header-block-1 .views-row {
  position: relative;
}
body.path-bestilling #block-traavel-views-block-turbestilling-header-block-1 .views-row::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(47, 68, 60, 0) 52%, rgba(47, 68, 60, 0.45) 100%);
  pointer-events: none;
}
body.path-bestilling #block-traavel-views-block-turbestilling-header-block-1 .views-field-title {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  margin: clamp(1rem, 3vw, 2rem);
}
body.path-bestilling #block-traavel-views-block-turbestilling-header-block-1 .views-field-title h2 {
  margin: 0;
  border-bottom: none;
  letter-spacing: normal;
  font-size: var(--fs-display);
  line-height: 1.03;
}
body.path-bestilling #block-traavel-views-block-turbestilling-header-block-1 .views-field-title h2::after {
  display: none;
}
body.path-bestilling #block-traavel-views-block-turbestilling-header-block-1 .views-field-title a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

body.path-cart main, body.path-checkout main {
  background: white;
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2.5rem);
  box-sizing: border-box;
  padding-block: 1rem;
}
body.path-cart .button, body.path-checkout .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 0.4rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: var(--fs-base);
  letter-spacing: 0.04em;
  line-height: 1.1;
  padding: 0.7rem 2rem;
  border: 0;
  border-radius: 0;
  background: #ffd7e6;
  color: #2f443c;
  cursor: pointer;
  text-decoration: none;
  transition: background var(--t-med) var(--ease), transform var(--t-med) var(--ease);
}
body.path-cart .button:hover, body.path-checkout .button:hover {
  background: #ffa4c6;
  transform: translateY(-1px);
}
body.path-cart .button:active, body.path-checkout .button:active {
  transform: none;
}
body.path-cart .button--primary, body.path-checkout .button--primary {
  font-weight: 800;
}

body.path-frontpage .layout-container {
  min-height: 0px;
}

article.bedriftsturer .bedrift-intro {
  background: #f7f6f0;
  padding-block: clamp(2.5rem, 6vw, 4.5rem);
  padding-inline: clamp(1rem, 4vw, 2.5rem);
}
article.bedriftsturer .bedrift-intro .field--name-body {
  max-width: 60ch;
  margin-inline: auto;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
article.bedriftsturer .bedrift-forrige {
  background: #f3f1ee;
  padding-block: clamp(2.5rem, 6vw, 4.5rem);
}

article.node--type-turrapport {
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2.5rem);
  box-sizing: border-box;
}
article.node--type-turrapport > h3 {
  text-align: center;
  margin: 0 auto var(--sp-sm);
}
article.node--type-turrapport > h3::after {
  content: "";
  display: block;
  width: 2.75rem;
  height: 3px;
  background: #a4cfb3;
  margin: 0.6rem auto 0;
}
article.node--type-turrapport .node__content {
  display: flex;
  flex-direction: column;
  gap: var(--sp-lg);
}
article.node--type-turrapport .field--name-body {
  order: -1;
  max-width: 62ch;
  margin-inline: auto;
  text-align: center;
  font-size: var(--fs-prose);
  line-height: 1.6;
}
article.node--type-turrapport .field--name-field-galleri {
  margin: 0;
}
