html, body { height: 100%; width: 100%; }

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	background: #f4f4f4;
	color: #8c9696;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
	right: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

nav, header, menu, section, article, aside, footer { display: block; }
img { max-width: 100%; }
ol, ul { margin: 0; padding: 0;	list-style-type: none; }
h1, h2, h3 { margin: 0;	padding: 0;	text-align: center; }
h1 { color: #252525; text-transform: uppercase; font-weight: 200;  font-size: 3em; padding: 65px 0 60px; line-height: 1.2em;}
hgroup h1 { padding: 65px 0 0;  line-height: 1.2em;}
h2 { font-size: 1.375em; max-width: 840px; display: block; margin: 0 auto; font-weight: 300;  line-height: 1.4em;}
h3 { font-size: 1.375em; text-transform: uppercase;	color: #252525;	-webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;	transition: all .2s ease-in-out; }
p {	font-weight: 300; margin-top: 0.3em; margin-bottom: 1.1em; line-height: 1.6em; font-size: 1.1em; }
a { color: #8dc63f; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;	transition: all .2s ease-in-out; }
a:hover { color: #252525; text-decoration: none; }

h3 a {
	color: #252525;
}

h3 a:hover {
	color: #8dc63f;
}

.heading-white {
	color: #fff;
}

p.box-p {
	font-size: 1em;
	line-height: 1.4em;
}

.btn {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2em;
	display: inline-block;
	width: 160px;
	text-align: center;
	padding: 16px 0 14px;
	background: #8c9696;
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
		 -o-border-radius: 100px;
			border-radius: 100px;
	color: #fff;
}
.btn:hover {
	background: #a2e14d;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 767px) {
  .btn {
    width: 130px;
    font-size: 1em;
    padding: 13px 0 11px;
  }
}

.btn.inverted {
	background: #8dc63f;
}

.btn.inverted:hover {
	background: #a2e14d;
	color: #fff;
}

.icon {
	display: block;
	margin: 30px auto;
}

#masthead {
	height: 56px;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 20000;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
			box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#home {
	float: left;
}

#logo {
	margin-top: 7px;
	margin-left: 30px;
	height: 40px;
}

#logo-25 {
  width: 200px;
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 10;
}

@media (max-width: 767px) {
  #logo-25 {
    width: 120px;
    position: absolute;
    top: 70px;
    right: 15px;
    z-index: 10;
  }
}

.toggle-menu {
	float: right;
	color: #8dc63f;
	font-size: 1.7em;
	line-height: 1em;
	cursor: pointer;
	margin-right: 30px;
	margin-top: 15px;
	z-index: 200;
	display: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

#nav {
	float: right;
	margin-top: 18px;
	margin-right: 10px;
}

#nav ul li,
#subnav ul li {
	display: inline-block;
	margin-right: 20px;
}

#nav ul li a {
	color: #8c9696;
	font-weight: 400;
	text-transform: uppercase;
}

#nav ul li a:hover {
	color: #8dc63f;
	text-decoration: none;
}

#nav ul li a.active{
	color: #8dc63f;
}

#start {
	width: 100%;
	z-index: 0;
  padding-bottom: 260px;
	background: #fff;
}

#start video {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 50px auto 0;
  height: auto;
  display: block;
}

.posterimage {
  display: none;
}

@media (max-width: 767px) {
  #start video {
    display: none;
  }

  .posterimage {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 300px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

#start ul {
	text-align: center;
	margin-top: 30px;
	position: relative;
	z-index: 7000;
}

#start li {
	display: inline-block;
	margin: 0 5px;
}

.eko-cert {
  width: 120px;
  height: auto;
  position: absolute;
  bottom: 260px;
  left: 30px;
  z-index: 40;
}

.banana {
	width: 640px;
	height: auto;
	display: block;
	margin: 0 auto;
}

#page {
	position: relative;
	background: #f4f4f4;
	z-index: 2;
  padding-top: 170px;
}

.image-feed {
	height: 384px;
	width: 100%;
	background-image: url(../images/imagefeed.png);
	background-repeat: repeat-x;
	z-index: 4;
  position: absolute;
  top: -186px;
  left: 0;
}

