/* Kinab */
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+AU+QLD:wght@100..400&display=swap');

/* ==========================================================================
Grafisk profil - Färger & Typsnitt 
========================================================================== */
/* Hero New (sans-serif) */
@import url("https://use.typekit.net/oge8uef.css");

/* 
Beige färg (Blonde) = #c0a276 
Grå färg = #eee (som deras lastbilar med mera ish)		
Grön komplementfärg = #638669
*/

/* God jul */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

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

@media only screen and (hover:none) {

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

}


html {
	font-size: 62.5%;
}


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


body {
	background-color: #000;
	background-position: right center !important;
	overflow-x: hidden !important;
	background-attachment: fixed !important;
	font-family: hero-new, sans-serif;
}


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

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

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

.LayoutPage .block-object .mx-50 {
	max-width: 50% !important;
}

.text-block-center{
	max-width: 90rem;
	margin: auto;
}

/* Bredder */
.mw-100 {
	max-width: 100rem;
}

/* Margins */
.m-auto {
	margin: 0 auto;
}
.mt-0{
	margin-top: 0;
}



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

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

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

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

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

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

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

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

.LayoutPage .block-object {
	margin-top: -1px;
}

/* Bakgrundsvideo
========================================================================== */
.bg-video {
	position: relative;
	min-height: 50rem;
	background-color: transparent !important;
}

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

/* Bakgrundsbild
========================================================================== */
.LayoutPage .section-wrapper.bg-image {
    position: relative;
	background-color: transparent !important;
}

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

.LayoutPage .bg-image-wrapper img {
	max-width: unset !important;
	position: absolute;
    left: 50%;
    transform: translate(-50%);
}

/* ==========================================================================
Julhälsnings sektion
========================================================================== */
.LayoutPage .section-christmas .blob-decor img {
	border: 3px solid #c0a276;
}

@media only screen and (max-width: 500px) {
	.LayoutPage .section-christmas .section-block {
		padding-bottom: 0 !important;
	}
}

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

  body:not(.EditMode) .section-auto-modal .section-block {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 4rem);
    max-width: 60rem;
    max-height: 75rem;
    padding: 0rem !important;
    border-radius: 2rem;
    overflow: hidden;
	background: transparent;
	transform: translate(-50%,-50%);
	box-shadow: 0 0 0 0 #c0a276d3;
	background: #c0a276;
  
    /*-webkit-animation: pulsing 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 2.25s infinite cubic-bezier(0.66, 0, 0, 1);*/

  }

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



  /* Pulse btn */


