/*
 * Main-Styles Beulendoktor-Wuppertal.de
 *
 * Author: Julian Schrader
 * mail@julianschrader.com
 *
 * http://schrader.io
 */

* {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2","Lucida Grande", Arial, Tahoma, sans-serif;
}

html {
	padding: 2em;
	background-color: #fff;
	color: #333;
	font-size: 16px;
	border: 15px solid #fa9319;
}

body {
	max-width: 900px;
	margin: auto;
}

a:link, a:visited {
	color: #00519e;
}

a:hover, a:active {
	color: #fa9319;
}

div#header {
}

ul#contact {
	list-style-type: none;
}

ul#contact li {
	float: right;
	padding-left: 1.5em;
}

div#header h1 {
	font-size: 2.5em;
	font-weight: bold;
}

div#header h1 a {
	text-decoration: none;
	color: #333;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
}

div#content {
	background-color: white;
	display: block;
	overflow: auto;
	padding-bottom: 1em;
	margin-bottom: 2em;
	border: 3px solid #00519e;
	border-width: 0 0 3px 0;
}

div#calltoaction {
	background-color: #fa9319;
	padding: 1em;
	text-align: center;
}

div#calltoaction a {
	font-size: 1.5em;
	text-decoration: none;
	font-weight: bold;
}

div#calltoaction a:hover {
	color: #333;
}

div#contactform {
	border: 3px solid #00519e;
	border-width: 3px 0 3px 0;
	padding: 2em;
}

div#description {
	width: 45%;
	float: left;
}

div#services {
	width: 45%;
	float: right;
}

p#imprint, p#contact {
	font-size: .7em;
	text-align: center;
}

p#contact {
	font-size: 16px;
}

span#phone, a#email {
	padding-left: 20px;
	background: #fff url(../img/Phone_16x16.png) no-repeat center left;
	margin-left: 2em;
}

a#email {
	background-image: url(../img/Mail_16x16.png);
	color: #333;
}

p#backtostart {
	font-size: .7em;
	font-style: italic;
}

p#bender-logo {
	float: right; 
	text-align: right;
}

p#bender-logo img {
	border: none;
}

#js-logo {
	text-align: center;
	margin-top: 2em;
	opacity: .7;
}

	#js-logo a img {
		border: none;
	}
	
	
/* --- Slideshow --- */

#slideshow {
    position: relative;
    height: 250px;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

#slideshow img.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow img.last-active {
    z-index: 9;
}