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

* {
	top:0;
}

body {
max-width:1600px;
background-image:url(Fotolia_53152584_L.jpg);
background-repeat:no-repeat;
background-size:100% 950px;

}

.container {
margin-top:20px;
width:60%;
height:900px;
margin:auto;	

}


.header {
text-align:center;
height:80px;
font-size:40px;
color:#444444;
margin-bottom:60px;

}
.logooben {
width:140px;
height:140px;	
margin-top:0;
margin-bottom:15px;
}
.finca {
width:100%;	
background-image:url(Fotolia_67578144_M.jpg);
background-size:100% 450px;
height:450px;
float:left;
opacity:0.9;
text-align:right;
font-size:40px;
text-decoration:none;
}
.fincaschrift {
margin-top:50px;	
}

.yoga {
width:100%;
background-image:url(Fotolia_56609684_M.jpg);
background-size:100% 450px;
height:450px;
float:left;
opacity:0.9;
text-align:right;
font-size:40px;
text-decoration:none;
}

.yoga a {
	color:#DEBFAD;
	margin-right:120px;
}

.footer {
width:70%;
height:40px;
background:#666666;	
margin:0 auto;
}

a {
	color:#866D6D;
	margin-right:120px;
	text-decoration:none;
}

@media (max-width: 1345px) {
	
.container {
	width:95%;
	height:auto;
}

.header {
	height:80px;
	width:100%;
}



}

