/* Hintergrund etc. gesamte Seite*/
body {
		position: relative;
		display: block;
		background-color: #111111;
		font-family: "Tahoma","Verdana","sans-serif";
}
a {
	color:inherit;
	font-family:inherit;
	text-decoration: none;	
}
/* Styling Header */
header {
	width: 980px;
	height: 75px;
	margin: 0 auto;
	padding: 10px;
	background-image: url("../hintergrund/homepage_hintergrund.gif");
	background-size: 100%;
	background-color: #f9f19A;
}
#logo1 {
	float: right;
	width: 45px;
	height: 45px;
	margin: 5px;
}
#name {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height:0.8;
}
#titel {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 45px;
	padding: 0px;
}
/* Styling Navigationsleiste */
nav {
	width: 1000px;
	height: 20px;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
    'background-image: url("../hintergrund/homepage_hintergrund.gif");
	background-size: 100%;
	'background-color: #f9f19A;
}
.navliste {
	display: flex;
    flex-direction: row;
    justify-content: center;
    list-style-type: none;
	margin: 2px;
}
.nav_item a {
	display: block;
    text-align: center;
    margin: 0 75px;
	font-size: 18px;
    font-weight: bold;
    color: #f9f19A;
}
nav ul li:hover {
    background-color: #444444;
}
/* Styling Seiteninhalt */
#slideshow {
	padding: 20px;
}
#slideshow img {
	max-width: 100%;
}
main {
	width: 1000px;
	height: auto;
	margin: 5px auto;
	padding: 30px 0px;
	background-image: url("../hintergrund/homepage_hintergrund.gif");
	background-size: 100%;
}
main h1 {
	margin: 0px 0px 10px 0px;
	font-size:30px;
	font-weight:bold;
	text-align:center;
}
main h2 {
	margin:25px 0px 15px 25px;
	font-size:20px;
	font-weight:bold;
}
main h3 {
	margin:0px 0px 5px 0px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
main h4 {
	margin:10px 0px 5px 25px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
main p {
     text-align: left;
     margin: 0px 40px 0px 30px;
	 line-height: 150%;
}
main li {
	line-height: 150%;
	margin-right: 20px;
}
main table {
	margin: 0px 0px 0px 30px;
}
main a {
	font-weight: bold;
	font-style: italic;
}
main .liste_leistung {
	list-style-type: disc;
	position: relative;
	left: 40px;
	margin: 0px 40px 20px 0px;
	font-size: 16px;
	line-height: 100%;
}
main .unterliste_leistung {
	list-style-type: disc;
	position: relative;
	left: 20px;
	font-size: 14px;
	line-height: 100%;
}
main .bilder_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 80px;
}
main .main_bild_trenner {
	margin: 0px 25px 0px 25px;
    box-shadow: 8px 8px 8px 0px #515151;
}
main .spektrum_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0px;
}
main .spektrum_item {
    width: 225px;
    height: 248px;
    background-color: #111111;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
}
main .spektrum_item:hover {
    background-color: #444444;
}
main .spektrum_bild {
     width: 225px;
     height: 225px;
     margin: 10px 0px 0px 0px;
}
main .spektrum_text {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #f9f19A;
    margin: 0px 0px 0px 0px;  
}
#person {
    display: flex;
    justify-content: center;
    margin: 20px 20px;
}
#person .dafoto {
	width: 200px;
	height:236px;
	box-shadow: 8px 8px 8px 0px #515151;
}
/* Styling Footer */
footer {
	width: 996px;
	height: auto;
	margin: 5px auto;
	padding: 2px;
	background-image: url("../hintergrund/homepage_hintergrund.gif");
	background-size: 100%;
}
.foottext {
	font-size: 12px;
	line-height: 3px;
}
#kontakt {
	display: flex;
	justify-content: center;
}
#logo2 {
	width: 45px;
	height: 45px;
	margin: 10px 20px;
}
#anschrift {
	width: 120px;
	height: auto;
	margin: 2px;
}
#telefon {
	width: 150px;
	height: auto;
	margin: 2px;
}
.footliste {
	list-style-type: none;
	margin: 0;
	padding: 3px 3px;
	columns: 100px 2;
	column-gap: 10;
}
.foot_item a {
	display: block;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
