* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
@font-face {
    font-family: 'Comic2';
    src: url(fonts/ComicNeue-Regular.ttf);
}
@font-face {
    font-family: 'chocolateregular';
    src: url('fonts/chocolate_otf-webfont.woff2') format('woff2'),
         url('fonts/chocolate_otf-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
select,   textarea,   input[type="text"],   input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px; }
body, html {
	margin:0px;padding:0px;
	min-height:100vh;
}
body {
	position:relative;
	font-family: 'Inter', sans-serif;
	font-weight:normal;
}
.adminknapp {
	padding:10px 15px 10px 15px;
	border-radius:4px;
	cursor:pointer;
	background-color:#f39c13;
	color:white;
	text-decoration:none;
	transition:0.4s ease;
}
.adminknapp:hover {
	background-color:#e39110;
}
button.adminknapp {
	border: none;
	outline: inherit;
	font-size:0.9em;
}
button.adminknapp_rod {
	border: none;
	outline: inherit;
	font-size:0.9em;
}
button.adminknapp_grey {
	border: none;
	outline: inherit;
	font-size:0.9em;
}
.shade {
	position:absolute;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter:blur(3px);
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image:url(imgs/shade2.png);
	z-index:999;
}
.shadeBox {
	margin:20vh auto 0px auto;
	width:90%;
	max-width:600px;
	background-color:white;
	border-radius:8px;
	padding:20px;
}
.ill8 {
	float:left;
	width:300px;
	margin-left:-20px;
	margin-top:-64px;
}
.createaccount_bump {
	display:flex;width:80%;margin:0 auto;text-align:center;font-size:1.2em;
}
.createaccount_bump div {
	width:100%;padding:17px;
}
.flagga {
	cursor:pointer;
	transition:0.2s ease;
	width:25%;
	margin-right:15px;
}
.flagga:hover {
	transform:scale(1.1);
}
.ui-tooltip {
	padding:14px;
}
@media all and (max-width:990px) {
	.createaccount_bump {
		display:block;
	}
	.createaccount_bump div {
		width:100%;
		margin-bottom:5px;
	}
	.ill8 {
		display:none;
	}
}
#startvideo {
	width:70%;
	display:block;
	margin:0 auto;
	border-radius:17px;
	border-right:4px solid #bf3a2b;
	border-bottom:4px solid #bf3a2b;
}
.greenLeaf {
	float:left;
	font-size:90px;
	color:white;
	margin-top:15px;
	margin-left:50px;
}
.st0{enable-background:new;}
.st1{fill:#BF3A2A;}
.st2{fill:#00A184;}
.st3{fill-rule:evenodd;clip-rule:evenodd;fill:#BF3A2A;}
.schema3 {
	padding-bottom:50px;
	margin-top:60px;
}
.playVideo {
	background: rgb(0,161,132);
	background: linear-gradient(0deg, rgba(0,161,132,1) 4%, rgba(240,240,240,1) 21%, rgba(240,240,240,1) 85%, rgba(255,255,255,1) 98%);
	width:100%;
	height:350px;
	transition:0.4s ease;
}
.playVideo img {
	float:right;
	width:40%;
	max-width:500px;
	cursor:pointer;
	margin-top:-40px;
	margin-right:10px;
	transition:0.4s ease;
}
.playVideo img:hover {
	transform:scale(1.05);
}
.desktop_text_container {
	float:left;
	margin-top:60px;
	margin-left:10px;
}
.desktop_text_container .choklad {
	font-size:80px;
	color:#302e32;
	margin:0px;
}
.desktop_text_container h2:not(.choklad) {
	font-size:30px;
	color:#525252;
	margin-top:-30px;
	padding-left:190px;
	font-weight:200;
}
.success-shopify b {
	font-size:1.3em;
}
.support_article_container {
	display:flex;
}
.support_article_right {
	width:34%;
	margin-left:10px;
}
@media all and (max-width:1000px) {
	.desktop_text_container .choklad {
		font-size:70px;
	}
	.desktop_text_container h2:not(.choklad) {
		padding-left:150px !important;
	}
}
@media all and (max-width:800px) {
	.desktop_text_container .choklad {
		font-size:60px;
	}
	.desktop_text_container h2:not(.choklad) {
		padding-left:130px !important;
	}
}
@media all and (max-width:700px) {
	.support_article_container {
		display:block;
	}
	.support_article_right {
		width:100%;
		display:flex;
		margin-left:0px;
	}
	.desktop_text_container {
		float:none;
		width:100%;
		margin:0px;
		padding:0px;
		text-align:center;
		display:block;
	}
	.playVideo {
		height:500px;
	}
	.desktop_text_container .choklad {
		font-size:50px !important;
		margin:0px !important;
	}
	.desktop_text_container h2:not(.choklad) {
		padding-top:10px;
		padding-left:100px !important;
		font-size:21px !important;
	}
	.playVideo img {
		float:none;
		display:block;
		width:80%;
		margin:0 auto;
	}
}
.greenText {
	float:left;
	color:white;
	margin-left:40px;
	font-size:1.2em;
	width:70%;
}
.greenText h2 {
	font-size:55px;
	margin-top:-12px;margin-bottom:8px;
}
.bokeh {
	padding-top:40px;margin-top:-23px;
}
.thumb_container {
	width:100%;
	background-color:#efefef;
	text-align:center;
	font-size:50px;
	padding-top:20px;
	padding-bottom:20px;
	cursor:pointer;
	transition:0.3s ease;
}
.thumb_container:hover {
	background-color:#d1d1d1;
}
.thumb_container:hover i {
	transform:scale(1.1);
}
#top {
	width:100%;
	height:115px;
	background-color:#fef7f3;
	position:relative;
	z-index:900;
}
.mitt {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
a {
	color:black;
}
a:hover {
	text-decoration:none;
}
#footer {
	width:100%;
	height:220px;
	position:absolute;
	left:0px;
	color:white;
	z-index:99;
	bottom:0px;
	background-color:#302e32;
}
#footer a {
	color:white;
}
.redo_container {
	width:80%;margin:0 auto;text-align:center;
}
.redo_container .choklad {
	font-size:40px;font-weight:normal;line-height:45px;
}
.mobile_hero {
	width:100%;
	position:absolute;
	top:-1000px;
	transition:1s ease-out;
	z-index:999;
	opacity:0;
	display:none;
}
.some_sync_container {
	display:flex;
	margin-top:60px;
}
.some_sync_box1 {
	width:45%;
	padding-left:10px;
	margin-right:20px;
}
.some_sync_box1 .h2_feature {
	font-size:35px;
	line-height:42px;
}
.some_sync_box1 img {
	display:none;
}
.some_sync_box2 {
	width:55%;
}
@media all and (max-width:900px) {
	.redo_container {
		width:60%;margin:0 auto;text-align:center;
	}
	.some_sync_container {
		display:block;
	}
	.some_sync_box1 {
		text-align:center;
		width:100%;
		padding:10px;
	}
	.some_sync_box1 .h2_feature {
		margin-left:0px !important;
		font-size:40px;
		width:100% !important;
	}
	.some_sync_box1 img {
		display:block;
		width:80%;
		margin:0 auto;
	}
	.some_sync_box2 {
		display:none;
	}
}
@media all and (max-width:590px) {
	.redo_container {
		width:80% !important;
		margin:0 auto;
		text-align:center;
	}
	.redo_container .choklad {
		font-size:10vw;
		font-weight:normal;
		line-height:14.5vw;
	}
}
.jmd_platta {
	float:right;
	background-color:white;
	padding:20px;
	border-radius:10px;
	width:280px;
	text-align:center;
	margin-top:-50px;
	font-size:13px;
	color:#302e32;
	border:3px solid #302e32;
}
.jmd_platta a {
	color:#302e32 !important;
}
.jmd_platta img {
	width:100px;margin-bottom:10px;
}
.primaryBtn {
	background-color:#00A184;
	border-radius:28px;
	border:1px solid #0e9379;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5e8246;
}
.primaryBtn:hover {
	background-color:#0e9379;
}
.primaryBtn:active {
	position:relative;
	top:1px;
}
.otc {
	position: relative;
	width: 320px;
	margin: 0 auto;
	display:none;
}
.otc fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
.otc fieldset div {
	display: flex;
	align-items: center;
}
.otc input[type="number"] {
	width: .82em;
	line-height: 1;
	margin: .1em;
	padding: 8px 0 4px;
	font-size: 2.65em;
	text-align: center;
	appearance: textfield;
	-webkit-appearance: textfield;
	border: 2px solid #00A184;
	color: black;
	border-radius: 4px;
}
.otc input::-webkit-outer-spin-button,
.otc input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otc input[type="number"]:nth-child(n+4) {
	order: 2;
}
.otc div::before {
	content: '';
	height: 2px;
	width: 24px;
	margin: 0 .25em;
	order: 1;
	background: #00A184;
}
.otc label {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}
#hero {
	width:100%;
	height:600px;
	padding-left:15px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
#hero .iphone_hero {
	float:right;width:300px;margin-top:-19px;margin-right:-25px;display:none;position:relative;z-index:990;
}
#hero i {
	float:left;margin-top:18px;margin-right:30px;font-size:90px;
}
.login {
	margin-top:30px;
	font-variant:small-caps;
	position:relative;
	z-index:999;
	float:right;
}
.loginvarning {
	width:50%;margin:0 auto;margin-bottom:20px;display:none;
}
.loginfield {
	width:80%;margin-left:10px;
}
.w3-input{padding:8px;border:1px solid #cecece;}
.input-warning { background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
.loginbox {
	width:50%;
	margin:0 auto;
	box-shadow:0px 0px 10px #e6e6e6;
	padding:25px;
}
.loginbox a {
	padding:10px 15px 10px 15px;
	border-radius:4px;
	cursor:pointer;
}
.support_double {
	display:flex;width:85%;margin:0 auto;
}
.support_outer {
	width:100%;padding:30px;
}
.support_inner {
	width:100%;text-align:center;background-color:#f2f2f2;padding:20px;border-radius:4px;border:2px solid #d6d6d6;
}
.support_inner h3 {
	margin-top:0px;
}
.support_urls {
	text-decoration:none;
	border-bottom:2px dotted #00A184;
	margin-bottom:6px;
}
.support_urls:hover {
	border-bottom:2px dotted #f2f2f2;
}
.support_illustration {
	float:right;width:280px;margin-right:-100px;margin-top:-375px;z-index:50;position:relative;
}
.support_inner ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.support_inner li {
	list-style-type:none;
	margin-bottom:5px;
}
.search_bullet {
	padding-left:20px;
	padding-right:20px;
	padding-top:8px;
	padding-bottom:8px;
	display:inline-block;
	width:auto;
	border-radius:15px;
	border:1px solid #d4d4d4;
	margin-right:9px;
	margin-left:5px;
	margin-bottom:9px;
	background-color:#ededed;
}
#support_response {
	width:70%;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
}
#support_response i {
	font-size:28px;
	color:#878787;
}
#search_container {
	width:80%;margin:0 auto;
}
#support_search {
	width:100%;;text-align:center;padding:8px;font-size:22px !important;border-radius:5px;border:1px solid #b3b3b3;
}
.support_lang_select {
	margin-right:6px;
}
.sendusemail {
	text-align:center;font-size:1.2em;
}
.sendusemail h2 {
	margin-bottom:6px;
}
@media all and (max-width:1280px) {
	.support_illustration {
		margin-right:-50px;width:240px;margin-top:-330px;
	}
}
@media all and (max-width:1180px) {
	.support_illustration {
		margin-right:-28px;width:240px;margin-top:-340px;
	}
}
@media all and (max-width:1138px) {
	.support_illustration {
		width:140px;margin-right:5px;margin-top:-180px;
	}
}
@media all and (max-width:990px) {
	.support_double {
		display:block;width:100%;margin:0px;
	}
	.sendusemail {
		text-align:left;font-size:1.2em;width:60%;padding-left:20px;
	}
	.sendusemail h2 {
		margin-left:0px !important;
		margin-bottom:25px;
	}
	#search_container {
		width:90%;
	}
	.support_illustration {
		width:210px;
		margin-top:-330px;
	}
}
@media all and (max-width:700px) {
	.support_illustration {
		width:42%;margin-right:10px;margin-top:-36%;
	}
}
.gdpr_bumper {
	background-color:#302e32;
	width:100%;
	max-width:800px;
	margin:0 auto;
	padding:35px;
	color:white;
	font-size:1.15em;
	text-align:center;
	border-radius:5px;
	margin-top:20px;
}
.gdpr-double {
	display:flex;width:100%;margin-top:45px;font-size:13px;
}
.gdpr-double div:first-child {
	width:100%;margin-right:19px;
}
.gdpr-double div:last-child {
	width:100%;margin-left:19px;
}
.gdpr-4-row {
	padding-bottom:20px;
	display:flex;width:100%;text-align:center;
}
.gdpr-4-rubrik {
	width:100%;font-variant:small-caps;font-size:1.8em;font-weight:bold;color:#bf3a2b;
}
.gdpr-choklad {
	width:100%;font-size:50px;color:#00A184;text-align:center;margin-top:70px;
}
@media all and (max-width:900px) {
	.gdpr-double {
		display:block;
	}
	.gdpr-double div {
		width:100%;
		margin:0px !important;
	}
	.gdpr-choklad {
		font-size:70px;
		line-height:78px;
		margin-top:30px;
	}
	.gdpr-4-row {
		display:block;
	}
}
.gdpr-4-row div {
	width:100%;
}
.gdpr-4-row div:not(:last-child) {
	margin-right:20px;
}
@media all and (max-width:850px) {
	.gdpr_bumper {
		border-radius:0px;
		max-width:none;
		margin-top:0px;
	}
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-warning {
  background-color: #fcf8e3 !important;
  border-color: #faebcc !important;
  color: #8a6d3b;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.toast {
	width:350px;
	position:fixed;
	right:40px;
	bottom:40px;
	z-index:999;
	display:none;
}
#hero h1 {
	display:inline-block;
	margin-top:130px;
	font-family:'chocolateregular';
	color:white;
	font-size:65px;
	font-weight:normal;
	margin-bottom:0px;
}
#hero h2 {
	font-size:38px;
	margin-left:-100px;
	font-weight:200;
	color:white;
	width:900px;
}
.mobile_login {
	display:none;
}
.grey {
	width:100%;
	padding-right:15px;
	background-color:#302e32;
	color:white !important;
	margin-top:70px;
	padding-top:20px;
	padding-bottom:20px;
}
#top ul {
	list-style-type:none;
	float:right;
	margin-top:48px;
}
#top li {
	float:left;
	margin-right:60px;
	padding-bottom:4px;
	color:#bf3a2b;
	cursor:pointer;
	font-weight:normal;
}
.locale_select {
	transform:scale(1.2);
	margin-left:-20px;
	margin-right:45px !important;
}
.locale-select-break-mobile {
	display:none;
}
.locale_select i {
	color:#00A184;
}
.locale_select:hover i {
	color:#bf3a2b !important;
}
#top li:not(.aktiv):not(.locale_select):hover {
	border-bottom:1px dashed #bf3a2b;
}
#tre3 {
	margin-top:70px;
}
.tredel {
	margin-top:10px;
	width:366px;
	float:left;
	padding:10px;
	display:none;
	text-align:center;
}
.link-container {
	margin-top:15px;
}
.link-prefix {
    font-size: 18px;
    color: white;
    margin-right: 5px;
}
.section_find {
	width:100%;height:200px;position:relative;
}
.find_inner {
	padding:30px;color:white;margin-left:25px;width:60%;margin-left:auto;margin-right:auto;
}
.find_inner strong {
	font-size:35px;
	margin-top:15px;
	display:block;
}
.maskot {
	float:left;width:180px;margin-top:-38px;
}
.link-input {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 300px;
    box-sizing: border-box;
}
.link-search-button {
    padding: 10px;
    font-size: 16px;
    background-color: #bf3a2c;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
@media all and (min-width:1061px) {
	#tryForFree {
		margin-top:-150px;
	}
}
@media all and (max-width:900px) {
	.toast {
		width:80%;
		padding-bottom:15px;
		left:50%;
		right:0px;
		bottom:20px;
		transform: translateX(-50%);
	}
}
@media all and (min-width:1101px) {
	.price_details:after {
	    content: "";
	    width: 580px;
	    height: 1px;
		margin-top:17px;
		margin-left:-100px;
	    display: block;
	    position: absolute;
	    left: 50%;
	    z-index: -1;
	    -webkit-box-shadow: 0px 0px 8px 2px #000000;
	       -moz-box-shadow: 0px 0px 8px 2px #000000;
	            box-shadow: 0px 0px 8px 2px #000000;
	}
}
@media all and (max-width:1100px) {
	.find_inner {
		text-align:center;
		padding:10px;display:inline-block;
		margin-top:5px;
		width:100%;
		transform: translate(-50%, -50%);
		position:absolute;
		left:50%;
		top:50%;
	}
	.find_inner strong {
		font-size:25px;
		margin-top:0px;
		display:block;
	}
	.maskot {
		width:170px;margin-top:-25px;margin-left:10%;
	}
	.link-input {
	    width: 200px;
	}
	.desktop_text_container h2:not(.choklad) {
		font-size:25px;
		padding-left:190px;
	}
}
.tredel:nth-child(-n+4) {
	border-right:1px solid #ececec;
}
@keyframes flip-icon {
    0% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}
