#gdpr,
#gdpr * {
	box-sizing: border-box;
}

#gdpr ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#gdpr li {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	list-style: none;
}

@media (min-width: 1240px) {

	#gdpr {
		position: fixed;
		z-index: 999;
		background: rgba(0,0,0,.8);
		bottom: 0;
		left: 0;
		width: 100%;
		color: white;
		font-size: 18px;
		padding: 40px 20px;
	}

	#gdpr ul {
		display: flex;
		margin: 0 auto;
		width: 1586px;
		max-width: 96%;
	}

	#gdpr ul li:first-child a {
		color: white;
	}

	#gdpr ul li:first-child {
		line-height: 1.7222 !important;
		width: calc(100% - 355px);
	}

	#gdpr ul li:last-child {
		padding-left: 40px;
		width: 210px;
	}

	#gdpr ul li:last-child a {
		display: inline-block;
		width: 170px;
		line-height: 52px;
		font-size: 17px;
		color: black;
		background: white;
		text-align: center;
		font-weight: bold;
		cursor: pointer;
		text-decoration: none;
	}
}

@media (max-width: 1239px) {

	#gdpr {
		position: fixed;
		z-index: 999;
		background: rgba(0,0,0,.8);
		bottom: 0;
		left: 0;
		width: 100%;
		color: white;
		font-size: 12px;
		padding: 23px 31px 25px;
	}

	#gdpr ul li:first-child {
		line-height: 1.7222 !important;
	}

	#gdpr ul li:first-child a {
		color: white;
		text-decoration: underline;
	}

	#gdpr ul li:last-child {
		margin-top: 20px;
	}

	#gdpr ul li:last-child a {
		display: block;
		line-height: 37px;
		font-size: 12px;
		color: black;
		background: white;
		text-align: center;
		font-weight: bold;
		cursor: pointer;
		text-decoration: none;
	}
}