/*  Kajen Nacka Strand Cafe */

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto+Slab:wght@300;600&display=swap');

/* ==========================================================================
Generellt
========================================================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

.display-none {
	display: none;
}

.EditMode .display-none {
	display: block;
}

.forceBlock {
	display: block !important;
}

/* Layout
========================================================================== */
.LayoutPage .section-wrapper {
	margin-bottom: -0.1rem;
	background-color: #eee9e2;
}

.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
	padding: 10rem 4rem;
}

.LayoutPage .section-block-wrapper {
	max-width: 140rem;
}

.section-block-wrapper::after {
	content: '';
	display: table;
	clear: both;
}

/* Paddings */
.LayoutPage .p-3 .section-block,
.SubPage .LayoutPage .p-3 .section-block,
.p-3:not(.section-wrapper) {
	padding: 3rem;
}

.LayoutPage .pb-0 .section-block,
.SubPage .LayoutPage .pb-0 .section-block,
.pb-0:not(.section-wrapper) {
	padding-bottom: 0;
}
.LayoutPage .pt-0 .section-block,
.SubPage .LayoutPage .pt-0 .section-block,
.pt-0:not(.section-wrapper) {
	padding-top: 0;
}
.LayoutPage .pt-2 .section-block,
.SubPage .LayoutPage .pt-2 .section-block,
.pt-2:not(.section-wrapper) {
	padding-top: 2rem;
}

/* Margins */
.mt-4 {
	margin-top: 4rem;
}

.mb-2 {
	margin-bottom: 2rem;
}

.mb-3 {
	margin-bottom: 3rem;
}

.mb-5 {
	margin-bottom: 5rem;
}

/* Bredder */
.mw-1100 .section-block-wrapper {
	max-width: 110rem;
}

@media only screen and (max-width: 1024px) {

	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
		padding: 10rem 2rem;
	}
}

@media only screen and (max-width: 700px) {

	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
		padding: 6rem 2rem;
	}
}

@media only screen and (max-width: 700px) {

	.LayoutPage .p-3 .section-block,
	.SubPage .LayoutPage .p-3 .section-block,
	.p-3:not(.section-wrapper) {
		padding: 2rem;
	}
}

/* Text och typsnitt
========================================================================== */
body {
	font-family: 'Open Sans', sans-serif;
}

/* Rubriker */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.5;
	color: #00142e;
	text-transform: normal;
	text-transform: none;
}

