
/*Footer*/
.site-footer{
background-color: #c0c1c3;
}
#main-wrapper{
margin-bottom: 7rem;	
}
.huss_footer_container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.bottom-box {
-ms-flex: 0 0 24%;
-webkit-box-flex: 0;
flex: 0 0 24%;
max-width: 24%;
text-align: left;
}
.bottom-box-preise.col-12{
text-align: center;
}
.site-footer .bottom-box a, 
.site-footer .bottom-box-12 a, 
.site-footer .bottom-box-preise a {
color: #262626;
text-decoration: none;
text-decoration: underline;
}
.site-footer .content {
color: #3b3b3b;
text-align: center;
}
.site-footer__bottom {
border:0;
}
.site-footer p > strong{
font-size: var(--h5);
margin-top: 2rem;
display: block;
}
#block-huss-barrio-fussbereich{
	margin-top: 5rem;
}
#block-huss-barrio-fussbereich ul{
margin: 0 auto;
justify-content: center;
}
#block-huss-barrio-fussbereich ul li{
display: flex;
}
#block-huss-barrio-fussbereich a.nav-link{
color:#3b3b3b !important;
text-decoration: underline;
padding: 0 .75rem;
}
#block-huss-barrio-fussbereich li:after{
content:'|';
}
#block-huss-barrio-fussbereich li:last-child:after{
content:'';
}
.site-footer .content a:hover, 
.site-footer .content a:focus {
  color: inherit;
}




