*[data-cookie-style='default'] .cookie-notification {
	z-index: 1002;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
}

*[data-cookie-style='default'] .cookie-notification .notification-background
	{
	height: 120vh;
	background: rgba(255, 255, 255, .75);
}

*[data-cookie-style='default'] .cookie-notification>.container {
	position: absolute;
	background-color: white;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	box-shadow: 0 0 40px rgba(0, 0, 0, .25);
	width: 90%;
}

@media ( min-width : 768px) {
	*[data-cookie-style='default'] .cookie-notification>.container {
		max-width: 60%;
	}
}

@media ( min-width : 768px) {
	*[data-cookie-style='default'] .cookie-notification>.container>.row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}

*[data-cookie-style='default'] .cookie-notification>.container>.row .button
	{
	margin-top: 15px;
}

*[data-cookie-style='default'] .cookie-notification p {
	margin-bottom: 0;
	color: #303C49;
	font-family: 'maneurope-light';
	font-size: 15px;
	line-height: 22px;
}

*[data-cookie-style='default'] .cookie-notification p a {
	color: #e40045;
}

*[data-cookie-style='none'] .cookie-notification {
	display: none;
}

*[data-cookie-style='old'] .cookie-notification {
	z-index: 1000;
	background-color: #eee;
	background-image: linear-gradient(#eee 80%, #eee 80%, #777);
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	position: relative;
}

*[data-cookie-style='old'] .cookie-notification>.container {
	padding: 20px;
}

@media ( min-width : 768px) {
	*[data-cookie-style='old'] .cookie-notification>.container>.row {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
}

*[data-cookie-style='old'] .cookie-notification p {
	margin-bottom: 0;
	color: #000;
	font-family: 'maneurope-light';
	font-size: 15px;
	line-height: 22px;
}

*[data-cookie-style='old'] .cookie-notification p a {
	color: #e40045;
}

*[data-cookie-style='old'] .cookie-notification .button {
	width: 100%;
}

@media ( min-width : 768px) {
	*[data-cookie-style='old'] .cookie-notification .button {
		width: 33%;
	}
}

*[data-cookie-style='old'] .cookie-notification button {
	margin-top: 30px;
	width: 100%;
	margin-bottom: 0;
	background: transparent;
	color: #337ab7;
	border-color: #337ab7;
}

@media ( min-width : 768px) {
	*[data-cookie-style='old'] .cookie-notification button {
		margin-top: 0;
	}
}

#page-head {
	transition: all 0.5s ease-in;
}

#page-head.routing {
	transition: none 0s linear;
}

/* ab hier customizations vom _notification.scss weg:
*/
*[data-cookie-style='old'] .btn, *[data-cookie-style='default'] .btn {
	color: #fff;
	background-color: #e40045;
	border-color: #e40045;
	border-radius: 4px;
	border: 4px solid #e40045;
	font-size: 15px;
	height: 44px;
	width: 109px;
}

*[data-cookie-style='old'] .btn:hover, *[data-cookie-style='default'] .btn:hover
	{
	background-color: #303C49;
	border-color: #303C49;
}

*[data-cookie-style='old'] .button, *[data-cookie-style='default'] .button
	{
	border-radius: 4px;
}

*[data-cookie-style='old'] #notification-content, *[data-cookie-style='default'] #notification-content
	{
	padding: 7px 35px 22px 39px;
}

*[data-cookie-style='default'] .cookie-notification p a, *[data-cookie-style='old'] .cookie-notification p a
	{
	text-decoration-line: none;
}