
/*ALL*/

.header2main {
    padding: 2px;
    color: rgb(49,49,49);
    background-color: rgb(49,49,49);
    margin-top: 0;
    border: 0;
    /*position: fixed;
    width: 100%;
    z-index: 1;*/
}
.main2footer {
    padding: 2px;
    color: rgb(49,49,49);
    background-color: rgb(49,49,49);
    margin-bottom: 0;
    border: 0;
}
 

/*Startseite*/


/*header*/

.behind-header {
    position: relative;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 60px;
}

header {
    background-color:  rgb(26, 26, 26);
    display: flex;
    position: fixed;
    height: fit-content;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding: 0 5%;
    z-index: 1;
    border-bottom: 4px solid rgb(49,49,49);
    filter: drop-shadow(0 0 10px black);
}

/*Navigation*/

.NavKasten {
    width: auto;
    height: 60px;
    background: transparent;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.NavKasten ul {
    display: flex;
    width: auto;
}
.NavKasten ul li{
    position: relative;
    list-style: none;
    width: 90px;
    height: 50px;
    z-index: 1;
    margin: 0 20px;
}
.NavKasten ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.NavKasten ul li a .icon {
    color: white;
    position: relative;
    display: block;
    line-height: 55px;
    font-size: 2em;
    text-align: center;
    transition: 0.5s;
}
.NavKasten ul li:hover a .icon {
    transform: translateY(-50px);
}
.NavKasten ul li a .text-from-icon {
    color: white;
    position: absolute;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    transition: 0.5s;
    opacity: 0;
}
.NavKasten ul li:hover a .text-from-icon {
    opacity: 1;
}

/*My Logo on navigation*/

.MyLogoonnav-Kasten {
    position: relative;
    margin-right: auto;
}
.MyLogoonnav {
    height: 40px;
    width: auto;
}



/*Fuß*/

footer {
    background-color:  rgb(26, 26, 26);
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 0;
}
.footerKasten1 {
    width: 100%;
    height: 60px;
    background: transparent;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footerKasten1 > * {
    margin: 10px 1%;
}

/*Footer Inhalt*/

.Copyright2022 {
    font-size: 20px;
    font-weight: 900;
    color: rgb(49, 49, 49);
    margin: 0 20px;
}

.Infosimfooter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: fit-content;
}
.Infosimfooter ul {
    display: flex;
    width: auto;
}
.Infosimfooter ul li {
    list-style: none;
    margin: 0 5px;
}
.Infosimfooter ul li a {
    text-decoration: none;
    color: #696969;
    padding: 2px;
    transition: 0.3s;
}
.Infosimfooter ul li a:hover {
    color: white;
    border-bottom: 2px solid white;
    filter: drop-shadow(0 0 10px black);
}
/*#imprint::after {
    content: '';
    height: 1px;
    width: 0;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-in-out;
}
#imprint:hover::after {
    width: 100%;
}*/

.nicemessage-Kasten {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-right: 30px;
}
.nicemessage-Text-Kasten {
    display: flex;
    flex: row;
}
.nicemessage-Text {
    color: white;
    margin: 2px;
    filter: drop-shadow(0 0 10px black);
}
span .verifyed-icon-footer {
    color: rgb(0, 162, 255);
    font-size: 1.4em; 
    margin: 2px;
    transform: translateY(2px);
    filter: drop-shadow(0 0 10px black);
}
.BiMSincredible-link {
    color: white;
    list-style: none;
    text-decoration: none;
    transition: 0.5s;
}
.BiMSincredible-link:hover {
    filter: drop-shadow(0 0 3px white);
}
/*.dot-com {
    opacity: 0;
    position: inherit;
    transform: translateX(-40px);
    color: white;
    filter: drop-shadow(0 0 10px black);
    transition: 0.5s;
}
.dot-com:hover {
    opacity: 1;
    transform: translateX(0px);
}*/

.Linksundnicemessageimfooter {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: fit-content;
    margin-left: auto;
}
.Linksundnicemessageimfooter ul {
    display: flex;
    width: auto;
    transform: translateY(3px);
}
.Linksundnicemessageimfooter ul li {
    list-style: none;
    margin: 0 10px;
    font-size: 1.6em;
}
.Linksundnicemessageimfooter ul li a {
    color: #696969;
    padding: 2px;
    transition: 0.3s;
}
#youtubefooterlink:hover {
    color: #ff0000;
    filter: drop-shadow(0 0 5px black);
}
#tiktokfooterlink:hover {
    color: #9213e7;
    filter: drop-shadow(0 0 5px black);
}
#instagramfooterlink:hover {
    color: #e0306a;
    filter: drop-shadow(0 0 5px black);
}
#discordfooterlink:hover {
    color: #5865F2;
    filter: drop-shadow(0 0 5px black);
}


/*Zurück nach oben*/

.back-upbtn-Kasten {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(49, 49, 49);
    border-radius: 50px;
    filter: drop-shadow(0 0 5px black);
    z-index: 1;
    height: 50px;
    width: 50px;
    bottom: 7vh;
    right: 1vh;
    opacity: 0;
    animation: backupbtn 5s;
    transition: 1s;
    transform: translate(0%, 0%);
}

.back-upbtn-Kasten:hover {
    opacity: 1;
}

@keyframes backupbtn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.back-upbtn-Kasten ul {
    display: flex;
    width: auto;
}

.back-upbtn-Kasten ul li {
    position: relative;
    font-style: none;
    list-style: none;
    width: 50px;
    height: 50px;
    z-index: 1;
    background: transparent;
}

.back-upbtn-Kasten ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-upbtn-Kasten ul li a .back-upbtn-arrow {
    color: white;
    display: block;
    line-height: 55px;
    text-align: center;
    filter: drop-shadow(0 0 10px white);
    font-size: x-large;
    transition: 0.3s;
}

.back-upbtn-Kasten ul li:hover a .back-upbtn-arrow {
    opacity: 0;
    transform: translateY(-15px);
}

.back-upbtn-Kasten ul li a .back-upbtn-arrow2 {
    opacity: 0;
    position: absolute;
    color: white;
    filter: drop-shadow(0 0 10px white);
    transition: 0.3s;
    transform: translateY(15px);
    font-size: x-large;
}

.back-upbtn-Kasten ul li:hover a .back-upbtn-arrow2 {
    opacity: 1;
    transform: translateY(0)
}
