.image-main-1 {
    background-image: url('../images/touren/hasental_2014/hasental_3-2048x1365.jpg');
    min-height: 100%;
}

.image-main-2 {
    background-image: url('../images/blogs/seefeste_2013/seefeste_1.jpg');
    min-height: 100%;
}

.image-main-3 {
    background-image: url('../images/SunsetTegernsee.jpg');
    min-height: 100%;
}

.image-main-4 {
    background-image: url('../images/Fleischbank.jpg');
    min-height: 100%;
}

#intro-slide {
    border-width:2px;
    border-style: solid;
    border-color: #111;
    border-radius: 1.5em;
    font-size: 1em;
    transition: 0.5s;
}

.image-base {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-fixed {
    background-attachment: fixed;
}
.image-scroll {
    background-attachment: scroll;
}

.ptext .border {
    display: inline-block;
    background-color: #fff;
    color: #000;
    padding: 20px;
    border-radius: 15px;
    font-weight: 200;
    width: 50%;
}

.border {
    opacity: 0.0;
    transition: opacity 2.0s ease-in-out;
}

.ptext {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 1.2em;
}

.section {
    text-align: center;
    font-size: 1em;
    font-weight: 200;
    color:#000;
}

.section h1 {
    background-color: #f0f0f0;
    font-size: 2.2em;
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section h2 {
    background-color: #f0f0f0;
    font-size: 1.8em;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section h3 {
    font-size: 1.4em;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section p{
    display: inline-block;
    font-size: 1em;
    font-weight: 200;
    padding: 10px 30px;
    line-height: 1.6em;
}
.section a{
    display: inline-block;
    font-size: 1em;
    font-weight: 200;
    padding: 10px 30px;
    line-height: 1.6em;
    text-decoration: none;
    color: #000;
    border-width: 2px;
    border-color: black;
    border-style: solid;
    border-radius: 10px;
}

.section a:hover{
    background-color: #f0f0f0;
}

@media(max-width:600px) {
    #intro-slide {
        font-size: 0.8em;
    }
}

@media(max-width:500px) {
    #intro-slide {
        font-size: 0.6em;
    }
}

@media(max-width:400px) {
    #intro-slide {
        font-size: 0.5em;
    }
}

@media(max-width:512px) {
    .image-main-1 {
        background-image: url('../images/touren/hasental_2014/hasental_3-512x341.jpg');
    }
}

@media(max-width:1024px) {
    .image-main-1 {
        background-image: url('../images/touren/hasental_2014/hasental_3-1024x683.jpg');
    }
}
