 
/*
* Footer class
*/

.footer {
  position: relative;
  color: white;
  padding-top: 50px;
}

.footer-menu li {
  list-style: none;
  display: inline-block;
  padding: 3px 15px;
}

.footer-copyright a {
  color: white;
}

.footer-heading {
  font-size: 1em;
  font-weight: 600;
  min-height: 2em;
  margin-bottom: 0px;
  margin-top: 18px;
}
.footer-contact-heading {
  font-size: larger;
  font-weight: 600;
}
.footer select {
  color: #000000;
}
.widgets_footer select {
  padding: 10px 5px;
  width: 100%;
}

.footer-title {
  min-height: 1.8em;
}
.footer ul li {
  list-style-type: disclosure-closed;
  margin-left: -1em;
  margin-right: 0em;
}
.uber-uns-menue ul li {
  list-style-type: none;
  margin-left: -2.5em;
}
ul.footer-contact-adress li {
  list-style-type: none;
}
.footer-colum {
  padding: 0;
}
.footer-contact-claim {
  line-height: 1;
  margin-bottom: 25px;
  font-size: small;
}
ul.footer-contact-adress li {
  line-height: 1.4;
}
.footer-icon {
  height: 35px;
}
.footer-contact-text {
  padding-top: 5px;
}
.footer-bezirke span {
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 14px;
}
span.weekday {
    width: 4em;
    display: inline-block;
}
ul.footer-contact-adress li {
    line-height: 1.4;
    margin-left: -2.8em!important;
}
.footer-contact-heading {
    font-size: larger;
    font-weight: 600;
    margin-top: 10px;
}
.footer-claim {
    line-height: 1.3em;
    padding: 0 0 23px 0;
}
.footer .widgets_footer_title {
  color: #ffffff;
}
.footer a,
.widgets_footer ul li::before {
  color: #fff;
}
.footer-copyright {
  color: #a7a7a7;
}
.footer-copyright {
  background-color: #060606;
}

.footer-leistungen {
  padding-left: 40px;
}

.footer-contact-mobile {
  z-index: 1000;
  position: fixed;
  bottom: -50px;
  width: 100%;
  left: 0;
}
.footer-mobile-contact {
  padding: 30px;
  margin-bottom: 20px;
  border-right: 1px solid white;
}
.footer-mobile-icon-caption {
    font-size: 3vw;
}

.footer-bezirke span {
  margin-left: 20px;
  font-size: 14px;
}

.bezirke-caption {
  margin-top: 8px;
  position: absolute;
}

#back-to-top {
  border-radius: 2px;
  cursor: pointer;
  height: 35px;
  line-height: 31px;
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease-out 0s;
  width: 35px;
  display: none;
  z-index: 99999;
}
.back-to-top-show {
  display: block !important;
  opacity: 1 !important;
}

.copyright-icon-clr {
  padding: 4%;
  color: white;
}