.tredel i {
	font-size:60px;
	display:block;
	color:#bf3a2c;
	margin-bottom:20px;
	animation-delay:1s;
	animation: flip-icon 0.5s ease-in-out;
}
.aktiv {
	border-bottom:1px dashed #bf3a2b;
}
.tredel b {
	font-weight:200;
	font-size:25px;
	display:block;
	margin-bottom:8px;
}
.autopilot {
	padding-top:0px;margin-bottom:25px;font-size:35px !important;line-height:36px;padding-top:10px;
}
.footer_tre {
	width:250px;
	padding:5px 20px 20px 20px;
	float:left;
	text-align:center;
}
#footspace {
	height:290px;
	width:100%;
}
.footer_tre b {
	margin-bottom:6px;display:block;font-size:18px;font-weight:200;border-bottom:1px dashed #1c2733;width:150px;margin-left:auto;margin-right:auto;padding-bottom:3px;
}
.footer_tre:nth-child(-n+3) {
	border-right:1px solid #1c2733;
}
#top img {
	height:70px;margin-top:20px;
}
.lanklogo {
	cursor:pointer;
	width:270px;
	margin-top:25px;
}
.h2_feature {
	font-size:30px;font-weight:200;display:block;
}
.choklad {
	font-family:'chocolateregular';
	font-weight:normal !important;
}
.centertext {
	text-align:center;
}
.a_underline {
	text-decoration:underline;
	cursor:pointer;
}
.a_underline:hover {
	text-decoration:none;
}
.bgfarg {
	float:left;width:340px;margin-top:-60px;margin-right:30px;margin-left:-30px;z-index:99;position:relative;
}
#mobile_menu {
	display:none;
}
.mobile_burger {
	display:none;
}
.locale_select_mobile {
	display:none;
}
.schema_video {
	float:right;width:30%;border-radius:50%;margin-left:20px;margin-top:-50px;
}
.schema2 {
	margin-bottom:90px;
	margin-top:50px;
}
.schema2:after {
	content:".";
	color:white;
	clear:both;
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

#hero_price {
	width:100%;
	height:200px;
	background-size:cover;
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
}
.hero_inner {
	width:100%;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	position:absolute;
	left:0px;
	top:50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#hero_price h1 {
	color:white;
	font-size:60px;
	margin:0px;
}
@media all and (max-width:900px) {
	#hero_price h1 {
		font-size:48px;
	}
}
#hero_price h2 {
	width:100%;
	display:inline-block;
	color:white;
	font-weight:200;
	margin:0px;
	text-align:center;
}
.price_features {
	width:16.3%;
	float:left;
	padding:5px;
	height:80px;
	text-align:center;
}
.price_features i {
	color:#bf3a2c;
	font-size:30px;
	display:block;
	margin-bottom:10px;
}
.price_features:nth-child(-n+5) {
	border-right:1px solid #ececec;
}
.price_details {
	float:left;color:white;width:600px;border-radius:10px;padding:20px;text-align:center;margin-top:35px;margin-bottom:80px;
}
.round_price {
	height:300px;width:300px;border-radius:50%;background-color:#00A184;border:5px solid #12977d;font-size:80px;color:white;line-height:265px;text-align:center;margin-left:50px;float:left;margin-right:90px;
}
.round_price span {
	font-size:20px;margin-top:-210px;display:block;
}
.addon1 {
	width:450px;border-radius:8px;border:1px solid #efefef;float:left;margin-left:90px;margin-right:20px;
}
.addon2 {
	width:450px;border-radius:8px;border:1px solid #efefef;float:left;
}
.addon_header {
	width:100%;background-color:#bf3a2c;height:30px;border-top-left-radius:8px;border-top-right-radius:8px;line-height:30px;text-align:center;color:white;font-size:18px;
}
.addon1 b, .addon2 b {
	text-align:right;color:#739387;font-size:25px;width:100%;display:block;
}
.addon1 em, .addon2 em {
	color:#a1a1a1;text-align:center;display:block;width:100%;margin-top:9px;font-size:12px;
}
.exmoms {
	color:#a1a1a1;text-align:center;display:block;width:80%;font-size:12px;margin:20px auto 50px auto;
}
.halvdel {
	width:50%;
	float:left;
	padding:10px;
	text-align:center;
}
.halvdel b {
	font-weight:200;
	font-size:25px;
	display:block;
	margin-bottom:8px;
}
.halvdel i {
	font-size:60px;
	display:block;
	color:#bf3a2c;
	margin-bottom:20px;
}
.halvdel img {
	width:25%;
}
.faq1 {
	width:90%;
	margin:0 auto;
	background-color:#ececec;
	padding-left:15px;
	cursor:pointer;
	font-weight:bold;
	border-bottom:1px solid #FFF;
	min-height:40px;
	padding-top:10px;
	padding-bottom:10px;
}
.roundedtop {
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.roundedbottom {
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
.bokhylla {
	display:flex;
	width:100%;
	align-items: end;
	justify-content: end;
	border-bottom:2px dotted #00A184;
	margin-bottom:60px;
}
.bokhylla_1 {
	width:40%;
}
.bokhylla_2 {
	width:60%;
	padding:28px 20px 20px 40px;
}
.bokhylla_2 h2 {
	margin-left:0px !important;
}
.faq-list {
	margin:0px;
	padding:0px;
	margin-top:15px;
	margin-left:8px;
}
.faq-list li {
	margin-bottom:15px;
}
.faq2 {
	display:none;
	width:90%;
	background-color:#fff;
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;
	padding:28px;
	margin:0 auto;
}
.faq1 i {
	float:right;
	color:#00a185;
	margin-right:15px;
	margin-top:-2px;
	transition:0.4s ease;
	font-size:25px;
}
@media all and (max-width:700px) {
	.bokhylla {
		display:block;
	}
	.bokhylla_1 {
		width:100%;
		padding:30px !important;
		padding-bottom:0px;
	}
	.bokhylla_2 {
		width:100%;
		padding:30px !important;
		padding-top:0px;
	}
}
@media all and (max-width:900px) {
	.loginvarning {
		width:90%;
	}
	.loginbox {
		width:90%;
	}
}
@media all and (max-width:850px) {
	.halvdel {
		width:80%;
		float:none;
		margin-bottom:20px;
		margin-left:auto;
		margin-right:auto;
	}
	.halvdel img {
		margin-bottom:10px;
	}
	.halvdel:nth-last-child(2) {
		border-bottom:1px solid #ececec;
	}
}
@media all and (max-width:1060px) {
	.round_price {
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	.addon1 {
		margin-left:10px;
		margin-right:5px;
	}
	.addon2 {
		float:right;
		margin-right:10px;
	}
	.price_details {
		float:none;
		width:90%;
		margin-left:auto;
		margin-bottom:30px;
		margin-right:auto;
	}
}

@media all and (max-width:930px) {
	.addon1 {
		margin-bottom:10px;
	}
	.addon1, .addon2 {
		float:none;
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
}

@media all and (max-width:1000px) {
	.price_features {
		width:32.9%;
		margin-bottom:50px;
	}
	.price_features:nth-child(3) {
		border-right:none !important;
	}
}


@media all and (max-width:1320px) {
	#hero h2 {
		margin-left:10px;
		font-size:32px;
	}
	#hero .iphone_hero {
		margin-right:10px;
	}
	.bgfarg {
		margin-left:0px;
	}
}

@media all and (max-width:1000px) {
	.schema3 {
		margin-top:10px;
	}
}

@media all and (max-width:1100px) {
	.schema3 {
		padding:20px;
	}
	.schema3 h2 {
		width:100% !important;
	}
	#hero h1 {
		margin-top:170px;
		width:60%;
		font-size:53px;
		margin-left:10px;
	}
	#hero h2 {
		font-size:29px;
		width:60%;
	}
	#hero .iphone_hero {
		margin-right:20px;
	}
	.mitt {
		width:100%;
	}
	.tredel {
		width:32%;
	}
	#top li {
		margin-right:40px;
	}
	.locale_select {
		margin-left:-10px;
		margin-right:30px !important;
	}
	#tre3 {
		margin-top:60px;
	}
	#top img {
		margin-left:20px;
	}
	.login {
		margin-right:20px;
	}
	.bgfarg {
		margin-left:10px;
	}
}

