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

/* Fonts: Roboto, Industry */
@import url("https://use.typekit.net/fdq7ear.css");

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

body {
	background-position: center center;
	overflow-x: hidden !important;
	background-size: cover;
}

.display-none {
	display: none;
}

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

/* Layout
========================================================================== */
.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
	padding: 5rem 5rem;
}

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

/* Speciella bredder */
.width-1300 .section-block .section-block-wrapper {
	max-width: 130rem;
}
.width-1200 .section-block .section-block-wrapper {
	max-width: 120rem;
}

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

/* Speciella paddings */
.pt-4:not(.section-wrapper) {
	padding-top: 4rem !important;
}

.p-2:not(.section-wrapper) {
	padding: 2rem !important;
}

.pb-0:not(.section-wrapper) {
	padding-bottom: 0rem !important;
}

.LayoutPage .pt-0 .section-block,
.SubPage .pt-0 .section-block,
.pt-0:not(.section-wrapper) {
	padding-top: 0 !important;
}

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

.LayoutPage .pt-5 .section-block,
.SubPage .pt-5 .section-block,
.pt-5:not(.section-wrapper)  {
	padding-top: 5rem !important;
}

.LayoutPage .pb-5 .section-block,
.SubPage .pb-5 .section-block{
	padding-bottom: 5rem !important;
}

.pb-3:not(.section-wrapper) {
	padding-bottom: 3rem !important;
}

.mw-1200:not(.section-wrapper) {
    max-width: 120rem;
}

/* Margins */

.m-0-auto {
    margin: 0 auto;
}

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

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

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

.mb-1 {
    margin-bottom: 1rem;
}

.mb--5 {
	margin-bottom: -5rem;
}

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

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

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

}

@media only screen and (max-width: 1000px) {
	.mb--5 {
		margin-bottom: 0;
	}
}

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

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

}

/* Text och typsnitt
========================================================================== */
body {
	font-family: 'Roboto', sans-serif;
}

/* Rubriker */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Industry', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1.3;
	color: #111;
	text-transform: normal;
	padding: 0 0 .3em;
}

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

.sub-title {
	font-size: 3.6rem;
}

.small-title {
	font-size: 2.3rem;
	font-weight: 700;
}

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

.text-block {
	max-width: 95rem;
	margin: 5rem auto;
}

.text-block-left {
	max-width: 75rem;
}

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

.text-block.left * {
	text-align: left !important;
}

.text-label {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-bottom: 1em;
}
.justify-center{
	justify-content: center !important;
}

/* Textstorlekar */
.text-l {
    font-size: 3rem;
}

/* Övriga klasser */
.text-uppercase {
    text-transform: uppercase;
}

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

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

.text-ls-1 {
    letter-spacing: 1px;
}

/* Brodtext och lankar */
p {
	line-height: 1.8;
	font-size: 1.6rem;
	color: #333;
	font-family: inherit;
	font-weight: 400;
	text-decoration: none;
}

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

a:hover,
.list-styled a {
	text-decoration: underline;
	color: #3079c1;
}

.list-styled a:hover {
	color: #000;
	cursor: pointer;
}

/* ovriga klasser */
.smalltext-type {
	max-width: none;
}

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

.text-wrapper {
	max-width: 75rem;
	width: 100%;
	text-align: left;
}

/* Styled list */
.styled-list li::before {
	position: absolute;
	content: "\f00c";
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: -4rem;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 3rem;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 1.4rem;
	color: #74b0df;
	background-color: hsl(206deg 63% 90%);
}

.styled-list {
	display: flex;
	flex-direction: column;
	list-style: none;
}

.styled-list li {
	position: relative;
	line-height: 1.8;
	font-weight: 400;
	margin-bottom: 1em;
}


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

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

	.sub-title {
		font-size: 2.7rem;
	}

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

}


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

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


/* Knappar och lankar
========================================================================== */
.btn {
	max-width: 50rem;
	width: auto;
	box-sizing: border-box;
	padding: 1.4rem 3.5rem;
	border-radius: 8px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: .1em;
	line-height: 1em;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	cursor: pointer;
}

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

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

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

.btn-primary,
.btn-primary:hover {
	background-color: #3079c1;
	border-color: #3079c1;
	color: #FFF;
}

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

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

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

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

/* o
========================================================================== */
.text-primary {
	color: #3079c1;
}

.text-secondary {
	color: #1f5192;
}

.text-white {
	color: #FFF;
}

.text-muted {
	color: #F2F2F2;
}

/* Bakgrundso */ 
.bg-gray .section-block {
	background-color: #F2F2F2;
}

.bg-primary .section-block,
.bg-blue .section-block {
	background-color: #3079c1;
}

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

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

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

/* Bakgrundsfarger */
.bg-gray {
    background: #F2F2F2;
}

.bg-dark-blue {
	background: #014A91;
}

.hr-primary {
    height: 2px;
    background: #3079c1;
}

/* Grafiska element
========================================================================== */
/* Borders */
.border-bottom-gray {
    border-bottom: 1px solid rgb(248, 248, 248);
}

/* Border radius */
.br-1 {
	border-radius: 1rem;
	overflow: hidden;
}

/* Object fit
========================================================================== */
.of-wrapper {
    position: relative;
    overflow: hidden;
}

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

