*{
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
}

p{
  font-weight: 300:
}

body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #f5f3f6;
}
img{
  max-width: 100%;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.container{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  background-color: #fff;
  margin-bottom: 0 !important;

}

.header{
  position: relative;
  font-weight: 300;
  text-align: center;
}

.logo{
  position: absolute;
  left: 50%;
  top: 30px;
  width:40%;
  transform: translateX(-50%);
}

.tagline{
  width: 100%;
  position: absolute;
  bottom: 10px;
  font-size: 15px;
  left: 50%;
  transform: translateX(-50%);
}



.content{
  font-weight: 300;
  width: 90%;
  margin: auto;
  margin-top: 30px;
  font-size: 12px;
  background-color: #fff;
  height: 100%;

}

.description{
  width: 50%;
  float: left;

}
.description-wide{
  width: 100%;
  float: left;
  text-align:justify;

}
.team{
  width: 45%;
  float: right;

}

.footer{
  width: 90%;
  padding-bottom: 30px;
  margin-top: 50px;
  margin: auto;
  text-align: center;
  font-size: 10px;
  font-weight: 300;
}


a:link {
  text-decoration: none;
  color: inherit;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.mobile{
  display: none;
}
@media screen and (max-width: 700px){

  .logo{
    position: absolute;
    left: 50%;
    top: 10px;
    width:40%;
    transform: translateX(-50%);
    margin-bottom: none;
  }
  .rechtsanwaelte{
    margin-top: 0px;
    font-size: 12px;

  }
  .tagline{
    position: absolute;
    bottom: 2px;
    font-size: 10px;
  }
  .content{
    margin-top: 15px;
  }

  .description{
    width: 100%;
    float: none;
  }


  .team{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    float: none;
  }
  .tagline{
    display: none;
  }

  .mobile{
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display:block;
    border-style: solid;
    border-color: #000;
    border-right-width: 0;
    border-left-width: 0;
    border-top-width: 0;
    border-bottom-width: 0.5px;

  }

  .container{
    width:100%;
  }

}

.i {
width:150px;
height:auto;
margin-top:10px;	
}
.z {

height:150px;
}
