#dsgvo-cookie-popup {
	background: #000000;
	color: #ffffff;
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
}

#dsgvo-cookie-popup p,
#dsgvo-cookie-popup h1,
#dsgvo-cookie-popup h2,
#dsgvo-cookie-popup h3,
#dsgvo-cookie-popup h4,
#dsgvo-cookie-popup h5,
#dsgvo-cookie-popup h6,
#dsgvo-cookie-popup a {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}

#dsgvo-cookie-popup a:hover {
	opacity: 0.5;
}

#dsgvo-cookie-popup p {
	margin: 0 !important;
}

#dsgvo-cookie-popup .wrapper {
	padding: 15px 30px;
}

#dsgvo-cookie-popup .text {
	float: left;
	max-width: 60%;
}

#dsgvo-cookie-popup .buttons {
	float: right;
	max-width: 40%;
}

#dsgvo-cookie-popup .buttons a {
	margin-left: 20px;
}

#dsgvo-cookie-popup .buttons a.button {
	padding: 8px 15px;
}

#loaded-content.cookie-info {
	z-index: 999999;
}


@media all and (max-width: 1279px) {
	
	#dsgvo-cookie-popup .buttons a{
		float: right;
		clear: right;
	}
	
	#dsgvo-cookie-popup .buttons a.accept{
		margin: 6px 0 0 0;
	}
	
	#dsgvo-cookie-popup .buttons a.info{
		margin: 0;
	}
	
}

@media all and (max-width: 850px) {
	#dsgvo-cookie-popup .text{
		width: 100%;
		max-width: none;
	}
	#dsgvo-cookie-popup .buttons{
		max-width: none;
		float: left;
		margin-top: 10px;
	}
	#dsgvo-cookie-popup .buttons a{
		float: left;
		clear: both;
	}
}

@media all and (max-width: 600px) {
	#dsgvo-cookie-popup p, #dsgvo-cookie-popup .buttons a.info{
		font-size: 12px;
		line-height: 18px;
	}
	
	
}
