/* Norrlandsvilt */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

/* ==========================================================================
Generellt 
========================================================================== */
html {
	font-size: 62.5%;
}

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

/* Layout
========================================================================== */
.LayoutPage .section-wrapper,
.SubPage .LayoutPage .section-wrapper {
	background-color: #000;
}

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

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

/* Speciella bredder */
.LayoutPage .mw-none .section-block-wrapper {
	max-width: none;
}

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

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

.LayoutPage .pr-0 .section-block {
	padding-right: 0;
}

.paddingbottom0 .section-block,
.LayoutPage .pb-0 .section-block,
.pb-0 {
	padding-bottom: 0 !important;
}

.LayoutPage .pl-0 .section-block {
	padding-left: 0;
}

.p-2 {
	padding: 2rem;
}

/* Speciella margins */
.mt-5 {
	margin-top: 5rem;
}

/* Speciella layouts */
.LayoutPage .layout-12 .col-1 {
	padding-right: 5rem;
}

.LayoutPage .layout-12 .col-2 {
	padding-left: 5rem;
}

/* Flex på sektionen */
.display-flex .section-block-wrapper {
	display: flex;
}

.display-flex .col-block {
	align-self: center;
}

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

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

	/* Speciella paddings */
	.LayoutPage .pl-0 .section-block {
		padding-left: 2rem;
	}

	.LayoutPage .pr-0 .section-block {
		padding-right: 2rem;
	}

	/* Speciella layouts */
	.LayoutPage .layout-12 .col-1 {
		width: 100%;
		padding-right: 0;
	}

	.LayoutPage .layout-12 .col-2 {
		width: 100%;
		padding-left: 0;
	}
}

/* Video background
========================================================================== */
.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%);
}

/* Text och typsnitt
========================================================================== */
/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	line-height: normal;
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	letter-spacing: normal;
}

h3 {
	font-size: 2.7rem;
	letter-spacing: 0;
	font-style: normal;
	letter-spacing: 0.015em;
}

h4 {
	font-size: 3.4rem;
	color: #026e9f;
}

.heading-title,
.section-title {
	font-size: 4.7rem;
	padding-bottom: 3rem;
	line-height: 1.2;
	color: #e58558;
	font-weight: 600;
}

.heading-label,
.text-label {
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	padding-bottom: 3rem;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

/* Text and links */
p,
a,
li {
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: normal;
	text-transform: none
}

p {
	padding: 0 0 1em 0;
}

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

a {
	display: inline-block;
}

a.readmore {
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	padding-bottom: 3rem;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #333;
}

/* Övriga klasser */
.text-block {
	max-width: 90rem;
}

.italic,
.text-center {
	font-style: italic;
	font-weight: 500;
}

/* Listor */
.bullet-list li {
	font-weight: 300;
	line-height: 1.15;
	padding-bottom: 1.5rem;
	list-style: none;
}

.bullet-list li::before {
	content: "\f0da";
	display: inline-block;
	width: 1.8em;
	margin-left: -1.8em;
	color: #b05233;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 600;
}

/* Others */
.heading-type,
.normaltext-type,
.smalltext-type {
	max-width: none;
	margin: 0;
	text-align: left;
}

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

	.heading-title,
	.section-title {
		font-size: 4rem;
	}
}

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

	p,
	li,
	a {
		font-size: 1.5rem;
	}

	.heading-title,
	.section-title {
		font-size: 3.7rem;
	}

	.heading-label,
	.text-label,
	.btn {
		font-size: 1.15rem;
	}
}

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

	p,
	li,
	a {
		font-size: 1.5rem;
	}

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

	.heading-label,
	.text-label,
	.btn {
		font-size: 1.15rem;
	}
}

/* Knappar och speciella länkar
========================================================================== */
.btn-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}

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

/* Knappar */
.btn {
	display: inline-block;
	width: auto;
	max-width: 100%;
	padding: 1.5rem 2rem;
	margin: 1rem .5rem;
	color: #fff !important;
	font-size: 1.2rem;
	font-weight: 700;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .3rem;
	text-align: center;
	text-transform: uppercase;
	box-sizing: border-box;
	border-radius: 4rem;
	border: 2px solid #A47A69;
	background-color: transparent;
	cursor: pointer;
}

.btn:hover {
	border: 2px solid #fff;
}

.btn-primary,
.btn-primary-filled {
	background-color: #b05233;
	border-color: #b05233;
	color: #fff;
}

