/* SENS */

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;200;300;400;500;600;700&display=swap');

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

/* Ta bort klick */
body:not(.EditMode) .TemplateMenu a[href="/17/25/energilosningar/"],
body:not(.EditMode) .TemplateMenu a[href="/17/63/energilagring/"],
body:not(.EditMode) .TemplateMenu a[href="/en/17/56/energy-solutions/"],
body:not(.EditMode) .TemplateMenu a[href="/17/29/investerare/"] {
	pointer-events: none;
}

/* Dolj sista energilösningar */

:root {
	--primary-color: 14, 28, 67;
	--secondary-color: 255, 70, 34;

	--white-color: 255, 255, 255;
	--black-color: 17, 17, 17;
}

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

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

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

body,
body.isMobile .body-background {
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden !important;
	font-family: 'Archivo', sans-serif;
}

html {
	font-size: 62.5%;
}

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

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

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

.LayoutPage .section-wrapper {
	background-color: #fcfcfc;
}

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

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

/* Speciella paddings */
.LayoutPage .pr-0 .section-block,
.SubPage .LayoutPage .pr-0 .section-block {
	padding-right: 0;
}

.LayoutPage .py-0 .section-block,
.SubPage .LayoutPage .py-0 .section-block {
	padding-bottom: 0;
	padding-top: 0;
}

.py-2 {
	padding-bottom: 2rem;
	padding-top: 2rem;
}

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

.mt-0 {
	margin-top: 0 !important;
}

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

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

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

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

.mr-1{
	margin-right: 1rem;
}

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

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

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

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

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

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

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

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


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

.p-0 {
	padding: 0 !important;
}

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


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

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

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

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

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

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

.pl-3 {
	padding-left: 3rem;
}

.py-3 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.py-5 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}


/* Specifika margins */
.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 1rem !important;
}


.mb-3 {
	margin-bottom: 3rem !important;
}

.ml-0 {
	margin-left: 0rem !important;
}

.mr-0 {
	margin-right: 0rem !important;
}


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

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

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

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

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

.mw-1200 {
	max-width: 120rem !important;
}

.container {
	max-width: 100%;
}

/* Övriga klasser */
.text-center {
	text-align: center;
}

.center {
	justify-content: center;
}


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

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

.inline {
	display: inline;
}

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

	.LayoutPage .pr-0 .section-block,
	.SubPage .LayoutPage .pr-0 .section-block {
		padding-right: 6rem;
	}
}

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

	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block,
	.LayoutPage .pr-0 .section-block,
	.SubPage .LayoutPage .pr-0 .section-block {
		padding: 11rem 4rem;
	}
}

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

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

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

	.LayoutPage .mobile-block {
		display: block;
	}

	.LayoutPage .mobile-display-none {
		display: none;
	}

}


/* ==========================================================================
Knappar & speciella länkar
========================================================================== */

.btn {
	max-width: 18rem !important;
	width: 18rem !important;
	box-sizing: border-box !important;
	padding: 1.9rem 2rem !important;
	border-radius: 2px !important;
	text-align: center !important;
	text-transform: none !important;
	font-weight: 600 !important;
	font-size: 1.6rem !important;
	letter-spacing: normal !important;
	line-height: 1em !important;
	-webkit-transition: all .4s ease !important;
	transition: all .4s ease !important;
	display: inline-block !important;
	color: #fff !important;
	display: block !important;
	box-shadow: none !important;
}

.btn-25 {
	max-width: 25rem !important;
	width: 25rem !important;
}
.btn-35 {
	max-width: 35rem !important;
	width: 35rem !important;
}

.btn:hover {
	border: 1px solid !important;
}

.btn-primary {
	background: #0e1e49 !important;
	border: 1px solid #0e1e49 !important;
}

.btn-primary:hover {
	color: #0e1e49 !important;
	border: 1px solid #0e1e49 !important;
	background: transparent !important;
}

.btn-primary-border {
	background: transparent !important;
	border: 1px solid #0e1e49 !important;
	color: #0e1e49 !important;
}

.btn-primary-border:hover {
	color: #0e1e49 !important;
	background: rgb(243, 243, 243) !important;
}

.btn-secondary {
	background: #f94523 !important;
	border: 1px solid #f94523 !important;
}

.btn-secondary-light {
	background: #fddbd3 !important;
	border: 1px solid #fddbd3 !important;
	color: #f94523 !important;
}

.btn-secondary-light:hover {
	background: #f94523 !important;
	border: 1px solid #f94523 !important;
	color: #FFF !important;
}


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

.btn-white {
	background-color: #FFF !important;
	border: 1px solid #FFF !important;
	color: #111 !important;
}

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

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

.btn-wrapper.center .btn {
	margin: 0 auto;
	display: block
}

.btn-wrapper-multiple {
	display: flex;
}

@media only screen and (max-width: 1230px) {
	.btn-wrapper-multiple {
		flex-direction: column;
	}

	.btn-wrapper-multiple a {
		margin-bottom: 2rem !important;
	}
}

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

/* Länk med pil */

.arrow-link {
	font-weight: 300;
	font-size: 1.7rem;
	text-decoration: none !important;
}

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

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

/* ==========================================================================
Text och typsnitt
========================================================================== */

.heading-type h1,
.heading-type h2,
.heading-type h3,
p,
a,
ul,
li {
	text-align: left;
}

.SubPage .section-block p a,
p,
ul,
li {
	color: #2d2b2b;
	font-family: 'Archivo', sans-serif;
	font-weight: 200;
	font-style: normal;
	text-decoration: none;
	font-size: 2rem;
	line-height: 1.9;
	letter-spacing: normal;
	text-transform: none;
}

.SubPage .section-block p a:hover {
	text-decoration: underline;
}

/* Ovriga klasser */
.text-bold {
	font-weight: 600;
}

a,
.link-text {
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: normal;
	text-transform: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	/* display: block; */
}

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

.no-breake {
	display: inline;
}

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

.italic {
	font-style: italic;
}

.ingress {
	font-family: 'Archivo', sans-serif;
	font-weight: 500;
	font-size: 2rem;
	line-height: 2;
}

.text-label {
	text-transform: none;
	line-height: 1.3;
	letter-spacing: normal;
	font-size: 2rem;
	text-align: left;
	padding-bottom: 2rem;
	text-shadow: none;
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
	color: #f94523;
	font-style: normal;
}

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

.ingress-medium-title {
	text-align: left;
	font-weight: 300;
	text-align: left;
	max-width: 100rem;
	font-size: 2.5rem;
	line-height: 1.1;
	padding-bottom: 0;
}

.small-title {
	text-transform: none;
	font-size: 3.9rem;
	font-weight: 300;
	letter-spacing: normal;
	color: #111;
	line-height: 1.5;
	padding-bottom: 1rem;
	letter-spacing: normal;
}

.small-title-ingress {
	text-transform: none;
	font-size: 2.5rem;
	font-weight: 300;
	letter-spacing: normal;
	color: #111;
	line-height: 1.5;
	padding-bottom: 1rem;
	letter-spacing: normal;
}

.sub-title::before {
	content: '';
	position: relative;
	right: 1.3rem;
	display: inline-block;
	height: 0.1rem;
	width: 2.5rem;
	margin-bottom: .3em;
	margin-left: 1.3rem;
	border-bottom: 4px solid #f94523 !important;
}

.small-brodtext-utkast {
	font-size: 1.7rem;
}


.highlight {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #6da3d7 70%);
}

.ingress-title {
	font-size: 4.8rem;
	font-weight: 300;
	line-height: 1.5;
}

h1,
h2,
h3,
.section-title,
.small-title,
h5,
h6 {
	font-family: inherit;
}

h1 {
	font-style: normal;
	font-weight: 600;
	font-style: normal;
	font-size: 6.1rem;
	letter-spacing: normal;
	line-height: 1.2;
}

h2 {
	font-style: normal;
	padding-bottom: 3rem;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	font-weight: 400;
	font-size: 6.1rem;
	line-height: 1.4;
}

h3,
.section-title {
	font-style: normal;
	padding-bottom: 2rem;
	text-align: left;
	font-weight: 300;
	font-size: 4.8rem;
	line-height: 1.3;
	text-transform: none;
	letter-spacing: normal;
}

h4 {
	font-size: 3.9rem;
	text-transform: none;
	line-height: 1.4;
	letter-spacing: 0;
	font-weight: 400;
	padding-bottom: 1rem;
}

.smalltext-type {
	max-width: none;
}

.normaltext-type {
	max-width: none;
	margin: 0 auto;
}

.text-block {
	max-width: 100rem;
}

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

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

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

.small-title-small {
	font-size: 3.4rem !important;
}

/* Textkolumner */

.text-columns {
	column-gap: 4rem;
	column-width: 55rem;
}

.span-all {
	column-span: all;
}

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

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

	h1 {
		font-size: 3.9rem;
	}

	h3,
	.section-title {
		font-size: 3.1rem;
	}

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

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

	h1 {
		font-size: 3.1rem;
	}

	h3,
	.section-title {
		font-size: 2.5rem;
	}

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

	p,
	ul,
	li {
		font-size: 1.7rem;
	}
}

/* Listor */
.list-bg-primary {
    list-style: none;
}

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

.list-bg-primary a {
    display: flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
	font-size: 2rem;
}

.list-bg-primary i {
    padding-right: 1.5rem;
    font-size: 2.3rem;
}

.list-properties {
	padding: 0;
	margin-top: 0;
	list-style: none;
	padding-top: 1rem;
}

.list-properties li {
	display: flex;
	justify-content: space-between;
	padding-bottom: .3rem;
	margin-bottom: .3rem;
	font-size: 1.5rem;
	border-bottom: 1px solid #444444;
}

.list-properties li span {
	padding: 0 .5rem;
}

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

.list-circle li {
	padding: 0;
}

.list-circle li::before {
	content: '\f111';
	padding: 0 1rem 0 0;
	margin-left: -2rem;
	color: white;
	font-weight: 700;
	font-size: 1.2rem;
	font-family: 'Font Awesome 5 Pro';
}
.list-circle li::before {
	color: #08154a;
}


/* ==========================================================================
Färger
========================================================================== */
.bg-primary,
.bg-primary .section-block {
	background-color: #08154a !important;
}

