@charset "utf-8";
/* CSS Document */

body{
	background-image: url(img/bg.jpg);
}

table, td{

	border:1px silver;
}
.form-signin {
    max-width: 500px;
    padding: 19px 29px 29px;
    margin: 0 auto;
	//margin-top:90px;
    background-color:  rgba(0,0,0,0.5);
	border: 5px groove silver;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0px 0px 50px 30px rgba(0,0,0,0.8);
       -moz-box-shadow: 0px 0px 50px 30px rgba(0,0,0,0.8);
            box-shadow: 0px 0px 50px 30px rgba(0,0,0,0.8);
	font-family:Tahoma, Geneva, sans-serif;
	color:#990000;
	font-weight:lighter;
}


.form-signin .form-signin-heading{
    color:#00A2D1;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    font-size: 16px;
    height: 45px;
    padding: 7px 9px;
}

.signin-form, .body-container
{
	//border:solid red 1px;
	margin-top:110px;
}
.navbar-brand{
	font-family:"Lucida Handwriting";
}
#btn-submit{
	height:45px;
}
.h5{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 30px;
	
}
.h4{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 20px;
	margin-top:-1px;

	
}
h1{
	font-family:Verdana, Geneva, sans-serif;
}
.pheader{
	font-family:Verdana, Geneva, sans-serif,;
	color:silver;
	width:100%;
	height:40px;
	text-align:center;
	border:1px groove silver;
	background-color:  rgba(0,0,0,0.8);
}
.pcontent{
	font-family:Verdana, Geneva, sans-serif,;
	color:silver;
	width:100%;
	min-height:300px;
	text-align:center;
	border:1px groove silver;
	background-color:  rgba(0,0,0,0.8);
}
.hheader{
	font-family:Verdana, Geneva, sans-serif,;
	color:silver;
	width:100%;
	height:30px;
	text-align:center;
	border:1px groove silver;
	background-color:  rgba(0,0,0,0.8);
}
.hcontent{
	font-family:Verdana, Geneva, sans-serif,;
	color:silver;
	width:100%;
	min-height:300px;
	text-align:center;
	border:1px groove silver;
	background-color:  rgba(0,0,0,0.8);
}
.impressum{
	font-family:Verdana, Geneva, sans-serif,;
	color:silver;
	width:60%;
	margin-left:20%;
	min-height:300px;
	text-align:center;
	border:1px groove silver;
	border-style:double;
	background-color:  rgba(0,0,0,0.8);
	box-shadow:0px 2px 5px;
}

.pheader1{
	font-family:Verdana, Geneva, sans-serif,;
	color:silver;
	width:100%;
	height:40px;
	text-align:center;
	border:1px groove silver;
	background-color:  rgba(0,0,0,0.8);
}
.hheader1{
	font-family:Verdana, Geneva, sans-serif,;
	color:silver;
	width:100%;
	height:40px;
	text-align:center;
	border:1px groove silver;
	background-color:  rgba(0,0,0,0.8);
	margin-top:-5%;
}
.navigation{
	width:100%;
	height:auto;
	border:1px groove silver;
	background-color:  rgba(0,0,0,0.8);
}
/* Menü Anfang */
/* Basis Menü Style */
.block-menu {
	display: block;
	text-align:center;
	
}

.block-menu li {
	display: inline-block;
}

.block-menu li a {
	color: rgba(0,0,0,0.1);
	display: block;
	text-decoration: none;
	font-family: 'Passion One', Arial, sans-serif;
	font-smoothing: antialiased;
	text-transform: uppercase;
	overflow: visible;
	line-height: 20px;
	font-size: 24px;
	padding: 15px 10px;

}


.three-d {
	perspective: 200px;
	transition: all .07s linear;
	position: relative;
	cursor: pointer;

}
/* Annimation Komplett! */
	.three-d:hover .three-d-box, 
	.three-d:focus .three-d-box {
		transform: translateZ(-25px) rotateX(90deg);
	}

.three-d-box {
	transition: all .3s ease-out;
	transform: translatez(-25px);
	transform-style: preserve-3d;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;

}


.front {
	transform: rotatex(0deg) translatez(25px);
	border-bottom:1px gold solid;
	border-radius:10px;
	background-color:  rgba(0,0,0,0.5);
	

}

.back {
	transform: rotatex(-90deg) translatez(25px);
	color: #ffe7c4;
	border-top:1px gold solid;
	border-radius:10px;
	text-shadow: 0 0 0px #fff,
	0 0 5px #fff,
	0 0 10px #fff,
	0 0 20px red,;
	background-color:  rgba(0,0,0,0.5);

}

.front, .back {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: black;
	padding: 15px 10px;
	color: white;
	pointer-events: none;
	box-sizing: border-box;
	background-color:  rgba(0,0,0,0.5);
}
/* Menü ende */
.tr{
	margin-left:35%;
	color:silver;
	width:30%;
	text-align:center;
	border:5px groove silver;
	border-style:double;
	border-radius:10px;
	background-color:  rgba(0,0,0,0.8);
}
.copyright{
	margin-top:10%;
	color:silver;
	width:100%;
	text-align:center;
	border:5px groove silver;
	border-style:double;
	border-radius:10px;
	background-color:  rgba(0,0,0,0.4);
}
.copyright1{
	margin-top:3%;
	color:silver;
	width:100%;
	text-align:center;
	
	
}
.header{
	margin-top:-70px;
	margin-bottom:50px;
	color:silver;
	width:100%;
	height:80px;
	text-align:center;
	 background-color:  rgba(0,0,0,0.5);
	
    border: 5px groove silver;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0px 0px 50px 30px rgba(0,0,0,0.8);
       -moz-box-shadow: 0px 0px 50px 30px rgba(0,0,0,0.8);
            box-shadow: 0px 0px 50px 30px rgba(0,0,0,0.8);
			
	font-family:Tahoma, Geneva, sans-serif;
}
.footer{

	margin-top:25%;
}
.footer1{

	margin-top:2%;
}
.footer2{

	margin-top:15%;
}