* {
  margin: 0;
  padding: 0;
}
body {
  font: 100% 'Lato', 'Source Sans Pro', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 500;
}

/* CSS Wimmelbilder */

.container {
  width: 100%;
}
.wimmelbild {
  z-index: 2;
}
.wimmelbild img {
  position: absolute;
  width: 100%;
  top: 0%;
}

/* PopUp */

.modalDialog {
  position: fixed;
  font-family: 'Open Sans', 'sans-serif';
  font-size: 1.6rem;
  vertical-align: middle;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  color: #CD0000;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalDialog h1 {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 600;
  font-size: 1.25rem;
  padding: 3% 5% 1% 5%;
}
.modalDialog p {
  font-family: 'Open Sans', 'sans-serif';
  font-size: 0.9rem;
  padding: 1% 5% 3% 5%;
  font-weight: 400;
}
.modalDialog img {
  display: block;
  margin: 0 auto;
  width: 85%;
  height: inherit;
  margin-top: -1%;
  margin-bottom: -1%;
  border-radius: 25px 5px 20px 20px / 16px 10px 15px 14px;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 40%;
  position: relative;
  margin: 3% auto;
}

/* PopUps close */

.close {
  position: relative;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 1%;
  top: -3%;
  background: url("x-Icon.png") no-repeat scroll 0 0 transparent;
  background-size: 80%;
  float: right;
  cursor: pointer;
}
.close:hover, .close:focus {
  color: #000;
  border: none;
}

/* PopUps Ausschnitte  */

.ausschnitt {
  position: absolute;
  width: 100%;
}
.ausschnitt img {
  border-radius: 25px 5px 20px 20px / 16px 10px 15px 14px;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  -sand-transform: 0.5s ease;
}
.ausschnitt img:hover, .ausschnitt a:focus {
  opacity: 1;
  filter: alpha(opacity=90);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -o-transform: scale(1.1);
  /* Opera */
}
.ausschnitt2 {
  position: absolute;
  width: 100%;
}
.ausschnitt2 img:hover, .ausschnitt a:focus {
  opacity: 1;
  filter: alpha(opacity=90);
  background: lightslategray;
  -webkit-box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.9);
  -o-box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.9);
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.9);
  filter: progid: DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=4) progid: DXImageTransform.Microsoft.Shadow(color='#000000', Direction=225, Strength=4);
}

/* Ausschnitte Wimmelbild-Jugendherberge */

