/* Orvaus AB */

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap');
@import url("https://use.typekit.net/bus8vwx.css");
@import url("https://use.typekit.net/cnl7mxi.css");
@import url("https://use.typekit.net/bqi6tmd.css");
@import url("https://use.typekit.net/woc2bya.css");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/assets/fonts/HelveticaNeueLTStd-Md.woff2') format('woff2'),
        url('/assets/fonts/HelveticaNeueLTStd-Md.woff') format('woff'),
        url('/assets/fonts/HelveticaNeueLTStd-Md.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('/assets/fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
        url('/assets/fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
        url('/assets/fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
	--primary-color: #283029;
	--secondary-color: #FF7029;
	--gray: #333;
}

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

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

@media only screen and (hover:none) {

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

html {
	font-size: 62.5%;
}

body {
	background-position: center center;
	background-color: #f2f2f2;
	overflow-x: hidden !important;
	font-family: sofia-pro, sans-serif;
}

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

.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
	padding: 15rem 5rem;
	background-color: rgb(223, 229, 216)
}

.LayoutPage .section-wrapper {
	background: transparent !important;
}

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

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

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

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


.grecaptcha-badge {
	display: none;
}


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

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

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

.display-none {
	display: none;
}

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

.primary-color {
	color: #5274B3;
}

.secondary-color {
	color: #ffc107;
}

.text-white {
	color: #FFF !important;
}
.text-black {
	color: black !important;
}
.bold {
	font-weight: 900;
}

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

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

.bg-primary .section-block {
	background-color: var(--primary-color);
}

.bg-secondary .section-block {
	background-color: var(--secondary-color);
}

.gradient-gray-black .section-block {
	background-image: linear-gradient(to bottom, #fff 70%, #5274B3 70%);
}

.gradient-primary-gray .section-block {
	background-image: linear-gradient(to bottom, #5274B3 50%, #f2f2f2 50%);
}

.gradient-black-gray .section-block {
	background-image: linear-gradient(to bottom, #252F6E 50%, #f2f2f2 50%);
}

.gradient-gray-white .section-block {
	background-image: linear-gradient(to bottom, #f2f2f2 50%, #FFF 50%);
}

/* ==========================================================================
    Buttons
========================================================================== */

.btn,
.ContactSubmit  {
	max-width: 50rem;
	width: auto;
	box-sizing: border-box;
	padding: 1.5rem 3.8rem;
	border-radius: 0.1rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.2rem;
	letter-spacing: 2px;
	line-height: 1em;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
}

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

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

.download-pdf::before {
	content: '\f1c1';
}

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

.btn-white-outline,
.btn-white-outline:hover {
	background-color: rgba(255, 255, 255, 0.171);
	border-color: #FFF;
	color: #fff;
}

.btn-link,
.btn-link:hover {
	background-color: transparent;
	border-color: transparent;
	color: #FFF;
	padding-left: 0;
}

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

.btn-primary-filled:hover,
.btn-primary:hover {
	background-color: #252F6E;
	border: 1px solid #252F6E;
	color: #FFF;
}

.btn-secondary,
.ContactSubmit {
	background-color: #FF7029;
	border: 1px solid #FF7029;
	color: #FFF;
}

.btn-secondary:hover,
.ContactSubmit {
	background-color: #ff7029d1;
	border: 1px solid #ff7029d1;
	color: #fff;
}

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

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

/* Arrow link */
.arrow-link {
    padding-right: 1rem;
    font-size: var(--base-size);
    text-decoration: none;
    color: rgb(var(--primary-color));
}

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

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


/* Button with arrow */

.btn.arrow span {
	display: inline-block;
	transform: translateX(-8px);
	transition: all .3s ease;
}

.btn.arrow:hover span {
	transform: translateX(8px);
	transition: all .3s ease;
}

.btn.arrow::before,
.btn.arrow::after {
	position: relative;
	display: inline-block;
}

.btn.arrow::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	content: '\f0da';
	transform: translateX(-30px);
	opacity: 0;
	transition: all .5s ease;
}

.btn.arrow::after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	content: '\f0da';
	transform: translateX(8px);
	opacity: 1;
	transition: all .5s ease;
}

.btn.arrow:hover::before {
	transform: translateX(-8px);
	opacity: 1;
	transition: all .5s ease;

}

.btn.arrow:hover::after {
	transform: translateX(30px);
	opacity: 0;
	transition: all .5s ease;
}

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

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

/* ==========================================================================
Text och typsnitt
========================================================================== */
p {
	line-height: 1.8;
	font-size: 1.6rem;
	color: #333;
	font-family: inherit;
	font-weight: 200;
	text-decoration: none;
}

a,
li {
	line-height: inherit;
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	transition: all .3s ease;
}

a {
	line-height: inherit;
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	transition: all .3s ease;
	color: #FF7029 !important;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 1.3;
	color: #252F6E;
	text-transform: normal;
	    font-family: 'Helvetica Neue LT Std', sans-serif;
}


h1 {
	font-size: 5rem;
}

h2,
.section-title {
	font-size: 4rem;
}

h3 {
	font-size: 3rem;
}

h4 {
	font-size: 2.5rem;
}

.lead {
	font-size: 1.25em;
}

.text-label {
	font-weight: 600;
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-bottom: 1em;
	color: #283029
}

.section-title {
	font-weight: 300;
	font-size: 4rem;
	color: #283029
}
.section-title-big {
	font-weight: 400;
	font-size: 6rem;
	color: #283029
}
/* lilla "abc"-blocket */
.smalltext-type {
	max-width: none;
}

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

.text-block-center {
	max-width: 60rem;
	margin: 0 auto;
}
.text-start {
	text-align: start !important;
}
.text-center {
	text-align: center;
}

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

	h4 {
		font-size: 1.6rem;
	}

	.section-title-big {
	font-size: 4rem;
}
}



/* ==========================================================================
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 {
	position: relative;
	z-index: 1;
	width: 50%;
	padding: 8rem 5rem;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-self: center;
}

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

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

@supports (object-fit: cover) {
	.split-image img {
		position: relative;
		transform: none;
		top: unset;
		left: unset;

		object-fit: cover;
		object-position: center;
		height: 100% !important;
		width: 100% !important;
	}
}

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

	.split-content {
		padding: 6rem;
	}

}

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

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

	.split-image {
		width: 100%;
	}

}

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

.SubPage .parallax {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.SubPage .parallax .section-block {
	height: 50rem;
	background-color: rgba(0, 0, 0, 0.328) !important;
}

.parallax-about .section-block {
	background-image: url('/assets/images/smog-2000px.jpg');
}
.parallax-holdings .section-block {
	background-image: url('/assets/images/tree-2000px.jpg');
}
.parallax-contact .section-block {
	background-image: url('/assets/images/tree-tops-2000px.jpg');
}

/* Header
========================================================================== */
header {
	background-color: transparent;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	box-shadow: none;
	height: 8rem;
}

header.scrolled {
	background-color: #283029 !important;
}

header .container {
	max-width: none;
	padding: 0 5rem;
	display: flex;
	justify-content: flex-end;
	max-width: 160rem;
}

/* HEADER LOGO */

header .header-logo {
	width: 15rem;
	padding: 1rem;
	margin: 0 auto 0 0;
	line-height: 5rem;
	display: flex;
	align-items: center;
	border-radius: 0 0 5px 5px;
	transition: all 300ms linear;
}


.IndexPage header .header-logo {
	opacity: 0;
}

.IndexPage header.scrolled .header-logo {
	opacity: 1;
}

/* Menu */

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

nav.mainmenu {
	text-align: right;
	width: fit-content;
}

nav.mainmenu a {
	font-family: inherit;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 8rem;
	color: #FFF !important;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 0 1rem;
	transition: all 300ms linear;
}

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

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

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

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

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

/* CTA  */
.header-cta-wrapper {
    z-index: 9;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    list-style: none;
}

.header-cta-wrapper li {
    margin: 0 .5rem;
	margin-right: 4rem;
}

.header-cta-wrapper .btn {
    min-width: unset;
    padding: 1rem 2rem;
	color: #FFF !important;
}

.mobile-menu .header-cta-wrapper {
    margin: 0;
}
@media only screen and (max-width: 750px) {
    /* CTA */
   .header-cta-wrapper {
		margin-right: 2rem;
    }
}
@media only screen and (max-width: 580px) {
    /* CTA */
    .header-cta-wrapper .btn {
        padding: 0.7rem 1.5rem;
}
}

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

	header .container {
		padding: 0 2rem;
	}

	header .header-logo a {
		font-size: 1.6rem;
	}
}

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

	header.scrolled {
		background-color: #283029;
		box-shadow: 0 1rem 2rem rgba(0, 0, 0, .1);
		transition: all 300ms linear;
	}

	header.scrolled nav.mainmenu a {
		transition: all 300ms linear;
	}
}

/* Hamburger */
.hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after{
	background-color: #FFF;
}
@media only screen and (min-width: 981px) {
	.hamburger {
		display: none;
	}
}

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

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

	.hamburger-inner {
		top: 20px;
	}
	.header-cta-wrapper .btn {
	margin-bottom: 0rem;
	margin-right: 0.5rem;
}
}

