/* Abax Dörrsystem AB /

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600&display=swap');

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


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

body,
body.isMobile .body-background {
	-webkit-font-smoothing: antialiased;
	background-position: left 20%;
	background-size: cover;
	overflow-x: hidden;

}

#crossfade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -10;
}

#crossfade div {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	z-index: -3;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

#crossfade div.active {
	z-index: -1;
}

html {
	font-size: 62.5%;
}

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

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

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

.container {
	max-width: 100%;
}

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

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

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

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

/* Paddings */
.pt-3 {
	padding-top: 3rem;
}

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

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

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

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


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

/* Rubriker */ 
.text-label {
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: normal;
	font-size: 1.5rem;
	text-align: left;
	padding-bottom: 2rem;
	text-shadow: none;
	font-family: inherit;
	font-weight: 700;
	letter-spacing: 0.2em;
	font-style: normal;
}

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

h1,
h2,
h3 {
	font-family: 'Playfair Display', serif;
	color: #696969;
}

h4,
h5,
h6 {
	font-family: inherit;
}

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

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


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

.link-styled {
	color: #c51a20;
	font-family: inherit;
	font-weight: 800;
	font-style: normal;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1.7;
	display: block;
	letter-spacing: normal;
	text-transform: none;
}

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

.EditMode a {
	font-size: 16px;
}

/* Ovriga klasser */ 

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

p.ingress {
	font-size: 2rem;
}

.bold {
	font-weight: 700;
}

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

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

.normaltext-type {
	max-width: 100rem;
	margin: 0 auto;
	text-align: center;
}

.italic {
	font-style: italic;
}

/* Listor */ 
.styled-list li::before {
	position: absolute;
	content: "\f00c";
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: -4rem;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 3rem;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 1.4rem;
	color: #c51a21;
	background-color: #ffddde;
}

.styled-list {
	display: flex;
	flex-direction: column;
	list-style: none;
}

.styled-list li {
	position: relative;
	line-height: 1.7;
	font-weight: 400;
	margin-bottom: 1em;
}

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

@media only screen and (max-width: 1024px) {
	.small-title {
		font-size: 2.8rem;
	}

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

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

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

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

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


/* Knappar & speciella lankar
========================================================================== */
.btn,
.ContactSubmit {
	max-width: 30rem;
	width: auto;
	box-sizing: border-box;
	padding: 1.6rem 5rem;
	border-radius: 0rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: normal;
	line-height: 1em;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	border: none;
	display: block;
	letter-spacing: 0.1em;
}

.btn:hover,
.ContactSubmit {
	border: 2px solid #c51a20;
	color: #c51a20 !important;
}

.btn-primary,
.ContactSubmit {
	background-color: #c51a20;
	border: 2px solid #c51a20;
	color: #fff;
}

.btn-primary:hover,
.btn-black {
	color: #fff !important;
	border: 2px solid #333;
	background-color: #333;
}

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

.btn-secondary:hover {
	color: #fff !important;
	border: 2px solid #c51a20;
	background-color: #c51a20;
}

.btn-white {
	background: white;
	border: 2px solid white;
	color: #000 !important;
}

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

.btn-wrapper .btn:first-child {
	margin-right: 2rem;
}

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

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

.btn-wrapper {
	display: flex;
	margin-top: 3rem;
}

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

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

	.btn-wrapper .btn {
		max-width: none;
		width: 100%;
	}


	.btn-wrapper .btn:first-child {
		margin-right: 0rem;
		margin-top: 2rem;
	}

}


/* Bakgrunder & farger
========================================================================== */

.bg-primary,
.bg-primary .section-block {
	background-color: #c51a20;
}

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

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

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

/* Textfarg */ 
.primary-color {
	color: #c51a20 !important;
}


/* Split Wrapper
========================================================================== */

.split-section .normaltext-type {
	max-width: none;
}

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

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

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

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

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

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

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

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

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

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

	.split-content {
		width: 100%;
	}

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

/* Alternativ split med split-text med bakgrundfarg */
.split-wrapper.split-alternative {
	justify-content: space-between;
	z-index: 1;
}

.split-wrapper.split-alternative::after {
	position: absolute;
	content: '';
	display: block;
	z-index: -1;
	width: 80%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #333;
}

.split-wrapper.split-alternative * {
	color: #fff;
}

.split-wrapper.split-alternative .split-image {
	width: 44%;
	position: relative;
	top: 7rem;
}

.split-wrapper.split-alternative .split-content {
	padding: 7rem 8rem 7rem 0;
	width: 50%;
}

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

	.split-wrapper.split-alternative .split-content {
		padding: 5rem 5rem 5rem 0;
		width: 50%;
	}
}

