/* Some Prefer Lime Instead of Tomatoes Kommunikation och Marknadsföring i Sverige AB */

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

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Vidaloka&family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
/* ==========================================================================
Generellt 
========================================================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
}

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

html { 
    font-size: 62.5%; 
}

body.isMobile .body-background,
body {
	-webkit-font-smoothing: antialiased;
    background-position: center center;
	background-size: cover;
	overflow-x: hidden;
	font-family: 'Source Sans Pro', sans-serif;
}


/* Backround Image Slider */
#crossfade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -10;
}

#crossfade div {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	z-index: -3;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

#crossfade div.active { z-index: -1; }
/* end crossfade */

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

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

.p-1{
	padding: 1rem;
}
.p-3{
	padding: 3rem;
}
.mt-5{
	margin-top: 5rem;
}

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

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


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


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

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

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

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

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

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

.split-wrapper.sixty-forty .split-image { width: 55%;}
.split-wrapper.sixty-forty .split-content { width: 45%;}

.split-wrapper.forty-sixty .split-image { width: 40%;}
.split-wrapper.forty-sixty .split-content { width: 60%;}

.split-content.nopadding-right {
	padding-right: 0;
}

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

.split-content {
    width: 50%;
    padding: 3rem;
    text-align: left;
    display: flex;
}

.split-content .split-text {
	align-self: center;
	padding: 10rem 7rem;
	border-radius: 1rem;
}

.IndexPage .split-content .split-text {
	background-color: #e0eaea;
}

.split-image {
    width: 50%;
    position: relative;
	overflow: hidden;
	border-radius: 1rem;
    box-shadow: 0rem 1rem 1rem rgb(0 0 0 / 10%);
}

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

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

}

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

@media only screen and (max-width:600px) {
	.IndexPage .split-text {
		padding: 3rem;
	}
}

@media only screen and (max-width:320px) {
	.IndexPage .split-text {
		padding: 3rem 2rem;
	}
}
/* Cards
========================================================================== */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
}

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

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

@media only screen and (max-width: 480px) {
    /* Paddings */
    .card-item.p-3,
    .card-item .p-3 {
        padding: 2rem;
    }
}

/* Card 1-1 */
@media only screen and (max-width: 380px) {
    .card-1-1 .card-body a {
        display: block;
    }
}


/* ==========================================================================
GÃ¶r img tag till bakgrundsbild
========================================================================== */
.image-wrapper {
    position: relative;
    overflow: hidden;
}

.image-wrapper 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) {
    .image-wrapper img {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }
}

/* ==========================================================================
    Buttons
========================================================================== */
.btn {
	font-size: 1.4rem;
	font-weight: 600;
	max-width: 50rem;
    width: auto;
    box-sizing: border-box;
    padding: 1.8rem 4rem;
	border-radius: 5rem;
	text-align: center;
   letter-spacing: 0.3em;
    line-height: 1.3;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
    text-transform: uppercase;
    border-top-left-radius: 0;
}

.btn-primary {
	background: #005253;
    border: 3px solid #005253;
    color: #e0eaea;
}

.btn-secondary {
	background: transparent;
    border: 3px solid #9FC23B;
    color: #9FC23B;
}

.btn-primary:hover,
.btn-secondary-filled {
	background: #9FC23B;
    border: 3px solid #9FC23B;
    color: #fff;
}

.btn-secondary-filled:hover,
.btn-secondary:hover {
	border: 3px solid #fff;
	color: #fff;
	background-color: transparent;
}

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

.btn-white-border:hover {
	background: #005253;
    border: 3px solid #005253;
    color: #e0eaea;
}

.btn-wrapper {
	padding-top: 3rem;
}

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

/* ==========================================================================
Speciella länkar
========================================================================== */
.arrow-link,
.link-styled {
	color: #333;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    text-decoration: unset;
    font-size: 1.3rem;
    line-height: 1.7;
    display: block;
    letter-spacing: normal;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}

/* LÃ¤nk med pil */
.arrow-link::after {
	content: ' \f0da';
	opacity: 1;
	transition: all .3s ease;
	font-family: 'Font Awesome 5 Pro';
	margin-left: 3px; 
	font-weight: 700;
	color: #9fc23a;
}

.arrow-link:hover::after {
	content: ' \f0da';
	opacity: 1;
	margin-left: 10px;
}

.EditMode a {
	font-size: 16px !important;
}

a:hover {
	text-decoration: none;
}

/* ==========================================================================
Text och typsnitt
========================================================================== */
p, ul, li, a {
    color: #777;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-size: 1.7rem;
    line-height: 1.9;
    letter-spacing: normal;
    text-transform: none;
}


h1, h2, h3 {
	color: #111;
	font-family: 'Vidaloka', serif;
}

.small-title, h4, h5, h6 {
	font-family: inherit;
}

h1 {
    font-style: normal;
    font-weight: 600;
    font-style: normal;
    font-size: 4.5rem;
    letter-spacing: normal;
    line-height: 1.2;
}

h2 {
    font-style: normal;
    padding-bottom: 3rem;
    text-transform: none;
    letter-spacing: normal;
    text-align: left;
    font-weight: 400;
    font-size: 6rem;
    line-height: 1.4;
}

