/* .article li {
	font-size: 1.6rem;
  	font-weight: 400;
} */

.article ol, .article ul {
	margin-left: 25px;
}

.alertbar {
	z-index: 10;
}

.footer__contact strong {
	font-weight: 800;
}

.footer__contact a {
	text-decoration: none;
  	color: #000;
}

.trails__logo {
	filter: invert(1) grayscale(1);
}

.files__item a {
	color: unset;	
}

.header__group-menu_selected {
  color: gray !important;
  font-weight: 700 !important;
}

.gallery__image--photo, .gallery__preview--photo {
	cursor: pointer;
}

.cookiebar {
  background: white;
  text-align: center;
  display: block;
  font-size: 14px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  padding: 5px;
  border: 1px solid red;
}

.close-cookiebar {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
  cursor: pointer;
}
