/* Charlotte F */

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* Typsnitt enligt grafisk profil 
========================================================================== */

/* Aspira Bold italic */
@font-face {
	font-family: 'Aspira Bold Italic';
	src: url('/assets/fonts/aspira-bold-italic-webfont.woff2') format('woff2'),
		url('/assets/fonts/aspira-bold-italic-webfont.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

/* Aspira Bold */
@font-face {
	font-family: 'Aspira Bold';
	src: url('/assets/fonts/aspira-bold-webfont.woff2') format('woff2'),
		url('/assets/fonts/aspira-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: bold;
}

/* Aspira Regular Italic */
@font-face {
	font-family: 'Aspira Italic';
	src: url('/assets/fonts/aspira-regular-italic-webfont.woff2') format('woff2'),
		url('/assets/fonts/aspira-regular-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Aspira Regular */
@font-face {
	font-family: 'Aspira Regular';
	src: url('/assets/fonts/aspira-regular-webfont.woff2') format('woff2'),
		url('/assets/fonts/aspira-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* ==========================================================================
    Generellt
========================================================================== */
:root {
	--black-color: 17, 17, 17;
	--gray-light-color: 240, 240, 240;
	--white-color: 255, 255, 255;
}


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

@media only screen and (hover:none) {

	*,
	*::before,
	*::after {
		background-attachment: scroll !important;
		background-position: center center;
	}
}

html {
	font-size: 62.5%;
}

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

body {
	background-color: #fff;
	background-position: center center;
	font-family: 'Aspira Regular', sans-serif;
	background-attachment: fixed;
}


body.isMobile .body-background {
	background-position: center center;
	background-size: cover;
}

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

body:not(.EditMode) .section-auto-modal .section-block {
	position: fixed;
	top: 50%;
	left: 50%;
	width: calc(100% - 4rem);
	max-width: 75rem;
	max-height: 75vh;
	padding: 4rem;
	border-radius: 0;
	overflow: auto;
	background: rgb(var(--white-color));
	transform: translate(-50%, -50%);
}

.section-auto-modal .close-modal {
	position: absolute;
	top: 1rem;
	right: 2rem;
	font-size: 3rem;
	cursor: pointer;
}

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

/* Layout 
========================================================================== */
.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
	padding: 13rem 5rem;
}

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

/* Speciella paddings */
.LayoutPage .pt-0 .section-block {
	padding-top: 0;
}

.pt-2 {
	padding-top: 2rem !important;
}

.pt-4 {
	padding-top: 4rem;
}

.LayoutPage .pb-0 .section-block,
.pb-0:not(.section-wrapper) {
	padding-bottom: 0;
}

.pb-1 {
	padding-bottom: 1rem !important;
}

.p-2 {
	padding: 2rem;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-2 {
	margin-top: 2rem !important;
}

.mt-3 {
	margin-top: 3rem !important;
}

.mx-2 {
	margin-left: 2rem;
	margin-right: 2rem;
}

/* Speciella bredder */
.width-120 .section-block .section-block-wrapper {
	max-width: 120rem;
}

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

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

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

/* Ovriga klasser*/

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

.justify-center {
	justify-content: center;
}

div:not(.split-content).align-center {
	align-items: center;
}

.display-none {
	display: none;
}

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

.full-height .section-block {
	position: relative;
	height: 100vh;
	min-height: 100%;
}

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

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

@media only screen and (max-width:830px) {
	.full-height .section-block {
		height: auto;
	}
}

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

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

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

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

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

.btn-wrapper.center {
	text-align: center;
}

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

.btn:hover {
	border: 2px solid;
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.btn-primary,
.blog-container .btn-primary {
	background: #f285a2;
	border-color: #f285a2;
	color: #fff;
}

.btn-primary:hover {
	background: transparent;
	border-color: #f285a2;
	color: #f285a2;
}

.btn-secondary {
	background: #111f3d;
	border-color: #111f3d;
	color: #fff;
}

.btn-secondary:hover {
	background: transparent;
	border-color: #111f3d;
	color: #111f3d;
}

.btn-white {
	background: white;
	border: 2px solid white;
	color: #000;
}

.btn-white:hover {
	background: transparent;
	border: 2px solid white;
	color: white;
}

.btn-white-border {
	background: transparent;
	border: 2px solid white;
	color: white;
}

.btn-black {
	background: #000;
	border: 2px solid #000;
	color: white;
}

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

.btn-black-border {
	background: transparent;
	border: 2px solid #000;
	color: #000;
}

.btn-black-border:hover {
	background: #000;
	border: 2px solid #000;
	color: white;
}

/* Arrow link */
.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:hover {
	color: #111f3d;
}

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

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

/* Text och typsnitt
========================================================================== */
/* Rubriker */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: normal;
	line-height: 1.25;
	font-weight: 200;
	letter-spacing: 0;
	color: #3B3C43;
	text-transform: normal;
}

h2 {
	font-size: 4.2rem;
	padding-bottom: 2rem;
	font-weight: 200;
}

h1,
h2,
h3,
.subheading,
.section-title {
	font-size: 3.5rem;
	padding-bottom: 2rem;
	line-height: 1.4;
	font-weight: 200;
}

.heading {
	font-size: 2rem;
	padding-bottom: 1rem;
	font-family: 'Aspira Bold', sans-serif;
	font-weight: 600;
	color: #111f3d;
}

.text-label {
	color: #f285a2;
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 400;
}

.small-title {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.5;
	padding-bottom: 1rem;
}

.preamble {
	font-size: 2.8rem;
	font-family: 'Aspira Bold', sans-serif;
	font-weight: 600;
	line-height: 1.5;
	color: #f285a2;
	padding-bottom: 1rem;
}

/* Brodtext och lankar */
p,
li {
	line-height: 1.7;
	font-size: 1.7rem;
	color: #3B3C43;
	font-family: inherit;
	font-weight: 300;
	text-decoration: none;
}

p {
	padding: 0 0 1.2em 0;
}

a {
	font-size: inherit;
	font-family: inherit;
}

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

a.link {
	font-weight: 500;
	color: inherit;
	font-size: 1.5rem;
}

a.link:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f30b';
	margin-left: .5em;
	text-decoration: none;
	display: inline-block;
	font-size: inherit;
	color: inherit;
}

.link-big {
	font-weight: 600;
	font-family: 'Aspira Bold', sans-serif;
	color: #f285a2;
}

/* Listor  */
.normaltext-type ul,
.split-text ul {
	padding-inline-start: 5rem;
	overflow: visible;
}

.normaltext-type li,
.split-text li {
	font-family: inherit;
	font-weight: 300;
	line-height: 1.6;
	padding-bottom: 1.2rem;
	list-style: none;
}

.normaltext-type ul li::before,
.split-text ul li::before {
	content: "\f111";
	display: inline-block;
	width: 3rem;
	font-size: 1rem;
	margin-left: -3rem;
	color: #f285a2;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
}

/* Listor pills */
.list-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 140rem;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	padding-inline-start: 0rem !important;
}

.list-pills li {
	display: flex;
	align-items: center;
	padding: 0.5rem 3rem 0.5rem 0.5rem;
	padding-bottom: 0.5rem !important;
	margin: .5rem;
	font-size: 1.5rem;
	border-radius: 4rem;
	color: #000000;
	background: #ffffff;
	border: 1px solid #f285a2;
}

.list-pills li::before {
	content: '\f00c';
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	flex-shrink: 0;
	margin-right: 1rem;
	border-radius: 50%;
	font-size: 1.5rem;
	font-family: 'Font Awesome 5 Pro';
	border-radius: 50%;
	color: rgb(var(--white-color));
	background: rgb(var(--primary-color));
}

@media only screen and (max-width: 580px) {
	.list-pills li {
		width: 100%;
		padding: 1rem;
		font-size: 1.4rem;
	}
}

/* Ovriga klasser */
.smalltext-type {
	max-width: none;
}

.normaltext-type {
	max-width: 92rem;
	margin: 0 auto;
	text-align: center;
}

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

.bold,
.text-bold {
	font-weight: bold;
}

.bold-pink {
	font-weight: 600;
	color: #f285a2;
}

.italic {
	font-family: 'Aspira Italic';
	font-style: italic;
}

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

	/* Rubriker */
	h1,
	h2,
	h3,
	.subheading,
	.section-title {
		font-size: 3rem;
		padding-bottom: 1.5rem;
	}

	.preamble {
		font-size: 2.4rem;
	}

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

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

	/* Listor */
	.normaltext-type li,
	.split-text li {
		list-style: initial;
	}

	.normaltext-type ul li::before,
	.split-text ul li::before {
		display: none;
	}

	.normaltext-type ul,
	.split-text ul {
		padding-inline-start: 2rem;
	}

	.normaltext-type ul li::marker,
	.split-text ul li::marker {
		color: #f285a2;
	}
}

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

	/* Rubriker */
	h1,
	h2,
	h3,
	.subheading,
	.section-title {
		font-size: 2.5rem;
		padding-bottom: 1.5rem;
	}

	.preamble {
		font-size: 1.8rem;
	}
}

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

	/* Rubriker */
	h1,
	h2,
	h3,
	.subheading,
	.section-title {
		font-size: 2rem;
	}
}

/* Text i kolumner
========================================================================== */
.text-columns .section-block .section-block-wrapper {
	max-width: 150rem;
}

.text-columns .section-block .col-block {
	padding: 0 4rem;
}

.text-columns .section-block .normaltext-type,
.text-columns .section-block * {
	text-align: left;
}

.text-columns a {
	font-weight: 700;
	font-family: 'Aspira Bold';
}

.text-columns .section-block .heading-type {
	max-width: 80rem;
}

.text-columns .preamble {
	max-width: 80rem;
}

.text-columns .block-object img {
	margin: 0 0 2rem;
}

.text-columns a {
	font-weight: 600;
	font-family: 'Aspira Bold', sans-serif;
	color: #f285a2;
}

.text-columns a:hover {
	color: #f285a2;
}

@media only screen and (max-width:1100px) {
	.text-columns .section-block .col-block {
		width: 100%;
		padding: 0 0 2rem;
	}

	.text-columns .section-block .normaltext-type {
		margin: 0;
	}
}

@media only screen and (max-width:800px) {
	.text-columns .section-block .col-block {
		width: 100%;
		padding: 0;
	}
}

/* Farger
========================================================================== */
/* Bakgrundsfarger */
.LayoutPage .bg-pink {
	background-color: #f285a2;
}

.LayoutPage .bg-blue {
	background-color: #111f3d;
}

.gray .section-block,
.bg-gray-light {
	background: #f8f8f8;
}

.LayoutPage .text-white .section-block * {
	color: #fff;
}

/* Text */
.color-primary,
.text-primary {
	color: #f285a2;
}

/* Grafiska element
========================================================================== */
/* Badge */
.badge-wrapper {
	position: relative;
}

.badge {
	position: absolute;
	top: 1rem;
	left: 1rem;
	padding: 10px 18px 18px 18px;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	background-color: #f285a2;
	border-radius: 55% 45% 47% 53% / 52% 36% 64% 48%;
}

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

.of-wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	max-width: none;
	min-height: 100%;
	transform: translate(-50%, -50%);
}

@supports (object-fit: cover) {
	.of-wrapper img {
		position: static;
		transform: none;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		object-position: center;
	}

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

/* Object position */
.split-image img.op-50-0,
.LayoutPage .block-object img.op-50-0 {
	object-position: 50% 0;
}

.split-image img.op-50-20,
.LayoutPage .block-object img.op-50-20 {
	object-position: 50% 20%;
}

.split-image img.op-50-25,
.LayoutPage .block-object img.op-50-25 {
	object-position: 50% 25%;
}

.split-image img.op-50-75,
.LayoutPage .block-object img.op-50-75 {
	object-position: 50% 75%;
}

.split-image img.op-50-100,
.LayoutPage .block-object img.op-50-90 {
	object-position: 50% 90%;
}

.split-image img.op-50-100,
.LayoutPage .block-object img.op-50-100 {
	object-position: 50% 100%;
}

.split-image img.op-35-50,
.LayoutPage .block-object img.op-35-50 {
	object-position: 35% 50%;
}

/* Inre border */
.offset-white {
	outline: 1px solid #f285a2;
	outline-offset: -11px;
}

/* Bakgrundsvideos och bilder
========================================================================== */
.fullscreen-bg-video {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
}

#bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Parallax
========================================================================== */
.parallax {
	max-width: 100% !important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 45rem;

}

.parallax-charlotte-kungstradgarden {
	background-image: url('/assets/images/charlottef-yoga-kungstradgarden.jpeg');

}

.parallax-gronsaker {
	background-image: url('/assets/images/charlottef-banner-gronsaker-2000px.jpg');
}

.parallax-dator-yogamatta {
	background-image: url('/assets/images/kvinna-dator-yogamatta-2000.jpg');
}

.parallax-yoga {
	background-image: url('/assets/images/charlottef-yoga-hamn-2-2000px.jpg');
}

.parallax-yoga-hamn {
	background-image: url('/assets/images/charlottef-yoga-hamn-6-2000.jpg');
	background-position: center 70%;
}

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

a.card-item:hover {
	text-decoration: none;
}

/* Card grow */
.cards-grow .card-item {
	display: flex;
	flex-direction: column;
}

.cards-grow .card-body {
	flex-grow: 1;
}

/* Fyrkantig bild */
.card-item .image-wrapper.square {
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}

.card-item .image-wrapper.square img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
}

/* Speciella bredder */
.cards-wrapper.w-20 .card-item {
	width: calc((100% / 5) - 2rem);
	margin: 1rem;
}

.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) - 3rem);
	margin: 1.5rem;
}

