
 
body {

	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 16% 20% 14% 42% 10%;
	grid-template-areas:
		"header header header header header"
		"navi navi navi navi navi"
		"anrede anrede anrede anrede anrede"
		"konzerte2 gottesdienste2 choere2 unterricht2 kontakt2"
		"footer footer footer footer footer";
	color: #263238;
	margin: 0;

}	   


@media screen and (max-width:1000px)
{
body {

	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 20% 15% 40% 60% 1%;
	grid-template-areas:
		"header header header header header"
		"navi navi navi navi navi"
		"anrede anrede anrede anrede anrede"
		"konzerte2 gottesdienste2 choere2 unterricht2 kontakt2"
		"footer footer footer footer footer";
	color: #263238;
	margin: 0;
}

.anrede {
	font-size: 200%;
}

}


.header {
	grid-area: header;
}

.navi {
	grid-area: navi;
}

.anrede {
	grid-area: anrede;
}

.konzerte2 {
	grid-area: konzerte2;
}

.gottesdienste2 {
	grid-area: gottesdienste2;
}

.choere2 {
	grid-area: choere2;
}

.unterricht2 {
	grid-area: unterricht2;
}

.kontakt2 {
	grid-area: kontakt2;
}

.footer {
	grid-area: footer;
}


h1 {
	font-size: 100%;
	font-weight: normal;	
	text-align: center;
	padding: 2rem;
	margin: 0;
	text-align: center;
}



header {
	background-color:  #A9D18e;
	font-size: 250%;
	font-family: forte, Arial, sans-serif;
	text-align: center;
	}
	
header h2 {
	margin: 0.4em;
}

.navi {
	background-color:  #A9D18e;
	font-size: 2rem;
	font-family: forte, Arial, sans-serif;
}

.navi ul {
	max-width: 65rem;
	margin: auto;
	padding: 0;
	background: #fff;
	list-style: none;
	border-radius: 0.2rem;
	display: flex;
	}

	
.navi li {
	border: 1px solid black;
	border-radius: 0.2rem;
    }	

.navi a {
	text-decoration: none;
	color: #222;
	text-align: center;
	display: block;
	padding: 0.5rem 1rem;
    }

.navi a:hover {
	color: #A9D18e;
	background: #222;
    }
    
.kontakt {
	margin-left: auto;
	}


.anrede {
	color: #222;
	text-align: center;
	font-size: 120%;
	font-family: Verdana, Arial, sans-serif;

}

@media screen and (max-width:1000px)
{
.anrede {
	font-size: 200%;
}
}


.konzerte2 {
	background-color: #fff;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;

}

.konzerte2 a:hover {
	color: #A9D18e;
}

.konzerte2 a {
	color: #222;
	text-decoration: none;
}


.gottesdienste2 {
	background-color: #fff;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;	
	text-align: center;
}

.gottesdienste2 a:hover {
	color: #A9D18e;
}

.gottesdienste2 a {
	color: #222;
	text-decoration: none;
}

.choere2 {
	background-color: #fff;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;	
}


.choere2 a:hover {
	color: #A9D18e;
}

.choere2 a {
	color: #222;
	text-decoration: none;
}

.unterricht2 {
	background-color: #fff;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;	
}

.unterricht2 a:hover {
	color: #A9D18e;
}

.unterricht2 a {
	color: #222;
	text-decoration: none;
}

.kontakt2 {
	background-color: #fff;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
}

.kontakt2 a:hover {
	color: #A9D18e;
}

.kontakt2 a {
	color: #222;
	text-decoration: none;
}



footer {
	background-color:  #A9D18e;
	font-size: 100%;
	font-family: forte, Arial, sans-serif;
	color: #fff;
	text-align: right;
}
