/* Mainstay AB */

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


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

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

html { 
    font-size: 62.5%; 
}

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

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

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

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

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

/* Cookies 
========================================================================== */
.cookies-notis {
    display: none;
}

.cookies-notis {
    z-index: 11;
    position: fixed;
    bottom: 0;
	left: 50%;
    max-width: calc(100% - 50rem);
    padding: 2rem;
    text-align: left;
    border-radius: 0.6rem 0.6rem 0 0 ;
    background: #00A1DE;
	transform: translate(-50%);
}

.cookies-notis p:not(.btn),
.cookies-notis a:not(.btn) {
    padding: 0;
    font-size: 1.6rem;
    font-weight: 400;
}

.cookies-notis a:not(.btn) {
    text-decoration: underline;
}

.cookies-notis a:not(.btn):hover {
    color: #fff;
}

.cookies-notis .btn {
    min-width: unset;
    padding: 1rem 3rem;
    margin-top: 1rem;
    cursor: pointer;
}

@media only screen and (max-width:968px) {
    .cookies-notis {
        z-index: 21;
		width: 100%;
        max-width: 100%;
    }
}


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

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

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

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

.p-3 {
	padding: 3rem;
}

.p-0 .section-block {
	padding: 0;
}

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

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

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

/* Speciella margins */
.m-0-auto {
	margin: 0 auto;
}

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

/* Speciella bredder */
.LayoutPage .mw-900 .section-block-wrapper {
	max-width: 90rem;
}

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

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

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

@media only screen and (max-width:1000px) {
	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
	    padding: 8rem 3rem;
	}
}

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

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

/* Rubriker */
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: normal;
	line-height: 1.25;
	font-weight: 300;
	letter-spacing: 0;
	color: #3B3C43;
	text-transform: normal;
}

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

.text-label { 
    font-size: 2rem;
	padding-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing:0;
	font-weight: 300;
	color:#00A1DE;
}

.small-title {
	font-size: 2.3rem;
	padding-bottom: 0;
	font-weight: 500	;
}

.text-title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
	font-family: inherit;
}

/* Brödtext & länkar */
p, li, q {
	line-height: 1.8;
	font-size: 1.8rem;
	color: #222;
	font-family: inherit;
	font-weight: 300;
	text-decoration: none;
}

p {
	padding: 0 0 1.2em 0;
}

a {
	font-size: inherit;
	font-family: inherit;
}

a:hover {
	text-decoration: underline;
	color: #00A1DE;
}

a.link {
	font-weight: 500;
	color: inherit;
	font-size: 1.5rem;
}

a.link:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f30b';
	margin-left: .5em;
	text-decoration: none;
	display: inline-block;
	font-size: inherit;
	color:inherit;
}

/* Övriga klasser */
.bold,
.bold-text {
	font-weight: 700;
	padding: 0;
}

.text-primary {
	color: #00A1DE;
}

/* Element med border under */
.border-dotted-bottom {
	border-bottom: 1px dotted;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}

.border-bottom {
	border-bottom: 1px solid;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}

/* Listor */
.no-list {
	list-style: none;
	margin-bottom: 1em;
}

ul, ol {
	margin: 0 0 1em;
}

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

@media only screen and (max-width: 1450px) {
	.section-title {
		font-size: 3.3rem;
		padding-bottom: 2rem;
	}
}

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

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

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

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

	p, li {
		text-align: inherit;
		font-size: 1.6rem;
	}
}
/* Färger
========================================================================== */
.color-primary {
	color: #00A1DE;
}

.LayoutPage .bg-primary {
	background-color: #00A1DE;
}

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


/* Knappar & speciella länkar
========================================================================== */
.btn,
.ContactSubmit {
	font-family: inherit;
	max-width: 50rem;
	width: auto;
	padding: 1.4rem 3rem;
	border-radius: .6rem;
	text-align: center;
	font-size: 1.5rem;
	text-transform: none;
	letter-spacing: .02em;
	line-height: 1.3;
	font-weight: 300;
	background: #fff;
	border: 1px solid;
	border-color: #fff;
	color:#000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
}

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

.ContactSubmit,
.btn-primary {
	background: #00A1DE;
	border-color: #00A1DE;
	color:#fff;
}

.ContactSubmit:hover,
.ContactSubmit:focus,
.btn-primary:hover {
	background: #00749e;
	border-color:  #00749e;
	color: #fff;
}

.btn-white {
	background: white;
	border-color: white;
	color: #000;
}

.btn-white:hover {
	background: transparent;
	border-color: white;
	color: white;
}

