/* Abax Dörrsystem AB */

/* Animationer */
@import url('/resources/scripts/aos/2.3.1/aos.css');

/* ==========================================================================
Generellt
========================================================================== */
:root {
	/* 	Colors */
	--primary-color: 197, 26, 32;

	--black-color: 17, 17, 17;
	--gray-dark-color: 58, 58, 58;
	--gray-color: 130, 130, 130;
	--gray-light-color: 245 245 245;
	--white-color: 255, 255, 255;

	/* 	Layout  */
	--col-padding: 3rem;
	--menu-height: 8rem;
	--menu-height-scrolled: 8rem;
	--section-width: 150rem;

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

	/* 	Mobile nav */
	--activate-mobile-menu: 980;
	--mobile-menu-height: 6rem;
	--mobile-menu-bg: var(--white-color);
	--menu-color: var(--black-color);
}

@media only screen and (max-width: 580px) {
	:root {
		--base-size: 1.5rem;
	}
}

/* Layout
========================================================================== */
.section-block {
	padding: 10rem 5rem;
}

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

.p-4 .section-block,
.p-4:not(.section-wrapper) {
	padding: 4rem;
}

.pt-2 .section-block,
.pt-2:not(.section-wrapper) {
	padding-top: 2rem;
}

.pr-0 .section-block,
.pr-0:not(.section-wrapper) {
	padding-right: 0;
}

.pl-0 .section-block,
.pl-0:not(.section-wrapper) {
	padding-left: 0;
}

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

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

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

/* Ovriga klasser */
.block {
	display: block;
}

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

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

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

/* Rubriker */
.text-label {
	padding-bottom: .5em;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.section-title {
	padding-bottom: .5em;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.2;
}

.section-title.uppercase {
	font-size: 6rem;
	font-weight: 700;
	text-transform: uppercase;
}

.small-title {
	padding-bottom: .3em;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.2;
}

.small-title.uppercase {
	font-size: 3rem;
	font-weight: 700;
	text-transform: uppercase;
}

/* Brodtext och lankar */
p,
li {
	color: rgb(var(--gray-dark-color));
}

.text-bigger {
	font-size: 2rem;
}

.text-smaller,
.text-smaller a {
	font-size: 1.5rem;
}

/* Ovriga klasser */
.text-block {
	max-width: 70rem;
}

.text-block-center {
	max-width: 70rem;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

	/* Rubriker */
	.section-title {
		font-size: 3.8rem;
	}

	.section-title.uppercase {
		font-size: 4.5rem;
	}

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

	.small-title.uppercase {
		font-size: 3rem;
	}
}

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

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

	.section-title.uppercase {
		font-size: 3.5rem;
	}

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

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

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

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

/* Knappar */
.btn,
.ContactSubmit {
	position: relative;
	min-width: 17rem;
	padding: 1.3rem 2rem;
	margin: 5px;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: inherit;
	overflow: hidden;
	transition: all .4s ease;
}

.btn::after {
	content: '';
	opacity: .15;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: -1rem 50%;
	transform: scale(1.3);
	transition: .3s ease;
}

.btn:hover::after {
	background-position: 2rem 50%;
}

.btn i {
	margin-right: 5px;
}

/* Farger */
.btn-primary-filled,
.ContactSubmit,
.guide-step-next {
	color: rgb(var(--white-color));
	border: 1px solid rgb(var(--primary-color));
	background-color: rgb(var(--primary-color));
}

.btn-white-filled,
.guide-step-prev {
	color: rgb(var(--black-color));
	border: 1px solid rgb(var(--white-color));
	background-color: rgb(var(--white-color));
}

.btn-gray-filled,
.guide-step-prev {
	color: rgb(var(--white-color));
	border: 1px solid rgb(var(--gray-color));
	background-color: rgb(var(--gray-color));
}

.btn-primary-filled::after {
	opacity: .25;
	background-image: url('/assets/images/graphics/abax-icon-white.png');
}

.btn-white-filled::after {
	background-image: url('/assets/images/graphics/abax-icon-black.png');
}

/* Arrow link */
.arrow-link {
	padding-right: 1rem;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

p .arrow-link {
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: 0;
	text-transform: none;
}

.arrow-link.flexed {
	display: flex;
	justify-content: space-between;
}

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

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

/* Square icon / knapp */
.square-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	padding: 0;
	font-size: 2.5rem;
	font-weight: 300;
	border: 1px solid rgb(var(--black-color));
	transition: .3s ease;
}

a:hover .square-icon,
.square-icon:hover {
	transform: rotate(90deg);
}

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

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

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

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

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

.text-gray {
	color: rgb(var(--gray-color));
}

.text-gray-light {
	color: rgb(var(--gray-light-color));
}

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

/* Grafiska element
========================================================================== */
/* Borders */
.border-gray-1 {
	border: 1px solid rgb(var(--gray-color));
}

.border-gray-1-top {
	border-top: 1px solid rgb(var(--gray-color));
}

/* Bakgrundsbild */
.bg-icon-white {
	position: relative;
}

.bg-icon-white::after {
	content: "";
	opacity: 0.05;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(/assets/images/graphics/abax-icon-white-standing.png), url(/assets/images/graphics/abax-icon-white-standing.png);
	background-size: 110px 100px;
	background-repeat: repeat;
	background-position: 0px 0px, 60px 40px;
	pointer-events: none;
}

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

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

/* Video */
.bg-video-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

.cards-wrapper:not(.w-100, .w-50-0) {
	margin-left: -2rem;
	margin-right: -2rem;
}

a.card-item {
	text-decoration: none;
}

/* Card grow */
.cards-grow .card-item {
	display: flex;
	flex-direction: column;
}

.cards-grow .card-body {
	flex-grow: 1;
}

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

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

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

.cards-wrapper.w-50-0 .card-item {
	width: calc(100% / 2);
}

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

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

	/* Bredder */
	.cards-wrapper.w-25 .card-item {
		width: calc((100% / 3) - 4rem);
	}
}

