/* WebbEss */

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

/* @joso WebbEss Fonts */
@import url("https://use.typekit.net/who1rnt.css");

/* Modal */
@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css');

:root {
	--menu-color: #FFF;
}

/* ==========================================================================
Generellt 
========================================================================== */
html {
	font-size: 62.5%;
}

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

body {
	background-position: center center;
	-webkit-font-smoothing: antialiased;
	counter-reset: section;
	background-color: #000;
}

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

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

.EditMode nav.mainmenu ul>li>ul {
	overflow: visible;
}

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

.EditMode nav.mainmenu a {
	font-size: 1.2rem;
	padding: 0 .8rem;
}

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

@media only screen and (min-width: 2560px) {
	html {
		font-size: 100%;
	}
}

/* Layout
========================================================================== */
.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
	padding: 12rem 5rem;
}

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

.full-height .section-block {
	position: relative;
	min-height: 100vh;
	height: auto;
	display: flex;
	justify-content: center;
}

.LayoutPage .full-height .section-block-wrapper {
	align-self: center;
}

.mw-400 {
	max-width: 40rem;
}

.mw-600 {
	max-width: 60rem;
	margin: auto;
}

.mw-700 {
	max-width: 70rem;
	margin: auto;
}

.mw-800 {
	max-width: 80rem;
	margin: auto;
}

.mw-900 {
	max-width: 90rem;
}

.text-wrapper,
.mw-1000 {
	max-width: 100rem;
}

.mw-1400 .section-block-wrapper,
.mw-1400:not(.section-wrapper) {
	max-width: 140rem;
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 2000px) {
	.LayoutPage .section-block-wrapper {
		max-width: none;
	}
}

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

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

@media only screen and (max-width:830px) {
	.full-height .section-block {
		height: auto;
	}
}

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

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

/* Bakgrundsvideo
========================================================================== */
.bg-video {
	position: relative;
}

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

/* Bakgrundsbild
========================================================================== */
.bg-image {
	position: relative;
	background: linear-gradient(90deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
}

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

.bg-image-wrapper img {
	height: 100% !important;
}

.bg-image2 {
	position: relative;

}

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

.bg-image2-wrapper img {
	height: 100% !important;
}

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

.bg-image-wrapper.op-cb img {
	object-position: center bottom !important;
}

.bg-image-wrapper.op-cr img {
	object-position: center right !important;
}

.bg-image2-wrapper.op-cb img {
	object-position: center bottom !important;
}

.bg-image2-wrapper.op-cr img {
	object-position: center right !important;
}

/* Parallax
========================================================================== */
.parallax {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.parallax .section-block {
	min-height: 40rem;
	background-color: rgb(0, 0, 0, .7)
}

/* Bilder */
.parallax-slipper {
	background-image: url('/assets/images/slipper-google-ads-2000px.jpg');
}

@media only screen and (hover:none) {
	.parallax {
		background-attachment: scroll;
		background-position: center center;
	}

	.parallax-slipper {
		background-position: 0% 50%;
	}
}

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

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

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

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

@media only screen and (max-width: 1250px) {
	.cards-wrapper.w-20 .card-item {
		width: calc((100% / 3) - 4rem);
		margin: 2rem;
	}
}

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

@media only screen and (max-width: 900px) {
	.cards-wrapper.w-20 .card-item {
		width: calc((100% / 2) - 4rem);
		margin: 2rem;
	}
}

@media only screen and (max-width: 800px) {
	.cards-wrapper.w-50 .card-item {
		width: 100%;
		margin: 1rem 0;
	}

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

@media only screen and (max-width: 580px) {
	.cards-wrapper.w-20 .card-item {
		width: 100%;
		margin: 1rem 0;
	}
}

/* Cards 1  */
.cards-1 .card-item {
	padding: 5rem 4rem 4rem;
	border-radius: 1rem;
	box-shadow: var(--box-shadow);
}

.cards-1 .card-footer {
	display: flex;
	justify-content: space-between;
	padding: 2rem 0 2rem;
	border-top: 1px solid #333;
}

.cards-1 .card-footer p {
	width: 60%;
	padding: 0;
	font-size: 1.6rem;
	font-style: italic;
}

/* Cards 7*/
.cards-7 .card-item {
	position: relative;
	text-decoration: none;
	overflow: hidden;
	background-color: #171717;
	border: 1px solid #333;
	border-radius: 2px;
	overflow: hidden;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	cursor: pointer;
}

.cards-7 .image-wrapper {
	position: relative;
	height: 30rem;
	overflow: hidden;

}

.cards-7 .image-wrapper img {
	object-fit: cover !important;
	width: 100% !important;
	height: 100% !important;
}

.cards-7 .card-item.labeled .image-wrapper:after {
	width: 5rem;
	text-align: center;
	position: absolute;
	top: 2rem;
	right: 3rem;
	pointer-events: none;
}

.cards-7 .card-item.start .image-wrapper:after {
	content: url(/assets/images/start-figurmarke-vit.svg);
}

.cards-7 .card-item.bas .image-wrapper:after {
	content: url(/assets/images/bas-figurmarke-vit.svg);
}

.cards-7 .card-item.bas-svart .image-wrapper:after {
	content: url(/assets/images/bas-figurmarke-svart.svg);
}

.cards-7 .card-item.premium .image-wrapper:after {
	content: url(/assets/images/premium-figurmarke-vit.svg);
}

.cards-7 .card-item.premium-svart .image-wrapper:after {
	content: url(/assets/images/premium-figurmarke-svart.svg);
}

.cards-7 .text-wrapper {
	padding: 2rem;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

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

.cards-7 .small-title {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	font-size: 2rem;
	border-bottom: 1px solid #f9b233;
}

.cards-7 .card-item.start:hover {
	background-color: #33B4F9;
}

.cards-7 .card-item.start .small-title {
	border-color: #33B4F9;
}

.cards-7 .card-item.bas:hover {
	background-color: #f9b233;
}

.cards-7 .card-item.premium:hover {
	background-color: #4dd47c;
}

.cards-7 .card-item.premium .small-title {
	border-color: #4dd47c;
}


.cards-7 .card-item:hover *,
.cards-7 .card-item.start:hover *,
.cards-7 .card-item.premium:hover * {
	color: #000;
	border-color: #000;
}

/* .cards-7 .card-item.bas:hover .text-wrapper .small-title {
	border-color: #000;
} */

/* Cards 14 */
.cards-14 {
	position: relative;
}

.cards-14 .card-item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 2rem;
	transition: all .3s ease;
}

.cards-14 .icon-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 9rem;
	height: 9rem;
	margin: 0 3rem 0 0;
	background: rgba(249, 178, 51, 0.2);
	border: 1px solid rgba(249, 178, 51, 0.5);
	box-shadow: 0px 10px 20px rgba(249, 178, 51, 0.13);
	border-radius: 3rem;
	transition: all .3s ease;
}

.cards-14 i {
	font-size: 3rem;
	color: #F9B233;
}

.cards-14 p {
	padding-bottom: 0;
	font-size: 1.4rem;
}

.cards-14 .contact-info {
	font-size: 1.6rem;
	font-weight: 700;
}

.cards-14 .card-item:hover {
	text-decoration: none;
}

.cards-14 .card-item:hover .icon-wrapper {
	background-color: #F9B233;
	transition: all .3s ease;
}

.cards-14 .card-item:hover i {
	color: #FFF;
}

/* Cards 15 */
.cards-15 .card-item {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 35rem;
	margin: 3rem 0;
	transition: .3s ease;
}

.cards-15 .card-item:hover {
	text-decoration: none;
}

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

.cards-15 .image-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #000, transparent);
	transition: .3s ease;
}

.of-wrapper img {
	position: static;
	transform: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.cards-15 .text-wrapper {
	z-index: 1;
	position: relative;
	padding: 2rem;
	transition: .3s ease;
}

.cards-15 .card-item:hover .text-wrapper {
	padding: 2rem 2rem 4rem;
}

.cards-15 .small-title {
	color: #f9b233;
}

.cards-15 .text-title {
	font-weight: 400;
}

.cards-15 p {
	padding-bottom: 0;
}

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

/* Rubriker */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: normal;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 0;
	color: #fff;
	text-transform: normal;
}

.section-title {
	font-size: 5rem;
	padding-bottom: 2rem;
	line-height: 1.2;
	font-weight: 900;
}

.small-title {
	font-size: 2.2rem;
	padding-bottom: .5rem;
	line-height: 1.3;
	font-weight: 600;
}

.text-label {
	font-size: 2.5rem;
	padding-bottom: 1rem;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 600;
	color: #F9B233;
	line-height: 1.4;
	font-family: smoothy, sans-serif;
}

.text-label.decor-box {
	border: 2px dotted #F9B233;
	color: #000;
	font-family: inherit;
	font-size: 1.9rem;
	padding: 1rem;
	margin-bottom: 1rem;
	max-width: 50rem;
	margin-left: -1rem;
	transform: none;
	border-radius: .5rem;
}

.text-label.decor-box.blue-box {
	border-color: #33B4F9;
}

.text-label.decor-box.green-box {
	border-color: #4dd47c;
}

.inline-title {
	display: block;
}

.text-title {
	font-size: 1.7rem;
	font-weight: 700;
	padding-bottom: 0;
}

p,
q,
li {
	line-height: 1.7;
	font-size: 1.7rem;
	color: #d9d9d9;
	font-family: inherit;
	font-weight: 400;
	text-decoration: none;
}

/* Radbrytning mellan stycken */
p {
	padding: 0 0 1.2em 0;
}

a {
	font-size: inherit;
	font-family: inherit;
}

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

a.link {
	font-weight: 600;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

a.link:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f30b';
	margin-left: .5em;
	text-decoration: none;
	display: inline-block;
	font-size: inherit;
	color: inherit;
}

a.text-link {
	text-decoration: underline;
}

.bold,
.text-bold {
	font-weight: 900;
	padding: 0;
}

.italic {
	font-style: italic;
}

.preamble {
	font-size: 2.4rem;
	line-height: 1.5;
	color: #000;
	font-weight: 600;
}

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

.mw-16ch {
	max-width: 16ch;
}

.mw-20ch {
	max-width: 20ch;
}

.mw-22ch {
	max-width: 22ch;
}
.mw-25ch {
	max-width: 25ch;
}
.mw-30ch {
	max-width: 30ch;
}

.mw-60ch {
	max-width: 60ch;
}

.mw-80ch {
	max-width: 80ch !important;
}

/* Lines */
.line {
	border: .2rem solid #F9B233;
	max-width: 55rem;
	width: 100%;
	margin: 1rem 0;
}

.line.blue {
	border-color: #33B4F9;
}

.line.green {
	border-color: #4dd47c;
}

/* Textblock */
.smalltext-type {
	max-width: none;
}

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

strong {
	font-weight: inherit;
}

.LayoutPage ul {
	margin: 0 0 1em;
	padding-inline-start: 2rem;
}

.LayoutPage ul li {
	padding-bottom: .4em;
}

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

/* Text i kolumner  */
.text-columns .section-block .section-block-wrapper {
	max-width: 150rem;
}

.text-columns .section-block {
	overflow: hidden;
}

.text-columns .section-block .col-block {
	padding: 0 4rem;
}

.text-columns .section-block .normaltext-type,
.text-columns .section-block * {
	text-align: left;
}

.text-columns .section-block .normaltext-type {
	margin: 0;
}

.text-columns .preamble {
	max-width: 70rem;
}

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

.LayoutPage .list-pills li {
	display: flex;
	align-items: center;
	padding: 0.5rem 2rem 0.5rem 0.5rem;
	margin: .5rem;
	font-size: 1.5rem;
	border-radius: 8px;
	color: rgb(0, 0, 0);
	background: #F9B233;
}

.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;
	font-size: 1.5rem;
	font-family: 'Font Awesome 5 Pro';
}

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

@media only screen and (min-width: 2000px) {
	.section-title {
		font-size: 6rem;
		line-height: 1.15;
	}

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

	p,
	q {
		font-size: 2rem;
	}

	.normaltext-type {
		max-width: 120rem;
	}
}

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

@media only screen and (max-width:1100px) {
	.text-columns .section-block .col-block {
		width: 100%;
		padding: 0 0 2rem;
	}
}