.btn-black {
	background: #000;
	border-color: #000;
	color: #fff;
}

.btn-black:hover {
	background: transparent;
	border-color: #000;
	color: #000;
}

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

.arrow-link {
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	color:inherit;
	font-weight: 500;
	font-size: 1.5rem;
}

.arrow-link:hover {
	color: #00A1DE;
}

.arrow-link:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f30b';
	margin-left: 1rem;
	text-decoration: none;
	display: inline-block;
}

.pulse-button {
	box-shadow: 0 0 0 0 #00A1DE;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	transition: all 300ms ease-in-out;
}

/* Comment-out to have the button continue to pulse on mouseover */
a.pulse-button:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
}

/* Animation */
@-webkit-keyframes pulsing {
	to {
		box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
}

@-moz-keyframes pulsing {
	to {
		box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
}

@-ms-keyframes pulsing {
	to {
		box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
}

@keyframes pulsing {
	to {
		box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
}

@media only screen and (max-width:650px) {
	.btn-wrapper.multiple .btn {
		margin: 0 0 .5rem;
	}
}

@media only screen and (max-width:550px) {
	.btn {
		display: block;
		margin: 1.5rem 0;
	}
}

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

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

.section-split .section-block .btn:first-child {
	margin-right: 1rem;
}

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

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

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

.split-content {
    width: 50%;
    padding: 6rem;
    text-align: left;
    z-index: 2;
    display: flex;
}

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

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

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

.split-image.expand,
.split-imageblock.expand {
    margin: -15rem 0;
}

.split-imageblock {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.split-imageblock-image {
	height: 48%;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 1rem 2rem rgba(0,0,0, .1);
}

.split-image.img-auto-width {
	box-shadow: none;
	width: auto;
}

.img-contain img {
	object-fit:contain !important;
	min-width: auto !important;
	width: auto !important;
}

@supports (object-fit: cover) {
    .split-image img,
    .split-imageblock 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: 1470px) {
	.split-content {
		padding: 8rem 5rem;
	}
}

@media screen and (max-width: 1100px) {
	.split-content {
		width: 100%;
		padding: 5rem 2rem;
		order: 0;
	}
	
	.split-image {
		width: 100%;
		padding: 0;
		order: 1;
		max-height: 50rem;
	}
}

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

	.full-width .split-content {
		padding: 5rem 2rem;
	}
} 

/* Popupformulär
========================================================================== */
.EditMode .popup-wrapper {
    display: none;
}

.js-popup-btn {
	cursor: pointer;
}

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

/* Popup buttons */
.popup-button {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    width: 5rem;
    height: 5rem;
    background: #00A1DE;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.25s ease;
}

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

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

.popup-button-close {
    -webkit-appearance: none;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1.5rem;
    z-index: 10;
    right: 1.5rem;
    border: none;
    cursor: pointer;
}

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

.popup-button-close:hover {
    background-color: #e6e6e6;
}

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

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

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

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

/* Popup window */
.popup-window {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 5rem;
    right: 0;
    max-width: 55rem;
    width: 100%;
    padding: 2rem;
    border-radius: 1rem;
    background: #fff;
    -webkit-box-shadow: 0 0 300px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 300px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 300px 0px rgba(0, 0, 0, 0.2);
    transition: 0.2s ease;
}

/* Show popup-window */
.popup-wrapper.opened .popup-window {
    visibility: visible;
    opacity: 1;
    bottom: 5rem;
    max-height: 90vh;
}

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

.popup-window p,
.popup-window li {
    line-height: 1.5;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
}

.popup-window ul {
    margin-top: 0;
}

.popup-window p.lead {
    font-size: 1.6rem;
    color: #000;
    font-weight: 600;
    padding-bottom: 0;
}

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

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

	.popup-window {
		max-width: 100%;
	}
}

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

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

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

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

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

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

    .popup-header {
        position: absolute;
        padding: 2rem 2rem 1rem;
        overflow: hidden;
        border-radius: 2rem 2rem 0 0;
    }

    .popup-button-close {
        transform: translateY(-50%);
        top: 58%;
        right: 1rem;
    }

    .popup-content {
        height: auto;
        padding: 2rem 0;
        position: relative;
    }

    .popup-window p.lead {
        font-size: 2.4rem;
    }

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

    .popup-window::after {
        content: "";
        display: block;
        width: 0rem;
        height: 0rem;
        border-style: solid;
        border-width: 1rem 1rem 0 1rem;
        border-color: #ffffff transparent transparent transparent;
        position: absolute;
        right: 1.5rem;
        bottom: -1rem;
    }
}

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

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

/* Modal
========================================================================== */
.modal {
	max-width: 75rem;
	width: 100%;
	max-height: 75vh;
	padding: 3rem;
	border-radius: 0;
	box-shadow: none;
	overflow: auto;
	border-radius: 2px;
}

.modal-small {
	max-width: 40rem;
}

.blocker {
	z-index: 100;
}

.modal-header {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.modal a.close-modal {
	display: none;
}

.modal .custom-close-modal {
	position: relative;
	font-size: 3rem;
}

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

	.blocker {
		padding: 1rem;
	}
}
/* Modal formular
========================================================================== */

body:not(.EditMode) .section-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-modal .section-block {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 4rem);
    max-width: 35rem;
    max-height: 75vh;
    padding: 3rem;
    border-radius: 2rem;
    overflow: auto;
    background: white;
    transform: translate(-50%, -50%);
	    box-shadow: 0 1rem 3rem black;
}

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


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

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

/* Top header */
.EditMode #top-header {
	display: none;
}

