/* FJ Group Sweden AB */

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;500;700;900&display=swap');

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

:root {
	--primary-color: #008ece;
	--secondary-color: #0A3669;
	--tertiary-color: #008ece;
}

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

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

@media only screen and (hover:none) {

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

body {
	-webkit-font-smoothing: antialiased;
	background-position: center bottom !important;
	font-family: 'Roboto', sans-serif;
}

html {
	font-size: 62.5%;
}
.mw-none .section-block-wrapper {
    max-width: none;
}

.pb-0 .section-block,
.pb-0:not(.section-wrapper) {
    padding-bottom: 0 !important;
}
/* Video background */
.fullscreen-bg-video {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
}

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

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

/* Bakgrundsbild
========================================================================== */
/* Parallax */
.bg-image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-image .section-block {
	min-height: 45rem;
	background-color: rgb(var(--black-color), .4)
}

/* Bilder */
.bg-image-about {
	background-image: url('/assets/images/aker-blommor-2000px.jpg');
	margin-top: 11rem;
}

@media only screen and (hover:none) {
	.bg-image {
		background-attachment: scroll;
		background-position: center center;
	}
}

/* ==========================================================================
Layout
========================================================================== */
.LayoutPage .section-block,
.SubPage .LayoutPage .section-block:not(.p-0 .section-block) {
	padding: 10rem 5rem;
}

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

.width-800 {
	max-width: 70rem;
	margin: auto;
}

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

.width-2000 .section-block .section-block-wrapper {
	max-width: 200rem;
}

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

.display-none {
	display: none;
}

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

/* Paddings */
.p-0 .section-block,
.p-0:not(.section-wrapper) {
    padding: 0;
}

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

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

.pl-0 .section-block,
.pl-0:not(.section-wrapper) {
    padding-left: 0;
}

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

/* Margins */
.mt-3{
	margin-top: 3rem;
}

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

/* Specifika bredder */
.mw-none .section-block-wrapper {
    max-width: none;
}

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

@media only screen and (max-width: 580px) {
    /* Specifika paddings */
    .pl-0 .section-block {
        padding-left: 2rem;
    }
    
    .pr-0 .section-block {
        padding-right: 2rem;
    }
}

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

/* ==========================================================================
	Färger
========================================================================== */

.primary-color {
	color: #008ece !important;
}

.secondary-color {
	color: #0A3669;
}

.tertiary-color {
	color: #008ece;
}

.white-color {
	color: #FFF;
}

.text-muted {
	color: #F2F2F2;
}

.text-dark-gray {
	color: #383838;
}

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

.bg-gray-dark {
	background-color: #7f7f7f;
}

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

/* ==========================================================================
  Knappar
========================================================================== */

.btn {
	max-width: 50rem;
	width: auto;
	box-sizing: border-box;
	padding: 1.4rem 3rem;
	border-radius: 5px;
	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;
}

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

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

.btn-white,
.btn-white:hover {
	background-color: #FFF;
	border-color: #FFF;
	color: #333;
}

.btn-primary,
.btn-primary:hover {
	background-color: #008ece;
	border-color: #008ece;
	color: #ffffff;
}

.btn-secondary,
.btn-secondary:hover {
	background-color: #008ece;
	border-color: #008ece;
	color: #FFFFFF;
}

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

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

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

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

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

.button:hover {
	text-decoration: none;
	color: #333;
}

.button-circle {
	position: relative;
	margin: auto;
	padding: 18px 35px;
	transition: all 0.2s ease;
	color: #333;
}

.button-circle::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 28px;
	background: #008ece;
	width: 56px;
	height: 56px;
	transition: all 0.3s ease;
}

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

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

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

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

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

.top-section .button-span {
	color: #FFF;
}

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

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

/* ==========================================================================
Text och typsnitt
========================================================================== */
p {
	line-height: 1.8;
	font-size: 1.6rem;
	color: #444;
	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;
}

h1,
h2,
h3,
h4,
h5,
h6,
.small-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 1.4em;
	color: #242021;
	text-transform: normal;
	padding: 0 0 .5em 0;
}


h1 {
	font-size: 5rem;
}

h2 {
	font-size: 4.5rem;
}

h3 {
	font-size: 3.7rem;
}

h4 {
	font-size: 2.8rem;
}

.lead {
	font-size: 1.25em;
}

.small-title{
		font-size: 4.5rem;
}
.text-label {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding-bottom: 1em;
	color: #008ece;
}

.text-block-center{
	max-width: 100rem;
	margin: auto;
}
.text-center{
	text-align: center;
}
/* lilla "abc"-blocket */
.smalltext-type {
	max-width: none;
}

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