@media only screen and (max-width: 980px) {
	.split-wrapper.split-alternative .split-wrapper {
		display: block;
	}

	.split-wrapper.split-alternative .split-content {
		width: 100%;
	}

	.split-wrapper.split-alternative::after {
		background-color: transparent;

	}

	.split-wrapper.split-alternative .split-image,
	.split-wrapper.split-alternative::after {
		width: 100%;
		position: static;
	}

	.split-wrapper.split-alternative::after {
		height: 60%;
	}

	.split-wrapper.split-alternative .split-content {
		padding: 7rem 4rem;
		background-color: #333;
	}

	.split-wrapper.split-alternative .split-image {
		top: 4rem;
		max-height: 40rem;
	}
}

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

	.split-wrapper.split-alternative .split-content {
		padding: 8rem 6rem;
	}

	.split-wrapper.split-alternative .split-image {
		max-height: 35rem;
	}
}

@media only screen and (max-width: 630px) {
	.split-wrapper.split-alternative::after {
		height: 100%;
		width: 100%;
	}

	.split-wrapper.split-alternative .split-content {
		padding: 4rem 3rem !important;
	}
}

@media only screen and (max-width: 580px) {
	.split-wrapper.split-alternative .split-content {
		padding: 4rem 2rem !important;
	}
}


/* Bilder, parallax
========================================================================== */
.parallax {
	max-width: 100% !important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 50rem;
}

.parallax-1 {
	background-image: url('/assets/images/glashus5-2000.jpg');
}

.parallax .section-block {
	background-color: rgba(0, 0, 0, 0.2);
	height: 100%;
}

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

/* Img tag till bakgrundsbild attribut
========================================================================== */
.image-wrapper {
	position: relative;
	overflow: hidden;
}

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

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

/* Header / Navigation
========================================================================== */
header {
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
	background-color: transparent;
	box-shadow: none;
	margin-top: 0;
	background-color: transparent;
}

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

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

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

/* Header logo */
header .header-logo {
	width: 15rem;
	margin: 0;
	padding: 1rem 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

header.scrolled .header-logo {
	width: 4.6rem;
	padding: 0.5rem 0;
}

nav.mainmenu {
	text-align: center;
	margin-left: 22rem;
}

/* Hides Hem / Home in menu */
nav.mainmenu ul.TemplateMenu>li:first-child {
	display: none;
}

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

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

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

nav.mainmenu a {
	font-family: inherit;
	font-style: normal;
	font-weight: 600;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: unset;
	padding: 0 1.2rem;
	display: block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	height: 7.2rem;
	line-height: 7.2rem;
}

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

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

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

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

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

/* Styling for first level ul */
nav.mainmenu ul>li>ul {
	overflow: scroll;
	max-height: 80vh;
	background-color: #FFF;
	width: auto;
	margin-top: -1px;
	line-height: 2;
	border-bottom: 5px solid #c51a21;
}

/* Background color on active submenu item */
nav.mainmenu ul>li:hover>ul>li.active {
	background-color: #FFF;
}

/* Background color on hover */
nav.mainmenu ul>li:hover>ul>li:hover {
	background-color: #9118184a;
}

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

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

/* Styling for active link indicator */
nav.mainmenu ul>li>ul>li.active a {
	color: #c51a21 !important;
}

nav.mainmenu ul>li>ul>li>a,
header.scrolled nav.mainmenu ul>li>ul>li>a {
	line-height: 6rem;
	padding: 0 4rem 0 2rem;
	color: #111 !important;
}

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

.cta-menu .btn {
	padding: 1.4rem 2rem;
}

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

header.scrolled .btn-cta {
	color: #333;
}

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

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

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

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

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

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

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


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

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

	header .header-logo {
		margin-right: 0;
	}

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

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

	header.scrolled .hamburger-inner,
	header.scrolled .hamburger-inner::before {
		color: #333;
		background-color: #333;
	}

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

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

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

	.header-white .hamburger-inner,
	.header-white .hamburger-inner::after,
	.header-white .hamburger-inner::before,
	.menu-items-dark .hamburger-inner,
	.menu-items-dark .hamburger-inner::after,
	.menu-items-dark .hamburger-inner::before {
		color: #333;
		background-color: #333;
	}


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

	/* navigation */

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

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

	nav.mainmenu ul {
		position: relative;
		left: 0;
	}

	nav.mainmenu li {
		width: 100%;
		text-align: left !important;
		display: block;
	}

	nav.mainmenu li a {
		margin: unset;
		padding: unset;
		padding-left: 4rem;
		font-size: 1.6rem;
		line-height: 3.7;
		color: #444 !important;
		width: 100%;
	}


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

}

@media only screen and (max-width:670px) {
	nav.mainmenu {
		max-width: none;
		width: 100%;
	}
}

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

	header .container {
		padding: 0 2rem;
	}

	.cta-menu {
		margin-right: 0;
	}

	header .header-logo img {
		width: 6rem;
	}
}


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

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

