
.cookiebar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.25rem;
	text-align: center;
	line-height: 1.5;
/*	background-color: #e74c3c; */
  background: #42a342; /* Old browsers */
  background: #42a342 -moz-linear-gradient(top, #42a342 0%, #016801 100%); /* FF3.6+ */
  background: #42a342 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42a342), color-stop(100%,#016801)); /* Chrome,Safari4+ */
  background: #42a342 -webkit-linear-gradient(top, #42a342 0%,#016801 100%); /* Chrome10+,Safari5.1+ */
  background: #42a342 -o-linear-gradient(top, #42a342 0%,#016801 100%); /* Opera11.10+ */
  background: #42a342 -ms-linear-gradient(top, #42a342 0%,#016801 100%); /* IE10+ */
  background: #42a342 linear-gradient(top, #42a342 0%,#016801 100%); /* W3C */
	color: #fff /* #000 */
}

.cookiebar .text {
	padding: 0;
	margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.4rem;
}

.cookiebar .buttoncontainer {
	margin-top: .625rem
}

.cookiebar .button {
	display: inline-block;
	padding: .3125rem 1.25rem;
	margin: 0 .625rem;
	font-size: 1.4rem;
	text-decoration: none;
	border: 0;
	color: #fff;
	cursor: pointer
}

.cookiebar .accept {
	background-color: #27ae60
}

.cookiebar .more {
	background-color: #2980b9
}

