html {
  scroll-behavior: smooth;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.cardfeierlichkeit {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 0px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.mit-rand {
	border: 2px solid white;
	margin: 10px; /* oder wie viel Platz du willst */
  }

.g-owlcarousel-item-title a {
	font-size: 0.8em;
	line-height: 1.8em;
	
	color: white;
	
	margin: 0 0 20px 0;
	padding: 20px;
	
	background: rgba(0,0,0,0.5);
	background-color: rgba(0, 0, 0, 0.5);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
}

