@media all and (min-width: 800px) {
    .projektbilder {
        display: flex;
        flex-wrap: wrap;
    }

    .projektbilder__inhalt--50 {
        width: 50%;
    }

    .projektbilder__inhalt--100 {
        width: 100%;
    }
    .projektbilder__inhalt--25 {
        width: 25%;
    }

    .navigation__container {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        margin-right: 21px;
    }

    .navigation {
        font-family: Monument Grotesk, sans-serif;
        font-size: 30px;
        display: flex;
        justify-content: flex-end;
        width: 100%;
        margin-right: 21px;
        border-radius: 100px;
    }


    .projekttext__text {
        font-size: 48px;
        font-size: 48px;
        line-height: 50px;
        width: 60%;
    }

    .projekttext__kreis {
        position: fixed;
        top: 20px;
        right: 30px;
    }

    .menue__home {
        display: flex;
    }

    .navigations__menu {
        border: 1px solid black;
    }

    .navigation__menu:hover {
        background-color: #e0e0e0; 
        opacity: 0.7; 
        filter: blur(9px); 
    }
    
    .sprachumschalter__schalter__de {
        border: 1px solid black;
        border-radius: 100px;
        padding: 3px 22px;
        display: flex;
        text-align: center;
        cursor: pointer;
    }
    
    .sprachumschalter__schalter__en {
        border: 1px solid black;
        border-radius: 100px;
        padding: 3px 22px;
        display: flex;
        text-align: center;
        cursor: pointer;
    }

    .sprachumschalter__schalter__en:hover {
        background-color: #fff6ff; 
        opacity: 0.7; 
        filter: blur(4px); 
        color: #ff00ff;
        border: 1px solid rgb(255, 0, 255);
    }

    .sprachumschalter__schalter__de:hover {
        background-color: #fff6ff; 
        opacity: 0.7; 
        filter: blur(4px); 
        color: #ff00ff;
        border: 1px solid rgb(255, 0, 255);
    }

    .projektbilder__inhalt{
        padding: 2px 20px 20px 20px;
    }

    .stern{
        display: none;
    }

    .menu-stern{
        width: 45%;
    }

    .smartphone-text {
        display: none;
    }


/*############################################
  Overlay Homepage 
 ############################################*/
 .content {
    padding: 100px;
}

.overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.812); /* Hintergrundfarbe mit Transparenz für den Blur-Effekt */
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding-right: 50px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.613);
    border-radius: 100px;
    width: 90%;
}

.close {
    font-size: 50px;
    cursor: pointer;
    position: absolute;
    color: #000000;
    top: 2px;
    right: 10px;
    padding: 10px 50px 10px 50px; /* Füge etwas Padding hinzu, um den Button leicht größer zu machen */
    border-radius: 5px; /* Optional: Füge abgerundete Ecken hinzu */
}


.close:hover {
    color: rgb(255, 0, 200);
    filter: blur(9px); 
}

.startseite__hoverbild {
    top: 0;
    position: absolute;
    left: 0;
    pointer-events: none;
    opacity: 0;
    width: 100%;
    width: 100%;
    filter: drop-shadow(2px 4px 6px rgba(255, 0, 200, 0.613) blur(9px));
}
.startseite__hoverbild.aktiv {
    opacity: 1;
}
.startseite {
    position: relative;
}

}