#ratgeberUebersicht .content {
  padding: 50px 0;
}
#ratgeberUebersicht a {
  color: #1A8DD4;
}
#ratgeberUebersicht ul li {
  margin-bottom: 15px;
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 15px;
}
#ratgeberUebersicht ul li a {
  color: #1A8DD4;
}
#ratgeberUebersicht article p {
  padding-bottom: 30px;
}

footer {
  padding: 100px 0;
}
footer a {
  color: #3B3B3B;
}
footer ul {
  margin: 20px 0;
}
footer ul li {
  margin-bottom: 6px;
}
footer p {
  font-size: 0.8rem;
}

.closeAnimation {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-name: closingAnimation;
  animation-fill-mode: forwards;
}

/*# sourceMappingURL=style.css.map */