.bg-darkblue,
.bg-darkblue .section-block {
	background-color: #022a4f;
}

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

.bg-white .section-block,
.bg-white {
	background-color: #FFF;
}

.bg-gray-light {
	background-color: rgb(var(--gray-light-color));
}

.bg-primary *,
.bg-secondary *,
.bg-darkblue * {
	color: #fff;
}



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

.primary-color {
	color: #0e1e49;
}

.secondary-color {
	color: #f94523 !important;
}

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


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

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

.text-gray {
	color: gray;
}

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

.border-left-05-primary {
	border-left: 0.5rem solid #f94523;
}

.border-left-primary {
	border-left: .5rem solid rgb(var(--primary-color));
}

.br-2 {
	border-radius: 2rem;
}

@media screen and (max-width: 580px) {
	.border-left-primary {
		border-left: .5rem solid rgb(var(--primary-color));
	}
}


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

/* Specifika bredder */

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

.cards-wrapper.w-33 .card-item {
	width: 100%
}

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

.cards-wrapper.w-25 .card-item {
	width: calc((100% / 4) - 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: 1300px) {
	.cards-wrapper.w-25 .card-item {
		width: calc((100% / 3) - 2rem);
	}
}

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

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

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

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

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

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

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

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




/* Cards-3-1 */
.card-3-1 .card-item {
	border-radius: 1rem;
	overflow: hidden;
}

.cards-3-1 .image-wrapper {
	height: 25rem;
}





/* Card 3-4 */
.card-3-4 .card-item {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.card-3-4 .image-wrapper {
	width: 16rem;
	height: 100%;
}

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

.card-3-4 .contact-item i {
	margin-right: 1rem;
}



@media only screen and (max-width: 900px) {
	.card-3-4 .card-item {
		flex-direction: column;
		align-items: flex-start;
		padding: 1rem;
	}
}

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

/* Card 3-5 */
.cards-wrapper.card-3-5 .card-item {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 3rem;
}

.card-3-5 .image-wrapper {
	width: 14rem;
	height: 14rem;
	margin: -2rem 1rem;
	border-radius: 2rem;
}

.card-3-5 .card-body {
	flex: 1 1 0px;
}

.card-3-5 .contact-item a {
	word-break: break-all;
}

.card-3-5 .contact-item i {
	margin-right: 1rem;
}

@media only screen and (max-width: 520px) {
	.card-3-5 .image-wrapper {
		margin: 1rem;
		text-align: center;
		margin: auto;
	}

	.cards-wrapper.card-3-5 .card-item {
		flex-direction: column;
		padding-top: 2rem;
	}

	.card-3-5 p,
	.card-3-5 a {
		text-align: center;
	}

}




/* Cards 7*/
.cards-7 .card-item {
	text-decoration: none;
	border-radius: 3px;
	background: #0e1e49;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 1rem 2rem rgb(0 0 0 / 10%);
}

.cards-7 .image-wrapper {
	position: relative;
	padding-top: 66.67%;
	overflow: hidden;
}

.cards-7 .image-wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

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

.cards-7 .small-title {
	color: #fff;
	font-size: 2.5rem;
}

.cards-7 .btn-wrapper {
	margin: auto 0 3rem;
	padding: 0 3rem;
	overflow: hidden;
}

.cards-7 .btn {
	width: 100% !important;
	max-width: none !important;
	/*transition: all .3s ease;
transform: translateY(100%);
opacity: 0;*/
}

.cards-7 .card-item:hover .btn {
	transform: none;
	opacity: 1;
	transition: all .3s ease;
}

/* Cards 6*/
.cards-6 .card-item {
	padding: 3rem;
	margin-top: 7rem;
	text-decoration: none;
	border-radius: .8rem;
	box-shadow: 0 1.5rem 3rem rgba(var(--black-color), .27);
	background: rgb(var(--white-color));
}

.cards-6 .image-wrapper {
	z-index: 1;
	width: 20rem;
	height: 20rem;
	margin: -7rem auto 3rem;
	border-radius: 50%;
}

.cards-6 .text-wrapper * {
	text-align: center;
}

/* Slick wrapper */
.slick-slider {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

/* Slick list (innehållet i slidern, i detta fall image-wrapper) */
.slick-list {
	display: inline-block;
	width: calc(100% - 8.5rem);
}

/* Pilar */
.slick-arrow {
	opacity: .8;
	position: relative;
	width: 4rem;
	height: 2rem;
	font-size: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	transition: .2s ease;
}

.slick-arrow:hover {
	opacity: 1;
}

.slick-arrow::after {
	position: absolute;
	top: 50%;
	left: 50%;
	color: rgb(68, 63, 59);
	font-weight: 700;
	font-size: 2.5rem;
	font-family: 'Font Awesome 5 Pro';
	transform: translate(-50%, -50%);
}

.slick-prev::after {
	content: '\f104'
}

.slick-next::after {
	content: '\f105'
}

/* Dots */
.slick-dots {
	display: flex;
	justify-content: center;
}

.slick-dots li {
	position: relative;
	width: 2rem;
	height: 2rem;
	list-style: none;
	cursor: pointer;
}

.slick-dots li::before {
	content: '\f111';
	position: absolute;
	top: 50%;
	left: 50%;
	color: rgb(68, 63, 59);
	font-weight: 700;
	font-size: .8rem;
	font-family: 'Font Awesome 5 Pro';
	transform: translate(-50%, -50%);
}

.slick-dots li:not(.slick-active) {
	opacity: .8;
	transition: .2s ease;
}

.slick-dots li:not(.slick-active):hover {
	opacity: 1;
}

.slick-dots li.slick-active::before {
	color: rgb(var(--primary-color));
}


/* ==========================================================================
Header / Navigation
========================================================================== */
body:not(.EditMode) .TemplateMenu>li:first-child {
	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: transparent;
	box-shadow: none;
	margin-top: 0;
	/* position: absolute; */
}

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

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

header .header-logo {
	width: 20rem;
	margin: 0 2rem 0 0;
	line-height: 0;
	transition: all 500ms linear;
}

header.scrolled .header-logo img {
	filter: brightness(0) invert(1);
}

nav.mainmenu {
	text-align: left;
}

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

nav.mainmenu a {
	font-family: 'Archivo', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
	color: #fff;
	text-transform: none;
	padding: 0;
	letter-spacing: normal;
	display: block;
	transition: all .4s ease;
	height: 7.2rem;
	line-height: 7.2rem;
}

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: #FFF !important;
	text-decoration: underline;
}



nav.mainmenu ul>li>ul {
	top: 72px;
	width: 30rem;
	left: 0;
	background-color: rgba(247, 98, 65, 0.9);
}

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

nav.mainmenu .expandable-li ul>li:hover>a {
	color: #FFF !important;
	text-decoration: underline;
}

nav.mainmenu ul>li>ul>li>a {
	color: #fff;
	padding: 0 2rem;
}

/* CTA Button */
.cta-menu {
	position: relative;
	display: flex;
	align-items: center;
	height: 7.2rem;
	line-height: 7.2rem;
	transition: all 300ms linear;
}

.cta-menu .btn {
	width: 4rem !important;
	padding: 1.3rem !important;
}

.cta-menu .btn-border {
	width: 16rem;
}

.btn-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 4rem;
	height: 4rem;
	margin-right: 1.2rem;
	letter-spacing: unset;
	padding: 0;
	border: none;
	border-radius: 2rem;
	background-color: transparent;
	color: #fff !important;
}

.btn-cta:hover {
	background-color: transparent;
	border: none;
	color: #f94523 !important;
	text-decoration: none;
}

.btn-cta::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	font-size: 1.6rem;
	display: inline-block;
	position: relative;
	top: 1px;
}

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

.btn-social::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
}

.btn-social::after {
	display: none;
}

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

.icon-map::before {
	content: '\f276';
}

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

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

/* Ta bort klick */
body:not(.EditMode) .TemplateMenu a[href="/17/63/energilosningar/"] {
	pointer-events: none;
}

body:not(.EditMode) .TemplateMenu a[href="/en/17/56/energi-solutions/"] {
	pointer-events: none;
}

/* Språk */
.lang-wrapper {
	position: relative;
	margin: 0 1rem 0 auto;
}

.lang-wrapper a {
	display: flex;
	align-items: center;
	padding: .5rem;
	font-size: 1.6rem;
	border-radius: 6px;
	background: #FFF;
}

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

/* Språk - dropdown */
.lang-dropdown {
	display: none;
}

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

.lang-dropdown a {
	color: #0e1e49;
	background: #FFF;
}

@media only screen and (hover:none) {
	.lang-active {
		display: none;
	}

	.lang-dropdown {
		display: block;
	}
}

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

	.TemplateMenu li ul li {
		height: 4rem;
	}

	nav.mainmenu ul>li>ul>li>a {
		display: flex;
		align-items: center;
		line-height: 1.3;
		height: 4rem;
		white-space: normal;
	}
}

@media only screen and (max-width: 1300px) {
	header .job-item {
		right: 7rem;
	}

	nav.mainmenu .Padding {
		padding: 20px 0 0 0;
		margin: 72px 0;
	}

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

	nav.mainmenu ul {
		margin-top: 0rem;
		text-align: left;
		left: 0rem;
		position: static;
	}

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

	nav.mainmenu li a {
		margin: unset;
		padding: unset;
		padding-left: 4rem;
		font-size: 2rem;
		line-height: 3.4;
		opacity: 1;
		padding-top: 0;
		padding-bottom: 0;
		color: #333;
		width: 100%;
		padding-top: 0;
	}

	nav.mainmenu .TemplateMenu>li>a {
		font-weight: 700;
	}

	nav.mainmenu .TemplateMenu>li>ul>li>a {
		font-weight: 500;
		line-height: 3.4;
	}

	nav.mainmenu .TemplateMenu>li>ul>li>ul>li>a {
		font-weight: 300;
		line-height: 1.8;
	}

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

	header nav.mainmenu li.header-btn a {
		padding: inherit !important;
		color: #fff !important;
	}

	header nav.mainmenu li.header-btn:hover a {
		color: #333 !important;
	}

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

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

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

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

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

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

	nav.mainmenu ul>li>ul>li>a {
		width: 100% !important;
		padding: 0 0 0 6rem;
		font-size: 1.6rem;
	}

	nav.mainmenu ul>li>ul {
		margin-bottom: 4rem;
	}

	nav.mainmenu ul>li>ul>li>a,
	nav.mainmenu ul>li>ul>li {
		width: 100%;
		letter-spacing: normal !important;
	}

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

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

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

	nav.mainmenu ul>li>ul>li>ul>li {
		padding-left: 3rem;
	}

	.expandable-li ul li a {
		height: 5rem;
	}

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

	/* Hamburger */
	.hamburger {
		z-index: 99;
		left: auto;
		right: 0;
	}

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

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


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

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

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

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

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

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

}

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

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

	header {
		height: 5rem;
	}

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

	nav.mainmenu {
		width: 100%;
	}

	.cta-menu {
		display: none;
	}
}


