html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	min-height: 100%;
	background-image: url(../../files/images/hintergrundbilder/firstStory.jpg);
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.clear {
	clear: both;
}

.group:after {
	content: "";
	display: table;
	clear: both;
}

h1 {
	font-size: 14pt;
	line-height: 1.3em;
	color: white;
	padding: 8px 20px;
	margin-left: -30px;
	margin-top: 5px;
	margin-bottom: 20px;
	background-color: #b0cb21;
	display: inline-block;
}

h2 {
	font-size: 14pt;
	line-height: 1.3em;
	color: #656565;
	padding: 0 0 8px;
}
h2 span {
	color: #b0cb21;
}

h3 {
	color: #656565;
	font-size: 12pt;
	padding-bottom: 10px;
	line-height: 1.2em;
}

h4{
	color: #656565;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 10px;
}

h2 + h4{
	margin-top: 20px;
}

ul + h3 {
	padding-top: 20px;
}

em{
	font-style:italic;
}

#content h3 {
	/*background-color: #b8cb51;*/
	font-weight: bold;
	margin-top: 10px;
}

#content ul {
	list-style-image: url(images/list_item_cross.png);
	padding-left: 30px;
	margin-bottom: 15px;
}

#content ul li h5 {
	padding: 5px 0;
	font-weight: bold;
}

#content ul li {
	color: #656565;
	line-height: 1.2em;
	padding: 5px 1px;
}

ol {
	color: #656565;
	list-style-type: decimal;
	margin-left: 30px;
	margin-bottom: 20px;
}

ol li {
	line-height: 1.2em;
	padding: 5px 4px;
}

#content_right ul li, #content_right ol li{
	color: white !important;
}


p {
	font-size: 10pt;
	font-weight: 200;
	line-height: 1.5em;
	color: #656565;
	margin-bottom: 15px;
}

strong {
	font-weight: 800;
}

.contentimage {
	max-width: 580px;
	margin: 10px 0 30px;
}

a:link {
	color: #656565;
	text-decoration: none;
}

a:visited {
	color: #656565;
}

a:focus {
	color: #656565;
}

a:hover {
	color: #b0cb21;
}

a:active {
	color: #656565;
}

p a:link {
	border-bottom: 1px dotted #656565;
}

#top_box {
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	min-width: 970px;
	height: 85px;
	border-bottom: 4px solid #6d6d6d;
	background-color: white;
}

#logo {
	position: absolute;
	width: 175px;
	left: 30px;
	top: 22px;
}

nav {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

nav ul {
	list-style-type: none;
	float: right;
}

nav ul li {
	position: relative;
	color: #747474;
	font-size: 11pt;
	line-height: 85px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 200;
	float: left;
}

nav ul li:hover {
	background-color: #eee;
}

nav li.active {
	background-color: #b0cb21 !important;
}

nav li.active > a {
	color: white !important;
}

nav li li.active {
	background-color: transparen t;
}

nav > ul > li > a:hover {
	color: #656565;
}

nav li ul {
	white-space: nowrap;
	border-top: 4px solid #6d6d6d;
	position: absolute;
	top: 85px;
	left: 0;
	padding: 5px 10px;
	background-color: #EEEEEE;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	opacity: 0;
	border-radius: 0 0 2px 2px;
}

nav li li {
	position: relative;
	border-top: 1px dotted #6D6D6D;
	padding: 3px 3px;
	line-height: 16pt;
	font-size: 10pt;
	float: none;
}

nav li li:first-child {
	border-top: none;
}

nav li li:hover {

}

nav ul li:hover ul {
	opacity: 1;
}

.hoverarrow {
	display: none;
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -5px;
	border-left: 5px solid #AAAA88;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

nav li li:hover div {
	display: block;
}

nav li li a:link {
	display: block;
	color: black;
	text-decoration: none;
}

nav li li a:visited {
	color: black;
}
nav li li a:focus {
	color: black;
}
nav li li a:hover {
	color: #333;
}
nav li li a:active {
	color: black;
}

#contentwrapper {
	height: 100%;
	padding-top: 460px;
}

#contentwrapper * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#contentwrapper-normal {
	height: 100%;
	padding-top: 160px;
}

#contentwrapper-normal * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#backgroundlayer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	background-color: white;
}

.screen {
	background-size: 100% auto;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.screen h1 {
	z-index: 3;
}

.box-layout {
	background-color: white;
	border-radius: 4px;
	border-bottom: 3px solid #b0cb21;
	border-top: 3px solid #b0cb21;
}

#content {
	width: 960px;
	padding: 30px;
	margin: 0 auto 30px;
}

#preview-box {
	margin: 0 auto;
	width: 960px;
}

#preview-box article {
	position: relative;
	width: 465px;
	height: 380px;
	background-color: #fafdea;
	border-radius: 4px;
	padding: 20px;
	margin-left: 30px;
	border: none;
	float: left;
	overflow: hidden;
}

#preview-box article:first-child {
	margin-left: 0;
}

#preview-box article div.previewcontent {
	position: absolute;
	top: 180px;
	width: 465px;
	padding: 20px 30px 0;
	height: 200px;
	left: 0;
	background-color: white;
	overflow: hidden;
}

#preview-box article div.greenline {
	position: absolute;
	z-index: 50;
	bottom: 0px;
	left: 0;
	background-color: white;
	width: 465px;
	height: 24px;
	border-top: 6px solid #b0cb21;
}

#preview-box article p {

}

