/* KLV */

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

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

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

html {
	font-size: 62.5%;
}

body {
	background-color: #fff;
	background-position: center 80% !important;
	overflow-x: hidden !important;
	background-attachment: fixed !important;
}

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

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

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

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

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

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

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

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

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

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

/* Brodtext & lankar */ 
p {
	line-height: 1.7;
	font-size: 1.9rem;
	color: #878787;
	font-family: inherit;
	font-weight: 300;
	text-decoration: none;
}

p {
	padding: 0 0 1.2em 0;
}

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

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

a.link {
	font-weight: 500;
	color: inherit;
	font-size: 1.5rem;
}

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

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

h2 {
	font-size: 4.2rem;
	padding-bottom: 2rem;
	font-weight: 200;
}

h1,
.section-title {
	font-size: 4rem;
	padding-bottom: 2rem;
	line-height: 1.4;
	font-weight: 700;
}

.text-label {
	font-size: 1.7rem;
	padding-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 400;
	color: #E22739;
}

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

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

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

/* Speciella klasser */ 
.bold, .text-bold {
	font-weight: 700;
	padding: 0;
}

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

	h1,
	h2,
	h3,
	.section-title {
		font-size: 3.5rem;
		padding-bottom: 2rem;
	}
}

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

	h1,
	h2,
	h3,
	.section-title {
		font-size: 2.8rem;
		padding-bottom: 2rem;
	}
}

/* Knappar & speciella lankar
========================================================================== */

/* Btn wrapper */ 
.btn-wrapper {
	margin-top: 2rem;
}

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

.btn {
	font-family: inherit;
	max-width: 50rem;
	width: auto;
	padding: 1.8rem 3rem;
	border-radius: .6rem;
	text-align: center;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: .15em;
	line-height: 1.3;
	font-weight: 400;
	background: #fff;
	border: 2px solid;
	border-color: #fff;
	color: #000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
}

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

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

.btn-primary:hover {
	background: #b7103a;
	border-color: #b7103a;
	color: #fff;
}

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

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

@media only screen and (max-width:550px) {
	.btn {
		display: block;
		margin: 1.5rem 0;
	}
}

/* Bakgrunder & farger
========================================================================== */
.color-primary {
	color: #E22739;
}

.LayoutPage .bg-primary {
	background-color: #E22739;
}

/* Split Wrapper
========================================================================== */
.section-split .section-block .normaltext-type {
	max-width: none;
}

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

.section-split .section-block .btn:first-child {
	margin-right: 1rem;
}

.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: 10rem 8rem;
	text-align: left;
	z-index: 2;
	display: flex;
}

.split-text {
	max-width: 70rem;
	align-self: center;
}

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

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

.img-contain img {
	object-fit: contain !important;
	min-width: auto !important;
	width: auto !important;
}


@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: 5rem;
		order: 0;
	}

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

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

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

.parallax-start {
	background-image: url(/assets/images/man-monterar-2000.jpg);
}

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


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

/* Header / Navigation
========================================================================== */
header {
	background-color: #fff;
	box-shadow: none;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

/* HEADER SCROLLED  */
header.scrolled {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
	background-color: #fff;
	z-index: 10;
}

header .container {
	max-width: 100%;
}

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

header .header-logo {
	width: 20rem;
	position: absolute;
	line-height: 0;
	padding: 1rem 2rem 1rem;
	left: 0rem;
	top: 5px;
	opacity: 1;
	box-sizing: border-box;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

header .header-logo .logo-text {
	font-size: 2rem;
	line-height: 1;
	text-decoration: none;
	font-weight: 400;
	color: #e22739;
	text-transform: none;
}

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

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

header.scrolled nav.mainmenu a {
	color: #444
}

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

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

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

/* CTA */ 
header .cta-btn {
	position: absolute;
	top: 2.8rem;
	right: 2rem;
	opacity: 1;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.btn-nav {
	font-family: inherit;
	padding: 1.3rem 3rem !important;
	width: auto;
	font-size: 1.3rem !important;
	text-transform: uppercase !important;
	font-weight: 400;
	background: #E22739;
	border: 2px solid #E22739;
	color: #fff !important;
	border-radius: .6rem;
	line-height: 1 !important;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	letter-spacing: .1em;
}

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


@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;
	}

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

}

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

	nav.mainmenu a {
		margin: 0 1rem;
	}

	header .cta-btn {
		right: 8rem;
	}

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

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

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

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

	/* Navigation */
	nav.mainmenu {
		text-align: center;
		display: none;
		position: fixed;
		height: 100%;
		left: 0;
		width: 100%;
		max-width: 100%;
		background-color: #fff;
		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 {
		text-align: center;
		display: block;
	}

	nav.mainmenu li a {
		margin: 0;
		padding: 0;
		color: #111 !important;
		padding-left: 0;
		font-size: 2rem;
		line-height: 3.7;
	}

	nav.mainmenu a:before {
		display: none;
	}
	#overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.623);
		z-index: 7;
	}

	/* 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 {
		color: #000 !important;
	}

	nav.mainmenu ul>li>ul>li>a {
		width: auto;
		padding: 0 0 0 4rem;
	}

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

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

	.btn-nav {
		padding: 1.3rem 2rem !important;
	}

}

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

	header .header-logo .logo-text {
		font-size: 1.5rem;
	}

	header .header-logo {
		width: 10rem;
	}
}

/* ==========================================================================
Startsida
========================================================================== */
/* top-section
========================================================================== */
.top-section {
	display: flex;
	align-items: center;
	height: auto;
	justify-content: center;
	padding-top: 9rem;
	background-color: rgba(0, 0, 0, 0.1);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.32));
	min-height: 100vh;
}