@supports (object-fit: cover) {
    .of-wrapper img {
        position: static;
        transform: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .of-wrapper img.contain {
        object-fit: contain;
    }
}

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

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

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

.split-content {
	position: relative;
	z-index: 1;
	width: 50%;
	padding: 8rem 5rem;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-self: center;
}

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

.split-image.of-c img {
	object-fit: contain;
}

.split-image img {
	position: absolute;

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

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

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

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

/* Paddings */
.split-wrapper .split-content.pl-0 {
	padding-left: 0;
}

/* Slider i split */
.case-block .split-content {
	width: 60%;
	background-color: #FFF;
	border-radius: 2px;
}

.split-imageblock {
	width: 40%;
	padding: 2.5rem 0;
}

.case-item {
	width: 100%;
	height: 100%;
	position: relative;
	max-height: 55rem;
}

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

.case-textblock {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 4rem;
	width: 100%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
}

.case-title {
	font-size: 1.8rem;
	line-height: 1;
	padding: 0;
	color: #FFF;
}

.slick-list,
.slick-track {
	height: 100%;
}

.slick-prev {
	left: auto;
	right: 6rem;
	top: auto;
	bottom: 8rem;
	z-index: 1;
}

.slick-next {
	left: auto;
	right: 3rem;
	top: auto;
	bottom: 8rem;
	z-index: 1;
}

@supports (object-fit: cover) {
	.split-image img {
		position: relative;
		transform: none;
		top: unset;
		left: unset;

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

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

@media only screen and (max-width: 1100px) {
	.case-block .split-content {
		padding: 7rem 4rem 7rem 3rem;
	}

	.split-imageblock {
		padding: 3rem 0;
	}
}

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

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

	.split-image,
	.split-imageblock {
		width: 100% !important;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Cards 7*/
.cards-7 .card-item {
	display: flex;
	flex-direction: column;
	background: #fff;
	/* background: #f2f2f2; */
    text-decoration: none;
    border-radius: .8rem;
    /* box-shadow: 0 1rem 3rem rgb(0, 0, 0, .1); */
    background: rgb(var(250, 250, 250));
    overflow: hidden;
	border: 1px solid rgb(0, 0, 0, 0.1);
	padding: 1rem;
}

.cards-7 .card-item:hover {
	background: #f2f2f2;
}

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

.w-25.cards-7 .text-wrapper {
    padding: 2rem 1rem;
}

.cards-7 .small-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    border-bottom: 1px solid #dbd8d8;
}

.cards-7 .btn-wrapper {
	margin: 3rem 0rem;
}

.cards-7 .btn {
	max-width: 100%;
	width: 100%;
}


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

.cards-7 .btn:hover {
	background: #1f5192;
	border: 3px solid #1f5192;
}



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

.cards-2-wrapper .card-item {
	display: flex;
	flex-direction: column;
	width: calc(100% / 3 - 2rem);
	background-color: #FFF;
	margin: 1rem;
	cursor: pointer;
	transition: 0.2s ease-in-out;
	border-radius: 2px;
	padding: 2rem;
}

.cards-2-wrapper .card-item:hover {
	text-decoration: none;
}

.cards-2-wrapper .icon-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	background-color: #F2F2F2;
	overflow: hidden;
}

.cards-2-wrapper .icon-wrapper i {
	color: #1a2430;
	font-size: 3rem;
	transform: none;
	transition: 0.2s ease-in-out;
}

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

.cards-2-wrapper .btn-wrapper {
	margin: auto 0 0;
	padding: 2rem 0 0;
}

.cards-2-wrapper p {
	font-size: 1.5rem;
}

.cards-2-wrapper .btn {
	padding: .7rem 1.3rem;
	font-size: 1.4rem;
}

.card-item:hover .icon-wrapper i {
	transform: scale(1.2);
	transition: all .2s ease-in-out;
}

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

}

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

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

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

/* Header logo */
header .header-logo {
	width: 20rem;
	padding: 0;
	margin: 0 auto 0 0;
	line-height: 8rem;
	display: block;
	transition: all 300ms linear;
}

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

nav.mainmenu {
	text-align: right;
}

nav.mainmenu a {
	font-family: inherit;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 8rem;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 0 1rem;
	transition: all 300ms linear;
}

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

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

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

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

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

/* Dropdown navigation styling */
nav.mainmenu ul>li>ul>li {
	line-height: normal;
	height: auto;
	cursor: pointer;
	padding: 0;
}

nav.mainmenu ul>li>ul>li:hover>a:before {
	display: none;
}

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 {
	color: #0079C8 !important;
	padding-bottom: 0;
}

nav.mainmenu ul>li>ul>li a {
	line-height: 3;
	padding: 0 2rem;
	color: #fff !important;
	font-size: 1.4rem;
	display: block;
	width: 100%;
}

nav.mainmenu ul>li>ul>li a:hover {
	background-color: #0079C8 !important;
	color: #fff !important;
}

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

nav.mainmenu ul>li>ul {
	background: #f8f8f8;
	padding: 0;
	box-sizing: border-box;
	line-height: normal;
	height: auto;
	min-width: 100%;
	width: auto;
	text-align: left;
	z-index: 10;
	border-radius: .5rem;
	overflow: hidden;
}

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

nav.mainmenu li:hover > ul {
	overflow: unset;
}

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

.EditMode nav.mainmenu li:hover > ul {
	overflow: unset;
}

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


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

.cta-menu .btn {
	padding: 1rem 2rem;
	min-width: 18rem;
}

.en .cta-menu .cta-sv {
	display: none;
}

.cta-menu .cta-en {
	display: none;
}

.en .cta-menu .cta-en {
	display: block;
	min-width: 21rem;
	padding: 1rem;
}

/* Språk */
.lang-wrapper {
    position: relative;
	display: flex;
    align-items: center;
	margin-left: 1rem;
}

.lang-wrapper a {
    display: flex;
    align-items: center;
    padding: 1rem;
    font-size: 1.5rem;
    border-radius: 6px;
	color: #FFF !important;
    background: #333;
}

.lang-wrapper a:hover {
	text-decoration: none !important;
}

.lang-wrapper img {
    max-width: 2.5rem;
    margin-left: .5rem;
}

.lang-dropdown {
    display: none;
}

.lang-wrapper:hover .lang-dropdown {
    display: block;
    position: absolute;
    top: 75%;
}

.lang-dropdown a {
    color: #FFF;
    background: #3079c1;
}

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

	nav.mainmenu a {
		margin: 0;
	}

	.cta-menu .btn {
		padding: 1rem 1rem;
		min-width: unset;
		white-space: nowrap;
	}
}

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

	header .header-logo a {
		font-size: 1.6rem;
	}
}

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

	.en .cta-menu .cta-en {
		display: none;
	}
}