@media only screen and (max-width:800px) {
	.text-columns .section-block .col-block {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width: 900px) {
	.text-label {
		font-size: 2rem;
	}

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

	.preamble {
		font-size: 2rem;
	}
}

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

	.preamble {
		font-size: 1.8rem;
	}

	p {
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 480px) {
	.text-label {
		font-size: 1.8rem;
	}

	.section-title {
		font-size: 3rem;
		line-height: 1.25;
	}

	p {
		text-align: inherit;
	}
}

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

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

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

/* Farger
========================================================================== */
.color-primary {
	color: #F9B233;
}

.color-blue {
	color: #33B4F9;
}

.color-green {
	color: #4dd47c;
}

.text-black {
	color: #000;
}

.text-gray-dark {
	color: #333;
}

.text-white {
	color: #fff;
}

.LayoutPage .section-wrapper {
	background-color: #000;
}

.bg-black {
	background-color: #000;
}

.bg-gray-light {
	background-color: #f8f8f8;
}

.LayoutPage .bg-gray-dark {
	background-color: #181818;
}

.LayoutPage .bg-white {
	background-color: #fff;
}

.bg-white *:not(.btn, .text-label, i) {
	color: #000;
}

/* Knappar & lankar
========================================================================== */
.btn {
	padding: .8rem 2rem;
	font-family: inherit;
	font-weight: 600;
	font-size: 1.3rem;
	text-align: left;
	text-transform: uppercase;
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
	border-radius: 8px;
	max-width: 45rem;
	width: auto;
	font-style: normal;
	text-transform: none;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.btn:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}

.btn-primary {
	background-color: #F9B233;
	border-color: #F9B233;
	color: #000;
}

.btn-primary:hover {
	background-color: #ffd884;
	border-color: #ffd884;
	color: #000;
}

.btn-primary-border {
	background-color: transparent;
	border-color: #F9B233;
	color: #fff;
}

.btn-primary-border:hover {
	background-color: #F9B233;
	border-color: #F9B233;
	color: #000;
}

.btn-blue {
	background-color: #33B4F9;
	border-color: #33B4F9;
	color: #000;
}

.btn-blue:hover {
	background-color: #5dc6ff;
	border-color: #5dc6ff;
	color: #000;
}

.btn-green {
	background-color: #4dd47c;
	border-color: #4dd47c;
	color: #000;
}

.btn-green:hover {
	background-color: #81ffa0;
	border-color: #81ffa0;
	color: #000;
}

.btn-black {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.btn-black:hover {
	background-color: #222;
	border-color: #222;
	color: #fff;
}

.btn-black-border {
	background-color: transparent;
	border-color: #000;
	color: #000;
}

.btn-black-border:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.btn-white:hover {
	background-color: #F9B233;
	border-color: #F9B233;
}

.btn-white-border {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.btn-white-border:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.btn-link {
	border: none !important;
	color: #fff;
	background-color: transparent !important;
}

.btn-link:hover {
	color: #F9B233;
}

.btn-wrapper {
	margin-top: 1.5em;
}

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

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

.btn-wrapper.multiple .btn {
	margin-right: 1rem;
}

/* SVG ARROWS */
.btn.with-arrow {
	position: relative;
	width: 100%;
}

.btn.with-arrow:after {
	content: url('/assets/images/arrow-right.svg');
	position: absolute;
	right: 2rem;
	top: 50%;
	width: 100%;
	max-width: 15rem;
	transform: translateY(-50%);
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.btn.with-arrow.arrow-white:after {
	filter: invert(1);
}

.btn.with-arrow:hover:after {
	right: 1rem;
}

.btn.with-arrow-down {
	padding: 0;
	position: relative;
	width: 100%;
	background-color: transparent !important;
	border: none !important;
	color: #fff !important;
}

.btn.with-arrow-down .btn-text {
	padding-left: .5rem;
}

.btn.with-arrow-down svg {
	fill: #fff;
	width: 20rem;
	display: block;
	margin-top: 1rem;
}

.btn.with-arrow-down svg {
	stroke-dasharray: 450;
	stroke-dashoffset: 450;
	animation: draw 2s linear forwards;
}

.brand-icon:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: url("/assets/images/webbess-logo.svg");
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
	margin-top: 0;
	margin-right: .7rem;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	position: relative;
}

.brand-icon.start-icon:before {
	content: url("/assets/images/start-figurmarke-vit.svg");
}

.brand-icon.bas-icon:before {
	content: url("/assets/images/bas-figurmarke-vit.svg");
}

.brand-icon.premium-icon:before {
	content: url("/assets/images/premium-figurmarke-vit.svg");
}

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

.arrow-link:hover {
	text-decoration: none;
}

.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 .3s ease;
}

/* Pulse btn */
.pulse-btn {
	background-color: #f9b233; /* Ursprunglig färg */
	-webkit-animation: pulsing 2.8s infinite;
	-moz-animation: pulsing 2.8s infinite;
	-ms-animation: pulsing 2.8s infinite;
	animation: pulsing 2.8s infinite;
	transition: background-color 0.3s ease; /* Mjuk övergång vid hover */
}

/* Lägg till hover-tillstånd som stoppar animeringen och ändrar färg */
.pulse-btn:hover {
	background-color: #ffd884; /* Hover-färg, mörkare variant */
	-webkit-animation: none; /* Stoppar webkit-animering */
	-moz-animation: none; /* Stoppar moz-animering */
	-ms-animation: none; /* Stoppar ms-animering */
	animation: none; /* Stoppar standard-animering */
	box-shadow: 0 0 0 0 transparent; /* Återställer eventuell box-shadow */
}

@-webkit-keyframes pulsing {
	0% { background-color: #f9b233; }
	50% { background-color: #ffd884; }
	100% { background-color: #f9b233; }
}

@-moz-keyframes pulsing {
	0% { background-color: #f9b233; }
	50% { background-color: #ffd884; }
	100% { background-color: #f9b233; }
}

@-ms-keyframes pulsing {
	0% { background-color: #f9b233; }
	50% { background-color: #ffd884; }
	100% { background-color: #f9b233; }
}

@keyframes pulsing {
	0% { background-color: #f9b233; }
	50% { background-color: #ffd884; }
	100% { background-color: #f9b233; }
}


@media only screen and (min-width: 2000px) {
	.btn {
		font-size: 1.6rem;
		max-width: 60rem;
	}
}

@media only screen and (max-width: 510px) {
	.btn.with-arrow:after {
		max-width: 10rem;
	}


	.btn:first-child:not(.cta-btn .btn) {
		margin: 0 0 1rem 0;
	}
}

/* Grafiska element
========================================================================== */
.br-8 {
	border-radius: 8px;
}

/* Modal
========================================================================== */
.modal {
	max-width: 75rem;
	width: 100%;
	max-height: 75vh;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: auto;
}

.blocker {
	z-index: 100;
}

.modal a.close-modal {
	display: none;
}

.modal .custom-close-modal {
	position: absolute;
	top: 2rem;
	right: 2rem;
	font-size: 3rem;
}

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

	.blocker {
		padding: 1rem;
	}
}

/* Popup-notis 
========================================================================== */
.EditMode .popup-wrapper {
	display: none;
}
.popup-wrapper {
	z-index: 8;
	position: fixed;
	bottom: 3rem;
	right: 3rem;
}
/* Knappar */
.popup-button {
	position: relative;
	appearance: none;
	width: 5rem;
	height: 5rem;
	background: #F9B233;
	border-radius: 50%;
	border: none;
	cursor: pointer;
}
.popup-button i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2.8rem;
	transform: translate(-50%, -50%);
	transition: .3s ease;
	color: #000;
}
.popup-wrapper .popup-button .icon-open,
.popup-wrapper.opened .popup-button .icon-close {
	transform: translate(-50%, -50%) scale(1);
}
.popup-wrapper.opened .popup-button .icon-open,
.popup-wrapper .popup-button .icon-close {
	transform: translate(-50%, -50%) scale(0);
}
/* Innehall */
.popup-window {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	right: 0;
	bottom: 6rem;
	width: 310px;
	max-width: calc(100% - 2rem);
	max-height: calc(100vh - 12rem);
	margin: 0 2rem;
	background: #FFF;
	border-radius: 2rem;
	box-shadow: 0 0 3rem rgba(0, 0, 0, .3);
	overflow: hidden;
	transition: opacity .3s ease, bottom .3s ease, top .3s ease;
}
.popup-wrapper.opened .popup-window {
	opacity: 1;
	visibility: visible;
	display: block;
	bottom: 10rem;
}
.popup-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem 1rem 2rem;
	background-color: #F9B233;
}
.popup-header .text-title {
	padding: 0;
	line-height: 1;
}
.icon-close-popup {
	appearance: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	background-color: transparent;
	border: none;
	border-radius: 50%;
	font-size: 1.6rem;
	cursor: pointer;
}
.icon-close-popup:hover {
	background-color: #d2d2d2;
}
.popup-content {
	padding: 1rem 2rem 2rem;
	max-height: 30rem;
	overflow: auto;
}
.popup-header .text-title {
	font-size: 1.6rem !important;
	color: #000 !important;
}
.popup-content .small-title {
	padding-bottom: .5rem !important;
	font-size: 2.3rem !important;
	color: #000 !important;
}
.popup-content p {
	padding-bottom: .5rem !important;
	font-size: 1.6rem !important;
	color: #000 !important;
}

/* Mobil-anpassning för popup */
@media screen and (max-width: 768px) {
	.popup-wrapper {
		top: 8rem;
		right: 2rem;
		bottom: auto;
	}
	
	.popup-button {
		width: 4rem;
		height: 4rem;
	}
	
	.popup-button i {
		font-size: 2rem;
	}
	
	.popup-window {
		top: 6rem;
		bottom: auto;
		right: 0;
		width: 270px;
		max-height: calc(50vh);
	}
	
	.popup-wrapper.opened .popup-window {
		bottom: auto;
		top: 14rem;
	}
	
	.popup-header {
		padding: 0.8rem 0.8rem 0.8rem 1.5rem;
	}
	
	.popup-content {
		padding: 0.8rem 1.5rem 1.5rem;
		max-height: 25rem;
	}
	
	.popup-content .small-title {
		font-size: 1.8rem !important;
	}
	
	.popup-content p {
		font-size: 1.4rem !important;
	}
	
	.icon-close-popup {
		width: 2.5rem;
		height: 2.5rem;
	}
}

/* Split Wrapper
========================================================================== */
.split-wrapper.reverse {
	flex-direction: row-reverse;
}

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

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

.split-content {
	width: 50%;
	padding: 6rem;
	text-align: left;
	z-index: 2;
}

.split-content.pl-0 {
	padding-left: 0;
}

.split-content.content-gray {
	background-color: #f8f8f8;
}

.split-content.content-blue {
	background-color: #34b4f9;
}

.split-content.content-black {
	background-color: #000;
}

.split-content.content-black *:not(.btn, .text-label) {
	color: #fff;
}

.split-content.align-center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

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

.split-image.img-contain img {
	object-fit: contain !important;
}

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

.card {
	align-self: center;
	background: #fff;
	box-shadow: 0 1rem 2rem rgba(68, 68, 68, 0.06);
}

.card .card-title,
.card p,
.card .btn-link {
	color: #000;
}

.card .card-title {
	font-size: 3rem;
	padding-bottom: 1rem;
}

.card.card-black {
	background: #000;
}

.card.card-black .card-title,
.card.card-black p,
.card.card-black .btn-link {
	color: #fff;
}

/* Video split */
.split-image.split-video {
	display: flex;
}

.split-image.split-video .portfolio-item {
	width: 100%;
	min-height: auto;
	border-radius: 0;
}

.split-image.split-video video {
	display: none;
}

@supports (object-fit: cover) {

	.split-image img,
	.split-imageblock 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: 1470px) {
	.split-content {
		padding: 8rem 5rem;
	}
}

@media screen and (max-width: 1100px) {
	.split-content {
		width: 100%;
		padding: 0 2rem 5rem;
		order: 0;
	}

	.split-content.card {
		padding: 2rem;
	}

	.split-content.content-black,
	.split-content.content-blue {
		padding: 5rem 2rem 5rem;
	}

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

}

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

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

/* Header / Navigation
========================================================================== */

/* Header */
header {
	height: 7rem;
	display: flex;
	align-items: center;
	background-color: transparent;
	box-shadow: none;
	transition: 0.4s ease-in-out;
}

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

header .container {
	display: flex;
	align-items: center;
	padding: 0 2rem;
	width: 100%;
	max-width: 100%;
}

/* Logo on header */
header .header-logo {
	width: 5rem;
	padding: 1rem 0;
}

/* Navigation */
nav.mainmenu {
	text-align: right;
	width: auto;
	margin: 0 0 0 auto;
}

nav.mainmenu a {
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 7rem;
	color: #fff;
	text-transform: none;
	letter-spacing: 0;
	padding: 0 1rem;
	margin: 0;
	transition: all 300ms linear;
}

nav.mainmenu li:hover a,
nav.mainmenu li.active a {
	color: #F9B233;
}

/* Dropdown navigation styling */
nav.mainmenu ul>li>ul>li {
	line-height: normal;
	height: auto;
	cursor: pointer;
	padding: 0;
}

nav.mainmenu ul>li>ul>li:hover>a:before {
	display: none;
}

nav.mainmenu ul>li.expandable-li:hover {
	background-color: transparent;
}

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

nav.mainmenu ul>li.expandable-li:hover>a {
	color: #F9B233 !important;
	padding-bottom: 0;
}

nav.mainmenu ul>li>ul>li a {
	line-height: 3;
	padding: 0 2rem;
	color: #fff !important;
}

nav.mainmenu ul>li>ul>li a:hover {
	background-color: #282828 !important;
	color: #fff !important;
}

nav.mainmenu ul>li>ul>li>a {
	color: #fff !important;
}

nav.mainmenu ul>li>ul {
	background: #000;
	padding: 0;
	box-sizing: border-box;
	line-height: normal;
	height: auto;
	min-width: 100%;
	width: auto;
	text-align: left;
	z-index: 10;
	border-radius: .5rem;
	overflow: hidden;
}

nav.mainmenu ul>li>ul a {
	background: transparent !important;
	text-decoration: none !important;
	white-space: nowrap;
	line-height: 2;
}

/* Icons on navigation */
nav.mainmenu .nav-expandable:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f0d7';
	margin-left: 7px;
	text-decoration: none;
	display: inline-block;
}

nav.mainmenu .nav-expandable:after {
	text-decoration: none !important;
}

/* Implementering av ikon pa utvalda flikar: Default ar Bas-loggan */
nav.mainmenu ul>li:nth-child(3)>ul>li a:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: url("/assets/images/bas-figurmarke-vit.svg");
	height: 2rem;
	width: 2rem;
	vertical-align: middle;
	margin-top: -2.3rem;
	margin-right: .7rem;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	position: relative;
}

/* Start */
nav.mainmenu ul>li:nth-child(3)>ul>li:nth-child(1) a:before {
	content: url("/assets/images/start-figurmarke-vit.svg");
}

/* Bas */
nav.mainmenu ul>li:nth-child(3)>ul>li:nth-child(2) a:before {
	content: url("/assets/images/bas-figurmarke-vit.svg");
}

/* Premium */
nav.mainmenu ul>li:nth-child(3)>ul>li:nth-child(3) a:before {
	content: url("/assets/images/premium-figurmarke-vit.svg");
}

/* Sub dropdown  */
nav.mainmenu ul>li>ul>li>ul {
	top: 0;
	right: 0;
}

/* Dropdown tva kolumner */
.EditMode nav.mainmenu ul.TemplateMenu>li:nth-child(2)>ul {
	height: 40rem;
	overflow-y: scroll;
}

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

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

nav.mainmenu ul>li>ul>li>a {
	line-height: 5rem;
}

#overlay {
	z-index: 7;
}

/* CTA Buttons navigation */
.cta-btn {
	display: flex;
	margin: 0 0 0 1rem;
}

.cta-btn .btn:first-child {
	margin-right: 1rem;
}

.IndexPage .cta-btn .btn:first-child {
	opacity: 0;
	transition: all .3s ease;
}

.IndexPage .scrolled .cta-btn .btn:first-child {
	opacity: 1;
	transition: all .3s ease;
}

.cta-btn .btn {
	font-size: 1.3rem;
	line-height: 1;
}

/* Mobilmenyn & Media Queries */
@media only screen and (min-width: 1151px) {
	.hamburger {
		display: none;
	}

	.expandable:after {
		font-family: 'Font Awesome 5 Pro';
		font-weight: 700;
		content: '\f0d7';
		margin-left: 7px;
		text-decoration: none;
		display: inline-block;
		font-size: .8em;
		vertical-align: middle;
	}

}

@media only screen and (max-width: 1150px) {
	header .cta-btn {
		margin: 0 0 0 auto;
		border: none;
		padding: 0;
	}

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

	/* Navigation */
	nav.mainmenu {
		text-align: left;
		display: none;
		position: fixed;
		height: 100%;
		left: auto;
		right: 0;
		width: 100%;
		max-width: 40rem;
		background-color: #000;
		z-index: 15;
		top: 0;
		box-shadow: none;
		overflow-y: scroll;
	}

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

	nav.mainmenu ul>li>ul>li {
		background: transparent;
	}

	nav.mainmenu li:hover {
		background-color: #f8f8f8;
	}

	nav.mainmenu li {
		text-align: left;
		display: block;
	}

	nav.mainmenu li a {
		margin: 0;
		padding: 0;
		width: 100%;
		color: #fff !important;
		padding-left: 4rem;
		font-size: 1.6rem;
		line-height: 3.5;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
	}

	nav.mainmenu a:before {
		display: none;
	}

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

	/* Offertforfragan */
	nav.mainmenu ul.TemplateMenu>li:last-child a {
		border-radius: 0;
		line-height: 5;
		padding-left: 4rem;
		color: #fff !important;
		text-align: left;
	}

	/* Dropdown */
	nav.mainmenu ul>li>ul {
		background-color: #fff !important;
		width: auto !important;
		border: none;
	}

	nav.mainmenu ul>li>ul {
		display: contents !important;
	}

	nav.mainmenu ul>li>ul>li>a {
		width: 100%;
		padding: 0 0 0 4rem;
		font-size: 1.4rem;
	}

	nav.mainmenu ul>li.expandable-li:hover>a {
		padding-bottom: 0;
	}

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

	nav.mainmenu ul>li>ul>li a:hover,
	nav.mainmenu li:hover a.toplevel {
		color: #F9B233 !important;
	}

	nav.mainmenu li a.toplevel {
		font-weight: 700;
	}
}

@media only screen and (max-width: 430px) {
	.cta-btn .btn {
		font-size: 1.1rem;
		padding: 1rem;
	}
}

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

/* Video background */
.fullscreen-bg-video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 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%);
}

/* Cookiebot
========================================================================== */
body #CybotCookiebotDialogPoweredbyCybot svg {
	height: 1.5em;
}
/* Mobil-anpassning för popup */
@media screen and (max-width: 768px) {
	#CybotCookiebotDialog {
		transform: none !important;
		top: auto !important;
		bottom: 0 !important;
		left: 1rem !important;
	}
}

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

.LayoutPage .topsection {
	background-image: url('/assets/images/kvinna-som-slipper-2000.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.LayoutPage .topsection .section-block {
	display: flex;
	align-items: center;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	padding: 8rem 2rem;
	background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.6) 60%)
}

.LayoutPage .topsection .section-block-wrapper {
	max-width: none;
	margin-top: -10vh;
}

.topsection .bg-image-wrapper {
	display: none;
}

.topsection .bg-image2-wrapper {
	display: none;
}

.topsection h1 {
	font-size: 8rem;
	font-weight: 900;
	line-height: 1.1;
	padding-bottom: 3rem;
}

.topsection .usp-1 {
	font-weight: 300;
	color: #fff;
	font-family: inherit;
	font-size: 2.5rem;
}

.topsection .usp-2 {
	display: block;
}

.topsection p {
	color: #fff;
	max-width: 40ch;
	margin: 0 auto;
	font-size: 1.8rem;
	padding-bottom: 2rem;
}

.topsection .small-title {
	font-size: 3.4rem;
}

.topsection .usp-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10rem;
}

.topsection .usp-item {
	width: calc(100% / 3 - 4rem);
	margin: 2rem;
	text-align: center;
}

.topsection .usp-item .section-title {
	padding-bottom: 1rem;
}

.topsection .usp-item .small-title {
	font-weight: 800;
}
 
.topsection .usp-item p {
	padding: 0;
}

.topsection .more-arrow {
	bottom: 50px;
}

/* CTA Form */
.topsection .try-form-wrapper {
	display: inline-block;
	width: 100%;
}

.topsection .try-form {
	display: flex;
	justify-content: center;
}

.topsection .form-fields input:first-child {
	margin-right: 1rem;
}

.topsection .form-fields input {
	border: none;
	margin-bottom: 0;
	border-radius: 8px;
	height: 5rem;
	font-size: 16px;
}

.topsection .try-form button {
	margin-left: 0;
	min-width: 18rem;
	height: 5rem;
	text-align: center;
	font-size: 1.8rem;
}

@media only screen and (min-width: 1550px) {
	.topsection .usp-wrapper {
		margin-top: 14rem;
	}
}

@media only screen and (max-width: 1550px) {
	.topsection .more-arrow {
		bottom: 80px;
	}  
}

@media only screen and (max-width: 1050px) {
	.LayoutPage .topsection .section-block {
		padding-top: 15rem;
	}

	.usp-animation {
		height: auto;
	}

	.topsection .usp-item {
		width: 100%;
		margin: 0 0 4rem;
	}

	.topsection .usp-text p {
		max-width: 40ch;
		margin: 0 auto;
	}

}

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

	.LayoutPage .topsection {
		background-position: center left;
	}

	.LayoutPage .topsection .section-block {
		align-items: flex-end;
	}

	.topsection .more-arrow {
		display: none;
	}

	.topsection .try-form-wrapper.form-centered {
		display: block;
	}

	.topsection .try-form,
	.topsection .form-fields {
		flex-direction: column;
	}

	.topsection .form-fields input:first-child {
		margin-right: 0;
	}

	.topsection .form-fields input {
		margin-bottom: 1rem;
	}

	.topsection .try-form button {
		display: block;
		margin: 1rem auto;
		max-width: 100%;
		text-align: center;
	}

}

@media only screen and (max-width: 650px) {
	.topsection h1 {
		white-space: nowrap;
		padding-bottom: 1.5rem;
	}

	.topsection .usp-1 {
		font-size: 3rem;
	}

	.topsection .usp-2 {
		font-size: 6.8rem;
	}
}

@media only screen and (max-width: 580px) {
	.topsection h1 {
		font-size: inherit;
	}

	.topsection .usp-1 {
		display: block;
		font-size: 1.8rem;
		padding: 0 0 5px;
	}

	.topsection .usp-2 {
		font-size: 3.5rem;
	}

	.topsection p {
		font-size: 1.6rem;
	}

	.topsection .form-fields input {
		min-width: 20rem;
	}
}

/* Sektion Form
========================================================================== */

.section-form .section-block {
	padding-top: 0;
	display: flex;
	align-items: center;
}

/* CTA Form */
.section-form .try-form-wrapper {
	position: relative;
	display: inline-flex;
	width: auto;
	margin: 0 auto;
	padding: 1rem;
	background-color: #FFF;
	border-radius: 1.6rem;
	transform: translateY(-50%);
}

.try-form {
	display: flex;
	justify-content: center;
}

.section-form .form-fields {
	padding: 0 0 0 1rem;
}

.form-fields input {
	margin-right: 1rem;
}

.section-form .form-fields input {
	border: none;
	border-bottom: 1px solid #696969;
	margin-bottom: 0;
	border-radius: 0;
	height: 5rem;
	width: 30rem;
	font-size: 16px;
}

.try-form button {
	margin-left: 1rem;
	min-width: 18rem;
	max-width: unset;
	height: 5rem;
	text-align: center;
}

#tryFormSent p {
	padding: 0 0 1rem;
}

