.gdprcookie-stickybar {
	text-align: center;
	width: 100%;
	z-index: 99999;
	box-shadow: rgba(0,0,0,.5) 0px .5rem 1rem;
	padding: 1rem;
	box-sizing: border-box;
	font-size: 1rem;
	background-color: #ffffff80;
	color: #000;
	font-family: inherit;
	position: fixed;
	left: 0;
	bottom: 0;
}
.gdprcookie-container {
	margin: 0 auto;
    padding: 0 10%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.gdprcookie-message {
	width: 70%;
	text-align: left;
    text-shadow: .1rem .1rem .2rem silver, 0 0 1em silver, 0 0 0.2em silver;
}
@media (max-width: 768px) {
	.gdprcookie-message {
		width: 100%;
	}
}
.gdprcookie-popup .gdprcookie-message {
	width: 100%;
	text-align: justify;
	padding-bottom: 1rem;
}
.gdprcookie-button {
	display: inline-block;
	padding: .5rem 1rem;
	border-radius: .2rem;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #fff;
	background-color: #4fc0dd;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.gdprcookie-button:hover {
    cursor: pointer;
	text-decoration: none;
	opacity: 0.7;
	color: #4fc0dd;
	background-color: #fff;
}
.gdprcookie-reject-button {
    margin: 0 1rem 0 0;
	background-color: #e85319;
}
.gdprcookie-reject-button:hover {
	color: #e85319;
	background-color: #fff;
}
.gdprcookie-more-button {
    margin: 0 1rem 0 0;
    color: #333;
    background-color: #fff;
    text-decoration: none;
}
.gdprcookie-more-button:hover {
	color: #fff;
	background-color: #333;
}