
.mySlides_ez {display: none;}
.mySlides_dz {display: none;}
.mySlides_s {display: none;}
.mySlides_fruehstueck {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container_ez {
  max-width: 900px;
  position: relative;
  margin: auto;
}
.slideshow-container_dz {
  max-width: 900px;
  position: relative;
  margin: auto;
}
.slideshow-container_s {
  max-width: 900px;
  position: relative;
  margin: auto;
}
.slideshow-container_fruehstueck {
  max-width: 1400px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #A02621;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev_dz, .next_dz {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #A02621;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev_s, .next_s {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #A02621;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev_fruehstueck, .next_fruehstueck {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #A02621;
  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;
}
.next_dz {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.next_s {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.next_fruehstueck {
  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(252,249,247,0.8);
}
/* On hover, add a black background color with a little bit see-through */
.prev_dz:hover, .next_dz:hover {
  background-color: rgba(252,249,247,0.8);
}
.prev_s:hover, .next_s:hover {
  background-color: rgba(252,249,247,0.8);
}
.prev_fruehstueck:hover, .next_fruehstueck:hover {
  background-color: rgba(252,249,247,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: #c05754;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot_dz {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #c05754;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot_s {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #c05754;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot_fruehstueck {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #c05754;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active1_ez, .dot:hover {
  background-color: #A02621;
}

a#active {
  margin-left: 100px;
  
  font-size: 16pt;
  font-family:'pt_sansregular';
  font-weight: bold;
  margin-top: 25px;
  color: #A02621;
  
  transition: color 0.5s;
}

.active1_dz, .dot_dz:hover {
  background-color: #A02621;
}

a#active_dz {
  margin-left: 100px;
  
  font-size: 16pt;
  font-family:'pt_sansregular';
  font-weight: bold;
  margin-top: 25px;
  color: #A02621;
  
  transition: color 0.5s;
}
.active1_s, .dot_s:hover {
  background-color: #A02621;
}

a#active_s {
  margin-left: 100px;
  
  font-size: 16pt;
  font-family:'PTSansWebCaptionBold';
  font-weight: bold;
  margin-top: 25px;
  color: #A02621;
  
  transition: color 0.5s;
}

.active1_fruehstueck, .dot_fruehstueck:hover {
  background-color: #A02621;
}

a#active_fruehstueck {
  margin-left: 100px;
  
  font-size: 16pt;
  font-family:'PTSansWebCaptionBold';
  font-weight: bold;
  margin-top: 25px;
  color: #A02621;
  
  transition: color 0.5s;
}
/* 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}
}
@media (max-width: 995px){
.prev, .next, .text {font-size: 20px; text-shadow: 1px 1px #000000;}
.prev_dz, .next_dz, .text_dz {font-size: 20px; text-shadow: 1px 1px #000000;}
.prev_s, .next_s, .text_s {font-size: 20px; text-shadow: 1px 1px #000000;}
.prev_fruehstueck, .next_fruehstueck, .text_fruehstueck {font-size: 20px; text-shadow: 1px 1px #000000;}
}