/* Ta bort klick */
.TemplateMenu a[href="/17/56/nyheter/"] {
	pointer-events: none;
}

.TemplateMenu a[href="/en/17/55/information/"] {
	pointer-events: none;
}

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

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

/* ========================================================================== 
Funktion: Scroll down
========================================================================== */
@-moz-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.arrow {
	position: absolute;
	bottom: 4.5%;
	margin-left: 50%;
	left: -1rem;
	width: 2rem;
	height: 2rem;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
	background-size: contain;
}

.bounce {
	-moz-animation: bounce 3.5s infinite;
	-webkit-animation: bounce 3.5s infinite;
	animation: bounce 3.5s infinite;
}

.SubPage .arrow {
	display: none;
}


@media only screen and (max-width: 630px) {
	.arrow {
		display: none;
	}
}


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

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

.split-content.pl-0 {
	padding-left: 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;
}

.split-image.contain img {
	object-fit: contain;
	object-position: center;
}

.split-image img.op-left {
	object-position: 0 0;
}

/* Centrera content */
.align-center {
	align-self: center;
}

/* Olika storlekar */
.split-wrapper .w-55 {
	width: 55%;
}

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

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

/* Video som ska ha rätt ratio som ligger i split'en */
.split-image .video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

.split-image .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 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;
	}
}

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

	.split-wrapper .w-55,
	.split-wrapper .w-45 {
		width: 50%;
	}

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

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

	.split-wrapper .w-55,
	.split-wrapper .w-45 {
		width: 100%;
	}

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

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

/* ==========================================================================
img till bakgrundsbild - split kod
========================================================================== */

.image-wrapper {
	position: relative;
	/* overflow: hidden; */
}

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

@supports (object-fit: cover) {
	.image-wrapper img {
		position: relative;
		transform: none;
		top: auto;
		left: auto;
		object-fit: cover;
		object-position: center;
		height: 100% !important;
		width: 100% !important;
	}
}

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

body:not(.EditMode) .section-auto-modal .section-block {
	position: fixed;
	top: 50%;
	left: 50%;
	width: calc(100% - 4rem);
	max-width: 95rem;
	max-height: 75vh;
	padding: 0rem;
	border-radius: 2rem;
	overflow: auto;
	background: rgb(var(--white-color));
	transform: translate(-50%, -50%);
}

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

@media only screen and (max-width: 450px) {
	body:not(.EditMode) .section-auto-modal .section-block {
		padding: 3rem 2rem;
	}
}

/* Bakgrundsbild
========================================================================== */
.bg-image {
	position: relative;
	margin-top: calc(-1 * var(--menu-height));
	background: linear-gradient(90deg, rgba(var(--black-color), .2) 0%, rgba(var(--black-color), .5) 0%, rgba(var(--black-color), 0.0) 100%);

}

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

}

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

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

/* Knappar */
.popup-button {
	position: relative;
	appearance: none;
	width: 5rem;
	height: 5rem;
	background: rgb(var(--primary-color));
	border-radius: 50%;
	box-shadow: 0 0 3rem rgba(var(--black-color), .3);
	border: none;
	cursor: pointer;
}

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

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

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

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

/* InnehÃ¥ll */
.popup-window {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	right: 0;
	bottom: 6rem;
	width: 450px;
	max-width: calc(100% - 2rem);
	max-height: calc(100vh);
	margin: 0 2rem;
	background: rgb(var(--white-color));
	border-radius: 3px;
	box-shadow: 0 0 3rem rgba(var(--black-color), .3);
	transition: opacity .3s ease, bottom .3s ease;
}

.popup-window img {
	max-width: 35rem;
	margin: auto;
	text-align: center;
}

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

.popup-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem 1rem 2rem;
	border-bottom: 1px solid rgb(var(--white-color), .2);
}

.popup-header .text-title {
	padding: 0;
	line-height: 1;
}

.icon-close-popup {
	appearance: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 5rem;
	background-color: transparent;
	border: none;
	border-radius: 50%;
	font-size: 1.6rem;
	cursor: pointer;
}

.icon-close-popup:hover {
	background-color: rgb(var(--gray-light-color));
}

.popup-content {
	padding: 1rem 2rem 3rem;
	max-height: 50rem;
	overflow: auto;
}


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

.top-section {
	display: none;
}

.LayoutPage .topsection {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background-color: rgb(var(--primary-color), .7);
	background-image: url("/assets/images/collage-bg-2000px.jpg");
	background-size: cover;
	background-position: center;
}

.topsection .section-block-wrapper {
	max-width: 95rem;
}

.hero-block {
	z-index: 2;
	position: relative;
	padding: 7rem 0;
}

.hero-block * {
	color: #fff;
}

.hero-video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 100rem;
}

.hero-video * {
	width: 100%;
}

.hero-block h1 {
	font-size: 6.1rem;
	font-weight: 300;
	padding-bottom: 0;
	text-align: center;
	margin: 0 auto;
}

.hero-block .btn-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

.hero-block .btn-wrapper a {
	width: 20rem;
	margin: 0 2rem 0 0;
}

.hero-block .btn-wrapper a.btn-social {
	max-width: unset !important;
	width: unset !important;
	padding: 2rem 1rem !important;
	margin-top: 2rem;
	border: none !important;
}

.hero-block .btn-wrapper a.btn-social::before {
	content: '\f0e1';
	padding: 1rem 1.2rem;
	margin-right: 1rem;
	font-size: 2rem;
	text-align: center;
	border-radius: 2px;
	background: #f94523;
}

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

	.hero-block h1 {
		font-size: 4.8rem;
		max-width: 80rem;
	}
}

@media only screen and (max-width: 600px) {
	.hero-block h1 {
		font-size: 3.1rem;
		line-height: 1.4;
	}

	.hero-block .btn-wrapper a {
		width: 20rem;
		margin: 0 1rem;
	}
}

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

	.hero-block .btn-wrapper a {
		padding: 1.9rem 1rem;
		margin: 0 0.5rem;
	}
}


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

/* Om oss
========================================================================== */
.about .section-block {
	padding-left: 0;
}

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

.about .split-content,
.about .split-image {
	position: relative;
}

.about .split-content {
	z-index: 5;
}

.about .split-text {
	margin-left: -15rem;
	background-color: #0e1e49;
	padding: 8rem;
}

.about * {
	color: #fff;
}

@media screen and (max-width: 1440px) {
	.about .split-content {
		padding-right: 0;
	}
}

@media screen and (max-width: 1440px) {
	.about .split-text {
		margin-left: -25rem;
		padding: 6rem;
	}
}

@media screen and (max-width: 1100px) {
	.LayoutPage .about .section-block {
		padding-right: 0;
	}

	.LayoutPage .about .split-content {
		padding: 0 5rem 5rem;
		width: 100%;
	}

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

	.about .split-text {
		margin-left: 0rem;
		padding: 6rem;
	}
}

@media only screen and (max-width: 1024px) {
	.LayoutPage .about .split-content {
		padding: 0 4rem 6rem;
	}

	.section-affarsomraden .split-content {
		padding: 2rem;
	}
}

@media only screen and (max-width: 580px) {
	.LayoutPage .about .split-content {
		padding: 0 2rem 4rem;
	}

	.about .split-text {
		padding: 4rem 2rem;
	}
}

/* Intervju
========================================================================== */
@media only screen and (max-width: 1000px) {
	.section-interview .split-content {
		padding-bottom: 3rem;
	}
}

.contact-wrapper {
	background: rgb(0, 117, 190);
	padding: 2rem;
	margin-top: 5rem;
}

/* Sektion startsida: nyheter
========================================================================== */
#aktuellt .section-block {
	padding-top: 0;
}

.news .block-object h2,
.news .block-object h3 {
	text-align: center;
}

.news .news-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 3rem;
}

.news .news-card {
	width: 32%;
	padding: 3rem;
	background-color: #fff;
	box-shadow: 0 1rem 1.5rem rgb(16 31 72 / 5%);
	border-top: 5px solid #0e1e49;
	margin-bottom: 2rem;
}


.news-title,
.news-title a {
	font-weight: 600 !important;
	font-size: 2.5rem !important;
	line-height: 1.5 !important;
}

.news-title a:hover {
	color: #f94523;
}

.news-date {
	color: #f94523;
	font-size: 1.6rem;
	margin-bottom: 2rem;
}

.news-link,
.news-link:hover {
	color: #f94523;
}

.news-file a {
	display: inline;
}

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

	.IndexPage .news .news-card,
	#aktuellt .news-card {
		width: 100% !important;
	}
}

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

	.news .news-card {
		padding: 3rem 2rem;
	}
}

/* Aktuellt undersida */
.indent {
	margin-left: 3rem;
}

.bild-text {
	font-style: italic;
	color: #666666;
}

.fakta-ruta {
	display: flex;
	flex-wrap: wrap;
	margin: 5rem 0rem;
}

.fakta-ruta h4 {
	text-align: left !important;
}

.fakta-ruta .fakta-item {
	width: 45%;
	margin: 2%;
}

@media only screen and (max-width:880px) {
	.fakta-ruta .fakta-item {
		width: 100%;
	}
}

/* Konsulter
========================================================================== */
.consults {
	background-image: url("/assets/images/sens-solarpanels-2000px.jpg");
	max-width: 100% !important;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: auto;
}

.consults .section-block {
	height: 100%;
	width: 100%;
	background-color: rgb(16 31 72 / 85%);
}

.consults * {
	color: #fff;
}

.consults p {
	max-width: 75rem;
}



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