@media only screen and (max-width: 1024px) {
	h1 {
		font-size: 4.5rem;
	}

	h2 {
		font-size: 4rem;
	}

	h3 {
		font-size: 3.5rem;
	}

	h4 {
		font-size: 3rem;
	}
}

@media only screen and (max-width: 550px) {
	h1 {
		font-size: 3.5rem;
	}

	h2 {
		font-size: 3rem;
	}

	h3 {
		font-size: 2.5rem;
	}

	h4 {
		font-size: 2rem;
	}
}

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

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

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

.split-content {
	width: 50%;
	padding: 8rem 5rem 8rem 0;
	text-align: left;
}

.split-wrapper.reverse .split-content {
	padding: 8rem 0 8rem 5rem;
}

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

.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;
}
/* Speciella bredder */
.split-wrapper .w-70 {
  width: 70%;
}

.split-wrapper .w-30 {
  width: 30%;
}
@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 4rem 6rem 0;
	}

	.split-wrapper.reverse .split-content {
		padding: 6rem 0 6rem 4rem;
	}

}

@media screen and (max-width: 1100px) {
  .split-wrapper .w-30,
  .split-wrapper .w-70 {
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
	.split-wrapper.reverse {
		flex-direction: row;
	}

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

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

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

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

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

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

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

@media only screen and (max-width: 480px) {
    /* Paddings */
    .card-item.p-3,
    .card-item .p-3 {
        padding: 2rem;
    }
}

/* Card 1-1 */
.card-1-1 .border-top-black {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

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

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

/* Popup buttons */
.popup-button {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	width: 6.5rem;
	height: 6.5rem;
	background: #008ece;
	border-radius: 50%;
	cursor: pointer;
	-webkit-box-shadow: 0 0 3rem rgba(15, 36, 47, 0.35);
	-moz-box-shadow: 0 0 3rem rgba(15, 36, 47, 0.35);
	box-shadow: 0 0 3rem rgba(15, 36, 47, 0.35);
	transition: .25s ease;
}

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

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

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

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

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

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

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

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

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

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

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

.popup-window p,
.popup-window li {
	font-size: 2rem;
	text-align: center !important;
	line-height: 1.5;
	/* font-size: 1.4rem; */
	font-weight: 600;
	text-align: left;
	padding: 0;
}

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

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

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

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

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

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

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

	.popup-content {
		position: relative;
		padding-bottom: 2rem;
	}

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

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

header {
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	box-shadow: none;
	height: 10rem ;
}

header.scrolled {
	box-shadow: none;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	background-color: #FFF;
}

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

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

	header .container {
		padding: 0 2rem;
	}

}

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

/* HEADER LOGO */

header .header-logo {
	width: 7rem;
	top: 1rem;
	padding: 0;
	line-height: 10rem;
	display: none;
	float: left;
	transition: all 0.2s linear;
}
.header-logo img{
	padding: 2rem;
}

/* MAIN MENU */

nav.mainmenu ul.TemplateMenu>li {
	line-height: auto;
	height: auto;
	transition: all 0.2s linear;
}

nav.mainmenu {
	text-align: right;
}

nav.mainmenu a {
	font-family: inherit;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 10rem;
	color: #7f7f7f;
	;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 0 .5rem;
	margin: 0 2rem;
	transition: all 0.2s linear;
}


.EditMode .expandable-li>a.toplevel.expandable {
	pointer-events: all;
}

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

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

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

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

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

nav.mainmenu .btn {
	line-height: 1 !important;
	padding: 1.6rem 4rem;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #fff;
}

nav.mainmenu .btn:hover {
	color: #FFF !important;
}

nav.mainmenu ul>li>ul {
	background-color: #FFF;
	width: auto;
	margin-top: -1px;
	border-bottom: 5px solid #008ece;
}

nav.mainmenu ul>li>ul>li {
	overflow: hidden;
}

nav.mainmenu ul>li:hover>ul>li.active {
	background-color: #FFF;
}

nav.mainmenu ul>li:hover>ul>li:hover {
	background-color: hsl(199, 100%, 95%);
}

nav.mainmenu ul>li.expandable-li:hover>a {
	color: #008ece;
}

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

/* Styling for active link indicator */
nav.mainmenu ul>li>ul>li.active a {
	color: #008ece !important;
}


nav.mainmenu ul>li>ul>li>a,
header.scrolled nav.mainmenu ul>li>ul>li>a {
	line-height: 5rem;
	padding: 0 4rem 0 2rem;
	color: #7f7f7f !important;
}

/* Media query for only showing scrolled effect above 981px */
@media only screen and (min-width: 981px) {
	header.scrolled {
		height: 10rem;
		transition: all 0.2s linear;
	}

	header.scrolled nav.mainmenu ul.TemplateMenu>li {
		transition: all 0.2s linear;
	}

	header.scrolled nav.mainmenu a {
		color: #7f7f7f;
		;
		transition: all 0.2s linear;
	}

	/* HEADER LOGO */

	header.scrolled .header-logo {
		line-height: 8rem;
		transition: all 0.2s linear;
	}

	nav.mainmenu ul.TemplateMenu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		position: relative;
	}

	nav.mainmenu ul.TemplateMenu>li:nth-child(1) {
		position: absolute;
		left: 0;
		width: 15rem;
		height: 10rem;
	}

	nav.mainmenu ul.TemplateMenu>li:nth-child(1) a {
		background: transparent url('/assets/images/logo-text.png') no-repeat center center;
		background-size: contain;
		display: block;
		width: 100%;
		height: 100%;
		font-size: 0;
	}

	.EditMode nav.mainmenu ul.TemplateMenu>li:nth-child(1) a {
		font-size: 1.4rem;
		text-align: center;
	}

	nav.mainmenu ul.TemplateMenu>li:nth-child(2) {
		order: 1;
	}

	nav.mainmenu ul.TemplateMenu>li:nth-child(3) {
		order: 2;
	}

	nav.mainmenu ul.TemplateMenu>li:nth-child(4) {
		order: 3;
	}

	nav.mainmenu ul.TemplateMenu>li:nth-child(5) {
		order: 4;
	}

	nav.mainmenu ul.TemplateMenu>li:nth-child(6) {
		order: 5;
	}

}

/* Hamburger */

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

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

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

	.hamburger-inner {
		top: 20px;
	}
}