@-webkit-keyframes pulsing {
	to { box-shadow: 0 0 0 20px #c0a276d3; }
}

@-moz-keyframes pulsing {
	to { box-shadow: 0 0 0 20px #c0a276d3; }
}

@-ms-keyframes pulsing {
	to { box-shadow: 0 0 0 20px #c0a276d3; }
}

@keyframes pulsing {
	to { box-shadow: 0 0 0 20px #c0a276d3; }
}
/* ==========================================================================
Popup-notis
========================================================================== */
.EditMode .popup-wrapper {
	display: none;
}

.popup-wrapper {
	position: fixed;
	right: 2.5rem;
	bottom: 3rem;
	max-width: calc(100vw - 2rem);
	width: 100%;
	z-index: 50;
}

/* Popup buttons */
.popup-button {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	width: 7.5rem;
	height: 7.5rem;
	background: #638669;
	border-radius: 50%;
	cursor: pointer;
	-webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.22);
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.22);
	transition: .25s ease;
}

.popup-button:hover {
	transform: scale(1.05);
}

.popup-button em {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.6rem;
	color: #fff;
	transition: .25s ease;
}

.popup-button-close {
	-webkit-appearance: none;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background-color: #FFF;
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	border: none;
	cursor: pointer;
}

.popup-button-close::after {
	content: '\f00d';
	display: block;
	color: #111;
	font-size: 2rem;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
}


.popup-button-close:hover {
	background-color: #e6e6e6;
}

/* Show open icon */
.popup-wrapper .popup-button .open-popup {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

/* Hide open icon */
.popup-wrapper.opened .popup-button .open-popup {
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
}

/* Show close icon */
.popup-wrapper.opened .popup-button .close-popup {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

/* Hide close icon */
.popup-wrapper .popup-button .close-popup {
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
}

/* Popup window */
.popup-window {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 8rem;
	right: 0;
	max-width: 44rem;
	width: 100%;
	padding: 4rem;
	border-radius: 3rem 3rem 1rem;
	background: #fff;
	-webkit-box-shadow: 0 0 300px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 300px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 300px 0px rgba(0, 0, 0, 0.2);
	transition: .2s ease;
}

.popup-window::after {
	content: '';
	display: block;
	width: 0rem;
	height: 0rem;
	border-style: solid;
	border-width: 2rem 2rem 0 2rem;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	right: 2rem;
	bottom: -2rem;
}

.popup-header {
	width: 100%;
	top: 0;
	right: 0;
	padding: 0;
	padding-bottom: 1.5rem;
	background-color: #FFF;
	z-index: 1;
}

/* Show popup-window */
.popup-wrapper.opened .popup-window {
	visibility: visible;
	opacity: 1;
	bottom: 11rem;
}

.close-button {
	position: absolute;
	top: 2.5rem;
	right: 3rem;
	font-size: 1.9rem;
	color: #333;
	cursor: pointer;
}


.popup-window h4.lead {
	font-size: 2rem;
	font-weight: 600;
	color: #638669;
}

.popup-window h5 {
	font-weight: 600;
}

.popup-window p,
.popup-window a,
.popup-window li {
	line-height: 1.5;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: left;
}

.popup-window ul {
	margin-top: 0;
}

.popup-window li {
	padding-bottom: .5rem;
}

@media only screen and (max-width:980px) {
	.popup-button {
		width: 7rem;
		height: 7rem;
	}

	.popup-button em {
		font-size: 3.5rem;
	}
}

@media only screen and (max-width: 768px) {
	.popup-button {
		width: 5rem;
		height: 5rem;
	}

	.popup-button em {
		font-size: 2.5rem;
	}

	.popup-wrapper h3 {
		font-size: 1.8rem;
	}

}

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

	.popup-window {
		right: 0;
		width: calc(100% - 2rem);
		padding: 2rem;
		padding-top: 4rem;
		border-radius: 2rem 2rem 1rem;
	}

	.popup-header {
		position: absolute;
		padding: 2rem 2rem 1rem;
		overflow: hidden;
		border-radius: 2rem 2rem 0 0;
	}

	.popup-button-close {
		transform: translateY(-50%);
		top: 58%;
		right: 1rem;
	}

	.popup-content {
		height: 35rem;
		overflow: scroll;
		padding: 4rem 0;
		position: relative;
	}

	.popup-window::before {
		content: '';
		display: block;
		width: 100%;
		height: 4rem;
		position: absolute;
		left: 0;
		bottom: 2rem;
		z-index: 1;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	}

	.popup-wrapper.opened .popup-window {
		bottom: 7rem;
	}

	.popup-window::after {
		content: '';
		display: block;
		width: 0rem;
		height: 0rem;
		border-style: solid;
		border-width: 1rem 1rem 0 1rem;
		border-color: #ffffff transparent transparent transparent;
		position: absolute;
		right: 1.5rem;
		bottom: -1rem;
	}
}

/* ==========================================================================
KontaktformulÃ¤r
========================================================================== */

.contact-details .col-1{
padding: 4rem !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.106);
}
.LayoutPage .Contact .ContactForm div
{
		width: 100% !important;
}
.asterisk p:after {
    content: "*";
    font-size: 1.6rem;
    font-weight: 400;
    margin-left: 6px;
    color: red;
}
div .submit-button-container,
div .submit-button-container,
div .ContactSubmit{
		width: 100% !important;
		text-align: center;
}
.LayoutPage .Contact .ContactForm input.ContactSubmit{
			width: 100% !important;
			padding: 2rem !important;
			min-width: 100%;
}

.LayoutPage .Contact .ContactForm textarea.textmessage {
	height: 15rem;
}

.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 {
	font-weight: 400;
	font-size: 1.4rem;
		color: #000;
	margin-bottom: 1rem !important;
}

.LayoutPage .section-block .Contact .ContactForm input.text,
.LayoutPage .section-block .Contact .ContactForm textarea.textmessage,
.ContactForm select {
	background-color: #fff;
	height: 4rem !important;
	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 .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: 940px) {
.contact-details .col-0,
.contact-details .col-1{
width: 100% !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;
	}
}

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

.parallax-1 {
	background-image: url('/assets/images/bla-lastbil-2000px.jpg');
	/*background-image: url('/assets/images/vinter-bild-2000px.jpg');/*
	/* background-image: url('/assets/images/skoksvag-2000px.jpg'); */
}

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

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

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

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

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

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

.split-content {
	width: 50%;
	padding: 9rem 4rem;
	text-align: left;
	display: flex;
}

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

.split-image {
	width: 50%;
	position: relative;
	overflow: hidden;
	border-radius: 0;

}

.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-content.align-center {
	display: flex;
}

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

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

.split-wrapper .text-left{
text-align: start !important;
}

/* Custom split wrappers */
.split-content.content-blonde {
	background-color: #b89c73;
}

.split-content.content-blonde .subheading,
.split-content.content-blonde p {
	color: #222;
}

.split-content.content-gray {
	background-color: #eee;
}

.split-content.content-gray .subheading,
.split-content.content-gray p {
	color: #323232;
}

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

	.split-image-product img {
		object-fit: contain !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: 1;
		text-align: center;
	}

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

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

	.split-content.content-blonde {
		padding: 4rem 2rem;
	}
}

/* ==========================================================================
Knappar & Länkar Buttons
========================================================================== */
.btn,
.ContactSubmit {
	font-family: inherit;
	max-width: 50rem;
	width: auto;
	padding: 1.9rem 4rem;
	border-radius: .6rem;
	text-align: center;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1.3;
	font-weight: 500;
	background: #638669;
	border: 2px solid;
	border-color: #638669;
	color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
}

.btn:hover {
	border: 2px solid;
	background: #49634d;
	border-color: #49634d;
	color: #fff;
}

.btn-primary,
.ContactSubmit {
	background: #c0a276;
	border-color: #c0a276;
	color: #333;
}

.btn-primary:hover,
.ContactSubmit:hover {
	background: #9e835a;
	border-color: #9e835a;
	color: #333;
}

.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-link {
	color: #fff;
}

.btn-link:hover {
	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);
}

