/* Grundlegende Seiten-Formatierung */
body {
	background-color: #e1e1e1;
}

header {
	background: linear-gradient(to right, #8e2323 0%,#eea5a6 100%);
	border-top-left-radius: 2em;
	border-top-right-radius: 2em;
	width: 49em;
	height: 11.1em;
	z-index: 1; /* immer oben auf zeigen */
	position: relative;
}

#logo {
	margin: 0.5em;
	height: 10em;
	float: left;
	position: relative;
	z-index: 2; /* ganz überlappend */
}

.wrapper {
	font-family: "Segoe UI";
	margin: auto;
}

#contentWrapper {
	width: 47em;
	padding: 1em;
	background-color: white;
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
	overflow-x: hidden;
}

/* Überschriften */
h1 {
	margin: 0em;
	padding-left: 2em;
	padding-top: 0.15em;
	font-family: "Segoe UI";
	font-size: 5em;
	font-weight: normal;
	text-shadow: 3px 2px #8e2323;
}

h2 {
	font-family: "Verdana";
	font-weight: normal;
	text-shadow: 0.5px 0.5px #eea5a6;
}

h3 {
	font-family: "Verdana";
	font-size: 2em;
	font-weight: normal;
	text-shadow: 0.5px 0.5px #eea5a6;
}

.ersteÜberschrift {
	margin-top: 0.2em;
}

.Überschrift {
	text-align: center;
}

/* Footer and navigation */
footer, nav {
	background-color: #444;
	color: white;
	font-size: .9em;
	position: relative;
}

footer {
	padding: 1em 8em 1em 8em;
	text-align: center;
	margin: 2.5em -1.2em 2em -1.2em;
}

footer a, nav a{
	text-decoration: none;
	color: #fff;
}

footer a:hover {
	color: #eea5a6;
}

footer a#aktuell {
	background-color: transparent;
	color: #eea5a6;
}

/* Navigation */
nav > ul {
	height: 3em;
	margin-left: 8em; /* Abstand des navs zum Rand */
	margin-top: 0em;
	margin-bottom: 0em;
}

nav li {
	line-height: 3em; /* Zeilenhöhe */
	border-bottom: none;
	display: inline-block;
}

nav a#aktuell {
	background-color: #8e2323;
}

nav a {
	display: block;
	border-bottom: none;
	-webkit-transition: background-color .3s ease-in;
	transition: background-color .3s ease-in;
}

nav a:hover {
	background-color: #8e2323;
}

nav > ul > li {
	width: 8em; /* Zellenbreite */
	text-align: center;
}

/* Sub Menus */
nav > ul > li > ul {
	list-style: none;
	background-color: #444;
	padding: 0;
	margin: 0;
}

nav li ul {
	position: absolute;
	display: none; /* Elemente normalerweise ausblenden */
	width: 10em;
}

nav li:hover ul {
	display: block; /* Elemente nur bei Hover anzeigen */
}

nav li ul li {
	display: block; /* Elemente untereinander anzeigen */
	text-align: left;
}

nav > ul > li > ul > li > a {
	padding-left: 1em;
}

/* Links */
a.link:link {
	text-decoration: none;
	color: #6b0f62;
}
a.link:visited {
    text-decoration: none;
	color: #6b0f62;
}

a.link:hover {
    text-decoration: underline;
}

a.link:active {
    text-decoration: underline;
}

/* Formatierung von "Home" */
#feuerwehrhaus {
	width:42em;
}
.bild img
{
	width:45em;
	margin-right: 1em;
		 -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000
}
