<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Bobcon */

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

/* Hero New (sans-serif) */
@import url("https://use.typekit.net/oge8uef.css");

/* Modal */
@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css');

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

:root {
    /* 	Colors */
    --primary-color: 0, 80, 156;
    --secondary-color: 250, 230, 59;

    --black-color: 17, 17, 17;
    --gray-dark-color: 58, 58, 58;
    --gray-color: 130, 130, 130;
    --gray-light-color: 240, 240, 240;
    --white-color: 255, 255, 255;
}


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

html {
	font-size: 62.5%;
}

.display-none {
	display: none !important;
}

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

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

body {
	background-color: #fff;
	overflow-x: hidden !important;
}

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

@media only screen and (hover:none) {
	*,
	*::before,
	*::after {
		background-attachment: scroll !important;
		background-position: center center;
	}
}

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

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

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

.LayoutPage .mw-1000 .section-block-wrapper {
	max-width: 100rem;
}

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

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

/* Speciella layouts */
.LayoutPage .layout-12 .col-1 {
	padding-right: 3rem;
}

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

.mh-60vh {
	min-height: 60vh
}

/* Paddings */
.p-1 .section-block,
.p-1:not(.section-wrapper) {
    padding: 1rem;
}
.p-2 .section-block,
.p-2:not(.section-wrapper) {
    padding: 2rem !important;
}

.p-3 .section-block,
.p-3:not(.section-wrapper) {
    padding: 3rem;
}

.px-2 .section-block {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.px-6 .section-block {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

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

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

.pb-2:not(.section-wrapper) {
	padding-bottom: 2rem;
}

.py-3:not(.section-wrapper) {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.pr-0:not(.section-wrapper) {
	padding-right: 0;
}



/* Speciella margins */
.mx-1:not(.section-wrapper) {
    margin: 0 1rem;
}

.mt-3 {
	margin-top: 3rem;
}
.mb-2{
	margin-bottom: 2rem;
}

@media only screen and (max-width: 1500px) {
	.LayoutPage .section-block .section-block-wrapper {
		max-width: 130rem;
	}

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

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

@media only screen and (max-width: 1024px) {
	/* Speciella layouts */
	.LayoutPage .layout-12 .col-1 {
		width: 100%;
		padding-right: 0;
	}
	
	.LayoutPage .layout-12 .col-2 {
		width: 100%;
		padding-left: 0;
	}
}

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

/* FÃ¤rger
========================================================================== */
.LayoutPage .bg-primary,
.LayoutPage .bg-blue  {
	background-color: rgb(0, 80, 156) !important;
}

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

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

.SubPage .bg-white,
.LayoutPage .bg-white .section-block {
    background-color: #fff !important;
	background: #fff !important;
}

.bg-white{
	background: white;
}

.text-primary {
	color: #00509C;
}

.text-secondary {
	color: #FAE63B;
}

.LayoutPage .text-white  {
	color: #ffffff;
}



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

/* BrÃ¶dtext och lÃ¤nkar */
p,
a,
li {
	line-height: 1.8;
	font-size: 1.65rem;
	color: #111;
	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.3;
	color: #444;
	text-transform: normal;
	text-transform: none;
}

.section-title {
	font-size: 3.5rem;
	padding-bottom: 2rem;
	line-height: 1.3;
	font-weight: 600;
}

.text-label {
	font-size: 1.8rem;
	padding-bottom: 2.5rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.small-title {
	font-size: 2.2rem;
	font-weight: 700;
	padding-bottom: 1rem;
	line-height: 1.3;
}

.text-title {
	line-height: 1.4;
	font-size: 1.65rem;
	color: #111;
	font-family: inherit;
	font-weight: 700;
	text-decoration: none;
	padding: 0 0 .4em;
}

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

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

.italic {
	font-style: italic;
}

/* Listor */
.list-column-2 {
	column-count: 2;
	column-gap: 5rem;
	padding-inline-start: 2rem;
}

ol,
ul {
	margin: 0 0 1em;
}
/* Listor */
.list-bg-primary {
    list-style: none;
}

.list-bg-primary li:nth-child(odd) {
    background: #c2d2e2;
}

.list-bg-primary a {
    display: flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
    color: rgb(var(--black-color));
}

.list-bg-primary i {
    padding-right: 1.5rem;
    font-size: 2.3rem;
}
/* lista med grÃ¶n check */
.list-green-check {
    list-style: none;
}

.list-green-check {
    padding: 0;
}

.list-green-check li::before {
    content: '\f00c';
    padding: 0 1rem 0 0;
    color: green;
    font-weight: 700;
    font-size: 1rem;
    font-family: 'Font Awesome 5 Pro';
}

/* lista med rÃ¶tt kryss */
.list-red-x {
    list-style: none;
}

.list-red-x {
    padding: 0;
}

.list-red-x li::before {
    content: '\f00d';
    padding: 0 1rem 0 0;
    color: red;
    font-weight: 700;
    font-size: 1rem;
    font-family: 'Font Awesome 5 Pro';
}

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

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

/* Centrering av text */
.text-wrapper.text-center {
	margin: 0 auto;
	max-width: 90rem;
	text-align: center;
}

/* Ovriga klasser */
.text-block {
    max-width: 70rem;
}

.text-block-center {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}


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

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

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

@media only screen and (max-width: 480px) {
	.text-label {
		padding-bottom: 1rem;
		font-size: 1.6rem
	}

	p {
		text-align: inherit;
	}

	ol,
	ul {
		padding-inline-start: 2rem;
	}
}

@media only screen and (max-width: 330px) {
	.section-title {
		font-size: 2rem;
		line-height: 1.6;
	}
}

/* Knappar &amp; LÃ¤nkar
========================================================================== */

.btn {
	font-family: inherit;
	max-width: 50rem;
	width: auto;
	margin: .3rem;
	padding: 1.4rem 3rem;
	border-radius: 0;
	text-align: center;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.45;
	font-weight: 500;
	background: #000;
	border: 2px solid;
	border-color: #000;
	border-radius: .5rem;
	color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
}

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

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

.btn-primary:hover {
	background: transparent;
	border-color: #00509C;
	color: #00509C;
}

.btn-secondary {
	background: #FAE63B;
	border-color: #FAE63B;
	color: #00509C;
}

.btn-secondary:hover {
	background: #fff067;
	border-color: #fff067;
	color: #00509C;
}

.btn-red {
	background: #CC3925;
	border-color: #CC3925;
	color: #fff;
}

.btn-red:hover {
	background: transparent;
	border-color: #CC3925;
	color: #CC3925;
}

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

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

.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-wrapper.multiple a:first-of-type {
	margin-right: 2rem;
}

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

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

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

.pdf-wrapper .btn {
	display: block;
	margin-bottom: 1rem;
	text-align: left;
	max-width: none;
}

.pdf-wrapper .btn:last-child {
	margin: 0;
}

.pdf-before:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f1c1';
	margin-right: 0.8rem;
	text-decoration: none;
}

/* Arrow link */
.arrow-link {
    font-size: 1.2rem;
    padding-right: 1rem;
    color: #333;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 500;
}

.arrow-link::after {
    content: ' \f105';
    display: inline-block;
    margin-left: 1rem;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    transition: transform .4s ease;
}

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


/* LÃ¤s mer / LÃ¤s mindre-knapp */
.see-more {
	display: none;
}

.btn-read-more {
	background-color: transparent;
	border: 1px solid #00509C;
	color: #00509C;
	font-size: inherit;
	cursor: pointer;
	padding: 0;
	font-weight: 500;
	padding: 1rem 2rem;
	border-radius: .5rem;
	text-transform: uppercase;
	font-size: 1.2rem;
	letter-spacing: .1rem;
	font-family: inherit;
}

.btn-read-more:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #00509C;
	border: 1px solid #00509C;
}

/* Dropdown button */
.dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	cursor: default;
}

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

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

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

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

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

@media only screen and (max-width: 600px) {
	.btn {
		display: block;
		width: 100%;
		padding: 1.9rem 2rem;
	}

	.btn-read-more {
		padding: 1rem 2rem;
		width: 14rem;
		margin-bottom: 2rem;
		/* display: inline; */
	}
	.dropdown {
		margin-right: 0.5rem;
	}
}
@media only screen and (max-width: 500px) {
.dropdown-yellow{
	display: none;
}
}

/* Text i kolumner
========================================================================== */

.text-columns .section-block .normaltext-type, .button .section-block * {
    text-align: center !important;
    margin-bottom: 1rem !important;
}


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

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

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

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

.text-columns .preamble {
	max-width: 80rem;
}

.text-columns .block-object img {
	margin: 0 0 2rem;
}

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

	.text-columns .section-block .normaltext-type {
		margin: 0;
	}
}

@media only screen and (max-width:800px) {
	.text-columns .section-block .col-block {
		width: 100%;
		padding: 0 0 2rem !important;
	}
}
	
/* Cards
========================================================================== */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/* Specifika bredder */
.cards-wrapper.w-100-0 .card-item {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

    .cards-wrapper.w-50 .card-item {
        width: 100%;
        margin: 1rem 0;
    }

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

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

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

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

	/* Paddings */
    .card-item.p-3,
    .card-item .p-3 {
        padding: 2rem;
    }
}

/* Card 2-4 */
.card-2-4 .card-item {
    display: flex;
}

.card-2-4 .card-header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
	background: #00509C;
}

