#cookiedingsbums a {
	color: #333;
	text-decoration: none;
}

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

#cookiedingsbums p {
	padding: 12px;
	padding-right: 40px;
	display: inline-block;
}

#cookiedingsbums {
	text-align: right;
	background: rgba(255,255,255,1);
	position: fixed;
	bottom: 0px;
	z-index: 10000;
	width: 100%;
	min-height: 44px;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	font-size: 14px;
	text-align: center;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px -5px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px -5px 5px 0px rgba(50, 50, 50, 0.25);
}

#cookiedingsbumsCloser {
	position: relative;
	width: auto;
	padding: 5px;
	display: inline-block;
	cursor: pointer;
	background: #000;
	color: #fff;
}

.cookie-banner {
	background: #ffffff;
	bottom: 0;
	box-shadow: 5px 5px 5px 5px rgba(50, 50, 50, 0.2);
	font-size: 16px;
	left: 0;
	padding: 16px;
	position: fixed;
	right: 0;
	z-index: 999;
}

.cookie-banner__wrapper {
	display: flex;
	flex: 1 1 100%;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1130px;
}

@media only screen and (min-width: 768px) {
	.cookie-banner__wrapper {
		flex-direction: row;
		justify-content: space-between;
	}
}

.cookie-banner__cell:first-of-type {
	flex: 0 0 100%;
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.cookie-banner__cell:first-of-type {
		flex: 0 0 70%;
		width: 70%;
	}
}

.cookie-banner__cell:last-of-type {
	align-items: center;
	display: flex;
	flex: 0 0 100%;
	padding-top: 16px;
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.cookie-banner__cell:last-of-type {
		flex: 0 0 30%;
		padding-top: 0;
		width: 30%;
	}
}


.cookie-banner form {
	display: flex;
	justify-content: flex-end;
	margin-top: 0;
}

.cookie-banner__link {
	color: #1d9fe4 !important;
}

.cookie-banner__accept {
	background: #1d9fe4;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
  color: #ffffff;
	cursor: pointer;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
  font-size: 15px;
	margin-left: 8px;
  padding: 5px 15px 5px 15px;
}

.cookie-banner__accept:hover {
	background: #333;
}

.cookie-banner__decline {
	background: #ffffff;
	border: 1px solid #1d9fe4;
	border-radius: 0;
	box-sizing: border-box;
	color: #1d9fe4;
	cursor: pointer;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	padding: 5px 15px 5px 15px;
}

.cookie-banner__decline:hover {
	border-color: #333333;
	color: #333333;
}
