.notdienste {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
	margin: 0 0 2rem;
	
}

.notdienste p {
	margin: 0;
	padding: 0;
	
}

.notdienste > div.nd_item {
  width: calc(25% - (3 * 1rem / 4));
  background: #fff;
  box-shadow: var(--box-shadow);
	padding: 1rem;
	background-color: var(--lightgray);
	border: none;
	box-shadow:var(--box-shadow);
}

/* Notdienste Startseite */
.notdiensteSmall > div.nd_item {
    width: 100%!important;
  }

@media screen and (max-width:1070px) {
  .notdienste > div.nd_item {
    width: calc(33.3% - (2 * 1rem / 3));
  }
}

@media screen and (max-width:820px) {
  .notdienste > div.nd_item {
    width: calc(50% - (1 * 1rem / 2));
  }
}

@media screen and (max-width:570px) {
  .notdienste > div.nd_item {
    width: 100%;
  }
}


.notdienste  .name {	
	margin: 1rem 0 0;
	padding: 0;
	font-weight: 700;
	color: var(--lethe-gruen);
}

.notdienste > div.highlight {
  background: var(--lethe-gruen);
	color: #fff!important;
}

.notdienste > div.highlight .name {
	color: #fff!important;
}

.datecCopyright {
	font-size: 9px;
	float:none;
	clear: both;	
}



.notdienste .jetztbereit {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;  
	padding: 0 0 1rem;
	border-bottom: 1px solid #fff;
	margin: 0 0 1rem;
}