footer {
  border-top: 1px solid #ccc;
}

footer .footer__firstrow {
  position: relative;
  clear: both;
  padding: 15px 20px;
}

footer .footer__firstrow .firstrow__links {
  max-width: 930px;
  margin: 0 auto;
}

footer .footer__firstrow a {
  margin-right: 1.53846154em;
  text-decoration: none;
}

footer .footer__bluearea {
  background-color: #2382c8;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  clear: both;
  padding: 20px 0 0 0;
}

.footer__bluearea .bluearea__content {
  max-width: 930px;
  margin: 0 auto;
  color: white;
  overflow: visible;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.bluearea__content .infobox {
  background: #479DDC;
  padding: 20px;
  text-align: center;
  font-size: 15px;
}

.bluearea__content .infobox a {
  color: white;
  font-size: 15px;
}

.bluearea__content .contactbox {
  padding-top: 22px;
}

.bluearea__content .contactbox .headline {
  font-size: 19px;
  margin-bottom: 17px;
  font-weight: 200;
}

.bluearea__content .contactbox ul li {
  margin-bottom: .53846154em;
  line-height: 1.30769231em;
  list-style-type: none;
  padding-left: 0;
  position: relative;
  padding-left: 1.55555556em;
  text-decoration: none;
  white-space: nowrap;
}

.bluearea__content .contactbox ul li svg,.bluearea__content .contactbox ul li img  {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1.30769231em;
  height: 1.30769231em;
  fill: currentColor;
}

.bluearea__content .contactbox ul li .link {
  margin-left: .76923077em;
  color: white;
  text-decoration: none;
}

.bluearea__content .slogan {
  width: 252px;
  float: right;
  position: relative;
  top: -1px;
}

.bluearea__content .slogan img {
  width: 100%;
}

footer .footer-bottom-line {
  background-color: #e5eff7;
  height: 4rem;
}

@media screen and (max-width: 620px) {

  footer .footer__firstrow a {
    margin-bottom: 10px;
    width: 100%;
    display: block;
  }

  footer .footer__firstrow a:last-child {
    margin-bottom: 0;
  }

  .footer__bluearea .bluearea__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
