.info-modal-img {
  max-width: 200px;
  margin: 0 auto 1em auto
}

.info-modal-title {
  text-align: center;
  font-size: 2.5em;
  color: var(--theme-color-1);
  font-weight: bold;
  padding: 0 0 0.4em 0;
}


.info-modal-title-sub {
  text-align: center;
  padding: 2em 0 0.2em 0;
  font-weight: bold;
}

.info-modal-title-sub-2 {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.info-modal-txt {
  text-align: center;
}

.info-modal-txt-2 {
  padding: 1em 0 0 0;
  text-align: center;
  line-height: 1.8em;
}


.info-modal-btn-pad {
  padding: 0.8em 0 0 0;
  margin: 0 auto;
  text-align: center;
}

.info-modal-btn-pad-2 {
  padding: 2em 0 2em 0;
  margin: 0 auto;
}

.info-modal-btn-border {
  border: 1px solid #b5b5b5;
}

.info-modal-btn {
  background: var(--theme-color-1);
  border-radius: 20px;
  border: 0;
  color: #fff !important;
  text-align: center;
}

.btn-menu-info {
  background: var(--theme-color-1);
  color: #fff !important;
  border-radius: 20px;
  font-size:14px;
  font-weight:bold;
  border: 0px !important;
  padding: 10px 20px;
  text-align: center;
}


.logo-img {
  background: #fff;
  width: 140px;
  height: 140px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border-radius: 6px;
  margin: 0 15px 15px 0
}



.crtext {
  padding: 2em 0 0;
  font-size: 11px;
  color: #b0b0b0;
  line-height: 1.6em;
}

.crtext a {
  color: #b0b0b0
}

.order-terms {
  padding-top: 6px;
  text-align: center;
  font-size: 10px;
  color: #9e9e9e
}



@media only screen and (min-width: 978px) {
  .mobile-view {
    display: none !important
  }
}


.topmenu {
  margin-top: -65px;
  background: var(--theme-color-1);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 10px
}

.filter-gallery {
  text-align: center;
}

.filter-button.active {
  color: var(--theme-color-1);
  background: #fff;
  border-radius: 6px
}

.filter-button {
  color: #fff;
  background: transparent;
  padding: 5px 10px;
  font-weight: 600;
  border: 0px solid #cecece;
}





@media only screen and (max-width: 978px) {

  /* Leiste */
  .scrollbar-x {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0.5rem;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  /* Scrollbar Styling */
  .scrollbar-x::-webkit-scrollbar {
    height: 8px;
  }

  .scrollbar-x::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
  }

  /* Buttons */
  .scrollbar-x button {
    flex: 0 0 auto;
    /* verhindert Zusammenquetschen */
    padding: 0.6rem 1.2rem;
    border: none;
    border-radius: 999px;
    color: white;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s;
  }
}