/* CSS Document */


#bildergalerie {
	width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

p.b_bild {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 77px;
    overflow: hidden;
    background-color: #EEEEEE;
}


p.b_bild.right {
    margin-right: 0px;
}


p.b_bild img {
    float: left;
    max-width: 100%;
}

.fullButton.bg_button.bottom{
    margin-top: 20px;
}


@media only screen and (max-width: 479px) {

    p.b_bild {
        height: 64px;
    }
}