@import url(normalize.css);
@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light|Open+Sans:400,600);
@import url(font-awesome.min.css);
html, body {
	background: #e9ecf4 url(../images/bg.gif);
	color: #000000; /* FARBCODE 2 - schwarz */
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
#wrapper {
	width: 850px;
	padding: 15px 0;
	margin: 50px auto;
}
.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}
.clear {
	clear: both;
}
header {
}
header #headtitle {
	float: left;
	font-family: 'Shadows Into Light', cursive;
	width: 400px;
	font-size: 30px;
	letter-spacing: 0.07em;
}
header img {
	float: right;
}
header nav {
	margin: 20px 0 0 0;
}
header nav ul, header nav a, header nav ul, header nav li {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	list-style: none;
}
header nav li {
	float: left;
	width: 197px;
	margin-right: 20px;
}
header nav li:last-child {
	margin-right: 0px;
	width: 199px;
}
header nav li a {
	display: block;
	background: rgb(255,255,255);
	font-size: 13px;
	height: 30px;
	font-weight: 400;
	color: #282828;
	padding: 0 15px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	text-align: center;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
}
header nav li a span {
	font-size: 20px;
	display: inline-block;
	width: 25px;
}
header nav li a:hover, header nav li a.active {
	color: #FFFFFF;
	background: #BCA3DB;
	cursor: pointer;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.10);
}
#slideimages {
	position: relative;
	width: 850px;
	height: 300px;
	margin: 20px auto;
	overflow: hidden;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
}
#slideimages div {
	-webkit-animation: slide5 40s ease-in-out infinite;
	-moz-animation: slide5 40s ease-in-out infinite;
	-ms-animation: slide5 40s ease-in-out infinite;
	-o-animation: slide5 40s ease-in-out infinite;
	animation: slide5 40s ease-in-out infinite;
	width: 5100px;
	height: 300px;
	background: #444;
}
#slideimages:hover div {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
#slideimages:hover:after {
}
#slideimages div span {
	display: block;
	float: left;
	width: 850px;
	height: 300px;
}
#slideimages div span.ls img {
	display: block;
	width: 850px;
	height: 300px;
}
#slideimages div span.pt img {
	display: block;
	margin: 0 auto;
	height: 850px;
}
 @-moz-keyframes slide5 {
0% {
margin-left:0px;
}
12% {
margin-left:0px;
}
20% {
margin-left:-850px;
}
32% {
margin-left:-850px;
}
40% {
margin-left:-1700px;
}
52% {
margin-left:-1700px;
}
60% {
margin-left:-2550px;
}
72% {
margin-left:-2550px;
}
80% {
margin-left:-3400px;
}
92% {
margin-left:-3400px;
}
100% {
margin-left:-4250px;
}
}
 @-webkit-keyframes slide5 {
0% {
margin-left:0px;
}
12% {
margin-left:0px;
}
20% {
margin-left:-850px;
}
32% {
margin-left:-850px;
}
40% {
margin-left:-1700px;
}
52% {
margin-left:-1700px;
}
60% {
margin-left:-2550px;
}
72% {
margin-left:-2550px;
}
80% {
margin-left:-3400px;
}
92% {
margin-left:-3400px;
}
100% {
margin-left:-4250px;
}
}
 @-o-keyframes slide5 {
0% {
margin-left:0px;
}
12% {
margin-left:0px;
}
20% {
margin-left:-850px;
}
32% {
margin-left:-850px;
}
40% {
margin-left:-1700px;
}
52% {
margin-left:-1700px;
}
60% {
margin-left:-2550px;
}
72% {
margin-left:-2550px;
}
80% {
margin-left:-3400px;
}
92% {
margin-left:-3400px;
}
100% {
margin-left:-4250px;
}
}
nav {
}
nav ul, nav a, nav ul, nav li {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	list-style: none;
}
nav li {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
	float: left;
	width: 197px;
	margin-right: 20px;
}
nav li:hover, nav li:focus, nav li:active {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
nav li:last-child {
	margin-right: 0px;
	width: 199px;
}
nav li a {
	display: block;
	background: rgb(255,255,255);
	font-size: 20px;
	height: 190px;
	font-weight: 600;
	color: #282828;
	padding: 0 15px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	text-align: center;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
}
nav li a span {
	font-size: 90px;
	display: block;
	height: 90px;
}
nav li a:hover, nav li a.active {
	color: #FFFFFF;
	background: #BCA3DB;
	cursor: pointer;
	box-shadow: 0px 0px 0px #888888;
}
section {
	background: rgba(255,255,255,1.00);
	padding: 20px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
	margin: 20px 0;
}
section h1 {
	font-family: 'Shadows Into Light', cursive;
	width: 400px;
	font-size: 25px;
	color: #BCA3DB;
	line-height: 25px;
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: 0.07em;
}
section h2 {
	font-family: 'Shadows Into Light', cursive;
	width: 400px;
	font-size: 20px;
	color: #8E65A9;
	line-height: 20px;
	letter-spacing: 0.07em;
}
section h3 {
	font-family: 'Shadows Into Light', cursive;
	width: 400px;
	font-size: 15px;
	color: #BCA3DB;
	line-height: 15px;
	letter-spacing: 0.07em;
}
section .div-right {
	float: right;
	text-align: left;
	width: auto;
}
section p {
}


/* Pop */
@-webkit-keyframes hvr-pop {
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}
 @keyframes hvr-pop {
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}
section a {
	display: inline-block;
	padding: 0 2px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	color: #BCA3DB;
	cursor: pointer;
}
section a:hover, section a:focus, section a:active {
	-webkit-animation-name: hvr-pop;
	animation-name: hvr-pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	color: #8E65A9;
	cursor: pointer;
}
section .img-left {
	float: left;
	margin: 0 20px 20px 0;
}
section .img-right {
	float: right;
	margin: 0 0 20px 20px;
}
section ul {
	padding-left: 20px;
}
section strong {
	font-weight: 600;
}


/* Das Kontaktformular */ 
section form {
}
section label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
}
section input#absender,
section textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
section textarea {
  height: 7em;
}
section input:focus,
section textarea:focus {
  background-color: #d9d9d9;
}
footer {
	margin-top: 20px;
	font-size: 14px;
}
footer a {
	color:#363636;
	text-decoration: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
footer a:hover, footer a:focus {
	color: #8E65A9;
	text-decoration: none;
}
address {
	font-style:normal;
}