#opentext h1 {
    font-size: 5rem !important;
}


@media screen and (orientation:portrait) {
    #opentext h1 {
        font-size: 3rem !important;
        letter-spacing: 0.25rem !important; 

    }
}






nav#nav a:nth-child(3):after {
    width: 100%; 
}










.desktop {
    position: relative;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 15%;
    
}


.desktop img {
    width: 25vw;
    position: relative;
    margin-top: -2rem;
}



.desktop iframe {
    width: 50vw;
    aspect-ratio: 400/225;
    border: 2rem #e2eff5 solid;
    position: relative;
    z-index: 1;
    border-radius: 2rem;
}



.container {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: end;
}



.phone {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    
}


.phone img {
    width: calc(15vw + 2rem);
    position: relative;
    margin-top:0rem;
}



.phone iframe {
    width: 15vw;
    aspect-ratio: 9/16;
    border: 1rem #e2eff5 solid;
    position: relative;
    z-index: 1;
    border-bottom: 0;
    border-radius: 2rem 2rem 0 0;
}


.projekt {
    width: 80%;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}


.projekt h1 {
    color: #00C2FF;
    font-weight: bold;
    font-size: 3rem;
}


.projekt p {
    color: #00C2FF;
    font-weight: 500;
    font-size: 1.5rem;
    margin-top: 2rem;
}


.projekt a {
    color: #00C2FF;
    font-weight: bold;
    font-size: 1.5rem;
    border: 0.35rem solid #00C2FF;
    border-radius: 3rem;
    padding: 0.5rem 1.5rem;
    transition: 0.3s ease-in;
    text-decoration: none;
}



.projekt a:hover {
    color: white;
    background-color: #00C2FF;
    transition: 0.3s ease-in;
}



@media screen and (orientation:landscape) {
    .switch {
        display: none;
    }
}


@media screen and (orientation:portrait) {
    .switch {
        display: flex;
        margin-bottom: 1.5rem;
    }


    .mobil, .gep {
        width: 23vw;
        border: #00C2FF solid 0.2rem;
        text-align: center;
        padding: 0.3rem 0;
        color: #00C2FF;
        transition: 0.3s ease-in;
        font-weight: bold;
    }


    .mobil {
        border-radius: 0 3rem 3rem 0;
    }

    .gep {
        border-radius:  3rem 0 0 3rem;
    }


    .mobil.active, .gep.active {
        color: white;
    transition: 0.3s ease-in;
    background-color: #00C2FF;
    }


    .projekt h1 {
        margin-bottom: 0;
    }



    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 90%;
    }







    .projekt {
        width: 90%;
    }




    .desktop {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-right: 0;
        
    }
    
    
    .desktop img {
        width: 70%;
        position: relative;
        margin-top: -2rem;
    }
    
    
    
    .desktop iframe {
        width: calc(100% - 1.4rem);
        aspect-ratio: 400/225;
        border: 0.7rem #e2eff5 solid;
        position: relative;
        z-index: 1;
        border-radius: 1rem;
    }
    
    
    

    
    
    .phone {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
        
    }
    
    
    .phone img {
        width: calc(80% + 1rem);
        position: relative;
        margin-top:0rem;
    }
    
    
    
    .phone iframe {
        width: 80%;
        aspect-ratio: 9/16;
        border: 0.5rem #e2eff5 solid;
        position: relative;
        z-index: 1;
        border-bottom: 0;
        border-radius: 1.5rem 1.5rem 0 0;
    }
    
    

    
    .projekt h1 {
        color: #00C2FF;
        font-weight: bold;
        font-size: 2.5rem;
    }
    
    
    .projekt p {
        color: #00C2FF;
        font-weight: 500;
        font-size: 1.3rem;
        margin-top: 2rem;
        text-align: justify;
    }
    
    
    .projekt a {
        color: #00C2FF;
        font-weight: bold;
        font-size: 1.5rem;
        border: 0.35rem solid #00C2FF;
        border-radius: 3rem;
        padding: 0.5rem 1.5rem;
        transition: 0.3s ease-in;
        text-decoration: none;
    }
    


    .desktop.active, .phone.active {
        max-height: 100vh;
        transition: 0.3s ease-in;
    }

    .desktop, .phone {
        max-height: 0;
        overflow: hidden;

        transition: 0.3s ease-in;
    }
    
    

}