/**
 * Theme Name: Twenty Twenty-Five Liederkranz Schweinfurt
 * Template:   twentytwentyfive
 */

footer {
	width: 100vw;
    height: 0px;
    background-color: #000000;
    position: relative;
    top: 0px;
    left: 0px;
}
footer::after {
	width: 0px;
	height: 0;
	border-left: 20vw solid transparent;
	border-right: 5vw solid transparent;
	border-bottom: 5vw solid #3B006F;
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    right: 0px;
}
footer::before {
	width: 0px;
	height: 0;
	border-top: 20vw solid transparent;
	border-right: 5vw solid #7100D3;
	border-bottom: 5vw solid transparent;
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    right: 0px;
}

.background-cover > img {
	position: fixed !important;
	z-index: -1 !important;
}