/* BeOneNorth */

@import url("https://use.typekit.net/hiz3zzi.css");
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

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

html {
	font-size: 62.5%;
}

body,
body.isMobile .body-background {
	background-position: center center;
	background-size: cover;
	overflow-x: hidden;
	counter-reset: section;
}

.container {
	max-width: 100%;
}

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

/* Layout 
========================================================================== */
.LayoutPage .section-wrapper {
	background-color: #fff;
}

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

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

/* Paddings */
.pt-0:not(.section-wrapper),
.LayoutPage .pt-0 .section-block,
.SubPage .LayoutPage .pt-0 .section-block {
	padding-top: 0;
}

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

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

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

/* Paddings - LEFT */
.pl-0:not(.section-wrapper),
.LayoutPage .pl-0 .section-block,
.SubPage .LayoutPage .pl-0 .section-block {
	padding-left: 0;
}

.pl-3:not(.section-wrapper),
.LayoutPage .pl-3 .section-block,
.SubPage .LayoutPage .pl-3 .section-block {
	padding-left: 3rem;
}

/* Paddings - RIGHT */
.pr-0:not(.section-wrapper),
.LayoutPage .pr-0 .section-block,
.SubPage .LayoutPage .pr-0 .section-block {
	padding-right: 0;
}

/* Paddings - BOTTOM */
.pb-0:not(.section-wrapper),
.LayoutPage .pb-0 .section-block,
.SubPage .LayoutPage .pb-0 .section-block {
	padding-bottom: 0;
}

/* Paddings - RUNTOM */
.p-2:not(.section-wrapper),
.LayoutPage .p-2 .section-block,
.SubPage .LayoutPage .p-2 .section-block {
	padding: 2rem;
}

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

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

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

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

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

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

/* Ovriga klasser */
.justify-center {
	justify-content: center;
}

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

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

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

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

	/* Paddings - LEFT */
	.pl-0:not(.section-wrapper),
	.LayoutPage .pl-0 .section-block,
	.SubPage .LayoutPage .pl-0 .section-block {
		padding-left: 2rem;
	}

	/* Paddings - RIGHT */
	.pr-0:not(.section-wrapper),
	.LayoutPage .pr-0 .section-block,
	.SubPage .LayoutPage .pr-0 .section-block {
		padding-right: 2rem;
	}

	/* Paddings - RUNTOM */
	.p-4:not(.section-wrapper),
	.LayoutPage .p-4 .section-block,
	.SubPage .LayoutPage .p-4 .section-block {
		padding: 2rem;
	}
}

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

/* Rubriker */
h1,
h2,
h3,
h4 {
	font-family: inherit;
	font-style: normal;
	font-weight: 500;
	letter-spacing: normal;
}

.text-label {
	text-transform: none;
	line-height: 1.3;
	letter-spacing: normal;
	font-size: 1.8rem;
	text-align: left;
	padding-bottom: 1.5rem;
	text-shadow: none;
	font-family: inherit;
	font-weight: 600;
	font-style: normal;
}

.small-title {
	text-transform: none;
	font-size: 3.1rem;
	font-weight: 500;
	letter-spacing: normal;
	padding-bottom: 1rem;
}

.section-title {
	font-style: normal;
	padding-bottom: 2rem;
	text-align: left;
	font-weight: 500;
	font-size: 4.5rem;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: normal;
	hyphens: none;
}

/* Brodtext och lankar */
p,
ul,
li {
	color: #444;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: normal;
	text-transform: none;
}

a {
	color: #fea513;
	font-family: inherit;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	line-height: 1.7;
	letter-spacing: normal;
	text-transform: none;
}

a:hover {
	text-decoration: none;
	color: #2a2e4e;
}

.ingress {
	font-family: inherit;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.6;
}

.ingress-big {
	font-family: inherit;
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 1.6;
}

.ingress-title {
	text-align: left;
	font-weight: 800;
	text-align: left;
	max-width: 100rem;
	font-size: 6rem;
	font-weight: 600;
	line-height: 1.1;
}

.ingress-line {
	font-size: 2.4rem;
	font-weight: 400;
	max-width: 95rem;
	padding-bottom: 0;
	position: relative;
}

.ingress-line-small {
	font-size: 1.6rem;
}

.ingress-line::before {
	position: absolute;
	content: '';
	width: 3px;
	height: 100%;
	left: -3.5rem;
	top: 0;
	background-color: #fea513;
}

/* Listor */
ul {
	padding-inline-start: 0;
	padding-left: 2rem;
}

li {
	padding-bottom: 1rem;
}

/* List-check */
.list-check {
	list-style: none;
}

.list-check {
	padding: 0;
}

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

/* Ovriga klasser */
.text-block {
	max-width: 85rem;
	margin: 0 auto;
	font-size: 2.1rem;
}

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

.text-block.left {
	margin: 0;
}

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

.smalltext-type,
.normaltext-type {
	max-width: none;
	text-align: left;
	margin: 0;
}

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

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

	.ingress.ingress-line {
		font-size: 2.4rem;
	}
}

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

	p,
	.text-label,
	.small-title,
	.section-title {
		text-align: left !important;
		margin: 0 !important;
	}

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

	.ingress.ingress-line::before {
		display: none;
	}

	.ingress.ingress-line {
		padding-left: 0;
		font-size: 2rem;
	}

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

	.ingress,
	.ingress.ingress-line {
		font-size: 1.8rem;
	}
}

/* Knappar & speciella lankar
========================================================================== */
.btn-wrapper {
	margin-top: 2rem;
}

.btn-wrapper-center {
	display: flex !important;
	justify-content: center !important;
	/* Centrerar horisontellt */
	align-items: center !important;
	/* Centrerar vertikalt (om behövs) */
}

/* Knappar */
.btn,
.ContactSubmit {
	max-width: 25rem;
	width: auto;
	box-sizing: border-box;
	padding: 2.2rem 4rem;
	border-radius: 0;
	text-align: center;
	text-transform: none;
	font-weight: 600;
	font-size: 1.6rem;
	letter-spacing: normal;
	line-height: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	display: block;
	font-family: inherit;
}

.btn:hover {
	color: #60a5ba !important;
	border: 1px;
}

.btn-primary-filled,
.ContactSubmit {
	background-color: #fea513;
	border: 1px solid #fea513;
	color: #fff;
}

.btn-primary-filled:hover,
.ContactSubmit:hover {
	color: #fff !important;
	border: 1px solid #111;
	background-color: #111;
}

.btn-secondary,
.btn-black-filled {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.btn-black-filled:hover {
	background-color: transparent;
	border: 1px solid #000;
	color: #000 !important;
}

.btn-border {
	border: 1px solid #fff;
	background-color: transparent;
}

.btn-border:hover {
	border: 1px solid #fea513;
	color: #fea513 !important;
}

/* Arrow-link */
.arrow-link::after {
	content: ' \f178';
	opacity: 1;
	transition: all .3s ease;
	font-family: 'Font Awesome 5 Pro';
	margin-left: 3px;
	font-weight: 400;
}

.arrow-link:hover::after {
	content: ' \f178';
	opacity: 1;
	margin-left: 10px;
}

/* Cirkelikon */
.circle-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	padding: 0;
	margin: .5rem;
	font-size: 0;
	color: rgb(var(--white));
	text-decoration: none;
	border-radius: 50%;
	background-color: #fea513;
	transition: .3s ease;
}

.circle-icon i:before,
.circle-icon em:before {
	font-size: 1.4rem;
}

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

/* CTA-knapp - Boka demo - sidan av hemsidan 
========================================================================== */
.section-cta-side .section-block {
	padding: 0rem !important;
	margin-bottom: -2px !important;
}

.cta-side-wrapper {
	z-index: 2;
	position: fixed;
	top: 70%;
	right: 0;
	transform: translateY(-50%);
	transition: 0.4s ease-in-out;
}

.cta-side-wrapper a {
	position: relative;
	left: 0;
	display: block;
	padding: 1.8rem 5rem;
	margin: .5rem 0;
	white-space: nowrap;
	transition: 0.4s ease-in-out;
	color: #fff;
	background: orange;
	font-size: 1.5rem;
	box-shadow: 0 1rem 3rem rgb(0, 0, 0, .1);
}