/* MOBILE MENU */

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

	header {
		height: 6rem;
		background-color: #FFF;
		width: 100vw !important;
	}

	header .header-logo {
		display: block;
		width: 4rem;
		padding: 0;
		line-height: 6rem;
		float: left;
	}

	nav.mainmenu {
		text-align: left;
		box-shadow: none;
		width: 100vw;
	}

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

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

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

	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: #008ece;
		background-color: hsl(187, 71%, 90%);
	}

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

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

}


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

/* 
Top-section
========================================================================== */

.top-section {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: auto;
	min-height: 90vh;
	background-color: rgba(0, 0, 0, .7);
}

.page-title-wrap {
	position: relative;
	transform: none;
	top: auto;
	left: auto;
	width: 100%;
	max-width: 160rem;
	padding: 15rem 10rem;
	text-align: left;
}

.page-title-innerwrap {
	max-width: 90rem;
}

.page-title-wrap h1 {
	font-size: 3.7rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: .03em;
	color: #FFF;
	text-shadow: none;
	padding-bottom: 0.22em;
	text-transform: none;
	text-align: left;
}

.page-title-wrap .text-label {
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.8;
	padding-bottom: 1em;
	letter-spacing: .09em;
	color: #008ece;
	text-transform: uppercase;
	text-align: left;
}

.page-title-wrap p {
	color: #FFF;
	text-align: left;
	max-width: 65ch;
}

.page-title-wrap .bold-text {
	font-weight: 900;
	color: #008ece;
}

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

	.page-title-wrap {
		padding: 15rem 2rem 10rem;
	}

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

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

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

	.page-title-wrap {
		padding: 15rem 2rem 5rem;
	}

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

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

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

/* Sektion Tjänster
========================================================================== */

.service-section .section-block {
	padding-top: 10rem;
	padding-bottom: 10rem;
	overflow: hidden;
}

.service-section .section-block-wrapper {
	position: relative;
}

.service-section .heading-type {
	max-width: 120rem;
	padding: 0;
	margin: 0 auto 3rem;
	border-bottom: 1px solid #333;
}

.service-section .heading-type * {
	text-align: left;
}

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

.service-slider {
	max-width: 130rem;
	margin: 0 auto;
	padding: 0 5rem;
	overflow-x: visible;
}

.service-item {
	height: auto !important;
	align-self: stretch;
	position: relative;
	width: calc(100% / 3 - 1rem);
	z-index: 1;
	border-radius: 2px;
	margin: 0 0 2rem;
	transition: all .8s ease;
	background-color: #F2F2F2;
	overflow: hidden;
}

.service-slider .service-item {
	margin: 0 1rem 0 0;
}

a.service-item {
	pointer-events: none;
}

.service-item:hover {
	text-decoration: none;
	transition: all .3s ease;
}

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

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

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

.service-title {
	width: 100%;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0;
	color: #111;
}

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

@media only screen and (max-width: 1200px) {
	.service-item {
		width: calc(100% / 3 - .5rem);
	}

}

@media only screen and (max-width: 800px) {
	.service-item {
		width: calc(100% / 2 - .5rem);
	}

	.service-text-wrapper {
		padding: 2rem;
	}
}

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

	.service-item {
		width: 100%;
	}

}