.EditMode header { 
	margin-top: 0 !important; 
}

#top-header {
	background: #eee;
	border-bottom: .5px solid rgba(255, 255, 255, 0.3);
	position: fixed;
	padding: 0;
	top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 4rem;
    display: flex;
    flex-wrap: wrap;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	flex-direction: row-reverse;
}

#top-header p {
    line-height: 4rem;
	box-sizing: border-box;
	width:auto;
    color: #000;
    font-size: 1.2rem;
	max-width:100%;
	text-decoration: none;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	padding: 0 2rem;
}

header.scrolled #top-header {
	height: 0;
	font-size: 0;
}

header.scrolled #top-header p { 
	font-size: 0; 
}

/* Header  */
header {
	background-color: #fff;
	box-shadow: none;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 8;
	font-size: 0;
	height: 7rem;
	margin-top: 4rem;
	z-index: 10;
}

header.scrolled {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
	background-color: #fff;
	margin-top: 0;
	z-index: 10;
}

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

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

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

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

nav.mainmenu a {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem;
	line-height: 7rem;
	color: #000;
	text-transform: none;
	padding: 0;
	margin: 0 2rem;
	transition: all 300ms linear;
}

header.scrolled nav.mainmenu a {
	color:#444;
}

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

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

/* Dropdown Menu */
nav.mainmenu ul.TemplateMenu > li:nth-child(5) > ul {
 column-count: 2;
}

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

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

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

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

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

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

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

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

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

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

}

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

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

nav.mainmenu ul > li > ul > li > a {
	line-height: 5rem;
}

#overlay {
	z-index: 7;
}

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

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

.cta-socials .social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 3.5rem;
    height: 3.5rem;
    margin-right: 1rem;
    padding: 0;	
	border-radius: 2rem;	
	border: .1rem solid #00A1DE;
	background-color: #00A1DE;
	color: #fff; 
	-moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.cta-socials .social:hover {
	background-color: #00749e;
	border-color:#00749e;
	color: #fff;
	text-decoration: none;
}

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

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

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

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

	.expandable:after {
		font-family: 'Font Awesome 5 Pro';
		font-weight: 900;
		content: '\f107';
		margin-left: 7px;
		text-decoration: none;
		display: inline-block;
		font-size: 1em;
		color: #00A1DE;
		vertical-align: middle;
	}
}

@media only screen and (max-width: 1150px) {
	header .cta-socials {
		right: 8rem;
	}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

	nav.mainmenu ul > li > ul {
		display: contents !important;
		padding-left: 2rem;
	}

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

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

	nav.mainmenu ul > li > ul > li > a {
		width: 100%;
		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: normal;
		height: auto;
	}
}

@media only screen and (max-width:650px) {
	#top-header {
		flex-direction: row;
	}

	#top-header p {
		text-align: left;
	}

	nav.mainmenu li a {
		padding-left: 2rem;
	}

	nav.mainmenu ul > li > ul > li > a {
		padding-left: 2rem;
		line-height: 2.5;
	}	

	header .header-logo {
		width: 14rem;
		padding: 0;
		top: 2rem;
		left: 1rem;
	}

	.cta-socials .social {
		margin: 0 0 0 1rem;
	}
}