.btn-secondary,
.btn-secondary-filled {
	background-color: #e58558;
	border: 2px solid #e58558;
	color: #fff;
}

.btn-outline,
.btn-white-border {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff !important;
}

.btn-outline:hover,
.btn-white-border:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #333 !important;
}

.divider {
	width: 80px;
	border-bottom: 2px solid #212121;
	margin: 2rem auto 4rem auto;
}

.readmore {
	color: #7a7a7a;
	font-size: 1.2rem;
	line-height: normal;
	letter-spacing: 2px;
	font-weight: lighter;
	font-family: 'Manrope', sans-serif;
	padding-bottom: 1rem;
	text-transform: uppercase;
	padding-top: 1rem;
	text-decoration: none !important;
}

.readmore::after {
	content: ' \f101';
	opacity: 1;
	transition: all .3s ease;
	font-family: 'Font Awesome 5 Pro';
	margin-left: 0.3rem;
}

.readmore:hover::after {
	content: ' \f101';
	opacity: 1;
	margin-left: 10px;
}

.divider-arrow-white::before {
	content: " ";
	position: absolute;
	width: 0px;
	left: 50%;
	border: 9rem solid white;
	border-width: 3rem;
	border-color: #fff transparent transparent transparent;
	transform: translateX(-50%);
}

.divider-arrow-gray::before {
	content: " ";
	position: absolute;
	width: 0px;
	left: 50%;
	border: 9rem solid white;
	border-width: 30px;
	border-color: #f9f9f9 transparent transparent transparent;
	transform: translateX(-50%);
}

@media only screen and (hover:none) {

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

/* Färger
========================================================================== */
.LayoutPage .section-wrapper.bg-transparent {
	background-color: rgba(0, 0, 0, 0.8)
}

.LayoutPage .section-wrapper.bg-primary,
.bg-primary {
	background-color: #b05333;
}

.bg-lightbeige .section-block {
	background-color: #f2f0ee;
}

.text-white {
	color: #FFF;
}

.text-primary {
	color: #b05233;
}

.text-black {
	color: #000;
}

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

.split-section.first-section .section-block {
	padding-bottom: 0;
}

.split-section .normaltext-type,
.split-section .heading-type {
	max-width: none;
}

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

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

.split-content {
	width: 50%;
	padding: 5rem;
	text-align: left;
	box-sizing: border-box;
	align-self: center;
}

.split-image {
	width: 50%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

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

@supports (object-fit: cover) {
	.split-image img {
		position: relative;
		transform: none;
		top: unset;
		left: unset;
		object-fit: cover;
		object-position: center;
		height: 100% !important;
		width: 100% !important;
	}
}

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

	.split-content,
	.split-image {
		width: 100%;
	}

	.split-image {
		height: 40rem;
	}
}

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

	.split-wrapper.bg-primary .split-content {
		padding: 3rem 2rem;
	}
}

/* Grafiska element
========================================================================== */
/* 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%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

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

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

/* Renar */
.parallax-dears {
	height: 53rem;
	background-image: url('/assets/images/norrlandsvilt-reindeer-gathering-lappland.jpg');
}

/* Slick
========================================================================== */