header.scrolled .cta-side-wrapper a {
	left: calc(100% - 3rem - 1.5rem);
}

.cta-side-wrapper a:hover {
	background: #222;
}

header.scrolled .cta-side-wrapper a:hover {
	left: 0;
}

.cta-side-wrapper i {
	width: 3rem;
	margin: 0rem;
}

@media only screen and (hover:none) {
	.cta-side-wrapper {
		display: flex;
		position: fixed;
		top: unset;
		left: 0;
		bottom: 0;
		right: unset;
		width: 100vw;
		transform: unset;
		z-index: 1000;
	}

	.cta-side-wrapper a {
		display: inline-block;
		width: 100%;
		margin: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: center;
		font-size: 1.5rem;
	}

	header.scrolled .cta-side-wrapper a,
	header.scrolled .cta-side-wrapper a:hover {
		left: unset;
	}

	.cta-side-wrapper i {
		width: auto;
		margin-right: 0rem;
	}
}

/* Farger
========================================================================== */
/* Bakgrund */
.bg-primary,
.bg-primary .section-block {
	background-color: #fea513;
}

.bg-secondary,
.bg-secondary .section-block {
	background-color: #000;
}

.bg-dark,
.bg-dark .section-block {
	background-color: #292c35;
}

.bg-gray-light .section-block,
.bg-grey,
.bg-grey .section-block {
	background-color: #f5f3f1;
}

.bg-white {
	background-color: #fff;
}

.bg-gradient-primarylight-white {
	background-image: linear-gradient(to top, white 50%, #fea513 50%);
}

/* Transparent bakgrund med svart overlay */
.bg-transparent {
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}

.bg-transparent .section-block {
	background-color: rgb(0 0 0 / 80%);
}

.bg-transparent * {
	color: #fff;
}

/* Text */
.text-primary {
	color: #fea513 !important;
}

.text-secondary {
	color: #000;
}

.text-white {
	color: #fff !important;
}

.bg-primary p,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-secondary p,
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4 {
	color: #fff;
}

/* Grafiska element
========================================================================== */

/* Box shadow */
.box-shadow {
	box-shadow: 0 1rem 1rem rgba(190, 190, 190, 0.413);
}

/* Border */
.border-white {
	border: .5rem solid #fff;
}

.border-left-primary {
	border-left: .5rem solid #fea513;
}

/* Border radius */
.br-1 {
	border-radius: 1rem !important;
}

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

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

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

/* Parallax */
.parallax {
	max-width: 100% !important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 60rem;
	background-image: url(/assets/images/river-2000px.jpg);
}

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

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

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

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

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

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

@media only screen and (max-width: 750px) {
	.start-page #bg-video {
		left: -25%;
	}
}

/* Video ratio */
.video-ratio {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

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

/* 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;
	text-align: left;
	align-self: center;
}

.split-wrapper .align-center {
	align-self: center;
}

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

.split-content.pb-0 {
	padding-bottom: 0;
}

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

/* Video split */
.split-image.split-video {
	display: flex;
}

.split-image.split-video .portfolio-item {
	width: 100%;
	min-height: 45rem;
	border-radius: 0;
}

.split-image.split-video video {
	display: none;
}

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

/* Speciella bredder */
.split-wrapper .w-60 {
	width: 60%;
}

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

/* Speciella paddings */
.split-wrapper .pl-0 {
	padding-left: 0;
}

.split-wrapper .pr-0 {
	padding-right: 0;
}

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

}

@media screen and (max-width: 1100px) {
	.split-content {
		width: 50%;
		text-align: left;
	}
}

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

	.split-wrapper .w-60,
	.split-wrapper .w-40 {
		width: 50% !important;
	}
}

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

	.split-content,
	.split-wrapper .w-60,
	.split-wrapper .w-40 {
		width: 100% !important;
	}

	.split-content {
		padding: 3rem;
	}

	.split-image {
		width: 100%;
		padding: 0;
	}

	.split-image.split-video .portfolio-item {
		min-height: 30rem;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 750px) {
	.split-content {
		padding: 3rem;
	}
}

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

/* Card grow */
.cards-grow .card-item {
	display: flex;
	flex-direction: column;
}

.cards-grow .card-body {
	flex-grow: 1;
}

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

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

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

	/* Bredder */
	.cards-wrapper.w-33 .card-item,
	.cards-wrapper.w-50 .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 2-1 */
.card-2-1 .card-item {
	position: relative;
	overflow: hidden;
}

.card-2-1 .card-header {
	margin-bottom: 2rem;
	font-size: 5rem;
}

.card-2-1 .card-footer.decorated-icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1rem;
	padding-right: 8rem;
}

.card-2-1 .card-footer.decorated-icon i {
	position: absolute;
	bottom: -7rem;
	right: -6rem;
	width: 15rem;
	height: 15rem;
	font-size: 5.5rem;
	border-radius: 50%;
	background: #ffe0af;
}

.card-2-1 .card-footer.decorated-icon i::before {
	position: absolute;
	top: 0rem;
	left: 0;
}

@media only screen and (max-width: 580px) {
	.card-2-1 .card-footer.decorated-icon i {
		bottom: -9rem;
		right: -7rem;
	}
}

/* Card 3-1 */
.card-3-1 .image-wrapper {
	height: 25rem;
}

.card-3-1 .small-title {
	font-size: 2.5rem;
	margin-bottom: 1rem;
}


/* Modal som oppnas automatiskt
========================================================================== */
body:not(.EditMode) .section-auto-modal {
	display: none;
	z-index: 12;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .7);
}

body:not(.EditMode) .section-auto-modal .section-block {
	position: fixed;
	top: 54%;
	left: 50%;
	width: calc(100% - 4rem);
	max-width: 70rem;
	max-height: 87vh;
	padding: 0rem;
	overflow: auto;
	background: #fea513;
	transform: translate(-50%, -50%);
	border-radius: 0rem;
}

.section-auto-modal .text-label {
	padding-bottom: 2rem;
}

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

@media only screen and (max-width: 450px) {
	body:not(.EditMode) .section-auto-modal .section-block {
		max-height: 80vh;
	}

	.LayoutPage .section-auto-modal .block-object {
		text-align: left;
		margin: 0;
	}

	.section-auto-modal .text-label,
	.section-auto-modal p {
		font-size: 1.6rem;
	}
}

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


body.en .lang-se,
body:not(.en) .lang-en {
    display: none;
}

header {
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
	background-color: #fff;
	box-shadow: none;
	margin-top: 0;
	height: 8rem;
}

.start-page header,
.sub-contact header {
	background-color: transparent;
}

header.scrolled {
	background-color: #fff;
	box-shadow: 0px 2px 7px 0px rgb(0 0 0 / 4%);
}

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

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

header .header-logo {
	width: 14rem;
	position: absolute;
	line-height: 0;
	padding-top: .5rem;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
}

nav.mainmenu {
	text-align: left;
	flex-grow: 1;
}

nav.mainmenu ul {
	text-align: center;
	left: 30rem;
	position: absolute;
}

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

nav.mainmenu ul.TemplateMenu>li:first-child {
	display: none;
}

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

nav.mainmenu a {
	font-family: inherit;
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	color: #fff;
	text-transform: none;
	padding: 0 .5rem;
	letter-spacing: normal;
	display: block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	height: 8rem;
	line-height: 8rem;
}

.transparent-header header.scrolled nav.mainmenu a,
header.scrolled nav.mainmenu a,
.SubPage header nav.mainmenu a {
	color: #111;
}

.transparent-header header nav.mainmenu a {
	color: #fff;
}

header nav.mainmenu a {
	display: inline-block;
}

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

nav.mainmenu li:hover a,
nav.mainmenu li.active a,
header.scrolled nav.mainmenu .fab {
	color: #fea513;
}

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

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

nav.mainmenu ul>li>ul>li a {
	padding: 2rem;
	color: #444 !important;
	line-height: 1;
	height: auto;
}

nav.mainmenu ul>li>ul>li a:hover {
	background-color: #fea413 !important;
	color: #fff !important;
	height: 5rem;
}