.card-2-4 .card-header i {
    font-size: 5rem;
	color: #FAE63B;
}

.card-2-4 .card-body {
    flex: 1 1 0px;
    padding: 0 3rem;
}

@media only screen and (max-width: 480px) {
    .card-2-4 .card-item {
        flex-direction: column;
    }

    .card-2-4 .card-header {
        width: 5.5rem;
        height: 5.5rem;
		border-bottom-left-radius: 0rem;
		border-bottom-right-radius: 1rem;
    }

    .card-2-4 .card-header i {
        font-size: 2.3rem;
    }

    .card-2-4 .card-body {
        padding: 1rem 0 0 0;
    }
}

/* Card 2-5 */
/* .card-2-5 .card-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem 0;
} */

.card-2-5 .card-header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #00509C;
}

@media only screen and (max-width: 650px) {
    .card-2-5 .card-header i {
        font-size: 1.8rem;
    }
}

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

.card-2-3 .card-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    padding: 2rem;
    margin: -1rem 0 0 -1rem;
    border-radius: 50%;
}

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

.card-3-1 .image-wrapper {
    height: 25rem;
	border-radius: 1rem 1rem 0 0;
}

.card-3-1 .card-body {
	background-color: rgb(var(--primary-color));
}

/* Card 3-6 */
.card-3-6 .card-item {
    position: relative;
    padding: 10rem 2rem 2rem;
	border-radius: 1rem;
}

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

.card-3-6 .image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
	background: linear-gradient(73deg, rgba(0,80,156,1) 0%, rgba(0,80,156,0.7) 65%, rgba(0,80,156,0.1) 100%);
    transition: .3s ease-in-out;
}

.card-3-6 a.card-item:hover .image-wrapper::after {
    background: rgba(0, 0, 0, 0.8)
}

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

.card-3-6 .btn-wrapper {
	margin-top: 0;
}

.card-3-6 .btn {
	padding: 1.1rem 1.5rem;
}

/* Card */
.card {
	display: flex;
	flex-wrap: wrap;
	align-self: center;
	padding: 5rem;
}

.card.blue-card {
	background-color: #00509C;
}

.card.blue-card *:not(.btn) {
	color: #fff;
}

@media only screen and (max-width: 1100px) {
	.card {
		flex-direction: column;
	}
}

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

@media only screen and (max-width: 600px) {
	.card-3-6 .btn {
		display: inline-block;
		width: auto;
	}
}

/* Cards 10 */
.cards-10 .card-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 40rem;
    text-decoration: none;
    border: 1px solid #14213d;
    background: rgba(0, 0, 0, 0.6);
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cards-10 .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cards-10 .image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cards-10 .card-item img {
	transition: .5s ease;
}

.cards-10 .card-item:hover img {
	transform: scale(1.03);
}

.cards-10 .text-wrapper {
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 5rem;
    color: #FFF;
}

.cards-10 .text-wrapper.border {
    margin: 5rem;
    border: 1px solid #FFF;
}

.cards-10 .card-item .text-wrapper * {
    color: #FFF;
}

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

    .cards-10 .text-wrapper.border {
        margin: 2rem;
    }
}

/* Card 18 */
.cards-18 {
    border-left: 1px solid rgba(0,0,0, 0.1);
}

.cards-18 .card-item {
    padding: 1.5rem;
    border-top: 1px solid rgba(0,0,0, 0.1);
    border-right: 1px solid rgba(0,0,0, 0.1);
    border-bottom: 1px solid rgba(0,0,0, 0.1);
}

.cards-18 .image-wrapper {
	height: 35rem;
}

.cards-18 .text-wrapper {
    padding: 2rem 1rem 1rem;
}

@media only screen and (max-width: 580px) {
    .cards-18 .card-item {
        padding: 1.5rem;
    }

    .cards-18 .text-wrapper {
        flex-grow: 1;
        padding: 2rem 0 1rem;
    }
}

/* Responsive table
========================================================================== */
.responsive-table {
	width: 100%;
	max-width: 135rem;
	overflow: hidden;
}