.text-label {
	font-size: 1.7rem;
	padding-bottom: 2rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.section-title {
	font-family: 'Roboto Slab', serif;
	font-size: 3.8rem;
	padding-bottom: 2rem;
	line-height: 1.5;
	font-weight: 300;
}

.small-title {
	font-size: 2.4rem;
	font-weight: 600;
	padding-bottom: 1rem;
}

/* Brodtext och lankar */
p {
	padding: 0 0 .3em 0;
}

p,
a,
li {
	line-height: 1.7;
	font-size: 1.9rem;
	font-weight: 300;
	font-family: inherit;
	color: #323232;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* Listor */
.row-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
}

.row-list li:not(:last-child)::after {
	content: '|';
	position: relative;
	display: inline-block;
	margin: 0 1rem;
}

@media only screen and (max-width: 680px) {
	.row-list li {
		width: 100%;
	}

	.row-list li:not(:last-child)::after {
		display: none;
	}
}

/* List-check */
.list-check {
	padding: 0;
	list-style: none;
}

.list-check li::before {
	content: '\f00c';
	padding: 0 1rem 0 0;
	color: rgb(var(--secondary-color));
	font-weight: 700;
	font-size: .8rem;
	font-family: 'Font Awesome 5 Pro';
}

/* Ovriga klasser */
.bold,
.text-bold {
	padding: 0;
	font-weight: 600;
}

.italic,
.text-italic {
	font-style: italic;
}

/* Textblock */
.smalltext-type,
.normaltext-type {
	max-width: none;
}

.text-block {
	max-width: 65rem;
}

.text-block-center {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.text-wrapper.text-center {
	margin: 0 auto;
	text-align: center;
}

.text-center {
	text-align: center !important;
}
.text-start{
	text-align: start;
}

.text-underline {
	text-decoration: underline;
}

a.text-underline:hover {
	text-decoration: none;
}

@media only screen and (max-width: 1466px) {
	.section-title {
		padding-bottom: 2rem;
		font-size: 3.4rem;
	}
}

@media only screen and (max-width: 1024px) {
	.text-label {
		font-size: 1.6rem;
	}

	.section-title {
		font-size: 3rem;
	}
}

@media only screen and (max-width: 580px) {
	.section-title {
		padding-bottom: 1rem;
		font-size: 2.4rem;
	}

	.small-title {
		padding-bottom: .5rem;
		font-size: 2rem;
	}

	p,
	a,
	li {
		font-size: 1.6rem;
		text-align: inherit;
	}
}

/* Knappar och speciella lankar
========================================================================== */
.btn-wrapper {
	margin-top: 2rem;
}

.btn-wrapper.multiple .btn:first-child {
	margin-right: 1rem;
}

.btn-wrapper.btn-center {
	text-align: center;
	margin: 2rem auto 0;
	display: block;
	width: auto;
}

/* Knappar */
.btn {
	font-family: inherit;
	max-width: 50rem;
	width: auto;
	padding: 1.4rem 3rem;
	border-radius: .6rem;
	text-align: center;
	font-size: 1.3rem;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.3;
	font-weight: 500;
	background: #fff;
	border: 0.2rem solid;
	border-color: #fff;
	color: #000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
}

.btn:hover {
	border: 0.2rem solid;
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.btn-primary,
.btn-primary-filled {
	background: #00142e;
	border-color: #00142e;
	color: #eee9e2;
}

.btn-primary:hover,
.btn-primary-filled:hover {
	background: #223956;
	border-color: #223956;
	color: #eee9e2;
}

.btn-primary-border {
	background: transparent;
	border-color: #00142e;
	color: #00142e;
}

.btn-primary-border:hover {
	background: #00142e;
	border-color: #00142e;
	color: #fff;
}

.btn-secondary {
	background: #eee9e2;
	border-color: #eee9e2;
	color: #092447;
}

.btn-secondary:hover {
	background: #c5b6a2;
	border-color: #c5b6a2;
	color: #092447;
}

.btn-white {
	background: #ffffff;
	border: 0.2rem solid #ffffff;
	color: #000;
}

.btn-white:hover {
	background: transparent;
	border: 0.2rem solid #ffffff;
	color: #ffffff;
}

.btn-white-border {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.btn-white-border:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.btn-black {
	background: #000;
	border: 0.2rem solid #000;
	color: #ffffff;
}

.btn-black:hover {
	background: transparent;
	border: 0.2rem solid #000;
	color: #000;
}

.btn-black-border {
	background: transparent;
	border: 0.2rem solid #000;
	color: #000;
}

.btn-black-border:hover {
	background: #000;
	border: 0.2rem solid #000;
	color: #ffffff;
}

/* Speciella lankar */
.arrow-link {
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	color: inherit;
	font-weight: 500;
	font-size: 1.5rem;
}

.arrow-link.small-title {
	font-size: 2.4rem;
	font-weight: 600;
	padding-bottom: 1rem;
}

.arrow-link:hover {
	color: #000000;
}

.arrow-link:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f30b';
	margin-left: 1rem;
	text-decoration: none;
	display: inline-block;
}


/* Pulse btn */
.pulse-btn {
	box-shadow: 0 0 0 0 #eee9e2;
	-webkit-animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulsing {
	to {
		box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
	}
}

@-moz-keyframes pulsing {
	to {
		box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
	}
}

@-ms-keyframes pulsing {
	to {
		box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
	}
}

@keyframes pulsing {
	to {
		box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
	}
}

@media only screen and (max-width:550px) {
	.btn {
		display: block;
		margin: 0 0 1.5rem;
	}

	.btn-wrapper.multiple .btn:first-child {
		margin: 0 0 1.5rem;
	}
}

/* Farger
========================================================================== */
/* Bakgrundsfarger */
.LayoutPage .bg-primary,
.bg-primary {
	background-color: #00142e;
}

.bg-white {
	background: #FFF;
}

/* Textfarger */
.text-white {
	color: #fff;
}

.text-primary {
	color: #00142e !important;
}

.text-red {
	color: #d42426;
}

/* Grafiska element
========================================================================== */
/* Object fit */
.of-wrapper {
	position: relative;
	overflow: hidden;
}

.LayoutPage .of-wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	max-width: none;
	min-height: 100%;
	transform: translate(-50%, -50%);
}
.br-0{
	border-radius: 0;
}
.br-1{
	border-radius: 1rem;
}
.br-r-x-1{
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
}
@supports (object-fit: cover) {
	.LayoutPage .of-wrapper img {
		position: static;
		transform: none;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.LayoutPage .of-wrapper img.contain {
		object-fit: contain;
	}
}

/* Object -position */
.LayoutPage .of-wrapper img.op-50-70 {
	object-position: 50% 70%;
}

/* Bakgrundsbild
========================================================================== */
.bg-image {
	position: relative;
}

.bg-image-wrapper {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Crossfade */
#crossfade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -10;
}


#crossfade video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

#crossfade div {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0rem;
	left: 0rem;
	color: transparent;
	z-index: -3;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

#crossfade div.active {
	z-index: -1;
}

/* Split Wrapper
========================================================================== */
.split-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.split-wrapper.reverse {
	flex-direction: row-reverse;
}

.split-content {
	width: 50%;
	padding: 5rem;
}

.split-image {
	width: 50%;
}

/* Centrera content */
.split-wrapper .align-center {
	align-self: center;
}

@media screen and (max-width: 1100px) {
	.split-content {
		width: 100%;
	}

	.split-image {
		width: 100%;
		min-height: 20rem;
	}
}

@media screen and (max-width: 580px) {
	.split-content {
		padding: 2rem;
	}
}

/* Cards
========================================================================== */
.cards-wrapper {
	display: flex;
	flex-wrap: wrap;
}

a.card-item {
	transition: .3s ease;
}

/* Bredder */
.cards-wrapper.w-25 .card-item {
	width: calc((100% / 4) - 2rem);
	margin: 1rem;
}

.cards-wrapper.w-33 .card-item {
	width: calc((100% / 3) - 2rem);
	margin: 1rem;
}

.cards-wrapper.w-50 .card-item {
	width: calc((100% / 2) - 2rem);
	margin: 1rem;
}

@media only screen and (max-width: 1350px) {

	/* Bredder */
	.cards-wrapper.w-25 .card-item {
		width: calc((100% / 3) - 2rem);
		margin: 1rem;
	}
}

@media only screen and (max-width: 1050px) {

	/* Bredder */
	.cards-wrapper.w-25 .card-item,
	.cards-wrapper.w-33 .card-item {
		width: calc((100% / 2) - 2rem);
		margin: 1rem;
	}
}

@media only screen and (max-width: 750px) {

	/* Bredder */
	.cards-wrapper.w-25 .card-item,
	.cards-wrapper.w-33 .card-item,
	.cards-wrapper.w-50 .card-item {
		width: 100%;
		margin: 1rem 0;
	}
}

/* Card 1-2 */
.card-1-2 .card-item {
	display: flex;
	flex-direction: column;
}

.card-1-2 .card-body {
	flex-grow: 1;
	min-height: 38rem;
}

.card-1-2 .card-footer {
	display: flex;
	padding: 0 2rem 1rem;
	margin: auto 0 0;
	background: #223956;
}

.card-1-2 .quote-sign {
	width: 7rem;
	height: 7rem;
	padding: 1.5rem;
	margin: -1.5rem 2rem 0 0;
	border-radius: 50%;
	border: 0.3rem solid rgb(var(--gray-light-color));
}

.card-1-2 .card-footer p {
	padding: 1rem 0;
	font-size: 1.4rem;
	font-weight: 700;
}

.card-1-2 .card-footer span {
	display: block;
	text-transform: uppercase;
}

/* Card 2-4 */
.card-2-4 {
    flex-direction: column;
}

.card-2-4 .card-item {
    display: flex;
    max-width: fit-content;
    margin-bottom: 1rem;
}

.card-2-4 .card-body {
    flex: 1 1 0px;
    padding: .5rem 1.5rem 1rem 1.5rem;
    text-decoration: none;
    width: 25rem;
}

.card-2-4 .text-small {
    font-size: 1.5rem;
}

.card-2-4 .card-item .btn {
    height: 100%;
    width: 100%;
    min-width: unset;
    margin: 0;
    padding: .5rem 2rem;
    align-content: center;
}

/* Card 3-1 */
.card-3-1 a.card-item:hover {
	text-decoration: none;
}

.card-3-1 .image-wrapper {
	border-radius: 1rem;
}

.card-3-1 .image-wrapper img {
	transition: .3s ease;
}

.card-3-1 a.card-item:hover .image-wrapper img {
	transform: scale(1.03);
}

.card-3-1 .card-body {
	padding: 1rem;
}

.card-3-1 .card-footer {
	padding: 0 1rem 1rem;
}

.card-3-1 .small-title {
	padding-bottom: .4rem;
}

.card-3-1 p {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6;
}

/* Modal som oppnas automatiskt
========================================================================== */
body:not(.EditMode) .LayoutPage .section-auto-modal {
	display: none;
	z-index: 11;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .7);
}

body:not(.EditMode) .section-auto-modal .section-block {
	position: fixed;
	top: 50%;
	left: 50%;
	width: calc(100% - 4rem);
	max-width: 50rem;
	max-height: 85vh;
	padding: 0;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-radius: 2rem;
	overflow: auto;
	background: #ffffff;
	transform: translate(-50%, -50%);
}

.section-auto-modal .close-modal {
	position: absolute;
	top: 0.2rem;
	right: .8rem;
	font-size: 2.5rem;
	cursor: pointer;
}

.section-auto-modal p {
	padding-bottom: 1.2em;
}

.section-auto-modal iframe {
	width: 100%;
	height: 46rem;
	border: none;
}

@media only screen and (max-width: 550px) {
	body:not(.EditMode) .section-auto-modal .section-block {
		max-width: 45rem;
	}

	.section-auto-modal iframe {
		width: 100%;
		border: none;
	}
}

/* Popup-notis
========================================================================== */
.EditMode .popup-wrapper {
    display: none;
}

.popup-wrapper {
    z-index: 8;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
}

/* Knappar */
.popup-button {
    position: relative;
    width: 5rem;
    height: 5rem;
	background: #eee9e2;
    border-radius: 50%;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    cursor: pointer;
}

.popup-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.8rem;
    transform: translate(-50%,-50%);
    transition: .3s ease;
}

.popup-wrapper .popup-button .icon-open,
.popup-wrapper.opened .popup-button .icon-close {
    transform: translate(-50%,-50%) scale(1);
}

.popup-wrapper.opened .popup-button .icon-open,
.popup-wrapper .popup-button .icon-close {
    transform: translate(-50%,-50%) scale(0);
}

/* Innehåll */
.popup-window {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    bottom: 6rem;
    max-width: 45rem;
    max-height: calc(100vh - 20rem); 
    padding: 3rem;
    margin: 0 2rem;
	background: #eee9e2;
    border-radius: 2rem;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    overflow: auto;
    transition: opacity .3s ease, bottom .3s ease;
}

.popup-wrapper.opened .popup-window {
    opacity: 1;
    visibility: visible;
    display: block;
    bottom: 10rem;
}

.icon-close-popup {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2.5rem;
    cursor: pointer;
}

@media only screen and (max-width: 450px) {
    .popup-window {
        padding: 2rem 3rem 2rem 2rem;
    }

    .icon-close-popup {
        top: 1rem;
    }
}

/* Header / Navigation
========================================================================== */
/* Dolj hem */
body:not(.EditMode) .fake-header .TemplateMenu > li:nth-child(1) {
    display: none;
}
/* Top header */
.EditMode #top-header {
	display: none;
}