nav.mainmenu ul>li>ul>li.expandable-li:hover>a {
	background-color: #fea413 !important;
	color: #fff !important;
	height: 5rem;
}

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

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

nav.mainmenu ul>li.expandable-li:hover>a {
	color: #fea513 !important;
	padding-bottom: 0;
}

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

#overlay {
	z-index: 7;
}

/* CTA Button */
.cta-menu {
	float: right;
	display: flex;
	align-items: center;
	height: 8rem;
	line-height: 8rem;
	transition: all 300ms linear;
	z-index: 10;
}


.cta-menu  div {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    margin-right: 6px;
    border-radius: 50%;
}

/* Mobilmenyn  */
@media only screen and (min-width: 1301px) {
	.hamburger {
		display: none;
	}

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

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

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

	.SubPage.transparent-header header.scrolled .hamburger-inner,
	.SubPage.transparent-header header.scrolled .hamburger-inner::after,
	.SubPage.transparent-header header.scrolled .hamburger-inner::before,
	.SubPage .hamburger-inner,
	.SubPage .hamburger-inner::after,
	.SubPage .hamburger-inner::before,
	header.scrolled .hamburger-inner,
	header.scrolled .hamburger-inner::after,
	header.scrolled .hamburger-inner::before,
	header.scrolled .is-clicked .hamburger-inner::after,
	header.scrolled .is-clicked .hamburger-inner::before {
		background-color: #000;
	}

	.SubPage.transparent-header header .hamburger-inner,
	.SubPage.transparent-header header .hamburger-inner::after,
	.SubPage.transparent-header header .hamburger-inner::before,
	.hamburger-inner,
	.hamburger-inner::after,
	.hamburger-inner::before {
		width: 3.5rem;
		background-color: #fff;
	}
	.hamburger--collapse.is-clicked .hamburger-inner::before{
		background-color: #000 !important;
	}
	.hamburger--collapse.is-clicked .hamburger-inner::after,
	.hamburger--collapse.is-clicked .hamburger-inner{
		background-color: #000 !important;
	}

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

	nav.mainmenu ul {
		left: 0;
	}

	nav.mainmenu .expandable-li {
		padding-bottom: 1rem;
	}

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

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

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

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

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

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

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

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

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

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

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

	header .container {
		padding-left: 1rem;
	}

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

	.cta-menu img {
		height: 5rem;
		width: 100%;
        height: 100%;
	}
}

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

/* Top-section
========================================================================== */
.top-section {
	z-index: 1;
	height: auto;
	min-height: 85vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0 0 0 / 50%);
}

.logo-wrapper-top img {
	max-width: 55rem;
	width: 100%;
	margin-bottom: 2rem;
}

.page-title-wrap {
	z-index: 2;
	position: static;
	transform: unset;
	max-width: none;
	padding: 0 3rem;
}

.page-title-wrap h1 {
	max-width: 105rem;
	margin: 0 auto;
	font-weight: 500;
	padding-bottom: 1.5rem;
	font-family: inherit;
	font-size: 4.9rem;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	text-shadow: none;
}

.page-title-wrap p {
	font-size: 2.3rem;
	font-family: inherit;
	padding-bottom: 2rem;
	max-width: 90rem;
	margin: 0 auto;
	line-height: 1.6;
	color: #fff;
	text-align: center !important;
}

.page-title-wrap .btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

@media only screen and (max-width: 1100px) {
	.page-title-wrap {
		padding: 3rem;
	}

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

	.page-title-wrap p {
		font-size: 1.9rem;
	}
}

@media only screen and (max-width: 580px) {
	.top-section {
		min-height: 100vh;
	}

	.page-title-wrap {
		padding-top: 8rem;
	}

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

	.page-title-wrap p {
		font-size: 1.5rem;
	}

	.page-title-wrap .btn-wrapper {
		flex-wrap: wrap;
	}

	.page-title-wrap .btn-wrapper a {
		width: 100%;
		display: block;
		margin-bottom: 2.5rem;
		margin-right: 0;
	}
}

/* Counter
========================================================================== */
.counter-section .section-block {
	padding: 7rem;
}

/* Counter */
.counter-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#counter-top h3 {
	font-size: 2rem;
	text-align: center !important;
	max-width: 40rem !important;
}

#counter-top * {
	line-height: 1;
	font-size: 2rem;
	text-align: center !important;
	color: #000;
	font-weight: 400;
	font-family: inherit;
}

.count {
	font-size: 5rem !important;
	font-weight: 300;
	padding-bottom: 1.2rem;
}

.count p {
	display: block;
}

.count span {
	font-weight: 300;
}

.counter-spec {
	text-align: center;
	width: 20%;
	margin: 0;
	padding: 2rem;
	display: flex;
	justify-content: center;
	border: 1px solid transparent;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.counter-spec h3 {
	font-size: 2.1rem;
	font-weight: 400;
}

.counter-spec .button-link {
	text-align: center !important;
}

@media screen and (max-width: 1100px) {
	.counter-spec {
		width: 32%;
	}

	.count {
		font-size: 3.5rem !important;
	}
}

@media screen and (max-width: 630px) {
	.counter-section .section-block {
		padding: 5rem 2rem;
	}

	.counter-spec {
		width: 48%;
		margin: 0 0 2rem;
	}

	.count {
		font-size: 3rem !important;
	}
}

/* Valkomsttext
========================================================================== */
.LayoutPage .about-intro {
	background-image: url(/assets/images/norrland-stenar-2000.jpg);
	background-attachment: fixed;
	background-size: cover;
}

.about-intro .section-block-wrapper {
	max-width: 110rem;
}

.about-intro .ingress {
	font-size: 2.7rem;
	max-width: 100rem;
	text-align: left;
	font-weight: 300;
	position: relative;
	padding-bottom: 0;
	padding-left: 2rem;
	line-height: 1.6;
	color: #fff;
}

@media only screen and (max-width: 680px) {
	.about-intro .ingress {
		font-size: 1.9rem;
		line-height: 1.7;
		padding-left: 0;
	}
}

/* Om oss
========================================================================== */
.about .split-wrapper {
	background-color: #f8f8f8;
}

@media only screen and (max-width: 1000px) {
	.about.pl-0 .section-block {
		padding: 0;
	}

	.about .split-content {
		padding: 6rem 3rem;
	}
}

/* Funktioner
========================================================================== */
.functions-sap {
	background-image: url(/assets/images/beonenorth-parallax-man-stenar-2000px.jpg);
}

.functions-sap h2,
.functions-sap p {
	color: #fff;
}

.functions-sap .section-block-wrapper {
	max-width: 100rem;
}

.flip-icon-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 100rem;
	margin: 0 auto;
	padding-top: 2rem;
}

.flip-icon-wrapper i {
	color: #fea513;
	font-size: 3rem;
	padding-right: 1.5rem;
}

.flip-icon-info {
	display: flex;
	flex-wrap: wrap;
	margin: 2rem 3rem;
}

.flip-icon-info:hover p {
	text-decoration: underline;
}

.flip-icon-info p {
	font-size: 1.6rem;
	font-weight: 400;
}

@media only screen and (max-width: 580px) {
	.flip-icon-wrapper {
		justify-content: flex-start;
		padding-top: 0;
		margin: 0;
		max-width: 100%;
	}

	.flip-icon-info {
		margin: 2rem 0;
		width: 100%;
	}
}

/* Branschspecifika losningar
========================================================================== */
.business-specific .heading-type *,
.business-specific .normaltext-type * {
	max-width: 90rem;
	margin: 0 auto;
	text-align: center;
}

.business-specific .icon-wrapper {
	margin-top: 3rem;
}

.icon-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.icon-wrapper .small-title {
	font-size: 2.3rem;
}

.icon-wrap {
	width: calc(100% / 3 - 4rem);
	margin: 0 2rem;
	transition: 0.2s ease-in-out;
	padding: 2rem;
	transform: scale(.97);
}

.icon-wrap-2 {
	width: calc(100% / 2 - 4rem);
}

.icon-wrap:hover {
	transform: scale(.99);
}