@media only screen and (max-width:455px) {
	#top-header p {
		font-size: 1rem;
	}

	nav.mainmenu ul > li > ul > li > a {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width:400px) {
	.IndexPage #top-header {
		display: none;
	}

	.IndexPage header {
		margin-top: 0;
	}

	#top-header p {
		line-height: 1.5;	
		max-width: 30rem;
		padding: .5rem;
	}
}

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

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

/* Top-section
========================================================================== */
.top-section {
	display:flex;
	align-items:center; 
	height: auto;
	background-color: rgba(0, 0 , 0, 0.4);
	min-height: calc(100vh - 7rem);
	overflow: hidden;
	padding-top: 7rem;
}
	
.page-title-wrap {
    background-color: transparent;
    transform: none;
    position: static;
    max-width: 80rem;
    text-align: left;
    padding: 2rem 2rem 2rem 8rem;
    z-index: 3;
}

.page-title-wrap .btn:first-child {
	margin-right: 2rem;
}

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

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

.page-title-wrap .usp-decor {
	font-weight: 700;
}

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

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

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

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

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

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

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

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

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

	.page-title-wrap .btn {
		text-align: left;
		display: block;
	}
}

@media only screen and (max-width: 330px) {
	.page-title-wrap h1 {
		font-size: 2rem;
		line-height: 1.6;
	}
} 
   
/* Om oss
========================================================================== */
.LayoutPage .about .section-block-wrapper {
	max-width: 150rem;
}

.about .normaltext-type {
	text-align: left;
	margin: 0;
	padding-left: 2rem;
	max-width: 100rem;
}

.about ul {
	margin-top: 0;
	padding-inline-start: 2rem;
}

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

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

