/* Momentiliberi AB */

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
/* @import url("https://use.typekit.net/hgl2bwb.css"); */

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,600;1,400&display=swap');

/* ==========================================================================
    Generellt
========================================================================== */

*,
*::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%;
}

#aspnetForm {
	height: auto;
}


body {
	background-position: center center;
	overflow-x: hidden !important;
	font-family: Arial, sans-serif;
}

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

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


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

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

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

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


.section-block-wrapper::after {
	content: '';
	display: table;
	clear: both;
}
.width-1000 .section-block .section-block-wrapper {
	max-width: 100rem;
}
.width-1100 .section-block .section-block-wrapper {
	max-width: 110rem;
}

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

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

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

.display-none {
	display: none;
}

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

/* .primary-color {
	color: #6f4544;
} */

.primary-color {
	color: #b56043;
}

.text-white {
	color: #FFF;
}


.bg-black .section-block {
	background-color: #38352e;
}

.LayoutPage .bg-gray {
	background-color: #e2cfc6;
}

.bg-primary .section-block {
	background-color: #b56043;
}

.gradient-gray-black .section-block {
	background-image: linear-gradient(to bottom, #f2f2f2 50%, #38352e 50%);
}

.gradient-white-gray .section-block {
	background-image: linear-gradient(to bottom, #FFF 50%, #e2cfc6 50%);
}

.gradient-gray-white .section-block {
	background-image: linear-gradient(to bottom, #e2cfc6 50%, #FFF 50%);
}

.gradient-orange-white .section-block {
	background-image: linear-gradient(to bottom, #b56043 50%, #FFF 50%);
}

/* Speciella paddings */

.p-3 {
	padding: 3rem;
}


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

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

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

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

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

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

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

.LayoutPage .py-0 .section-block {
	padding-top: 0;
	padding-bottom: 0;
}

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

.description.pb-1-5 {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.description.p-0 {
	padding: 0;
}

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

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

.pb-0 {
	padding-bottom: 0;
}

.pb-2 {
	padding-bottom: 2rem;
}

.pb-4 {
	padding-bottom: 4rem;
}

.px-8 {
	padding-right: 8rem;
	padding-left: 8rem;
}

/* Margin */
.mt-1{
	margin-top: 1rem !important;
}

/* Ovriga klasser */

.align-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}


/* Knappar
========================================================================== */

.btn {
	max-width: 50rem;
	width: auto;
	padding: 1.4rem 3rem;
	border-radius: 4rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: .1em;
	line-height: 1em;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
}

.btn-link::after {
	display: inline-block;
	content: ' \2023';
	margin-left: 1rem;
	transition: all .4s ease;
}

.btn-link:hover::after {
	transform: translateX(1rem);
	transition: all .4s ease;
}

.btn-white {
	background-color: #FFF;
	border-color: #FFF;
	color: #38352e;
}
.btn-white:hover {
	background-color: transparent;
	border-color: #FFF;
	color: #38352e;
}

.btn-link,
.btn-link:hover {
	background-color: transparent;
	border-color: transparent;
	color: #38352e;
}

.btn-primary {
	background-color: #b56043;
	border-color: #b56043;
	color: #FFF;
}

.btn-primary:hover {
	background-color: #e38e64;
	border-color: #e38e64;
	color: #FFF;
}

.btn-secondary,
.btn-secondary:hover {
	background-color: #666;
	border-color: #666;
	color: #FFF;
}

.btn-wrapper {
	margin-top: 5rem;
}

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

/* Button with arrow */
.btn.arrow span {
	display: inline-block;
	transform: translateX(-8px);
	transition: all .3s ease;
}

.btn.arrow:hover span {
	transform: translateX(8px);
	transition: all .3s ease;
}

.btn.arrow::before,
.btn.arrow::after {
	position: relative;
	display: inline-block;
}

.btn.arrow::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	content: '\f0da';
	transform: translateX(-30px);
	opacity: 0;
	transition: all .5s ease;
}

.btn.arrow::after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	content: '\f0da';
	transform: translateX(8px);
	opacity: 1;
	transition: all .5s ease;
}

.btn.arrow:hover::before {
	transform: translateX(-8px);
	opacity: 1;
	transition: all .5s ease;

}

.btn.arrow:hover::after {
	transform: translateX(30px);
	opacity: 0;
	transition: all .5s ease;
}

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

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

/* Text och typsnitt
========================================================================== */
p {
	line-height: 1.8;
	font-size: 1.6rem;
	color: #333;
	/* font-family: inherit; */
	font-family: 'Bodoni Moda', serif;
	font-weight: 400;
	text-decoration: none;
}

a,
li {
	line-height: inherit;
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Bodoni Moda', serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1.3;
	color: #38352e;
	text-transform: normal;
	padding: 0 0 .5em;
}


h1 {
	font-size: 5rem;
	font-weight: 400;
}

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

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

h4 {
	font-size: 2.5rem;
}

.lead {
	font-size: 1.25em;
}

.text-label {
	font-family: acumin-pro, sans-serif;
	;
	font-weight: 600;
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding-bottom: 1em;
}

.center {
	text-align: center;
}

/* lilla "abc"-blocket */
.smalltext-type {
	max-width: none;
}

/* stora "ABC"-blocket */
.normaltext-type {
	max-width: 80rem;
	margin: 0 auto;
	text-align: center;
}

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

.text-bold {
	font-size: 1.7rem;
	font-weight: 800;
}

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

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

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

	h4 {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 550px) {
	h1 {
		font-size: 3rem;
	}

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

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

	h4 {
		font-size: 1.6rem;
	}
}

/* Bakgrundsbild / videos
========================================================================== */
.bg-image,
.bg-video {
    position: relative;
    overflow: hidden;
}

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

/* Video */
.bg-video-wrapper video {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%);
}

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

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

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

.split-wrapper {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	border: 1px solid #38352e;
}

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

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

.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: unset;
		left: unset;

		object-fit: cover;
		object-position: center;
		height: 100% !important;
		width: 100% !important;
	}
}

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

	.split-content {
		padding: 5rem;
	}

}

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

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

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

	.split-image {
		width: 100%;
	}

}

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

