body{
	font-family: "Calibri", "Arial", "sans-serif";
	font-size: 16px;
	color: rgba(29,29,29,1.00);
}

a, a:hover, a:visited{
	color: rgba(29,29,29,1.00);
	text-decoration: none;
	
}

#index a{
	display: block;
	background-color: rgba(180,180,180,.7);
	padding: 1.5em;
	font-size: 1.5em;
	margin: 1em;
	font-weight: bold;
	
}

#index{
	background-image: url("img/foto_sp.jpg"), linear-gradient(to bottom, rgba(255,255,255,.5), rgba(255,255,255,.5));
	;
	background-size: cover;
	background-position: center;
	background-blend-mode: screen;
	
	
}

.galerie_link{
	position:relative;
	display: inline-block;
}

.galerie{
	max-height: 20vh;
	
}

.beschriftung{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#zoomschalter span{
	background-color: rgba(134,134,134,1.00);
	font-size: 2em;
	font-weight: bold;
	padding: .5em;
	margin: .5em;
	width: 2em;
	display: inline-block;
	text-align: center;
}

