i.eb-calendar-navigation::before {
  color: #000;
  font-size: 18px;
}


.eb-calendar ul.eb-weekdays {
  background: #e5dfce;
}


.regpro-calendarWeekDayHeader {
  border-left: 1px solid #FFF;
}

.eb-calendar ul.eb-weekdays li {
  color: #000; 
}

.regpro-calendarMonthHeader {
  background-color: #e5dfce;
}

.regpro-calendarDay:hover {
  background-color: #fff;
}

.eb-calendar-thumb {
  display: none;
}


.regpro-calendarDay .eb_event_link {
   padding: 0px;
  color: #000;
}

.regpro-calendarDay {
   background-color: #f6f4f2;

}


.mod_eb_mincalendar_table {
  font-size: 18px;
}

.mod_eb_mincalendar_table tbody td {
  padding: 0;
}

.extcal_minical .extcal_navbar td {
  padding: 0px;
  text-align: center;
  width: 10%;
}


.extcal_minical .extcal_navbar {
  border-bottom: 0px solid #f6f4f2;
}

#extcalendar .currentmonth, #extcalendar .currentday, #extcalendar .currentweek, #extcalendar .previousday, #extcalendar .previousweek, #extcalendar .nextday, #extcalendar .nextweek {
  background-color: #000;
}

.currentday.currentdaytoday {
  font-size: 14px;
}

.eb-container .eb-page-heading {
  display: none;
}


.topmenu_calendar.row {
  display: none;
}


.mod_eb_mincalendar_td_dayname {
  background: #f6f4f2;
  color: #000;
}

.mod_eb_mincalendar_table {
  margin-bottom: 10px;
}

.extcal_minical .extcal_navbar {
  background: #f6f4f2;
}

.mod_eb_minicalendar_link a, .mod_eb_minicalendar_link i, .mod_eb_minicalendar_link i::before, a.mod_eb_minicalendar_link {
  color: #e85a4f;
  font-size: 18px;
}

a.mod_eb_minicalendar_link:link {
  color: #e85a4f;
}

td.mod_eb_mincalendar_event {
  background-color: #E85A4F;
}
.mod_eb_mincalendar_table {
  background: #f6f4f2;
}



.eb-event-header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  padding-left:0px !important;
  padding-right:0px !important;
}

/* LINKS */
.event-category-label {
    flex: 0 1 auto;   /* <-- wichtig: nicht 1 */
    text-align: left;
    margin-right: auto;
}

/* RECHTS */
.eb-ticket-row-wrapper {
    flex: 0 1 auto;   /* <-- wichtig */
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}

/* Inline Gruppe */
.eb-ticket-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* UL Reset */
.eb-ticket-row ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}


.eb-ticket-badge {
    white-space: nowrap;
    flex-shrink: 0;
}





#eb-individual-registration-page .eb-page-heading {
 /*  padding-bottom: 40px;*/
}




@media (max-width: 801px) {
  .form-select {
  padding: 11px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
  }


#phone-lbl {
    display: none;
}
div#eb-privacy-policy-container {
    display: inline-flex;
  margin-left: auto;
    margin-right: auto;
  width: 100%;
}

#eb-privacy-policy-container .col-md-3.form-control-label {
    width: 80%;
}


#eb-privacy-policy-container .col-md-9.eb-form-control {
    width: 17%;
      padding-top: 0;
}


.eb-discount-amount .eb-addon-container.input-group {
    background: #e3e3e3;
  margin-right: 10px;
  width: 150px !important;
  padding-left: 10px;
}



.eb-gross-amount .eb-addon-container.input-group {
  background: #fcc80a;
  padding-left: 10px;
}



#coupon_code {
  width: 200px;
}

.input-group-text {
  background-color: unset !important;
  font-size: 26px !important;
}


.eb-tax-amount {
   display:none;
}



.eb-amount {
  display:none;
 
}


#discount_amount {
  background: none !important;

}



th {
  width: 80%;
}

.eb-container-j4 .eb-addon-container.input-group {
  width: 170px !important;
}

.eb-search-bar-container {
  background-color: #f6f4f2;
}


input::placeholder {
  font-size: 22px;
}


