body { color: #000; font-size: 12px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; background-color: #fff; background-image: url(images/streifen.gif); background-repeat: repeat-x; margin: 0; }

td { color: #000; font-size: 14px; }
p { color: #000; font-size: 14px; padding-top: 2px; padding-bottom: 0; }
h1 { color: #f26c41; font-size: 30px; font-weight: bold; font-stretch: expanded; margin-bottom: 12px; }
h2 { color: #f26c41; font-size: 18px; font-weight: bold; text-indent: 12px; margin-bottom: 0; padding-top: 7px; padding-bottom: 7px; }
h3 { color: #f26c41; font-size: 18px; }
h4 { color: #000; font-size: 16px; }
h5 { font-size: 14px; font-weight: normal; }
h6 { color: #f26c41; font-size: 14px; font-weight: bold; margin-bottom: 5px; padding-bottom: 5px; }
a:link, a:visited, a:active { color: #f26c41; }
a:hover { color: #f9dc13; }
.navi { font-size: 16px; background-color: #eeeeee; background-repeat: repeat-x; vertical-align: top; padding-top: 20px; padding-left: 30px; border-right: 3px solid #f26c41; }
/*.navi { background-image: url(images/hg_navi.jpg);}*/
.navi ul { margin-left: 0; padding-left: 0; list-style-type: none; }
.navi li { font-weight: bold; margin-bottom: 12px; margin-left: 0; padding-left: 0; }
.navihigh { color: #f26c41; font-weight: bold; }
.navi a:link, .navi a:visited { color: #000; font-weight: bold; text-decoration: none; }
.navi a:hover { color: #f26c41; width: 100%; }
.subnavi a:link, .subnavi a:visited { font-size: 14px; }
.subnavi a:hover { color: #f26c41; font-weight: bold; }
.subnavihigh { color: #f26c41; font-size: 14px; font-weight: bold; }
.subnavi { margin-top: 10px;  }
.subnavi li { margin-top: 5px; margin-bottom: 8px;  padding-left: 12px; }
.inhalt { background-color: #fff; padding-left: 24px; vertical-align: top; padding-top: 12px; }
hr { color: #622b1b; }
.inhalt ul { margin-top: 0; margin-bottom: 4px; padding-top: 5px; }
.inhalt li { margin-left: -20px; padding-top: 3px; padding-left: 0; }
.unten { color: #f26c41; font-size: 14px; background-color: #fff; text-align: center; }
.unten a:link, .unten a:visited { color: #f26c41; line-height: 14px; text-decoration: underline; }
.unten a:hover { color: #f0c5b4;  }
.logo { background-color: #fff; border-bottom: 3px solid #f26c41; }
.titel { background-image: url(images/logo5.gif); background-repeat: no-repeat; background-position: right 0; padding-left: 30px; }
.titel h1 { color: #000; font-size: 36px; margin-bottom: 0; padding-bottom: 0; }
.titel h2 { color: #000; font-size: 24px; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }
.titel p { color: #000; font-size: 14px; }
.bildrechts { margin-bottom: 12px; margin-left: 12px; }

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

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

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

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

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

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