.LayoutPage .topsection {
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.55);
	display: flex;
	align-items: center;
	min-height: 100vh;
	height: auto;
}

.topsection-title {
	align-self: center;
	max-width: 100rem;
}

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

.EditMode .topsection {
	padding-top: 40rem;
}

.topsection h1 {
	text-transform: none;
	line-height: 1.3;
	font-weight: 600;
	padding-bottom: 3rem;
	padding-left: 5rem;
	color: #fff;
	max-width: none;
	position: relative;
	font-size: 6rem;
}

.topsection p {
	font-family: inherit;
	text-align: left;
	padding-left: 5rem;
	padding-bottom: 2rem;
	color: #fff;
}

/* Bouncing arrow */
.bouncing-arrow {
	position: absolute;
	right: 2%;
	bottom: 4rem;
	transform: translatex(-50%);
	animation: bounce 2s infinite;
}

.bouncing-arrow i {
	color: #fff;
	font-size: 4rem;
	font-weight: 500;
}

@keyframes bounce {

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

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

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


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

	.topsection-title {
		padding-top: 10rem;
	}

	.topsection h1 {
		font-size: 5.5rem;
	}
}

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


	.topsection h1 {
		font-size: 5rem;
	}
}

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

	.topsection h1 {
		font-size: 4rem;
	}
}

@media only screen and (max-width: 768px) {
	.topsection h1 {
		font-size: 3.5rem;
		padding-left: 2rem;

	}

	.topsection p {
		padding-left: 2rem;
		font-size: 1.4rem;
	}

	.btn-wrapper .btn {
		width: 80%;
	}

}

@media only screen and (max-width: 600px) {
	.topsection h1 {
		font-size: 3rem;
		padding-left: 2rem;

	}
}

@media only screen and (max-width: 330px) {
	.topsection h1 {
		font-size: 2.5rem;
		padding-left: 1rem;

	}
}

/* Malgrupp, privatpersoner / produkter, rutor
========================================================================== */
.main-clients .section-block {
	padding-top: 0;
	padding-bottom: 5rem;
}

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

.gallery-item {
	width: 100%;
	margin: 0;
	overflow: hidden;
}


@media only screen and (min-width: 700px) {
	.gallery-item.md-w-50 {
		width: calc(50%);
	}

	.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-end;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 15rem 7rem;
	height: 100%;
	border-radius: 0;
}

.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(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	transition: all .3s ease;
}

.gallery-link:hover .gallery-image-wrapper::after {
	background-color: rgba(0, 0, 0, 0.8);
	transition: all .3s ease;
}

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

.gallery-text-wrapper {
	width: 100%;
	max-width: 52rem;
	position: relative;
	transition: all .3s ease;
}

.gallery-title {
	font-size: 3.2rem;
	font-weight: 500;
	color: #fff;
	text-align: left;
	word-break: break-word;
	hyphens: auto;
	padding: 0 0 .5em;
}

.gallery-lead {
	color: #FFF;
}

.gallery-item .btn-wrapper {
	margin-top: 4rem;
}

@media only screen and (max-width:1200px) {
	.gallery-link {
		padding: 5rem;
	}
}

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

	.gallery-wrapper {
		margin: 0;
	}

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

	.gallery-link {
		padding: 2rem;
	}

	.gallery-title {
		font-size: 2.2rem;
	}
}



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

@media screen and (max-width: 1000px) {
	.about p {
		text-align: center;
	}
}

/* Kontakt-split
========================================================================== */
.contact {
	overflow: hidden;
	padding: 5rem;
}

.contact .split-content {
	padding-right: 4rem;
}

@media screen and (max-width: 1000px) {
	.contact .split-content {
		padding-left: 0;
		padding-right: 2rem;
	}

	.contact {
		padding: 5rem 2rem;
	}
}

@media screen and (max-width: 580px) {
	.contact .split-content {
		padding-left: 0;
		padding-right: 0rem;
	}
}

/* Instagram
========================================================================== */
.instagram {
	overflow: hidden;
}

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

.SubPage header .header-logo {
	width: 4.6rem;
	padding: 0.5rem 0;
}

/* Installningar header */ 
.menu-items-dark header nav.mainmenu a {
	color: #333;
}

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

.header-white header nav.mainmenu a {
	color: #333;
}

.menu-items-dark header nav.mainmenu a {
	color: #333;
}

.header-white nav.mainmenu li:hover a,
.header-white nav.mainmenu li.active a,
.header-white header nav.mainmenu .fab .menu-items-dark nav.mainmenu li:hover a,
.menu-items-dark nav.mainmenu li.active a,
.menu-items-dark header nav.mainmenu .fab {
	color: #c51a20;
}

