/* Kubbonge AB */

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
@import url("https://use.typekit.net/hrs7sqf.css");
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

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

html {
	font-size: 62.5%;

}

#aspnetForm {
	height: auto;
}

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

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

/* Paddings */
.LayoutPage .pb-0 .section-block,
.SubPage .LayoutPage .pb-0 .section-block {
	padding-bottom: 0;
}

.p-2 {
	padding: 2rem;
}

/* Margins */
.mb-3 {
	margin-bottom: 3rem;
}

.mt-5 {
	margin-top: 5rem;
}

.mt-20 {
	margin-top: 20rem;
}

/* Bredder */
.mw-none .section-block-wrapper {
	max-width: none;
}

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

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

/* Ovriga klasser */
.display-none {
	display: none;
}

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

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

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

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

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

@media only screen and (hover:none) {

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

/* Bakgrundsbilder och videos
========================================================================== */
body {
	background-position: center center;
	overflow-x: hidden !important;
	font-family: "Arima", system-ui;
}

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

/* Bild */
.bg-image {
	position: relative;
}

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

/* Video */
.fullscreen-bg-video {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
}

#bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* ==========================================================================
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 {
	align-items: center;
	width: 50%;
	padding: 5rem 8rem;
	text-align: left;
	align-self: center;
}

.split-text {
	align-self: center;
	padding: 4rem;
	padding-left: 0;
}

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

.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: 1100px) {
	.split-content {
		width: 50%;
		text-align: left;
		padding: 5rem;
	}
}

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

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

	.split-content {
		width: 100%;
	}

	.split-image {
		width: 100%;
		padding: 0;
		max-height: 40rem;
	}
}

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

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

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

	/* Bredder */
	.cards-wrapper.w-50 .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;
	}
}

/* Card 1-1 */
.card-1-1 .border-top-black {
	padding-top: 1.5rem;
	margin-top: 1.5rem;
}


/* ==========================================================================
Knappar
========================================================================== */
.btn-wrapper {
	margin-top: 2.5rem;
}


.btn {
	font-family: inherit;
	font-weight: 500;
	max-width: 50rem;
	display: inline-block;
	width: auto;
	box-sizing: border-box;
	padding: 1.2rem 4rem;
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 5rem;
	text-align: center;
	letter-spacing: 0rem;
	font-size: 1.5rem;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.btn-primary-filled {
	color: #fff;
	border: 2px solid rgb(164, 143, 121);
	background-color: rgb(164, 143, 121);
}

.btn-primary-filled:hover {
	color: rgb(164, 143, 121);
	border: 2px solid rgb(164, 143, 121);
	background-color: transparent;
}

.btn-primary-border {
	color: rgb(164, 143, 121);
	border: 2px solid rgb(164, 143, 121);
	background-color: transparent;
}

.btn-primary-border:hover {
	color: #fff;
	border: 2px solid rgb(164, 143, 121);
	background-color: rgb(164, 143, 121);
}

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

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

/* ==========================================================================
Text och typsnitt
========================================================================== */

/* Rubriker */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 1.3;
	text-transform: normal;
	padding: 0 0 .4em;
}

.text-label {
	font-family: hero-new, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: .1em;
	padding-bottom: 1em;
	color: #74b0df;
}

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

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

.lead {
	font-size: 1.25em;
}

/* Brodtext och lankar */
p {
	line-height: 1.8;
	font-size: 1.6rem;
	color: #333;
	font-family: inherit;
	font-weight: 400;
	text-decoration: none;
}

a,
li {
	line-height: inherit;
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
}

a:hover {
	text-decoration: underline;
	color: #111;
}

/* lilla "abc"-blocket */
.smalltext-type {
	max-width: none;
}

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

.text-block-center {
	margin: auto;
	text-align: center;
	max-width: 80rem;
	padding-bottom: 6rem;
	margin-top: -8rem;
}

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

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

.styled-list.row-list {
	flex-direction: row;
}

.styled-list li {
	position: relative;
	line-height: 1.8;
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 1em;
}

.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: white;
	background-color: rgb(164, 143, 121);
}

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

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

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

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

	.text-block-center {
		margin-top: 0rem;
	}
}

/* ============================================================================================
Farger
=============================================================================================*/
/* Bakgrunder */
.bg-primary,
.bg-primary .section-block {
	background-color: rgb(200, 177, 149);
}

.bg-primary-dark,
.bg-primary-dark .section-block {
	background-color: rgb(164, 143, 121);
}

.gradient-primary-top .section-block {
	background-color: rgb(200, 177, 149);
	background: linear-gradient(0deg, rgb(200, 177, 149) 0%, rgb(200, 177, 149, .3) 100%);
}

