﻿@charset "utf-8";
/* CSS Document */
p { font-size: 1.5em; text-align: justify; font-family: sans-serif; }
h1 { font-size: 2.5em; font-family: cursive; color: white; background-color: none; text-align: center; }
h2 { font-size: 1.2em; font-family: cursive; color: white; background-color: none; text-align: center; }
h3 { font-size: 1.2m; font-family: cursive;  color: white;background-color: none; text-align: center; }
h4 { font-size: 1em; font-family: cursive;  color: white;background-color: none; text-align: center; }
h5 { font-size: 3em; font-family: cursive;  color: white;background-color: none; text-align: center; }
li { font-size: 2em; }
li li { font-size: 2em; }
tr { font-size: 1.7em; }
body {background-color:#ffffff;
background-image: url(gite1.jpg);
 background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	}
a:link { color:  #fffafa}
    a:active { color:  #fffafa }
    a:visited { color: #fffafa }
    a:hover { color:  #070719 }	

body a {color:#000000;}

header {color:#000000;}
	
#hilfscontainer {width: 100%;}

aside {display:none;}

nav {display:none;}

main {background-color:#ffffff;
	color: #000000;
	width:100%;}
	
main h1 {font-size: xx-large;
 	margin-bottom: 10px;
	margin-top: 0px;}		

article {margin:20px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	border:0px;}

footer {display:none;}

img {max-width:100%; height:auto;}