/* torfolk */

/* fonts - garamond, trocchi, cedarville */
@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Montserrat:wght@100&family=Open+Sans:wght@300;400;500;600;700;800&family=Trocchi&display=swap');

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

body,
body.isMobile .body-background {
	-webkit-font-smoothing: antialiased;
	background-position: center center;
	background-size: cover;
	overflow-x: hidden;
	font-family: 'EB Garamond', serif;
}

html {
	font-size: 62.5%;
}

/* Layout
========================================================================== */
.container {
	max-width: 100%;
}

.LayoutPage .section-wrapper {
	background-color: #F1EDE3;
}

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

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

/* Specifika paddings */
.LayoutPage .p-0 .section-block,
.SubPage .LayoutPage .p-0 .section-block,
.p-0:not(.section-wrapper) {
	padding: 0;
}

.LayoutPage .pt-0 .section-block,
.SubPage .LayoutPage .pt-0 .section-block {
	padding-top: 0;
}

.LayoutPage .pl-0 .section-block,
.SubPage .LayoutPage .pl-0 .section-block,
.pl-0:not(.section-wrapper) {
	padding-left: 0;
}

.LayoutPage .pb-0 .section-block,
.SubPage .LayoutPage .pb-0 .section-block {
	padding-bottom: 0;
}

.LayoutPage .pr-0 .section-block,
.SubPage .LayoutPage .pr-0 .section-block,
.pr-0:not(.section-wrapper) {
	padding-right: 0;
}

.LayoutPage .pt-7 .section-block {
	padding-top: 7rem;
}

.LayoutPage .pb-5 .section-block {
	padding-bottom: 5rem;
}

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

.LayoutPage .pt-10-p-0 .section-block {
	padding: 10rem 0 0 0;
}

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

.w-120 .section-block-wrapper,
.mw-1200 .section-block-wrapper {
	max-width: 120rem;
}

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

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

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

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

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

/* Bakgrundsvideo
========================================================================== */
.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
========================================================================== */
p {
	color: #4f3003;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: normal;
	text-transform: none;
}

a {
	color: #002b0d;
	font-family: inherit;
	font-weight: 600;
	font-style: normal;
	text-decoration: underline;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: normal;
	text-transform: none;
}

a:hover {
	text-decoration: none;
	color: #6D4E22;
}

ul,
li {
	list-style-type: circle;
	margin-block-start: 0;
	margin-block-end: 0;
}

/* Rubriker */
.text-label {
	text-transform: none;
	line-height: 1.3;
	letter-spacing: normal;
	font-size: 2rem;
	text-align: left;
	padding-bottom: 1.5rem;
	text-shadow: none;
	font-weight: 600;
	color: #B7A99A;
	font-style: normal;
	font-family: 'Cedarville Cursive', cursive;
}

.small-title {
	text-transform: none;
	font-size: 2.7rem;
	font-weight: 400;
	letter-spacing: normal;
	padding-bottom: 1rem;
	color: #4f3003;
}

h1,
.section-title,
.small-title {
	font-family: 'Trocchi', serif;
}

h4,
h5,
h6 {
	font-family: inherit;
}

h3,
.section-title {
	font-style: normal;
	padding-bottom: 2rem;
	text-align: left;
	font-weight: 400;
	font-size: 5rem;
	line-height: 1.1;
	text-transform: none;
	letter-spacing: normal;
}


/* Ovriga klasser */
.bold-text {
	font-weight: 800;
	font-family: inherit;
}

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

.ingress {
	font-family: inherit;
	font-size: 2.3rem;
}

.cursive {
	font-family: 'Cedarville Cursive', cursive;
}

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

.normaltext-type {
	max-width: none;
	margin: 0;
	text-align: center;
}

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

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

.text-block.center * {
	text-align: center;
}
.text-center{
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.section-title {
		font-size: 4rem;
	}
}

@media only screen and (max-width: 630px) {
	.section-title {
		font-size: 3.2rem;
	}

	.ingress {
		font-size: 2rem;
	}
}

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

.btn {
	max-width: 30rem;
	width: auto;
	box-sizing: border-box;
	padding: 2.1rem 2.5rem;
	border-radius: 0;
	text-align: center;
	text-transform: none;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: normal;
	line-height: 1em;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	border: none;
	display: block;
	font-family: inherit;
}

.btn:hover {
	border: 2px solid #60a5ba;
	color: #60a5ba !important;
}

.btn-primary {
	background-color: #6D4E22;
	color: #fff;
	border: 1px solid #6D4E22;
}

.btn-primary:hover {
	background-color: transparent;
	border: 1px solid #6D4E22;
	color: #6D4E22 !important;
}

.btn-accent {
	background-color: #002b0d;
	border: 1px solid #002b0d;
	color: #fff;
}

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

.btn-border:hover {
	background-color: transparent;
	border: 1px solid #B7A99A;
	color: #B7A99A !important;
}

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

/* Lank med pil */
.arrow-link::after {
	content: ' \f178';
	opacity: 1;
	transition: all .3s ease;
	font-family: 'Font Awesome 5 Pro';
	margin-left: 3px;
	font-weight: 400;
}

.arrow-link:hover::after {
	content: ' \f178';
	opacity: 1;
	margin-left: 10px;
}

