/*------------------------------*/
/*  /pages/3d-test-page.php     */

/* section.threebeschreibung {
    gap: 20px;
}

section.canvasFlapp canvas {

    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid black;
    /* aspect-ratio: 16 / 9; 
    aspect-ratio: 1 / 1;
}

button.load3DModell {
    padding: 0.5rem 1rem;
    margin: 0 0 1rem 0;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 0;
    cursor: pointer;
} 
*/

/*------------------------------*/
/*  /pages/3d-test-page.php     */

section.threebeschreibung {
    gap: 1.5rem;
}

section.canvasFlapp canvas {

    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    aspect-ratio: 1 / 1;
}

button.load3DModell {
    padding: 0.5rem 1rem;
    margin: 0 0 1rem 0;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
}