.bg-white {
	background-color: white;
}

/* Text */
.text-white {
	color: rgb(255, 255, 255);
}

.text-primary {
	color: rgb(200, 177, 149);
}

.text-primary-dark {
	color: rgb(164, 143, 121);
}

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

.br-2 {
	border-radius: 2rem;
}

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

header .container {
	display: flex;
	justify-content: space-between;
	max-width: none;
	padding: 0 2rem;
}

/* Header logo */
header .header-logo {
	width: 25rem;
}

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

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



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

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

nav.mainmenu li:hover a,
nav.mainmenu li.active a,
header.scrolled nav.mainmenu a:hover {
	color: rgb(164, 143, 121);
	text-decoration: none;
}

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

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

.header-cta-wrapper .btn {
	min-width: unset;
	padding: 1rem 2rem;
	line-height: 1;
}


@media only screen and (min-width: 1481px) {
	.IndexPage nav.mainmenu a {
		font-family: inherit;
		font-weight: 600;
		font-size: 1.3rem;
		line-height: 8rem;
		color: #333;
		text-transform: uppercase;
		letter-spacing: .1em;
		padding: 0 1rem;
		transition: all 300ms linear;
	}

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

	nav.mainmenu {
		display: block !important;
	}

	.hamburger {
		display: none !important;
	}

	nav.mainmenu a:hover:before,
	nav.mainmenu li.active a:before,
	header.scrolled nav.mainmenu li.active a:before,
	header.scrolled nav.mainmenu a:hover:before {
		visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	nav.mainmenu a:before,
	header.scrolled nav.mainmenu a:before {
		visibility: hidden;
		position: absolute;
		content: "";
		height: 2px;
		bottom: 20px;
		width: 50%;
		left: 25%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}

	nav.mainmenu a:before {
		background-color: rgb(200, 177, 149);
	}

	header.scrolled nav.mainmenu a:before {
		background-color: rgb(200, 177, 149);
	}
}

@media only screen and (max-width: 1480px) {
	header {
		height: 6rem;
		background-color: #FFF;
		width: 100vw !important;
	}

	nav.mainmenu ul {
		min-width: 1000rem !important;
		background: white !important;
		min-height: 100vh !important;
		margin-left: -2rem;
	}

	nav.mainmenu li {
		display: block;
	}

	nav.mainmenu {
		display: none;
	}

	nav.mainmenu.active-menu {
		display: block;
	}

	header .container {
		align-items: center;
		justify-content: space-between;
		padding: 0 1rem 0 1rem;
	}

	.hamburger {
		z-index: 100;
		left: auto;
		position: absolute;
		right: 0;
		top: 1rem;
	}

	nav.mainmenu {
		text-align: left;
		box-shadow: none;
		width: 100%;
	}

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

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

	nav.mainmenu li:hover a,
	nav.mainmenu li.active a {
		color: rgb(164, 143, 121);
	}

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

	.header-logo {
		padding-right: 1rem;
	}

	/* CTA */
	.header-cta-wrapper {
		margin-left: 0;
		margin-right: 4rem;
	}

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

}

@media only screen and (max-width: 580px) {
	header .header-logo {
		width: 20rem;
	}

	.header-cta-wrapper .btn {
		padding: 0.7rem 0.5rem;
	}

	.header-cta-wrapper a {
		font-size: 1.3rem;
	}
}


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

/* Top-section
========================================================================== */
.top-section {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 100vh;
	height: auto;
	background: linear-gradient(46deg, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.2) 120%);
}

.usp-wrapper {
	margin-top: 40rem;
}

.page-title-wrap {
	transform: none;
	width: 100%;
	background-color: transparent;
	position: static;
	max-width: 70rem;
	text-align: left;
	padding: 0 5rem;
}

.page-title-wrap h1 {
	padding-bottom: 0;
	font-size: 1.6rem;
	color: #fff;
	font-family: "Nunito", sans-serif !important;
	font-weight: 300;
	line-height: 1.8;
}

.page-title-wrap h2 {
	font-size: 5rem;
	font-weight: 300;
	margin: 0 auto;
	line-height: 1.4;
	text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.27);
	font-family: "Nunito", sans-serif !important;
	color: #fff;
}

.usp-decor {
	font-weight: 700;
}

.page-title-wrap p {
	padding-bottom: 0;
	font-size: 1.6rem;
	color: #fff;
	font-family: inherit;
}

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

@media only screen and (max-width: 550px) {
	.usp-wrapper {
		margin-top: 30rem;
	}

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

	.page-title-wrap h2 {
		font-size: 3.2rem;
	}
}