@media only screen and (min-width: 1351px) {

	header.scrolled {
		background-color: #FFF;
		box-shadow: 0 1rem 2rem rgba(0, 0, 0, .05);
		transition: all 300ms linear;
	}

	header.scrolled nav.mainmenu a {
		color: #333;
		transition: all 300ms linear;
	}

	header.scrolled .header-logo {
		filter: none;
		transition: all 300ms linear;
	}

	.hamburger {
		display: none;
	}
}

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

	/* The Hamburger is by default placed on the left, use left: unset if wanted on the right side */
	.hamburger {
		position: absolute;
		left: auto;
		right: 0rem;
		z-index: 99;
		padding: 15px;
	}

	.hamburger-inner {
		top: 20px;
	}

	.hamburger--slide.is-clicked .hamburger-inner,
	.hamburger--slide.is-clicked .hamburger-inner::after {
		background-color: black;
	}

	.SubPage .hamburger-inner,
	.SubPage .hamburger-inner::after,
	.SubPage .hamburger-inner::before {
		background-color: black;
	}

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

	header.scrolled .hamburger-inner,
	header.scrolled .hamburger-inner::after,
	header.scrolled .hamburger-inner::before {
		background-color: black;
	}

	header {
		height: 6rem;
		width: 100vw !important;
	}

	header.scrolled {
		background-color: white;
	}

	header .header-logo {
		z-index: 11;
		display: block;
		width: 14rem;
		line-height: 6rem;
	}

	nav.mainmenu {
		display: none;
		text-align: left;
		box-shadow: none;
		width: 100vw;
		border-bottom: none;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		height: 100%;
		overflow-y: scroll;
	}

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

	nav.mainmenu .Padding {
		padding: 2rem 0 0 0;
		margin: 7.2rem 0
	}

	nav.mainmenu li {
		display: block;
	}

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

	nav.mainmenu ul>li>ul>li{
		display: block;
		background: #fff;
	}

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

	/* end drowdown */

	nav.mainmenu li a {
		font-size: 1.8rem;
		border-bottom: none;
		margin: 2rem 0;
		color: #333 !important;
		font-family: inherit;
		padding-left: 2rem;
		display: block;
		line-height: 5rem;
	}

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

	nav.mainmenu ul>li>ul>li>a {
		width: 100%;
	}

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

	.expandable-li.level-open .dropdown-arrow:before {
		transform: rotate(180deg);
	}

	.dropdown-arrow:before {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 4rem;
		height: 4rem;
		border-radius: 50%;
		font-family: 'Font Awesome 5 Pro';
		font-weight: 700;
		font-size: 2rem;
		content: '\f0d7';
		color: #3079c1;
		background-color: hsl(210, 60%, 47%, .1);
	}

	.dropdown-arrow {
		width: 4rem;
		height: 4rem;
		z-index: 100;
		top: 0;
		right: 2rem;
		display: flex;
		justify-content: center;
		align-items: center;
		display: none;
	}

	nav.mainmenu li a.expandable::after {
		display: none;
	}

	/* CTA */
	.cta-menu {
		height: 6rem;
	}

	.cta-menu .btn {
		font-size: 1.2rem;
		padding: .7rem 1rem;
		min-width: 10rem;
	}

	/* Språk */
	.lang-wrapper {
		margin-right: 4rem;
	}
}

@media only screen and (max-width: 540px) {
	header .header-logo {
		width: 11rem;
	}
}

@media only screen and (max-width: 330px) {
	header .header-logo {
		width: 9rem;
	}
}

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

/* Top-section
========================================================================== */
.top-section {
	z-index: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: auto; 
	min-height: 80vh;
	padding-top: 8rem;
	background-color: rgba(0, 0, 0, 0.5);
}

