/* Logo mobile - das muss in Template. Nach update löschen */
@media screen and (max-width: 767px) {
    .header-bar-inner-logo {
        width: auto !important;
    }

    .header-bar-lang {
        border: none !important;
    }

    .header-bar-lang .quiqqer-bricks-languageswitch-dropdown {
        display: none !important;
    }
}
/* end */

/* Logo */
.page-header-logo img {
    width: auto;
}
/* END Logo */

.page-footer {
    background: none !important;
}

/*******************************/
/* order list with parentheses */
/*******************************/

ol.list-with-parentheses {
    counter-reset: list;
}
ol.list-with-parentheses > li {
    list-style: none;
    position: relative;
}
ol.list-with-parentheses > li:before {
    counter-increment: list;
    content: counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1em;
}

/********************/
/*** 404 / Search ***/
/********************/

.qui-search-result {
    background: #fff !important;
    padding: 30px;
}

.qui-search-result-list {
    float: none !important;
}

/**************************/
/* license children list  */
/**************************/

.qui-control-childrenlist-cardRows-entry-content.grid-container {
    max-width: 100%;
}

.qui-control-childrenlist-cardRows-entry {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-bottom: none !important;
}

.qui-control-childrenlist-cardRows-entry:hover {
    border-bottom: none !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.page-1010 .content-template,
.page-1185 .content-template {
    background: #fff;
    padding: 2em !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}