/* 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(0, 0, 0, .7);
}

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

.section-auto-modal .section-block-wrapper {
	padding: 4rem;
	border: 1px solid white;
}

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

.section-auto-modal .section-title,
.section-auto-modal .small-title,
.section-auto-modal p {
	color: #FFF;
}

/* Snö */
body:not(.EditMode) .section-auto-modal.bg-christmas .section-block {
	background: #590707;
}

.snowflakes-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .5;
	pointer-events: none;
}

.fa-snowflake {
	color: #fff !important;
	position: absolute;
	top: -20px;
	animation: fall linear forwards;
}

@keyframes fall {
	to {
		transform: translateY(110vh);
	}
}

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

	.section-auto-modal .section-block-wrapper {
		padding: 2rem;
	}

	.section-auto-modal .close-modal {
		top: .5rem;
		right: 1.5rem;
	}
}

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

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

}

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

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


.card-between {
	justify-content: space-between;
}

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

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

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

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

/* Card 3-6 */
.card-3-6 .card-item {
	position: relative;
	padding: 25% 0 0;
	border: 1px solid #38352e;
}

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

.card-3-6 .image-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(var(--black-color), .3);
	transition: .3s ease-in-out;
}

.card-3-6 .card-item:hover .image-wrapper::after {
	background: rgba(var(--black-color), .6);
}

.card-3-6 .card-body {
	z-index: 1;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.card-3-6 .card-item {
		padding: 50% 0 0;
	}
}

@media only screen and (max-width: 400px) {
	.card-3-6 .card-item {
		padding: 100% 0 0;
	}
}

/* Cards 14 */
.cards-14 {
	justify-content: space-between;
}

.cards-14 .card-item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 3rem;
	transition: all .3s ease;
	background-color: #FFF;
	border: 1px solid #38352e;
}

.cards-14 a.card-item:hover {
	text-decoration: none;
	background-color: #e2cfc6;
	transition: all .3s ease;
}

.cards-14 i {
	width: 5rem;
	font-size: 3rem;
	color: #b56043;
}

