#coronahinweis {
	box-shadow: 0 0 100px rgba(0,0,0,.5);
    width: calc(90% - 40px);
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 25px;
    margin-top: 5%;
	transform-origin: center;
	transform: scale(1);
	transition: all ease .4s;
	max-height: 80vh;
	overflow: auto;
}
#coronahinweis.klein {
	transform: scale(0);
}
#coronahinweis p{
	margin: 0;
	-webkit-hyphens: auto;
	hyphens: auto;
}
#coronahinweis p b{
	color: #00456B;
}
#hinweisbg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(/*0, 44, 162*/0, 69, 107,.8);
    z-index: 6584654654684354;
}
#coronabestaetigen, .onlinelink {
    width: max-content;
    background: /*#002ca2*/#00456B;
    padding: 5px 10px;
    border-radius: 5px;
	cursor: pointer;
	transform-origin: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
}
#coronabestaetigen{
	float: right;
}
.onlinelink {
    padding: 10px 15px;
	width: calc(100% - 30px);
	text-align: center;
	display: inline-block;
}
#coronabestaetigen:hover, .onlinelink:hover {
	box-shadow: 0 0 5px rgba(0,0,0,.7);
	text-decoration: none!important;
}
#coronabestaetigen:active {
	box-shadow: 0 0 2px rgba(0,0,0,.7);
	transform: scale(.975);
}
#coronabestaetigen p{
	color: #fff;
	margin: 0;
	font-weight: 600;
}