GeneratePress Fixed Footer

.inside-article {
	min-height: 100%;
	min-height: 100vh;
	padding-top: 65px;
	position: relative;
	z-index: 1;
	margin-bottom: calc(30vh + 141px)!important; /*an Höhe #footer-widgets anpassen*/
}

#footer-widgets {
	height: 30vh!important; /*an margin-bottom .inside-article anpassen*/
	position: fixed;
	left: 0;
	right: 0;
	bottom: 63px; /*an Höhe .site-info anpassen*/
	overflow: scroll;
}

.site-info {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}