.modal-header button.close {
	color: #000;
}
.modal-title {
	color: #212F5C;
	text-align: center;
}
.modal-body {
	padding: 1rem;
	max-height: 800px;
	text-align: center;
}
.modal-body img {
	width: 100%;
	height: auto;
}
.modal {
	border-radius: 0px;
	font-family: 'Open Sans', sans-serif;
}
.modal-hervorhebung {
	background-color: #7032a0;
	color: #ffffff;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;	
}