/* MOBILE MENU */

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

	header {
		height: 6rem;
		width: 100vw !important;
	}

	header .header-logo {
		z-index: 11;
		display: block;
		width: 10rem;
		padding: 0;
		line-height: 6rem;
	}

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

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

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

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

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

	.expandable-li.level-open .dropdown-arrow:before {
		transform: rotate(180deg);
	}

	.dropdown-arrow:before {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 4rem;
		height: 4rem;
		border-radius: 50%;
		font-family: 'Font Awesome 5 Pro';
		font-weight: 700;
		font-size: 2rem;
		content: '\f0d7';
		color: #008ece;
		background-color: hsl(187, 71%, 90%);
	}

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

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

}

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

.top-section {
	display:none;
	z-index: 1;
	height: auto;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.1);
}

.sub-top-section .section-block{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    border-top: 0;
	background: transparent !important;
}
.top-logo-wrapper{
	max-width: 65rem;
}

/* .top-section:before {
	content: "";
	display: block;
	position: absolute;
	width: 100vw;
	height: 30vh;
	background: url(/assets/images/wave.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	left: 0;
	bottom: 0;
	z-index: 0;
} */
	/* 
	.top-section::after {
		content: "";
		display: block;
		position: absolute;
		width: 100vw;
		height: 30vh;
		background: url(/assets/images/wave-2.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
		left: 0;
		bottom: 0;
		z-index: 0;
	} */

