/* Easypos AB */

@import url('https://fonts.googleapis.com/css?family=Lexend+Deca|Martel+Sans:200,400,700,900&display=swap');

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
/* ==========================================================================
Generellt 
========================================================================== */
:root {
    /* 	Colors */
    --black-color: 17, 17, 17;
	--white-color: 255, 255, 255;
}

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

html { 
    font-size: 62.5%; 
}

body {
	background-position: center 20%;
	background: #fff;	
}

body.isMobile .body-background {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-position: center center;
	background: transparent;
}

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

.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
    padding: 130px 40px;
}

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

.LayoutPage .block-object img {
	width:100%;
}

.bg-green .section-block { background: #77bf8a; }

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

.display-none {
	display: none;
}

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

/* 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: rgba(var(--black-color),.7);
  }

  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:0;
    overflow: auto;
    background: rgb(var(--white-color));
    transform: translate(-50%,-50%);
  }

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

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

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

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

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

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

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

.split-wrapper.box-shadow {
	box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.15);
}

.split-wrapper.box-shadow .split-image { box-shadow: none; }

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

.split-content.content-white { background: #fff;}

.split-content.content-black { background: #000;}
.split-content.content-black h2 { color:#e73137; }
.split-content.content-black p { color:#fff; }

.split-content.align-center { display: flex; }
.split-content.align-center .split-text { align-self: center; }

.split-content.overlap {
	margin-left: -20%;
	background-color: rgba(255,255,255, 1);
}

.split-image {
    width: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.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;
}

.split-image.expand,
.split-imageblock.expand {
    margin: -15rem 0;
}

.split-imageblock {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.split-imageblock-image {
	height: 48%;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 1rem 2rem rgba(0,0,0, .1);
}

.split-image.img-auto-width {
	box-shadow: none;
	width: auto;
}

.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 only screen and (max-width:1080px) {

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

	.split-content {
		width: 100%;
		order: 0;
		padding: 5rem;
	}
}

@media only screen and (max-width:600px) {
	
	.split-wrapper.box-shadow {
		box-shadow: none;
	}
	
	.split-content {
		padding: 3rem 0;
	}
}

/* ==========================================================================
Buttons 
========================================================================== */

.btn {
	max-width: 50rem;
    width: auto;
    box-sizing: border-box;
    padding: 1.2rem 3.5rem;
   	background-color: transparent;
	border:2px solid #fff;
   	color: #fff;	
    border-radius: .4rem;
    text-align: center;
    text-transform: none;
    font-weight:300;
     -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.btn a {
	padding:0; 
}

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

.btn-info {
	background-color: #77bf8a;
	border:2px solid #77bf8a;
	color:#fff;
}

.btn-wrapper {
	margin-top: 25px;
	text-align: center;
}

@media only screen and (max-width: 700px) {
	.btn {
		display: block;
		width: auto;
		margin: 1rem auto;
	}
}


/* ==========================================================================
Bakgrunder & Farger
========================================================================== */
.gray .section-block { background-color: #f0f0f0; }
.lightgray .section-block { background-color: #eeeeee; }


.accent .section-block * {
	color:#fff;
}



/* ==========================================================================
Text och typsnitt
========================================================================== */
p, a, li {
	line-height: 1.6;
	font-size: 1.75rem;
	color: #111;
	font-family: "Open Sans", sans-serif;
	font-weight: 300; 
	text-decoration: none;
}

p {
    padding: 0 0 0.8em 0;
}

a.link { text-decoration: underline; font-weight: 500; }

a:hover {
	text-decoration: none;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lexend Deca', sans-serif;
	letter-spacing: 0 !important;
	color: #555555;
	font-weight: 500;
	line-height: 1.3em;
	text-transform: unset;
}

h2 {
    font-size: 2.5rem;
    padding-bottom: 1rem;
    color: #663399;
}

h3, .section-heading {
	font-size: 4rem;  
	padding-bottom: 3rem;
	color: #555555;
}


.heading-type p {
	text-align: center;
}

hr { max-width:100%; }

.title-hr { 
	border: 0.8px solid #c7c7c7; 
	margin-bottom: 20px;
	width: 600px;
	max-width: 100%;
}

.section-block hr { 
	border: 1px solid #c7c7c7; 
	margin-bottom: 20px;
	width: 100%;
	max-width: 100px;
}


.ingress {
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.6;
	padding-bottom: 3rem;
	font-family: 'Open Sans', sans-serif;
}

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


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

@media only screen and (max-width:375px) {
	h3 {
		font-size: 2.2rem;
	} 
}

@media only screen and (max-width:330px) {
	h2 {
		font-size: 2rem;
	}

	h3 {
		font-size: 1.7rem;
	}
}

.smalltext-type {
	max-width: 600px;
}

.normaltext-type {
    max-width: 800px;
    margin: 0 auto;
}


.bullet-list li {
	font-family: "Fira Sans", sans-serif;
    font-weight: 300;
    line-height: 1.6em;
    padding-bottom: 10px;
    list-style: none;
}

.bullet-list ul li::before {
	content: "\f30b";
    display: inline-block;
    width: 1.8em;
    margin-left: -1.8em;
    color: #663399;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
}

.bullet-list ul ul {
	padding-top: 20px;
}

.bullet-list ul ul li::before {
	content: "\f0da";
    display: inline-block;
    width: 1.8em;
    margin-left: -1.8em;
    color: #663399;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
}


ul.checklist {
	padding-inline-start: 5rem;
	overflow: visible;
}

ul.checklist li {
    font-weight: inherit;
    color:inherit;
    line-height: 1.4;
    padding-bottom: 1.2rem;
    list-style: none;
}

ul.checklist li::before {
	content: "\f00c";
    display: inline-block;
	width: 3rem;
	font-size: 1rem;
	    margin-left: -3rem;
    color: #77bf8a;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
}

ul.checklist ul li::before {
	content: "\f86c";
	color:#000;
}


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

/* Kolumner */
.text-columns .section-block .section-block-wrapper { max-width: 150rem; }
.text-columns .section-block .col-block { padding: 0 4rem; }
.text-columns .section-block .normaltext-type,
.text-columns .section-block * { 
	text-align: left; 
}

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

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


/* ==========================================================================
Header / Navigation
========================================================================== */
.EditMode header {

}


header .container { max-width: 1500px; }

header {
	height: 75px;
	background-color: #fff;
	box-shadow: 0px -2px 5px rgba(0,0,0,0.3);
}

header .header-logo {
    width: 260px;
    opacity: 1;
	padding: 1.4rem 1rem;
	-webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

nav.mainmenu ul.TemplateMenu > li {
    line-height: auto !important;
    height: auto !important;
}

nav.mainmenu {
	text-align: right;	
}

nav.mainmenu .nav-btn {
	border: 1px solid #fff;
	padding:10px;
	box-sizing: border-box;
}

nav.mainmenu a {
	font-weight: 300;
	font-size: 15px;
	color: #4f616b;
	text-transform: none;
	padding: 0 10px;
	z-index: 100;
	line-height: 75px;
}

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

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

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

nav.mainmenu a:before {
    background-color: #663499;
    visibility: hidden;
    position: absolute;
    content: "";
    height: 4px;
    bottom: 12px;
    border-radius: 10px;
    width: 50%;
    margin: 0 auto;
    display: block;
    left: 25%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
} 

/* NAV CTA: Skaffa EasyPos */ 
#skaffa-easypos a {
    background: #77bf8a;
    border: 2px solid #77bf8a;
    color:#fff !important; 
    border-radius: 4px;
    font-size: 1.5rem;
    line-height: 2.1;
    padding: 5px 12px;
    box-sizing: border-box;
        -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#skaffa-easypos a:hover {
	background: #663399;
	border: 2px solid #663399;
}

#skaffa-easypos a:before {
	background: transparent !important;
}

#skaffa-easypos:before,
#skaffa-easypos .expandable a {
	display: none; 
}

/* ---- */

/* Dropdown menu */
header .mobile-menu span {
	height: .2rem;
    width: 100%;
    background: #000;
    border-radius: 0px;
    margin-bottom: .7rem;
	display: none;
}

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

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

nav.mainmenu ul > li.expandable-li:hover > a {
    color: #01a650;
    padding-bottom: 0;
    cursor: default;
}

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

nav.mainmenu ul > li > ul {
    background: #f7f7f7;
	padding: 0;
	box-sizing: border-box;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.22);
    line-height: normal;
    height: auto;
    min-width: 100%;
    width: auto;
    text-align: left;
    z-index: 10;
}

nav.mainmenu ul > li > ul > li {
    padding: 0 15px;
    background: #f7f7f7;
}

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

nav.mainmenu ul > li > ul > li > a {
	color: #444 !important;
	text-transform: unset;
	letter-spacing: normal;
	padding: 10px;
}

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

nav.mainmenu ul > li > ul > li > ul {
    right: 0px;
}

nav.mainmenu ul > li.expandable-li:hover ul {
	background: #f7f7f7;
}

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

nav.mainmenu ul > li > ul > li.expandable-li:hover > a {
    color: #8b52c3;
    border-bottom: none;
    padding-bottom: 10px;
}

nav.mainmenu li:hover .nav-dropdown:after {
	text-decoration: none !important;
}

nav.mainmenu .parent.expandable {
	cursor: default;
}

nav.mainmenu .parent.expandable:after {
	content: '\f0da'; 
}

nav.mainmenu ul > li > ul > li:last-child {
	display: none !important;
}

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

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

/* Hover på dropdown */
/* nav.mainmenu ul > li:hover > ul > li {
	transition:.5s ease;
}

nav.mainmenu ul > li:hover > ul > li:hover {
    background: #8b52c3!important;
} */

nav.mainmenu ul > li:hover > ul > li:hover a {
    /* color: #FFF!important; */
	font-weight: 600;
}
/* End */

@media only screen and (min-width: 980px) {
	nav.mainmenu .expandable:after,
	.nav-expandable:after {
		font-family: 'Font Awesome 5 Pro';
		font-weight: 700;
		content: '\f0d7';
		margin-left: 7px;
		text-decoration: none;
		display: inline-block;
	}
	
	nav.mainmenu li:hover .expandable:after {
		text-decoration: none !important;
	}
}


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

	.openmenu {
	    width: 6rem;
	    height: 6rem;
	    right: 0;
	    top: .5rem;
	    padding: 2rem 1.5rem;
	}

	nav.mainmenu {
	 	text-align: left;
	 	box-shadow: none;
	 	z-index: 100;
	}

	nav.mainmenu .Padding {
		border-top:none !important;
	}
	
	nav.mainmenu ul > li > ul {
		padding: 2rem 0;
	}

	nav.mainmenu li a:not(.btn-nav) {
		font-size: 1.8rem;
		border-bottom: none;
		    margin: 2rem 0;
		color: #000 !important;
		padding: 0 2rem !important;
		line-height: 5rem;
	}

	nav.mainmenu li:hover a,
	nav.mainmenu li.active a {
		color: #663399 !important;
	}
	
	nav.mainmenu a:before {
		display: none;
	}
	
	nav.mainmenu ul > li > ul > li > a {
		padding: 0 4rem !important;
		color:#000 !important;
	}
	
	nav.mainmenu ul > li > ul > li:hover a, nav.mainmenu ul > li > ul > li.active a {
		color:#000 !important;
	}

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

	.openmenu {
	    background-image: none;
	}
	
	.closemenu {
		background-image: none;
	}
	
	.closemenu::before,
	.closemenu::after {
		width: 24px;
		height: 2px;
		top: 12px;
		content: '';
		position: absolute;
		display: block;
		background-color: #8b52c3;	
	}
	
	.closemenu::before {
		transform: rotate(45deg);
	}
	
	.closemenu::after {
		transform: rotate(-45deg);
	}

	header .mobile-menu span {
		display: block;
	}
	
	.dropdown-arrow {
	    max-width: 50px;
	    width: 100%;
	    height: 50px;
	    top: 0;
	    right: 0;
	    background: #f2f2f2;
	}
	
	
	.dropdown-arrow::before {
	    font-family: 'Font Awesome 5 Pro';
	    font-weight: 700;
	    font-size: 1.6rem;
	    content: '\f0d7';
	    text-decoration: none;
	    display: inline-block;
	    color: #000;
	    right: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	    position: absolute;
	}
	
	#skaffa-easypos a {
		padding: 2rem !important;
		border-radius: 0;
		font-size: 1.8rem;
	}

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