.service-wrapper .slick-track {
	display: flex !important;
}

.service-wrapper .slick-list {
	overflow: visible;
}

.service-wrapper .slick-prev,
.service-wrapper .slick-next {
	top: auto;
	bottom: -8rem;
}

.service-wrapper .slick-prev {
	left: 6rem;
}

.service-wrapper .slick-next {
	right: auto;
	left: 11rem;
}

.service-wrapper .slick-prev::before,
.service-wrapper .slick-next::before {
	color: #FFF;
}

/* Parallax
========================================================================== */

.LayoutPage .parallax-section {
	background-color: rgba(0, 0, 0, .7);
}

.parallax-section .section-block {
	padding: 20rem 2rem;
}

/* Sektion Om oss
========================================================================== */

.about-section {
	position: relative;
	z-index: 1;
}

.about-section .section-block {
	padding-bottom: 0;
}

.about-section .col-3 {
	position: -webkit-sticky;
	position: sticky;
	bottom: -20rem;
	padding: 0;
}

.about-section::after {
	display: none;
	content: '';
	position: absolute;
	z-index: -1;
	width: 70vw;
	height: 70vw;
	pointer-events: none;
	background-image: url(/assets/images/fj-globe-illustration.svg);
	background-size: contain;
	bottom: -30vw;
	right: -15vw;
	opacity: .1;
}

.animation-wrapper {
	max-width: 90rem;
	margin: 0 auto;
	font-size: 0;
}

/* Why us element  */

.why-us-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0 0 5rem;
}

.why-us {
	display: flex;
	width: 100%;
}

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

.why-us-icon-wrap {
	width: 5rem;
}

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

.why-us-textwrapper {
	width: calc(100% - 3rem);
}

.why-us h4 {
	font-size: 2rem;
	color: #FFF;
}

.why-us p {
	font-size: 1.6rem;
	color: #F2F2F2;
}



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

	.why-us-icon-wrap {
		width: 3rem;
	}

	.why-us-icon {
		font-size: 2rem;
	}

}

@media only screen and (max-width: 900px) {
	.LayoutPage .about-section .col-block {
		width: 100% !important;
	}

	.LayoutPage .about-section .col-1 {
		padding: 0 0 5rem !important;
	}
}

/* Sektion med bilder
========================================================================== */
/*
.solution-section .split-image {
	width: 50%;
}
*/
/* ==========================================================================
Undersidor - Generell Styling
========================================================================== */
.hero{
	padding-top: 5rem;
}
.SubPage .top-section {
	display: none;
}

.SubPage .subpage-header {
	/*background-image: url(/assets/images/fjgroup-index-gallery-3.jpeg);*/
	background-size: cover;
	background-position: center center;
}

.SubPage .subpage-header .section-block {
	padding: 25rem 5rem 7.5rem;
	/*background-color: rgba(10, 54, 105, 0.8);*/
	background-color: rgb(255, 255, 255);
}

.SubPage .subpage-header .section-block-wrapper {
	max-width: 100rem;
	margin: 0;
}

.subpage-header h1 {
	line-height: 1;
	padding: 0;
	text-align: left;
}

.subpage-header h2 {
	font-size: 5rem;
	color: #242021;
	text-align: left;
}

.SubPage .intro-section .section-block {
	padding-bottom: 0;
}

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

	.SubPage .subpage-header .section-block {
		padding: 25rem 2rem 5rem;
	}

	.subpage-header h2 {
		font-size: 4.5rem;
	}
}

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

	.SubPage .subpage-header .section-block {
		padding: 15rem 2rem 5rem;
	}

	.subpage-header h2 {
		font-size: 3.5rem;
	}
}

/* Brödsmulor
========================================================================== */

.LayoutPage .breadcrumb-section .section-block {
	padding: 2rem 5rem 0;
}

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

.breadcrumb-nav {
	display: block;
	padding: 1rem 0;
	border-bottom: 1px solid #cfcfcf;
}

.breadcrumb-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumb-list-item {
	position: relative;
}

.breadcrumb-list-item:not(:last-child)::after {
	position: relative;
	display: inline-block;
	content: '\f054';
	font-family: 'Font Awesome 5 Pro';
	font-size: .7em;
	font-weight: 300;
	margin: 0 .5rem;
}

.breadcrumb-link {
	font-size: 1.4rem;
}

.breadcrumb-list-item:last-child .breadcrumb-link {
	pointer-events: none;
}

@media only screen and (max-width: 1024px) {
	.LayoutPage .breadcrumb-section .section-block {
		padding: 0 2rem;
	}
}

@media only screen and (max-width: 550px) {
	.breadcrumb-link {
		font-size: 1.2rem;
	}
}

