
.btn {
    position: relative;
    color: white;
    border-radius: 5px;
    border: none;
    background-color: rgba(26, 26, 26, 0.212);
    padding: 10px;
    margin: 10px;
    backdrop-filter: blur(10px);
    width: 90%;
    font-size: 20px;
    font-family: "Montserrat";
    transition: 0.3s;
    overflow: hidden;
    text-shadow: #474747 0px 0px 10px;
}

.btn:hover {
    transition: 0.3s;
    background-color: rgba(75, 75, 75, 0.212);
    transform: scale(1.02);
    margin: 10px;
}

.btn:active {
    transition: 0.1s;
    transform: scale(0.95); 
}

.btn2 {
    position: relative;
    color: white;
    border-radius: 5px;
    border: none;
    background-color: rgba(26, 26, 26, 0.212);
    padding: 10px;
    margin: 10px;
    backdrop-filter: blur(10px);
    width: 20%;
    font-size: 20px;
    font-family: "Montserrat";
    transition: 0.3s;
    overflow: hidden;
    text-shadow: #474747 0px 0px 10px;
}

.btn2:hover {
    transition: 0.3s;
    background-color: rgba(75, 75, 75, 0.212);
    transform: scale(1.02);
    margin: 10px;
}

.btn2:active {
    transition: 0.1s;
    transform: scale(0.95); 
}

#LRlogo {
    width: 30px;
    height: 30px;
    align-items: center;
    display: inline-flex;
    position: relative;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    margin-right: 5px;
    translate: 0px 5px;
    transform: rotate(0deg);
    animation: LRspin 1.8s ease-in-out infinite;
}

#Alogo {
    width: 30px;
    height: 30px;
    align-items: center;
    display: inline-flex;
    position: relative;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    margin-right: 5px;
    translate: 0px 5px;
    transform: rotate(0deg);
    animation: Aspin 5s ease-in-out infinite;
}

@keyframes Aspin {
    0% {
        transform: rotateZ(0deg);
        transform: rotateY(0deg);
        transform: rotateX(0deg);
    }

    33% {
        transform: rotateZ(-50deg);
        transform: rotateY(30deg);
        transform: rotateX(20deg);
    }
    66% {
        transform: rotateZ(20deg);
        transform: rotateY(-30deg);
        transform: rotateX(-20deg);
    }

    100% {
        transform: rotateZ(0deg);
        transform: rotateY(0deg);
        transform: rotateX(0deg);
    }
}

@keyframes LRspin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.grid {
    background-color: rgba(26, 26, 26, 0.212);
    backdrop-filter: blur(5px);
    z-index: 0;
    height: 100%;
    position: relative;
    width: 100%;
    display: grid;
    border-radius: 10px;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    overflow: hidden;
    grid-template-areas: 
    "ich partner projekte"
    "socials partner projekte"
    "socials partner projekte";
}




.Ich {
background-color: rgba(255, 0, 238, 0.125);
backdrop-filter: blur(10px);
grid-area: ich;
text-align: center;
border-radius: 10px;
align-items: center;
overflow: hidden;
padding: 20px;
}

.Projekte {
background-color: rgba(255, 0, 238, 0.125);
backdrop-filter: blur(10px);
grid-area: projekte;
overflow: auto;
border-radius: 10px;
text-align: center;
align-items: center;
padding: 20px;
}


.Partner {
background-color: rgba(255, 0, 238, 0.125);
backdrop-filter: blur(10px);
grid-area: partner;
overflow: auto;
text-align: center;
border-radius: 10px;
align-items: center;
padding: 20px;
}

.Socials {
    background-color: rgba(255, 0, 238, 0.125);
backdrop-filter: blur(10px);
grid-area: socials;
overflow: auto;
text-align: center;
border-radius: 10px;
align-items: center;
padding: 20px;
}



.pconly {
    display: block;
}

.btnse {
    position: relative;
    color: white;
    border-radius: 5px;
    border: 1px solid rgba(255, 0, 0, 0); /* Debugging purpose, to be removed later */
    background-color: rgba(26, 26, 26, 0.212);
    padding: 10px;
    margin: 10px;
    backdrop-filter: blur(10px);
    width: 25%;
    font-size: 20px;
    font-family: "Montserrat";
    transition: 0.3s;
    overflow: hidden;
    text-shadow: #474747 0px 0px 10px;
}

.se {
    border: 1px solid rgba(255, 0, 0, 0); /* Debugging purpose, to be removed later */
    text-decoration: none;
    color: white;
    width: 20px !important;
    position: relative;

}

.btnse:hover {
    transition: 0.3s;
    background-color: rgba(75, 75, 75, 0.212);
    transform: scale(1.02);
    margin: 10px;
}

.btnse:active {
    transition: 0.1s;
    transform: scale(0.95); 
}

.mobonly {
    display: none;
}

@media (max-width: 768px) {
  .grid {
    z-index: 0;
    position: relative;
    display: grid;
    grid-template-columns: 0.85fr ; /* 350px*/
    grid-template-rows: 310px 280px 280px 280px;
    gap: 10px;
    overflow: auto;
    align-self: center;
    justify-content: center;
    grid-template-areas: 
    "ich"
    "partner"
    "socials"
    "projekte";
}

.überschrift3 {
color: var(--schrift-color);
font-family: "Montserrat", Arial, Helvetica, sans-serif;
position: relative;
top: 0;
text-align: center;
}

.mobonly {
    display: none;
}

.pconly {
    display: none;
}

}

@media (max-width: 1024px) {
  .grid {
    z-index: 0;
    position: relative;
    display: grid;
    grid-template-columns: 0.85fr ; /* 350px*/
    grid-template-rows: 310px 320px 320px 350px;
    gap: 10px;
    overflow: auto;
    align-self: center;
    justify-content: center;
    grid-template-areas: 
    "ich"
    "partner"
    "socials"
    "projekte";
}

.überschrift3 {
color: var(--schrift-color);
font-family: "Montserrat", Arial, Helvetica, sans-serif;
position: relative;
top: 0;
text-align: center;
}

.mobonly {
    display: none;
}

.pconly {
    display: none;
}

}