body{
    background-color: rgba(0, 0, 0, 0.63);
}

nav{
    background-color: rgb(8, 9, 9);   
    z-index: 1;
}

nav ul li{
    color: #fff;
}

a{
    color: gray;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:hover{
    color: skyblue;
}

.first{
    position: relative;
}

.first:hover{
    color: orange;
}

nav ul li .first{
    color: #fff;
    pointer-events: none;
}

nav ul li:hover .first{
    color: orange;
    pointer-events: none;
}

nav ul ul li .second{
    color: #fff;
}

nav ul ul li:hover .second{
    color: orange;
    pointer-events: none;
}

nav ul ul a:hover{
    color: #21cc21;
}

li{
    color: #fff;
}

.after{
    position: relative;
    top: 55px;
    text-align: center;
    background: #fff;
    max-width: 1200px;
    height: auto;
}

.after h1{
    color: rgb(26, 74, 61);
    font-size: 35px;
    margin-bottom: 0;
}

/*content*/

.content{    
    background-color: #fff;
}

.werbung{
    position: absolute;
    top: 900px;
    left: -50px;
    z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.topwerbung{
    position: relative;
    top:50px;
    left: 25%;
}

.l{
color: #e2a407;
    color: darkgoldenrod;
}