@charset "utf-8";
.modal-content {
    max-height: 720px;
    overflow-y: auto;
    max-width: 400px;
    background-color: rgba(3,3,3,1.00);
    color: rgba(255,255,255,1.00);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.modal-body {

}
.schliessen {
	background-color: rgba(255,255,255,1.00);
	border-radius: 6px;
	font-size: small;
	margin-right: auto;
	margin-left: auto;
}

.modal-footer {
	border-top: 2px solid rgba(175,0,1,1.00);
}
.modal-header {
	border-bottom: 2px solid rgba(175,0,1,1.00);
	color: rgba(255,255,255,1.00);
}
.modal-title {
	font-size: large;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}
.modal a {
    color: rgba(255,255,255,1.00);
    text-decoration: underline;
}
.modal a:hover  {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
