body
{

font: 14px arial, hevetica, sans-serif;
color: #333;
background-color: #fff;
text-align:center;
margin-bottom: 200px;
}


p {
	padding: 10px 0 10px 0;
	margin:0px;
	text-align: left;
}
h1
{
font: 150% arial, hevetica, sans-serif;
font-weight: bold;
padding: 10px 0 10px 0;
margin:0px;
}
h2
{
font: 120% arial, hevetica, sans-serif;
font-weight: bold;
padding: 10px 0 10px 0;
margin:0px;
}
ul{
	max-width: 1000px;
  margin: auto;
  text-align: left;
}
img {
border:0;
}

h3, h4 a, h4
{
	color: #333;
	font: 106% arial, hevetica, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	margin:0px;
}
h3 a{
color: #333;
font-weight: normal;
}
.news h2 {
	max-width: 1000px;
	margin: auto;
	color: #777;
}
.news h3 {
	text-align:right;
	max-width: 1000px;
	margin: auto;
}
#container
{

line-height:1.4em;
margin-left: auto; margin-right: auto;
}
#content p{
	margin-left: auto; margin-right: auto;
	max-width: 1000px;
}
hr {
	max-width: 1000px;
}
#header{
	width: 100%;
	height: 300px; 
	 background-repeat: no-repeat;
	 background-size: cover;
	background-position: center;
}
.karte {
	max-height: 80vh;
	max-width: 80vw;
}
.heizung{
	background-image: url("img/heizung.webp");
}
.gas2{
	background-image: url("img/gas2.webp");
}
.trocken{
	background-image: url("img/trocken.webp");
}
.licht{
	background-image: url("img/licht.webp");
}
.key{
	background-image: url("img/key.webp");
}
.klingel{
	background-image: url("img/klingel.webp");
}
.trash{
	background-image: url("img/trash.webp");
}
.tv{
	background-image: url("img/tv.webp");
}
.wasser{
	background-image: url("img/wasser.webp");
}
.wasseruhr{
	background-image: url("img/wasseruhr.webp");
}
.doku{
	background-image: url("img/doku.webp");
}
.kontakt{
	background-image: url("img/kontakt.webp");
}
.telefon{
	background-image: url("img/tel.webp");
}
.smw2{
	background-image: url("img/smwwinter.webp");
}
.solar{
	background-image: url("img/solar.webp");
}
.abwasser{
	background-image: url("img/abwasser.webp");
}
.baum{
	background-image: url("img/baum.webp");
}
.smw{
	background-image: url("img/smw.webp");
	height: 600px !important;
	background-size: 100% 600px !important
}
td{
	
	padding: 3px;
}
.tabletop{
	font-weight: bold;
}
.tablemark{
	background-color:#eee;
}
table{
	table-layout:fixed;
	width: 100%;
}
.legende {
	margin: auto;
	max-width: 1000px;
	display:grid;
	grid-template-columns: 40px auto 40px auto;
}
.legende1 {
		width: 40px;
}
.legende2 {
		font-size:smaller;
		text-align:left;
}
#menu{
	
	display: block;

	
}
#menupoints {
	width: 100%;
	display: grid;
	grid-template-columns:  auto auto auto auto auto;
	
}
.menupoint{
	padding:5px;
	background-color:#eee;
	font-weight:bold;
	cursor: pointer;
}
.menupoint a, .menupoint a:visited, .menupoint a:link{
	text-decoration: none;
	color: #000;
}
.menupointselect{
	background-color:#ddd;
}
.menupoint:hover{
	background-color:coral;
	transition: .5s ease;
}
.kontakte{
	display: grid;
	grid-template-columns: 33% 33% 33%;
	max-width: 1000px;
	text-align: left;
	margin-left: auto; margin-right: auto;
}
.index {
	
	padding: 10px;
	margin-top: 50px;
	font-size: 24pt;
	font-weight:bold;
}
.index a {
	padding: 10px; 
	text-decoration: none;
}
.abc a{
	line-height: 200%;
}
.abcgrid {
	display: grid;
	grid-template-columns: auto auto auto auto;
	max-width: 1000px;
	margin: auto;
}
.tabelle{
	max-width: 1000px;
	margin:auto;
}
.tabelle_s{
	max-width: 500px;
	margin:auto;
}
.tabletop{
	font-weight:bold;
	
}
.tabletop, .tablerow1{
	background-color: #eee;
}


@media (prefers-color-scheme: dark) {
	body{
		color: #fff;
		background-color: #000;
		
	}
	.tablemark{
		background-color:#333;
	}
	.menupoint{
		background-color:#333;
	}
	.menupointselect{
		background-color:#666;
	}
	.menupoint a, .menupoint a:visited,.menupoint a:link{
		color: #fff;
	}
	.tabletop, .tablerow1{
		background-color: #333;
	}
	a:visited{
		color:#10A325;
	}
	a {
		color:#16F034;
	}
	h3{
		color: #fff;
	}
	
	
}

@media only screen and (max-width: 620px) {
	body{
		max-width:600px;
		font-size: 16pt;
	}
	#menupoints {

	grid-template-columns: auto auto auto auto auto;
	
	}
	.menupoint{
		padding:15px;
		font-size: 20pt;
	}
	table{
		font-size:smaller;
	}
	.karte{
		max-width: 600px;
	}
	.kontakte{
		display:block;
	}
	.abcgrid {
	display: grid;
	grid-template-columns: auto auto;
	}

	.tabletop-up {
		 writing-mode: vertical-lr;
		 text-orientation: mixed;
		 font-size: 12pt;		
	}
	.td-smaller {
		font-size: 9pt;
		
	}
}

@media only screen and (min-width: 1100px) {
	#header {
		background-position:top;
	}
}