/* Slick wrapper */
.LayoutPage .slick-slider {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

/* Slick list (innehållet i slidern, i detta fall image-wrapper) */
.LayoutPage .slick-list {
	display: inline-block;
	width: calc(100% - 8.5rem);
}

/* Pilar */
.LayoutPage .slick-arrow {
	opacity: .8;
	position: relative;
	width: 4rem;
	height: 2rem;
	font-size: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	transition: .2s ease;
}

.LayoutPage .slick-arrow:hover {
	opacity: 1;
}

.LayoutPage .slick-arrow::after {
	position: absolute;
	top: 50%;
	left: 50%;
	color: rgb(68, 63, 59);
	font-weight: 700;
	font-size: 2.5rem;
	font-family: 'Font Awesome 5 Pro';
	transform: translate(-50%, -50%);
}

.LayoutPage .slick-prev {
	left: -10px
}

.LayoutPage .slick-next {
	right: -10px
}

.LayoutPage .slick-prev::after {
	content: '\f104'
}

.LayoutPage .slick-next::after {
	content: '\f105'
}

.LayoutPage .slick-prev::before {
	color: #e58558;
}

.LayoutPage .slick-next::before {
	color: #e58558;
}

/* Dots */
.LayoutPage .slick-dots {
	display: flex;
	justify-content: center;
}

.LayoutPage .slick-dots li {
	position: relative;
	width: 2rem;
	height: 2rem;
	list-style: none;
	cursor: pointer;
}

.LayoutPage .slick-dots li::before {
	content: '\f111';
	position: absolute;
	top: 50%;
	left: 50%;
	color: rgb(68, 63, 59);
	font-weight: 700;
	font-size: .8rem;
	font-family: 'Font Awesome 5 Pro';
	transform: translate(-50%, -50%);
}

.LayoutPage .slick-dots li:not(.slick-active) {
	opacity: .8;
	transition: .2s ease;
}

.LayoutPage .slick-dots li:not(.slick-active):hover {
	opacity: 1;
}

.LayoutPage .slick-dots li.slick-active::before {
	color: #e58558;
}

@media only screen and (max-width: 1024px) {
	.LayoutPage .section-slick .split-image {
		height: unset;
	}
}

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

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

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

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

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

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

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

	.cards-wrapper.w-25 .card-item,
	.cards-wrapper.w-20 .card-item {
		width: calc((100% / 3) - 2rem);
	}

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

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

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

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

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

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

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

/* Cards 7*/
.cards-7 .card-item {
	background: #FFF;
}

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

.cards-7 .text-wrapper {
	position: relative;
	padding: 2rem;
}

.cards-7 .small-title {
	padding-bottom: .5rem;
	font-size: 2.5rem;
	font-weight: 500;
}

.cards-7 .small-title:not(.text-primary) {
	color: #333;
}

.cards-wrapper.cards-7.w-20 .small-title {
	font-size: 2rem;
}

.cards-7 p {
	color: #333;
}

/* ==========================================================================
Header / Navigation
========================================================================== */
/* Header */
header {
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
	height: 8rem;
	box-shadow: none;
}

header.scrolled {
	height: 8rem;
}

header .container {
	max-width: none;
	padding: 0 4rem;
}

/* Logo */
header .header-logo {
	position: absolute;
	width: 8rem;
	padding-top: 1rem;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
}

header .header-logo a:hover {
	text-decoration: none !important;
}

header .header-logo a {
	display: block;
	font-size: 2.5rem;
	font-family: 'Arapey', cursive;
	font-weight: 400;
	text-transform: initial;
	padding-bottom: 0;
	letter-spacing: 0.012em;
	color: #fff;
	line-height: 1.5;

	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
}

header.scrolled .header-logo a {
	color: #333;
}

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

nav.mainmenu li {
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
}

nav.mainmenu li a {
	font-size: 1.3rem;
	text-transform: unset;
	letter-spacing: 0.04em;
	font-weight: 500;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin: 0 1.5rem !important;
}

header.scrolled nav.mainmenu li a {
	color: #fff;
}

nav.mainmenu li:hover,
nav.mainmenu li.active {
	background: transparent;
	border-bottom: none;
	color: #e58558 !important;
}

nav.mainmenu li:hover a,
nav.mainmenu li.active a {
	color: #e58558 !important;
}

nav.mainmenu ul.TemplateMenu>li {
	line-height: 7.6rem;
	height: 8rem;
}

.scrolled nav.mainmenu ul.TemplateMenu>li {
	line-height: 7.6rem;
	height: 8rem;
}

#insta-nav em,
#face-nav em {
	color: #e58558 !important;
	font-size: 22px !important;
}

#insta-nav em:hover,
#face-nav em:hover {
	color: #b05233 !important;
}

/* Header cta */
header nav.mainmenu li.header-btn a {
	background-color: #b05233;
	border: 2px solid #b05233;
	width: 16rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 0.2em;
}

header nav.mainmenu li.header-btn:hover a {
	background-color: transparent;
	border: 2px solid #fff;
}

header.scrolled nav.mainmenu li.header-btn a {
	border: 2px solid #b05233;
	background-color: #b05233;
}

header.scrolled nav.mainmenu li.header-btn:hover a {
	background-color: transparent;
	border: 2px solid #b05233;
	color: #333 !important;
}

nav.mainmenu .header-btn {
	position: absolute;
	right: 2rem;
}

.header-btn a {
	color: #fff !important;
	padding: 1.2rem 4rem !important;
}

