.text_normal {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight: bold}
.subtitel { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight: bold}
.hpadresse { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #CC6633; text-decoration: none}
h1{
	color:#008DB9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:18px;
}
a, a:hover, a:visited{ color:#666666; text-decoration:none; }



.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.mySlides {
  display: none;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .1}
  to {opacity: 1}
}