.ibappt-form-group.ibappt-row {
  display: flex;
  /* Aligns children (.ibappt-col) in a row */
  flex-wrap: wrap;
  /* Allows children to wrap to the next line on smaller screens */
  margin-right: -15px;
  /* Adjusts for any default padding/margins */
  margin-left: -15px;
}

.ibappt-form-group.ibappt-row.ibappt-col {
  padding-right: 0;
  /* Adds padding inside the column, adjust as needed */
  padding-left: 0;
  margin: 0;
  flex-basis: 100%;
  /* Forces the column to try to take 100% of the .ibappt-row width */
  max-width: 100%;
  /* Ensures the column doesn't exceed the width of its container */
  box-sizing: border-box;
}

.ibappt-col label {
  white-space: normal;
  /* Allows text to wrap */
  word-wrap: break-word;
  /* Breaks words to prevent overflow */
  overflow-wrap: break-word;
  /* Alternative to word-wrap */
  display: block;
  /* Stacks labels vertically */
  width: auto;
  /* Resets any specific width to default */
  margin-bottom: 0.5em;
  /* Adds some space between the labels */
}

.ibappt-form-group {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #000000;
  /* Change as needed */
  font-weight: 300;
}

.title-post {
  text-align: center;
}

/* Base mobile styles */

.hentry blockquote p {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  /* Change as needed */
  font-weight: 300;
  /* 700 weight from Manrope family */
  font-size: 16px;
  /* Smaller size for mobile */
}

body:not(.elementor-page):not(.panel-layout) .entry-content h3 {
  font-size: 24px;
  /* Default size for mobile */
}

.widget-title {
  font-family: 'Manrope', sans-serif;
  color: #000000;
  /* Change as needed */
  font-weight: bold;
  /* 700 weight from Manrope family */
  font-size: 16px;
  /* Smaller size for mobile */
}

.opening-hours {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  /* Change as needed */
  font-weight: 300;
  /* 700 weight from Manrope family */
  font-size: 16px;
  /* Smaller size for mobile */
}

.day.name {
  font-family: 'Manrope', sans-serif;
  color: #000000;
  /* Change as needed */
  font-weight: 300;
  /* 700 weight from Manrope family */
  font-size: 16px;
  /* Smaller size for mobile */
}

/* Larger phones */

@media (min-width: 768px) and (max-width: 991px) {
  .widget-title {
    font-size: 18px;
    /* Slightly larger for larger phones - was 18*/
  }

  .opening-hours {
    font-size: 16px;
  }

  .day.name {
    font-size: 16px;
    /* Smaller size for mobile */
  }

  body:not(.elementor-page):not(.panel-layout) .entry-content h3 {
    font-size: 22px;
    /* Slightly larger for larger phones */
  }
}

/* Tablets */

@media (min-width: 992px) and (max-width: 1199px) {
  .widget-title {
    font-size: 22px;
    /* Adjust as needed for tablets- was 22 */
  }

  .opening-hours {
    font-size: 16px;
  }

  .day.name {
    font-size: 16px;
  }

  body:not(.elementor-page):not(.panel-layout) .entry-content h3 {
    font-size: 22px;
    /* Adjust as needed for tablets */
  }
}

/* Desktops */

@media (min-width: 1200px) {
  .widget-title {
    font-size: 22px;
    /* Adjust as needed for desktops - was 24 */
  }

  .opening-hours {
    font-size: 14px;
  }

  .day.name {
    font-size: 14px;
  }

  body:not(.elementor-page):not(.panel-layout) .entry-content h3 {
    font-size: 20px;
    /* Adjust as needed for tablets */
  }

  .widget-area p {
    font-size: 14px;
  }

  .widget-area h4 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1024px) and (orientation: landscape){
.slides-container .slide-item {
    background-position: center center;
    background-size: cover;
}
}

/* Stellen Sie sicher, dass die Klasse oder ID mit Ihrem Widget übereinstimmt */

.siteorigin-hero-widget .hero-title h1 {
  color: #ffffff !important;
}

:target::before {
  content: "";
  display: block;
  height: 120px; /* Höhe des Platzhalters anpassen */
  margin-top: -120px; /* Nach oben verschieben */
}