.menu-items-dark nav.mainmenu li:hover a,
.menu-items-dark nav.mainmenu li.active a,
.menu-items-dark header nav.mainmenu .fab {
	color: #c51a20;
}

/* For sektioner med content som laddar in, typ instagram */
.min-height-for-loading {
	min-height: 70rem;
}

@media screen and (max-width: 600px) {
	.min-height-for-loading {
		min-height: 40rem;
	}
}

/* Hero undersidor
========================================================================== */
.LayoutPage .subpage-topsection {
	background-color: rgba(0, 0, 0, 0.7);
}

.LayoutPage .subpage-topsection .section-block {
	padding: 24rem 10rem 5rem;
}

.LayoutPage .subpage-topsection .hero-title {
	padding-bottom: 0;
	color: #fff;
	font-size: 5rem;
	text-align: left;
}

@media screen and (max-width: 1024px) {
	.LayoutPage .subpage-topsection .section-block {
		padding: 24rem 5rem 5rem;
	}

	.LayoutPage .subpage-topsection .hero-title {
		font-size: 4rem;
	}
}

@media screen and (max-width: 600px) {
	.LayoutPage .subpage-topsection .section-block {
		padding: 20rem 2rem 3rem;
	}

	.LayoutPage .subpage-topsection .hero-title {
		font-size: 3rem;
	}
}

/* CTA: kontakta oss cta längst ner, aterkommande
========================================================================== */
.LayoutPage .cta-contact-section {
	background-color: rgba(172, 32, 30, 0.6);
}

.LayoutPage .cta-contact-section .section-block {
	padding: 10rem 4rem;
}

.LayoutPage .cta-contact-section .section-title,
.LayoutPage .cta-contact-section p {
	color: #fff;
}

.LayoutPage .cta-contact-section p {
	font-size: 2rem;
	max-width: 75rem;
	font-weight: 600;
}

@media only screen and (max-width: 1100px) {
	.LayoutPage .cta-contact-section .section-block {
		padding: 8rem 3rem;
	}
}

@media only screen and (max-width: 580px) {
	.LayoutPage .cta-contact-section .section-block {
		padding: 6rem 2rem;
	}

	.LayoutPage .cta-contact-section p {
		font-size: 1.6rem;
	}
}

/* =========================================================================
Undersida privatpersoner
============================================================================ */
.about-info .small-title {
	padding-top: 2rem;
	padding-bottom: .6rem;
}


/* Skjutdorrar
========================================================================== */
.SubPage .full-text .section-block .normaltext-type {
	max-width: none;
}

.SubPage .full-text .section-block .section-block-wrapper {
	max-width: 150rem;
}

.SubPage .full-text .split-content {
	width: 50%;
	text-align: left;
	padding: 0 10rem 0 0;
}

.SubPage .full-text .split-content.second {
	padding: 0 0 0 0rem;
}

@media screen and (max-width: 1250px) {
	.SubPage .full-text .split-content {
		padding: 0rem 0rem 0rem 0rem;
	}

	.SubPage .full-text .split-content.second {
		padding: 0rem 0rem 0rem 5rem;
	}
}

@media screen and (max-width: 1050px) {
	.SubPage .full-text .split-content {
		width: 100%;
		padding: 0rem 0rem 0rem 0rem;
	}

	.SubPage .full-text .split-content.second {
		width: 100%;
		padding: 2rem 0rem 0rem 0rem;
	}


}

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

	.SubPage .full-text .split-content {
		padding: 0rem 0rem 0rem 0rem;
	}

	.SubPage .full-text .split-content.second {
		padding: 1rem 0rem 0rem 0rem;
	}
}

/* parallax
========================================================================== */
.parallax-2 {
	background-image: url('/assets/images/fonster-vatten-berg.jpg');
}


/* textkorten
==========================================================================  */
.SubPage .text-card-section .section-block {
	padding-top: 0;
	padding-bottom: 5rem;
}

.text-card-section .project-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	top: -8rem;
}

.text-card-section .project-item {
	border-radius: 0rem;
	border-bottom: 5px solid #cd3a4a;
	box-shadow: 0 1rem 2rem rgb(0 0 0 / 6%);
	position: relative;
	z-index: 1;
	width: calc(48% - 2rem);
	margin-bottom: 2rem;
	background-size: cover;
}

.text-card-section .project-link {
	display: block;
	border-radius: 2px;
	transition: all 0.5s ease;
	background-color: #fff;
	overflow: hidden;
	text-decoration: none;
}

.text-card-section .project-text-wrapper {
	padding: 4rem 4rem 8rem;
}


@media only screen and (max-width: 1100px) {
	.text-card-section .project-item {
		width: calc(100% - 0rem);
		margin-bottom: 2rem;
		background-size: cover;
	}
}


