.tx-genericgallery-pi1 {
    margin-bottom: 20px;
}

#mitte div.frame-default .tx-genericgallery-pi1 .thumbnails {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
	padding-left: 0;
}
#mitte div.frame-default .tx-genericgallery-pi1 .thumbnails li {
	margin: 0 15px 15px 0;
    padding-left: 0;
    list-style: none;
    background: none;
}
#mitte div.frame-default .tx-genericgallery-pi1 .thumbnails li figure {
	margin: 0;
}
.tx-genericgallery-pi1 .f3-widget-paginator {
	/*display: flex;*/
    display: none;
	justify-content: center;
}
.tx-genericgallery-pi1 .f3-widget-paginator a {
	text-decoration: none;
    color: #000000;
}
.tx-genericgallery-pi1 .f3-widget-paginator a:hover,
.tx-genericgallery-pi1 .f3-widget-paginator li.current {
    color: #E3000F;
}
.tx-genericgallery-pi1 .f3-widget-paginator li {
	/*background: url(/typo3conf/ext/bg_minimal/Resources/Public/Images/static/b-pager.png) repeat-x scroll 0 0 transparent;*/
    border: 1px solid #BFBFBF;
    color: #000000;
    display: inline-block;
    font-size: 11px;
    height: 23px;
    width: 24px;
    line-height: 23px;
    margin-right: 6px;
    padding: 0;
    text-align: center;
}