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

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

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

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

#redim-cookiehint {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	width: 580px;
	max-width: 98%;
	background: #fff;
	padding: 50px;
	border-radius: 3px;
	text-align: center;
}

#redim-cookiehint .cookiehead{
	margin-bottom: 20px;
	color: #707070;
	font-size: 24px;
	line-height: 26px;
	position: relative;
	padding: 3px 0px 3px 50px;
  font-weight: bold;
	display: inline-block;
}

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

#redim-cookiehint .cookiecontent{
	font-size: 18px;
	line-height: 1.4;
	display: inline-block;
	color: #707070;
}

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


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

.cookiebuttons a {
  margin: 0 20px;
  padding-left: 35px;
  padding-right: 35px;
}


#cookiehintinfo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 0 0;
}
#cookiehintinfo > * {
	margin: 2px 6px;
}


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

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

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

#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: 8px 14px !important;
	margin: 0px 10px 0px 0px;
	width: auto;
}

@media(max-width: 576px){
	
	#redim-cookiehint{
		padding: 50px 25px;
	}
	
	#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: 8px !important;
	}

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

}