/* Cirkelikon */
.circle-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	padding: 0;
	margin: .5rem;
	font-size: 0;
	color: rgb(var(--secondary-color));
	text-decoration: none;
	border-radius: 50%;
	background-color: rgb(var(--primary-color));
	transition: .3s ease;
}

.circle-icon:hover {
	color: rgb(var(--primary-color));
	background-color: rgb(var(--secondary-color));
}

.circle-icon em:before,
.circle-icon i:before {
	font-size: var(--base-size);
}

/* Farger
========================================================================== */
/* Bakgrunder */
.bg-primary,
.bg-primary .section-block {
	background-color: #6D4E22;
}

.bg-secondary,
.bg-secondary .section-block {
	background-color: #5f4e54;
}

.bg-dark,
.bg-dark .section-block {
	background-color: #220E00;
}

.bg-accent,
.bg-accent .section-block {
	background-color: #002b0d;
}

.bg-white,
.bg-white .section-block {
	background-color: #fff;
}

/* Text */
.bg-primary *,
.bg-secondary *,
.bg-dark *,
.bg-accent * {
	color: #fff;
}

.primary-color {
	color: #6D4E22;
}

.secondary-color {
	color: #B7A99A;
}

.accent-color {
	color: #002b0d;
}

.light-color {
	color: #ECECD9;
}

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

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

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

.split-wrapper.split-text .split-content {
	padding-top: 0;
	padding-bottom: 0;
}

.split-content {
	width: 50%;
	padding: 6rem;
	text-align: left;
	align-self: center;
}

/* Speciella bredder o hojder */
.split-wrapper .w-20 {
	width: 20%;
}

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

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

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

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

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

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

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

.split-wrapper .h-65 {
	max-height: 65rem;
}

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

.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: auto;
		left: auto;
		object-fit: cover;
		object-position: center;
		height: 100% !important;
		width: 100% !important;
	}
}

@media screen and (max-width: 1100px) {
	.split-content {
		width: 50%;
		text-align: left;
		padding: 5rem;
	}

	.split-text .split-content {
		padding: 0;
	}
}

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

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

	.split-content {
		width: 100% !important;
	}

	.split-image {
		width: 100% !important;
		padding: 0;
	}
}

@media only screen and (max-width: 630px) {
	.split-content {
		padding: 4rem 2.5rem;
	}
}

/* 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;
    border-radius: 50%;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    cursor: pointer;
}

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

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

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

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

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

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

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

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


/* 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;
	}
}

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

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

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

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

/* Bredder för specifika cards */
.cards-wrapper .card-item.w-50 {
	width: calc((100% / 2) - 2rem);
	margin: 1rem;
}

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

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

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

/* Cards 3 */
.cards-3 .card-item {
	padding: 3rem;
}

.cards-3 .icon-wrapper img {
	width: auto;
	max-height: 16rem;
	padding-bottom: 3rem;
}

.cards-3 .small-title {
	text-align: left;
}

.cards-3 .card-text-img {
	max-height: 8rem;
	margin: 2rem 0;
}

.cards-3 .text-wrapper p {
	padding-bottom: 0;
}

/* Cards 7 */
.cards-7 {
	padding-top: 5rem;
}

.cards-7 .card-item {
	border-radius: .8rem;
	box-shadow: 0 1.5rem 3rem rgba(105, 85, 61, .27);
	background: #FFF;
	overflow: hidden;
}

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

.cards-7 .small-title {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	font-size: 3rem;
	font-weight: 500;
	border-bottom: 1px solid #B7A99A;
}

.cards-7 .image-wrapper {
	overflow: hidden;
}

.cards-7 .image-wrapper img {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	height: 27rem;
}

.cards-7 .image-wrapper img:hover {
	transform: scale(1.02);
}

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

/* Cards 12 */
.cards-12 .card-item {
	position: relative;
	padding: 5rem;
	background-color: #fff;
}

.cards-12 .card-item::before {
	position: absolute;
	content: "";
	display: block;
	top: 4.2rem;
	left: 0;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent #F1EDE3;
}

.cards-12 .image-wrapper {
	position: absolute;
	top: -2rem;
	right: 2rem;
	width: 20rem;
	height: 20rem;
	border-radius: 2rem;
	overflow: hidden;
}

.cards-12 .text-wrapper {
	padding-right: 0;
	max-width: 75%;
}

.cards-12 .title {
	padding-bottom: 2rem;
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
	.cards-12 .card-item {
		padding: 5rem 3.5rem;
	}

	.cards-12 .image-wrapper {
		width: 16rem;
	}
}

@media only screen and (max-width: 630px) {
	.cards-12 .image-wrapper {
		left: 2rem;
		width: auto;
		height: 16rem;
	}

	.cards-12 .text-wrapper {
		margin-top: 16rem;
		max-width: 100%;
	}

}

@media only screen and (max-width: 420px) {
	.cards-12 .card-item {
		position: relative;
		padding: 3rem 2rem 0;
		background-color: #fff;
	}
}

/* Cards 13 */
.cards-13 .card-item {
	padding: 4rem;
	outline: 1px solid #4f3003;
	outline-offset: -1rem;
	text-decoration: none;
}

.cards-13 a {
	text-decoration: none;
}

