/* TABI */

/* Hero New (sans-serif) */
@import url("https://use.typekit.net/oge8uef.css");

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

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

html {
	font-size: 62.5%;
}

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

body {
    background-color: #fff;
    background-position: center center;
    background-attachment: fixed;
}

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

/* 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%);
}

@media only screen and (hover:none) {
	*,
	*::before,
	*::after {
		background-attachment: scroll !important;
		background-position: center center;
	}
}

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

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

.display-none {
	display: none;
}

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

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

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


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

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

/* Modal som öppnas automatiskt
========================================================================== */
body:not(.EditMode) .section-auto-modal {
    display: none;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000a3;
  }

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

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

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

  @media only screen and (max-width: 450px) {
    body:not(.EditMode) .section-auto-modal .section-block {
      padding: 3rem 2rem;
    }
  }

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

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

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

.text-label { 
    font-size: 1.6rem;
    padding-bottom: 2rem;
	font-weight: 200;
	text-transform:uppercase;
	letter-spacing: .2em;
}

/* Brödtext och länkar */
p, li {
	line-height: 1.8;
	font-family: inherit;
	font-size: 1.8rem;
	color: #000;
	font-weight: 200;
	text-decoration: none;
}

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

p a {
	text-decoration: underline;
	color: inherit;
	text-decoration-color: #bf0001;
	position: relative;
	z-index: 0;
}

p a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #bf0001;
    z-index: -1;
    opacity: 0;
    transform-origin: bottom;
    transition: all .1s ease;
}

p a:hover::after {
    opacity: .3;
    background-color: #bf0001;
    transform-origin: bottom;
    transition: all .1s ease;
}

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

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

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

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

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

.list-check li::before {
    content: '\f00c';
    padding: 0 1rem 0 0;
    color: #bf0001;
    font-weight: 700;
    font-size: 1.3rem;
    font-family: 'Font Awesome 5 Pro';
}

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

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

@media only screen and (max-width: 480px) {
	p {
		text-align: inherit;
	}

	p, li {
		font-size: 1.6rem;
	}
} 

@media only screen and (max-width: 340px) {
	.section-title {
		font-size: 2.4rem;
		line-height: 1.6;
	}
}

/* Färger
========================================================================== */
.primary-color {
    color: #bf0001;
}

.secondary-color {
    color: #bf0001;
}

.text-white {
	color: #FFF;
}

.bg-black .section-block {
	background-color: #111;
}

/* Knappar och länkar
========================================================================== */
.btn {
	max-width: 50rem;
    width: auto;
    box-sizing: border-box;
    padding: 1.6rem 4rem;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight:400;
    font-size: 1.2rem;
    letter-spacing: .2em;
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
}

.btn::after {
	display: inline-block;
	content: ' \f309';
	font-family: 'Font Awesome 5 Pro';
	margin-left: 1rem;
	transition: all .4s ease;
} 

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

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

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

.btn-primary,
.btn-primary:hover {
	background-color:#bf0001;
	border-color:#bf0001;
	color: #ffffff;
}

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

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

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

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

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

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

.split-content {
    width: 50%;
    padding: 10rem 7rem;
    text-align: left;
}

.split-content.align-center {
	align-self: center;
}

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

.split-image img {
    position: absolute;

    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;

    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: unset !important;
}

@supports (object-fit: cover) {
    .split-image img {
        position: relative;
        transform: none;
        top: unset;
        left: unset;
        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }
}

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

@media screen and (max-width: 1100px) {
	.split-wrapper.reverse {
		flex-direction: row;
	}
	
	.split-content {
		width: 100%;
		order: 0;
	}
	
	.split-image {
		width: 100%;
		order: 1;
		padding: 0;
	}
}

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

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

/* Top header */
.EditMode #top-header {
	display: none;
}

.EditMode header { margin-top: 0 !important; }

#top-header {
    background: transparent;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);
	position: fixed;
	padding: 0;
	top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 4rem;
    display: flex;
    flex-wrap: wrap;
        -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    flex-direction: row-reverse;
    z-index: 1;
}

#top-header a {
    line-height: 4rem;
	box-sizing: border-box;
	width:auto;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.2rem;
	white-space: nowrap;
    overflow: hidden !important;
	text-overflow: ellipsis;
	max-width:100%;
	text-decoration: none;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	padding: 0 2rem;
}

#top-header a:hover {
	text-decoration: underline;
}

#top-header .fas {
	margin-right: .8rem;
}

header.scrolled #top-header { 
	height: 0; 
	font-size: 0; 
	z-index: -1; 
	border:none;
}

header.scrolled #top-header a { 
	font-size: 0; 
}

/* Header */
header {
    background-color: transparent;
	box-shadow: none;
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 8;
    font-size: 0;
    height: 7rem;
    margin-top: 4rem;
}

header.scrolled {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
	 z-index: 15;
	 margin-top: 0;
	 background: #000;
}