.page-title-wrap {
	position: relative;
	background-color: transparent;
	top: auto;
	left: auto;
	transform: none;
	width: 100%;
	max-width: 100rem;
	text-align: center;
}

.page-title-innerwrap {
	max-width: none;
}

.page-title-wrap h1 {
	font-size: 2rem;
	font-weight: 500;
	color: #5274B3;
	padding: 0 0 .1em;
	line-height: 1.3;
	text-shadow: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.usp-decor {
	font-weight: 300;
	letter-spacing: 1px;
	color: #fff;
	display: block;
	font-size: 6rem;
	text-transform: none;
}

.page-title-wrap img {
	/*width: 25rem;*/
	margin-top: 3rem;
}

.page-title-wrap p {
	color: #fff;
	font-size: 2rem;
}

.page-title-wrap .btn-wrapper {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
}

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

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

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

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

}

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

	.top-section {
		min-height: auto;
	}

	.top-section::after {
		-webkit-clip-path: polygon(0 0, 40% 0, 50% 70%, 60% 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 40% 0, 50% 70%, 60% 0, 100% 0, 100% 100%, 0 100%);
	}

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

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

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

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

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

/* Bakgrundsbild / videos
========================================================================== */



/* Video background */
.fullscreen-bg-video {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
	background-color: #222;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
#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%);
}



/* bildspel */
 
#crossfade {
	position: absolute;
  z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 }

 #crossfade::after {
   content: '';
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
	background-image: linear-gradient(to left, rgba(0,0,0, .5), rgba(80, 19, 56, 0.8));
 }
  
 #crossfade div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
 }

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

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

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

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