@media only screen and (max-width: 1500px) {
	.cards-wrapper.w-20 .card-item {
		width: calc((100% / 3) - 2rem);
		margin: 1rem;
	}
}

@media only screen and (max-width: 1050px) {
	.cards-wrapper.w-33 .card-item {
		width: calc((100% / 2) - 2rem);
		margin: 1rem;
	}
}

@media only screen and (max-width: 950px) {
	.cards-wrapper.w-20 .card-item {
		width: calc((100% / 2) - 2rem);
		margin: 1rem;
	}

	.cards-wrapper.w-50 .card-item {
		width: 100%;
		margin: 1rem 0;
	}
}

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

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

/* Cards 2 */
.cards-2 .card-item {
	padding: 2rem 2rem 1rem 2rem;
	text-align: center;
	border-radius: 5rem;
	background: #f8f8f8;
	transition: .4s ease;
}

.cards-2 .card-item:hover {
	text-decoration: none;
	background: #f0f0f0;
}

.cards-2 .icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}

.cards-2 .icon-wrapper i {
	font-size: 3.5rem;
	color: #111f3d;
}

.cards-2 .small-title {
	color: #f285a2;
}

@media only screen and (max-width: 580px) {
	.cards-2 .card-item {
		padding: 2rem;
	}
}

/* Card 3-1 */
.card-3-1 .card-item:not(.bg-gray-light) {
	background-color: #fbfbfb;
	transition: 0.2s ease;
}

.card-3-1 a.card-item:not(.bg-gray-light):hover {
	background-color: #eee;
}

.card-3-1 .image-wrapper {
	width: 100%;
	height: 30rem;
}

.card-3-1.big .image-wrapper {
	width: 100%;
	height: 50rem !important;
}

.card-3-1 .small-title {
	font-family: 'Aspira Bold', sans-serif;
}

.card-3-1 .date {
	padding-bottom: 0.5rem;
	font-size: 1.4rem;
}

.card-3-1 p.citat {
	padding: 1.5rem 1rem;
	margin-top: 1rem;
	font-size: 15px;
	border-radius: 1rem;
	background: #f4f4f4;
}

.card-3-1 .btn-wrapper:not(.p-2) {
	margin-top: 1rem;
}

.card-3-1 .btn-wrapper.p-2 {
	padding-top: 0;
	margin-top: 0;
}

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

/* Simple Cards */
.simple-card {
	background-color: #fff;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
	padding: 2rem;
}

.simple-card ul {
	list-style: none;
	padding: 0;
}

.simple-card ul li {
	padding-bottom: .5em;
}

.simple-card.card-secondary {
	background-color: #111f3d;
}

.simple-card.card-secondary * {
	color: #fff;
}

