/* Babas facelift */

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Bree+Serif&display=swap');
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');


@font-face {
	font-family: 'introinline';
	src: url('fonts/intro_inline-webfont.woff2') format('woff2'),
		url('fonts/intro_inline-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

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

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

body,
body.isMobile .body-background {
	-webkit-font-smoothing: antialiased;
	background-size: cover;
	background-position: 35% 50% !important;
	font-family: 'Roboto Condensed', sans-serif;
}

html {
	font-size: 62.5%;
}

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

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

.container {
	max-width: 100%;
}

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

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

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

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

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

/* Paddings */
.p-0 {
	padding: 0;
}

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

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

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

.news .section-block {
	padding-top: 0;
}

.pt-10 {
	padding-top: 10rem !important;

}

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

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

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

/* Layouts */
.LayoutPage .layout-12 .col-1 {
	padding-right: 2%;
}

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

/* Ovriga klasser */
.full-height {
	min-height: 100vh;
}

.display-flex {
	display: flex;
}

.space-around {
	justify-content: space-around;
}

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

@media only screen and (max-width: 1400px) {
	.LayoutPage {
		margin-top: -3rem;
	}
}

@media only screen and (max-width: 1024px) {
	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
		padding: 11rem 3rem;
	}
}

@media only screen and (max-width: 580px) {
	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
		padding: 6rem 2rem;
	}
}

/* Video background */
.fullscreen-bg-video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}

.fullscreen-bg-video 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%);
}

.bg-mobile {
	display: none;
}

.isMobile .bg-mobile {
	display: block;
}

/* .fullscreen-bg-video iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 120%;
	min-height: 120%;
	border: none;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
} */


/* Text och typsnitt
========================================================================== */
p,
li,
a {
	color: #252525;
	font-family: inherit;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	font-size: 1.7rem;
	line-height: 1.7;
	letter-spacing: .05em;
}

.ul-center {
	display: inline-block !important;
	text-align: left !important;
}

.EditMode a {
	font-size: 1.5rem;
	letter-spacing: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	color: #222;
}

h1,
h2,
h3,
.section-title {
	letter-spacing: normal;
	font-family: 'Bree Serif', serif;
}

h1 {
	font-style: normal;
	font-weight: 400;
	font-size: 4.5rem;
	line-height: 1.2;
}

h2 {
	font-style: normal;
	padding-bottom: 3rem;
	text-align: left;
	font-weight: 400;
	font-size: 6rem;
	line-height: 1.4;
	text-transform: uppercase;
}

h3,
.section-title {
	font-style: normal;
	padding-bottom: 4rem;
	text-align: left;
	font-size: 6rem;
	line-height: 1.2;
	text-transform: none;
	font-weight: 400;
	text-transform: uppercase;
}

h4 {
	font-size: 2.8rem;
	text-transform: none;
	line-height: 1.4;
	letter-spacing: 0;
	font-weight: 400;
	padding-bottom: 1rem;
}

.section-title.pb-1 {
	padding-bottom: 1rem;
}

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

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

/* Ovriga klasser */
.text-block-center {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
}

.block {
	display: block;
}

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

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

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

	h3,
	.section-title {
		font-size: 5rem;
	}
}

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

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

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

.introline {
	font-family: 'introinline';
}

.logo-text {
	font-family: 'introinline';
	text-transform: uppercase;
}

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

.italic {
	font-style: italic;
}

.ingress {
	font-weight: 600;
}

.uppercase {
	text-transform: uppercase;
}

.link-styled {
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: .4rem;
	font-size: 1.45rem;
	text-align: left;
	text-shadow: none;
	font-family: inherit;
	font-weight: 600;
	font-style: normal;
}

.text-label {
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: .4rem;
	font-size: 1.5rem;
	text-align: left;
	padding-bottom: 2.5rem;
	text-shadow: none;
	font-weight: 600;
	font-style: normal;
}

.ingress-title {
	text-align: left;
	font-weight: 800;
	text-align: left;
	max-width: 100rem;
	font-size: 6rem;
	font-weight: 600;
	line-height: 1.1;
}

.small-title {
	max-width: 80rem;
	padding-bottom: 1rem;
	text-transform: none;
	font-size: 3rem;
	letter-spacing: normal;
	line-height: 1.4;
	font-weight: 600;
}

.f-3 {
	font-size: 3rem !important;
}

.f-2 {
	font-size: 2rem !important;
}

/* textblock i CMS */
.smalltext-type {
	max-width: none;
}

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

/* Ovriga klasser */
.text-center {
	text-align: center;
	margin: auto;
}

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

.list-pills li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.5rem 2rem 0.5rem 0.5rem;
	margin: .5rem;
	font-size: 1.5rem;
	border-radius: 4rem;
	color: rgb(var(--black-color));
	background: #63BAAB;
}

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

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

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

/* Knappar & speciella länkar
========================================================================== */
.btn,
.ContactSubmit {
	min-width: 22rem;
	width: auto; 
	box-sizing: border-box;
	padding: 1.5rem;
	margin: 5px;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: 4px; 
	line-height: 1em;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	color: #fff !important;
	display: block;
	border: 2px solid #333;
	font-family: 'Bree Serif', serif;
	cursor: pointer;
}

.btn-primary,
.ContactSubmit {
	background-color: #46bbbd;
	border: 2px solid #46bbbd;
}

.btn-secondary {
	background-color: #63BAAB;
	border: 2px solid #63BAAB;
}

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

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

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

.btn-wrapper-p1 {
	padding-top: 1rem !important;
	padding-bottom: 2rem;
}

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

.btn-25 {
	max-width: 25rem !important;

}

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

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

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

/* knapp med cirkel */

.btn-wrapper a {
	color: #222;
}

.btn-wrapper a:hover {
	color: #fff;
}

.button {
	text-decoration: none;
	display: inline-block;
	font-weight: 400;
}

