.image-tour-hasental-intro {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    /* For intro-slide-show only images with width of 1024 are used */
    background-image: url('../images/touren/hasental_2014/hasental_1-1024x620.jpg');
    background-attachment: scroll;
    height: 0;
    /* maximum value of below to give all images enough space */
    padding-top: 66.650391%;

    transition: opacity 0.75s;
    position: relative;
    top: 0%;
    left: 0%;
}

.image-tour-hasental-intro .ptext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-tour-hasental-1 {
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/touren/hasental_2014/hasental_1-2048x1239.jpg');
    background-attachment: scroll;
    height: 0;
    /* 2048px 1239px */
    padding-top: 60.498047%;
}
.image-tour-hasental-2 {
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/touren/hasental_2014/hasental_2-2048x1365.jpg');
    background-attachment: scroll;
    height: 0;
    /* 2048px 1365px */
    padding-top: 66.650391%;
}
.image-tour-hasental-3 {
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/touren/hasental_2014/hasental_3-2048x1365.jpg');
    background-attachment: scroll;
    height: 0;
    /* 2048px 1365px */
    padding-top: 66.650391%;
}
.image-tour-hasental-4 {
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/touren/hasental_2014/hasental_4-2048x1046.jpg');
    background-attachment: scroll;
    height: 0;
    /* 2048px 1046px */
    padding-top: 51.074219%;
}
.image-tour-hasental-5 {
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/touren/hasental_2014/hasental_5-2048x1365.jpg');
    background-attachment: scroll;
    height: 0;
    /* 2048px 1365px */
    padding-top: 66.650391%;
}

.section p {
    margin:auto;
    max-width: 800px;
    font-size: 16px;
    font-weight: 200;
    padding: 10px 30px;
    line-height: 1.6em;
}

.section ul{
    list-style: none;
    line-height: 1.6em;
}

@media(max-width:512px) {
    .image-tour-hasental-1{
        background-image: url('../images/touren/hasental_2014/hasental_1-512x310.jpg');
    }
    .image-tour-hasental-2 {
        background-image: url('../images/touren/hasental_2014/hasental_2-512x341.jpg');
    }
    .image-tour-hasental-3 {
        background-image: url('../images/touren/hasental_2014/hasental_3-512x341.jpg');
    }
    .image-tour-hasental-4 {
        background-image: url('../images/touren/hasental_2014/hasental_4-512x261.jpg');
    }
    .image-tour-hasental-5 {
        background-image: url('../images/touren/hasental_2014/hasental_5-512x341.jpg');
    }
}

@media(max-width:1024px) {
    .image-tour-hasental-1 {
        background-image: url('../images/touren/hasental_2014/hasental_1-1024x620.jpg');
    }

    .image-tour-hasental-2 {
        background-image: url('../images/touren/hasental_2014/hasental_2-1024x683.jpg');
    }

    .image-tour-hasental-3 {
        background-image: url('../images/touren/hasental_2014/hasental_3-1024x683.jpg');
    }

    .image-tour-hasental-4 {
        background-image: url('../images/touren/hasental_2014/hasental_4-1024x523.jpg');
    }

    .image-tour-hasental-5 {
        background-image: url('../images/touren/hasental_2014/hasental_5-1024x683.jpg');
    }
}
