/* ALT?
.ThumbnailGrid01 > .thumb > .thumbnail {
  margin-bottom: 0px;
}
.ThumbnailGrid01 > .thumb {
  height: 400px;
}
.ThumbnailGrid01 > .thumb > h5 {
  margin-bottom: 0px;
}
.ThumbnailGrid02 > .thumb > .thumbnail {
  margin-bottom: 0px;
}
.ThumbnailGrid02 > .thumb > .post-content {
  background: none repeat scroll 0 0 #FFFFFF;
  opacity: 0.9;
  margin: 0 auto;
  margin-top: -65px;
  text-align: center;
  position: relative;
  width: 90%;
  height: 51px;
  padding: 1px 0 1px 0;
}
.ThumbnailGrid02 > .thumb {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.ThumbnailGrid02 > .thumb > h5 {
  margin-bottom: 0px;
}
*/ 

/* Redesign 2026 */

/* für Angebots-Grid und Team-Grid */
.card-img {
	filter: brightness(80%);
}

.card-img-overlay {
    padding-bottom: 0.1rem !important;
}

.card p {
    margin-bottom: 0.5rem;
}

/* für Links auf Startseite bei Bedarf */
.textdecorationnone
{
	text-decoration: none; 
}

/* Cookieman */
.eversports-placeholder {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 1.5rem;
  text-align: center;
}

body.cm-consent-external .eversports-placeholder {
  display: none;
}