#redim-cookiehint-bottom #redim-cookiehint,
#redim-cookiehint-top #redim-cookiehint{
	max-width: 100%;
}

#redim-cookiehint .reset {
	margin: 0 !important;
	padding: 0 !important;
}

#redim-cookiehint-modal {
	background-color: rgba(0,0,0,0.75);
	padding: 20px;
}

/* --- DEFAULT-STYLE --- */

#redim-cookiehint{
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	max-width: 380px;
	background: #fff;
	padding: 15px 30px;
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.12);
	border: 1px solid #e5e7eb;
}

#redim-cookiehint .cookiehead{
	margin-bottom: 20px;
	display: inline-block;
}

#redim-cookiehint .cookiehead .headline{
	color: #3f3f46;
	font-size: 20px;
	line-height: 26px;
	position: relative;
	padding: 3px 0 3px 50px;
	display: inline-block;
	font-weight: 700;
}

#redim-cookiehint .cookiehead .headline::before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 32px;
	background-image: url(../img/little_cookie.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#redim-cookiehint .cookiecontent{
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	color: #4b5563;
	padding-bottom: 20px;
}

#redim-cookiehint .clr {
	clear: both;
}

#redim-cookiehint .cookiebuttons .btn,
#redim-cookiehint .cookiebuttons button {
	font-size: 17px;
	line-height: 24px;
	cursor: pointer;
	display: block;
	margin-bottom: 15px;
	padding: 12px 10px !important;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	font-weight: 700;
	letter-spacing: 0.2px;
	border-radius: 4px !important;
	transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease;
}

#redim-cookiehint .cookiebuttons a.btn {
	text-decoration: none !important;
	background-image: none !important;
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}

#redim-cookiehint button {
	border: none !important;
}

/* Links/Infos */
#cookiehintinfo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#cookiehintinfo > * {
	margin: 2px 6px;
}

/* --- BUTTONS --- */

/* Primärer Button: Akzeptieren */
#cookiehintsubmit{
	background: #0a7a1f !important;
	color: #ffffff !important;
	box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

#cookiehintsubmit:hover{
	background: #075d17 !important;
	color: #ffffff !important;
	box-shadow: 0 4px 12px rgba(0,0,0,0.24);
}

#cookiehintsubmit:focus,
#cookiehintsubmit:focus-visible{
	outline: 3px solid #111111 !important;
	outline-offset: 2px;
	background: #075d17 !important;
	color: #ffffff !important;
}

#cookiehintsubmit:active{
	transform: translateY(1px);
}

/* Sekundärer Button: ablehnen / schließen / nein */
#cookiehintsubmitno{
	background: #f3f4f6 !important;
	color: #1f2937 !important;
	border: 1px solid #d1d5db !important;
	box-shadow: none;
}

#cookiehintsubmitno:hover{
	background: #e5e7eb !important;
	color: #111827 !important;
	border-color: #c7cdd4 !important;
}

#cookiehintsubmitno:focus,
#cookiehintsubmitno:focus-visible{
	outline: 3px solid #111111 !important;
	outline-offset: 2px;
	background: #e5e7eb !important;
	color: #111827 !important;
}

#cookiehintsubmitno:active{
	transform: translateY(1px);
}

/* --- BOTTOM-STYLE --- */

#redim-cookiehint-bottom{
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #e5e7eb;
}

#redim-cookiehint-bottom #redim-cookiehint{
	margin: 0 auto;
	text-align: left;
	max-width: 980px;
	box-shadow: none;
	border: 0;
}

#redim-cookiehint-bottom #cookiehintinfo {
	float: left;
}

#redim-cookiehint-bottom .cookiehead{
	margin-bottom: 10px;
}

#redim-cookiehint-bottom .cookiecontent {
	padding-bottom: 5px;
}

#redim-cookiehint-bottom .cookiebuttons{
	text-align: right;
}

#redim-cookiehint-bottom .cookiebuttons .btn,
#redim-cookiehint-bottom .cookiebuttons button {
	display: inline-block;
	padding: 10px 16px !important;
	margin: 0 10px 0 0;
	width: auto;
	min-width: 160px;
}

/* --- MOBILE --- */

@media (max-width: 576px){

	#redim-cookiehint{
		padding: 10px 15px;
	}

	#redim-cookiehint .cookiehead .headline{
		font-size: 16px;
		line-height: 24px;
	}

	#redim-cookiehint .cookiebuttons{
		text-align: center;
	}

	#redim-cookiehint .cookiebuttons .btn,
	#redim-cookiehint .cookiebuttons button{
		width: 100%;
		margin: 0 auto 8px;
		font-size: 14px;
		line-height: 20px;
		padding: 10px !important;
		min-width: 0;
	}

	#redim-cookiehint-bottom #cookiehintinfo {
		float: none;
	}
}