h3, .subheading {
    font-style: normal;
    padding-bottom: 4rem;
    text-align: left;
    font-weight: 400;
    font-size: 5.5rem;
    line-height: 1.3;
    text-transform: none;
    letter-spacing: normal;
    color: #333;
}

h4 {
    font-size: 2.8rem;
    text-transform: none;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 400;
    padding-bottom: 1rem;
}
.text-center{
	text-align: center;
}

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

.ingress {
    font-family: inherit;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2;
}

.heading{
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0.25em;
    font-size: 1.4rem;
    text-align: left;
    padding-bottom: 4rem;
    text-shadow: none;
    font-family: inherit;
    font-weight: 700;
    color: #333;
    font-style: normal;
}

.ingress-title {
    text-align: left;
    font-weight: 800;
    text-align: left;
    max-width: 100rem;
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.1;
}

.small-title {
    text-transform: none;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: normal;
    color: #333;
    line-height: 1.5;
    padding-bottom: 1rem;
    letter-spacing: normal;
}

.ingress-title {
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.5;
}

.smalltext-type {
	max-width: none;
}

.normaltext-type {
	max-width: 100rem;
    text-align: center;
}

@media only screen and (max-width: 1440px) {
	h3, .subheading {
		font-size: 5rem;
	}
}

@media only screen and (max-width: 1250px) {
	h3, .subheading {
		font-size: 4.5rem;
	}
}

@media only screen and (max-width: 1024px) {
	h3, .subheading {
		font-size: 4rem;
	}
}

@media only screen and (max-width: 600px) {
	.heading {
		padding-bottom: 2rem;
	}

	h3, .subheading {
		font-size: 3rem;
		padding-bottom: 2rem;
	}

	p, ul, li, a {
		font-size: 1.6rem;
		line-height: 1.7;
	}
}

@media only screen and (max-width:320px) {
	h3, .subheading {
		font-size: 2.6rem;
	}
}


/*Farger*/
.text-white{
	color: white;
}
.bg-greens{
	background: rgb(223, 233, 233);
}
/* ==========================================================================
Header / Navigation
========================================================================== */
.EditMode header {
	position: static;
}
/* Header > CTA Btn  */ 
header .cta-socials {
	position: absolute;
	top: 1.8rem;
	right: 1rem;
	opacity: 1;
	    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.cta-socials .social-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.flag img{
	border-radius: 50% !important;
	width: 3rem;
	height: 3rem;
	 margin-right: 1rem;
}
.cta-socials .social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 3.5rem;
    height: 3.5rem;
    margin-right: 1rem;
    padding: 0;	
	border-radius: 2rem;	
	border: .1rem solid #005253;
	background-color: #e0eaea;
	color: #005253; 
	-moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.cta-socials .social:hover {
	border-color: #005253;
	background-color: #005253;
	color: #e0eaea; 
	text-decoration: none;
}

.cta-socials .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';
}

.social-youtube::before {
	content: '\f167';
}

/* header */
header {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    background-color:#005253;
	box-shadow: none;
	height: 7.2rem;
}

header.scrolled {
	background-color:#005253;
	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, 0.2);
}

header .container {
	max-width: none;
}

header .header-logo {
	width: 13rem;
    position: absolute;
}

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

nav.mainmenu a {
	font-family:inherit;
	font-weight: 600;
	font-size: 1.6rem;
	color: #e0eaea;
	text-transform: none;
	padding: 0 1.2rem;
	letter-spacing: 0;
	line-height: 7.2rem;
	    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor: pointer;
}


nav.mainmenu li {
	transition:ease-out .1s;
}


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

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

/* Dropdown menu */
.expandable-li ul li a {
	line-height: 60px;
}

nav.mainmenu ul > li > ul {
    top: 72px;
    width: 42rem;
    left: -23rem;
    background-color: #fff;
	box-shadow: 0 0.2rem 1rem rgb(0 0 0 / 20%);
}

nav.mainmenu ul > li > ul > li:hover a {
	background-color: #9FC23B;
}

nav.mainmenu .expandable-li:hover ul > li > a {
	color: #222 !important;
	text-decoration: none;
	font-weight: 400;
}

nav.mainmenu .expandable-li ul > li:hover > a {
	color: #fff !important;
	text-decoration: none;
}

nav.mainmenu ul > li > ul > li > a {
    padding: 3px 30px 0 30px;
    letter-spacing: normal !important;
	font-size: 1.6rem;
	text-transform: unset;
	font-weight: 400;
}

.dropdown-arrow::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    content: '\f0d7';
    text-decoration: none;
    display: inline-block;
    color: #222;
    right: 40px;
    top: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.dropdown-link {
	font-size: 18px !important;
	padding: 0 30px !important;
}

.dropdown-link::after {
	color: #222;
	content: '\f0da';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	font-size: .8em;
	margin-left: 1rem;
	transition: all .3s ease;
}

