html {
                         padding: 0px;
                         margin: 0px;

                       }


body {
                        font-family: Helvetica, Verdana, sans-serif;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        padding: 0px;
                        margin: 0px;
                        background-color: white;
                        }


#container {
                        width: 900px;
                        height: auto;
                        margin-top: 50px;
                        padding: 0px;
                        border: 0px solid white;
                        background-color: white;


                        }

#header {
                        display: block;
                        background-color: white;
                        padding-top: 0px;
                        padding-left: 0px;
                        padding-right: 0px;
                        padding-bottom: 20px;
                        margin: 0px;
                        border: 0px solid white;
                        
                        }



span {                  
                        font-size: 1.3em; 
                        font-weight: 300;}






#zentrieren {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        
                        }




#text {

                        padding-left: 45px;
                        padding-top: 70px;
                        padding-right: 30px;
                        padding-bottom: 30px;
                        margin-top: 35px;
                        margin-bottom: 50px;
                        width: 900px;
                        height: auto;
                        background-color: rgba(30,80,116,.06);
                        font-size: 1em;
                        color: black;
                        /*font-weight: bold;*/
                        border: solid 3px rgba(30,80,116,.07);

                        }


a {
                        text-decoration: none;
                        color: black;

                        }