@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background-color: #554A44;
	font-family: "OpenSans-CondLight", "sans-serif";
	color: #ffffff;
	font-weight: 300;
	font-size:1.5 em;
}
div{
	margin:0;
	padding: 0;
}
a:link, a:visited {
  	text-decoration: none;
	color: #ffffff;
}
a:hover {
  	color: #C7A276;
}
a:active {
  	color: #554A44;
}
/* ----------------------------- */

@font-face{ 
	font-family: 'OpenSans-CondLight';
	src: url("fonts/OpenSans-CondLight.ttf") format('truetype');
}
/* ----------------------------- */
#menu{
	max-width: 600px;
}	
#bgschrank{
	background-image: url("images/einbauschrank.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 90vh;
	background-position:center top;
	padding: 5vh 0;
}
#bgraum{
	background-image: url("images/raum.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 90vh;
	background-position:center top;
	padding: 5vh 0;
}	

#bgbett{
	background-image: url("images/bett.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 90vh;
	background-position:center top;
	padding: 5vh 0;
}
.w1200{
	max-width: 1200px;
	margin-top:0;
	margin-bottom: 50px;	
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#telefon{
	text-align: center;
	font-size: 3em;
}
.flex-box {
	display:flex; 
	justify-content: space-around;
	max-width: 1200px;
	margin: 50px auto;
}
.flex-box > div {
	display: flex;
	flex-direction: row;
	align-items:center;
}