@media only screen and (max-width: 1050px) {
	.cards-wrapper:not(.w-100, .w-50-0) {
		margin-left: -1rem;
		margin-right: -1rem;
	}

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

@media only screen and (max-width: 750px) {
	.cards-wrapper:not(.w-100, .w-50-0) {
		margin-left: 0;
		margin-right: 0;
	}

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

	.cards-wrapper.w-50-0 .card-item {
		width: 100%;
	}
}

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

	/* Paddings */
	.cards-wrapper .p-4 {
		padding: 2rem;
	}
}

/* Card 1-2 */
.card-1-2 .card-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 50vh;
	padding: 4rem;
	transition: .3s ease;
}

.card-1-2.w-50-0 .card-item:nth-child(1) {
	border-right: none;
}

.card-1-2 .card-item:hover {
	border-color: rgb(var(--primary-color));
	background-color: rgb(var(--primary-color));
}

.card-1-2 .card-item .section-title,
.card-1-2 .card-item .small-title,
.card-1-2 .card-item p,
.card-1-2 .square-icon {
	transition: .3s ease;
}

.card-1-2 .card-item:hover .section-title,
.card-1-2 .card-item:hover .small-title,
.card-1-2 .card-item:hover p {
	color: rgb(var(--white-color));
}

.card-1-2 .square-icon {
	width: 5rem;
	height: 5rem;
	font-size: 2.5rem;
}

.card-1-2 .card-item:hover .square-icon {
	border-color: rgb(var(--white-color));
}

@media only screen and (max-width: 750px) {
	.card-1-2.w-50-0 .card-item:nth-child(1) {
		border: 1px solid rgb(var(--gray-color));
		border-bottom: none;
	}
}

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

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

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

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

.split-image {
	width: 50%;
}

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