.arrow-link {
	padding: 0;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
}

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

/* ==========================================================================
Bakgrunder & Färger
========================================================================== */
.LayoutPage .bg-blonde {
	background-color: rgb(207 169 112 / 85%);
	backdrop-filter: blur(15px);

}

.LayoutPage .bg-blonde *:not(.btn) {
	color: #222;
}

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

.bg-white {
	background: white;
}

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

p {
	padding: 0 0 1.2em 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.35;
	color: #323232;
	text-transform: normal;
	text-transform: none;
}

h1,
h2,
h3,
h4,
h5 .section-title {
	font-size: 4rem;
	padding-bottom: 2rem;
	line-height: 1.4;
	font-weight: 500;
}

.text-label {
	font-size: 1.8rem;
	padding-bottom: 2.5rem;
	font-weight: 400;
	color: #c0a276;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.preamble {
	font-size: 2.5rem;
	line-height: 1.4;
	padding-bottom: 1rem;
	font-weight: 500;
	color: #c0a276;
}

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

.intro-text {
	font-size: 1.8rem;
	line-height: 1.8;
	font-weight: 300;
}

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

.text-white {
	color: white;
}

.text-christmas {
	font-family: 'Dancing Script', cursive;
	font-size: 3.8rem;
	padding-top: 3rem;
}

@media only screen and (max-width: 1466px) {
	.section-title {
		font-size: 3.4rem;
		padding-bottom: 2rem;
	}

}

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

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

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

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

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

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

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

	.preamble {
		font-size: 1.8rem;
	}

	p {
		font-size: 1.6rem;
	}

	.text-christmas {
		font-size: 3rem;
	}
}

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

	h1,
	h2,
	h3,
	.section-title {
		font-size: 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 .heading-type * {
	max-width: 70rem
}

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

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

/* Text Centrerad
========================================================================== */
.LayoutPage .text-center * {
	text-align: center;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	.LayoutPage .text-center * {
		max-width: 70rem;
	}
}

.text-left{
	text-align: start !important;
}


/* Lilla abc-blocket (small-type)
========================================================================== */
.smalltext-type {
	max-width: none;
}

/* Stora ABC-blocket (normaltext-type)
========================================================================== */
.normaltext-type {
	max-width: 95rem;
	margin: 0 auto;
	text-align: center;
}

@media only screen and (min-width:1450px) {
	.normaltext-type {
		max-width: 105rem;
	}
}

/* ==========================================================================
Header / Navigation
========================================================================== */
/* Header > CTA Btn  */
header .cta-socials {
	position: absolute;
	top: 1.8rem;
	right: 1rem;
	opacity: 1;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.cta-socials .social-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.cta-socials .social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 3.5rem;
	height: 3.5rem;
	margin-right: 1rem;
	padding: 0;
	border-radius: 2rem;
	border: .1rem solid #c0a276;
	background-color: #c0a276;
	color: #333;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.cta-socials .social:hover {
	background-color: #e0bc86;
	border-color: #e0bc86;
	color: #333;
	text-decoration: none;
}

.cta-socials .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';
}

@media only screen and (max-width: 330px) {
	.cta-socials .social {
		margin-right: .4rem;
	}
}

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

header.scrolled {
	background-color: #fff;
}

header .container {
	max-width: none;
}

/* Header Logo
========================================================================== */
header .header-logo {
	width: 20rem;
	padding: 2rem 2rem;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: absolute;
	left: 0;
}

header.scrolled .header-logo {
	width: 17rem;
	padding: 1rem 2rem;
}

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

	header .header-logo,
	header.scrolled .header-logo {
		width: 10rem;
		padding: 1rem;
		top: 1rem;
	}
}

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

nav.mainmenu a {
	font-family: inherit;
	font-weight: 300;
	font-size: 1.3rem;
	color: #fff;
	text-transform: none;
	padding: 0 1.8rem;
	margin: 0;
	letter-spacing: 0.5px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

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

nav.mainmenu li {
	transition: ease-out .1s;
}

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

/* Dropdown menu
========================================================================== */
nav.mainmenu .parent.expandable,
nav.mainmenu .toplevel.expandable {
	cursor: default;
}

nav.mainmenu ul>li>ul {
	background: #333;
	padding: 0;
	box-sizing: border-box;
	line-height: normal;
	height: auto;
	min-width: 100%;
	width: auto;
	text-align: left;
	z-index: 10;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.109);
}

nav.mainmenu ul>li>ul>li>a {
	line-height: 3;
	padding: 0 2rem;
	color: #333 !important;
}

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

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

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

nav.mainmenu ul>li>ul>li>a {
	line-height: 4;
}

nav.mainmenu ul>li>ul>li>a:before {
	bottom: 1rem;
	left: 2rem;
}

#overlay {
	z-index: 7;
}

