.shadow-box {
	box-shadow: 0 0px 1px rgba(0,0,0,0.1); /* Standard-Schatten */
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	text-align: justify;
	padding: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 260px;
}
.wrapper article .shadow-box p {
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 280px;
	width: 190px;
	display: block;
}


.wrapper article .shadow-box {
	float: left;
	margin-right: 0px;
	margin-left: 80px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 5px;
	width: 190px;
}

.wrapper article .shadow-box a img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 190px;
}
.wrapper article .shadow-box img {
	width: 190px;
}


.shadow-box:hover {
	box-shadow: 0 0px 1px rgba(0,0,0,0.5); /* Intensiverer Schatten beim Hovern */
	transform: translateY(2px);
	margin: 0px;
}


  a:hover {
	color: #FF0000;
}
.arch {
	opacity: 1.0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.wrapper article .arch p {
	font-size: 0.9em;
	line-height: 1.2em;
	display: block;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 2px;
}

.wrapper article .arch {
		border-top-left-radius: 10%;
	border-top-right-radius: 10%;
	float: left;
	width: 150px;
	margin-left: 30px;
	margin-right: 45px;
	height: 250px;
}

.wrapper article .arch a img {
	width: 150px;
	margin-right: 0px;
}
.wrapper article .arch  img {
	margin-right: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}



body {
	max-width: 95%;
	background-color: #FFFFFF;
	color: #7F7F7F;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.wrapper {
	box-shadow: 0px 2px 8px 5px #7F7F7F;
	-webkit-box-shadow: 0px 2px 8px 5px #7F7F7F; /* WebKit */
	-moz-box-shadow: 0px 2px 8px 5px #7F7F7F;
	margin-top: 20px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


p {
	padding: 10px 4px 4px 4px;
	margin: 0;
}

header {
  margin: 15px auto;
}



#headertop {
	position: sticky;
	top:0px;
	height: 210px;
	width: 100%;
	background-image: url(../images/header/baldeneysee02.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#headerimage {
	float: left;
	box-shadow: 0px 2px 8px 1px #7F7F7F;
	-webkit-box-shadow: 0px 2px 8px 1px #7F7F7F; /* WebKit */
	-moz-box-shadow: 0px 2px 8px 1px #7F7F7F;
	padding: 2px;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.headertextlarge {
	color: #FFFFFF;
	font-size: 2em;
	letter-spacing: 2px;
	line-height: 1em;
	margin: 5px;
	font-variant: small-caps;
	text-shadow: 1px 1px 3px #5F5F5F;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.headertextsmall {
	color: #FFFFFF;
	font-size: 1em;
	padding: 0px 10px 0px 5px;
	letter-spacing: 2px;
	margin: 5px;
	text-shadow: 1px 1px 3px #5F5F5F;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: bold;
}

#headermiddle {
	height: 10px;
	background-color: #FFFFFF;
	background-image: linear-gradient(#E7E7E7 0%, #7F7F7F 100%);
	background-image: -webkit-linear-gradient(#E7E7E7 0%, #7F7F7F 100%);
}

#headerbottom {
  background-color: #868FC8;
  background-image: linear-gradient(#868FC8 0%, #6B72A8 100%);
  background-image: -webkit-linear-gradient(#868FC8 0%, #6B72A8 100%);
}



#subnavi {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.navi {
  font-family: Kalam, georgia, "trebuchet ms",serif;
  font-size: 1.5em;
  text-shadow:1px 1px 2px #2F2F2F;
}

.navi a:link, .navi a:active, .navi a:visited {
  color: #ffffff;
  text-decoration: none;
  padding: 0px 15px;
  margin: 0px;
  border-left: solid 1px #8D95DD;
  border-right: solid 1px #6069C4;
}

.navi a:hover,.navi a:focus {
  color: #333399;
  background-color: transparent;
  text-decoration: none;
  font-family: Kalam, georgia, "trebuchet ms",serif;
}
.main {
	width: 100%;
}
.wrapper article .main p {
	font-size: 1.1em;
}


.jahre {
	font-size: 1em;
	line-height: 1.5em;
	background-color: #FFF;
	height: 50px;
	margin-top: 0;
	color: #5355AC;
	padding: 10px;
	margin-bottom: 10px;
}

.wrapper article .main a {
	text-align: left;
}


article {
	padding: 8px;
	margin: 0 auto;
	font-size: 1em;
	line-height: 1.4em;
	text-align: justify;
}












.vorst {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0.9em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	width: 220px;
	float: left;
	padding: 0px;
}
.wrapper article .vorst a {

}

.wrapper article .vorst {
	margin-right: 60px;
	margin-left: 10px;
	height: 320px;
	margin-bottom: 20px;
	margin-top: 20px;
}


.wrapper article .vorst img {
	margin-right: auto;
	margin-left: auto;
	width: 150px;
	margin-bottom: 5px;
}
.wrapper article h1 {
	color: #0000FF;
	font-family: Kalam, georgia, "trebuchet ms", serif;
	font-size: 1.4em;
	line-height: 1em;
	margin-bottom: 10px;
}

.wrapper article p {
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.3em;
}



.wrapper article h2 {
	font-size: 1em;
	display: block;
	text-align: left;
	padding-left: 10px;
}


footer {
	height: 200px;
	padding:0px;
	margin: 0 auto;
	background-color: #C6C6C6;
	background-image: linear-gradient(#E6E6E6 0%,#C6C6C6 100%);
	background-image: -webkit-linear-gradient(#E6E6E6 0%,#C6C6C6 100%);

}


.fussinhalt {
	font-family: georgia, "trebuchet ms", serif;
	float: left;
	font-size: 0.8em;
	width: 50%;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;	
}



.fussinhalt h4 {
 background-color: #868FC8;
 box-shadow: 1px 1px 3px black;
 display: inline;
 padding: 5px 15px;
}

.fussinhalt p {
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;	
}
.wrapper footer .fussinhalt p a {
	color: #FFF;
	font-size: 0.9em;
}
.wrapper footer .fussinhalt p a:hover {
	color: #F00;
}

h1 {
	background-color: inherit;
	color: #000000;
	font-family: Kalam, georgia, "trebuchet ms", serif;
	text-align: center;
	margin: 15px 0 5px 0;
	text-shadow: 1px 1px 3px #5F5F5F;
}


h2 {
  color: #7F7F7F;
  font-family: Kalam, georgia, "trebuchet ms",serif;
  font-size: 1.338em;
  padding: 8px 0px 0px 16px;
  margin: 8px 0px 0px 0px;
  text-shadow: 1px 1px 3px #5F5F5F;
}
.wrapper article h2 {
	font-size: 1.1em;
	display: block;
	padding-top: 0px;
	margin-bottom: 10px;
}


h3 {
  color: #697EB7;
  background-color: inherit;
  font-family: Kalam, georgia, "trebuchet ms",serif;
  font-size: 1.254em;
  text-align: center;
  padding: 8px 0px 0px 5px;
  margin: 8px 0px 0px 0px;
  text-shadow: 1px 1px 3px #5F5F5F;
}

h4 {
  color: #ffffff;
  background-color: #868FC8;
  font-family: Kalam, georgia, "trebuchet ms",serif;
  font-size: 1.171em;
  font-weight: bold;
  padding: 5px;
  margin: 15px 0px 0px 0px;
  text-shadow: 1px 1px 3px #5F5F5F;
}

h5 {
  color: #6F6F6F;
  font-family: Kalam, georgia, "trebuchet ms",serif;
  font-size: 1em;
  font-weight: bold;
  padding-left: 5px;
  margin: 12px 0px 0px 0px;
  text-shadow: 1px 1px 3px #5F5F5F;
}
h6 {
	color: #FF0000;
	font-family: Kalam, georgia, "trebuchet ms", serif;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 5px;
	margin: 12px 0px 0px 0px;
	text-shadow: 1px 1px 3px #5F5F5F;
}
h7 {
	color: #ffffff;
	background-color: #868FC8;
	font-family: Kalam, georgia, "trebuchet ms", serif;
	border-radius: 10px;
	font-size: 1.171em;
	padding: 5px;
	text-shadow: 1px 1px 3px #5F5F5F;
	display: block;
	width: 200px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 40px;
	text-align: center;
	float: left;
}
article h7 {

}

#wrapper article h7 {
	color: #ffffff;
	background-color: #868FC8;
	font-family: Kalam, georgia, "trebuchet ms", serif;
	border-radius: 10px;
	font-size: 1.171em;
	padding: 5px;
	text-shadow: 1px 1px 3px #5F5F5F;
	display: block;
	width: 200px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 40px;
	text-align: center;
	float: left;
}
.wrapper article h7 a {
	color: #FFF;
}
.wrapper article h7 a:hover {
	color: #F00;
	font-weight: bold;
}



a:link, a:visited, a:active {
  color: #6B72A8;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
}

a:hover, a:focus {
  color: #6F6F6F;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

.clear {
 clear: both;
}
/******************Besonderheiten für Bildschirmgroesse max. 768px**********************/

@media (max-width: 768px) {

header {
  font-size: 0.7em;
}
#headerbottom {
  background-color: #FFFFFF;
  background-image: linear-gradient(#FFFFFF 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(#FFFFFF 0%, #FFFFFF 100%);
}

.navi a:link, .navi a:active, .navi a:visited {
  display: block;
  background-color: #868FC8;
  background-image: linear-gradient(#868FC8 0%, #6B72A8 100%);
  background-image: -webkit-linear-gradient(#868FC8 0%, #6B72A8 100%);
  padding: 5px;
}

}

/*****************Besonderheiten für Bildschirmgroesse max. 480px***********************/

@media (max-width: 480px) {
	
	.sport {
	border-top-left-radius: 10%;
	border-top-right-radius: 10%;
	float: left;
	margin-left: 100px;
}
	
.shadow-box {
	box-shadow: 0 0px 1px rgba(0,0,0,0.1); /* Standard-Schatten */
	transition: box-shadow 0.2s ease, transform 0.2s ease; /* Weicher Übergang */
	height: 260px;
	width: 155px;
	margin-left: 80px;
	margin-top: 5px;
}
	
.wrapper {
	margin-top: 0px;
}
.headertextlarge {
	font-size: 1.500em;
	padding: 15px 0px 0px 0px;
	text-align: right;
}
.headertextsmall {
	font-size: 1em;
	line-height: 1em;
	text-align: right;
}
#headerimage {
	float: none;
	width: 90px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

#headertop {
  height: 200px;
}
.wrapper article .vorst {
	height: 320px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 45px;
}
article {
	padding: 2px;
	margin: 0 auto;
	font-size: 0.9em;
	line-height: 1.338em;
}


.fussinhalt {
  letter-spacing: 1px;
  padding: 2px 0 0 0;
}


.fussinhalt h4 {
 padding: 5px;
}

h1 {
  font-size: 1.250em;
}

}
.mitteilung {
	width: 100%;
}
.rot {
	font-weight: bold;
	color: #F00;
	font-size: 1.5em;
	margin-left: 12px;
}
