/* Orvaus AB */

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
@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");

@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-wrapper {
	margin-top: 5rem;
}

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

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

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

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

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

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

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


a {
	line-height: inherit;
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	transition: all .3s ease;
	color: var(--secondary-color) !important;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0px;
	line-height: 1.3;
	font-family: 'Helvetica Neue LT Std', sans-serif;
}

.section-title {
	font-weight: 400;
	font-size: 6rem;
	color: var(--primary-color);
}

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

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

@media only screen and (max-width: 1024px) {
	.section-title {
		font-size: 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%);
}

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

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

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

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

}


/* 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: var(--primary-color) !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;
}


/* 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: var(--secondary-color) !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: var(--primary-color);
	}

	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: var(--secondary-color) !important;
	}

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

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

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


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

}

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

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

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


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

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


/* ==========================================================================
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: #000000 !important;
}

.asterisk p:after {
	content: "*";
	font-size: 1.6rem;
	font-weight: 400;
	margin-left: 6px;
	color: #ff0000;
}

.LayoutPage .Contact .ContactForm input.text {
	padding: 2rem;
}

/* ==========================================================================
Footer
========================================================================== */

.footer {
	background-color: var(--primary-color);
	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 .section-title {
	font-weight: 300;
	font-size: 3rem;
	color: #283029
}

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

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

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

}