html, body {
    margin: 0%;
    padding: 0%;
    height: 100%;
    text-align: center;
    
    
    }
    
    section {
        min-height: 100%;
    } 
    a {
        text-decoration: none;
    }
    li {
        list-style-type: none;
    }
    h1, h2, a {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #494949;
        text-transform: uppercase;
    }
    h2 {
        color: #999999;
    }
    h3 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #494949;
        font-size:1vw;
        padding-top: 0%;
        margin-bottom: 5px; 
        margin: 0;
/*        text-transform: uppercase; /*
    }
    h4, p {
        font-family: 'Roboto Slab', serif;
        color: #494949;
    
    }
    hr {
        width: 30px;
        height: 3px;
        background: #494949;
        border: 0px;
        margin: 0 auto 40px auto;
    }
 
    

    

/* HEADER ***************************************/
header {
    width: 100%;
    height: auto;

    top: 0;
    left: 0;
    background: white;
  
    z-index: 1;
    display: flex;
    justify-content: center;
    
}




 /* Aktualisierte CSS-Regeln für die Responsivität */
.nameSchild {
    position: relative;
    text-align: center;
    color: black;
    padding-top:  8%;

    
}

.nameSchild img {
    max-width: 100%;
    height: auto;
}



