/* 
Name: Default Landingpage
Author: Manuel Kotschote
Description: Basic HTML Structur, jQuery+UI, external Stylehseet including Eric Meyers CSS reset.
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	text-align: center;
}
#ef-message-mail {
  display: none !important;
  visibility: hidden !important;      
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: #054C8C;
	text-decoration: none;
}

small {
	font-size: 10px;
}

strong {
	font-weight: bold;
}

body {
	background: #eee;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	height: 100%;
	line-height: 1.4;
}

p {
	margin: 0 0 10px;	
}

h2, h3, h4 {
	font-family:"Lato", Georgia,Palatino,Palatino Linotype,serif; font-weight: 300;
	font-weight: bold;
	margin: 0 0 10px;	
}

h1 {
	color: #fff;

	font-size: 86px;
	line-height: 68px;
	letter-spacing: -2px;
}

h2 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 68px;
	letter-spacing: -2px;
}

h3, h4 {
	color: #666;
	font-size: 32px;
}

.clearer {
	clear: both;
	height: 1px;
	float: none;
}

.center {
	margin: 0px auto;
	text-align: left;
	width: 960px;
	}

#wrapper-top {
	background: #689dcf;
	box-shadow: inset 0px -1px 1px rgba(255, 255, 255, .4);
	border-bottom: 1px solid #1782bd;
	color: #fff;
	font-size: 12px;
	padding: 10px 0;
}

.button {
	background: #9b2f3d;
	border: 1px solid #9e2d0d;
	box-shadow: inset 0 3px 3px rgba(255, 255, 255, .1), 0 0 3px rgba(0, 0, 0, .7);
	cursor: pointer;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 30px;
	text-align: center;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, .3);
	width: 300px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.button:hover {
	background: #9e2d0d;
}

.button:focus,
.button:active {
	box-shadow: 0 3px 3px rgba(255, 255, 255, .1), inset 0 0 3px rgba(0, 0, 0, .7);
}

#wrapper-teaser {
	height: 450px;
}

#teaser .left ul {
	margin: 10px 0;
}

#teaser .left h4 {
	color: #111;
	font-size: 18px;
}

#teaser .left {
	padding-left: 0;
}

#teaser .left a.button {
	margin: 20px 0 20px 0;
	padding: 20px;
	position: relative;
	width: 380px;
}

#top {
	line-height: 70px;
}

#wrapper {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #666;
	background: url('images/bg.png') #b2bccf no-repeat right top;	
	min-height: 700px;
}

#header {
	padding: 20px 0;
}

#top a {
	background: url('images/logos.jpg') no-repeat top left;
	display: block;
	height: 59px;
	text-indent: -10000px;
	width: 502px;
}

#header #logo {
	background: url('images/logo.png') no-repeat top left;
	display: block;
	height: 100px;
	text-indent: -10000px;
	width: 553px;
}

#teaser .left {
	margin-top: 80px;
	width: 510px;
	background: rgba(100%, 100%, 100%, 0.5);
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 10px #333333;
}

#teaser .left ul li {
	color: #333;
	list-style: square;
	margin: 0 0 10px 20px;
}

span.bubble {
	background: #666 url(images/br.png) no-repeat;
	border: 1px solid #666;
	border-radius: 5px;
	display: block;
	margin: 0;
	padding: 20px;
	position: absolute;
	width: 340px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-shadow: none;
	text-align:right;
	top: 80px;
	display: none;
	height:90px;
	left: 20px;
}

.small {
	font-size: 11px;
	line-height: 22px;
}

span.bubble:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-color: #666 transparent;
	display: block;
	width: 0;
	top: -16px;
	right: 163px;
	border-width: 0 16px 16px;
}

#wrapper-content {
	background: #fff;
	border-top: 1px solid white;
	box-shadow: inset 0 60px 65px -65px rgba(0, 0, 0, 0.5);
	color: #ddd;
	padding: 40px 0;
}

/*
-- Info ---------------------------------
*/