@media only screen and (max-width: 1000px) {
	.section-form .form-fields input {
		width: 25rem;
	}
}

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

	.section-form .try-form-wrapper {
		transform: translateY(-5rem);
	}

	.section-form .form-fields {
		padding: 0;
		margin-bottom: 1rem;
	}

	.form-fields input {
		margin-right: 0;
	}

	.section-form .try-form {
		flex-direction: column;
	}

	.try-form button {
		margin: 0;
	}
}

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

	.section-form .section-block {
		display: block;
	}

	.section-form .try-form-wrapper,
	.section-form .try-form-wrapper>div {
		width: 100%;
	}

	.section-form .form-fields {
		flex-direction: column;
	}

	.section-form .form-fields input {
		width: 100%;
	}
}

/* NY sektion for kundresor
========================================================================== */
.LayoutPage .section-cases .section-block {
	padding-bottom: 0;
	padding-top: 1rem;
}

.LayoutPage .section-cases .stats-card * {
	color: #d9d9d9;
}

.section-cases .split-image:after {
	width: 5rem;
	text-align: center;
	position: absolute;
	bottom: 0.5rem;
	left: 1rem;
	pointer-events: none;
	content: url('/assets/images/premium-figurmarke-vit.svg');
}

/* Stats */
.stats-cards-wrapper {
	display: flex;
	justify-content: flex-start;
}

.stats-card {
	padding: 0 0;
	max-width: 50rem;
	margin: 0;
}

.stats-card .stats-title {
	font-size: 1.7rem;
	line-height: 1.7;
	padding: 0;
	font-weight: 400;
	color: #000;
}

.chosen-items-wrapper {
	display: flex;
	margin-top: 5rem;
	justify-content: space-between;
}

.chosen-item {
	margin-right: 2rem;
	min-height: 35rem;
}

.chosen-item:last-child {
	margin-right: 0;
}

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

/* Badge */
.badge-ads {
	position: absolute; 
    top: 2rem; 
    left: 0;
    padding: 3px 12px;
    font-weight: 600;
    font-size: 1.3rem;
    border-radius: 0 .5rem .5rem 0;
    color: #000;
    background: #F9B233;
}

@media only screen and (max-width: 1100px) {
	.section-cases .split-content {
		text-align: center;
	}

	.stats-cards-wrapper {
		justify-content: center;
	}
}

@media only screen and (max-width: 800px) {
	.LayoutPage .chosen-case .section-block {
		padding: 6rem 2rem;
	}
}

/* Kundresor rubrik
========================================================================== */
.LayoutPage .customers .section-block {
	background-color: #fff;
	padding: 8rem 2rem;
}

.customers .section-title {
	padding: 0;
	color: #000;
}

.customers p {
	text-align: center;
	padding-bottom: 0;
	margin: 0 auto;
}

@media only screen and (min-width: 2000px) {
	.customers .small-title {
		font-size: 4.5rem;
	}
}

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

	.customers .color-primary {
		display: block;
	}
}

@media only screen and (max-width: 600px) {
	.customers .small-title {
		max-width: 20ch;
	}

	.customers p {
		max-width: 30ch;
	}
}

@media only screen and (max-width: 325px) {
	.customers p {
		max-width: 20ch;
	}
}

/* Cases
========================================================================== */


/* Vara planer / Prenumeration
========================================================================== */

.service-items-wrapper {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3rem;
}

.service-item {
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	border: 1px solid #333;
	background: #171717;
	border-radius: 8px;
	overflow: hidden;
}

.service-item .badge {
	width: 5rem;
	position: absolute;
	right: 3rem;
	top: 2rem;
}

.service-item .service-header {
	width: 100%;
	padding: 6rem 3rem 0;
}