.button,
.button::before,
.button::after {
	transition: all .3s ease;
}

.button:hover {
	text-decoration: none;
}

.button-circle {
	position: relative;
	margin: auto;
	padding: 1rem 3.5rem;
	transition: all 0.2s ease;
}

.button-circle::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 3rem;
	background: #ffad4e;
	width: 4.6rem;
	height: 4.6rem;
	transition: all 0.3s ease;
}

.button-span {
	position: relative;
	font-size: 1.4rem;
	line-height: 1.8;
	font-weight: 700;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	transition: all .3s ease;
}

.button-span::after {
	content: '\2192';
	margin-left: .5em;
	transition: all .3s ease;
}

.button:hover .button-span::after {
	margin-left: 1em;
	transition: all .3s ease;
}

.button-circle:hover::before {
	width: 100%;
	background: #040713;
}

.button-circle:active {
	transform: scale(0.96);
}

/* Färger
========================================================================== */
.LayoutPage .bg-primary {
	background-color: #46bbbd !important;
}

.LayoutPage .bg-secondary {
	background-color: #346967 !important;
}

.LayoutPage .bg-dark {
	background-color: #333 !important;
}

.LayoutPage .bg-dark-transparency {
	background-color: rgba(0, 0, 0, 0.86);
}

/* Text */
.color-primary {
	color: #46bbbd !important;
}

.color-secondary {
	color: #346967 !important;
}

.color-black {
	color: black !important;
	font-weight: 800 !important;
}

.LayoutPage .bg-secondary .split-content *,
.LayoutPage .bg-dark-transparency *,
.LayoutPage .bg-dark *,
.LayoutPage .bg-primary *,
.LayoutPage .white-text *,
.text-white {
	color: #fff;
}

/* Gör img tag till bakgrundsbild
========================================================================== */
.LayoutPage .image-wrapper {
	position: relative;
	overflow: hidden;
}

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

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

/* Bakgrundsvideo
========================================================================== */
.LayoutPage .bg-video {
	position: relative;
	background-color: transparent;
	overflow: hidden;
}

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

/* Bakgrunder
========================================================================== */
.bg-concrete {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url('/assets/images/backgrounds/babas-background-concrete.jpg');
}

.bg-blue-pattern {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('/assets/images/backgrounds/babas-background-blue-pattern.jpg');
}

.bg-blue-pattern-small {
	background-image: url('/assets/images/backgrounds/babas-background-blue-pattern-small.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

@media only screen and (hover:none) {

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

	.parallax .section-block {
		background-position: center bottom;
	}
}

/* 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-content {
	width: 50%;
	padding: 9rem 8rem;
	text-align: left;
	align-self: center;
}

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

.split-content-left *:not(.btn) {
	text-align: left !important;
}

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

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

.no-padding-right .split-content {
	padding-right: 0;
}

.no-padding-left .split-content {
	padding-left: 0;
}

@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: 1300px) {
	.split-content {
		padding: 7rem 4rem;
	}
}

@media screen and (max-width: 1000px) {
	.split-wrapper {
		display: block;
	}

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

	.LayoutPage .split-content {
		width: 100% !important;
		padding: 0 0 6rem 0rem;
	}

	.LayoutPage .split-wrapper.bg-secondary .split-content {
		padding: 6rem 5rem;
	}

	.split-image {
		width: 100% !important;
		max-height: 50rem;
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	.LayoutPage .split-wrapper.bg-secondary .split-content {
		padding: 6rem 2rem;
	}
}

@media screen and (max-width: 500px) {
	.LayoutPage .split-wrapper.bg-secondary .split-content {
		padding: 4rem 2rem;
	}

	.LayoutPage .split-content {
		width: 100% !important;
		padding: 0 0 4rem 0;
	}
}

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

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

/* Knappar */
.popup-button {
	position: relative;
	appearance: none;
	width: 5rem;
	height: 5rem;
	background: rgb(100, 198, 194);
	border-radius: 50%;
	box-shadow: 0 0 3rem rgba(0, 0, 0, .2);
	border: none;
	cursor: pointer;
}

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

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

/* Innehall */
.popup-window {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	right: 0;
	bottom: 6rem;
	width: 410px;
	max-width: calc(100% - 2rem);
	max-height: calc(100vh - 12rem);
	margin: 0 2rem;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 0 0 3rem rgba(0, 0, 0, .3);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/assets/images/backgrounds/babas-background-blue-pattern.jpg);
	transition: opacity .3s ease, bottom .3s ease;
	overflow: hidden;
}

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

.popup-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem 1rem 2rem;
	border-bottom: 1px solid #FFF;
}

.popup-header .text-title {
	padding: 0;
	font-size: 1.5rem;
	line-height: 1;
	color: #FFF;
}

.icon-close-popup {
	appearance: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	background-color: transparent;
	border: none;
	border-radius: 50%;
	font-size: 1.6rem;
	color: #FFF;
	cursor: pointer;
}

.icon-close-popup:hover {
	background-color: #46bbbd;
}

.popup-content {
	padding: 1rem 2rem 3rem;
	max-height: calc(100vh - 12rem);
	overflow: auto;
}

.popup-content p {
	font-size: 1.6rem;
	color: #FFF;
}

.popup-content .image-wrapper {
	position: relative;
	display: block;
}

.popup-content .image-notis {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 1rem;
    padding: 5px 10px;
    font-size: 1.4rem;
    font-weight: 800;
    border-radius: 0 3px 3px 0;
    background: rgb(100, 198, 194);
	transition: .2s ease;
}

.popup-content .image-wrapper:hover .image-notis {
	background-color: #222;
}

.popup-content img {
	width: 100%;
	margin-top: 1rem;
}  