.EditMode header {
	margin-top: 0 !important;
}

#top-header {
	background: transparent;
	border-bottom: .5px solid rgba(255, 255, 255, 0.3);
	position: fixed;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 4rem;
	display: flex;
	flex-wrap: wrap;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	flex-direction: row-reverse;
}

body:not(.IndexPage) header #top-header {
	background-color: #00142e;
}

header.scrolled #top-header {
	height: 0;
	font-size: 0;
}

#top-header a {
	line-height: 4rem;
	box-sizing: border-box;
	width: auto;
	color: #fff;
	font-size: 1.2rem;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	max-width: 100%;
	text-decoration: none;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	padding: 0 2rem;
}

header.scrolled #top-header a {
	font-size: 0;
}

#top-header a:hover {
	text-decoration: underline;
}

#top-header .fas {
	margin-right: .4rem;
}

/* Header  */
header {
	background-color: transparent;
	box-shadow: none;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 8;
	font-size: 0;
	height: 9rem;
	margin-top: 4rem;
}

body:not(.IndexPage) header {
	box-shadow: 0rem 0.4rem 1rem rgba(0, 0, 0, 0.09);
	background-color: #00142e;
}

header.scrolled {
	z-index: 10;
	margin-top: 0;
	box-shadow: 0rem 0.4rem 1rem rgba(0, 0, 0, 0.09);
	background-color: #00142e;
}

header .container {
	max-width: 100%;
}

header .container::after {
	content: '';
	display: table;
	clear: both;
}

/* Header logo */
header .header-logo {
	width: 10rem;
	padding: 0;
	position: absolute;
	top: .5rem;
	left: 2rem;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

body:not(.IndexPage) header .header-logo,
header.scrolled .header-logo {
	width: 7rem;
}

.flag-wrapper img {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 3.5rem;
	height: 3.5rem;
	margin-right: 1rem;
	padding: 0;
	border-radius: 50%;
	border: none;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

/* Navigation */
nav.mainmenu {
	text-align: center;
}

nav.mainmenu a {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 9rem;
	color: #fff;
	text-transform: none;
	padding: 0;
	margin: 0 2rem;
	transition: all 300ms linear;
}

nav.mainmenu li:hover a,
nav.mainmenu li.active a {
	color: #eee9e2;
}

nav.mainmenu ul.TemplateMenu>li {
	line-height: auto;
	height: auto;
	cursor: pointer;
}

/* Dropdown menu */
nav.mainmenu ul>li>ul>li {
	line-height: normal;
	height: auto;
	cursor: pointer;
	padding: 0;
}

nav.mainmenu ul>li>ul>li:hover>a:before {
	display: none;
}

nav.mainmenu ul>li>ul>li a {
	line-height: 3;
	padding: 0 2rem;
	color: #444 !important;
}

nav.mainmenu ul>li>ul>li a:hover {
	background-color: #111f3d !important;
	color: #fff !important;
}

nav.mainmenu ul>li.expandable-li:hover {
	background-color: transparent;
}

nav.mainmenu li:hover,
nav.mainmenu li.active {
	background-color: transparent !important;
}

nav.mainmenu ul>li.expandable-li:hover>a {
	color: #eee9e2;
	padding-bottom: 0;
}

nav.mainmenu ul>li>ul {
	background: #fff;
	padding: 0;
	box-sizing: border-box;
	line-height: normal;
	height: auto;
	min-width: 100%;
	width: auto;
	text-align: left;
	z-index: 10;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.109);
}

nav.mainmenu ul>li>ul a {
	background: transparent !important;
	text-decoration: none !important;
	white-space: nowrap;
	line-height: 3rem;
}

nav.mainmenu ul>li>ul>li>ul {
	right: 0;
}

nav.mainmenu ul>li>ul>li>a {
	line-height: 5rem;
}

#overlay {
	z-index: 7;
}

