.eb-event-item-grid-default-layout{ background-color: #142a4d;  margin-top: 10px;}
.eb-event-title-container {background-color: #e3aa30;border-radius: 10px; margin-top: 100px;}
.eb-event-title {color: #142a4d;}
#eb-event-item-grid-default-layout .eb-event-location {color:#ffffff;}
.eb-event-item-grid-default-layout > div:not(.eb-event-thumb-container) {
    /*margin: 0 0px 10px;*/
    text-align: center;
    color: white;
}
.eb-event-item-grid-default-layout .eb-event-title-container {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 10px;
}
/* Äußerer Event-Container */
#eb-event-page {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 10px;
}

/* Heading transparent */
#eb-event-page .eb-box-heading {
  background-color: transparent;
  border: none;
}
#eb-event-page .eb-description {background: transparent; border: none;}
/*#eb-event-page .eb-colorbox-map {color: darkviolet;}*/
#eb-event-page .btn-secondary {background: darkviolet;}

.eb-event-item-grid-default-layout .eb-event-price {
    display: flex;
    justify-content: center;
    align-items: center;
}
.eb-event-property-value a {
    color: #7a2ca6;
}

.eb-event-property-value a:hover {
    color: #5a1f7f;
    text-decoration: underline;
}

.eb-event-property-value a:visited {
    color: #7a2ca6;
}

.eb-event-item-grid-default-layout > div:not(.eb-event-thumb-container) {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.eb-event-details {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent;
}

#eb-individual-registration-page {
    background: rgba(255, 255, 255, 0.7);
    padding: 25px;
    border-radius: 10px;
}
#eb-group-registration-form {
    background: rgba(255, 255, 255, 0.7);
    padding: 25px;
    border-radius: 10px;
}
/* Gruppen-Anmeldung – responsive Heading */
#eb-group-registration-form .eb-page-title {
    font-size: clamp(1.4rem, 10vw, 7rem);
    line-height: 1.2;
    text-align: center;
    /*word-break: break-word;
    hyphens: auto;*/
}

/* NUR Registrierungsseite */
#eb-individual-registration-page .eb-page-heading {
    font-size: clamp(1.4rem, 10vw, 7rem);
    line-height: 1.8;
    text-align: center;
}