header .container {
	max-width: 100%;
	padding: 0 2rem;
}

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

/* Header logo */
header .header-logo {
	width:16rem;
	padding: 0;
	box-sizing: border-box;
	position: absolute;
	left: 2rem;
	top: .5rem;
	opacity: 1;
		-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

header.scrolled .header-logo {
	width: 14rem;
}

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

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

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

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

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

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

@media only screen and (min-width: 1181px) {
    .hamburger {
        display: none;
    }
    
    .expandable:after {
	    font-family: 'Font Awesome 5 Pro';
	    font-weight: 700;
	    content: '\f0d7';
	    margin-left: .8rem;
	    text-decoration: none;
	    display: inline-block;
	    font-size: .8em;
	    vertical-align: middle;
	}

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

	nav.mainmenu a:before  {
		background-color: #bf0001;
		visibility: hidden;
		position: absolute;
		content: "";
		height: 5px;
		width: 50%;
		left: 25%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}  
}

@media only screen and (max-width: 1180px) {
    /* Hamburger */
	.hamburger {
	    position: absolute;
	    z-index: 99;
	    left: auto;
	    right: 2rem;
	    top: 1rem;
	}
	
	.hamburger-inner, 
	.hamburger-inner::after, 
	.hamburger-inner::before {
		color: #fff;
		background-color: #fff;
	}
	
    .hamburger--menu .hamburger-inner::after {
	    content: 'MENY';
	    font-size: 1.1rem;
		letter-spacing: .2em;
		color:#fff;
    }
    
    .hamburger-inner, 
    .hamburger-inner::after, 
    .hamburger-inner::before {
	    width: 4rem;
    }
    
    /* Navigation */
	nav.mainmenu {
		text-align: center;
		display: none;
		position: fixed;
		height: 100%;
		left: 0;
		right: auto;
		width: 100%;
		max-width: 100%;
		background-color: #000;
		z-index: 8 !important;
		top: 0;
		box-shadow: none;
		overflow-y: scroll;
	}
	
	nav.mainmenu .Padding {
		margin: 0 !important;
		min-height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	nav.mainmenu li {
		text-align: center;
		display: block;
	}
	
	nav.mainmenu li a {
		margin: unset;
		padding: unset;
		padding-left: 0;
		font-size: 1.9rem;
		line-height: 4;
		color:#fff !important;
		width: 100%;
	}
	
	#overlay {
		z-index: 7;
	    background-color: rgba(191, 0, 0, 0.781);
	}
}

@media only screen and (max-width: 950px) {
	header .header-logo,
	header.scrolled .header-logo {
		width: 9rem;
	}
}

@media only screen and (max-width: 350px) {
	#top-header a {
		width: 50%;
		text-align: left;
		font-size: 1.1rem;
	}
}

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

/* Top-section
========================================================================== */
.top-section {
	display:flex;
	align-items:center; 
	justify-content: center;
	padding-top:5rem;
	height: auto;
	background-color: rgba(0, 0 , 0, 0.3);
	min-height: 100vh;
}
	
.page-title-wrap {
	background-color: transparent;
	transform: none;
	position: static;
	justify-content: center;
    max-width: 110rem;
    text-align: center;
    padding: 2rem;
    z-index: 3;
}

.page-title-wrap  * {
	margin: 0 auto;
}

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

.page-title-wrap h1 {
  font-size: 6rem;
  margin: 0;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  padding-bottom: 2rem;
  line-height: 1.3;
}

.page-title-wrap .top-usp {
	display: block;
	font-style: normal;
	font-weight: 800;
	margin-bottom: 2rem;
	font-size: 3rem;
}

.page-title-wrap .usp-decor {
	font-weight: 700;
}

.page-title-wrap p {
	color:#fff;
	font-weight: 300;
	padding-bottom: 0;
	max-width: 70rem;
}

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

.page-title-wrap .btn {
	margin: 1rem;
}

@media only screen and (max-width:1460px) {
	.page-title-wrap {
		max-width: 80rem;
	}

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

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

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

	.page-title-wrap .btn {
		display: block;
		max-width: 100%;
		margin: 1rem 0;
	}
}

@media only screen and (max-width:380px) {
	.page-title-wrap h1 {
		font-size: 2.4rem;
		line-height: 1.6;
	}
}

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

/* ROT-avdrag
========================================================================== */
.LayoutPage .deduction {
	overflow: hidden;
}

.deduction .topp-box {
	position: absolute;
    left: 2rem;
	margin-top: -18rem;
	transform: rotate(-10deg);
}