.cards-14 p {
	padding-bottom: 0;
	font-size: 1.4rem;
}

.cards-14 .contact-info {
	font-size: 1.6rem;
	font-weight: 400;
}

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

/* ==========================================================================
Header / Navigation
========================================================================== */

.top-header {
	position: relative;
	top: 0;
	z-index: 100;
	text-align: right;
	padding: 0 5rem;
	top: 0;
	left: 0;
	width: 100%;
	height: 4rem;
	background-color: #FFF;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.top-header-container {
	max-width: none;
	margin: 0 auto;
	padding: 0 1rem;
	border-bottom: 1px solid #cfcfcf;
}

.top-header a {
	line-height: 4rem;
	box-sizing: border-box;
	width: 100%;
	color: #555;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	max-width: 100%;
	text-decoration: none;
	align-items: right;
	margin: 0 1rem;
}

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

.top-header .fas {
	margin-right: 7px;
	color: #38352e;
}

/* För att dölja Hem i menyn  */
nav.mainmenu ul.TemplateMenu>li:first-child {
	display: none;
}


/* Header */

header {
	position: -webkit-sticky;
	position: sticky;
	background-color: #FFF;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	box-shadow: none;
	height: 8rem;
	border-bottom: 1px solid #38352e;
}

header .container {
	max-width: none;
	padding: 0 5rem 0 2rem;
	display: flex;
	justify-content: flex-end;
}

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

	header .container {
		padding: 0 2rem;
	}

}

/* HEADER LOGO w text*/

header .header-logo {
	width: 12rem;
	padding: 0 2rem 0 0;
	margin: 0 auto 0 0;
	line-height: 8rem;
	border-right: 1px solid #38352e;
	transition: all 500ms linear;
}

/* Menu */
nav.mainmenu ul.TemplateMenu>li {
	line-height: unset;
	height: unset;
	transition: all 300ms linear;
}

nav.mainmenu {
	width: auto;
}

nav.mainmenu a {
	font-family: 'Bodoni Moda', serif;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 8rem;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 0 1rem;
	transition: all 300ms linear;
}

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

nav.mainmenu li:hover a,
nav.mainmenu li.active a {
	color: #b56043 !important;
	text-decoration: none;
}

header .mobile-menu span {
	height: 2px;
	width: 100%;
	background: #38352e;
	border-radius: 0px;
	margin-bottom: 7px;
	display: none;
}

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

nav.mainmenu li:hover .nav-dropdown:after {
	text-decoration: none !important;
}

nav.mainmenu ul > li > ul {
	background-color: #FFF;
}

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

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

	nav.mainmenu a {
		letter-spacing: .5px;
		padding: 0 .5rem;
	}
}

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

	header {
		height: 6rem;
		width: 100vw !important;
		background-color: #FFF;
	}


	header .header-logo {
		width: 7rem;
		padding: 0;
		line-height: 6rem;
		float: left;
		left: 4rem;
	}


	/* Hamburgarmeny – Den är default svart, men för att ändra färg eller ikon använd koden nedan.*/
	.openmenu {
		width: 60px;
		height: 60px;
		left: 0;
		top: 0;
		padding: 20px 17px;
	}

	nav.mainmenu {
		text-align: left;
		box-shadow: none;
		width: 100vw;
	}

	nav.mainmenu .Padding {
		border-top: none !important;
	}

	nav.mainmenu li a {
		font-size: 1.6rem;
		border-bottom: none;
		margin: 2rem 0;
		color: #38352e !important;
		padding-left: 4rem;
		line-height: 5rem;
	}

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

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

	.openmenu {
		background-image: none;
	}

	.closemenu {
		background-image: none;
	}

	.closemenu::before,
	.closemenu::after {
		width: 24px;
		height: 2px;
		top: 12px;
		content: '';
		position: absolute;
		display: block;
		background-color: #38352e;
	}

	.closemenu::before {
		transform: rotate(45deg);
	}

	.closemenu::after {
		transform: rotate(-45deg);
	}

	header .mobile-menu span {
		display: block;
	}

}

/* CTA Button */

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