.services-wrap .service-box:hover {
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

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

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

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

.services-wrap .service-category {
	font-size: 1.5rem;
	background-color:#00A1DE;
	color:#fff;
	font-weight: 400;
	text-align: center;
	padding: 1rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.services-wrap .service-title {
	font-size: 2.4rem;
	font-weight: 700;
}

.services-wrap p {
	padding:0;
}

.service-box .service-link {
    display: block;
    bottom: 0;
	left: auto;
	right: auto;
	text-align: left;
	width: 100%;
	max-width: none;
    color: #000;
    height: auto;
	line-height: 3;
	font-size: 1.3rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .2em;
	-moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.service-box:hover .service-link {
	color: #00A1DE;
}

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

	.about .section-title {
		max-width: 70rem;
	}

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

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

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

	.services-wrap .service-text {
    	padding: 0;
    }	

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

@media only screen and (max-width:750px) {
	.about .normaltext-type {
		padding-left: 0;
	}
}

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

/* Custom Nav
========================================================================== */
.SubPage header {
	background-color: #fff;
}

.SubPage nav.mainmenu li a {
    color: #000;
}

/* Hero video (transparent background) & title
========================================================================== */
.EditMode .LayoutPage .hero-video .section-block {
	padding-top: 20rem;
}

.LayoutPage .hero-video {
	background: transparent !important;
}

.LayoutPage .hero-video .section-block {
	padding: 0;
	min-height: 55vh;
	height: auto;
	position: relative;
}

.hero-video .title-wrapper {
	padding: 2rem 4rem;
	position: absolute;
	bottom: -3.5rem;
	left: 0;
	background: #00A1DE;
	z-index: 2;
	min-width: 40rem;
}

.hero-video .title-wrapper .title {
	font-size: 2rem;
	text-align: right;
	padding: 0;
	color:#fff;
}

@media only screen and (max-width: 800px) {
	.hero-video .title-wrapper {
		min-width: auto;
		width: 100%;
		text-align: center;
		padding: 2rem;
	}	

	.hero-video .title-wrapper .title {
		text-align: left;
	}
}

/* Hero Split
========================================================================== */
.LayoutPage .hero-split .section-block-wrapper {
	max-width: none;
}

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

/* Hero with solid background and title
========================================================================== */
.LayoutPage .hero-block .section-block {
	background:#fff;
	display: flex;
	flex-wrap: wrap;
	padding: 20rem 2.5rem 15rem;
	display:flex;
	align-items:center; 
	height: auto;
	justify-content: flex-start;
}

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

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

.LayoutPage .hero-block .normaltext-type {
	margin: 0;
	max-width: none;
}

.LayoutPage .hero-block .section-title {
	margin: 0 auto;
	color:#111;
}

/* Navigeringskort / Kategorier
========================================================================== */
.LayoutPage .categories {
	background-image: url('/assets/images/mainstay-helium-2.jpeg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.LayoutPage .categories .section-block {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 55%, #f6f6f6 50%);
	padding: 20rem 2rem 2rem;
}

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

.category-items-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.category-items-wrapper .category-item {
    width: calc(100% / 3 - 4rem);
    margin: 2rem;
    display: inline-block;
    text-align: left;
	padding:0;
	background-color: transparent;
	overflow: hidden;
        -moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
    transition: 0.2s ease-in-out;
	position: relative;
	text-decoration: none !important;
}

.category-items-wrapper .category-item:hover {
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.category-items-wrapper .category-text {
	padding:  0 0 2rem;
}

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

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

.category-items-wrapper .category-title {
	font-size: 1.5rem;
	background-color:#00A1DE;
	color:#fff;
	font-weight: 400;
	text-align: center;
	padding: 1rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

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

	.category-items-wrapper .category-item {
		width: calc(100% / 2 - 4rem);
	}
}

@media only screen and (max-width:750px) {
	.category-items-wrapper .category-text {
    	padding: 0;
    }	
    
    .category-items-wrapper .category-item {
	    width: 100%;
	    margin: 0 0 2rem 0;
	}
}

/* ==========================================================================
Undersida: Vårt koncept
========================================================================== */
.hero-concept .split-content:first-child {
	background-color: #f8f8f8;
}

.hero-concept .split-content:last-child {
	background-color: #000;
}

.hero-concept .split-content:last-child * {
	color:#fff;
}

@media only screen and (max-width: 1100px) {
	.hero-concept .split-content:first-child {
		background-color: transparent;
	}
}

@media only screen and (max-width: 600px) {
	.hero-concept .split-content:last-child {
		padding: 5rem 2rem;
	}
}
/* ==========================================================================
Undersida: Vårt koncept > Process vid köp
========================================================================== */
.process .text-item {
	max-width: 90rem;
	margin: 0;
}

/* ==========================================================================
Undersida: Vårt koncept > Frågor & Svar
========================================================================== */
.faq-split .split-content {
	padding: 0;
	align-self: flex-start;
}

.faq-split .split-content:first-child {
	padding-right: 3rem;
}

.faq-split .split-content:last-child {
	padding-left: 3rem;
}

.accordion-wrapper *,
.accordion-wrapper *:before,
.accordion-wrapper *:after {
	transition: all .3s ease;
}

/* Accordion */
.accordion-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.accordion {
	width: 100%;
	margin: 1rem 0;
	align-self: flex-start;
}

.accordion-header {
	position: relative;
	cursor: pointer;
	padding: 1.5rem 0;
	border-bottom: 2px solid #00A1DE;
}

.accordion-wrapper p, .accordion-wrapper li {
	font-size: 1.7rem;
}

.accordion-button {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.4rem;
    height: 2.5rem;
    cursor: pointer;
}

.accordion-button::before, 
.accordion-button::after {
    width: 2.5rem;
    height: 2px;
    top: 1.2rem;
    content: '';
    position: absolute;
    display: block;
    background-color: #00A1DE;
}

.accordion-button::before {
	transform: rotate(90deg);
}

.accordion-button::after {
	transform: rotate(0deg);
}

.accordion-header.active .accordion-button::before {
	transform: rotate(135deg);
}

.accordion-header.active .accordion-button::after{
	transform: rotate(45deg);
}

.accordion-title {
	text-transform: none;
	padding-bottom: 0;
	font-weight: 400;
	max-width: 50rem;
	font-size: 1.9rem;
}

.accordion-panel {
	max-height: 0;
	overflow: hidden;
}

.accordion-content {
	padding: 0 2.5rem;
}

.accordion-paragraph {
	color: #a3a1a2;
	padding: 0 2.5rem;
}

.faq-cta {
	margin-top: 4rem;
}

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

@media only screen and (max-width: 1350px) {
	.accordion-title {
		max-width: 40rem;
	}
}

@media only screen and (max-width: 1100px) {
	.faq-split .split-content:last-child {
		padding-left: 0;
	}

	.faq-split .split-content:first-child {
		padding-right: 0;
	}

	.faq-split .split-text {
		max-width: none;
	}
}

@media only screen and (max-width: 510px) {
	.accordion-button {
		right: 1.5rem;
		width: 1.5rem;
		height: 1.6rem;
	}
	
	.accordion-button::before, 
	.accordion-button::after {
		width: 1.5rem;
		height: 1px;
	}

	.accordion-title {
		max-width: 25rem;
	}

	.accordion-content {
		padding: 0;
	}
}

/* ==========================================================================
Undersida: Genomförda projekt
========================================================================== */
.LayoutPage .hero-projects .section-block {
	padding-bottom: 2rem;
}

/* Projekt
========================================================================== */
.LayoutPage .projects .section-block {
	padding: 1rem 2rem 5rem;
}

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

.LayoutPage .projects .heading-type * {
	text-align: center;
	margin: 0 auto;
	max-width: 80rem;
}

.LayoutPage .projects .section-title {
	color:#fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-item:hover .product-link {
	background-color: #00A1DE;
	color:#fff;
}

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

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

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

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

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

@media only screen and (max-width: 950px) {
	.LayoutPage .projects .section-block-wrapper {
		max-width: none;
	}


	.product-item {
		width: calc(100% / 2 - 2rem);
	}
}

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

/* ==========================================================================
Undersida: Pågående projekt > Projektundersidor (NY)
========================================================================== */

/* Projektbeskrivning (.section-project)
========================================================================== */
.LayoutPage .section-project .layout-12 .col-0 {
	width: 70%;
}

.LayoutPage .section-project .layout-12 .col-1 {
	width: 70%;
	padding-right: 5rem;
}

.LayoutPage .section-project .layout-12 .col-2 {
	width: 30%;
    padding: 3rem;
	background: #f8f8f8;
}

.LayoutPage .section-project .layout-12 .col-3 {
	padding-top: 1rem;
}

.section-project .col-2 .btn {
	display: block;
}


.section-project .col-2 .small-title {
	font-size: 1.9rem;
	padding-bottom: 1rem;
}

.section-project .col-2 p,
.section-project .col-2 li,
.section-project .col-2 a:not(.btn) {
	padding-bottom: .5rem;
	font-size: 1.6rem;
	line-height: 1.5;
}

.section-project .title {
	color: #00A1DE;
    font-size: 1.4rem !important;
	font-weight: 400;
    letter-spacing: .05em;
	text-transform: uppercase;
}

.section-project .contact-options {
	padding:1rem 0 2rem;
}

.section-project .contact-options a {
	display: block;
	font-style: normal;
}

.section-project .contact-options i {
	margin-right: .5rem;
	color: #00A1DE;
}

.section-project .btn{
	margin-bottom: 1rem;
}

/* Räkneexempel */
.counter-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 3rem;
	margin-top: 3rem;
	background: #f8f8f8;
}

.counter-heading {
	width: 100%;
}

.counter-heading .small-title {
	padding-bottom: 1rem;
}

.counter-heading a:hover {
	text-decoration: none;
}

.counter {
	width: 48%;
	padding: 1rem 1.5rem;
	background: #FFF;
}

.counter p {
	font-size: 1.6rem;
	padding-bottom: 0;
}

.calc p {
	display: flex;
	justify-content: space-between;
}

.calc p span {
	padding-left: .5rem;
}

.total p {
	font-weight: 600;
}

.counter .small-text {
	padding-top: 1rem;
	padding-bottom: 0;
	font-size: 1.5rem;
	font-style: italic;
}

@media only screen and (max-width: 1050px) {
	.LayoutPage .section-project .layout-12 .col-0 {
		width: 100%;
	}
	
	.LayoutPage .section-project .layout-12 .col-1 {
		width: 100%;
		padding-right: 0;
		margin-bottom: 2rem;
	}
	
	.LayoutPage .section-project .layout-12 .col-2 {
		width: 100%;
		padding: 4.5rem;
		margin-bottom: 2rem;
		background: #f8f8f8;
	}

	.counter {
		width: 100%;
		margin-top: 2rem;
	}
}

@media only screen and (max-width: 480px) {
	.LayoutPage .section-project .layout-12 .col-2 {
		padding: 2.5rem !important;
	}

	.counter-wrapper {
		padding: 2.5rem;
	}
}

/* Enskilda projekt-undersidor med video 
========================================================================== */
/* .project-slider-wrapper .video{
	align-items: center;
    display: flex !important;
    justify-content: center;
}

@media only screen and (max-width: 550px) {
	.project-slider-wrapper .video video{
		width: 28rem !important;
	}
} */

/* Situationsplan
========================================================================== */
.situation-plan-image {
	display: block !important;
	margin: 3rem auto 0;
}

/* Galleri
========================================================================== */
.gallery-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.gallery-wrapper a {
	width: 24%;
	margin: .5%;
}

@media only screen and (max-width: 980px) {
	.gallery-wrapper a {
		width: 32.333%;
	}
}

@media only screen and (max-width: 550px) {
	.gallery-wrapper a {
		width: 49%;
	}
}

/* Karta
========================================================================== */
.map {
	font-size: 0;
}

.map iframe {
	width: 100%;
	height: 50rem;
	border: none;
}

/* ==========================================================================
Undersida: Genomförda projekt > Projektundersidor
========================================================================== */
.LayoutPage .project-page {
	position: relative;
	overflow-x: hidden !important;
}

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

/* Project Slider Part 
========================================================================== */
.project-image-wrapper {
	height: 50rem !important;
	overflow: hidden;
	position: relative;
}

.project-image-wrapper img,
.project-image-wrapper iframe {
	object-fit: cover !important;
	height:  100% !important;
	width: 100% !important;
}

.project-image-wrapper iframe {
	min-width: 60rem;
}

.project-image-wrapper[aria-hidden="true"] {
	opacity: 0.5;
	transition: all .4s ease;
}

/* Slick Settings */
.project-slider-wrapper .slick-list.draggable {
	overflow: visible;
}

.project-slider-wrapper .slick-prev ,
.project-slider-wrapper .slick-next {
	bottom: auto;
	top: 50%;
	width: 4rem;
	height: 4rem;
	border: 1px solid #00A1DE;
	background-color: #00A1DE;
	color:#fff;
	z-index: 5;
	border-radius: 4rem;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
}

.project-slider-wrapper .slick-next {
	right: 1rem;
}

.project-slider-wrapper .slick-prev {
	right: auto;
	left: 1rem;
}

.project-slider-wrapper .slick-prev:hover,
.project-slider-wrapper .slick-next:hover {
	border: 1px solid #0084b4;
	background-color: #0084b4;
}

.project-slider-wrapper .slick-prev:focus,
.project-slider-wrapper .slick-next:focus {
	border: 1px solid #0084b4;
	background-color: #0084b4;
}

.project-slider-wrapper .slick-prev.slick-disabled,
.project-slider-wrapper .slick-next.slick-disabled {
	opacity: .5;
	background-color: transparent;
	cursor: not-allowed;
}

.project-slider-wrapper .slick-prev:before,
.project-slider-wrapper .slick-next:before {
	color: #fff;
	opacity: 1;
	font-weight: 900;
	font-family: 'Font Awesome 5 Pro';
}

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

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

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

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

/* Project Info Part
========================================================================== */
.project-info {
	display: flex;
	justify-content: center;
	padding-top: 5rem;
}

.project-info .info-box {
	background: #f8f8f8;
	padding: 2rem;
	margin: 1rem 0;
}

.project-info .info-box * {
	text-align: left;
	margin: 0;
}

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

	.project-info {
		justify-content:center;
		flex-direction: column;
	}
}


/* ==========================================================================
Undersida: Kontakt
========================================================================== */

/* Kontaktformulär */
.ContactForm {
    max-width: 70rem;
    margin: 0 auto;
}

.Contact .ContactForm div.ContactFormMessage p, 
.Contact .ContactForm .ContactFormEmail p, 
.Contact .ContactForm .ContactFormField p, 
.Contact .ContactForm .ContactFormName p  {
    position: relative;
    left: 10px;
    bottom: -17px;
    display: inline-block;
    padding: 5px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #00A1DE !important;
    background-color: #fff;
}
.LayoutPage .Contact .ContactForm input.text,
.ContactForm select{
	height:  4rem !important;
}

.LayoutPage .ContactForm input,
.LayoutPage .ContactForm textarea {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px;
    font-family: inherit;
}

.LayoutPage .ContactForm input[type="text"],
.LayoutPage .ContactForm textarea {
    border-radius: 3px !important;
	border: 1px solid #dadada !important;
    padding: 2rem 1.5rem !important;
}

.LayoutPage .ContactForm input[type="text"]:not(.illegal),
.LayoutPage .ContactForm textarea:not(.illegal) {
    border-radius: 3px;
    background-color: #fff;
}

.LayoutPage .Contact .ContactForm div {
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
}

.LayoutPage .Contact .ContactForm div.ContactFormMessage {
	position: static;
}

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

.LayoutPage .Contact .ContactForm input.ContactSubmit {
	max-width: none;
	width: 100% !important;
}

/* Medarbetare */
.coworker-items-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #f8f8f8;
	padding: 1rem;
}

.coworker-item {
	margin: 1rem;
	text-align: left;
	position: relative;
	border-radius: 0;
	background-color: #fff;
	display: flex;
	width:calc(100% / 2 - 2rem);
}

.coworker-image {
    position: relative;
	width: 10rem;
}

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

.coworker-item .coworker-text {
	padding: 2rem;
    -webkit-transition: all .4s ease;
	transition: all .4s ease;
	align-self: center;
}

.coworker-item p {
	line-height: 1.5;
	font-size: 1.7rem;
}

.coworker-item .name {
	font-size: 2.4rem;
	padding-bottom: .8rem;
	color:#000;
}

.coworker-item .title {
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 400;
	color: #00A1DE;
	padding-bottom: 1rem;
}

.coworker-item .contact-options {
	margin: 1.5rem 0;
	font-style: normal;
}

.coworker-item .contact-option {
	display: flex;
    margin: .8rem 0;
    align-items: center;
    color: #000000;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: none;
    font-size: inherit;
}

.coworker-item .contact-option:hover {
	color: #00A1DE;
}

.coworker-item .contact-option::before {
	display: inline-block;
	font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
	font-weight: 900;
	font-size: inherit;
	margin-right: 1.5rem;
	vertical-align: middle;
	color: #00A1DE;
	width: 1rem;
	text-align: left;
}

.coworker-item .contact-option:hover::before {
	text-decoration: none !important;
}

.contact-option.address::before { content: '\f3c5'; }
.contact-option.phone::before { content: '\f879'; }
.contact-option.mail::before { content: '\f0e0'; }
.contact-option.linkedin::before { content: '\f08c'; }


@media only screen and (max-width: 750px) {
	.coworker-item {
		flex-direction: column;
	}

	.coworker-image {
	width: 100%;
	}

	.coworker-item .coworker-text {
		padding: 3rem 0 0;
	}

	.coworker-item .name {
		font-size: 2rem;
		padding-bottom: .5rem;
	}
}

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


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

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


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

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

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

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

.footer-logo-wrapper {
	width: 20rem;
	margin: 0 auto 10rem;
}

.footer-logo {
	width: 100%;
}

/* FOOTER MENU */
.footer-nav {
    width: 100%;
    margin-bottom: 5rem;
    text-align: right;
}

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

.footer-menu {
    text-align: left;
	padding: 0 2rem;
	max-width: 50rem;
}

.footer-menu:nth-child(3) {
	width: 40%;
}

.footer-menu:first-child {
	padding-left: 0;
}

.footer-menu:last-child {
	padding-right: 0;
}

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

.footer-submenu li {
	text-align: left;
	padding-bottom: 1rem;
}

.footer-submenu li:last-child {
	padding-bottom: 0;
}

.footer-menu-link {
	font-size: 1.6rem;
	line-height: 1.3;
}

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

/* Footer Bottom */
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.308);
	margin: 0 auto;
	width: 100%;
	padding: 2rem 0;
    box-sizing: border-box;	
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    line-height: 1rem;
}

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

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

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