.page-title-wrap {
	position: static;
	transform: none;
	max-width: 80rem;
	text-align: left;
	padding: 0 5rem;
}

.page-title-wrap h1 {
	color: #fff;
	line-height: 1.2;
	font-weight: 400;
	text-shadow: none;
	font-size: 5rem;
	padding: 0;
}

.page-title-wrap .text-label {
	display: block;
	letter-spacing: .3em;
	padding: 2em 0 1em;
}

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

	.page-title-wrap {
		padding: 0 3rem 7.5rem;
	}

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

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

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

}

/* Sektion Intro
========================================================================== */
.LayoutPage .section-intro .section-block {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

/* Sektion Tjanster
========================================================================== */
.section-services {
	background-image: url(/assets/images/byggnad-2000.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.section-services .section-block {
	/* padding-top: 20rem;
	padding-bottom: 0;
	background-image: linear-gradient(to top, #F2F2F2 5rem, hsla(214, 65%, 35%, 0.8) 5rem); */
	background-color: hsla(214, 65%, 35%, 0.8);
}

/* Servicekolumn  */
.service-container {
	display: flex;
	flex-wrap: wrap;
}

.service-column:nth-child(1) {
	width: 33.33%;
	padding-right: 2.5rem;
}

.service-column:nth-child(2) {
	width: 66.67%;
	padding-left: 2.5rem;
}


@media only screen and (max-width: 1300px) {
	.service-column:nth-child(1) {
		width: 100%;
		max-width: 75rem;
		padding-right: 0;
		padding-bottom: 5rem;
	}

	.service-column:nth-child(2) {
		width: 100%;
		padding-left: 0;
	}
}

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

	.section-services .section-block {
		padding-top: 12rem;
	}

}

/* Sektion Om oss
========================================================================== */
.grid-split {
	justify-content: space-between;
	background-color: #FFF;
	border-radius: 2px;
}

.grid-split .split-content {
	padding: 7.5rem 5rem;
	display: flex;
	justify-content: center;
	width: calc(50% - .5rem);
}

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

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

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

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

.split-imagegrid>.grid-image:nth-child(1) img {
	object-fit: cover;
}

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

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

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

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

}

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

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

	}

	.split-imagegrid {
		width: 100%;
	}

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

@media only screen and (max-width: 1000px) {
	.grid-split .split-content {
		padding: 5rem 2rem;
	}
}

/* Sektion Varfor oss - ledord
========================================================================== */
.why-us-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 5rem;
	flex-wrap: wrap;
}

.why-us {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 25%;
	margin-bottom: 4rem;
}

.why-us-icon-wrap {
	width: 8rem;
	height: 8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #3079c1;
	margin: 0 0 3rem;
}

.why-us:not(:last-child)::after {
	content: '\2192';
	position: absolute;
	font-size: 5rem;
	line-height: 1;
	right: 0;
	top: 4rem;
	transform: translateX(50%);
	color: #3079c1;
}

.why-us-icon {
	font-size: 3rem;
	font-weight: 300;
	color: #FFF;
}

.why-us-textwrapper {
	text-align: center;
	max-width: 40rem;
	margin: 0 auto;
	padding: 0 3rem;
}

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

	.why-us-wrapper {
		flex-wrap: wrap;
	}

}

@media only screen and (max-width: 1050px) {
	.why-us {
		width: 34%;
		margin: 0 auto 5rem;
	}
}

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

	.why-us {
		width: 100%;
		max-width: 50rem;
	}

	.why-us:not(:last-child) {
		margin-bottom: 8rem;
	}

	.why-us:nth-child(2)::after {
		display: block;
	}

	.why-us:not(:last-child)::after {
		content: '\2193';
		right: auto;
		left: 50%;
		top: auto;
		bottom: -2.5rem;
		transform: translateX(-50%) translateY(50%);
	}

}


/* Sektion Call to action
========================================================================== */
.cta-section .section-block,
.SubPage .cta-section .section-block {
	padding-top: 0;
	padding-bottom: 2rem;
	z-index: 1;
	position: relative;
}

.cta-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	padding: 4rem;
	text-align: left;
	background-color: #FFF;
	border-radius: 2px;
	border: 1px solid #F2F2F2;
	transform: translateY(-3rem);
}

.EditMode .cta-wrapper {
	transform: none;
}

.cta-content {
	max-width: 70rem;
	padding: 0 5rem 0 0;
}

.cta-wrapper .btn-wrapper {
	align-self: center;
	margin: 0;
}

.cta-title {
	padding-bottom: 1rem;
}

@media only screen and (max-width: 1000px) {
	.cta-wrapper {
		flex-wrap: wrap;
	}

	.cta-content {
		padding: 0 0 2rem;
	}
}

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



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

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