@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 {
		text-align: center;	
	}
    
}

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

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

    /* Hamburger */
	.hamburger {
	    position: absolute;
	    z-index: 99;
	    left: auto;
	    right: 2rem;
	    top: 1rem;
	}
	
	.hamburger-inner, 
	.hamburger-inner::after, 
	.hamburger-inner::before {
		color: #e0eaea;
		background-color: #e0eaea;
	}
	
    .hamburger--menu .hamburger-inner::after {
	    content: 'MENY';
	    font-size: 1.1rem;
		letter-spacing: .2em;
		color:#e0eaea;
    }
    
    .hamburger-inner, 
    .hamburger-inner::after, 
    .hamburger-inner::before {
	    width: 4rem;
    }
    
    /* Navigation */
	nav.mainmenu {
		text-align: left;
		display: none;
		position: fixed;
		height: 100%;
		left: 0;
		width: 100%;
		max-width: 45rem;
		background-color: #005253;
		z-index: 15;
		top: 0;
		box-shadow: none;
		overflow-y: scroll;
	}
	
	nav.mainmenu .Padding {
		margin: 8rem 0 !important;
	}
	
	nav.mainmenu li {
		text-align: left;
		display: block;
	}
	
	nav.mainmenu li a {
		margin: unset;
		padding: unset;
		padding-left: 4rem;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 3.7;
		color:#fff !important;
		width: 100%;
	}
	
	nav.mainmenu .header-btn {
		left: 4rem;
		margin-top: 2rem;
	}
	header nav.mainmenu li.header-btn a {
		padding: inherit !important;
		color: #e0eaea !important;
	}
	header nav.mainmenu li.header-btn:hover a  {
		color: #1A3600 !important;
	}


	nav.mainmenu .expandable-li:hover ul > li > a {
		color: #fff !important;
	}
		
	#overlay {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0 , 0, 0.75);
	    z-index: 7;
	}
	

	
	/* Dropdown */
	.dropdown-arrow::before {
		display: none;
	}

	nav.mainmenu ul > li > ul {
	    background-color: #e0eaea !important;
	    width: auto !important;
	    border: none;
	}
	
	nav.mainmenu ul > li > ul {
		display: contents !important;
	}
	
	nav.mainmenu ul > li > ul > li a {
		color: #fff !important;
	}
	
	nav.mainmenu ul > li > ul > li > a {
	    width: auto;
	    padding: 0 0 0 6rem;
	}
	
	nav.mainmenu ul > li.expandable-li:hover > a {
		padding-bottom: 0;
	}
	 
	nav.mainmenu ul.TemplateMenu > li,
	.scrolled nav.mainmenu ul.TemplateMenu > li {
	    line-height: unset;
	    height: unset;
	}

	nav.mainmenu ul > li > ul > li.active ,
	nav.mainmenu ul > li > ul > li:hover{
		background-color: #9FC23B;
	}

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