@-webkit-keyframes bounce {

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

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

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

@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(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

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

.arrow-scroll {
	position: absolute;
	z-index: 2;
	width: 5rem;
	height: 5rem;
	background-color: transparent;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all .2s ease;
}

.arrow-scroll a {
	display: block;
	padding: 1.5rem;
}

.arrow {
	width: 2rem;
	height: 2rem;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
	background-size: contain;
}

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



/* Sektion intro
========================================================================== */

.intro-section .section-block {
	padding-bottom: 7rem;
	background-color: #fff;
}

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

.line-before {
	font-size: 2.5rem;
	font-weight: 200;
	position: relative;
}

.line-before:before {
	content:'';
	position: absolute;
	background-color: #000;
	width: 4px;
	height: 100%;
	bottom: 0;
	left: -30px; 
}

/* TjÃ¤nster
========================================================================== */
/* Gallery Wrapper
========================================================================== */

.service-section .section-block {
	background-color: transparent;
	padding-top: 5rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 25%, #222 25%) !important;
}

.service-section .heading-type {
	max-width: 80rem;
	margin: 0 auto;
	margin-top: 25rem;
}

.service-section h2 {
	color: #fff;
}

.gallery-wrapper {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: -10rem;
}

.gallery-item {
	width: 32%;
	margin: .5rem;
	overflow: hidden;
}

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

	.gallery-item.md-w-25 {
		width: calc(25% - 1rem);
	}

	.gallery-item.md-w-33 {
		width: calc(33.33% - 1rem);
	}

	.gallery-item.md-w-50 {
		width: calc(50% - 1rem);
	}

	.gallery-item.md-w-66 {
		width: calc(66.66% - 1rem);
	}

	.gallery-item.md-w-100 {
		width: 100%;
	}
}

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

	.gallery-item.lg-w-25 {
		width: calc(25% - 1rem);
	}

	.gallery-item.lg-w-33 {
		width: calc(33.33% - 1rem);
	}

	.gallery-item.lg-w-50 {
		width: calc(50% - 1rem);
	}

	.gallery-item.lg-w-66 {
		width: calc(66.66% - 1rem);
	}

	.gallery-item.lg-w-100 {
		width: 100%;
	}
}

.gallery-link {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 4rem;
	height: 100%;
	border-radius: 0rem;
	padding: 15rem 3rem;
}

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

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

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

/* .gallery-link:hover .gallery-image-wrapper::after {
	background-color: rgba(255, 255, 255, 0.9);
	transition: all .3s ease;
} */

.gallery-item:nth-child(2) .gallery-image-wrapper::after, .gallery-item:nth-child(3) .gallery-image-wrapper::after{
	background-color: rgba(12, 33, 62, 0.8);
}

.gallery-item:hover .gallery-image-wrapper::after {
	background-color: rgba(12, 33, 62, 0.9);
}

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

.gallery-text-wrapper {
	width: 100%;
	position: relative;
	transition: all .3s ease;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.gallery-text-wrapper *:not(.btn) {
	width: 100%;
}

.gallery-title {
	font-size: 2rem;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	word-break: break-word;
	hyphens: auto;
	letter-spacing: 2px;
	font-family: hero-new, sans-serif;
	padding-bottom: 0;
}

.gallery-lead {
	color: #FFF;
	font-size: 1.4rem;
	display: none;
	font-weight: 200;
}

.gallery-item .btn-wrapper {
	margin-top: 2rem;
	align-self: flex-end;
	display: none;
}

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

	.gallery-wrapper {
		margin: 4rem 0 0;
	}

	.gallery-item {
		width: 100% !important;
		margin: 0 0 2rem;
	}
}


@media screen and (max-width: 480px) {
	.gallery-item {
		padding: 2rem 1.5rem;
	}
}

/* Why us section
========================================================================== */

.why-section {
	background-image: url(https://media.gettyimages.com/photos/businesswoman-discussing-with-colleagues-picture-id498323289?s=2048x2048);
	background-position: bottom;
	background-attachment: fixed;
}

.why-section .section-block {
	background-color: rgba(10, 42, 68, 0.93);
}

.why-us-wrapper {
	display: flex;
	justify-content: space-between;
	align-self: center;
	max-width: 120rem;
	margin: 0 auto;
}

.why-us {
	display: flex;
	width: 31%;
	margin-bottom: 2rem;
}

.why-us-icon-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7rem;
	height: 7rem;
	border-radius: 50%;
	background-color: transparent;
}

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