.cards-13 a:hover {
	text-decoration: underline;
}

/* Header / Navigation
========================================================================== */
header {
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
	background-color: transparent;
	box-shadow: none;
	height: 8rem;
}

header.scrolled,
.SubPage header {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
	background-color: #fff;
}

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

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

header .header-logo {
	width: 25rem;
	position: absolute;
	line-height: 0;
	padding-top: 1.5rem;
}

header .header-logo a {
	height: 8rem;
	background-image: url('/assets/images/logo/torfolkgard-logo-60px-beige.png');
	background-size: auto 5rem;
	background-repeat: no-repeat;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
}

header.scrolled .header-logo a,
.SubPage header .header-logo a {
	background-image: url('/assets/images/logo/torfolkgard-logo-60px.png');
}

nav.mainmenu {
	text-align: left;
}

nav.mainmenu ul {
	text-align: left;
	left: 27rem;
	position: absolute;
}

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

nav.mainmenu ul.TemplateMenu>li:first-child {
	display: none;
}

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

nav.mainmenu a {
	font-family: inherit;
	font-style: normal;
	font-weight: 400;
	font-size: 1.7rem;
	color: #fff;
	text-transform: none;
	padding: 0 .8rem;
	letter-spacing: normal;
	display: block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	height: 7.2rem;
	line-height: 7.2rem;
}

.scrolled nav.mainmenu a,
.SubPage nav.mainmenu a {
	color: #67481a;
}

header nav.mainmenu a {
	display: inline-block;
}

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

nav.mainmenu li:hover a,
nav.mainmenu li.active a,
nav.mainmenu ul>li.expandable-li:hover>a {
	color: #b56a29;
}

/* Dropdown */
nav.mainmenu ul>li>ul {
	left: 0px;
	width: auto;
	background-color: #fff;
	box-shadow: rgba(255, 255, 255, 0.05) 0px 1px 1px 0px inset, rgba(109, 78, 34, 0.05) 0px 50px 100px -20px, rgba(109, 78, 34, 0.1) 0px 30px 60px -30px;
}

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

/* CTA */
.cta-menu {
	float: right;
	display: flex;
	align-items: center;
	height: 8rem;
	line-height: 8rem;
	transition: all 300ms linear;
}

.cta-menu .btn {
	padding: 1.4rem 2rem;
}

.cta-menu .fal {
	padding-right: .5rem;
}

.btn-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 4rem;
	height: 4rem;
	margin-right: 1.2rem;
	letter-spacing: unset;
	padding: 0;
	border: none;
	background-color: transparent;
	color: #6D4E22;
}

.btn-cta:hover {
	background-color: transparent;
	border: none;
	color: #fff;
	text-decoration: none;
}

.btn-cta::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	font-size: 1.7rem;
	display: inline-block;
	position: relative;
	top: 1px;
}

.btn-cta::after {
	display: none;
}

@media only screen and (min-width: 1181px) {
	.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: 1180px) {

	header .job-item {
		right: 7rem;
	}

	.cta-menu {
		margin-right: 6rem;
	}

	/* Navigation */
	nav.mainmenu {
		text-align: center;
		display: none;
		position: fixed;
		height: 100%;
		left: auto;
		right: 0;
		top: 0;
		width: 100%;
		max-width: 100%;
		background-color: rgba(0, 0, 0, 0.85);
		z-index: 15;
		box-shadow: none;
		overflow-y: scroll;
	}

	nav.mainmenu .Padding {
		margin: 0;
		padding: 15rem 0;
		height: 100%;
		min-height: 100vh;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

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

	nav.mainmenu li a {
		font-weight: 500;
		font-style: normal;
		font-size: 2.5rem;
		line-height: 2.5;
		color: #F1EDE3 !important;
		text-transform: none;
		width: 100%;
		margin: 0;
		-webkit-transition: all 400ms ease-out;
		transition: all 400ms ease-out;
		text-align: center;
		padding-left: 0;
		height: 3rem;
		line-height: 3rem;
	}

	nav.mainmenu li a.toplevel {
		margin-bottom: 1rem;
		margin-top: 3rem;
		padding-right: 0;
	}

	nav.mainmenu li {
		text-align: center;
	}

	nav.mainmenu ul {
		left: 0;
		width: 100%;
	}

	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.623);
		z-index: 7;
	}

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

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

	/* Dropdown */

	nav.mainmenu a[href='/17/28/boka-tid/'] {
		border: none;
		padding-left: 4rem;
	}

	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: #F1EDE3 !important;
		height: 2rem;
		line-height: 2rem;
	}

	nav.mainmenu ul>li>ul>li>a {
		width: auto;
		font-size: 1.8rem;
		line-height: 1.4;
	}

	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;
	}

	nav.mainmenu ul>li>ul>li.active {
		background-color: transparent;
		color: #b56a29 !important;
	}
}

@media only screen and (max-width: 980px) {
	nav.mainmenu ul>li>ul>li>a {
		padding: 0;
	}

	header .container {
		padding-left: 1rem;
	}
}

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

	header {
		height: 7rem;
	}

	header .header-logo {
		width: 22rem;
	}

	header .header-logo a {
		background-size: auto 4.5rem;
	}

	.hamburger {
		top: 1rem;
	}

	.cta-menu {
		display: none;
	}

	nav.mainmenu a[href="/17/7/aterforsaljare/"] {
		display: block;
	}

	nav.mainmenu li a {
		font-size: 2.2rem;
	}

	nav.mainmenu li a.toplevel {
		margin-top: 2rem;
	}
}