#eb_search_form {
  padding-top: 0px;
}


#eb-events .eb-description {
  background: #fff;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}


.eb-box-heading {
  border-radius: 7px 7px 0 0;
  color: #333;
  font-weight: 700;
  padding: 0px 0px 10px 0px;
  margin: 0;
  background: none;
  border: 0;
}


.sp-module.eb-suchleiste .col-md-3.form-control-label {
  display: none;
}



.sp-module.eb-suchleiste {
  background: #f6f4f2;
}


.eventarchiv .eb-event-image {
  display: none;
}

.text-info.eb-notice-message {
  display: none;
}


.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    padding: .1rem 2.25rem .1rem .75rem !important;
  
}


.formError .formErrorContent {
  background: #e85a4f !important;
  border: 0px solid #ddd !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  padding: 4px 10px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}


.formError .formErrorArrow div {
  border-left: 0px solid #ddd !important;
  border-right: 0px solid #ddd !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  background: #e96d64 !important;
}


#eb-upcoming-events-page-default {
  padding-bottom: 30px;
}

p.eb-ticket-type-description {
  line-height: 19px;
  font-size: 15px;
}

#eb-individual-registration-page td {
  line-height: 28px;
font-weight: 300;
}


.eb-event-hero-inner {
    position: relative;
}

.eb-hero-badge {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    background: #fcc80a;
    color: #000000;
    padding: 7px 21px;
    font-size: 21px;
    font-weight: 400;
    border-radius: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}









.eb-ticket-type-title {
  
  line-height: 43px;
}

#eb-individual-registration-page .table {
 margin-left: auto;
  margin-right: auto;
  width:auto !important;
}





.eb-event-info {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.eb-event-title {
  font-size: 28px;
}


/* mobile views Rahmen (<676px) */
@media (max-width: 676px) {
  
.eb-event-description.clearfix {
  padding: 30px 10px 30px 10px !important;
}


#eb-individual-registration-page .eb-page-heading {
  padding-bottom: 5px !important;
}

 .row.eb-event-header {
    padding: 20px 10px 20px 10px !important;
  }


#eb-individual-registration-page {
  padding: 20px 10px 60px 10px !important;
}
  

#eb-individual-registration-page thead {
    display: none;
  }

#eb-individual-registration-page td {
    display: flex;
    flex-direction: column;  
  text-align: center;
  line-height: 28px;
  }

#eb-individual-registration-page td::before {
    content: attr(data-label);
    font-weight: bold;
  }

 #eb-individual-registration-page tr {
    border: 0px dashed black !important;
  }


.eb-ticket-type-title {
  padding-top: 35px !important;
  padding-right: 0px !important;
}
  

.ticket_type_quantity {
  margin-left: auto;
  margin-right: auto;
}


  .eb-ticket-type-description {
  margin-bottom: 0;
}
  
  
}


/* Container */
.eb-search-bar-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0px !important;
    width: 100% !important;
    align-items: stretch !important;
}

