html {height: 100%;}
body {
	
}

<!-- Universal Selektor alles in alle Browsern auf 0 -->
* {margin: 0px; padding: 0px; border: 0px;}

h1 {}
h2 {font-size: 1.1em; font-family: 'GrundschriftRegular';   font-style: italic; color: blue;}
h3 {font-size: 1.2em; font-family: 'URW Palladio L'; font-weight: bold; font-style: italic; line-height: 100%; }
h4 {font-size: 2.0em; font-family: 'URW Palladio L'; font-weight: bold; font-style: italic; line-height: 100%; }
h5 {font-size: 1.0em; font-family: 'URW Palladio L'; font-weight: bold; font-style: italic; line-height: 0%; }
h6 {}

.m1 {
  color: black; 
  /*background-image: linear-gradient(to right, lightgray, silver, white, silver, silver, silver, lightgray, orange);	*/
  background-color: orange;
  padding-right: 5px;
  border-right: 1px solid black;
  border-radius: 5px;
} 

/* 

div#schwein {
  position: absolute;
  margin-top: 330px;
  margin-left: 500px;
  text-shadow: 2px 2px white;
  z-index: 5;
} 

div#schneemann {
	position: absolute;	
	width: 300px;
	height: 200px;
	margin-top: 120px;
	margin-left: 270px; 
	text-shadow: 3px 2px lightblue;	
	z-index: 5;
}	

div#baum {
	position: absolute;	
	 
	margin-top: 290px;
	margin-left: 1200px; 
	text-shadow: 3px 2px lightblue;	
	z-index: 5;
}	

/*div#flamme1 {
	position: absolute;
	margin-top:  25px;
	margin-left: 205px;
	z-index: 6;
}

div#flamme2 {
	position: absolute;
	margin-top:  35px;
	margin-left: 115px;
	z-index: 6;
}

div#flamme3 {
	position: absolute;
	margin-top:  10px;
	margin-left: 147px;
	z-index: 6;
}

div#flamme4 {
	position: absolute;
	margin-top:  50px;
	margin-left: 167px;
	z-index: 6;
}*/
 

#besucher {
  position: absolute;	
  margin-top:  712px;  
  margin-left: 1510px;
  border:none; 
  z-index: 5; 
   
}

a.ebsr5556uh {
  position: absolute;
  margin-top: 700px;
  margin-left: 1200px;

}

/* Ab Hier beginnt die CSS Slideshow
----------------------------------------------------- */

.slideshow-container {
    width: 1000px;
    height: auto;
    position: absolute;
    margin-left: 430px;
    margin-top: 210px;
    border-radius: 6px; 
    border: solid 1px white;
   
}

.mySlides {
    display: none;
    
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #222428;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0
}

.next {
    right: -50px;
    border-radius: 3px 3px 3px 3px
}

.prev {
    left: -50px;
    border-radius: 3px 3px 3px 3px
}

.prev:hover,
.next:hover {
    color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0.8)
}

.text {
	position: absolute;    
    margin-top: 20px;    
    text-align: left;
    font-size: 15px;
    padding-left: 20px; 
    z-index: 5;
    /* position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #222428*/
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.dot {
    /*cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease*/
    opacity: 0;
}

.active,
.dot:hover {
    background-color: #717171
}

/* Fading animation */
.fadein {
  animation-name: fadein;
  animation-duration: 1.5s;
  
}

@keyframes fadein {
  from {opacity: 0.2 }
  to {opacity: 1}
}
 




