body{
    background: url("../img/Hintergrund.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: darken;
    overflow-x: hidden;
}

.image-container {
    position: absolute;
    top: 100px;
}

.p2{
    position: absolute;
    top: 2500px;
    color: wheat;
    font-size: 64px;
}

.trapez {
    height: 0;
    border: 80px solid rgba(0, 0, 0, 0);
    border-bottom: 60px solid rgba(1, 1, 1, .4);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: 700px;
    padding-left:7%;
    position: absolute;
    position: fixed;
    top: -20px;
    left: 460px;
}

nav{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    position: fixed;
    top: -5px;
    left: 540px;
}

.home {
    background-color: transparent;
    font-size: 30px;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 100px;
    color: rgb(214, 212, 212);
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
}

.home:hover{
    width: 100px;
    height: 46px;
    background-color: rgba(99, 99, 99, 0.26);
    position: absolute;
    text-align: center;
    padding-top: 10px;
    text-decoration: underline;
}

.bilder {
    background-color: transparent;
    font-size: 30px;
    position: absolute;
    top: 5px;
    left: 120px;
    width: 100px;
    height: 45.5px;
    color: rgb(214, 212, 212);
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
}

.bilder:hover{
    width: 100px;
    height: 45.5px;
    background-color: rgba(99, 99, 99, 0.26);
    position: absolute;
    text-align: center;
    padding-top: 10px;
    text-decoration: underline;
}

.infos {
    background-color: transparent;
    font-size: 30px;
    position: absolute;
    top: 5px;
    left: 240px;
    width: 100px;
    color: rgb(214, 212, 212);
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
}

.infos:hover{
    width: 100px;
    height: 46px;
    background-color: rgba(99, 99, 99, 0.26);
    position: absolute;
    text-align: center;
    padding-top: 10px;
    text-decoration: underline;
}

.fraktionen {
    background-color: transparent;
    font-size: 30px;
    position: absolute;
    top: 5px;
    left: 358px;
    width: 150px;
    color: rgb(214, 212, 212);
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
}

.fraktionen:hover{
    width: 150px;
    height: 46px;
    background-color: rgba(99, 99, 99, 0.26);
    position: absolute;
    text-align: center;
    padding-top: 10px;
    text-decoration: underline;
}

.kontakt {
    background-color: transparent;
    font-size: 30px;
    position: absolute;
    top: 5px;
    left: 545px;
    width: 110px;
    color: rgb(214, 212, 212);
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
}

.kontakt:hover{
    background-color: rgba(99, 99, 99, 0.26);
    position: absolute;
    text-align: center;
    width: 110px;
    height: 46px;
    padding-top: 10px;
    text-decoration: underline;
}

.team {
    background-color: transparent;
    font-size: 30px;
    position: absolute;
    top: 5px;
    left: 685px;
    width: 150px;
    color: rgb(214, 212, 212);
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
}

.team:hover{
    width: 150px;
    height: 46px;
    background-color: rgba(99, 99, 99, 0.26);
    position: absolute;
    text-align: center;
    padding-top: 10px;
    text-decoration: underline;
}

.bild {
    position: absolute;
    width: 700px;
    height: auto;
    top: 350px;
    left: 1150px;
    border-radius: 5px;
}

.hintergrund {
    background-color: rgba(37, 37, 37, 0.568);
    position: absolute;
    width: 900px;
    height: 510px;
    top: 300px;
    left: 150px;
    border-radius: 10px;
    color: rgb(214, 212, 212);
    font-family: Arial, Helvetica, sans-serif;
}

.hintergrund h1 {
    text-align: center;
    font-size: 35px;
}

.strich1 {
    position: absolute;
    width: 900px;
    height: 2px;
    top: 75px;
    background-color: rgb(214, 212, 212);
}

.hintergrund .p{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    text-align: justify;
    font-size: 24px;
}

button{
    background-image: linear-gradient(to right, rgba(251, 255, 0, 0.979), rgb(93, 94, 7), rgba(251, 255, 0, 0.979));
    border: none;
    border-radius: 15px;
    position: absolute;
    width: 230px;
    height: 50px;
    top: 450px;
    left: 350px;
    font-size: 17px;
    cursor: pointer;
    border: none;
}