/* Brunos korvbar */

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

/* Roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,700;1,100;1,300;1,700&display=swap');

/* ==========================================================================
Generellt
========================================================================== */
.forceBlock {
	display: block !important;
}

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

@media only screen and (hover:none) {

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

html {
	font-size: 62.5%;
}

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

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


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

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

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

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

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

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

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

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

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

/* For responsive youtube-videos */
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

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

.display-none {
	display: none;
}

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

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

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

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

/* ==========================================================================
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: 75rem;
	max-height: 75vh;
	padding: 4rem;
	border-radius: 0;
	overflow: auto;
	background: #FFF;
	transform: translate(-50%, -50%);
}

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

.section-auto-modal h2 {
	font-size: 3.5rem;
	text-align: center;
}

.section-auto-modal h3 {
	font-size: 2.7rem;
	text-align: center;
	padding-bottom: 1rem;
}

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

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

/* ==========================================================================
Cookies 
========================================================================== */
.cookies-notis {
	display: none;
}

.cookies-notis {
	z-index: 9;
	position: fixed;
	bottom: 0;
	background: #101176;
	text-align: center;
	padding: 3rem 2rem;
	max-width: 100%;
	width: 100%;
	border-radius: 0;
}

.cookies-notis p,
.cookies-notis a {
	color: #fff;
	font-size: 1.4rem;
	padding: 0;
	font-weight: 400;
}

.cookies-notis a {
	font-size: 1.5rem;
	color: #fff;
	text-decoration: underline;
	white-space: nowrap;
	text-transform: none;
	font-weight: 300;
}

.cookies-notis a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.cookies-notis #close-cookies {
	position: absolute;
	top: 2rem;
	right: 1rem;
	cursor: pointer;
}

.cookies-notis #close-cookies em {
	font-size: 3rem;
	padding: 1rem;
	color: #fff;
	transition: .25s ease-in-out;
}

.cookies-notis #close-cookies em:hover {
	color: #f5d4b8;
}

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

	.cookies-notis p,
	.cookies-notis a {
		max-width: 35rem;
		margin: 0 auto;
	}
}

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

.parallax-video {
	background: transparent !important;
	background-image: none;
}


@media only screen and (max-width:1450px) {
	.parallax {
		height: 35rem;
	}
}

/* ==========================================================================
Banner
========================================================================== */
.LayoutPage .banner .section-block {
	padding: 0;
	max-height: 40rem;
	overflow: hidden;
}

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

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

/* ==========================================================================
KontaktformulÃƒÂ¤r
========================================================================== */
.LayoutPage .section-block .Contact .ContactForm {
	display: flex;
	flex-wrap: wrap;
}

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

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

.LayoutPage .Contact .ContactForm textarea.textmessage {
	height: 9rem;
	min-height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.split-content.split-card {
	background: #fff;
	box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.122);
	border-radius: 1rem;
	align-self: center;

}

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

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

.split-image img {
	position: absolute;

	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;

	height: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: none !important;
}

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

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

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

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

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

@supports (object-fit: cover) {

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

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

@media screen and (max-width: 1100px) {
	.split-content {
		width: 100%;
		padding: 5rem;
		order: 0;
	}

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

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

	.full-width .split-content,
	.split-content.split-card {
		padding: 5rem 2rem;
	}
}

/* ==========================================================================
Buttons    
========================================================================== */
.btn {
	max-width: 50rem;
	width: auto;
	box-sizing: border-box;
	padding: 1.4rem 3rem;
	border-radius: .6rem;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	text-transform: none;
	line-height: 1.4;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	font-weight: 400;
	font-family: inherit;
}

.btn {
	background: #101176;
	border: 2px solid #101176;
	color: #fff;
}

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

.btn-primary {
	background: #101176;
	border-color: #101176;
	color: #fff;
}

.btn-primary:hover {
	background: #1b1db0;
	border-color: #1b1db0;
	color: #fff;
}

.btn-secondary {
	background: #3387b0;
	border-color: #3387b0;
	color: #fff;
}

.btn-secondary:hover {
	background: #3dafcc;
	border-color: #3dafcc;
	color: #fff;
}

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

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

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

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

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

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

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

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

.btn.menu-icon:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f820';
	margin-left: 0.5rem;
	text-decoration: none;
	display: inline-block;
}

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

	.btn:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 330px) {
	.btn {
		padding: 1.9rem 1rem;
	}
}