@media only screen and (max-width: 320px) {
	.page-title-wrap h2 {
		font-size: 3.5rem;
	}
}

/* Sektion VarfÃķr oss
========================================================================== */
.why-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.why-item {
	position: relative;
	width: calc(100% / 5 - 2rem);
	margin: 0 1rem 5rem;
	z-index: 1;
	border-radius: 8px;
	background: white;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, .1);
	-webkit-transition: 0.4s ease-in-out !important;
	transition: 0.4s ease-in-out !important;
}

.why-item:hover {
	transform: scale(1.1) !important;
}

.why-icon-wrapper {
	width: 7rem;
	height: 7rem;
	border-radius: 50%;
	border: 4px solid rgb(164, 143, 121);
	background-color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -2rem 0 0 3rem;
}

.why-icon {
	font-size: 3rem;
}

.why-text-wrapper {
	padding: 2rem 3rem 2rem;
}

.why-title {
	width: 100%;
	font-size: 2.1rem;
	font-weight: 700;
	padding: 0 0 1rem;
}

.why-lead {
	font-size: 1.4rem;
}

@media only screen and (max-width: 1300px) {
	.why-text-wrapper {
		padding: 2rem 2rem 6rem;
	}

	.why-icon-wrapper {
		margin: -2rem 0 0 1.5rem;
	}
}

@media only screen and (max-width: 1300px) {
	.why-item {
		width: calc(100% / 2 - 1rem);
		margin: 0 .5rem 5rem;
	}
}

@media only screen and (max-width: 800px) {
	.why-item {
		width: 100%;
		margin: 0 0 5rem;
	}
}

/* Om oss
========================================================================= */
.about-section .split-content {
	padding-right: 0;
}

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

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

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

	.about-section .split-image {
		width: 100%;
		padding: 0;
		max-height: 40rem;
	}
}

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

.gallery-split .split-content {
	position: relative;
	z-index: 1;
	padding: 5rem;
}

.gallery-split .slick-list {
	overflow: visible;
}

/* Slick Settings */
.slick-list,
.slick-track {
	height: 100%;
}

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

.gallery-split .split-image {
	height: 50rem;
}

.gallery-split .slick-dots {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	width: auto;
	padding: 0;
	margin: 0;
	border-radius: 2rem;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.548);
}

.slick-dots li.slick-active::before {
	opacity: 1;
	transition: all .2s ease;
}

@media only screen and (max-width: 1100px) {
	.gallery-split .split-content {
		width: calc(100% - 2rem);
		margin: 0 auto;
		border-radius: 3px 3px 0 0;
	}

	.gallery-split .split-image {
		height: 50rem;
	}

	.gallery-split .slick-slide {
		border-radius: 0 0 3px 3px;
	}
}

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

	.gallery-split .split-image {
		height: 25rem;
	}
}


/* Sektion Omsorg 
========================================================================= */
.LayoutPage .omsorg-behandling * {
	color: #fff;
	text-align: left;
}

.omsorg-behandling .section-title {
	text-align: center !important;
	padding-bottom: 4rem !important;
}

.omsorg-behandling .section-block-wrapper {
	max-width: 100%;
	padding: 0 3rem !important;
}

.LayoutPage .omsorg-behandling .layout-12 .col-1 {
	padding-right: 3rem;
}

.LayoutPage .omsorg-behandling .layout-12 .col-2 {
	padding-left: 3rem;
}

.parallax-1 {
	background-attachment: fixed;
	background-position: center bottom;
	background-size: cover;
	background-image: url(/assets/images/kubbonge-tjejer-parallax.jpg);
}

.parallax-1 .section-title {
	max-width: 90rem;
	margin: 0 auto;
}

.parallax-1 .section-block {
	background: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1100px) {
	.LayoutPage .omsorg-behandling .layout-12 .col-1 {
		padding-right: 1.5rem;
	}

	.LayoutPage .omsorg-behandling .layout-12 .col-2 {
		padding-left: 1.5rem;
	}
}

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

	.omsorg-behandling .layout-12 .col-1,
	.omsorg-behandling .layout-12 .col-2 {
		width: 100%;
	}

	.LayoutPage .omsorg-behandling .layout-12 .col-1 {
		padding-right: 0;
	}

	.LayoutPage .omsorg-behandling .layout-12 .col-2 {
		padding-left: 0;
	}
}

@media only screen and (max-width: 800px) {
	.omsorg-behandling .section-block-wrapper {
		padding: 0 !important;
	}
}

/* Sektion Bra att veta
========================================================================== */
.youth-section .section-block {
	padding: 5rem;
}

.youth-split {
	padding: 5rem 0;
}

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

