body{
	margin: 0;
	padding: 0;
	background: url(hintergrund.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: center;
	font-family: sans-serif;
}

.inhalt{
	background: #fff;
	color: #464646;
	top: 40%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
        border-color: #464646;
        border-width: 1px;
        border-style: solid;
}

.mieterselbstauskunft{
	background: #F3A40E;
	color: #fff;
        font-weight: bold;
	margin: 80px;
        left: 79px;
	position: absolute;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
        border-color: #464646;
        border-width: 1px;
        border-style: solid;
}

.mieterselbstauskunft:hover{
	background: #d88800;
}

.navigationsleiste{
        position: absolute;
        color: #fff;
        top: -0px;
        padding: 5px;
        height: 20px;
        width: 160px;
        background-color: #F3A40E;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        border-color: #000;
        font-weight: bold;
}

.avatar{
	width: 180px;
	height: 180px;
	position: absolute;
        margin-left: -40px;
	top: 15px;
	left: calc(50% - 50px);
}

h1{
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
	font-size: 22px;
        color: #000;
}

h2{
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	color: #464646;
        text-align: center;
}

.footer {
  position: fixed;
  bottom: 0;
  height: 50px;
  left: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}