@media only screen and (max-width: 680px) {
	.popup-wrapper {
		bottom: 1.5rem;
		right: 1.5rem;
	}

	/* Knappar */
	.popup-button {
		width: 3.5rem;
		height: 3.5rem;
	}

	.popup-button i {
		font-size: 2rem;
	}

	/* Innehall */ 
	.popup-window,
	.popup-wrapper.opened .popup-window {
		bottom: 6rem;
		margin: 0 1rem;
	}

	.popup-window,
	.popup-content {
		max-height: calc(100vh - 24rem);
	}
}

/* Modal som öppnas automatiskt
========================================================================== */
body:not(.EditMode) .section-auto-modal {
	display: none;
	z-index: 100 !important;
	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: 65rem;
	text-align: center;
	max-height: 75vh;
	padding: 2rem;
	border-radius: 0;
	overflow: auto;
	background: rgb(100, 198, 194);
	transform: translate(-50%, -50%);
	border-radius: 2rem;
}

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

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

/* Header / Navigation
========================================================================== */
header {
	height: auto;
	margin-top: 0;
	box-shadow: none;
	background-color: transparent;
	-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 {
	background-color: #000;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
}

header .container {
	display: flex;
	align-items: center;
	padding: 0 5rem;
	max-width: 160rem;
	width: 100%;
}

/* Logo */
header .header-logo {
	z-index: 20;
	width: 21rem;
	padding: 0;
	position: relative;
}

/* navigering */
nav.mainmenu {
	text-align: right;
	width: auto;
	margin: 0 0 0 auto;
}

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

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

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 {
	color: initial;
}

nav.mainmenu li:hover>a,
nav.mainmenu li.active>a,
header.scrolled nav.mainmenu .fab {
	color: #46bbbd !important;
}

.expandable:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f107';
	text-decoration: none;
	display: inline-block;
	color: #46bbbd;
	margin-left: 1rem;
}

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

/* Dropdown menu */
nav.mainmenu ul>li>ul {
	top: 72px;
	left: unset;
	right: 0;
	width: 25rem;
	max-height: 60rem;
	overflow-y: auto;
	background-color: #000;
	border-top: 1px solid rgba(101, 101, 101, 0.78);
}

nav.mainmenu .expandable-li:hover ul>li>a {
	color: #FFF;
	text-decoration: none;
	font-weight: 400;
}

.expandable-li ul li a {
	line-height: 60px;
}

nav.mainmenu ul>li>ul>li:hover a {
	color: #46bbbd !important;
	text-decoration: none;
}

nav.mainmenu ul>li>ul>li>a {
	padding: 3px 30px 0 30px;
	letter-spacing: normal;
}

/* Dropdown-pil */
.expandable-li ul li:hover .dropdown-link::after {
	color: #46bbbd;
	margin-left: 1.5rem;
	transition: all .3s ease;
}

/* Stäng menyn */
header .close-menu {
	display: none;
}

/* CTA  */
.header-cta-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-cta-wrapper .btn {
	min-width: unset;
	padding: 1rem 1.2rem;
}

/* Dropdown */
.dropdown-menu {
	position: relative;
	z-index: 20;
	line-height: 7.2rem;
}

.dropdown-menu .btn {
	position: relative;
	z-index: 22;
	letter-spacing: 1px;
}

.dropdown-menu .btn:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f107';
	text-decoration: none;
	display: inline-block;
	margin-left: 5px;
	transition: all .2s ease;
}

.dropdown-menu .btn.active-btn:after {
	transform: rotate(180deg);
	transition: all .2s ease;
}

.dropdown-wrapper {
	position: absolute;
	z-index: 21;
	left: 0;
	top: 2rem;
	width: 100%;
	background-color: #000;
	border-radius: 0 0 5px 5px;
	padding: 3rem 0 1rem;
}

.dropdown-menu-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dropdown-menu-list li a {
	color: #FFF;
	display: block;
	padding: 5px 1.2rem;
	font-family: inherit;
	font-style: normal;
	font-weight: 400;
	font-size: 1.3rem;
	text-transform: uppercase;
}

.dropdown-menu-list li a:hover {
	color: #46bbbd;
}

.dropdown-overlay {
	position: fixed;
	display: none;
	z-index: 19;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

/* mobile visibility */
body:not(.isMobile) .mobile-visibility {
	display: none;
}

@media screen and (max-height: 700px) {
	.dropdown-wrapper {
		height: 30rem;
		overflow: auto;
	}
}

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


@media only screen and (max-width: 1400px) {
	header .container {
		padding: 0 4rem;
	}

	/* Hamburger */
	.hamburger {
		z-index: 20;
	}

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

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

	/* Stäng menyn */
	header .close-menu:before,
	header .close-menu:after {
		position: absolute;
		left: 15px;
		content: ' ';
		height: 33px;
		width: 3px;
		background-color: #333;
	}

	header .close-menu:before {
		transform: rotate(45deg);
	}

	header .close-menu:after {
		transform: rotate(-45deg);
	}

	/* Navigation */
	nav.mainmenu {
		text-align: left;
		display: none;
		position: fixed;
		height: 100%;
		right: 0;
		width: 45rem;
		background-color: rgba(0, 0, 0, 0.95);
		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;
		opacity: 1;
		color: #fff !important;
		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.75);
		z-index: 7;
	}

	/* Dropdown */
	.expandable {
		width: calc(100% - 6rem);
	}

	.expandable:after {
		display: none;
	}

	.dropdown-arrow {
		display: flex;
		align-items: center;
		top: 0;
		right: 0;
		width: 6rem;
		height: 60px;
	}

	.dropdown-arrow:after {
		font-family: 'Font Awesome 5 Pro';
		font-weight: 700;
		content: '\f107';
		text-decoration: none;
		display: inline-block;
		color: #46bbbd;
		margin-left: 1rem;
	}

	nav.mainmenu li.level-open {
		background: transparent;
	}

	nav.mainmenu ul>li>ul {
		top: 0;
		width: auto !important;
		margin-bottom: 4rem;
		background-color: #000 !important;
		border: none;
	}

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

	nav.mainmenu ul>li>ul>li>a {
		width: auto;
		padding: 0 0 0 6rem;
		font-size: 1.5rem;
		color: #FFF !important;
	}

	nav.mainmenu ul>li>ul>li>a,
	nav.mainmenu ul>li>ul>li {
		height: 5rem;
		width: 100%;
		letter-spacing: normal !important;
	}

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

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

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

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

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

	/* CTA  */
	.header-cta-wrapper {
		margin: 0 1rem 0 auto;
	}
}

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

