
body, html {
  height: 100%;
}

.bgimg-1, .bgimg-11, .bgimg-2, .bgimg-3, .bgimg-4 , .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 { background-image: url("img/Stein.jpg"); }
.bgimg-2 { background-image: url("img/Traube.jpg"); }
.bgimg-3 { background-image: url("img/Mauer2.jpg"); }
.bgimg-4 { background-image: url("img/Stamm.jpg"); }
.bgimg-5 { background-image: url("img/Traube2.jpg"); }
.bgimg-6 { background-image: url("img/Rebe.jpg"); }
.bgimg-7 { background-image: url("img/Faesser.jpg"); }
.bgimg-8 { background-image: url("img/Schnecken.jpg"); }
.bgimg-9 { background-image: url("img/Hang.jpg"); }

.w3-shadow, .w3-shadow-2 { text-shadow:2px 2px 0 #444; }
.w3-shadow-4 { text-shadow:4px 4px 0 #444; }
.w3-shadow-w, .w3-shadow-2w { text-shadow:2px 2px 0 #aaf; }
.w3-shadow-4w { text-shadow:4px 4px 0 #aaf; }


.font1  { font-family: 'Belleza', cursive; font-size: 1.2em; }
.fontScript { font-family: 'Dancing Script', cursive; }
.ffp  { font-family: 'Finger Paint', cursive; }
.fyt  { font-family: 'Yellowtail', cursive; }
.fss  { font-family: 'Sansita', cursive; }

.kl-green1 {background-color: #38f538;}
.kl-rose { background-color:#FE8561!important; color:#000; }
.kl-schiller1 { background-color:#CFC2B3!important; }
.kl-markt1 { background-color:#CA9A02!important; }
.kl-hirsch { background-color:#853046!important; color:#fff; }
.kl-burg { background-color:#2E588A!important; color:#fff; }
.kl-kahle { background-color:#0D569C!important; color:#fff; }
.kl-enderle { background-color:#525257!important; color:#fff; }
.kl-bank { background-color:#682C11!important; color:#fff; }
.kl-gusto { background-color:#645161!important; color:#fff; }
.kl-schuetzen { background-image: url("img/SchStdl-bg-body.jpg"); }

.textSchief7 {
  font-family: 'Finger Paint', cursive;
  text-shadow:1px 1px 0 #444;
  transform: rotate(-7deg);
}
.textSchief7b {
  font-family: 'Dancing Script', cursive;
  text-shadow:1px 1px 0 #444;
  transform: rotate(-7deg);
}
.textSchief7c {
  font-family: 'Yellowtail', cursive;
  text-shadow:1px 1px 0 #444;
  transform: rotate(-7deg);
}

.firstletter {
    float: left;
    width: 0.7em;
    font-size: 400%;
    line-height: 80%;
    margin-right: 10px;
}

.w3-rotwein {
  color:#fff!important; background-color:#8b102d!important
}
.w3-text-rotwein {
  color:#8b102d!important
}

.niezeigen { display: none; }

/* 8b102d */
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 , .bgimg-4{
        background-attachment: scroll;
    }
}