.deduction .topp-wrap {
	display: flex;
	align-content: center;
	justify-content: center;
	overflow: hidden;
	padding: 3rem 2rem;
	border-radius: 2rem;
	height: auto;
	max-width: 30rem;
	text-align: center;
	background-color: #fff;
	box-shadow: -0.5rem 1.5rem 3rem rgb(55 58 97 / 23%);
	-moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.deduction .topp-wrap .topp-content {
	align-self: center;
}

.topp-wrap * {
	color: #000;
	text-align: center;
}

.deduction .topp-wrap-title {
	font-weight: 600;
	padding-bottom: 1rem;
	font-size: 2rem;
}

.deduction p {
	text-align: center;
	font-size: 1.6rem;
	max-width: 50rem;
}

.deduction .arrow-link {
	padding: 0;
	color:#fff;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.8;
	max-width: 15rem;
}

.deduction .arrow-link:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: '\f061';
	margin-left: 0.8rem;
	text-decoration: none;
	display: inline-block;
	transform: translateX(1rem);
}


@media only screen and (max-width: 950px) {
	.deduction .topp-wrap {
		margin-top: -2rem;
	}
}

@media only screen and (max-width: 730px) {
	.LayoutPage .deduction {
		background: #000;
	}

	.deduction .topp-box * {
		color:#fff;
	}

	.deduction .topp-box {
		position: relative;
		margin-top: 0;
		transform: none;
		left: 0;
	}
	
	.deduction .topp-wrap {
		float: none;
		padding: 4rem 2rem;
		max-width: 100%;
		box-shadow: none;
		margin: 0;
		background-color:#000;
	}
}

/* Om oss
========================================================================== */
.services-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.services-wrap {
    width: 31%;
    margin: 1%;
    text-align: center;
    transition: 0.2s ease-in-out;
    display: flex;
}

.services-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: transparent;
	border: .2rem solid #666;
	color: #000;
	-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;
	align-self: center;
}

.services-wrap:hover .services-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);
	background: #000000;
	color:#fff;
	border-color: #000;
}

.services-wrap .far, 
.services-wrap .fal {
    font-size: 5rem;
    font-weight: 800;
}

.services-text {
    padding-left: 2rem;
    width: 60%;
    box-sizing: border-box;
    order: 0;
    padding-right: 2rem;
    align-self: center;
}

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

.services-text .caption {
	font-size: 2rem;
	padding-bottom: 0;
}

@media only screen and (max-width: 980px) {
	.services-wrap {
		width: 100%;
		margin: 0 0 3rem 0;
		text-align: center;
		justify-content: center;
		max-width: 100%;
		flex-direction: column;
	}

	.services-icon {
		margin: 0;
	}

	.services-text {
		padding: 0;
		width: 100%;
		text-align: center;
	}

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

/* Referensarbeten
========================================================================== */
.LayoutPage .services .section-block {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #000;
	
}

.case-block .split-content ul  {
	margin: 0;
	padding-inline-start: 2rem;
}

.case-block .split-content ul li {
	color:#fff;
}

.split-imageblock {
	width: 50%;
	padding: 0;
	margin: -5rem 0;
	border-radius: 5px;
}

.case-item {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;	
	height: 60rem !important;
}

.case-image {
	border-radius: 5px;
	object-fit: cover;
	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;
}

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

.services  .slick-prev {
	left: auto;
	right: 6rem;
	top: auto;
	bottom: 3rem;
	z-index: 1;
}

.services .slick-next {
	left: auto;
	right: 3rem;
	top: auto;
	bottom: 3rem;
	z-index: 1;
}

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

@media only screen and (max-width: 800px) {
	.case-item {
		height: 35rem !important;
	}
}

/* Certifikat
========================================================================== */
.integrations-logos-wrapper {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.integrations-logo {
    background: transparent;
    box-shadow: none;
    width: calc(100% / 3 - 2rem);
	margin: 1rem;
    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;
}

.integrations-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain !important;
	vertical-align: middle;
	text-align: center;
}

.integrations-logo {
	-moz-transform: scale(0.85);
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.integrations-logo:hover {
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

@media only screen and (max-width: 650px) {
	.integrations-logo {
		width: 100%;
	}
}

/* Call to action
========================================================================== */
.cta-section .section-block {
    z-index: 1;
    position: relative;
    background-color:#bf0001;
}

.cta-wrapper {
    width: 100%;
	max-width: 80rem;
	text-align: center;
	margin: 0 auto;
}

.cta-wrapper .section-title {
	color:#fff;
}

.cta-content p { 
	color:#fff;
}

/* Rot-avdrag
========================================================================== */
@media only screen and (max-width: 980px) {
	.section-rot * {
		text-align: left;
	}
}

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

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

.footer .container * {
	font-size: 1.5rem;
}

.footer-menu {
	display: flex;
	justify-content: space-between;
	padding: 0;
}

.footer-menu-link {
	padding: 0 3rem;
    position: relative;
    z-index: 0;
}

a.footer-menu-link:hover {
	color: #fff;
	text-decoration: underline;
    text-decoration-color: #bf0001;
}


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

a.webbess-stamp {
   text-decoration: none;
}



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

@media only screen and (max-width: 820px) {
	.footer-menu {
		flex-direction: column;
	}

	.footer-menu-link {
		padding: 1rem 0;
	}
}