@charset "utf-8";

/* ##################################### STUFF start ##################################### */
html, body {
	height: 100%;
}
.container.full {
	max-width: 100%;
}
.container.full > .row > .col {
	padding-left: 0;
	padding-right: 0;
}
.container,
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.text-light {
    color: #ccc!important;
}
.unbreakable {
	white-space: nowrap;
}
.animated {
    transition: all 500ms ease 0s;
}
.valign {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.light-text,
.light-text a {
	color: rgba(255,255,255,1);
}
.py-6 {
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.py-7 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.py-8 {
	padding-top: 13rem;
	padding-bottom: 13rem;
}
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
    max-width: 1600px;
}
.minheight-low {    min-height: 40vh;}     .height-low { height: 40vh;}
.minheight-medium { min-height: 60vh;}  .height-medium { height: 60vh;}
.minheight-tall {   min-height: 80vh;}    .height-tall { height: 80vh;}
.minheight-full {   min-height: 100vh;}   .height-full { height: 100vh;}

.cover {
	width: 100%;
	height: 100%;
	margin: 0;
}
.cover img,
.cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content > *:last-child {
	margin-bottom: 0;
}
.btn-link {
    color: #6100CC;
}
.btn-link:hover {
    color: #000;
    text-decoration: none;
}
.card-header .btn-link {
	font-weight: 600;
}



/* ##################################### STUFF end ##################################### */

/* ##################################### BACKGROUNDS start ##################################### */
.bg-video {
    position: relative;
    overflow: hidden;
    background: #000;
}
.bg-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.background-image {
    background-size: cover;
    background-position: center;
    z-index: 0;
    pointer-events: none;
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.background-image.faded {
	opacity: .2;
}
.graded .background-image::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-image: linear-gradient(to top right, rgba(0,0,0,.9), rgba(0,0,0,0));
	position: absolute;
	top: 0;
	left: 0;
}
.bghalf::before {
	content: "";
	display: block;
	width: 100%;
	height: 40%;
	background: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
}
.bghalf > div {
	position: relative;
}
.bg-blurred .background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

/* ##################################### BACKGROUNDS end ##################################### */

/* ##################################### HEADER start ##################################### */
#page-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
}
#page-header nav ul {
	list-style: none;
	margin: 0;
}
#page-header nav ul li {
	display: inline-block;
}
#page-header nav a {
	color: #2e1230;
	display: block;
	padding: .5rem 0 .5rem 2.5rem;
}
#page-header .active a {
	color: #6100CC;
}
#page-header .highlighted a {
	color: #6100CC;
	font-weight: 500;
}
#page-header a:hover {
	color: #2E1230;
}
#page-header.bg-white {
	border-bottom: 1px solid #eee;
}
#page-header.scrolled {
	padding-top: 0;
	padding-bottom: 0;
}
#page-header.light svg .logo-color-1 {
	fill: rgba(255,255,255,.75);
}
#page-header.light svg .logo-color-2 {
	fill: rgba(255,255,255,1);
}
#page-header.light a {
	color: rgba(255,255,255,1);
}
#page-header.light a:hover {
	color: rgba(255,255,255,.75);
}
#page-header.light a:hover svg .logo-color-2 {
	fill: rgba(255,255,255,.75);
}

#mobile-nav {
    top: 0;
    left: 0;
    height: 100vh;
}
#mobile-nav nav {
    font-size: 1.5rem;
    bottom: 0;
    text-align: right;
}
#mobile-nav nav ul {
	margin: 0 0 1rem 0;
	padding: 0;
}
#mobile-nav nav ul li {
	display: block;
}
#mobile-nav nav ul li a {
	padding: .5rem 0;
}
.header-logo .logo-title {
	padding-left: .5rem;
}
.logo-symbol,
.logo-title {
	height: 2rem;
	width: auto;
}
svg .logo-color-1 {
	fill: #6100CC;
}
svg .logo-color-2 {
	fill: #2E1230;
}
/* ##################################### HEADER end ##################################### */

