#verwendeter-footer {
    background-color: var(--ci-blau-hell-60);
    background-image: url(/wp-content/uploads/2025/09/aw-allgemein-footer-bg-4.webp);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 100% 75%;
}
@media only screen and (min-width: 2201px) {
	#verwendeter-footer {
    	background-size: 35%;
    	background-position: 100% 65%;
	}
}

/* TOP */
#footer-top-area .no-linebreak .pxl-heading .pxl-item--title,
#footer-top-area .no-linebreak .pxl-item--subtext span {
    white-space: nowrap;
}
#footer-top-area .pxl-heading .pxl-item--subtitle span {
    color: #fff;
}

/* MIDDLE */
/* #footer-middle-area .spalte-2 {
	text-align: center;
}
#footer-middle-area .spalte-3 {
	text-align: right;
} */

/* COPYRIGHT */
/* Footer Dropdown */
.dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.dropdown-content {
	display: none;
	position: absolute;
	padding: 12px 16px;
	z-index: 1;
	background-color: var(--ci-FARBE);
	width: max-content;
	/* wenn dropdown nach oben klappen soll */
	/* top: -125px; */
}
.dropdown-content a {
	color: #fff !important;
}
.dropdown-content a:hover {
	color: #ccc !important;
}
.dropdown:hover .dropdown-content {
  display: block;
}

#footer-copyright a:hover {
	color: var(--ci-blau);
}
#verwendeter-footer #footer-top-area a {
	color: #FFFFFF;
}
#verwendeter-footer #footer-middle-area a {
	color: #687276;
}


/* BACK TO TOP */
body .pxl-scroll-top:before {
    background-color: var(--ci-blau);
}
@media (max-width:768px) {
	#verwendeter-footer {
    background-size: 75% !important;
    background-position: 100% 85% !important;
}
}
@media (max-width:450px) {
	#verwendeter-footer {
    background-size: 120% !important;
    background-position: 100% 85% !important;
}
}