/*--------------------------------------------------
Tino Flautino

website:	tinoflautino.ch

author: 	yrnuid.de { your new identity }
			Webentwicklung, Print & Public Relations

			Benjamin Mossop
			PR Berater (DAPR)
			Mediengestalter (IHK)

			Am Treptower Park 24
			12435 Berlin
			Germany

			M:+49 151 70181858
--------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
html {
	height: 100%; /* wichtig */
  	background: url(../img/cover_bg.jpg) no-repeat center center fixed; 
 	-webkit-background-size: cover;
	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
#picload {
    position: absolute;
    top: -500px;
    margin: -500px;
    width: 50px;
    height: 50px;
    border: none;
    display: none;
}
h1 {
	font-family: "adobe-caslon-pro",serif;
	font-style: italic;
	font-weight: 400;
	color: #FFFFFF;
}
hr {
    height: 1px !important;
	width: 100%;
    border: 0;
    color: #b33232;
    background-color: #b33232;
    margin-top: -10px;
    margin-bottom: 0px;
}
#wrapper {
	position:relative;
	margin:auto;
	width: 840px;
	height: auto;
}
#bird {
	display: block;
	position: relative;
	float: right;
	margin-top:0px;
	width:280px;
	height:302px;
	background-image:url(../img/bird.png);
}
@media (max-width: 1270px) {
#bird {
	display:none;
}
     /* mobile Geräte */ }
#header {
	width: 840px;
	height: 560px;
	margin-left:0px;
	margin-top: 0px;
	background-image:url(../img/maurice_steger.png);
	background-position: bottom right;
	background-repeat:no-repeat;
}
#nav {
	position: relative;
	margin-left:126px;
	width: 840px;
	height:100px;
	font-family: 'Raleway', sans-serif;
}
.this {
	position: absolute;
	margin-top:18px;
	letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #D75551;
}
#products {
	position: relative;
	margin:auto;
	margin-top:-200px;
	margin-left:20px;
	width: 840px;
	height: 240px;
	z-index: 100;
}
.product {
	position: relative;
	float: left;
	width: 240px;
	height: 230px;
	background-color: #FFF;
	border: 1px solid #333333;
	padding-top:10px;
	padding-left:4px;
}
.product a {
  	transition: height 1s ease-in-out, background-color 0.5s;
}
.product a:hover {
	height: 140px;		
   transition: height 1s ease-in-out, background-color 0.5s;
}
	
#introtext {
	position: relative;
	margin: auto;
	width: 880px;
	margin-left: -20px;
	margin-top: -130px;
	padding: 20px;
	height: auto;
	color: #FFF;
	background-color: #CB3938;
	border: 1px solid #FFF;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}
#contacttext {
	position: relative;
	margin: auto;
	width: 880px;
	margin-left: -20px;
	margin-top: -160px;
	padding: 20px;
	height: 1000px;
	color: #FFF;
	background-color: #CB3938;
	border: 1px solid #FFF;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}
#lefttext {
	position: relative;
	margin-top: 40px;
	float:left;
	height: 200px;
	width:300px;
}
#formular {
	position: relative;
	margin-top: 30px;
	float:right;
	height: 900px;
	width:460px;
	overflow: hidden;
}
#footer {
	position: relative;
	margin:auto;
	margin-top:20px;
	margin-left:-20px;
	width:  880px;
	height: 11px;
	background-image:url(../img/footer.png);
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	padding-top: 30px;
	padding-left: 0px;
	color: #F9FBFA;
}
a.e {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration:none;
}
a.e:hover {
	text-decoration:underline;
	color: #FFF;
}
a.d {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration:none;
}
a.d:hover {
	text-decoration:underline;
	color: #FFF;
}
