/************ Cookie Hinweis **************/
.cookie_links {
	margin-top: 10px;
	margin-bottom: 10px;
}

.cookie_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background: black;
	opacity: 0.7;
	display: none;
}

#cookiedingsbums a {
	color: white;
	text-decoration: underline;
}

#cookiedingsbums a:hover {
	text-decoration: underline;
}

#cookiedingsbums .col-md-6 {
	text-align: left !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.mode-xs #cookiedingsbums {
	flex-direction: column;
}

#cookiedingsbums {
	display: flex;
	text-align: center;
	background: #bbbbbb;
	position: fixed;
	bottom: 0%;
	z-index: 10000;
	width: 100%;
	font-size: 9pt;
	line-height: 16pt;
	color: white;
	font-family: Arial, sans-serif;
	margin: 0px 0%;
	left: 0%;
	letter-spacing: 3px;
	box-sizing: border-box;
	padding: 20px 0;
}

#cookiedingsbumsCloser {
	color: white;
    font-size: 12pt;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid white;
    display: inline-block;
}

#cookiedingsbumsCloser:hover {
}

@media screen and (max-width:600px) {
	#cookiedingsbumsCloser {
		padding: 5px 10px;
	}

	#cookiedingsbums {
		padding: 10px;
		line-height: 10pt;
		bottom: 0px;
		top: inherit;
		font-size: 8pt;
	}

	#cookiedingsbums {
	}

	.cookie_links {
		margin-top: 10px;
	}

}

/*************************/