/* Footer socials */
.footer .social-list {
    display: flex;
    list-style: none;
    padding: 0;
	margin: 0;
	flex-direction: row;
}

.footer .social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 3.5rem;
    height: 3.5rem;
    margin-right: 1rem;
    padding: 0;
	border-radius: 2rem;	
	border: .1rem solid #fff;
	background-color: #fff;
	color: #00A1DE; 
}

.footer .social:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

.footer .social::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	font-size: 1.5rem;
	position: relative;
	top: 1px;
}

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

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

/* WebbEss Stamp  */
.footer-bottom .webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 300;
}

.webbess-stamp img {
    width: 3rem;
    margin-left: 1rem;
    filter: invert();
}

@media only screen and (max-width: 1250px)  {
	.footer-menu:first-child {
		width: 50%;
	}

	.footer-menu:nth-child(2) {
		width: 45%;
	}
}

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

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

	.footer-menu:first-child {
		width: 100%;
		padding-bottom: 3rem;
	}

	.footer-menu:nth-child(2) {
		width: 100%;
		padding: 0;
	}

	.footer-menu:nth-child(3) {
		width: 100%;
		padding: 0;
	}

	.footer-menu:last-child {
		width: 100%;
		padding-top: 2rem;
		padding: 2rem 0 0;
	}
}

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

	.footer-menu,
	.footer-menu:first-child,
	.footer-menu:nth-child(2),
	.footer-menu:last-child {
	    width: 100%;
		margin-bottom: 0;
		padding: 2rem 0;
	}

	.footer-nav {
		padding: 0;
	}

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

	.footer .social {
		margin: 0 0 0 1rem;
	}
}

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

	.footer-bottom .webbess-stamp {
		padding-bottom: 2rem;
	}
}