@media only screen and (max-width: 600px) {
	nav.mainmenu {
		max-width: none;
	}

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

@media only screen and (max-width: 320px) {
	header .cta-socials {
		display: none;
	}
}


/* ==========================================================================
Top-section
========================================================================== */
.top-section {
	min-height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	height: auto;
	display: flex;
    align-items: center;
    justify-content: center;
}

.page-title-wrap {
	align-self: center;
    position: static;
    transform: unset;
    max-width: none;
    max-width: 110rem;
    padding-top: 10rem;
}

.page-title-wrap h1 {
    font-size: 11rem;
    font-weight: 400;
    line-height: 1.2;
	padding-bottom: 1.5rem;
	text-align: center;
	color: #fff;
	text-shadow: none;
	font-family: 'Vidaloka', serif;
}

.page-title-wrap .usp-text {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 2rem;
	max-width: 70rem;
	font-family: inherit;
	line-height: 1.7;
}

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

@media only screen and (max-width: 1500px) {
	.page-title-wrap {
		padding-bottom: 10rem;
	}
	
}

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

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

@media only screen and (max-width: 500px) {
	.top-section {
		background-color: rgba(0, 0, 0, 0.55);
	}

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

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

	.page-title-wrap .usp-text {
		font-size: 1.8rem;
		line-height: 1.6;
	}

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

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

	.page-title-wrap .btn-wrapper {
		padding-top: 0rem;
	}
}



/* ==========================================================================
Färger
========================================================================== */
.LayoutPage .bg-primary {
	background-color: #005253;
}

.LayoutPage .bg-secondary {
	background-color: #a0c23a;
}


.LayoutPage .bg-primary .heading-type *,
.LayoutPage .bg-secondary .heading-type * {
	color: #fff;
}

.color-primary {
	color: #005253
}

.color-secondary {
	color: #a0c23a;
}


.LayoutPage .dark-transparency {
	background-color: transparent;	
}

.LayoutPage .dark-transparency .section-block {
	background-color: rgba(0, 0, 0, 0.4);
}

.LayoutPage .dark-transparency * {
	color: #fff;
}





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

/* Startsida: Om oss / tjänster
========================================================================== */
.LayoutPage .products .heading-type {
	padding-bottom: 5rem;
}

.LayoutPage .products .heading-type * {
	text-align: center;
	margin:auto;
}

.products .subheading {
	max-width: 75rem;
}

.products p {
	max-width: 90rem;
}

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

.services-card {
    width: 48%;
    margin: 1%;
    display: flex;
    flex-wrap: wrap;
    height: 40rem;
	overflow:hidden;
	position: relative;
    box-sizing: border-box;
	background-color: #005253;
	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;
	border-radius: 1rem;
}

.services-card:hover .services-text {
	background-color: #9FC23B;
}

.services-image img {
	border-radius:0.5rem;
}

.services-card  .services-text {
	position: absolute;
	border-radius: 0.5rem;
    bottom: 1rem;
	left: 1rem;
	width: auto;
    max-width: 30rem;
    z-index: 4;
    padding: 2.2rem 2rem;
    background: rgba(0, 83, 85, 0.92); 
    cursor: pointer;
	-moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.services-text .services-title {
	color: #fff;
    font-size: 2rem;
	padding: 0;
	font-weight: 600;
	font-family: inherit;
	line-height: 1.4;
    letter-spacing: 0;
}

@media only screen and (max-width: 1000px) {
	.services-card {
		height: 35rem;
	}
}

@media only screen and (max-width: 800px) {
	.services-card {
		width: 100%;
		margin: 0 0 2rem;
	}
}

@media only screen and (max-width: 600px) {
	.services-card {
		height: 30rem;
	}

	.services-text .services-title {
		font-size: 1.7rem;
		font-weight: 600;
	}
}


/* Startsida: Om oss
========================================================================== */
@media only screen and (max-width: 1200px) {
	.about .split-image {
		width: 40%;
	}

	.about .split-content {
		width: 60%;
		padding-right: 0;
	}
}

@media only screen and (max-width: 1000px) {
	.about .split-image {
		width: 100%;
		max-height: 40rem;
	}

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



/* Startsida: projekt
========================================================================== */
.LayoutPage .references {
    overflow:hidden;
}

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

.references .section-block {
	position: relative;
	z-index: 1;
}

.full-width-textblock {
    position: relative;
    top: 0;
    max-width: 160rem;
    width: 100%;
    height: 100%;
    padding: 0 5rem 5rem;
    margin: 0 auto;
}

.full-width-textblock .heading {
	padding-bottom: 2rem;
}

.text-wrapper {
    max-width: 80rem;
    width: 100%;
    
}

.text-wrapper * {
	text-align: left !important;
}

.scroll-wrapper {
	max-width: 160rem;
	width: 100%;
	margin: 0 auto;
	padding: 0 5rem;
	overflow-x: visible;
}

.scroll-wrapper .slick-list {
	overflow: visible;
}

.scroll-card {
	padding: 2rem;
    width: 55rem;
    background-color: #fff;
    vertical-align: top;
    margin: 0 3rem 2rem 0;
    transition: all .3s ease;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 1rem 3rem rgba(0,0,0, .1);
    border-radius: 0.5rem;
}

.scroll-card:last-child {
	margin-right: 0;
}


.scroll-card .image-wrapper {
	height: 25rem;
}

.reference-text {
	padding: 3rem 0 0;
	position: relative;
	min-height: 24rem;
}

.reference-text .reference-name {
	font-size: 2.2rem;
	line-height: 1.2;
	padding-bottom: 1rem;
	font-family: 'Vidaloka', serif;
/* 	min-height: 7rem; */
}

.reference-text .reference-date {
	color: #9fc23a;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

/* Slick settings  */

.slick-list.draggable {
    overflow: visible;
}

.slick-prev, 
.slick-next {
    top: -7.5rem;
    width: 4rem;
    height: 4rem;
    border: 1px solid #9FC23B;
    background-color: #9FC23B;
    border-radius: 3rem;
}

.slick-prev:hover, 
.slick-next:hover {
    border: 1px solid #9FC23B;
    background-color: #9FC23B;
}

.slick-prev:focus, 
.slick-next:focus {
	border: 1px solid #9FC23B;
    background-color: #9FC23B;
}

.slick-prev.slick-disabled, 
.slick-next.slick-disabled {
	opacity: .5;
}

.slick-prev {
	left: auto;
	right: 13rem;
}

.slick-next {
	right: 8rem;
}

.slick-prev:before, 
.slick-next:before {
	color: #fff;
	font-family: 'Font Awesome 5 Pro';
	
}

.slick-prev::before {
	content: '\f104';
}

.slick-next::before {
	content: '\f105';
}


@media only screen and (max-width: 1024px) {
	
	.scroll-wrapper {
		padding: 0 2rem;
	}
	
	.scroll-card {
	    margin: 0 2rem 2rem 0;
	}
	
}

@media only screen and (max-width:900px) {
	.full-width-textblock {
		padding: 0 2rem 8rem;
	}

	.slick-prev, 
	.slick-next {
		top: -4.5rem;
	}
}

@media only screen and (max-width:600px) {
	.scroll-wrapper {
		padding: 0 1rem;
	}
	
	.scroll-card {
		margin: 0 1rem 1rem 0;
		padding: 1.5rem;
	}

	.scroll-card .image-wrapper {
		height: 20rem;
	}

	.slick-next {
		right: 0rem;
	}

	.slick-prev {
		left: auto;
		right: 5rem;
	}

	.full-width-textblock {
		padding: 0 0rem 6rem;
	}
}




/* Startsida: Kontakta oss
========================================================================== */

.LayoutPage .contact-start .section-block {
	padding: 20rem 3rem;
}

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

.contact-start .subheading {
	font-size: 4.5rem;
}

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

@media only screen and (max-width:800px) {
	.contact-start .subheading {
		font-size: 3.5rem;
	}
	
}

@media only screen and (max-width:600px) {
	.contact-start .subheading {
		font-size: 3rem;
	}

	.LayoutPage .contact-start .section-block {
		padding: 6rem 2rem;
	}
	
}

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

/* ==========================================================================
Undersidor generellt
========================================================================== */
.SubPage .top-section {
	display: none;
}

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

.SubPage .heading {
	color: #9fc23a;
}


/* Sektion: "stor" topsektion fÃƒÂ¶r "huvudundersidorna"
========================================================================== */
.SubPage .subpage-topsection {
	margin-top: 7.2rem;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}

.SubPage .subpage-topsection .section-block-wrapper {
	max-width: 140rem !important;
	
}

.SubPage .subpage-topsection .section-block {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	padding: 10rem 3rem !important;
}

.SubPage .subpage-topsection .block-container {
	display: flex;
    justify-content: center;
}

.SubPage .subpage-topsection * {
	color: #fff;
	align-self: center;
}

.SubPage .subpage-topsection h1 {
	color: #9fc23a;
}

.SubPage .subpage-topsection .subheading {
	max-width: 110rem;
	margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
	.SubPage .subpage-topsection .section-block {
		padding: 10rem 3rem !important;
	}
}

@media only screen and (max-width: 600px) {
	.SubPage .subpage-topsection .section-block {
		padding: 6rem 2rem !important;
	}
}

@media only screen and (max-width: 480px) {
	.SubPage .subpage-topsection * {
		text-align: center;
	}
	
}



/* Sektion: "stor" topsektion fÃƒÂ¶r "huvudundersidorna"
========================================================================== */
.SubPage .small-topsection {
	margin-top: 7.2rem;
}

.SubPage .small-topsection .section-block {
	height: 100%;
	padding: 10rem 3rem !important;
}

.SubPage .small-topsection .block-container {
	display: flex;
    justify-content: center;
}

.SubPage .small-topsection * {
	align-self: center;
}

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

.SubPage .small-topsection h1 {
	color: #9fc23a;
	padding-bottom: 3rem;
}

.SubPage .small-topsection .text-block-center h1 {
	text-align: center;
}

.text-block-center-2{
	max-width: 80rem;
	margin: auto;
}
@media only screen and (max-width: 1000px) {
	.SubPage .small-topsection .section-block {
		padding: 10rem 3rem !important;
	}
}

@media only screen and (max-width: 600px) {
	.SubPage .small-topsection .section-block {
		padding: 6rem 2rem !important;
	}
}

@media only screen and (max-width: 500px) {
	.SubPage .small-topsection .section-block {
		padding: 6rem 2rem !important;
	}

	.SubPage .small-topsection * {
		text-align: center;
	}
}


/* Sektion: sektion med text i 2 kolumner
========================================================================== */
.LayoutPage .sub-text .section-block .section-block-wrapper {
	max-width: 140rem;
}

.sub-text .col-1 {
	padding-right: 3% !important;
}

.sub-text .col-2 {
	padding-left: 3% !important;
}

.LayoutPage .sub-text img {
	padding-top: 3rem;
	width: 100%;
	max-width: 40rem !important;
}

.title-small {
	font-size: 3.5rem;
	padding-bottom: 3rem;
	font-weight: 600;
}

.LayoutPage .sub-text .split-image {
	border: 1rem solid #fff;
}

.LayoutPage .sub-text .split-text {
	padding-right: 0;
}

.sub-text .small-heading {
	padding-top: 2rem;
	font-size: 2.5rem;
	font-weight: 500;
	color: #333;
	letter-spacing: 0.02em;
}

.sub-text .col-0 .heading-type {
	padding-bottom: 3rem;
	text-align: left;
}

.sub-text .col-0 .heading-type .subheading {
	text-align: left;
}

.sub-text .col-0 .heading-type p {
	max-width: 100rem;
	text-align: center;
	margin: 0 auto;
}


/* gÃ¶r alla lÃ¤nkar i lÃ¶ptext udnerstrukna */
.SubPage .split-text p a,
.sub-text p a {
	text-decoration: underline;
}

/* om en kolumn bÃ¶rjar med en rubrik ska man ta bort paddingen */
.no-padding {
	padding-top: 0 !important;
}


/* lista i lÃ¶ptext */
.SubPage .section-block li:before {
	content: "\f111";
	color: #bc272e;
	font-weight: bold;
    display: inline-block;
    width: 1.9em;
    margin-left: -2em;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.2rem;
}

.SubPage .section-block ul {
	list-style: none;
}

.SubPage .section-block li {
	padding-bottom: 10px;
}

@media only screen and (max-width:980px) {
	.sub-text .col-1,
	.sub-text .col-2 {
		padding: 0 !important;
		width: 100% !important;
	}
	
	.sub-text .col-0 .heading-type h2 {
		font-size: 4rem;
		
		text-align: left !important;
	}
	
	.sub-text .col-0 .heading-type {
		padding-bottom: 0rem;
	}
	
	.sub-text .col-0 .heading-type p {
		max-width: none;
		text-align: left;
		margin: 0;
	}
	
	.no-padding {
		padding-top: 2rem;
	}
}

@media only screen and (max-width:500px) {
	.LayoutPage .sub-text img {
		padding-top: 5rem;
		max-width: 23rem !important;
	}
}



/* Sektion: split-sektion
========================================================================== */
.LayoutPage .split-section {
	background-color: rgba(0, 0, 0, 0.6);
}

.LayoutPage .split-section * {
	color: #fff;
}

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

.LayoutPage .split-section .section-block {
	max-width: 12rem 6rem;
}

@media only screen and (max-width:1300px) {
	.split-section .split-content,
	.split-section .split-text {
		padding-right: 0;
	}
}

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

@media only screen and (max-width:1100px) {
	.split-section .split-content,
	.split-section .split-image {
		width: 100%;
	}

	.split-section .split-text {
		padding: 5rem 0 0;
	}

	.split-section .split-image {
		max-height: 40rem;
	}
}


/* ==========================================================================
Undersida: Företagsevent/ Kickoff/ Incentive
========================================================================== */
.LayoutPage .team .section-block-wrapper {
	max-width: 120rem;
}

.varde-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 7rem;
    
}

.varde-wrap .tjanster-wrap {
    width: 48%;
    margin-bottom: 5rem;
    text-align: center;
    transition: 0.2s ease-in-out;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.varde-wrap .tjanster-icon {
    height: 9rem;
    width: 9rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9f1d0;
}

.varde-wrap .tjanster-icon p {
	padding-bottom: 0;
	color: #000;
	font-size: 4rem;
	font-weight: 400;
}

.varde-wrap .tjanster-text {
	width: calc(100% - 9rem);
    padding-left: 4rem;
    box-sizing: border-box;
    order: 0;
}

.tjanster-text .service-title {
	font-size: 2.5rem;
	font-weight: 400;
	color: #333;
	padding-bottom: 1.5rem;
}

.varde-wrap .tjanster-text * {
    text-align: left;
}

@media only screen and (max-width: 980px) {
	.varde-wrap .tjanster-wrap {
		width: 100%;
		margin: 0 0 3rem;
	}

	.tjanster-text .service-title {
		padding-bottom: 0rem;
	}
}

@media only screen and (max-width: 550px) {
	.project-list .smalltext-type * {
		text-align: center;
	}

	.varde-wrap .tjanster-wrap {
		display: flex;
		flex-direction: column;
	}

	.varde-wrap .tjanster-text {
		width: 100% !important;
		padding-left: 0;
		padding-top: 3rem;
	}

	.varde-wrap .tjanster-text * {
		text-align: center;
	}

	.tjanster-text .service-title {
		font-size: 2.2rem;
	}
}


/* ==========================================================================
Undersida: Digitala & Digifysiska events
========================================================================== */

/* Sektion: video
========================================================================== */
.LayoutPage .section-video .section-block-wrapper {
	max-width: 110rem;
}



/* ==========================================================================
Undersida: Projekt
========================================================================== */
.reference-cases .section-block-wrapper {
	max-width: none;
}

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

.reference-card {
	width: 31.33%;
	display: inline-block;
	vertical-align: top;
	margin: 1%;
	padding: 3rem;
	margin-bottom: 3rem;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 7%);
	background-color: #fff;
	border-radius: 0.5rem;
	position: relative;
}

.reference-card .image-wrapper {
	height: 25rem;
}

.reference-text .btn.wrapper {
	position: absolute;
	bottom: 0rem;
}


@media only screen and (max-width: 1440px) {
	.reference-card {
		width: 48%;
	}
	
	.reference-card .reference-text {
		min-height: 22rem;
	}
}

@media only screen and (max-width: 1048px) {	
	.reference-card .reference-text {
		min-height: 28rem;
	}
}

@media only screen and (max-width: 980px) {
	.reference-card {
		width: 100%;
	}
	
	.reference-card .reference-text {
		min-height: 0;
	}
	
	.reference-text .ref-link {
	    position: static;
	    padding-top: 2rem;
	}
}

@media only screen and (max-width: 550px) {
	.reference-card {
		padding: 2rem;
		margin-bottom: 2rem;
	}

	.reference-card .image-wrapper {
		height: 20rem;
	}
	
	.reference-text .reference-name {
		font-size: 2.5rem;
	}
	
}
.dmc-galleri img{
max-height: 36rem;
}
.section-dcm-gallery{
	overflow: hidden;
}


/* ==========================================================================
 Undersida: projekt individuellt projekt
========================================================================== */

/* Sektion: Galleri
========================================================================== */

.project-gallery {
	border: 0.5rem solid #fff;
}

.gallery-wrapper {
	width:100%;
	margin:0rem;
}

.product-gallery {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.product-gallery .project-thumb-wrapper {
	width: 33.333%;
	box-shadow: none;
	height: 40rem; 
	margin:0rem;
	border: 0.5rem solid #fff;;
}


.projects .project-thumb-wrapper {
	box-shadow: none;
}

.product-gallery .project-thumb-wrapper .project-thumb {
	background: transparent;
	padding: 15rem 2rem;
}

.product-gallery .project-thumb-wrapper:hover .project-thumb {
    background-color: rgba(0, 0, 0, 0.59);
}

.product-gallery .project-thumb p {
    font-size: 4rem;
    text-align: center;
}


@media only screen and (max-width:1050px) {
	.product-gallery .project-thumb-wrapper {
		height:25rem;
	}
}

@media only screen and (max-width:750px) {
	.LayoutPage .section-wrapper.project-gallery .section-block {
		padding: 0.5rem 1.5rem !important;
	}

	.product-gallery .project-thumb-wrapper {
		width:100%;
		margin:1rem 0;
		border: none !important;
	}
}


/* Sektion: kontakta oss
========================================================================== */
.project-contact * {
	text-align: center;
}

.project-contact .subheading {
	max-width: 80rem;
	margin: 0 auto;
}


/* ==========================================================================
Undersida: Kontakta oss
========================================================================== */

/* Sektion: medarbetare
========================================================================== */
.LayoutPage .team {
	background-color: #005253;
}

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

.team-card {
	width: 48%;
	padding: 2rem;
	margin-bottom: 3rem;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 7%);
	background-color: #fff;
}

.team-card .image-wrapper {
	height: 45rem;
}

.team-card .team-text {
	padding: 3rem 1rem 0;
}

.team-text .team-name {
	font-size: 3rem;
	padding-bottom: 1rem;
}

.team-text p {
	padding-bottom: 1.5rem;
	font-size: 1.5rem;
}

.contact-info {
	margin-bottom: 2rem;
}

.contact-info p {
	padding-bottom: 0.4rem;
}

.team-text .fas {
	color: #9fc23a;
	margin-right: 1rem;
}

.team-text a {
	font-weight: 600;
	color: #000;
}

@media only screen and (max-width:1024px) { 
	.team-card {
		width: 49%;
	}
}

@media only screen and (max-width:900px) { 
	.team-card {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.team-card .image-wrapper,
	.team-text {
		width: 50%;
	}

	.team-card .team-text {
		padding: 3rem 0rem 0 3rem;
	}

}

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

	.team-card .image-wrapper,
	.team-text {
		width: 100%;
	}

	.team-card .team-text {
		padding: 3rem 0rem 0 0rem;
	}

}

@media only screen and (max-width:500px) { 
	.team-card .image-wrapper {
		height: 30rem;
	}
}

@media only screen and (max-width:500px) { 
	.team-card .image-wrapper {
		height: 25rem;
	}
}

/* Kartan
========================================================================== */
@media only screen and (max-width: 1100px) {
	.find-us iframe {
		height: 50rem;
	}
}

@media only screen and (max-width: 1000px) {
	.find-us iframe {
		height: 45rem;
	}
}

@media only screen and (max-width: 768px) {
	.find-us iframe {
		height: 35rem;
	}
}


@media only screen and (max-width: 500px) {
	.find-us iframe {
		height: 30rem;
	}
}




/* Sektion: formulÃ¤r + text
========================================================================== */
.LayoutPage .contact-us .section-block .section-block-wrapper { max-width: 150rem; }

.LayoutPage .contact-us {
	background: #fff;
}

.LayoutPage .contact-us .section-block {
	padding-top: 0;
}

.LayoutPage .contact-us .col-1 {
	padding-left: 7rem;
	padding-top: 10rem;
	width: 60%;
}

.LayoutPage .contact-us .col-1 .normaltext-type {
	text-align: left;
}

.LayoutPage .contact-us .col-0 {
	width: 40%;
	background-color: #005253;
	border-radius: 2px;
	padding: 7rem 5rem;
	-webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,0.1);
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.1);
    margin-top: -15rem;
    z-index: 5;
    position: relative;
}

.LayoutPage .contact-us .subheading {
	padding-bottom: 4rem;
}

/* Contact form  */

.Contact .ContactForm div.ContactFormMessage p, 
.Contact .ContactForm .ContactFormEmail p, 
.Contact .ContactForm .ContactFormField p, 
.Contact .ContactForm .ContactFormName p {
	color: #fff;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.ContactForm {
	display: flex;
	flex-wrap: wrap;
}

#kontakta-oss .ContactFormName,
#contact-us .ContactFormName,
#kontakta-oss .ContactFormEmail,
#contact-us .ContactFormEmail,
#kontakta-oss .ContactFormField,
#contact-us .ContactFormField,
#kontakta-oss .ContactFormMessage,
#contact-us .ContactFormMessage {
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
	display: inline-block;
}



