@import url(http://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic);
	


body {
	background-image: url(img/backgroud_01.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #c5ba9f;
	text-align: center;
	font-family: Arvo;
	color: white;
	}
	
a:link {  color:white; text-decoration:none; }
a:visited { color:white; text-decoration:none; }
a:focus { color:white; text-decoration:none; }
a:hover { color:#e7312a; text-decoration:none; }
a:active { color:#e7312a; text-decoration:none; }	
	
h2 {
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #e7312a;
	font-size: 20pt;
	font-weight: 700;
	line-height: 1;
	}
	
p {line-height: 1.5;}


.box {
	padding: 20px;
	padding-bottom: 40px;
	margin: 20px;
	background: rgba(0,0,0,.8);	
	}
	
.in-box {
	max-width: 60%;
	margin: 0px auto;
	}	
	
.referenz-item {
	font-size: 14pt;
	display: inline;
	margin: 5px;
	line-height: 2;
	}

.box img { max-width: 100%; margin: 5px;}
.box iframe {max-width: 100%; margin: 5px;}
	
.kontakt-box { width: 33%; float: left;}


#titel { padding: 15% 20%;}
#titel img { max-width: 100%; }