/* ==========================================================================
Startsida
========================================================================== */
/* Top-section
========================================================================== */
.top-section {
	display: flex;
	align-items: flex-end;
	min-height: 100vh;
	height: auto;
	background-color: rgba(0 0 0 / 20%);
}

.page-title-wrap {
	z-index: 2;
	position: static;
	transform: unset;
	max-width: none;
	padding: 5rem 0 7rem 7rem;
}

.page-title-wrap * {
	color: #fff;
}

.page-title-wrap h1 {
	font-size: 9rem;
	font-weight: 400;
	line-height: 1;
	padding-bottom: 2.5rem;
	text-align: left;
	font-style: italic;
	font-family: 'EB Garamond', serif;
}

.page-title-wrap p {
	font-size: 3rem;
	font-weight: 300;
	text-align: left;
	max-width: 70rem;
}

.page-title-wrap .btn-wrapper {
	display: flex;
}

.page-title-wrap .btn-wrapper a {
	width: 20rem;
	margin: 0 2rem 0 0;
}

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

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

	.page-title-wrap p {
		font-size: 2.5rem;
		max-width: 55rem;
	}
}

@media only screen and (max-width: 630px) {
	.top-section {
		padding-bottom: 7rem;
	}

	.page-title-wrap {
		padding: 2.5rem;
	}

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

	.page-title-wrap p {
		font-size: 2rem;
	}
}

/* Om oss
========================================================================== */
@media only screen and (max-width: 1000px) {
	.about .section-block {
		padding-top: 0;
	}
}

/* Tjänster
========================================================================== */
.services .section-block {
	padding-top: 2rem;
}

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

.services-wrap {
	width: calc(100% / 3 - 2rem);
	margin: 1rem;
	transition: 0.2s ease-in-out;
	padding: 0 3rem;
}

.services-wrap:nth-child(1),
.services-wrap:nth-child(2) {
	border-right: 1px solid #B7A99A;
}

.services-icon {
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.services-icon img {
	width: auto;
	max-height: 13rem;
	padding-bottom: 3rem;
}

.services-wrapper .services-text {
	width: 100%;
	box-sizing: border-box;
	order: 0;
}

.services-wrapper .services-text * {
	text-align: left;
}

.services-text p {
	font-size: 1.6rem;
}

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

	.services-icon img {
		max-height: 11rem;
	}
}

@media only screen and (max-width: 1000px) {
	.services-wrap {
		width: 100%;
		margin: 3% 0;
	}

	.services-text {
		padding-left: 0;
	}

	.services-text p {
		font-size: 1.8rem;
	}

	.services-wrap:nth-child(1),
	.services-wrap:nth-child(2) {
		border: none;
	}
}

@media only screen and (max-width: 768px) {
	.services {
		padding: 0;
	}

	.about .services-wrapper {
		padding-top: 2rem;
	}
}

/* Produkter
========================================================================== */
.products {
	overflow: hidden;
}

/* Split Slider */
.split-slider {
	display: flex;
	flex-wrap: wrap;
}

.split-image-wrapper {
	width: 50%;
}

.split-image-wrapper div {
	height: 100%;
}

.split-image-wrapper .slide-image {
	margin: 0 2rem 0 0;
}

.split-slider .image-wrapper {
	width: 100%;
	height: 100%;
}

.split-slider .split-text-wrapper {
	position: relative;
	width: 50%;
	margin-bottom: 0;
	padding: 7rem 5rem;
	background-color: #ffffff;
}

.split-text-wrapper p {
	max-width: 45rem;
}

.split-slider .slide-image[aria-hidden="true"] {
	opacity: .5;
	transition: all .3s ease;
}

/* Slick Settings */
.split-slider .split-image-wrapper .slick-track {
	display: flex !important;
}

.split-slider .split-image-wrapper .slick-list {
	overflow: visible;
}

/* slick knappar */
.split-slider .slick-arrow {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 4rem;
	height: 4rem;
	font-size: 0;
	background-color: rgb(79, 48, 3, 1);
	border: 1px solid rgb(79, 48, 3, 1);
	cursor: pointer;
	transition: .4s;
	transform: none;
}

.split-slider .slick-arrow:not(.slick-disabled):hover,
.split-slider .slick-arrow:not(.slick-disabled):focus {
	background-color: rgb(79, 48, 3, 1);
	border: 1px solid rgb(79, 48, 3, 1);
}

.split-slider .slick-arrow.slick-disabled {
	opacity: .5;
}

.split-slider .slick-prev {
	left: auto;
	right: 4rem;
}

.split-slider .slick-next {
	left: auto;
	right: 0;
}

.split-slider .slick-prev:before,
.split-slider .slick-next:before {
	color: rgb(255, 255, 255);
	font-size: 2rem;
	font-family: 'Font Awesome 5 Pro';
}

.split-slider .slick-prev::before {
	content: '\f104';
}

.split-slider .slick-next::before {
	content: '\f105';
}