@media all and (max-width:840px) {
	.bgfarg {
		margin-bottom:100px;
	}
}

@media all and (max-width:990px) {
	.footer_tre {
		width:23%;
	}
	.footer_tre b {
		width:100%;
	}
	#footer {
		height:290px;
	}
	#footspace {
		height:300px;
	}
	.bgfarg {
		margin-right:15px;
	}
	.h2_feature {
		width:92%;
		margin-left:auto;
		margin-right:auto;
	}
	#hero .iphone_hero {
		width:200px;
		margin-top:-93px;
	}
	#hero i {
		font-size:50px;
		display:block;
		float:none;
		margin-bottom:20px;
		text-align:center;
	}
	#hero h1 {
		margin-top:0px;
		width:65%;
		font-size:49px;
		text-align:center;
		display:block;
		margin-bottom:40px;
		margin-left:6%;
	}
	#hero h2 {
		font-size:25px;
		text-align:center;
		width:65%;
		margin-left:6%;
	}
	#hero {
		padding-top:80px;
		height:400px;
	}
	#top {
		height:80px;
	}
	.lanklogo {
		cursor:pointer;
		width:230px;
		margin-top:15px;
	}
	.login {
		margin-top:15px;
	}
	#top ul {
		margin-top:30px;
	}
	#top li {
		margin-right:32px;
	}
	.locale_select {
		margin-left:0px;
		margin-right:25px !important;
	}
	#top img {
		height:45px;
		margin-top:15px;
	}
}
@media all and (max-width:1085px) {
	.schema_video {
		margin-top:0px;
	}
	.jmd_platta {
		width:210px;
	}
}
@media all and (max-width:900px) {
	.schema_video {
		margin-top:50px;
	}
}
@media all and (max-width:825px) {
	.section_find {
		height:180px;
	}
	.maskot {
		margin-left:3%;
		width:152px;
		margin-top:-21px;
	}
	.schema_video {
		float:none;
		margin:0 auto 10px auto;
		width:70%;
		display:block;
	}
	.greenText {
		width:65%;
	}
	.greenText h2 {
		font-size:40px;
	}
	.schema2 {
		margin-top:10px;
		margin-bottom:-20px;
	}
	.schema3 {
		text-align:center;
	}
	#top ul {
		display:none;
	}
	#mobile_menu {
		list-style-type:none;
		z-index:992;
		background-color:#fef7f3;
		position:fixed;
		left:0px;
		margin:0px;
		top:67px;
		padding-top:30px;
		padding-bottom:10px;
		width:100%;
	}
	.mobile_login {
		display:block;text-align:center;margin-bottom:50px;
	}
	.setLocaleBox {
		width:100% !important;
		max-width:none !important;
	}
	.setLocaleBox {
		position:fixed !important;
	}
	.locale-select-break-desktop {
		display:none;
	}
	.locale-select-break-mobile {
		display:block;
	}
	.flagga {
		width:18%;
		margin-right:20px;
	}
	.locale_select_mobile {
		float:right;
		display:block;
		cursor:pointer;
		margin-right:20px;
		margin-top:30px;
		font-size:20px;
		color:#00a185;
	}
	.mobile_burger {
		float:right;
		display:block;
		cursor:pointer;
		margin-right:20px;
		margin-top:20px;
		font-size:40px;
		color:#00a185;
	}
	#mobile_menu li {
		width:90%;
		font-size:1.1em;
		text-align:center;
		padding:10px 0px 10px 0px;
		margin:0px;
	}
	#mobile_menu li:not(:last-child) {
		border-bottom:1px solid white;
	}
}

