@charset "utf-8";
.sectionImpressum{
  padding:30px 20px 0 20px;
  margin:0 0 50px 0;
  max-width: 780px;
}
#impressumWrapper{
  border:1px solid rgb(190,190,190);
  border-radius: 10px;
  background-color:rgb(220,220,220);
  padding:10px;
}
.headLine{
  color: #1F1F1F;
  font-family: 'Roboto Condensed Light', sans-serif;
  font-size: 2rem;
  margin: 0 0 30px 0;
}
.smallHead{
  color: #1F1F1F;
  font-family: 'Roboto Condensed Light', sans-serif;
  font-size: 1.4rem;
  padding: 0 0 10px 0;
}
.topHead{
  margin: 30px 0 0 0;
}
.text{
  color: #1F1F1F;
  font-family: 'Roboto Condensed Light', sans-serif;
  font-size: 1.1rem;
}
.mailLink{
  color:rgba(155,3,5,1.00);
}


@media(min-width: 1013px) {
  .sectionImpressum{
    padding:0px 20px 0 20px;
  }
}