nav.mainmenu .header-btn:hover a,
nav.mainmenu .header-btn.active a {
	color: #fff !important;
	cursor: pointer;
}

nav.mainmenu .header-btn.active a:before,
nav.mainmenu .header-btn:hover a:before {
	display: none;
}

/* Dropdown */
nav.mainmenu ul>li>ul {
	width: auto;
	background-color: #000;
	margin: unset;
	margin-top: 4px;
}

nav.mainmenu ul>li>ul>li>a {
	padding: 0 1rem;
	line-height: unset;
	font-size: 1.3rem !important;
	color: #333 !important;
	text-transform: unset !important;
	letter-spacing: 0.05em;
	font-weight: 400;
}

nav.mainmenu ul>li>ul>li:hover,
nav.mainmenu ul>li>ul>li.active {
	background-image: none;
	background-color: transparent;
	cursor: pointer;
}

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

@media only screen and (min-width: 1101px) {

	.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: 1200px) {
	nav.mainmenu li a {
		margin: 0 1rem !important;
	}
}

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

	header .container {
		padding: 0 2rem;
	}

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

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

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

	nav.mainmenu li a {
		margin: unset;
		padding: unset;
		padding-left: 4rem;
		font-size: 1.6rem;
		line-height: 3.7;
	}

	nav.mainmenu .header-btn {
		left: 4rem;
		margin-top: 2rem;
	}

	header nav.mainmenu li.header-btn a {
		padding: inherit !important;
		color: #fff !important;
	}

	header nav.mainmenu li.header-btn:hover a {
		color: #333 !important;
	}

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

	nav.mainmenu * {
		color: #333 !important;
	}

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

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

	/* 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: #333 !important;
	}

	nav.mainmenu ul>li>ul>li>a {
		width: auto;
		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: unset;
		height: unset;
	}

}

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

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

	nav.mainmenu {
		width: 100%;
	}

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

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

.top-section::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 3rem;
	background-size: 100% 3rem;
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: -10px;
	left: 0;
	background-image: url(/assets/images/wave-border.svg);
}

.page-title-wrap {
	position: static;
	transform: none;
	width: 100%;
	max-width: 100rem;
	padding: 0 4rem;
}

.page-title-wrap h1 {
	padding-bottom: 1.5rem;
	font-size: 1.45rem;
	text-align: left;
}

.page-title-wrap h2 {
	color: #fff;
	font-size: 6.5rem;
	font-weight: 700;
	text-align: left;
	padding-bottom: 2rem;
}

.page-title-wrap .btn {
	min-width: 20rem;
}

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

	.page-title-wrap h1,
	.page-title-wrap h2 {
		text-align: center !important;
	}

	.page-title-wrap h2 {
		font-size: 4.7rem;
	}

	.page-title-wrap .btn-wrapper {
		justify-content: center;
	}
}

@media only screen and (max-width: 730px) {
	.top-section::after {
		bottom: -13px;
	}
}

@media only screen and (max-width: 480px) {
	.page-title-wrap h1 {
		letter-spacing: 2px;
	}

	.page-title-wrap h2 {
		font-size: 3.2rem;
	}

	.page-title-wrap .btn {
		width: 100%;
		margin: .5rem 0;
	}
}

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

/* Renen / Älgen
========================================================================== */
.image-links-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.image-link-item {
	position: relative;
	width: 50%;
}

.image-link-item:hover {
	text-decoration: none !important;
}

.image-links-wrapper .image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-links-wrapper .text-wrapper {
	z-index: 1;
	position: relative;
	/* opacity: 0; */
	padding: 20rem 2rem;
	text-align: center;
	background: rgba(0, 0, 0, .4);
	transition: .3s ease;
}

/* .image-links-wrapper .text-wrapper:hover {
	background: rgba(0,0,0,.6);
} */

.image-links-wrapper .section-title {
	padding-bottom: 0;
	color: #FFF;
}

@media only screen and (max-width: 850px) {
	.image-link-item {
		width: 100%;
	}

	.image-links-wrapper .text-wrapper {
		padding: 10rem 2rem;
	}

	.image-links-wrapper .text-wrapper .section-title {
		text-align: center !important;
	}
}

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

/* Hero
========================================================================== */
.header-img {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}

.header-img::after {
	content: '';
	position: absolute;
	bottom: -7px;
	width: 100%;
	height: 3rem;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url('/assets/images/wave-border.svg');
}