.why-us-textwrapper {
	flex: 1 1 0%;
	padding-left: 2rem;
}

.why-us h4 {
	font-size: 1.8rem;
	color: #fff;
	font-family: hero-new, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

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

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

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

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

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

	.why-us-wrapper {
		flex-wrap: wrap;
	}

	.why-us {
		width: 100%;
		max-width: 50rem;
	}

	.why-us:nth-child(1) {
		margin: 0;
	}
	.why-us:nth-child(2) {
		margin: 0 auto;
	}
	.why-us:nth-child(3) {
		margin: 0 0 0 auto;
	}

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

}

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

.about-section .section-block {
	/* background-image: linear-gradient(to left, #fff 60%, rgb(34, 45, 69) 60%); */
	background-color: #222;
}

/* .about-section .section-block-wrapper, .about-section .normaltext-type {
	max-width: none;
}  */

.about-section * {
	color: #fff;
}

.about-split .split-image {
	width: 60%;
}

.about-split .split-content {
	align-self: flex-end;
	width: 50%;
	margin-right: -10%;
	padding: 5rem;
	bottom: -5rem;
	background-color: #111;
	border-radius: 1rem;
}

/* @media only screen and (max-width: 1200px) {
	.about-split .split-content {
    align-self: flex-end;
    width: 65%;
    margin-right: -25%;
    padding: 3rem 2rem 5rem 0;
    bottom: -5rem;
	}

}

@media only screen and (max-width: 1000px)  {
	.about-split .split-image {
		width: 100%;
	}
	
	.about-split .split-content {
		width: 100%;
		margin-right: 0;
		padding: 0 0 4rem;
		bottom: auto;
	}
} */


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

}

/* Call to action
========================================================================== */

.cta-section .section-block {
	padding-top: 10rem;
	padding-bottom: 0;
}

.cta-wrapper {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	background-color: #FFF;
	width: 100%;
	padding: 5rem 3rem;
	border-radius: 2px;
	text-align: left;
}

.cta-wrapper .btn-wrapper {
	align-self: center;
	margin: 0;
}

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


/*
Karta och kontakt
========================================================================== */

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

.contact-form-section .section-block {
	padding-top: 10rem;
	/* background-image: linear-gradient(to bottom, #fff 50%, #222 50%); */
}

.contact-form-section .section-block-wrapper {
	display: flex;
	background-color: #333;
	padding: 0 0 0 3rem;
	border-radius: 5px;
}

.contact-form-section * {
	color: #fff;
}

.LayoutPage .contact-form-section .col-0 {
	z-index: 1;
	position: relative;
	flex: 1 1 0%;
	background-color: #FFF;
	border-radius: 1rem;
	box-shadow: 0 1rem 4rem rgba(0,0,0, .1);
	padding: 0;
	margin: -3rem 0;
}

.contact-form-section .col-0 :is(.col-block, .col-wrapper, .block-object, .block-container) {
	height: 100%;
}

.LayoutPage .contact-form-section .col-1 {
	padding: 7.5rem 2rem 7.5rem 5rem;
	width: 100%;
	max-width: 60rem;
	display: flex;
	align-self: center;
}

/* Simple Contact Option
========================================================================== */

.simple-contact-option-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5rem;
}

.simple-contact-option {
	width: 100%;
	text-align: left;
}

.simple-contact-option-link {
	position: relative;
	display: block;
	height: 100%;
	transition: all .3s ease;
	padding: 2rem 2rem 2rem 10rem;
	color: #333;
	font-size: 1.5rem;
}

.simple-contact-option-link:hover {
	text-decoration: none;
	background-color: rgba(120, 120, 120, 0.2);
	color: #333;
	transition: all .3s ease;
}

.contact-icon {
	display: flex;
	justify-content: center;
	width: 5rem;
	position: absolute;
	left: 4rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem;
	color: #fff;
}