/* CTA*/
header .cta-socials {
	position: absolute;
	top: 2.5rem;
	right: 1rem;
	opacity: 1;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.cta-socials .social-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.cta-socials .social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 3.5rem;
	height: 3.5rem;
	margin-right: 1rem;
	padding: 0;
	border-radius: 2rem;
	border: .1rem solid #eee9e2;
	background-color: #eee9e2;
	color: #00142e;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.cta-socials .social:hover {
	background-color: transparent;
	border-color: #eee9e2;
	color: #eee9e2;
	text-decoration: none;
}

.cta-socials .social::before {
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Pro';
	font-weight: 900;
	font-size: 1.5rem;
	position: relative;
	top: 0.1rem;
}

.social-facebook::before {
	content: '\f39e';
}

.social-linkedin::before {
	content: '\f0e1';
}

.social-instagram::before {
	content: '\f16d';
}

.social-youtube::before {
	content: '\f167';
}

.social-email::before {
	content: '\f0e0';
}

.social-phone::before {
	content: '\f879';
}

/* Media queries */
@media only screen and (min-width: 1350px) {
	.hamburger {
		display: none;
	}

	.expandable:after {
		font-family: 'Font Awesome 5 Pro';
		font-weight: 900;
		content: '\f107';
		margin-left: 0.7rem;
		text-decoration: none;
		display: inline-block;
		font-size: 1em;
		color: #eee9e2;
		vertical-align: middle;
	}
}

@media only screen and (max-width: 1350px) {
	.TemplateMenu>li:nth-child(1) {
		display: none;
	}
}

@media only screen and (max-width: 1350px) {
	header .cta-socials {
		right: 8rem;
	}

	/* Hamburger */
	.hamburger {
		position: absolute;
		z-index: 99;
		left: auto;
		right: 2rem;
		top: 1.4rem;
	}

	.hamburger-inner,
	.hamburger-inner::after,
	.hamburger-inner::before {
		color: #fff;
		background-color: #fff;
	}

	.hamburger--menu .hamburger-inner::after {
		content: 'MENY';
		font-size: 1.1rem;
		letter-spacing: .2em;
		color: #fff;
	}

	.hamburger-inner,
	.hamburger-inner::after,
	.hamburger-inner::before {
		width: 4rem;
	}

	.hamburger--menu.is-clicked .hamburger-inner,
	.hamburger--menu.is-clicked .hamburger-inner::after,
	.hamburger--menu.is-clicked .hamburger-inner::before {
		color: #eee9e2;
		background-color: #eee9e2;
	}

	/* Navigation */
	nav.mainmenu {
		text-align: left;
		display: none;
		position: fixed;
		height: 100%;
		left: 0;
		width: 100%;
		max-width: 50rem;
		background-color: #fff;
		z-index: 15;
		top: 0;
		box-shadow: none;
		overflow-y: scroll;
	}

	nav.mainmenu .Padding {
		margin: 8rem 0 !important;
	}

	nav.mainmenu ul>li>ul>li {
		background: transparent;
	}


	nav.mainmenu li {
		text-align: left;
		display: block;
	}

	nav.mainmenu li a {
		margin: 0;
		padding: 0;
		color: #000 !important;
		padding-left: 4rem;
		font-size: 1.6rem;
		line-height: 3.7;
		width: 100%;
	}

	nav.mainmenu a:before {
		display: none;
	}

	#overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.623);
		z-index: 7;
	}

	/* Dropdown */
	nav.mainmenu ul>li>ul {
		background-color: #fff !important;
		width: auto !important;
		border: none;
	}

	nav.mainmenu ul>li>ul {
		display: contents !important;
	}

	nav.mainmenu ul>li>ul>li a {
		color: #000 !important;
	}

	nav.mainmenu ul>li>ul>li>a {
		width: 100%;
		padding: 0 0 0 6rem;
	}

	nav.mainmenu ul>li.expandable-li:hover>a {
		padding-bottom: 0;
	}

	nav.mainmenu ul.TemplateMenu>li,
	.scrolled nav.mainmenu ul.TemplateMenu>li {
		line-height: normal;
		height: auto;
	}
}

@media only screen and (max-width:650px) {
	nav.mainmenu {
		max-width: 100%;
	}

	nav.mainmenu li a {
		padding-left: 2rem;
	}

	nav.mainmenu ul>li>ul>li>a {
		padding-left: 4rem;
		line-height: 2.5;
	}

	.hamburger--menu.is-clicked .hamburger-inner,
	.hamburger--menu.is-clicked .hamburger-inner::after,
	.hamburger--menu.is-clicked .hamburger-inner::before {
		color: #000;
		background-color: #000;
	}
}

@media only screen and (max-width:470px) {
	#top-header a {
		width: 100%;
		text-align: center;
		padding: 0 1rem;
		font-size: 1.1rem;
	}

	body:not(.IndexPage) header .header-logo,
	header .header-logo {
		width: 7rem;
	}
}

/* ==========================================================================
Startsida
========================================================================== */

/* Top-section
========================================================================== */
.top-section {
	z-index: 1;
	height: auto;
	min-height: 100vh;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	padding-top: 8rem;
	background: linear-gradient(to right, black, transparent);
}