/* Split Wrapper
========================================================================== */
.section-split .section-block .normaltext-type {
	max-width: none;
}

.section-split .section-block .section-block-wrapper {
	max-width: 160rem;
}

.section-split .section-block .btn:first-child {
	margin-right: 1rem;
}

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

.split-wrapper {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.split-wrapper .align-center {
	align-self: center;
}

.split-wrapper.split-center {
	justify-content: center;
}

/* Speciella bredder */
.split-wrapper .w-60 {
	width: 60%;
}

.split-wrapper .w-40 {
	width: 40%;
}

.split-content {
	width: 50%;
	padding: 10rem 8rem;
	text-align: left;
	z-index: 2;
	display: flex;
}

.split-text {
	max-width: 70rem;
	align-self: center;
}

.split-text-100 {
	max-width: 80rem;
	align-self: center;
}

.split-text a:not(.btn) {
	font-weight: 600;
	font-family: 'Aspira Bold', sans-serif;
	color: #f285a2;
}

.split-text a:hover:not(.btn) {
	color: #f285a2;
}

.split-image {
	width: 50%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	max-height: 70rem;
}

.split-image.sticky {
	position: sticky;
	top: 8rem;
}

.split-image.h-80 {
	max-height: 80rem !important;
}

.split-image.double-images {
	display: flex;
	flex-wrap: wrap;
}

.split-image.double-images .image-item {
	width: calc(100% / 2 - 2rem);
	margin: 1rem;
}

.split-image img {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: none !important;
}

.image-text {
	position: absolute;
	bottom: 0;
	left: 2rem;
	font-size: 1.1rem;
}

.split-image.expand,
.split-imageblock.expand {
	margin: -15rem 0;
}

.split-imageblock {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.split-imageblock-image {
	height: 48%;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, .1);
}

.split-image.img-auto-width {
	box-shadow: none;
	width: auto;
}

.img-contain img {
	object-fit: contain !important;
	min-width: auto !important;
	width: auto !important;
}

.contain {
	object-fit: contain !important;
}

/* Custom split, small-image and more content  */
.split-wrapper.small-image .split-image {
	width: 35%;
}

.split-wrapper.small-image .split-content {
	width: 65%;
}

@supports (object-fit: cover) {

	.split-image img,
	.split-imageblock img {
		position: relative;
		transform: none;
		top: auto;
		left: auto;
		object-fit: cover;
		object-position: center;
		height: 100% !important;
		width: 100% !important;
	}
}

@media screen and (max-width: 1470px) {
	.split-content {
		padding: 8rem 5rem;
	}
}

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

	.split-content,
	.split-wrapper.small-image .split-content {
		width: 100%;
		padding: 5rem 3rem;
		order: 0;
	}

	.split-content,
	.split-wrapper .w-60,
	.split-wrapper .w-40 {
		width: 100%;
	}

	.split-image,
	.split-wrapper.small-image .split-image {
		width: 100%;
		padding: 0;
		order: 1;
		max-height: 50rem;
	}
}

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

	.split-content,
	.split-wrapper.small-image .split-content {
		padding: 6rem 0;
	}

	.full-width .split-content {
		padding: 6rem 2rem;
	}
}

/* Card on split content  */
.split-content-card {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
	padding: 5rem;
}

.split-content-card ul {
	padding-inline-start: 5rem;
	overflow: visible;
}

.split-content-card li {
	font-family: inherit;
	font-weight: 300;
	line-height: 1.6;
	padding-bottom: 1.2rem;
	list-style: none;
}

.split-content-card ul li::before {
	content: "\f111";
	display: inline-block;
	width: 3rem;
	font-size: 1rem;
	margin-left: -3rem;
	color: #f285a2;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
}

@media only screen and (max-width: 1300px) {
	.split-content-card {
		padding: 3rem;
	}
}

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

/* Split wrapper benefits, content + card  */
.split-benefits.split-wrapper:nth-child(even) {
	flex-direction: row-reverse;
	margin-top: 4rem;
}

.split-benefits .split-content:first-child {
	width: 60%;
}

.split-benefits .split-content:last-child {
	width: 40%;
}

.split-benefits .split-text {
	max-width: none;
}

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

	.split-benefits .split-content:first-child {
		padding: 0;
	}

	.split-benefits.split-wrapper:nth-child(even) {
		margin-top: 10rem;
		flex-direction: unset;
	}

	.split-benefits .split-content:last-child {
		max-width: 80rem;
		margin: 0;
	}
}

/* ==========================================================================
Header / Navigation
========================================================================== */
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: 7rem;
}

/* HEADER SCROLLED  */
header.scrolled {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
	background-color: #fff;
	margin-top: 0;
	z-index: 10;
}

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

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

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

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

/* Header logo */
header .header-logo {
	width: 18rem;
	padding: 1rem 1rem;
	box-sizing: border-box;
	position: absolute;
	left: 4rem;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

@media only screen and (max-width: 1150px) {
	header .header-logo {
		left: 0;
	}
}

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

nav.mainmenu a {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem;
	line-height: 7rem;
	color: #fff;
	text-transform: none;
	padding: 0;
	margin: 0 2rem;
	transition: all 300ms linear;
}

header.scrolled nav.mainmenu a {
	color: #444
}

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

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

/* Dropdown navigation styling  */
nav.mainmenu ul.TemplateMenu>li:nth-child(3)>ul,
nav.mainmenu ul.TemplateMenu>li:nth-child(6)>ul {
	column-count: 2;
}

.EditMode nav.mainmenu ul.TemplateMenu>li>ul {
	column-count: 1 !important;
}

/* Dölj Hem */
nav.mainmenu ul.TemplateMenu>li:first-child {
	display: none;
}

.EditMode nav.mainmenu ul.TemplateMenu>li:first-child {
	display: inline-block;
}

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: #f285a2 !important;
	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: 0px;
	max-height: 20rem;
	overflow-y: scroll;
}

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

#overlay {
	z-index: 7;
}

/* Header CTA  */
header .cta-socials {
	position: absolute;
	top: 1.1rem;
	right: 5rem;
	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-left: 1rem;
	padding: 0;
	border-radius: 2rem;
	border: .1rem solid #f285a2;
	background-color: #f285a2;
	color: #fff;
	-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: #f285a2;
	color: #f285a2;
	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: 1px;
}

.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 only screen and (max-width: 1150px) {
	header .cta-socials {
		right: 8rem;
	}
}

@media only screen and (max-width: 600px) {
	.cta-socials .social {
		margin-left: .5rem;
	}
}

@media only screen and (max-width: 550px) {
	.cta-socials .social-list {
		display: none;
	}
}

@media only screen and (min-width: 1151px) {
	.hamburger {
		display: none;
	}

	.expandable:after {
		font-family: 'Font Awesome 5 Pro';
		font-weight: 700;
		content: '\f0d7';
		margin-left: 7px;
		text-decoration: none;
		display: inline-block;
		font-size: .8em;
		vertical-align: middle;
	}
}

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

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

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

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

	.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: #f285a2;
		background-color: #f285a2;
	}

	/* 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 li a.toplevel {
		font-weight: 700;
		font-family: 'Aspira Bold';
		background-color: #eee;
	}

	nav.mainmenu ul>li.expandable-li:hover>a {
		color: #f285a2 !important;
	}

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

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

	#overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(5, 4, 4, 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;
		padding-left: 2rem;
	}

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

	nav.mainmenu ul>li>ul>li {
		padding-left: 0;
	}

	nav.mainmenu ul>li>ul>li>a {
		width: 100%;
		padding: 0 0 0 4rem;
		line-height: 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;
	}
}

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

/* Top-section
========================================================================== */
.top-section {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 5rem;
	height: auto;
	background-color: rgba(0, 0, 0, 0.3);
	min-height: 100vh;
}

.page-title-wrap {
	background-color: transparent;
	transform: none;
	position: static;
	justify-content: center;
	max-width: 110rem;
	text-align: center;
	padding: 2rem;
	z-index: 3;
}

.page-title-wrap * {
	margin: 0 auto;
}

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


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

.page-title-wrap h1 {
	font-size: 4.5rem;
	margin: 0;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0;
	padding-bottom: 2rem;
	line-height: 1.3;
}

.page-title-wrap .top-usp {
	display: block;
	font-style: normal;
	font-weight: 800;
	margin-bottom: 2rem;
	font-size: 3rem;
}

