
    *
    {
        box-sizing: border-box;
    }
    
    body 
    {
        background-color: #f5f5f5;    /*    #f7f7f7 */
        color: #555;
        font-family: Arial, sans-serif;
        padding: 15px;
        margin: 0;
        text-align: justify;
        font-size: 14px;
    }
    
     
    
    h1
    {
        color: #555;
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 15px;
    }
    
    .error {
        color: red;
    }
    
    /* ***************************************************************************************** */
    
    a
    {
        color: #86bc24;
    }
    a:hover 
    {
        color: black;
    }
    
    /* ***************************************************************************************** */
    /* Formular-Elemente                                                                         */    
    /* ***************************************************************************************** */
    input.text,
    input.password  
    {
        border: 1px solid #d2d6de;
        font-size: 14px;
        padding: 5px;
        width: 100%;
        max-width: 400px;
    }
    
    input.submit
    {
        width: 100%;
        max-width: 400px;
        border: 0;
        background-color: #86bc24;
        color: white;
        font-size: 14px;
        padding: 10px 5px;
        
    }
    input.submit:hover {
        background-color: #3b3c42;
        cursor: pointer;
    }
    
    /* ***************************************************************************************** */
    /* LOGIN-Bereich                                                                             */    
    /* ***************************************************************************************** */
    #login-container 
    {
        background-color: white;
        margin-top: 80px;
        padding: 20px;
    }
    
    .fields > * {
        margin-bottom: 20px;            
    }
    
    
    
    #logout-container {
        margin: 20px 0;
        text-align: right;
    }
    
    #logout-container input { max-width: 200px; }
    
    /* ***************************************************************************************** */
    
    
    
    
    #logo img {
        width: 150px;
        left: 10%;
        transform: translateX(-50%);
        position: absolute;
    }
    
    nav {
        position: absolute;
        left: 22%;
        top: 50px;
    }
    
    
    /* ***************************************************************************************** */
    /* LOGIN-Bereich                                                                             */    
    /* ***************************************************************************************** */
    
    
    
    
    article.av-vertrag {
        background-color: white;
        position: relative;
        padding-left: 20%;
    }
    
    
    article.av-vertrag header,
    article.av-vertrag section.main,
    article.av-vertrag section.footer {
        padding: 15px 115px 15px 25px;
    }
    
    article.av-vertrag section.main,
    article.av-vertrag section.footer {
        border-top: 1px solid #eeeeee;
    }
    
    article.av-vertrag section.main {
        max-height: calc(100vh - 500px);
        overflow: auto;
    }
    
    article.av-vertrag section.footer {
        color: black;
    }
    
    
    article.av-vertrag section.footer input.submit {
        margin: 15px 0;
        display: block;
    }
    
    article.av-vertrag aside {
        background-color: #87bd28;
        top: 0;
        left: 0;
        width: 20%;
        height: 100%;
        padding: 15px;
        position: absolute;
        color: white;
        overflow: auto;
    }


    ol.ebene1 {
      counter-reset:listenpunkt_ebene1;
      list-style-type:none;
      padding-left: 0;
    }
    ol.ebene1 li {
      margin-bottom: 15px;
    }
    
    ol.ebene1 li:before {
      content: counter(listenpunkt_ebene1) ". ";
      counter-increment:listenpunkt_ebene1;
      font-weight: bold;
    }
    ol.ebene2 {
      counter-reset:listenpunkt_ebene2;
      list-style-type:none;
      padding-left: 60px;
    }
    ol.ebene2 li {
      margin-top: 15px;
    }
    ol.ebene2 li:before {
      content: counter(listenpunkt_ebene1)"."counter(listenpunkt_ebene2,decimal) ". ";
      counter-increment:listenpunkt_ebene2;
      margin-left: -33px;
      font-weight: normal;
    }
    
    h1 {
        font-size: 21px;
        text-align: left;
    }

    h2 {
        font-size: 17px;
        text-align: left;
    }

    table {
        font-size: 15px;
    }

    .zustimmung {
        margin: 80px 0 120px;
    }
    