/* kungsgripen */

/* rubrik: Bilo + text-label: Rubik + brodtext: Lato */
@import url("https://use.typekit.net/ccl8ypl.css");

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

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

:root {
	/* 	Layout  */
	--col-padding: 3rem;
	--menu-height: 8rem;
	--menu-height-scrolled: 8rem;

	/* 	Colors */
	--primary-color: 201, 180, 144;
	--secondary-color: 5, 29, 54;

	--black-color: 0, 0, 0;
	--gray-dark-color: 41, 47, 54;
	--gray-light-color: 250, 250, 250;
	--white-color: 255, 255, 255;

	/* 	Typography */
	--base-size: 1.8rem;

	/* 	Mobile nav */
	--activate-mobile-menu: 1100;
	--mobile-menu-height: 7rem;
	--mobile-menu-bg: 5, 29, 54;

	/* Others */
	--box-shadow: 0 1rem 2rem rgba(var(--black-color), .07);
}

/* Layout
========================================================================== */
.section-block {
	padding: 15rem 4rem;
}

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

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

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

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

.p-4 .section-block {
	padding: 4rem;
}

.pt-5 .section-block {
	padding-top: 5rem;
}

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

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

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

.pb-5 .section-block {
	padding-bottom: 5rem;
}

/* Margins */
.mt-3 {
	margin-top: 3rem;
}

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

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

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



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

/* Rubriker */
.section-title,
.small-title {
	font-family: bilo, sans-serif;
}

.section-title {
	font-size: 4rem;
	font-weight: 500;
	padding-bottom: 2.5rem;
	text-align: left;
	letter-spacing: normal;
	color: rgb(var(--black-color));
	line-height: 1.2;
}

.section-title.border {
	border-bottom: 1px solid rgb(var(--primary-color));
	max-width: 70rem;
	margin-bottom: 3rem;
}

.IndexPage .section-title.border {
	margin: 0 auto;
	margin-bottom: 3rem;
}

.small-title {
	font-family: bilo, sans-serif;
	font-size: 2.2rem;
	letter-spacing: normal;
	text-transform: uppercase;
	font-weight: 600;
	padding: 1rem 0;
	letter-spacing: 1px;
}

.text-label {
	font-style: normal;
	text-transform: normal;
	line-height: 1.3;
	font-weight: 400;
	font-size: 1.5rem;
	padding-bottom: 1.5rem;
	text-shadow: none;
	text-transform: uppercase;
	font-family: rubik;
}

/* Brodtext och lankar */
p {
	font-weight: 400;
	color: rgba(var(--gray-dark-color));
	margin-block-start: 0;
}

a {
	text-decoration: none;
	font-size: 1.6rem;
	color: rgb(var(--primary-color));
	font-weight: 600;
}

a:hover {
	color: rgba(var(--gray-dark-color));
}

a.link,
.footer .link {
	font-weight: 800;
	font-size: inherit;
}

/* Listor */
.list-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100rem;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.list-pills li {
    display: flex;
    align-items: center;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    margin: .5rem;
    font-size: 1.5rem;
    border-radius: 4rem;
    color: rgb(var(--black-color));
    background: rgb(var(--white-color));
}

.list-pills li::before {
    content: '\f00c';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    margin-right: 1rem;
    border-radius: 50%;
    font-size: 1.5rem;
    font-family: 'Font Awesome 5 Pro';
    border-radius: 50%;
    color: rgb(var(--white-color));
    background: rgb(var(--primary-color));
}

@media only screen and (max-width: 580px) {
    .list-pills li {
        width: 100%;
        padding: 1rem;
        font-size: 1.4rem;
    }
}

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

.list-circle li {
	padding-bottom: 1.5rem;
}

.list-circle li::before {
    content: '\f111';
    padding: 0 1rem 0 0;
    color: rgb(var(--primary-color));
    font-weight: 700;
    font-size: .8rem;
    font-family: 'Font Awesome 5 Pro';
}

/* Ovriga klasser */

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

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

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

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

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

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

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

/* Knappar och speciella lankar
========================================================================== */
.btn-wrapper {
	display: flex;
	margin-top: 3rem;
}

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

/* Knappar */
.btn,
.ContactSubmit {
	display: inline-block;
	min-width: 21rem;
	padding: 1.2rem 3rem;
	font-weight: 400;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 4rem;
}

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

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

.btn-primary-filled,
.ContactSubmit {
	color: rgba(var(--black-color));
	border: 1px solid rgb(var(--primary-color));
	background-color: rgb(var(--primary-color));
}