@media only screen and (max-width: 980px) {
	nav.mainmenu {
		left: auto;
		right: 0;
		width: 70%;
	}
}


@media only screen and (max-width: 580px) {
	/* header {
		height: 7.2rem;
	} */

	.cta-menu {
		display: none;
	}

	nav.mainmenu {
		width: 100%;
	}

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

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

/* Top-section
========================================================================== */
.top-section {
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.1) 100%);
}

.page-title-wrap h1 {
	font-size: 1.5rem;
	opacity: 0;
	padding: 0;
}

/* Sektion: BABAS HIGHTLIGHTS
========================================================================== */
.highlights .normaltext-type {
	padding-bottom: 4rem;
}

.highlights .normaltext-type p a {
	text-decoration: underline;
}

.highlights-hamburger {
	position: relative;
	min-height: 40rem !important;
	margin: 0 1rem;
}

.highlights-hamburger-title {
	text-align: center;
	z-index: 3;
	position: relative;
	color: #fff;
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: -3px 3px 1px rgb(0 0 0 / 70%);
	padding-top: 3rem;
}

.highlights-hamburger::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 1030px) {
	.highlights-hamburger {
		margin: 0 1rem;
	}
}

@media only screen and (max-width: 768px) {
	.highlights-hamburger {
		min-height: 33rem !important;
	}
}

/* Slick Settings */
.slick-prev,
.slick-next {
	z-index: 2;
	background-color: #46bbbd;
	box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
}

.slick-prev,
.slick-next {
	width: 4rem;
	height: 4rem;
	border: 1px solid #46bbbd;
	background-color: #46bbbd;
	border-radius: 0;
}

.slick-prev:hover,
.slick-next:hover {
	border: 1px solid #46bbbd;
	background-color: #46bbbd;
}

.slick-prev:focus,
.slick-next:focus {
	border: 1px solid #46bbbd;
	background-color: #46bbbd;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: .5;
}

.slick-prev:before,
.slick-next:before {
	color: #fff;
	font-family: 'Font Awesome 5 Pro';

}

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

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

.slick-dots li button:before {
	color: #005677 !important;
}

.slick-next {
	right: auto;
	right: 3rem;
	top: auto;
	bottom: -8rem;
}

.slick-prev {
	right: 8rem;
	top: auto;
	bottom: -8rem;
	left: auto;
}


@media only screen and (max-width: 600px) {
	.LayoutPage .slider-section .section-block {
		padding-bottom: 10rem;
	}

	.slick-prev {
		left: 1rem;
	}

	.slick-next {
		right: 1rem;
	}

}

/* Sektion: Beställ nu
========================================================================== */
.app-wrapper {
	font-size: 0;
	max-width: 27rem;
	padding: .5rem 0 1rem;
	margin: 0 auto;
}

.app-wrapper a {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 2%;
}

.order .order-food-logos {
	padding-top: 1rem;
}

@media only screen and (max-width:600px) {
	.order .order-food-logos {
		justify-content: center;
		max-width: 100%;
	}

	.order .order-food-logos a {
		width: 23%;
		max-width: 8rem;
		margin: 1%;
	}
}

/* Sektion: Bli en del av BABAS-familjen
========================================================================== */
.work-here .split-content {
	display: inline-block;
}

.work-here .logo-text {
	display: block;
}

@media only screen and (max-width: 1480px) {
	.work-here .section-title {
		font-size: 5.5rem;
	}
}

@media only screen and (max-width: 1050px) {
	.work-here .section-title {
		font-size: 5rem;
	}
}

@media only screen and (max-width: 600px) {
	.work-here .section-title {
		font-size: 3.5rem;
	}
}

@media only screen and (max-width: 420px) {
	.work-here .section-title {
		font-size: 3rem;
	}
}

/* Sektion: nyheter
========================================================================== */
.news-item {
	padding: 2rem;
	margin: 0 1rem;
}

.news-text {
	padding: 3rem;
	background-color: #346967;
}

.news-title {
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 0;
	color: #fff;
	font-size: 3rem;
}

.news-image {
	height: 35rem;
}

@media screen and (max-width: 600px) {
	.news-image {
		height: 25rem;
	}
}

/* Sektion: Spotify
========================================================================== */
.spotify {
	background-image: url('/assets/images/backgrounds/spotify-background.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.spotify .section-block {
	background-color: rgba(0, 0, 0, 0.4);
}

.spotify .section-block-wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.spotify .col-0 {
	max-width: 50rem;
	align-self: flex-end;
}

.spotify iframe {
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 768px) {
	.spotify .section-block-wrapper {
		justify-content: center;
	}

	.spotify .section-block {
		background-color: rgba(0, 0, 0, 0.6);
	}
}

/* Sektion: Instagram
========================================================================== */
.instagram .section-block-wrapper {
	max-width: none;
	overflow: hidden;
}

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

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

/* =======================================================================
Undersidor: Generellt
========================================================================== */
.SubPage {
	margin-top: 7.2rem;
}

.SubPage header {
	background-color: #000;
}

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


.normaltext-type p a:hover {
	text-decoration: underline;
}


/* Sektion: sektion med bild och text som inte har split-kod
========================================================================== */
.split-img-text .section-block-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.split-img-text .col-0 {
	padding: 0rem !important;
	align-self: center;
	display: flex;
}

.LayoutPage .split-img-text .col-1 {
	align-self: center;
	display: flex;
	padding-left: 10rem;
}

.split-img-text .col-0 .block-object,
.split-img-text .col-1 .block-object {
	align-self: center;
}

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

	.LayoutPage .split-img-text .col-0,
	.LayoutPage .split-img-text .col-1 {
		width: 100%;
		padding: 0;
	}

	.LayoutPage .split-img-text .col-0 {
		margin-bottom: 4rem;
	}

	.LayoutPage .split-img-text .col-1 {
		justify-content: center;
	}

	.split-img-text .col-1 img {
		max-width: 50rem !important;
		margin: 0 auto;
		display: block;
		width: 100%;
	}
}

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