@media all and (max-width:740px) {
	.bgfarg {
		float:none;
		margin:-60px auto 30px auto;
	}
	.grey {
		text-align:center;
		margin-bottom:20px;
		margin-top:80px;
		padding:0px 25px 40px 25px;
	}
	.grey .h2_feature {
		width:100% !important;
	}
}
@media all and (max-width:850px) {
	#hero h1 {
		font-size:41px;
	}
}
@media all and (max-width:700px) {
	body {
		padding-top:80px;
	}
	#top {
		position:fixed;
		top:0px;
		left:0px;
	}
	.login {
		display:none;
	}
	#hero {
		padding-left:0px !important;
		padding-top:30px;
		height:auto;
		background-size:cover;
		display:inline-block;
	}
	#hero h1 {
		margin-bottom:0px !important;
		padding-top:500px;
		transition:0.8s ease-out;
	}
	#hero h2 {
		margin-top:0px;
		margin-bottom:30px;
	}
	.jmd_platta {
		float:none;
		margin-left:auto;
		margin-right:auto;
		width:80%;
		margin-top:-70px;
	}
	#footer {
		height:auto;
	}
	#footspace {
		height:620px;
	}
	.footer_tre {
		border-right:none !important;
		width:100%;
	}
	.tredel {
		float:none;
		width:100%;
		border-right:none;
	}
	.tredel:nth-child(-n+4) {
		border-bottom:1px solid #ececec;
		margin-bottom:15px;
	}
	#hero .iphone_hero {
		display:none !important;
	}
	#hero i {
		display:none;
	}
	#hero h1 {
		font-family:'chocolateregular';
	}
	.mobile_hero {
		margin-bottom:25px;
		display:block;
	}
	.greenLeaf {
		float:none;
		display:block;
		margin-bottom:15px;
		text-align:center;
		margin-top:15px;
	}
	.greenText {
		float:none;
		margin-left:auto;
		margin-right:auto;
		width:90%;
		text-align:center;
	}
	.greenText h2 {
		display:block;
		font-size:40px;
		width:60%;
		line-height:50px;
		margin-top:-8px;
		margin-bottom:18px;
	}
	#hero h1 {
		margin-left:auto;
		margin-right:auto;
		font-size:9vw;
		width:95%;
	}
	#hero h2 {
		margin-left:auto;
		margin-right:auto;
		font-size:22px;
		font-weight:200;
		width:95%;
	}
}
@media all and (max-width:680px) {
	.maskot {
		display:none;
	}
	.section_find {
		height:160px;
	}
}
@media all and (max-width:600px) {
	#footspace {
		height:690px;
	}
}