* {margin: 0px;
	padding: 0px;
	margin: 0 auto;
	}
*	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


	html {
		max-width:1300px;
		min-height: 100vh;	
	}

	body {
		max-width: 1300px;
		min-height: 100%;
		font-family: "Open Sans",sans-serif;
		font-weight: 400;
		font-size: 1em;
		color: black;
	
		}
	
	.wrapper {
		display:flex;
		flex-direction:column;
		max-width: 1300px;
		min-height: 100%;
	}

	.platz  {
		
	max-width: 100%;
	max-height: 250px;
	position: relative;		
	}

	.ober {
		max-width: 100%;
		position: relative;
		top: 0px;
		left: 0px;

		z-index: 4;	
	
	}


	.nachBranch {
		display: flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
		position:relative;
		z-index:10;
	
	}
	
	.nachBranch button {
		display: flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
		position:relative;
		z-index:10;
		background-color:rgb(243, 242, 242);
		border:none;
		border-top:1px solid white;
	}
	
	nav button {
		position:relative;
		z-index:10;
		display: inline-block;
		width: 125px;
		height: 35px;
		font-size:15px;
		color:black;
		background-color:rgb(243, 242, 242);
		border:none;
		border-left: 1px solid rgb(236, 236, 236);
		border-right: 1px solid lightgray;
		
	}
	
	.nachBranch ul {
		display: flex;
		flex-direction: column;
		width: 125px;
		height: 120px;
		background-color: none;
		margin-top:1px;
		opacity:0;
	}
	
	.nachBranch button:focus + ul {
	
		opacity: 1;
		pointer-events:all;
	}
	
	
nav button a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

	nav button:hover {
		background-color: rgb(226, 237, 248);

	}
	
	nav {
		position:absolute;
		top: 5px;
		right:5px;
		display: flex;
		
	}
	
	nav ul li {
		list-style: none;
		cursor:pointer;
	}
	
	

.inhalt {
	position:relative;
	border:	0px solid red;
	display: flex;
	flex-grow:1;
	align-items: center;
	justify-content: start;
	width: 100%;
	flex-grow:1;
	padding-top: 0px;
	padding-left: 50px;
	background-image: url(Bilder/11.jpg);
	font-family: "Open Sans",sans-serif;

	padding-top: 50px;


	}
	
.Adr {
	
	text-align: left;

	border:	0px solid blue;
	
}

h3 {
	color: #2d4086;
}

.hauptmenu {
	width: 100%;
	height: 50px;
	background-image: url(../bilder/11.jpg);
	border-bottom: 1px solid gray;	
	text-align:left;

}






section {
	float: left;
}



header {
	width: 100%;
	max-height: 330px;
	
}


h2 {
	text-align: left;
	color: #2d4086;
}

p {
	color: #2d4086;
}

.datenschutz {
	max-width: 170px;
	min-width: 120px;
	height: 26px;
	border: 0px solid gray;	
	float: right;
}




footer {
	position: relative;
	width: 100%;

	min-height: 50px;
	display: flex;
	align-items:start;
	justify-content:end;	
	border-top: 2px solid gray;
	background-color: white;
	color: gray;	
}

.foot {
	position:relative;
	top:2px;
	display: flex;
	align-items: center;
	justify-content:flex-start;
	border:0px solid red;
}

.foot button{
	position:relative;
	width:100px;
	height: 30px;
	background-color:rgb(243, 242, 242);
	border:none;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
}


	a {
		text-decoration:none;
		color:black;
	}	

	@media only screen and (max-width: 700px) {

		.wrapper {
			
			min-height: calc(100% - 50px);
	
		}

	}

	




	

