html {
	background: url(daten/Bilder/bg1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
}

body {
	background: none; 
	height: 99vh;
	margin: 0;
	position: relative;
}

a {color:#0000FF;text-decoration: none;}


#TableGrid {
	margin-left: 0px;
	margin-top:  5px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background: #3db2e1;

}

.flexbox {
	max-width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	border: none;
}

.itembox {
	display: box;
	border: none;
	margin:  0px;
	padding: 0px;
}

#header-button {
	max-width: 250px;
	width: 100%;
	padding: 0px;
} 


footer {

	position: fixed;

	padding: 10px;

	bottom: 0;

	left: 0;

	right: 0;

	background: #c32e04;

	border-color: #8a9da8;

}
.table {
	display: table;
	border: none;
	border-collapse:collapse;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}
.table-row {
	display: table-row;
	border: none;
}

.table-cell_logo,
.table-cell_SlideShow {
	background-color: none;
	color: #000000;
	display: table-cell;
	border: none;
	text-align: center;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
	width: 48%;
}
.table-cell_freespace {
	background-color: none;
	color: #000000;
	display: table-cell;
	border: none;
	text-align: center;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
	width: 2%;
}
.table-cell_change {
	background-color: #FF0000;
	color: #000000;
	display: table-cell;
	border: none;
	text-align: center;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
	width: 22%;
}
.table-cell_hello {
	background-color: #FF0000;
	color: #000000;
	display: table-cell;
	border: none;
	text-align: center;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
	width: 22%;
}
.table-cell_mail {
	background-color: #FF0000;
	color: #000000;
	display: table-cell;
	border: none;
	text-align: center;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
	width: 23%;
}


.anima_fade {animation:fading 15s infinite}
@keyframes fading{
	0%{opacity:0}
	50%{opacity:1}
	100%{opacity:0}
}
#SlideShowBox {
	margin: auto;
	margin-top: 100px!important;
	margin-bottom: 100px!important;
	max-width: 1000px;
	max-width: 550px;
}


#MainPart {
	margin-top: 20px!important;
	height: 75%;
}
#MainLogo {
	max-width: 500px;
	width: 100%;
}





@media only screen and (max-width: 1400px) {
	#header-button {
		max-width: 475px;
	}
}

@media only screen and (max-width: 1000px) {
	#header-button {530px;
	}
}

@media only screen and (max-width: 800px) {
	.table-cell_change {
		display: none;
	}

	#header-button {575px;
	}
}

@media only screen and (max-width: 600px) {
	.table-cell_freespace,
	.table-cell_mail {
		display: none;
	}

	.table-cell_logo,
	.table-cell_SlideShow {
		display: block;
		width: 100%;
	}
}