/* Sidstyling för Tjänstesidor
========================================================================== */

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

.LayoutPage .index-section .col-0 {
	width: 30rem;
	padding: 0;
	position: sticky;
	top: 10rem;
	display: none !important;
}

.LayoutPage .index-section .col-1 {
	width: 100%;
	padding-left: 0;
	margin: 0 auto;
}

.index-section .normaltext-type {
	margin: 0;
}

.index-section-title {
	width: 100%;
	margin: 10rem 0 2rem;
	padding: 0 0 1rem;
	border-bottom: 1px solid #cfcfcf;
}

@media only screen and (max-width: 1024px) {
	.LayoutPage .index-section .col-0 {
		width: 100% !important;
		position: relative;
		top: auto;
		margin-bottom: 3rem;
	}

	.LayoutPage .index-section .col-1 {
		width: 100%;
		padding-left: 0;
	}
}


/* Sidnavigering
========================================================================== */

.page-navigation {
	width: 100%;
	background-color: #f9f9f9;
	padding: 1rem 0;
}

.page-navigation-header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 2rem;
	height: 4rem;
}

.page-navigation-title {
	font-size: 2rem;
	font-family: 'Nunito Sans', sans-serif;
	line-height: 1rem;
	padding: 0;
}

.page-navigation ul {
	display: none;
	list-style: none;
	padding: 0;
}

.page-navigation .pagemenu-item {
	position: relative;
	padding: 0;
	line-height: 1;
}

.pagemenu-link {
	display: block;
	padding: 1rem 2rem;
	font-size: 1.3rem;
	height: 3rem;
	line-height: 1;
}

.pagemenu-link:hover {
	background-color: #cfcfcf;
	text-decoration: none;
}

.pagemenu-link.active {
	color: #008ece;
}

.pagemenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	width: 4rem;
	height: 4rem;
	border: none;
	cursor: pointer;
	font-size: 0;
}

.pagemenu-toggle:hover {
	background-color: #cfcfcf;
}

.pagemenu-toggle::after {
	display: inline-block;
	position: absolute;
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	font-size: 1.4rem;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.pagemenu-toggle.button-clicked::after {
	transform: translate(-50%, -50%) rotate(180deg);
}

.page-navigation .pagemenu-submenu {
	background-color: #F2F2F2;
	padding: 1rem 0;
}

.pagemenu-submenu {
	display: none;
}

.page-navigation .pagemenu-subpage-item {
	padding: 0;
	line-height: 1;
}

.pagemenu-submenu-link {
	padding: 1rem 2rem 1rem 5rem;
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
}

.pagemenu-subpage-item.active .pagemenu-submenu-link {
	color: #008ece;
}

@media only screen and (min-width: 901px) {
	.pagemenu-toggle {
		display: none;
	}

	.page-navigation ul {
		display: block;
	}
}


/* ==========================================================================
Undersida Product design
========================================================================== */
.section-products{
	max-width: 160rem !important;
	margin: auto !important;

}
.section-products .col-0 {
    width: 40rem !important;
}

.section-products .col-1 {
    width: calc(100% - 40rem) !important;
}

 .dropdown-wrapper {
      max-width: 40rem !important;
	  width: 100% !important;
    }
	.dropdown-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-div {
  display: none;
  padding: 10px;
  padding-top: 0;
  margin-top: 0;
}
.section-products .card-item:hover{
	transform: scale(1.2);
		transition: all .3s ease;
}
    .submenu {
      background-color: rgb(var(--gray-light-color));
      padding: 2rem 3rem;
      border-radius: 5px;
    }

    .submenu > li {
      position: relative;
    }

    .submenu a.small-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1.7rem;
      color: rgb(var(--primary-color));
		background-color: #f0f0f0;
      text-decoration: none;
      cursor: pointer;
	  padding: 1rem;
    }

    .submenu a.small-title i {
      margin-left: 0.5rem;
    }
.active-link {
      background-color: #d5d5d5;
}
    .dropdown-content {
      display: none;
      margin-top: 1rem;
      padding-left: 1.5rem;
      background: rgb(var(--white-color));
      border-radius: 4px;
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.095);
    }

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

    .dropdown-content a {
      display: block;
      padding: 0.5rem 1rem;
      font-size: 1.5rem;
      text-decoration: none;
      color: inherit;
    }

    .dropdown-content a:hover {
      text-decoration: underline;
    }

	@media only screen and (max-width: 980px) {
    .section-products .col-0 {
        width: 100% !important;
    }

    .section-products .col-1 {
        width: 100 !important;
        margin-top: 5rem;
    }
	.LayoutPage .layout-5 .col-1{
		width: 100% !important;
	}
}