.table {
	width: 100%;
	display: table;
	margin: 0;
}

.row.header {
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.row {
	display: table-row;
	background: #fff;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.row.header {
	color: #ffffff;
	background: #000;
}

.row.header:hover {
	background: #222;
}

.cell {
	display: table-cell;
}

.row .cell {
	width: calc(100% / 4);
	padding: 2rem 2rem;
	font-size: 1.5rem;
	color: #666666;
	line-height: 1.2;
	font-weight: unset !important;
	border-bottom: 1px solid #f2f2f2;
}

.row.header .cell {
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.2;
	font-weight: unset !important;
	padding-top: 19px;
	padding-bottom: 19px;
}

.table,
.row {
	width: 100% !important;
}

.row:hover {
	background-color: #f7f7f7;
	cursor: default;
}

@media only screen and (hover:none) {
	.row:nth-child(odd) {
		background: #f8f8f8;
	}

	.row.header {
		background: #000;
	}
}

@media screen and (max-width: 768px) {
	.table,
	.row,
	.cell {
		display: block;
	}

	.row.header {
		padding: 0;
		height: 0px;
	}

	.row.header .cell {
		display: none;
	}

	.row .cell:before {
		font-size: 12px;
		color: #666666;
		line-height: 1.2;
		text-transform: uppercase;
		font-weight: unset !important;
		margin-bottom: 13px;
		content: attr(data-title);
		min-width: 98px;
		display: block;
	}
}

@media (max-width: 768px) {
	.row {
		border-bottom: 1px solid #f2f2f2;
		padding-bottom: 18px;
		padding-top: 30px;
		padding-right: 15px;
		margin: 0;
	}

	.row .cell {
		border: none;
		padding-left: 30px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.row .cell:nth-child(1) {
		padding-left: 30px;
	}

	.row .cell {
		color: #555555;
		line-height: 1.2;
		font-weight: unset !important;
	}

	.table,
	.row,
	.cell {
		width: 100% !important;
	}
}

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

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

/* Knappar */
.popup-button {
    position: relative;
    width: 5rem;
    height: 5rem;
    background: #fae600;
    border-radius: 50%;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    cursor: pointer;
}

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

.popup-wrapper .popup-button .icon-open,
.popup-wrapper.opened .popup-button .icon-close {
    transform: translate(-50%,-50%) scale(1);
}

.popup-wrapper.opened .popup-button .icon-open,
.popup-wrapper .popup-button .icon-close {
    transform: translate(-50%,-50%) scale(0);
}

/* InnehÃ¥ll */
.popup-window {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    bottom: 6rem;
    max-width: 45rem;
    max-height: calc(100vh - 12rem); 
    padding: 4rem;
    margin: 0 2rem;
    background: #FFF;
    border-radius: 2rem;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    overflow: auto;
    transition: opacity .3s ease, bottom .3s ease;
}

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

.popup-window p{
	padding: 0rem; 
}

.popup-window p a{
	font-weight: 800;
}

.icon-close-popup {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2.5rem;
    cursor: pointer;
}

@media only screen and (max-width: 450px) {
    .popup-window {
        padding: 2rem 3rem 2rem 2rem;
    }

    .icon-close-popup {
        top: 1rem;
    }
}


/* Modal
========================================================================== */
body.modal-open {
	overflow: hidden !important;
}

.modal.gallery-modal {
	z-index: 101;
	position: fixed;
	bottom: -100%;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s ease;
	width: 90vw;
	max-width: 150rem;
	max-height: 85vh !important;
	vertical-align: middle !important;
	overflow: auto;
	border-radius: 0;
	padding: 6rem;
	background: #fff;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.14);
}

.modal.gallery-modal.show {
	bottom: 0;
}

.blocker {
	z-index: 100;
}

.modal.gallery-modal a.close-modal {
	display: none;
	z-index: 10;
}

.modal.gallery-modal a.custom-close-modal {
	position: absolute;
	top: 2rem;
	right: 3rem;
	font-size: 3rem;
}

.modal-columns {
	display: flex;
}

.modal-content img {
	max-width: 100%;
	max-height: 700px;
	margin: 0 auto;
}

.modal-content .gallery-item-info {
	text-align: left;
	margin-top: 0;
	padding-left: 5%;
}

.vehicle-facts-wrapper ul {
	margin-top: 0;
}

.modal-content .facts-title {
	font-size: 2rem;
	font-weight: 600;
}

.modal-content .short-info {
	display: inline-block;
	padding-bottom: 2rem;
}

.short-info:not(:first-of-type) {
	padding-left: 5rem;
}

.modal-content .short-info p {
	padding: 0;
}

.modal-content p {
	text-align: left !important;
}

.modal-content p.citat {
	font-style: italic;
}

.modal-content p.citat:before {
	content: '"';
	display: inline-block;
	padding-left: 2rem;
}

.modal-content p.citat:after {
	content: '"';
	display: inline-block;
}

.modal-content .btn {
	margin-top: 2rem;
}

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

@media only screen and (max-width: 500px) {
	.blocker {
		padding: 10px;
	}

	.modal.gallery-modal {
		padding: 8rem 2rem 2rem;
	}
}

/* Bakgrundsbilder och videos 
========================================================================== */
.bg-image {
    position: relative;
    overflow: hidden;
}

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

.of-wrapper {
    position: relative;
    overflow: hidden;
}

.of-wrapper img {
    position: static;
    transform: none;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

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


/* Grafiska element
========================================================================== */
/* Object fit */
.info-image img.op-contain {
	object-fit: contain !important;
}

/* border */
.border {
	border: 1px solid rgb(var(--gray-dark-color));
}

.border-primary {
    border: 4px solid rgb(var(--primary-color));
}

.border-bottom-primary {
    border-bottom: 4px solid rgb(var(--primary-color));
}

/* Border radius */
.br-05 {
	border-radius: .5rem;
}
.br-2{
	border-radius: 2rem;
}

/* Box shadow */
.box-shadow {
    box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
}

/* Linje genom element */
.line-through-primary {
    position: relative;
}

.line-through-primary::before {
    position: absolute;
    content: '';
    display: block;
    height: calc(100% - 4rem);
    width: 2px;
    top: 2rem;
    left: 3.5rem;
    background-color: #00509C;
}

@media only screen and (max-width: 650px) {
    .line-through-primary::before {
        left: 2rem;
    }
}



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

.parallax-start {
	background-image: url('/assets/images/bobcon-lastbil-1000.jpg');
}

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

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

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

.section-split .section-block {
	padding: 2rem;
}

.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: 6rem;
	text-align: left;
}

.split-content.content-center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.split-content.bg-blue {
	background-color: #00509C;
}

.split-content.bg-blue *:not(.btn) {
	color: #fff;
}

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

.split-content ul,
.split-content ol {
	margin: 0 0 2rem;
}

.split-content ul li {
	padding-bottom: .8em;
}

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

.split-image.quadruple-items {
	display: flex;
	flex-wrap: wrap;
}

.quadruple-items .quadruple-item {
	width: calc(100% / 2 - 2rem);
	margin: 1rem;
	max-height: 30rem;
}

.split-image.double-items {
	display: flex;
	flex-wrap: wrap;
}

.split-image.double-items .double-item {
	width: calc(100% / 2 - 2rem);
	margin: 1rem;
}

.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;
	border-radius: 1rem;
}

.split-content.align-center {
	display: flex;
}

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

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

@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 only screen and (max-width:1000px) {
	.split-content,
	.split-image {
		width: 100% !important;
	}

	.split-content {
		padding: 0 0 3rem !important;
	}

	.full-width .split-content {
		padding: 9rem 2rem !important;
	}

	.split-content.bg-blue {
		padding: 3rem !important;
	}


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

}

@media only screen and (max-width:600px) {
	.split-image {
		box-shadow: none;
	}

	.split-content.bg-blue {
		padding: 2rem !important;
	}

	.full-width .split-content {
		padding: 4rem 2rem !important;
	}

	.quadruple-items .quadruple-item {
		width: 100%;
		margin: 0 0 2rem;
	}
}

/* Header / Navigation
========================================================================== */
header .dropdown .btn {
	padding: 1rem;
}

header .dropdown .btn:hover {
	color: #fff;
}

/* Header */
header {
	background-color: transparent;
	box-shadow: none;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	height: 7rem;
}

header.scrolled {
	background-color: #00509C;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
}

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

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

/* Header logo */
header .header-logo {
	width: 10rem;
	padding: 0;
	top: .5rem;
	box-sizing: border-box;
	position: absolute;
	left: 1rem;
	opacity: 1;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

header.scrolled .header-logo {
	width: 6.5rem;
}

header .header-logo .logo-text {
	font-size: 2.4rem;
	line-height: 1;
	text-decoration: none;
	font-weight: 600;
	color: #FAE63B;
	text-transform: uppercase;
}

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

nav.mainmenu a {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 7rem;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	letter-spacing: .1em;
	margin: 0 2rem;
	transition: all 300ms linear;
}

nav.mainmenu li:hover a,
nav.mainmenu li.active a {
	color: #FAE63B;
}

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

/* DÃ¶lj Hem */
nav.mainmenu ul.TemplateMenu&gt;li:first-child {
	display: none;
}

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

nav.mainmenu ul&gt;li&gt;ul&gt;li {
	line-height: normal;
	height: auto;
	cursor: pointer;
	padding: 0;
}

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

nav.mainmenu ul&gt;li&gt;ul&gt;li a {
	line-height: 3;
	padding: 0 2rem;
	color: #00509C !important;
}

nav.mainmenu ul&gt;li&gt;ul&gt;li a:hover {
	background-color: #dbc81e !important;
	color: #00509C !important;
}

nav.mainmenu ul&gt;li.expandable-li:hover {
	background-color: transparent;
}

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

nav.mainmenu ul&gt;li.expandable-li:hover&gt;a {
	color: #dbc81e;
	padding-bottom: 0;
}

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

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

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

nav.mainmenu ul&gt;li&gt;ul&gt;li&gt;a {
	line-height: 5rem;
	color: #fff;
}

#overlay {
	z-index: 7;
}

/* CTA Buttons */
header .cta-buttons {
	position: absolute;
	top: 1.8rem;
	right: 1rem;
	opacity: 1;
	display: flex;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

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

.cta-buttons .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 #FAE63B;
	background-color: #FAE63B;
	color: #00509C;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.cta-buttons .social:hover {
	background-color: #00509C;
	border-color: #00509C;
	color: #fff;
	text-decoration: none;
}

.cta-buttons .social.btn {
	font-size: 1.2rem;
	width: auto;
	padding: 0 2rem;
	letter-spacing: .1em;
	border-radius: .5rem;
}

.cta-buttons .social::before {
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Pro';
	font-weight: 900;
	font-size: 1.5rem;
	position: relative;
	top: 1px;
}

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

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

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

@media only screen and (max-width: 1550px) {
	/* Nav */
	nav.mainmenu {
		padding-left: 10rem;
		text-align: left;
	}
}

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

@media only screen and (max-width: 1350px) {
	header .cta-buttons {
		right: 7rem;
		top: 1.6rem;
	}

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

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

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

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

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

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

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

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

	nav.mainmenu ul&gt;li&gt;ul&gt;li {
		background: transparent;
	}

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

	nav.mainmenu li a {
		margin: 0;
		padding: 0;
		color: #fff !important;
		padding-left: 4rem;
		font-size: 1.6rem;
		line-height: 3.7;
	}

	nav.mainmenu a.toplevel.expandable {
		color: #fae600 !important;
	}

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

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

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

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

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

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

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

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

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

	/* CTA */
	.cta-buttons .social-list {
		display: flex;
	}
}

@media only screen and (max-width: 700px) {
	header .header-logo {
		width: 6rem !important;
		top: .8rem;
	}

	header .dropdown .btn {
		padding: 1rem;
	}
}

@media only screen and (max-width: 420px) {
	.cta-buttons .social-list {
		display: none;
	}
}

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

/* Top-section
========================================================================== */
.top-section {
	display: flex;
	align-items: center;
	padding-top: 7rem;
	height: auto;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.6);
	min-height: 100vh;
	display: none !important;
}

