/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family : Arial;
	font-size : 14px
}

a{
	text-decoration : none;
}

.Absatz{
	width: 900px; 
	margin: auto; 
	text-align: justify;
}


.grid-container {
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-template-rows: 67px 170px 1fr;
  grid-template-areas: "Navigation Titel" "Navigation Content" "Navigation Content";
	margin: 0px;
	height: 100%;
	width: 100%;
}

.Logo { 
	grid-area: Logo; 
}

.Titel { 
	grid-area: Titel; 
	position: relative;
	overflow: visible;
}

.Content { 
	grid-area: Content; 
	position: relative;
	overflow: auto;
}

.Navigation { 
	grid-area: Navigation; 
	overflow-y: auto;
	overflow-x: hidden;
}          

li > a, li > a:visited, li > a:hover{
	font-size: 12pt;
}

.Button, .Button:visited, .Button:hover{
	margin-left: 20px;
	border: 1px solid black;
	display: block;	
	width: 150px;
	height: 30px;
	font: 13pt arial, sans-serif;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	background: #b7deed; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.Sub.Button{
	padding-left: 40px;	
	padding-right: 0px;
	background: #e0f3fa; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e0f3fa 0%, #d8f0fc 50%, #b8e2f6 51%, #b6dffd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e0f3fa 0%,#d8f0fc 50%,#b8e2f6 51%,#b6dffd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}

.Titelname{
	width: 700px;
	font: 32px arial, sans-serif;
	background-color: rgb(20,137,255);
	color: white;
	text-align: center;
	height: 88px;
	vertical-align: middle;
	line-height: 88px;
	position: absolute;
	z-index: 10;
	left: calc(50% - 350px);
	top: 20px;
	box-shadow: grey 0px 0px 50px;
}

.seitenTitel{
	width: 600px;
	font: 20px arial, sans-serif;
	background-color: rgb(20,137,255);
	color: white;
	text-align: center;
	height: 60px;
	vertical-align: middle;
	line-height: 60px;
	margin: auto;
	margin-bottom: 40px;
	margin-top: 80px;
}

#Bild6{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#Bild5{
	margin-top: 20px;
	margin-left: 20px;	
	border: 1px solid lightgray;
	box-shadow: lightgrey 0px 0px 10px;
}

.bluebar{
	background: #3075c3; /* Old browsers */
	background: -moz-linear-gradient(top, #3075c3 0%, #0939a7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3075c3 0%,#0939a7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3075c3 0%,#0939a7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3075c3', endColorstr='#0939a7',GradientType=0 ); /* IE6-9 */
	position: absolute;
	width: 100%;
	height: 67px;
	box-shadow: grey 0px 0px 50px;
}

.bluebarOld{
	background: #3075c3; /* Old browsers */
	background: -moz-linear-gradient(top, #3075c3 0%, #0939a7 46%, #e3e3e3 46%, #e3e3e3 46%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3075c3 0%,#0939a7 46%,#e3e3e3 46%,#e3e3e3 46%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3075c3 0%,#0939a7 46%,#e3e3e3 46%,#e3e3e3 46%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3075c3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: absolute;
	width: 100%;
	height: 150px;
}

.shadow{
	box-shadow: rgb(200,200,200) 10px 10px 10px;
}

.galleryContent{
	width: 90%; 
	margin: auto; 
	text-align: justify;	
}

.galleryImage{
	margin: 10px;
	border: 1px solid lightgray;
}

.gallery{
	width: 250px;
	height: 200px;
	float: left;
	border:1px solid lightgray;
	margin: 10px;
	position: relative;
	background-size: cover;
	background-repeat: ne-repeat;
}

.gallery:before{
	display: block;
	position: absolute;
	width: 250px;
	height: 200;
	background-color: white;
	opacity: 0.5;
	content: "";
}

.gallery:after{
	position: relative;
	font-size: 26pt;
	color: black;
	content: attr(label);
	padding: 15px;
	background-color: white;
	border-radius: 72px;
	left: calc(50% - 50px);
	top: calc(50% - 25px);
}


@media only screen and (max-width: 1150px)  {
	.Absatz{
		width: 90%; 
	}
	#Bild6{
		float: none;
		display: block;
	}
}