/* Dots */
.slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: auto;
	padding: 0 0 2rem;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: relative;
	width: 7px;
	height: 7px;
	content: '';
	text-align: center;
	opacity: .25;
	border-radius: 4px;
	background-color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all .2s ease;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #6D4E22;
	width: 20px;
	transition: all .2s ease;
}

@media only screen and (max-width: 1000px) {
	.split-image-wrapper {
		position: relative;
		z-index: 1;
		width: 90%;
		height: 40rem;
		margin: 0 auto;
	}

	.split-image-wrapper .slide-image {
		margin: 0 1rem;
	}

	.split-slider .split-text-wrapper {
		position: relative;
		bottom: unset;
		width: 100%;
		margin: -4rem 0 0;
	}
}

@media only screen and (max-width: 580px) {
	.split-image-wrapper {
		height: 25rem;
	}

	.split-image-wrapper .slide-image {
		margin: 0 .5rem;
	}

	.split-slider .split-text-wrapper {
		padding: 7rem 2rem 3rem;
	}
}

/* krav
========================================================================== */
.kravmarkt {
	background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(/assets/images/rapsfalt-kravmarkt-2000.jpg);
	max-width: 100% !important;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: auto;
}

.kravmarkt img {
	margin-bottom: 2rem;
}

.kravmarkt * {
	color: #fff;
}

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

/* Instagram
========================================================================== */
.instagram {
	overflow: hidden;
}

.instagram .section-block {
	padding-bottom: 5rem;
}

.instagram .text-block {
	padding-bottom: 5rem;
}

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

	.instagram .text-part {
		padding: 10rem 5rem;
	}

	.instagram .text-block {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 630px) {
	.instagram .text-part {
		padding: 5rem 2rem;
	}
}

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

.SubPage .header-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	height: 50rem;
}

/* Hero img
========================================================================== */
.SubPage .hero-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-image: url(/assets/images/torfolkgard-produkter-topp-2000.jpg);
	height: 55rem;
}

@media only screen and (max-width: 1024px) {
	.SubPage .hero-img {
		height: 45rem;
	}
}

@media only screen and (max-width: 630px) {
	.SubPage .hero-img {
		height: 35rem;
	}
}

/* Intro section
========================================================================== */
.SubPage .intro-section p {
	max-width: 85rem;
	margin: 0 auto;
	text-align: center;
}

.SubPage .intro-section .btn-wrapper {
	display: flex;
	justify-content: center;
}

/* ==========================================================================
Undersida > Produkter > Sylt, marmelad
========================================================================== */
/* Produktsektion
========================================================================== */
.SubPage .product-section.section-block {
	padding-top: 15rem;
}

.product-section .heading-type * {
	text-align: left;
	max-width: 80rem;
}

.product-section .heading-type a {
	color: #8f9d94;
}

.product-section .tabs-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 2rem 0;
	box-shadow: 0 1rem 4rem rgb(0 0 0 / 10%);
	max-width: 120rem;
	margin: 0 auto;
	background-color: #fff;
	margin-bottom: 4rem;
}

.tab {
	width: calc(100% / 4 - 4rem);
	margin: 0 2rem;
	cursor: pointer;
	padding: 1.8rem 3rem;
	font-weight: 500;
	text-transform: none;
	font-family: 'EB Garamond', serif;
	font-size: 2rem;
	letter-spacing: normal;
	text-align: center;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.tab.active,
.tab:hover {
	background: #f1ede3;
}

.tab_container {
	border-top: none;
	width: 100%;
	background: transparent;
}

.tab_content {
	display: none;
}

.tab_drawer_heading {
	display: none;
}

.menu h2 {
	padding-bottom: 2rem;
}

.menu-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5rem 0 0;
}

.menu-item {
	width: 75%;
	display: flex;
	align-items: center;
	flex-direction: row;
	padding-bottom: 4rem;
	margin-bottom: 4rem;
	border-bottom: 1px solid #d4ddd7;
}

/* Menybild */
.menu-item img {
	object-fit: contain;
	width: auto;
	height: 23rem !important;
}

.wrap-content .menu-item img {
	object-position: top;
}

/* Description */
.menu-item .menu-item-desc {
	width: 71%;
	display: flex;
	flex-wrap: wrap;
	padding: 1.8rem 3rem;
}

.item-title {
	width: 100%;
	font-family: inherit;
	font-weight: 600;
	text-align: left;
	line-height: 1.1;
	font-size: 2.5rem;
	color: #6D4E22;
	padding-bottom: 1.4rem;
}

.menu-item .description {
	max-width: 90%;
	color: #6D4E22;
}

/* Innehall per 100gr */
.menu-item .include-wrap {
	border: 1px solid #6D4E22;
	padding: 1.5rem 2rem;
	margin-top: 1.5rem;
	width: 90%;
}

.menu-item .include-wrap p {
	font-size: 1.7rem;
	padding-bottom: 0;
}

@media only screen and (max-width: 1100px) {
	.menu-item {
		width: 85%;
	}

	.menu-item .menu-item-desc {
		width: 80%;
	}
}