/* ==========================================================================
Undersida Tjänster
========================================================================== */

.product-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-item {
	position: relative;
	margin: 0 0 5rem;
	width: calc(100% / 3 - 1rem);
	background-color: #FFF;
	border-bottom: 5px solid #008ece;
	box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .07);
	overflow: hidden;
	transition: all .3s ease;
	display: flex;
	flex-wrap: wrap;
}

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

.product-image-wrapper {
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.LayoutPage .block-object .product-image {
	width: auto !important;
	max-width: none !important;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.product-content {
	padding: 2rem 3rem;
}

.product-link {
	color: #111;
	font-size: 2.1rem;
	padding: 0;
	align-self: flex-end;
	width: 100%;
}

.product-link::after {
	content: '\2023';
	display: inline-block;
	transform: translateX(1rem);
	transition: all .3s ease;
}

.product-item:hover .product-link::after {
	transform: translateX(2rem);
	transition: all .3s ease;
}

@media screen and (hover: none) {
	.product-link::after {
		transform: translateX(0);
	}

}

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

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

/* ==========================================================================
Undersida Tjänster > Enskild produktsida
========================================================================== */

/* Sektion Galleri
========================================================================== */

.SubPage .gallery-section .section-block {
	padding: 0 0 10rem;
	background-image: linear-gradient(#FFF, #FFF);
	background-size: 100% 17rem;
	background-repeat: no-repeat;
	background-position: center top;
}

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

.gallery-section .smalltext-type {
	max-width: 130rem;
	padding: 0 5rem;
	margin: 0 auto;
}

/* Scroll Wrapper
========================================================================== */

.scroll-wrapper-container {
	position: relative;
	overflow: hidden;
}

.scroll-wrapper {
	max-width: 130rem;
	width: 100%;
	margin: 0 auto;
	padding: 0 5rem;
	overflow-x: visible;
}

@media only screen and (max-width: 1024px) {
	.scroll-wrapper {
		padding: 0 2rem;
	}
}

/* Scroll cards
========================================================================== */

.scroll-item {
	width: 100%;
	margin: 0 2rem 0 0;
	overflow: hidden;
	height: auto !important;
	align-self: stretch;
}

.scroll-link {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 20rem;
	height: 100%;
}

.scroll-link:hover {
	text-decoration: none;
}

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

.scroll-image-wrapper::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	position: absolute;
	bottom: 0;
	transition: all .3s ease;
}

.scroll-link:hover .scroll-image-wrapper::after {
	background-color: rgba(59, 151, 221, 0.6);
	transition: all .3s ease;
}

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

.scroll-text-wrapper {
	padding: 0 2rem;
	width: 100%;
	max-width: 40rem;
}

.scroll-title {
	font-size: 2.5rem;
	font-weight: 400;
	color: #FFF;
	text-align: left;
	word-break: break-word;
	hyphens: auto;
}

.scroll-lead {
	color: #FFF;
}


/* Slick Settings
========================================================================== */

.slick-list.draggable {
	overflow: visible;
}

.slick-track {
	display: flex !important;
}

.slick-prev,
.slick-next {
	z-index: 1;
	top: 50%;
	width: 4rem;
	height: 4rem;
	border: 1px solid #FFF;
	background-color: #038ece;
	border-radius: 4rem;
	transition: all .3s ease;
}

.slick-prev:hover,
.slick-next:hover {
	border: 1px solid #FFF;
	background-color: #0A3669;
}

.slick-prev:focus,
.slick-next:focus {
	border: 1px solid #FFF;
	background-color: #0A3669;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: 0;
	background-color: transparent;
	cursor: not-allowed;
	visibility: hidden;
	transition: all .3s ease;
}

.slick-prev {
	left: 6rem;
}

.slick-next {
	right: 6rem;
}

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

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

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	color: #FFF;
}

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

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

/* ==========================================================================
Undersida: Gallery
========================================================================== */
/* Bildmeny */
.grid-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 40rem 12rem 40rem;
    gap: 2rem;
}

.grid-split>* {
    width: 100%;
    min-height: 25rem;
}

.grid-split>*:nth-of-type(1) {
    grid-row: 1 / 3;
}

.grid-split>*:nth-of-type(3) {
    grid-row: 2 / 4;
    grid-column-start: 2;
}

.grid-split {
    position: relative;
	overflow: hidden;
}

.split-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.gallery-title-sub {
	padding: 0;
  line-height: 0.7;
  font-size: 5rem;
}

.gallery-title-sub.right {
  position: absolute;
  bottom: -0.1rem;
  right: -0.2rem;
  margin: 0;
  z-index: 2;
  text-align: right;
}

.gallery-title-sub.left {
  position: absolute;
  bottom: -0.1rem;
  left: -0.3rem;
  margin: 0;
  color: white;
  z-index: 2;
}