.page-title-wrap {
	background-color: transparent;
	transform: none;
	position: static;
	max-width: 75rem;
	text-align: left;
	padding: 0;
	z-index: 3;
	padding: 2rem 2rem 2rem 5rem;
	height: auto;
	background-color: transparent;
}

.page-title-wrap h1,
.page-title-wrap h2 {
	color: #fff;
	padding: 0;
	text-shadow: none;
	font-weight: 300;
}

.page-title-wrap h1 {
	font-size: 5.5rem;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0;
	padding-bottom: 2rem;
	line-height: 1.5;
	max-width: 60rem;
}

.page-title-wrap .usp-decor {
	font-weight: 700;
	color: #eee9e2;
}

.page-title-wrap p {
	color: #fff;
	font-weight: 300;
	padding-bottom: 0;
	padding-left: 1rem;
}

.page-title-wrap .btn-wrapper {
	margin-top: 2rem;
}

.page-title-wrap .btn {
	margin: 0 1rem 0 0;
}

.page-title-wrap .dropdown-content {
	column-count: 3;
}
/* Pa gang just nu */
.event-wrapper {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
	margin-bottom: 3rem;
}
@media only screen and (max-width: 780px) {
.top-section {
	min-height: 110vh;
}
}
@media only screen and (max-width: 580px) {
    .event-wrapper {
        right: 0;
        padding: 0 2rem;
    }

    .event-wrapper .cards-wrapper {
        margin: 0;
    }
}
/* Funktion: Scroll down */
@-moz-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	60% {
		-moz-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	60% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	60% {
		-moz-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

/*Arrow Scroll*/
.arrow-scroll {
	position: absolute;
	z-index: 2;
	width: 5rem;
	height: 5rem;
	background-color: transparent;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all .2s ease;
}
 
.arrow-scroll a,
.arrow-scroll p {
	display: block;
	padding: 1.5rem;
}

.arrow {
	display: block;  
	width: 2rem;
	height: 2rem;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
	background-size: contain;
}

.bounce { 
	-moz-animation: bounce 2.5s infinite;
	-webkit-animation: bounce 2.5s infinite;
	animation: bounce 2.5s infinite;
}

@media only screen and (max-width:1466px) {
	.page-title-wrap h1 {
		font-size: 5rem;
	}
}

@media only screen and (max-width:1250px) {
	.page-title-wrap {
		max-width: 65rem;
		padding: 2rem;
	}

	.page-title-wrap h1 {
		font-size: 4rem;
	}

	.page-title-wrap p {
		padding-left: 0;
	}
}

@media only screen and (max-width:600px) {
	.page-title-wrap h1 {
		font-size: 3rem;
	}
}

@media only screen and (max-width:550px) {
	.page-title-wrap .btn {
		margin: 0 0 1rem;
	}
}

@media only screen and (max-width:340px) {
	.top-section {
		padding: 15rem 0 8rem;
	}

	.page-title-wrap h1 {
		font-size: 2.4rem;
	}
}

/* Bildspel
========================================================================== */
.section-scroll {
	overflow: hidden;
}

/* Slider */
.scroll-wrapper.cards-wrapper {
	margin-bottom: 5rem;
}

.scroll-wrapper.cards-wrapper .slick-list {
	width: 100%;
	overflow: visible;
}

.scroll-wrapper.cards-wrapper .slick-track {
	display: flex;
}

.scroll-wrapper.cards-wrapper .card-item {
	display: flex;
	height: auto;
}

/* Card item */
.scroll-wrapper .card-item {
	display: flex;
	flex-direction: column;
	margin: 0 2rem 0 0;
}

/* Slick Arrow */
.scroll-wrapper .slick-arrow {
	position: absolute;
	top: auto;
	bottom: -4rem;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-color: rgb(0, 20, 46);
}

.scroll-wrapper .slick-next {
	right: 2rem;
}

.scroll-wrapper .slick-prev {
	left: auto;
	right: 6rem;
}

.scroll-wrapper .slick-arrow::after {
	font-weight: 300;
	color: #FFF;
}

.scroll-wrapper .slick-prev:before,
.scroll-wrapper .slick-next:before {
	opacity: 0;
	background-color: transparent;
}

/* Startsida: Om oss
========================================================================== */
.about-wrapper {
	background-image: linear-gradient(to right, rgb(0, 0, 0, .5), rgb(0, 0, 0, .3)), url('/assets/images/uteservering-1500px.jpg');
	background-size: cover;
	background-position: center 60%;
	padding: 13rem 4rem 7rem;
	border-radius: 1rem;
}

@media screen and (max-width: 580px) {
	.about-wrapper {
		padding: 10rem 2rem 2rem;
	}
}

/* Aktiviteter
========================================================================== */
.LayoutPage .activities .section-block {
	padding-bottom: 0;
}

.LayoutPage .activities .section-block-wrapper {
	max-width: none;
}

.LayoutPage .activities .heading-type * {
	max-width: 80rem;
	margin: 0 auto;
	text-align: center;
}

.activity-cards-wrapper {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: 4.5rem;
}

.activity-cards-wrapper.justify-center {
	justify-content: center;
}

.activity-card {
	width: calc(100% / 4 - 2rem);
	margin: 1rem;
	display: flex;
	flex-wrap: wrap;
	height: 35rem;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background-color: transparent;
	text-decoration: none !important;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.activity-card .activity-image {
	width: 100%;
	height: 100%;
}

.activity-image img {
	display: block !important;
	object-fit: cover;
	object-position: center;
	height: 100% !important;
	width: 100% !important;
}

.activity-card .activity-text {
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	width: auto;
	min-width: 20rem;
	z-index: 4;
	padding: 2rem 2rem 2rem 0;
	background: #eee9e2;
	cursor: pointer;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-top-right-radius: 4px;
}

.activity-card .activity-title {
	font-weight: 600;
	font-size: 1.5rem;
	padding-bottom: .5rem;
}

.activity-card p {
	font-size: 1.3rem;
	font-weight: 400;
	padding: 0;
}

.activity-links {
	margin-top: 1rem;
}

.activity-links a {
	font-size: 1.3rem;
	font-weight: 500;
	padding: 1rem 2rem;
	border: 0.1rem solid #333;
	border-radius: .5rem;
	text-align: center;
}

.activity-links a:first-child {
	margin-right: .5rem;
}

@media only screen and (max-width: 1450px) {
	.LayoutPage .activities .heading-type .section-title {
		max-width: 60rem;
	}
}

@media only screen and (max-width: 1100px) {
	.activity-card {
		width: calc(100% / 2 - 2rem);
	}
}

@media only screen and (max-width: 650px) {
	.activity-card {
		width: 100%;
		margin: 0 0 2rem 0;
	}
}

@media only screen and (max-width: 500px) {
	.activity-links a {
		display: block;
	}

	.activity-links a:first-child {
		margin-right: 0;
		margin-bottom: 1rem;
	}
}

/* Cta kontakt
========================================================================== */
.LayoutPage .map .section-block-wrapper {
	max-width: none;
}

.LayoutPage .map .section-block {
	padding: 10rem 0 0 0;
	overflow-x: hidden !important;
}

.map .text-wrapper {
	padding: 2rem;
}

/* Interaktiv karta */
.interactive-map {
	position: relative;
}

.interactive-item {
	position: absolute;
	border-radius: 50%;
}

/* inforuta */
.interactive-info {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 100%;
	padding: 1rem;
	margin-bottom: .5rem;
	background: #fff;
	border-radius: 1rem;
	transition: .25s ease;
	width: 100%;
	min-width: 15rem;
	max-width: 100rem;
}

.interactive-item:hover .interactive-info {
	opacity: 1;
	visibility: visible;
}

.interactive-info p {
	padding-bottom: 0;
	font-size: 1.6rem;
	line-height: 1.7;
}

/* placeringar for samtliga interaktiva knappar */
.bar {
	top: 41.6%;
	left: 30.56%;
	width: 2.3%;
	height: 3.8%;
}

.boule {
	top: 47.2%;
	left: 25.85%;
	width: 2.3%;
	height: 3.7%;
}

.foodtrucks {
	top: 42.9%;
	left: 19.2%;
	width: 6.3%;
	height: 4.4%;
	border-radius: 2.8rem;
}

.gatuparkering {
	top: 38.6%;
	left: 51.7%;
	width: 4.5%;
	height: 7.4%;
}

.klattervagg {
	top: 64.3%;
	left: 12%;
	width: 2.6%;
	height: 4.5%;
}

.padel {
	top: 59.7%;
	left: 23.35%;
	width: 4.13%;
	height: 6.8%;
}

.minigolf {
	top: 59.3%;
	left: 28.9%;
	width: 4.11%;
	height: 6.7%;
}

.spa {
	top: 61.7%;
	left: 37.65%;
	width: 2.7%;
	height: 4.5%;
}

.parkeringsgarage {
	top: 80.7%;
	left: 77.6%;
	width: 11%;
	height: 8%;
	border-radius: 4.7rem;
}

@media only screen and (max-width: 1000px) {
	.interactive-item {
		display: none;
	}
}

/* ==========================================================================
Undersidor - generellt for alla undersidor
========================================================================== */
.SubPage .top-section {
	display: none;
}

/* Hero med bakgrundsbild - NY
========================================================================== */
.LayoutPage .hero-primary {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 50vh;
	padding-top: 13rem;
	background: rgb(0, 20, 46, .75);
}

.hero-primary .section-block {
	width: 100%;
}

.hero-primary .text-block-center {
	max-width: 90rem;
}

/* Hero med bilder - NY
========================================================================== */
.LayoutPage .hero-images {
	padding-top: 13rem;
}

.hero-images .section-title {
	font-size: 4.5rem;
}

/* Tre bilder */
.hero-images .images-wrapper {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr;
	-ms-grid-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	-ms-grid-rows: 1fr 1fr;
	gap: 1rem;
	width: 100%;
	height: 50rem;
	margin: -1rem 0;
}

.hero-image .images-wrapper {
	position: relative;
}

.hero-images .images-wrapper .image-wrapper:nth-child(1) {
	grid-column: 1 / 1;
	-ms-grid-column: 1;
	grid-row: 1 / 3;
	-ms-grid-row: 1;
	border-radius: 1rem 0 0 1rem;
	overflow: hidden;
}

.hero-images .images-wrapper .image-wrapper:nth-child(2) {
	grid-column: 2 / 2;
	-ms-grid-column: 2;
	grid-row: 1 / 1;
	-ms-grid-row: 1;
	border-radius: 0 1rem 0 0;
	overflow: hidden;
}

.hero-images .images-wrapper .image-wrapper:nth-child(3) {
	grid-column: 2 / 2;
	-ms-grid-column: 2;
	grid-row: 2 / 2;
	-ms-grid-row: 2;
	border-radius: 0 0 1rem 0;
	overflow: hidden;
}

.hero-images .image-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 20, 46, 0);
	transition: .3s ease;
}

.hero-images .image-wrapper:hover::after {
	background: rgb(0, 20, 46, .3);
}

/* Tva bilder */
.hero-images .images-wrapper.two .image-wrapper:nth-child(2) {
	grid-row: 1 / 3;
	border-radius: 0 1rem 1rem 0;
} 

/* En bild */
.hero-images .images-wrapper-single .image-wrapper {
	display: block;
	position: relative;
	height: 50rem;
	border-radius: 1rem;
}

/* Videomarkor */
.hero-images .images-wrapper i,
.hero-images .images-wrapper-single i,
.previous-event .cards-wrapper i {
	opacity: .8;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 10rem;
    transform: translate(-50%, -50%); 
}

@media only screen and (max-width: 980px) {
	/* Videomarkor */
	.hero-images .images-wrapper i,
	.hero-images .images-wrapper-single i {
		font-size: 5rem;
	}
}

@media only screen and (max-width: 750px) {
	.hero-images .section-title {
		font-size: 3rem;
	}

	.hero-images .images-wrapper,
	.hero-images .images-wrapper-single .image-wrapper {
		height: 30rem;
	}
}

/* Hero
========================================================================== */
.LayoutPage .hero {
	background-image: none;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	background-attachment: fixed;
}

.LayoutPage .hero .section-block {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 20rem 2rem 10rem;
}

.LayoutPage .hero.hero-crossfade {
	background: transparent !important;
}

.LayoutPage .hero .section-block-wrapper {
	max-width: none;
	margin: unset;
}

.LayoutPage .hero .section-block {
	background-color: rgba(0, 0, 0, 0.4);
	min-height: 65vh;
}

.title-wrapper {
	background: transparent;
	z-index: 2;
	min-width: 40rem;
	text-align: center;
}

.title-wrapper *:not(.btn, i) {
	color: #fff;
}

.title-wrapper .section-title {
	max-width: 70rem;
	padding: 0;
}

.title-wrapper.title-background {
	background: #eee9e2;
	padding: 2rem;
	margin-bottom: -2rem;
	min-width: 60rem;
	max-width: 100%;
}

.title-wrapper.title-background *:not(.btn) {
	color: inherit;
}

@media only screen and (max-width: 550px) {
	.LayoutPage .hero .section-block {
		min-height: 45vh;
	}

	.title-wrapper.title-background,
	.title-wrapper {
		padding: 2rem;
		min-width: initial;
		width: 100%;
	}
}

/* Hero with solid background
========================================================================== */
.LayoutPage .hero-block {
	background: #00142e;
}

.LayoutPage .hero-block .section-block {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20rem 2rem 10rem;
}

.hero-block .title-wrapper * {
	text-align: center;
	margin: 0 auto;
	max-width: 100rem;
}

.hero-block .title-wrapper .section-title {
	padding-bottom: 2rem;
}

@media only screen and (max-width: 550px) {

	.hero-block .title-wrapper.title-background,
	.hero-block .title-wrapper {
		padding: 2rem 0;
	}
}

/* Hero with beige bakgrund
========================================================================== */
.LayoutPage .hero-small .section-block {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30rem 2rem 0;
}

@media only screen and (max-width: 550px) {
	.LayoutPage .hero-small .section-block {
		padding: 20rem 2rem 0;
	}
}

/* ==========================================================================
Undersida: Att gora pa Kajen > Respektive sida - NY
========================================================================== */
.section-text-info .section-block-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.LayoutPage .section-text-info .layout-12 .col-0 {
	width: 100%
}

.LayoutPage .section-text-info .layout-12 .col-1 {
	width: calc(100% - 45rem);
	padding-right: 7rem;
}

.LayoutPage .section-text-info .layout-12 .col-2 {
	width: 45rem;
	padding: 5rem;
	border-radius: 1rem;
	background: rgb(255, 255, 255);
}

.section-text-info .col-2 p,
.section-text-info .col-2 a:not(.btn) {
	font-size: 1.7rem;
}

@media only screen and (max-width: 1100px) {
	.LayoutPage .section-text-info .layout-12 .col-1 {
		width: 100%;
		padding-right: 0;
	}

	.LayoutPage .section-text-info .layout-12 .col-2 {
		width: 45rem;
		margin: 3rem auto 0;
	}
}

@media only screen and (max-width: 480px) {
	.LayoutPage .section-text-info .layout-12 .col-2 {
		width: 100% !important;
		padding: 2rem !important;
	}
}

/* ==========================================================================
Undersida: Att gora pa Kajen > Respektive sida
========================================================================== */
.LayoutPage .hero.hero-activities .section-block {
	padding-bottom: 0;
}

.hours-wrapper {
	border: 2px dotted #00142e;
	padding: 4rem 3rem;
}

.hours-wrapper .hours-title {
	padding-bottom: 1rem;
	font-size: 2rem;
	font-weight: 700;
}

.hours-wrapper p {
	padding: 0 0 .5em;
	color: #00142e;
}

.to-do-logos {
	max-width: 10rem;
	padding: 0.5rem;
	margin: auto;
}

.to-do-logos-w9 {
	max-width: 9rem;
}

/* ==========================================================================
Undersida: Att gra pa Kajen > Boule
========================================================================== */
.LayoutPage .boule-game {
	background: #00142e;
}

.LayoutPage .boule-game .section-block-wrapper {
	max-width: 120rem;
}

.boule-game * {
	color: #fff;
}

.section-newsletter iframe {
	width: 100%;
	height: 55rem;
	border: none;
}

/* ==========================================================================
Undersida: Event > enskilda sidor
========================================================================== */
.section-event-columns .section-block-wrapper {
	background-color: rgb(255, 255, 255);
	padding: 5rem;
	border-radius: 10px;
}

@media only screen and (max-width: 750px) {
	.section-event-columns .section-block-wrapper {
		padding: 3rem 2rem;
	}
}

/* ==========================================================================
Undersida: Kalender
========================================================================== */
/* Taggar */
.tags-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2rem;
}

