/* nunito-regular - latin */
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/nunito-v11-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Nunito Regular'), local('Nunito-Regular'),
	             url('../fonts/nunito-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	             url('../fonts/nunito-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	             url('../fonts/nunito-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
	             url('../fonts/nunito-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	             url('../fonts/nunito-v11-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}

/* nunito-600 - latin */
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/nunito-v11-latin-600.eot'); /* IE9 Compat Modes */
	src: local('Nunito SemiBold'), local('Nunito-SemiBold'),
	             url('../fonts/nunito-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	             url('../fonts/nunito-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	             url('../fonts/nunito-v11-latin-600.woff') format('woff'), /* Modern Browsers */
	             url('../fonts/nunito-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	             url('../fonts/nunito-v11-latin-600.svg#Nunito') format('svg'); /* Legacy iOS */
}


*{
	box-sizing: border-box;
}
html{
	height:100%;
}

body{
	overflow-x: hidden;
	margin: 0;
	height: 100%;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	background-image: url("../images/blatt.svg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center -50px;
}

nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 15px 0 15px;
	z-index: 100;
}

.menu{
	display: none;
	padding: 0;
	margin: 0;
	z-index: 100;
}

.menu.open {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color:  #7DAD14;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 7rem;
	font-size: 2rem;
}

.menu-close{
	display: block;
	position: absolute;
	top:25px;
	right: 25px;
	font-size: 18px;
	color: #2E2E2D;
	line-height: 18px;
	cursor: pointer;
	transition: color 0.3s;
}
.menu-close:hover{
	color:  #fff;
}

li{
	color: #fff;
	text-transform: uppercase;
	list-style: none;
	margin-right: 30px;
}

li a{
	color:#2E2E2D;
	text-decoration: none;
	transition: color 0.3s;
}

li a:hover{
	color: #fff;
}

.logo {
	display: block;
	position: relative;
	width: 220px;
}
.icon.icon--logo {
	width: 220px;
	height: 40px;
}

.icon.icon--hintergrund{
	height: 130%;
	width: 130%;
}

.logo-hintergrund {
	text-align: center;
	height: calc(100% - 114px);
	margin-top: -140px;
	z-index: -6;
	position: relative;
}

.icon--logomitte{
	max-width: 500px;
	width: 100%;
}

.mobile{
	cursor: pointer;
}

.mobile:hover .mobile-line{
	background-color: #7DAD14;
}

.mobile-line{
	height: 1px;
	background-color: #2E2E2D;
	width: 28px;
	margin-bottom: 6px;
	transition: background-color 0.3s;
}

.logo-mitte {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content{
	max-width: 650px;
	margin: 80px auto 0;
	color:#2E2E2D;
	font-size: 14px;
	padding: 0 15px 80px;
}

.content b{
	font-weight: 600;
}

.content a{
	color:#7DAD14;
}

.col-row{
	display: flex;
	flex-wrap: wrap;
}

.col1,
.col2{
	width: 100%;
	margin-bottom: 50px;
}

.col1 img,
.col2 img{
	width: 100%;
	max-width: 300px;
	height: auto;
}

h1,
h2{
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 15px 0;
}

.bottom{
	height: 6px;
	background-color: #7DAD14;
	width: 100%;
	position: fixed;
	bottom:0;
	left:0;
}

hr{
	border-bottom: 1px solid #2E2E2D;
	border-top: none;
	border-left: none;
	border-right:none;
	margin: 40px 0;
}

@media all and (min-width: 575px){
	.icon.icon--hintergrund{
		height: 130%;
		width: 130%;
	}
}

@media all and (max-width: 500px) {
	.icon--logomitte {
		padding: 0 25px 0 40px;
	}

}

@media all and ( max-height: 400px){
	.logo-hintergrund {
		margin-top: 0;
	}
}


@media all and (min-width: 768px){

	.menu-close{
		display: none;
	}

	.icon.icon--hintergrund{
		height: 100%;
		width: 100%;
	}

	.mobile{
		display: none;
	}

	.menu{
		display: flex;
	}

	li {
		color: #7DAD14;
	}

	li a {
		color: #2E2E2D;
		transition: color 0.3s;
	}

	li a:hover{
		color: #7DAD14;
	}
	nav {
		padding: 20px 70px;
	}

	.col1,
	.col2{
		width: 43%;
		margin-right: 7%;
		margin-bottom: 0;
	}
}


