/**
 * @author Daniel Weitenauer
 * @copyright 2019 studio ahoi
 */
.ahoi-gradient:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(68, 68, 68, 0.1);
}
.ahoi-gradient:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(68, 68, 68, 0) 0%, rgba(68, 68, 68, 0) 2%, #444444 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -moz-linear-gradient(top, rgba(68, 68, 68, 0) 0%, rgba(68, 68, 68, 0) 2%, #444444 100%);
  /* FF3.6-15 */
  background: linear-gradient(to bottom, rgba(68, 68, 68, 0) 0%, rgba(68, 68, 68, 0) 2%, #444444 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00444444", endColorstr="#ff444444",GradientType=0 );
  /* IE6-9 */
}

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