.page-title-wrap h1 {
	font-family: 'Lexend Deca', sans-serif;
    font-size:5.5rem;
    padding-bottom:0;
    line-height: 1.35;
    text-shadow: none;
}

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

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

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


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

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

	.page-title-wrap h1  {
		font-size: 2.5rem;
		line-height: 1.6;
	}
}


/* Funktion: Scroll down
========================================================================== */
.arrow {
	position: absolute;
    bottom: 4.5rem;
	margin-left: 50%;
	left: -2rem;
    width: 3rem;
    height: 3rem;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=');
    background-size: contain;
    z-index: 10;
  }

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  -moz-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -moz-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	60% {
	  -moz-transform: translateY(-15px);
	  transform: translateY(-15px);
	}
  }
  
  @-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -webkit-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	60% {
	  -webkit-transform: translateY(-15px);
	  transform: translateY(-15px);
	}
  }
  
  @keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  -moz-transform: translateY(0);
	  -ms-transform: translateY(0);
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -moz-transform: translateY(-30px);
	  -ms-transform: translateY(-30px);
	  -webkit-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	60% {
	  -moz-transform: translateY(-15px);
	  -ms-transform: translateY(-15px);
	  -webkit-transform: translateY(-15px);
	  transform: translateY(-15px);
	}
  }
    

  
  .bounce {
	-moz-animation: bounce 2.5s infinite;
	-webkit-animation: bounce 2.5s infinite;
	animation: bounce 2.5s infinite;
  }

  @media only screen and (max-width: 905px) {
	.arrow {
		bottom: 8rem;
	}
  }
  

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


