/*Schrift auf Slider*/
#onslide1{position: absolute;bottom: 0;z-index: 99; height: 80%; width: 100%;text-align: center;font-size: 400%;font-weight: bold;color: #fff;padding-top: 20%;  background: linear-gradient(to top, black 0%, transparent 90%); padding-bottom: 11%;}
.onslide2{font-size: 68%;padding-top: 2%;}
 
@media only screen and (max-width: 900px) {
	#onslide1 {font-size: 300%; padding-bottom: 13%;}
	.onslide2{font-size: 68%;padding-top: 1%;}
}
@media only screen and (max-width: 620px) {
	#onslide1 {font-size: 200%; }
	#onslide1 p {line-height: 10px;}
}
 /*MAP*/
 .leaflet-popup-content ul {list-style: disc;}
 
 /*betonung im Style von h2*/
 .h2 {margin-bottom: 25px; line-height: 1.3; color: rgb(59,60,66);  word-wrap: break-word;font-size: 2.333rem;}
 @media only screen and (max-width: 767px) {
  .h2 {  font-size: 1.6rem;  margin-bottom: 10px; }
}
