/* FOOTER */
.footer {
  background:#0077cc;
  padding:40px 20px;
  color:#fff;
  margin-top:60px;
}

.footer-container {
  max-width:1100px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}

.footer-section {
  width:30%;
  text-align:center;
}

@media(max-width:850px){
  .footer-section {width:100%; margin-bottom:25px;}
}

.footer h3 {
  font-size:22px;
  margin-bottom:12px;
  color: #fff;
}

/* LINKS DIREKT AUF TITEL */
.footer-section a {
  font-size:20px;
  color:#00e0ff;
  font-weight:500;
}

.footer-section a:hover {
  color:white;
  text-decoration:underline;
}

/* KONTAKT ZENTRIERT */
.footer-section p {
  text-align:center;
  margin:5px 0;
}