@media only screen and (max-width: 768px) {
	.menu-item {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.menu-item-img {
		width: 100%;
		padding-bottom: 2rem;
	}

	.menu-item-img img {
		height: 18rem !important;
	}

	.menu-item .menu-item-desc {
		width: 100%;
		padding-right: 0;
		padding-left: 1rem;
	}

	.tabs-list {
		display: flex;
		flex-wrap: wrap;
	}

	.tab {
		white-space: normal;
		padding: .5rem 1rem;
		margin: 0;
		line-height: 2;
		font-size: 1.7rem;
	}

	.menu-wrapper {
		flex-wrap: wrap;
	}

	.tab.active {
		padding: .5rem 1rem;
	}
}

@media only screen and (max-width: 630px) {
	.product-section .tabs-list {
		justify-content: space-between;
		padding: 1rem;
	}

	.tab,
	.tab.active {
		width: calc(100% / 4);
		margin: 0;
		padding: 1rem;
	}
}

@media only screen and (max-width: 330px) {
	.tab {
		font-size: 1.5rem;
	}
}

/* naturligt hallbar
========================================================================== */
.naturligt-section {
	background-image: url(/assets/images/blabar-2000.jpg);
	max-width: 100% !important;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: auto;
}

.naturligt-section * {
	color: #fff;
}

/* schyssta ravaror
========================================================================== */
.ravaror-section .cards-wrapper {
	padding-top: 4rem;
}

.ravaror-section .card-item.vilda-bar {
	background-color: rgb(150 26 37 / 10%);
}

.ravaror-section .card-item.odlat-sverige {
	background-color: rgb(33 25 35 / 10%);
}

.ravaror-section .card-item.citrusfrukter {
	background-color: rgb(220 131 38 / 10%);
}

.ravaror-section .card-item.bar-bosnien {
	background-color: rgb(68 157 185 / 10%);
}

.ravaror-section .card-item.socker {
	background-color: rgb(0 133 62 / 10%);
}

/* ==========================================================================
Undersida > Produkter > Gronsaker
========================================================================== */
.sub-veg .hero-img {
	background-image: url(/assets/images/gronsaker/torfolk-gard-gronsaker-2000.jpg);
}

.sub-veg .split-section .split-image {
	max-height: 60rem;
}

@media only screen and (max-width: 1200px) {
	.sub-veg .split-section .split-image {
		max-height: none;
	}
}

@media only screen and (max-width: 1000px) {
	.sub-veg .split-section .split-wrapper {
		flex-direction: column-reverse;
	}
}

/* ==========================================================================
Undersida > Om oss
========================================================================== */
.sub-about .hero-img {
	background-image: url(/assets/images/om-oss/torfolkgard-toppbild-om-oss-2000.jpg);
}

/* medarbetare
========================================================================== */
@media only screen and (max-width: 1000px) {

	.SubPage .about-start .split-wrapper,
	.SubPage .miljopolicy-section .split-wrapper {
		flex-direction: column-reverse;
	}

	.SubPage .about-start .section-block,
	.SubPage .miljopolicy-section .section-block {
		padding-right: 0;
		padding-left: 0;
	}
}

/* kvalitet
========================================================================== */
.sub-about .quality-section {
	background-image: url(/assets/images/om-oss/blabar-1920.jpg);
	background-size: cover;
	border: 7rem solid #F1EDE3;
	border-top: none;
}

.sub-about .quality-section .text-block {
	background-color: #fff;
	padding: 5rem;
}

@media only screen and (max-width: 1200px) {
	.sub-about .quality-section {
		border: 5rem solid #f1ede3;
		border-top: none;
	}
}

@media only screen and (max-width: 768px) {
	.sub-about .quality-section {
		border: 3rem solid #f1ede3;
		border-top: none;
	}

	.sub-about .quality-section .text-block {
		padding: 3rem;
	}
}

@media only screen and (max-width: 630px) {
	.sub-about .quality-section .section-block {
		padding: 2rem;
	}

	.sub-about .quality-section {
		border: .5rem solid #f1ede3;
		border-top: none;
	}

	.sub-about .quality-section .text-block {
		padding: 3rem 2rem;
	}
}

/* hur det borjade
========================================================================== */
.sub-about .how-it-started p,
.sub-about .how-it-started .section-title,
.sub-about .how-it-started .ingress {
	text-align: left;
}

.sub-about .how-it-started .split-wrapper {
	max-width: 100rem;
	padding-bottom: 4rem;
}

.sub-about .how-it-started .split-content {
	padding-bottom: 0;
	padding-left: 0;
}

.sub-about .how-it-started .split-image {
	width: 20rem;
	max-height: 23rem;
}

.sub-about .how-it-started .col-1 {
	padding-right: 2rem;
}

.sub-about .how-it-started .col-2 {
	padding-left: 2rem;
}

/* ==========================================================================
Undersida > Gårdsbutik
========================================================================== */
.sub-gardsbutik .hero-img {
	background-image: url(/assets/images/gardsbutik/torfolkgard-toppbild-gardsbutiken-2000.jpg);
}

/* ==========================================================================
Undersida > Recept
========================================================================== */
.recipe-small-title {
	font-size: 1.6rem;
	color: #B7A99A;
	text-align: left;
}

.recipe-small-title i {
	width: 2.4rem;
}

@media only screen and (max-width: 630px) {
	.SubPage .LayoutPage .recipe-section.pt-0 .section-block {
		padding-top: 2rem;
	}
}

/* ==========================================================================
Undersida > Specifikt recept
========================================================================== */
/* Hero
========================================================================== */
.SubPage .hero-recipe {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-image: url(/assets/images/torfolkgard-produkter-topp.jpg);
	min-height: 85vh;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.SubPage .hero-recipe .hero-recipe-box {
	background-color: white;
	padding: 5rem;
	max-width: 55rem;
	margin-top: 7.2rem;
	border-radius: .8rem;
}

@media only screen and (min-width: 1580px) {
	.SubPage .hero-recipe {
		min-height: 70vh;
	}
}

@media only screen and (max-width: 630px) {
	.SubPage .hero-recipe {
		min-height: 75vh;
	}

	.SubPage .hero-recipe .hero-recipe-box {
		padding: 3.5rem;
	}
}

/* ==========================================================================
Undersida > Specifikt recept > Lingonrutor
========================================================================== */
.sub-lingon .hero-recipe {
	background-image: url(/assets/images/recept/torfolk-gard-recept-lingonrutor-1500.jpg);
}

/* ==========================================================================
Undersida > Specifikt recept > Hjortronkaka
========================================================================== */
.sub-hjortronkaka .hero-recipe {
	background-image: url(/assets/images/recept/torfolk-gard-recept-hjortronkaka-1500.jpg);
}

/* ==========================================================================
Undersida > Specifikt recept > Pannkakor
========================================================================== */
.sub-pannkakor .hero-recipe {
	background-image: url(/assets/images/recept/torfolk-gard-recept-pannkakor-1500.jpg);
}

/* ==========================================================================
Undersida > Specifikt recept > Frasiga vafflor
========================================================================== */
.sub-vafflor .hero-recipe {
	background-image: url(/assets/images/recept/torfolk-gard-recept-vafflor-1500.jpg);
}

/* ==========================================================================
Undersida > Specifikt recept > Ragbrod
========================================================================== */
.sub-ragbrod .hero-recipe {
	background-image: url(/assets/images/recept/torfolk-gard-recept-ragbrod-1500.jpg);
}

/* ==========================================================================
Undersida > Specifikt recept > Havrescones
========================================================================== */
.sub-havrescones .hero-recipe {
	background-image: url(/assets/images/recept/torfolk-gard-recept-havrescones-1500.jpg);
}

/* ==========================================================================
Undersida > Specifikt recept > Ugnspannkaka
========================================================================== */
.sub-ugnspannkaka .hero-recipe {
	background-image: url(/assets/images/recept/torfolk-gard-recept-ugnspannkaka-1500.jpg);
}

/* ==========================================================================
Undersida > Specifikt recept > Amerikanska pannkakor
========================================================================== */
.sub-amerikanskapannkakor .hero-recipe {
	background-image: url(/assets/images/recept/torfolk-gard-recept-amerikanska-pannkakor-1500.jpg);
}

/* ==========================================================================
Undersida > Specifikt recept > Kronans kaka
========================================================================== */
.sub-kronanskaka .hero-recipe {
	background-image: url(/assets/images/recept/torfolk-gard-recept-kronans-kaka-1500.jpg);
}

/* ==========================================================================
Undersida > Kontakt
========================================================================== */
.sub-contact .hero-img {
	background-image: url(/assets/images/torfolkgard-kontakt-2000.jpg);
}

.grid-split {
	justify-content: space-between;
}

.grid-split .split-content {
	padding: 8rem 5rem;
}

.grid-split .split-text {
	margin: 0;
}

.split-imagegrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 1rem;
	width: calc(50% - .5rem);
	margin-top: -3rem;
}

.EditMode .split-imagegrid {
	margin-top: 0;
}

.grid-image {
	position: relative;
	width: 100%;
}

.split-imagegrid>.grid-image:nth-child(1) {
	grid-column: 1 / 3;
	grid-row: 1 / 1;
}

.split-imagegrid>.grid-image:nth-child(2) {
	grid-column: 1 / 1;
	grid-row: 2 / 2;
}

.split-imagegrid>.grid-image:nth-child(3) {
	grid-column: 2 / 2;
	grid-row: 2 / 2;
}

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

@media only screen and (max-width:1300px) {
	.grid-split .split-content {
		width: calc(50% - 1rem);
		padding: 5rem 0 0 2rem;
	}

	.split-wrapper.grid-split .split-imagegrid.w-60 {
		width: 40%;
		margin-top: 2rem;
	}

}

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

	.grid-split .split-content {
		width: 100%;
		max-width: 90rem;
		margin: 0 auto 1rem;
		padding: 0;
	}

	.split-wrapper.grid-split .split-imagegrid.w-60 {
		width: 100%;
		margin-bottom: 2rem;
	}

	.grid-image .split-image {
		position: relative;
	}

	.contact-section .split-wrapper {
		flex-direction: column-reverse;
	}
}