/*.page-title-wrap {
	background-color: transparent;
	transform: none;
	position: static;
	max-width: 80rem;
	text-align: center;
	padding: 2rem;
	z-index: 3;
	padding-bottom: 24rem;
}

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

.page-title-wrap .usp-brand {
	color: #fae600;
}

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

.page-title-wrap h2 {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 300;
	font-size: 2.3rem;
	padding-bottom: 4rem;
	font-style: italic;
}

.page-title-wrap .usp-decor {
	font-weight: 700;
	color: #00509C;
}

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

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

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

.page-title-wrap .dropdown .btn:hover {
	color: #fff;
}

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

	.page-title-wrap h2 {
		font-size: 1.6rem;
	}

	.page-title-wrap p {
		max-width: 50rem;
	}
}

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

	.page-title-wrap h2 {
		letter-spacing: 0.1em;
		line-height: 1.8;
	}
}

@media only screen and (max-width:630px) {
	.top-section {
		padding: 15rem 2rem;
	}

	.page-title-wrap .btn-white {
		margin: 0 0 2rem 0;
	}

	.page-title-wrap .btn {
		max-width: 100%;
		display: block;
	}

	.page-title-wrap .dropdown {
		width: 100%;
	}
}

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

@media only screen and (max-width:360px) {
	.page-title-wrap .usp-brand {
		display: block;
		font-size: 4rem;
	}

	.page-title-wrap h1 {
		line-height: 1.5;
		font-size: 2rem;
	}
}

@media only screen and (max-width:330px) {
	.top-section {
		padding-top: 12rem;
	}

	.page-title-wrap .usp-brand {
		display: block;
		font-size: 4rem;
	}

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

	.page-title-wrap h2 {
		padding-bottom: 1rem;
	}
}
*/

