@charset "UTF-8";
p,
span,
div,
li,
a,
label,
input,
textarea,
button {
  font-family: "STK Bureau Sans", sans-serif;
}

.w-nav-link.w--current {
  color: var(--_color---text);
  opacity: 0.75;
}

html {
  background-color: var(--color-primitives--trykksverte);
}

body {
  background-color: var(--color-primitives--hvit);
}

.w-richtext h1:first-child, .w-richtext h2:first-child, .w-richtext h3:first-child, .w-richtext h4:first-child, .w-richtext h5:first-child, .w-richtext h6:first-child {
  margin-top: 0;
}

.brenner-dropdown-icon {
  transition: transform 0.3s ease-in-out;
}

.w--open .brenner-dropdown-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.player {
  position: relative;
  width: 100%;
  background: #000;
}
.player .player-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}
.player .player-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: none; /* Prevents hover interactions */
}
.player.story .player-wrapper {
  height: 100% !important;
  padding-bottom: 0 !important;
}

iframe .ytp-chrome-top,
iframe .ytp-chrome-bottom,
iframe .ytp-gradient-top,
iframe .ytp-gradient-bottom,
iframe .ytp-watermark,
iframe .ytp-large-play-button,
iframe .ytp-youtube-button,
iframe .ytp-watch-later-button,
iframe .ytp-share-button,
iframe .ytp-title,
iframe .ytp-show-cards-title,
iframe .ytp-cards-button,
iframe .ytp-pause-overlay,
iframe .ytp-menuitem,
iframe .ytp-ce-element,
iframe .ytp-watermark.yt-uix-sessionlink,
iframe .ytp-chrome-top.ytp-show-cards-title {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type=video] {
  width: 100%;
  height: auto !important;
  max-width: 100%;
  aspect-ratio: 16/9;
}

.player::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.weather-symbol-svg {
  width: 100%;
  height: 100%;
}

.tab-label::before {
  content: "○ ";
}

.w--current .tab-label::before {
  content: "● ";
}

.w-tab-link, .w-tab-link.w--current {
  background: var(--color-primitives--røsslyng-25);
  transition: background 0.3s ease-in-out;
}
.w-tab-link:hover, .w-tab-link.w--current:hover {
  background: var(--color-primitives--røsslyng);
}

/*# sourceMappingURL=bortelaget-style.css.map */