/* Other buttons
========================================================================== */

/* DROP DOWN BUTTON (Platsr) */
.dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	cursor: pointer;
}


.dropbtn:after {
	content: '\f078';
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-size: inherit;
	margin-left: .5rem;
	vertical-align: middle;
	color: inherit;
	width: 2em;
	text-align: center;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	width: 100%;
	text-align: left;
	box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
	z-index: 1;
	border-radius: .6rem;
	overflow: hidden;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.dropdown-content a {
	color: #222;
	padding: 1rem 2rem;
	text-decoration: none;
	display: block;
	font-size: 1.4rem;
}

.dropdown-content a:before {
	content: '\f60d';
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-size: inherit;
	margin-right: .5rem;
	vertical-align: middle;
	color: inherit;
	width: 2em;
	text-align: center;
}

.dropdown-content a:hover {
	color: #101176;
	text-decoration: none;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.btn-link {
	background: transparent;
	color: #101176;
}

.btn-link:hover {
	background: #101176;
	border-color: #101176;
	color: #fff;
}


.btn-link:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f061';
	margin-left: 0.8rem;
	text-decoration: none;
	display: inline-block;
	transform: translateX(1rem);
}

.btn-link:after:hover {
	transform: translateX(1.5rem);
}

/* ==========================================================================
Bakgrunder & färger
========================================================================== */
.color-primary {
	color: #101176;
}

.color-secondary {
	color: #3387b0;
}

.color-grey {
	color: #999;
}

.LayoutPage .bg-primary {
	background-color: #101176;
}

/* ==========================================================================
Text och typsnitt
========================================================================== */
p,
li {
	line-height: 1.8;
	font-size: 1.7rem;
	color: #222;
	font-family: inherit;
	font-weight: 300;
	text-decoration: none;
}

p {
	padding: 0 0 1.2em 0;
}

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

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

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

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


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Zilla Slab', sans-serif;
	font-weight: normal;
	line-height: 1.25;
	font-weight: 500;
	letter-spacing: 0;
	color: #222;
	text-transform: normal;
}


h1,
h2,
h3,
.section-title {
	font-size: 5rem;
	padding-bottom: 2rem;
	line-height: 1.2;
	font-weight: 500;
}

.text-label {
	font-size: 2rem;
	font-family: 'Roboto';
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .3em;
	padding-bottom: 2rem;
}

.bold {
	font-weight: 700;
	padding: 0;
}


.vision .small-title {
	font-size: 2.5rem;
	font-weight: 500;
	color: #101176;
}

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

	h1,
	h2,
	h3,
	.section-title {
		font-size: 4rem;
	}
}

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

	h1,
	h2,
	h3,
	.section-title {
		font-size: 3.5rem;
		padding-bottom: 2rem;
	}
}

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

	h1,
	h2,
	h3,
	.section-title {
		font-size: 3rem;
		padding-bottom: 2rem;
	}
}

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

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

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

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

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

.vision .small-title {
	max-width: 80rem;
}

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

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

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

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

/* Listor med design
========================================================================== */
ol {
	list-style: none;
	counter-reset: my-awesome-counter;
	padding-inline-start: 1rem;
	display: grid;
	grid-gap: 1rem;
}

ol li {
	counter-increment: my-awesome-counter;
}

ol li::before {
	content: counter(my-awesome-counter) ". ";
	color: #101176;
	font-weight: bold;
	width: 2rem;
}

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

