@charset "utf-8";
/* CSS Document */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} 
body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

h1, h2, h3 {
    font-family: Gugi, sans-serif;
    color: darkslategray;
    margin-bottom: 35px;
}
h2, h3 {
    margin-bottom: 15px;
}
header{
    height: 150px;
}
footer{
    padding: 10px;
    text-align: center;
    margin-top: 15px;
}

div.recht{
    width: 60%;
    margin-left: 20%;
    
    text-align: left;
}
div.recht h1{
    text-align: center;
}
div.recht h3{
    margin-bottom: 10px;
    font-weight: bold;
}
div.recht p{
    margin-bottom: 25px;
    line-height: 20px;
    text-align: justify;
}
div.recht a{
    color: darkslategrey;
}
div.recht a:link{
    text-decoration: none;
    
}
div.recht a:hover{
    text-decoration: underline;    
}
div.recht ul{
    margin-left: 15px;
}
div#container{
    width: 100%;
    height: 500px;
    background-image: url(bilder/Startseite_Hintergrund.jpg);
}

footer a{
    margin: 0 15px;
    font-weight: bold;
    color: darkslategrey;
}
footer a:link{
    text-decoration: none;
    
}
footer a:hover{
    text-decoration: underline;
    
}

header img{
    position: relative;
    top: 20%;
    left: 2%;
}

span.fett{
    font-weight: bold;
    font-size: 90%;
    margin-bottom: 0px;
}

ul#foot li{
    display: inline;
    font-weight: bold;
    color: darkslategrey;
}