/* Mobilmenyn / Hamburgarmeny
========================================================================== */
@media only screen and (min-width: 1151px) {
	.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;
	}

	nav.mainmenu a:before,
	nav.mainmenu a:hover:before {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-moz-transform: scaleX(1);
		visibility: visible;
		transform: scaleX(1);
	}

	nav.mainmenu a:before {
		background-color: #c0a276;
		visibility: hidden;
		position: absolute;
		content: "";
		height: 2px;
		bottom: 1.5rem;
		width: 50%;
		margin: 0 auto;
		display: block;
		left: 25%;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-moz-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}

	nav.mainmenu {
		text-align: right;
	}


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

	nav.mainmenu ul {
		margin-right: 15rem;
	}

	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: 1150px) {

	header .cta-socials {
		right: 8rem;
	}

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

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

	.hamburger--menu .hamburger-inner::after {
		content: 'MENY';
		font-size: 1.1rem;
		letter-spacing: .2em;
		color: #c0a276;
	}

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

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

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

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

	nav.mainmenu li a {
		width: 100%;
		margin: unset;
		padding: unset;
		padding-left: 4rem;
		font-size: 1.6rem;
		line-height: 3.7;
		color: #000 !important;
	}

	nav.mainmenu li a:hover {
		color: #c0a276 !important;
	}

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

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

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

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

	nav.mainmenu ul>li>ul>li a:hover {
		background: #c0a276 !important;
	}

	nav.mainmenu ul>li>ul>li>a {
		width: 100%;
		padding: 0 0 0 6rem;
	}

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

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

/* ==========================================================================
Top-section
========================================================================== */
.top-section {
	display: block;
	height: auto;
	background-image: url(/assets/images/lastbil-entre-2000px.jpg);
	/*background-image: url(/assets/images/kiab-lokal-entre-2000px.jpg);*/
	/*background-image: url(/assets/images/lastbil-grus-2000px.jpg);*/
	background-size: cover;
	background-position: center;
}

.page-title-wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-end !important; 
	align-items: flex-start !important;  
	width: 100%;
	min-height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	transform: none;
	position: static;
	max-width: none;
	text-align: left;
	padding: 2rem;
	z-index: 3;
}


.page-title-wrap .btn:first-child {
	margin-right: 2rem;
}

.page-title-wrap h1,
.page-title-wrap h2 {
	color: #fff;
	padding: 0;
	text-shadow: none;
	font-weight: 300;
}

.page-title-wrap h1 {
	font-size: 4.5rem;
	margin: 0;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
	padding-bottom: 2rem;
	line-height: 1.3;
}

.page-title-wrap .usp-decor {
	font-weight: 700;
}

.page-title-wrap p {
	color: #fff;
	font-weight: 300;
	padding-bottom: 0;
	max-width: 60rem;
}

.page-title-wrap .btn-wrapper {
	margin-top: 1rem;
}

.page-title-wrap * {
	margin: left;
	text-align: left;
}
.top-badge{
	background: #c0a276;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2rem;
	border-top-right-radius: 2rem;
	max-width: 55rem;
}
.top-badge p{
color: black;
}


@media only screen and (max-width:1466px) {
	.page-title-wrap {
		max-height: 70vh !important;
	}
}

@media only screen and (max-width:1150px) {
	.page-title-wrap h1 {
		font-size: 2.8rem !important;
		margin: 0 auto;
	}
		.page-title-wrap h2 {
		font-size: 2rem;
	}

}

@media only screen and (max-width:580px) {
	.page-title-wrap h1 {
		font-size: 2.7rem;
		line-height: 1.4;
	}
	.top-text {
		margin-bottom: 8rem;
	}
}

@media only screen and (max-width:420px) {
	.page-title-wrap h1 {
		font-size: 3rem;


	}
}

@media only screen and (max-width:340px) {
	.page-title-wrap h1 {
		font-size: 2rem;
	}
}

/* CTA Box på top section
========================================================================== */
.cta-box-wrapper {
	position: fixed;
	right: 0;
	bottom: 2rem;
	z-index: 50;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}


.cta-box-wrapper.scrolled {
	right: -20rem;
}

.cta-box-wrapper:hover {
	right: 0;
}