@media only screen and (max-width: 580px) {
	.text-card-section .project-text-wrapper {
		padding: 4rem 2rem 5rem;

	}

}


/* galleri
===================================================================  */
.gallery .section-block-wrapper {
	max-width: none;
}

.scroll-wrapper-container {
	margin-bottom: 8rem;
}

.scroll-wrapper {
	max-width: 140rem;
	width: 100%;
	margin: 0 auto;
	overflow-x: visible;
}

.scroll-wrapper .slick-list {
	overflow: visible;
}

.scroll-card {
	width: 50rem;
	background-color: #fff;
	vertical-align: top;
	margin: 0 5rem 2rem 0;
	transition: all .3s ease;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .1);
}

.scroll-card:last-child {
	margin-right: 0;
}

.scroll-image-wrapper {
	height: auto;
	width: 100%;
	overflow: hidden;
}

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

.scroll-card:hover {
	transform: scale(1.02);
	text-decoration: none;
}

.scroll-text-wrapper {
	position: relative;
	padding: 3rem 2rem;
}

.scroll-card h3 {
	font-size: 2rem;
	font-weight: 800;
	padding: 0 0 .3em;
}


/* Slick settings  */
.slick-list.draggable {
	overflow: hidden;
}

.scroll-wrapper-container .slick-prev,
.scroll-wrapper-container .slick-next {
	bottom: -10rem;
	top: auto;
	width: 4rem;
	height: 4rem;
	border: 1px solid rgb(0, 0, 0, .2);
	border-radius: 3px;
}

.scroll-wrapper-container .slick-prev {
	left: 5rem;
}

.scroll-wrapper-container .slick-next {
	left: 10rem;
}

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

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

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

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

	.scroll-wrapper {
		padding: 0 2rem;
	}

	.scroll-card {
		margin: 0 2rem 2rem 0;
	}

	.scroll-image-wrapper {
		height: 28rem;
	}

	.scroll-wrapper-container .slick-prev {
		left: 2rem;
	}

	.scroll-wrapper-container	.slick-next {
		left: 7rem;
	}
}


/* ==========================================================================
Undersida: Produktkategorier
========================================================================== */
.product-categories-wrapper {
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	margin-top: 10rem;
	padding-top: 10rem;
	border-top: 1px solid #333;
}

.category-card {
	display: inline-block;
	vertical-align: top;
	width: 31.33%;
	margin: 1%;
	margin-bottom: 3rem;
	box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .1);
}

.category-image {
	height: 100%;
	position: relative;
}