#kontakta-oss .ContactForm input,
#contact-us .ContactForm input,
#contact-us .ContactForm textarea,
#kontakta-oss .ContactForm textarea {
	border: 1px solid #fff !important;
	background: #fff;
	border-radius: 5px;
	padding: 0.5rem;
	height: 4rem !important;
}

#kontakta-oss input:focus,
#contact-us  input:focus,
#contact-us  textarea:focus,
#kontakta-oss textarea:focus {
	border-color: #bccf02 !important;
}

#kontakta-oss input::placeholder,
#contact-us input::placeholder,
#contact-us textarea::placeholder,
#kontakta-oss textarea::placeholder {
	font-size: .8em;
} 

#kontakta-oss .ContactForm .ContactSubmit,
#contact-us .ContactForm .ContactSubmit {
	width: 100% !important;
	max-width: 30rem;
    padding: 1.6rem 4rem;
    border-radius: 20rem;
	border-top-left-radius: 0;
    background-color: #9fc23a;
    border: 2px solid #9fc23a !important;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3em;
    font-size: 1.5rem;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    font-family: inherit;
    height: auto !important;
    margin: 2rem auto 0;
}

#kontakta-oss .ContactForm .ContactSubmit:hover,
#contact-us .ContactForm .ContactSubmit:hover {
	background-color: #222 !important;
	border: 2px solid #222 !important;
	color: #fff !important;
}