.icon-img {
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

.icon-img img {
	width: auto;
	height: 11rem !important;
	padding-bottom: 3rem;
}

.icon-text {
	width: 100%;
	box-sizing: border-box;
	order: 0;
}

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

.icon-text p {
	font-size: 1.45rem;
}


@media only screen and (max-width: 980px) {
	.icon-wrap {
		width: 100%;
		padding: 2.5rem;
	}

	.business-specific .split-content {
		padding: 0;
	}

	.icon-wrap .icon-img {
		text-align: left;
		display: flex;
		justify-content: flex-start;
	}

	.icon-wrap .ingress-line::before {
		display: none;
	}
}

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

	.business-specific .icon-wrapper {
		margin-top: 0;
	}

	.icon-wrap {
		padding: 3rem 0;
	}

	.icon-text {
		padding-right: 0;
	}
}

/* Implementation och support
========================================================================== */
.implementation .heading-type * {
	max-width: 90rem;
	margin: 0 auto;
	text-align: center;
}

.implementation .icon-wrapper {
	margin-top: 3rem;
}

.section-news .small-title {
	font-size: 1.9rem;
}

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

/* Hero 
========================================================================== */
.LayoutPage .hero {
	display: flex;
	align-items: center;
	min-height: 80vh;
	margin-top: 8rem;
	background-color: rgba(0, 0, 0, .5);
}

.LayoutPage .hero-grey {
	background-color: #f5f3f1;
}

.LayoutPage .hero.hero-small {
	min-height: 75vh;
}

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

.hero-split {
	max-width: 50rem;
}

@media only screen and (max-width: 630px) {
	.LayoutPage .hero * {
		text-align: center !important;
	}
}

/* Hero nyheter
========================================================================== */

.hero-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.SubPage .hero-img .section-block {
	padding-top: 20.2rem;
	min-height: 70vh;
	background-color: rgba(0, 0, 0, 0.524);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.SubPage .hero-img * {
	color: #FFF;
	text-align: center;
}

.SubPage .hero-img h1,
.SubPage .hero-img h2 {
	color: #fff;
	max-width: 80rem;
	margin: 0 auto;
	text-align: center;
}

.SubPage .hero-img h1:not(.text-label),
.SubPage .hero-img .section-title {
	font-size: 6rem;
	padding-bottom: 1rem;
	line-height: 1.2;
}

.SubPage .hero-img .section-title {
	max-width: none;
}

.SubPage .hero-img h2 {
	line-height: 1.7;
	padding-bottom: 0;
}

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

	.SubPage .hero-img h1:not(.text-label),
	.SubPage .hero-img .section-title {
		font-size: 3.5rem;
	}
}

/* Timeline
========================================================================== */
.timeline-wrapper {
	position: relative;
}

.timeline-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	background-color: #dcdcdc;
}

.timeline-item {
	position: relative;
	width: 40%;
}

.timeline-item .small-title {
	font-size: 2.2rem;
}

.timeline-item.item-left {
	margin: 0 0 0 auto;
}

.timeline-item:before {
	content: '';
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 122%;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: #fea513;
	border: 4px solid #ffffff;
	transform: translateY(-50%);
}

.item-left.timeline-item:before {
	left: -27.6%;
}


@media only screen and (max-width: 980px) {
	.timeline-wrapper::before {
		left: 1rem;
	}

	.timeline-item {
		width: 100%;
		padding: 5rem 7rem;
	}

	.timeline-item:before,
	.item-left.timeline-item:before {
		left: -.5rem;
	}
}

@media only screen and (max-width: 680px) {
	.timeline-item {
		padding: 2rem 0 2rem 4rem;
	}
}


/* undersido hero bilder
========================================================================== */
.sub-forsaljningsansvarig .hero-img {
	background-image: url(/assets/images/planering-2000px.jpg);
	background-position: center center;
}

.sub-vd .hero-img {
	background-image: url(/assets/images/vd-2000px.jpg);
	background-position: center center;
}

.sub-ekonomiansvarig .hero-img {
	background-image: url(/assets/images/kalkylator-2000px.jpg);
	background-position: center center;
}

.sub-logistic .hero-img {
	background-image: url(/assets/images/logistik-2000px.jpg);
	background-position: center center;
}

.sub-produktionsansvarig .hero-img {
	background-image: url(/assets/images/foretagsroller/industri-2000px.jpg);
	background-position: center bottom;
}

.sub-eftermarknadsansvarig .hero-img {
	background-image: url(/assets/images/eftermarknad-2000px.jpg);
	background-position: center center;
}

.sub-partihandel .hero-img {
	background-image: url(/assets/images/lager-1000px.jpg);
	background-position: center center;
}

.sub-projektstyrning .hero-img {
	background-image: url(/assets/images/projektledning-1200px.jpg);
	background-position: center center;
}

.sub-tillverkande-foretag .hero-img {
	background-image: url(/assets/images/tillverkning-1000px.jpg);
	background-position: center center;
}

.sub-tjansteforetag .hero-img {
	background-image: url(/assets/images/man-med-kaffe-1000px.jpg);
	background-position: center center;
}

.sub-service-underhall .hero-img {
	background-image: url(/assets/images/servicebolag-1200px.jpg);
	background-position: center center;
}

.sub-news .hero-img {
	background-image: url(/assets/images/nyheter-2000px.jpg);
	background-position: center center;
}

.sub-kundcase .hero-img {
	background-image: url(/assets/images/kundcase-2000px.jpg);
	background-position: center center;

}

.sub-ekonomi .hero-img {
	background-image: url(/assets/images/sap-business-one/ekonomihantering/glad-tjej-ekonomi-1000.jpg);
	background-position: center center;

}

.tjanster-hero .section-title {
	font-size: 4rem !important;
}

@media only screen and (max-width: 630px) {
	.tjanster-hero .section-title {
		font-size: 2.5rem !important;
	}
}

/* intro-section
========================================================================== */
.SubPage .intro-section .section-block {
	padding-top: 20rem;
}

.SubPage .intro-section * {
	text-align: left;
}

.SubPage .intro-section .section-title {
	font-size: 5rem;
	max-width: 85rem;
	margin: 0;
}

.SubPage .intro-section p,
.SubPage .intro-section .small-title {
	max-width: 75rem;
	margin: 0;
}

@media only screen and (max-width: 580px) {
	.SubPage .intro-section .section-title {
		font-size: 3.5rem;
	}
}

/* intro-split-section
========================================================================== */
.EditMode .intro-split-section .section-block {
	padding-top: 40rem !important;
}

.SubPage .intro-split-section .section-block {
	padding: 8rem 0 0 0;
}

.SubPage .intro-split-section .section-block-wrapper {
	max-width: none;
}

.intro-split-section {
	overflow: hidden;
}

.intro-split-section .split-content {
	padding: 13rem 11rem;
}

@media only screen and (max-width: 1200px) {
	.SubPage .intro-split-section .section-block {
		padding-top: 12rem;
	}

	.intro-split-section .split-content {
		padding: 9rem 7rem;
	}
}

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

/* icon-wrap
========================================================================== */
.SubPage .icon-wrap,
.SubPage .design-business .icon-wrap {
	margin-left: 0;
	padding-left: 0;
	padding-right: 3rem;
}

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

	.SubPage .icon-wrap,
	.SubPage .design-business .icon-wrap {
		padding-right: 0;
	}
}

/* business-specifik ikon-sektion pa undersidor
========================================================================== */
.SubPage .business-specific .icon-wrap {
	width: calc(100% / 4 - 3rem);
	margin: 0 1.5rem;
	padding: 2rem;
}

.SubPage .business-specific .icon-wrap .icon-img img {
	max-height: 9rem;
}

.SubPage .business-specific .icon-wrapper .small-title {
	font-size: 2.2rem;
}

.SubPage .business-specific .icon-text .small-title::before {
	width: 3rem;
}

/* icon wrapper med border ist for ikon */
.icon-wrapper-border .icon-img {
	display: none;
}

.SubPage .icon-wrapper-border .icon-wrap {
	width: calc(100% / 3 - 3rem);
	padding: 3rem 3rem 3rem 0;
	display: flex;
	margin: 0 3rem 4rem 0;
	transform: none;
}

