@charset "utf-8";
@font-face {
	font-family: Nunito ;
	src: url('nunito/Nunito-Regular.ttf') format('truetype') ;
}

body {
	margin: 0 ;
	border: 0 ;
	padding: 0 ;
	font-size: 1em ;
	font-family: 'Nunito', Verdana, Arial, Helvetica, sans-serif ;
	color: #fff ;
	background: #ddd no-repeat center fixed ;
	background-size: cover ;
}
h1 {
	margin: 0.5em ;
	text-align: center ;
	font-size: 2em ;
}
h2 {
	font-size: 1.4em ;
}
h3 {
	font-size: 1.2em ;
}
p, li, dd {
	hyphens: auto; 
	word-wrap: normal;
}
a , a:hover , a:active , a:visited {
	color: #FF0;
	text-decoration: none;
}
main {
	display: block;
	min-width: 240px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px; 
	margin-bottom: 30px;
	padding: 2em;
	padding-top: 0.5em ;
	border-radius: 10px; 
	background-color: #333333cc ;
	box-shadow:  10px 10px 10px #000;
}
article {
	position: relative;
	width: 90%;
	margin: auto;
	overflow: auto;
	line-height: 1.4em;
	
}
#Vorschau {
	display:block;
	position: relative;
	width: 90%;
	margin: auto;
	overflow: hidden;
	border: inset medium #999;
	border-radius: 10px;
}
#Miniaturen {
	position: relative;
	width: 90%;
	margin: auto;
	overflow: auto;
	line-height: 1.4em;
	text-align: center;
}
#Miniaturen img {
	margin: 10px;
}
.Dunkelgrau{
	background:#333; 
}
.Mittig {
	position: absolute;
	top: 50% ;
	left: 50% ;
	width:   800px ;
	height:  480px ;
	margin-top:  -240px ;
	margin-left: -400px ;
	overflow: visible ;
}
.Startbild {
	display:block;
	margin:auto;
	width: 90%;
	height:auto;
	border:inset 3px #333 ;
	border-radius: 10px; 
}
address {
	display: block ;
	font-size: 1.2em ;
	text-align: center ;
}
table.Gepunktet, table.Gepunktet th, table.Gepunktet td {
	padding: 0.4em ;
	vertical-align: text-top;
	text-align: left ;
}
figure {
	margin: 0 ;
	border: 0 ;
	padding: 0 ;
	margin-top: 1em;
}
figure > img {
	width: 100% ;
}
figcaption {
	font-size: 0.9em ;
	font-style: italic ;
}
li {
	margin-bottom: 0.5em ;
}
dl {
	margin: 2em ;
}
dt {
	display: block ;
	float: left ;
	font-weight: bold ;
}
dd {
	display: block ;
	margin: 0em ;
	margin-left: 4em ;
	margin-bottom: 1em ;
}
li > h2 {
	font: inherit ;
	font-weight: bold ;
	margin: 0 ;
	padding: 0 ;
}

.Schliessfeld {
	display: block !important ;
	position: absolute !important ;
	top: 0px !important; 
	right: 0px !important ;
	width: 2.4em !important ;
	height: 1.6em !important ;
	border: solid 1px #000000 !important ;
	border-radius: 0.2em !important ;
	background-color: #ff0000 !important;
	background: linear-gradient( to bottom , #ff6666 0% , #cc0000 70% , #ff6666 100% ) !important;
	color: #ffffff !important ;
	font-size: 1.5em ;
	font-weight: bold  !important;
	text-align: center !important ;
	text-decoration: none !important ;
}