/* Flexad */
.split-content.flexed {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* Bredder */
.split-wrapper .w-35 {
	width: 35%;
}

.split-wrapper .w-65 {
	width: 65%;
}

/* Split med slick */
.split-slider .image-wrapper {
	margin: 0 0 0 .5rem;
}

.split-slider .slick-list,
.split-slider .slick-track {
	height: 100%;
}

.split-slider .slick-list {
	width: 100%;
}

.split-slider .slick-dots {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	width: auto;
	padding: 0;
	margin: 0;
	background-color: rgb(var(--white-color));
	border-radius: 2rem;
	transform: translateX(-50%);
}

.split-slider .slick-dots li.slick-active::before {
	opacity: 1;
	color: rgb(var(--primary-color));
	transition: all .2s ease;
}

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

	/* Bredder */
	.split-wrapper .w-35 {
		width: 45%;
	}

	.split-wrapper .w-65 {
		width: 55%;
	}
}

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

	.split-wrapper,
	.split-wrapper.reverse {
		flex-direction: column;
		background-color: transparent;
	}

	.split-content {
		width: 100%;
		max-width: 70rem;
		padding: 0 0 3rem;
		background-color: transparent;
	}

	.split-image {
		width: 100%;
	}

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

	/* Bredder */
	.split-wrapper .w-35,
	.split-wrapper .w-65 {
		width: 100%;
	}

	/* Split med bg */
	.split-wrapper.bg-black .split-content,
	.split-content.bg-black {
		width: 100%;
		max-width: 100%;
		padding: 3rem;
		background-color: rgb(var(--black-color));
	}
}

/* Header / Navigation
========================================================================== */
body:not(.header-color) header:not(.scrolled) {
	border-color: transparent;
	background-color: transparent;
}

header.scrolled {
	border-bottom: 1px solid rgb(var(--gray-light-color));
}

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

body:not(.header-color) header:not(.scrolled, .active-menu) .header-logo img {
	filter: brightness(0) invert(1);
}

/* Nav */
.TemplateMenu a {
	font-size: 1.3rem;
	font-weight: 600;
	color: rgb(var(--black-color));
	text-transform: uppercase;
	letter-spacing: 1px;
}

body:not(.header-color) header:not(.scrolled, .mobile-menu) .TemplateMenu>li:not(.active)>a:not(:hover) {
	color: rgb(var(--white-color));
}

/* Dropdown */
.TemplateMenu>li:has(a[href="/17/9/produkter/"]) ul,
.TemplateMenu>li:has(a[href="/cms/17/9/produkter/"]) ul,
.TemplateMenu>li:has(a[href="/cms/17/13/projekt/"]) ul {
	width: 27rem;
}

.TemplateMenu ul a {
	font-weight: 500;
	text-transform: none;
}

/* Mobilmeny */
body:not(.header-color) .mobile-menu:not(.scrolled, .active-menu) {
	--menu-color: var(--white-color);
}

.mobile-menu .Padding {
	padding-bottom: 12rem;
}

.mobile-menu .TemplateMenu a {
	font-size: 1.5rem;
}

.mobile-menu .TemplateMenu ul a {
	font-size: 1.3rem;
	line-height: 4.5rem;
}

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

	/* CTA  */
	.header-cta-wrapper .btn {
		padding: 0.7rem 1.5rem;
	}
}

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

/* Top-section
========================================================================== */
.top-section {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	padding-top: var(--menu-height);
	margin-top: calc(var(--menu-height) * -1);
	background-color: rgb(var(--black-color), .3);
}

.top-section .section-block {
	width: 100%;
}

/* Rubrik */
.top-section .section-title {
	font-size: 12rem;
	font-weight: 600;
	line-height: .85;
	letter-spacing: -6px;
	text-transform: uppercase;
}

.top-section .hyphen::after {
	content: '-';
}

/* Brodtext */
.top-section .text-block.right {
	max-width: 56rem;
	margin: 5rem 0 0 auto;
	text-align: right;
}

.top-section .text-block.right p {
	font-size: 2.5rem;
	line-height: 1.3;
}

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

	/* Rubrik */
	.top-section .section-title {
		font-size: 10rem;
	}

	/* Brodtext */
	.top-section .text-block.right {
		max-width: 51rem;
	}

	.top-section .text-block.right p {
		font-size: 2.3rem;
	}
}

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

	/* Rubrik */
	.top-section .section-title {
		font-size: 9rem;
	}

	/* Brodtext */
	.top-section .text-block.right {
		max-width: 45rem;
		margin: 0;
		text-align: left;
	}

	.top-section .text-block.right p {
		font-size: 2rem;
		line-height: 1.5;
	}
}

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

	/* Rubrik */
	.top-section .section-title {
		font-size: 6rem;
	}

	/* Brodtext */
	.top-section .text-block.right p {
		font-size: 1.7rem;
		line-height: 1.6;
	}
}