/* ##################################### HERO start ##################################### */
.hero-header-container {
	padding-top: 5rem;
}
.hero {
	height: 100vh;
}
#hero-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}
#hero-overlay a {
	pointer-events: all;
}
.hero-overlay-container {
	width: 100%;
	height: 100%;
    position: relative;
    overflow: hidden;
}
.hero-overlay-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.scroll-down {
	position: absolute;
	bottom: 0;
	left: auto;
	width: 100%;
	padding-bottom: 1rem;
}
.bounce {
	animation: bounce 3s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-1.8rem);
    transform: translateY(-1.8rem);
  }
  60% {
    -moz-transform: translateY(-.9rem);
    transform: translateY(-.9rem);
  }
}
.logo-border {
	fill: #FFF;
}
.logo-flic {
	fill: #6100CC;
}
#hero-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#hero-content-container {
	display: none;
	opacity: 0;
}
.hero-overlay-container {
    position: relative;
    overflow: hidden;
}
.hero-overlay-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.hero-overlay-bg svg {
	width: 3000vw;
	margin-left: 100vw;
}
/* ##################################### HERO end ##################################### */

/* ##################################### HOVER BOX start ##################################### */
.hover-box {
	text-shadow: .2rem .2rem .5rem rgba(0,0,0,.25);
}
.hover-box:hover img {
	opacity: .1;
}
.hover-box-top,
.hover-box-bottom {
	max-width: 800px;
}
.hover-box-hidden {
	display: none;
}
.hover-box:hover .hover-box-hidden{
	display: block;
}
.hover-box img {
	object-fit: cover;
	object-position: 50% 50%;
	height: 125vw;
	max-height: 75vh;
}
.hover-box .overlay {
	height: 100%;
}
.hover-box .overlay,
.hover-box-top {
	top: 0;
	left: 0;
}
.hover-box-bottom {
	bottom: 0;
	left: 0;
	opacity: 0;
}
.hover-box:hover .hover-box-bottom {
	opacity: 1;
}
.highlights .highlight {
	width: calc(100% - .2rem);
	padding: 1rem;
}
/* ##################################### HOVER BOX end ##################################### */

/* ##################################### SWIPER start ##################################### */
.swiper-nav {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.swiper-nav-prev,
.swiper-nav-next {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 1rem;
    font-size: 2rem;
	color: #FFF;
	background-color: #2E1230;
}
.swiper-nav-prev:hover,
.swiper-nav-next:hover {
	background-color: #6100CC;
}
.swiper-nav-prev {
	left: 0;
}
.swiper-nav-next {
	right: 0;
}
.swiper-button-disabled {
	opacity: 0;
}
/* ##################################### SWIPER end ##################################### */


/* ##################################### TILBUD start ##################################### */
.tilbud .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}
.cross-section {
	padding: 15px;
}
.accordion .card {
    background-color: transparent;
    background-clip: border-box;
	border: none;
	border-bottom: 1px solid #dee2e6 !important;
    border-radius: 0;
}
.accordion .card-header {
    padding: .75rem 0;
    margin-bottom: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.accordion .card-header .btn-link {
	font-weight: 600;
	width: 100%;
	text-align: left;
	padding: .5em 0;
}
.accordion .card-body {
    padding-top: 0;
}
.card-body > h6 {
    margin-top: 1rem;
}
/*
.tilbud > section:nth-of-type(odd) {
	background-color: #efefef;
}
*/
.nav-item,
.nav-item .nav-link:not(.ignorepad),
.navbar-toggler {
	padding-left: 0 !important;
	padding-right: .75rem;
}
.dropdown-menu {
    color: #FFF;
    background-color: #6100CC;
    border: none;
    border-radius: 0;
}
.table-price {
	width: 100%;
}
.table-price td, .table-price th {
    vertical-align: top;
}
.table-price td {
    padding: 0 0 .5rem 0;
}
.table-price th {
	font-size: 1.25em;
	font-weight: 500;
    padding: .75rem 0;
    border-top: 1px solid #dee2e6;
}
.table-price .estimate {
	text-align: right;
}
.table-price tfoot {
	border-top: 1px solid #dee2e6;
}
.light .form-control {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}
.light .form-control::placeholder {
	color: rgba(255,255,255,.5);
}
.monthly-reset:after {
    content: 'I dag';
}
.monthly-cal:after {
    content: 'Måned';
}
.monthly-today .monthly-day-number {
    color: #FFF;
	background: var(--primary);
}
@media (min-width: 25em) {
	.monthly-day:before {
		padding-top: calc(50% - 1.2em);
	}
}

/* ##################################### TILBUD end ##################################### */



/* ##################################### CARD FLIP start ##################################### */
.card-container {
    perspective: 700px;
    display: grid;
    perspective: 700px;
}
.card-flip {
    display: grid; grid-template: 1fr / 1fr;
    grid-template-areas: "frontAndBack";
    transform-style: preserve-3d;
    transition: all 0.3s ease;
}
.card-flip, .card-container {
    transform-style: preserve-3d;
    transition: all 0.7s ease;
}
.card-flip div {
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
.card.front {
    grid-area: frontAndBack;
}
.card.back {
    transform: rotateX(-180deg);
    grid-area: frontAndBack;
	transform: rotateX(-180deg);
	max-height: 100px;
	overflow: auto;
}
.card-container:hover .card-flip {
    transform: rotateX(180deg);
}
.bg-purple .card a {
	color: #6100CC;
}
/* ##################################### CARD FLIP end ##################################### */



.showcase-2021-header {
    padding-top: 120px;
}
.showcase-2021-header-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom center;
}
@media (min-width: 992px) {
	.showcase-2021-header-image img {
        width: 150%;
	    max-width: 558px;
		height: calc(100vh - 150px);
		object-position: right center;
	}
	.showcase-2021-header h1 {
		font-size: 2.5rem;
	}
}
@media (min-width: 1200px) {
	.showcase-2021-header-image img {
	    max-width: 677px;
	}
    .narrow,
    .limit-width {
    	max-width: 1000px !important;
    }
}
@media (min-width: 1540px) {
	.showcase-2021-header-image img {
	    max-width: 810px;
	}
}

/** ################################################## MEDIA QUERIES ################################################## **/

/** Baseline styles for smallest screens **/
body {
	font-size: 16px;
}
h1, .h1 { font-size: 2.25rem; }
h2, .h2 { font-size: 2rem; }
h3, .h3 { font-size: 1.5rem; }
h4, .h4 { font-size: 1.25rem; }
h5, .h5 { font-size: 1rem; }	

/** Small devices (landscape phones, 576px and up) **/
/** Bootstrap: -sm **/
@media (min-width: 576px) {
	.hero-overlay-bg svg {
		width: 1800vw;
	}
}

/** Medium devices (tablets, 768px and up) **/
/** Bootstrap: -md **/
@media (min-width: 768px) {
    .introtext {
    	font-size: 1.25em;
    }
	.cross-section:nth-of-type(even) .cross-section-text {
		order: 1;
	}
	.cross-section:nth-of-type(odd) .cross-section-text > div {
		max-width: 755px;
		padding-right: 4rem !important;
		float: right;
	}
	.cross-section:nth-of-type(even) .cross-section-text > div {
		max-width: 755px;
		padding-left: 4rem !important;
		float: left;
	}
	
}

@media (max-width: 767px){
    #calendarTable.table-price th {
        font-size: 0.8rem;
    }
}

