/* Homepage Style */ 
body {
    background: #DCDCDC;
    margin: 0em;
    padding-top: 1em;
    padding-right: 0em;
    padding-left: 0em;
    padding-bottom: 0em;
}

h1 {
    padding-top: 10px;
    font-size: 1.6em;
    line-height: 1.2em;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: normal;
    color: #575656;
    margin: 0em;
}

h2 {
    font-size: 1.1em;
    line-height: 1.0em;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: normal;
    color: #097D33;
    margin: 0em;
    padding-top: 10px;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 1px;
    text-align: left;
}
h3 {
    font-size: 1.0em;
    line-height: 1.0em;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: normal;
    color: #097D33;
    margin: 0em;
    padding-top: 1.0em;
    padding-right: 0.5em;
    padding-left: 0.8em;
    padding-bottom: 1px;
    text-align: left;
}
h4 {
    font-size: 1.0em;
    line-height: 1.0em;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: normal;
    color: #2FB012;
    margin: 0em;
    padding-top: 1.0em;
    padding-right: 0.5em;
    padding-left: 0.8em;
    padding-bottom: 1px;
    text-align: left;
}

.kontaktcontainer {
    margin-left: 12px;
    margin-top: 10px;
    margin-right: 12px;
    margin-bottom: 10px;
}


p {
    line-height: 1.25em;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: normal;
    color: #000000;
    margin: 0em;
    padding-top: 0.8em;
    padding-right:1.0em;
    padding-left: 1.0em;
    padding-bottom: 0.8em;
    text-align: left;
    font-size: 1.0em;
}

ul {
    margin: 0px;
    padding: 0px;   
}

li {
    list-style: square;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: 100;
    color: #000000;
    line-height: 1.25em;   
    padding-left: 20px;   
    margin: 0.313em 0em 0.313em 0em;
}

img {
    width: 80%;
    height: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
	
}

a {
    color: #4F4D4D;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}

a:hover  {
    color: #EF7509;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
}

/* On Top Bar */
#menubar {
    display: block;
    background-color: #DCDCDC;
    padding-left: 45px;
    padding-top: 0px;
    padding-bottom: 5px;
} 
#menubar ul {
    display: block;
    width: 3em;
    padding-top: 0,5em;
    padding-right: 0,5em;
    padding-left: 0,5em;
    padding-bottom: 0,5em;
}
#menubar ul li {
	display:inline;
}
#menubar ul li a.menubutton {
	display:none;
}
/* Header */ 
header {
    display: block;
    background-color: #DCDCDC;
    text-align: center;
    padding-bottom: 5px;
    
}
header img {
    width: 90%;
	
}
.icon img {
    width: 10%;
    margin-right: 15px;
    margin-bottom: 10px;
}
/* Navigation */ 
nav {
	display:block;
	height:2.5em;
	background:#FFFFFF;
	text-align:center;
}

nav ul {
	display:block;
}
nav ul li {
	display:inline;
	margin:0em 0.188em 0em 0.188em;
}
nav ul li a {
    color: #6D6D6D;
    font-size: 1.125em;
    line-height: 2.5em;
    padding: 0.563em 0.938em 0.375em 0.983em;
    transition: background 0.2s;
    -webkit-transition: background 0.2s;
}

nav ul li a:hover {
    background-color: #B3A36B;
    border-bottom: 0.188em solid #ffffff;
    color: #fff;
    background-image: -webkit-linear-gradient(132deg,rgba(192,153,113,1.00) 0%,rgba(130,106,83,1.00) 100%);
    background-image: -moz-linear-gradient(132deg,rgba(192,153,113,1.00) 0%,rgba(130,106,83,1.00) 100%);
    background-image: -o-linear-gradient(132deg,rgba(192,153,113,1.00) 0%,rgba(130,106,83,1.00) 100%);
    background-image: linear-gradient(318deg,rgba(192,153,113,1.00) 0%,rgba(130,106,83,1.00) 100.00%);
    border-top-left-radius: 12px;
    border-top-right-radius:12px;
}
nav ul li a.active {
	border-bottom: 0.188em solid #999999;
}
/* Content Area */ 
#main {
    display: block;
    width: 98%;
    max-width: 1200px;
    margin: 1.25em auto;
    padding-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 2px #999999;
}

