.cookiebar {
	box-sizing: border-box;
	position: fixed;
	left: 0;
	width: 100%;
	padding: 0.7rem;
	background-color: #4b4b4b;
	color: #fff;
	font-size: 1em;
	text-align: center;
	z-index: 9999999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* height: 12rem; */
}
.cookiebar_message {
	/* padding-top: 1rem; */
	/* padding-bottom: 1rem; */
	padding: .5rem;
}
.cookiebar_button {
	padding: .5rem;
	
}
.cookiebar_more {
	padding-bottom: 1rem;
	padding-top: .5rem;
	
}


.cookiebar--active {
	display: flex!important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

.cookiebar--position-top {
	top: 0
}

.cookiebar--position-bottom {
	bottom: 0
}

.cookiebar__message,
.cookiebar__text {
	margin-right: 1.5em
}

.cookiebar__link {
	/* color: #fff; */
	/* text-decoration: underline */
}

.cookiebar__link:hover {
	text-decoration: none
}
.cookiebar__analytics {
	margin-right: 1.5em
}

.cookiebar__analytics-label {
	cursor: pointer
}

.cookiebar__analytics-checkbox {
	margin-right: 5px
	
}
@media screen and (min-width: 768px){
	.cookiebar {
		flex-direction: row;
		/* height: 4.7rem; */
	}
	.cookiebar_message {
		/* padding: 0rem 1rem; */
	}
	.cookiebar_more {
		padding: 0rem 2rem 0rem 0.1rem;
	}
	
}
