* {
    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%;
}
@media only screen and (min-width: 1300px) and (max-width: 3000px) {
    .ausschnitt {
        position: absolute;
        width: 100%;
        top: 5%;
    }
}

/* 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-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-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);
    /* For IE8 and earlier */
}
.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);
    /* For IE8 and earlier */
}
.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);
    /* For IE8 and earlier */
}
.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);
    /* For IE8 and earlier */
}
.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);
    /* For IE8 and earlier */
}
.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);
    /* For IE8 and earlier */
}
.plakate img {
    position: absolute;
    z-index: 7;
    border-radius: 5px;
    width: 14%;
    margin-top: 29%;
    margin-left: 23%;
    opacity: 0;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
}
.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);
    /* For IE8 and earlier */
}
.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);
    /* For IE8 and earlier */
}
.vollabern img {
    position: absolute;
    z-index: 10;
    border-radius: 5px;
    width: 9%;
    margin-top: 18%;
    margin-left: 61%;
    opacity: 0;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
}
.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);
    /* For IE8 and earlier */
}
.trommeln img {
    position: absolute;
    z-index: 12;
    border-radius: 5px;
    width: 14%;
    margin-top: 4%;
    margin-left: 34%;
    opacity: 0;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
}
.kickern img {
    position: absolute;
    z-index: 13;
    border-radius: 5px;
    width: 10%;
    margin-top: 45%;
    margin-left: 34%;
    opacity: 0;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
}
.chips img {
    position: absolute;
    z-index: 13;
    border-radius: 5px;
    width: 10%;
    margin-top: 55%;
    margin-left: 35%;
    opacity: 0;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
}
.beschwerdebox2 img {
    position: absolute;
    z-index: 14;
    border-radius: 5px;
    width: 5%;
    margin-top: 46%;
    margin-left: 69%;
    opacity: 0;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
}
.lagerfeuer img {
    position: absolute;
    z-index: 15;
    border-radius: 5px;
    width: 9%;
    margin-top: 34%;
    margin-left: 83%;
    opacity: 0;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
}
.rauchverbot img {
    position: absolute;
    z-index: 16;
    border-radius: 5px;
    width: 9%;
    margin-top: 29%;
    margin-left: 76%;
    opacity: 0;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
}
.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);
    /* For IE8 and earlier */
}
.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);
    /* For IE8 and earlier */
}
.esszimmer img {
    position: absolute;
    z-index: 17;
    border-radius: 5px;
    width: 9%;
    margin-top: 24%;
    margin-left: 86%;
    opacity: 0;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
}
.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);
    /* For IE8 and earlier */
}
.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);
    /* For IE8 and earlier */
}
.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);
    /* For IE8 and earlier */
}