.category-image::before {
	content: "";
	position: absolute;
	background: linear-gradient(50deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.category-text {
	position: absolute;
	left: 2rem;
	bottom: 2rem;
	z-index: 2;
	width: calc(100% - 10rem);
}

.category-title {
	font-size: 2.5rem;
	padding-bottom: 0;
	color: #fff;
	line-height: 1.1;
	text-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .2);
	font-family: inherit;
}

.arrow-wrapper {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #c51a20;
	z-index: 2;
}

.arrow-wrapper .far {
	font-size: 1.8rem;
	color: #fff;
	font-weight: 700;
}

@media screen and (max-width: 1300px) {
	.category-card {
		width: 48%;
	}
}

@media screen and (max-width: 900px) {
	.product-categories-wrapper {
		margin-top: 7rem;
		padding-top: 7rem;
	}

}

@media screen and (max-width: 800px) {
	.category-card {
		width: 100%;
		margin: 1rem 0;
	}
}

@media screen and (max-width: 600px) {
	.product-categories-wrapper {
		margin-top: 4rem;
		padding-top: 4rem;
	}

}

/* ==========================================================================
Undersida: Produkter
========================================================================== */
.product-section {
	min-height: 80rem;
}

.product-title {
	padding-bottom: 0;
	font-size: 3.6rem;
}

.product-wrapper {
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	margin-top: 7rem;
	padding: 7rem 0;
	border-top: 1px solid #cecece;
}

.product-card {
	display: flex;
	flex-direction: column;
	width: 31.33%;
	margin: 1%;
	background-color: #fff;
	padding: 2rem;
	box-shadow: 0 1rem 2.5rem rgb(0 0 0 / 6%);
}

.product-head {
	flex-grow: 1;
}

.product-description {
	font-size: 1.5rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-card img {
	height: 100%;
	object-fit: cover;
	margin-bottom: 2rem;
}

.product-name {
	font-family: inherit;
	font-size: 2rem;
	color: #c51a20;
	letter-spacing: normal;
	font-weight: 700;
	padding-bottom: 1rem;
}

.product-subname {
	font-family: inherit;
	font-size: 1.5rem;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	font-weight: 600;
}

.product-card a {
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

.product-card a:hover {
	color: #ccc;
}

.product-card .fad {
	font-size: 1.8rem;
	color: #c51a20;
	padding-right: 0.5rem;
}

/* Lank wrapper */ 
.link-wrapper {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ccc;
	margin-top: 1rem;
	padding-top: 1rem;
}

.product-card .btn {
	width: 100%;
	max-width: none;
}

.product-card a {
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

.product-card a:hover {
	color: #ccc;
}

.product-card .fad {
	font-size: 1.8rem;
	color: #c51a20;
	padding-right: 0.5rem;
}

@media screen and (max-width: 1100px) {
	.product-card {
		width: 48%;
	}
}

@media screen and (max-width: 760px) {
	.product-title {
		font-size: 3rem;
	}

	.product-wrapper {
		margin-top: 4rem;
		padding: 4rem 0;
	}

	.product-card {
		width: 100%;
		margin: 1rem 0;
	}
}


@media screen and (max-width: 550px) {
	.product-title {
		font-size: 2.5rem;
	}
}



/* ==========================================================================
Undersida: Om foretaget
========================================================================== */
.about-page .coworker-wrapper {
	/*border-top: 1px solid #333;*/
	margin-bottom: 4rem;
}

.about-page .coworker-card {
	width: 19%;
	margin: 0 0.5% 1rem;
}

@media screen and (max-width: 1500px) {
	.about-page .coworker-card {
		width: 24%;
	}
}

@media screen and (max-width: 1070px) {
	.about-page .coworker-card {
		width: 31.33%;
		margin: 0 1% 1rem;
	}
}

@media screen and (max-width: 780px) {
	.about-page .coworker-card {
		width: 48%;
	}
}

@media screen and (max-width: 500px) {
	.about-page .coworker-card {
		width: 100%;
		margin: 1rem 0;
	}
}


/* ==========================================================================
Undersida: Service
========================================================================== */
.LayoutPage .section-service .col-0 {
	padding-right: 10rem;
}

.LayoutPage .section-service .col-1 {
	max-width: 90rem;
	padding: 4rem 3rem;
	background-color: #f9f9f9;
	margin: 0 auto;
	margin-top: -20rem;
	border: 1px solid #ececec;
}

.section-service .ContactForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.LayoutPage .section-service  .Contact .ContactForm div.file-field,
.LayoutPage .section-service  .Contact .ContactForm div.textarea-field,
.LayoutPage .section-service  .Contact .ContactForm div.submit-button-container {
	width: 100%;
}

.section-service .Contact .ContactForm div.ContactFormMessage p,
.section-service .Contact .ContactForm .ContactFormEmail p,
.section-service .Contact .ContactForm .ContactFormField p,
.section-service .Contact .ContactForm .ContactFormName p {
	color: #7d7d7d;
}

.section-service .Contact .ContactForm input {
    height: 40px !important;
}

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

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

@media only screen and (max-width: 1160px) {
	.LayoutPage .section-service .col-0 {
		padding-right: 0rem;
		width: 100%;
		padding: 0;
		margin-bottom: 4rem;
		max-width: 80rem;
	}

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

@media only screen and (max-width: 580px) {
	.LayoutPage .Contact .ContactForm div {
		width: 100%;
	}
}

@media only screen and (max-width: 580px) {
	.LayoutPage .section-service .col-1 {
		padding: 2rem !important; 
	}
}
 
/* ==========================================================================
Undersida: Kontakta oss
========================================================================== */

/* Sektion: Medarbetare
========================================================================== */
.coworker-wrapper {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 4rem;
	flex-wrap: wrap;
}

.contact-coworkers .coworker-card {
	width: 24%;
	margin: 0 0.5% 2rem;
	overflow: hidden;
}

.coworker-card img {
	filter: grayscale(33%);
	padding-top: 2rem;
}

.coworker-name-wrapper {
	padding: 1rem 1.5rem;
	background-color: #333;
	max-width: 23rem;
	margin: 0 auto;
	top: -2rem;
	z-index: 2;
	position: relative;
}

.coworker-name {
	padding-bottom: 0;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
}

.coworker-contact {
	padding: 2rem;
	background-color: #fcf1e6;
	height: 100%;
}

.coworker-contact p {
	line-height: 1.1;
	padding-bottom: 0;
}

.coworker-contact p a {
	font-size: 1.5rem;
}

.coworker-contact p a:hover {
	color: #c51a20;
}

.coworker-contact .coworker-title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 1.5rem;
	color: #5d5d5d;
}

.coworker-contact .fas {
	color: #c51a20;
	width: 3rem;
	font-size: 1.5rem;
}

@media screen and (max-width: 1270px) {
	.contact-coworkers .coworker-card {
		width: 31.33%;
		margin: 0 1% 2rem;
	}
}

@media screen and (max-width: 900px) {
	.contact-coworkers .coworker-card {
		width: 48%;
	}
}

@media screen and (max-width: 550px) {
	.contact-coworkers .coworker-card {
		width: 100%;
		margin: 1rem 0;
	}
}

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


@media screen and (max-width: 768px) {
	.map-section iframe {
		height: 40rem;
	}
}

@media screen and (max-width: 550px) {
	.map-section iframe {
		height: 30rem;
	}
}


/* ==========================================================================
Undersida: Projekt, samlade
========================================================================== */
.project-items-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.project-item {
	width: calc(100% / 3 - 4rem);
	margin: 1rem 2rem 2rem;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	text-decoration: none !important;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.project-item .project-image {
	width: 100%;
	min-height: 35rem;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.project-item img {
	object-position: center;
	object-fit: cover;
	height: 100% !important;
	width: 100% !important;
}

.project-image::after {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: absolute;
	bottom: 0;
}

.project-item:hover .project-image::after {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background-color: #c51a20c9;
}

.project-item .project-text {
	z-index: 2;
	padding: 1rem .5rem 0;
	width: 100%;
	cursor: pointer;
}

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

.project-item .project-text * {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 700;
}

.project-item .project-text p {
	opacity: 1;
}

/* Titel */
.project-item .project-text .project-title {
	letter-spacing: 0;
	padding-bottom: 0;
	text-transform: none;
}

.project-item .project-text .project-facts {
	margin: 0;
	padding-inline-start: 0;
	list-style: none;
}


@media only screen and (max-width: 1240px) {
	.project-item {
		width: calc(100% / 2 - 4rem);
	}
}

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

	.projects-section .heading-type {
		margin: 0;
	}
}


/* ==========================================================================
Undersida: Projekt, individuella
========================================================================== */
.project-top {
	border-left: 4rem solid #fff;
	border-right: 4rem solid #fff;
	margin-top: 7.2rem;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}

/* Heros per projekt */ 
.tanumstrand-page .project-top {
	background-image: url('/assets/images/projekt/tanumstrand/kdagruppen-projekt-tanumstrand-top.jpeg');
	background-position: center center;
}

.bergvikcentrum-page .project-top {
	background-image: url('/assets/images/projekt/bergvikcentrum/kdagruppen-projekt-bergvikcentrum-top.jpeg');
	background-position: center 70%;
}

.centralsjukhuset-page .project-top {
	background-image: url('/assets/images/projekt/centralsjukhuset/centralsjukhuset-top.jpg');
	background-position: center center;
}

.uterum-page .project-top {
	background-image: url('/assets/images/projekt/uterum/uterum-top.jpg');
	background-position: center center;
}

.coop-page .project-top {
	background-image: url('/assets/images/projekt/coop/coop-top.jpg');
	background-position: center center;
}

.filterteknik-page .project-top {
	background-image: url('/assets/images/projekt/filterteknik/filterteknik-top.jpg');
	background-position: center center;
}

.curling-page .project-top {
	background-image: url('/assets/images/projekt/curlinghallen/curlinghallen-top.jpg');
	background-position: center center;
}

.friskis-page .project-top {
	background-image: url('/assets/images/projekt/friskis/friskis-top.jpg');
	background-position: center center;
}

.lecab-page .project-top {
	background-image: url('/assets/images/projekt/lecab/lecab-top.jpg');
	background-position: center center;
}

.brigad-page .project-top {
	background-image: url('/assets/images/projekt/brigad/brigadmuseet-top.jpg');
	background-position: center center;
}

.busstationen-page .project-top {
	background-image: url('/assets/images/projekt/busstationen/busstationen-top.jpg');
	background-position: center center;
}

.cafe-page .project-top {
	background-image: url('/assets/images/projekt/cafe/ratorp-top.jpg');
	background-position: center;
}

.bussterminal-page .project-top {
	background-image: url('/assets/images/projekt/bussterminal/bussterminal-top.jpg');
	background-position: center center;
}

.carnila-page .project-top {
	background-image: url('/assets/images/projekt/carnila/carnilabil-top.jpg');
	background-position: center center;
}

.hoppbackarna-page .project-top {
	background-image: url('/assets/images/projekt/hoppbackarna/hoppbackarna-top.jpg');
	background-position: center center;
}

.engholm-page .project-top {
	background-image: url('/assets/images/projekt/engholm/villa-engholm-top.jpg');
	background-position: center top;
}

.aspan-page .project-top {
	background-image: url('/assets/images/projekt/aspan/aspan-top.jpg');
	background-position: center center;
}

.borlange-page .project-top {
	background-image: url('/assets/images/projekt/borlange/borlange-bibliotek-top.jpg');
	background-position: center center;
}

.project-top .section-block {
	background-color: rgba(0, 0, 0, 0.4);
	height: 40rem;
}

.project-top-text {
	position: absolute;
	left: 4rem;
	bottom: 3rem;
	max-width: calc(100% - 85rem);
}

.project-top-text h1 {
	text-align: left;
	color: #fff;
	font-size: 3rem;
	font-family: inherit;
	text-transform: uppercase;
	padding-bottom: 0;
	padding-right: 3rem;
}

.project-description-section .smalltext-type {
	display: flex;
	justify-content: flex-end;
}

.project-info {
	max-width: 80rem;
	padding: 5rem 6rem;
	background-color: #fcf1e6;
	margin: -30rem 0.5% 0;
	z-index: 2;
	position: relative;
}

.project-images-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding-top: 7rem;
}

.project-item-image {
	position: relative;
	display: inline-block;
	width: 24%;
	margin: 0.5%;
	max-height: 25rem;
	line-height: 1;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}


@media only screen and (max-width: 1440px) {
	.project-info {
		max-width: 70rem;
		padding: 4rem 3rem;
		margin: -30rem 4rem 0 0;
	}
}

@media only screen and (max-width: 1330px) {
	.project-info {
		max-width: 60rem;
		padding: 4rem 3rem;
		margin: -30rem 3rem 0 0;
	}
}

@media only screen and (max-width: 1240px) {
	.project-top .section-block {
		height: 30rem;
	}

	.project-description-section .smalltext-type {
		display: block;
	}

	.project-info {
		margin: -13rem 0 0 0;
		max-width: none;
	}

	.project-top-text {
		max-width: 100%;
	}
}

@media only screen and (max-width: 1100px) {
	.project-info {
		margin: -5rem 0 2rem;
	}

	.project-images-wrapper {
		padding-top: 4rem;
	}
}

@media only screen and (max-width: 1180px) {
	.project-item-image {
		width: 32.33%;
	}
}

@media only screen and (max-width: 1024px) {
	.project-top {
		border-left: 3rem solid #fff;
		border-right: 3rem solid #fff;
	}
}

@media only screen and (max-width: 768px) {
	.project-top-text {
		left: 3rem;
		bottom: 3rem;
	}

	.project-top-text h1 {
		font-size: 2.5rem;
	}

	.project-images-wrapper {
		padding-top: 3rem;
	}

	.project-info {
		padding: 4rem 2rem;
	}
}

@media only screen and (max-width: 720px) {
	.project-item-image {
		width: 49%;
	}
}

@media only screen and (max-width: 550px) {
	.project-top .section-block {
		height: 25rem;
	}

	.project-top {
		border-left: 2rem solid #fff;
		border-right: 2rem solid #fff;
	}

	.project-top-text {
		left: 2rem;
		bottom: 2rem;
	}

	.project-top-text h1 {
		font-size: 2.3rem;
		padding-right: 5rem;
	}

}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: rgba(0, 0, 0, 0.95);
	padding-bottom: 0;
}

.footer .fas {
	margin-right: 1rem;
}

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

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

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

.footer a {
	padding-top: 0;
}

.footer-logo {
	position: absolute;
	width: 15rem;
	margin: 0;
	display: none;
	text-align: left;
	top: -14rem;
	left: -1rem;
}

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

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

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

.footer .footer-heading {
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1rem;
	color: #fff;
	padding-bottom: 4rem;
}

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

.footer-submenu li {
	text-align: left;
}

.footer-menu-link {
	font-size: 1.4rem;
	line-height: 2em !important;
}

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

/* FOOTER SOCIAL LINKS */
.footer .social-list {
	display: flex;
	list-style: none;
}

.footer .social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 4rem;
	height: 4rem;
	margin-right: 1.2rem;
	padding: 0;
	border-radius: 50%;
	color: #222 !important;
	background-color: #fff;

}

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

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

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

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

/* Footer Bottom */
.footer-bottom {
	border-top: 1px solid #fff;
	margin: 0 auto;
	width: 100%;
	padding: 2rem 2rem 2rem 5rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	flex-direction: row;
	line-height: 1rem;
}

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

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

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

@media only screen and (max-width: 1200px) {
	.footer-nav {
		padding-left: 2rem;
	}

	.footer-menu:nth-child(1) {
		width: 30%;
	}

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

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

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

@media only screen and (max-width: 850px) {
	.footer {
		padding: 0;
	}

	.footer .container {
		padding: 0 2rem;
		padding-top: 3rem;
	}

	.footer-menu-wrapper {
		flex-wrap: wrap;
		padding: 3rem 0 0rem;
	}

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

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

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

	.footer .social {
		margin-right: .5rem;
	}


	.footer-bottom {
		padding: 2rem 0;
	}
}