/* @import url("https://fonts.googleapis.com/css?family=Open Sans:300,900,800,700,600,500,400,200,100"); */

body {
	margin: 0;
	background-color: white;
	font-family: Open Sans;
	font-size: 12pt;
}

a {
	color: #040072;
	text-decoration: none;
}

div.inhalt {
	max-width: 920px;
	margin: auto;
	padding: 0 10px;
	text-align: center;
}

div {
	text-align: left;
}

#menue {
	width: 100%;
	height: 40px;
	margin-bottom: 50px;
	background-image: linear-gradient( #040072 , #94FAD7);
}

#fuss {
	width: 100%;
	height: 40px;
	margin-top: 50px;
	margin-bottom: 10px;
	background-image: linear-gradient( #94FAD7, #040072);
}

#impressum {
	margin-top: 25px;
	font-szie: 9pt;
	color: green;
}

#telefon {
	font-weight: bold;
}

div.zeile {
	float: left;
	margin: auto;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 0;
}

div.pusher {
	clear: both;
	width: 100%;
}

div.kachel {
	width: 450px;
	text-align: left;
	padding: 10px;
}

@media only screen and (max-width: 767px) {
	div.grid {
		display: grid;
		row-gap: 30px;
	}
	
	div.titel {
		font-weight: bold;
	}
}

@media only screen and (min-width: 768px) and (max-width: 949px) {
	div.grid {
		display: grid;
		grid-template-columns: 200px minmax(auto, 750px);
		gap: 30px 20px;
	}
	
	div.titel {
		width: 200px;
		font-weight: bold;
	}
}
@media only screen and (min-width: 950px) {
	div.grid {
		display: grid;
		grid-template-columns: 200px minmax(auto, 750px);
		gap: 30px 20px;
	}
	
	div.titel {
		font-weight: bold;
	}
}

.fett {
	font-weight: bold;
}

foto {
	text-align: right;
	font-size: 9.5pt;
}

#karte {
	text-align: right;
	font-size: 9.5pt;
}

#datenschutz
{
	font-size: 9.5pt;
	text-align: left;
	margin-bottom: 50px;

}