/* Projekt
========================================================================== */
.projects-wrapper .image-wrapper {
	aspect-ratio: 22 / 25;
}

/* CTA-sektion
========================================================================== */
.section-cta {
	position: relative;
	border: 2rem solid rgb(var(--white-color));
	background-color: rgb(var(--black-color));
}

.section-cta::after {
	content: "";
	opacity: 0.05;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(/assets/images/graphics/abax-icon-white-standing.png), url(/assets/images/graphics/abax-icon-white-standing.png);
	background-size: 110px 100px;
	background-repeat: repeat;
	background-position: 0px 0px, 60px 40px;
	pointer-events: none;
}

.cta-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.cta-wrapper .text-block {
	max-width: 53rem;
}

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

@media only screen and (max-width: 1000px) {
	.cta-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}

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

/* ==========================================================================
Undersidor
========================================================================== */

/* Hero - bild
========================================================================== */
.hero {
	display: flex;
	align-items: flex-end;
	min-height: 55vh;
	padding-top: var(--menu-height);
	margin-top: calc(var(--menu-height) * -1);
	background-color: rgb(var(--black-color), .5);
}

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

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

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

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

/* Hero - split
========================================================================== */
.hero-split {
	min-height: unset;
	padding-top: 0;
	margin-top: 0;
	background: linear-gradient(to left, rgba(var(--white-color), .85) 70%, rgb(var(--white-color)) 0);
}

.hero-split .section-title.uppercase {
	font-size: 4.3rem;
}

@media only screen and (max-width: 1100px) {
	.hero-split {
		background: linear-gradient(to bottom, rgba(var(--white-color), .85) 70%, rgb(var(--white-color)) 0);
	}

	.hero-split .split-wrapper,
	.hero-split .split-wrapper.reverse {
		flex-direction: column;
	}

	.hero-split .split-content {
		width: 100%;
		max-width: 70rem;
		padding: 3rem;
	}

	.hero-split .split-image {
		width: 100%;
	}

	.hero-split .split-wrapper .pr-0 {
		padding-left: 0;
	}
}

@media only screen and (max-width: 680px) {
	.hero-split {
		background: linear-gradient(to bottom, rgba(var(--white-color), .85) 85%, rgb(var(--white-color)) 0);
	}

	.hero-split .section-title.uppercase {
		font-size: 3.3rem;
	}
}

/* Hero - bakgrundsfarg
========================================================================== */
.hero.bg-black {
	position: relative;
	min-height: 40rem;
	background-color: rgb(var(--black-color));
}

.hero.bg-black::after {
	content: "";
	opacity: 0.05;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(/assets/images/graphics/abax-icon-white-standing.png), url(/assets/images/graphics/abax-icon-white-standing.png);
	background-size: 110px 100px;
	background-repeat: repeat;
	background-position: 0px 0px, 60px 40px;
	pointer-events: none;
}

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

/* ==========================================================================
Undersida: Produkter > Produktundersida
========================================================================== */
.products-wrapper .image-wrapper {
	max-width: 34.5rem;
	aspect-ratio: 1 / 1;
}

.products-wrapper .image-wrapper img.contain {
	object-position: 0 50%;
}

.card-3-1 .card-footer .document-wrapper .btn {
	min-width: unset;
	padding: 0;
	margin-right: 2rem;
}

.card-3-1 .card-footer .document-wrapper .btn i {
	color: rgb(var(--primary-color));
}

/* ==========================================================================
Undersida: Service
========================================================================== */
.section-service .col-0 {
	width: calc(100% - 65rem);
	padding-right: 8rem;
}

.section-service .col-1 {
	position: relative;
	width: 65rem;
	padding: 2.5rem 4rem;
	margin-top: -20rem;
	background-color: rgb(var(--black-color));
}

.section-service .col-1::after {
	content: "";
	opacity: 0.05;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(/assets/images/graphics/abax-icon-white-standing.png), url(/assets/images/graphics/abax-icon-white-standing.png);
	background-size: 110px 100px;
	background-repeat: repeat;
	background-position: 0px 0px, 60px 40px;
	pointer-events: none;
}

.ContactForm p {
	color: rgb(var(--white-color));
}

