/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 07 2023 | 08:12:34 */
.quoted-text p::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10e";
	color:var(--awb-color5);
	font-size: 1.5em;
	margin-right: 10px;
    vertical-align: -8px;
	line-height:25px;
}
.quoted-text p::after {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
	color:var(--awb-color5);
	font-size: 1.5em;
	margin-left: 10px;
	line-height:25px;
}

.dark-link {
	color:var(--awb-color8);
}
.dark-link:hover {
	color:var(--link_color);
}
@media (min-width: 641px) {
	.fusion-tb-footer.fusion-footer {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;   
		z-index:10;
	}
}
@media (min-width:768px) {
.bild-legende p {
	font-size:75%;
}
}