.cta-menu .btn {
	padding: 1rem 1.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: 1px solid #b56043;
	border-radius: 2rem;
	background-color: transparent;
	color: #b56043;
}

.btn-cta:hover {
	background-color: #b56043;
	border: 1px solid #b56043;
	color: #111;
	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;
}

.btn-social::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
}

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

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

.icon-map::before {
	content: '\f276';
}

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

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


@media only screen and (max-width: 824px) {
	.btn-menus a {
		margin-top: 1rem;
	}
}

@media only screen and (max-width: 980px) {
	.cta-menu {
		position: relative;
		right: 0;
		height: 6rem;
		line-height: 6rem;
	}

	.cta-menu .btn {
		font-size: 1.2rem;
		padding: .5rem 1rem;
	}

	.cta-menu .btn-cta {
		font-size: 0;
	}
}

/* ==========================================================================
Top-section
========================================================================== */
.LayoutPage .topsection {
	height: calc(90vh - 8rem);
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #b56043;
	/* border-bottom: 1px solid #38352e; */
}

.topsection::after {
	position: absolute;
	display: block;
	content: '';
	z-index: -1;
	width: 1px;
	height: 100%;
	background-color: #38352e;
	left: 50%;
	top: 0;
}

.LayoutPage .topsection .split-wrapper {
	justify-content: space-between;
}

.LayoutPage .topsection .split-content {
	padding: 5rem;
	align-content: center;
}

.LayoutPage .topsection .split-image {
	width: fit-content;
}

.LayoutPage .topsection .split-image video {
	height: 101%;
}

@media only screen and (max-width: 1000px) {
	.LayoutPage .topsection .split-content {
		width: 50%;
	}
}

@media only screen and (max-width: 750px) {
	.LayoutPage .topsection {
		height: fit-content;
	}

	.LayoutPage .topsection .section-block {
		padding: 3rem 2rem;
	}

	.LayoutPage .topsection .split-wrapper {
		background-color: transparent;
		border: none;
	}

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

	.LayoutPage .topsection .split-image video {
		width: 100%;
	}

	.LayoutPage .topsection .split-content {
		position: absolute;
		z-index: 3;
		padding: 3rem 2rem;
		bottom: 0;
	}

	.LayoutPage .topsection .split-content h1,
	.LayoutPage .topsection .split-content .lead {
		display: none;
	}

	.LayoutPage .topsection .split-content .btn-link {
		color: #fff;
	}
}

.hero-block {
	border: 1px solid #38352e;
	background-color: #FFF;
	max-width: 80rem;
	margin: 0 auto;
	padding: 4rem;
	text-align: center;
	margin-bottom: 15rem;
}

.hero-block h1 {
	max-width: 65rem;
	margin: 0 auto;
	font-weight: 400;
	color: #38352e;
	padding: 0;
	line-height: 1.1em;
}

.hero-block .lead {
	font-size: 1.6rem;
	color: #333;
	max-width: 65ch;
	margin: 3rem auto 0;
}

@media only screen and (max-width: 1440px) {
	.topsection .section-block {
		padding: 11rem 5rem;
	}
}

@media only screen and (max-width: 900px) {
	.hero-block {
		padding: 2rem;
	}
}

@media only screen and (max-width: 700px) {
	.topsection .section-block {
		padding: 5rem 2rem;
	}
}

/* Meny cardsen
========================================================================== */
.meny-wrapper {
	/* margin-top: -20rem; */
	z-index: 8;
    position: relative;
}

.meny-wrapper .card-item:last-child:after {
	background-color: rgba(var(--black-color), .3);
}

.EditMode .meny-wrapper {
	margin-top: 5rem;
}

@media only screen and (max-width: 900px) {
	.hero-block {
		padding: 2rem;
	}

	.meny-wrapper.cards-wrapper.w-25 .card-item {
		width: 50%;
		margin: 0;
	}
}

@media only screen and (max-width: 580px) {
	.meny-wrapper.cards-wrapper.w-25 .card-item {
		width: 100%;
	}
}

/* 
@media only screen and (max-width: 700px) {
	.meny-wrapper {
		margin-top: -12rem;
	}
} */

