body {
    display: flex;
    margin: 0px;
}
.container {
  width: 100%;  
  min-height: 97vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1; 
}

.container::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.9);
}

.content {
  width: auto;
  border-radius: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  background: #dadada80;
  -moz-box-shadow: 3px 6px 8px #000000;
  -webkit-box-shadow: 3px 6px 8px #000000;
   box-shadow: 3px 3px 100px #000000;
   display: flex ;
flex-direction: column ;
flex-wrap: wrap ;
justify-content: space-between ;
align-items: center ;
align-content: center ;
}

.logo {
    max-width:100%;
    height:auto;
	padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#logo{
	width:300px
}

.name{
	padding-top: 25px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
	text-transform: uppercase;
    color: #313F47;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.4rem;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 300;
}

.name2{
	padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
	text-transform: uppercase;
    color: #313F47;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.4rem;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 300;
}

.address{
	padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
	text-transform: uppercase;
    color: #313F47;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.2rem;
    font-size: 0.75em;
    line-height: 0.75;
    font-weight: 150;
}

hr{
    width: 100%;
    position: relative;
    padding: 0;
    border: 0;
    height: 0.5rem;
    line-height: 0.5rem;
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    border-top: solid 1px #C8CCCF;
    height: 1px;
}

.webdienste{
	padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
	text-transform: uppercase;
    color: #313F47;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.2rem;
    font-size: 0.5em;
    line-height: 0.5;
    font-weight: 200;
}
.mc{

}