#main article {
	display:inline-block; 
	width:65.3%; 
	background:#FFFFFF;
	vertical-align: top;
	margin:0em;
	padding:0em;
	text-align:center;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 2px #999999;
}

#main article img {
	max-width: 700px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 2px #4c4948;
}

#main aside {
	display:inline-block;
	width:30.6%;
	margin-left:3%; 
	padding:0em;
	vertical-align:top;
}

#main aside section {
    margin-bottom: 1.5em;
    background: #FFFFFF;
    border-bottom: 0.188em solid #000000;
    padding-bottom: 8px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 2px #999999;
}

#main article h2 {
    padding-top: 1em;
    padding-right: 1.8em;
    padding-left: 1.8em;
    padding-bottom: 1em;
}

#main aside section ul {
	padding:0em 1.875em 1.25em 2.5em;
}
.menuebalken {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    border: 1px double #2B2A2A;
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    background-color: #DADCDC;
    -webkit-box-shadow: 3px 4px 3px #B3B1B1;
    box-shadow: 3px 4px 3px #B3B1B1;
    
      }

/* Footer */ 
footer {
    display: block;
    background-color: #625F5F;
    text-align: center;
    background-image: -webkit-linear-gradient(270deg,rgba(177,179,178,1.00) 0%,rgba(198,194,194,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(177,179,178,1.00) 0%,rgba(198,194,194,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(177,179,178,1.00) 0%,rgba(198,194,194,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(177,179,178,1.00) 0%,rgba(198,194,194,1.00) 100%);
}

footer ul {
	display: block;
	width: 100%;
	max-width: 980px;
	text-align: center;
	margin: 0px auto;
}

footer ul li {
	display:inline;
	font-size:0.8em;
	line-height:2.8em;
	color:#E2DBDB;
	padding:0em 0.625em 0em 0.625em;
}
footer ul li a {
	color:#E2DBDB;
}
/*Style Kontaktformular*/
 table {
	width: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-spacing: 1px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
 }
 th, td {
	padding-left: 10px;
 }
 label {
	cursor: Pointer;
	width: auto;
 }
 img, input[type='image'] {
  vertical-align: Middle;
 }
 .pflichtfeld {
  color: #FF0000;
  border: 0px;
 }
.pflichtfeldschwarz {
    color: #B90C0F;
    border: 0px;
 }
 .hintergrund {
	color: #000000;
	background-color: #fff;
 }
 .danke, .danke a {
  color: #000000;
  padding: 10px;
  width: 90%;
  margin: Auto;
  margin-top: 100px;
 }
.gallerieschrift {
    font-style: normal;
    font-size: 1.4em;
}

/* Mobile Style */
@media screen and (max-width:800px) {
	body {
		font-size:90%;
	}
table {
	width: 80%; }

}
@media screen and (max-width:600px) {
	#main aside, #main article {
		width:100%;
		display:block;
		margin:0.625em 0em 0.625em 0em;
	}
table {
	width: auto;
}

}
@media screen and (min-width:550px) {
	nav.nav {
		display:block !important;
	}	
table {
	width: auto; }
td label { display: block; }

}
@media screen and (max-width:550px) {
	body {
		font-size:86%;
	}
	#menubar ul li a.menubutton {
		display:block;
	}	
	nav {
		display:none;
		height:auto;
	}
	nav ul li {
		display:block;
		margin:0.3em 0em 0.3em 0em;
	}
table {
	width: auto; }
td label { display: block; }
	
}