/* Läggs på sida där headern ska synas direkt om bakgrunden är vit */
.header-blue-page header {
	background-color: #0e1e49;
}


/* Undersidor - sektion: hero-top
========================================================================== */
.LayoutPage .hero-top {
	background-color: rgb(16 31 72 / 85%);
}

.hero-top2 {
	height: 100vh !important;
}

.hero-top.bg-waves {
	background-image: url('/assets/images/vagor-scaled.jpg');
	background-size: cover;
	background-position: center;
}

.hero-top.bg-karriar {
	background-image: url('/assets/images/collage-2000px.jpg');
	background-size: cover;
	background-position: center;

}

.hero-top.bg-karriar .section-block {
	background: rgb(16 31 72 / 85%);
	height: 100vh;
}

.hero-top.bg-waves .section-block {
	background: rgb(16 31 72 / 85%);
}

.LayoutPage .hero-top * {
	color: #fff;
}

.LayoutPage .hero-top .section-block {
	padding-top: 20rem;
}

.hero-top .normaltext-type {
	max-width: 80rem;
	margin: 0;
	text-align: left;
}


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

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

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

/* Undersidor - kundlogotyper
========================================================================== */

.section-logos .cards-wrapper.w-33 {
	display: flex;
	flex-wrap: wrap;
}

.section-logos .card-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% / 3) - 2rem);
	background-color: #fff;
	padding: 5rem;
	border-radius: 3px;
	box-shadow: 0 1rem 2rem rgb(0, 0, 0, .1);
}

.section-logos .card-item img {
	max-height: 7rem;
}

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

	.section-logos .card-item {
		padding: 3rem;
	}
}

@media only screen and (max-width: 1000px) {
	.section-logos .card-item {
		padding: 2rem;
	}
}


/* Undersidor - sektion: sektion med bild och text som inte har split-kod
========================================================================== */
.split-img-text .section-block-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.split-img-text .col-0 * {
	height: 100%;
}

.EditMode .split-img-text .col-0 * {
	height: auto;
}

.split-img-text .col-0 {
	padding: 0rem !important;
}

.split-img-text .col-0 img {
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.LayoutPage .split-img-text .col-1 {
	align-self: center;
	padding-left: 10rem;
}

.split-img-text .col-0 .block-object,
.split-img-text .col-1 .block-object {
	align-self: center;
}

.split-img-text .col-0 .image-wrapper {
	display: inline-block;
	position: relative;
	height: 100%;
}

.split-img-text .col-0 .image-wrapper::after {
	position: absolute;
	bottom: -3rem;
	left: -3rem;
	width: 100%;
	height: 100%;
	border: 3px solid #f94523;
	content: '';
}

@media only screen and (max-width:1300px) {
	.LayoutPage .split-img-text .col-1 {
		padding-left: 5rem;
	}
}

@media only screen and (max-width:1024px) {
	.LayoutPage .split-img-text .col-1 {
		padding-left: 3rem;
	}
}

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

	.LayoutPage .split-img-text .col-0,
	.LayoutPage .split-img-text .col-1 {
		width: 100%;
		padding: 0;
	}

	.LayoutPage .split-img-text .col-0 {
		margin-bottom: 8rem;
		margin-left: 3rem;
	}

	.split-img-text .col-0 img {
		max-width: 60rem !important;
		width: 100%;
	}
}


@media only screen and (max-width:600px) {
	.LayoutPage .split-img-text .col-0 {
		margin-bottom: 5rem;
		margin-left: 1.5rem;
	}

	.split-img-text .col-0 .image-wrapper::after {
		bottom: -1.5rem;
		left: -1.5rem;
		border: 3px solid #f94523;
	}
}

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

	.LayoutPage .split-img-text .col-0,
	.LayoutPage .split-img-text .col-1 {
		width: 100% !important;
	}
}


/* ==========================================================================
Sektion: Energikonsulter & Data-analys
========================================================================== */
.LayoutPage .data-analys .section-block {
	padding-top: 2rem;
}

.data-analys .dataanalys-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.data-analys .dataanalys-wrapper * {
	color: #fff;
}

.data-analys .dataanalys-wrapper .number {
	font-weight: 800;
	font-size: 2rem;
	color: #f94523;
}

.data-analys .dataanalys-content {
	width: 48%;
	margin: 1%;
	outline: 1px solid #fff;
	outline-offset: -11px;
	transform: scale(.98);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	padding: 7rem;
	text-align: left;
	overflow: hidden;
}

.data-analys .dataanalys-content.w-100 {
	width: 100% !important;
}

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

.dataanalys-content .overlay-image-wrapper::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(8, 21, 73, 0.8);
	position: absolute;
	bottom: 0;
	transition: all .7s ease;
}

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

.data-analys .dataanalys-content:hover .overlay-image-wrapper::after {
	background-color: rgba(8, 21, 73, 0.95);
	transition: all .7s ease;
}


.dataanalys-content .data-title {
	font-size: 3.1rem;
	font-weight: 700;
	padding-bottom: 1rem;
}

.dataanalys-content .data-title .fad {
	font-size: 4rem;
	margin-right: 2rem;
}

@media only screen and (max-width:1200px) {
	.dataanalys-content .data-title {
		font-size: 2.5rem;
	}

	.data-analys .dataanalys-content {
		padding: 7rem 5rem;
	}
}

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

	.dataanalys-content .data-title .fad {
		font-size: 3rem;
		margin-right: 1.5rem;
	}

	.data-analys .dataanalys-content {
		padding: 6rem 4rem;
	}

}

@media only screen and (max-width:1100px) {
	.data-analys .dataanalys-content {
		width: 49%;
		margin: 1% 0;
	}

	.dataanalys-content .data-title {
		font-size: 2.4rem;
	}

	.dataanalys-content .data-title .fad {
		font-size: 3rem;
		margin-right: 1.5rem;
	}

	.data-analys .dataanalys-content {
		padding: 6rem 4rem;
	}

	.data-analys .dataanalys-content ul {
		padding-left: 3rem;
	}

}

@media only screen and (max-width:1020px) {
	.data-analys .dataanalys-content {
		width: 100%;
		margin: 1% 0;
	}

	.dataanalys-content .data-title {
		font-size: 3rem;
	}

	.dataanalys-content .data-title .fad {
		font-size: 3.5rem;
		margin-right: 2rem;
	}

	.data-analys .dataanalys-content {
		padding: 7rem 5rem;
	}
}

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

	.dataanalys-content .data-title .fad {
		font-size: 2rem;
	}

	.dataanalys-content .data-title {
		font-size: 2.1rem;
	}

	.data-analys .dataanalys-content {
		padding: 6rem 3rem;
	}
}

@media only screen and (max-width:400px) {
	.dataanalys-content .data-title {
		word-break: break-all;
	}

	.data-analys .dataanalys-content {
		padding: 4rem 3rem;
	}
}


/* ==========================================================================
Undersida: Energilagring
========================================================================== */
.LayoutPage .section-text .layout-12 .col-2 {
	padding: 0 0 0 1%;
}

/* Sektion Double Splt (.section-double-split)
========================================================================== */
.section-double-split.split-big {
	position: relative;
	z-index: 1;
	background-image: linear-gradient(to left, #F2F2F2 50%, #ffffff 50%);
}

.section-double-split.split-big::after {
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
	pointer-events: none;
	width: 100%;
	max-width: 150rem;
	height: 100%;
	left: 50%;
	top: 0;
	background-color: #F2F2F2;
	transform: translateX(-50%);
}

.section-double-split .split-content {
	position: relative;
	display: flex;
	padding: 11rem 5rem 11rem 0;
}

.section-double-split .reverse .split-content {
	padding: 11rem 5rem;
}

.section-double-split .split-text {
	max-width: 65rem;
}

.section-double-split.split-big .split-image {
	overflow: hidden;
	position: relative;
	top: -11rem;
}

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

	.LayoutPage .section-double-split .section-block {
		padding-bottom: 5rem;
	}

	.section-double-split .split-content {
		padding: 5rem 5rem 5rem 0;
	}

	.section-double-split .reverse .split-content {
		padding: 5rem;
	}

	.section-double-split.split-big .split-image {
		top: -5rem;
	}

}

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

	.LayoutPage .section-double-split .section-block {
		padding-bottom: 4rem;
	}

	.section-double-split .split-content {
		padding: 4rem 4rem 4rem 0;
	}

	.section-double-split .reverse .split-content {
		padding: 4rem;
	}

	.section-double-split.split-big .split-image {
		top: -4rem;
	}

}

@media only screen and (max-width: 1000px) {
	.section-double-split .split-content {
		width: 100%;
		justify-content: flex-start;
		padding: 0 0 4rem;
	}

	.section-double-split.split-big .split-image {
		z-index: 1;
		padding: 0 4rem 4rem;
		top: 0;
	}
}

@media only screen and (max-width: 580px) {
	.section-double-split .split-content {
		padding: 0 2rem 4rem;
	}

	.section-double-split .reverse .split-content {
		padding: 4rem 2rem;
	}

	.section-double-split.split-big .split-image {
		padding: 0 2rem 2rem;
	}
}

/* ==========================================================================
Undersida: Nya tjanster - Tjansteportfolio
========================================================================== */

.clip-arrow-right img {
	clip-path: polygon(calc(100% - 10rem) 0%, 100% 50%, calc(100% - 10rem) 100%, 0% 100%, 10rem 50%, 0% 0%);
}

.clip-arrow-right::before {
	position: absolute;
	display: block;
	z-index: 1;
	content: '';
	width: 11rem;
	height: 100%;
	top: 0;
	left: -4rem;
	clip-path: polygon(calc(100% - 10rem) 0%, 100% 50%, calc(100% - 10rem) 100%, 0% 100%, 10rem 50%, 0% 0%);
	background-color: #0e1e49;
}

.clip-arrow-right::after {
	position: absolute;
	display: block;
	z-index: 1;
	content: '';
	width: 11rem;
	height: 100%;
	top: 0;
	right: 3rem;
	clip-path: polygon(calc(100% - 10rem) 0%, 100% 50%, calc(100% - 10rem) 100%, 0% 100%, 10rem 50%, 0% 0%);
	background-color: #f94523;
}