/* Meny
========================================================================== */
.LayoutPage .menu-section .section-block {
	padding-top: 0;
}



.menu-section .col-wrapper {
	position: relative;
	z-index: 1;
	background-color: #fff;
	border: 10px solid #e38e64;
	position: relative;
	padding: 3rem 5rem 7rem;
	top: -10rem;
	margin-bottom: -10rem;
}

.tabs-wrapper {
	position: -webkit-sticky;
	position: sticky;
	top: 8rem;
	overflow: hidden;
}

.tabs-list {
	margin: 0 0 5rem;
	padding: 2rem 0;
	list-style: none;
	display: flex;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #38352e;
	overflow: auto;
}

.tab {
	margin: 0 1rem 0 0;
	padding: 1rem 1.5rem .8rem;
	color: #38352e;
	position: relative;
	font-weight: 400;
	display: inline-block;
	font-family: 'Bodoni Moda', serif;
	text-transform: uppercase;
	letter-spacing: .1rem;
	font-size: 1.6rem;
	line-height: 1;
	border: 1px solid #b56043;
	border-radius: 2rem;
	white-space: nowrap;
}

.tab:hover {
	background-color: #e2cfc6;
}

.tabs-list li.active .tab {
	color: #FFF;
	background-color: #b56043;
}

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

.tab_content:not(:last-child) {
	margin-bottom: 10rem;
}

.tab_header {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}

.tab_footer {
	width: 100%;
	border-top: 1px solid #e6e6e6;
	padding: 2rem 0 0;
}

.tab_drawer_heading {
	display: none;
}

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

.title-column-2 {
	display: flex;
	margin-bottom: 2rem;
}

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

.menu-wrapper>* {
	width: calc(50% - 3rem);
}

.menu-wrapper.w-100>* {
	width: 100%;
}
.menu-wrapper.w-80>* {
	width: 80%;
}

.menu-item {
	display: flex;
	flex-direction: column;
	padding-bottom: 4rem;
}

.menu-item-small-title {
	padding-bottom: 1rem;
}

.item-title {
	font-family: 'Bodoni Moda', serif;
	;
	font-weight: 700;
	font-size: 1.8rem;
	color: #38352e;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 5px;
	padding-bottom: .5rem;
	line-height: 1.1;
	text-align: left;
}

.item-title-bigger {
	font-family: 'Bodoni Moda', serif;
	;
	font-weight: 700;
	font-size: 1.8rem;
	color: #38352e;
	padding-top: 2.5rem;
	margin-bottom: 10px;
	margin-top: 1rem;
	padding-bottom: .5rem;
	line-height: 1.1;
	text-align: left;
}


.item-small-title {
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.1;
	color: #38352e;
	font-size: 2.3rem;
	padding-bottom: 0;
}

.menu-item .price {
	float: right;
	font-weight: 400;
}

.menu-item .description {
	font-size: 1.6rem;
	color: #333;
	/* text-transform: uppercase; */
}

.menu-item .subdescription {
	opacity: 0.7;
	font-style: italic;
	line-height: 1;
}

/* NYÅRSSUPLE - VINTIPS */
.vintips {
	padding-top: 3rem;
}

.vintips .menu-wrapper {
	padding-top: 2rem;
}

@media only screen and (max-width: 980px) {
	.tabs-wrapper {
		top: 6rem;
	}
}

@media only screen and (max-width: 768px) {
	.menu-section .section-block {
		padding: 0 1.5rem 5rem;
	}

	.menu-section .col-wrapper {
		padding: 0 2rem 2rem;
	}

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

	.tabs-wrapper {
		margin: 0 -2rem;
	}

	.tabs-list {
		padding: 1rem 2rem;
	}
}

@media only screen and (max-width:750px) {
	.menu-wrapper>* {
		width: 100%;
	}
}
@media only screen and (max-width:480px) {
.menu-item .description{
	text-align: center !important;
}

}
/* Sektion Instagram
========================================================================== */
.insta-widget {
	background-color: #FFF;
	border: 1px solid #38352e;
	padding: 3rem;
	margin-top: 2rem;
}

@media only screen and (max-width: 1200px) {
	.insta-widget {
		padding: 2rem;
	}
}