.service-item .service-title {
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
	padding-bottom: 1rem;
	position: relative;
}

.service-item .service-title .before-title {
	font-size: .5em;
	display: block;
	font-weight: 300;
	padding-bottom: 0;
	color: #a8a8a8;
}

.service-item .service-line {
	border: 1px solid #F9B233;
	width: 100%;
	margin: 0 0 3rem 0;
}

.service-item .service-line.blue {
	border-color: #33B4F9;
}

.service-item .service-line.green {
	border-color: #4dd47c;
}

.service-text {
	margin-bottom: 3rem;
	padding: 0 3rem;
}

.service-item .service-text p {
	color: #eee;
}

.service-bottom {
	width: 100%;
	align-self: flex-end;
	margin: auto 0 0;
}

.service-items-wrapper .service-item .btn {
	border-radius: 0;
	padding: 1.5rem 3rem;
	margin: 0 !important;
	max-width: unset;
}


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

	.prenumeration .normaltext-type {
		text-align: left;
		margin: 0;
	}

	.service-items-wrapper {
		grid-template-columns: 1fr;
	}

	.service-item .service-header {
		padding: 6rem 2rem 0;
	}

	.service-item .service-title {
		font-size: 2.8rem;
	}

	.service-text {
		padding: 0 2rem;
	}

	.service-item p {
		max-width: 80rem;
	}

	.service-items-wrapper .service-item .btn {
		padding: 1.5rem 2rem;
	}
}

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

	.service-item .badge {
		right: 2rem;
		top: 2rem;
	}
}

/* ==========================================================================
Undersidor
========================================================================== */
.SubPage .top-section,
.SubPage .cta-socials {
	display: none;
}

/* .nav-black header {
	background-color: #171717;
} */

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

.nav-white header.scrolled {
	box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
}

.nav-white .cta-btn .btn:first-child {
	color: #000;
}

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

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

	.nav-white .hamburger-inner,
	.nav-white .hamburger-inner::before,
	.nav-white .hamburger-inner::after {
		background-color: #000;
	}
}

/* Hero
========================================================================== */
.LayoutPage .hero {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-size: cover;
}

.LayoutPage .hero.bg-transparent {
	background-color: transparent;
}

.LayoutPage .hero.bg-overlay-black {
	background-color: rgba(0, 0, 0, 0.7);
}

.LayoutPage .hero.bg-overlay-gradient {
	background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.6) 60%);
}

.LayoutPage .hero .section-block {
	position: relative;

	min-height: 90vh;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.LayoutPage .hero .bg-image-wrapper img,
.LayoutPage .hero .bg-image2-wrapper img {
	object-position: center 20%;
}

/* Pil ned */
.more-arrow {
	position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); 
}

.more-arrow i {
    font-size: 21px;
    color: #FFF;
}

@media only screen and (max-width: 480px) {
	.LayoutPage .hero .section-block {
		padding-top: 10rem;
	}

	.LayoutPage .hero.bg-overlay-gradient {
		background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.7) 50%)
	}

	.LayoutPage .hero .bg-image-wrapper img.op-30-20 {
		object-position: 30% 20%;
	}

	.LayoutPage .hero .bg-image-wrapper img.filter-blur {
		filter: blur(1px)
	}
}

/* Hero - smaller
========================================================================== */
.LayoutPage .hero.hero-smaller .section-block {
    min-height: 50vh;
}

/* Hero image
========================================================================== */
.LayoutPage .hero-image {
	background-image: url('/assets/images/webbess-farfar-son-nojespark-2000.jpg');
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.LayoutPage .hero-image .section-block {
	min-height: calc(100vh - 15rem);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 2rem 2rem 5rem 5rem;
}

.LayoutPage .hero-image .section-block-wrapper {
	margin: 0;
}

.LayoutPage .hero-image .section-block * {
	text-align: left;
}

.hero-image .text-label {
	color: #fff;
	transform: none;
}

.hero-image .image-before img {
	width: 3rem;
	margin-right: 1rem;
}

.hero-image .section-title {
	max-width: 50rem;
	font-size: 5rem;
	padding-bottom: 0;
}

.hero-image p {
	color: #fff;
}

@media only screen and (max-width: 1450px) {
	.LayoutPage .hero-image .section-block {
		min-height: calc(100vh - 8rem);
	}
}

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

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

	.hero-image .line {
		max-width: 25rem;
	}
}

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

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

/* Hero with solid background and title
========================================================================== */
.LayoutPage .hero-block {
	background-color: rgba(0, 0, 0, 0.8);
}

.LayoutPage .hero-block .section-block {
	display: flex;
	flex-wrap: wrap;
	padding: 15rem 2.5rem 10rem;
	position: relative;
	justify-content: center;
	align-items: center;
	min-height: 80vh;
	overflow: hidden !important;
}

.LayoutPage .hero-block .section-block * {
	text-align: center;
}

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

.LayoutPage .hero-block p {
	max-width: 60rem;
	margin: 0 auto;
	padding-top: 2rem;
	padding-bottom: 0;
}

@media only screen and (max-width: 1400px) {
	.LayoutPage .hero-block .section-block {
		min-height: 60vh;
	}
}

/* Hero Split
========================================================================== */
.LayoutPage .hero-split .section-block {
	padding: 20rem 2rem 15rem;
}

.hero-split .split-wrapper {
	justify-content: center;
}

@media only screen and (max-width: 1450px) {
	.LayoutPage .hero-split .section-block {
		padding-top: 15rem;
	}
}

/* ==========================================================================
Undersida: Kundresor
========================================================================== */

/* Hero
========================================================================== */
.hero-customers .section-title .bold {
	/* display: block; */
}

