 @charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {text-decoration:none;
}

a:visited {
	color:#003;
}


body, html {
    height: 100%;
	
}
 
 



body:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      background: url(../images/background.jpg) center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	.background {  
	background: url(../images/background.jpg) no-repeat top center scroll; 
    background-size: cover;
    height: 100%;
    overflow: hidden;

}

 

.body {  

    height:100%;

    overflow: scroll;

    -webkit-overflow-scrolling: touch;

}}

.rotatingbanner{
	width:100%;
}
 
 
 .main_h {
  position: fixed;
  top: 0px;
  max-height: 85px;
  z-index: 999;
  width: 100%;
  padding-top: 10px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
  
}

.circle-green{
	width:18px;
	height:18px;
	background-color:#42bfb9;
	border-radius:25px;
	float:left;
	margin-right:5px;
}

.circle-pink{
	width:18px;
	height:18px;
	background-color:#e41a4e;
	border-radius:25px;
	float:left;
	margin-right:5px;
}

.circle-grey{
	width:18px;
	height:18px;
	background-color:#bbbdc0;
	border-radius:25px;
	float:left;
	
}

.circle-lightgrey{
	width:18px;
	height:18px;
	background-color:#e6e7e8;
	border-radius:25px;
	float:left;
	margin-right:5px;
	
}

.key-icons{
	width:auto;
	height:auto;
}


.circle-green-key{
	width:18px;
	height:18px;
	background-color:#42bfb9;
	border-radius:25px;

}

.circle-pink-key{
	width:18px;
	height:18px;
	background-color:#e41a4e;
	border-radius:25px;

}

.circle-grey-key{
	width:18px;
	height:18px;
	background-color:#bbbdc0;
	border-radius:25px;

	
}

.button-details{
	max-width:550px;
	height:auto;
	padding:10px;
	background-color:#e41a4e;
	font-family: "Montserrat", sans-serif;
	font-size:17px;
	border-radius:10px;
	color:#FFF;

	
}
	
	
.button-details-download{

	height:auto;
	padding:10px;
	background-color:#e41a4e;
	font-family: "Montserrat", sans-serif;
	font-size:16px;
	border-radius:10px;

	
}

.maps{
	height:auto;
	display:none;
}
	
.video{
	height:auto;
	
}
	
@media only screen and (max-width: 766px) {

.maps{
	display:block;
	overflow:hidden;
}
.video{
	height:auto;
	display:none;
}	

}





@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 15px;
  }
}

.open-nav {
  max-height: 400px !important;
 
  
  
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
   
}

.sticky {
  background-color: #141e2d;
  opacity: 1;
  top: 0px;
  border-bottom: 0px solid gainsboro;
  
 
}

.logo {
  width: 110px;
  font-size: 0px;
  color: #FFF;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 0px;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

nav {
  float: right;
  width: 80%;
  margin-top:18px;
  
}



@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
  
}
@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  margin-top:15px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

.row {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}



* {
  box-sizing: border-box;
}

body {
  color: #8f8f8f;
  background: white;
  font-family: "Cardo", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 32px;
  line-height: 2.5;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;


}

p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}


@media only screen and (max-width: 766px) {
	h1 {
  font-size: 28px;
  line-height: 1.8;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;

}

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}
}

.content {
  padding: 50px 2% 10px;
  color:#141e2d; 
  text-align:center;
}

.content-second {
  color:#141e2d; 
  text-align:center;
}

.content-who {
	background-color:rgba(20, 30, 45, 0.8);
	padding: 10px 2% 14px;
	color:#FFF;
}

.content-asparagus {
	background-color:rgba(20, 30, 45, 0.8);
	padding: 10px 2% 14px;
	color:#FFF;
}

.content-range {
	background-color:#FFF;
	padding: 10px 2% 14px;
	color:141e2d;
	margin-bottom:20px;
}

