html, body {
	height: 100%;
}
body{
	background:  url('../img/sinus.png') 50% 0 fixed;
	background-repeat: repeat-x no-repeat;
	background-size: cover;
}
section{
	padding-top: 50px;
	min-height: 100% !important;
	height: auto;
	width: 100%;
}

.contact{
	padding-top: 35px;

	
}

.impressum{
	padding-top: 55px;
}



.agb{
	visibility:hidden;
	display: none;
}

.dsgvo-cookiebanner{position:fixed;left:0;bottom:-1;width:100%;max-height:0px;background-color:#fff;padding:35px;-webkit-box-shadow:-3px -4px 18px -1px rgba(0,0,0,0.75);-moz-box-shadow:-3px -4px 18px -1px rgba(0,0,0,0.75);box-shadow:-3px -4px 18px -1px rgba(0,0,0,0.75)}.dsgvo-cookiebanner.show,.dsgvo-cookiebanner.no-js{bottom:0;max-height:500px;transition-property:all;transition-duration:1s;transition-timing-function:cubic-bezier(0, 1, 0.5, 1)}.dsgvo-cookiebanner button{float:right}

.captcha {
  width: 200px;
  margin: 25px auto;
}