.cta-btn-wrapper {
	text-transform: uppercase;
    position: fixed;
    top: 45%;
    right: -3px;
    text-decoration: none !important;
    text-align: left;
    z-index: 20;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.cta-btn {
	transform: translateX(0);
}

.cta-btn .cta-item,
.cta-btn .cta-item a {
	display: block;
    width: auto;
    height: auto;
	margin: 0.5rem 0;
	color: #fff !important;
	background: #8b52c3;
	font-size: 1.6rem;
    padding: 2rem;
    font-weight: 700;
	text-transform: none !important;
	text-decoration: none !important;
        -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}


/*
.cta-btn .fas {
	padding-right: 2rem;
}
*/

.cta-btn:hover {
	transform: translateX(0);
}

.cta-scrolled  {
	margin-right:-15rem;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.cta-scrolled.cta-btn.phone:hover {
	transform: translateX(-15rem);
}


.cta-btn a:hover {
	background: #77bf8a;
}

@media only screen and (max-width:900px) {
	.cta-btn-wrapper {
	    text-transform: uppercase;
	    position: fixed;
	    top: auto;
	    bottom: 0;
	    right: auto;
	    left: 0;
	    width: 100%; 
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	    
    }
    
    .cta-btn {
	    transform: none !important;
	    width: 50%;
    }
    
    .cta-scrolled {
	    margin: 0;
    }
    
    .cta-btn .cta-item,
    .cta-btn .cta-item a {
	    margin: 0;
	    font-size: 1.2rem;
	    text-align: center;
    	white-space: nowrap;
	    overflow: hidden !important;
		text-overflow: ellipsis;
    }
}

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


	 .cta-btn .cta-item .fas {
		 line-height: normal;
		
	 }
}
/* Startsida: Om oss
========================================================================== */
.section-inledning .normaltext-type p {
	text-align: center;
}


.about .section-block {
	padding-bottom: 4rem !important;
}


/* Startsida: Produktomraden
========================================================================== */



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

.product-item {
	width: 31%;
	margin: 1%;
	display: flex;
	flex-wrap: wrap;
	height: 450px;
	overflow:hidden;
	position: relative;
    box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	text-decoration: none !important;
	cursor: pointer;
	    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}



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

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


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

.product-item .product-text .centered-text {
	align-self: center;
	max-width: 60rem;
	margin: 0 auto;
}

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

.product-item .product-text h3 {
    font-size: 23px;
    font-weight: 500;
    text-transform: none;
    padding-bottom: 15px;
    padding-top: 0 !important;
}


.product-item .product-text p,
.product-item .product-text li {
	font-size: inherit;
	line-height:1.6em;
	text-align: center;
}


.product-item .product-link {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	color:#fff;
	background-color: #353c3e;
	height: 60px;
	line-height: 60px;
	z-index: 4;
	    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


.product-item:hover .product-link {
	background: #d71c1b;
}

.product-item:hover .product-text {
    background: rgba(0, 0, 0, 0.86); 
}

@media only screen and (max-width: 1100px) {
	
	.product-item {
		width: 98%;
		margin: 1%;
	}
	
}

@media only screen and (max-width: 550px) {
	.product-item {
	    width: 100%;
	}
}

/* Startsida: EasyPos Kassa (Funktioner
========================================================================== */
#functions .normaltext-type {
	padding-bottom: 4rem;
} 

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

.benefits .section-block h3 {
	max-width: none;
}

.benefits .section-block h4 {
	padding-top: 2rem;
}

.benefits .section-block ul.checklist li {
	font-size: 1.5rem;
}

.benefits .split-image { width: 35%; }
.benefits .split-content { width: 65%; }

@media only screen and (max-width: 1150px) {
	
	.benefits .split-image,
	.benefits .split-content {
		width: 100%;
	}
	
	.benefits .split-image { order: 1; }
}

@media only screen and (max-width: 696px) {
	.benefits .section-block {
		background: #fff;
	}
	
	.benefits .split-wrapper {
		box-shadow: none;
	}
	
	.benefits .split-content {
		padding: 0;
	}
	
	.benefits .section-block { 
		padding-bottom: 0 !important;
	}
}


.services-cards-wrapper {
	    text-align: center;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.services-card {
	margin: 1.5rem;
	background: #fff;
	padding: 4rem 3rem;
	box-shadow: -10px 10px 0 #8b51c3;
	height: auto;
	display: inline-block;
	height:auto;
	min-height: 40rem;
	border-radius: 10px;
	position: relative;
}

.slick-dots li button:before {
    font-size: 12px;
    	color:#666666;
    	opacity: 0.7;
}

.slick-dots li.slick-active button:before {
    opacity: .9;
    color: #77bf8a;
}

.slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 5rem;
}


/* Startsida: Urval av kunder, #customers
========================================================================== */
#customers {
	background: rgba(255, 255, 255, 1);
}

