body{
    margin: 0px;
    background-color: black;
    color: #99CC00;
}

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%);
    
}

footer{
    color: gray;
    display: flex;
    justify-content: center;
}

.footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
}

.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;
}

.footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
}

.spalten {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 50px;
}

.mitschnitte {
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace;
    width: 40%;
    margin-left: 160px;
    margin-bottom: 200px;
}

.abstand{
    margin-top: 50px;
}

.buidl {
    width: 60%;
    margin-left: 0;
    margin-right: 0;
}

.titel{
    font-family: "Arial Black", Helvetica, sans-serif;
    font-size: 50px;
}

.titel2{
    font-family: "Arial Black", Helvetica, sans-serif;
    font-size: 50px;
    margin-left: 0px;
}

.b1{
    width: 50%;
}

.b2{
    margin-top: 40px;
    width: 50%;
}

.b3{
    margin-top: 40px;
    width: 50%;
    margin-bottom: 120px;
}