/* Medarbetare
========================================================================== */
.team-wrap {
	display: flex;
	flex-wrap: wrap;
}

.team-wrap .team-box {
	width: calc(100% / 4 - 2rem);
	margin: 1rem;
	text-align: left;
	padding: 0 1.5rem 3rem 1.5rem;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	position: relative;
	text-decoration: none !important;
}

.team-wrap .team-text {
	padding: 2.5rem 0;
	margin: 0 auto;
	border-top: 1px solid #003d1e;
	margin-top: 2.5rem;
}

.team-wrap .team-image {
	height: 40rem;
	overflow: hidden;
	width: 100%;
}

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

.team-wrap * {
	text-align: left;
}

.team-wrap .small-title {
	padding-bottom: .3rem;
	line-height: 1;
	font-size: 2.2rem;
	font-weight: 400;
}

.team-wrap .team-title {
	font-size: 1.6rem;
	padding-bottom: 0.5rem;
	font-weight: 600;
}

.team-wrap p,
.team-wrap a {
	padding: 0;
	font-size: 1.6rem;
	font-weight: 400;
}

.team-wrap .team-info h3:after {
	border-bottom: 1px solid #089AAF;
	content: "";
	display: inline-block;
	height: .1em;
	position: relative;
	vertical-align: middle;
	width: 70px;
	margin-bottom: .15em;
	left: 13px;
	margin-left: 13px;
}