/* #customers h2 { color: #77bf8a; } */
#customers h3 { /* color: #fff; */ max-width: 700px; margin: 0 auto;}


.integrations-logos-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;
}

.integrations-logo {
    background: transparent;
    box-shadow: none;
    width: 18%;
    margin: 3%;
    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.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
    -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.98);
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
}

.integrations-logos-wrapper .mindoktor-logo img  { height: 100px !important; }
.integrations-logos-wrapper .laneta-logo img  { height: 80px !important; }
.integrations-logos-wrapper .floristkompaniet-logo img  { height: 200px !important; }
.integrations-logos-wrapper .designonly-logo img  { height: 80px !important; text-align: center; margin-right: -5rem; }
.integrations-logos-wrapper .thernlunds-logo img  { height: 100px !important; }
.integrations-logos-wrapper .salesforce-logo img  { height: 80px !important; }


@media only screen and (max-width: 1150px) {
	.integrations-logo {
		width: 31%;
		margin: 1%;
	}
}

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

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

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


.SubPage .section-block .section-block-wrapper {
    max-width: 1200px;
}

.SubPage .section-block .col-1 { padding-right: 2%; }
.SubPage .section-block .col-2 { padding-left: 2%; }


.SubPage .page-title-wrap {
    top: 70%;
    left: 50%;
    max-width: 980px;
    padding: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

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

.SubPage .page-title-wrap h2 {
	color:#fff;
}

.SubPage .page-title-wrap hr {
	border: 2px solid #fff;
		margin: 1.5rem auto;
}


@media only screen and (max-width: 600px) {
	
	.page-title-wrap .btn {
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 1rem auto;
	}
}

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


.SubPage .header-img {
	background-color: rgba(0, 0, 0, 0.3);
	position: relative;
}

.SubPage .header-img .section-block {
		height: 65vh;
}

@media only screen and (max-width: 600px) {
	.SubPage .header-img .section-block {
		height: 80vh;
		min-height: 100%;
	}
	
	.SubPage .page-title-wrap {
		top:60%;
	}
}

.SubPage .fullscreen-bg-video {
	display: none;
}




.SubPage h4 {
	font-size: 28px;
	padding-top: 20px;
}

.SubPage h5 {
	font-size: 22px;
	color: #000;
	padding-top: 20px;
	padding-bottom:10px;
}

.intro .normaltext-type {
	max-width: 100rem;
}


/* Hero with image background or background video
========================================================================== */
.EditMode .LayoutPage .hero-image {
	background-color: #111;
}

.LayoutPage .hero-image {
	background: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	height: auto;

}

.LayoutPage .hero-image .section-block-wrapper {
	max-width: 100rem;
}

.LayoutPage .hero-image .section-block { 
	position: static;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7rem 2rem 0;
	min-height: 65vh; 
	display: flex;
	background-color: rgba(0, 0, 0, 0.5);
}

.LayoutPage .hero-image .heading-type h1 {
	color:#fff;
	padding: 0;
}

.LayoutPage .hero-image .btn-wrapper {
	margin-top: 3rem;
}

.LayoutPage .hero-image .btn {
	margin: 1rem;
}

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


/* ========================================================================== 
Undersida: Vanliga fragor
========================================================================== */
.subpage-faq .hero-image {
    background: url('/assets/images/easypos-kollar-ipad-2000px.jpg');
    background-position: 80% 70%;
}

/* ========================================================================== 
Undersida: Support
========================================================================== */
.subpage-support .hero-image {
    background: url('/files/easypos-support.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media only screen and (max-width: 780px) {
	.subpage-support .hero-image .section-block {
		min-height: 70vh;
	}
}

.subpage-support .fullscreen-bg-video {
	display: none;
}

.subpage-support .smaller-text {
	font-size: 1.7rem;
}

.LayoutPage .support-form .section-block {
	padding: 10rem 2rem;
}

/* ========================================================================== 
Undersida: Support > Driftinformation
========================================================================== */
#feed {
	background: #f8f8f8;
}

#feed .section-block .section-block-wrapper {
	max-width: 900px;
}

