.gp-dsgvo-cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	padding: 12px 16px;
	background: #111111;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.4;
}

.gp-dsgvo-cookie-banner--bottom {
	bottom: 0;
}

.gp-dsgvo-cookie-banner--top {
	top: 0;
}

.gp-dsgvo-cookie-text {
	margin: 0;
}

.gp-dsgvo-cookie-text a {
	color: inherit;
	text-decoration: underline;
}

.gp-dsgvo-cookie-actions {
	display: flex;
	gap: 8px;
}

.gp-dsgvo-cookie-btn {
	padding: 8px 12px;
	border: 1px solid currentColor;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font-size: 14px;
}

.gp-dsgvo-cookie-accept {
	background: #ffffff;
	color: #111111;
}

@media (max-width: 600px) {
	.gp-dsgvo-cookie-actions {
		width: 100%;
		flex-direction: column;
	}

	.gp-dsgvo-cookie-btn {
		width: 100%;
	}
}