#info-wrapper {
	background: #9e2d0d  url('images/gradient-large.png') repeat-x top center;
	border-top: 1px solid #fff;
	color: #fff;
}

#info-wrapper #info {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

#info-wrapper #info h2 {
	color: #fff;
	font-size: 32px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.danke .social {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	margin-top: 20px;
	padding: 20px;
	float: right;
	width: 200px;
	box-shadow: 0 0 10px #333333;
	border-radius: 5px;
}

.danke .social a {
	color: #000;
	display: block;
}

.danke .social a:hover {
	color: #111;
}

/*
-- Quotes ---------------------------------
*/

blockquote {
	font-family: Georgia,Palatino,Palatino Linotype,serif;
	font-size: 22px;
	font-style: italic;
	padding: 0 0 20px;
	color:#13161f;
}

blockquote span {
	color: #13161f;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 10px 0 0;
}

#content .left {
	background: url('images/vertical.png') repeat-y top right;
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	width: 420px;
}

.danke p {
	width: 600px;
	color:#fff;
}

#content .right {
	margin-top: 20px;
	float: right;
	width: 500px;
}

#content h2 {
	color: #13161f;
}

#content p {
	margin-bottom: 20px;
}

#content h3 {
	color: #13161f;
	font-size: 22px;
}

#content ul {
	border-bottom: 1px dotted rgba(255, 255, 255, .3);
	padding: 0 0 20px;
}

#content ul li {
	list-style: square outside;
	margin: 0 0 10px 15px;
}

#content .image-slider {
	border-top: 1px dotted rgba(0, 0, 0, 1);
	padding-top: 20px;
}

#content .image-slider img {
	background: #fafafa;
	border: 2px solid #fff;
	box-shadow: 0 0 5px #000;
	padding: 8px;
}

#content a {
	color: #689dcf;
	text-decoration: underline;
}

#content a:hover {
	color: #000;
	text-decoration: underline;
}

.left p{
	color: #000;
}

#overlay {
    background:transparent url(images/overlay.png) repeat top left;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
	display: none;
}

#form{
    border:5px solid #fff;
    position: fixed;
    top:-500px;
    background-color:#eee;
    color:#7F7F7F;
    padding:20px;
	margin: 0 auto;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    -moz-box-shadow: 0 1px 5px #111;
    z-index:101;
	text-align: left;
	left: 20%;
	right: 20%;
	width: auto;
}

#footer {
	border-top: 1px solid #fff;
	font-size: 12px;
	padding: 10px 0 0;
}

a.close {
    background: url("images/close.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 32px;
    margin-right: -40px;
    margin-top: -40px;
    width: 32px;
}

form .textfeld {
	position: relative;
}

form .hakenfeld input {
	width: 20px;
}

form .hakenfeld {
	font-size: 12px;
	margin-bottom: 20px;
	position: relative;
	color:#13161f;
}

#footer p{
	color: #fff;
}

#footer a{
	color: #689dcf;
}

form .hakenfeld a {
	color: #fff;
	text-decoration: underline;
}

form label.error {
	background: #111;
	border-radius: 10px;
	box-shadow: inset 0 15px 15px rgba(255, 255, 255, .1), 0 0 3px #111;
	color: #cb421b ;
	font-size: 9px;
	left: 390px;
	padding: 5px 15px;
	position: absolute;
	text-transform: uppercase;
	top: 10px;
	width: auto;
	z-index: 99;
}

form .hakenfeld label.error {
	top: 0;
}

form, fieldset {
	margin: 0;
	padding: 0;
}

form label {
	color: #000;
	display: inline-block;
	font-weight: bold;
	margin: 0 0 20px;
	text-shadow: -1px -1px -1px #000;
	width: 200px;
}

form input.button {
	margin-left: 205px;
}

form input,
form select {
	background: #ddd;
	border: 1px solid #aaa;
	padding: 10px 10px;
	width: 179px;
}

form select {
	width: 202px;
}

form input:focus,
form input:active {
	border: 1px solid #054C8C;
}

form input.button {
	font-size: 16px;
	width: 200px;
}