body {
    padding: 0;
    margin: 0;
    background: rgb(31, 31, 31);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-weight: 600;
    list-style: none;
 
    	
}
a:link, a:visited {
    text-decoration: none;
   }


header {
    background:rgb(0, 224, 194);
}

header::after {
    content: "";
    display: table;
    clear: both;
}

.navBar{
    float: right;
}

.logo {
    float: left;
}

nav >ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav > ul > li {
    display: inline-block;
    margin-left: 70px;
    padding-top: 15px;
    position: relative;
}

nav > ul > li >a{
    color: rgb(31, 31, 31);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: larger;
}

nav > ul > div > li > a:hover {
    color: rgb(255, 0, 179);  
}

nav > ul > li > a::before{
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background-color: rgb(31, 31, 31);
    
    position: absolute;
    top: 0;
    width: 0%;

    transition: ease-in-out 200ms;
}

nav >ul >li >a:hover::before{
    width: 100%;
}





.text{
    font-weight: 600;
    color: rgb(255, 0, 179);
    text-align: center;
}



.Felixgi {
    float: left;
    padding-top: 100px;    
    display: flex; 

}

.Qschiss {
    float: right;
    padding-top: 100px;    
    display: flex; 
}

.Spirit {
    float: left;
    padding-top: 300px;    
    display: flex; 

}

.xXTheBirneXx {
    float: right;
    padding-top: 300px;   
    display: flex; 


}



.Icons p{
    text-align:center;
    color: rgb(255, 0, 179);
    width: 100%;
    text-align:center;


 
}
.Icons img { 
    border: 4px solid rgb(255, 0, 179);
    padding: 5px;
    margin: 0px 20px; 
    border-radius: 50%; 
    height: 150px; 
    width: 150px; 
}
main { 
    display:flex; 
    flex-direction:column; 
    justify-content: center; 
}
nav p { 
    font-size:25px; 
    font-weight:900; 
} 


nav { 
    display:flex; 
    justify-content: center; 
} 





















.rund {
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px

    }








.TextMitte {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
	padding-bottom: 35px;
}

.footer {
    background-color: rgb(35, 35, 35);
    position: absolute;
    bottom: 0;
    width: 100%;
    
}

.footermitte {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
	padding-bottom: 35px;
    display: flex;
    flex-wrap: wrap;

 

}

.footerAbstand {
    float: right;
    padding-right: 16px;
    color: rgb(255, 0, 179);
    font-weight: 600;
}