.LayoutPage .Contact .ContactForm div.ContactFormMessage p {
	margin-top: 1rem;
}

@media only screen and (max-width: 1300px) {
	.LayoutPage .contact-us .col-0 {
		width: 45%;
	}

	.LayoutPage .contact-us .col-1 {
		width: 55%;
	}
	
}

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

	.LayoutPage .contact-us .col-0 {
		padding: 7rem 3rem;
	}

	.LayoutPage .contact-us .col-1 {
		padding-left: 5rem;
		padding-top: 8rem;
	}
}

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

	.LayoutPage .contact-us .section-block-wrapper {
	    display: flex;
	    flex-direction: column-reverse;
	    flex-wrap: unset;
	}

	.LayoutPage .contact-us .col-block {
		width: 100%;
	}
	
	.LayoutPage .contact-us .col-0 {
		margin-top: 0rem;
		max-width: 600px;
	}

	#kontakta-oss .col-1 {
		padding:0;
		margin-bottom: 7rem;
	}

}

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

@media only screen and (max-width: 480px) {
	
	#kontakta-oss .col-0 {
		padding: 3rem 2rem !important;
		margin-top:0;
	}
}

@media only screen and (max-width: 320px) {
	#kontakta-oss .ContactForm .ContactSubmit {
		padding: 1.6rem 1rem;
	}
}




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



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