/* Top-section
========================================================================== */
.LayoutPage .topsection {
    background-color: transparent;
	position: relative;
	overflow: hidden;
}

.LayoutPage  .topsection .section-block {
    background-color: rgba(0, 0, 0, 0.5);
	padding: 0;
}

.LayoutPage .topsection .usp-wrapper {
	display: flex;
    align-items: center;
    justify-content: end;
    padding: 25rem 5rem 15rem 5rem;
	max-width: 150rem;
	margin: auto;
}

.topsection .section-block-wrapper {
    width: 100%;
	max-width: none !important;
}

.topsection .text-block-center {
    max-width: 100rem;
	margin: 0 auto;
}

.topsection .text-block {
	display: flex;
	flex-direction: column; 
	text-align: right;
	align-items: end;
}

.topsection .section-title {
    font-size: 5rem;
    font-weight: 400;
	line-height: .8;
	padding-bottom: 4rem;
}

.topsection p {
    max-width: 58rem;
}

.topsection .cards-wrapper {
	justify-content: flex-start;
	align-content:end;
}

.topsection .logo-wrapper {
	display: inline-block;
}

.topsection .logo-wrapper img {
	width: 8rem;
}

@media only screen and (max-width: 1200px) {
    .topsection .section-title {
        font-size: 4.5rem;
    }
}

@media only screen and (max-width: 750px) {
	.topsection .text-block {
		display: flex;
		flex-direction: column; 
		text-align: center;
		align-items: center;
		justify-content: center;
	}

	.topsection .logo-wrapper {
		display: flex;
		justify-content: center;
		margin-bottom: 3rem;
	}

	.topsection .section-title {
		line-height: 1.2;
	}
}


@media only screen and (max-width: 580px) {
	.LayoutPage .topsection .usp-wrapper {
		padding: 20rem 2rem 5rem 2rem;
	}

    .topsection .section-title {
        font-size: 3rem;
		padding-bottom: 2rem;
    }

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

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

.about .normaltext-type {
	text-align: center;
}

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

.benefits-title-wrapper {
	width: 100%;
	max-width: 12%;
	margin-right: 2%;
	display: flex;
	justify-content: center;
	background: #a2a5a6;
	border-radius: 0;
}

.benefits-title-wrapper .section-title {
	color: #fff;
	align-self: center;
	transform: rotate(-90deg);
	padding: 0;
	white-space: nowrap;
	font-weight: 800;
}

.benefits-items-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding: 4rem 0 0;
}

.benefits-item {
	width: calc(100% / 2 - 2rem);
	margin: 1rem;
	text-align: center;
	transition: 0.2s ease-in-out;
	display: flex;
}

.benefits-items-wrapper .align-center {
	align-items: center;
}

.benefits-icon {
	order: 0;
	height: 13rem;
	width: 13rem;
	padding: 2rem;
	box-sizing: border-box;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.03);
	border-radius: 50%;
	background: rgb(var(--secondary-color));
	border: .4rem solid rgb(var(--secondary-color));
	color: #00509C;
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .benefits-item:hover .benefits-icon {
	-moz-transform: scale(0.75);
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.05);
	background-color: #00509C;
	color: rgb(var(--secondary-color));
} */

.benefits-item .far,
.benefits-item .fal {
	font-size: 5rem;
	font-weight: 800;
}

.benefits-text {
	padding: 2rem;
	width: calc(100% - 13rem);
	box-sizing: border-box;
	order: 0;
	align-self: center;
}

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

.benefits-text .benefits-heading {
	text-transform: none;
	letter-spacing: 0;
	font-size: 2.2rem;
	/* color: #343535; */
	padding-bottom: .5rem;
	font-weight: 600;
}

.benefits-text p {
	padding: 0;
}

@media only screen and (max-width: 980px) {
	.benefits-item {
		width: 100%;
	}

	.benefits-text {
		padding: 0;
	}
}

@media only screen and (max-width: 510px) {
	.benefits-item {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		padding: 2rem;
		margin: 0 0 2rem;
	}

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

	.benefits-icon {
		margin: 0 auto 2rem;
	}

	.benefits-text {
		width: 100%;
	}

	.benefits-title-wrapper {
		max-width: 100%;
		margin: 0;
	}

	.benefits-items-wrapper {
		max-width: 100%;
		width: 100%;
	}

	.benefits-title-wrapper .section-title {
		transform: none;
		padding: 2rem;
	}
}

/* TjÃƒÆ’Ã‚Â¤nster
========================================================================== */
.LayoutPage .services {
	/* background: linear-gradient(to top, #00509C 50%, #f8f8f8 40%); */
	background: #f8f8f8;
}

.LayoutPage .services .normaltext-type {
	text-align: left;
	max-width: 80rem;
	margin: 0 auto;
	margin-bottom: 1rem;
}

.services-wrap {
	display: flex;
	flex-wrap: wrap;
}

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

.services-wrap .service-box {
	width: calc(100% / 3 - 4rem);
	margin: 0 2rem 2rem 0rem;
	display: inline-block;
	text-align: center;
	padding: 0;
	/* background-color: #FAE63B; */
	overflow: hidden;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	position: relative;
	text-decoration: none !important;
	box-shadow: 0px .2rem 1rem rgba(0, 0, 0, 0.1);
}

.services-wrap.w-20 .service-box {
	width: calc(100% / 5 - 2rem);
	margin: 1rem;
}

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

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

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

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

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

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

.services-wrap .service-heading {
	font-size: 2rem;
	color: #00509C;
	text-transform: none;
}

.services-wrap p {
	padding: 0;
}

.service-box .service-link {
	display: block;
	position: absolute;
	bottom: 0;
	left: auto;
	right: auto;
	text-align: center;
	margin-top: 3rem;
	width: 100%;
	color: #fff;
	background-color: #000;
	border-radius: 0;
	height: 5rem;
	line-height: 5rem;
	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: #00509C;
}

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

.services .btn {
	padding: 1.4rem 3rem;
}

