body {
	padding: 2rem 0;
	font-family: helvetica;
}
img {
	height: auto;
	max-width: 100%;
}

#header {
	margin-bottom: 5rem;
}
#header .logo {
	/* text-align: center; */
}
#header .logo img {
	max-width: 200px;
}
#header .partner-logo img {
	max-width: 217px;
}
#header .flags {
	text-align: right;
}
#header .flags a {
	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: inline-block;
	margin-right: .75rem;
}
#header .flags a:last-child {
	margin-right: 0;
}
#header .flags a.danish {
	background-image: url('/img/da.png');
}
#header .flags a.german {
	background-image: url('/img/de.png');
}
#header .flags a.english {
	background-image: url('/img/en.png');
}

#hero {
	/* background-image: url('/img/herobg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center -48.5rem; */
	position: relative;
	padding: 4rem 0 2rem;
	overflow: hidden;
	color: #fff;
}
#hero .slider {
	background-image: url('/img/herobg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center center;
	position: absolute;
	height: 100%;
	width: 100%;
	top: -26.5rem;
	top: -39.5rem;
	left: 0;
}
#hero .hero-title {
	text-align: center;
    color: #fff;
    /* padding: 0 10rem; */
    padding: 0;
	margin-bottom: 3rem;
	font-size: 1.888rem;
	font-weight: bold;
}
#hero .hero-subtitle {
	text-align: center;
	color: #fff;
	margin-bottom: 2.5rem;
}
#hero .box {
	border: 2px solid #007934;
	border-radius: .388rem;
	/* box-shadow: 0px 0px 5px #007934; */
	background-color: #fff;
	margin-bottom: 2rem;
	height: 100%;
	display: flex;
	flex-direction: column;
}
#hero .box .box-title {
	margin: 0;
	background-color: #007934;
	text-align: center;
	text-transform: uppercase;
	padding: .388rem;
	border-top-right-radius: .25rem;
	border-top-left-radius: .25rem;
}
#hero .box .box-image {

}
#hero .box .box-image img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
#hero .box .box-content {
	color: #1c1c1b;
	/* padding: 2rem; */
	padding: 3rem;
	text-align: center;
	flex-grow: 1;
	display: flex;
	flex-direction: column;	
}
#hero .box .box-content .box-logo {
	/* padding: 0 2.5rem; */
	padding: 0 1rem;
	margin-bottom: 1.5rem;
    text-align: center;
}
#hero .box .box-content .box-logo img {
    height: 70px;
    width: auto;
    object-fit: contain;
    vertical-align: bottom;
}
#hero .box .box-content p {
	margin-bottom: 2rem;
}
#hero .box .box-content .box-button {
	/* padding: 0 2.5rem; */
	padding: 0 1.5rem;
	margin-top: auto;
}
.message .box-button a,
#hero .box .box-content .box-button a {
	background-color: #76b52c;
	color: #fff;
	font-weight: bold;
	width: 100%;
}
 
#mid-section {
    text-align: center;
    padding-bottom: 15rem;
    background-color: #fff;
    background-image: url('/img/silhouette.png');
    background-repeat: no-repeat;
    background-size: 90%;
	background-position: center bottom;
}
#mid-section .mid-title {
	color: #76b52c;
	margin-bottom: 1rem;
	font-weight: bold;
}

#showcase {
	border-top: 4px solid #76b52c;
	border-bottom: 4px solid #76b52c;
}
#showcase .product {
	text-align: center;
    display: flex;
    flex-direction: column;	
    padding: 2rem 1rem;	
}
#showcase .product .image {
	margin-bottom: 1rem;
}
#showcase .product .image img {
    height: 250px;
    width: auto;
    object-fit: cover;
    object-position: left;
}
#showcase .product .title {
	margin: 0;
}
.messe {
	width: 100%;
    max-width: 1425px;
    min-height: 100px;
    margin: 3rem auto -1rem auto;
    text-align: center;
    padding: 0;
        z-index: 4;
    position: relative;

}
.messe img {
	     border-radius: 0.9rem;
}

.message {
	width: 100%;
    max-width: 1000px;
    min-height: 100px;
    margin: 3rem auto 1rem auto;
    text-align: center;
    padding: 1.25rem 1.5rem;
    background: #007934;
    border: 2px solid #3d3d3d;
    border-radius: .388rem;
}
.message h2 {
	font-size: 28px;
}

.message a {
	max-width: 170px;
}

#header .partner-logo img {
	    max-width: 92px;
}
#header .logo img {
	max-width: 100px;
}
#header .flags a {
	margin-right: 0;
}

footer {
  background: #4a4a4a;
  width: 100%;
  padding-bottom: 2.5rem;
  border-top: 12px solid #e9eaee;
  padding-top: 2.5rem;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}

/*.message a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}*/


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	#mid-section {
		background-size: 80%;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#hero .hero-title {
		font-size: 2.5rem;
	}
	#mid-section {
		background-size: 70%;
	}	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#header .logo {
		text-align: center;
	}
	#hero .hero-title {
		padding: 0 10rem;
	}
	#mid-section {
		background-size: 50%;
	}
	#header .partner-logo img {
		max-width: 217px;
	}
	#header .logo img {
		max-width: 200px;
	}
	#header .flags a {
		margin-right: .75rem;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#mid-section {
		background-size: 35%;
	}		
}

@media (min-width: 1400px) {
	.container.container-wide {
		max-width: 1340px;
	}
}

@media (min-width: 1800px) {
	.container.container-wide {
		max-width: 1740px;
	}
}