/* --- C S S   R E S E T --- */

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;
}
img {
	max-width: 100%;
}
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;
}

/* --- G E N E R A L --- */

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	color: #1e3031;
	font: 100% "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}


body {
	background: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
}

.clear:before,
.clear:after {
	content: " ";
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Slab", serif;
	font-weight: normal;
}

h1, h2 {
	font-size: 1.2em;
}

h1 {
	color: #000;
	line-height: 1.4em;
	text-align: right;
}

h2 {
	line-height: 1.8em;
	padding: 0 0 2px;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	line-height: 1.8em;
}

a, a:visited {
	text-decoration: none;
}

/* --- P A G E S --- */

.page-header {
	cursor: pointer;
	margin: 42px 0 40px;;
}

.page-header > h1 {
	padding: 0 2px;
}

.page-header .bgslider {
	background: url("../images/langes_bild.jpg") 0 0 repeat-x;
	height: 300px;
}

.page-wrapper {
	background: url("../images/gelber_verlauf.jpg") 0 100% repeat-y;
	margin: 0 auto;
	width: 960px;
	padding: 0 140px;
}

.page {
	height: 400px;
}

.page.contact-thx {
	display: none;
}

p, ul {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

ul, li {
	list-style: none;
}

ul.references > li {
	display: inline-block;
}

ul.references > li:after {
	content: " /";
}

ul.references > li:last-child:after {
	content: "";
}

.page-footer {
	margin: 40px 0 90px;
}

a.internal {
	color: #000000;
	display: inline-block;
	font-family: "Roboto Slab", serif;
	height: 24px;
	margin: 0 1em 0 0;
	padding: 6px;
}

a.internal:hover {
	font-weight: bold;
}

a.internal:last-child {
	background: url('../images/home.png') 0 0 no-repeat;
	text-indent: -999px;
	width: 24px;
}

a.internal:last-child:hover {
	background-position: -24px 0;
}

a.active {
	font-weight: bold;
}

a.internal:last-child.active {
	display: none;
}


/* --- F O R M --- */

.contact-wrap {}

fieldset {
	display: inline-block;
	float: left;
	margin: 15px 30px 15px 0;
	padding: 0;
	position: relative;
}

input[type=text], textarea {
	background: rgba(0,0,0,0.1);
	border: 0 none;
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0;
	padding: 8px;
}

input[type=text]:hover, textarea:hover {
	background: rgba(255,255,255,0.8);
}

input[type=text]:focus, textarea:focus,
input[type=text].filled, textarea.filled {
	background: #ffffff;
	border: 0;
	outline: none;
}

input[type=text].error, textarea.error,
input[type=text]:focus.error, textarea:focus.error  {
	border: 1px solid #cc0000;;
}

input[type=text] {
	width: 300px;
}

textarea {
	resize: none;
	width: 630px;
	height: 200px;
}

label.placeholder {
	color: #000000;
	cursor: text;
	font-size: 1em;
	left: 8px;
	line-height: 1.4em;
	position: absolute;
	top: 8px;
}

label.placeholder.focus {
	color: rgba(0,0,0,0.5);
	font-size: .8em;
	left: 0px;
	line-height: 1.4em;
	position: absolute;
	top: -18px;
}

label.error {
  color: #cc0000;
  display: block;
  font-size: 0.8em;
  padding: 4px 0 0;
  text-align: right;
}

label.placeholder, input[type=submit],
input[type=text], textarea {
	-webkit-transition: all 200ms;
	   -moz-transition: all 200ms;
	        transition: all 200ms;
	-webkit-transition-timing-function: ease;
	   -moz-transition-timing-function: ease;
	        transition-timing-function: ease;
}

input[type=submit] {
	background: rgba(0,0,0,0.1);
	border: 0 none;
	color: #000000;
	cursor: pointer;
	display: block;
	font-family: "Roboto Slab", serif;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	margin: 0 0 8px;
	padding: 12px 4px 4px;
}

input[type=submit]:hover {
	background: #ffffff;
	padding: 4px 4px 12px
}

.main-err {
	color: #cc0000;
	display: none;

}

.contact-thx {
	display: none;
}