/** Large devices (desktops, 992px and up) **/
/** Bootstrap: -lg **/
@media (min-width: 992px) {
    body {
    	font-size: 18px;
    }
	h1, .h1 { font-size: 5rem; }
	h2, .h2 { font-size: 3.75rem; }
	h3, .h3 { font-size: 2.5rem; }
	h4, .h4 { font-size: 1.875rem; }
	h5, .h5 { font-size: 1.25rem; }
	h6, .h6 { font-size: 1rem; }
	.limit-width {
		max-width: 800px;
	}	

	.columns-3 {
		column-count: 3;
		column-gap: 30px;
	}
	.columns-3 p {
		break-inside: avoid;
	}

    /*
	.highlights .highlight:not(:first-of-type) {
		width: calc(50% - .2rem);
		display: inline-block;
	}
	*/

	.highlights .highlight {
		width: calc(50% - .2rem);
		display: inline-block;
	}
	.card.back {
		max-height: none;
		overflow: visible;
	}
}

/** Extra large devices (large desktops, 1200px and up) **/
/** Bootstrap: -xl **/
@media (min-width: 1200px) {
	.container-fluid.max {
		max-width: 1140px;
	}
	.hover-box img {
		height: auto;
	}
	.hover-box:hover img {
		height: auto;
	}
}


/** HD devices (extra large desktops, 1540px and up) **/
@media (min-width: 1540px) {
	.container {
		max-width: 1280px;
	}
	.wide {
		max-width: 1540px;
	}
}
.only-print, .only-inline-print{
	display:none
}

@media print{
    .card.back{
        display:none;
    }
    article{
        page-break-before:always;
    }
    img{
        page-break-inside:always;
    }
    a:not(.btn){
        text-decoration:none;
    }
	.reveal{
		opacity:1!important;
		transform: translateY(0) scale(1)!important;
	}
	section{
		page-break-before: always;
	}
	.no-print{
		display:none!important;
	}
	.only-print{
		display:block
	}
	.only-inline-print{
	    display:inline-block!important;
	}
	.show-print{
	    display:block!important;
	    opacity:1!important;
	}
}