@media only screen and (max-width: 1000px) {
	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
		padding: 5rem 2rem
	}
}
/* Hero-1
==========================================================================  */
.SubPage .hero-1 {
	background-image: url(/assets/images/byggarbetare-forhandlar-2000.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
}

.SubPage .hero-1 .section-block {
	background-color: rgba(31, 82, 147, 0.8);
	padding: 25rem 5rem 15rem;
}

.hero-1 .hero-1-title {
	color: #fff;
	font-size: 5rem;
	text-align: left;
}

.SubPage h1 {
	padding: 0;
}

/* Hero-2
==========================================================================  */
.SubPage .hero-2 {
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
	display: flex;
	justify-content: center;
}

.SubPage .hero-2 .section-block {
	padding: 40rem 5rem 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.hero-2 .section-block-wrapper {
	width: 100%;
	max-width: 120rem;
	background-color: #014A91;
	padding: 3rem 2rem 3rem;
	margin-bottom: -5rem;
	border-radius: 2px 2px 0 0;
	position: relative;
}

.hero-2 .hero-2-title {
	color: #fff;
}

/* Hero 2 for olika undersidor, varvas
==========================================================================  */
.fordon .hero-2 {
	background-image: url(/assets/images/fordonsuthyrning-nycklar-2000.jpg);
}

.overgripande .hero-2 {
	background-image: url(/assets/images/tva-personer-jobbar-2000.jpg);
	background-position: bottom;
}

.tillfalliga .hero-2 {
	background-image: url(/assets/images/student-nyckel-2000.jpg);
}

.flerfamiljshus .hero-2 {
	background-image: url(/assets/images/flerfamiljshus-2000.jpg);
}

.kontor .hero-2 {
	background-image: url(/assets/images/kontor-2000.jpg);
	background-position: bottom;
}

.bygglosningar .hero-2 {
	background-image: url(/assets/images/specialbygg-2000.jpg);
	background-position: bottom;
}

.hall .hero-2 {
	background-image: url(/assets/images/spindeln-2000.jpg);
	background-position: bottom;
}

.projekt .hero-2 {
	background-image: url(/assets/images/byggarbetare-forhandlar-2000.jpg);
}

.hero-2.verktyg {
	background-image: url(/assets/images/verktyg-hero-1000.jpg);
}

.candela .hero-2 {
	background-image: url(/assets/images/workers-parallax.jpg);
}

@media only screen and (max-width: 800px) {
	.SubPage .hero-1 .section-block {
		padding: 20rem 5rem 10rem;
	}

	.hero-1 .hero-1-title {
		font-size: 4rem;
	}
}

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

	.SubPage .hero-1 .section-block {
		padding: 10rem 5rem 5rem;
	}

	.hero-1 .hero-1-title {
		font-size: 3rem;
	}

	.SubPage .hero-2 .section-block {
		padding: 30rem 0rem 0;
	}

	.hero-2 .section-block-wrapper {
		padding: 3rem 2rem;
		width: 95%;
		margin: 0 auto;
		margin-bottom: -1rem;
	}
}


/* CTA-sektion, full width blå bakgrund
========================================================================== */
.cta-wrapper-fw {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.cta-wrapper-fw .text-block {
    max-width: 65rem;
}

.cta-wrapper-fw .btn-wrapper {
    margin-top: 0;
}

@media only screen and (max-width: 1000px) {
    .cta-wrapper-fw {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .cta-wrapper-fw .btn-wrapper {
        margin-top: 2rem;
    }
}

/* ======================================================================
Undersida om oss
========================================================================== */

/* Vara ledord
==========================================================================  */
.usage-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 120rem;
	margin: 2rem auto 5rem;
	list-style: none;
	padding: 0;
}

.usage-wrapper li {
	padding: 1rem 3rem 1rem 2rem;
	border-radius: 4rem;
	color: #111;
	background-color: rgba(189, 198, 247, 0.1);
	margin: 1rem .5rem;
	font-family: 'Nunito', sans-serif;
	font-size: 2rem;
	line-height: 1;
}

.usage-wrapper li::before {
	position: relative;
	content: '\f00c';
	display: inline-flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: -1rem;
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	font-size: 1.5rem;
	color: #3079c1;
	background-color: #FFF;
}

.usage-wrapper li.sack::before {
	content: '\f81c';
}

.usage-wrapper li.rock::before {
	content: '\f255';
}

.usage-wrapper li.flex::before {
	content: '\f07e';
}


.usage-wrapper li.kvalitet::before {
	content: '\f865';
}

.usage-wrapper li.engagerad::before {
	content: '\f240';
}

.usage-wrapper li.innovativ::before {
	content: '\f005';
}


.usage-wrapper li.smile::before {
	content: '\f5b8';
}


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

	.orange-block .lead {
		font-size: 1.6rem;
	}

	.usage-wrapper li {
		margin: 1rem .5rem;
		font-size: 1.8rem;
	}

	.usage-wrapper li::before {
		left: -.5rem;
		width: 2rem;
		height: 2rem;
		font-size: 1.3rem;
	}
}

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

	.orange-block {
		padding: 3rem 1rem 2rem;
	}

	.usage-wrapper li {
		font-size: 1.3rem;
		margin: .5rem;
	}

	.usage-wrapper li::before {
		left: -.5rem;
		width: 2rem;
		height: 2rem;
		font-size: 1.3rem;
	}

	.usage-wrapper {
		display: block;
		text-align: left;
	}

}

/* ==========================================================================
Undersida: Produkter > Produktundersida
========================================================================== */

/* Info
========================================================================== */
.section-product .section-block-wrapper {
    align-items: center;
}

.section-product .slick-dots li.slick-active::before {
    font-size: 1.2rem;
}