.page-title-wrap .usp-decor {
	font-family: 'Aspira Bold Italic';
}

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

/* Bollar */
.top-section .circles-wrapper {
	margin-top: 3rem;
}

.top-section .circle {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 20rem;
	height: 20rem;
	padding: 1rem;
	margin: 1rem;
	font-weight: 600;
	border-radius: 50%;
	transition: .2s ease;
}

.top-section .circle-primary,
.top-section .circle-secondary:hover {
	color: #FFF;
	background: #f285a2;
	text-decoration: none;
}

.top-section .circle-secondary,
.top-section .circle-primary:hover {
	color: #FFF;
	background: #111f3d;
	text-decoration: none;
}

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

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

	.page-title-wrap * {
		text-align: center;
	}

	/* Bollar */
	.top-section .circle {
		width: 12rem;
		height: 12rem;
		margin: 0;
		font-size: 1.3rem;
	}
}

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

	.page-title-wrap .top-usp {
		font-size: 1.5rem;
	}

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

/* Popup startsida - popup-ruta direkt
========================================================================== */
#popupoverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.52);
	z-index: 1000;
}

#oppningPopup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 650px;
	max-height: 680px;
	box-sizing: border-box;
	height: auto;
	overflow: auto;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 1020;
	background: #111f3d;
}

.news-cta .fal {
	color: #fff;
}

.news-cta .grecaptcha-badge {
	display: none !important;
	box-shadow: none !important;
}

.news-cta .section-block {
	padding: 3rem;
}

.news-cta .section-title {
	color: #fff;
	font-size: 3rem;
	padding-bottom: 1.5rem;
}

.news-cta p,
.news-cta a {
	color: #fff;
	font-size: 1.5rem;
	padding-bottom: .5rem;
}

.news-cta a {
	color: #fff;
	font-size: 1.6rem;
}

#oppningPopupExit {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 30px;
	color: #333;
}

.EditMode #oppningPopup {
	display: block;
	position: static;
	transform: none;
	-webkit-transform: none;
	margin: 0 auto;
}

.LayoutPage .news-cta .section-block .Contact .ContactForm input.text,
.LayoutPage .news-cta .section-block .Contact .ContactForm textarea.textmessage {
	padding: 2rem 1rem;
}

.LayoutPage .news-cta .section-block .ContactFormMessage {
	display: none !important;
}

.LayoutPage .news-cta .Contact .ContactForm input.ContactSubmit {
	background-color: transparent !important;
	border: 2px solid #f285a2 !important;
	color: #f285a2 !important;
}

.LayoutPage .news-cta .Contact .ContactForm input.ContactSubmit:hover {
	background-color: #f285a2 !important;
	border: 2px solid #f285a2 !important;
	color: #fff !important;
}

.LayoutPage .news-cta .form-part .ContactSentMessage,
.Contact .ContactSentMessage {
	background-color: #f285a2;
}

.LayoutPage .news-cta .form-part .ContactSentMessage p,
.Contact .ContactSentMessage p {
	color: #111;
}

@media only screen and (max-width: 400px) {
	.news-cta .section-block {
		padding: 2rem;
	}

	.news-cta .section-title {
		font-size: 2rem;
		text-align: left;
	}

	.LayoutPage .news-cta .Contact .ContactForm input.ContactSubmit {
		display: block;
		max-width: 100%;
	}
}


/* 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: white;
	color: #f285a2;
	;
	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: 85rem;
	max-height: calc(100vh - 12rem);
	padding: 2rem;
	margin: 0 2rem;
	background: white;
	z-index: 2;
	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;
}

.popup-img {
	margin: auto;
	text-align: center;
}

.popup-img img {
	max-width: 20rem;
}


.popup-split-wrapper {
	display: flex;
}

.popup-1 {
	width: 70%;
	padding: 1rem;
}

.popup-2 {
	width: 30%;
	padding: 1rem;
}

@media only screen and (max-width: 880px) {
	.popup-split-wrapper {
		flex-direction: column;
		text-align: center;
		margin: auto;
	}

	.popup-1 {
		width: 100%;
	}

	.popup-2 {
		width: 100%;
	}
}

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

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


/* Tjanster
========================================================================== */
.LayoutPage .services .heading-type * {
	max-width: 80rem;
	margin: 0 auto;
}

@media only screen and (max-width:1200px) {
	.LayoutPage .services .section-block {
		padding-top: 15rem;
	}
}

@media only screen and (max-width:350px) {
	.LayoutPage .services .section-block {
		padding-top: 12rem;
	}
}

/* Resor, retreats och events
========================================================================== */
.LayoutPage .distributors {
	background-color: #111f3d;
}

.LayoutPage .distributors *:not(.btn) {
	color: #fff;
}

/* ==========================================================================
Undersidor - Generellt
========================================================================== */
/* Top-section */
.SubPage .top-section {
	display: none;
}

/* Nav */
.SubPage header {
	background-color: #fff;
}

.SubPage nav.mainmenu a {
	color: #444;
}

/* Hero block, section with title and text
========================================================================== */
.LayoutPage .hero-block .section-block {
	padding: 20rem 2rem 10rem;
	overflow: hidden;
}

.LayoutPage .hero-block * {
	text-align: center;
	margin: 0 auto;
	max-width: 90rem;
}

.LayoutPage .hero-block.navy {
	background-color: #111f3d;
}

.LayoutPage .hero-block.navy * {
	color: #fff;
}

.LayoutPage .hero-block.pink {
	background-color: #f285a2;
}

.LayoutPage .hero-block.pink * {
	color: #fff;
}

/* Hero section, split image and text
========================================================================== */
.LayoutPage .hero-split .section-block-wrapper {
	max-width: 160rem;
}

.LayoutPage .hero-split .section-block {
	padding: 12rem 4rem 10rem;
}

.LayoutPage .hero-split.pb-0 .section-block {
	padding-bottom: 0;
}

.LayoutPage .hero-split.pt-0 .section-block {
	padding-top: 0;
}

.LayoutPage .hero-split .normaltext-type {
	max-width: none;
	text-align: left;
}

.LayoutPage .hero-split .page-heading {
	padding-bottom: 3rem;
}

.LayoutPage .hero-split .split-image {
	max-height: 70rem;
}

.hero-split .split-image.sticky {
	position: sticky;
	top: 8rem;
}

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

/* Citat
========================================================================== */
blockquote {
	background-color: #f8f8f8;
	padding: 4rem;
	margin: 2rem 0;
	position: relative;
}

blockquote p::before,
blockquote p::after {
	content: "”";
	font-family: Georgia;
	font-size: 11rem;
	margin: 0;
	position: absolute;
	opacity: 0.2;
	color: #111f3d;
	height: 3rem;
}

blockquote p {
	font-style: italic;
	position: relative;
}

blockquote p::before {
	top: -10rem;
	left: 0;
}

blockquote p::after {
	bottom: 0;
	right: 0;
}

blockquote cite {
	font-size: 1.5rem;
}

@media only screen and (max-width: 450px) {
	blockquote {
		padding: 2rem;
		margin: 0 0 3rem;
	}

	blockquote p::before,
	blockquote p::after {
		font-size: 8rem;
		margin: -4rem;
	}

	blockquote p::after {
		margin: 0rem !important;
	}
}

.citat-wrapper {
	display: flex;
	max-width: 30rem;
}

@media only screen and (max-width: 1270px) {
	.citat-wrapper {
		max-width: 25rem;
	}
}

@media only screen and (max-width: 540px) {
	.citat-wrapper {
		display: flex;
		flex-direction: column;
		max-width: 100%;
	}
}

/* Kontaktformular
========================================================================== */
.LayoutPage .section-block .Contact .ContactForm {
	display: flex;
	flex-wrap: wrap;
}

.LayoutPage .section-block .Contact .ContactForm div {
	width: 48%;
	margin: 1%;
}

.LayoutPage .section-block .Contact .ContactForm div.ContactFormMessage {
	width: 100%;
}

.LayoutPage .Contact .ContactForm textarea.textmessage {
	height: 15rem;
}