.simple-contact-text {
	font-style: normal;
	line-height: 1.5;
}

.simple-contact-title {
	font-size: 1.3rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1;
	color: #fff;
}

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

.simple-contact-link {
	position: relative;
	display: inline-block;
	margin-right: 1.5rem;
	color: #f2f2f2;
}

@media only screen and (max-width: 1200px) {
	.simple-contact-option-wrapper {
		margin-left: -4rem;
	}
}


/* Case Slider Section 
========================================================================== */

.news-section .heading-type {
	padding-bottom: 5rem;
}

.news-section .heading-type * {
	color: #fff;
}

.LayoutPage .news-section .section-block {
	position: relative;
	overflow: hidden;
}

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

.case-slider-wrapper.slider-vertical {
	max-width: 80rem;
	margin: 0 auto;
}

.case-image-wrapper {
	margin: 0 2.5rem;
	transition: all .4s ease;
	position: relative;
}

.case-image-wrapper img {
	min-height: 50rem;
}

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

.case-content {
	position: absolute;
	bottom: -5rem;
	left: 5rem;
	background-color: rgba(51, 51, 51, 0.902);
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, .12);
	padding: 3.5rem;
	max-width: 50rem;
}

.case-content .case-title {
	font-size: 3rem;
	font-family: inherit;
	font-weight: 300;
	padding-bottom: 1rem;
	font-family: 'Playfair Display', serif;
	color: #fff;
}

.case-content p {
	font-size: 1.5rem;
	color: #f2f2f2;
} 

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

/* .case-content .btn {
	padding: 1rem;
} */

.case-slider-wrapper .slick-next,
.case-slider-wrapper .slick-prev {
	bottom: auto;
	top: 50%;
	z-index: 5;
}

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

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

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



	.case-image-wrapper {
		margin: 0 .5rem;
		transition: all .4s ease;
	}
}

/* Slick Settings */

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

.slick-prev,
.slick-next {
	top: -7.5rem;
	width: 4rem;
	height: 4rem;
	border: 1px solid #FFF;
	background-color: #FFF;
	border-radius: 4rem;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
}

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

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

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

.slick-prev {
	left: auto;
	right: 13rem;
}

.slick-next {
	right: 8rem;
}

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

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

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

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

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

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


@media only screen and (max-width: 1080px) {
 .section-intro .col-0,
.section-intro .col-1{
width: 100% !important;
}
}


/* ==========================================================================
Undersidor - gäller alla undersidor
========================================================================== */

.SubPage .top-section {
	display: none;
} 

.SubPage .header-video {
	background: transparent;
}

.SubPage .header-video * {
	color: #fff;
}

.header-video .heading-type {
	text-align: center;
	margin: 0 auto;
	max-width: 90rem;
}

.SubPage .header-video .section-block {
	background-color: transparent;
}
/* Hero
========================================================================== */
.hero .section-block {
    display: flex;
    align-items: center;
    min-height: 40rem;
    background-color: rgb(var(--black-color), .5);
}

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

.hero .section-title {
    font-size: 6rem;
    color: rgb(var(--white-color));
}

@media only screen and (max-width: 580px) {
    .hero .section-block {
        min-height: 30rem;
    }

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

/* Namn på undersida - specifikt för enskild undersida
========================================================================== */

.investment-section * {
	color: #fff;
}

.SubPage .investment-section .section-block {
	padding-top: 0;
	padding-bottom: 0rem;
}

.service-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	top: -5rem;
}

.service {
	display: flex;
	width: calc(100% / 2 - 1rem);
	margin-bottom: 5rem;
	align-self: flex-start;
	background-color: #333;
}

.service-link {
	width: 100%;
	padding: 3rem 3rem 1rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	border-radius: 8px;
	transition: all .25s ease;
}

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

.service-icon-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7rem;
	height: 7rem;
	z-index: 1;
	position: relative;
	margin: 1rem 0rem 2rem 0rem;
}

.service-icon {
	font-size: 6rem;
	color: #3f9ee3;
}

.service-title {
	font-weight: 400;
	font-size: 5rem;
	line-height: 1.2em;
	color: #dbe9f0;
	font-family: 'Playfair Display', serif;
}