.ContactForm p:not(.small-title) {
	font-size: 1.3rem;
	font-weight: 600;
	color: rgb(var(--gray-light-color));
	text-transform: uppercase;
	letter-spacing: 1px;
}

.ContactForm input[type="text"],
.ContactForm input[type="number"],
.ContactForm input[type="email"],
.ContactForm input[type="tel"],
.ContactForm input[type="date"],
.ContactForm input[type="datetime-local"],
.ContactForm select,
.ContactForm textarea,
.ContactForm .file-item,
.ContactForm .file-dropzone {
	border-color: transparent;
	border-bottom: 1px solid rgb(var(--gray-color));
}

.ContactForm input[type="text"],
.ContactForm input[type="number"],
.ContactForm input[type="email"],
.ContactForm input[type="tel"],
.ContactForm textarea {
	padding: .7rem 1rem;
	font-size: 1.5rem;
}

@media only screen and (max-width: 1400px) {
	.section-service .col-0 {
		width: calc(100% - 55rem);
		padding-right: 5rem;
	}

	.section-service .col-1 {
		width: 55rem;
		padding: 2rem;
		margin-top: 0;
	}
}

@media only screen and (max-width: 1150px) {
	.section-service .col-0 {
		width: 100%;
		padding-right: 0;
	}

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

@media only screen and (max-width: 580px) {
	.section-service .col-1 {
		padding: 2rem;
		margin-top: 4rem;
	}
}

/* ==========================================================================
Undersida: Privatpersoner
========================================================================== */
.section-scroll {
	overflow: hidden;
}

/* Slider */
.scroll-wrapper.cards-wrapper {
	margin-bottom: 5rem;
}

.scroll-wrapper.cards-wrapper .slick-list {
	width: 100%;
	overflow: visible;
}

.scroll-wrapper.cards-wrapper .slick-track {
	display: flex;
}

.scroll-wrapper.cards-wrapper .card-item {
	display: flex;
	height: auto;
	margin: 0 1rem;
	transition: all .3s ease;
}

.scroll-wrapper.cards-wrapper .card-item[aria-hidden="true"] {
	opacity: .5;
	transform: scale(.9);
}

/* Card item */
.scroll-wrapper .card-item {
	display: flex;
	flex-direction: column;
	margin: 0 2rem 0 0;
}

/* Slick Arrow */
.scroll-wrapper .slick-arrow {
	position: absolute;
	top: auto;
	bottom: -4rem;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-color: rgb(var(--primary-color));
}

.scroll-wrapper .slick-arrow::after {
	font-weight: 300;
	color: rgb(var(--white-color));
}

.scroll-wrapper .slick-next {
	right: 2rem;
}

.scroll-wrapper .slick-prev {
	left: auto;
	right: 6rem;
}

@media only screen and (max-width: 750px) {
	.scroll-wrapper.cards-wrapper .card-item {
		margin: 0;
	}
}

/* ==========================================================================
Undersida: Projekt > Projektundersida
========================================================================== */

/* ==========================================================================
Undersida: Kontakt
========================================================================== */
.contact-info a {
	text-decoration: none;
}

.contact-info i {
	margin-right: 3px;
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	padding: 0 5rem;
}

/* Footer top */
.footer-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10rem 0 3rem;
}

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

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

.footer .text-label {
	padding: 0 0 1rem;
	line-height: 1;
	color: rgb(var(--primary-color));
}

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

.footer-top li,
.footer-top p,
.footer-top a {
	font-size: 1.4rem;
	text-decoration: none;
}

.footer a:not(.icon-links):hover {
	text-decoration: none;
	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: 1px solid rgb(var(--gray-color));
}

.footer-bottom p,
.footer-bottom a {
	font-size: 1.3rem;
	line-height: 1.6;
	color: rgb(var(--gray-color));
}

/* WebbEss Stamp  */
.footer .webbess-stamp {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.webbess-stamp img {
	width: 2.5rem;
	margin-left: 1rem;
	opacity: .6;
}

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

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

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

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

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

	/* Footer bottom */
	.footer-bottom {
		flex-direction: column-reverse;
	}

	.webbess-stamp {
		margin: 0 auto 2rem;
	}
}