@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'),
       url('../fonts/open-sans-v34-latin-300.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'),
       url('../fonts/open-sans-v34-latin-700.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('../fonts/open-sans-v34-latin-300italic.woff2') format('woff2'),
       url('../fonts/open-sans-v34-latin-300italic.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/open-sans-v34-latin-700italic.woff2') format('woff2'),
       url('../fonts/open-sans-v34-latin-700italic.woff') format('woff');
}

/* RESET */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0 0 20px #333;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	background: #233215;
}
.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}
.clear { clear: both; }
#mantel {
	width: 740px;
	margin: 0 auto;
}

/* INHALT */
#inhalt { padding: 120px 0 0; }
#fakten a, #fakten a:link, #fakten a:active {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
}
#fakten a:hover {
	color: #000;
	background: #fff;
}
#inhalt ul {
	list-style: none;
	width: 360px;
}
#fakten:hover { z-index: 9999999; }
.minus5 {
	-webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
}
.plus3 {
	background: #000;
	padding: 10px;
	-webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}
#inhalt ul li {
	border-top: 1px dotted #fff;
	padding: 10px 0;
}
#inhalt ul li:first-child {
	border-top: none;
	padding-top: 0;
}
#inhalt ul li:last-child { padding-bottom: 0; }
#kontakt { display: none; }
#kontakt_box { }

/* WACKEL WALDIS */
.doris {
	width: 565px;
	height: 565px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url('../images/doris.png') no-repeat;
}
.doris_hover { background: transparent url('../images/doris_hover.png') no-repeat; }
.mobil {
	width: 400px;
	height: 300px;
	position: absolute;
	bottom: 80px;
	right: 80px;
	background: transparent url('../images/mobil.png') no-repeat;
}
.mobil_hover {
	background: transparent url('../images/mobil_hover.png') no-repeat;
	cursor: pointer;
}
#parse_error {
	display: none;
	position: absolute;
	top: 80px;
	right: 120px;
	height: 158px;
	width: 494px;
	background: transparent url('../images/parse_error.png') no-repeat;
}

/* KONTAKT */
h1 {
	font-size: 50px;
	color: #fff;
	padding-bottom: 50px;
}
h2 {
	font-size: 35px;
	color: #fff;
	padding-bottom: 40px;
	background: transparent url('../images/bg_linie.png') 25px 35px no-repeat;
}
h3 {
	width: 125px;
	height: 37px;
}
.startseite {
	width: 400px;
	height: 300px;
	position: absolute;
	bottom: 80px;
	right: 80px;
	background: transparent url('../images/start.png') no-repeat;
}
.startseite_hover {
	background: transparent url('../images/start_hover.png') no-repeat;
	cursor: pointer;
}

h3 a {
	width: 125px;
	height: 37px;
	display: block;
	background: transparent url('../images/startseite.png') no-repeat;
}
h3 a span { display: none; }
#kontakt_box h2 { cursor: pointer; }
#kontakt_box h2.active { cursor: text; }
#kontakt p {
	font-size: 20px;
	padding-bottom: 10px;
}
#kontakt a {
	text-decoration: none;
}
#kontakt strong {
	background: #000;
	padding: 2px 4px;
	color: #fff;
}
#kontakt span {
	padding-right: 10px;
}