*
{
	margin:0;
	padding:0;
}

body
{
	font-family: 'Roboto Slab', serif;
	background-image: url("images/DB_bg_01.jpg");
 	background-color: #000000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#wrapper
{
	width:750px;
	margin:0 auto;
	text-align:center;
}

.clear
{
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	overflow:hidden;
	visibility:hidden;
}

.hr
{
	border-bottom:1px dashed #ffffff;
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	margin:25px 0px 25px 0px;
	overflow:hidden;
	width:100%;
}

a:link,
a:visited,
a:hover,
a:active
{
	text-decoration: none;
	color: #ffffff;
}

#social
{
	margin-bottom:20px;
}

#social img
{
	margin-right:14px;
}

.el-01
{
	font-size:28px;
	font-weight: 300;
	margin-top:5px;
	margin-bottom:5px;
	color: #ffffff;
}

.el-02
{
	font-size:15px;
	font-weight: 300;
	line-height: 100%;
	margin-bottom:0px;
	color: #ffffff;
}


.el-03
{
	font-size:14px;
	font-weight: 300;
	margin-top:25px;
	margin-bottom:25px;
	color: #ffffff;
}
.button {
  background-color: #00c700;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
}
.abstand_rechts {
padding-right:20px;
}