/* Header > CTA Btn  */
.cta-btn {
	position: absolute;
	top: 1.6rem;
	right: 2rem;
	opacity: 1;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.cta-btn .btn {
	padding: .8rem 1.5rem;
}

.cta-btn .btn:first-child {
	margin-right: 1rem;
}

.cta-btn .dropdown {
	cursor: default;
}

.cta-btn .dropdown-content a:before {
	display: none;
}

header {
	background-color: #fff;
	box-shadow: none;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	height: 8rem;
}

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

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

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

@media only screen and (max-width: 570px) {
	header .cta-btn {
		top: 2rem;
	}

	header .cta-btn .btn {
		font-size: 1.3rem;
		padding: 1rem;
	}

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

@media only screen and (max-width: 550px) {
	header .cta-btn .btn {
		display: inline-block;
	}
}

@media only screen and (max-width: 415px) {
	header .cta-btn .btn-link {
		display: none !important;
	}
}

/* Logo
========================================================================== */
header .header-logo {
	width: 30rem;
	padding: 0;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	left: 1rem;
	top: .5rem;
	position: absolute;
}

header .header-logo .logo-wrapper {
	display: flex;
}

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

header .header-logo .logo-text,
header .header-logo .logo-symbol {
	align-self: center;
}

header .header-logo .logo-text * {
	font-size: 3rem;
	line-height: 1;
	text-decoration: none;
	font-weight: 600;
	color: #101176;
	text-transform: none;
	padding: 0;
	font-family: 'Zilla Slab', sans-serif;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

header .header-logo .logo-text .logo-small {
	font-size: 1.1rem;
	font-weight: 300;
	padding-top: .2rem;
	text-transform: none;
	padding-left: .5rem;
}

header .header-logo .logo-symbol {
	width: 7rem;
	margin-right: 1rem;
}

header .header-logo .logo-wrapper:hover .logo-text * {
	text-decoration: none;
	opacity: .8;
}

@media only screen and (max-width: 740px) {
	header .header-logo .logo-text {
		display: none;
	}
}

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

nav.mainmenu a {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 8rem;
	color: #444;
	text-transform: none;
	letter-spacing: .02em;
	padding: 0 2rem;
	margin: 0;
	transition: all 300ms linear;
}

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

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

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

/*  Dropdown styling */
nav.mainmenu ul>li.expandable-li:hover {
	background-color: transparent;
}

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

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

nav.mainmenu ul>li>ul {
	background: #f7f7f7;
	padding: 0;
	box-sizing: border-box;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.22);
	line-height: normal;
	height: auto;
	min-width: 100%;
	width: auto;
	text-align: left;
	z-index: 10;
	margin-top: -1px;
}

nav.mainmenu ul>li>ul>li {
	padding: 0 15px;
	background: #f8f8f8;
}

nav.mainmenu ul>li>ul a {
	background: transparent !important;
	text-decoration: none !important;
	white-space: nowrap;
	line-height: 3rem;
}

nav.mainmenu ul>li>ul>li>a {
	color: #444 !important;
	text-transform: unset;
	letter-spacing: normal;
	padding: 1rem;
}

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

nav.mainmenu ul>li>ul>li>ul {
	right: 0px;
}

nav.mainmenu ul>li.expandable-li:hover ul {
	background: #e7e7e7;
}

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

nav.mainmenu ul>li>ul>li.expandable-li:hover>a {
	border-bottom: none;
	padding-bottom: 10px;
}

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

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

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

@media only screen and (max-width: 1300px) {
	header .cta-btn {
		right: 8rem;
	}

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

	.hamburger-inner,
	.hamburger-inner::after,
	.hamburger-inner::before {
		width: 4rem;
	}

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

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

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

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

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

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

	nav.mainmenu li a {
		margin: 0;
		padding: 0;
		color: #000 !important;
		padding-left: 0;
		font-size: 3rem;
		font-weight: 500;
		line-height: 2.5;
		font-family: 'Zilla Slab', sans-serif;
	}

	nav.mainmenu li a:hover {
		background-color: #f8f8f8 !important;
	}

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

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

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

	/* Dropdown */
	nav.mainmenu ul>li>ul {
		background-color: #fff !important;
		width: auto !important;
		border: none;
	}

	nav.mainmenu ul>li>ul {
		display: contents !important;
	}

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

	nav.mainmenu ul>li>ul>li>a {
		width: 100%;
		padding: 0;
		line-height: 2.5;
		font-size: 2rem;
	}

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

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

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

/* Enheter rutor  */
.LayoutPage .units-overview {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 55%, #f8f8f8 40%);
	padding-top: 8rem;
}

.LayoutPage .units-overview .section-block {
	padding-top: 15rem;
}

.LayoutPage .units-overview .section-block-wrapper {
	max-width: 180rem;
}

.LayoutPage .units-overview .heading-type * {
	max-width: 90rem;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.LayoutPage .units-overview .heading-type p {
	max-width: 60rem;
}

/* Enheterna puffar till respektive sida. */
.product-items-wrapper {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: 15rem;
}

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

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

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

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

.nytorget.product-item .product-text {
	background: rgba(0, 0, 0, 0.66);
}

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

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

.product-item .product-text p {
	opacity: 1;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	padding-top: 3rem;
}

/* Titel */
.product-item .product-text .product-title {
	font-size: 4rem;
}

.product-item .product-link {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	color: #fff;
	background-color: #353c3e;
	z-index: 4;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a.product-item:hover .product-text {
	background: rgba(0, 0, 0, 0.827);
}

.product-item:hover .product-text p {
	opacity: 1;
}

@media only screen and (max-width: 1305px) {
	.LayoutPage .units-overview .heading-type * {
		max-width: 70rem;
	}

	.product-item {
		height: 35rem;
	}

	.product-item .product-text {
		background-color: rgba(0, 0, 0, 0.5);
	}

	.product-item .product-text .product-title {
		font-size: 2.6rem;
		padding-bottom: 0;
	}
}

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

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

/* Startsida: Om oss
========================================================================== */
.about .btn {
	margin: 0 1rem;
}

.LayoutPage .about .normaltext-type *:not(.btn) {
	max-width: 80rem;
	margin: 0 auto;
}

.LayoutPage .about {
	position: relative;
}

/* Sticky certificate on website */
.certification-wrapper {
	z-index: 100;
	margin: 0 auto;
	position: absolute;
	top: -10rem;
	right: 2rem;
	z-index: 2;
	width: auto;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	padding: 1.5rem;
}

.certification {
	width: 13rem;
}

@media only screen and (max-width: 550px) {
	.about .btn {
		margin: 0 0 2rem 0;
	}

	.certification-wrapper {
		right: 0;
	}
}

/* Startsida: Instagram
========================================================================== */
.LayoutPage .instagram .section-block-wrapper {
	max-width: none;
}

.LayoutPage .instagram .section-block {
	background: #fff;
	padding: .5rem;
}

/* Utvalda produkter
========================================================================== */
.services-wrap {
	display: flex;
	flex-wrap: wrap;
}

.services-wrap .service-box {
	width: calc(100% / 3 - 6rem);
	margin: 3rem;
	display: inline-block;
	text-align: left;
	padding: 0;
	border-radius: .7rem;
	background-color: transparent;
	overflow: hidden;
	-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;
	display: flex;
	flex-wrap: wrap;
}

.services-wrap .service-text {
	padding: 3rem 0 5rem;
}

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

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

.services-wrap * {
	text-align: center;
	margin: 0 auto;
}

.services-wrap h4 {
	font-size: 2.4rem;
	text-transform: none;
	font-weight: 600;
}

.services-wrap p {
	padding: 0;
}

/* Links */
.service-links-wrapper {
	align-self: flex-end;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	width: 100%;
	height: auto;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	border-radius: 1rem;
	overflow: hidden;
}

.service-links-wrapper a {
	padding: .5rem;
	box-sizing: border-box;
	width: 50%;
	background-color: #101176;
	border: .2rem solid #101176;
	color: #fff;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .1rem;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	max-width: 100%;
	line-height: 4rem;
	text-decoration: none;
	align-items: center;
	align-self: center;
	justify-content: space-between;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.service-links-wrapper a:hover {
	background-color: transparent;
	color: #194c7a;
}

.service-links-wrapper a:first-child {
	border-top-left-radius: .6rem;
	border-bottom-left-radius: .6rem;
}

.service-links-wrapper a:last-child {
	border-top-right-radius: .6rem;
	border-bottom-right-radius: .6rem;
	background: transparent;
	border-color: #101176;
	color: #101176;
}

.service-links-wrapper a:last-child:hover {
	background: #101176;
	border-color: #101176;
	color: #fff;
}

.service-links-wrapper a:first-child:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	content: '\f05a';
	margin-right: 1rem;
	text-decoration: none;
	display: inline-block;
	color: inherit;
}

.service-links-wrapper a.info:before {
	content: '\f05a';
}

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

	.services-wrap .service-image {
		height: 25rem;
	}
}

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

	.services-wrap .service-box {
		width: 100%;
		margin-bottom: 2rem;
	}
}

/* Franchise 
========================================================================== */
.cta-franchise * {
	margin: 0 auto;
	max-width: 100rem;
	text-align: center;
}

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

/* Hero
========================================================================== */
.LayoutPage .hero .section-block {
	margin-top: 8rem;
	padding: 10rem 5rem;
}

/* Title wrapper (två kolumner) */
.hero-title-wrapper {
	display: flex;
	justify-content: center;
}

.hero-title-item {
	align-self: center;
}

.hero-title-item *:not(.text-label) {
	padding: 0;
}

.hero-title-item:first-child {
	width: 50%;
	padding-right: 5rem;
}

.hero-title-item:last-child {
	width: 50%;
	display: flex;
	align-items: center;
}

/* Text till vänster */
.hero-text-left * {
	text-align: left;
	max-width: 70rem;
}

@media only screen and (max-width: 800px) {
	.LayoutPage .hero .section-block {
		padding: 10rem 3rem;
	}

	.hero-title-wrapper {
		flex-direction: column;
	}

	.hero-title-item:first-child {
		width: 100%;
		padding: 0 0 2rem 0;
	}

	.hero-title-item:last-child {
		width: 100%;
	}
}

@media only screen and (max-width: 450px) {
	.LayoutPage .hero .section-block {
		padding: 8rem 3rem 5rem;
	}

	.hero .split-content {
		padding-top: 0;
	}
}

/* Hero with solid background and title
========================================================================== */
.LayoutPage .hero-block .section-block {
	background: #141679;
	display: flex;
	flex-wrap: wrap;
	padding: 12rem 2.5rem;
	position: relative;
	margin-top: 7rem;
}

.LayoutPage .hero-block .section-block-wrapper {
	align-self: center;
}

.LayoutPage .hero-block .section-block .col-wrapper {
	align-self: center;
}

.LayoutPage .hero-block .section-block * {
	text-align: center;
	color: #fff;
}

.LayoutPage .hero-block .heading-type {
	max-width: 100rem;
}

.LayoutPage .hero-block p {
	max-width: 80rem;
	margin: 0 auto;
	padding-top: 2rem;
	padding-bottom: 0;
	color: #fff;
}

.LayoutPage .hero-block a:not(.btn) {
	font-weight: 600;
	color: #fff;
}

.LayoutPage .hero-block .btn {
	margin: 1rem;
}

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

/* ==========================================================================
Undersida: Våra enheter
========================================================================== */
.LayoutPage .units .section-block {
	padding: 5rem 2rem;
}

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

.LayoutPage .units iframe {
	min-height: 50rem;
}

.units .split-wrapper {
	margin-bottom: 2rem;
}

.units .split-wrapper:last-child {
	margin-bottom: 0;
}

.units .split-wrapper {
	background-color: #f8f8f8;
}

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

.units-item p {
	padding-bottom: 0;
}

@media only screen and (max-width: 1100px) {
	.units .split-content.split-map {
		order: 1;
	}
}

@media only screen and (max-width: 450px) {
	.units-title {
		font-size: 2rem;
	}
}

/* ==========================================================================
Undersida: Våra enheter > Respektive restaurang
========================================================================== */

/* Intro hero split
========================================================================== */
.LayoutPage .restaurant-hero .section-block {
	padding: 2rem;
}

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

@media only screen and (min-width: 1100px) {
	.restaurant-hero .split-image {
		max-width: 60rem;
	}
}

/* Kontaktinfo
========================================================================== */
.SubPage .restaurant-contact .section-block {
	padding-top: 0;
}

.contact-wrapper {
	display: flex;
	justify-content: flex-start;
	padding-top: 5rem;
	flex-wrap: wrap;
}

.contact-wrap {
	width: calc(100% / 4 - 4rem);
	margin: 2rem;
	text-align: center;
	transition: 0.2s ease-in-out;
}

.contact-wrap p {
	padding-top: 0;
}

.contact-text {
	padding: 0 3rem;
}

.contact-text .slab {
	font-family: inherit;
	font-size: 2.1rem;
	font-weight: 500;
	padding-bottom: 0;
	color: #101176;
}

.contact-icon {
	display: flex;
	margin-bottom: 2rem;
	justify-content: center;
}

.restaurant-contact i {
	color: #101176;
	font-size: 6rem;
	padding-bottom: 1rem;
}

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

.contact-text a:hover {
	color: #101176;
}

@media only screen and (max-width: 1200px) {
	.contact-wrap {
		width: calc(100% / 2 - 4rem);
	}

	.contact-text {
		padding: 0;
	}

	.contact-text * {
		text-align: left;
	}

	.contact-icon {
		justify-content: flex-start;
	}

	.restaurant-contact i {
		font-size: 4rem;
	}
}

@media only screen and (max-width: 590px) {
	.contact-wrapper {
		flex-direction: column;
	}

	.contact-wrap {
		width: 100%;
		margin: 0 0 3rem 0;
	}
}

/* Meny
========================================================================== */
.SubPage .menu .section-block {
	padding: 0 10rem 0 10rem;
}

.SubPage .menu .col-0 {
	background-color: #fff;
	box-shadow: 0 .1rem 2rem rgba(0, 0, 0, 0.1);
	top: -15rem;
	position: relative;
	padding: 0 5rem 7rem;
	max-width: 110rem;
	margin: 0 auto;
	border-radius: 1rem;
	overflow: hidden;
}

.tabs-list {
	margin: 0;
	padding: 5rem 0 2rem;
	list-style: none;
	text-align: center;
	width: 100%;
}

.tab {
	margin: 0 1rem 0 0;
	cursor: pointer;
	padding: 1rem 1.2rem;
	overflow: hidden;
	position: relative;
	font-weight: 400;
	display: inline-block;
	font-family: 'Zilla Slab', sans-serif;
	font-size: 2.1rem;
	font-weight: 500;
	padding-bottom: 0;
	color: #999;
	text-transform: none;
	letter-spacing: normal;
}

.tab.active {
	color: #101176;
}

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

.tab_content {
	display: none;
}

.tab_drawer_heading {
	display: none;
}

.tabs-list .enkel-dubbel {
	padding-top: 2.5rem;
}

.tabs-list .enkel-dubbel p {
	font-family: 'Zilla Slab', sans-serif;
	padding-bottom: 0;
	line-height: 1.6;
}

.tabs-list .enkel-inner p {
	color: #101176;
}

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

.menu-wrapper {
	display: flex;
	padding: 5rem 0 0;
}

.menu-col {
	width: 50%;
}

.menu-col:nth-child(1) {
	padding-right: 3rem;
}

.menu-col:nth-child(2) {
	padding-left: 3rem;
}

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

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

.menu-dryck .menu-item {
	flex-direction: row;
	justify-content: space-between;
	padding: 0;
    margin-bottom: 4rem;
	border-bottom: 2px solid #e6e6e6;
}

.menu-dryck .menu-item .item-title {
	margin-bottom: 0;
	border-bottom: none;
}

.item-title {
	font-family: 'Zilla Slab', sans-serif;
	font-weight: 400;
	border-bottom: 2px solid #e6e6e6;
	margin-bottom: 5px;
	text-align: left;
	letter-spacing: normal;
	text-transform: none;
	line-height: 1.1;
	color: #101176;
	font-size: 2rem;
	padding-bottom: .5rem;
}

.item-small-title {
	font-family: 'Zilla Slab', sans-serif;
	font-weight: 600;
	margin-bottom: 0;
	text-align: left;
	letter-spacing: .2rem;
	text-transform: normal;
	line-height: 1.1;
	color: #101176;
	font-size: 2.3rem;
	padding-bottom: 0;
}

.grill-item {
	border-bottom: none;
	border: 3px double #C54207;
	padding: 2rem;
	text-align: left;
}

.menu-item .price {
	float: right;
}

.menu-item .description {
	font-size: 1.4rem;
	color: #404d60;
}

.menu-wrapper .menu-col {
	width: 50%;
}

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

@media only screen and (max-width:800px) {
	.SubPage .menu .col-0 {
		padding: 0 2rem !important;
	}

	.tab,
	.tab.active {
		padding: 0 2rem 0 0;
	}

	.tabs-list .enkel-dubbel p {
		text-align: left;
	}
}

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

	#meny .col-0 {
		padding: 0 2rem 2rem;
	}

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

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

	.grill-item {
		margin: 0 0 6rem 0;
	}

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

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

@media only screen and (max-width: 590px) {
	.menu-wrapper .menu-col {
		width: 100%;
		padding: 0;
	}

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

@media only screen and (max-width:480px) {
	.item-title {
		font-size: 1.9rem;
	}

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

/* ==========================================================================
Undersida: Våra enheter > Östermalm
========================================================================== */
.parallax-ostermalm {
	background-image: url('/assets/images/brunoskorvbar-ostermalm-750.jpg');
}

/* ==========================================================================
Undersida: Våra enheter > Södermalm
========================================================================== */
.sub-sodermalm .contact-wrap {
	width: calc(100% / 3 - 4rem);
}

.parallax-sodermalm {
	background-image: url('/assets/images/brunoskorvbar-sodermalm-700.jpg');
}

@media only screen and (max-width: 720px) {
	.sub-sodermalm .contact-wrap {
		width: 100%;
		margin: 0 0 3rem 0;
	}
}

/* ==========================================================================
Undersida > Våra enheter > Östersund
========================================================================== */
.parallax-ostersund {
	background-image: url('/assets/images/brunoskorvbar-ostersund-500.jpg');
}

/* ==========================================================================
Undersida > Franchise
========================================================================== */
.franchise .ordered-list {
	grid-gap: .2rem;
}

/* ==========================================================================
Undersida: Kontakta oss
========================================================================== */

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

@media only screen and (max-width: 1050px) {
	.LayoutPage .contacts .col-block {
		width: 100%;
	}
}

/* ==========================================================================
Undersida: English Menu
========================================================================== */
.SubPage .english-menu .col-0 {
	top: -2rem;
}

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

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

.footer .footer-heading {
	font-size: 1.9rem;
	text-transform: none;
	font-weight: 600;
	letter-spacing: .02em;
	padding-bottom: 2rem;
	color: #101176;
}

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

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

.footer-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2rem 0 0;
	position: relative;
}

.footer-logo-wrapper {
	width: 20rem;
	margin: 0 auto 10rem;
}

.footer-logo {
	width: 100%;
}

/* FOOTER MENU */

.footer-nav {
	width: 100%;
	margin-bottom: 5rem;
	padding-left: 2rem;
	text-align: right;
}

.footer-menu-wrapper {
	display: flex;
	list-style-type: none;
	padding-inline-start: 0;
	margin: 0;
}

.footer-menu {
	text-align: left;
	width: 33%;
	padding: 0 1rem;
}

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

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

.footer-menu:last-child {
	width: auto;
}

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

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

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

.footer .social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 3.5rem;
	height: 3.5rem;
	margin: 0 0 1rem 0;
	padding: 0;
	border-radius: 2rem;
	border: .1rem solid #101176;
	background-color: #101176;
	color: #fff;
}

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

.footer .social::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	font-size: 1.5rem;
	position: relative;
	top: 1px;
}

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

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

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

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

/* Footer Bottom */
.footer-bottom {
	border-top: 1px solid rgba(66, 66, 66, 0.322);
	margin: 0 auto;
	width: 100%;
	padding: 2rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	line-height: 1rem;
}

.footer .footer-bottom * {
	font-size: 1.2rem;
	padding: 0;
}

.footer-bottom .info-list {
	padding-inline-start: 0;
	list-style-type: none;
	display: flex;
}

.footer-bottom .info-list li {
	margin-right: 2rem;
	font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

	.footer-nav {
		padding: 0;
	}

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

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