.content-grower {
	background-color:rgba(20, 30, 45, 0.8);
	padding: 10px 2% 14px;
	color:#FFF;
}

.grid {
	width:100%;
	height:auto;
	overflow:auto;
	margin-top:50px;
	line-height:1.2;
	background-color:rgba(128, 128, 128, 0.1);
	
}

.left {
	width:50%;
	height:auto;
	float:left;
	padding: 14px 1% 10px;

}

.right {
	width:50%;
	height:auto;
	float:right;
	padding: 0px 4% 14px;
	color:#141e2d;
	font-family: "Montserrat", sans-serif;
	
}



.gridthree {
	width:100%;
	height:auto;
	margin-top:20px;
	overflow:auto;
	background-color:rgba(128, 128, 128, 0.1);
}

.leftthree {
	width:33%;
	height:auto;
	float:left;
	padding: 2% 1% 1% 2%;

}

.rightthree {
	width:33%;
	height:auto;
	float:left;
	padding: 2% 1% 1% 2%;
	color:#141e2d;
	font-family: "Montserrat", sans-serif;
	
}

.middlethree {
	width:33%;
	height:auto;
	float:left;
	padding: 2% 1% 1% 2%;
	color:#141e2d;
	font-family: "Montserrat", sans-serif;
	
}

.denmarlogo{
	max-width:150px;
}



@media only screen and (max-width: 766px) {
	
	.denmarlogo{
	max-width:300px;
}

	
	
.grid {
	width:100%;
	height:auto;
	overflow:auto;
	margin-top:50px;
	background-color:rgba(128,128,128, 0.1);
}

.left {
	width:100%;
	height:auto;
	float:left;
	padding: 14px 1% 10px;

}

.right {
	width:100%;
	height:auto;
	float:right;
	padding: 0px 4% 20px;
	color:#141e2d;
	font-family: "Montserrat", sans-serif;
	
}

.gridthree {
	width:100%;
	height:auto;
	margin-top:20px;
	overflow:auto;
	background-color:rgba(128,128,128, 0.1);
}

.leftthree {
	width:100%;
	height:auto;
	float:left;
	padding: 2%;

}

.rightthree {
	width:100%;
	height:auto;
	float:left;
	padding: 2% 1% 1% 2%;
	color:#141e2d;
	font-family: "Montserrat", sans-serif;
	
}

.middlethree {
	width:100%;
	height:auto;
	float:left;
	padding: 2% 1% 1% 2%;
	color:#141e2d;
	font-family: "Montserrat", sans-serif;
	
}


}




.flex-container {
  display: flex;
  background-color: DodgerBlue;
  font-family: "Montserrat", sans-serif;
}

.flex-container > div {
  background-color: #f1f1f1;
  margin: 10px;
  padding: 20px;
  
}



.hero {
  position: relative;
  background: url(../images/banner.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 150px;
  min-height: 580px;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
}

.hero h1 {
  font-size: 40px;
  line-height: 1.3;
  text-shadow:0px 0px 15px #000;
}
.hero h1 span {
  font-size: 40px;
  color: #FFF;
  border-bottom: 0px solid #e8f380;
  padding-bottom: 12px;
  line-height: 0;
  text-shadow:0px 0px 15px #000;
}


.logobox{
	width:12%;
	margin-top:10px;
	height:auto;
}

@media only screen and (max-width: 766px) {
	.hero {
		 background-size: cover; 
  background-attachment:scroll; 

}

.hero h1 {
  font-size: 30px;
  line-height: 1.3;
  text-shadow:0px 0px 15px #000;
}
.hero h1 span {
  font-size: 30px;
  color: #FFF;
  border-bottom: 0px solid #e8f380;
  padding-bottom: 12px;
  line-height: 2;
  text-shadow:0px 0px 15px #000;
}

.logobox{
	width:30%;
	height:auto;
	margin-top:20px;
}

}



	


.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #e8f380;
  position: absolute;
  bottom: 40px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #e8f380;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