.cta-box-wrapper .cta-box {
	background-color: #c0a276;
	text-align: center;
	padding: 0;
	max-width: 40rem;
	display: flex;
	border-radius: 2rem 0 0 2rem;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.cta-box-wrapper .cta-box:hover {
	text-decoration: none !important;
	background-color: #e0bc86;
}

.cta-box-wrapper .cta-box * {
	color: #222;
	text-align: left;
}

/* Title */
.cta-box-wrapper .cta-box-heading {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 2rem;
}

.cta-box-wrapper .cta-box-title {
	font-size: 2rem;
	line-height: 1.3;
	padding: 0;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

/* Text and button */
.cta-box-wrapper .cta-box-content {
	padding: 2rem;
}

.cta-box-wrapper .cta-box p {
	text-align: left;
	font-size: 1.4rem;
	max-width: 50rem;
}

@media only screen and (max-width: 730px) {
	.cta-box-wrapper .cta-wrapper {
		position: relative;
		margin-top: 0;
	}
}

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

	.cta-box-wrapper .cta-box-title,
	.cta-box-wrapper .cta-box p {
		font-size: 1.3rem;
		line-height: 1.6;
	}

	.cta-box-wrapper {
		bottom: 0;
	}

	.cta-box-wrapper .cta-box {
		border-bottom-left-radius: 0;
	}
}




.cta-box-wrapper2 {
	position: fixed;
	right: 0;
	bottom: 20rem;
	z-index: 50;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}


.cta-box-wrapper2.scrolled {
	right: -20rem;
}

.cta-box-wrapper2:hover {
	right: 0;
}

.cta-box-wrapper2 .cta-box {
	background-color: #c0a276;
	text-align: center;
	padding: 0;
	max-width: 35rem;
	display: flex;
	border-radius: 2rem 0 0 2rem;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.cta-box-wrapper2 .cta-box:hover {
	text-decoration: none !important;
	background-color: #e0bc86;
}

.cta-box-wrapper2 .cta-box * {
	color: #222;
	text-align: left;
}

/* Title */
.cta-box-wrapper2 .cta-box-heading {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 2rem;
}

.cta-box-wrapper2 .cta-box-title {
	font-size: 2rem;
	line-height: 1.3;
	padding: 0;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

/* Text and button */
.cta-box-wrapper2 .cta-box-content {
	padding: 2rem;
}

.cta-box-wrapper2 .cta-box p {
	text-align: left;
	font-size: 1.4rem;
	max-width: 50rem;
}

@media only screen and (max-width: 730px) {
	.cta-box-wrapper2 .cta-wrapper {
		position: relative;
		margin-top: 0;
	}
}





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

/* Om oss
========================================================================== */
.LayoutPage .about .section-block-wrapper {
	max-width: none;
}

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

/* Tjänster
========================================================================== */
.LayoutPage .services .section-block-wrapper {
	max-width: 140rem;
}

.LayoutPage .services {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(40%, #eee));
	background: -o-linear-gradient(top, #fff 50%, #eee 40%);
	background: linear-gradient(to bottom, #fff 50%, #eee 40%);
}

.LayoutPage .services .normaltext-type {
	text-align: center;
	max-width: 95rem;
	margin-bottom: 1rem;
}

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

.services-wrap .service-box {
	display: flex;
	flex-direction: column;
	width: 31%;
	margin: 1%;
	text-align: center;
	padding: 0;
	background-color: #fff;
	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;
	position: relative;
	text-decoration: none !important;
	box-shadow: 0px 1rem 4rem rgba(0, 0, 0, 0.1);
}

.services-wrap .service-box:hover {
	box-shadow: 0px 1rem 4rem rgba(0, 0, 0, 0.1);
}

.services-wrap .service-image {
	height: 30rem;
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 2rem;
}

.services-wrap .service-image img {
	object-fit: contain;
}

.services-wrap .service-text {
	flex-grow: 1;
	padding: 2rem 3rem 0;
	position: relative;
}

.services-wrap .overflow-wrapper {
	overflow: hidden;
}

.services-wrap .overflow-text {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.services-wrap .service-info * {
	text-align: left;
}

.services-wrap .service-heading {
	color: #222;
	background-color: #eee;
	padding: 1rem;
	font-size: 2rem;
	width: 100%;
	margin-bottom: 2rem;
}

.services-wrap .service-lead {
	font-size: 1.8rem;
	color: #202020;
	text-transform: none;
	padding: 0;
	line-height: 1.5;
	font-weight: 600;
	text-align: center;
}

.services-wrap p {
	padding: 0;
}

.service-box .service-link {
	display: block;
	/* position: absolute; */
	text-align: center;
	margin-top: 3rem;
	width: 100%;
	color: #333;
	background-color: #c0a276;
	border-radius: 0;
	height: 5rem;
	line-height: 5rem;
	font-weight: 500;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: .2em;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.service-box:hover .service-link {
	background-color: #638669;
	color: #fff;
}

@media only screen and (max-width:1050px) {
	.services-wrap .service-box {
		width: 46%;
	}

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

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

	.services-wrap .service-box {
		width: 100%;
		margin: 0 0 3rem 0;
	}
}

/* Startsida: Våra kunder Logo slider
========================================================================== */
.logo-slider .section-block {
	position: relative;
	overflow: hidden;
}

.logo-slider .section-block:after {
	content: "";
	display: block;
	position: absolute;
	width: 100vw;
	height: auto;
	min-height: 100vh;
	background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, transparent), to(#fff));
	background: -o-linear-gradient(left, #fff 0%, transparent 50%, #fff 100%);
	background: linear-gradient(to right, #fff 0%, transparent 50%, #fff 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	right: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
}

.partner-logo {
	text-align: center;
	display: flex;
	align-items: center;
	height: 18rem;
	justify-content: center;
}

.partner-logo img {
	max-height: 10rem;
}

@media only screen and (max-width: 990px) {
	.logo-slider .section-block:after {
		display: none;
	}
}

.logo-box {
	text-align: center;
	margin: auto;
	max-width: 40rem;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 1350px) {
	.logo-box {
		text-align: center;
		margin: auto;
		max-width: 30rem;
	}
}

@media only screen and (max-width: 990px) {
	.logo-box {
		flex-direction: column;
	}
}

/* Startsida: nyheter
========================================================================== */

.section-news {
	overflow: hidden !important;
}

.split-slider {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding-bottom: 5rem;

}

.split-slider .slick-track {
	display: flex;
}



/* Bild-slider */
.split-slider .split-image-wrapper .slick-list {
	overflow: hidden !important;
}



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

}

.split-slider .slide-image {
	height: auto;
	margin: 0 1rem 0 0;
}

.split-slider {
	width: 100%;
	height: 100%;
	padding: 0 0 0 5% !important;
	transition: padding 0.8s ease;
}

.split-slider .slick-slide.slick-active .image-wrapper,
.split-slider .slick-slide.slick-active+.slick-slide .image-wrapper {
	padding: 0 5% 0 0;
	transition: padding 0.8s ease;
}

/* Text-slider */
.split-slider .split-text-wrapper {
	position: relative;
	width: 45%;
	margin-left: calc(-45% - 3rem);
	bottom: -5rem;
	padding: 10rem 7rem 7rem;
	background: white;
	box-shadow: 0 1rem 1rem rgb(189, 189, 189);
}

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

/* slick knappar */
.split-slider .slick-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 4rem;
	height: 4rem;
	font-size: 0;
	cursor: pointer;
	transition: 0.4s;
}

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

.split-slider .slick-prev:after,
.split-slider .slick-next:after {
	font-size: 2rem;
	color: rgba(var(--black-color));
}

/* Dots */
.split-slider .slick-dots {
	position: absolute;
	top: 5rem;
	padding: 0;
	margin: 0;
}

.split-slider .slick-dots li {
	margin: 0 5px;
}

.split-slider .slick-dots li:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 4px;
	background-color: rgba(var(--black-color));
	transition: all 0.2s ease;
}

.split-slider .slick-dots li.slick-active:before {
	opacity: 1;
	width: 2rem;
	background-color: rgb(var(--primary-color));
	transition: all 0.2s ease;
}

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

	/* Bild-slider */
	.split-slider .slide-image {
		margin: 0 1rem 0 0;
	}

	/* Text-slider */
	.split-slider .split-text-wrapper {
		padding: 7rem 5rem 5rem;
		width: 50%;
		margin-left: calc(-50% - 1rem);
	}

	/* Dots */
	.split-slider .slick-dots {
		top: 3rem;
	}
}

@media only screen and (max-width: 1000px) {
	.split-slider {
		padding-bottom: 0;
	}

	/* Bild-slider */
	.split-slider .split-image-wrapper {
		width: 100%;
	}

	.split-slider .image-wrapper,
	.split-slider .slick-slide.slick-active .image-wrapper,
	.split-slider .slick-slide.slick-active+.slick-slide .image-wrapper {
		padding: 0;
	}

	.split-slider .split-image-wrapper .slick-list {
		overflow: hidden !important;
	}

	/* Text-slider */
	.split-slider .split-text-wrapper {
		position: relative;
		bottom: unset;
		width: 100%;
		margin: 2rem 0 0;
		padding: 2rem;
	}
}

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

	/* Text-slider */
	.split-slider .split-text-wrapper {
		padding: 3rem 2rem 5rem 0;
	}

	.split-slider .slick-dots {
		display: none;
	}

	.split-slider .split-image-wrapper .slick-list {
		overflow: hidden !important;
	}
}

/* Slick */

.section-news .slick-list {
	width: 100%;
}

.section-news .slick-slide {
	margin: 0 .5rem;
}

.section-news .slick-dots {
	position: absolute;
	bottom: .2rem;
	left: 50%;
	width: auto;
	padding: 0;
	margin: 0;
	background-color: rgb(var(--white-color));
	border-radius: 1rem 1rem 0 0;
	transform: translateX(-50%);
}

.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}

@media only screen and (max-width: 980px) {
	.section-news .col-1 {
		margin-top: 5rem;
	}
}

/* Startsida: Instagram
========================================================================== */
.LayoutPage .section-instagram .section-block {
	padding: 2rem;
	background-color: #222;
}

.LayoutPage .section-instagram .section-block-wrapper {
	max-width: unset;
}

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

.SubPage .pulse-button {
	animation: none;
}

/* Custom navs
========================================================================== */
.nav-white header {
	background-color: #fff;
}

.nav-white nav.mainmenu a {
	color: #000;
}

/* Categories sections (showing cards with headlines for subpages)
========================================================================== */
.LayoutPage .categories .section-block-wrapper {
	max-width: 160rem;
}

.LayoutPage .categories .services-wrap {
	justify-content: center;
}

/* Hero section, split image and text
========================================================================== */
.LayoutPage .hero-split .section-block-wrapper {
	max-width: 160rem;
}

.LayoutPage .hero-split .section-block {
	padding: 12rem 4rem 10rem;
}

.LayoutPage .hero-split .normaltext-type {
	max-width: none;
	text-align: left;
}

.LayoutPage .hero-split .page-heading {
	padding-bottom: 3rem;
}

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

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


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

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

.LayoutPage .hero-block .heading-type * {
	margin: 0 auto;
}

.LayoutPage .hero-block .page-heading {
	margin: 0 auto;
	padding: 0;
	color: #111;
}

.LayoutPage .hero-block p {
	margin: 0 auto;
	padding-top: 2rem;
	padding-bottom: 0;
}

/* Custom colored blocks */
.LayoutPage .hero-block.blue-block .section-block {
	background: #39499b;
}

.LayoutPage .hero-block.blue-block .heading {
	color: #fff;
}

.LayoutPage .hero-block.blue-block .page-heading {
	color: #fff;
}


/* Speciella paddings */
.p-2 {
	padding: 2rem;
}
.p-4 {
	padding: 4rem;
}

.LayoutPage .py-2 .section-block {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

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

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

/* Text och typsnitt
========================================================================== */
/* Övriga klasser */
.text-italic {
	font-style: italic;
}

/* Grafiska element
========================================================================== */
/* Borders */
.border-top-black {
	border-top: 1px solid black
}

/* Box shadow */
.box-shadow {
	box-shadow: 0 1rem 1rem rgb(189, 189, 189);
}

/* Osymetrist border radius */
.blob {
    border-radius: 50%;
}

/* Osymetrisk linje och bakgrund runt bild */
.blob-decor {
    position: relative;
    overflow: visible;
    z-index: 1;
}

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

/* Specifika bredder */


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

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

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

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

/* Card 1-1 */
.card-1-1 .card-item {
	border-radius: 2rem;
	padding: 2rem;
}

.card-1-1 .card-item:hover {
	background-color: rgb(207 169 112 / 85%);
	text-decoration: none !important;
	transition: 0.4s ease-in-out;
}

.cards-wrapper.gallery img {
	height: 40rem;
	object-fit: cover;
	width: 100%;
}

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

.cards-wrapper.logos img {
	max-height: 9rem;
}

/* Card 3-5 */
.card-3-5 .card-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50rem;
	width: auto;
    border: 1px solid rgb(var(--black-color));
}

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

.card-3-5 .image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out;
}


.card-3-5 .card-body {
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 1rem;
    color: rgb(var(--white-color));
}

.card-3-5 .card-body.border {
    margin: 5rem;
    border: 1px solid rgb(var(--white-color));
}

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

@media only screen and (max-width: 580px) {
    .card-3-5 .card-body {
        padding: 2rem;
    }

    .card-3-5 .card-body.border {
        margin: 2rem;
    }
}


/* Hero with image background or background video
========================================================================== */
.EditMode .LayoutPage .hero-image {
	background-color: #111;
}

.LayoutPage .hero-image {
	background: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}


.LayoutPage .hero-image .section-block {
	height: 60vh;
	background-color: rgba(0, 0, 0, 0.75);
}


/* Hero image intro
========================================================================== */
.LayoutPage .hero-intro {
	background: transparent;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-attachment: fixed;
	background-position: center;
}

.LayoutPage .hero-intro .section-block {
	background-color: rgba(0, 0, 0, 0.75);
	display: flex;
	padding-top: 18rem;
	align-items: center;
}

.LayoutPage.mw-none .section-block-wrapper {
	max-width: none !important;
}

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

.LayoutPage .hero-intro .heading-type {
	max-width: 90rem;
}

.LayoutPage .pt-2 .section-wrapper {
	padding-top: 2rem;
}

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

.LayoutPage .hero-intro .heading-type * {
	text-align: center;
	margin: 0 auto;
}

.LayoutPage .hero-intro .section-title {
	color: #fff;
}

.LayoutPage .hero-intro p {
	font-weight: 300;
	color: white;
	max-width: 90rem;
}

.LayoutPage .hero-intro .heading {
	color: #fff;
}


@media only screen and (max-width:700px) {
	.LayoutPage .hero-intro .section-block-wrapper {
		padding: 5rem 0 0;
	}
}

/* ==========================================================================
Undersida: Service
========================================================================== */
.service-page .split-image {
	width: 30%;
}

.service-page .split-content {
	width: 60%;
}

@media only screen and (max-width:800px) {
	.service-page .split-image {
		width: 100%;
		display: flex;
		justify-content: center;
	}	

	.service-page .split-image img {
		min-width: 50%;
	}	

	.LayoutPage .service-page .block-object img {
		width: 50% !important;
	}	

	.service-page .split-content {
		width: 100%;
	}
}

/* ==========================================================================
Undersida: Jobbannons
========================================================================== */
#anons .section-block-wrapper {
	max-width: 120rem;
}

.text-box {
	min-width: 500px;
}


.job-info-box

/* ==========================================================================
Undersida: Kontakta oss
========================================================================== */
.sub-contact .cta-box-wrapper {
	display: none;
}

.LayoutPage .contact-intro .normaltext-type {
	max-width: 90rem;
}

/* Kontaktrutor
========================================================================== */
.LayoutPage .contact-details .section-block {
	background-color: #fff;
}

.LayoutPage .contact-details .normaltext-type {
	text-align: left;
	margin: 0;
	max-width: none;
}

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

.contact-box {
	width: 48%;
	margin: 1%;
	text-align: center;
	padding: 4rem;
	background-color: #222;
	color: #fff;
	border-radius: 0;
	overflow: hidden;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 1rem 2rem rgb(0 0 0 / 10%);
	text-decoration: none !important;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a.contact-box:hover {
	box-shadow: 0px 1rem 4rem rgb(0 0 0 / 10%);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.box-content {
	width: 100%;
}

.box-text {
	width: 100%;
}

.box-text *,
.box-text *:hover {
	color: #fff;
}

.box-text .box-heading {
	padding: 0 0 .5rem 0;
	font-size: 2rem;
}

.box-icon {
	margin-bottom: 2rem;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.box-icon * {
	font-size: 4rem;
	color: #c0a276;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

/* Custom sizes */
.contact-box:first-child {
	background-color: #c0a276;
	width: 100%;
}

.contact-box:first-child:hover {
	transform: none;
}

.contact-box:first-child * {
	color: #323232;
	text-align: left;
}

@media only screen and (max-width: 1100px) {
	.contact-box {
		width: 48%;
		padding: 2rem;
	}

	.contact-box:first-child {
		width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	.contact-box {
		width: 100%;
		padding: 4rem 2rem;
		text-align: center;
	}

	.box-text {
		padding: 0;
	}
}

/* Kontaktcards medarbetare
========================================================================== */
.LayoutPage .coworkers .heading-type * {
	text-align: center;
	max-width: 80rem;
	margin: 0 auto;
}

/* Rubriker / Ã–vriga uppgifter */
.contact-textblock-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.contact-textblock {
	text-align: left;
	position: relative;
	padding: 4rem;
}

.contact-textblock:first-child {
	width: 70%;
}

.contact-textblock:first-child p {
	max-width: 60rem;
}

.contact-textblock:last-child {
	background-color: #3A499B;
	padding: 3rem;
	width: 30%;
	border-radius: 1rem;
}

.contact-textblock:last-child * {
	color: #fff;
}

.contact-textblock .btn-wrapper {
	margin-top: 0;
}

@media only screen and (max-width: 1200px) {
	.contact-textblock:first-child {
		width: 60%;
	}

	.contact-textblock:last-child {
		width: 40%;
	}
}

@media only screen and (max-width: 1000px) {
	.contact-textblock:first-child {
		order: 1;
		width: 100%;
		padding: 5rem 2rem;
	}

	.contact-textblock:last-child {
		order: 0;
		width: 100%;
		max-width: 60rem;
	}
}

/* Kontaktkort */
.contacts-items-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding-top: 4rem;
	max-width: 90%;
	margin: auto;
}

.contacts-item {
	width: calc(100% / 3 - 4rem);
	margin: 2rem;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.contacts-image {
	padding: 0 1rem;
}

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

.contacts-item .contacts-text {
	padding: 2rem;
	width: 100%;
	background-color: #c0a276;
	color: #000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 2px;
}

.contacts-item .name {
	font-size: 2.2rem;
	padding-bottom: .8rem;
	color: inherit;
}

.contacts-item .title {
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
}

.contacts-item .contact-options {
	margin: .5rem 0;
	font-style: normal;
	color: inherit;
}

.contacts-item .contact-option {
	display: flex;
	margin: .2rem 0;
	align-items: center;
	color: inherit;
	letter-spacing: normal;
	font-weight: 400;
	text-transform: none;
	font-size: 1.5rem;
}

.contacts-item .contact-option:hover {
	color: rgba(0, 0, 0, 0.75);
}

.contacts-item .contact-option::before {
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-size: inherit;
	margin-right: 1.5rem;
	vertical-align: middle;
	color: rgba(0, 0, 0, 0.75);
	width: 1rem;
	text-align: center;
}

.contacts-item .contact-option:hover::before {
	text-decoration: none !important;
}

.contact-option.address::before {
	content: '\f3c5';
}

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

.contact-option.mail::before {
	content: '\f0e0';
}

@media only screen and (max-width: 1466px) {
	.contacts-item .name {
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 1240px) {
	.contacts-item {
		width: calc(100% / 3 - 4rem);
	}
}

@media only screen and (max-width: 980px) {
	.contacts-item {
		width: calc(100% / 2 - 4rem);
	}

	.contacts-items-wrapper {
		padding-top: 0;
	}
}

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

.instagram-wrapper {
	overflow: hidden;
}

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

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


.footer .footer-heading {
	font-size: 1.5rem;
	text-transform: none;
	font-weight: 700;
	letter-spacing: 0;
	padding-bottom: 1rem;
	color: #fff;
}

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

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

.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: 20%;
}

.footer-menu:first-child {
	padding-right: 5rem;
	width: 45%;
}

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

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

.footer-menu:last-child {
	width: 7rem;
}

.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-bottom: 1rem;
	padding: 0;
	border-radius: 2rem;
	border: .1rem solid #c0a276;
	background-color: #c0a276;
	box-shadow: 0.1rem 0.1rem 0 #9e835a;
	color: #333;
}

.footer .social:hover {
	background-color: transparent;
	color: #9e835a;
	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 #eee;
	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;
}

.footer img {
	width: 280px;
	border-radius: 10px;
	margin-top: 10px;
}

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

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


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

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

@media only screen and (max-width: 1100px) {
	.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: 45%;
	}

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

	.footer .social-list {
		flex-direction: row;
		margin-top: 2rem;
	}

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

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

	.footer-container {
		padding: 0;
	}

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

	.footer-menu:last-child {
		padding: 0;
	}

	.footer-nav {
		padding: 0;
	}
}