.tabs-heading {
	display: none;
}

.tabs-list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	width: 100%;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
}

.tab {
	font-family: 'Bree Serif', serif;
	cursor: pointer;
	padding: 1rem 2.5rem;
	color: #000;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	font-size: 2.7rem;
}

.tab.active {
	color: #46bbbd;
}

.tab_container {
	border-top: none;
	width: 100%;
	background: transparent;
	min-height: 55rem;
}

.tab_drawer_heading,
.tab_content {
	display: none;
}

.menu-wrapper {
	padding-top: 3rem;
}

/* titel på menyval */
.tab-title {
	font-family: 'introinline';
	text-transform: uppercase;
	text-align: center;
}

.drinks-title {
	padding-bottom: 0;
}

/* wrapper */
.menu-item-wrapper {
	font-size: 0;
	padding: 1rem 0 0;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

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

.menu-wrapper .small-title {
	font-size: 3.5rem !important;
	margin-top: 3rem;
	margin-bottom: 0;
}

/* kort */
.flip-card {
	perspective: 1000px;
	/* Remove this if you don't want the 3D effect */
}

.flip-card-inner {
	position: relative;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

/* .flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip  {
	transform: rotateY(180deg);
} */

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
	/* position: absolute; */
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	/* Safari */
	backface-visibility: hidden;
}

.flip-card-back {
	height: 45rem !important;
}

/* FRAMSIDA KORT */

/* bild wrapper */
.menu-item-img {
	height: 30rem;
}

.menu-item-img img {
	max-height: 100%;
	width: auto;
	display: block !important;
	margin: 0 auto;
}

/* text wrapper */
.menu-item-text {
	padding: 0 2rem;
}

.menu-item-text * {
	text-align: center;
}

.menu-item-title {
	font-size: 3rem;
	text-transform: uppercase;
	padding-bottom: 1rem;
	font-family: 'Bree Serif', serif;
}

.menu-price {
	color: #46bbbd;
	font-family: 'Bree Serif', serif;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

/* BAKSIDA KORT */
.flip-card-back {
	transform: rotateY(180deg);
	height: 100%;
	padding: 3rem;
}

.flip-card-back-inner {
	padding: 3rem;
	height: 39rem;
	background-color: #346967;
}

.flip-card-back-inner * {
	color: #fff;
}

.flip-card-back-inner p {
	font-weight: 400;
}

.menu-item-description {
	font-size: 1.4rem;
}

/* lista med näringsvärde */
.menu-item-list {
	padding-top: 2rem;
}

.menu-item-list p {
	padding-bottom: 0;
	font-size: 1.4rem;
	text-align: left;
}

.value {
	float: right;
}


@media screen and (max-width: 1150px) {
	.menu-item-wrapper .menu-item {
		width: calc((100% / 2) - 2rem);
		margin: 1rem;
	}
}

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

	/* Gör menyvalen till dropdown */
	.tabs-wrapper {
		position: relative;
		max-width: 25rem;
		padding: .5rem 2rem;
		margin: 0 auto;
		background: #000;
		cursor: pointer;
	}

	.tabs-heading {
		display: block;
		padding: 1rem 0;
		cursor: pointer;
	}

	.tabs-heading p {
		padding-bottom: 0;
		color: #FFF;
		font-size: 1.8rem;
		font-weight: 500;
		text-align: center;
		text-transform: uppercase;
		font-family: 'Bree Serif', serif;
	}

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

	.tabs-list {
		display: none;
		z-index: 1;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #FFF;
	}

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

	.tab {
		display: block;
		padding: 1.5rem 2.5rem;
		font-size: 2rem;
		color: #FFF;
		background: #000;
	}

	/* End dropdown menyval*/

	.menu-item-wrapper {
		padding-top: 0;
	}

	.tab-title {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 800px) {
	.flip-card-back {
		padding: 2rem;
	}

	.flip-card-back-inner {
		padding: 2rem;
		height: 41rem;
	}
}

@media screen and (max-width: 700px) {
	.menu-item-wrapper .menu-item {
		width: 100%;
		margin: 1rem 0;
	}
}

@media screen and (max-width: 500px) {
	.menu-item-img {
		height: 100%;
	}
}

/* =======================================================================
Undersida: Lunch
========================================================================== */
/* kort */
.menu-item-lunch {
	width: 100%;
	margin: 0 1%;
	display: inline-block;
	vertical-align: top;
	/* height: 45rem !important; */
	/* margin-bottom: 3rem; */
}

.menu-lunch {
	color: black;
	font-family: 'Bree Serif', serif;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
}

/* =======================================================================
Undersida: nyheter
========================================================================== */
.sub-news .section-block-wrapper {
	max-width: 140rem;
}

.sub-news-title {
	font-size: 4.2rem;
}

@media screen and (max-width: 1490px) {
	.sub-news-title {
		font-size: 4rem;
	}
}

@media screen and (max-width: 1100px) {
	.sub-news-title {
		font-size: 3.5rem;
	}
}

@media screen and (max-width: 1024px) {
	.sub-news-title {
		font-size: 3rem;
	}
}

@media screen and (max-width: 600px) {
	.sub-news-title {
		font-size: 2.5rem;
	}
}

/* =======================================================================
Restaurangerna
========================================================================== */
.logo-wrapper{
	max-width: 20rem;
	margin: auto;
	margin-bottom: 2rem;
}
.logo-wrapper img{
filter: invert();
}
.restaurant-locations {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.location-card {
	width: 49%;
	margin-bottom: 2rem;
	padding: 10rem 3rem;
	position: relative;
	z-index: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.location-card:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.03);
}

.restaurant-img {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
}

.restaurant-img img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

.location-name {
	font-size: 5rem;
	color: #fff;
	text-align: center;
	padding-bottom: 0;
	text-shadow: -3px 3px 1px rgb(0 0 0 / 40%);
}

/* Vällingby - blue overlay*/
.location-card.vallingby {
	background-image: radial-gradient(circle, rgb(80 189 197 / 60%) 0%, rgb(22 66 67 / 90%) 90%), url('/assets/images/babas-vallingby-1000px.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* Tumba - pink overlay*/
.location-card.tumba {
	background-image: radial-gradient(circle, rgb(91 23 53 / 62%) 0%, rgb(214 76 136 / 82%) 90%), url(/assets/images/backgrounds/babas-grafiti-1000px.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* Norrköping green overlay */
.location-card.norrkoping {
	background-image: radial-gradient(circle, rgba(56, 134, 67, 0.62) 0%, rgba(45, 151, 86, 0.82) 90%), url(/assets/images/backgrounds/babas-norrkoping.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.location-card.gavle {
	background-image: radial-gradient(circle, rgba(56, 134, 67, 0.62) 0%, rgba(45, 151, 86, 0.82) 90%), url(/assets/images/babas-gavle.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.location-card.hallonbergen {
	background-image: radial-gradient(circle, rgb(80 189 197 / 60%) 0%, rgb(22 66 67 / 90%) 90%), url(/assets/images/hallonberga-1000px.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* Norrköping blue overlay */
.location-card.jakobsberg {
	background-image: radial-gradient(circle, rgb(80 189 197 / 60%) 0%, rgb(22 66 67 / 90%) 90%), url('/assets/images/restaurant-jakobsberg.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.location-card.linkoping {
	background-image: radial-gradient(circle, rgb(80 189 197 / 60%) 0%, rgb(22 66 67 / 90%) 90%), url(/assets/images/babas-linkoping.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.location-card.partille {
	background-image: radial-gradient(circle, rgb(91 23 53 / 62%) 0%, rgb(214 76 136 / 82%) 90%), url(/assets/images/allum.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.location-card.vasteras {
	background-image: radial-gradient(circle, rgb(80 189 197 / 60%) 0%, rgb(22 66 67 / 90%) 90%), url(/assets/images/vasteras-galleria-1000px.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
	.location-card {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.location-name {
		font-size: 4rem;
	}
}

@media screen and (max-width: 550px) {
	.location-card {
		padding: 7rem 3rem;
	}

	.location-name {
		font-size: 3.3rem;
	}
}

@media screen and (max-width: 460px) {
	.location-name {
		font-size: 2.7rem;
	}
}

@media screen and (max-width: 420px) {
	.location-card {
		padding: 5rem 3rem;
	}
}

/* =======================================================================
Restaurangerna - individuella sidorna
========================================================================== */
.restaurant-info .col-0 {
	margin-bottom: 7rem;
}

.restaurant-title,
.restaurant-title a {
	font-size: 2.5rem;
	text-transform: uppercase;
	font-family: 'Bree Serif', serif;
	font-weight: 400;
	padding-bottom: 0.5rem;
	color: #333 !important;
}

.restaurant-title-smaller,
.restaurant-title-smaller a {
	font-size: 2.2rem;
	font-family: 'Bree Serif', serif;
	font-weight: 400;
	padding-bottom: 0.5rem;
	color: #333 !important;
}

.restaurant-title-smaller a:hover {
	color: #46bbbd !important;
}

.restaurant-info p,
.restaurant-info a {
	font-weight: 400;
}

.oppettider {
	padding-top: 3rem;
}

.order-food-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 5rem;
}

.restaurant-info a:hover {
	color: #46bbbd;
}

.order-food-logos .order-online {
	background-color: #46bbbd;
	color: #FFF !important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.3;
	font-family: 'Bree Serif', serif;
	font-size: 1.4rem;
	border-radius: 50%;
	padding: 1rem;
}

/* skriv klass beroende på hur många logotyper som ska med */
/* hämtning från 1 ställe */
.logos-1 {
	max-width: 10rem;
}

.logos-1 a {
	width: 100%;
}

.logos-1 .order-online {
	height: 10rem;
}

/* hämtning från 2 ställen */
.logos-2 {
	max-width: 20rem;
}

.logos-2 a {
	width: 48%;
}

/* hämtning från 3 ställen */
.logos-3 {
	max-width: 30rem;
}

.logos-3 a {
	width: 31%;
}

/* hämtning från 4 ställen */
.logos-4 {
	max-width: 40rem;
}

.logos-4 a {
	width: 23%;
	margin-bottom: 1rem;
}

/* hämtning från 5 ställen */
.logos-5 {
	max-width: 50rem;
}

.logos-5 a {
	width: 18%;
	margin-bottom: 1rem;
}


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

.forbestall .section-title {
	text-align: center;
}

.restaurant-info iframe {
	width: 100%;
	height: 45rem;
	border: 1px solid #333 !important;
}

/* Panorama Widget */
.panorama {
	font-size: 0;
}

.panorama-widget {
	width: 100%;
	height: 60rem;
}

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

	.LayoutPage .restaurant-info .col-1,
	.LayoutPage .restaurant-info .col-2 {
		width: 100%;
	}

	.LayoutPage .restaurant-info .col-1 {
		margin-bottom: 4rem;
	}

	.restaurant-info iframe {
		max-height: 40rem;
	}

	/* Panorama Widget */
	.panorama-widget {
		height: 30rem;
	}

}

@media screen and (max-width: 600px) {
	.restaurant-info * {
		text-align: center;
	}

	.restaurant-info .section-title {
		padding-bottom: 5rem;
	}

	.restaurant-title,
	.restaurant-title a {
		font-size: 2rem;
	}

	.restaurant-info iframe {
		max-height: 30rem;
	}

	.logos-4,
	.logos-5 {
		max-width: 22rem;
	}

	.logos-4 a,
	.logos-5 a {
		width: 49%;
	}
}

/* =======================================================================
Undersida: Gif
========================================================================== */
.sub-gif .gif-section {
	background-color: #64c6c2;
	height: 100vh;
}

.sub-gif header,
.sub-gif footer {
	display: none;
}

.sub-gif {
	margin-top: 0px !important;
}

/* =======================================================================
Undersida: Jobba med oss
========================================================================== */
.work-wrapper {
	flex-direction: column;
	margin-bottom: 3rem;
}

.work-wrapper .card-item {
	width: 50%;
	margin: auto;
	padding: 3rem 0 2rem;
}

.work-wrapper .card-item .text-label {
	font-weight: 600;
	padding-bottom: 1rem;
}

.border-top {
	border-top: 2px solid #000;
}

.border-bottom {
	border-bottom: 2px solid #000;
}

.accordion-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.accordion-header {
    position: relative;
}

.accordion-header::after {
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 2rem;
	transform: translate(0%, -50%);
    font-size: 2.5rem;
    font-family: "Font Awesome 5 Pro";
    transition: .5s ease;
}

.accordion-item.active .accordion-header::after {
    transform: rotate(180deg);
}

@media screen and (max-width: 1100px) {
	.work-wrapper .card-item {
		width: 70%;
	}
}

@media screen and (max-width: 750px) {
	.work-wrapper .card-item {
		width: 100%;
	}

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

	.work-wrapper .text-label {
		font-size: 1.3rem;
	}

	.work-wrapper .small-title {
		font-size: 2.3rem;
	}

	.accordion-header::after {
		top: unset;
		bottom: 0;
		transform: translate(0%, 0%);
	}
}

@media screen and (max-width: 580px) {
	.work-wrapper .display-flex {
		flex-direction: column;
	}
}

/* Formular
========================================================================== */
.LayoutPage .Contact .ContactForm {
	display: flex;
	flex-wrap: wrap;
}

.LayoutPage .Contact .ContactForm div {
    width: calc((100% / 2) - 2rem);
    margin: 1rem;
	padding: 0;
}

.LayoutPage .Contact .ContactForm select {
	outline: unset;
	border-radius: 0;
	color: #000;
	font-size: 14px;
} 

.LayoutPage .Contact .ContactForm select > option {
	color: #000;
}

.LayoutPage .Contact .ContactForm div.ContactFormMessage,
.LayoutPage .Contact .ContactForm div.file-field {
	position: relative;
	width: 100%;
}

.LayoutPage .Contact .ContactForm div.file-field div,
.LayoutPage .Contact .ContactForm div.option-field div {
	margin: 0;
}

.LayoutPage .Contact .ContactForm textarea.textmessage {
	height: 100px;
}

.Contact .ContactForm div.ContactFormMessage p, .Contact .ContactForm .ContactFormEmail p, .Contact .ContactForm .ContactFormField p, .Contact .ContactForm .ContactFormName p {
	color: #000;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit {
	padding: 1.5rem 2rem;
}

.LayoutPage .Diary .DiaryCommentForm input, .Guestbook .GuestbookForm input, .Contact .ContactForm input {
	height: 34px !important;
}

.LayoutPage .form-part .ContactSentMessage, .Contact .ContactSentMessage {
	background-color: #ffffff90 !important;
}

.smoothscroll {
	scroll-behavior: smooth; 
}


@media screen and (max-width: 1100px) {
	.LayoutPage .Contact .ContactForm div {
		width: 100%;
	}
}

@media screen and (max-width: 980px) {
	.LayoutPage .section-ansokan .col-block {
		width: 100%;
		padding: 0;
	}
}

/* =======================================================================
Undersidor: Kontaktsidor - generellt
========================================================================== */
.contact-page p,
.contact-page a {
	font-weight: 400;
}

@media only screen and (max-width:1500px) {
	.contact-page .sub-contact-info {
		position: relative;
		margin-top: -2px;
	}
}

/* =======================================================================
Undersidor: Food truck
========================================================================== */
.food-box {
	max-width: 100rem;
	margin: auto;
	text-align: center;
}

.section-food-truck .col-0{
	background-color: rgb(255, 255, 255);
	max-width: 80rem;
	margin: auto;
	padding: 4rem;
}
.submit-button-container {
	margin: auto !important;
	margin-top: 3rem !important;
} 

.section-food-truck .ContactForm input.ContactSubmit{
	margin: auto;
} 

/* =======================================================================
Undersidor: Kontakt
========================================================================== */
/* Topp
========================================================================== */
.contact-main .contact-hero-img .image-wrapper {
	height: 60vh;
}

.contact-main .contact-hero-img .image-wrapper img {
	object-position: 35% 50%;
}

/* Kontaktkort
========================================================================== */
.contact-cards-section p a {
	color: #46bbbd;
}

.contact-page .normaltext-type p a {
	color: #46bbbd;
	font-weight: 500;
}

.contact-card-wrapper {
	padding-top: 4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-card {
	width: calc((100% / 2) - 2rem);
	margin: 1rem;
	justify-content: center;
	align-items: center;
	display: flex;
	min-height: 35rem;
	position: relative;
	z-index: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.contact-card:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.03);
}

.contact-img {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
}

.contact-img img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	/* position: relative; */
}

.contact-img::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	bottom: 0;
}

.contact-text {
	font-size: 3rem;
	max-width: 30rem;
	margin: 0 auto;
	padding: 0 2rem;
	color: #fff;
	text-align: center;
	padding-bottom: 0;
	text-shadow: -3px 3px 1px rgb(0 0 0 / 40%);
}

.contact-text.w-30 {
	font-size: 3rem;
	max-width: 35rem;
	margin: 0 auto;
	padding: 0 2rem;
	color: #fff;
	text-align: center;
	padding-bottom: 0;
	text-shadow: -3px 3px 1px rgb(0 0 0 / 40%);
}

@media screen and (max-width: 1300px) {
	.contact-card {
		width: calc((100% / 2) - 2rem);
		margin: 1rem;

	}
}

@media screen and (max-width: 700px) {
	.contact-card {
		width: 100%;
		min-height: 40rem;
	}
}

@media screen and (max-width: 700px) {
	.contact-card {
		min-height: 30rem;
	}
}

@media screen and (max-width: 600px) {
	.contact-cards-section * {
		text-align: center;
	}

	.contact-card {
		min-height: 30rem;
	}
}

/* =======================================================================
Undersida: Jobba med oss
========================================================================== */

/* Hero
========================================================================== */
.hero-video {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.hero-video .section-title {
	text-align: center !important;
}

/* =======================================================================
Undersidor: Min forening
========================================================================== */
.forening .split-content img {
	max-height: 45rem;
	margin-bottom: 2rem;
}

.forening .split-image {
	padding: 5rem;
}

.forening .split-wrapper .appar img {
	max-height: 6rem;
	margin: 0 0.5rem;
}

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

    .forening .split-image {
        width: 100%;
        max-height: none;
		margin-bottom: 3rem;
		padding: 2rem;
    }

	.forening .split-content img {
		max-height: 35rem;
	}	
}

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

	.forening .split-content img {
		max-height: 25rem;
	}	
	.forening .split-image {
		padding: 0;
	}
}


/* Babas familjen
========================================================================== */
.section-family .section-block-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 120rem;
}

.section-family .col-0,
.section-family .col-3 {
	width: 100% !important;
}

.section-family .col-1 {
	padding-right: 4rem !important;
}

.section-family .col-2 {
	padding-left: 4rem !important;
}

/* Col 1 */
.section-family .babas-words {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 35rem;
	padding: 3rem;
	margin-bottom: 1rem;
	background: url(/assets/images/backgrounds/babas-burger-fries-1000px.jpg);
	background-size: cover;
	background-position: center;
}

.section-family .babas-words p {
	color: #FFF;
	font-size: 2.5rem;
	text-align: center;
}

.section-family .video-wrapper video {
	width: 100%;
}

/* Col 2 */
.section-family .col-2 p {
	font-size: 1.9rem;
}

@media only screen and (max-width: 980px) {
	.section-family .col-1 {
		order: 2;
		width: 100% !important;
		padding-right: 0 !important;
	}

	.section-family .col-2 {
		order: 1;
		width: 100% !important;
		padding-left: 0 !important;
		padding-bottom: 5rem !important;
	}

	.section-family .col-3 {
		order: 3;
	}

	.section-family .babas-words {
		padding: 2rem;
	}
}

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

	.LayoutPage .section-family .col-1,
	.LayoutPage .section-family .col-2 {
		padding-bottom: 5rem !important;
	}
}

/* Gammalt */
.sub-contact-info .sub-contact-title {
	font-size: 4rem;
	text-decoration: underline;
	padding-top: 5rem;
	padding-bottom: 4rem;
}

.sub-contact-info p {
	max-width: 80rem;
	margin: 0 auto;
}

.application-info {
	padding: 0 1rem;
}

.application-title {
	font-size: 2.6rem;
	text-align: center;
	padding-bottom: 2rem;
}

.application-info p {
	max-width: 45rem;
	margin: 0 auto;
}

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

	.LayoutPage .sub-contact-info .col-1,
	.LayoutPage .sub-contact-info .col-2 {
		width: 100%;
	}

	.application-info {
		padding: 0 0 3rem;
	}
}

@media screen and (max-width: 600px) {
	.workwithus-page .contact-hero-img .image-wrapper img {
		object-position: 64% 50%;
	}

	.sub-contact-info .sub-contact-title {
		font-size: 2.6rem;
		padding-top: 3rem;
		padding-bottom: 2rem;
	}

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

	.sub-contact-info p {
		text-align: center !important;
	}
}



/* =======================================================================
Footer
========================================================================== */
.footer {
	background-color: #000;
}

.footer .container {
	padding: 1rem 0;
}

.footer .footer-heading {
	text-align: center;
	font-size: 1.7rem;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Bree Serif', serif;
	color: #fff;
	margin-bottom: 3rem;
}

.footer .container .fab {
	font-size: 3rem;
	margin: 0;
	color: #fff;
}

.footer .tiktok {
	width: 2.2rem;
	margin: 0 1rem;
	padding-bottom: 1.2rem;
}

.footer .google {
	width: 9rem;
	margin: 0 .5rem;
	padding-bottom: 1.2rem;
}

.footer .container .fab:hover,
.footer a:hover {
	color: #46bbbd;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 2rem;
}

.footer-bottom p {
	font-size: 1.5rem;
	font-weight: 400;
	padding-top: 1.5rem;
}

.footer-bottom .circle-icon {
	width: 3rem;
	height: 3rem;
}

.footer-bottom em::before {
	font-size: 1.4rem;
}

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

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

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

	/* Footer bottom */
	.footer-bottom {
		flex-direction: column;
		padding: 2rem 0;
	}
}

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

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