/* ALLE BEREICHE */

html{
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #333;
    padding:0 20px;
    margin:0;
    /* background-image: linear-gradient(rgb(111, 141, 197),#d4c1a4); */
}



h1 {
    font-size: 30px;
    font-weight: bold;
}

h2 {
    font-size: 40px;
    color: #56a0d5;
}

.blau{
    color: #56a0d5;
}


/* :target:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
} */


/* HEADER-FORMATIERUNG KOMPLETT */

header {
    background-image: url(../img/titel.png);
    background-repeat: no-repeat;
    width:1000px;
    height:490px;
    margin: auto;
    padding: 80px 0px 0px 0px;
}

header hgroup {
    display: inline;
}

header h1 {
    font-size: 60px;
    margin: 0px 0px 0px 40px;
    line-height: 60px;
}

header p{
    margin: 106px 410px 0px 40px;
}

header h2{
    margin: 25px 0px 0px 40px;
}


/* MAIN-FORMATIERUNG ALLGEMEIN */

main{
    width:1000px;
    margin: 50px auto 0px auto;
}

main article{
   text-align: center;
}

label, p, li{
    font-size: 17px;
    line-height: 20px;
}

label{
    display:inline;
}

a:hover{
    background-color: rgba(255, 255, 255, 0.719);
    color: black;
}

table{
    width:98%;
    margin: auto;
}

table img{
    border-radius: 5px;
}

tbody tr:nth-child(even)  {
    background: #56a0d513;
}

tbody tr:nth-child(odd)  {
    background: #56a0d573;
}

/* FOOTER-FORMATIERUNG KOMPLETT */

footer {
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    width:1000px;
    height: 278px;
    margin: 50px auto 0 auto;
    padding: 60px 0px 20px 0px;
}

footer nav {
    margin: 0px 400px 0px 90px;
    height: 150px;
    width: 450px;
}

footer .erste {
    float: left;  
}

footer .zweite{
    float:right;
}

footer .social{
    height: 40px;
    width: 400px;
    margin: 0 0 0 90px;
}

footer nav a{
    display: block;
    text-decoration: none;
    color: white;
    padding: 5px 0px;
}