.clip-arrow-left img {
	clip-path: polygon(100% 0%, calc(100% - 10rem) 50%, 100% 100%, 10rem 100%, 0% 50%, 10rem 0%);
}

.clip-arrow-left::before {
	position: absolute;
	display: block;
	z-index: 1;
	content: '';
	width: 11rem;
	height: 100%;
	top: 0;
	left: 3rem;
	clip-path: polygon(100% 0%, calc(100% - 10rem) 50%, 100% 100%, 10rem 100%, 0% 50%, 10rem 0%);
	background-color: #0e1e49;
}

.clip-arrow-left::after {
	position: absolute;
	display: block;
	z-index: 1;
	content: '';
	width: 11rem;
	height: 100%;
	top: 0;
	right: -4rem;
	clip-path: polygon(100% 0%, calc(100% - 10rem) 50%, 100% 100%, 10rem 100%, 0% 50%, 10rem 0%);
	background-color: #f94523;
}

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

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

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

	.clip-arrow-right,
	.clip-arrow-left {
		align-self: center;
	}
}

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

	.split-wrapper.hogtemperaturlager .split-content {
		padding-bottom: 3rem;
	}

	.clip-arrow-right img {
		clip-path: polygon(calc(100% - 5rem) 0%, 100% 50%, calc(100% - 5rem) 100%, 0% 100%, 5rem 50%, 0% 0%);
	}

	.clip-arrow-right::before {
		width: 6rem;
		left: -3rem;
		clip-path: polygon(calc(100% - 5rem) 0%, 100% 50%, calc(100% - 5rem) 100%, 0% 100%, 5rem 50%, 0% 0%);
	}

	.clip-arrow-right::after {
		width: 6rem;
		right: 2rem;
		clip-path: polygon(calc(100% - 5rem) 0%, 100% 50%, calc(100% - 5rem) 100%, 0% 100%, 5rem 50%, 0% 0%);
	}

	.clip-arrow-left img {
		clip-path: polygon(100% 0%, calc(100% - 5rem) 50%, 100% 100%, 5rem 100%, 0% 50%, 5rem 0%);
	}

	.clip-arrow-left::before {
		width: 6rem;
		left: -3rem;
		clip-path: polygon(100% 0%, calc(100% - 5rem) 50%, 100% 100%, 5rem 100%, 0% 50%, 5rem 0%);
	}

	.clip-arrow-left::after {
		width: 6rem;
		right: 2rem;
		clip-path: polygon(100% 0%, calc(100% - 5rem) 50%, 100% 100%, 5rem 100%, 0% 50%, 5rem 0%);
	}

}


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

.tags-list {
	position: relative;
	display: flex;
	width: 100%;
}

.tag {
	position: relative;
	flex: 1 1 0%;
	appearance: none;
	display: inline-block;
	font-family: inherit;
	font-size: 1.6rem;
	padding: 0 2rem;
	line-height: 5rem;
	background: #08154a;
	color: #FFF;
	cursor: pointer;
	border: none;
	margin: 0;
	transition: .5s ease;
	white-space: nowrap;
	clip-path: polygon(0% 0%, calc(100% - 1.5rem) 0, 100% 50%, calc(100% - 1.5rem) 100%, 0 100%, 1.5rem 50%);
}

.tag.tag-picked {
	flex: 2 1 0%;
}

.tag:hover,
.tag.tag-picked {
	color: #FFF;
	background: #f94523;
}

.tab-container {
	padding: 5rem 0 0;
}

.tab-container p {
	max-width: 65ch;
}

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

	.tags-wrapper {
		margin: 0 -4rem;
		overflow: hidden;
	}

	.tags-list {
		overflow: scroll;
		padding: 0 4rem;
	}

	.tag {
		font-size: 1.4rem;
		padding: 0 2rem;
		line-height: 5rem;
		transition: .5s ease;
		white-space: nowrap;
		clip-path: polygon(0% 0%, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%, 1rem 50%);
	}

}

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

	.tags-wrapper {
		margin: 0 -2rem;
		overflow: hidden;
	}

	.tags-list {
		overflow: scroll;
		padding: 0 2rem;
	}
}

/* Sektion Tjanster
========================================================================== */

/*.section-services .cards-wrapper.cards-7 {
position: relative;
top: -5rem;
margin: 0 -1rem -5rem;
}*/

/* Sektion Projekt
========================================================================== */
.section-projects {
	overflow: hidden;
}

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

.split-slider .small-title .arrow-link {
	font-size: inherit;
}

.no-breake {
	display: contents !important;
}

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

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

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

.split-slider .image-wrapper {
	width: 100%;
	height: 100%;
	padding: 0 0 0 32.5%;
	transition: padding .8s ease;
}

.split-slider img {
	border-radius: 2px;
}

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

/* Text-slider */
.split-slider .split-text-wrapper {
	position: relative;
	width: 45%;
	margin-left: calc(-45% - 10rem);
	padding: 4rem;
	border-radius: 2px;
	background-color: #F2F2F2;
}

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

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

.split-slider .slick-arrow::before {
	color: #0e1e49;
}

.split-slider .slick-arrow.slick-prev {
	right: 6rem;
	left: auto;
}

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

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

.split-slider .slick-dots li:before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 4px;
	background-color: #000000;
	transition: all .2s ease;
}

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

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

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

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

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


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

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

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

	/* Text-slider */
	.split-slider .split-text-wrapper {
		position: relative;
		bottom: unset;
		width: calc(100% + 8rem);
		padding: 7rem 4rem;
		margin: -2rem -4rem 0;
	}
}

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

	/* Text-slider */
	.split-slider .split-text-wrapper {
		width: calc(100% + 4rem);
		padding: 7rem 2rem;
		margin: -2rem -2rem 0;
	}


}

/* Sektion Call to action (.section-cta)
========================================================================== */
.cta-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	text-align: left;
	border-top: 1px solid #0e1e49;
	margin: 10rem 0 0;
	padding: 5rem 0 0;
}

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

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

.cta-wrapper .btn-wrapper {
	display: flex;
	align-self: center;
	justify-content: flex-end;
	margin: 0;
	flex: 1 1 0%;
}

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


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

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

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

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

/* ==========================================================================
Undersida: Tjansteportfolio > Enskild tjanst
========================================================================== */
.sub-service .section-block-wrapper {
	max-width: 100rem;
}

.sub-service .section-service-image {
	background-image: linear-gradient(to bottom, #FFF 50%, #fcfcfc 50%);
	background-color: transparent;
}

.sub-service .section-service-image .section-block {
	position: relative;
	z-index: 1;
	background-image: linear-gradient(to left, #F2F2F2 50%, transparent 50%);
}

.sub-service .section-service-image .section-block::after {
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
	pointer-events: none;
	width: 100%;
	max-width: 150rem;
	height: 100%;
	left: 50%;
	top: 0;
	background-color: #F2F2F2;
	transform: translateX(-50%);
}

.sub-service-image {
	border-radius: 3px;
	position: relative;
	padding-top: 42.5%;
	overflow: hidden;
	top: -5rem;
	margin-bottom: -5rem;
}

.sub-service-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 580px) {
	.sub-service-image {
		top: -2rem;
		margin-bottom: -2rem;
	}

}

/* ==========================================================================
Undersida: Pressmeddelanden
========================================================================== */
.SubPage .investor-relations-section .section-block {
	padding-top: 20rem;
}

.investor-relations-section .news-wrapper {
	margin-top: 3rem;
	padding-top: 8rem;
}

/* Filtrering */
.section-pm .news-card {
	display: none;
}

.section-pm .news-card.show-item {
	display: block;
}

.filter-menu {
	display: flex;
	flex-wrap: wrap;
}

.filter-menu .btn-arrow {
	margin: 0 1rem 1rem 0;
}

.filter-menu select option:nth-child(1) {
	display: none;
}

@media only screen and (max-width: 1170px) {
	.SubPage .news .news-card {
		width: 49%;
	}
}

@media only screen and (max-width: 800px) {
	.SubPage .news .news-card {
		width: 100%;
	}
}

@media only screen and (max-width: 580px) {
	.SubPage .investor-relations-section .section-block {
		padding-top: 15rem;
	}
}

/* ==========================================================================
Undersida: individuell nyhet
========================================================================== */
.SubPage .individual-news-section .section-block {
	padding-top: 20rem;
}

.individual-news-section .section-block-wrapper {
	max-width: 100rem;
}

.individual-news-section .news-date {
	border-bottom: 1px dotted #333;
}

/* style för text/span i nyheter */
.individual-news-section p,
.individual-news-section span {
	font-size: 2rem;
	padding-bottom: 2rem;
	font-family: 'Archivo', sans-serif !important;
	background-color: transparent !important;
	font-style: normal !important;
	text-align: left !important;
}

.individual-news-section p a {
	display: inline;
	font-weight: 200;
}

.individual-news-section a:hover {
	text-decoration: underline !important;
}

.news-quote {
	font-style: italic;
}

.news-highlight,
.news-highlight a {
	color: #f94523;
}

.individual-news-section figure {
	margin: 2rem auto;
	padding: 0;
	max-width: 100rem;
}

.individual-news-section figure img {
	width: 100%;
}

.individual-news-section figcaption {
	margin: 1rem 0 0;
}

@media only screen and (max-width: 580px) {
	.SubPage .individual-news-section .section-block {
		padding-top: 15rem;
	}
}


/* ==========================================================================
Undersida: Aktuellt
========================================================================== */
.sub-aktuellt .news .section-block {
	padding-top: 20rem;
}

/* ==========================================================================
Undersida: Blogg
========================================================================== */
.section-blogg .image-wrapper {
	height: 30rem;
}

.blog-post a {
	display: contents;
	font-size: 2rem;
	color: #f94523 !important;
}

/* ==========================================================================
Undersida: Pumped Hydro Storage NY
========================================================================== */

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

.sponsor-wrapper .text-wrapper {
	background-color: #f2f2f2;
	width: calc(50% - 1rem);
	padding: 5rem;
	border-radius: 3px;
}

.sponsor-wrapper .logo-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(25% - 1rem);
	background-color: #f2f2f2;
	padding: 5rem;
	border-radius: 3px;
}

.sponsor-wrapper .logo-item img {
	max-height: 7rem;
}