#feed .feed-item h2,
.news-feed h2 {
	font-family: 'Martel Sans',sans-serif;
	font-size: 0;
	color: transparent;
	margin: 0;
	padding: 10px 0 15px 0;
	line-height: normal;
	max-width: none !important;
	border: none;
}


#feed .feed-item h2 span, .news-feed h2 span {
    font-size: 25px;
    color: #673599;
    line-height: 1.2em;
    font-weight: 600;
    display: block;
    letter-spacing: 0;
}

#feed .feed-item h2 span.feed-date,
.news-feed h2 span.GuestbookDate {
	font-size: 18px;
	font-weight: 300 !important;
	padding-bottom: 20px;
	margin-bottom: 0;
/* 	border-bottom: 1px solid #c4c4c4; */
	color: #3a3a3a !important;
	display: block;
}

#feed .feed-item,
.news-feed .GuestBookEntry {
	margin-bottom: 30px;
	padding: 2rem 3rem;
	box-sizing: border-box;
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 8px;
}

#feed {
	text-align: left !important; 
}


#feed .feed-item {
    width: 100% !important;
    display: block;
    vertical-align: top;
    margin-bottom: 40px;
    height: auto;
    text-align: left;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.17);
}


.news-feed {
	padding-top: 100px;
}

.news-feed main {
	padding: 100px 0;
}

.news-feed .Guestbook .GuestbookForm,
.news-feed .Guestbook .GuestbookList {
	float: none;
	margin: 0 auto;
	width: 500px;
	padding-bottom: 30px;
}

.news-feed .GuestBookCount,
.news-feed .GuestBookEmail,
.news-feed .GuestBookHomePage {
	display: none;
}

.news-feed .Guestbook .GuestbookForm input.textname,
.news-feed .Guestbook .GuestbookForm textarea.textmessage {
    width: 100%;
    padding: 5px;
    border: solid 1px #dddddd !important;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 16px;
}


.news-feed .Guestbook .GuestbookForm input, .news-feed .Contact .ContactForm input {
    height: auto !important;
}

.news-feed .Guestbook .GuestbookForm textarea.textmessage {
	height: 200px;
}
.news-feed .GuestBookName {
	margin-bottom: 15px;
}
.news-feed .GuestbookForm input[type="submit"] {
	background:#000;
	color: #fff;
	font-size: 17px;
	padding:15px 25px;
	text-transform: uppercase;
}





/* ========================================================================== 
Undersida: Produkter > Oversikt
========================================================================== */

.subpage-oversikt .LayoutPage .section-block {
    padding: 200px 20px;
}


