* {
    margin: 0;
    padding: 0;
}

html {
    padding: 5px 2%;
}

body {
    width: 950px;
    margin: 0 auto; 
    font: normal 1.0em ;
	font-family:  cursive; 
	/* Arial, sans-serif; */
    color: #666666; 
    background: #ffffff;
}

body a {
	color:#666666;
}

a {
    color:#000000; 

}
a:hover, a:focus {
    color: #000000;
}

a.more {
    float: right;
}
a.more:after {
    content: " >"; 
    display: inline-block; 
    height: 1em; 
    padding: 0 .5em 0.5em 0.5em;
    border-radius: 1em;
    background: #ffa323;
    margin-left: 10px;
}
footer a {
    color: #000000;
}

a.more:hover, footer a:hover {
    color: #4A4A4A;
    text-decoration: none;
}

p {
    line-height: 1.6em;
    margin: 20px 0;
}

h1 {
    font-size: 1.875em;
    color:#b6663c;
}
h2 { 
    font-size: 0.875em;
    font-weight: normal;
    color: #b6663c; 
    padding: 10px 5px;
    
}
h2.img {
    padding-left: 40px;
    background: left center no-repeat scroll;
}




/* ====================================================  HEADER   ==================================================== */

header {
    max-width: 100%;
    max-height: 100%;
	height: 252px; 
	background: url('../img/schneckenhaus_h.jpg') no-repeat left bottom #efaa3e;
    background-size: auto;
	font-size: 2em
	
}


header a {
	color: #b6663c
}

header h1 {
	font-size: 1.875em;
    color:#666666;
	text-indent:300px;
	text-shadow: 4px 4px 4px #000000; 
}

header h2 {
	font-size: 0.875em;
    color:#666666;
	text-indent:300px;
	text-shadow: 1px 1px 1px #000000; 
}

#logo	{
    float: left;
    margin: 30px 0 30px 0;
    padding: 0 0 0 0; 
    text-decoration: none;
}

#navlink {
    display: none;
    float: right;
    text-decoration: none;
    font-size: 1.875em;
    font-weight: bold;
    padding: 10px; 
    margin: 30px 30px 0 0;
}



/* ====================================================   CONTENT   ==================================================== */

main	{
    display: block;
    position: relative;
    width: 100%
	
}

img{
	max-width:100%;
	max-height:100%;
	
}

article {
    float: left;
    background: #ffffff;
    
    margin-top: 100px;
    width: 96%; 
    padding: 20px 2%;
}
section {
    float: left;
    width: 74%;
}
section.spalte {
    float: left;
    width:33%;
    padding:20px 2%;
    min-height: 220px;
}
section.spalte h2	{
    border-bottom: 0 none;
}


aside {
    float: right;
    width: 23%;
	border-left: 5px #E5E7EB solid;
	
	
}
aside ul {
    line-height: 1.6em;
    list-style: none outside none;
    padding: 1em 0 1em 5px;
    clear: left;
}
aside p {
    margin-bottom: 2px;
	padding: 1em 0 1em 5px;
}
aside p:last-child {
    margin-bottom: 2px;
}




/* ====================================================  NAV   ==================================================== */

nav	{ 
	float: left; 
	width: 100%;  
	list-style-type: none; 
	
	position: absolute;
	top: 0%; left:0%;
	display: block;
	text-align: center;
	margin: 0 auto 30px;
}
nav ul {
    float: left; 
    width: 100%; 
    list-style-type: none;
    background: #b6663c;
}
nav ul li {
    float: left; 
}
nav ul li:first-child {
    margin-left: 2%;
}
nav ul li a 	{
    float: left;
    padding: 16px 0 16px 16px;
    color: #FFFFFF;
    text-decoration: none;
}
nav ul li a:after {
    content:" | ";
    color: #ffa323;
    margin-left: 20px;
} 
nav li a:hover, nav li a:focus {
    background: #c67b36;
}

/* ====================================================   FOOTER   ==================================================== */

footer {
    float: left;
    width: 100%;
    margin: 10px 0 40px 0;
    color: #939393
}

footer a {
	color: #939393
}
footer ul {
    float: left;
    margin-left: 22px;
    list-style-type: none;
}
footer ul li	 {
    display: inline-block;
    border-left: 1px solid #989898;
}
footer ul li:first-child	 {
    border: 0 none;
}
footer ul li a {
    padding: 0 8px;
}
footer p {
    float: right;
    margin-right: 30px;
    margin-top: 0;
    padding-top: 0;
    text-align: right;
}

/* 2-Spaltenlayout mit breiterem aside */
@media screen and (max-width: 950px) {
    body {width:100%}
    section {width:58%;}
    section.spalte, 
    aside {width:29%;}
	

	
}



/* 2-Spaltenlayout mit breiterem aside */
@media screen and (max-width: 895px) {
    body {width:100%}
    section {width:58%;}
    section.spalte, 
    aside {width:29%;}
	
	header {
        height: 420px;
		background: url('../img/schneckenhaus_h.jpg') no-repeat left bottom #efaa3e;
		background-size: auto;
		font-size: 2em
    }
	
header h1 {
	font-size: 1.875em;
    color:#666666;
	text-indent:1px;
	text-shadow: 4px 4px 4px #000000; 
}

header h2 {
	font-size: 0.875em;
    color:#666666;
	text-indent:1px;
	text-shadow: 1px 1px 1px #000000; 
	}
	
	
}


/* 1-Spaltenlayout mit Navigation unten*/
@media screen and (max-width: 620px) {
    section, 
    section.spalte, 
    aside {
        float: none;
        width: 96%;
    }

    header {
        height:400px;
		background: url('../img/schneckenhaus_h.jpg') no-repeat left bottom #efaa3e;
		background-size: auto; 
		font-size: 2em;

    }
	
	
	
	header h1 {
	font-size: 1.0em;
    color:#666666;

	text-shadow: 1px 1px 1px #000000; 
	}
	
	
	header h2 {
	font-size: 0.800em;
    color:#666666;

	text-shadow: 1px 1px 1px #000000; 
	}
  	
	
	header a {
		color: #000000
	}
	
	body img{ 
		
	}
	
	
    #navlink {
        display:block;
    }

    article {
        margin-top: 16px; 
    }
    nav {
        position:relative;
    }
    nav ul {
        display: block; 
        background: transparent;
        margin: 3em 0 2em;
    }
    nav ul li{
        width: 90%;
        margin: 5px 2%;
    }
    nav ul li a{
        width: 90%;
        background: #b6663c;
        margin: 5px 5%; 
        border-radius: 10px;
    }
    nav ul li a:after {
        display:none;
    } 
}