.header-img .section-block {
	display: flex;
	align-items: center;
	min-height: 60vh;
	background: rgba(0, 0, 0, 0.45);
}

.header-img .section-block-wrapper {
	width: 100%;
}

.header-img *:not(.btn) {
	color: #FFF;
	text-align: left !important;
}

.header-img .title-wrap {
	width: 100%;
	max-width: 120rem;
	padding-top: 8rem;
}

.header-img p {
	font-size: 1.7rem;
	line-height: 2;
	max-width: 70rem;
	font-weight: 400;
}

.header-img .btn {
	min-width: 16rem;
}

@media only screen and (max-width: 580px) {
	.header-img * {
		text-align: center !important;
	}
}

/* ==========================================================================
Undersida: Vi är Norrlandsvilt 
========================================================================== */
.subpage-about .header-img {
	background-image: url('/assets/images/norrlandsvilt-reindeer-on-the-trail-2000px.jpg');
	background-position: center top 35%;
}

/* ==========================================================================
Undersida: Renen
========================================================================== */
.subpage-reindeer .header-img {
	background-image: url('/assets/images/renar-flock-vinter-2000px.jpg');
	background-position: center top 35%;
}

/* ==========================================================================
Undersida: Älgen
========================================================================== */
.subpage-moose .header-img {
	background-image: url('/assets/images/alg-2000px.jpg');
	background-position: center top 35%;
}

/* ==========================================================================
Undersida: Våra varor
========================================================================== */
.subpage-products .header-img {
	background-image: url('/assets/images/norrlandsvilt-fridge-in-store.jpg');
	background-position: center top 40%;
}

/* ==========================================================================
Undersida: Våra varor > Sortimentlistor
========================================================================== */
.subpage-productlists .header-img {
	background-image: url('/assets/images/norrlandsvilt-mooses-2000px.jpg');
	background-position: center bottom 30%;
}

.doc-wrapper {
	max-width: 98rem;
	margin: 0 auto;
}

.doc-container:not(:last-of-type) {
	padding-bottom: 6rem;
}

.doc-container p {
	border-bottom: 1.5px dotted #fff;
	padding-bottom: 0.3em;
	padding-top: 0.6em;
	color: #fff;
}

.doc-download {
	float: right;
	background: #b05233;
	padding: 0 1.5rem;
}

.doc-download .fas {
	margin-left: 0.5rem;
}

.doc-container p,
.doc-container a {
	color: #fff;
}

@media only screen and (max-width: 1023px) {
	.doc-wrapper {
		padding: 11rem 6rem;
	}
}

@media only screen and (max-width: 600px) {
	.doc-container {
		width: 100%;
		display: block;
	}

	.doc-download {
		display: block;
		float: none;
		max-width: 10rem;
	}
}

@media only screen and (max-width: 510px) {
	.doc-wrapper {
		padding: 9rem 3rem;
	}
}

/* ==========================================================================
Undersida: Våra varor > Butiker
========================================================================== */
.section-stores .text-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.section-stores .small-title {
	width: 100%;
	color: #b05233;
}

.section-stores .info-wrapper {
	width: 65%;
}

.section-stores .info-wrapper p {
	padding-bottom: 0;
	font-size: 1.4rem;
	color: #333;
}

.section-stores .article-wrapper {
	width: 35%;
	align-self: center;
}

@media only screen and (max-width:420px) {
	.section-stores .text-wrapper {
		flex-direction: column;
	}

	.section-stores .info-wrapper {
		width: 100%;
	}

	.section-stores .article-wrapper {
		width: 100%;
		max-width: 15rem;
		margin-top: 1rem;
		align-self: flex-start;
	}
}

/* ==========================================================================
Undersida: Våra varor > Produkter > Produktundersida
========================================================================== */

.section-product {
	min-height: calc(100vh - 8.8rem);
}

.LayoutPage .section-product .section-block {
	padding-top: 20rem;
}

.section-product .normaltext-type {
	max-width: none;
}

.section-product .split-image img {
	object-fit: contain;
}

@media only screen and (max-width: 1024px) {
	.LayoutPage .section-product .section-block {
		padding-bottom: 0;
	}

	.section-product .split-wrapper {
		flex-direction: column-reverse;
		align-items: center;
	}

	.section-product .split-content {
		width: 100%;
	}

	.section-product .split-image {
		width: 100%;
		max-width: 60rem;
	}
}