/** PRINT PDF STUFF **/
/*
body.print main>div:not([data-html2canvas-ignore]),
body.print main>section:not([data-html2canvas-ignore]){
	page-break-after: always;
	padding:0!important;
}
body.print main>div:not([data-html2canvas-ignore]) article:not(:first-of-type),
body.print main>section:not([data-html2canvas-ignore]) article:not(:first-of-type){
	page-break-before: always;
}
body.print section.bg-light{
    background-color:#FFF!important;
}
body.print #hero{
	height:1116px!important
}
body.print .cross-section .cross-section-text > div{
	max-width:100%;
	padding:0!important;
	padding-left:1rem!important;
	padding-right:1rem!important;
	padding-top:2rem!important;
}
body.print .cross-section-text{
	order:0
}
body.print .cross-section-img{
	order:1
}
body.print .cross-section-text, body.print .cross-section-img{
	flex-basis: initial;
    flex-grow: initial;
    padding: 0!important;
    
}
body.print .h-100{
    height:auto!important;
}
body.print .cross-section-text{
	padding-bottom: 1rem!important;
}
body.print .columns-3{
	column-count: 1;
}
body.print{
	font-size:12px;
}
body.print .border-bottom{
	border-bottom:0px!important
}

*/




.template-article #page-header.bg-white {
    border-bottom: none;
}
.template-article #page-header {
    position: relative !important;
}
.author-bar .profile-image {
    width: 4rem;
}
.author-bar .row.border-bottom {
    border-bottom: 1px solid #6100CC !important;
}
.sectioned-list article:nth-child(odd) {
    justify-content: flex-end;
}
.sectioned-list article .sectioned-list-img {
    width: 100%; 
    height: 70vw;
    object-fit: cover;
    position: absolute;
    left: 0;
}
.sectioned-list article:nth-child(even) .sectioned-list-img {
    left: auto;
    right: 0;
}
@media (max-width: 768px) {
    .sectioned-list .sectioned-list-content {
        margin-top: 50vw !important;
    }
}@media (min-width: 768px) {
    .sectioned-list article .sectioned-list-img {
        width: 70%; 
        height: 100%;
    }
}

.full-media img, .full-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.masonry-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap:  calc( 50px / 2);
}
.masonry-gallery > .item:nth-of-type(4n+1) {  grid-column: span 4; grid-row: span 4; aspect-ratio: 1; }
.masonry-gallery > .item:nth-of-type(4n+2) {  grid-column: span 4; grid-row: span 2; aspect-ratio: 2; }
.masonry-gallery > .item:nth-of-type(4n+3) {  grid-column: span 2; grid-row: span 2; aspect-ratio: 1; }
.masonry-gallery > .item:nth-of-type(4n+4) {  grid-column: span 2; grid-row: span 2; aspect-ratio: 1; }
.masonry-gallery > .item:nth-of-type(1n+9) {  display: none; }

.masonry-gallery > .item a:hover::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 3rem;
  color: #FFF;
  content: "\f00e";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
}
.masonry-gallery > .item a:hover img {
  width: 110%;
  height: 110%;
  transition: all 250ms ease;
}

.masonry-gallery > .item {
  overflow: hidden;
}
@media (min-width: 768px) {
    .masonry-gallery > .item:nth-of-type(8n+1) {  grid-column: span 4; grid-row: span 4; aspect-ratio: 1; }
    .masonry-gallery > .item:nth-of-type(8n+2) {  grid-column: span 4; grid-row: span 2; aspect-ratio: auto; }
    .masonry-gallery > .item:nth-of-type(8n+3) {  grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
    .masonry-gallery > .item:nth-of-type(8n+4) {  grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
    .masonry-gallery > .item:nth-of-type(8n+5) {  grid-column: span 4; grid-row: span 2; aspect-ratio: auto; }
    .masonry-gallery > .item:nth-of-type(8n+6) {  grid-column: span 4; grid-row: span 4; aspect-ratio: 1; }
    .masonry-gallery > .item:nth-of-type(8n+7) {  grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
    .masonry-gallery > .item:nth-of-type(8n+8) {  grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
    .swiper-expanded .swiper-slide {
        padding: 0 calc( 50px / 3.333);
    } 
}
@media (min-width: 1200px) {
  .masonry-gallery {
    grid-template-columns: repeat(8, 1fr);
  }
}