/*
Theme Name: ListingHive Child
Theme URI: https:kauf-in-reichelsheim.de
Template: listinghive
Author: HivePress
Author URI: https:slydingeldein.de
Description: A multipurpose WordPress theme that allows you to build any type of directory and listing website. Whether it’s a business directory, service marketplace, job board, real estate, classifieds, or basically any listing website — ListingHive is a solid choice for it.
Tags: right-sidebar,custom-colors,custom-menu,custom-logo,custom-header,featured-image-header,featured-images,footer-widgets,theme-options,threaded-comments,translation-ready
Version: 1.2.12.1772526723
Updated: 2026-03-03 09:32:03

*/


.hp-listing__logo{
  margin: 0 0 16px 0;
  padding: 14px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}


.hp-listing__logo img{
  max-width: 190px;
  max-height: 90px;
  width: auto;
  height: auto;
  display: inline-block;
  object-fit: contain;

}
.hp-listing__logo-img{
  max-width: 190px;
  max-height: 90px;
  width: auto;
  height: auto;
  display: inline-block;
  object-fit: contain;
}






/* Mehr Platz, damit Title + Subtitle nicht unter dem Suchbereich verschwinden */
body.tax-hp_listing_category section.header-hero.header-hero--large{
  min-height: 0 !important;
  padding-top: 200px !important;
  padding-bottom: 100px !important; /* <- das ist der entscheidende Abstand */
}

/* Falls ein Cover/Overlay drin ist: neutralisieren */
body.tax-hp_listing_category section.header-hero .header-hero__cover,
body.tax-hp_listing_category section.header-hero [data-component="parallax"]{
  background-image: none !important;
}

/* Titel/Subtitel lesbar machen (falls vorher auf "white") */
body.tax-hp_listing_category section.header-hero .header-hero__title,
body.tax-hp_listing_category section.header-hero h1,
body.tax-hp_listing_category section.header-hero .header-hero__subtitle{
  color: #222 !important;
}


/* Tags auf Einträgen unsichtbar machen */
.hp-listing--view-page .hp-listing__tags {
  display: none !important;
}


/* Sortierung unsichtbar machen */
.hp-form--listing-sort {display:none!important}




















@media (max-width: 768px) {
    .inner-wrapper-sticky {
        display: flex !important;
        flex-direction: column !important;
    }
    
    .hp-listing__attributes--primary {
        order: 1 !important;
    }
    
    .hp-listing__opening-hours {
        order: 2 !important;
    }
    
    .kaufir-map {
        order: 3 !important;
    }
    
    .hp-listing__actions--primary {
        order: 4 !important;
    }
}



/* "Hinzugefügt am" ausblenden */
.hp-listing__date {
    display: none !important;
}


/* Details Tab für ausgeloggte User ausblenden */
body:not(.logged-in) .hp-page__topbar--separate {
    display: none !important;
}