/* ==========================================================================
Undersida: Recept
========================================================================== */
.subpage-recipe .header-img {
	background-image: url('/assets/images/norrlandsvilt-exclusive-dinner-2000px.jpg');
	background-position: center bottom 45%;
}

.section-recepies .image-wrapper img {
	height: 30rem;
}

.tags-wrapper {
	margin: -4rem 0 1rem 0;
	padding: 0;
}

.tags-wrapper li {
	display: inline-block;
	padding: 0.5rem 1rem;
	margin: 0 .5rem 0 0;
	font-size: 1.2rem;
	font-weight: 400;
	background-color: #b05233;
}

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

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

.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(var(--black-color), .2);
	transition: .5s ease;
}

.search-wrapper input:focus {
	outline: unset;
}

.card-item.hidden-search-item {
	display: none;
}

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

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

.section-recipe h3 {
	font-size: 2.3rem;
	color: #e58558;
}

.section-recipe em {
	margin-left: 1rem;
	color: #eea87b !important;
}

/* ==========================================================================
Undersida: Inspiration
========================================================================== */
.subpage-inspiration .header-img {
	background-image: url('/assets/images/norrlandsvilt-sarvesjahka-river-2000px.jpg');
	background-position: center top 35%;
}

body:not(.EditMode) .insta-widget {
	position: relative;
	top: -5rem;
}

/* ==========================================================================
Undersida: Karriär
========================================================================== */
.subpage-karriar .header-img {
	background-image: url('/assets/images/karriar-alg-2000px.jpg');
	background-position: center top 35%;
}

/* Sektion Annons
========================================================================== */
.LayoutPage .section-job .section-block {
	padding-top: 0;
}

.LayoutPage .section-job .section-block-wrapper {
	position: relative;
	z-index: 1;
}

.section-job .smalltext-type {
	max-width: none;
}

/* Job Col 0 */
.LayoutPage .section-job .col-0 {
	position: relative;
	display: block;
	top: -5rem;
	background-color: #FFF;
	border-radius: 5px 5px 0 0;
	padding: 3rem;
	width: calc(100% - 34rem);
}