/* Basis: mobile / kleine Screens, alle Elemente volle Breite */
.eb-search-bar-container > * {
    flex: 1 1 30% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

/* Desktop (>800px) */
@media (min-width: 801px) {
    .eb-search-bar-container {
        flex-wrap: nowrap !important; /* alles in einer Zeile */
    }


  

    /* Suchfeld etwas schmaler */
    .eb-search-bar-container .filter-search {
        flex: 1 1 30% !important;
        min-width: 150px !important;
    }

    /* Beide Dropdowns gleich groß */
    .eb-search-bar-container {
        flex: 1 1 20% !important;  /* gleiche Breite */
        min-width: 342px !important;
    }

 .knoepfe {
        flex: 1 1 20% !important;  /* gleiche Breite */
        min-width: 248px !important;
    }

 .droppies {
        flex: 1 1 20% !important;  /* gleiche Breite */
        min-width: 382px !important;
   padding: 0px 10px 0px 10px;
    }

    /* Dropdowns selbst */
    .eb-search-bar-container .btn-group select {
        width: 100% !important;    /* passt sich Container an */
        box-sizing: border-box !important;
    }
}

/* Tablet (481px – 800px): max. 2 Zeilen */
@media (max-width: 800px) and (min-width: 481px) {
    .eb-search-bar-container > * {
        flex: 1 1 calc(50% - 10px) !important;
        max-width: 100% !important;
       min-width: 100% !important;
    }
}

/* Smartphone (<480px): max. 3 Zeilen */
@media (max-width: 480px) {
    .eb-search-bar-container > * {
        flex: 1 1 100% !important;
        max-width: 100% !important;
      min-width: 100% !important;
    }
}

/* Buttons Höhe wie Inputs */
.eb-search-bar-container input[type="submit"],
.eb-search-bar-container input[type="button"] {
    height: 100% !important;
    box-sizing: border-box !important;
}

/* Überschreibt alte feste Input-Breiten */
.eb-search-bar-container .input-large {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
}



.eb-taskbar li {
  padding: 0px;
  margin: 0;
}

.eb-taskbar.eb-register-buttons-top.clearfix {
  padding-left: 0px !important;
  padding-right: 0px !important;
}


.eb-register-buttons-top {
  margin-bottom: 0px;
}


.filters {
  padding: 10px 10px 10px 10px !important;
  margin-bottom: 10px !important;
}


.event-category-label {
  border: 1px solid black;
  width: auto !important;
  font-size: 13px;
  text-transform: uppercase;
  padding: 2px 5px 2px 5px;
  width: fit-content !important;
  
}
}


.row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}









/* Optional: Buttons an Input/Select-Höhe anpassen */
.eb-search-bar-container input[type="submit"],
.eb-search-bar-container input[type="button"] {
  height: 100%;
}



#eb-categories .eb-category, #eb-events .eb-event {
  margin: 0 0 10px !important;
}

select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: 100% !important;
  border-radius: 0 !important;
  border: 0 !important;
}


.eb-search-bar-container #filter_duration, .eb-search-bar-container #location_id {
  margin-left: 0px;
}

.input-large.form-control {
  font-size: 22px !important;
}


.form-select {
  font-size: 22px !important;
}





@media (max-width: 968px) {

.row.eb-event-header {
  padding: 20px 20px 20px 20px !important;
}

.eb-taskbar ul {
  position: unset !important;
  height:unset !important;
}
  
    /* Container bricht um */
    .eb-event-header {
        flex-direction: column;
    }

    /* Button-Block nimmt ganze Breite */
    .eb-taskbar.eb-register-buttons-top {
        width: 100%;
        justify-content: center;
        top: 20px;
    }

    .eb-taskbar.eb-register-buttons-top ul {
        width: 100%;
        display: block;
    }

    .eb-taskbar.eb-register-buttons-top ul li {
        width: 100%;
        margin: 0;
    }

    .eb-taskbar.eb-register-buttons-top ul li a,
    .eb-taskbar.eb-register-buttons-top ul li button {
        display: block;
        width: 100%;
        margin: 0;
        padding: 15px;
        text-align: center;
    }
}



.eb-event-property.interpreten {
  font-size: 22px;
  font-weight: bold;
  line-height:30px;
 margin-bottom: 15px;
  display: table;
}





.eb-event-info tbody, td, tfoot, th, thead, tr {
  border-style: none !important;
}


.eb-event-property-value {
  padding: 0px !important;
  font-size: 20px;
}


.table-bordered > :not(caption) > * {
  border-width: 0;
}



.eb-event-property-label {
  display: none;
}










a.eb-event-title-link {
  color: #000;
}




.btn {
  border-radius: 0 !important;
  font-size: 18px !important;
  border: 0px !important;
  padding: 11px 14px 11px 14px !important;
   background: #e85a4f !important;
  color: #fff !important;
  text-transform: uppercase;
}


.btn:hover {
     background: #fff !important;
  color: #e85a4f !important;
}



.eb-event-header .eb-image-description {
  position: relative;
  bottom: 20px;
  right: -108px;
  text-align: right;
  font-size: 9px;
  line-height: 0;
}




.required {
  display: none;
}

#eb-individual-registration-page tbody {
  border-bottom: 0px dashed #000;
}