.service-box:hover .service-link {
	background-color: #81bb81;
}

@media only screen and (max-width:1300px) {
	.team-wrap .team-box {
		width: calc(100% / 3 - 2rem);
		margin: 1rem;
		padding: 1rem;
	}

	.team-wrap .team-image {
		height: 30rem;
	}

	.team-wrap h4 {
		font-size: 2rem;
	}
}

@media only screen and (max-width:868px) {
	.team-wrap .team-box {
		width: calc(100% / 2 - 2rem);
		margin: 1rem;
	}
}

@media only screen and (max-width:580px) {
	.team-wrap {
		flex-direction: column;
	}

	.team-wrap .team-text {
		padding: 0;
		padding-top: 2rem;
	}

	.team-wrap .team-box {
		width: 100% !important;
		margin: 0 0 3rem 0 !important;
	}

	.team-wrap .team-image {
		height: 38rem !important;
	}

	.team-wrap .team-image img {
		object-fit: contain;
		width: auto !important;
	}

	.team-wrap .team-text {
		margin: 0;
		border-top: none;
	}
}


/* ==========================================================================
Undersida > Aterforsaljare
========================================================================== */
.sub-retailers .hero-img {
	background-image: url(/assets/images/torfolkgard-produkter-topp.jpg);
}

/* Generellt retailers split
========================================================================== */
.SubPage .retailers-section .split-content {
	padding-top: 0;
	padding-bottom: 0;
}

@media only screen and (max-width: 1000px) {
	.SubPage .retailers-section.sweden .split-content {
		padding: 0;
	}

	.SubPage .retailers-section.world .section-block {
		padding-right: 0;
		padding-bottom: 0;
	}

	.SubPage .retailers-section.world .split-content {
		padding-bottom: 3rem;
	}
}

/* Varlden
========================================================================== */
.retailers-section.world .split-image {
	min-height: 50rem;
}

/* Grossist
========================================================================== */
.grossist a {
	margin: 0 1rem;
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #220E00;
	padding: 0;
	color: #fff;
}

.footer-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 5rem 0
}

.footer .footer-title {
	font-family: 'Museo Rounded', sans-serif;
	font-weight: 700;
	margin-bottom: 2rem;
	padding: 0;
	color: inherit;
	font-size: 2.5rem;
	text-transform: uppercase;
	letter-spacing: 2.3px;
}

.footer .footer-subtitle {
	padding-bottom: 1rem;
	color: #B7A99A;
	font-size: 3rem;
	font-weight: 400;
	text-align: center !important;
	font-family: 'Cedarville Cursive', cursive;
}

.footer p,
.footer a {
	font-size: 2.1rem;
	text-align: center;
	max-width: 60rem;
	line-height: 1.8;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	display: inline-block;
	transition: all .3s ease;
	font-weight: 400;
}

.footer .footer-col * {
	font-size: 1.6rem;
	display: inline-block;
}

.footer .footer-copy {
	display: block;
}

.footer a:hover {
	opacity: .5;
}

.footer-col {
	margin-top: 1.5rem;
	margin-bottom: 3rem;
}

.footer li {
	list-style-type: none;
}

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

/* FOOTER SOCIAL LINKS */
.footer .social-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer .social {
	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 0;

	width: 4rem;
	height: 4rem;
	margin: 0 1rem;

	border-radius: 2rem;
	background-color: #FFF;
	color: #112331;
	position: relative;
}

.footer .social:hover {
	background-color: #B7A99A;
	color: #FFF;
	opacity: 1;
}

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

	position: relative;
	top: 1px;
}

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

.social-facebook.fb-group::after {
	content: 'GRUPP';
	display: block;
	position: absolute;
	width: 100%;
	color: #FFF;
	font-size: 1rem;
	bottom: -1rem;
	text-align: center;
}

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

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

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


.social-tiktok::before {
	content: '\e07b';
}

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

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


@media only screen and (max-width: 1024px) {
	.footer img {
		max-width: 28rem;
	}
}

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

	.footer p,
	.footer a {
		font-size: 1.8rem;
	}

	.footer .footer-subtitle {
		font-size: 2.5rem;
	}
}