.elementor-3360 .elementor-element.elementor-element-d7435a5{padding:15px 15px 15px 15px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3360 .elementor-element.elementor-element-b4f9377{text-align:center;}.elementor-3360 .elementor-element.elementor-element-b4f9377 .elementor-heading-title{font-family:"Fjalla One", Sans-serif;font-weight:500;letter-spacing:0.2px;color:#54595F;}.elementor-3360 .elementor-element.elementor-element-72ed1eb{padding:15px 15px 15px 15px;}/* Start custom CSS for html, class: .elementor-element-a995634 *//* Container für die Übersicht */
.bm24-destination-overview {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  background-color: #f7f9fb;
  font-family: 'Arial', sans-serif;
}

/* Karte für jedes Reiseziel/Boot */
.bm24-destination-card {
  width: 100%;
  max-width: 1200px; /* Breite auf 1200px gesetzt */
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 40px 50px; /* großzügiges Padding für große Breite */
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Hauptüberschrift */
.bm24-destination-country {
  font-size: 2.2rem;
  color: #0b3d91;
  margin: 0;
}

/* Unterüberschrift */
.bm24-destination-region {
  font-size: 1.35rem;
  color: #1a1a1a;
  margin: 0;
  font-weight: 400;
}

/* Textabsätze */
.bm24-destination-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333333;
  margin: 0;
}

/* Hinweis mit Icon */
.bm24-destination-icon-hint {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  font-size: 1rem;
  color: #0b3d91;
  font-weight: 500;
}/* End custom CSS */