@media (max-width: 767px) {
  .image-feed {
    height: 200px;
    top: -100px;
    background-size: auto 200px;
  }
}

.start-title {
	font-weight: 900;
	color: #8dc63f;
	font-size: 3em;
	padding: 0;
}

.svg_icon {
	fill: #8dc63f;
}

.product-image {
  max-width: 400px;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}

#icon_regelbundenhet {
	margin: 20px 0;
}

.white-box {
	background: #fff;
	padding: 30px;
	text-align: center;
	margin-bottom: 30px;
}


#om-oss {
	background: #fff;
	border-top: #ccc;
	margin-top: 50px;
  padding-bottom: 65px;
}

#om-oss p {
	padding: 0 20px;
}

.clients {
	background: #8dc63f;
	margin-top: 80px;
	padding-bottom: 60px;
}

.clients .col-md-2 {
	text-align: center;
}


.order-row {
	position: relative;
	padding: 60px 0;
}

.order-row small {
	position: absolute;
	top: -30px;
	left: 15px;
}

.order .white-box {
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

#error, #success {
	background: #db2032;
	padding: 10px 20px 8px;
	height: auto;
	margin: 20px 0 15px;
	display: none;
}

#success {
	background: #8dc63f;
}

#error p,
#success p {
	color: #fff;
	letter-spacing: 0.6px;
	-webkit-text-shadow: none;
	   -moz-text-shadow: none;
			text-shadow: none;
	line-height: 1em;
	font-size: 1.4em;
	margin: 0;
}


@media (min-width: 768px) {
	.order .white-box.focus {
		outline: none;
		-webkit-transform: scale(1.09);
		   -moz-transform: scale(1.09);
				transform: scale(1.09);
		background: #8dc63f;
		color: #fff;
		z-index: 100;
		position: relative;
	}

	.order .white-box.focus h3 {
		color: #fff;
	}
}

.order select {
	background: #f9f9f9;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	   -moz-appearance: none;
		-ms-appearance: none;
		 -o-appearance: none;
			appearance: none;
	width: 100%;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
		-ms-border-radius: 0px;
			border-radius: 0px;
	padding: 14px 20px;
	color: #999;
	font-weight: 300;
}

.order select:focus {
	outline: none;
}

.message {
	padding: 30px;
	background: #fff;
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
	height: 800px;
	display: block;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
	position: absolute;
	bottom: -670px;
	z-index: 200;
	display: none;
}

.message.julkorg {
	left: 60px;
	display: block;
}

.message.fruktkorg,
.message.presentkorg {
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}


.message-arrow {
	position: absolute;
	top: -17px;
	width: 40px;
	height: 20px;
	margin: auto;
}
.message.julkorg .message-arrow {
	left: 100px;
}
.message.fruktkorg .message-arrow {
	left: 100px;
}
.message.presentkorg .message-arrow {
	right: 100px;
}

.float-checkbox {
	float: left;
	width: 45%;
}

.float-checkbox input {
	display: inline;
	width: 20px!important;
	margin-right: 109px;
}

.message label {
	display: block;
	font-weight: 400;
	margin-bottom: 4px;
	color: #666;
}

.message input {
	outline: none;
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 14px 20px 12px;
	color: #999;
	font-weight: 400;
	margin: 0 0 20px 0;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
		 	border-radius: 0px;
}

.message textarea {
	outline: none;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 100px;
	max-height: 100px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 14px 20px;
	color: #999;
	font-weight: 400;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
		 	border-radius: 0px;
}

.message textarea:focus,
.message input:focus {
	border-color: #8dc63f;
	color: #8dc63f;
}

.message button {
	border: none;
	margin-top: 20px;
}

.message-close {
	position: absolute;
	bottom: 20px;
	right: 30px;
	cursor: pointer;
}

.message-close.close-top {
	top: 20px;
	bottom: auto;
}

.message-close:hover {
	color: #8dc63f;
}