.footer p, 
.footer a,
.footer-submenu li {
	text-align: left;
	font-size: 1.6rem;
	color: inherit;
	font-weight: 400;
}

.footer a:hover { color: #9fc23a; }

.footer-container {
    display: flex;
    flex-direction: column;
    padding: 2rem 0 0;
    position: relative;
}

.footer-logo {
	position: absolute;
    width: 15rem;
    margin: 0;
    display: none;
    text-align: left;
    top: -14rem;
    left: -1rem;
}

/* FOOTER MENU */

.footer-nav {
    width: 100%;
    margin-bottom: 10rem;
    padding-left: 5rem;
}

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

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

.footer .footer-heading {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 600;
	/* letter-spacing: .1em; */
	color: #e0eaea;
	padding-bottom: 1rem;
	font-family: inherit;
}

/* FOOTER SUBMENU */

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

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

.footer-submenu li * {
	color:#e0eaea;
}

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

.footer-menu-link:hover {
	color: #9FC23B;
	/* text-decoration: underline; */
}

/* FOOTER SOCIAL LINKS */
.footer .social-list {
	display: flex;
	list-style: none;
	margin-bottom: 2rem;
}

.footer .social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 4rem;
    height: 4rem;
    margin-right: 1.2rem;
    padding: 0;
	-moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
	border-radius: 2rem;	
	background-color: #e0eaea;
	color: #005253; 
}

