
body {
    background-color: rgb(215,215,215);
	margin:0px;
}


.karte {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 1400px;
    height: 728px;
    padding: 20px;
    margin-left: -700px;
    margin-top: -364px;
    /* background: #fff; */
    box-sizing: border-box;
}


#foto_gross {
	position:absolute;
    top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:1000;
    background-color: rgba(207,207,207,0.8);	
	display: none;
    -webkit-flex-direction: row;
    flex-direction: row;
	-webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;

}

#foto_gross img {
	max-width:800px;
	max-height:800px;
	}

svg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	display:inline;
	}
