main{
    font-family: Inter;   
    margin-top: 80px !important;
}


.pfp {
    background-color: blueviolet;
    border-radius: 2222px;
    border: 2px solid darkgreen
}

@media (min-width: 700px) {
    main{
        width: 1400px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        display: flex;
        flex-direction: row-reverse;
        margin: auto;
        gap: 50px
    }
    main>*{
        width: 50%;
        height: auto;
    }
    .pfp {
        width: 250px;
        height: 250px;
        margin-bottom: 20px;
        background-position: center;
    }
    p{
        margin-bottom: 100px;
        font-size: 20px;
    }
    h1{
        font-weight: 800;
    }
    #Team{display: none;}
    .bios{
        display: flex;
        flex-direction: column;
        position: relative;
        height: 700px;
        
    }
    .bio{
        position: absolute;
    }
    .luca{
        right: 0;
        bottom: -100px;
        margin-bottom: 0;
    }
    .text-container{
        padding: 0 10%;
    }
    .footerhome{
        margin-top: 100px;
    }
}

.max .pfp {
    background-image: url("/public/external/max.jpg");
    background-size: cover;
}

.luca .pfp {
    background-image: url("/public/external/luca.jpg");
    background-size: cover;
}


@media (min-width: 700px) {
    .header{
        margin-bottom: 200px !important;
    }
}

@media (max-width: 700px) {
    body{
        background-color: white;
    }
    .menusvgsc {
        display: block
    }

    .text-container {
        background-color: white;
        border-radius: 3vw;
        width: 80vw;
        float: right;
        
        margin: 10vw;
        margin-top: 5vw;
        box-shadow: 0 0 4px 4px rgba(0,0,0,0.2);
        padding: 5vw 10vw !important;

        box-shadow: 0px 0px 7.2px -2.4px rgba(0, 0, 0, 0.58) !important; 
 
    }


    .text-container h1 {
        margin-top: 7vw;
        font-size: 5vw;
        font-weight: 800;
    }


    .text-container p {
        font-size: 3vw;
        margin-bottom: 6vw;
        font-weight: 550;
    }


    #Team {
        display: block;
        text-align: center;
        font-size: 6vw;
        font-weight: 800;
        margin-bottom: 3vw;
        margin-top: -6vw;
    }


    .bios {
        display: inline;
        float: right;
        width: 100vw;
        margin-bottom: 5vw;
        padding-left: 30%;
        margin-top: 5vw;
    }

    .bio {
        width: 40vw;

    }

    .pfp {
        width: 40vw;
        height: 40vw;
    }

    .max {
        margin: 0;
        
    }

    .luca {
        margin: 0;
    }
    .bio b{
        font-weight: 800;
        
    }
    .bio p {
        margin-top: 3vw;
        font-size: 3vw;
        font-weight: 600;
    }


    .text-container,
    .bios {
        display: inline;
    }


    .lang {
        transform: scale(1);
        margin: 6vw;
    }

    .infozeile2 {
        transform: scale(1);
    }

    .max .pfp {
        background-position: -7vw;
    }

    .luca .pfp {
        background-position: -5vw;
    }

    .infozeile2 {
        position: relative;
    }

}

@media (max-width: 700px) {
    .text-container{
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25) !important;
    }
}