body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFF;
	/* background-color: red; */

	overflow-x: hidden;
}


.divVISITENKARTE {
	position: absolute;
	width: 80vw;
	min-width: 400px;
	max-width: 1200px;
	height: 80vh;
	/* min-height: 600px; */
	max-height: 900px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	background-image: url('haslitracht_logo_001.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-blend-mode: lighten;
	border-top-left-radius: 1vw;
	border-top-right-radius: 5vw;
	border-bottom-left-radius: 5vw;
	border-bottom-right-radius: 1vw;
	border: 1px solid black;
	cursor: pointer;
	box-sizing: border-box;
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.19);
}

.divVISITENKARTE:hover {
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}