@media only screen and (max-width: 1550px) {
	.services-wrap.w-20 .service-box {
		width: calc(100% / 3 - 2rem);
	}
}

@media only screen and (max-width:1250px) {
	.services-wrap .service-box,
	.services-wrap.w-25 .service-box,
	.services-wrap.w-20 .service-box {
		width: calc(100% / 2 - 4rem);
	}

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

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

	.services-wrap .service-box,
	.services-wrap.w-25 .service-box,
	.services-wrap.w-20 .service-box {
		width: 100%;
		margin: 0 0 2rem 0;
	}
}

@media only screen and (max-width:510px) {
	.LayoutPage .services .normaltext-type {
		text-align: center;
	}
}

@media only screen and (max-width:450px) {
	.services .service-image {
		height: 20rem;
	}
}

/* Sektion CTA (.section-cta)
========================================================================== */

.section-cta .split-content {
	width: 60%;
	padding: 0rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-cta .split-image {
	width: 40%;
	max-height: 30rem;
	align-items: center;
}

.LayoutPage .section-cta .block-object img {
	object-fit: contain;
}

.section-cta .info-box {
	width: unset;
	margin: 2rem 0rem;
}

@media only screen and (max-width:850px) {
	.section-cta .split-wrapper {
		flex-direction: column;
	}

	.section-cta .split-content {
		width: 100%;
	}

	.section-cta .split-image {
		width: 100%;
	}

	.section-cta .split-image img {
		width: 20rem !important;
		max-width: unset;
		min-width: unset;
	}

	.section-cta .info-box {
		display: flex;
		flex-direction: column;
	}

	.section-cta .dropdown {
		margin-bottom: 2rem;
	}
}

@media only screen and (max-width:400px) {
	.section-cta .split-image {
		display: flex;
		justify-content: center;
	}
}


/* Sektion Nyheter
========================================================================== */

/*.section-news .section-block-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.LayoutPage .section-news .col-0 {
	padding-right: 3rem;
}

.LayoutPage .section-news .col-1 {
	padding-left: 3rem;
	border-left: 1px solid #eaeaea;
} */

/* Instagram */
.insta-widget {
	padding-top: 2rem;
}

 Nyheter */
.news-wrapper {
	display: flex;
	flex-direction: column;
	padding-top: 2rem;
}

.news-wrapper .card-item {
	width: 100%;
	margin: 0 0 2rem;
}

.news-wrapper .text-title a {
	font-weight: inherit;
}

.news-wrapper .text-title a::after {
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	font-size: .7em;
	margin: 0 0 0 .5rem;
	transition: all .3s ease;
}

.news-wrapper .text-title:hover a::after {
	margin: 0 0 0 1rem;
	transition: all .3s ease;
}

.news-wrapper p {
	font-size: 1.4rem;
	padding: 0 0 .3em;
}

.news-wrapper a {
	font-size: inherit;
}

@media only screen and (max-width: 1100px) {
	.LayoutPage .section-news .col-0 {
		padding: 0 0 2rem !important;
		width: 100% !important;
	}
	
	.LayoutPage .section-news .col-1 {
		width: 100%;
		padding: 2rem 0 0 !important;
		border-left: none;
		border-top: 1px solid #eaeaea;
	}
	
}

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

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

.SubPage .st0,
.SubPage .st1,
.SubPage .st2,
.SubPage .st3,
.SubPage .st4 {
	stroke: #ab6f2d;
}

.SubPage .st6 {
	fill: #ab6f2d;
}

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

/* Custom navs
========================================================================== */
.SubPage header {
	background-color: #00509C;
}

/* Hero with solid background and title
========================================================================== */
.LayoutPage .hero-block .section-block {
	background: #00509C;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 18rem 2rem 12rem;
	position: relative;
}

.LayoutPage .hero-block .heading-type * {
	margin: 0 auto;
	max-width: 85rem;
	text-align: center;
}

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

.LayoutPage .hero-block p {
	margin: 0 auto;
}

.LayoutPage .hero-block .ingress {
	color: #ff6600;
}

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

/* Hero block med tva kolumner */
@media only screen and (max-width: 1000px) {
	.hero-block .layout-12 .col-block {
		width: 100%;
		padding: 0;
	}
}

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

	.LayoutPage .hero-block .heading-type * {
		text-align: left;
	}
}

/* Sektion Hero (.section-hero)
========================================================================== */
.section-hero  .section-block {
	padding-top: 16rem !important;
}

.section-hero .split-content {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-hero .split-image {
	width: 40%;
}

@media only screen and (max-width:700px) {
	.section-hero  .section-block {
		padding-top: 11rem !important;
	}
}


/* Infoboxar
========================================================================== */
.info-box-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.info-box {
	position: relative;
	display: inline-block;
	width: calc(100% / 3 - 4rem);
	padding: 0;
	margin: 2rem;
	text-align: left;
	background-color: transparent;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-decoration: none !important;
}

.info-box .info-text {
	padding: 3rem 0 0;
}

.info-box .info-text ul {
	margin: 0 0 2rem;
}

.info-box .info-text .info-heading {
	font-size: 2.2rem;
	font-weight: 600;
	padding: 0 0 .5rem 0;
}

.info-box .info-text .preamble {
	padding-bottom: 1rem;
}

.info-box .info-text a {
	font-weight: 600;
	color: #00509C;
}

.info-box .info-image {
	height: 30rem;
	overflow: hidden;
	width: 100%;
}

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

.info-box .info-link {
	padding: 1rem 2rem;
	background-color: #07aa60;
	border: 1px solid transparent;
	color: #fff !important;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .1rem;
	max-width: 100%;
	line-height: 4rem;
	border-radius: .5rem;
	text-decoration: none;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
} 

.info-box .info-link:hover {
	background-color: #087d49;
	color: #fff;
	text-decoration: none;
}

@media only screen and (max-width:1500px) {
	.info-box .info-text .info-heading {
		font-size: 1.8rem;
	}
}

@media only screen and (max-width:1150px) {
	.info-box {
		width: calc(100% / 2 - 4rem);
	}
}

@media only screen and (max-width:950px) {
	.info-box .info-text {
		padding: 0;
		padding-top: 2rem;
	}

	.info-box {
		width: 100%;
		margin: 0 0 6rem 0;
	}
}

/* ==========================================================================
Undersida &gt; Aterforsaljare
========================================================================== */

.scrollable {
    max-height: 60rem;
    overflow-y: auto;
  }
@media only screen and (max-width: 1150px) {
	.section-aterforsaljare .col-0,
	.section-aterforsaljare .col-1{
width: 50% !important;
	}
}

@media only screen and (max-width: 800px) {
	.section-aterforsaljare .col-0,
	.section-aterforsaljare .col-1{
width: 100% !important;
	}
	.list-bg-primary{
		margin-right: 3rem;
	}
}


/* ==========================================================================
Undersida &gt; Tack	
========================================================================== */
.section-tack .block-object{
	text-align: center; 
	padding-top: 10rem; 
}
.lime-form{
	max-width: 75rem;
	margin: auto;
	margin-top: 5rem;
	background-color: #c2d2e2;
	padding: 2rem;
	border-radius: 2rem;
}
#simpliform .checkbox, #simpliform .radio {
    text-align: start;
}
.btn .btn-success .submit-btn {
    background: yellow !important;
    border-color: rgba(0, 80, 156, 1) !important;
}
.section-kontakt-inc .section-block{
	background-color: #00509C;
	border-bottom: 2px solid #fff; 
}


