body{
    background:#000000;
    height: 100%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;

}
bg{
    background: url(./background.jpg);
    position: fixed;
    width: 100%;
    height: 100%;
    background-position: center;
    opacity: .2;
    background-size: cover;
    background-repeat: no-repeat;
 }
#first{
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    color: #949494;
}
#second{
    padding-top: 1em;
    display: table-cell;
    vertical-align:middle;
 
}
#third{
    margin: auto;
    width: 50%;
    font-size: 24px;
}
#third-mini{
    margin: auto;
   align-self: center;
    text-align: center;
    font-size: 24px;
}
#dc{
    margin-top: 1em;
}
#gilde{
    margin-top: 4em;
}
#bewerbung{
    margin-top: 1em;
    font-size: 28px;
}
#stern{
    position: fixed;
    bottom: 0.5em;
}
a:any-link{
    color:#949494;
    text-decoration: underline;
}
h1{
    text-align: center;
    font-size: 72px;
}