#eb-amounts-container label {
  color: #ccc;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}



#payment_method_container {
  padding-bottom: 20px;
   border-bottom: 0px dashed #000;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}


#eb-amounts-container {
  justify-content: center;
  padding-bottom: 20px;
 border-bottom: 0px dashed #000;
  display: grid;
}

.eb-container .input-small {
  width: 100%;
}

#btn-submit {
  margin-left: auto;
  margin-right: auto;
  display: inherit;
}


.col-md-3.form-control-label {
  text-align: center;
}

.eb-form-control {
   margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}



.center {
  text-align: left;
}


#eb-individual-registration-page thead {
  color: #ccc;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}






.form-control {
  font-size: 28px !important;
  padding: .5rem .5rem !important;
  height: 60px !important;
}

h1 {
  font-size: 28px !important;
}

#first_name-lbl {
  display: none;
}


.col-md-3.form-control-label {
  width: 100%;
}

#email-lbl {
   display: none;
}


#last_name-lbl {
   display: none;
}



.alert-info {
  --bs-alert-color: none;
  --bs-alert-bg: none;
  --bs-alert-border-color: none;
  font-size: 14px;
}

#total_amount{
  background: none !important;
}

#tax_amount{
  background: none !important;
}

#amount{
  background: none !important;
}



.eb-message {
    display: none;
}

#eb-individual-registration-page  {
  padding: 60px 60px 60px 60px;
background: #f6f4f2;
  margin-bottom: 30px;
}








h3.eb-heading {
  display: none;
}



.eb-container-transparent #eb-events .eb-description {
  padding: 0;
}


.eb-event-description.clearfix {
  padding: 30px 60px 30px 60px;
  background: #f6f4f2;
  margin-bottom: 30px;
}



.row.eb-event-header {
 
  margin-left: auto;
  margin-right: auto;
padding: 30px 60px 30px 60px;
}



.eb-image-description {
font-size: 8px;
  color: #fff;
  z-index: 500;
  position: relative;
  text-align: right;
  height: 0px;
  padding-right: 4px;
  font-weight: 300;
  top: -14px;
}


.eb-event-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.eb-event-hero-inner {
    position: relative;
}

/* Bild */
.eb-event-hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Verlauf Overlay: Schwarz unten nach transparent oben */
.eb-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%; /* Höhe des Verlaufs, kann angepasst werden */
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
}

/* Titel Overlay */
.eb-hero-title {
    position: absolute;
    bottom: 15px;  /* Abstand vom unteren Rand */
    left: 15px;    /* Abstand vom linken Rand */
    right: 15px;   /* Abstand vom rechten Rand, damit Text nicht überläuft */
    color: #fff;
    z-index: 2;
}

.eb-hero-title h1 {
    margin: 0;
   font-size: 35px !important;
    line-height: 1.2;
    word-wrap: break-word;
}

/* Responsive */
@media (max-width: 767px) {
    .eb-hero-title h1 {
        font-size: 1.3rem;
    }

    .eb-hero-overlay {
        height: 50%; /* mehr Overlay bei kleinen Screens */
    }
}



















.img-polaroid {
  width: 100%;
}










/* --- Flex Layout für EventBooking --- */
.eb-event-row {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    gap: 0px !important;
   align-items: stretch !important; /* <─ Wichtig */
   
}

/* linke Spalte = 1/3 (Bildbereich) */
.eb-event-image {
    flex: 0 0 40% !important;
   

    /* Höhe für Cover-Effekt */
 
    overflow: hidden; /* wichtig, damit nichts übersteht */
    display: flex;
}

/* Bild mit Cover-Style */
.eb-event-image img.eb-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

/* rechte Spalte = 2/3 */
.eb-event-content {
    flex: 0 0 60% !important;
    max-width: 60% !important;
    width: 60% !important;
    padding: 30px;
}

/* Mobile: untereinander */
@media (max-width: 768px) {
    .eb-event-row {
        flex-direction: column !important;
    }

    .eb-event-image,
    .eb-event-content {
        flex-basis: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    /* auf Mobile etwas kleinere Höhe */
    .eb-event-image {
        height: 180px !important;
    }
}