.LayoutPage .section-block .Contact .ContactForm div.ContactFormMessage p,
.LayoutPage .section-block .Contact .ContactForm .ContactFormEmail p,
.LayoutPage .section-block .Contact .ContactForm .ContactFormField p,
.LayoutPage .section-block .Contact .ContactForm .ContactFormName p {
	color: #fff;
	font-weight: 400;
	font-size: 1.4rem;
	margin-bottom: 1rem !important;
}

.LayoutPage .section-block .Contact .ContactForm input.text,
.LayoutPage .section-block .Contact .ContactForm textarea.textmessage {
	background-color: #fff;
	padding: 2rem .5rem;
	border-radius: .4rem;
	font-weight: 400;
	color: #000;
	border: 1px solid #c9c9c9 !important;
}

.LayoutPage .section-block .Contact .ContactForm div.ContactFormMessage {
	position: relative;
	padding-top: 0;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit {
	width: 100% !important;
	padding: 1.6rem 4rem;
	border-radius: .8rem;
	background-color: transparent;
	border: 2px solid #f285a2 !important;
	color: #f285a2;
	display: block;
	text-align: center;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 1.5rem;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	font-family: inherit;
	height: auto !important;
	max-width: 50rem;
	margin: 0 auto;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit:hover {
	background-color: #f285a2 !important;
	border: 2px solid #f285a2 !important;
	color: #fff !important;
}

.LayoutPage .form-part textarea.textmessage,
.LayoutPage .form-part input.text {
	width: 100%;
}

.LayoutPage .form-part select {
	width: 100%;
	padding: 0.5rem 1rem !important;
	height: 4rem !important;
	border: solid 1px #dddddd !important;
}

.LayoutPage .ContactForm .section-block ::placeholder {
	font-family: inherit;
	color: #696969;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {

	.LayoutPage .ContactForm input:not(.ContactSubmit),
	.LayoutPage .ContactForm textarea {
		padding: 0 !important;
	}
}

@media only screen and (max-width: 550px) {
	.LayoutPage .section-block .Contact .ContactForm div {
		width: 100%;
		margin: 0 0 1rem 0;
	}

	.LayoutPage .ContactForm input.ContactSubmit {
		width: 100% !important;
	}
}

/* ========================================================================== 
Undersida: Om mig > Referenser
========================================================================== */

/* Kundberattelser
========================================================================== */
.LayoutPage .quotes {
	background: transparent;
}

.LayoutPage .quotes .section-block {
	overflow-x: hidden !important;
	position: relative;
	z-index: 1;
	background: rgb(18 32 61 / 90%);
	padding: 12rem 2rem 12rem;
}

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

.scroll-item {
	width: 100%;
	margin: 0 1rem;
	border-radius: 0;
	overflow: hidden;
	padding: 2rem;
	background-color: #fff;
}

.scroll-item[aria-hidden="true"] {
	opacity: 0.5;
	transition: all .4s ease;
}

/* Scroll Wrapper */
.scroll-wrapper {
	max-width: 140rem;
	width: 100%;
	margin: 0 auto;
	padding: 0 7rem;
}

/* Slick Settings*/
.scroll-wrapper-container .slick-prev,
.scroll-wrapper-container .slick-next {
	bottom: auto;
	top: 50%;
	z-index: 5;
}

.scroll-wrapper-container .slick-prev {
	right: auto;
	left: 0;
}

.scroll-wrapper-container .slick-next {
	right: 0;
}

.scroll-wrapper-container .slick-prev,
.scroll-wrapper-container .slick-next {
	width: 5rem;
	height: 5rem;
	border: 1px solid #f285a2;
	background-color: #f285a2;
	border-radius: 4rem;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
}

.scroll-wrapper-container .slick-prev:hover,
.scroll-wrapper-container .slick-next:hover {
	border: 1px solid #c6607b;
	background-color: #c6607b;
}

.scroll-wrapper-container .slick-prev:focus,
.scroll-wrapper-container .slick-next:focus {
	border: 1px solid #f285a2;
	background-color: #f285a2;
}

.scroll-wrapper-container .slick-prev.slick-disabled,
.scroll-wrapper-container .slick-next.slick-disabled {
	opacity: .5;
	background-color: transparent;
	cursor: not-allowed;
}

.scroll-wrapper-container .slick-prev:before,
.scroll-wrapper-container .slick-next:before {
	color: #fff;
	font-family: 'Font Awesome 5 Pro';
	font-size: 2.5rem;
}

.scroll-wrapper-container .slick-prev.slick-disabled:before,
.scroll-wrapper-container .slick-next.slick-disabled:before {
	opacity: 1;
}

.scroll-wrapper-container .slick-prev.slick-disabled:before,
.scroll-wrapper-container .slick-next.slick-disabled:before {
	color: #FFF;
}

.scroll-wrapper-container .slick-prev::before {
	content: '\f104';
}

.scroll-wrapper-container .slick-next::before {
	content: '\f105';
}

/* Dots */
.slick-dots {
	margin-bottom: -4rem;
}

.slick-dots li button:before {
	font-size: 2rem;
	color: #fff;
}

.slick-dots li.slick-active button:before {
	color: #f285a2;
}

/* Reviews */
.review-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.review-content {
	display: flex;
	flex-wrap: wrap;

	width: 100%;
	margin-bottom: 2rem;
}


.review-image {
	width: 8rem;
	height: 8rem;
	margin-right: 2rem;
	border-radius: 50%;
	overflow: hidden;
	align-self: center;
}

.review-wrapper .review-image img {
	object-fit: cover;
	height: 100% !important;
	width: 100% !important;
}

.review-user {
	align-self: center;
}

.review-user .name {
	font-size: 2.4rem;
	line-height: 1.1;
	padding-bottom: .5rem;
}

.review-user .title {
	font-size: 1.6rem;
	color: #f285a2;
	padding: 0;
}

.review-user .company {
	font-size: 1.6rem;
}

.review-quote .quote-text {
	font-size: 1.6rem;
}

.review-quote {
	width: 100%;
	font-size: 1.6rem;
}

.review-quote .quote-text {
	position: relative;
	font-style: italic;
}

@media only screen and (max-width: 1550px) {
	.scroll-wrapper {
		max-width: 100rem;
	}
}

@media only screen and (max-width: 1150px) {
	.scroll-wrapper {
		max-width: 80rem;
	}
}


@media only screen and (max-width: 950px) {
	.scroll-wrapper {
		padding: 0 2rem;
	}

	.LayoutPage .quotes .section-block {
		padding: 10rem 1rem;
	}

	.scroll-wrapper-container .slick-prev,
	.scroll-wrapper-container .slick-next {
		top: -4rem;
	}

	.scroll-wrapper-container .slick-prev {
		left: 2rem;
	}

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

	.scroll-wrapper {
		padding: 0 1rem;
	}

	.scroll-item {
		padding: 2rem;
	}
}

@media only screen and (max-width: 750px) {
	.scroll-link {
		padding: 0;
	}

	.scroll-text-wrapper {
		padding: 0;
	}

	.scroll-item {
		padding: 3rem 3rem;
	}

	.review-quote .quote-text::before,
	.review-quote .quote-text::after {
		margin: -3rem;
	}

	.review-quote .quote-text::after {
		margin-left: 1rem;
	}
}

@media only screen and (max-width: 550px) {
	.review-quote blockquote {
		margin: 0;
	}

	.review-quote .quote-text::before,
	.review-quote .quote-text::after {
		display: none;
	}

	.review-quote .quote-text {
		font-size: 1.5rem !important;
		-webkit-text-size-adjust: 100%;
	}

	.review-user .name {
		font-size: 1.8rem;
		text-align: left;
		padding-bottom: 0;
	}

	.review-user .company {
		font-size: 1.2rem;
		text-align: left;
	}
}

@media only screen and (max-width: 480px) {
	.review-user p {
		text-align: left;
	}

	.slick-dots {
		max-width: 25rem;
		margin: 0 auto -5rem;
		text-align: left;
	}

	.slick-dots li button:before {
		font-size: 1.5rem;
	}

	.LayoutPage .quotes .section-block {
		padding: 10rem 0;
		/* background: #fff; */
	}

	.slick-dots li button:before {
		color: #000;
	}

	.scroll-item {
		padding: 1rem;
	}

}

@media only screen and (max-width: 370px) {
	.review-image {
		width: 5rem;
		height: 5rem;
	}

	.review-user .name {
		font-size: 1.5rem;
	}


	.review-user .title {
		font-size: 1.4rem;
	}

	.review-user {
		width: 15rem;
	}

}

@media only screen and (max-width: 345px) {
	.review-user {
		width: 100%;
		text-align: center;
	}

	.review-user p {
		text-align: center !important;
	}

	.review-image {
		margin: 1rem auto;
	}
}

/* ========================================================================== 
Undersida: Om mig > Samarbetspartners
========================================================================== */
.partners-wrapper .card-item {
	max-width: 15rem;
	margin: 2rem;
}

/* ========================================================================== 
Undersida: Vad jag erbjuder 
========================================================================== */
.LayoutPage .info .section-block {
	padding: 8rem 2rem;
	background-color: #f8f8f8;
}

/* ========================================================================== 
Undersida: Recept
========================================================================== */
.LayoutPage .index-section .section-block {
	padding-top: 20rem;
}

.LayoutPage .index-section .col-0 {
	width: 30rem;
	padding: 0;
	position: sticky;
	top: 10rem;
}

.LayoutPage .index-section .col-1 {
	width: calc(100% - 30rem);
	padding-left: 8rem;
}

.LayoutPage .index-section .normaltext-type {
	text-align: left;
}

.index-section .page-heading {
	max-width: 70rem;
}

.index-section-title {
	width: 100%;
	margin: 10rem 0 2rem;
	padding: 0 0 1rem;
	border-bottom: 1px solid #aecca5;
}

.index-section .normaltext-type {
	margin: 0;
}

.index-section .image-wrapper {
	margin: 2rem 0;
	display: flex;
	/* flex-wrap: wrap; */
}

.index-section .image-wrapper .image-item {
	margin: 1rem;
}

/* Page Navigation */
.page-navigation {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.1);
	padding: 1rem 0;
}

.page-navigation-title {
	font-size: 2rem;
	font-family: inherit;
	padding: 0 2rem;
	font-weight: 700;
	color: #111f3d;
}

.page-navigation ul {
	list-style: none;
	padding: 0;
}

.page-navigation .pagemenu-item {
	position: relative;
	padding: 0;
	line-height: 1;
}

.pagemenu-link {
	display: block;
	padding: 1rem 3rem;
	font-size: 1.6rem;
	line-height: 2;
	color: #444;
}

.pagemenu-link:hover {
	background-color: #f8f8f8;
	text-decoration: none;
}

.pagemenu-link.active {
	color: #70a743;
}

.food-icons:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-size: inherit;
	position: relative;
	padding-right: 1rem;
}

