﻿#inhalt-home{
	height:1550px;
	padding-top:10px;
}

#header{
	opacity:1;
	z-index:400;
	position:fixed;
	top:0px;
	
	background-image:url('../pics/startseite/bg_vorlage.png');
	background-position:center;
	background-repeat:no-repeat;
	background-color:white;
	width:100%;
	height:155px;
	
	-moz-box-shadow: 0px 11px 6px -6px #999;
	-webkit-box-shadow: 0px 11px 6px -6px #999;
	box-shadow: 0px 11px 6px -6px #999;
	
	
}

#header img {
	margin-top:10px;
	
}

#nav{
	margin-top:0px; /*Änderung im Javascript auf den gleichen Wert nicht vergessen!*/
	display: inline-block;
	position:relative;
	height:45px;
    cursor: default;
    z-index: 400;
}
	


#banner{
margin-top:75px;

}

#kopf-s {
	background-image:url('../pics/startseite/banner_s.jpg');
	margin:50px auto 0px auto;
	width:886px;
	height:332px;
	text-align:center;
	-webkit-box-shadow: -1px 2px 20px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: -1px 2px 20px -3px rgba(0,0,0,0.4);
	box-shadow: -1px 2px 20px -3px rgba(0,0,0,0.4);

}


#inhalt-index1{
	position: absolute;
	background-color: #f7f7f7;
	height:500px;
	width:896px;
	margin:2px 2px;
	z-index:50;
	padding-top:10px;
	text-align:center;
	
}

#willkommen {
	font-family:'Caveat', cursive;
	color:rgba(255, 114, 43, 1);
	font-size:80px;
	font-weight:bold;
	text-shadow:2px 2px 2px grey;		
	margin:0px 20px 0px 25px;
	
}


.galerie figure {
	background: white;
	border: 5px solid white;
	box-shadow: 1px 1px 4px grey;
	float: left;
	height: 300px; /*Höhe Bild*/
	margin: 10px 30px 10px 30px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 225px; /*Breite Bild + 5px*/
}

figure img {
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

figcaption {
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 80%;
	height: 300px; /*Höhe Bild*/
	margin: -5px 0px 0px 3px;
	opacity: 0;
	padding: 0;
	width: 220px; /*Breite Bild*/
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transform: translate(0px, -300px) rotate(180deg); /*Höhe Bild negativ*/
	transform: translate(0px, -300px) rotate(180deg); /*Höhe Bild negativ*/
	-webkit-transition: all 0.2s 0.4s ease-in-out;
	transition: all 0.2s 0.4s ease-in-out;
}

figure:hover figcaption {
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate(0px, -300px) rotate(0deg); /*Höhe Bild negativ*/
	transform: translate(0px, -300px) rotate(0deg); /*Höhe Bild negativ*/
}

figure h2 {
	background: rgba(255, 114, 43, 1);
	color: white;
	font-size: 20px;
	
	margin: 0px 0 0;
	padding: 1em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

figure:hover h2 {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

figure p {
	color: white;
	font-family: Georgia, serif;
	font-style: italic;
	padding: 10px 20px 20px;
	position: relative;
	opacity: 0;
	text-align: center;
	-webkit-transform: translateX(300px) rotate(90deg);
	transform: translateX(200px) rotate(90deg);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

figure:hover p {
	opacity: 1;
	-webkit-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

figure a.info {
	font-family:Georgia, "Times New Roman", Times, serif;
	position: relative;
	-webkit-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

figure:hover a.info {
	color: white;
	background: rgba(255, 114, 43, 1);
	border: 1px solid currentColor;
	font-size: 1.0em;
	text-decoration: none;
	padding: 0.5em 2em;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

figure:hover a.info:after,
figure:hover a.info:before {
	height: 1.5em;
	position: absolute;
	top: 0.5em;
	width: 1.5em;
}

figure:hover a.info:after {
	content: "";
	right: 0.1em;
}

figure:hover a.info:before {
	content: "";
	left: 0.1em;
}
/* clearfix */

main:after {
	clear: left;
	content: " ";
	display: block;
}

.p_h {
	margin:520px auto 10px auto;
	text-align:center;
	font-family:'Caveat', cursive;
	color:lightslategrey;
	font-size:35px;
	
	text-shadow:2px 2px 2px grey;
	
}

.new {
	margin:520px auto 10px auto;
	text-align:center;
	font-family:'Caveat', cursive;
	color:lightslategrey;
	font-size:35px;
	
	text-shadow:2px 2px 2px grey;
	
}

