

/* -------------------- Footer BEGINN -------------------- */

.footer-title {
  text-align: center;
  color: #333;
  padding: 2.5rem 0 0;
}
.copyright {
  font-size: 1.3rem;
  color: #333;
  font-style: italic;
  text-align: center;
  margin: auto;
  display: block;
}
.logo-footer {
  width: 50%;
  margin: auto;
  display: block;
  padding: 0 0 0;

}
.footer-icon {
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #333;
  border-radius: 50%;
  padding: 0.6rem;
  color: #333;
    }
ul.footer-list {
  color: #333;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.footer-list li {
  display: flex;
    line-height: 2rem;
  justify-content: center;
  align-items: center;
}
.footer-list li a{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.footer-list a {
  color: #333;
  text-decoration: none;
}
.footer-list a:hover {
  color: #30A5BF;
}
.footer-list-1 a:hover .footer-icon {
  border: 3px solid #333;
  color: #30A5BF;
}
ul.footer-list-1 {
  color: #333;
  list-style-type: none;
  padding: 1rem 0 0;
  text-align: center;
}
ul.footer-list-1 li {
  display: inline-block;
  text-align: center;
}
ul.footer-list-1 a {
  color: #333;
  padding: 0 0.5rem;
  text-decoration: none;
}
ul.footer-list-1 a:hover {
  color: #30A5BF;
}
ul.footer-list-2 {
  color: #333;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.footer-list-2 li {
  display: flex;
  justify-content: center;
  padding-bottom: 7px;
  align-items: center;
}
.footer-list-2 li a{
  display: flex;
  justify-content: center;
  padding-bottom: 7px;
  align-items: center;
}
.footer-list-2 a {
  color: #333;
  text-decoration: none;
}
.footer-list-2 a:hover {
  color: #30A5BF;
}
.footer-end {
  text-align: center;
}
.footer-end a {
  color: #333;
  text-decoration: none;
}
.footer-end a:hover {
  color: #30A5BF;
}
.footer-position {
  position: fixed;
  bottom: 0;
}



/* -------------------- Footer ENDE -------------------- */

/* -------------------- Social Media Start -------------------- */

.effect:nth-child(2) {
  margin-top: 50px;
}
.effect .buttons {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.effect a:last-child {
  margin-right: 0px;
}
.effect a {
  text-decoration: none !important;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 20px;
  font-size: 25px;
  overflow: hidden;
  position: relative;
}
.effect a i {
  position: relative;
  z-index: 3;
}
.effect a.phone {
  background-color: #3b5998;
}
.effect a.whatsapp {
  background-color: #25D366;
}
.effect a.telegram {
  background-color: #3490EC;
}
.effect a.mail {
  background-color: red;
}
.effect.social-media a {
  transition: transform 0.2s linear 0s, border-radius 0.2s linear 0.2s;
}
.effect.social-media a i {
  transition: transform 0.2s linear 0s;
}
.effect.social-media a:hover {
  transform: rotate(-90deg);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: #fff;
}
.effect.social-media a:hover svg {
  transform: rotate(90deg) !important;
}
.effect .title-social-media {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  color: #333;
}
.effect .title-social-media-kontakt {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  color: #000;
}
.line-social {
 position: relative;
 width:  100%; /* Breite der Linie */
 height: 2px; /* Höhe der Linie */
 bottom: 13px;
 background: linear-gradient(to right, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 70%);
}
/*
@media (min-width: 992px) {
  .effect:before {
    width: 100%;
  }
}*/

/* -------------------- Social Media Ende -------------------- */

