.gg_cookie {
	position: fixed;
	left: 30px;
	top: auto;
	right: auto;
	bottom: 30px;
	z-index: 1006;
	display: none;
	width: 600px;
	max-width: 45vw;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	justify-content: space-between;
	align-items: center;
	border-style: solid;
	border-width: 1px;
	border-color: #4d4d4d;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 35px 35px -15px rgba(0, 0, 0, .3);
	font-size: 0.75rem;
}

.gg_cookie h2 {
	font-size: 14px;
	line-height: 17px;
	color: #4d4d4d;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-family: 'BayWa Sans', sans-serif;
	letter-spacing: 0.5px;
}

.gg_cookie p {
	font-size: 14px;
	line-height: 20px;
	color: #4d4d4d;
	font-weight: 300;
}

.gg_cookie .fake-consent-box {
	display: flex;
	padding-top: 10px;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #e2e2e2;
}

.gg_cookie .cookie-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gg_cookie .fake-checkbox-wrap {
	display: flex;
	padding-right: 20px;
	align-items: center;
	cursor: pointer;
}

.gg_cookie .fake-checkbox {
	position: relative;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #c2c2c2;
}

.gg_cookie img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.gg_cookie .check-2 {
	position: absolute;
	left: 0;
	top: auto;
	right: auto;
	bottom: 0;
	width: 14px;
	height: 14px;
	max-width: none;
}

.gg_cookie .check-2.hide {
	display: none;
}

.gg_cookie .button {
	position: relative;
	display: flex;
	height: 44px;
	padding-right: 30px;
	padding-left: 30px;
	float: left;
	justify-content: space-between;
	align-items: center;
	border-style: none;
	border-radius: 3rem;
	background-color: hsla(82.94117647058823, 85.00%, 39.22%, 1.00);
	transition: color 500ms ease, background-color 500ms ease;
	color: #2e2e2e;
	font-size: 1rem;
	line-height: 1em;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.1rem;
	cursor: pointer;
}

.gg_cookie .button:hover {
	background-color: hsla(82.75862068965517, 85.80%, 33.14%, 1.00);
	color: #fff;
}

.gg_cookie .button.cc-btn-cookie {
	display: flex;
	height: 30px;
	float: none;
	font-size: 0.751rem;
	text-decoration: none;
}

@media (max-width: 991px) {
	.gg_cookie {
		left: 0;
		top: auto;
		right: 0;
		bottom: 0;
		width: auto;
		max-width: 800px;
		border-style: none;
		border-radius: 0;
	}
}

@media (max-width: 470px) {
	.gg_cookie .fake-consent-box {
		flex-direction: column;
	}

	.gg_cookie .cookie-box {
		margin-top: 10px;
	}

	.gg_cookie .button.cc-btn-cookie {
		margin-top: 24px;
	}
}