.SubPage .icon-wrapper-border .icon-wrap p {
	font-size: 1.4rem;
}


.SubPage .icon-wrapper-border .icon-wrap:hover {
	transform: none;
}

.icon-wrapper-border .icon-wrap {
	border-right: 1px solid #eee;
}

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

	.icon-wrapper-border .icon-wrap:nth-child(3n + 3),
	.icon-wrapper-border .icon-wrap:last-child {
		border: none;
	}

}

@media only screen and (max-width: 1200px) {
	.SubPage .icon-wrapper-border .icon-wrap {
		width: calc(100% / 2 - 2rem);
		margin: 0 2rem 2rem 0;
		padding: 2rem 2rem 2rem 0;
	}
}

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

	.icon-wrapper-border .icon-wrap:nth-child(2n + 2),
	.icon-wrapper-border .icon-wrap:last-child {
		border: none;
	}

}

@media only screen and (max-width: 820px) {
	.SubPage .icon-wrapper-border .icon-wrap {
		width: 100%;
		margin: 1rem 0;
		padding: 2rem 0 !important;
		border-bottom: 1px solid #eee;
		border-right: none;
	}

	.icon-wrapper-border .icon-wrap:last-child {
		border-bottom: none;
	}
}

/* ==========================================================================
Undersida: Ekonomihantering
========================================================================== */

.subpage-ekonomi {
	display: block !important;
	z-index: 1;
}

.subpage-ekonomi .section-block {
	display: flex;
	align-items: center;
	min-height: 60vh;
	background-color: rgba(0, 0, 0, .5)
}

.subpage-ekonomi .section-block-wrapper {
	width: 100%;
}

.subpage-ekonomi .text-block {
	max-width: 80rem;
	text-align: center;
}

.subpage-ekonomi .section-title {
	font-size: 4.5rem;
	font-weight: 500;
	color: #fff;
}


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

@media only screen and (max-width: 780px) {
	.subpage-ekonomi .section-title {
		font-size: 3rem;
		text-align: left !important;
	}

	.subpage-ekonomi .section-block {
		min-height: 70vh;
	}

}

/* ==========================================================================
Undersidor > Tjansteforsaljning
========================================================================== */
/* ==========================================================================
Undersidor > Projekttillverkning
========================================================================== */
.sub-projekttillverkning .intro-section .split-content {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.sub-projekttillverkning .intro-section .split-image img {
	object-fit: contain;
}

/* 8 steg
========================================================================== */
.sub-projekttillverkning .bg-transparent {
	background-image: url(/assets/images/man-diagram-laptop-2000.jpg);
}

.step-cards-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 4rem 0;
}

.step-card {
	width: calc(100% / 3 - 6rem);
	margin: 3rem;
	display: inline-block;
	text-align: left;
	padding: 0;
	border-radius: 1rem;
	background-color: #fff;
	box-shadow: 0 .5rem 3rem rgba(0, 0, 0, .1);
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	position: relative;
	text-decoration: none !important;
}

.step-card::after {
	counter-increment: section;
	content: " 0" counter(section) " ";
	font-size: 2.3rem;
	position: absolute;
	top: -1rem;
	left: -1rem;
	font-weight: 700;
	background-color: #fea513;
	color: #fff;
	height: 6rem;
	width: 6rem;
	border-radius: 50%;
	justify-content: center;
	display: flex;
	align-items: center;
	z-index: 1;
}

.step-card:hover {
	background-color: #fff;
}

.step-card .step-text {
	padding: 0 4rem 4rem;
}

.step-card .step-image {
	overflow: hidden;
	width: 100%;
	padding: 0 0rem 3rem 0rem;
}

.step-card .step-image img {
	max-height: 24rem;
	object-fit: cover;
	width: 100%;
}

.step-card * {
	text-align: center;
}

.step-card .step-title {
	font-weight: 600;
	font-size: 2rem;
	padding-bottom: .5rem;
	color: #fea513;
}

.step-card p {
	padding: 0;
	color: #000;
	font-size: 1.45rem;
}

.step-card .step-info h3:after {
	border-bottom: 1px solid #089AAF;
	content: "";
	display: inline-block;
	height: .1em;
	position: relative;
	vertical-align: middle;
	width: 70px;
	margin-bottom: .15em;
	left: 13px;
	margin-left: 13px;
}

.step-card .step-link {
	display: block;
	bottom: 0;
	left: auto;
	right: auto;
	text-align: center;
	margin-top: 3rem;
	width: 100%;
	max-width: 40rem;
	color: #fff;
	background-color: #fe7450;
	border-radius: 4rem;
	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;
}

.step-box:hover .step-link {
	background-color: #81bb81;
}

.step-card .overflow-cardper {
	overflow: hidden;
}

