.font-default {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
}
.font-default-bold {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
}
.font-header {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 600;
}
.font-code {
  font-family: 'Fira Code', monospace;
  font-weight: 300;
}
* {
  box-sizing: border-box;
}
body {
  --brand-blue: #005aad;
  --link-blue: #8bc7ff;
  --light-blue: #ddecfa;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
}
body p {
  line-height: 1.4em;
}
.page-content h1,
.page-content h2,
.page-content h3 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 600;
}
.page-content h1,
.page-content h2 {
  text-align: center;
}
.page-content h2 {
  color: var(--brand-blue);
  margin-bottom: 1em;
}
.page-content h3 {
  font-size: 23px;
}
.page-content h3:not(:first-child) {
  margin-top: 1.3em;
}
.no-background > .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.no-background > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
.no-background > .container > .row > .col-sm-12 {
  padding-right: 0;
  padding-left: 0;
}
#navigation {
  position: fixed;
  z-index: 2;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  padding: 1.5em;
  border-radius: 7px 0 0 7px;
  box-shadow: 0 5px 10px #00000026;
  background: #ffffffe0;
  backdrop-filter: blur(4px);
  min-width: 200px;
  max-width: 225px;
}
#navigation p {
  margin-top: 0;
}
#navigation .progress-links {
  display: flex;
  flex-direction: column;
}
#navigation a {
  color: black;
  text-decoration: none;
  text-align: right;
  padding: 0.2em 0;
}
#navigation .active {
  color: var(--brand-blue);
  font-weight: 500;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  #navigation {
    display: none;
  }
}
.progress-circle-normal,
.progress-circle {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 500px;
  background: radial-gradient(closest-side, transparent 75%, #c4c4c4 71%, #c4c4c4 99.9999%, transparent 0%);
}
.progress-circle {
  background: radial-gradient(closest-side, var(--brand-blue) 35%, white 35%, white 75%, transparent 0 99.9999%, white 0), conic-gradient(var(--brand-blue) calc(var(--pgPercentage) * 1%), #c4c4c4 0);
  background-repeat: no-repeat;
}
.plot-table-container {
  overflow-x: auto;
}
.plot-table {
  width: 100%;
  border-collapse: collapse;
}
.plot-table th,
.plot-table td {
  padding: 10px 15px;
}
.plot-table th {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
}
.plot-table tr:nth-child(odd) td {
  background-color: #ededed;
}
.plot-table .is-number {
  font-family: 'Fira Code', monospace;
  font-weight: 300;
  text-align: right;
}
.plot-table .is-text {
  text-align: right;
}
.plot-table tr.selected td {
  background: var(--light-blue);
}
.narrow-table {
  margin: 60px 0 80px;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .narrow-table {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
svg .overlay,
svg .bg {
  pointer-events: none;
}
svg .selectable:hover {
  fill: #002e45;
  cursor: pointer;
}
svg .AVAILABLE:hover .plot-perimeter,
svg .selected .plot-perimeter {
  fill: #559882 !important;
  stroke: #1f5b46 !important;
}
svg .AVAILABLE:hover .plot-house1,
svg .selected .plot-house1 {
  fill: #377761 !important;
}
svg .AVAILABLE:hover .plot-house2,
svg .selected .plot-house2 {
  fill: #1f5b46 !important;
}
svg .unselectable {
  fill: #a6a6a7;
}
svg .SALG .plot-perimeter {
  fill: #038bc3 !important;
  stroke: #005d84 !important;
}
svg .SALG .plot-house1 {
  fill: #00557c !important;
}
svg .SALG .plot-house2 {
  fill: #006d96 !important;
}
svg .SALG:hover .plot-perimeter,
svg .SALG.selected .plot-perimeter {
  fill: #559882 !important;
  stroke: #1f5b46 !important;
}
svg .SALG:hover .plot-house1,
svg .SALG.selected .plot-house1 {
  fill: #377761 !important;
}
svg .SALG:hover .plot-house2,
svg .SALG.selected .plot-house2 {
  fill: #1f5b46 !important;
}
svg .RESERVED .plot-perimeter {
  fill: #e1cd8c !important;
  stroke: #b38616 !important;
}
svg .RESERVED .plot-house1 {
  fill: #b38616 !important;
}
svg .RESERVED .plot-house2 {
  fill: #856310 !important;
}
svg .RESERVED text {
  fill: black !important;
}
svg .SOLD,
svg .IRRELEVANT {
  pointer-events: none;
}
svg .SOLD .plot-perimeter,
svg .IRRELEVANT .plot-perimeter {
  fill: #a6a6a7 !important;
  stroke: #434343 !important;
}
svg .SOLD .plot-house1,
svg .IRRELEVANT .plot-house1 {
  fill: #828384 !important;
}
svg .SOLD .plot-house2,
svg .IRRELEVANT .plot-house2 {
  fill: #5b5a5a !important;
}
svg .SOLD text,
svg .IRRELEVANT text {
  display: none;
}
svg .plot-perimeter {
  transition: fill 0.2s ease-in-out;
}
svg .plot-group {
  transition: transform 0.2s ease-in-out;
  transform-origin: 50% 50%;
  z-index: 3;
  position: relative;
}
svg .plot-group:hover {
  cursor: pointer;
}
.map-holder {
  position: relative;
  margin-bottom: 30px;
}
.plot-overlay-holder {
  transform: translate(var(--x), var(--y));
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.2s ease-out;
  pointer-events: none;
}
.page-content .plot-overlay {
  pointer-events: auto;
  padding: 30px;
  border-radius: 7px;
  background: white;
  box-shadow: 0 5px 15px #0000002b;
  width: 270px;
  transform: translate(-50%, 0);
}
.page-content .plot-overlay:before {
  content: '';
  width: 18px;
  height: 18px;
  background: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.page-content .plot-overlay .plot-overlay-name {
  color: var(--brand-blue);
  font-size: 35px;
  margin: 0 0 17px 0;
}
.page-content .plot-overlay a {
  display: block;
  color: var(--brand-blue);
  text-decoration: underline;
}
.page-content .plot-overlay a:hover,
.page-content .plot-overlay a:focus,
.page-content .plot-overlay a:active {
  color: var(--brand-blue);
}
.page-content .plot-overlay label {
  display: block;
}
.page-content .plot-overlay label:not(:last-child) {
  margin-bottom: 15px;
}
.page-content .plot-overlay p {
  font-size: 25px;
  line-height: 1em;
  margin: 0;
  font-weight: 400;
  color: black;
}
.page-content .plot-overlay .plot-overlay-label {
  color: #555;
  font-weight: 300;
  font-size: 17px;
  margin: 0 0 5px 0;
}
.page-content .plot-overlay button {
  position: absolute;
  top: 0;
  right: 20px;
  width: 43px;
  height: 43px;
  background: white;
  font-size: 20px;
  box-shadow: 0 5px 15px #0000002b;
  border-radius: 1000px;
  border: none;
  transform: translateY(-50%);
}
.page-content .plot-overlay button:hover,
.page-content .plot-overlay button:focus {
  background: #ddecfa;
}
.page-content .plot-overlay button:hover .crossarm,
.page-content .plot-overlay button:focus .crossarm {
  background: #024d74;
}
.page-content .plot-overlay button .crossarm {
  content: '';
  background: #747474;
  width: 18px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}
.page-content .plot-overlay button .crossarm2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cabins {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.cabins .cabin {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 10px #0000002b;
  background: white;
}
.cabins .name {
  font-size: 28px;
  margin-top: 0;
}
.cabins .img-holder img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.cabins .text-holder {
  padding: 30px;
}
.cabins .text-holder > *:last-child {
  margin-bottom: 0;
}
html {
  scroll-behavior: smooth;
}
body .section-header,
body .section-footer {
  padding: 85px 0;
  background-image: url('https://files.solvecms.com/tomtekompaniet-no/2c3cd37/deer+%281%29.svg?v=1644836265462');
  background-size: 500px;
  background-position: 50% 100%;
  color: white;
}
body .section-header a,
body .section-footer a {
  color: #8bc7ff;
  text-decoration: underline;
}
body .section-header .template-logo,
body .section-footer .template-logo {
  max-width: 100%;
  width: 350px;
  margin-bottom: 30px;
}
body .section-header {
  padding: 5px 0;
  background-size: 100px;
}
body .section-header .template-logo {
  width: 370px;
  margin-bottom: 0;
}
.spacer {
  margin: 3em 0;
}
.grid-id-20 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .grid-id-20 {
    flex-direction: column;
  }
}
.module-article blockquote {
  position: relative;
  display: block;
  border: none;
  font-style: italic;
  margin: 2em 0;
  padding: 0;
}
.module-article blockquote p {
  font-size: 23px;
  line-height: 1.4em;
}
.module-article blockquote:before {
  content: '';
  display: block;
  background-image: url('https://files.solvecms.com/tomtekompaniet-no/2c3cd37/quotemark.svg?v=1644847497592');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 27px;
  float: left;
  margin: -5px 5px 1px -10px;
  margin-bottom: 1px;
}
.module-article blockquote + h6 {
  text-align: right;
  font-size: 16px;
  margin-bottom: 20px;
}
.section-header .module-menu-holder.sitemap:before,
.section-header .module-menu-holder.sitemap:after {
  display: none;
}
.section-header .module-menu-holder.sitemap a {
  color: white;
  text-decoration: none;
  position: relative;
  font-size: 20px;
}
@media (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-header .module-menu-holder.sitemap a {
    font-size: 17px;
  }
}
.section-header .module-menu-holder.sitemap a:after {
  content: '';
  display: block;
  width: 26px;
  height: 2px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1000px;
}
.section-header .module-menu-holder.sitemap .current > a {
  color: var(--link-blue);
  font-weight: 300;
}
.section-header .module-menu-holder.sitemap .current > a:after {
  background: var(--link-blue);
}
.light-bg,
.light-grey,
.no-bg {
  padding: 6em 0;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .light-bg,
  .light-grey,
  .no-bg {
    padding: 3em 0;
  }
}
.no-bg > .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.no-bg > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
.no-bg > .container > .row > .col-sm-12 {
  padding-right: 0;
  padding-left: 0;
}
.map-section {
  padding-top: 2em;
}
.map-section > .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.map-section > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
.map-section > .container > .row > .col-sm-12 {
  padding-right: 0;
  padding-left: 0;
}
.bg250 {
  padding: 5em 0;
}
.bilde-fra-skibakken > p img,
.article213 > p img {
  width: 100%;
}
.article213 p {
  margin: 0;
}
.bg180,
.bg343 {
  height: 400px;
  position: relative;
}
.bg180:after,
.bg343:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('https://files.solvecms.com/tomtekompaniet-no/2c3cd37/bue.svg?v=1644846622159');
  bottom: -1.5px;
  left: 0;
  width: 100%;
  aspect-ratio: 75/1;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .bg180,
  .bg343 {
    height: auto;
    aspect-ratio: 2/1;
  }
}
.bg343 {
  background-position: center;
}
.article-poster {
  margin-top: -100px;
  padding: 35px;
  background-color: white;
  border-radius: 9px;
  box-shadow: 0 5px 15px #0000002b;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .article-poster {
    margin-top: -5vw;
  }
}
.article-poster h1 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 16px;
  margin-bottom: 1.2em;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .article-poster h1 {
    font-size: 20px;
  }
  .article-poster h1:before,
  .article-poster h1:after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 94px;
    background: #d7d7d7;
    align-items: center;
  }
  .article-poster h1:before {
    margin-right: 30px;
  }
  .article-poster h1:after {
    margin-left: 30px;
  }
}
.article-poster h2 {
  font-size: 45px;
  color: var(--brand-blue);
  font-style: italic;
  margin: 0;
  margin-bottom: 0.25em;
  line-height: 1em;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .article-poster h2 {
    font-size: 70px;
  }
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .article-poster {
    width: 720px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 551px) and (max-width: 767px) {
  .article-poster {
    width: 500px;
  }
}
.module-gallery {
  margin: 0;
}
.module-gallery img {
  display: block;
  width: 150px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.module-gallery:not(:last-child) {
  margin-bottom: 3em;
}
.article255,
.article248 {
  margin-bottom: 3em;
}
.article255 > *:last-child,
.article248 > *:last-child {
  margin-bottom: 0;
}
.article255 hr,
.article248 hr {
  border: none;
  height: 62px;
  background-image: url('https://files.solvecms.com/tomtekompaniet-no/2c3cd37/deer-logo.svg?v=1644931467906');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  margin-bottom: 50px;
}
@media (min-width: 1800px), (min-width: 1400px) and (max-width: 1799px), (min-width: 992px) and (max-width: 1399px) {
  .article255 hr,
  .article248 hr {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .article255 hr:before,
  .article248 hr:before,
  .article255 hr:after,
  .article248 hr:after {
    content: '';
    display: block;
    height: 2px;
    width: 150px;
    background: #d7d7d7;
    position: relative;
    top: 10px;
  }
  .article255 hr:before,
  .article248 hr:before {
    margin-right: 70px;
  }
  .article255 hr:after,
  .article248 hr:after {
    margin-left: 70px;
  }
}
#ski-map-iframe {
  width: 100%;
  aspect-ratio: 3/2;
  margin: 2em 0;
}
