/* body { font-size:100%; background-image:url(grund.gif); background-attachment:fixed; } */
body { font-family:'Arial',sans-serif; color:#000; font-size:100%; background-image:url("sb-hintergrund-2025.jpg"); max-width: 65em; margin: auto; padding: 0.7em; }
* {box-sizing: border-box}

/* einspaltig - gültige und sinnvolle Einstellungen vom 15.10.2020 */

@media screen and (max-width: 64em) {body {font-size: 91%; }}/* iPad landscape*/
@media screen and (max-width: 62em) {body {font-size: 89%; }}
@media screen and (max-width: 60em) {body {font-size: 87%; }}
@media screen and (max-width: 58em) {body {font-size: 86%; }}
@media screen and (max-width: 56em) {body {font-size: 83%; }}
@media screen and (max-width: 54em) {body {font-size: 81%; }}
@media screen and (max-width: 52em) {body {font-size: 79%; }}
@media screen and (max-width: 50em) {body {font-size: 77%; }}
@media screen and (max-width: 48em) {body {font-size: 89%; }}/* iPad portrait*/
@media screen and (max-width: 44em) {body {font-size: 80%; }}/* Handy landscape*/
@media screen and (max-width: 40em) {body {font-size: 78%; }}
@media screen and (max-width: 36em) {body {font-size: 76%; }}/* Y5 landscape*/
@media screen and (max-width: 32em) {body {font-size: 74%; }}
@media screen and (max-width: 28em) {body {font-size: 80%; }}/* Handy portrait*/
@media screen and (max-width: 24em) {body {font-size: 75%; }}/* Y5 portrait*/


h1 { font-size:1.3em;text-align:center;line-height:1.5em;margin-top:0.1em;margin-bottom:0.3em; }
h2 { font-size:1.4em;text-align:center;padding:0.8em;margin-bottom:-0.4em;color:#89231e; }
p { font-size:1.1em;text-align:center;margin-top:0.0em;margin-bottom:0.5em; }
div.bu {font-size: 1.1em;text-align:center;width: 100%;padding: 0.5em 0.7em;font-weight:500; }

.qr-code {
    vertical-align: middle;
    max-width: 6.0em;
    height: auto;
}

.mySlides {display: none}
img {vertical-align: middle;}
/* Slideshow / Carousel container */
.slideshow-container {
  max-width: 42.0em;
  position: relative;
  margin: auto;
}

/* Next & previous buttons - ab 2025 wegen Barrierefreiheit */
.prev, .next {
  color: black;
  background-color:#fff;
  cursor: pointer;
  position: absolute;
  margin-top: 1.8em;
  top: 10em;
  width: auto;
  padding: 0.25em;
  font-size: 2.0em;
  font-weight:bold;
  transition: 0.6s ease;
}

/* Next & previous buttons - vor 2025
.prev, .next {
  color: #000;
  text-shadow: 0.04em 0.04em 0.1em #00789d;
  cursor: pointer;
  position: absolute;
  margin-top: 6.0em;
  top: 10em;
  width: auto;
  padding: 0.25em;
  font-size: 2.6em;
  font-weight:bold;
  transition: 0.6s ease;
} */

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 0.2em 0 0 0.2em;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #black;
  background-color:#fff;
  font-size: 1.2em;
  font-weight:bold;
  padding: 0.5em 0.7em;
  position: absolute;
  top: 0;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.0s;
  animation-name: fade;
  animation-duration: 1.0s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 0.9em;
  right: 0.8em;
  z-index: 99;
  font-size: 1.1em;
  border: none;
  outline: none;
  /* background-color: #eee; */
  color: #ec460c;
  cursor: pointer;
  padding: 0.3em;
  border-radius: 4px;
}

#myBtn:hover {
  color:#EfEfEf;
  background-color: #ff0000;
}
/* #ec460c */
a:link,a:visited { color:#ca240a;text-decoration:none; }
a:active { color:#008800;text-decoration:none; }
p a:hover { color:#EfEfEf;text-decoration:none;background-color:#ff0000; }
div.bu a:hover { color:#EfEfEf;text-decoration:none;background-color:#ff0000; }


