.quellen{	
    font-size:55px;
    color:blue;
    text-decoration:none;
    transition: 0.4s ease-in-out;
}
.quellen:hover{
    font-size:65px;
    text-decoration:underline;
    color:red;
}
.fotoedit{
    font-size:55px;
    color:blue;
    text-decoration:none;
    transition: 0.4s ease-in-out;
}
.fotoedit:hover{
    font-size:65px;
    text-decoration:underline;
    color:red;
}
.videoedit{
    font-size:55px;
    color:blue;
    text-decoration:none;
    transition: 0.4s ease-in-out;
}
.videoedit:hover{
    font-size:65px;
    text-decoration:underline;
    color:red;
}
.Weiterleitung{
width:620px;
height:100px;
background-color: aqua;
background-image:url(hehehehaw.png);
display:flex;
justify-content:left;
align-items: center;
}
.title {
color:white;
padding: 16px;
font-size: 75px;
background-image:url(camo.png);
box-shadow: 0px 5px 10px 1px rgba(0,74,74,0.64);
height:90px;
width:785px;
}
.titlehub {
    color:white;
    padding: 16px;
    font-size: 75px;
    background-image:url(camo.png);
    box-shadow: 0px 5px 10px 1px rgba(0,74,74,0.64);
    height:85px;
    width:275px;
    }
.bemerkung{
    color:green;
    font-size: 35px;
}
.Youtube{
    font-size: 32px;
    color: rgba(255, 0, 0, 0.01);
    transition:0.1s ease-out;
}
.Youtube:hover{
    font-size: 40px;
    color:rgba(255, 0, 0, 0.15)
}

.textemp{
color:rgba(0,0,0,0.025);
text-decoration-color:Black;
transition: 0.3s ease-in-out;
}
.textemp:hover{
color:black;
text-decoration: underline;
}
.textHack{
color:rgba(211,211,211,0.025);
text-decoration-color:lightgray;
transition: 0.3s ease-in-out;
}
.textHack:hover{
color:rgb(158, 158, 158);
text-decoration:underline;
}
.textKrunker{
    color: rgba(222,184,135,0.025);
    text-decoration-color:rgb(222,184,135);
    transition:0.3s ease-in-out;
}
.textKrunker:hover{
    color:rgb(222, 184, 135);
    text-decoration: underline;
}
.textDow{
    color: rgba(222,184,135,0.025);
    text-decoration-color:rgb(222,184,135);
    transition:0.3s ease-in-out;
}
.textDow:hover{
    color:rgb(222, 184, 135);
    text-decoration: underline;
}
.textGames{
color:rgba(184,65,65,0.025);
text-decoration-color:rgb(167,106,106);
transition: 0.3s ease-in-out;
}
.textGames:hover{
color:rgb(184,65,65);
text-decoration:underline;
}
.textRAR{
color:rgba(0,136,87,0.025);
text-decoration-color:rgb(0,136,87);
transition: 0.3s ease-in-out;
}
.textRAR:hover{
color:rgb(0,136,87);
text-decoration:underline;
}
.textVis{
color:rgba(0, 0, 255, 0.025);
text-decoration-color:blue;
transition: 0.3s ease-in-out;
}
.textVis:hover{
color:blue;
text-decoration: underline;
}
.textBrave{
color:rgba(255,100,28,0.025);
text-decoration-color:orange;
transition: 0.3s ease-in-out;
}
.textBrave:hover{
color:rgb(255,99,28);
text-decoration: underline;
}
#Net{
font-size: 60px;
text-align: right;
}


a{
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
.main{
display: flex;
justify-content: space-between;
align-items: center;
}
body{
font-family: 'Nunito', sans-serif;
background-attachment: scroll;
background-color: rgba(122, 202, 255, 0.658);
}