@media only screen and (max-width: 1200px) {
	.sponsor-wrapper .text-wrapper {
		padding: 3rem;
	}

	.sponsor-wrapper .logo-item {
		padding: 3rem;
	}

}

@media only screen and (max-width: 1000px) {
	.sponsor-wrapper .text-wrapper {
		width: 100%;
		padding: 2rem;
		margin-bottom: 1rem;
	}

	.sponsor-wrapper .logo-item {
		width: calc(50% - 0.5rem);
		padding: 2rem;
	}
}

/* ==========================================================================
Undersida: Pumped Hyrdo Storage ENG & SV Sponsor logo i top-sektion
========================================================================== */
.subpage-phs .hero-top .section-block img,
.subpage-phs-en .hero-top .section-block img,
.hero-top .sponser-wrapper img {
	width: 13rem;
	border-radius: 5px;
}

.subpage-phs .hero-top .sponser-wrapper,
.subpage-phs-en .hero-top .sponser-wrapper,
.hero-top .sponser-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 3rem;
	max-width: 50rem;
}

.subpage-phs .hero-top .sponser-wrapper div:nth-child(2),
.subpage-phs-en .hero-top .sponser-wrapper div:nth-child(2),
.hero-top .sponser-wrapper div:nth-child(2) {
	background: rgb(255 255 255 / 75%);
	padding: 2rem 0rem;
	border-radius: 5px;
	display: flex;
	justify-content: center;
}

.subpage-phs .hero-top .sponser-wrapper div,
.subpage-phs-en .hero-top .sponser-wrapper div,
.hero-top .sponser-wrapper div {
	width: 28%;
}

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

	.subpage-phs .hero-top .sponser-wrapper div,
	.subpage-phs-en .hero-top .sponser-wrapper div,
	.hero-top .sponser-wrapper div {
		width: 60%;
		margin: 1rem;
	}
}

/* ==========================================================================
Undersida: Pumped Hyrdo Storage 
========================================================================== */
.subpage-phs .hero-top {
	background-image: url('/assets/images/vagor-scaled.jpg');
	background-size: cover;
	background-position: center;
}

.subpage-phs .hero-top .section-block {
	background: rgb(16 31 72 / 85%);
}

.subpage-phs .section-block a {
	display: inline-block;
}

.subpage-phs .section-block .small-title {
	font-size: 2.5rem !important;
}

.subpage-phs .split-image img {
	object-fit: contain;
}

.subpage-phs .sponsor {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.subpage-phs .sponsor img {
	width: 22rem;
}

.subpage-phs .sponsor img:first-child {
	margin: 3rem;
	width: 12rem;
}

.subpage-phs .section-block .lang-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 35px;
}

.subpage-phs .section-block .lang-wrapper h1 {
	padding-bottom: 0;
}

.subpage-phs .section-block .lang-wrapper .btn-lang {
	background: #224a57;
	border: 1px solid #224a57;
	border-radius: .8rem;
	display: flex;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: .2em;
	padding: .2rem 1rem;
	vertical-align: middle;
	text-decoration: none;
	line-height: normal;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	margin-top: 0.5rem;
}

.subpage-phs .section-block .lang-wrapper .button-content {
	align-self: center;
	width: 3rem;
	padding: 0 !important;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	text-decoration: none;
}

/* Engelska flaggan */
.subpage-phs .section-block .lang-wrapper .flag-eng {
	background: url(/assets/images/eng.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.subpage-phs .section-block .lang-wrapper .lang-flag {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	position: relative;
	top: 0;
	overflow: hidden;
	font-size: 0;
	padding: 0 !important;
}

/* Svenska flaggan */
.subpage-phs .section-block .lang-wrapper .flag-sv {
	background: url(/assets/images/swe.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.subpage-phs .section-block .lang-wrapper .lang-flag {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	position: relative;
	top: 0;
	overflow: hidden;
	font-size: 0;
	padding: 0 !important;
}

@media only screen and (max-width: 1100px) {
	.subpage-phs .split-content {
		padding: 2rem !important;
	}
}

/* ==========================================================================
Undersida: Pumped Hyrdo Storage ENG 
========================================================================== */
.ratio-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25% !important;
}

.ratio-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* Hero top
========================================================================== */
.subpage-phs-en .hero-top {
	background-image: url('/assets/images/vagor-scaled.jpg');
	background-size: cover;
	background-position: center;
}

.subpage-phs-en .hero-top .section-block {
	background: rgb(16 31 72 / 85%);
}


/* Om oss boxar
========================================================================== */
.LayoutPage .section-about-boxes .section-block {
	padding: 7rem 5rem;
}

.info-boxes-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.info-box-wrapper {
	width: 30.333%;
	padding: 2rem;
	background: #FFF;
	border-radius: 2rem;
}

.info-box-wrapper i {
	font-size: 3.5rem;
	color: #0e1e49;
	padding-bottom: 1rem;
}

.subpage-phs .info-box-wrapper .small-title {
	padding-bottom: .5rem;
	margin: 1rem 0 .5rem;
	font-size: 2rem !important;
	font-weight: 600;
	color: #0e1e49;
	border-bottom: 1px solid #0e1e49;
}

.info-box-wrapper p {
	font-size: 2rem;
	line-height: 1.7;
}

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

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

/* Greener future (Layout 1-2-1)
========================================================================== */
.LayoutPage .text-img-layout .col-0 {
	max-width: 104rem;
	padding-right: 3rem;
}

.LayoutPage .text-img-layout .col-1 {
	padding-right: 3rem;
}

.LayoutPage .text-img-layout .col-2 {
	padding-left: 3rem;
}

@media only screen and (max-width: 1200px) {
	.LayoutPage .text-img-layout .col-0 {
		max-width: 100%;
		padding-right: 0;
	}

	.LayoutPage .text-img-layout .col-1 {
		width: 100%;
		padding-right: 0;
	}

	.LayoutPage .text-img-layout .col-2 {
		width: 100%;
		padding-left: 0;
	}
}

/* Counter
========================================================================== */
.LayoutPage .section-counter {
	background-color: #0e1e49;
}

.LayoutPage .section-counter .section-block {
	padding: 5rem;
}

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

.counter-item {
	width: 18%;
	margin: 0 1%;
	text-align: center;
}

.counter-wrapper.w-33 .counter-item {
	width: 33.33%;
	margin: 0;
}

.counter-item:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.counter-item.align-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.counter-number {
	display: block;
	padding-bottom: 1.2rem;
	color: #f94523;
	font-size: 6.1rem;
	line-height: 1;
	text-align: center;
}

.counter-desc {
	color: #FFF;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.6;
	text-align: center;
}

.counter-text {
	color: #FFF;
	font-size: 3.1rem;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}

@media screen and (max-width: 1350px) {
	.counter-item {
		width: 31.333%;
	}
}

@media screen and (max-width: 850px) {
	.counter-number {
		font-size: 4.8rem;
	}

	.counter-desc {
		font-size: 1.6rem;
	}

	.counter-text {
		font-size: 2rem;
	}
}

@media screen and (max-width: 700px) {
	.counter-item {
		width: 100%;
		margin: 0;
	}
}

/* Referenser
========================================================================== */
.section-references .section-block-wrapper {
	max-width: 110rem;
}

.LayoutPage .section-references .col-0 {
	margin-bottom: 3rem;
}

.LayoutPage .section-references .col-1 {
	padding-right: 3rem;
}

.LayoutPage .section-references .col-2 {
	padding-left: 3rem;
}

.section-references * {
	text-align: center !important;
}

@media only screen and (max-width: 1024px) {
	.LayoutPage .section-references .col-1 {
		width: 100%;
		padding-right: 0;
		margin-bottom: 2rem;
	}

	.LayoutPage .section-references .col-2 {
		width: 100%;
		padding-left: 0;
	}
}

/* ==========================================================================
Undersida: nyhetsbrev
========================================================================== */

/* sektion: videon
========================================================================== */
.SubPage .top-video {
	background-color: transparent;
	height: 70rem;
}

.SubPage .top-video .section-block {
	background-color: rgba(0 0 0 / 45%);
	height: 100%;
}

@media only screen and (max-width: 1100px) {
	.SubPage .top-video {
		height: 60vh;
	}
}

@media only screen and (max-width: 580px) {
	.SubPage .top-video {
		height: 50vh;
	}
}

/* sektion: nyheterna
========================================================================== */
.sub-newsletter .news .section-block {
	padding: 15rem 6rem;
	padding-bottom: 2rem;
}

.sub-newsletter .news .news-wrapper {
	border-top: none;
	padding-top: 0;
	border-bottom: 1px dotted #333;
	padding-bottom: 12rem;
}

@media only screen and (max-width: 1024px) {
	.sub-newsletter .news .section-block {
		padding: 11rem 4rem;
		padding-bottom: 2rem;
	}
}

@media only screen and (max-width: 700px) {
	.sub-newsletter .news .news-wrapper {
		padding-bottom: 8rem;
	}
}

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


/* sektion: prenumerera
========================================================================== */
.SubPage .newsletter .section-block {
	padding-top: 10rem;
}

.newsletter .section-title {
	text-align: center;
	max-width: 25ch;
	margin: 0 auto;
}

.LayoutPage .subscribe-bootstrap .section-block-wrapper {
	max-width: 90rem;
}


.subscribe-bootstrap * {
	box-sizing: border-box;
}

.subscribe-bootstrap .row {
	display: block;
}

.subscribe-bootstrap .row:hover {
	background-color: transparent;
}

.subscribe .Contact .ContactForm div.ContactFormMessage {
	display: none;
}

.subscribe-bootstrap .form-control,
.subscribe .Contact .ContactForm input.text {
	border-radius: 0rem;
	padding: 2.3rem 2rem;
	margin-bottom: 1rem;
}

.subscribe-bootstrap .form-control {
	border-radius: 0rem;
	padding: 2.3rem 2rem;
	margin-bottom: 1rem;
}

.col-sm-12 {
	padding-top: 3rem;
	margin: 0 auto;
}

.subscribe-bootstrap .btn-subscribe {
	margin: 0 auto;
	width: 100% !important;
	max-width: 60rem !important;
	display: block;
	color: white;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #0e1e49;
	border-radius: 0rem;
	background-color: #0e1e49;
	color: #fff;
	text-transform: unset;
	font-size: 1.6rem;
	cursor: pointer;
	font-weight: 600;
	transition: all .3s ease;
	font-family: 'Archivo', sans-serif;
}

.subscribe-bootstrap .btn-subscribe:hover {
	background-color: transparent;
	color: #333 !important;
	border: 1px solid #333;
}


@media only screen and (max-width: 760px) {
	.newsletter .section-title {
		text-align: left;
	}
}

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

	.SubPage .newsletter .section-block {
		padding-top: 6rem;
	}
}


/* sektion: contact
========================================================================== */

.section-contact .section-block-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.LayoutPage .section-contact .col-0 {
	padding-top: 5rem;
}

.LayoutPage .section-contact .col-1 {
	padding: 2rem;
	background-color: #08154a;
	position: relative;
	z-index: 1;
	margin-top: -12rem;
}

.section-contact .map {
	border: none;
}


@media only screen and (max-width: 980px) {
	.LayoutPage .section-contact .col-0 {
		width: 100%;
		padding: 5rem 0 5rem 0;
	}

	.LayoutPage .section-contact .col-1 {
		width: 100%;
		margin-top: 0;
	}

	.section-contact iframe {
		border: none;
	}
}



/* ==========================================================================
Tillfällig design för innehåll
========================================================================== */
.LayoutPage .text-content .section-block {
	padding-top: 20rem;
}

.LayoutPage .text-content .col-0 {
	width: calc(100% - 45rem);
	padding-right: 10rem;
}

.LayoutPage .text-content .col-1 {
	width: 45rem;
}

.LayoutPage .text-content iframe {
	width: 100%;
}


.content-link-wrapper {
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 5rem 4rem;

}

.content-link-wrapper a {
	text-transform: unset;
	padding-bottom: 2rem;
}

.content-link-wrapper a.active-link,
.content-link-wrapper a:hover {
	color: #f94523;
}

.video-wrapper,
.text-content img {
	padding: 4rem 0 3rem;

}

/* style på olika titlar */

/* brödtext */

.content-small-title,
.content-small-title a {
	padding-top: 1.5rem;
	font-size: 2rem;
	font-weight: 700;
	padding-bottom: 1.5rem;
}

.text-content p a {
	color: #f94523 !important;
	display: inline;
}

.text-content .arrow-link {
	color: #f94523;
}

/* Brodtext */

.text-primary {
	color: rgb(var(--primary-color));
}

.text-secondary {
	color: rgb(var(--secondary-color)) !important;
}

/* vid länkarna */
.bold-small-title {
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	padding-top: 1.5rem;
	padding-bottom: 0;
}

@media only screen and (max-width: 1440px) {
	.LayoutPage .text-content .col-0 {
		width: calc(100% - 35rem);
		padding-right: 6rem;
	}

	.LayoutPage .text-content .col-1 {
		width: 35rem;
	}

	.content-link-wrapper {
		padding: 5rem 3rem;
	}
}

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

	.content-link-wrapper {
		padding: 5rem 2rem;
	}
}

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

	.LayoutPage .text-content .col-0,
	.LayoutPage .text-content .col-1 {
		width: 100%;
		padding: 0;
	}

	.LayoutPage .text-content .col-0 {
		margin-bottom: 4rem;
	}

}