.step-card .overflow-cardper .overflow-text {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media only screen and (max-width:1050px) {
	.step-card {
		width: calc(100% / 2 - 4rem);
		margin: 2rem;
	}

	.step-card h4 {
		font-size: 2rem;

	}

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

@media only screen and (max-width:750px) {
	.step-card {
		width: 100%;
		margin-bottom: 2rem;
	}

	.step-card .step-text {
		padding: 0 2.5rem 2.5rem;
	}

	.sub-projekttillverkning .intro-section .split-image img {
		margin-top: 2rem;
	}
}

/* ==========================================================================
Undersidor > Service och underhall
========================================================================== */
.sub-service .intro-section .split-content {
	padding-bottom: 0;
	padding-left: 0;
}

.sub-service .intro-section .split-image img {
	object-fit: contain;
}

/* ==========================================================================
Undersida > Industrier
========================================================================== */
.SubPage .industry-intro .split-content {
	padding-bottom: 0;
	padding-left: 0;
}

/* ==========================================================================
Undersida > Industrier > Projektstyrda foretag
========================================================================== */
.sub-project .project-team * {
	text-align: left;
}

.project-team .text-block {
	margin: 0;
}

.project-team .split-content {
	align-self: flex-start;
	padding: 3rem 6rem 0 6rem;
}

/* ==========================================================================
Undersida > Industrier > Service och underhall
========================================================================== */
.sub-service-underhall .ul-split {
	display: flex;
	flex-wrap: wrap;
	padding-top: 2rem;
}

.sub-service-underhall .ul-split ul {
	width: 48%;
	margin: 1%;
}

.sub-service-underhall li:not(.footer li) {
	list-style-type: circle;
	font-size: 1.6rem;
	padding-bottom: .5rem;
}

/* ==========================================================================
Undersida > Om oss
========================================================================== */
.sub-about .hero-img {
	background-image: url(/assets/images/tva-renar-lappland-2000.jpg);
	background-position: center bottom 18%;
}

.sub-about header {
	background-color: #fff;
}

.sub-about .about-support {
	background-image: url(/assets/images/norrland-man-med-sin-hund-2000.jpg);
}

.sub-about .split-section .section-block {
	padding: 9rem 5rem;
}

.sub-about .about-values .split-image {
	max-height: 60rem;
}

.about-support p {
	font-size: 2.2rem;
	max-width: 80rem;
	margin: 0 auto;
	text-align: center;
}

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

@media only screen and (max-width: 1000px) {
	.sub-about .split-section .section-block {
		padding: 9rem 4rem;
	}

	.sub-about .split-section .split-content {
		padding: 0;
	}

	.sub-about .about-values .section-block {
		padding: 5rem 0 0 0;
	}

	.about-support .btn-wrapper {
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 750px) {
	.about-values .split-content {
		padding: 0 2rem 3rem !important;
	}
}

@media only screen and (max-width: 580px) {
	.sub-about .split-section .section-block {
		padding: 5rem 2rem;
	}
}

/* ==========================================================================
Undersida > VÃ¥r Koncern
========================================================================== */
.koncern-wrapper .card-item .card-header {
	justify-content: center;
	align-items: center;
	display: flex;
	min-height: 40rem;
	padding: 5rem;
}

.koncern-wrapper .card-item .card-header img {
	max-height: 20rem !important;
}

.koncern-wrapper .card-item .bg-wrapper {
	margin: 0.3rem;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.koncern-wrapper .card-item .card-body {
	flex-grow: 1;
}

@media only screen and (max-width: 580px) {
	.koncern-wrapper .card-item .card-header {
		min-height: 30rem;
	}

	.koncern-wrapper .card-item .card-header img {
		max-width: 25rem !important;
	}

}


/* ==========================================================================
Undersida > Kundcase
========================================================================== */
.info-box {
	border-top: 4px solid#fea513;
	border-bottom: 4px solid#fea513;
	padding-top: 3rem;
	padding-bottom: 3rem;
	max-width: 44rem !important;
}

.section-case .col-1 {
	padding-left: 10rem !important;
}

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

	.section-case .col-0,
	.section-case .col-1 {
		width: 100% !important;
	}

	.section-case .col-1 {
		padding-left: 0rem !important;
	}
}

/* ==========================================================================
Undersida > SAP Business One
========================================================================== */
.sub-sap .hero-img {
	background-image: url(/assets/images/kvinna-natur-ipad-diagram-2000.jpg);
	background-position: center bottom 30%;
}

.sub-sap header {
	background-color: #fff;
}

/* intro
========================================================================== */
.sub-sap .sap-intro .section-block {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

@media only screen and (max-width: 1500px) {
	.SubPage .sap-intro .split-content {
		padding-left: 0;
	}
}

/* digital core
========================================================================== */
.sub-sap .mindmap-section .section-block-wrapper {
	display: flex;
	justify-content: center;
}

.SubPage .mindmap-section .section-block-wrapper {
	max-width: 110rem;
	margin-top: 3rem;
}

/* unika personliga arbetscenter
========================================================================== */
.SubPage .about-sap-business {
	background-image: url(/assets/images/norrland-stenar-2000.jpg);
	background-attachment: fixed;
	background-size: cover;
}

.logo-wrapper-hero {
	max-width: 50rem;
	width: 100%;
	margin: auto;
	margin-bottom: 2rem;
}

.logo-wrapper-big {
	max-width: 45rem;
	margin: auto;
	margin-bottom: 2rem;
}

.SubPage .about-split .split-content {
	padding-left: 0;
}

.portfolio-items-wrapper {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.portfolio-item {
	display: flex;
	flex-wrap: wrap;
	min-height: 35rem;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 4px;
	text-decoration: none !important;
	cursor: pointer;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


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

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


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

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

.portfolio-item .portfolio-text * {
	color: #fff;
}

.portfolio-item:hover .portfolio-text {
	background: rgba(0, 0, 0, 0.747);
}

/* Titel */
.portfolio-item .portfolio-text .portfolio-title {
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	padding: 0;
	position: absolute;
	top: 2rem;
	left: 2rem;
}

.portfolio-title .inline-title {
	display: block;
	font-weight: 300;
}

.portfolio-item .play-circle::before {
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Pro';
	content: '\f144';
	font-weight: 900;
	font-size: 6rem;
	position: relative;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.portfolio-item .play-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	color: #fff;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	max-width: none !important;
	margin: 0 auto !important;
}

.portfolio-item:hover .play-circle {
	font-size: 2rem;
}

.portfolio-item:hover .play-circle::before {
	font-size: 4rem;
	margin-right: 2rem;
}

@media only screen and (max-width: 600px) {
	.portfolio-item {
		width: 100%;
		margin: 0 0 4rem 0;
	}

	.fancybox-slide--video .fancybox-content {
		height: auto !important;
	}
}

/* Sap business one ar designat...
========================================================================== */
.design-business .split-content {
	padding-top: 0;
}

.design-business .split-content:nth-child(1) {
	padding-left: 0;
}

.design-business .icon-wrap {
	width: calc(100% / 3 - 2rem);
	margin: 1rem;
	padding: 0 3rem 5rem 3rem;
}

.icon-wrap .border-primary {
	border: 2px solid #fea513;
	padding: 2rem;
}

@media only screen and (max-width: 1100px) {
	.design-business .icon-wrap {
		width: calc(100% / 2 - 2rem);
		padding: 0 2rem 2rem 0;
	}
}

@media only screen and (max-width: 750px) {
	.design-business .split-content {
		padding: 0;
	}

	.design-business .icon-wrap {
		width: 100%;
		padding-bottom: 2.5rem;
		padding-left: 0;
		padding-right: 0;
	}

	.icon-img img {
		max-height: 8rem;
		padding-bottom: 1.5rem;
	}
}

/* ==========================================================================
Undersida > SAP > Tjansteforetag
========================================================================== */
.SubPage .sap-business-tjansteforetag p {
	max-width: 90rem;
	font-size: 2.1rem;
}

/* ==========================================================================
Undersida > Branscher
========================================================================== */
.sub-branscher .hero-img {
	background-image: url(/assets/images/norrland-stenar-2000.jpg);
	background-position: center;
}

.sub-branscher header {
	background-color: #fff;
}

/* ==========================================================================
Undersida > Integrationer
========================================================================== */
.integrationer .section-block {
	min-height: 50vh;
}

/* Filtrering */
.integrationer .filter-btn-container {
	display: flex;
	margin-top: 3rem;
}

.btn-filter {
	max-width: unset;
	width: auto;
	box-sizing: border-box;
	border-radius: 0;
	text-align: center;
	text-transform: none;
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: normal;
	line-height: 1em;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	font-family: inherit;
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
	margin: 1rem 0 0;
	padding: 1.7rem 2rem;
	cursor: pointer;
	min-width: 14rem;
}

.btn-active {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.integration-wrap {
	display: none;
}

.integration-wrap.show {
	display: block;
}

/**/
.integrationer .integration-wrapper {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 5rem;
}

.integrationer .integration-wrap {
	width: calc(100% / 5 - 3rem);
	margin: 1rem 3rem 2rem 0;
	box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.101);
	border-bottom: 2px solid #fea513;
	padding: 2rem 4rem;
}

.integration-icon {
	height: 6rem;
	display: flex;
	align-items: center;
}

.integration-icon img {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	width: 100%;
	max-height: 3.5rem !important;
	object-fit: contain;
}

.integration-wrap:hover .integration-icon img {
	transform: scale(1.10);
}

.integration-text {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.integration-text p {
	padding: 0;
	font-weight: 600;
	text-align: center !important;
}

@media only screen and (max-width: 1600px) {
	.integrationer .integration-wrap {
		width: calc(100% / 4 - 3rem);
	}

}

@media only screen and (max-width: 1200px) {
	.integrationer .integration-wrap {
		width: calc(100% / 3 - 3rem);
	}

}

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

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

	.integrationer .integration-wrap {
		width: 100%;
		margin: 2rem 0;
		padding: 4rem 2rem;
	}

	.integrationer .section-block {
		padding: 5rem 2rem;
		margin-top: 7rem;
	}

	.btn-filter {
		max-width: none;
		width: 100%;
		margin-top: 0;
		margin-bottom: 1rem;
	}
}

/* ==========================================================================
Undersida > Om oss > Medarbetare
========================================================================== */
.team-wrap {
	display: flex;
	flex-wrap: wrap;
}

.team-wrap .service-box {
	width: calc(100% / 4 - 2rem);
	margin: 1rem;
	text-align: left;
	padding: 0 6rem 1rem 0;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	position: relative;
	text-decoration: none !important;
}

.team-wrap .service-text {
	padding: 2.5rem 0;
	margin: 0 auto;
	border-top: 1px solid #103067;
	margin-top: 2.5rem;
}

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

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

.team-wrap * {
	text-align: left;
}

.team-wrap .small-title {
	padding-bottom: .5rem;
	line-height: 1;
	font-size: 2.2rem;
	font-weight: 400;
}

.team-wrap .team-title {
	font-size: 1.4rem;
	padding-bottom: .5rem;
}

.team-wrap p,
.team-wrap a {
	padding: 0;
	font-size: 1.3rem;
	font-weight: 400;
}

@media only screen and (max-width:1300px) {
	.team-wrap .service-box {
		width: calc(100% / 3 - 2rem);
		margin: 1rem;
		padding: 1rem;
	}

	.team-wrap .service-image {
		height: 30rem;
	}

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

@media only screen and (max-width:868px) {
	.team-wrap .service-box {
		width: calc(100% / 2 - 2rem);
		margin: 1rem;
	}
}

@media only screen and (max-width:580px) {
	.team-wrap {
		flex-direction: column;
	}

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

	.team-wrap .team-box,
	.team-wrap .team-text {
		margin-left: 0 !important;
	}

	.team-wrap .service-text {
		padding: 0;
		padding-top: 2rem;
	}

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

	.team-wrap .service-image {
		height: 38rem !important;
	}

	.team-wrap .service-image img {
		object-fit: contain;
		width: auto !important;
	}

	.team-wrap .service-text {
		margin: 0;
		border-top: 1px solid #103067;
		max-width: 70%;
	}
}

/* ==========================================================================
Undersida > Foretagsroller
========================================================================== */
.sub-roll .header-img {
	height: 45vh;
}

.sub-roll .intro-section .section-block {
	padding-bottom: 5rem;
}

/* ==========================================================================
Undersida > Roller > Logistikansvarig
========================================================================== */
.sub-logistic .design-business .section-block {
	padding-top: 3rem;
}

.sub-logistic .design-business .icon-wrap {
	padding: 0 5rem 0 0;
	margin: 1rem 1rem 1rem 0;
}

/* ==========================================================================
Undersida > Roller > VD
========================================================================== */
.sub-vd .split-section .split-image {
	max-height: 50rem;
}

/* ==========================================================================
Undersida > Addons > Tjansteforsaljning
========================================================================== */

@media only screen and (max-width: 1000px) {
	.SubPage .centralisera .section-block {
		padding: 0;
	}

	.centralisera .split-content {
		padding: 6rem 3rem;
	}
}

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

/* ==========================================================================
Undersida > Addons > Cloud Apps
========================================================================== */

/* Sektion Circle Section
========================================================================== */
.SubPage .circle-section .col-0 {
	width: calc(100% - 40rem);
}

.SubPage .circle-section .col-1 {
	width: 40rem;
}

.SubPage .circle-section .icon-wrap {
	width: 40%;
	padding: 3rem 3rem 3rem 0;
	margin: 2rem 0;
	transform: none;
}

@media only screen and (max-width: 1300px) {
	.SubPage .circle-section .col-0 {
		width: 100%;
	}

	.SubPage .circle-section .col-1 {
		width: 100%;
	}

}

@media only screen and (max-width: 1024px) {
	.SubPage .circle-section .icon-wrap {
		width: 50%;
		padding: 2rem 2rem 2rem 0;
		margin: 0 0 2rem;

	}
}

@media only screen and (max-width: 820px) {
	.SubPage .circle-section .icon-wrap {
		width: 100%;
		padding: 2rem 2rem 2rem 0;
		margin: 0 0 2rem;
	}
}



/* Sektion Hojdpunkter
========================================================================== */

.feature-highlight {
	flex-wrap: nowrap;
}

.feature-highlight .split-content {
	padding: 0 0 0 4rem;
	width: auto;
}

.feature-highlight p {
	max-width: 30ch;
}

.LayoutPage .feature-highlight img {
	height: 25rem;
	width: auto;
	max-width: none !important;
	margin: 0 0 2rem;
}

@media only screen and (max-width: 1400px) {
	.SubPage .section-feature .col-block {
		width: 100%;
		padding: 0;
	}

	.feature-highlight .split-content {
		width: 50%;
		padding: 4rem 4rem 0 0;
	}
}

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

	.feature-highlight {
		flex-wrap: wrap;
	}

	.feature-highlight .split-content {
		margin: 0 auto;
		padding: 4rem 0 0;
	}
}

@media only screen and (max-width: 580px) {
	.LayoutPage .feature-highlight img {
		height: auto;
		width: 100%;
		max-width: 30rem;
	}
}

/* ==========================================================================
Undersida > Mariproject
========================================================================== */
.section-mari .btn-wrapper {
	display: flex;
	justify-content: center;
}

.section-form .col-0 {
	padding: 4rem;
	max-width: 70rem;
	margin: auto;
	box-shadow: 0 1rem 1rem rgba(190, 190, 190, 0.413);
}

.LayoutPage .Contact .ContactForm div {
	width: 100% !important;
}

.submit-button-container,
.ContactSubmit {
	max-width: 400rem !important;
	text-align: center;
	margin: auto;
	justify-content: center;
}

/* ==========================================================================
Undersidor > Karriar
========================================================================== */
.sub-career header {
	background-color: #fff;
}

.sub-career .hero-img {
	background-image: url(/assets/images/kvinna-friluftsliv-2000.jpg);
	background-position: center center;
}

.sub-career .hero-img .section-block {
	min-height: 70vh;
	padding-top: 0;
	background-color: transparent;
}

.sub-career .join-us.section-block {
	padding: 12rem 5rem;
}

.sub-career .join-us .section-title,
.sub-career .join-us p {
	margin: 0 auto;
	text-align: center;
}

.join-us p {
	max-width: 80rem;
	margin: 0 auto;
}

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


/* ==========================================================================
Undersida > Boka demo 
========================================================================== */
.sub-demo header {
	background-color: #fff;
}

.sub-demo .hero-img {
	background-image: url(/assets/images/sap-business-one/salj-crm/glad-kvinna-kaffe-1000.jpg);
	background-position: center bottom 18%;
}

.section-demo .gdpr {
	font-size: 1.5rem;
	padding: 1rem 0rem;
}

.SubPage .section-demo .section-block {
	padding-top: 0;
}

.section-demo .section-block-wrapper {
	position: relative;
	z-index: 1;
	top: -5rem;
	padding: 3rem;
	border-radius: 3px;
	background-color: #FFF;
}

.section-demo .text-block {
	margin: 0 0 2rem;
	padding: 0 0 1rem;
	max-width: none;
	border-bottom: 1px solid #eaeaea;
}

.section-demo .text-block * {
	max-width: 70rem;
}

@media only screen and (max-width: 1024px) {
	.section-demo .section-block-wrapper {
		top: -3rem;
		padding: 2rem;
	}
}

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

	.section-demo .col-0,
	.section-demo .col-1 {
		width: 100% !important;
	}

	.section-demo .section-block-wrapper {
		flex-direction: column-reverse;
	}

}

/* FormulÃ¤r */
.section-demo .Contact .ContactForm div,
.LayoutPage .section-demo .Contact .ContactForm div.ContactFormMessage {
	width: 100% !important;
	position: relative;
}

.section-demo .Contact .ContactForm div.ContactFormMessage p,
.Contact .ContactForm .ContactFormEmail p,
.Contact .ContactForm .ContactFormField p,
.Contact .ContactForm .ContactFormName p {
	color: #333;
	font-size: 1.5rem;
}

.section-demo .Contact .ContactForm input.text,
.LayoutPage .section-demo .Contact .ContactForm textarea {
	background-color: #fafafa;
	-webkit-appearance: none;
	border-radius: 2px;
	width: 100%;
	padding: 1.2rem;
}

.LayoutPage .section-demo .Contact .ContactForm textarea.textmessage {
	height: 10rem;
}

.section-demo .Contact .ContactForm input.ContactSubmit {
	max-width: 25rem;
	width: auto;
	box-sizing: border-box;
	padding: 2.1rem 2.5rem;
	border-radius: 0;
	text-align: center;
	text-transform: none;
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: normal;
	line-height: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	display: block;
	font-family: inherit;
	background: transparent;
	color: #fea513;
	border: 1px solid #fea513;
}

.section-demo .Contact .ContactForm input.ContactSubmit:hover {
	color: #333;
	border: 1px solid #333;
}

/* GDPR */
.ContactForm label {
	font-size: 1.5rem;
}

.ContactForm span {
	color: red;
}

.ContactForm input[type="checkbox"] {
	display: inline-block;
	width: auto;
	appearance: auto;
	height: 13px !important;
}



/* ==========================================================================
Undersida > Kontakta oss
========================================================================== */
.sub-contact header nav.mainmenu a {
	color: #fff;
}

.sub-contact header.scrolled nav.mainmenu a {
	color: #000;
}

.sub-contact .hero .section-title {
	font-size: 6rem;
}

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

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

.sub-contact .contact-wrap a {
	display: inline-block;
}

.sub-contact .contact-wrap strong {
	font-size: 1.8rem;
}

.sub-contact .contact-wrap p {
	font-size: 1.45rem;
	font-weight: 400;
}

.sub-contact .contact-icon i {
	color: #fea513;
	font-size: 4rem;
	padding-bottom: 1rem;
}

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

.map {
	font-size: 0;
}

.sub-contact .contact-wrap .windows-teamviewer img {
	max-width: 23rem !important;
	margin-top: 1.5rem;
}

@media only screen and (max-width: 1100px) {
	.sub-contact .contact-wrap {
		width: 100%;
		padding: 0 5rem 3rem 5rem;
		max-width: 60rem;
	}

	.sub-contact .contact-wrapper {
		padding-top: 2rem;
	}
}

@media only screen and (max-width: 768px) {
	.sub-contact .hero .section-title {
		font-size: 4rem;
	}

	.sub-contact .contact-wrap {
		padding: 3rem 0;
	}

	.sub-contact .hero * {
		text-align: left;
		margin: 0;
	}
}

/* Team section
========================================================================== */
.team-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 2.5rem;
}

.team-wrap .team-box {
	width: calc(100% / 3 - 4rem);
	margin: 0 2rem;
	text-align: center;
	padding: 0 2rem;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	position: relative;
	text-decoration: none !important;
}

.team-wrap .team-text {
	padding: 2.5rem 0;
	margin: 0 2rem;
	border-top: 1px solid #000;
	margin-top: 3rem;
}

.team-wrap * {
	text-align: center;
}

.team-wrap .small-title {
	font-size: 2.2rem;
	padding-bottom: .5rem;
}

.team-wrap .team-title {
	font-size: 1.4rem;
	padding-bottom: .5rem;
}

.team-wrap p,
.team-wrap a {
	padding: 0;
	font-weight: 400;
	font-size: 1.3rem;
}

@media only screen and (max-width: 1200px) {
	.team-wrap .team-box {
		width: calc(100% / 3 - 2rem);
		margin: 0 1rem;
		padding: 0 1rem;
	}
}

@media only screen and (max-width:868px) {
	.team-wrap .team-text {
		padding: 0;
	}

	.team-wrap .team-text {
		border-top: 0;
	}

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

	.team-wrap {
		margin-top: 0;
	}
}

/* ==========================================================================
Undersida: AI for foretag
========================================================================== */

.subpage-topsection {
	display: block !important;
	z-index: 1;
}

.subpage-topsection .section-block {
	display: flex;
	align-items: center;
	min-height: 80vh;
	background-color: rgba(0, 0, 0, .5)
}

.subpage-topsection .section-block-wrapper {
	width: 100%;
}

.subpage-topsection .text-block {
	max-width: 80rem;
}

.subpage-topsection .section-title {
	font-size: 5rem;
	font-weight: 400;
	color: #fff;
}

.ai-logo {
	margin: 1rem;
}

.logo-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-wrapper-start {
	justify-content: start;
}

.logo-wrapper img {
	margin: 2rem;
	max-height: 11rem;
}

.logo-wrapper-left img {
	margin: 0;
}

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

@media only screen and (max-width: 750px) {
	.logo-wrapper {
		display: block;
	}

	.logo-wrapper img {
		margin: 1rem 0;
		max-height: 9rem;
	}
}

@media only screen and (max-width: 580px) {
	.subpage-topsection .section-title {
		font-size: 3.5rem;
		text-align: center !important;
	}

	.subpage-topsection .section-block {
		min-height: 90vh;
	}

	.LayoutPage .subpage-topsection .ai-logo {
		max-width: 30rem !important;
	}

}

/* Nummer
========================================================================== */
.counter-wrapper .card-item {
	border-right: 1px solid #333;
	padding: 5rem 4rem;
}

.counter-wrapper .card-item:last-of-type {
	border: none;
}

.counter-wrapper .counter-number .count,
.counter-wrapper .counter-number {
	font-size: 6rem !important;
	color: #fea513;
	font-weight: 600 !important;
}

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

	.counter-wrapper .card-item {
		padding: 5rem 3rem;
	}
}

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

	.counter-wrapper .card-item {
		border-bottom: 1px solid #333;
		border-right: 0;
		padding: 5rem 0rem;
		max-width: 50rem;
		margin: 0 auto !important;
		text-align: center !important;
	}

	.counter-wrapper .card-item:last-of-type {
		border-bottom: none;
	}

	.counter-wrapper .counter-number .count,
	.counter-wrapper .counter-number {
		text-align: center;
	}
}

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

	.counter-wrapper .counter-number .count,
	.counter-wrapper .counter-number {
		font-size: 4rem !important;
	}

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

}

/* video
========================================================================== */
.video-wrapper {
	position: relative;
}

/* Play */
.play-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: .4s ease;
}

