body {margin:0;font-family:Arial}

.content {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}

.topnav {
	overflow: hidden;
	background-color: #fff;
}

.topnav a {
	float: left;
	display: block;
	color: #666;
	text-align: center;
	padding: 14px 16px 14px 50px;
	text-decoration: none;
	font-size: 17px;
	background-repeat: no-repeat;
	background-size: 20px 50px;
	background-position: 20px center;
}
.topnav a:nth-child(1) { background-image: url('/img/NNL_Icon_Fernglas.svg'); }
.topnav a:nth-child(2) { background-image: url('/img/NNL_Icon_Karte.svg'); }
.topnav a:nth-child(3) { background-image: url('/img/NNL_Icon_Notizbuch.svg'); }
.topnav a:nth-child(4) { background-image: url('/img/NNL_Icon_Lupe.svg'); }
.topnav a:nth-child(5) { background-image: url('/img/NNL_Icon_Daumen_hoch.svg'); }

.active {
	background-color: #fff;
	color: #000;
}

.topnav .icon {
	display: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 17px;    
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #555;
	color: white;
}

.dropdown-content a:hover {
	background-color: #ddd;
	color: black;
}

.dropdown:hover .dropdown-content {
	display: block;
}

@media screen and (max-width: 950px) {
	.topnav a, .dropdown .dropbtn {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 950px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
}

.presentation {
	position: relative;
	height: 75vh;
	overflow: hidden;
	color: rgb(113, 151, 81);
	background-position: center center;
	background-size: cover;
	background-image: url('/img/header_bg_index.jpg');
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.topwave {
	position: absolute;
	z-index: 10;
	bottom: 0;
	height: 30%;
	width: 100%;
	overflow: hidden;
}
.wave {
	position: absolute;
	bottom: 240px;
	width: 100%;
	height: 30px;
}
.infobox {
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #a5c5b5;
}

.box {
	z-index: 10;
	position: relative;
	width: 250px;
	height: auto;
	overflow: hidden;
	display: inline-block;
	border-radius: 35px;
	margin: 0 1em;
	color: #fff;
	padding: 5em 1em 3em 1em;
	font-size: 0.8em;
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: center 10px;
}
.box p {
	text-transform: upper;
	font-size: 1.2em;
}
.box1 {
	background-color: #f07f3c;
	background-image: url('/img/NNL_Icon_Fernglas.svg');
}
.box2 {
	background-color: #0098ac;
	background-image: url('/img/NNL_Icon_Fernglas.svg');
}
.box3 {
	background-color: #446428;
	background-image: url('/img/NNL_Icon_Fernglas.svg');
}

.slider h3 {
	color: #446428;
}
.slider1 {
	margin-top: 240px;
	position: relative;
	width: 100%;
	text-align: center;
}
.slider2 {
	position: relative;
	width: 100%;
	text-align: center;
}
.bx-wrapper {
	border: 0 !important;
}
.date {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
	text-align: center;
}
.date day {
	font-size: 1.3em;
}
.desc_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	overflow: hidden;
	background: #fff;
	opacity: 0.9;
	z-index: 1;
	padding: 1em;
}
.desc {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 10;
	padding: 1em;
	text-align: center;
}

.bottomwave {
	position: relative;
	height: 300px;
	width: 100%;
	overflow: hidden;
	background-image: url('/img/wave_bottom_index.svg');
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(214,210,214,1);
	-moz-box-shadow: 0px 7px 5px 0px rgba(214,210,214,1);
	box-shadow: 0px 7px 5px 0px rgba(214,210,214,1);
}
.bottomwave div {
	position: relative;
	top: 130px;
	max-width: 580px;
	display: inline-block;
}
.bottomwave div img {
	position: relative;
	width: 100%;
	height: auto;
}

.footer {
	margin-top: 2em;
}
.footer .copyright {
	float: left;
}

.footer .legal {
	float: right;
}