html {
background-color: black;
background-size: 100% 100% ;
}
    
#seite {
margin: 0 auto;
width: 1024px;
height: auto;
}

#wartung{
background-color: black;
margin: 0 auto; 
width: 1024px;
min-height: 1000px;
}


#text p {

font-size:18px;
color:#ffffff;
padding:2;
padding-left: 5px;
padding-right: 15px;
}

#text{

   width:500px;
    margin-left: 262px;
}



#text img {
    
    display: block;
    width:500px;
}





a:link,a:active,a:visited {
font-family:bruss;
color:#000000;
text-decoration:none;
position:center center;
}

a:hover {
color: #ffffff;
}

#text a{
font-family:Serif;
font-size:16px; 
color:#ffffff;
text-decoration: underline;
margin-left: 75px;
/*
background-color:#d2d2d2;
border-radius:10px;
border-style:solid;
border-width:1px;
border-color:#212121;
box-shadow:0px 0px 10px 0px black;
*/   
  
}

#text a:hover{
color:#b90000;
}

#text {
    clear: both;
    min-height: 550px;
}

#footer2 {
margin: 0 auto;
height: 80px;
width: 1024px;

}

#footereckelinks {
float:left;
height:20px;
width:20px;
background-image:url(images/footereckelinks.png);
}

#footeroben {
float:left;
height:20px;
width:980px;
background-image:url(images/footeroben.png);
}

#footereckerechts {
float:left;
height:20px;
width:20px;
background-image:url(images/footereckerechts.png);
}

#footerinhalt {
position: relative;
float: left;
height:auto;
width:1000px;
}

#impressum {
float: left;
margin-top: 20px;
margin-bottom: 30px;
}

/* POSITIOBNEN VON SOCIALMEDIABOX UND IMPRESSUM KANN JEDERZEIT DURCH FLOAT IM JEDWEILIGEN DIV GEÄNDERT WERDEN OHNE DAS ANDERE ZU BEEINFLUSSEN */

#impressum a{
font-family:Serif;
font-size:18px; 
color:#000000;
text-decoration: underline;
margin: 20px;
padding:5px;
/*
background-color:#d2d2d2;
border-radius:10px;
border-style:solid;
border-width:1px;
border-color:#212121;
box-shadow:0px 0px 10px 0px black;
*/   
  
}

#impressum a:hover{
color:#b90000;
 
}

#design {
position: absolute;
bottom: 0;
float:left;
width: auto;
height: auto;
padding: 5px;
margin-left: 20px;

}

#design p {

font-size:15px;
color:#ffffff;
background-color:#414141;
padding:2;
padding-left: 5px;
padding-right: 15px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-style:solid;
border-width:1px;
border-color:#212121;
box-shadow:0px 0px 10px 0px white;
}

#socialmedialinks {
float: right;
margin-top: 0px;
margin-bottom: 5px;
}


#facebook {

float:left;
height:50px;
width:50px;
padding: 20px;
background-image:url(images/FB-f-Logo__blue_50.png); 
background-repeat: no-repeat;
background-position: center;
}


#facebook:hover {
height:58px;
width:58px;
padding: 16px;
background-image: url(images/FB-f-Logo__blue_58.png)
}


#instagram {

float:left;
height:50px;
width:50px;
padding: 20px;
margin-right: 20px;
background-image:url(images/IG_Glyph_Fill50.png); 
background-repeat: no-repeat;
background-position: center;
}


#instagram:hover {
height:58px;
width:58px;
padding: 16px;
background-image: url(images/IG_Glyph_Fill58.png)
}



.links a {
font-family:bruss,Georgia,Serif;
float:both;
line-height:60px;
color:#000000;
font-size:12px;
}

.links a:hover {
padding-top:2px;
padding-bottom:2px;
padding-left:10px;
padding-right:10px;
color:#ffffff;
background-color:#000000;
border-radius:10px;
border-style:solid;
border-width:1px;
border-color:#ffffff;
}



.linksh {
font-family:bruss,Georgia,Serif;
font-size:25px;

}

.linksh:hover {
color:#ffffff;

}

h41 {
text-shadow: 0px 0px 20px #000000;
font-family:bruss,Georgia,Serif;
font-size:25px;
}



.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

h21 {
text-shadow: 0px 0px 20px #ffffff;
font-family:bruss,Georgia,Serif;
font-size:40px;
}




/* Das Kontaktformular */ 

#formular {
    float:left;
    margin-top: 10px;
    margin-left: 222px;
    color:aliceblue;
}

form {

  margin: 0 auto;
  background-color: #222222;
  width: 500px; /* Breite des Formulars */
  padding: 20px;
  border-color: #000000;
  border-width: 2px;
  border-style: solid;
  box-shadow:0px 0px 20px 0px #cccccc;
    
}
label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
  color: #b90000;
}
input#absender,
textarea {
  width: 500px;
  border: 1px solid #8c8c8c;
  margin-bottom: 2em;
}
textarea {
  height: 15em;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
}




/* Bildergalery */


#gallery {
	position: absolute;
	margin-top: 30px;
    margin-left: 130px;
	background: none;
	border: none;
   

}

#gallery figure {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 1em;
	z-index: 1;
	animation: wechseln 15s infinite;
}

#gallery figure:last-of-type {
	position: relative;
}

#gallery > figure figcaption {
	position: absolute;
	left: 1em;
	font-size: 2em;
	font-weight: bold;
	bottom: 0.5em;
	z-index: 2;
	color: white;
}

@keyframes wechseln {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

#gallery figure:nth-of-type(2) {
	animation-delay: 5s;
	opacity: 0;
}

#gallery figure:nth-of-type(3) {
	animation-delay: 10s;
	opacity: 0;
}

#gallery figure:nth-of-type(4) {
	animation-delay: 15s;
	opacity: 0;
}
#gallery figure:nth-of-type(5) {
	animation-delay: 20s;
	opacity: 0;
}
#gallery figure:nth-of-type(6) {
	animation-delay: 25s;
	opacity: 0;
}
#gallery figure:nth-of-type(7) {
	animation-delay: 30s;
	opacity: 0;
}
#gallery figure:nth-of-type(8) {
	animation-delay: 35s;
	opacity: 0;
}
#gallery figure:nth-of-type(9) {
	animation-delay: 40s;
	opacity: 0;
}
#gallery figure:nth-of-type(10) {
	animation-delay: 45s;
	opacity: 0;
}