.btn-white-filled,
.ContactSubmit:hover {
	color: rgb(var(--black-color));
	border: 1px solid rgba(var(--white-color));
	background-color: rgba(var(--white-color));
}

/* Lank med pil */
.arrow-link {
	padding-right: 1rem;
	font-weight: 600;
}

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

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

/* Bouncing arrow */ 
.bouncing-arrow-wrapper {
	position: absolute;
	left: 50%;
	bottom: -1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background: rgb(var(--white-color));
	transform: translatex(-50%);
}

.bouncing-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 5rem;
	color: rgb(var(--white-color));
	border-radius: 50%;
	background-color: rgb(var(--secondary-color));
}

.bouncing-arrow i {
	color: rgb(var(--white-color));
	font-size: 3rem;
	font-weight: 500;
	animation: bounce 2s infinite;
}

@keyframes bounce {

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

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

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

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

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

/* Farger
========================================================================== */
/* Bakgrundsfarger */
.bg-primary {
	background-color: rgb(var(--primary-color));
}

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

.bg-primary-light {
	background-color: rgb(var(--primary-color), .4);
}

.LayoutPage .bg-secondary-half {
	background-image: linear-gradient(to top, rgb(var(--white-color)) 5rem, rgb(var(--secondary-color)) 5rem);
}

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

.text-white {
	color: rgba(var(--white-color));
}

/* Grafiska element, bilder
========================================================================== */
.parallax {
	max-width: 100% !important;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.parallax .section-block {
	min-height: 40rem;
}

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

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

.bg-video-wrapper {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.bg-video-wrapper video {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
}

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

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

/* Specifika bredder */
.cards-wrapper.w-100 .card-item {
    width: 100%;
    margin: 1rem 0;
}

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

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

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

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

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

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

@media only screen and (max-width: 480px) {
    /* Paddings */
    .card-item.p-3,
    .card-item .p-3 {
        padding: 2rem;
    }
}

/* Cards 7*/
.cards-7 {
	justify-content: center;
}

.cards-7 .card-item {
	text-decoration: none;
	overflow: hidden;
}

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

.cards-7 .small-title {
	padding-bottom: 0;
	font-size: 2rem;
}

.cards-7 p {
	font-size: 1.6rem;
}

.cards-7 .image-wrapper {
	height: 20rem;
}

/* Cards 8 */
.cards-8 .card-item {
	display: flex;
	flex-direction: column;
	padding: 0;
	text-decoration: none;
	-webkit-transform: scale(0.94);
	transform: scale(0.94);
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.cards-8 .card-item:hover {
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
}

.cards-8 .image-wrapper {
	height: 42rem;
}

.cards-8 img {
	border-radius: 2px;
}

.cards-8 .text-wrapper {
	z-index: 1;
	position: relative;
	flex-grow: 1;
	width: 80%;
	margin: -9rem auto 0;
	padding: 3.5rem;
	background-color: rgb(var(--secondary-color));
	border-radius: 3px;
	outline-offset: -12px;
	outline: 1px solid rgb(var(--white-color));
}

.cards-8.p-5 .text-wrapper {
	padding: 4.5rem;
	width: auto;
}

.cards-8 .btn {
	padding: 1rem 2rem;
	margin-top: 1rem;
}

@media only screen and (max-width: 550px) {
	.cards-8 .text-wrapper {
		width: 90%;
	}	
}


/* Cards 10 */
.cards-10 .card-item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 40rem;
	text-decoration: none;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.cards-10 .image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cards-10 .image-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(var(--black-color), 0.4);
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.cards-10 .card-item:hover .image-wrapper::after {
	background: rgba(var(--black-color), 0.6);
}

.cards-10 .text-wrapper {
	z-index: 1;
	position: relative;
	text-align: center;
	padding: 5rem;
	color: rgb(var(--white-color));
}

.cards-10 .text-wrapper.border {
	margin: 5rem;
	border: 1px solid rgb(var(--white-color));
}

.cards-10 .card-item .text-wrapper .small-title,
.cards-10 .card-item .text-wrapper p {
	color: rgb(var(--white-color));
}

@media only screen and (max-width:550px) {
	.cards-10 .text-wrapper {
		padding: 2rem;
	}

	.cards-10 .text-wrapper.border {
		margin: 2rem;
	}
}

/* Card 2-3 */
.card-2-3 .card-item {
    overflow: hidden;
}

.card-2-3 .card-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    padding: 2rem;
    margin: -1rem 0 0 -1rem;
    border-radius: 50%;
}

/* Split wrapper
========================================================================== */
.split-wrapper {
	display: flex;
	flex-wrap: wrap;
}

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

.split-section {
	overflow: hidden;
}

.split-content {
	width: 50%;
	padding: 8rem;
}

.split-image {
	width: 50%;
}

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

/* Speciella margins */
.split-wrapper .mr--18rem {
    z-index: 1;
    position: relative;
    margin-right: -18rem;
}

@media screen and (max-width: 1200px) {
	.split-content {
		padding: 4rem;
		padding-bottom: 8rem;
	}
}

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

	.split-content {
		width: 100%;
	}

	.split-image {
		width: 100%;
		margin: 2rem 0;
	}

	/* Speciella margins */
	.split-wrapper .mr--18rem {
		margin-right: 0;
	}
}

@media screen and (max-width: 580px) {
	.split-wrapper {
		background: transparent;
	}

	.split-content {
		padding: 0 0 3rem 0;
	}

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

/* Header / Navigation
========================================================================== */
header {
	background-color: rgba(var(--secondary-color));
}

/* header logo */
.header-logo {
	flex-basis: 0;
	flex: 1 1 0px;
}

/* nav */
nav.mainmenu a {
	font-weight: 300;
	font-size: 1.5rem;
	color: rgba(var(--white-color));
}

nav.mainmenu a:hover {
	color: rgb(var(--primary-color));
	text-decoration: none;
}

/* dolj Hem */
nav.mainmenu ul.TemplateMenu>li:first-child {
	display: none;
}

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

.TemplateMenu ul {
	background-color: rgb(var(--secondary-color));
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
background-color: rgb(var(--white-color));
}

/* header cta  */
.header-cta-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-basis: 0;
	flex: 1 1 0px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-cta-wrapper .btn {
	min-width: unset;
	padding: 1rem 3rem;
	margin: 0 .5rem;
}

/* Mobilmeny */ 
.mobile-menu .header-cta-wrapper .btn {
	padding: 5px 1rem;
	font-size: 1.3rem;
	margin-left: 0;
}

.mobile-menu .header-cta-wrapper .circle-icon em:before,
.circle-icon i:before {
	font-size: 1.5rem;
}

@media only screen and (max-width: 450px) {
	.mobile-menu .header-cta-wrapper .circle-icon {
		display: none;
	}

	.mobile-menu .header-logo img {
		padding: 2rem 0;
	}

	.mobile-menu .container {
		padding: 0 1rem;
	}
}



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

/* top-section
========================================================================== */
.top-section {
	display: flex;
	align-items: center;
	position: relative;
	min-height: 90vh;
	background: linear-gradient(90deg, rgba(var(--black-color), .2) 0%, rgba(var(--black-color), .5) 0%, rgba(var(--black-color), 0.0) 100%);
}

.top-section h1 {
	font-size: 5rem;
	font-weight: 400;
	line-height: 1.3;
	padding: 1.2rem 0;
	text-align: left;
	color: rgb(var(--white-color));
	letter-spacing: normal;
	text-shadow: none;
	max-width: 80rem;
}

.top-section .btn-wrapper {
	display: flex;
	justify-content: flex-start;
}

@media only screen and (max-width: 1450px) {
	.top-section h1 {
		font-size: 4.5rem;
	}
}

@media only screen and (max-width: 1150px) {
	.top-section h1 {
		font-size: 3.7rem;
	}
}

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

.section-slider .card-item {
	min-height: 25rem;
}

.section-slider .small-title {
	padding: 0;
}

.section-slider .slick-initialized .slick-slide {
	display: flex;
}

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

/* CTA, Aterkommande
========================================================================== */
.cta {
	background-image: url(/assets/images/lyftkran-2000.jpg);

}

.cta .section-block {
	background-image: linear-gradient(to right, rgba(var(--black-color), 0.8), rgba(var(--black-color), 0.3));
}

.cta p {
	max-width: 70rem;
}

@media only screen and (max-width: 1150px) {
	.cta .section-block {
		padding: 8rem 2rem;
	}

	.cta .section-block {
		background-image: linear-gradient(to right, rgba(var(--black-color), 0.55), rgba(var(--black-color), 0.55));
	}
}

@media only screen and (max-width: 550px) {
	.cta {
		background-image: url(/assets/images/lyftkran-2000.jpg);
		background-position: left bottom;
	}
}


/* ==========================================================================
Undersidor, gemensam
========================================================================== */

/* Hero - Grundkod
========================================================================== */
.hero {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 50vh;
	margin-bottom: 5rem;
}

.hero .section-block {
	padding: 10rem 4rem 0;
}

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

	.hero {
		min-height: 40vh;
	}
}

/* Hero - Hero-title
========================================================================== */
.hero-title {
	margin-bottom: 8rem;
}

.hero-title .section-block {
	padding: 10rem 4rem 0;
	margin-bottom: -4.5rem;
}

.hero-title .section-block-wrapper {
	min-width: 40rem;
	padding: 4rem 4rem;
	text-align: center;
	background: rgb(var(--white-color));
}

.hero-title h1 {
	padding: 0;
	font-size: 4rem;
}

/* Streck vid rubrik */
.hr-wrapper h1 {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	font-family: bilo, sans-serif;
	text-align: center;
	padding: 0;
}

.hr-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 90%;
	max-width: 100rem;
	margin: auto;
	position: relative;
}

.hr-line {
	height: 1px;
	width: 9rem;
	border-bottom: 1px solid rgb(var(--primary-color));
	margin: 0 2rem;
}

.hr-heading {
	min-width: 45rem;
}

@media only screen and (max-width: 1025px) {
	.hr-heading {
		min-width: 42rem;
	}
}

@media only screen and (max-width: 1025px) {
	.hr-wrapper {
		max-width: 90%;
	}

	.hr-wrapper h1 {
		font-size: 3rem;
	}
}

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

	.hr-heading {
		min-width: 32rem;
	}

	.hr-wrapper {
		padding: 3rem 1rem;
	}
}