.main-course:before {
	content: '\f2e7';
}

.cold-dishes:before {
	content: '\f81e';
}

.breakfast:before {
	content: '\f4d8';
}

.bread:before {
	content: '\f81f';
}

.smoothies:before {
	content: '\f517';
}

.sweets:before {
	content: '\f563';
}


.pagemenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	width: 4rem;
	height: 4rem;
	border: none;
	cursor: pointer;
}

.pagemenu-toggle:hover {
	background-color: #cfcfcf;
}

.pagemenu-toggle::after {
	display: inline-block;
	position: absolute;
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	font-size: 1.4rem;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.pagemenu-toggle.button-clicked::after {
	transform: translate(-50%, -50%) rotate(180deg);
}

.page-navigation .pagemenu-submenu {
	background-color: #F2F2F2;
	padding: 1rem 0;
}

.pagemenu-submenu {
	display: none;
}

.page-navigation .pagemenu-subpage-item {
	padding: 0;
	line-height: 1;
}

.pagemenu-submenu-link {
	padding: 1rem 2rem 1rem 5rem;
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
}

@media only screen and (max-width: 1500px) {
	.LayoutPage .index-section .col-1 {
		padding-left: 4rem;
	}
}



@media only screen and (max-width: 950px) {
	.LayoutPage .index-section .col-0 {
		width: 100%;
		position: relative;
		top: auto;
	}

	.LayoutPage .index-section .col-1 {
		width: 100%;
		padding-left: 0;
	}

	.page-navigation {
		margin-bottom: 3rem;
	}

	.page-navigation ul {
		display: flex;
		flex-wrap: wrap;
	}

	.page-navigation .pagemenu-item {
		width: 33%;
	}

	.pagemenu-link {
		height: auto;
		line-height: 1.5;
	}
}

@media only screen and (max-width: 800px) {
	.page-navigation .pagemenu-item {
		width: 50%;
	}
}

@media only screen and (max-width: 500px) {
	.page-navigation .pagemenu-item {
		width: 100%;
	}
}

/* Food landningssida produktrutor
========================================================================== */
.product-items-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.product-item {
	width: calc(100% / 3 - 2rem);
	margin: 1rem;
	display: flex;
	flex-wrap: wrap;
	height: 35rem;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	text-decoration: none !important;
	cursor: pointer;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.product-item .product-image {
	width: 100%;
	height: 100%;
}

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

.product-item .product-text {
	text-align: center;
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 2;
	padding: 8rem 2rem;
	background: rgba(0, 0, 0, 0.36);
	cursor: pointer;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.product-item .product-text .centered-text {
	align-self: center;
	width: 100%;
	text-align: center;
}

.product-item .product-text * {
	color: #fff;
}

.see-more {
	display: none;
}

.btn-read-more {
	background-color: transparent;
	border: none;
	color: #444;
	font-size: inherit;
	cursor: pointer;
	padding: 0;
	font-weight: 600;
}

.btn-read-more:hover {
	color: #f285a2;
}

/* Titel */
.product-item .product-text .heading {
	font-size: 2.5rem;
	font-weight: 600;
	text-transform: none;
	padding-bottom: 0;
	padding-top: 0 !important;
	letter-spacing: 0;
}

.product-item:hover .product-text {
	background: rgba(17, 31, 61, 0.8);
}

.product-item:hover .product-text * {
	color: #fff;
}

@media only screen and (max-width: 1350px) {
	.product-item {
		width: calc(100% / 2 - 2rem);
	}
}

@media only screen and (max-width: 1200px) {
	.product-items-wrapper {
		justify-content: inherit;
	}
}

@media only screen and (max-width: 750px) {
	.product-item {
		width: 100%;
		margin: 0 0 3rem 0;
	}
}


/* Food respektive kategories receptrutor
========================================================================== */
.info-box-wrapper.recipe-boxes .overflow-wrapper {
	overflow: hidden;
}

.info-box-wrapper.recipe-boxes .overflow-wrapper .overflow-text {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.info-box-wrapper.recipe-boxes p {
	padding: 0;
}

.info-box-wrapper.recipe-boxes .info-text {
	margin-bottom: 1.5rem;
}

/* ========================================================================== 
Undersida: Receptundersidor
========================================================================== */
/* Klass på sektionen*/
.LayoutPage .recipe-section .section-block {
	padding: 15rem 2rem;
}

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

.recipe-section .split-content {
	padding-left: 0;
}

/* Inuti includefilen */
.recipe .split-wrapper {
	margin-bottom: 4rem;
}

.recipe .split-image {
	max-height: 50rem;
}

.recipe-items-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.recipe-item {
	width: calc(100% / 2 - 4rem);
	margin: 2rem;
	background: #f8f8f8;
	padding: 4rem 2rem;
}

.recipe-item.secondary {
	background: #111f3d;
	color: #fff;
}

.recipe-item .recipe-title {
	font-size: 2.4rem;
	font-weight: 600;
	padding-bottom: 1rem;
	color: inherit;
}

.recipe-item p {
	color: inherit;
	padding: 0;
}

.recipe-item li a {
	font-weight: 600;
	font-family: 'Aspira Bold', sans-serif;
}

@media only screen and (max-width: 950px) {
	.recipe-item {
		width: 100%;
		margin: 0 0 3rem 0;
		padding: 1rem 0;
		background: transparent;
		border-bottom: 1px solid #eee;
		color: inherit;
	}

	.recipe-item.secondary {
		padding: 2rem;
	}
}

/* ==========================================================================
Undersida: Receptundersida > Chokladbollar
========================================================================== */
.sub-chocolate-balls .recipe-items-wrapper {
	margin-bottom: 4rem;
}

/* ==========================================================================
Undersida: Yoga
========================================================================== */
.hero-yoga .topp-box {
	display: block;
	left: auto;
	right: 1vw;
	bottom: 1vw;
	z-index: 3;
}

.hero-yoga .topp-wrap {
	opacity: .85;
}

.quote-cite {
	display: block;
	color: #000;
	font-size: 1.5rem;
	font-weight: 300;
	margin-top: .5rem;
}

/* Bollar */
.section-yoga-book .circles-wrapper {
	text-align: center;
}

.section-yoga-book .circle {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 20rem;
	height: 20rem;
	padding: 1rem;
	margin: 1rem;
	margin-right: 6rem;
	margin-left: 6rem;
	font-weight: 600;
	border-radius: 50%;
	transition: .2s ease;
}

.section-yoga-book .circle-primary,
.section-yoga-book .circle-secondary:hover {
	color: #FFF;
	background: #f285a2;
	text-decoration: none;
}

.section-yoga-book .circle-secondary,
.section-yoga-book .circle-primary:hover {
	color: #FFF;
	background: #111f3d;
	text-decoration: none;
}

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

	/* Bollar */
	.section-yoga-book .circle {
		width: 12rem;
		height: 12rem;
		margin: 0;
		font-size: 1.3rem;
	}

}


/* ==========================================================================
Undersida: Wellness
========================================================================== */
.LayoutPage .wellness .section-block {
	padding-top: 0;
}

.categories-wrapper {
	display: flex;
	margin: auto;
	flex-wrap: wrap;
	justify-content: space-between;
}

.category-card {
	width: 48%;
	margin: 1%;
	background-color: #FFF;
	position: relative;
	overflow: hidden;
	/* box-shadow: 0 1rem 1rem rgba(0,0,0, .1); */
}

.category-card:hover {
	text-decoration: none;
}

.category-card:nth-child(even) {
	width: 55%;
}

.category-card:nth-child(odd) {
	width: 41%;
}

.category-card:nth-child(3) {
	width: 55%;
}

.category-card:nth-child(4) {
	width: 41%;
}

.category-card .category-image {
	position: relative;
	height: 45rem;
}

.category-card:first-of-type img {
	object-position: center 60%;
}

.category-card img {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: unset !important;
}

.category-card img {
	position: absolute !important;
}

@supports (object-fit: cover) {
	.category-card img {
		position: absolute;
		transform: none;
		top: auto;
		left: auto;
		object-fit: cover;
		object-position: center;
		height: 100% !important;
		width: 100% !important;
	}
}

.category-text {
	padding: 2rem 3rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	transition: all .5s ease;
}

.category-card:hover .category-text {
	background: rgba(0, 0, 0, 0.9);
	bottom: 2rem;
}

.category-card .category-text * {
	color: #fff;
}

.category-card .category-text .heading {
	padding-bottom: .2rem;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase;
}

.category-card .category-text p {
	font-size: 1.5rem;
}

.category-text p::after {
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	content: '\f0da';
	position: relative;
	margin-left: 1rem;
	transition: all .5s ease;
	font-size: .7em;
	vertical-align: middle;
	opacity: 1;
}

.category-card:hover .category-text p::after {
	margin-left: 4rem;
	transition: all .5s ease;
}

@media only screen and (max-width:1280px) {
	.category-card {
		width: 48%;
	}

	.category-card:nth-child(1),
	.category-card:nth-child(2) {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.categorys-wrapper {
		margin: 0 -1rem;
	}

	.category-card {
		margin: 0 1rem;
	}
}

@media screen and (max-width: 700px) {
	.categorys-wrapper {
		margin: 0;
		flex-wrap: wrap;
	}

	.category-card {
		width: 100% !important;
		margin: 0 0 5rem;
	}
}

@media screen and (max-width: 400px) {
	.category-card .category-image {
		height: auto;
		min-height: 35rem;
	}

	.category-text {
		padding: 2rem;
	}
}

/* ==========================================================================
Undersida: Bloggen
========================================================================== */
/* Layout */
.LayoutPage .section-blog .section-block {
	padding: 8rem 2rem;
}

.LayoutPage .section-blog .section-block-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.LayoutPage .section-blog .col-block:first-child {
	width: 35rem;
	padding: 2rem;
	background-color: #f8f8f8;
	height: fit-content;
}

.LayoutPage .section-blog .col-block:last-child {
	width: calc(100% - 35rem);
	padding-left: 5rem;
}

.blog-ingres {
	font-size: 2.4rem;
	font-weight: 600;
	color: #111f3d;
	padding-bottom: 3rem;
	line-height: 1.4;
}

.blog-img-post {
	max-width: 120rem;
	margin: auto;
}

/* Kolumn 0
========================================================================== */
/* Senaste inlaggen/Arkiv */
.latest-posts-list {
	margin-bottom: 4rem;
}

.archive-list a,
.latest-posts-list a {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6em;
	color: #6f6f6f;
	text-transform: none;
	margin: 1rem 0;
}

.archive-list a:hover,
.latest-posts-list a:hover {
	text-decoration: underline;
}

.archive-list ul {
	list-style: none;
	padding-left: 2rem;
	margin: 0 0 2rem 0;
}

.archive-list li em {
	margin-right: 2rem;
	transition: .25s ease;
}

.archive-list li.show em {
	transform: rotate(90deg);
}

.archive-list li {
	font-size: 1.4rem;
	cursor: pointer;
}

.archive-list li .items-list {
	max-height: 0;
	transition: max-height 0.25s ease;
	overflow: hidden;
}

.archive-list li.show .items-list {
	max-height: 50rem;
	overflow-y: scroll;
	transition: max-height 1s ease;
}

/* Kolumn 1
========================================================================== */
/* Sok */
.search-wrapper {
	position: relative;
	margin-bottom: 3rem;
}

.search-wrapper em {
	position: absolute;
	left: 2rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2rem;
}

.search-wrapper input {
	width: 20rem;
	height: 4rem;
	padding: 0 2rem 0 5rem;
	margin: 0 .6rem;
	border: none;
	border-radius: 5rem;
	box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
	transition: .5s ease;
}

.search-wrapper input:focus {
	width: calc(100% - 12px);
	outline: unset;
}

/* Cards */
.cards-wrapper .card-item.hidden-search-item {
	display: none;
}

/* Taggar */
.tag-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: -2rem 0 0 1rem;
	transform: translateY(-50%);
}

.tag-item {
	background-color: #f285a2;
	color: #FFF;
	font-family: inherit;
	font-size: 1.3rem;
	line-height: 1;
	padding: .6rem 1rem;
	border-radius: 3rem;
}

.tag-item:not(:last-child) {
	margin: 0 .5rem 0 0;
}

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

	/* Layout */
	.LayoutPage .section-blog .col-block:last-child {
		padding-left: 2rem;
	}

	/* Bloggkort */
	.section-blog .cards-wrapper.w-50 .card-item {
		width: 100%;
		margin: 1rem 0;
	}
}

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

	/* Layout */
	.LayoutPage .section-blog .col-block:first-child {
		display: none !important;
	}

	.LayoutPage .section-blog .col-block:last-child {
		width: 100%;
		padding: 0;
	}

	/* Sok */
	.search-wrapper input {
		width: 100%;
	}
}

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

	/* Layout */
	.LayoutPage .section-blog .section-block {
		padding: 5rem 2rem;
	}
}

