.msu-gdpr-popup {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.msu-gdpr-prompt {
	display: block;
	width: auto;
	outline: none;
	box-shadow: 0em 0.25em 1em rgba(0,0,0,0.5);
	background-color: #FFF;
	margin: 0;
	padding: 1em 2em;
	font-family: 'Roboto', sans-serif;
	color: #727580;
	font-size: 18px;
	font-size: 1.3vw;
	line-height: 1.3;
}

@media (max-width: 719px) {
	.msu-gdpr-prompt {
		font-size: 14px;
		font-size: 4.5vw;
	}
}

@media (min-width: 720px) and (max-width: 1200px) {
	.msu-gdpr-prompt {
		font-size: 16px;
		font-size: 1.6vw;
	}
}

.msu-gdpr-prompt * {
	line-height: 1.3;
}

.msu-gdpr-prompt p {
	margin: 1.0em 0em;
	font-size: 0.8em;
}

.msu-gdpr-prompt a {
	color: #D1190D;
	text-decoration: none;
	font-weight: 700;
}

.msu-gdpr-prompt a:hover,
.msu-gdpr-prompt a:focus {
	text-decoration: underline;
}

.msu-gdpr-prompt strong {
	color: #333;
	font-weight: 700;
}

.msu-gdpr-prompt .msu-gdpr-button {
	color: #D1190D;
	background-color: #FFF;
	border: 0.2em solid #D1190D;
	display: inline-block;
	vertical-align: baseline;
	margin: 0em 0.5em;
	padding: 0.5em 1em;
	font-size: 0.8em;
}

.msu-gdpr-prompt .msu-gdpr-button:hover,
.msu-gdpr-prompt .msu-gdpr-button:focus {
	background-color: #D1190D;
	color: #FFF;
	text-decoration: none;
}

.msu-gdpr-inline-prompt .msu-gdpr-prompt {
	margin: 1em 0em;
	padding: 0.5em 1em;
}