@media only screen and (max-width: 696px) {
	.hr-line {
		height: 1px;
		width: 100%;
		border-bottom: 1px solid rgb(var(--primary-color));
		margin: 0 0rem;
	}

	.hr-heading {
		min-width: 21rem;
	}

	.hr-wrapper h1 {
		font-size: 2.7rem;
	}

	.hero-title .section-block-wrapper {
		min-width: 35rem;
		padding: 0;
		padding: 0;
	}

	.hero-title .section-block {
		padding: 10rem 2rem 0;
	}
}


@media only screen and (max-width: 550px) {
	.hr-wrapper h1 {
		font-size: 2.3rem;
	}

	.hero-title .section-block-wrapper {
		min-width: 100%;
		padding: 0;
		padding: 0;
	}

	.hero-title .section-block {
		padding: 10rem 0rem 0;
	}
}

/* Hero for enskilda tjanster
========================================================================== */
.service-hero .split-image {
	position: relative;
	bottom: -4rem;
}

/* Vit footer på dessa tjanster for matchning med design */
.service-page .footer {
	background-color: rgb(var(--white-color));
}

.service-page .footer .text-label,
.service-page .footer p {
	color: rgb(var(--black-color));
}

.service-page .footer a:not(.circle-icon),
.footer li {
	color: rgb(var(--black-color));
}

