/* Default styles */
.et-db #et-boc .et-l .dp-ddg-gutter-sizer {
    width: 30px !important;
}

.dp-ddg-item {
    width: calc(33.333333333333% - 20px) !important;
}

.dp-ddg-item,
.dp-ddg-filters-container {
    margin-bottom: 30px !important;
}

/* Tablet styles (max-width: 980px) */
@media only screen and (max-width: 980px) {
    .et-db #et-boc .et-l .dp-ddg-gutter-sizer {
        width: 20px !important;
    }

    .dp-ddg-item,
    .dp-ddg-filters-container {
        margin-bottom: 20px !important;
    }

    .dp-ddg-item {
        width: calc(50% - 10px) !important;
    }
}

/* Mobile styles (max-width: 767px) */
@media only screen and (max-width: 767px) {
    .et-db #et-boc .et-l .dp-ddg-gutter-sizer {
        width: 10px !important;
    }

    .dp-ddg-item,
    .dp-ddg-filters-container {
        margin-bottom: 10px !important;
    }

    .dp-ddg-item {
        width: 100% !important;
    }
}

.galerie-repeater-block {
    background: #F6F4F2 !important;
    margin-bottom: 80px !important;
    padding: 30px !important;
    padding-bottom: 0px !important;
}

.galerie-repeater-block:last-child {
    margin-bottom: 0px !important;
}

.galerie-repeater-block h2.galerie-headline {
    color: #7c7268 !important;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
	padding-bottom: 30px !important;
}

/* Tablet styles (max-width: 980px) */
@media only screen and (max-width: 980px) {
	.galerie-repeater-block {
		padding-bottom: 10px !important;
	}
    .galerie-repeater-block h2.galerie-headline {
        font-size: 1.4rem !important;
    }
}

/* Mobile styles (max-width: 767px) */
@media only screen and (max-width: 767px) {
	.galerie-repeater-block {
		padding-bottom: 20px !important;
	}
    .galerie-repeater-block h2.galerie-headline {
        font-size: 1.3rem !important;
    }
}