.video-wrapper:hover .play-overlay {
	opacity: 1;
	visibility: visible;
	background: rgba(0, 0, 0, .7);
}

.play-overlay em {
	color: #fea513;
	font-size: 5rem;
	transition: .4s ease;
}

.video-wrapper:hover .play-overlay em {
	font-size: 3.5rem;
}

.play-overlay p {
	display: inline-block;
	color: #fff;
	margin-left: 1.5rem;
	font-size: 0;
	transition: .4s ease;
}

.video-wrapper:hover .play-overlay p {
	font-size: 2rem;
}

/* Video */
.LayoutPage .fancybox-video {
	display: none;
}

/* Certifiering
========================================================================== */
@media only screen and (max-width: 1100px) {
	.LayoutPage .block-object .cert-logo img {
		max-width: 40rem !important;
	}
}

@media only screen and (max-width: 580px) {
	.LayoutPage .block-object .cert-logo img {
		max-width: 30rem !important;
	}
}

/* CTA-sektion
========================================================================== */
.cta-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.cta-wrapper .text-block {
	max-width: 65rem;
}

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

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

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

/* ==========================================================================
Undersida: Ladda ner PDF
========================================================================== */
.download-wrapper {
	margin-top: 15rem;
	margin-bottom: 15rem;
}

