body {
	
	font-family: 'Hind', sans-serif;
	position: relative;
	font-size: 18px;
}

a {
	color: #73BE18;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

a:hover {
	color: #7BD800;
	text-decoration: none;
}

.top {
	background: rgba(165,212,26,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(165,212,26,1) 0%, rgba(101,184,24,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(165,212,26,1)), color-stop(100%, rgba(101,184,24,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(165,212,26,1) 0%, rgba(101,184,24,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(165,212,26,1) 0%, rgba(101,184,24,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(165,212,26,1) 0%, rgba(101,184,24,1) 100%);
	background: radial-gradient(ellipse at center, rgba(165,212,26,1) 0%, rgba(101,184,24,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5d41a', endColorstr='#65b818', GradientType=1 );XImageTransform.Microsoft.gradient( startColorstr='#a5d41a', endColorstr='#65b818', GradientType=0 );ImageTransform.Microsoft.gradient( startColorstr='#65b818', endColorstr='#a5d41a', GradientType=0 );
	color: white;
	text-align: center;
	padding-top: 200px;
	padding-bottom: 80px;
	
}

.impressum-top {
	background: rgba(165,212,26,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(165,212,26,1) 0%, rgba(101,184,24,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(165,212,26,1)), color-stop(100%, rgba(101,184,24,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(165,212,26,1) 0%, rgba(101,184,24,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(165,212,26,1) 0%, rgba(101,184,24,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(165,212,26,1) 0%, rgba(101,184,24,1) 100%);
	background: radial-gradient(ellipse at center, rgba(165,212,26,1) 0%, rgba(101,184,24,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5d41a', endColorstr='#65b818', GradientType=1 );XImageTransform.Microsoft.gradient( startColorstr='#a5d41a', endColorstr='#65b818', GradientType=0 );ImageTransform.Microsoft.gradient( startColorstr='#65b818', endColorstr='#a5d41a', GradientType=0 );
	color: white;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	
}

.top h1, .impressum-top h1 {
	font-weight: 300;
	font-size: 74px;
}

.top p {
	margin-top: 20px;
	font-weight: 300;
	font-size: 18px;
}

.top a.button {
	margin-top: 60px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	border: solid #ffffff 1px;
	text-decoration: none;
	color: white;
	font-weight: 100;
	display: inline-block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor: pointer;

}

.button:hover {
	background-color: #7BD800;
}

a.button_small {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	border: solid #ffffff 1px;
	text-decoration: none;
	color: white;
	font-weight: 100;
	display: inline-block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	position: absolute;
	top: 30px;
	left: 30px;

}

.button_small:hover {
	background-color: #7EC319;
}

.middle {
	margin: 40px 0px;
}

.middle h2 {
	font-weight: 300;
	font-size: 24px;
	margin: 40px 0px;
	text-align: center;

}

.middle a {
	font-weight: 300;
	font-size: 24px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	border: solid #73BE18 1px;
	color: #73BE18;
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	text-align: center;
	margin-top: 20px;
	font-weight: 100;

}

.middle a:hover {
	color: white;
	background-color: #73BE18;
}

.impressum {
	margin: 60px 0px;
}

.impressum h2 {
	font-weight: 300;
	font-size: 24px;
	margin: 40px 0px;

}

.impressum h3 {
	font-weight: 300;
	font-size: 20px;

}

.bottom h2 {
	font-weight: 300;
	font-size: 24px;
	margin: 40px 0px;

}

.bottom {
	margin-top: 80px;
	position: relative;

}


.bottom a.button {
	font-weight: 300;
	font-size: 18px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	border: solid #73BE18 1px;
	color: #73BE18;
	font-weight: 100;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	text-align: center;
	position: relative;
	top: 40px;

}

.bottom a.button:hover {
	color: white;
}

.gplus {
	position: relative;
	left: 0px;
	margin: 40px 0px;
}

footer {
	background-color: #73BE18;
	line-height: 60px;
	text-align: right;
	font-size: 18px;

}

footer a {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

footer a:hover {
	color: white;
	text-decoration: none;

}

@media (max-width: 768px) {
	.top {
		padding-top: 50px;
		padding-bottom: 30px;
		
	}

	.impressum-top {
		padding-top: 30px;
		padding-bottom: 30px;
		
	}

	.top a.button {
    	margin-top: 20px;
    }

	.top h1, .impressum-top h1 {
	    font-size: 27px;
	}
}






