/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * net-styles - meine Anpassung - footer
 */


.container .footer,
.footer {
   background-color: rgba(164,102,102, 0.85);
   box-shadow: 0 0 0 0.075rem rgba(47,27,17, 1);
   padding: 0.5rem;
   border-radius: 0.4rem;
}

.site-footer {
/*   background-image: url(../Images/footer_bg.png);
   background-repeat: repeat-x;
   background-position: top;     */
   background-color: rgba(164,102,102, 0.85);  
   -webkit-backdrop-filter: saturate(180%) blur(20px);
   backdrop-filter: saturate(180%) blur(20px);
}
/*  alt		*/
.pagefooter {
	background-image: url(../Images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}


.site-footer a {
   color: rgba(47,27,17, 0.9);
   transition: ease-in-out color .15s;
}
.site-footer a:hover {
   color: rgba(255,255,255, 1);
   text-decoration: none;
}

.site-footer-hr {
   margin-top: 1.5rem;
   margin-bottom: 0.5rem;
   border-top: 1px solid rgba(47,27,17, 0.85);
}


/* footer Schriftfarbe  */
.text-muted {
   color: rgba(47,27,17, 0.85) !important;
}

footer p {
   margin-bottom: 0.25rem;
}