.split-image a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  z-index: 1;
}

.split-image a:hover::before {
  background: rgba(0, 0, 0, 0.5);
}

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

@media only screen and (max-width: 1000px) {
    .grid-split {
        display: flex;
        flex-wrap: wrap;
    }
	.split-image.tractors {
    order: 1;
  	}
  .split-image.mining {
    order: 3;
  	}
  .split-image.heavy-haulage {
    order: 2;
  	}
  .split-image.parts {
    order: 4;
  	}
	.gallery-title-sub.left,
  	.gallery-title-sub.right {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    text-align: center;
  	}
	.gallery-title-sub {
		font-size: 5rem;
		width: 100%;
		background-color: #008ece;
		color: white;
		padding: 1rem 0;
	}
	.gallery-title-sub.right {
		color: white;
	}
}

@media only screen and (max-width: 810px) {
    .gallery-title-sub {
		font-size: 4.5rem;
	}
}

@media only screen and (max-width: 580px) {
    .grid-split .split-content {
        padding: 2rem;
    }
	.gallery-title-sub {
		font-size: 4rem;
	}
}

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

/* Undersidor
========================================================================== */
/* Undermeny på undersidor */
.gallery-menu-wrapper {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
	padding: 3rem;
	border-bottom: 1px solid black;
	gap: 2rem;
}

.gallery-menu-wrapper .gallery-menu-item {
	font-weight: 700;
}

.gallery-menu-wrapper .gallery-menu-item:hover {
	text-decoration: none;
	color: #008ece;
}

/* Galleri rubrik */
.gallery-title {
	font-size: 2.5rem;
	padding: 6rem 0 4rem;
}

/* Bildgalleri på undersidor */
.image-gallery .section-block {
	padding: 0 !important;
}

.image-gallery .section-block-wrapper {
	max-width: none;
}

.gallery-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.row {
  display: grid;
  gap: 2rem;
}

.row-2 {
  grid-template-columns: repeat(2, 1fr);
}

.row-3 {
  grid-template-columns: repeat(3, 1fr);
}

.image-gallery .gallery-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.full-width {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 700px) {
	.row-3 {
    grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 500px) {
	.row-2 {
    grid-template-columns: 1fr;
	}
}

/* ==========================================================================
Undersida FJ Group
========================================================================== */
.LayoutPage .fj-group.p-0 .section-block,
.SubPage .LayoutPage .fj-group.p-0 .section-block {
	padding: 0;
}

.hero.fj-group {
	margin-top: var(menu)
}

.fj-group,
.fj-group img {
	max-height: 54rem;
	overflow: hidden;
}

.fj-group .split-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* logo */
.company-logo {
	max-width: 30rem;
}

.company-logo-lastvagnar {
	max-width: 40rem;
}

@media only screen and (max-width: 1000px) {
    .LayoutPage .fj-group.p-0 .section-block,
	.SubPage .LayoutPage .fj-group.p-0 .section-block {
        padding: 10rem 0;
    }
}
/* ==========================================================================
Undersida Nyheter
========================================================================== */
.SubPage .news-section .col-0 {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
	max-width: 35rem;
	width: 30%;
	top: 15rem;
}

.SubPage .news-section .col-1 {
	width: 70%;
}

.news-month {
	padding: 0;
	font-family: 'Roboto Condensed', serif;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.3;
	color: #242021;
}

.news-section .normaltext-type {
	margin: 0 0 10rem;
}

.news-section h2 {
	border-bottom: 1px solid #038ece;
	padding: 0 0 1rem;
	margin-bottom: 2rem;
}

.news-section img {
	margin: 0 0 2rem;
}

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

	.SubPage .news-section .col-0 {
		width: 100%;
		max-width: none;
		background-color: #FFF;
		top: 5.8rem;
		margin-bottom: 5rem;
		padding: .5rem 0 !important;
	}

	.SubPage .news-section .col-1 {
		width: 100%;
		padding: 0;
	}

	.news-section .normaltext-type {
		margin: 0 auto 10rem;
	}

}

/* ==========================================================================
Undersida Kontakt
========================================================================== */
.title-sub{
	margin-top: -6rem;
    margin-left: 1rem;
    color: #ffffff;
}

.contact-section .heading-type * {
	text-align: left;
}
 .section-steps{
	overflow: visible;
 }
.section-steps .split-content {
  padding-top: 0;
  padding-bottom: 0;
}

.section-steps .split-image {
  position: sticky;
top: 100px;
  align-self: flex-start;
}