.section-job .col-0::after {
	position: absolute;
	content: '';
	z-index: -1;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 20rem;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.section-job .col-0 .small-title {
	color: #e58558;
}

.section-job .col-0 p,
.section-job .col-0 li,
.section-job .col-0 a {
	color: #000;
}

.section-job .col-0 a {
	font-weight: bold;
}



/* Job Col 1 */
.LayoutPage .section-job .col-1 {
	position: relative;
	display: block;
	top: -5rem;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 2rem;
	width: 32rem;
	margin-left: 2rem;
	overflow: hidden;
	background-color: #fff;
}

.section-job .col-1 .text-wrapper {
	background-color: #e58558;
	padding: 2rem;
	margin: -2rem -2rem 2rem;
}

.section-job .col-1 .small-title {
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	padding: 0;
	text-align: left;
}

.section-job .text-title {
	font-size: 1.8rem;
	font-weight: 700;
	padding: 0 0 1rem;
	color: #000;
}

.section-job .text-title:not(:first-of-type) {
	padding: 2rem 0 1rem;
}

.section-job .col-1 p,
.section-job .col-1 a {
	font-size: 1.4rem;
	color: #000;
}

.section-job .btn {
	display: block;
}

.person-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

.cards-7 .person-wrapper {
	display: none;
}

.person-wrapper img {
	width: 5rem;
	border-radius: 50%;
	overflow: hidden;
	align-self: center;
}

.person-wrapper .text-content {
	flex: 1 1 0px;
	padding: 0;
}

.person-wrapper p {
	padding: 0;
}

@media only screen and (max-width: 900px) {
	.LayoutPage .section-job .col-0 {
		width: 100%;
	}

	.LayoutPage .section-job .col-1 {
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 580px) {
	.LayoutPage .section-job .col-0 {
		top: 0;
		padding: 5rem 0 !important;
	}

	.LayoutPage .section-job .col-0::after {
		display: none;
	}

	.LayoutPage .section-job .col-1 {
		padding: 2rem !important;
		top: 0;
	}
}

/* Styling for carden */
.insta-widget .eapps-instagram-feed-posts-item {
	border-radius: 2px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all .3s ease;
}

.insta-widget .eapps-instagram-feed-posts-item:hover {
	border: 1px solid rgba(255, 255, 255, 0.4);
	transition: all .3s ease;
}

.insta-widget .eapps-instagram-feed-posts-item-counters svg,
.insta-widget .eapps-instagram-feed-posts-item-share-icon {
	fill: #e58558;
}

.insta-widget .eapps-instagram-feed-posts-item-likes-count-label,
.insta-widget .eapps-instagram-feed-posts-item-comments-count-label,
.insta-widget .eapps-instagram-feed-posts-item-share-label {
	color: rgba(255, 255, 255, 0.8);
}

/* ==========================================================================
Undersida: Kontakta oss
========================================================================== */
.subpage-contact .header-img {
	background-image: url('/assets/images/norrlandsvilt-landscape-saltoluokta-2000px.jpg');
}

/* ==========================================================================
Karriär
========================================================================== */
.career-wrapper .card-item .image-wrapper.overlay:after {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(229, 133, 88, 0.7);
	position: absolute;
	top: 0;
	right: 0;
}

.career-wrapper .card-item .card-body {
	position: relative;
}

.career-wrapper .card-item .card-body h2 {
	position: absolute;
	font-size: 5rem;
	color: #fff;
}

.career-wrapper .card-item .card-body {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 580px) {
	.career-wrapper .card-item .card-body h2 {
		font-size: 3.5rem;
	}
}



/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	padding: 0;
}

.footer-top {
	display: none;
}

.footer-bottom {
	display: flex;
	justify-content: center;
}

/* 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;
	filter: invert(1);
}

/* .footer .container {
	max-width: none;
	box-sizing: border-box;
	margin: 0 auto;
	padding:0;
}

.footer .container .fab {
	margin: 0;
}

.footer p, 
.footer a,
.footer li {
    font-size: 1.4rem;
    padding: 0;
    font-weight: 300; 
    line-height: 1.6em;
    padding-bottom: 4px;
    color: #fff;
    text-decoration: none !important;
    letter-spacing: 0.012em;
}

.footer h3 {
    font-size: 2.2rem;
    padding-bottom: 1.5rem;
    color: #fff;
    font-weight: 600;
    padding-top: 0;
    letter-spacing: 0.02em;
    text-transform: unset;
}

.footer a {
	display: inline-block;
}

.footer a:hover {
    color: #fff !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.footer .footer-top {
    max-width: 140rem;
    padding: 7rem 4rem;
   	box-sizing: border-box;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.footer .social-media {
	padding-top: 3rem;
	color: #fff;
	text-align: center !important;
	display: none;
}

.footer .social-media .fab:hover { color: #f9f9f9 !important; cursor: pointer; }

.footer .social-media .fab {
	vertical-align: sub;
	color: #fff;
	display: inline-block;
	font-size: 2.5rem;
}

.footer-col-top * {
	text-align: left !important;
}

.footer-col-top:first-child {
	width: 20%;
	align-self: center;
}

.footer img {
	width: 15rem;
	height: auto;
}

.footer-col-top:last-child img {
	width: 13rem;
}

.footer-col-top:last-child .btn {
    padding: 0.8rem 3rem;
    width: 100%;
    text-align: center !important;
    margin-bottom: 0rem;
}
.footer-col-top:last-child a.btn:hover {
	text-decoration: none !important;
}

.footer ul {
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.footer .container .footer-wrapper {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.footer .footer-bottom {
	background-color: #b05233;
	text-align: center;
	width: 100%;
	padding: 2.5rem 0 2rem 0;
}

.footer-col-bottom * {
    text-align: center !important;
}


@media only screen and (max-width: 1024px) {
	
	.footer-col-top {
    	width: 50%;
    	margin-bottom: 4rem;
    }
    
    .footer-col-top:first-child {
	    align-self: unset;
	    margin: 0 auto;
	}
    
    .footer-col-top * {
	    text-align: center !important;
    }
    
}

@media only screen and (max-width: 870px) {
	
	.footer .footer-bottom {
		min-height: auto;
	}
	
	.footer-col-top {
		width: 100% !important;
		max-width: 50rem;
		margin: 0 auto 3rem;
		
	}
	
	.footer img {
	    margin-bottom: 4rem;
	}
	
	.footer-col-bottom {
		width: 100%;
		margin: 10px 0; 
	}
	
	.footer *,
	.footer-col-bottom:last-child p {
		text-align: center !important;
	}
	
	.footer h3 {
		padding-bottom: 10px;
	}
	
} */