body {
  min-height: 75rem;
  padding-top: 4.5rem;
}
.bg-dark {
  background-color: #003862 !important;
}
.containerbild{
	display: block;
	position: relative;
	overflow: visible;
}
.schadenbg{
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
	width:100%;
	overflow:visible;
	display:block;
}
.spot{
	display:block;
	position:absolute;
	width: 1.5rem;
	height: 1.5rem;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	border-radius: 50%;
	cursor:pointer;
	margin-top:-0.75rem;
	margin-left:-0.75rem;
	line-height:0.8rem;
	background: #fff;
	font-size:0.8rem;
	padding:0;
	background: yellow;
}

 .fitimg{
 	max-width:100%;
 }
 .b100{
 	width:100%;
 	margin-bottom:1rem;
 }