/*.section-kontakt-inc .block-object *{
	text-align: center; 
	color: black ; 
} */

.section-kontakt-inc p{
	padding: 0rem !important; 
}

/* ==========================================================================
Undersida &gt; TjÃ¤nster
========================================================================== */

/* ==========================================================================
Undersida &gt; TjÃ¤nster &gt; ByggsÃ¤ckar
========================================================================== */
.info-box-wrapper.sacks-wrapper .info-box {
	width: calc(100% / 3 - 4rem);
}

@media only screen and (max-width: 1150px) {
	.info-box-wrapper.sacks-wrapper .info-box {
		width: calc(100% / 3 - 4rem);
	}
}

@media only screen and (max-width: 970px) {
	.info-box-wrapper.sacks-wrapper .info-box {
		width: calc(100% / 2 - 4rem);
		margin: 2rem;
	}
}

@media only screen and (max-width: 650px) {
	.info-box-wrapper.sacks-wrapper .info-box {
		width: 100%;
		margin: 0 0 2rem;
	}
}


/* ==========================================================================
Undersida &gt; TjÃ¤nster &gt; Containers
========================================================================== */
.container-wrapper .facts-list {
	list-style: none;
	padding: 0;
}

.container-wrapper .facts-list .facts-title {
	font-weight: 700;
}

.container-wrapper p,
.container-wrapper li {
	font-size: 1.3rem;
}

.container-wrapper .facts-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.container-wrapper .info-text .usage {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0rem;
}

.container-wrapper .info-text .usage * {
	padding: 0;
}

/* OBS fÃ¶r att filtreringen ska fungera */
.filter-box {
	display: none;
	/* Hidden by default */
}

#filter-btn-container {
	display: flex;
	flex-wrap: wrap;
}

.btn-filter {
	cursor: pointer;
	border: none;
	margin: .5rem;
	padding: 1rem;
	font-size: 1.3rem;
	background-color: transparent;
	border: 2px solid #838383;
	color: #838383;
	max-width: 50rem;
	width: auto;
	box-sizing: border-box;
	padding: 1.9rem 4rem;
	border-radius: 0;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	line-height: 1.3;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
}

.btn-filter:hover {
	background: transparent;
	color: #00509C;
	border: 2px solid #00509C;
}

#filter-btn-container .btn-active {
	background-color: #FAE63B;
	border: 2px solid #FAE63B;
	color: #00509C;
}

.bg-img-gray {
	background-color: #EFECED;
}

/* The "show" class is added to the filtered elements */
.show {
	display: inline-block;
}

.filter-items-container {
	overflow: hidden;
	margin-top: 2rem;
}

@media only screen and (max-width: 600px) {
	.btn-filter {
		width: 100%;
	}
}

@media only screen and (max-width: 340px) {
	.container-wrapper .info-text .usage {
		flex-wrap: wrap;
	}
}

/* ==========================================================================
Undersida &gt; TjÃ¤nster &gt; KÃ¤rl
========================================================================== */

/* produktkort ByggkÃ¤rl */
.karl-wrapper .info-box .image-wrapper img {
	max-height: 35rem;
}

/* Produktrutor landningssidan */
.product-items-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.product-item {
	width: calc(100% / 4 - 4rem);
	margin: 2rem;
	position: relative;
	z-index: 1;
	padding: 2rem;
	background-color: #f8f8f8;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.product-item:hover {
	text-decoration: none !important;
}

.product-image {
	height: 30rem;
	overflow: hidden;
	background-color: #eee;
}

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

