.header-bar {
    z-index: 5 !important;
}

.page-footer button {
    background: rgba(0,0,0,0.2) !important;
}


/* Menü Anpassung an Design */

.header-bar {
    background: #fff !important;
}

.header-bar-inner a,
.header-bar-inner a:link {
    color: #555 !important;
}

.quiqqer-menu-megaMenu-list-item {
    background: none !important;
}

/* submenü */
.quiqqer-menu-megaMenu-list-item-menu.control-background {
    background: #ffffff !important;
}

/* mobile Menü color
   sonst ist die Farbe #fff (vererbt) */

.quiqqer-menu-megaMenu-mobile .fa-bars {
    color: #555 !important;
}

.quiqqer-menu-megaMenu-list-item-menu.control-background:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 10%;
    background: none;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #eee;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
}

.quiqqer-menu-megaMenu-children-simple-entry:hover {
    background-color: rgba(0,0,0,0.1) !important;
}


/* kein Abstand bei Slider (oben / unten) */
.page-1 .headerSuffix .tpl-basicCompany-row:first-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* infinity brick - Bilder etwas größer */
.quiqqer-bricks-children-infinite-child-display {
    height: 220px !important;
}
@media (max-width: 767px) {
    .quiqqer-bricks-children-infinite-child-display {
        height: 180px !important;
    }
    
    /* mobile logo was to width */
    .page-header-logo img {
        width: 250px;
        height: auto;
    }
    
    .grid-children-container.quiqqer-bricks-children-infinite-row > div:last-child {
        width: 100%;
    }
}

/*********************/
/* START - Header – Festlegen des Bildes auf die gesamte verfügbare Fläche*/
/*********************/
.page-header picture {
  width: 100%;  
}

.page-header img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/*********************/
/* END - Header – Festlegen des Bildes auf die gesamte verfügbare Fläche. */
/*********************/

/*********************/
/* START - Referenzen – Verbesserung des "Informationsblocks" auf den Kacheln.*/
/*********************/
.quiqqer-portfolio-list-entry figcaption.control-background {
    z-index: 1;
}
/*********************/
/* END - Referenzen – Verbesserung des "Informationsblocks" auf den Kacheln.*/
/*********************/



























