body{
    margin: 0px;
    background-color: black;
}

a{
    color: #99CC00;
}

header{
    margin-top: 40px;
    background-color: black;
    padding: 20px;
    font-size: 35px;
    justify-content: space-around;
}

.logo img{
    height: 200px;
}

.logo{
    margin-top: 120px;
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
    
}

.spruch{
    margin-top: 60px;
    color: #99CC00;
    font-family: Arial Black, Helvetica, sans-serif;
    display: flex;
    justify-content: space-around;
}

footer{
    margin-top: 40px;
    color: gray;
    display: flex;
    justify-content: center;
    background-color: black;
}

.footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.domain{
    display: flex;
    justify-content: center;
}

.textdomain{
    margin-top: 15px;
    font-size: 28px;
    font-family: Mogra;
    color: #99CC00;
}

h1{
    margin-top: 100px;
    color: #99CC00;
    font-size: 40px;
    font-family: "Arial Black", Helvetica, sans-serif;
    margin-left: 200px;
}

.imprint{
    margin-left: 200px;
    margin-right: 200px;
    color: #99CC00;
    font-family: arial;
    font-size: small;
    line-height: 0.4;
}

.haftung{
    margin-top: 60px;
    line-height: normal;
}

.links{
    margin-top: 60px;
    line-height: normal;
}

.rechte{
    margin-top: 60px;
    line-height: normal;
}

.bedingungen{
    margin-top: 60px;
    line-height: normal;
    margin-bottom: 100px;
}

.menuleiste{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    gap: 300px;
    margin-top: 50px;

    
}

.menuleiste a:link {
    text-decoration: none;
}

.menuleiste a:hover{
    color: #c6ff1a;
}

.leiste1, .leiste2{
    flex: 1;
    display: flex;
    gap: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    align-items: center;
}

.leiste1{
    justify-content: flex-start;
    margin-left: 180px;
}

.leiste2{
    justify-content: flex-end;
    margin-right: 180px;
}


.header{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .menuleiste {
        display: flex;
    }

}