.service-text ul li {
	line-height: 1.6;
}

.service-desc,
.service li {
	font-size: 1.4rem;
	color: #fff;
	font-weight: 300;
}

.see-more {
	display: none;
}

.service .btn-wrapper {
	margin: 2rem 0;
}

.service .btn-link {
	color: #FF7029;
	padding: 1.6rem 0;
	margin: auto 0 0;
	text-align: left;
}


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

	.service-wrapper {
		top: -5rem;
	}

	.service {
		width: calc(100% / 2 - 1rem);
	}

	.service-link {
		padding: 3rem 3rem 1rem;
	}

}

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

@media only screen and (max-width: 750px) {
	.service {
		width: 100%;
		margin: 0 0 7rem;
	}

	.service-link {
		padding: 3rem 2rem 1rem;
	}
}

/* ==========================================================================
Sidan under konstruktion
========================================================================== */
.under-construction .LayoutPage .section-block {
	background: transparent;
}

.under-construction .top-section,
.under-construction header:not(.EditMode.under-construction header),
.under-construction .footer,
.under-construction .hamburger:not(.EditMode.under-construction .hamburger) {
	display: none !important;
}

.under-construction  .footer .container {
display:none;
}

.under-construction header {
display:none;
}

.under-construction .text-label,
.under-construction .section-title,
.under-construction p {
	color: #fff;
	text-align: center;
}

.under-construction .text-label {
	padding-bottom: 1rem;
}

.under-construction .section-title {
	font-weight: 700;
	font-size: 6rem;
}

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

.under-construction .section-uc {
	min-height: 100vh;
	display: flex;
	align-items: center;
}

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

@media only screen and (max-width: 350px) {
	.under-construction .section-title {
		font-size: 3rem;
		padding-bottom: 2rem;
	}
}
/* ==========================================================================
Undersida Contact
========================================================================== */
.ContactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

.ContactForm .ContactFormMessage {
    width: 100%;
}
div.submit-button-container,
.ContactSubmit,
.LayoutPage .Contact .ContactForm input.ContactSubmi,
#form_1_0_1_submit{
width: 100% !important;
max-width: none;
}
#form_1_0_1_submit{
	padding: 1.5rem;
}
.Contact .ContactForm .ContactFormName p,
.ContactForm .ContactFormEmail p,
.Contact .ContactForm .ContactFormField p{
	color: black !important;
}
.asterisk p:after {
    content: "*";
    font-size: 1.6rem;
    font-weight: 400;
    margin-left: 6px;
    color: red;
}
.LayoutPage .Contact .ContactForm input.text{
	padding: 2rem;
}
/* ==========================================================================
Footer
========================================================================== */

.footer {
	background-color: #283029;
	padding: 0;
	color: #fff;
	position: relative;
}

.footer .container {
    padding: 5rem 5rem 0;
    max-width: 160rem;
}
/* Footer top */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	text-align: start !important;
	 padding: 3rem 0 0;
}

.footer-menu {
    width: 20%;
    margin: 0 0 3rem;
}

.footer-menu-large {
    width: 30%;
}

.footer .text-label {
    padding: 0 0 1rem;
    line-height: 1;
}

.footer-submenu {
    padding: 0;
    margin: 0 0 3rem;
    list-style: none;
}

.footer-top li,
.footer-top p,
.footer-top a {
    text-decoration: none;
}

.footer a:not(.icon-links):hover {
    text-decoration: underline;
    color: rgb(var(--primary-color));
}


/* Footer bottom */
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
	border-top: 0.1rem solid #FFF;
}

.footer-bottom p,
.footer-bottom a {
    font-size: 1.4rem;
    line-height: 1.6;
	color: #FFF !important;
}

/* WebbEss Stamp  */
.webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: normal;
	justify-content: center;
}

.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-menu {
	    width: 25%;
	}
	.footer-top .section-title{
		font-size: 2.8rem;
	}
	
}

@media only screen and (max-width: 550px) {
	
	.footer .container {
		padding: 0 2rem;
	}
    	
	.footer-menu {
	    width: 100%;
	    margin-bottom: 3rem;
	}

}