@charset "utf-8";
/* CSS Document */

.dokumenten-bereich {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0.5rem;
  margin-top: 1em;
  background-color: var(--webhg2);
  h2 {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 2rem;
    padding: 0.5em;
  }
  p {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  a {
    display: block;
    /*width:100px;*/
    line-height: 2rem;
    text-decoration: none;
    text-align: center;
    background-color: #333;
    border: 1px solid var(--text-weis);
    border-radius: 5px;
    margin-bottom: 10px;
  }
  ul {
    display: block;
    /*width:100px;*/
    text-align: center;
  }
  li {
    list-style: none;
    font-size: 1.2em;
  }
}
