body { background-color: #fffff0} /*Ivory */
a:link { color:#000000}
a:visited { color:#000000}
a:active { color:#000000}

/* Carousel-Höhe festlegen */
.carousel-item {
      height: 80vh;               /* anpassbar */
      background-color: #000;     /* neutraler Hintergrund */
  }

/* Bilder korrekt skalieren */
.carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: contain;        /* KEINE Verzerrung */
      object-position: center;
   }
	
.carousel-caption {
	background-color: rgba(0, 0, 0, 0.0);
	text-align: bottom;
}
	
	p {
	color: rgb(255 240 0);
	text-shadow: 0px 0px 10px black,
	0px 0px 9px black, 
	0px 0px 8px black,
	0px 0px 7px black,
	0px 0px 6px black,
	0px 0px 5px black;	
	}
	
.custom-dots button {
  width: 20px !important;
  height: 20px !important;
  border-radius: 100%;
  background-color: white !important;
  margin: 0 6px !important;
  border: none;
}


.custom-dots .active {
  background-color: rgb(255 240 0) !important;
}
/*
.table { 
	background-color: #fffff0 !important; 
}
*/
td {
	background-color: #fffff0 !important; 
}
/* Das ist zu GROB */
/*div {
	background-color: #fffff0 !important; 
}
*/
/*
.cc1 {
font-size: 0.9rem;
}
*/