#preview-box article h2 {
	position: absolute;
	background-color: #b0cb21;
	color: white;
	margin-left: -20px;
	margin-right: -20px;
	padding: 6px 20px;
	margin-bottom: 20px;
}

#preview-box article img {
	margin: -20px -20px 20px;
	width: 465px;
}

#content_left {
	position: relative;
	width: 615px;
	height: 100%;
	padding-right: 30px;
	float: left;
	/*border-right: 1px dotted black;*/
}

#content_left img {
	max-width: 600px !important;
}

.line {
	height: 100%;
	width: 700px;
	display: none;
	background-color: white;
	border-right: 1px dotted #656565;
	margin-top: 50px;
}

#content_right {
	border-radius: 4px;
	background-color: #96ad11;
	width: 310px;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: -40px;
	margin-top: -40px;
	padding-top: 20px;
	color: white;
	float: right;
}

#content_right + #content_right{
	margin-top: 30px;
}

#content_right p {
	color: white !important;
}

h2 + p{
	padding-top: 10px;
}

#content_right h1, #content_right h2, #content_right h3, #content_right h4 {
	color: white;
}

#content_right h2 {
	background-color: #586610;
	text-transform: uppercase;
	margin-left: -30px;
	width: 310px;
	font-size: 12pt;
	padding: 8px 20px;
}

#breadcrumb {
	font-size: 12pt;
	padding-bottom: 3px;
	color: #656565;
	border-bottom: 1px dotted #6D6D6D;
	margin-bottom: 15px;
}

.screencontentwrapper{
	position: absolute;
	left: 50%;
	top: 200px;
	height: 235px;
	width: 900px;
	margin-left: -450px;
	overflow: hidden;
}

.screencontentwrapper:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: bottom;
	margin-right: -0.25em;
}

div.screencontent {
	display: inline-block;
	z-index: 5;
	vertical-align: bottom;
}

div.screencontent span {
	padding: 6px 8px;
	font-size: 16pt;
	line-height: 29pt;
	background-color: rgba(182,209,34,0.9);
	color: white;
}

div.screencontent img {
	float: left;
	width: 270px;
	border: 10px solid white;
	border-radius: 4px;
	margin-right: 20px;
}


/*Breadcrumbs*/

ul.B_crumbBox {
	list-style-type: none !important;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
	display: inline
}
ul.B_crumbBox li {
	padding: 0 !important;
	display: inline
}

/* Footer */
footer {
	position: relative;
	width: 960px;
	margin: 30px auto 0;
	padding: 20px 30px 10px;
}

#footer {
	background-color: #96ad11;
	color: white;
}

#footer a:link {
	color: white;
}
#footer a:visited {
	color: white;
}
#footer a:focus {
	color: white;
}
#footer a:hover {
	color: #656565;
}
#footer a:active {
	color: white;
}

/* Bottomline */

#bottomline {
	width: 960px;
	color: white;
	font-size: 10pt;
	padding-left: 10px;
	padding-top: 10px;
	margin: 0 auto 20px;
	text-align: left;
}

#bottomline a:link {
	color: white;
}
#bottomline a:visited {
	color: white;
}
#bottomline a:focus {
	color: white;
}
#bottomline a:hover {
	color: #B4E200;
}
#bottomline a:active {
	color: white;
}

/* Kontakt */

.form-field * {
	vertical-align: middle;
}

form p{
	margin-bottom: 5px;
}

.error{
	color: red;
	margin-bottom: 15px;
}

label {
	display: inline-block;
	width: 140px;
}
input[type="text"] {
	width: 140px;
}

#PLZ {
	width: 45px;
	margin-right: 3px;
}
#Ort {
	width: 92px;
}

textarea {
	width: 435px;
	height: 200px;
}

.sitemap > li {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	height: 115px;
}

.sitemap > li > a {
	font-size: 10pt;
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}

.sitemap li li a {
	display: block;
	font-size: 10pt;
	padding: 5px 0;
}

#story-choice {
	position: absolute;
	z-index: 60;
	top: 420px;
	left: 50%;
	margin-left: 400px;
}

#story-choice div {
	float: left;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background-color: #888989;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	margin-right: 5px;
}

.storyActive {
	background-color: #B0CB21 !important;
}

a:link.more {
	color: #586610;
	font-weight: bold;
	border-bottom: none;
}

a:visited.more {
	color: #586610;
}

a:focus.more {
	color: #586610;
}
a:hover.more {
	color: #656565;
}
a:active.more {
	color: #586610;
}

.preview-unterseite{
	position: relative;
	width: 600px;
	height: 140px;
	margin-left: -30px;
	padding: 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.preview-unterseite img{
	width: 100%;
}

.preview-unterseite span{
	position: absolute;
	top: 90px;
	left: 0;
	padding: 5px 20px;
	width: 600px;
	background-color: rgba(176,203,33,0.85);
	font-size: 14pt;
}

.preview-unterseite span a:link{
	color: white;
}
.preview-unterseite span a:visited{
	color: white;
}
.preview-unterseite span a:focus{
	color: white;
}
.preview-unterseite span a:hover{
	color: #656565;
}
.preview-unterseite span a:active{
	color: white;
}

#contact-image{
	position: absolute;
	width: 250px;
	right: 30px;
	top: 120px;
}

input[name="explicitsubmit"]{
			padding: 5px 10px;
			border: 0;
			background-color: #b0cb21;
			color: white;
			margin: 1em auto;
			text-transform: uppercase;
		}
