/*
* css File for Disputstore Impressum Page
*/
/*
    Created on : 29.07.2021, 12:19:20
    Author     : soelle
*/

.header{
    font-size:1.3rem;
}
.listHeader{
    font-size:1.2rem;
    font-weight: bold;
}
.listContent{
    list-style: upper-roman;
    font-size: 1rem;
    font-weight: normal;
}
.listContent span{
    font-size:1.1rem;
    font-weight: bold;
}
.listNoStyle{
    list-style: none;
    font-size: 1rem;
    font-weight: normal;
}
.contactTable td{
  padding-right: 1rem;
}
@media only screen and (min-width:768px) {
  .contentWrapper{
      width:70%;
      margin-left:auto;
      margin-right:auto;
      padding-top: 2em;

  }
}
@media only screen and (max-width:767px) {
  .contentWrapper{
      width:90%;
      margin-left:auto;
      margin-right:auto;
      padding-top: 2em;

  }
  .listHeader{
    margin: 0;
    padding: 0 0 0 10px;
  }
  .listContent{
    margin: 0;
    padding: 0;
  }
  .listNoStyle{
    margin: 0;
    padding: 0;
  }
}