.service-page .footer a:hover {
	color: rgb(var(--primary-color));
}

@media only screen and (max-width: 1000px) {
	.service-hero .split-image {
		position: static;
	}
}

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

	.service-hero .split-image {
		position: relative;
		bottom: 0rem;
	}
}

/* ==========================================================================
Undersida: om oss
========================================================================== */
@media only screen and (max-width: 1000px) {
	.sub-about .split-content {
		padding-left: 2rem;
	}
}

/* ==========================================================================
Undersida: vara tjanster
========================================================================== */
.services-all .cards-wrapper {
	justify-content: center;
}

/* ==========================================================================
Undersida: Lokalkonvertering
========================================================================== */
.section-conditions .section-block {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.section-conditions .text-block-center {
	margin: 5rem auto;
}

.section-conditions .layout-13 .col-2 {
	width: 30%;
	background-color: rgb(var(--primary-color));
}

.section-conditions .col-1,
.section-conditions .col-3 {
	padding: 4rem;
	background-color: rgb(var(--primary-color));
	margin: 1rem;
}

@media only screen and (max-width: 1280px) {
	.section-conditions .layout-13 .col-1,
	.section-conditions .layout-13 .col-2,
	.section-conditions .layout-13 .col-3 {
		width: 100%;
		margin: 1rem 0;
		padding: 4rem;
	}
}

@media only screen and (max-width: 480px) {
	.section-conditions .col-4 .text-center {
		text-align: left;
		padding: 0 1rem;
	}

	.section-conditions .layout-13 .col-1,
	.section-conditions .layout-13 .col-2,
	.section-conditions .layout-13 .col-3 {
		padding: 2rem;
	}
}

/* ==========================================================================
Undersida: ravindskonvertering
========================================================================== */
.section-pros .layout-12 .col-1,
.section-pros .layout-12 .col-2 {
	background-color: rgb(var(--primary-color));
	padding: 4rem;
	width: 48%;
	margin: 2rem 1rem;
}

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

@media only screen and (max-width: 1100px) {
	.section-steps .split-content {
		padding: 0;
	}
}

@media only screen and (max-width: 1060px) {
	.section-pros .layout-12 .col-1,
	.section-pros .layout-12 .col-2 {
		width: 100%;
		margin: 1rem 0;
	}
}

@media only screen and (max-width: 980px) {
	.section-price .layout-12 .col-2 {
		padding: 2rem;
		margin-top: 2rem;
	}
}

@media only screen and (max-width: 480px) {
	.section-pros .layout-12 .col-1,
	.section-pros .layout-12 .col-2 {
		padding: 2rem;
	}
}

/* ==========================================================================
Undersida: Hyresgaster, bostad + fastighetes
========================================================================== */
/* Layout med tva texter, en bild i mitten */
.columns-picture .col-0, .col-2 {
	background-color: rgba(var(--gray-light-color));
	padding: 4rem;
	display: flex;
	align-self: center;
}

.columns-picture .col-1 img {
	min-height: 50rem;
	margin-top: 6rem;
}

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

	.columns-picture .col-0, .col-2 {
		padding: 4rem 2rem;
	}

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

/* Kontaktformular
========================================================================== */
.section-contact .col-1 {
	display: flex;
	align-self: flex-end;
	padding-left: 5rem;
}

.section-contact img {
	height:77rem;
	overflow: hidden;
}

.ContactForm {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: rgb(var(--secondary-color));
	padding: 4rem 2rem;
	margin-top: 2rem;
}

.grecaptcha-badge {
	display: none;
}

.ContactForm div {
	width: 49%;
}

.ContactForm .ContactFormMessage {
	width: 100%;
}

.ContactForm p {
	color: rgb(var(--white-color));
	line-height: 1.8;
	font-weight: 600;
	font-size: 1.4rem;
}

.ContactForm input[type="text"],
.ContactForm textarea {
	border: none;
	background-color: rgb(var(--white-color));
}

@media only screen and (max-width: 1200px) {
	.section-contact .col-1 {
		padding-left: 1rem;
	}
}

@media only screen and (max-width: 980px) {
	.section-contact .section-block-wrapper {
		flex-direction: column-reverse;
	}

	.section-contact img {
		height: 50rem;
		margin-bottom:5rem;
	}

	.ContactForm {
		margin-left: 0rem;
	}

	.section-contact .col-1 {
		padding-left: 0rem;
	}
}

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

/* ==========================================================================
Kontakta oss
========================================================================== */
.main-contact .field-2 {
	display: none;
}

.main-contact .ContactForm select {
	width: 100%;
	height: 4rem;
}

/* ==========================================================================
Footer
========================================================================== */
footer {
	background-color: rgba(var(--secondary-color));
}

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

/* Footer top */
.footer-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 8rem 2rem 4rem 2rem;
	border-bottom: 1px solid rgb(var(--primary-color));
}

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

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

.footer .text-label {
	font-size: 1.65rem;
	letter-spacing: 1px;
	color: rgb(var(--white-color));
	font-weight: 400;
	font-family: inherit;
}

.footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer a {
	font-weight: 400;
}

.footer a:not(.circle-icon),
.footer li {
	color: rgba(var(--white-color));
	font-size: 1.6rem;
	line-height: 1.8em;
}

.footer a:hover {
	color: rgb(var(--primary-color));
}

/* Footer bottom */
.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2rem;
}

.footer-bottom p {
	font-size: 1.4rem;
	color: rgb(var(--white-color));
}

/* WebbEss Stamp */
.webbess-stamp {
	min-width: 20rem;
	opacity: .6;
}

.webbess-stamp a {
	padding: 0;
	font-size: 1.2rem;
	font-weight: 400;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

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

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

	/* Footer top */
	.footer-menu {
		width: 48%;
	}

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

	.footer-menu-large p {
		max-width: 55rem;
	}
}

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

	/* Footer top */
	.footer-menu,
	.footer-menu-large {
		width: 100%;
	}

	/* Footer bottom */
	.footer-bottom {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding: 2rem 0;
	}

}

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

	/* Footer top */
	.footer-top {
		padding: 6rem 0 4rem;
	}

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