.page-title-wrap {
	background-color: transparent;
	transform: none;
	position: static;
	max-width: 120rem;
	text-align: center;
	padding: 2rem 2rem 2rem;
	z-index: 3;
}

.page-title-wrap .btn:first-child {
	margin-right: 2rem;
}

.page-title-wrap h1,
.page-title-wrap h2 {
	color: #fff;
	padding: 0;
	text-shadow: none;
	font-weight: 300;
}

.page-title-wrap h1 {
	font-size: 4.5rem;
	margin: 0;
	font-weight: 900;
	text-transform: none;
	letter-spacing: 0;
	padding-bottom: 1rem;
	line-height: 1.5;
}


.page-title-wrap h2 {
	color: #fff;
	font-weight: 800;
	padding-bottom: 2rem;
	font-size: 3.5rem;
}

.page-title-wrap h2:before,
.page-title-wrap h2:after {
	border-bottom: .5rem solid #E22739;
	content: "";
	display: inline-block;
	height: .1em;
	position: relative;
	vertical-align: middle;
	width: 4rem;
	margin-bottom: .15em;
	right: 1.3rem;
	margin-left: 1.3rem;
}

.page-title-wrap h2:after {
	right: auto;
}

.page-title-wrap p {
	color: #fff;
	font-weight: 200;
}

.page-title-wrap .btn-wrapper {
	margin-top: 2rem;
}

@media only screen and (max-width:1466px) {
	.page-title-wrap h1 {
		font-size: 5rem;
	}
}

@media only screen and (max-width:1150px) {
	.page-title-wrap h1 {
		font-size: 4rem;
	}

	.page-title-wrap .usp-3 {
		letter-spacing: .4em;
	}

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

@media only screen and (max-width: 550px) {
	.page-title-wrap .btn:first-child {
		margin-right: 0;
	}

	.page-title-wrap h1 {
		font-size: 3rem;
	}

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

/* Startsida: Tjanster
========================================================================== */
.LayoutPage .services {
	background-color: #f4f1f1;
}

.services-title-item {
	align-self: center;
}

.services-title-item *:not(.text-label) {
	padding: 0;
}

.services-title-item:first-child {
	width: 40%;
	align-items: center;
}

.services-title-item:last-child {
	width: 60%;
}

.services-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 4rem;
}

.services-wrap .service-box {
	width: calc(100% / 3 - 4rem);
	margin: 2rem;
	display: inline-block;
	text-align: left;
	padding: 2rem;
	background-color: #fff;
	overflow: hidden;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: 0.2s ease-in-out;
	position: relative;
	text-decoration: none !important;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}

.services-wrap .service-box:hover {
	-moz-transform: scale(1.015);
	-webkit-transform: scale(1.015);
	transform: scale(1.015);
	box-shadow: 0 0 4rem rgba(0, 0, 0, 0.05);
	color: #E22739;
}

.services-wrap .service-text {
	padding: 3rem 0;
}

.services-wrap .service-image {
	height: 30rem;
	overflow: hidden;
	width: 100%;
}

.services-wrap .service-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.services-wrap .service-heading {
	font-size: 2rem;
	text-transform: none;
	font-weight: 600;
}

.services-wrap .service-heading .price {
	float: right;
}

.services-wrap p {
	padding: 0;
}

.service-box .service-link {
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.service-box .service-link:hover {
	color: #E22739;
	text-decoration: none;
}

@media only screen and (max-width:1050px) {
	.services-wrap .service-box {
		width: calc(100% / 2 - 4rem);
	}

	.services-wrap h4 {
		font-size: 2rem;
	}

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

	.services-title-item {
		width: 100% !important;
	}

	.services-title-wrapper {
		flex-wrap: wrap;
	}

	.services-title-item:first-child {
		padding-bottom: 2rem;
	}

}

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

	.LayoutPage .services .section-block {
		padding-top: 7rem;
	}

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

	.services-wrap .service-box {
		width: 100%;
		margin-bottom: 2rem;
		margin-right: 0;
		margin-left: 0;
	}
}

/* Samarbetspartners
========================================================================== */
.LayoutPage .partners .section-block {
	padding: 9rem 2rem;
}

.logo-items-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
	justify-content: center;
}