.tag {
	padding: .3rem 1.5rem;
	margin: .6rem .5rem;
	font-size: 1.5rem;
	font-weight: 500;
	border: 1px solid #00142e;
	border-radius: 2rem;
	cursor: pointer;
	transition: .5s ease;
}

.tag:hover,
.tag.tag-picked {
	color: #FFF;
	background: #00142e;
}

/* Kalender */
.calendar {
	margin: 5rem 0 0;
	padding: 0;
	list-style: none;
}

.calendar-item {
	display: flex;
	padding: 2rem 0;
	align-items: center;
}

.calendar-item.display-none {
	display: none;
}

.calendar-item:not(:last-child) {
	border-bottom: 0.1rem solid #00142e;
}

.calendar-item .text-wrapper {
	padding: 0 1rem 0 2rem;
	align-content: center;
}

.calendar-item .small-title {
	padding: 0;
}

.calendar-item p {
	padding: 0;
}

.calendar-item .image-wrapper {
	width: 7rem;
	margin: 0 0 0 auto;
}

.calendar-item time {
	background-color: #00142e;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 700;
	font-family: inherit;
	line-height: 1;
	min-width: 6rem;
	height: 6rem;
	border-radius: 50%;
}

@media only screen and (max-width: 1000px) {
	.calendar-item time {
		height: 3rem;
		border-radius: 0 2rem 2rem 0;
		margin: 0 0 0 -2rem;
		font-size: 1.6rem;
	}

	.calendar-item .small-title {
		font-size: 1.6rem;
	}
}

