@charset "utf-8";


@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
@import url(https://fonts.googleapis.com/css?family=Kalam|PT+Sans+Narrow|Patrick+Hand+SC);
@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800');

html {
    position: relative;
    height: 100%;
}

body {
    background-image: url(../img/natur.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
	color: #2e302b;
	margin: 0;
	padding: 0;
	min-height: 100%;
    position: relative;
}

header {
    text-align: center;
}
.main {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	padding: 10px 20px 100px 20px;
} 

h1 {
	font-family: 'Patrick Hand SC', cursive;
	font-size: 55px;
    line-height: 40px;
}

h2 {
	font-family: 'Patrick Hand SC', cursive;
	font-size: 35px;
    line-height: 35px;
}

h3 {
	font-family: 'Patrick Hand SC', cursive;
	font-size: 30px;
}

h4 {
    font-family: 'Patrick Hand SC', cursive;
    font-size: 20px;
    margin: 5px 0;
}

p,li {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: 25px;
	font-size: 1rem;
	margin-bottom: 15px;
    color: #000000;
}

span {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: 12px;
    font-size: 0.8rem;
    margin-bottom: 15px;
    //color: #20211e;
}

table td {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    padding: 5px;
}

table th {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin: 15px;
}

img {
     width:100%;
     height: 100%;
     margin-bottom: 40px;
}

.text-bold {
    font-weight: 700;
    margin-top: 40px;
}

.info {
    display: none;
}

.nav {
    text-align: center;
    width: 100%;
    height: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    outline: #ffffff;
}

.footer_mobile {
    display: block;
    clear: left;
    margin-top: 40px;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    background-color:rgba(0,0,0,0.3);
}

.footer_desk {
    display: none;
}

.kontakt {
    position: relative;
    bottom: 0;
    float: left;
}

a {
    color: #000000;
    font-weight: 400;
    line-height: 25px;
    font-size: 1rem;
    margin-bottom: 15px;
    text-decoration: underline;
}

a:hover {
    color: #c3cd63;
}

#content {
    height: 100%;
}

/* Tabletts */
@media only screen and (min-width: 760px) {


}

/* Mittlere Monitore */
@media only screen and (min-width: 980px) {

    #content {
        padding-left: 530px;
    }
    
    .nav {
        margin: 0;
    }

	.info {
		margin-left: 15px;
	}

    img {
        float: left;
    }

    .footer_desk {
        bottom:0;
        width:100%;
        margin-top: 50px;
        display: block;
        clear: left;
        width: 100%;
        padding: 20px 10px;
        text-align: center;
        background-color:rgba(0,0,0,0.3);
    }

    .footer_mobile {
        display: none;
    }
}

/* Große Monitore */
@media only screen and (min-width: 1280px) {

}