.pWrapperDesktop {
    width: 100%;
    min-height: 300px;
    height: auto;
    display: flex;
    -webkit-display: flex;
}

.pWrapperDesktop img {
    max-width: 100%;
    max-height: 100%;
}

.p_0_1_t {
    width: 100%;
    padding-right: 25px;
    padding-top: 18px;
    text-align: justify;
}

.p_1_1 {
    grid-template-columns: 43% 1% 55%;
    margin-bottom: 28px;
    width: 50%;
}

.p_1_2 {
    width: 50%;
    margin-left: 28px;
    text-align: justify;
}

.p61 {
    grid-gap: 1%; 
    grid-template-columns: 45% 26.5% 26.5%;
    width: 60%; 
}

.p62 {
    width: 40%;
    margin-left: 28px;
    text-align: justify;
}

.pv1 {
    width: 50%;
}

.pv1 iframe {
    height: 315px;
}


.pv2 {
    width: 50%;
    margin-left: 28px;
    text-align: justify;
    
}

/*----------Videos-----------*/

.v1 {
    width: 50%;
}




/*----------Videos-----------*/

.picture-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(243px, 1fr));
    align-content: center;
    grid-gap: 28px;
    grid-row-gap: 28px;
    margin-top: 28px;
}

.picture-grid-2 {
    display: grid;
    align-content: start;
    justify-content: start;
    grid-auto-flow: row;
}

.grid-box img{
    width: 100%;
    height: 100%;
}


/*----------Projekt_0-----------*/

.p_0_1 {
    width: 40%;
    padding-top: 40px;
}

.p_0_1 img {
        margin-top: 28px;
    }

.p_2_1 {
    width: 25%;
    height: auto;
    background-image: url(../img/p_2/b_2_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 28px;
    margin-top: 30px;
}

.p_2_2 {
    margin-top: 80px;
    background-image: url(../img/p_2/b_2_2.png);
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.p_5_123 {
    width: 33%;
    height: auto;
    
}




/*----------Projekt_0-----------*/




@media screen and (max-width: 670px) {
    
    .pWrapperDesktop {
        min-height: 0px;
        display: block;
        margin-bottom: 50px;
    }
    
    .p_0_1 {
        width: 100%
    }
    
    .p_1_1 {
        width: 100%;
    }
    
    .p_1_2 {
        width: 100%;
        margin-left: 0px;
    }
    
    .p61 {
        width: 100%;
    }
    
    .p62 {
        width: 100%;
        margin-left: 0px;
        margin-top: 28px;
    }
    
    .pv1 {
        width: 100%;
        height: 100%;
        margin-bottom: 28px;
    }
    
    .pv2 {
        width: 100%;
        margin-left: 0;
    }
    
    .picture-grid {
        grid-template-columns: auto;
    }
    

}