body{
  font-family: Arial;
  color: #5F5A5A;
  letter-spacing: .03em;

}

header{
  text-align: center;
}

img{
  height: 175px;
}

main{
  background-color: #fff;
  margin: 0 auto 50px;
  padding: 15px;
  max-width: 800px;
  height: 100px;
  overflow: hidden;
  border-radius: 2px;
}

h1{
  font-weight: normal;
}

div{
  display: block;
}

.weiss a{
  color: #5F5A5A;
  font-size: 20px;

}

a:first-child{
  text-decoration: underline;
}


.weiss{
  background-color: #fff;
  margin: 50px auto 50px;
  padding: 15px;
  max-width: 800px;
  height: 100px;
  overflow: hidden;
  border-radius: 2px;
}


.weiss .email{
  position: relative;
  width: 50%;
  height: 50%;
  margin: auto;
  border-right: 1px solid #5F5A5A;
  right: 25%;
  top: 25%;
}

.weiss svg{
  vertical-align: middle;
  margin: auto;
}

.weiss p{
  color: #5F5A5A;
}

.weiss .telefon{
  position: relative;
  width: 50%;
  height: 50%;
  margin: auto;
  left: 25%;
  bottom: 25%;
}


footer{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #5F5A5A;
  color: #fff;
  text-align: center;
  padding: 30px 50px;
}


address{
  text-align: center;
  margin: 80px 0 30px;
}

address p{
  font-style: normal;
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}

address a{
  color: #fff;
  font-style: normal;
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}
