html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
}

h1 {
    font-size: 24px;
    text-align: center;
}

h5 {
    text-align: right;
    margin-bottom: 0;
}


/*Navigation*/

nav {
    opacity: 0.8;
    z-index: 999;
    text-align: center;
    width: 100%;
    height: 70px;
    position: fixed;
    background-color: cadetblue;
}

nav ul {
    margin: 25px 0 0 0;
}

nav ul li {
    width: 90px;
    text-align: center;
    list-style: none;
    display: inline;
    margin: 0px 2% 0px 2%;
}

nav ul li a {
    color: black;
    text-decoration: none;
    font-size: 24px;
    display: inline-block;
}


/*Abschnitte*/

section {
    padding-top: 80px;
}


/*Abschnitt 1*/

#abschnitt1 {
    width: 100%;
    height: 1000px;
    background-image: url(bilder/logo_1024px.png);
    background-repeat: no-repeat;
    background-color: #1B4591;
    background-position: center;
}

#start {
    width: 50%;
    height: auto;
    margin: auto;
    color: white;
    background-color: dimgray;
    opacity: 0.8;
    padding: 10px;
    border-radius: 1px;
}

#aktuelles {
    width: 50%;
    background-color: dimgray;
    opacity: 0.9;
    margin-top: 180px !important;
    height: 450px;
    color: white;
    margin: auto;
    padding: 10px;
    overflow: auto;
}

.news {
    width: 80%;
    padding: 2%;
    background-color: grey;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin: auto;
    margin-top: 20px;
    height: auto;
}


/*Abschnitt 2*/

#abschnitt2 {
    width: 100%;
    height: 1000px;
    background-image: url(bilder/background_section2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#about {
    width: 25%;
    height: auto;
    float: right;
    margin-right: 20%;
    padding: 10px;
    background-color: dimgray;
}

#steckbrief {
    background-color: dimgray;
    min-width: 340px;
    height: auto;
    padding: 10px;
    float: left;
    margin-left: 20%;
}

#answer {
    float: left;
    padding: 10px;
}

#answer a {
    color: black;
    text-decoration: underline;
}

#question {
    float: left;
    padding: 10px;
}


/*Abschnitt 3*/

#abschnitt3 {
    width: 100%;
    height: 1000px;
    background-color: #1B4591;
}

#angebot {
    color: white;
    opacity: 0.8;
    width: 50%;
    height: auto;
    margin: auto;
    padding: 10px;
    background-color: dimgray;
}

#spaziergaenge {
    margin: auto;
    width: 700px;
    color: white;
    height: auto;
    background-color: dimgray;
    padding: 10px;
    opacity: 0.8;
    margin-top: 2%;
}


/*Slideshow*/

.rslides {
    opacity: 0.8;
    margin: 50px auto;
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    min-width: 650px;
    max-width: 650px;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: auto;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}


/*Abschnitt 4*/

#abschnitt4 {
    width: 100%;
    height: 1000px;
    background-color: lightgray;
}

form {
    margin: auto;
    margin-top: 380px;
    padding: 5px;
    width: 570px;
    background-color: dimgray;
}

.formq {
    width: 430px;
}

.forma {
    width: 300px;
    float: right;
}

.formaa {
    width: 300px;
    height: 90px;
    float: right;
}

fieldset {
    border: 0px;
}

input {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    padding-left: 5px;
    border-radius: 10px;
}

textarea {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    padding-left: 5px;
    border-radius: 10px;
}
/*Abschnitt5*/

#abschnitt5 {
    height: 50px;
    width: 100%;
    background-color: white;
    padding-top: 0px;
}

/*Abschnitt 6*/

#abschnitt6 {
    height: 50px;
    width: 100%;
    background-color: white;
    padding-top: 0px;
}

.impressum {
    text-align: center;
}

.kontaktdiv {
    margin: auto;
    padding: 10px;
    width: 50%;
    height: auto;
    background-color: dimgray;
}

@media all and (max-width: 740px) {
    /*Navigation*/
    nav ul {
        margin: 1% 0 0 0;
    }
    /*Abschnitt 1*/
    #abschnitt1 {
        background-color: #1B4591;
        background-image: none !important;
    }
    #start {
        width: 90% !important;
        padding: 5% !important;
    }
    #aktuelles {
        width: 99% !important;
        padding: 1% !important;
    }
    .news {
        width: 100% !importan;
        padding: 1% !important;
    }
    /*Abschnitt 2*/
    #about {
        min-width: 300px !important;
        width: 90% !important;
        margin-right: 0!important;
        margin-top: 5%;
        padding: 0 5%;
    }
    #steckbrief {
        width: 100%;
        height: auto;
        padding: 10px;
        margin-left: 0% !important;
    }
    #answer {
        float: left;
        padding: 1%;
    }
    #answer a {
        color: black;
        text-decoration: underline;
    }
    #question {
        float: left;
        padding: 1%;
    }
    /*Abschnitt 3 */
    #angebot {
        width: 90% !important;
        padding: 5%;
    }
    .rslides {
        display: none;
    }
    #spaziergaenge {
        display: none;
    }
    /*Abschnitt 4*/
    .kontaktdiv {
        margin: auto;
        padding: 5% !important;
        width: 100% !important;
        height: auto;
        background-color: dimgray;
    }
    form {
        margin-top: 290px !important;
        padding: 1%;
        width: 98%;
    }
    .formq {
        width: 90%;
    }
    .forma {
        width: 60%;
        float: right;
    }
    .formaa {
        margin-top: 1%;
        width: 90%;
        height: 90px;
        float: right;
    }
}

@media all and (max-width: 1200px) {
    /*Abschnitt 1*/
    #abschnitt1 {
        background-image: url(bilder/logo_595px.png);
    }
    #start {
        width: 80%;
    }
    #aktuelles {
        width: 80%;
    }
    .news {
        width: 80%;
        padding: 2%;
        background-color: grey;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        margin: auto;
        margin-top: 20px;
        height: auto;
    }
    /*Abschnitt 2*/
    #about {
        width: 35%;
        margin-right: 5%;
    }
    #steckbrief {
        margin-left: 5%;
    }
    /*Abschnitt 3*/
    #angebot {
        width: 60%;
    }
    #spaziergaenge {
        height: 620px;
    }
    /*Abschnitt 4*/
    form {
        margin-top: 350px;
    }
}