<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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: relative;
  }

.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: rgba(99, 99, 99, 0.26);
    font-size: 30px;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 100px;
    height: 46px;
    color: rgb(214, 212, 212);
    text-align: center;
    text-decoration: underline;
    padding-top: 10px;
}

.home:hover{
    width: 100px;
    height: 46px;
    background-color: transparent;
    position: absolute;
    text-align: center;
    padding-top: 10px;
    text-decoration: none;
}

.bilder {
    background-color: transparent;
    font-size: 30px;
    position: absolute;
    top: 5px;
    left: 120px;
    width: 100px;
    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;
}

.container {
    position: absolute;
    top: 600px;
    left: 500px;
    border: 5px;
    border-style: solid;
    border-color: red;
    position: absolute;
    width: 800px;
    height: 200px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 20px;
    color: rgb(223, 223, 223);
	background: repeating-linear-gradient(
                    135deg, 
                    transparent 0%, 
                    transparent 1%, rgba(255, 0, 0, 0.281) 1%,  
                    rgba(255, 0, 0, 0.281) 2%, transparent 2%);
}

.h1-release {
    font-weight: bold;
    font-size: 35px;
}

.pfeil {
    color: white;
    height: auto;
    width: 500px;
}

</pre></body></html>