.section-product .col-1 .block-object {
    /* height: 40rem; */
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
}

/* .section-product .col-1 .block-object p:first-of-type {
    flex-grow: 1;
} */

@media only screen and (max-width:480px) {
	/* .section-product .col-1 .block-object {
		height: unset;
	} */

	.section-product .section-title {
		padding-top: 2rem;
	}
}

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

.tag {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    border-radius: 0.8rem 0.8rem 0 0;
	background-color: #F2F2F2;
    cursor: pointer;
    transition: .5s ease;
}

.tag:hover,
.tag.tag-picked {
    color: #fff;
    background: #3079c1;
}

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

.list-styled li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 0;
    margin: 0.5rem 0;
    border-bottom: 1px dotted #c2bcbc;
}

.list-styled p {
    padding: 0;
}

.list-styled p::before {
    content: '\25B8';
	padding-right: 1rem;
	color: #3079c1;
}

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

    /* Taggar */
    .tags-wrapper {
        position: relative;
        max-width: 25rem;
        background: #8abbec;
        cursor: pointer;
    }

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

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

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

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

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

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

/* Formular for offert
========================================================================== */

.section-offert .ContactFormMessage {
	position: unset;
}

.LayoutPage .section-offert .Contact {
    max-width: 60rem;
	padding: 5rem;
    margin: 0 auto;
	background: #3078c0;
	/* border: lightgray solid 1px; */
	border-radius: 5px;
    /* box-shadow: 0 2rem 4rem rgba (0 0 0 ,.1); */
}

.LayoutPage .section-offert .Contact .ContactForm div.ContactFormMessage{
	position: unset;
}

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

.LayoutPage .section-offert .form-part div {
    padding-bottom: 3rem;
}

.section-offert  .Contact .ContactForm div.ContactFormMessage p, 
.section-offert .Contact .ContactForm .ContactFormEmail p, 
.section-offert .Contact .ContactForm .ContactFormField p, 
.section-offert .Contact .ContactForm .ContactFormName p {
	display: none;
}

.LayoutPage .section-offert .Contact .ContactForm textarea.textmessage,
.LayoutPage .section-offert .Contact .ContactForm input.text {
    padding: 2rem;
	border-radius: 0.4rem;
}

.section-offert .Contact .ContactForm input[type="submit"] {
    width: 100% !important;
    max-width: none;
    padding: 1.6rem 4rem;
    border-radius: 0.8rem;
    background-color: #fff;
    border: 2px solid #fff !important;
    color: #000;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    font-family: inherit;
    height: auto !important;
    max-width: 100%;
    margin-left: auto;
    cursor: pointer;
}

@media only screen and (max-width: 430px) {
	
	.LayoutPage .section-offert .Contact {
		padding: 5rem 1rem;
	}
}

/* ====================================================================
Undersida - Hallar
========================================================================== */
.LayoutPage .hall .section-block {
	padding-bottom: 0;
}

.hall ul {
	margin-block-start: 0;
}

.hall * {
	text-align: left;
}

.hall .section-title {
	text-align: left;
	padding-bottom: 3rem;
}

.LayoutPage .hall .col-block {
	padding: 1rem 3rem;
}


@media only screen and (max-width: 750px) {
	.LayoutPage .hall .col-block {
		width: 100%;
		padding: 1rem;
	}
}

/* ======================================================================
Undersida partners
===========================================================================  */

/* Samarbetspartners
======================================================================  */
.partners .normaltext-type {
	max-width: 140rem;
}

.partners .section-block {
	padding: 1rem 5rem 12rem;
	background-color: #fff;
}

.logo-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin-top: 5rem;
}

