.alma-footer {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 14px;
  background: #333;
  margin: 0;
  padding: 0;
  color: #fff;
}

.alma-footer-left {
  float: left;
  padding: 20px 0 10px 20px;
}

.alma-footer-right {
  float: left;
  margin: 10px;
}

.alma-footer-flex {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  list-style: none;
}

.alma-footer-dataprivacy {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  list-style: none;
}

.alma-footer ul,
.alma-footer p {
  text-decoration: none;
  color: #fff;
  list-style: none;
  margin: 0 0 0 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
}

.alma-footer li {
  margin: 0 0 10px;
}

.alma-footer:after,
.alma-footer-bottom:after {
  content: "";
  display: block;
  clear: both;
}

.alma-footer h5 {
  margin: 0 0 20px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
  color: inherit;
}

.alma-footer h6 {
  margin: 0 0 20px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}

.alma-footer a {
  color: #aaa;
  text-decoration: none;
}
.alma-footer .graytext {
  color: #aaa;
  text-decoration: none;
}
.alma-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.alma-footer nohover {
  color: #aaa;
  text-decoration: none;
}

.alma-footer-logo-wrapper {
  padding: 10px;
  flex: 100%;
}

.alma-footer-item {
  padding: 10px;
  flex: 100%;
}

.alma-dataprivacy-tietosuoja,
.alma-dataprivacy-evasteet,
.alma-dataprivacy-sijaintitiedot {
  padding: 10px;
  flex: 100%;
}

.alma-footer-item:hover {
  background: #222;
}

.alma-footer strong {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .alma-footer-right {
    width: 82%;
    float: left;
  }

  .alma-footer-logo-wrapper {
    padding: 10px;
    flex: 0 0 3%;
  }

  .alma-footer-item {
    padding: 10px;
    flex: 0 0 28%;
  }

  .alma-dataprivacy-tietosuoja {
    padding: 10px;
    flex: 0 0 20%;
  }
  .alma-dataprivacy-evasteet {
    padding: 10px;
    flex: 0 0 25%;
  }
  .alma-dataprivacy-sijaintitiedot {
    padding: 10px;
    flex: 0 0 35%;
  }
}

.alma-footer-logo {
  width: 65px;
}

.alma-footer-show-all p {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 20px;
}

.alma-footer-hr {
  background: #333;
  color: #fff;
}
