.ae_cookie-hint__icon {
	margin-right: 15px;
	text-align: center;
	font-size: 30px;
	position: absolute;
	left: 15px;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ae_cookie-hint__text {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	padding-right: 25px;
	font-size: 16px;
	line-height: 1.4;
}

.ae_cookie-hint__text.with_icon {
	padding-left: 45px;
}

.ae_cookie-hint a {
	color: inherit;
	text-decoration: underline;
}
.ae_cookie-hint a:hover {
	text-decoration: none;
	color: inherit;
}

.ae_cookie-hint__button {
	background: #333;
	color: #fff;
	border-radius: 5px;
	padding: 13px 20px;
	cursor: pointer;
	-webkit-transition: 300ms all;
	-o-transition: 300ms all;
	transition: 300ms all;
}

.ae_cookie-hint__button:hover {
	background: #485359;
	color: #fff;
	-webkit-box-shadow: 0px 12px 21px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 12px 21px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 12px 21px -10px rgba(0,0,0,0.75);
}