.download-wrapper .section-title {
	margin-bottom: 4rem !important;
	text-align: center !important;
}

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

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

.footer p,
.footer a,
.footer-heading {
	text-align: left;
	font-size: 1.4rem;
	color: #fff;
	text-transform: none;
	font-weight: 400;
	font-family: inherit;
	letter-spacing: normal;
}

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

.footer a {
	padding-top: 0;
}

.footer-logo {
	width: 23rem;
	margin: 0;
	text-align: left;
}

/* FOOTER MENU */
.footer-nav {
	width: 100%;
	padding-left: 5rem;
}

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

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

.footer-heading {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: .1em;
}

/* 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: #fff;
	text-decoration: underline;
}

/* Footer Bottom */
.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fea511;
	padding: 2rem;
}

.footer-bottom p {
	font-size: 1.2rem;
	padding-bottom: 0;
	color: #000;
}

.footer .container .fab,
.footer .container .far {
	font-size: 0;
	margin-top: 0;
	padding: 0;
	text-decoration: none;
}

.footer .container .fab:hover {
	text-decoration: none;
}

.footer-bottom .circle-icon {
	width: 3.5rem;
	height: 3.5rem;
	color: #000;
	background-color: #fff;
}

.circle-icon em {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.footer-bottom .circle-icon:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: none !important;
}

.footer .container .fab:hover {
	color: #fff;
}

.footer-bottom em::before {
	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;
}

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

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

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

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

	.footer-menu {
		width: 50%;
	}

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

}

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

	.footer-container {
		padding: 4rem 2rem;
	}

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

	.footer-logo {
		width: 15rem;
	}

	.footer-bottom {
		flex-direction: column;
		padding-left: 2rem;
		padding-bottom: 7rem;
	}

	.footer-bottom p,
	.footer-bottom a {
		font-size: 1.1rem;
		padding: 1rem 0;
	}

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

}