/* ========================================================================== 
Undersida: Produkter > MIndre verksamheter
========================================================================== */
.produkter-smaforetag .hero-image {
    background: url('/assets/images/easypos-mindre-verksamhet-2000px.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 53%;
}

/* Cloud */
.SubPage .section-cloud .section-block-wrapper {
	max-width:130rem;
}

.section-cloud .section-block h2 {
	padding-bottom: 4rem;
	max-width: 60rem;
	margin: 0 auto;
}

.section-cloud .split-title {
	font-size: 2.9rem;
}

@media only screen and (max-width:800px) {
	.section-cloud .split-title {
		font-size: 2.1rem;
	}
}

@media only screen and (max-width:600px) {
	.section-cloud .section-block h2 {
		text-align: left;
	}
}

/* Cloud */
.section-functions .section-block {
	padding-top:0!important;
}

.SubPage .section-functions .section-block-wrapper {
	display:flex;
	flex-wrap:wrap;
	max-width:130rem;
}

.SubPage .section-functions .col-0 {
	width:48%;
	margin-right:2%;
	padding:5rem;
}

.SubPage .section-functions .col-1 {
	width:48%;
	margin-left:2%;
	padding:5rem;
}

.section-functions em {
	color: #663399;
	font-size: 5rem;
    margin-bottom: 2rem;
}

@media only screen and (max-width:1080px) {
	.SubPage .section-functions .col-block {
		width:100%!important;
		max-width: 100rem;
		margin: 0 auto;
		margin-bottom: 5rem;
	}
	

}

@media only screen and (max-width:600px) {
	.SubPage .section-functions .col-block {
		padding: 0;
		box-shadow: none;
	}
}

/* ========================================================================== 
Undersida: Produkter > Medelstora företag
========================================================================== */
.produkter-medelstoraforetag .hero-image {
    background: url('/assets/images/easypos-medelstor-verksamhet-2000px.jpg');
    background-position: center 30%;
}

/* ========================================================================== 
Undersida: Produkter > Stora företag
========================================================================== */
.produkter-storaforetag .hero-image {
     background: url('/assets/images/easypos-stor-verksamhet-2000px.jpg');
    background-position: center 50%;
}

/* ========================================================================== 
Undersida: Produkter > Obemannat
========================================================================== */
.produkter-obemannat .hero-image {
     background: url('/assets/images/easypos-obemannad-kassa-2000px.jpg');
    background-position: center 50%;
}

/* ========================================================================== 
Undersida: Produkter > White Label
========================================================================== */
.produkter-whitelabel .hero-image {
     background: url('/assets/images/easypos-betala-smartphone-2000px.jpg');
    background-position: center 80%;
}

/* ========================================================================== 
Undersida: Produkter > Kundanpassningar
========================================================================== */
.produkter-kundanpass .hero-image {
	background: url('/assets/images/easypos-man-kassa-forklade-2000px.jpg');
   background-position: center 50%;
}

/* ========================================================================== 
Undersida: Produkter > Produktsidor
========================================================================== */
.subpage-produkter .header-img .section-block {
		background-color: rgba(0, 0, 0, 0.4);
}

.subpage-produkter .fullscreen-bg-video {
	display: none;
}

.easypos-business .header-img {
    background: url('/files/easypos-business-checkoutsystem-2000px.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 70%;
}

.easypos-club .header-img {
    background: url('/files/easypos-golfclub-2000px.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 70%;
}

.easypos-mobil .header-img {
    background: url('/files/easypos-mobil-2000px.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 70%;
}

.easypos-mini .header-img {
    background: url('/files/easypos-kiosk-2000px.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 70%;
}

.easypos-kiosk .header-img {
    background: url('/files/easypos-kiosk-2-2000px.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 75%;
}

.easypos-webborder .header-img {
    background: url('/files/easypos-webborder-2000px.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 70%;
}


/* ========================================================================== 
Undersida: Support
========================================================================== */
.subpage-support .header-img {
    background: url('/files/easypos-support.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.subpage-support .header-img .section-block {
	background-color: rgba(0, 0, 0, 0.66);
}

.subpage-support .fullscreen-bg-video {
	display: none;
}

.contact .heading-type h4 {
	text-align: center;
	font-size: 3rem;
	padding-top: 6rem;
	padding-bottom: 2rem;
}


.service-section {
	max-width: 80rem;
	margin: 0 auto;
}

.service-section *,
.service-section *:before,
.service-section *:after {
	transition: all .3s ease;
}

.service-card-icon {
    font-size: 8rem;
    display: inline-block;
    vertical-align: middle;
    width: 15rem;
}

.service-section * {
	color: #000;
}

.service-list {
    list-style-type: none;
    margin: 0;
    padding-inline-start: 0;

}

.service-accordion {
    width: 100%;
    margin: 1rem 0;
    background-color: #efefef;
    border: 2px solid #efefef;
    align-self: flex-start;
}

.service-panel:first-child {
	display: block;
	overflow: visible;
}

.service-header {
    position: relative;
    cursor: pointer;
    padding: 1.5rem 2rem;
}

.service-button {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
    height: 25px;
    cursor: pointer;
}

.service-button::before, .service-button::after {
    width: 1.5rem;
    height: .1rem;
    top: 1rem;
    content: '';
    position: absolute;
    display: block;
    background-color: #000;
}

.service-button::before {
	transform: rotate(90deg);
}

.service-button::after {
	transform: rotate(0deg);
}

.service-header.active .service-button::before {
	transform: rotate(135deg);
}

.service-header.active .service-button::after{
	transform: rotate(45deg);
}

.service-accordion .service-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8rem;
   padding: 0 !important;
   padding-right: 2rem!important;
}

.service-title .fas,
.service-title .far {
	margin-right: 10px;
}

.service-panel {
	max-height: 0;
	overflow: hidden;
}

.service-info {
	padding: 0 3rem;
	display: flex;
}

.service-info .info-box {
    margin-bottom: 30px;
    background-color: #b51e25;
    padding: 20px;
}

.service-info .info-box p:last-child {
	padding: 0;
}

.service-info .part-1,
.service-info .part-2 {
	width: 50%;
	padding: 0 30px;
}

.service-item:hover .service-accordion {
	height: auto; 
}

.service-item:hover .service-info {
	font-size: 16px;
}

@media only screen and (max-width: 600px) {
	.service-title {
		max-width: 30rem;
	}

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

/* ========================================================================== 
Undersida: EasyPos Interationer
========================================================================== */
.subpage-integrations .hero-image {
    background: url('/files/easypos-partners.jpg');
    background-position: center center;
}



.LayoutPage .section-integrations .section-block {
	border: 1rem solid #f8f8f8;
}

.section-integrations .heading-type {
	max-width: 85rem;
    margin: 0 auto 4rem auto;
}

.section-integrations .normaltext-type {
	max-width: none;
}


@media only screen and (max-width: 780px) {
	.subpage-integrations .hero-image .section-block {
		min-height: 70vh;
	}
}

/* Integration cards / Logos
========================================================================== */
.integration-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-left: -0.5rem;
}

.integration-card {
	width: 23%;
	margin: 1%;
	display: inline-block;
	position: relative;
	text-align: center;
    background: transparent;
    padding: 2rem;
    border-radius: 1rem;
	-moz-transition: 0.45s ease-in-out;
    -webkit-transition: 0.45s ease-in-out;
    transition: 0.45s ease-in-out;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.section-parners .integration-card {
	width: 18%;
}

.integration-card:hover {
	box-shadow: 0px 1rem 3rem rgba(0, 0, 0, 0.12);
		-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.integration-card .card-text {
	display: none;

}
.integration-card .far {
	font-size: 5rem;
	padding-bottom: 2.5rem;
}


.temporary-logo {
	font-size: 3rem;
	line-height: 1;
	height: 15rem;
	font-family: sans-serif;
	font-weight: 900;
	max-width: 20rem;
	margin: 0 auto;
	vertical-align: middle;
}

@media only screen and (max-width:1100px) {
	.integration-card,
	.section-parners .integration-card {
		width: 31%;
	}
}

@media only screen and (max-width:720px) {
	.integration-card,
	.section-parners .integration-card {
		width: 48%;
	}
}

@media only screen and (max-width:480px) {
	.integration-card {
		padding:3rem 1.5rem;
	}
	
	h3.temporary-logo {
		height: 6rem;
		font-size: 2rem;
	}
	
	.integration-card .card-image img {
	    width: 60%;
	}
	
	.integration-card h3 {
		font-size: 1.6rem;
	}
}

/* Integration text below logos
========================================================================== */
.integration-text-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.integration-text-wrapper * {
	text-align: left;
	max-width: none;
}

.integration-text {
	padding: 3rem;
	width: 50%;
}

.integration-text .small-heading {
	font-size: 2.3rem;
	font-weight: 700;
	padding-bottom: 1rem;
}


@media only screen and (max-width: 975px) {
	.integration-text {
		width: 100%;
		padding: 2rem 0;
	}
}

@media only screen and (max-width: 550px) {
	.integration-card {
		padding: 1rem;
	}
}


.subpage-partners .fullscreen-bg-video {
	display: none;
}

.subpage-partners #partners .card-text {
	display:none;
}

/* ========================================================================== 
Undersida: Om EasyPos
========================================================================== */
.subpage-omoss .header-img {
    background: url('/files/easypos-team-placeholder.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.subpage-omoss .header-img .section-block {
	background-color: rgba(0, 0, 0, 0.66);
}

.subpage-omoss .img-divider {
    background-image: url('/files/easypos-partners-2000px.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
}

/* ========================================================================== 
Undersida: Kontakt
========================================================================== */
.subpage-kontakt .header-img {
    background: url('/files/easypos-kontaktsida.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.subpage-kontakt .header-img .section-block {
	background-color: rgba(0, 0, 0, 0.66);
}

.contact-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-left: -0.5rem;
}

.contact-card {
	width: 31%;
	margin: 1%;
	display: inline-block;
	position: relative;
	text-align: center;
    background: #fff;
    padding: 6rem 2rem;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
        -moz-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.contact-card:hover {
/* 	background: #f3f3f3; */
		-moz-transform: scale(.95);
	-webkit-transform: scale(.95);
	transform: scale(.95);
	    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
}

.contact-card:hover .fas {
	color:#77bf8a !important;
}

.contact-card:nth-child(2) {
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.contact-card:nth-child(2):hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.contact-card * {
	color: #3a3a3a !important;
	        -moz-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.contact-card .fas {
	font-size: 3rem;
	padding-bottom: 2.5rem;
}

.contact-card h3 {
	font-size: 2.5rem;
	padding-bottom: 1rem;
}

.contact-card p {
	font-size: 1.9rem;
}


@media only screen and (max-width: 820px) {
	.contact-card {
		width: 100%;
	}
	
	.contact-card:nth-child(1) {
		order: 1;
	}
}

@media only screen and (max-width: 600px) {
	.contact-card {
		transform: none !important;
	}
	
	.contact-card p {
		text-align: center;
	}
	
	
}

.LayoutPage .Contact .ContactForm div.ContactFormMessage p, 
.LayoutPage .Contact .ContactForm .ContactFormEmail p, 
.LayoutPage .Contact .ContactForm .ContactFormField p, 
.LayoutPage .Contact .ContactForm .ContactFormName p {
    color: #000;
    font-size: inherit;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem !important;
}


.LayoutPage .Contact .ContactForm input.text, 
.LayoutPage .Contact .ContactForm textarea.textmessage {
    background-color:transparent;
    border: 1px solid #e2e2e2 !important;
    border-radius: 6px;
    height: 40px !important;
    padding: 5px 15px;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit {
    padding: 12px 45px;
    background: #663399;
    border: 2px solid #663399;
    color: #fff;
    border-radius: 8px;
    font-size: 17.5px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 15px auto;
    display: block;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit:hover {
	background: transparent;
	border: 2px solid #663399;
	color: #663399;
}

.LayoutPage .Contact .ContactForm textarea.textmessage {
    height: 204px;
}

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

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


.LayoutPage .form-part .ContactSentMessage, .Contact .ContactSentMessage {
    background-color: #ff8037 !important;
    box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
    border-radius: 20px 0;
}

.LayoutPage .form-part .ContactSentMessage p {
	font-size: 16px;
	color:#fff;
	letter-spacing: 0.5px;
}

.LayoutPage .form-part .ContactSentMessage p:first-child {
	font-size: 20px;
    margin: 0;
    padding-bottom: 5px;
}

/* ========================================================================== 
Undersida: Skaffa EasyPos
========================================================================== */

.LayoutPage .contact-form-section .heading-type {
	position: relative;
}

.LayoutPage .contact-form-section .heading-type h1 {
	padding-bottom: 1rem;
}

.LayoutPage .return-start {
	padding-bottom: 3rem;
}

.LayoutPage .return-start:hover a {
	color: #663399 !important;
}

.LayoutPage .return-start:before {
	content: "\f2ea";
    display: inline-block;
    width: 1.8em;
    margin-left: -1.8em;
    color: #663399;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
}

.contact-form-section {
	background: url('/assets/images/easypos-stor-verksamhet-2000px.jpg');
}

.contact-form-section .section-block {
	background: rgba(0, 0, 0, 0.58);
	padding-top: 160px !important;
}

.contact-form-section .section-block .section-block-wrapper {
	max-width: 700px;
}

.contact-form-section .section-block .col-0 {
	background: #fff;
	padding: 4rem;
	padding-bottom: 1rem;
	border-radius: 15px;
}

.contact-form-section .Contact .ContactForm textarea.textmessage,
.contact-form-section .Contact .ContactForm div.ContactFormMessage p {
	display: none;
}


@media only screen and (max-width:600px) {
	.contact-form-section .section-block {
		background: #fff;
	}
}

/* ========================================================================== 
Undersida: GDPR
========================================================================== */
 
.subpage-gdpr .section-block p,
.subpage-gdpr .section-block li { 
    padding-inline-start: 3rem;
}

.subpage-gdpr .section-block h3 {
	padding-bottom: 2rem;
	padding-top: 4rem;
	font-size: 2.4rem;
	font-weight: 700;
}

.subpage-gdpr .section-block .ingress {
	padding: 0 0 2rem 0;
	font-weight: 700;
}

.subpage-gdpr .section-block .subheading {
	padding-top: 2rem;
}

.subpage-gdpr .section-block h4 {
	padding-inline-start: 1rem;
	font-size: 1.8rem;
	color:#000;
	font-weight: 700;
	padding-bottom: .5rem;
	padding-top: 1.5rem;
}

/* ========================================================================== 
DOLDA UNDERSIDOR
========================================================================== */

.no-header .LayoutPage .section-block {
    padding: 150px 20px;
    background-color: #f5f5f5;
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #663499;
	padding: 65px 0px 0px 0px;
}

.footer .container {
	max-width: none;
	box-sizing: border-box;
	margin: 0 auto;
	padding:0;
}

.footer .footer-center {
	max-width: 1200px;
	min-height: 250px;
}

.footer .container .footer-center {
    padding: 0 50px;
    box-sizing: border-box;
}

.footer .footer-heading {
    font-weight: normal;
    font-size: 1.5rem;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
	padding-top: 0;
    margin: 0 0px;
    letter-spacing: 0;
    text-align: left;
	padding-bottom: 2.5rem;
	line-height: 1.3;
}

.footer p,
.footer a {
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.6em;
	color: #fff;
	text-transform:none;
}

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

.fa-phone:before { margin-left: 3px; }
.footer .container .footer-left p {padding:3px 0px;}

.footer .container .footer-center {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.footer .container .fab {
	color: #fff;
	margin-top: 0;
 line-height: 1;
	padding-top: 0;
}

.footer .container .fab:hover {
	color: #fff;
}

.footer-col-1 {
	width: 25%;
	float: left;
	margin-right: 5%;
}

.footer-col-1 p {
	padding-top: 15px;
	text-align: left;
	float:left;
	max-width: 500px;
	
}

.footer-col-1 .footer-heading {
	font-size: 3rem;
	padding:0;
}

.footer img {
	width: 200px;
	float:left;
	height: auto;
}

.footer-col-2 {
	width: 22%;
	float: left;
}

.footer-col-3 {
	width: 22%;
	float: left;
}

.footer-col-4 {
	float: left;
	text-align: right;
}

.footer-col-4 h3 {
	text-align: right;
}
/* WebbEss Stamp  */
.webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: normal;
	justify-content: center;
}

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

@media only screen and (max-width: 980px) {
	
	.footer .footer-center {
		min-height: 365px;
	}
	
	
	
	.footer .footer-col-1 {
		width: 100%;
		float: none;
		display: block;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	
	.footer .footer-col-1 p {
	    display: block;
	    float: none;
	    text-align: left;
	    margin: 0;
	    width: 100%;
	}
	
	.footer .footer-col-2,
	.footer .footer-col-3 {
		width:30%;
		padding-left: 0;
	}
	


}



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

	/* footer */
	.footer .footer-col-2, 
	.footer .footer-col-3, 
	.footer .footer-col-4 {
		width: 100%;
		float: none;
		margin: 0 auto;
		text-align: left;
		padding-left: 0;
		padding-bottom: 15px;
	}
	
	.footer h3,
	.footer p, 
	.footer a {
		text-align: left;
	}

	.footer {
		padding-bottom: 10rem;
	}
	
}

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


}


/* ==========================================================================
EditMode
========================================================================== */
/* .EditMode header { position: static; } */

.EditMode nav.mainmenu ul > li > ul {
	overflow-y: scroll;
	height: 500px;
}

.EditMode .expandable-li ul {
    left: 0;
}

.EditMode nav.mainmenu ul > li > ul > li > ul {
    width: 400px;
    position: absolute;
    left: 100px;
    overflow: hidden;
}

.EditMode nav.mainmenu ul > li > ul > li > ul > li {
	width: 400px;
	overflow: hidden;
}

.EditMode nav.mainmenu ul > li > ul > li > a {
	width: 200px;
	overflow: hidden;
}

.EditMode .TemplateMenu {
	position: relative;
}