.ctn-modal-gdpr {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #000000cc;
	z-index: 100;
}

.modal-gdpr {
	position: relative;
	width: calc(100% / 3);
	background-color: white;
	border: solid transparent 1px;
	border-radius: 8px;

	margin: 0 auto;
	padding: 15px;

	font-size: 12pt;
}

@media screen and (max-width: 800px) {
	.modal-gdpr {
		width: 100%;
	}
}

.modal-gdpr h2 {
	font-size: 16pt;
	text-align: left;
	margin-top: 0;
}

.modal-close {
	position: absolute;
	margin: 0;
	top: 15px;
	right: 15px;
	font-size: 16pt;
}

.modal-close:hover {
	cursor: pointer;
}
