html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    background-color: #f0f0f0;
    }
    
a {    text-decoration: none;}
li {    list-style-type: none;}

h1, h2, h3, h4, a, p {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #494949;
    text-transform: uppercase;
}

h3 {
    font-weight: 400;
    font-size: 60px;
    padding-top: 4%;
    margin-bottom: 5px;
    margin-top: -3px;
}

h2 {
    font-size: 40px;
    font-weight: 400;
    color: #494949;
}

p {
    
}

hr {
    width: 30px;
    height: 3px;
    background: #494949;
    border: 0;
    margin: 0 auto 40px auto;
}

li, #logo {transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms;}

/* HEADER **************************/

header {
    width: 100%;
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

#logo {
    width: 200px;
    float: left;
    margin: 15px 0 0 40px;
}

#logo:hover {
    opacity: 0.5;
}

#logo img {
    width: 100%;
}

header nav {
    float: right;
    margin: 10px 0 0 40px;
}

header nav ul li {
    float: left;
    margin-right: 25px;
}

header nav ul li a {
    font-size: 16px;
}

header nav ul li:hover {
    opacity: 0.5;
}

/* HOME **************************/

#home {
    background: url(images/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100%;
}

#home h1 {
    margin: 240px auto 0 auto;
    font-size: 100px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2%
}

#home h2 {
    margin: 240px auto 0 auto;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin-top: 2%;
}

#home p {
    width: 500px;
    margin: 50px auto 0 auto;
    text-transform: none;
    color: #000000;
    font-size: 25px;
    background: rgba(255, 255, 255, 0.6); /* Hintergrundfarbe und Transp. 80% */
    padding: 20px 40px 20px 40px;
}

/* ABOUT **************************/

#about {
min-height: 100%;
background-color: #fff;

}

#about h4 {
    font-size: 60px;
    margin-bottom: 20px;
    padding-top: 40px;
    margin-top: 0px;
}

#about p {
    width: 700px;
    margin: 0 auto 50px auto;
    text-transform: none;
    font-size: 25px;
}



/* MINIGALERIE **************************/

#bilder {
    min-height: 100%;
    padding-left: 7%;
padding-right: 7%;
}



#bildergalerie {
    margin-bottom: 50px;
    margin-left: 12%;
    margin-right: 12%;
    overflow: hidden;
}

#bildergalerie ul {
    padding: 0;
    clear: both;
}

#bildergalerie ul li {
    width: 33.3%;
    float: left;
    margin-bottom: 15px;
}

#bildergalerie img {
    max-width: 320px;
    }

#bildergalerie img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o--transform: scale(1.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    }


/* CONTACT **************************/


#contact {
    min-height: 100%;
    margin-bottom: 0px;
    clear: both;
    margin-left: 5%;
    margin-right: 5%;
}


#contact h4 {
    margin-top: 0px;
}

/* BUCHUNGSKALENDER **************************/

#buchungskalender {
margin-bottom: 150px;
}

#buchungskalender h3 {
padding-top: 0%;
margin-bottom: 0px;
margin-top: -150px;
}

.tfw-calendar-app {
margin: auto;
}

c

#ausflugtipps {
min-height: 1700px;
background-color: #fff;
}

#ausflugtipps h4 {
    font-size: 60px;
    margin-bottom: 20px;
    padding-top: 40px;
    margin-top: 0px;
}

#ausflugtipps p {
    width: 700px;
    margin: 0 auto 50px auto;
    text-transform: none;
    font-size: 25px;
}

#ausflugtipps img {
    width: 250px;
height: 188px;
}


/* FOOTER **************************/

footer {
    width: 100%;
    height: 45px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 1;
}



/* MOBIL **************************/


@media (max-width: 1000px) {


header {
        margin-top: -15px;
        height: 200px;
    }

#logo {
    width: 100%;
    float: ;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 15px;
}

#logo img {
    width: 50%;
}

header img {
    max-width: 100%;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

        h1 {
        font-size: 1.2em;
        padding-left: 3%;
        padding-right: 3%;
    }
    
    h3 {
        font-size: 30px;
    }
    
    
    p {
        font-size:100%;
        padding-left: 3%;
        padding-right: 3%;
    }
    
    h2 {
        font-size:1.2em;
        padding-left: 3%;
        padding-right: 3%;
    }
    
    h4 {
        font-size: 100%;
        padding-left: 3%;
        padding-right: 3%;
    }
    

/* HOME **************************/

#home {
    background: url(images/bg.jpg);
    background-position: center 180px;
    background-size:auto ;
    background-attachment: fixed;
    min-width: 100%;
    margin-top: 0px;
    padding-top: 150px;
    min-height: 60%;
}

#home h1 {
    font-size: 35px;
}

#home h2 {
    font-size: 25px;
}

#home p {
    width: 70%;
    font-size: 25px;
}

/* ABOUT **************************/

#about img {
max-width: 80%;
}

#about h4 {
    font-size: 35px;
}


#about p {
    width: 80%;
}


/* BILDER **************************/


#bildergalerie {
    width: 80%;
}

#bildergalerie ul {
    padding: revert;
}


#bildergalerie ul li {
    width: 50%;
    float: none;
}


    


    
   #navigation ul {
    list-style-type: none;
    padding: 0;
    line-height: 1;
    margin-top: 25px;
padding-bottom: 5px;
} 
        
}