.schwimmen img {
  position: absolute;
  z-index: 2;
  border-radius: 5px;
  width: 8%;
  margin-top: 12%;
  margin-left: 15%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.maedchen-paar img {
  position: absolute;
  z-index: 3;
  border-radius: 5px;
  width: 7%;
  margin-top: 19%;
  margin-left: 6.5%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.basketball_Jugendherberge img {
  position: absolute;
  z-index: 3;
  border-radius: 5px;
  width: 11%;
  margin-top: 26%;
  margin-left: 6%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.alkoholverbot img {
  position: absolute;
  z-index: 4;
  border-radius: 5px;
  width: 14%;
  margin-top: 42%;
  margin-left: 3%;
  margin-right: 85%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.knutschen img {
  position: absolute;
  z-index: 5;
  border-radius: 5px;
  width: 5%;
  margin-top: 46%;
  margin-left: 15.5%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.bemalen img {
  position: absolute;
  z-index: 6;
  border-radius: 5px;
  width: 11%;
  margin-top: 43.5%;
  margin-left: 21%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.plakate img {
  position: absolute;
  z-index: 7;
  border-radius: 5px;
  width: 14%;
  margin-top: 29%;
  margin-left: 23%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.schlafraum img {
  position: absolute;
  z-index: 8;
  border-radius: 5px;
  width: 10%;
  margin-top: 29%;
  margin-left: 49.5%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.dusche2 img {
  position: absolute;
  z-index: 9;
  border-radius: 5px;
  width: 9%;
  margin-top: 29.5%;
  margin-left: 63%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.vollabern img {
  position: absolute;
  z-index: 10;
  border-radius: 5px;
  width: 9%;
  margin-top: 18%;
  margin-left: 61%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.schoss-setzen img {
  position: absolute;
  z-index: 11;
  border-radius: 5px;
  width: 10%;
  margin-top: 4%;
  margin-left: 51%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.trommeln img {
  position: absolute;
  z-index: 12;
  border-radius: 5px;
  width: 14%;
  margin-top: 4%;
  margin-left: 34%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.kickern img {
  position: absolute;
  z-index: 13;
  border-radius: 5px;
  width: 10%;
  margin-top: 45%;
  margin-left: 34%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.chips img {
  position: absolute;
  z-index: 13;
  border-radius: 5px;
  width: 10%;
  margin-top: 55%;
  margin-left: 35%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.beschwerdebox2 img {
  position: absolute;
  z-index: 14;
  border-radius: 5px;
  width: 5%;
  margin-top: 46%;
  margin-left: 69%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.lagerfeuer img {
  position: absolute;
  z-index: 15;
  border-radius: 5px;
  width: 9%;
  margin-top: 34%;
  margin-left: 83%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.rauchverbot img {
  position: absolute;
  z-index: 16;
  border-radius: 5px;
  width: 9%;
  margin-top: 29%;
  margin-left: 76%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.backen img {
  position: absolute;
  z-index: 16;
  border-radius: 5px;
  width: 9%;
  margin-top: 23.5%;
  margin-left: 76%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.jungs-paar img {
  position: absolute;
  z-index: 16;
  border-radius: 5px;
  width: 7%;
  margin-top: 33%;
  margin-left: 92%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.esszimmer img {
  position: absolute;
  z-index: 17;
  border-radius: 5px;
  width: 9%;
  margin-top: 24%;
  margin-left: 86%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.maedchen-toilette img {
  position: absolute;
  z-index: 18;
  border-radius: 5px;
  width: 6%;
  margin-top: 15%;
  margin-left: 53%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.laestern img {
  position: absolute;
  z-index: 19;
  border-radius: 5px;
  width: 13%;
  margin-top: 54.5%;
  margin-left: 63.5%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.teamraum img {
  position: absolute;
  z-index: 20;
  border-radius: 5px;
  width: 7%;
  margin-top: 14.8%;
  margin-left: 58.6%;
  opacity: 0;
  filter: alpha(opacity=90);
}

/* Ausschnitte Wimmelbild-Pfarre */

.kicker img {
  position: absolute;
  z-index: 2;
  border-radius: 5px;
  width: 9%;
  margin-top: 1.5%;
  margin-left: 2%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.paar img {
  position: absolute;
  z-index: 3;
  border-radius: 5px;
  width: 7%;
  margin-top: -2%;
  margin-left: 9%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.grenzverletzung img {
  position: absolute;
  z-index: 4;
  border-radius: 5px;
  width: 10%;
  margin-top: 2%;
  margin-left: 17%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.beratung img {
  position: absolute;
  z-index: 5;
  border-radius: 5px;
  width: 14%;
  margin-top: -2%;
  margin-left: 32.4%;
  margin-right: 53.5%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.band img {
  position: absolute;
  z-index: 6;
  border-radius: 5px;
  width: 14%;
  margin-top: -1%;
  margin-left: 49%;
  margin-right: 37%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.pfarre_toilette img {
  position: absolute;
  z-index: 7;
  border-radius: 5px;
  width: 9%;
  margin-top: 16%;
  margin-left: 6%;
  margin-right: 86.5%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.beschwerdebox img {
  position: absolute;
  z-index: 8;
  border-radius: 5px;
  width: 9%;
  margin-top: 13%;
  margin-left: 38.5%;
  margin-right: 52.5%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.ankleiden img {
  position: absolute;
  z-index: 8;
  border-radius: 5px;
  width: 9%;
  margin-top: 15.5%;
  margin-left: 48%;
  margin-right: 42.5%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.rock img {
  position: absolute;
  z-index: 8;
  border-radius: 5px;
  width: 8%;
  margin-top: 12%;
  margin-left: 77.5%;
  margin-right: 14%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.angrabbeln img {
  position: absolute;
  z-index: 9;
  border-radius: 5px;
  width: 6%;
  margin-top: 9%;
  margin-left: 88%;
  margin-right: 4%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.abknutschen img {
  position: absolute;
  z-index: 10;
  border-radius: 5px;
  width: 8%;
  margin-top: 21%;
  margin-left: 82.4%;
  margin-right: 9%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.fotografieren img {
  position: absolute;
  z-index: 11;
  border-radius: 5px;
  width: 10%;
  margin-top: 31.5%;
  margin-left: 64%;
  margin-right: 26%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.turngruppe img {
  position: absolute;
  z-index: 12;
  border-radius: 5px;
  width: 13%;
  margin-top: 30%;
  margin-left: 23%;
  margin-right: 64%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.abfilmen img {
  position: absolute;
  z-index: 13;
  border-radius: 5px;
  width: 15%;
  margin-top: 40%;
  margin-left: 33%;
  margin-right: 52%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.mobbing img {
  position: absolute;
  z-index: 14;
  border-radius: 5px;
  width: 15%;
  margin-top: 41%;
  margin-left: 47%;
  margin-right: 38%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.seilspringen img {
  position: absolute;
  z-index: 15;
  border-radius: 5px;
  width: 25%;
  margin-top: 53%;
  margin-left: 37%;
  margin-right: 38%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.walkman img {
  position: absolute;
  z-index: 16;
  border-radius: 5px;
  width: 10%;
  margin-top: 57%;
  margin-left: 76%;
  margin-right: 14%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.jungs-walkman img {
  position: absolute;
  z-index: 17;
  border-radius: 5px;
  width: 10%;
  margin-top: 56%;
  margin-left: 86%;
  margin-right: 4%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.alk-verbot img {
  position: absolute;
  z-index: 18;
  border-radius: 5px;
  width: 8%;
  margin-top: 0%;
  margin-left: 19%;
  margin-right: 73%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.buchkiste img {
  position: absolute;
  z-index: 19;
  border-radius: 5px;
  width: 11%;
  margin-top: 29%;
  margin-left: 86%;
  margin-right: 3%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.junge-alleine img {
  position: absolute;
  z-index: 20;
  border-radius: 5px;
  width: 10%;
  margin-top: 37%;
  margin-left: 70%;
  margin-right: 20%;
  opacity: 0;
  filter: alpha(opacity=90);
}

/* Ausschnitte Wimmelbild-Erlenweg */

.erlenweg_maed-liest img {
  max-width: 620px;
  position: absolute;
  z-index: 2;
  border-radius: 5px;
  width: 8%;
  margin-top: 0.5%;
  margin-left: 67%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.basketball img {
  position: absolute;
  z-index: 3;
  border-radius: 5px;
  width: 14%;
  margin-top: -1.5%;
  margin-left: 7%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.mobbing-dicke img {
  position: absolute;
  z-index: 4;
  border-radius: 5px;
  width: 12%;
  margin-top: 22%;
  margin-left: 19%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.zwangskuss img {
  position: absolute;
  z-index: 5;
  border-radius: 5px;
  width: 12%;
  margin-top: 1.2%;
  margin-left: 33%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.gummitwist img {
  position: absolute;
  z-index: 6;
  border-radius: 5px;
  width: 9%;
  margin-top: 11%;
  margin-left: 56%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.haare-ziehen1 img {
  position: absolute;
  z-index: 7;
  border-radius: 5px;
  width: 11%;
  margin-top: 24%;
  margin-left: 5%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.erlenweg_seilspringen img {
  position: absolute;
  z-index: 8;
  border-radius: 5px;
  width: 10%;
  margin-top: 21%;
  margin-left: 38%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.erlenweg_foto img {
  position: absolute;
  z-index: 8;
  border-radius: 5px;
  width: 10%;
  margin-top: 13%;
  margin-left: 42%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.maed-bank img {
  position: absolute;
  z-index: 8;
  border-radius: 5px;
  width: 13%;
  margin-top: 11.5%;
  margin-left: 76%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.jungs-kartenspielen img {
  position: absolute;
  z-index: 9;
  border-radius: 5px;
  width: 8%;
  margin-top: -1.5%;
  margin-left: 72%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.erlenweg_pruegel img {
  position: absolute;
  z-index: 10;
  border-radius: 5px;
  width: 10%;
  margin-top: 21%;
  margin-left: 70%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.muell_sammeln img {
  position: absolute;
  z-index: 11;
  border-radius: 5px;
  width: 10%;
  margin-top: 17%;
  margin-left: 55%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.wildpinkler img {
  position: absolute;
  z-index: 12;
  border-radius: 5px;
  width: 12%;
  margin-top: 34.5%;
  margin-left: 7.8%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.hose-ziehen img {
  position: absolute;
  z-index: 13;
  border-radius: 5px;
  width: 9%;
  margin-top: 40%;
  margin-left: 32%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.erlenweg_vollquatschen img {
  position: absolute;
  z-index: 14;
  border-radius: 5px;
  width: 10%;
  margin-top: 4.5%;
  margin-left: 58%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.erlenweg_jonglieren img {
  position: absolute;
  z-index: 15;
  border-radius: 5px;
  width: 12%;
  margin-top: 31%;
  margin-left: 40%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.erlenweg_troesten img {
  position: absolute;
  z-index: 16;
  border-radius: 5px;
  width: 9%;
  margin-top: 52%;
  margin-left: 75%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.jungs-malen img {
  position: absolute;
  z-index: 17;
  border-radius: 5px;
  width: 12%;
  margin-top: 52%;
  margin-left: 86%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.schulhof_verletzt img {
  position: absolute;
  z-index: 18;
  border-radius: 5px;
  width: 15%;
  margin-top: 13.5%;
  margin-left: 19%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.erlenweg_toilette img {
  position: absolute;
  z-index: 19;
  border-radius: 5px;
  width: 10%;
  margin-top: 39%;
  margin-left: 79%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.spucken img {
  position: absolute;
  z-index: 20;
  border-radius: 5px;
  width: 11%;
  margin-top: 42.5%;
  margin-left: 88%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.erlenweg_BBox img {
  position: absolute;
  z-index: 21;
  border-radius: 5px;
  width: 7%;
  margin-top: 46%;
  margin-left: 67%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.erlenweg_saubere-toilette img {
  position: absolute;
  z-index: 22;
  border-radius: 5px;
  width: 9%;
  margin-top: 52%;
  margin-left: 54%;
  opacity: 0;
  filter: alpha(opacity=90);
}

/* Ausschnitte Wimmelbild-Zeltplatz Nacht */

.druecken img {
  position: absolute;
  z-index: 3;
  border-radius: 5px;
  width: 13%;
  margin-top: 8%;
  margin-left: 0.5%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.troesten img {
  position: absolute;
  z-index: 2;
  border-radius: 5px;
  width: 10%;
  margin-top: 26%;
  margin-left: 44%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.taschenlampe img {
  position: absolute;
  z-index: 4;
  border-radius: 5px;
  width: 12%;
  margin-top: 23%;
  margin-left: 67%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.tanzen img {
  position: absolute;
  z-index: 5;
  border-radius: 5px;
  width: 20%;
  margin-top: 43%;
  margin-left: 57%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.maenner-freunde img {
  position: absolute;
  z-index: 6;
  border-radius: 5px;
  width: 10%;
  margin-top: 29%;
  margin-left: 73%;
  margin-right: 14%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.alkohol img {
  position: absolute;
  z-index: 7;
  border-radius: 5px;
  width: 16%;
  margin-top: 40%;
  margin-left: 81%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.bbox-nacht img {
  position: absolute;
  z-index: 8;
  border-radius: 5px;
  width: 11%;
  margin-top: 47%;
  margin-left: 1%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.boot img {
  position: absolute;
  z-index: 9;
  border-radius: 5px;
  width: 15%;
  margin-top: 9%;
  margin-left: 84%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.dusche img {
  position: absolute;
  z-index: 9;
  border-radius: 5px;
  width: 10%;
  margin-top: -2%;
  margin-left: 21%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.maed-zelt img {
  position: absolute;
  z-index: 9;
  border-radius: 5px;
  width: 16%;
  margin-top: 17%;
  margin-left: 10%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.rauchen img {
  position: absolute;
  z-index: 10;
  border-radius: 5px;
  width: 10%;
  margin-top: 8%;
  margin-left: 27%;
  margin-right: 63%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.klo img {
  position: absolute;
  z-index: 11;
  border-radius: 5px;
  width: 10%;
  margin-top: -2%;
  margin-left: 32.5%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.theater img {
  position: absolute;
  z-index: 11;
  border-radius: 5px;
  width: 12%;
  margin-top: -2%;
  margin-left: 44.5%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.wurstklau img {
  position: absolute;
  z-index: 12;
  border-radius: 5px;
  width: 12%;
  margin-top: 45%;
  margin-left: 33%;
  opacity: 0;
  filter: alpha(opacity=90);
}

/* Ausschnitte Wimmelbild-Zeltplatz Tag */

.ausschnitt1 img {
  position: absolute;
  z-index: 3;
  border-radius: 5px;
  width: 12%;
  margin-top: -2%;
  margin-left: 31.5%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.ausschnitt2 img {
  position: absolute;
  z-index: 2;
  border-radius: 5px;
  width: 18%;
  margin-left: 56.5%;
  margin-top: 45.5%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.paarchen img {
  position: absolute;
  z-index: 4;
  border-radius: 5px;
  width: 8%;
  margin-top: -2.5%;
  margin-left: 45.5%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.jonglieren img {
  position: absolute;
  z-index: 5;
  border-radius: 5px;
  width: 15%;
  margin-top: 4.8%;
  margin-left: 2.1%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.paarchen2 img {
  position: absolute;
  z-index: 6;
  border-radius: 5px;
  width: 12%;
  margin-top: 7%;
  margin-left: 62%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.maed-stoert img {
  position: absolute;
  z-index: 7;
  border-radius: 5px;
  width: 12%;
  margin-left: 78.6%;
  margin-top: 47.4%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.Foto2 img {
  position: absolute;
  z-index: 8;
  border-radius: 5px;
  width: 12%;
  margin-left: 87%;
  margin-top: 35%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.maedaufjunge img {
  position: absolute;
  z-index: 9;
  border-radius: 5px;
  width: 11%;
  margin-left: 38%;
  margin-top: 40%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.verletzt img {
  position: absolute;
  z-index: 10;
  border-radius: 5px;
  width: 14%;
  margin-left: 85.2%;
  margin-top: 11%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.wasserschlacht img {
  position: absolute;
  z-index: 11;
  border-radius: 5px;
  width: 17%;
  margin-left: 56%;
  margin-top: 21%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.b-box img {
  position: absolute;
  z-index: 12;
  border-radius: 5px;
  width: 12%;
  margin-top: 41.5%;
  margin-left: 0.5%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.junge img {
  position: absolute;
  z-index: 13;
  border-radius: 5px;
  width: 9%;
  margin-left: 72%;
  margin-top: 21%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.schminken img {
  position: absolute;
  z-index: 14;
  border-radius: 5px;
  width: 11%;
  margin-left: 74.6%;
  margin-top: 29%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.streit img {
  position: absolute;
  z-index: 14;
  border-radius: 5px;
  width: 13%;
  margin-left: 13.4%;
  margin-top: 38%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.schuppsen img {
  position: absolute;
  z-index: 15;
  border-radius: 5px;
  width: 13%;
  margin-left: 65%;
  margin-top: -2.5%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.verkleiden2 img {
  position: absolute;
  z-index: 16;
  border-radius: 5px;
  width: 13%;
  margin-left: 86.4%;
  margin-top: 25%;
  opacity: 0;
  filter: alpha(opacity=90);
}
.tanzen2 img {
  position: absolute;
  z-index: 17;
  border-radius: 5px;
  width: 13%;
  margin-top: 24.5%;
  margin-left: 3.5%;
  opacity: 0;
  filter: alpha(opacity=90);
}

/* Ausschnitte Wimmelbild-Maedchen */

.foto img {
  position: absolute;
  width: 16%;
  margin-left: 66%;
  margin-top: 20%;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=90);
}
.idee img {
  position: absolute;
  width: 14%;
  margin-left: 2.6%;
  margin-top: 39%;
  z-index: 2;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=90);
}
.leiterinnen img {
  position: absolute;
  width: 16%;
  margin-left: 30%;
  margin-top: 8%;
  z-index: 4;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=90);
}
.baum img {
  position: absolute;
  width: 12%;
  margin-left: 14%;
  margin-top: -2.5%;
  z-index: 5;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=90);
}
.bauen img {
  position: absolute;
  width: 18%;
  margin-left: 50%;
  margin-top: 42%;
  z-index: 6;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=90);
}
.maedchengruppe img {
  position: absolute;
  width: 15%;
  margin-left: 17%;
  margin-top: 25%;
  z-index: 7;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=90);
}
.relaxen img {
  position: absolute;
  width: 28%;
  margin-left: 19%;
  margin-top: 46%;
  z-index: 8;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=90);
}
.springen img {
  position: absolute;
  width: 12%;
  margin-left: 78%;
  margin-top: -1.5%;
  z-index: 9;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=90);
}
.stein img {
  position: absolute;
  width: 11%;
  margin-left: 88.5%;
  margin-top: 4%;
  z-index: 10;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=90);
}
.wald img {
  position: absolute;
  width: 22%;
  margin-left: 73%;
  margin-top: 47%;
  z-index: 11;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=90);
}
.toilette img {
  position: absolute;
  width: 12%;
  margin-left: 5%;
  margin-top: 1%;
  z-index: 12;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=90);
}
.umarmen img {
  position: absolute;
  width: 10%;
  margin-left: 42%;
  margin-top: 19%;
  z-index: 13;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=90);
}
.verkleiden img {
  position: absolute;
  width: 14%;
  margin-left: 29%;
  margin-top: 19.5%;
  z-index: 13;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=90);
}
.maed-mobbing img {
  position: absolute;
  width: 18%;
  margin-left: 81.5%;
  margin-top: 26%;
  z-index: 14;
  border-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=90);
}

/* Links zu den Sponsoren*/

.links_sponsoren {
  position: absolute;
  width: 100%;
}

/* Erlenweg */

.link_zartbitter {
  position: absolute;
  z-index: 22;
  width: 10%;
  margin-top: 60%;
  margin-left: 9.8%;
}
.link_sos {
  position: absolute;
  z-index: 23;
  width: 10%;
  margin-top: 59.5%;
  margin-left: 20.5%;
}
.link_ubskm {
  position: absolute;
  z-index: 24;
  width: 5%;
  margin-top: 60.5%;
  margin-left: 32.5%;
}