.footer .social:hover {
	background-color: #005253;
	color: #e0eaea;
	text-decoration: none;
}

.footer .social::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	font-size: 1.7rem;
	
	position: relative;
	top: 1px;
}

.social-facebook::before {
	content: '\f39e';
}

.social-linkedin::before {
	content: '\f0e1';
}

.social-instagram::before {
	content: '\f16d';
}

.social-youtube::before {
	content: '\f167';
}

.footer .kammarkollegiet-logo {
	margin-bottom: 2rem;
} 

/* Footer Bottom */

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.47);
	margin: 0 auto;
	width: 100%;
	padding: 2rem 2rem 2rem 5rem;
    box-sizing: border-box;	
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    flex-direction: row;
    line-height: 1rem;
}

.footer-bottom p {
	font-size: 1.2rem;
}

.sammarbete-logos{
	display: flex;
	flex-direction: column;
}

/* 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;
	filter: brightness(0) invert(1);
}


@media only screen and (max-width: 1100px) {
	
	.footer-container {
	    flex-wrap: wrap;
	}
	    
    .footer-menu-wrapper {
	    flex-wrap: wrap;
	}

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

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

	.footer-nav {
		width: 100%;
		margin-bottom: 7rem;
		padding-left: 0rem;
	}	
    	
	.footer-menu {
	    width: 100%;
	    margin-bottom: 3rem;
	}

	.footer-bottom {
		padding-left: 0;
	}

}