.portfolio-items-wrapper {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.portfolio-item {
	display: flex;
	flex-wrap: wrap;
	min-height: 35rem;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 4px;
	text-decoration: none !important;
	cursor: pointer;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


.portfolio-item .portfolio-image {
	width: 100%;
	height: 100%;
}

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


.portfolio-item .portfolio-text {
	text-align: center;
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 2;
	padding: 8rem 2rem;
	background: rgba(0, 0, 0, 0.36);
	cursor: pointer;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

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

.portfolio-item .portfolio-text * {
	color: #fff;
}

.portfolio-item:hover .portfolio-text {
	background: rgba(0, 0, 0, 0.747);
}

/* Titel */
.portfolio-item .portfolio-text .portfolio-title {
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	padding: 0;
	position: absolute;
	top: 2rem;
	left: 2rem;
}


.portfolio-title .inline-title {
	display: block;
	font-weight: 300;
}

.portfolio-item .play-circle::before {
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Pro';
	content: '\f144';
	font-weight: 900;
	font-size: 6rem;
	position: relative;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


.portfolio-item .play-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	margin: 0 auto;
	color: #fff;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


.portfolio-item:hover .play-circle {
	font-size: 2rem;
}

.portfolio-item:hover .play-circle::before {
	font-size: 4rem;
	margin-right: 2rem;
}

@media only screen and (max-width: 600px) {
	.portfolio-item {
		width: 100%;
		margin: 0 0 4rem 0;
	}

	.fancybox-slide--video .fancybox-content {
		height: auto !important;
	}
}

/* ==========================================================================
Undersida: Kundcase > Respektive undersida
========================================================================== */

/* Hero Case
========================================================================== */
.LayoutPage .hero-case {
	padding: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-size: cover;
}

.LayoutPage .hero-case.bg-transparent {
	background-color: transparent;
}

.LayoutPage .hero-case .section-block {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 16rem 5rem 12rem;
}

.LayoutPage .hero-case .section-block:after {
	content: "";
	display: block;
	position: absolute;
	width: 100vw;
	height: 200vh;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.2));
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	left: 0;
	top: -50vh;
	z-index: 0;
}

.EditMode .LayoutPage .hero-case .section-block:after {
	display: none;
}

.LayoutPage .hero-case .section-block-wrapper {
	max-width: none;
	margin: 0;
}

.hero-case .hero-text {
	max-width: 85rem;
	z-index: 2;
	position: relative;
}

.hero-case .hero-text .section-title,
.hero-case .hero-text p {
	color: #fff;
}

.hero-case .hero-text p {
	max-width: 60ch;
}


@media only screen and (max-width: 860px) {
	.LayoutPage .hero-case {
		padding: 0;
	}

	.LayoutPage .hero-case .section-block:after {
		width: 100vw;
	}

	.LayoutPage .hero-case .section-block {
		padding: 15rem 2rem 5rem;
	}
}

/* Case values
========================================================================== */
.LayoutPage .case-values .section-block {
	padding: 8rem 2rem;
	background-color: #fff;
}

.LayoutPage .case-values .section-block-wrapper {
	max-width: none;
}

.case-values .stats-cards-wrapper {
	justify-content: space-around;
}

.case-values .stats-card {
	padding: 0;
}

.case-values .stats-card .stats-title {
	color: #000;
	font-size: 2rem;
	padding: 0;
	font-weight: 600;
}

@media only screen and (max-width: 1000px) {
	.case-values .stats-cards-wrapper {
		justify-content: space-between;
	}
}

@media only screen and (max-width: 860px) {
	.case-values .stats-cards-wrapper {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.case-values .stats-card .stats-title {
		text-align: center;
	}

	.case-values .stats-card {
		margin: 0 0 2rem;
	}
}

/* Case intro
========================================================================== */
.LayoutPage .case-intro {
	padding: 0 2rem;
	background-color: #fff;
	position: relative;
	overflow: hidden !important;
}

.LayoutPage .case-intro .section-block {
	background-color: #f9b232;
}

.case-intro.mw-750 .normaltext-type {
	max-width: 75rem;
}

/* Case intro */
.case-intro .section-block *:not(.btn) {
	color: #000;
	margin: 0 auto;
}

.case-intro-bas {
	position: relative;
}

.case-intro-bas:after {
	content: url(/assets/images/bas-figurmarke-svart.svg);
	filter: grayscale(1) brightness(0);
	width: 40rem;
	text-align: center;
	position: absolute;
	bottom: 3rem;
	left: 8rem;
	opacity: 0.05;
	pointer-events: none;
}

/* Case intro Premium */
.LayoutPage .case-intro.case-intro-premium .section-block {
	background-color: #4dd47c;
}

.case-intro-premium:after {
	content: url(/assets/images/premium-figurmarke-svart.svg);
	filter: grayscale(1) brightness(0);
	width: 40rem;
	text-align: center;
	position: absolute;
	bottom: 3rem;
	left: 8rem;
	opacity: 0.05;
	pointer-events: none;
}

/* Case intro Start */
.LayoutPage .case-intro.case-intro-start .section-block {
	background-color: #33B4F9;
}

.case-intro-start:after {
	content: url(/assets/images/start-figurmarke-svart.svg);
	filter: grayscale(1) brightness(0);
	width: 40rem;
	text-align: center;
	position: absolute;
	bottom: 3rem;
	left: 8rem;
	opacity: 0.05;
	pointer-events: none;
}

@media only screen and (max-width: 1370px) {
	.case-intro-bas .section-title {
		max-width: 70rem;
		margin: 0 auto;
	}

	.case-intro-bas:after {
		left: 3rem;
	}
}

@media only screen and (max-width: 600px) {
	.LayoutPage .case-intro {
		padding: 0;
	}
}

/* Case intro Google ads */
.case-intro-number {
	position: relative;
}

.case-intro-number::after {
	display: block;
	font-size: 34rem;
	font-family: smoothy, sans-serif;
	position: absolute;
	bottom: 0;
	left: 8rem;
	opacity: 0.05;
	filter: grayscale(1) brightness(0);
	pointer-events: none;
	transform: rotate(-12deg);
}

.case-intro-number.fifty::after {
	content: '50%';
}

@media only screen and (max-width: 600px) {
	.case-intro-number::after {
		line-height: 1;
		left: 1rem;
		bottom: unset;
		top: 2rem;
	}
}

@media only screen and (max-width: 480px) {
	.case-intro-number::after {
		font-size: 25rem;
	}
}

/* Case Split
========================================================================== */
.LayoutPage .case-split .section-block {
	background-color: #fff;
	padding: 5rem 2rem;
}

.LayoutPage .case-split .section-block-wrapper {
	max-width: none;
}

.case-split .split-content {
	background-color: #000;
}

.case-split .section-title {
	color: #fff;
}

.case-split p {
	color: #CBCBCB;
}

@media only screen and (max-width: 1100px) {
	.case-split .split-content {
		padding-top: 5rem;
	}
}

@media only screen and (max-width: 600px) {
	.LayoutPage .case-split .section-block {
		background: #000;
		padding: 0 2rem 5rem;
	}
}

/* CTA Service section
========================================================================== */
.cta-service .text-block-center {
	max-width: 75rem;
}

.cta-service .text-block-center p {
	max-width: 50rem;
	margin: 0 auto;
}


@media only screen and (max-width: 550px) {
	.cta-service .contact-options.options-centered {
		margin-bottom: 2rem;
	}

	.cta-service .try-form {
		margin-top: 1rem;
	}

	.cta-service .form-fields {
		flex-direction: column;
	}

	.cta-service .try-form-wrapper.form-centered {
		display: unset;
	}

	.cta-service .btn:not(.cta-btn .btn) {
		display: block;
		width: 100%;
		max-width: none;
	}
}


/* Case Quote
========================================================================== */
.LayoutPage .case-quote .section-block {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.LayoutPage .case-quote .section-block:after {
	content: "";
	display: block;
	position: absolute;
	width: 27vw;
	height: 200vh;
	background: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	right: 0;
	top: -50vh;
	z-index: 0;
}

.case-quote .section-title,
.case-quote q {
	color: #000;
}

.case-quote p {
	padding: 2rem 0 0;
}

.case-quote .text-quote {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.4;
}

.case-quote .small-title {
	font-size: 4rem;
	line-height: 1.1;
	font-weight: 900;
	padding-bottom: 1rem;
}

@media only screen and (max-width: 600px) {
	.LayoutPage .case-quote .section-block:after {
		display: none;
	}

	.case-quote .split-content {
		padding: 4rem 2rem;
	}

	.case-quote .small-title {
		font-size: 2.8rem;
	}
}

/* ==========================================================================
Undersida: Kundcase > Respektive undersida > Babas
========================================================================== */

/* Hero Case > Babas */
.LayoutPage .hero-case.babas .section-block {
	background-image: url('/assets/images/babas-burgare.jpeg');
}

.hero-case.babas .section-title {
	max-width: 50rem;
}

/* ==========================================================================
Undersida: Kundcase > Respektive undersida > N3rdsbar
========================================================================== */

/* Hero Case > N3rdsbar */
.LayoutPage .hero-case.n3rdsbar .section-block {
	background-image: url('/assets/images/n3rdsbar-gron-tunnel.jpeg');
}

.hero-case.n3rdsbar .hero-text .section-title {
	max-width: 50rem;
}

/* ==========================================================================
Undersida: Kundcase > Respektive undersida > Studio Adapt
========================================================================== */
/* Hero Case > Adapt */
.LayoutPage .hero-case.adapt .section-block {
	background-image: url('/assets/images/webbess-studio-adapt-google-1920.jpg');
}

.hero-case.adapt .hero-text p {
	max-width: 50rem;
}

.sub-adapt .case-intro .section-title {
	max-width: 90rem;
	margin: 0 auto;
}

@media only screen and (max-width: 1450px) {
	.hero-case.adapt .hero-text .section-title {
		max-width: 40rem;
	}
}

/* ==========================================================================
Undersida: Kundcase > Respektive undersida > Lastbilen
========================================================================== */
/* Hero Case > Lastbilen  */
.LayoutPage .hero-case.lastbilen .section-block {
	background-image: url('/assets/images/lastbilen-lattlastbil-1440.jpg');
}

.hero-case.lastbilen .hero-text .section-title {
	max-width: 50rem;
}

.LayoutPage .hero-case.lastbilen .section-block:after {
	width: 100vw;
}

@media only screen and (max-width: 600px) {
	.sub-lastbilen .case-quote .section-block {
		padding: 0;
	}
}

/* ==========================================================================
Undersida: Kundcase > Respektive undersida > Byggevallens
========================================================================== */
/* Hero Case > Byggevallens */
.LayoutPage .hero-case.byggevallens .section-block {
	background-image: url('/assets/images/byggevallenselservice-kontor-medarbetare-2000.jpg');
}

.hero-case.byggevallens .hero-text .section-title {
	max-width: 50rem;
}

/* ==========================================================================
Undersida: Kundcase > Respektive undersida > Tassarna Trim
========================================================================== */
/* Hero Case > Tassarna */
.LayoutPage .hero-case.tassarna .section-block {
	background-image: url('/assets/images/webbess-hund-chillar-2000.jpg');
}

.hero-case.tassarna .hero-text {
	max-width: 40rem;
}

/* ==========================================================================
Undersida: Kundcase > Respektive undersida > Chill Out Sushi
========================================================================== */
/* Hero Case > Chill Out Sushi */
.LayoutPage .hero-case.chill-sushi .section-block {
	background-image: url('/assets/images/chilloutsushi-mat-2000.jpg');
}

.hero-case.chill-sushi .hero-text {
	max-width: 40rem;
}

.sub-chill .case-split .section-title {
	max-width: 40rem;
}

/* ==========================================================================
Undersida: Kundcase > Respektive undersida > Breaking Point
========================================================================== */
/* Hero Case > Breaking Point */
.LayoutPage .hero-case.breaking-point .section-block {
	background-image: url('/assets/images/breakingpoint-lokal-900.jpeg');
}

.hero-case.breaking-point .hero-text .section-title {
	max-width: 60rem;
}

.LayoutPage .hero-case.breaking-point .section-block:after {
	width: 100vw;
}

.hero-case.breaking-point .section-title {
	max-width: 100rem;
}

/* ==========================================================================
Undersida: Kundcase > Respektive undersida > Moaxtek
========================================================================== */
.LayoutPage .hero-case.moaxtek .section-block {
	background-image: url('/assets/images/kundcase/moaxtek-arbetsbil-lastbil-1440.jpg');
}

/* ==========================================================================
Undersida: Kundcase > Respektive undersida > Rotebro Golf
========================================================================== */
.LayoutPage .hero-case.rotebrogolf .section-block {
	background-image: url('/assets/images/kundcase/golfbana-sjo-solnedgang-2000.jpeg');
}

.hero-case.rotebrogolf .hero-text p {
	max-width: 50rem;
}

/* ==========================================================================
Undersida: Kundcase > Respektive undersida > Stavegrens & Partners
========================================================================== */
.LayoutPage .hero-case.stavegren .section-block {
	background-image: url('/assets/images/kundcase/stelly-ekonomipartner-mote.jpeg');
}

.hero-case.stavegren .hero-text .section-title {
	max-width: 50rem;
}

/* ==========================================================================
Undersida: Kundcase > Respektive undersida > Latour
========================================================================== */
.LayoutPage .hero-case.latour .section-block {
	background-image: url('/assets/images/kundcase/pwc-2000px.jpg');
}

.LayoutPage .hero-case.latour .section-block::after {
	width: 100vw;
}

/* ==========================================================================
Undersida: Kundcase > Respektive undersida > Latour
========================================================================== */
.LayoutPage .hero-case.nordiskyta .section-block {
	background-image: url('/assets/images/kundcase/nordiskyta-gasen-2000px.jpg');
}

/* ==========================================================================
Undersida: Kundcase > Respektive undersida > Dunderpappa
========================================================================== */
.LayoutPage .hero-case.dunderpappa .hero-text {
	max-width: 90rem;
}

/* ==========================================================================
Undersida: Kundcase > Respektive undersida > Crispy-koncernen
========================================================================== */
.hero-case.crispy .hero-text {
	max-width: 58ch;
}

.hero-case.crispy .hero-text .section-title {
	max-width: 19ch;
}


/* ==========================================================================
Undersida > Bli kund
========================================================================== */
.LayoutPage .hero-client {
	position: relative;
	overflow: hidden;
}

.LayoutPage .hero-client:after {
	content: "";
	display: block;
	position: absolute;
	width: 25vw;
	height: 200vh;
	background: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	right: 0;
	top: -50vh;
	z-index: 0;
	pointer-events: none;
}

.hero-client .split-content {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.LayoutPage .benefits .section-block {
	background-color: #fff;
}

.benefits .heading-type * {
	max-width: 70rem;
	text-align: left;
}

.benefits .section-title,
.benefits p {
	color: #000;
}

.step-cards-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.step-card {
	width: calc(100% / 4 - 2rem);
	margin: 1rem;
	display: inline-block;
	align-self: center;
	text-align: left;
	padding: 5rem 2rem;
	border-radius: .5rem;
	background-color: transparent;
	border: 1px solid #b2b2b2;
	box-shadow: none;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	transform: scale(1);
	position: relative;
	text-decoration: none !important;
}

.step-card:hover {
	background-color: #F9B233;
	transform: scale(1.05);
	box-shadow: 0 .5rem 3rem #d2d4d6;
}

.step-card:nth-child(even) {
	margin-top: 8rem;
}

.step-card::after {
	counter-increment: section;
	content: " 0" counter(section) " ";
	font-size: 2.5rem;
	position: absolute;
	top: -1rem;
	left: -1rem;
	font-weight: 900;
	background-color: #F9B233;
	color: #000;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.238);
	height: 6rem;
	width: 6rem;
	border-radius: 50%;
	justify-content: center;
	display: flex;
	align-items: center;
	z-index: 1;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.step-card:hover::after {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);
}

.step-card .step-icon * {
	font-size: 7rem;
}

.step-card * {
	text-align: center;
	color: #000;
}

.step-card .step-title {
	font-size: 2rem;
	color: #000;
	text-transform: none;
	font-weight: 500;
	margin-top: 2rem;
	padding-bottom: 1.5rem;
}

.step-card p {
	padding: 0;
}

@media only screen and (min-width:2000px) {
	.benefits .heading-type * {
		max-width: 80rem;
	}
}

@media only screen and (max-width:1450px) {
	.benefits .heading-type * {
		max-width: 50rem;
	}
}

@media only screen and (max-width:1100px) {
	.LayoutPage .hero-client .section-block {
		padding-bottom: 0;
	}

	.LayoutPage .hero-client:after {
		display: none;
	}

	.how .split-content {
		padding-top: 0;
	}

	.step-card {
		width: 46%;
	}

	.LayoutPage .step .section-block {
		padding-top: 15rem;
	}
}

@media only screen and (max-width:750px) {
	.step-card {
		width: 100%;
		margin-bottom: 2rem;
	}

	.step-card:nth-child(even) {
		margin-top: 2rem;
	}
}



/* ==========================================================================
Undersida: Bli kund > Prenumerationerna
========================================================================== */
.LayoutPage .subscription .section-block {
	background-color: #fff;
	padding: 2rem;
}

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

.subscription p {
	color: #363636;
}

.LayoutPage .included .section-block {
	background-color: #f8f8f8;
	padding: 2rem 2rem 10rem;
}

.included-items-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2rem 0 4rem;
}

.included-item {
	padding: 5rem 2rem;
	width: calc(100% / 3 - 2rem);
	margin: 1rem;
	text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: .5rem;
}

.included-icon {
	order: 0;
	height: 15rem;
	width: 15rem;
	padding: 2rem;
	box-sizing: border-box;
	box-shadow: -.5rem 1rem 2rem rgb(0 0 0 / 5%);
	border-radius: 50%;
	background: transparent;
	border: .4rem solid #F9B233;
	color: #F9B233;
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
	font-size: 0;
}

.included-item:hover .included-icon {
	-moz-transform: scale(0.75);
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
	background-color: #F9B233;
	color: #000;
	box-shadow: 0px .5rem 2rem rgba(0, 0, 0, 0.05);
}

.included-icon::before {
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Pro';
	content: '\f672';
	font-weight: 900;
	font-size: 5rem;
	position: relative;
	top: 1px;
}

.included-icon.unique-design:before {
	content: '\f672';
}

.included-icon.responsive:before {
	content: '\f87a';
}

.included-icon.free-updates:before {
	content: '\f25b';
}

.included-icon.development:before {
	content: '\f085';
}

.included-icon.personal-service:before {
	content: '\f4b4';
}

.included-icon.happy-customers:before {
	content: '\f5b8';
}

.included-item .included-image {
	width: 20rem;
}

.included-item * {
	text-align: center;
	margin: 0 auto;
}

.included-item .included-title {
	font-size: 2.4rem;
	font-weight: 600;
	padding-bottom: .5rem;
	color: #000;
}

.included-item p {
	padding: 0;
	color: #555;
}

/* Force new columns */
.included-items-wrapper::before,
.included-items-wrapper::after {
	content: "";
	flex-basis: 100%;
	width: 0;
	order: 2;
}

/* Custom items */
.included-premium .included-item {
	background-color: #000;
	border: none;
}

.included-premium .included-item .included-title {
	color: #4dd47c;
}

.included-premium .included-item p {
	color: #fff;
}

/* Custom icons */
.included-icon.blue-icon {
	border: .4rem solid #33B4F9;
	color: #33B4F9;
}

.included-item:hover .included-icon.blue-icon {
	background-color: #33B4F9;
	color: #fff;
}

.included-icon.green-icon {
	border: .4rem solid #4dd47c;
	color: #4dd47c;
}

.included-item:hover .included-icon.green-icon {
	background-color: #4dd47c;
}

@media only screen and (max-width: 1100px) {
	.LayoutPage .subscription .section-block {
		padding: 10rem 2rem;
	}

	.subscription .split-wrapper {
		margin-bottom: 5rem;
	}

	.subscription .split-content.content-gray {
		background: transparent;
		padding-top: 0;
	}

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

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

@media only screen and (max-width: 730px) {
	.included-item {
		width: 100%;
		margin: 0 0 2rem 0;
	}

	.included-item .included-title {
		font-size: 2rem;
	}
}

/* CTA for kontakt
========================================================================== */
.LayoutPage .client-cta {
	background: linear-gradient(to bottom, #f8f8f8 40%, #171717 40%);
}

.LayoutPage .client-cta .section-block {
	padding: 15rem 2rem 5rem;
}

body:not(.EditMode) .client-cta .block-object {
	padding: 6rem 4rem 4rem;
	background: #fff;
	margin-top: -20rem;
	background: #fff;
	border: 1px solid #EAEAEA;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 3%);
	border-radius: 8px;
}

.client-cta .section-title,
.client-cta p {
	color: #000;
}

.client-cta .normaltext-type {
	max-width: none;
}

.client-cta p {
	max-width: 80rem;
	margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
	.client-cta .block-object {
		padding: 6rem 2rem 4rem;
	}
}

/* ========================================================================== 
Undersida: Bli kund > Prenumerationerna > Start
========================================================================== */
.LayoutPage .hero-image.hero-start {
	background-image: url('/assets/images/webbess-gladje-bergochdalbana-2000.jpg');
	background-position: center center;
}

/* ========================================================================== 
Undersida: Bli kund > Prenumerationerna > Bas
========================================================================== */
.LayoutPage .hero-image.bas {
	background-image: url('/assets/images/webbess-farfar-glad-karusell-2000.jpg');
	background-position: center center;
}

/* ========================================================================== 
Undersida: Bli kund > Prenumerationerna > Premium
========================================================================== */
.LayoutPage .hero-image.premium {
	background-image: url('/assets/images/webbess-aldre-par-radiobilar-2000.jpg');
	background-position: center center;
}

.hero-image.premium .section-title {
	max-width: 90rem;
}

.hero-image.premium .line {
	max-width: 30rem;
}

/* Subscription intro
========================================================================== */
.sub-premium .LayoutPage .subscription .section-block {
	background-color: #000;
}

.sub-premium .subscription p,
.sub-premium .text-label {
	color: #fff;
}

@media only screen and (max-width: 1450px) {
	.sub-premium .split-content .section-title {
		max-width: 50rem;
	}

}

/* ==========================================================================
Undersida: Varfor WebbEss
========================================================================== */

/* Hero WebbEss
========================================================================== */
.LayoutPage .hero-webbess {
	background-image: url('/assets/images/webbess-farfar-son-nojespark-2000.jpg');
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.LayoutPage .hero-webbess .section-block {
	min-height: calc(100vh - 10rem);
	background: rgba(0, 0, 0, 0.375);
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 2rem 2rem 5rem 5rem;
}

.LayoutPage .hero-webbess .section-block * {
	text-align: left;
	margin: 0;
}

.hero-webbess .section-title {
	max-width: 60rem;
}

.hero-webbess p {
	color: #fff;
}

@media only screen and (max-width: 1450px) {
	.hero-webbess .section-title {
		max-width: 45rem;
	}
}

@media only screen and (max-width: 600px) {
	.LayoutPage .hero-webbess .section-block {
		min-height: 100vh;
		padding: 15rem 2rem 5rem;
	}
}

/* WebbEss values
========================================================================== */
.LayoutPage .webbess-values .section-block {
	padding: 0 2rem 8rem;
}

.webbess-values .stats-cards-wrapper {
	justify-content: space-between;
}

.webbess-values .stats-card {
	padding: 0 4rem;
}

.webbess-values .stats-card .stats-title {
	font-size: 2rem;
	color: #fff;
}

.webbess-values .stats-card .count {
	font-weight: 700;
}

@media only screen and (max-width: 800px) {
	.LayoutPage .webbess-values .section-block {
		padding: 0 2rem 5rem;
	}

	.webbess-values .stats-cards-wrapper {
		flex-direction: column;
		text-align: center;
	}

	.webbess-values .stats-card {
		padding: 1rem;
		max-width: 100%;
	}
}

/* Team
========================================================================== */
.LayoutPage .team .section-block {
	background: linear-gradient(to bottom, #000 65%, #fff 40%);
	padding-bottom: 2rem;
}

.team .split-wrapper {
	background: #000;
}

@media only screen and (max-width: 600px) {
	.LayoutPage .team .section-block {
		background: #000;
	}
}

/* Instagram
========================================================================== */
.LayoutPage .instagram .section-block {
	background: linear-gradient(to bottom, #fff 40%, #171717 40%);
	padding-bottom: 2rem;
}

@media only screen and (max-width: 600px) {
	.LayoutPage .instagram .section-block {
		background: #000;
	}
}


/* ==========================================================================
Undersida: Varfor WebbEss? > Bloggen 
========================================================================== */

/* Hero Blogg
========================================================================== */
.LayoutPage .hero-blog {
	background-image: url('/assets/images/webbess-arbete-kollegor-1000px.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.LayoutPage .hero-blog .section-block {
	min-height: calc(100vh - 10rem);
	background: linear-gradient(45deg, #b36800, rgb(249 178 50 / 54%));
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 2rem 2rem 5rem 5rem;
}

.LayoutPage .hero-blog .section-block * {
	text-align: left;
	margin: 0;
}

.hero-blog .section-title {
	max-width: 50rem;
}

.hero-blog p {
	color: #fff;
}


/* ==========================================================================
Undersida:  Varfor WebbEss? > Bloggen > Veckans Forvandling
========================================================================== */
.case-block .split-content {
	width: 50%;
	padding: 8rem 5rem;
}

.case-block .split-content .section-title {
	max-width: 60rem;
}

.split-imageblock {
	width: 50%;
	background-color: #000;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.split-imageblock .case-item {
	width: 100%;
	height: 100%;
	position: relative;
}

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

.case-textblock {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 4rem;
	width: 100%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
}

.case-title {
	font-size: 1.8rem;
	line-height: 1;
	padding: 0;
	color: #FFF;
}

.case-block .slick-list,
.case-block .slick-track {
	height: 100%;
}

.case-block .slick-prev {
	left: auto;
	right: 6rem;
	top: auto;
	bottom: 2rem;
	z-index: 1;
}

.case-block .slick-next {
	left: auto;
	right: 2rem;
	top: auto;
	bottom: 2rem;
	z-index: 1;
}

.case-block .slick-prev:before,
.case-block .slick-next:before {
	font-size: 3rem;
	color: #f9b233;
}


@media only screen and (max-width: 1250px) {
	.case-block .split-content {
		width: 100%;
		padding-top: 0;
	}

	.case-block .split-imageblock {
		width: 100%;
	}

	.case-block .split-content .split-text {
		max-width: 80rem;
	}

	.case-block .split-content .section-title {
		max-width: 50rem;
	}
}

@media only screen and (max-width: 1100px) {
	.case-block .split-content {
		padding: 7rem 4rem 7rem 3rem;
	}

	.case-block .split-imageblock {
		padding: 3rem 0;
	}
}

@media only screen and (max-width: 600px) {
	.case-block .split-content {
		padding: 0 0 4rem;
	}
}


/* ==========================================================================
Undersida: Karriar
========================================================================== */
.hero-career .section-title {
	max-width: 80rem;
}

.LayoutPage .vision .section-block-wrapper {
	display: flex;
	align-items: center;
}

.LayoutPage .vision .col-1 {
	padding-right: 5rem;
}

.LayoutPage .vision .col-2 {
	padding: 4rem;
	background-color: #f9b233;
	border-radius: .6rem;
}

.LayoutPage .vision .col-2 p,
.LayoutPage .vision .col-2 li {
	color: #000;
}

.LayoutPage .vision .inline-title {
	display: inline-block;
}

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

	.LayoutPage .vision .col-block {
		width: 100%;
	}
}

@media only screen and (max-width: 510px) {
	.LayoutPage .vision .col-2 {
		padding: 4rem 2rem !important;
	}
}

@media only screen and (max-width: 340px) {
	.LayoutPage .vision .col-2 {
		padding: 2rem !important;
	}
}


/* Vad vi soker
========================================================================== */
.LayoutPage .attributes {
	background-image: url('/assets/images/webbess-mindset-2000.jpg');
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 40% center;
}

.attributes .text-wrapper-inner {
	max-width: 80rem;
}

.attributes .section-title {
	max-width: 16ch;
}

@media only screen and (max-width: 1400px) {
	.LayoutPage .attributes .section-block {
		background-color: rgba(0, 0, 0, 0.3);
	}
}

/* Jobbkort
========================================================================== */
.LayoutPage .work .section-block {
	padding: 8rem 2rem;
	background-color: #fff;
}

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

.work-items-wrapper {
	margin-top: 2rem;
}

.work-item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3rem;
	margin-bottom: 2rem;
	border: 1px solid #333;
	background: #171717;
	border-radius: 8px;
	overflow: hidden;
}

.work-logo img {
	filter: invert(100);
	position: absolute;
	top: 1rem;
	left: 0;
	padding: 1rem;
	align-self: center;
}

.work-content {
	width: 65%;
}

.work-title {
	max-width: 60rem;
	font-size: 2.4rem;
	color: #fff;
	font-weight: 700;
}

.work-text .description {
	font-size: 1.6rem;
	padding-top: 1rem;
}

.facts {
	margin: 0 0 2rem;
}

.facts span {
	padding: 2px 12px;
	background: rgb(255 255 255 / 11%);
	border: 1px solid rgb(255 255 255 / 5%);
	border-radius: 2rem;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1;
}

.work-link {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

/* Spontansokan */
.work-item.spontaneous {
	background-color: #F9B233;
	border-color: hsl(38, 94%, 69%);
}

.work-item.spontaneous:after {
	filter: invert(1);
}

.work-item.spontaneous *:not(.btn) {
	color: #000;
}

.a-normal {
	line-height: 1.7;
	font-size: 1.7rem;
	color: #d9d9d9;
	font-family: inherit;
	font-weight: 400;
	text-decoration: none;
}

@media only screen and (max-width: 1450px) {
	.hero-career .section-title {
		max-width: 60rem;
	}

}

@media only screen and (max-width: 1100px) {
	.work .section-title {
		text-align: left;
	}
}

@media only screen and (max-width: 860px) {
	.work-item {
		display: block;
	}

	.work-content {
		width: 100%;
	}
}

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

}

/* ==========================================================================
Undersida: Karriar > Respektive tjanst
========================================================================== */
.LayoutPage .hero-role {
	overflow: hidden;
	position: relative;
}

.LayoutPage .hero-role:after {
	content: "";
	display: block;
	position: absolute;
	width: 25vw;
	height: 200vh;
	background: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	left: 0;
	top: -50vh;
	z-index: 0;
}

.EditMode .LayoutPage .hero-role:after {
	display: none;
}

.hero-role .split-content {
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.LayoutPage .easy-apply .section-block-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.LayoutPage .easy-apply .col-0 {
	width: 60%;
}

.LayoutPage .easy-apply .col-1 {
	width: 40%;
	position: sticky;
	top: 15rem;
	align-self: flex-start;
	background-color: #F9B233;
	box-shadow: 0 .1rem 4rem rgba(97, 96, 96, 0.1);
	padding: 4rem !important;
	overflow: hidden;
}

.easy-apply .col-1:after {
	content: url('/assets/images/webbess-logo-white.svg');
	width: 45rem;
	text-align: center;
	position: absolute;
	top: -10rem;
	right: -3rem;
	opacity: 0.05;
	pointer-events: none;
	filter: invert(1);
}

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

@media only screen and (max-width: 1250px) {
	.LayoutPage .easy-apply .col-0 {
		width: 70%;
	}

	.LayoutPage .easy-apply .col-1 {
		width: 30%;
		padding: 2rem !important;
	}

	.apply-box .section-title {
		font-size: 2.5rem;
	}
}

@media only screen and (max-width: 1100px) {
	.LayoutPage .hero-role:after {
		display: none;
	}

	.hero-role .split-text {
		max-width: 70rem;
	}

	.LayoutPage .easy-apply .col-block {
		width: 100%;
	}

	.LayoutPage .easy-apply .col-1 {
		position: relative;
		top: 0;
	}
}

/* ==========================================================================
Undersida: Karriar > Spontanansokan
========================================================================== */
.LayoutPage .job-apply .section-block {
	padding-top: 15rem;
}

.LayoutPage .job-apply .section-block-wrapper {
	max-width: none;
}

.job-apply .col-0{
	max-width: 70rem;
	margin: auto;
		background-color: #fff;
		padding: 4rem;
}

.job-apply .ContactForm div {
  width: 100% !important;

}

.job-apply div.ContactFormName.text-field,
.job-apply div.ContactFormEmail.text-field,
.job-apply div.ContactFormField.phone-field  {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  height: 6rem;
}
.job-apply  .Contact .ContactForm input.text{
	width: 60%;
}

.job-apply .asterisk p:after {
    content: "*";
    font-size: 1.6rem;
    font-weight: 400;
    margin-left: 6px;
    color: red;
}
.job-apply .LayoutPage .form-part .ContactSentMessage, .Contact .ContactSentMessage{
	background-color: #F9B233 !important;
}

@media only screen and (max-width: 770px) {
.job-apply div.ContactFormName.text-field,
.job-apply div.ContactFormEmail.text-field,
.job-apply div.ContactFormField.phone-field  {
  display: flex;
  flex-direction: column;
    margin-bottom: 3rem;
}
.job-apply  .Contact .ContactForm input.text{
	width: 100%;
}
}


/* ==========================================================================
Undersida / Formular for samtliga tjanster
========================================================================== */
body:not(.EditMode) .section-modal {
    display: none;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.608);
}

body:not(.EditMode) .section-modal .section-block {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 4rem);
    max-width: 65rem;
    max-height: 80vh;
    padding: 2rem;
    border-radius: 0;
    overflow: auto;
    background: #ffffff;
    transform: translate(-50%, -50%);
}

.section-modal .close-modal {
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 3rem;
    cursor: pointer;
}

/* ==========================================================================
Undersida: Kontakt / Kundservice / Prova gratis
========================================================================== */
.LayoutPage .section-contact .section-block,
.LayoutPage .section-try-free .section-block {
	background-color: #fff;
	padding-top: 0;
}

.LayoutPage .section-contact .section-block-wrapper {
	display: flex;
	justify-content: space-between;
}

.LayoutPage .section-try-free .section-block-wrapper {
	display: flex;
	justify-content: center;
}

/* .LayoutPage .section-process .section-block-wrapper {
	border-top: 1px solid #EAEAEA;
} */

.LayoutPage .section-process .cards-14 .card-item {
	flex-direction: column;
}

.LayoutPage .section-process .cards-14 .icon-wrapper {
	width: 14rem;
	height: 14rem;
	background-color: transparent;
	margin: 0 0 2rem;
}

.LayoutPage .section-process .cards-14 .contact-info {
	margin-right: 1.5rem;
}

.LayoutPage .section-process .cards-14 .contact-info::before {
	counter-increment: section;
	content: counter(section) " ";
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 900;
	background-color: #F9B233;
	color: #000;
	height: 2.6rem;
	width: 2.6rem;
	margin: 1rem;
	border-radius: 50%;
}

.LayoutPage .section-process .cards-14 .text-wrapper {
	text-align: center;
}

.LayoutPage .section-process .cards-14 .card-item .icon-wrapper i {
	font-size: 4rem;
}

.LayoutPage .section-process .cards-14 .card-item:hover .icon-wrapper i {
	color: #F9B233;
}

@media only screen and (max-width: 580px) {
	.LayoutPage .section-process .cards-14.mt-3 {
		margin: 0;
	}

	.LayoutPage .section-process .text-block {
		text-align: center;
		margin: auto;
	}
}

.LayoutPage .section-contact .col-0 {
	width: 40%;
	padding-top: 10rem;
}

.section-contact .col-0 * {
	text-align: left;
}

.section-contact .col-0 p {
	max-width: 75rem;
}

.LayoutPage .section-contact .col-1 {
	position: relative;
	z-index: 1;
	padding: 4rem;
	max-width: 50rem;
	margin-left: auto;
	margin-top: -7rem;
	background: #fff;
	border: 1px solid #EAEAEA;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
	border-radius: 8px;
}

.LayoutPage .section-try-free .col-0 {
	position: relative;
	z-index: 1;
	padding: 4rem;
	max-width: 80rem;
	margin: -10rem auto 0;
	background: #fff;
	border: 1px solid #EAEAEA;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
	border-radius: 8px;
}

@media only screen and (max-width: 480px) {
	.LayoutPage .section-try-free .col-0 .col-wrapper {
		padding: 2rem;
	}
}

/* Kontaktformular */
.LayoutPage .grecaptcha-badge {
	display: none !important;
}

.LayoutPage .section-contact .ContactForm,
.LayoutPage .section-try-free .ContactForm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}

.LayoutPage .section-contact .ContactForm div,
.LayoutPage .section-try-free .ContactForm div {
	width: 49%;
}

.LayoutPage .section-try-free .ContactFormMessage {
	display: none;
}

.LayoutPage .section-try-free .Contact .ContactForm input.ContactSubmit {
	margin: 2rem 0 0;
}

.LayoutPage .form-part .ContactSentMessage {
	background-position: 3% 50%;
}

.LayoutPage .Contact .ContactForm input.text,
.LayoutPage .Contact .ContactForm textarea.textmessage {
	border-radius: .5rem;
}

.LayoutPage .Contact .ContactForm textarea.textmessage {
	height: 15rem;
}

.LayoutPage .Contact .ContactForm div.ContactFormMessage {
	position: static;
	width: 100%;
}

.Contact .ContactForm input {
	height: 4rem !important;
}

.Contact .ContactForm div.ContactFormMessage p,
.Contact .ContactForm .ContactFormEmail p,
.Contact .ContactForm .ContactFormField p,
.Contact .ContactForm .ContactFormName p {
	color: #000;
	margin-top: .5rem;
	font-size: 1.4rem;
	font-weight: 500;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit {
	display: block !important;
	width: 100% !important;
	background-color: #F9B233;
	color: #000;
	padding: 1.2rem 2rem;
	font-family: inherit;
	font-weight: 600;
	font-size: 1.4rem;
	text-align: center;
	border-radius: .8rem;
	margin: 0;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit:hover {
	background-color: #ffc35b;
}

.LayoutPage .Contact .ContactForm::placeholder {
	font-family: inherit;
	color: #696969;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-size: 1.5rem;
	letter-spacing: 1px;
}

.hero-contact select {
	background-color: #F9B233;
	border: 0;
	border-radius: .5rem;
	width: auto;
	max-width: 50rem;
	height: auto;
	padding: 1rem 2rem;
	font-size: 1.6rem;
	color: #000;
	font-weight: 400;
	margin-left: 1rem;
	cursor: pointer;
}

.hero-contact select::marker {
	margin-left: -1rem;
}

/* Flera olika kontaktformular */
.multiple-form {
	display: none;
}

.EditMode .multiple-form {
	display: block !important;
}

.LayoutPage .multiple-form .section-block {
	padding: 0 2rem 2rem;
	background: #fff;
}

.multiple-form .heading-type * {
	text-align: left;
	color: #000;
	max-width: 80rem;
}

@media only screen and (max-width: 1100px) {
	.hero-contact .split-content:last-child {
		padding: 4rem;
	}

	.LayoutPage .section-contact .section-block-wrapper {
		flex-direction: column;
		justify-content: flex-start;
	}

	.LayoutPage .section-contact .col-block {
		width: 100%;
	}

	.LayoutPage .section-contact .col-0 {
		padding-bottom: 5rem !important;
	}

	.LayoutPage .section-contact .col-1 {
		margin: 0 auto;
	}
}

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

	.hero-contact .split-content:first-child {
		width: 100%;
		order: 1;
		padding: 0;
	}

	.hero-contact .split-content:last-child {
		width: 100%;
		order: 0;
		margin-bottom: 4rem;
	}
}

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

	.LayoutPage .section-contact .col-1 {
		padding: 2rem;
	}
}


@media only screen and (max-width: 480px) {
	.LayoutPage .section-contact .col-0 {
		padding-top: 5rem !important;
	}

	.LayoutPage .section-contact .col-1 {
		padding: 2rem !important;
	}
}


/* Karta
========================================================================== */
.section-contactoptions .section-block-wrapper {
	border-top: 1px solid #EAEAEA;
}

.LayoutPage .map .section-block {
	padding: 0 2rem 2rem 2rem;
	background: linear-gradient(to bottom, #fff 40%, #000 20%);
}

@media only screen and (max-width: 500px) {
	.map iframe {
		height: 35rem;
	}
}

/* ==========================================================================
Prova tjansten
========================================================================== */
.sub-try-service .cta-btn .btn:first-child {
	background: #F9B233;
	color: #000;
}

.LayoutPage .try .section-block {
	min-height: 100vh;
	position: relative;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15rem 2rem 10rem;
}

.LayoutPage .try .section-block-wrapper {
	max-width: 170rem;
	width: 100%;
}

.try .split-content {
	padding: 0 4rem 0 0;
	width: 60%;
}

.try .split-image {
	width: 30%;
}

.contact-options {
	margin: .5rem 0;
	font-style: normal;
}

.contact-option {
	display: flex;
	margin: .2rem 0;
	align-items: center;
	color: #fff;
	letter-spacing: normal;
	font-weight: 400;
	text-transform: none;
	font-size: 1.5rem;
}

.contact-option:hover {
	color: #F9B233;
}

.contact-option::before {
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-size: inherit;
	margin-right: 1.5rem;
	vertical-align: middle;
	color: #F9B233;
	width: 1rem;
	text-align: center;
}

.contact-option:hover::before {
	text-decoration: none !important;
}

.green-options .contact-option::before {
	color: #4dd47c;
}

.contact-option.address::before {
	content: '\f3c5';
}

.contact-option.phone::before {
	content: '\f879';
}

.contact-option.mail::before {
	content: '\f0e0';
}

.contact-options.options-centered {
	display: flex;
	justify-content: center;
}

.contact-options.options-centered .contact-option {
	margin: 0 1rem;
}

.try-form-wrapper {
	margin-top: 2rem;
}

.try-form-wrapper.form-centered {
	display: flex;
	justify-content: center;
}

.form-fields {
	display: flex;
}

.form-fields input:first-child {
	margin-right: 1rem;
}

.form-fields input {
	padding: 1rem;
	display: inline-block;
	border: 1px solid #333;
	border-radius: 4px;
	display: block;
	height: 4rem;
}

.has-error input {
	border-color: red !important;
}

#error-container {
	display: none;
}

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

	.try .split-wrapper {
		justify-content: flex-start;
	}

	.try .split-content {
		width: 100%;
		order: 0;
		padding: 0 0 5rem;
	}

	.try .split-image {
		width: 100%;
		order: 1;
		max-width: 30rem;
	}
}

@media only screen and (max-width: 700px) {
	.try .split-wrapper {
		justify-content: initial;
	}

	.try .split-image {
		display: none;
	}

	.try .split-content {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 510px) {
	.form-fields {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.form-fields input:first-child {
		margin: 0 0 1rem 0;
	}

	.contact-options.options-centered {
		flex-direction: column;
	}

	.contact-options.options-centered .contact-option {
		margin: 1rem 0;
		justify-content: center;
	}
}

/* Prova tjansten 2.0
========================================================================== */
.LayoutPage .hero-test {
	background: transparent !important;
	position: relative;
	overflow: hidden;
}

.LayoutPage .hero-test .section-block {
	min-height: 70vh;
}

.try-service-new .split-wrapper {
	margin-top: -30rem;
	background-color: rgba(0, 0, 0, 0.8);
}

.try-service-new .split-text {
	width: 100%;
}

.try-service-new .split-content {
	padding: 5rem;
}

.try-service-new .split-content .section-title {
	max-width: 60rem;
}

.try-service-new .split-content:last-child {
	background-color: #fff;
}

.try-service-new .split-content:last-child * {
	color: #000;
}

.try-service-new .contact-option {
	font-size: 2.5rem;
	text-decoration: none !important;
	padding: 2rem;
}

.try-service-new .contact-option:hover {
	background-color: #f8f8f8;
}

.try-service-new .contact-option::before {
	width: 3rem;
}

.try-service-new .try-form {
	display: block;
}

.try-service-new .form-fields {
	flex-direction: column;
}

.try-service-new input[type="text" i] {
	margin: 1rem 1rem 1rem 0;
}

.LayoutPage .title-text .section-block-wrapper {
	display: flex;
	align-items: center;
}

.LayoutPage .title-text .col-1 {
	padding-left: 0;
}

.title-text .btn-wrapper {
	margin: 0;
}

@media only screen and (max-width: 1100px) {
	.LayoutPage .title-text .section-block {
		padding-top: 15rem;
	}

	.LayoutPage .title-text .section-block-wrapper {
		flex-direction: column;
	}
}

@media only screen and (max-width: 510px) {
	.try-service-new .split-content {
		padding: 2rem;
	}

	.try-service-new .contact-option {
		font-size: 2rem;
	}

	.LayoutPage .hero-test .section-block {
		min-height: 50vh;
	}
}

@media only screen and (max-width: 350px) {
	.try-service-new .contact-option {
		padding: 2rem 0;
	}
}


/* ==========================================================================
Logga in
========================================================================== */
.LayoutPage .apply {
	background-image: url(/assets/images/kvinna-som-slipper-2000.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.LayoutPage .apply .section-block {
	background: rgba(0, 0, 0, 0.712);
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

/* Form */
.apply-form {
	background: #fff;
	padding: 4rem 2rem;
	width: 100%;
	min-width: 40rem;
	border-radius: 1rem;
}

.apply-form .small-title {
	padding-bottom: 2rem;
	color: #000;
}

.apply-form .input-fields {
	margin-bottom: 1rem;
	width: 100%;
	max-width: 100%;
}

.apply-form input[type="submit"] {
	display: block;
	width: 100%;
	cursor: pointer;
}

.apply-form input[type=text],
.apply-form select,
input[type="password" i] {
	padding: 1rem;
	display: inline-block;
	border: 1px solid #333;
	border-radius: 4px;
	display: block;
	width: 100%;
	height: 5rem;
}

input[type="text" i] {
	margin-bottom: 1rem;
}

.apply-form input[type="submit"] {
	padding: 1.2rem 2rem;
	border-radius: .6rem;
	border: .1rem solid #F9B233;
	background-color: #F9B233;
	color: #000;
	font-weight: 600;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}

.apply-form a {
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	padding-top: 1rem;
}

@media only screen and (max-width: 440px) {
	.apply-form {
		min-width: initial;
		max-width: 100%;
	}
}

/* ==========================================================================
Undersida: Kampanj 50% rabatt i 3 manader
========================================================================== */
.LayoutPage .offer {
	background-image: url('/assets/images/webbess-farfar-glad-karusell-2000.jpg');
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.LayoutPage .offer .section-block {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.704), rgba(0, 0, 0, 0.94));
}

.LayoutPage .offer .section-block-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.LayoutPage .offer .col-0 {
	width: 60%;
}

.LayoutPage .offer .col-1 {
	width: 40%;
}

.offer .Contact .ContactForm div.ContactFormMessage p,
.offer .Contact .ContactForm .ContactFormEmail p,
.offer .Contact .ContactForm .ContactFormField p,
.offer .Contact .ContactForm .ContactFormName p {
	color: #fff;
	margin-top: .5rem;
}

.LayoutPage .offer .ContactForm {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.LayoutPage .offer .ContactForm div {
	width: 100%;
}

.LayoutPage .offer .Contact .ContactForm div.ContactFormMessage {
	width: 100%;
	position: static;
	display: none;
}

.LayoutPage .offer .Contact .ContactForm textarea.textmessage {
	height: 15rem;
}

.LayoutPage .offer .Contact .ContactForm input.ContactSubmit {
	width: 100% !important;
	max-width: 100%;
	margin: 0;
	text-align: center;
}

@media only screen and (max-width: 1150px) {
	.LayoutPage .offer .section-block-wrapper {
		flex-direction: column;
	}

	.LayoutPage .offer .col-block {
		width: 100% !important;
		padding: 0;
	}
}

/* ==========================================================================
Undersida: Prova WebbEss helt gratis
========================================================================== */
.section-try-free .Contact .ContactForm .ContactFormField:nth-of-type(5) {
	display: none;
}

/* ==========================================================================
Undersida: Google Ads
========================================================================== */
.LayoutPage .section-google .col-1 {
	padding: 4rem;
	background-color: #f9b233;
	border-radius: .6rem;
}

.LayoutPage .section-google .col-1 p {
	color: #000;
}

.sub-google-ads .google-ads-topsection .section-title {
	font-size: 8rem;
	font-weight: 900;
	line-height: 0.9;
}

.sub-google-ads .google-ads-topsection h3.section-title {
	font-weight: 300;
	font-family: inherit;
	font-size: 2.5rem;
	line-height: 1.1;
}

/* .sub-google-ads .bg-image {
	position: relative;
	background: linear-gradient(90deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
} */

/* CTA Form */
.sub-google-ads .try-form-wrapper {
	display: inline-block;
	width: 100%;
}

.sub-google-ads .try-form {
	display: flex;
	justify-content: center;
}

.sub-google-ads .form-fields input:first-child {
	margin-right: 1rem;
}

.sub-google-ads .form-fields input {
	border: none;
	margin-bottom: 0;
	border-radius: 8px;
	height: 5rem;
	font-size: 16px;
}

.sub-google-ads .try-form button {
	margin-left: 0;
	min-width: 18rem;
	height: 5rem;
	text-align: center;
	font-size: 1.8rem;
}


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

	.LayoutPage .section-google .col-0,
	.LayoutPage .section-google .col-1 {
		width: 100%;
	}

	.LayoutPage .section-google .text-block {
		max-width: 60rem;
	}
}

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

	.sub-google-ads .try-form-wrapper.form-centered {
		display: block;
	}

	.sub-google-ads .try-form,
	.sub-google-ads .form-fields {
		flex-direction: column;
	}

	.sub-google-ads .form-fields input:first-child {
		margin-right: 0;
	}

	.sub-google-ads .form-fields input {
		margin-bottom: 1rem;
	}

	.sub-google-ads .try-form button {
		display: block;
		margin: 1rem auto;
		max-width: 100%;
		text-align: center;
	}

}

@media only screen and (max-width: 650px) {
	.sub-google-ads .google-ads-topsection h1 {
		white-space: nowrap;
		padding-bottom: 1.5rem;
	}

	.sub-google-ads .google-ads-topsection h3.section-title {
		font-size: 2rem;
	}

	.sub-google-ads .google-ads-topsection h1.section-title {
		font-size: 4.8rem;
	}
}

@media only screen and (max-width: 480px) {
	.sub-google-ads .form-fields input {
		min-width: 20rem;
	}
	.LayoutPage .section-google .layout-2 .col-block.col-1 {
		padding: 2rem !important;
	}
}

/* Varfor
========================================================================== */
.LayoutPage .section-google-why .section-title .color-primary {
	color: #F9B233;
}

.LayoutPage .section-google-why .included-icon::before {
	display: none;
}

.LayoutPage .section-google-why .included-icon i {
	font-weight: 900;
	font-size: 5rem;
	position: relative;
	top: 1px;
	color: #f9b233;
}

.LayoutPage .section-google-why .included-item:hover .included-icon {
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	background-color: transparent;
}

.LayoutPage .section-google-why .included-item .included-title {
	font-size: 2.6rem;
	padding-bottom: 1rem;
}

@media only screen and (max-width: 480px) {
	.LayoutPage .section-google-why .section-title {
		font-size: 2.4rem;
		padding-bottom: 1rem;
	}
}

/* .SubPage .LayoutPage .section-slipper .section-block {
	padding-bottom: 21rem;
} */

.LayoutPage .section-google-cta .section-block {
	padding: 5rem;
}

.LayoutPage .section-google-cta .cta-wrapper {
	padding: 4rem;
	margin-top: -12rem;
}

.LayoutPage .section-google-cta .cta-wrapper .section-title {
	margin-top: -6rem;
	margin-left: -4rem;
}

.LayoutPage .section-google-cta .cta-wrapper i {
	position: relative;
	top: -1rem;
	left: -2rem;
	transform: rotate(-11deg);
	font-size: 11rem;
}

@media only screen and (max-width: 1550px) {
	.LayoutPage .section-google-cta .cta-wrapper .section-title {
		font-size: 5rem;
	}
}

@media only screen and (max-width: 900px) {
	.LayoutPage .section-google-cta .cta-wrapper .section-title {
		display: flex;
		flex-direction: column;
		font-size: 4rem;
		margin-left: 0;
	}

	.LayoutPage .section-google-cta .cta-wrapper i {
		top: -2rem;
		left: 0;
		transform: rotate(-11deg);
		font-size: 9rem;
	}
}

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

	.LayoutPage .section-google-cta .cta-wrapper {
		padding: 4rem 2rem;
	}

	.LayoutPage .section-google-cta .cta-wrapper .section-title {
		font-size: 2.5rem;
	}
}

/* Varfor - svart
========================================================================== */
.section-google-why.why-ads .included-item {
	border: 1px solid #333;
    background: #171717;
} 

.section-google-why.why-ads .included-item .included-title {
	color: #FFF;
}

.section-google-why.why-ads .included-item p {
	color: #eee;
}

/* ==========================================================================
Undersida: Google Ads > Kundresa
========================================================================== */

/* Popup
========================================================================== */
body:not(.EditMode) .section-case-popup .section-block,
body:not(.EditMode) .section-case-popup .section-block-wrapper {
	padding: 0;
	max-width: none;
}

.EditMode .section-case-popup .popup-wrapper {
	position: static;
	display: block;
}

.EditMode .section-case-popup .popup-window {
	position: static;
	opacity: 1;
	visibility: visible;
	display: block;
}

/* Sifforrna talar for sig sjalv
========================================================================== */
.section-numbers.case-intro .text-block-center {
	margin-bottom: 3rem;
}

.cards-stats-wrapper .included-item {
	padding: 2rem 2rem 4rem 2rem;
	margin: 1rem !important;
	border: none;
	background-color: #FFF;
}

.cards-stats-wrapper .included-icon .small-title {
	font-size: 4rem;
}

.cards-stats-wrapper .included-icon::before {
	display: none;
}

.cards-stats-wrapper .exp {
	padding-top: 1rem;
}

.cards-stats-wrapper .exp p {
	font-size: 1.5rem;
	font-style: italic;
	color: #535353 !important;
}

@media only screen and (max-width: 730px) {
	.cards-stats-wrapper .included-item {
		padding: 2rem;
	}
}

/* Citat
========================================================================== */
.LayoutPage .section-ads-case.case-quote .section-block::after {
	right: 2rem;
	background-color: #f9b232;
}

/* Text
========================================================================== */
/* .LayoutPage .section-ads-text {
    padding: 0 2rem;
    background: #FFF;
}

.section-ads-text .section-block {
	background-color: #f9b232;
}

.section-ads-text .section-title,
.section-ads-text p {
	color: #000;
} */

/* Kundinfo (paket, antal manader, uppdateringar)
========================================================================== */
.LayoutPage .section-ads-values.case-values {
	padding: 0 2rem;
	background: #FFF;
}

.LayoutPage .section-ads-values.case-values .section-block {
	padding: 5rem 2rem;
	background-color: #f9b232;
}

.section-ads-values .stats-cards-wrapper {
	align-items: center;
}

.section-ads-values img {
	width: 10rem;
	background: #FFF;
	padding: 1rem;
	border-radius: 50%;
}

@media only screen and (max-width: 600px) {
	.LayoutPage .section-ads-values.case-values {
		padding: 0;
	}
}

/* CTA
========================================================================== */
.LayoutPage .section-ads-cta {
	padding: 5rem 2rem;
	background: #FFF;
}

.LayoutPage .section-ads-cta .section-block {
	background: #000;
}

.section-ads-cta .text-block-center {
	max-width: 105rem;
}

.section-ads-cta p {
	max-width: 60rem;
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {
	.LayoutPage .section-ads-cta {
		padding: 0;
	}
}

/* ==========================================================================
Undersida: Nordrest Login Skapa nya sidor
========================================================================== */
.sub-nordrest .section-wrapper {
	background-color: #fff;
}

.sub-nordrest .section-nordrest .section-block {
	padding-top: 15rem;
}

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

.sub-nordrest img {
	margin-bottom: 2rem;
}

.sub-nordrest .contact-form-group {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.sub-nordrest .Contact .ContactForm div,
.sub-nordrest .Contact .ContactForm div.ContactFormMessage {
	width: 100%;
	position: relative;
	top: unset;
	left: unset;
	display: inline-block;
}

.sub-nordrest .Contact .ContactForm textarea.textmessage {
	height: auto;
	min-height: 10rem;
}

.sub-nordrest .Contact .ContactForm input.ContactSubmit {
	max-width: none;
	margin: 0 auto;
	display: block;
}

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

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

.footer img {
	width: 10rem;
}

.footer .footer-heading {
	font-size: 1.6rem;
	text-transform: none;
	font-weight: 600;
	letter-spacing: 0;
	padding-bottom: 1rem;
	color: #F9B233;
}

.footer p,
.footer a,
.footer li,
.footer-submenu li {
	text-align: left;
	font-size: 1.5rem;
	color: inherit;
	font-weight: 400;
}

.footer li {
	line-height: 3;
}

.footer a:hover:not(.btn) {
	color: #F9B233;
}

.footer .btn {
	color: #000;
	font-weight: 600;
}


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

/* FOOTER MENU */
.footer-nav {
	width: 100%;
	margin-bottom: 6rem;
	text-align: right;
}

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

.footer-menu {
	text-align: left;
}

.footer-menu:first-child {
	width: 20rem;
}

/* Form */
.footer-form .input-fields {
	display: flex;
	margin-bottom: 1rem;
}

.footer input[type="submit"] {
	font-weight: 600;
}

.footer input[type=text],
.footer select {
	padding: .7rem .5rem;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 4px;
	display: block;
}

.input-fields #footerLeadFirstName {
	margin-right: 1rem;
}

.footer-form-wrapper .btn:last-child {
	margin-left: 1rem !important;
}

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

.footer-menu:last-child {
	width: 100%;
	margin-top: 15rem;
}

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

.footer-menu-link:hover {
	text-decoration: none !important;
}

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

.footer .social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 3.5rem;
	height: 3.5rem;
	margin: 0 1rem 0 0;
	padding: 0;
	border-radius: 2rem;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background-color: transparent;
	color: rgba(255, 255, 255, 0.7);
	transition: 0.3s ease-in-out;
}

.footer .social:hover {
	background-color: #F9B233;
	border-color: #F9B233;
	color: #000 !important;
	text-decoration: none;
}

.footer .social::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	font-size: 1.5rem;

	position: relative;
	top: 1px;
}

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

.social-linkedin::before {
	content: '\f0e1';
}

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

/* Footer Bottom */
.footer-bottom {
	border-top: 1px solid rgba(139, 139, 139, 0.683);
	margin: 0 auto;
	width: 100%;
	padding: 2rem 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	line-height: 1rem;
}

.footer .footer-bottom * {
	font-size: 1.2rem;
	padding: 0;
}

.footer-bottom .info-list {
	padding-inline-start: 0;
	list-style-type: none;
	display: flex;
}

.footer-bottom .info-list li {
	margin-right: 2rem;
	font-size: 1.2rem;
}

@media only screen and (max-width: 1150px) {
	.footer-nav {
		padding-left: 0;
		margin-bottom: 5rem;
	}

	.footer-menu-wrapper {
		flex-wrap: wrap;
	}

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

	.footer-menu:first-child {
		width: 100%;
		padding-bottom: 5rem;
	}

	.footer input[type=text],
	.footer select {
		max-width: 40rem;
	}

	.footer-menu:last-child {
		width: 100%;
		margin-top: 5rem;
	}

	.footer .social {
		margin: 0 1rem 0 0;
	}
}

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

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

	.footer-menu {
		width: 50%;
	}
}

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

	.footer .container {
		padding: 5rem 2rem 0;
	}

	.footer-menu {
		width: 100%;
		padding: 0 0 3rem 0;
	}

	.footer-menu:last-child {
		padding-bottom: 0;
	}

	.footer button {
		max-width: 100%;
		width: 100%;
	}

	.footer-form-wrapper .btn:last-child {
		margin-left: 0 !important;
		margin-top: 1rem;
		max-width: 100%;
	}
}

@media only screen and (max-width: 415px) {
	.footer-form .input-fields {
		flex-direction: column;
		flex-wrap: wrap;
	}

	.input-fields #footerLeadFirstName {
		margin-right: 0;
	}
}