.logo-item {
	background: #fff;
	padding: 2rem;
	box-shadow: none;
	width: calc(100% / 3 - 4rem);
	margin: 2rem;
	vertical-align: middle;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.logo-item:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.logo-item img {
	object-fit: contain;
	width: 20rem;
	height: 10rem !important;
}

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

/* Forsaljning
========================================================================== */

.LayoutPage .sales {
	background-color: #f3f3f3;
}

.LayoutPage .sales .section-block {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.LayoutPage .sales .heading-type {
	max-width: 80rem;
	padding-bottom: 3rem;
}

.LayoutPage .sales .heading-type * {
	text-align: left;
}

.forsaljning-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.forsaljning-wrap {
	width: calc(100% / 2 - 4rem);
	margin: 2rem;
	text-align: center;
	transition: 0.2s ease-in-out;
	display: flex;
	flex-wrap: wrap;
}

.forsaljning-icon {
	order: 0;
	height: 13rem;
	width: 13rem;
	padding: 2rem;
	box-sizing: border-box;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.03);
	border-radius: 50%;
	background: #bc262e;
	border: .4rem solid #bc262e;
	color: #fff;
	-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;
}

.forsaljning-icon .fas {
	font-size: 5rem;
}

.forsaljning-wrap:hover .forsaljning-icon {
	-moz-transform: scale(0.75);
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.05);
}

.forsaljning-icon img {
	max-height: 7rem !important;
}

.forsaljning-text {
	padding-left: 2rem;
	width: calc(100% - 13rem);
	box-sizing: border-box;
	order: 0;
	padding-right: 2rem;
}

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

@media only screen and (max-width: 1230px) {
	.forsaljning-wrap {
		width: 50%;
		margin: 0%;
		margin-bottom: 4rem;
	}
}

@media only screen and (max-width: 1000px) {
	.forsaljning-wrap {
		width: 100%;
	}

	.forsaljning-text {
		padding-left: 0;
	}
}

@media only screen and (max-width: 550px) {
	.forsaljning-text {
		width: 100% !important
	}

	.forsaljning-icon {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		height: 10rem;
		width: 10rem;
	}

	.forsaljning-wrap i {
		font-size: 4rem;
	}

}

/* Om oss
========================================================================== */
.about a {
	line-height: 1.7;
	font-size: 1.9rem;
	color: #878787;
	font-family: inherit;
	font-weight: 300;
	text-decoration: none;
	display: inline-block;
}

.about a {
	font-weight: 600;
}

.about a:hover {
	text-decoration: underline;
}

/* Medarbetare
========================================================================== */
.LayoutPage .team {
	background-color: #f3f3f3;
}

.team-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.team-wrap .team-box {
	width: calc(100% / 3 - 4rem);
	margin: 2rem 2rem 5rem 2rem;
	text-align: left;
	padding: 0;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	position: relative;
	text-decoration: none !important;
}

.team-wrap .team-text {
	padding: 2.5rem 0;
	margin: 0 auto;
	border-top: 1px solid #E22739;
	margin-top: 3rem;
}

.team-wrap .team-image {
	height: 45rem;
	overflow: hidden;
	width: 100%;
}

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

.team-wrap * {
	text-align: left;
}

.team-wrap .small-title {
	padding-bottom: .3rem;
	line-height: 1;
	font-size: 2.2rem;
	font-weight: 400;
	color: #E22739;
}

.team-wrap .team-title {
	font-size: 1.7rem;
	padding-bottom: 1rem;
}

.team-wrap p {
	padding: 0;
	font-size: 1.5rem;
}

.team-wrap a:hover {
	color: #E22739;
}

@media only screen and (max-width:1100px) {
	.team-wrap h4 {
		font-size: 2rem;
	}

	.team-wrap .team-image {
		padding: 2rem;
	}
}

@media only screen and (max-width:750px) {
	.team-wrap .team-text {
		padding: 0;
		padding-top: 2rem;
	}

	.team-wrap .team-box {
		width: 100%;
		margin-bottom: 2rem;
	}
}


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

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

.footer p,
.footer a,
.footer li {
	text-align: left;
	font-size: 1.5rem;
	color: #000;
}

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

.footer-logo-wrapper {
	width: 20rem;
	margin: 0 auto 10rem;
}

.footer-logo {
	width: 100%;
}

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

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

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

.footer-heading {
	font-size: 1.8rem !important;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: normal;
	padding-bottom: 1rem;
	color: #E22739 !important;
}

.footer img {
	max-width: 18rem;
	height: auto;
}

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

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

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

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

/* Footer Bottom */

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

.footer-bottom p {
	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;
}

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

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

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

	.footer .container {
		padding: 0 2rem;
	}

	.footer-menu-wrapper {
		flex-wrap: wrap;
	}

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

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