.youth-split.youth-split-middle .split-content {
	padding: 0;
	padding-right: 5rem;
}

.youth-split .split-text {
	columns: 50rem 2;
	column-gap: 4rem;
}

.youth-split :is(.text-label, .section-title) {
	column-span: all;
}

.youth-split .split-image {
	width: 35%;
}

.youth-split.youth-split-middle .split-image img {
	object-position: 71% center;
}

@media only screen and (max-width: 1400px) {
	.youth-split .split-content {
		padding: 4rem 0 4rem 3rem;
	}

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

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

	.youth-split .split-content {
		width: 60%;
	}

	.youth-split .split-image {
		width: 40%;
	}
}

@media only screen and (max-width: 900px) {
	.youth-split .split-content {
		padding: 0 0 3rem;
		width: 100%;
	}

	.youth-split .split-image {
		width: 100%;
		max-height: 40rem;
	}
}

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

	.youth-split {
		padding: 2rem 0;
	}
}

/* Sektion Medarbetare
========================================================================== */
.contact-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-card {
	display: flex;
	flex-direction: column;
	position: relative;
	width: calc(33% - 1rem);
	margin: 0 0 2rem;
	padding: 3rem 3rem 4rem 4rem;
	background-color: #FFF;
	border-radius: 2px;
	box-shadow: 0 1rem 1.5rem rgba(49, 96, 121, 0.15);
	text-align: left;
}

.contact-name {
	padding: 0;
	font-family: 'Rubik', serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.3;
}

.contact-card a {
	text-decoration: underline;
}

.contact-card a:hover {
	text-decoration: none;
}

.contact-title {
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
}

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

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

.contact-link::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	content: '';
	color: #1b273d;
	display: inline-block;
	margin-right: 1rem;
}

.contact-link.mail {
	display: block;
	margin-top: 1rem;
}

.contact-link.mail::before {
	content: '\f1fa';
}

.contact-link.phone::before {
	content: '\f67d';
}

.contact-link.mobile::before {
	content: '\f3ce';
}

@media only screen and (max-width: 1000px) {
	.contact-card {
		width: calc(50% - 1rem);
	}
}

@media only screen and (max-width: 800px) {
	.contact-card {
		padding: 3rem 2rem;
	}
}

@media only screen and (max-width: 700px) {
	.contact-card {
		width: 100%;
		padding: 3rem 1rem 4rem 3rem;
	}

	.contact-wrapper::after {
		display: none;
	}

	.contact-image {
		right: 2rem;
		width: 7rem;
		height: 7rem;
		margin-bottom: 3rem;
	}
}

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

	.contact-wrapper {
		margin: 0 -1rem;
	}

	.contact-card {
		padding: 3rem 1.5rem;
	}
}

@media only screen and (max-width: 320px) {
	.contact-link {
		font-size: 1.4rem;
	}
}

/* Sektion Kontakt
========================================================================== */
.simple-contact-option-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	margin: 5rem auto 0;
	justify-content: center;
}

.simple-contact-option {
	width: 25%;
	text-align: center;
}

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

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

.contact-icon {
	display: flex;
	justify-content: center;
	font-size: 6rem;
	margin: 0 0 2rem;
}

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

.simple-contact-title {
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1;
	text-align: center;
}

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

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

@media only screen and (max-width: 1200px) {
	.simple-contact-option {
		width: 50%;
	}
}

@media only screen and (max-width: 750px) {
	.simple-contact-option {
		width: 100%;
	}
}

@media only screen and (max-width: 550px) {
	.contact-section p {
		text-align: center;
	}

	.simple-contact-option-link {
		padding: 2rem 0rem;
	}

	.simple-contact-text {
		font-size: 1.6rem;
	}
}

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

/* Hero
========================================================================== */
.hero .section-block {
	display: flex;
	align-items: center;
	min-height: 30rem;
	margin-top: 4rem;
}

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

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

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

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

/* ==========================================================================
Footer 
========================================================================== */
.footer {
	background-color: #fff;
	padding: 0;
	color: #444;
	position: relative;
}

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

.footer p,
.footer a,
.footer li {
	font-weight: 400;
	text-align: left;
	font-size: 1.4rem;
	color: #444;
}

.footer a:hover {
	color: #333;
}

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

.footer-bottom {
	margin: 0 auto;
	width: 100%;
	padding: 2rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	line-height: 1rem;
}

.footer .footer-bottom p {
	color: #444;
	font-size: 1.2rem;
	padding: 0;
}

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

.webbess-stamp img {
	width: 3rem;
	margin-left: 1rem;
}

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

	.footer-container {
		padding: 0 0;
	}

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

}