/* ------------ FOOTER STYLESHEET -------------- */

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  display: flex;
  justify-content: space-between;
}

.single-footer-widget {
  flex: 1;
  margin-bottom: 30px;
}

.single-footer-widget h3 {
  font-size: 25px;
  margin-bottom: 25px;
}

.single-footer-widget p {
  margin-bottom: 0;
}

.single-footer-widget .list {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget .list li {
  margin-bottom: 8px;
  list-style-type: none;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.single-footer-widget .list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .list li a {
  display: block;
  color: #646464;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .list li a:hover {
  color: #dd0835;
  letter-spacing: 1px;
}

/*================================================
Copy Right CSS
=================================================*/
.copy-right {
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom: 30px;
}

.copy-right-content {
  text-align: center;
}

.copy-right-content p {
  font-size: 16px;
  margin-bottom: 0;
  color: #000000;
}

.copy-right-content p a {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (min-width: 991px) and (max-width: 1280px) {
  #single-marg {
    margin-left: 10rem !important;
  }
}

/* Media Query für Desktops */
@media only screen and (max-width: 990px) {
  #single-marg {
    margin-left: 0rem !important;
  }
}