.logo-image {
	width: 20%;
	padding: 2rem 4rem;
	margin: 2.5rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-image img {
	max-height: 8rem;
	opacity: 0.5;
	transition: all 0.3s ease;
}

.logo-image:hover img {
	opacity: 1;
	transition: all 0.3s ease;
}

@media only screen and (max-width: 1024px) {
	.logo-image {
		padding: 1.5rem 2rem;
	}
}

@media only screen and (max-width: 700px) {
	.logo-wrapper {
		flex-wrap: wrap;
		margin-top: 5rem;
		padding: 0 2rem;
	}

	.logo-wrapper::after {
		display: none;
	}

	.logo-image {
		position: relative;
		width: 50%;
		padding: 5rem 6rem;
		border-right: none;
		border-bottom: none;
	}
}

@media only screen and (max-width: 480px) {
	.logo-image {
		padding: 2rem 3rem;
	}

	.logo-image {
		position: relative;
		width: 100%;
		padding: 2rem 1rem;
	}

	.logo-image:nth-child(odd) {
		border-right: none;
	}
}

/* ======================================================================
Undersida Moduler
========================================================================== */
.image-wrapper {
	display: flex;
	justify-content: center;
	padding-top: 2rem;
}

/* ======================================================================
Undersida Tjanster generellt 
========================================================================== */

.gallery-wrapper {
	padding-top: 5rem;
	display: flex;
	flex-wrap: wrap;
}

.gallery-box {
	display: flex;
	width: calc((100%/3) - 2rem);
	margin: 1rem;
	max-height: 40rem;
}

.gallery-box.w-100 {
	width: 100%;
}

.gallery-box a {
	display: block;
	width: 100%;
	height: 100%;
}

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


@media only screen and (max-width:1000px) {
	.gallery-box {
		display: flex;
		width: calc((100%/2) - 2rem);
		margin: 1rem;
		max-height: 40rem;
	}
}

@media only screen and (max-width:580px) {
	.gallery-box {
		display: flex;
		width: 100%;
		margin: 1rem;
		max-height: 40rem;
	}
}

/* ========================================================================
Undersida: Projekt/Galleri
============================================================================  */

.SubPage .products-wrapper {
	display: flex;
	margin: auto;
	flex-wrap: wrap;
	justify-content: space-between;
}

.SubPage .products-wrapper2 {
	display: flex;
	margin: auto;
	flex-wrap: wrap;
}

.SubPage .product-card {
	width: 23%;
	margin: 1%;
	background-color: #FFF;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1rem 1rem rgba(0, 0, 0, .1);
}

.SubPage .product-card.w-60 {
	width: 58%;
}

.SubPage .product-card.w-40 {
	width: 38%;
}

.SubPage .product-card:hover {
	text-decoration: none;
}

.SubPage .product-card {
	width: 31%;
}

.SubPage .product-card .image-wrap {
	height: 40rem;
}

.SubPage .product-card:first-of-type img {
	object-position: center 60%;
}

.SubPage .product-card img {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: unset !important;
}

.SubPage .product-card img {
	position: absolute !important;
}

.SubPage .product-text {
	padding: 4rem 3rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: all .5s ease;
}

.SubPage .product-card:hover .product-text {
	background: rgba(0, 0, 0, 0.9);
	bottom: 2rem;
}

.SubPage .product-card .product-text * {
	color: #fff;
}

.SubPage .product-card .product-text .heading {
	padding-bottom: .7rem;
	font-size: 1.9rem;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.SubPage .product-text p::after {
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	content: '\f0da';
	position: relative;
	margin-left: 1rem;
	transition: all .5s ease;
	font-size: .7em;
	vertical-align: middle;
	opacity: 1;
}

.SubPage .product-card:hover .product-text p::after {
	margin-left: 4rem;
	transition: all .5s ease;
}

@supports (object-fit: cover) {
	.SubPage .product-card img {
		position: absolute;
		transform: none;
		top: auto;
		left: auto;
		object-fit: cover;
		object-position: center;
		height: 100% !important;
		width: 100% !important;
	}
}

@media only screen and (max-width:1280px) {
	.SubPage .product-card {
		width: 48%;
	}

	.SubPage .product-card.w-60 {
		width: 48%;
	}

	.SubPage .product-card.w-40 {
		width: 48%;
	}

}

@media screen and (max-width: 700px) {
	.SubPage .products-wrapper {
		margin: 0;
		flex-wrap: wrap;
	}

	.SubPage .product-card {
		width: 100%;
		margin: 0 0 3rem;
	}

	.SubPage .product-card.w-60 {
		width: 100%;
	}

	.SubPage .product-card.w-40 {
		width: 100%;
	}

}
/* ==========================================================================
Undersida: Lediga objekt
========================================================================== */

@media screen and (max-width: 700px) {
.section-info .col-0,
.section-info .col-1{
	width: 100% !important;
}
}

/* ==========================================================================
Undersida: kontakta oss
========================================================================== */

/* kontaktinfo med ikonerna */
.contacts-heading {
	font-size: 2.5rem;
	font-weight: 700;
	color: #379197;
	padding-bottom: 2rem;
}

.contact-options {
	margin: 1rem 0;
	font-style: normal;
	margin-bottom: 4rem;
}

.contact-option {
	display: flex;
	margin: 2rem 0;
	align-items: center;
	color: #444;
}

.contact-option:hover {
	text-decoration: none;
}

.contact-option::before {
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 1.5em;
	margin-right: 2rem;
	vertical-align: middle;
	color: #379197;
	width: 2em;
	text-align: center;
}

.contact-split .split-image {
	max-height: 65rem;
	z-index: 2;
}

.contact-option:hover::before {
	text-decoration: none;
}

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

.contact-option.mobile::before {
	content: "\f3cd";
}

.contact-option.phone::before {
	content: "\f67d";
}

.contact-option.mail::before {
	content: "\f658";
}

@media only screen and (max-width: 600px) {
	.contacts-heading {
		font-size: 2rem;
	}
}

/* Offertforfragan
========================================================================== */
.LayoutPage .contact-form {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.LayoutPage .contact-form .section-block {
	position: relative;
	width: 100%;
	max-width: none;
	text-align: left;
	padding: 15rem 2rem 10rem;
	background: linear-gradient(to bottom, #f2f2f2 80%, #fff 80%);
}

.LayoutPage .contact-form .section-block-wrapper {
	max-width: 140rem;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 1rem 3rem rgb(0 0 0 / 9%);
}

.LayoutPage .contact-form .col-0 {
	width: 40%;
	background-color: #fff;
	order: 0;
	padding: 10rem 5rem;
	display: flex;
	z-index: 5;
	position: relative;
	padding-left: 5rem;
}

.LayoutPage .contact-form .col-1 {
	padding: 5rem 3rem;
	width: 60%;
	order: 1;
	background: #3078c0;
	height: 100%;
	display: flex;
	z-index: 1;
}

.LayoutPage .contact-form .col-0 * {
	text-align: left;
}

.LayoutPage .contact-form .fas {
	padding-right: 1rem;
	color: #3078c0;
}

.LayoutPage .contact-form h4 {
	font-size: 2rem;
	font-weight: bold;
	padding-top: 2rem;
}

/* Contact form  */

.LayoutPage .contact-form .section-block .Contact .ContactForm {
	display: flex;
	flex-wrap: wrap;
}

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


/* Display none eftersom tidigare sida ej hade meddelanderuta */
.LayoutPage .contact-form .section-block .Contact .ContactForm div.ContactFormMessage {
	width: 100%;
}

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

.LayoutPage .contact-form .section-block .Contact .ContactForm div.ContactFormMessage p,
.LayoutPage .contact-form .section-block .Contact .ContactForm .ContactFormEmail p,
.LayoutPage .contact-form .section-block .Contact .ContactForm .ContactFormField p,
.LayoutPage .contact-form .section-block .Contact .ContactForm .ContactFormName p {
	color: #fff;
	font-weight: 400;
	font-size: 1.6rem;
	margin-bottom: 1rem !important;
	text-transform: none;
	letter-spacing: 0;
}

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

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

.LayoutPage .contact-form .section-block .Contact .ContactForm input:focus,
.LayoutPage .contact-form .section-block .Contact .ContactForm textarea:focus {
	border-color: #000 !important;
}

.LayoutPage .contact-form .ContactForm input.ContactSubmit {
	width: 100% !important;
	max-width: none;
	padding: 1.6rem 4rem;
	border-radius: 0.8rem;
	background-color: #fff;
	border: 2px solid #fff !important;
	color: #000;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 1.5rem;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	font-family: inherit;
	height: auto !important;
	max-width: 100%;
	margin-left: auto;
	cursor: pointer;
}

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

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

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

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

	.LayoutPage .contact-form .col-0 {
		order: 0;
		height: auto;
		display: block;
	}

	.LayoutPage .contact-form .col-1 {
		height: auto;
		min-height: auto;
		order: 1;
		margin: 0;
	}

	.LayoutPage .contact-form .section-block {
		height: auto;
	}

	.LayoutPage .contact-form .section-block-wrapper {
		flex-direction: column;
	}
}

@media only screen and (max-width: 660px) {
	.LayoutPage .contact-form .col-0 {
		padding: 5rem 3rem 5rem 3rem !important;
	}

	.LayoutPage .contact-form .col-1 {
		padding: 2rem !important;
	}

	.LayoutPage .contact-form .section-block .Contact .ContactForm div {
		width: 100%;
		margin: 0 0 1rem 0;
	}

	.LayoutPage .contact-form .section-block {
		padding: 0;
	}

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


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

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

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

.footer a:hover {
	color: #111;
	text-decoration: underline;
}

.footer-container {
	display: flex;
	flex-direction: column;
	padding: 0;
	position: relative;
}

/* FOOTER MENU */

.footer-nav {
	width: 100%;
	margin-bottom: 5rem;
}

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

.footer-menu {
	text-align: left;
	width: 25%;
}

p.footer-heading {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .1em;
	color: #1f5192;
	padding-bottom: 1em;
}

/* FOOTER SUBMENU */

.footer-submenu {
	padding-inline-start: 0;
	list-style-type: none;
	margin-bottom: 5rem;
}

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

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

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

.footer-menu .aaa {
	width: 25rem;
}

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

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

	font-size: 0;

	width: 4rem;
	height: 4rem;
	margin-right: 1.2rem;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 2rem;
	background-color: #888;
	color: #FFF;
}

.footer .social:hover {
	background-color: #111;
	border-color: #111;
	color: #FFF;
	text-decoration: none;
}

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

	position: relative;
	top: 1px;
}

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

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

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

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

/* FOOTER PARTNER LINKS */

.partner-list {
	display: flex;
	list-style: none;
}

.partner-list li {
	width: 25%;
	margin: 0 1rem 0 0;
	padding: .5rem;
	border: 1px solid #c2c2c2;
	background-color: #FFF;
	border-radius: 5px;
}

.partner-list img {
	width: 100%;
	filter: grayscale(100%);
}

/* Footer Bottom */

.footer-bottom {
	border-top: 1px solid #888;
	margin: 0 auto;
	width: 100%;
	padding: 2rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	flex-direction: row;
	line-height: 1rem;
}

.footer-bottom p {
	font-size: 1.2rem;
}

/* WebbEss Stamp  */
.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: 1024px) {

	.footer .container {
		padding: 7rem 3rem 0;
	}

	.footer-container {
		flex-wrap: wrap;
	}

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

	.footer-menu {
		width: 25%;
	}

}

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

	.footer-menu {
		width: 50%;
	}

	.footer-nav {
		margin-bottom: 2rem;
	}
}

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

	.footer .container {
		padding: 5rem 2rem 0rem;
	}

	.footer-menu {
		width: 100%;
		margin-bottom: 0rem;
	}

	.footer .footer-bottom {
		padding-left: 0;
	}

	.footer-menu:nth-child(1) .footer-submenu {
		margin-bottom: -1.5rem;
	}
}