/* ==========================================================================
Undersida: Sa har tycker vara gaster
========================================================================== */
.section-gallery {
	overflow: hidden;
}

.section-gallery .card-item {
	margin: 0 1rem;
	transition: all .3s ease;
	border-radius: 8px;
}

.section-gallery .card-item .card-footer {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.section-gallery .card-item[aria-hidden="true"] {
	opacity: .5;
	transform: scale(.9);
}

/* Slick Slider */
.section-gallery .slick-list {
	width: calc(100% - 3rem);
	overflow: visible;
}

.slick-dots {
	bottom: -5rem !important;
}

.section-gallery .slick-prev {
	left: -2rem !important;
}

.section-gallery .slick-next {
	right: -2rem !important;
}

/* Knappar */
.section-gallery .slick-arrow {
	z-index: 2;
	position: absolute;
	top: 50%;
	width: 4rem;
	height: 4rem;
	border-radius: 1rem;
	background-color: rgb(255, 255, 255);
	opacity: .95;
	transform: translateY(-50%);
}

.section-gallery .slick-prev {
	left: 4rem;
}

.section-gallery .slick-next {
	right: 4rem;
}

.section-gallery .slick-arrow::after {
	font-weight: 300;
}

@media only screen and (max-width: 1024px) {

	/* Slick Slider */
	.section-gallery .slick-list {
		width: calc(100% - 3rem);
	}
}

@media only screen and (max-width: 580px) {
	.slick-list {
		width: 100% !important;
	}

	/* Card */
	.slick-event .card-item {
		margin: 0;
	}

	/* Pilar */
	.section-gallery .slick-arrow {
		width: 3.5rem;
		height: 3.5rem;
	}

	.section-gallery .slick-prev {
		left: 3rem;
	}

	.section-gallery .slick-next {
		right: 3rem;
	}
}

/* ==========================================================================
Undersida: Hitta hit & Parkering
========================================================================== */

/* Text till vanster och vitt element i hogra kolumnen
========================================================================== */
.LayoutPage .section-text-element .layout-12 .col-1 {
	width: calc(100% - 40rem);
	padding-right: 10rem;
}

.LayoutPage .section-text-element .layout-12 .col-2 {
	width: 40rem;
	padding: 3rem;
	border-radius: 2rem;
	background: #FFF;
}

@media only screen and (max-width: 1024px) {
	.LayoutPage .section-text-element .layout-12 .col-1 {
		width: 100%;
		padding-right: 0;
	}

	.LayoutPage .section-text-element .layout-12 .col-2 {
		width: 100%;
		margin-top: 3rem;
	}
}

@media only screen and (max-width: 480px) {
	.LayoutPage .section-text-element .layout-12 .col-2 {
		padding: 2rem !important;
	}
}

/* 360 view
========================================================================== */
.section-panorama iframe {
	width: 100%;
	height: calc(100vh - 9rem - 8rem);
	/* 100vh - header hojd - extra rems */
	border: none;
	border-radius: 2rem;
}

@media only screen and (max-width: 980px) {
	.LayoutPage .section-panorama .layout-12 .col-1,
	.LayoutPage .section-panorama .layout-12 .col-2 {
		width: 100% !important;
	}
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #00142e;
	padding: 0;
	color: #fff;
	position: relative;
}

.footer .container {
	padding: 5rem 5rem 0;
	max-width: 180rem;
}

.footer p,
.footer a,
.footer li {
	text-align: left;
	font-size: 1.4rem;
	color: inherit;
}

p.footer-heading {
	font-size: 1.6rem;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
	padding-bottom: 1rem;
	color: #eee9e2;
	font-family: 'Roboto Slab', serif;
}

.footer a:hover {
	color: #eee9e2;
}

.footer-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2rem 0 0;
	position: relative;
}