/* Sektion Boka
========================================================================== */

.booking-wrapper {
	border: 1px solid #38352e;
}

.booking-wrapper .text-wrapper {
	border-bottom: 1px solid #38352e;
	text-align: center;
	padding: 3rem;
}

@media only screen and (max-width: 1200px) {
	.booking-wrapper .text-wrapper {
		padding: 2rem;
	}
}


/* Sektion Oppettider
========================================================================== */

.opening-hours {
	border: 1px solid #38352e;
	padding: 3rem;
	margin-bottom: 5rem;
}

.opening-hours .title-wrapper {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #38352e;
	margin-bottom: 3rem;
}

.opening-hours .cards-wrapper {
	margin: 0 -3rem;
}

.opening-hours .card-item {
	border: none;
	padding: 0 0 0 8rem;
	align-self: flex-start;
}

@media only screen and (max-width: 1200px) {
	.opening-hours {
		padding: 2rem;
	}

	.opening-hours .cards-wrapper {
		margin: 0 -2rem;
	}

	.opening-hours .card-item {
		padding: 0 0 0 7rem;
	}

	.opening-hours .title-wrapper {
		margin-bottom: 2rem;
	}

}

@media only screen and (max-width: 1000px) {
	.opening-hours .cards-wrapper {
		margin: 0;
	}

	.opening-hours .card-item {
		padding: 0;
	}
}

/* Sektion Kontakt
========================================================================== */
.LayoutPage .cta-section .section-block {
	padding-top: 0;
	padding-bottom: 0;
	z-index: 1;
	position: relative;
	background-image: linear-gradient(to bottom, #FFF 50%, #e2cfc6 50%);
}

@media only screen and (max-width:900px) {
	.cta-section .section-block {
		background-image: linear-gradient(to bottom, #FFF 20%, #e2cfc6 20%);
	}
}



/* Vinprovning
========================================================================== */
/* Taggar */
.tags-heading {
	display: none;
}

.tag {
	display: inline-block;
	padding: 0.7rem 1.5rem;
	border-radius: 0.8rem 0.8rem 0 0;
	background: rgb(var(--primary-light-color));
	cursor: pointer;
	transition: .5s ease;
}

.tag:hover,
.tag.tag-picked {
	color: rgb(var(--white-color));
	background: rgb(var(--primary-color));
}

/* Content */
.list-styled {
	max-width: 120rem;
	padding: 5rem 2rem;
	margin: 0 auto;
	list-style: none;
}

.list-styled li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 0.5rem 0;
	margin: 0.5rem 0;
	border-bottom: 1px dotted rgb(var(--gray-dark-color));
}

.list-styled p {
	padding: 0;
}

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

	/* Taggar */
	.tags-wrapper {
		position: relative;
		max-width: 25rem;
		background: rgb(var(--primary-light-color));
		cursor: pointer;
	}

	.tags-heading {
		display: block;
		width: 100%;
		padding: 1rem 2rem;
	}

	.tags-heading p {
		display: flex;
		justify-content: space-between;
		padding-bottom: 0;
		color: rgb(var(--black-color));
	}

	.tags-heading i {
		margin-left: 2rem;
	}

	.tags-list {
		display: none;
		z-index: 1;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		text-align: left;
		background: white;
		box-shadow: 1px 1px 10px black;
	}

	.tags-wrapper.opened .tags-list {
		display: block;
	}

	.tags-wrapper .tag {
		display: block;
		padding: 1rem 2rem;
		margin: 0;
		letter-spacing: normal;
		text-transform: initial;
		box-shadow: none;
		border-radius: 0;
	}
}

.heading-menue {
	font-family: 'Bodoni Moda', serif;
	font-weight: 400;
	font-size: 3rem;
}

.sub-heading-menue {
	font-family: 'Bodoni Moda', serif;
	font-weight: 400;
	font-size: 2rem;
}

.ul-flex {
	display: flex !important;
	border: 1px solid #38352e;
}

.calendar-img {
	max-height: 70rem;
}

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


/* ==========================================================================
Större sällskap
========================================================================== */
@media only screen and (max-width: 580px) {
	.px-8 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}



