/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Description: Individuelles Child Theme für das Portfolio-Projekt
Author: Bummi
Template: blocksy
Version: 1.0
*/

/* Eigene Anpassungen beginnen hier */

#portfolio-gallery-list {

    display:flex;
    flex-wrap:wrap;
    gap:10px;

    margin:20px 0;
    padding:0;

}


#portfolio-gallery-list li {

    list-style:none;
    margin:0;
    cursor:move;

}


#portfolio-gallery-list img {

    display:block;
    width:120px;
    height:auto;

}
.projekt-bilder {
    width: 100%;
}


.projekt-bilder img {

    width: 100%;
    height: auto;

    display: block;

}
/*
Projektseiten - Bilder vollständig darstellen
*/

.projekt-bilder {

    width:100%;

}


.projekt-bilder img {

    width:100%;
    height:auto;

    display:block;

}