body {
  font-family: 'Catamaran', sans-serif;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.6);
  background: url('../img/bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

a {
	  color: rgba(0, 0, 0, 0.6);
}

.text-container {
	color: rgba(0, 0, 0, 0.6);
}

.bg-header-stone {
	background-image: url('../img/header_bg.jpg');
	width:100%;height:200px;
	box-shadow: 0px 4px 4px #000000;
}

.footer {
	background-image: url('../img/header_bg.jpg');
	width:100%; height:auto;
	box-shadow: 0px -4px 4px #000000;
}

.text-lastchanged {
	font-size: 14px;
}

.text-footer {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
}

.text-footer a:link {
	color: rgba(255, 255, 255, 0.9);
}

.text-nav-gray {
	  color: rgba(0, 0, 0, 0.6);
}
	
.bg-faded {
  background-color: rgba(255, 255, 255, 0.9);
}

.text-expanded {
  letter-spacing: 3px;
}

.nav-overlap {
	position: relative;
	top: -25px;
}

.phone:after {
	content: "\1f4de";
}

.header-text-hotline {
	font-size: 24px;
	font-weight: bold;
}

.header-text-number {
	font-size: 36px;
	font-weight: bold;
	text-indent: 24px;
	margin-top: -28px;
}

.header-text-times {
	font-size: 18px;
	font-weight: normal;
	text-indent: 24px;
	margin-top: -24px;
}
	