/* ==========================================================================
Undersida: Blogg > Bloggundersida
========================================================================== */
.LayoutPage .blog-article .section-block {
	padding: 0;
	margin-top: 7rem;
}

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

/* Blog Hero
========================================================================== */
.hero-blog {
	background-color: #f8f8f8;
	padding: 10rem 3rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.blog-tags-wrapper {
	display: flex;
	list-style: none;
	width: 100%;
	justify-content: center;
}

.blog-tag a {
	font-size: 1.3rem;
	text-transform: uppercase;
	border-radius: 1rem;
	background-color: #444;
	color: #fff;
	padding: 1.2rem 4rem;
	margin: .3rem;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.blog-tag a:hover {
	text-decoration: none;
	background-color: #f285a2;
	color: #fff;
}

/* Blog Content
========================================================================== */
.blog-container {
	padding: 10rem 2rem;
	max-width: 110rem;
	margin: 0 auto;
}

.blog-container p:first-child {
	font-size: 2.4rem;
	font-weight: 600;
	color: #111f3d;
	padding-bottom: 3rem;
	line-height: 1.4;
}

.blog-container-normal {
	font-size: 1.7rem !important;
	line-height: 1.4 !important;
	color: #3B3C43 !important;
	font-family: inherit !important;
	font-weight: 300 !important;
	text-decoration: none !important;
}

.blog-container p {
	padding-bottom: .5em;
}

.blog-container ul {
	padding-inline-start: 5rem;
	overflow: visible;
}

.blog-container li {
	font-family: inherit;
	font-weight: 300;
	line-height: 1.6;
	padding-bottom: 1.2rem;
}

.blog-container a {
	font-weight: 700;
	color: #f285a2;
}

.blog-container img {
	margin: 2rem 0;
}

.blog-container .small-image {
	max-width: 45rem;
	margin: 0 auto;
}

/* ==========================================================================
Undersida: I media
========================================================================== */
.LayoutPage .hero-block.media .section-block {
	padding: 20rem 2rem 0;
}

.LayoutPage .hero-block.media * {
	max-width: 100rem !important;
}


/* ==========================================================================
Undersida: Kontakt
========================================================================== */
/* Gul bakgrund bakom text */
.stamp-text {
	z-index: 1;
	position: relative;
}

.stamp-yellow {
	position: relative;
}

.stamp-yellow::after {
	content: '';
	position: absolute;
	top: 70%;
	left: -1rem;
	padding: 4rem 5rem;
	transform: translateY(-50%);
	background: url(/assets/images/graphics/stamp-yellow-1.png);
	background-size: contain;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 700px) {
	.stamp-yellow::after {
		padding: 2.5rem 3.5rem;
	}
}

/* Kontaktuppgifter
========================================================================== */
.LayoutPage .contact-details .section-block {
	background-color: #fff;
	padding: 0;
}

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

.LayoutPage .contact-details .normaltext-type {
	text-align: left;
	margin: 0;
	max-width: none;
}

.contact-box-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.contact-box {
	width: 33.333%;
	margin: 0;
	text-align: center;
	padding: 6rem 3rem;
	background-color: #fff;
	color: #000;
	border-radius: 0;
	overflow: hidden;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	text-decoration: none !important;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.contact-box:hover {
	background-color: #f8f8f8;
}

.box-content {
	width: 100%;
}

.box-text {
	padding: 0 3rem;
	width: 100%;
	text-align: center;
}

.box-content * {
	text-align: center;
}

.box-text .box-heading {
	padding: 0 0 .5rem 0;
	font-size: 2rem;
}

.box-icon {
	margin-bottom: 2rem;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.box-icon * {
	font-size: 4rem;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.box-content p {
	padding-bottom: 0;
}

/* Custom sizes */
.contact-box:first-child {
	background-color: #111f3d;
	/* width: 100%; */
}

.contact-box:first-child:hover {
	transform: none;
}

.contact-box:first-child * {
	text-align: left;
	color: #fff;
}

@media only screen and (max-width: 1000px) {
	.contact-box {
		width: 100%;
		padding: 4rem 2rem;
	}

	.contact-box:first-child * {
		text-align: center;
	}

	.contact-box .box-text {
		padding: 0;
	}
}

/* Kontaktformular med select
========================================================================== */
.LayoutPage .grecaptcha-badge {
	display: none !important;
}

.LayoutPage .contact-form .section-block {
	padding-top: 5rem;
}

.LayoutPage .contact-form .section-block-wrapper {
	max-width: 80rem;
	background-color: #12203D;
	padding: 4rem;
	margin-top: -20rem;
}

.LayoutPage .contact-form .Contact .ContactFormField input.field-2 {
	display: none !important;
}


@media only screen and (max-width: 500px) {
	.LayoutPage .contact-form .section-block-wrapper {
		padding: 2rem;
	}
}

/* ==========================================================================
Dold sida: Nyhetsbrev
========================================================================== */

.sub-newsletter .section-title {
	color: #fff;
}


.sub-newsletter p {
	color: #fff;
}

.sub-newsletter .section-block-wrapper {
	margin-top: 20rem !important;
}

.sub-newsletter .ContactFormMessage {
	display: none;
}

.sub-newsletter .ContactSubmit {
	margin-top: 4rem !important;
}

/* ==========================================================================
Dold sida: Nyhetsbrev - Mailchimp
========================================================================== */
#mc_embed_signup {
	background: transparent !important;
}

#mc_embed_signup .indicates-required,
#mc_embed_signup .mc-field-group label {
	color: #FFF;
}

#mc_embed_signup .mc-field-group {
	display: inline-block;
	width: 48% !important;
	margin: .5%;
}

#mc_embed_signup .mc-field-group:nth-child(4) {
	display: none;
}

#mc_embed_signup .button {
	padding: .3rem 4rem !important;
	height: unset !important;
	font-size: 1.5rem !important;
	font-weight: 400 !important;
	font-family: 'Aspira Regular', sans-serif;
	background-color: transparent !important;
	border: 2px solid #f285a2 !important;
	border-radius: 0.8rem;
}