/* ==========================================================================
Undersidor: Generellt 
========================================================================== */

.SubPage .top-section {
	display: none;
}

.SubPage .hero .section-block-wrapper {
	max-width: 120rem;
}

.SubPage .hero .section-block {
	background-color: #b56043;
	border-bottom: 1px solid #38352e;
	padding: 10vw 2rem 15rem;
	display: flex;
	align-items: center;
}

.SubPage h1 {
	padding: 0;
}

.sub-about .hero .section-block {
	padding: 10vw 2rem;
}


.meny-box {
	margin: 0 !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}

.section-menu p {
	text-align: center !important;
}

.section-menu .cards-14 .card-item {
	padding: 1rem;
	border: 3px solid rgb(181, 96, 67);
}

.section-menu .cards-14 .card-item:hover {
	transform: scale(105%);
	background: transparent;
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	z-index: 1;
	position: relative;
	padding: 0;
	color: #333;
	background-color: #e2cfc6;
}

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

.footer-bottom {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #38352e;
	margin: 0 auto 2rem;
	width: 100%;
	padding: 2rem 0;
}

.footer-bottom p {
	font-size: 1.2rem;
	text-align: left;
	color: inherit;
}

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

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

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

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



/* Innehåll */
.tab-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tab-col {
    width: calc((100% / 1) - 2rem);
	max-width: 70rem;
	margin: auto;
  }

  .tab-item {
    display: flex;
    flex-direction: column;
	padding-top: 1.5rem;

  }

  .tab-item .small-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    letter-spacing: .2rem;
    line-height: 1.1;
    text-transform: uppercase;
  
  }

  .tab-item .price {
    padding-left: 1rem;
  }

  .tab-item .description {
    font-size: 1.4rem;
    color: #555;
	text-align: left !important;
	border-bottom: 1px dotted #e6e6e6;
  }

  @media only screen and (max-width:980px) {
    /* Tabbval */
    .tabs-wrapper {
      position: relative;
      max-width: 25rem;
      padding: 1rem 2rem;
      background: rgb(var(--primary-color));
      cursor: pointer;
    }

    .tabs-heading {
      display: block;
    }

    .tabs-heading p {
      display: flex;
      justify-content: space-between;
      padding-bottom: 0;
      color: #FFF;
    }

    .tabs-heading i {
      margin-left:2rem;
    }

    .tabs-list {
      display: none;
      z-index: 1;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      text-align: left;
      background: #FFF;
      box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    }

    .tabs-wrapper.opened .tabs-list {
      display: block;
    }

    .tab {
      display: block;
      padding: 1.5rem 1rem;
      letter-spacing: normal;
      text-transform: initial;
    }
  }

  @media only screen and (max-width:750px) {
  	/* Innehåll */
    .tab-col {
      width: 100%;
    }
  }

  @media only screen and (max-width:480px) {
    .tab-container {
      padding: 5rem 3rem;
    }
    
    /* Tabbval */
    .tabs-wrapper {
      max-width: 100%;
    }
    
    /* Innehåll */
    .tab-item .small-title {
      font-size: 1.5rem;
    }

    .tab-item .description {
      font-size: 1.3rem;
    }
  }


/* teststartsida */
.start-test header .header-logo,
.start-test .topsection,
.start-test .hero-block,
.start-test .insta-widget,
.start-test .cards-14 .card-item {
	border: none;
}

.start-test header {
	border-bottom: 1px solid rgb(240, 240, 240);
}

.start-test .topsection::after {
    position: static;
}

.start-test .insta-widget,
.start-test .booking-wrapper,
.start-test .opening-hours,
.start-test .cards-14 .card-item {
	box-shadow: 1px 1px 10px rgb(125, 125, 125, 0.1);
	background-color: #fff;
	border: none;
}

.start-test .opening-hours .title-wrapper {
    border-bottom: 1px solid #b0b0b0;
}

.LayoutPage .bg-gray-light {
	background-color: rgb(249, 249, 249);
}

.start-test .cta-section .section-block {
	background-image: linear-gradient(to bottom, #F9f9f9 50%, #e2cfc6 50%);
}