@media only screen and (max-width: 600px) {
	.LayoutPage .text-content .section-block {
		padding-top: 15rem;
	}

	.content-small-title,
	.content-small-title a {
		font-size: 1.7rem;
	}
}

/* ==========================================================================
Finansiella rapporter
========================================================================== */
.LayoutPage .pdf-section .section-block {
	padding-top: 20rem;
}

.pdf-wrapper {
	box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
	max-width: 30rem;
	padding: 1rem;
	border-radius: 1rem;
	margin-bottom: 1rem;
}

.pdf-section .content-small-title {
	margin-bottom: 3rem;
	border-bottom: 1px dotted #333;
}

.pdf-section p {

	font-weight: 700;
	font-size: 1.6rem;
}

.pdf-section p a {
	color: #333 !important;
}

.pdf-section img {
	padding: 0 1rem 0 0;
}


/* Tabbval */
.tabs-wrapper {
	margin-bottom: 5rem;
}

.tabs-heading {
	display: none;
}

.tab {
	display: inline-block;
	padding: 1rem 2rem;
	color: rgb(var(--white-color));
	font-size: 1.8rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .3rem;
	cursor: pointer;
	background: rgb(var(--primary-color));
	;
}

.tab-active {
	color: rgb(var(--white-color));
	text-decoration: underline;
}

.no-show {
	z-index: -10;
}

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

	/* Tabbval */
	.tabs-wrapper {
		position: relative;
		max-width: 25rem;
		padding: 1rem 2rem;
		background: rgb(var(--primary-color));
		cursor: pointer;
	}

	.tabs-heading {
		display: block;
	}

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

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

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

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

	.tab {
		display: block;
		padding: 1.5rem 1rem;
		letter-spacing: normal;
		text-transform: initial;
	}
}

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

	/* Innehåll */
	.tab-col {
		width: 100%;
	}
}

@media only screen and (max-width:480px) {
	.tab-container {
		padding: 5rem 3rem;
	}

	/* Tabbval */
	.tabs-wrapper {
		max-width: 100%;
	}

	/* Innehåll */
	.tab-item .small-title {
		font-size: 1.5rem;
	}

	.tab-item .description {
		font-size: 1.3rem;
	}
}

/* ==========================================================================
Undersida: Finansiell kalender / bolagsstyrning
========================================================================== */
.bolagsstyrning,
.finansiell-kalender {
	min-height: 80vh;
}

.LayoutPage .finansiell-kalender .section-block {
	padding-top: 20rem;
}

@media only screen and (max-width: 580px) {
	.LayoutPage .finansiell-kalender .section-block {
		padding-top: 15rem;
	}
}


/* ==========================================================================
Undersida: Ägare
========================================================================== */
.LayoutPage .owner-table .section-block {
	padding-top: 20rem;
}

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

.owner-table .content-title {
	padding-bottom: 2rem;
}

.owner-table .heading-type p {
	font-size: 1.6rem;
	line-height: 1.2;
}


.owner-table .heading-type {
	padding-bottom: 4rem;
}

.owner-table .cell {
	width: 80% !important;
	text-transform: uppercase;
}

.owner-table .cell-small {
	width: 20% !important;
}

.product-information {
	text-align: center;
	padding-bottom: 4rem;
	max-width: 90rem;
	margin: 0 auto;
}

.product-information ul {
	text-align: left;
}

/* Responsive table */
.responsive-table {
	width: 100%;
	max-width: 120rem;
	margin: 0 auto;
	overflow: hidden;
}

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

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

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


.row.header {
	color: #ffffff;
	background: #0e1e49;
}

.row.header:hover {
	background: #0e1e49;
}

.cell {
	display: table-cell;
}

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

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

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

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

.third-section {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.third-section .responsive-table {
	max-width: 80rem;
}

.third-section .row .cell {
	width: 80%;
}


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

	.table {
		display: block;
	}

	.row {
		display: block;
	}

	.cell {
		display: block;
	}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 580px) {
	.LayoutPage .owner-table .section-block {
		padding-top: 15rem;
	}
}


/* ==========================================================================
Undersida: Aktien
========================================================================== */
.LayoutPage .aktien .section-block {
	padding-top: 20rem;
}

.aktien .bold-small-title {
	/* padding-bottom: 4rem; */
	color: #f94523;
}

.aktien p {
	max-width: 110rem;
}

.aktien h2 a,
.aktien p a {
	display: inline;
	color: #f94523 !important;
}

.aktien h2 a:hover,
.aktien p a:hover {
	text-decoration: underline;
}

/* tabellerna */
.aktien .tabell-wrapper {
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	margin: 5rem 0;
	padding: 5rem 0;
	width: 100%;
}

.aktien table tr td {
	padding: 0.7rem 1rem;
}

.aktien table tr:nth-child(odd) {
	background-color: #f8f8f8;
}

.aktien table tr:first-child {
	background-color: #a1a1a1;
	color: #fff;
}

.aktien .handelse-tabell tr td:first-child {
	width: 9rem !important;
}

.agare-tabell {
	max-width: 90rem;
	width: 100%;
}

@media only screen and (max-width: 1300px) {
	.aktien .tabell-wrapper {
		overflow: auto;
	}

	.handelse-tabell {
		min-width: 115rem;
		overflow: auto;
	}

}

@media only screen and (max-width: 800px) {
	.aktien .tabell-wrapper {
		overflow: auto;
	}

	.agare-tabell {
		min-width: 72rem;
		overflow: auto;
	}

}

@media only screen and (max-width: 580px) {
	.LayoutPage .aktien .section-block {
		padding-top: 15rem;
	}
}

/* ==========================================================================
Undersida: styrelse och revisor
========================================================================== */
.coworker-wrapper {
	padding-top: 4rem;
}

.coworker-card {
	margin-bottom: 4rem;
	font-size: 0;
}

.coworker-card img {
	width: 17rem;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.coworker-card .coworker-text {
	width: calc(100% - 17rem);
	padding-left: 6rem;
	display: inline-block;
	vertical-align: top;
}

.coworker-text .coworker-name {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
}

@media only screen and (max-width: 750px) {
	.coworker-card .coworker-text {
		width: 100%;
		padding: 3rem 0 0 0;
	}
}

/* ==========================================================================
Undersida: Projekt > undersida
========================================================================== */
.project-news .news-card {
	width: 48%;
}

.photo-by {
	z-index: 1;
	position: relative;
	padding: 2rem;
	margin-top: -7.2rem;
	font-size: 2rem;
	background: #F2F2F2;
}


/* ==========================================================================
Undersida: Varmlandsbergsgruvan
========================================================================== */
/* 
Undersida: Sektion Project News (.section-project-news
========================================================================== */
.section-project-news .slick-list {
	width: 100%;
}

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

.section-project-news .slick-dots {
	position: absolute;
	bottom: 0rem;
	left: 50%;
	width: auto;
	padding: 0;
	margin: 0;
	background-color: #fcfcfc;
	border-radius: 1rem 1rem 0 0;
	transform: translateX(-50%);

}

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

	.LayoutPage .section-project-news .col-1,
	.LayoutPage .section-project-news .col-2 {
		width: 100%
	}
}