.product-text {
	margin: 0 auto;
	background-color: #f8f8f8;
	padding: 2rem 2rem 5rem;
	width: 100%;
	z-index: 2;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.product-text .product-heading {
	font-weight: 700;
	padding: 0;
	position: relative;
	font-size: 1.5rem;
	color: #000;
}

.product-text ul {
	margin: 0;
	padding-inline-start: 0;
	list-style: none;
}

.product-text ul li {
	font-size: 1.3rem;
}

.product-text .product-fact {
	font-weight: 600;
}

.product-text a {
	text-decoration: none;
	font-size: 2rem;
	padding-bottom: 0;
}

.product-text p {
	text-align: left;
	font-size: 1.4rem;
}

.product-links {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: auto;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	overflow: hidden;
}

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

.product-links a:hover {
	background-color: #087d49;
	color: #fff;
}

.product-links a:first-child {
	background-color: #f8f8f8;
	color: #444;
}

.product-links a:first-child:hover {
	background-color: #444;
	color: #fff;
}

.product-links a.link-full {
	width: 100%;
}

.product-links .modal-button {
	cursor: pointer;
}

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

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

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

/* ==========================================================================
Undersida &gt; BestÃ¤llning
========================================================================== */

.LayoutPage .order-form .section-block {
	padding: 15rem 2rem;
	min-height: 100vh;
	height: auto;
}

.order-form * {
	text-align: center;
	margin: 0 auto;
}

/* ==========================================================================
Undersida: SÃ¥ fungerar det
========================================================================== */
.sub-howto .small-title {
	font-size: 2rem;
}


/* ==========================================================================
Undersida: ByggsÃ¤ckar &gt; SÃ¥ fungerar det
========================================================================== */
.cards-wrapper .list-card {
	width: calc((100% / 2) - 2rem);
	margin: 1rem;
	border: 1px solid #ececec;
}

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


/* ==========================================================================
Undersida: Dokument
========================================================================== */
.LayoutPage .docs .section-block-wrapper {
	max-width: 80rem;
}

/* ==========================================================================
Undersida: Enskild Nyhet
========================================================================== */

/* Hero Block */
.sub-single-news .hero-block .section-block-wrapper {
	max-width: 120rem;
	width: 100%;
}

.sub-single-news .LayoutPage .hero-block .heading-type * {
	margin: 0;
	text-align: left;
}

/* Sektion Nyhet */
.sub-single-news .section-news .section-block {
	padding-top: 0;
}

.sub-single-news .section-news .col-0 {
	position: relative;
	background-color: #FFF;
	top: -5rem;
	border-radius: 3px 3px 0 0;
	padding: 2rem;
}

.sub-single-news .section-news .col-1 {
	margin-top: 10rem;
}

.sub-single-news .section-news img {
	width: 100%;
	padding: 0 0 3rem;
}

@media only screen and (max-width: 1000px) {
	.sub-single-news .section-news .col-0 {
		top: -2rem;
		padding: 5rem 0 0;
	}
}

/* ==========================================================================
Undersida: Kontakta oss
========================================================================== */
.contacts .heading-type * {
	text-align: left;
	max-width: 70rem;
}

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

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

.contact-box {
	width: calc(100% / 2 - 4rem);
	margin: 2rem;
	text-align: center;
	padding: 4rem;
	background-color: #f8f8f8;
	color: #000;
	border-radius: 1rem;
	overflow: hidden;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	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;
}

.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 {
	padding: 0;
	width: 100%;
	text-align: left;
}

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

.box-icon {
	margin-bottom: 2rem;
	justify-content: center;
	text-align: center;
	align-items: center;
	width: 100%;
	height: 5rem;
	width: 5rem;
	background-color: #00509C;
	border-radius: 50%;
	display: flex;
}

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

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

@media only screen and (max-width: 800px) {
	.LayoutPage .contacts .section-block {
		padding-bottom: 0;
	}

	.contact-box {
		width: 100%;
		margin: 0 0 2rem 0;
		text-align: center;
	}

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

	.box-icon {
		margin: 0 auto 2rem;
	}
}



/* ==========================================================================
Varukorg &gt; Produkter (section-cart-products)
========================================================================== */
.section-cart-products .cards-18 .card-item {
    display: flex;
    flex-direction: column;
}

.section-cart-products .cards-18 .text-wrapper {
    flex-grow: 1;
    padding: 2rem 1rem 1rem;
}

.section-cart-products .cards-18 .cart-name {
    padding-bottom: .5rem;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.4;
}

.section-cart-products .cards-18 .cart-price {
    color: #00509C;
}

.section-cart-products .cards-18 .btn {
    display: block;
    min-width: unset;
    padding: 1rem;
    margin: 1rem 0rem;
    border-radius: 0;
    cursor: pointer;
}

/* FÃ¤lt som ska dÃ¶ljas */
.section-cart-products .cart-article,
.section-cart-products .cart-taxrate,
.section-cart-products .cart-url {
    display: none;
}

@media only screen and (max-width: 580px) {
    .section-cart-products .cards-18 .card-item {
        padding: 1.5rem;
    }

    .section-cart-products .cards-18 .text-wrapper {
        padding: 2rem 0 1rem;
    }

    .section-cart-products .cards-18 .btn {
        margin: 1rem 0;
    }
}

/* Bestallning
========================================================================== */
.cart-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 3rem;
}

.cart-item .image-wrapper {
    width: 30%;
}

.cart-item .text-wrapper {
    width: 70%;
    padding: 5rem;
    max-width: 70rem;
}

.cart-item .small-title {
    padding-bottom: 0;
    font-size: 2.2rem;
    line-height: 1;
}

.cart-item .cart-price,
.cart-item .cart-product-total {
    padding-bottom: 1.3rem;
    font-size: 1.6rem;
}

.cart-item p {
    font-size: 1.4rem;
}

.cart-decrease,
.cart-increase {
    font-size: 2rem;
    cursor: pointer;
}

.cart-toggle-wrapper input {
    padding: 1rem;
    text-align: center;
    margin: 0 .5rem;
}

/* FÃ¤lt som ska dÃ¶ljas */
.cart-taxrate {
    display: none;
}

@media only screen and (max-width: 1100px) {
    .cart-item .image-wrapper {
        width: 40%;
    }

    .cart-item .text-wrapper {
        width: 60%;
    }
}

@media only screen and (max-width: 868px) {
    .cart-item .image-wrapper {
        width: 50%;
    }

    .cart-item .text-wrapper {
        width: 50%;
    }
}

@media only screen and (max-width: 700px) {
    .cart-item .image-wrapper {
        width: 100%;
    }

    .cart-item .text-wrapper {
        width: 100%;
        padding: 3rem 2rem;
    }
}

/* ==========================================================================
Undersida: VÃ¥ra Ã¥retfÃ¶rsÃ¤ljare
========================================================================== */
.aterforsaljare-wrapper .card-item {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all .4s ease;
}

/*.aterforsaljare-wrapper .card-item:hover {
	box-shadow: 0px 1rem 4rem rgb(0 0 0 / 10%);
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	text-decoration: none;
} */

.aterforsaljare-wrapper .reseller-info {
	padding: 1rem 0;
	border-bottom: 1px solid rgb(var(--gray-dark-color), .3);
	display: flex;
	align-items: center;
}

.reseller-info .reseller-icon {
	margin-right: 2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    width: 4rem;
    background-color: rgb(var(--primary-color));
    border-radius: 50%;
    display: flex;
}

.reseller-info i {
	color: rgb(var(--secondary-color));
	font-size: 2rem;
}

.reseller-info .reseller-text {
	width: calc(100% - 6rem);
}

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

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

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

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

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

/* FOOTER MENU */
.footer-nav {
	width: 100%;
	display: flex;
	justify-content: center;
	max-width: 160rem;
	margin: 0 auto;
}

.footer-menu-wrapper {
	display: flex;
	list-style-type: none;
	padding-inline-start: 0;
	justify-content: space-between;
	padding: 0 2rem;
	width: 100%;
}

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

.footer-menu:first-child {
	padding-right: 4rem;
}

.footer .footer-heading {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
	padding-bottom: .5rem;
	color: #fff;
}

.footer-logo {
	max-width: 5rem;
}

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

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

.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 #fff;
	background-color: transparent;
	color: #fff;
}

.footer .social:hover {
	background-color: #fff;
	color: #000;
	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';
}

/* Footer Bottom */
.footer-bottom {
	background-color: #FAE63B;
	margin: 0 auto;
	width: 100%;
	padding: 2rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	line-height: 1rem;
}

.footer .footer-bottom * {
	font-size: 1.2rem;
	padding: 0;
	color: #00509C;
}

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

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

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

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

@media only screen and (max-width: 800px) {
	.footer-menu-wrapper {
		flex-direction: column;
		text-align: center;
	}

	.footer-menu:not(:last-child) {
		padding: 0 0 3rem;
	}

	.footer p,
	.footer a,
	.footer li {
		text-align: center;
	}

	.footer-bottom {
		justify-content: center;
	}

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

	.footer .social {
		margin: 0 1rem;
	}
}</pre></body></html>