@charset "UTF-8";

@keyframes fadein{from{opacity:0;}to{opacity:1;}}@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-webkit-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}}


body {
    background-color: #FFFFFF;
    font-size: 98%;
    margin: 0em;
    padding: 0em;
    animation: fadein 0.5s;
    -moz-animation: fadein 1.0s;
    -webkit-animation: fadein 0.5s;
    color: #666;
}
.ubuntu {
    font-family: Ubuntu, sans-serif;
    font-style: normal;
    color: #cc6600;
    font-size: 18em;
}
.shadows-into-light {
	font-family: 'Shadows Into Light', cursive;
}

/* Farben */
.schwarz {color: black;}
.weiss {color: white;}

.HKS-06 {
    color: #cc6600;
    font-size: 18pt;
}
.HKS-08 {
    color: #99cc00;
}
.HKS-67 {color: #99cc00;}
.druen-dkl {
	color: #060;
}



.bild:hover {
-webkit-transform:scale(1.1);
transform:scale(1.1);
}
.bild {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}

.kleingedrucktes {font-size:0.8em;}

#apDiv1 {
	position: fixed;
	right:0px;
	bottom: 0px;
	width:45px;
	height:45px;
	z-index:99;
}


h1 {
	font-size:5.5em;
	line-height:0.7em;
	font-family: 'Shadows Into Light', cursive;
	font-weight:100;
	color:#666;
	margin:0em;
}
h2 {
	font-size: 1.5em;
	line-height: 1em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	letter-spacing: 4px;
	color: #CDCDCD;
	margin: 0em;
	padding: 1.25em;
}
h3 {
	font-size:1.3em;
	line-height:1.2em;
	font-family: 'Ubuntu', sans-serif;
	font-weight:bold;
	letter-spacing: 4px;
	color:#666;
	margin:0em;
	padding:1.25em;
}
h4 {
	font-size:3.8em;
	line-height:0.7em;
	font-family: 'Shadows Into Light', cursive;
	font-weight:100;
	margin:0em;
	text-align:left;
	padding:0.7em;
}

p {
    line-height: 1.45em;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    margin: 0em;
    padding: 0em;
    font-style: normal;
}
ul {
	margin:0px;
	padding:0px;
}
li {
    list-style: none;
    font-family: Ubuntu, sans-serif;
    color: #666;
    line-height: 1.25em;
    margin: 0.313em 0em 0.313em 0em;
    padding: 0em;
}
img {
	text-decoration:none; max-width:100%; height: auto;
}

p a:link {
	color:#cc6600;
	text-decoration: none;
}
p a:visited {
	color: #cc6600;
	text-decoration: underline;
}
p a:hover, a:active, a:focus {
    text-decoration: none;
    color: #c4e155;
    text-align: center;
}



/* On top bar */
#menubar {
	display:block;
	background:#FFFFFF;
}
#menubar ul {
	display:block;
	width:2em;
	padding:0.9em;
}
#menubar ul li {
	display:inline;
}
#menubar ul li a.menubutton {
	display:none;
}



/* Header */
header {
	display:block;
	background:#FFFFFF;
	text-align:center;
	z-index:10;
}

/*topimage*/
#topimage {
	width:100%;
	max-width:100%;
	max-height:auto;
	z-index:20;
}


/* Navigation */
nav {
	display:block;
	height:2.5em;
	background:#FFF;
	text-align:center;
	z-index:05;
}
nav ul {
	display:block;
}
nav ul li {
	display:inline;
	margin:0em 0.188em 0 em 0.188em;
}
nav ul li a {
	color:#454040;
	font-size:1.0em;
	letter-spacing: 2.3px;
	line-height:2em;
	text-decoration:none;
	padding:0.563em 0.938em 0.375em 0.983em;
}
nav ul li a:hover {
	background:#F1F1F1;
	border-bottom:0.188em solid #cc6600;
}
nav ul li a.active {
	border-bottom:0.188em solid #cc6600;
}



/* Content Area */
#main {
    display: block;
    width: 96%;
    max-width: 980px;
    margin: 1.25em auto;
    padding: 1em;
    font-size: 10px;
    text-align: left;
}
#main article {
	display:inline-block;
	width:62%;
	background:#FFFFFF;
	vertical-align:top;
	margin:0 0 1em 0;
	padding:0.5em;
	text-align:left;
}
#main article img {
	max-width:560px;
	padding: 0.25em 1em 2.5em 0em;
}
#main aside {
	background:#FFFFFF;
	display:inline-block;
	width:25%;
	margin-left:6%;
	padding:0em;
	vertical-align:top;
	text-align:center;
}
#main aside section {
border:0.1em solid #ffcc66;
	margin-bottom:1.563em;
	background-color:#FFFFFF;
}
#main article h2 {
	padding:0;
	text-align:left;
}
#main article h4 {
	padding:0 0 0.25em 0;
	text-align:left;
}
#main aside section ul {
	padding:0em 0.75em 1.25em 0.75em;
}


#main aside a:link {
	color:#cc6600;
	text-decoration: none;
}
#main aside a:visited {
	color: #cc6600;
	text-decoration: underline;
}
#main aside a:hover, a:active, a:focus { 
	text-decoration: none;
	color:#c4e155;
}


/* Footer */
footer {
    display: block;
    background: #2F2C2C;
    text-align: center;
    padding: 1em 0 1em 0;
    color: #e2dbdb;
    font-size: 14px;
}
footer ul {
    display: block;
    width: 100%;
    max-width: 980px;
    text-align: center;
    margin: 0px auto;
}
footer ul li {
    display: inline;
    line-height: normal;
    color: #FFFFFF;
    padding: 0em 0.625em 0em 0.625em;
    font-size: 14px;
    text-align: center;
}
footer ul li a {
	color:#e2dbdb;
}
footer ul li a:link {
	color:#e2dbdb;
	text-decoration: none;
}
footer ul li a:visited {
	color: #e2dbdb;
	text-decoration: underline;
}
footer ul li a:hover, a:active, a:focus {
    text-decoration: none;
    color: #E54B2C;
    text-align: right;
}


/*mobile style */
@media screen and (max-width:800px) {
	body {
		font-size:80%;
	}
	
}
@media screen and (max-width:600px) {
#main aside, #main article {
	width:93%;
	display:block;
	margin:0.625em 0em 0.625em 0em;
}

#main article img {
	max-width:95%;
	width:95%;
	}
	
#main article h2 {
	text-align:center;
}
#main article h4 {
	text-align:center;
}

}

@media screen and (min-width:570px) {
nav.nav {
		display:block !important;
	}
}
	
@media screen and (max-width:570px) {
body {
	font-size:80%;
}
h1 {
	font-size:3.5em;
}
h4 {
	font-size:2.9em;
}


#menubar ul li a.menubutton {
	display:block;
}
nav {
	display:none;
	height:auto;
}
nav ul li {
	display:block;
	margin:0.3em 0em 0.3em 0em;
}
footer {
	display:none;
}
}
