body {
  min-height: 100vh;
  background: #FBFCFF;
  padding: 0;
  margin: 0;
}

a {
  color: #2A6A9E;
}

a:hover, a:focus, a:active {
  color: #1C3448;
}

footer.page-footer {
    background-color: #EBEBEB;
    color: #2A6A9E;
    font-size: .93em
}

footer.page-footer .footer-copyright {
    height: 33px;
    line-height: 30px;
    color: #FBFCFF;
    background-color: #B0B0B0;
}
footer.page-footer .call-to-action {
    text-align: center;
}
footer.page-footer a {
  text-decoration: none;
  color: #2A6A9E;
  outline: none;
}
footer.page-footer a:hover, a:focus, a:active {
  color: #2A6A9E;
  text-decoration: none;
}
ul.social-buttons {
  margin-bottom: 5; }
  ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: snow;
    border-radius: 100%;
    outline: none;
    background-color: #2A6A9E; }
    ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
      background-color: #B0B0B0; }


.txt-bck {
    margin-top: 142px !important;
    color: #2A6A9E;
    font-weight: bold;
    background: rgba(247, 247, 247, 0.45);
}

/* .:. vorteile .:. */
.btn-neo {
  color: #FBFCFF;
  background-color: #5E99C5;
}
.btn-smpl {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;;
  padding: 15px 0 0;
  width: 3rem;
  height: 3rem;
  transition: all 0.25s ease-in-out;
  background-color: #5E99C5}

.btn-neo:hover {
  border-radius: 42% !important;
  color: #FBFCFF;
  background-color: #2A6A9E