label.error {
	background: #d03b3b;
	margin-top: -26px;
	position: relative;
	z-index: 2;
	color: #fff !important;
	padding: 2px 15px;
	font-size: 14px;
	width: 100%;
	max-width: 200px;
	text-align: center;
	float: right;
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
		 	border-radius: 40px;
}




#kontakt {
	border-top: 1px solid #dbdbdb;
	padding: 0 0 60px;
}

.map-border {
	border: 10px solid #fff;
}

#map {
	width: 100%;
	height: 300px;
}

#kontakt .white-box {
	text-align: left;
}

#kontakt b {
	color: #252525;
}

#nyhetsbrev {
	padding: 0 0 60px 0;
	background: #fff;
}

#nyhetsbrev form {
	margin: 30px auto 0;
	display: block;
	width: 572px;
}

#MERGE0 {
	display: block;
	float: left;
	text-align: left;
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	-webkit-appearance: none;
	   -moz-appearance: none;
		-ms-appearance: none;
		 -o-appearance: none;
			appearance: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
		-ms-border-radius: 0px;
			border-radius: 0px;
	width: 500px;
	padding: 20px 20px 18px;
	color: #999;
	font-size: 1.2em;
	font-weight: 300;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

#MERGE0:focus {
	outline: none;
	border-color: #8dc63f;
	color: #8dc63f;
}

#MERGE0-SEND,
#MERGE0-SEND:focus {
	display: block;
	float: right;
	margin: 0 auto;
	padding: 0;
	background: #8dc63f;
	width: 67px;
	height: 67px;
	border: none;
	outline: none;
	color: #fff;
	font-size: 2em;
	line-height: 1em;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

#MERGE0-SEND:hover {
	background: #a2e14d;
	color: #fff;
}

#footer {
	padding: 30px 0 25px;
	background: #8dc63f;
}

#footer p,
#footer a {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.85em;
	font-weight: 400;
	margin: 0;
}

#footer a:hover {
	color: #252525;
}

#subnav {
	float: right;
}

#subnav ul li a.active {
	color: #252525;
}

@media screen and (max-height: 800px) {
	.banana {
		width: 250px;
	}

}



/*@media (max-height: 780px) {

	#start .container {
		height: 510px;
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		margin: -280px auto auto;
	}

	.banana {
		width: 340px;
	}
}
*/
@media (max-width: 991px) {


	.banana {
		width: 400px;
	}

	.map-border {
		margin-bottom: 40px;
	}

	#subnav {
		display: none;
	}

	#om-oss p {
		margin-top: 0;
	}

	.om-oss-korg {
		display: none;
	}

	.message.julkorg {
		left: 0;
		right: 0;
		margin: auto;
		display: block;
	}

	.message.fruktkorg {
		left: 0;
		right: 0;
		margin: auto;
		display: block;
	}

	.message.presentkorg {
		left: 0;
		right: 0;
		margin: auto;
		display: block;
	}
}

@media (max-width: 980px) {

	.toggle-menu {
		display: block;
	}

	#masthead {

	}

	#logo {
		margin-left: 15px;
	}

	.toggle-menu {
		margin-right: 15px;
	}

	#masthead.slide,
	body.slide {
		right: 230px;
	}

	#nav.open {
		right: 0;
	}

	#nav {
		position: fixed;
		width: 230px;
		background: #8dc63f;
		height: 100%;
		display: block;
		right: -230px;
		top: 0;
		margin: 0;
		z-index: 100;
		-webkit-box-shadow: inset 2px 0px 15px rgba(0,0,0,0.1);
		   -moz-box-shadow: inset 2px 0px 15px rgba(0,0,0,0.1);
				box-shadow: inset 2px 0px 15px rgba(0,0,0,0.1);
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}

	#nav ul {
		padding: 30px 0 0 30px;
	}
	#nav ul li {
		display: block;
		margin-bottom: 15px;
	}

	#nav ul li a {
		color: #fff;
		font-size: 1.1em;
	}

	#nav ul li a:hover {
		color: #fff;
		text-decoration: underline;
	}
}