@media only screen and (max-width: 1200px) {
	.LayoutPage .contact-section .col-block {
		width: 100%;
		padding: 0 0 5rem;
	}
}
@media only screen and (max-width: 600px) {
.title-sub{
	margin-top: 2rem;
    margin-left: 0rem;
    color: #000000;
}
}
/* Contact option Wrapper
========================================================================== */

.contact-option-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.contact-option {
	width: 100%;
	text-align: left;
	margin-bottom: 2rem;
}

.contact-option-link {
	display: block;
	transition: all .3s ease;
	padding: 1rem 2rem;
}

.contact-option.highlighted .contact-option-link {
	background-color: #008ece;
}

.contact-option.highlighted * {
	color: #FFF;
}

.contact-option-link:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, .06);
	transition: all .3s ease;
}

.contact-text {
	font-size: 1.8rem;
	font-style: normal;
	line-height: 1.5;
}

.contact-title {
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #008ece;
}

.contact-card address {
	font-style: normal;
	margin-top: 2rem;
}

.contact-link {
	position: relative;
	display: inline-block;
	font-size: 1.4rem;
	margin-right: 1.5rem;
	color: #333;
}

.contact-link::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	content: '';
	color: #008ece;
	display: inline-block;
	margin-right: 1rem;
}
.contact-link.mail {
	display: block;
	margin-top: 1rem;
}

.contact-link.mail::before {
	content: '\f1fa';
}

.contact-link.phone::before {
	content: '\f67d';
}

.contact-link.mobile::before {
	content: '\f3ce';
}

/* Contact Card Wrapper
========================================================================== */
.contact-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-card {
	display: flex;
	flex-direction: column;
	position: relative;
	flex: 1 1 30rem;
	margin: 0 1rem 6rem;
	padding: 3rem 2rem;
	background-color: #FFF;
	border-bottom: 5px solid #008ece;
	box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .07);
	text-align: left;
}

.contact-image {
	position: absolute;
	right: 3rem;
	width: 10rem;
	height: 10rem;
	border-radius: 5rem;
	overflow: hidden;
	margin-top: -5rem;
	margin-bottom: 3rem;
}

.contact-name {
	padding: 0;
	font-family: 'Roboto Condensed', serif;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.3;
	color: #242021;
}

.contact-card a {
	text-decoration: underline;
}

.contact-card a:hover {
	text-decoration: none;
}

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

	.contact-image {
		right: 2rem;
		width: 7rem;
		height: 7rem;
		margin-bottom: 3rem;
	}
}

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

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

	.contact-card {
		padding: 3rem 1.5rem;
		margin: 0 0 3rem;
	}

}

/* Sektion Call to action
========================================================================== */
.cta-section .section-block {
	background-image: linear-gradient(to bottom, #FFF 50%, #F2F2F2 50%);
}

.cta-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-color: hsl(199, 100%, 95%);
	width: 100%;
	padding: 5rem 4rem;
	border-radius: 8px;
	text-align: left;
}

.cta-content {
	max-width: 75ch;
}

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

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

.footer .container {
	max-width: 160rem;
	margin: 0 auto;
	padding: 0;
}

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

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

.footer-logo-section {
	display: flex;
	align-items: flex-start;
	padding: 0 0 3rem;
	border-bottom: 1px solid #038ece;
}

.footer-logo {
	position: relative;
	max-height: 5rem;
	margin: 0 3vw 0 0;
	display: inline-block;
}

/* FOOTER MENU */

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

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

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

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

/* FOOTER SUBMENU */

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

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

.footer-menu-link,
.footer li {
	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;
}

.footer .social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 4rem;
	height: 4rem;
	margin-right: 1.2rem;
	padding: 0;
	border-radius: 2rem;
	background-color: #008ece;
	color: #fff;
}

.footer .social:hover {
	background-color: #0A3669;
	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;
}

.footer .container .fab {
	font-size: 1.6rem;
	padding: 0 5px 0 5px;
	margin-top: 0;
	text-decoration: none;
}

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

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

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

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

/* Footer Bottom */

.footer-bottom {
	border-top: 1px solid #cfcfcf;
	width: 100%;
	padding: 2rem 0;
	display: flex;
	justify-content: space-between;
}

.footer-bottom p,
.footer-bottom a {
	font-size: 1.5rem;
}

/* 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;
	filter: invert(1);
}


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

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

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

	.footer-nav {
		margin: 0 0 3rem;
	}

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

	.footer-menu {
		width: 50%;
		margin-bottom: 5rem;
	}

}

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

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

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

	.footer-logo {
		max-height: 4rem;
	}

	.footer-logo-section {
		justify-content: space-around;
		padding: 0 0 2rem;
	}

	.footer-bottom {
		flex-direction: column;
		align-items: center;
	}

	.footer-bottom p,
	.footer-bottom a {
		font-size: 1.3rem;
	}

}