.footer-logo-wrapper {
	width: 20rem;
	margin: 0 auto 10rem;
}

.footer-logo {
	width: 100%;
}

/* Footer menu */
.footer-nav {
	width: 100%;
	margin-bottom: 5rem;
	padding-left: 2rem;
	text-align: right;
}

.footer-menu-wrapper {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	padding-inline-start: 0;
	margin: 0;
}

.footer-menu {
	text-align: left;
	padding: 0 2rem;
}

.footer-menu:first-child {
	padding-left: 0;
}

.footer-menu:last-child {
	padding-right: 0;
}

/* Footer submenu */
.footer-submenu {
	padding-inline-start: 0;
	list-style-type: none;
}

.footer-submenu li {
	text-align: left;
}

.footer-menu-link {
	font-size: 1.6rem;
	line-height: 2em !important;
}

.footer-menu-link:hover {
	color: #fff;
	text-decoration: underline;
}

.footer .social-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-direction: column;
}

.footer .social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 3.5rem;
	height: 3.5rem;
	margin-bottom: 1rem;
	padding: 0;
	border-radius: 2rem;
	border: .1rem solid #eee9e2;
	background-color: #eee9e2;
	color: #00142e;
}

.footer .social:hover {
	background-color: transparent;
	color: #eee9e2;
	text-decoration: none;
}

.footer .social::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	font-size: 1.5rem;
	position: relative;
	top: 0.1rem;
}

.social-facebook::before {
	content: '\f39e';
}

.social-linkedin::before {
	content: '\f0e1';
}

.social-instagram::before {
	content: '\f16d';
}

.social-youtube::before {
	content: '\f167';
}

/* Footer Bottom */
.footer-bottom {
	border-top: 0.1rem solid #eee;
	margin: 0 auto;
	width: 100%;
	padding: 2rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	line-height: 1rem;
}

.footer .footer-bottom * {
	font-size: 1.2rem;
	padding: 0;
}

.footer-bottom .info-list {
	padding-inline-start: 0;
	list-style-type: none;
	display: flex;
}

.footer-bottom .info-list li {
	margin-right: 2rem;
	font-size: 1.2rem;
}

/* WebbEss Stamp  */
.webbess-stamp {
	display: flex;
	align-items: center;
	padding: 0;
	font-size: 1.3rem;
	font-weight: normal;
	color: #FFF;
}

.webbess-stamp img {
	width: 3rem;
	margin-left: 1rem;
	filter: invert(1);
}

@media only screen and (max-width: 1000px) {
	.footer-menu-wrapper {
		flex-wrap: wrap;
	}

	.footer-menu {
		width: 50%;
		padding: 2rem;
	}

	.footer-menu:nth-child(3) {
		padding-left: 0;
	}

	.footer-nav {
		margin-bottom: 2rem;
		padding: 0;
	}

	.footer .container {
		padding: 5rem 2rem;
	}

	.footer-bottom {
		padding: 1rem 0;
	}
}

@media only screen and (max-width: 600px) {
	.footer .container {
		padding: 0 2rem;
	}

	.footer-menu {
		width: 100%;
		padding: 0 0 2rem;
	}
}