@media (max-width: 767px) {

	p {
		font-size: 1em;
	}

	h1 {
		font-size: 2.4em;
		padding-bottom: 20px;
	}


	h2 {
		font-size: 1.2em;
		padding: 5px 20px 0;
		line-height: 1.6em;
	}

	.banana {
		width: 220px;
		margin-bottom: 20px;
	}

	.start-margin {
		display: none;
	}

	#page {
		padding-top: 70px;
	}

	#start {
		height: auto;
		padding: 80px 0 140px;
		position: static;
	}

	.start-title {
		font-size: 2em;
		margin-bottom: 20px;
	}

	#start h2 {
		font-size: 1.2em;
		line-height: 1.4em;
	}

	#start ul li {
		display: inline-block;
		margin: 0 5px;
		text-align: center;
	}

	.btn {
		margin: 0 auto;
	}

	.order .white-box img {
		display: none;
	}

	.message {
		padding: 30px;
		background: #fff;
		width: auto;
		max-width: 100%;
		margin: 0 14px;
		height: auto;
		display: block;
		box-shadow: none;
		position: relative;
		display: block;
		bottom: auto;
	}

	.message.julkorg {
		left:auto;
		right: auto;
		margin: 0 15px;
		display: block;
	}

	.message.fruktkorg {
		left: auto;
		right: auto;
		margin: 0 15px;
		display: block;
	}

	.message.presentkorg {
		left: auto;
		right: auto;
		margin: 0 15px;
		display: block;
	}

	.message-close {
		display: none;
	}

	.message button {
		width: 100%;
	}

	#nyhetsbrev form {
		width: 100%;
	}

	#MERGE0 {
		display: block;
		float: none;
		text-align: center;
		background: #f9f9f9;
		width: 100%;
		padding: 20px 20px 18px;
		color: #999;
		font-size: 1.2em;
		font-weight: 300;
	}

	#MERGE0:focus {
		outline: none;
	}

	#MERGE0-SEND,
	#MERGE0-SEND:focus {
		float: none;
		margin: 10px auto 0;
		padding: 0;
		width: 100%;
		height: 67px;
	}

	.clients .col-md-2 img {
		max-width: 180px;
	}

}


/*********** CUSTOM CHECKBOX ***************/

.label__checkbox {
  display: none;
}

.around-radio {
	width: 33%;
	height: 45px;
	float: left;
}

@media (max-width: 767px) {
  .around-radio {
		width: 100%;
	}
}

.label__text {
	  display: flex;
		flex-wrap: nowrap;
}

.label__text.text {
	padding-top: 3px;
}

.label__check {
  display: inline-block;
  border-radius: 50%;
  border: 5px solid rgba(0,0,0,0.1);
  background: white;
  vertical-align: middle;
  margin-left: 20px;
  width: 2em;
  height: 2em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: border .3s ease;
}

.label__check i.icon {
	opacity: 0.2;
	font-size: ~'calc(1rem + 1vw)';
	color: transparent;
	transition: opacity .3s .1s ease;
	/*-webkit-text-stroke: 3px rgba(0,0,0,.5);*/
}

.label__check:hover {
  border: 5px solid rgba(0,0,0,0.2);
}

.label__checkbox:checked + .label__text .label__check {
  animation: check .5s cubic-bezier(0.895, 0.030, 0.685, 0.220) forwards;
}

.label__checkbox:checked + .label__text .label__check .icon {
	opacity: 1;
	transform: scale(0);
	color: white;
	-webkit-text-stroke: 0;
	animation: icon .3s cubic-bezier(1.000, 0.008, 0.565, 1.650) .1s 1 forwards;
}

.center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}

@keyframes icon {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes check {
  0% {
    width: 1.5em;
    height: 1.5em;
    border-width: 5px;
  }
  10% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.1;
    background: rgba(0,0,0,0.2);
    border-width: 15px;
  }
  12% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.4;
    background: rgba(0,0,0,0.1);
    border-width: 0;
  }
  50% {
    width: 2em;
    height: 2em;
    background: #8dc63f;
    border: 0;
    opacity: 0.6;
  }
  100% {
    width: 2em;
    height: 2em;
    background: #8dc63f;
    border: 0;
    opacity: 1;
  }
}