/* ==========================================================================
Undersida: Roznagruvan
========================================================================== */

/* Sektion Roznagruvan (.section-roznagruvan)
========================================================================== */
.section-roznagruvan .split-content {
	align-self: unset;
}


/* ==========================================================================
Undersida: Filipstad Sol- & Batterianlaggning

========================================================================== */

/* Sektion Sol Batterianlaggning (.section-sol-batterianlaggning)
========================================================================== */
.section-sol-batterianlaggning .small-text {
	font-size: 1.7rem;
}

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


/* ==========================================================================
Undersida: Karriär 
========================================================================== */
.ads-section .item-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.ads-section .item-image.item-blue {
	background-color: #0e1e49;
	min-height: 25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ads-section .item-image.item-blue img {
	max-width: 18rem !important;
	padding: 3rem 2rem;
}

.ads-section .item-wrap {
	width: 29%;
	margin: 2%;
	transition: 0.2s ease-in-out;
	background-color: #f4f4f4;
}

.ads-section .item-wrap:hover {
	text-decoration: none;
}

.ads-section .item-wrap:hover .item-text * {
	color: #0e1e49;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
}

.ads-section .item-text {
	padding: 4rem;
}

.ads-section .small-title {
	padding-top: 0;
	padding-bottom: 1rem;
	font-size: 3rem;
	text-transform: none;
	letter-spacing: normal;
	word-break: break-word;
	font-weight: 500;
	color: #333;
	line-height: 1.3;
}

.ads-section .item-text .item-info {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-bottom: 0;
	margin-bottom: 2rem;
	padding-top: 1rem;
}

.full-img {
	width: 33%;
	padding: 0;
}

.cirkle-img {
	border-radius: 50%;
}

@media only screen and (max-width: 1200px) {
	.ads-section .item-wrap {
		width: 46%
	}

	.ads-section .item-image {
		max-height: 24rem !important;
	}

	.ads-section .small-title {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 768px) {
	.ads-section .item-wrap {
		width: 100%;
	}
}

/* ==========================================================================
Undersida: Energimarknad

========================================================================== */

/* Sektion Energimarknad (.section-energimarknad)
========================================================================== */
.section-energimarknad .ingress-title {
	font-size: 2.2rem;
	font-weight: 800;
}

/* Kartan
========================================================================== */
@media only screen and (max-width: 1100px) {
	.find-us iframe {
		height: 50rem;
	}
}

@media only screen and (max-width: 1000px) {
	.find-us iframe {
		height: 45rem;
	}
}

@media only screen and (max-width: 768px) {
	.find-us iframe {
		height: 35rem;
	}
}


@media only screen and (max-width: 500px) {
	.find-us iframe {
		height: 30rem;
	}
}

/* ==========================================================================
Undersida: Om oss

========================================================================== */

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

.timeline-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 49.8%;
	width: 2px;
	background-color: rgb(var(--black-color), .2);
}

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

.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: rgb(var(--primary-color));
	border: 4px solid rgb(var(--white-color));
	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;
	}
}

/* ==========================================================================
Undersida: Kontakt
========================================================================== */

.contact-coworker-wrapper .card-item {
	width: 100%;
}

/* Sektion: formulÃ¤r + text
========================================================================== */
.LayoutPage .contact-us .section-block .section-block-wrapper {
	max-width: 150rem;
}

.LayoutPage .contact-us {
	background: #fff;
}

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

.LayoutPage .contact-us .col-1 {
	padding-left: 7rem;
	padding-top: 10rem;
	width: 60%;
}

.LayoutPage .contact-us .col-1 .normaltext-type {
	text-align: left;
}

.LayoutPage .contact-us .col-0 {
	width: 40%;
	background-color: #0e1e49;
	border-radius: 2px;
	padding: 4rem 1.9rem;
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
	margin-top: -15rem;
	z-index: 5;
	position: relative;
}

.LayoutPage .contact-us .subheading {
	padding-bottom: 4rem;
}

/* Contact form  */

.Contact .ContactForm div.ContactFormMessage p,
.Contact .ContactForm .ContactFormEmail p,
.Contact .ContactForm .ContactFormField p,
.Contact .ContactForm .ContactFormName p {
	color: #fff;
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

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

#kontakta-oss .ContactFormName,
#kontakta-oss .ContactFormEmail,
#kontakta-oss .ContactFormField,
#kontakta-oss .ContactFormMessage {
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
	display: inline-block;
}



#kontakta-oss .ContactForm input,
#kontakta-oss .ContactForm textarea {
	border: 1px solid #fff !important;
	background: #fff;
	border-radius: 5px;
	padding: 0.5rem;
	height: 4rem !important;
}

#kontakta-oss input:focus,
#kontakta-oss textarea:focus {
	border-color: #bccf02 !important;
}

#kontakta-oss input::placeholder,
#kontakta-oss textarea::placeholder {
	font-size: .8em;
}

#kontakta-oss .ContactForm .ContactSubmit {
	width: 100% !important;
	max-width: 30rem;
	padding: 1.6rem 4rem;
	border-radius: 20rem;
	border-top-left-radius: 0;
	background-color: #9fc23a;
	border: 2px solid #9fc23a !important;
	color: #fff;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.3em;
	font-size: 1.6rem;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	font-family: inherit;
	height: auto !important;
	margin: 2rem auto 0;
}

#kontakta-oss .ContactForm .ContactSubmit:hover {
	background-color: #222 !important;
	border: 2px solid #222 !important;
	color: #fff !important;
}

.LayoutPage .Contact .ContactForm div.ContactFormMessage p {
	margin-top: 1rem;
}

@media only screen and (max-width: 1300px) {
	.LayoutPage .contact-us .col-0 {
		width: 45%;
	}

	.LayoutPage .contact-us .col-1 {
		width: 55%;
	}

}

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

	.LayoutPage .contact-us .col-0 {
		padding: 7rem 3rem;
	}

	.LayoutPage .contact-us .col-1 {
		padding-left: 5rem;
		padding-top: 8rem;
	}
}

@media only screen and (max-width: 1000px) {
	.LayoutPage .contact-us .section-block {
		padding-top: 10rem;
	}

	.LayoutPage .contact-us .section-block-wrapper {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: unset;
	}

	.LayoutPage .contact-us .col-block {
		width: 100%;
	}

	.LayoutPage .contact-us .col-0 {
		margin-top: 0rem;
		max-width: 600px;
	}

	#kontakta-oss .col-1 {
		padding: 0;
		margin-bottom: 7rem;
	}

}

@media only screen and (max-width: 600px) {
	.LayoutPage .contact-us .section-block {
		padding-top: 6rem;
	}
}

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

	#kontakta-oss .col-0 {
		padding: 3rem 2rem !important;
		margin-top: 0;
	}
}

@media only screen and (max-width: 320px) {
	#kontakta-oss .ContactForm .ContactSubmit {
		padding: 1.6rem 1rem;
	}
}

/* ==========================================================================
Undersida: Page Error (401)
========================================================================== */
body:not(.EditMode) .page-error header,
body:not(.EditMode) .page-error footer {
	display: none;
}

.section-error .section-block {
	display: flex;
	align-items: flex-end;
	min-height: 80vh;
	padding-bottom: 0;
	background-image: linear-gradient(to right top, rgb(var(--white-color), 0.1), rgb(var(--black-color), 0.2));
}

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

.section-error .text-block-center {
	width: 100%;
	max-width: 50rem;
	margin: 0 auto -10.1rem;
	border-radius: 2rem;
	border: 1px solid rgb(var(--black-color), 0.1);
	overflow: hidden;
	padding-bottom: 10rem;
}

.section-error .error-header {
	padding: 3rem;
	text-align: center;
	background-color: rgba(var(--white-color), .2);
}

.section-error h1 {
	padding: 0;
	font-size: clamp(10rem, 10vw, 35rem);
	font-weight: 700;
	line-height: 1;
	color: rgb(var(--white-color));
}

.section-error .error-footer {
	height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(var(--primary-color), 0.1);
	text-align: center;
	padding: 2rem;
}

.section-error .error-footer p,
.section-error .error-footer a {
	color: rgb(var(--primary-color));
	font-size: 1.8rem;
	line-height: 1.3;
	text-transform: uppercase;
}

.section-error .error-footer a {
	text-decoration: underline;
}

/* ==========================================================================
Pressrum
========================================================================== */
.section-press .table {
    width: 100%;
    max-width: 110rem;
    margin: 0 auto;
}

.section-press .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.section-press .cell {
    width: calc(100% / 3);
    padding: 1rem;
}

@media only screen and (max-width: 750px) {
    .section-press .table-heading {
        display: none;
    }

   .section-press .cell {
        width: 100%;
    }

   .section-press .cell:before {
        content: attr(data-title);
        display: block;
        font-size: 1.3rem;
        color: #666;
        text-transform: uppercase;
        margin-bottom: 13px;
    }
}


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

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

.footer p,
.footer a {
	text-align: left;
	font-size: 1.6rem;
	color: #fff;
	text-transform: none;
	font-weight: inherit;
	font-family: 'Archivo', sans-serif;
	letter-spacing: normal;
}

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

.footer a {
	padding-top: 0;
}

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

.footer-logo {
	position: absolute;
	width: 15rem;
	margin: 0;
	display: none;
	text-align: left;
	top: -14rem;
	left: -1rem;
}

/* FOOTER MENU */

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

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

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

.footer .footer-heading {
	font-size: 2.5rem;
	text-transform: none;
	font-weight: 300;
	letter-spacing: normal;
	font-family: 'Archivo', sans-serif;
	color: #fff;
}

/* 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 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: #0e1e49;
	color: #FFF;
}

.footer .social:hover {
	background-color: #ffffff;
	color: #425363;
	text-decoration: none;
}

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

	position: relative;
	top: 1px;
}

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

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

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

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

.social-whatsapp::before {
	content: '\f232';
}

/* Footer Bottom */

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.47);
	margin: 0 auto;
	width: 100%;
	padding: 2rem 0;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
}

.footer-bottom p {
	font-size: 1.6rem;
	font-weight: 200;
}

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

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

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

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

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

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

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

}

@media only screen and (max-width: 1000px) {
	.footer-menu {
		width: 100%;
		margin-bottom: 3rem;
	}

}

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

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

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

}