#mc_embed_signup .button:hover {
	background-color: #f285a2 !important;
	border: 2px solid #f285a2 !important;
}

@media only screen and (max-width: 680px) {
	#mc_embed_signup .mc-field-group {
		width: 100% !important;
		margin: .5rem 0;
	}
}

/* ==========================================================================
Undersida: Köp onlineklass
========================================================================== */
.yoga-classes .category-card:hover .category-text {
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
}

.yoga-classes .category-card .category-text p::after {
	display: none;
}

/* ==========================================================================
Undersida: Yogaklasser
========================================================================== */
.SubPage .section-yoga-class .section-block {
	padding: 18rem 2rem 5rem;
}

.section-yoga-class video {
	display: block;
	width: 100%;
	max-width: 85rem;
	margin: 5rem auto 0;
}

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

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

.footer .footer-heading {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .1em;
	padding-bottom: 2rem;
	color: #f285a2;
}

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

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

.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;
	list-style-type: none;
	padding-inline-start: 0;
	margin: 0;
}

.footer-menu {
	text-align: left;
	width: 33%;
}



/* FOOTER SUBMENU */

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

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

.footer-menu:last-child {
	width: 7rem;
}

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

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


/* FOOTER PARTNER LINKS */
.partner-list {
	display: flex;
	list-style: none;
}

.partner-list li {
	width: 40%;
	margin: 0 1rem 0 0;
	padding: .5rem;
	border: 1px solid #c2c2c2;
	background-color: #FFF;
	border-radius: 5px;
	display: flex;
}

.partner-list img {
	width: 100%;
	/* filter: grayscale(100%); */
	align-self: center;
}



/* FOOTER SOCIAL LINKS */
.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 #f285a2;
	background-color: #f285a2;
	color: #fff;
}

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

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

	position: relative;
	top: 1px;
}

.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: 1px solid #555;
	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;
	align-self: center;
}

.footer-bottom .info-list img {
	max-height: 3rem;

}


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

.webbess-stamp img {
	width: 3rem;
	margin-left: 1rem;
}



@media only screen and (max-width: 1250px) {
	.footer-menu:first-child {
		width: 50%;
	}

	.footer-menu:nth-child(2) {
		width: 45%;
	}
}

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

	.footer-container,
	.footer-menu-wrapper {
		flex-wrap: wrap;
	}

	.footer-menu:first-child {
		width: 100%;
		padding-bottom: 3rem;
	}

	.footer-menu:nth-child(2) {
		width: 35%;
	}

	.footer-menu:nth-child(3) {
		width: 45%;
	}
}

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


	.footer .container {
		padding: 6rem 2rem 0;
	}

	.footer-container {
		padding-top: 0;
	}

	.footer-menu,
	.footer-menu:first-child,
	.footer-menu:nth-child(2),
	.footer-menu:nth-child(3),
	.footer-menu:last-child {
		width: 100%;
		margin-bottom: 0;
		padding: 1rem 0;
	}

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

	.footer-nav {
		padding: 0;
	}

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

	.footer .social-list {
		flex-direction: row;
	}

	.footer .social {
		margin: 0 1rem 0 0;
	}

	.footer .footer-heading {
		padding-bottom: .5rem;
	}
}