﻿/*General style*/

body
{
	background:#acca58;
	font-size:100%;
	margin:0em;
	padding:0em;
}
h1{
	font-size:2.5em;
	font-family:Arial;
	font-weight:100;
	line-height:4em;
	color:white;
	margin:0,5em;
}
h2{
	font-size:2.2em;
	font-family:Architects Daughter;
	font-weight:100;
	line-height:2.22em;
	color:#075d1e;
	margin:0,3em;
	padding:0,5em;
	text-align:center;
}
h5{
	font-size:1.6em;
	font-family:Architects Daughter;
	font-weight:100;
	line-height:1.8em;
	color:#075d1e;
	margin:0,5em;
	padding:0,5em;
	text-align:center;
}

h3{
	font-size:1.5em;
	font-family:Arial;
	font-weight:100;
	line-height:1.8em;
	color:gray;
	margin:0em;
	padding:0em;
	text-align:center;
}
h4{
	font-size:2em;
	font-family:Arial;
	font-weight:100;
	line-height:1.0em;
	color:#acca58;
	margin:0em;
	padding:1.25em;
	text-align:center;
}

p{

	font-family:Arial;
	font-weight:100;
	line-height:1.25em;
	color:gray;
	margin:0em;
	padding:1.25em;
	text-align:center;
	
}
ul{
	margin:0px;
	padding:0px;

}
li{
	list-style:none;
	font-family:Arial;
	font-weight:100;
	line-height:1.25em;
	color:gray;
	margin:0.313em 0em 0.313em 0em;
	padding:0.1em;
	text-align:center;
}
img{
	width:95%;
	height:auto;
	max-width:100%;
}
a{
	text-decoration:none;
}
section{
	padding:0em 1.875em 0.5em 2.5em;


}
/*On Top Bar*/
#menubar{
	display:block;
	background:#f9f4de;
}
#menubar ul{
	display:block;
	width:4em;
	padding:0,9em;
}
#menubar ul li{
	display: inline;
}
#menubar ul li a.menubutton{
	display:none;/*deaktivieren des Buttons in PC website*/
}
/*header----------------------------------------------------------------*/
header{
	display:block;
	background:#f9f4de;
	text-align:center;

}
header section{
	display:inline;
}
header section ul{
	display:inline-block;
	text-align:center;


}
header section ul li{
	color:#acca58;
	font-size:2.0em;
	list-style:none;
	text-align:center;

}

header section img{
	max-width:300px;
	box-schadow:0px 0px 10px -5px #4c4948;

}
/*nav ----------------------------------------------------------------*/
nav{
	display:block;
	height:2.5em;
	background:#075d1e;
	text-align:center
}
nav ul{
	display:block
}
nav ul li{
	display:inline;
	margin:0em 0.188em 0em 0.188em;
}
nav ul li a{
	color:white;
	font-size:1.125em;
	line-height:2.5em;
	padding: 0.563em 0.983em 0.375em 0.983em;
	transition:background:0.2s;
	-webkit-transition:background:0.2s;
	te
}
nav ul li a:hover{
	background:#acca58;
	border-bottom:0.188em solid #f9f4de;
	color:#075d1e;
}
nav ul li a.active {
	border-bottom:0.188em solid #f9f4de;
}

/*Content Area ----------------------------------------------------------------*/
#main{
	display:block;
	width:98%;
	max-width:980px;
	margin:1.25em auto;
	padding:0em;
}
#main article{
	display:inline-block;
	width:68%;
	background:white;
	vertical-align:top;
	margin:0em;
	padding:0em;
	text-align: center;
}
#main article img{
	max-width:560px;
	box-schadow:0px 0px 2px -5px #4c4948;
	border-radius:5px;
}
#main article div{
	display:block;
}
#main article div ul{
	display:inline-block;

}
#main article div ul li{
	display:inline;
}

#main aside{
	display:inline-block;
	width:26%;
	margin-left:2%;
	padding:0em;
	vertical-align:top;
}
#main aside section{
	margin-bottom:1.563em;
	background:white;
	border-bottom:0.188em solid orange;
}
#main aside section ul{
	padding:0em 0.5em 0,5em 0.5em;
}
#adress{
	display:inline-block;
	width:35%;
	padding:0,5em 0.55em 0,5em 0.5em;
	vertical-align:top;

}
#adress ul{

}
#adress ul li{
	list-style:none;
	text-align:center;
	padding:0.5em 0em 0.5em 0em;
}
/*-------------------------------*/


details[open] summary {

}



/*footer----------------------------------------------------------------*/
footer{
	display:block;
	background:black;
	text-align:center;
}

footer ul{
	display:block;
	width:100%;
	max-width:980px;
	text-align:left;
	margin:0px auto;
}
footer ul li{
	display:inline;
	font-size:0.8em;
	line-height:2.8em;
	padding:0em 0.625em 0em 0.625em;
	color:white;

}
footer ul li a{
	color:white;
}

/*mobiler Style---------------------------------------------------------*/
@media screen and (max-width:900px){
	body{
	font-size:90%;
}
header img{
	width:70%;

}
}
@media screen and (max-width:750px){
	#main aside, #main article {
	width:100%;
	display:block;
	margin:0.625em 0em 0.625em 0em;
}
header img{
	width:60%;

}

}
@media screen and (min-width:700px){
	nav.nav{
	display:block;
}
}
@media screen and (max-width:700px){
body{
	font-size:80%;
}
header img{
	width:50%;

}
#menubar ul li a.menubutton{
	display:block;
}
nav{
	display:none; height:auto;
}
nav ul li{
	display:block;margin:0.3em 0em 0.3em 0em;
}
}
