.page-header-logo > img {
    height: 60px !important;
}

strong {
    color: #ef1b69;
}

body h1 {
    font-size: 44px;
}

.image-in-text {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    display: block;
    margin: 3rem auto;
}

/*******/
/* Nav */
/*******/
.quiqqer-menu-megaMenu-list-item--current:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
}

/* align to right */
.quiqqer-menu-megaMenu nav.hide-on-mobile {
    display: flex;
}

.quiqqer-menu-megaMenu-list {
    margin-left: auto !important;
}

.header-bar-suggestSearch {
    position: relative !important;
}

/*************/
/* Startpage */
/*************/
.page-1 .tpl-presentation-row {
    border-bottom: none;
}

/****************************/
/* Startpage - header brick */
/****************************/
.brick-30 {
    height: 90vh;
    min-height: 90vh;
}

.quiqqer-start-header .wallpaperText:after {
    content: '';
    width: 100%;
    height: 140px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-image: url(/media/cache/demo/background/header-wave-white.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.quiqqer-start-header .wallpaperText {
    color: #fff;
}

.quiqqer-start-header .wallpaperText strong {
    color: inherit;
}

.quiqqer-start-header .button__ghost {
    margin-right: 2rem;
}

.quiqqer-start-header .button-link-white {
    color: inherit;
    font-weight: bold;
}

.quiqqer-start-header .button-link-white:hover {
    text-decoration: underline;
}

/*************************/
/* Startpage - demo info */
/*************************/
.brick-id-31 {
    border: none !important;
    padding: 0 !important;
    position: relative;
    margin-bottom: 2rem;
}

.demo-info {
    position: absolute;
    max-width: 600px;
    width: 100%;
    padding: 20px;
    left: calc(50% - 300px);
    bottom: 1vw;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0,0,0,0.2);
    font-size: 0.8rem;
}

.demo-info .control-content {
    padding-bottom: 0;
}

.demo-info-container {
    display: flex;
    align-items: center;
    line-height: 1.25rem;
}

.demo-info-container .fa {
    font-size: 2rem;
    color: #ef1b69;
    border-right: 1px solid #ddd;
    margin-right: 1.25rem;
    padding-right: 0.25rem;
}

@media screen and (max-width: 767px) {
    .demo-info {
        left: 20px;
        width: calc(100% - 40px);
        padding: 10px 15px;
    }
}

/*************************/
/* Startpage - blog list */
/*************************/
.brick-id-32 {
    border-bottom: none !important;
}
 
.brick-32.qui-control-brick {
    margin-top: 2rem;
}

.brick-32 .qui-control-list .grid-children {
    overflow: visible;
}

.brick-32 .qui-control-childrenlist-3er-entry-image {
    margin: 0 !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.brick-32 .qui-control-childrenlist-3er-entry-content {
    text-align: left !important;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #ef1b69;
}

.brick-32 .qui-control-childrenlist-3er-entry-content-footer {
    display: none;
}

/* more button */
.tpl-presentation-row.brick-33 {
    border: none:
}

/**************/
/* Breadcrumb */
/**************/
.template-breadcrumb {
    background-color: #fafafa !important;
    color: inherit !important;
}

.quiqqer-breadcrumb a {
    color: inherit !important;
}

/**********************/
/* Startpag - contact */
/**********************/
.brick-id-40 {
    background: #f8f8f8 !important;
}

.brick-40 {
    margin: 0 auto;
    max-width: 700px;
}

.quiqqer-gallery-component {
    background: none !important;
}

.quiqqer-gallery-component-textdisplay {
    display: none !important;
}

.quiqqer-gallery-grid-entry .quiqqer-gallery-grid-entry-text {
    background: #fff;
}

.quiqqer-gallery-component-prev, .quiqqer-gallery-component-next {
    background: none !important;
}

.quiqqer-gallery-component-prev .fa, .quiqqer-gallery-component-next .fa {
    color: #999 !important;
}

@media screen and (min-width: 768px) {
    .quiqqer-gallery-component {
        overflow: visible !important;
    }

    .quiqqer-gallery-component-next {
        right: -40px !important;
    }

    .quiqqer-gallery-component-prev {
        left: -40px !important;
    }
}

/***************/
/* Page footer */
/***************/
.page-footer-copyright{
    border-top: none !important;
}

.page-footer-copyright-left {
    font-size: 0.8rem;
}

/****************/
/* Gallery page */
/****************/
@media screen and (min-width: 768px) {
    .quiqqer-gallery-grid-entry {
        margin: 0 40px 40px 0 !important;    
        width: calc( 32.5% - 20px ) !important;
    }

    .quiqqer-gallery-grid-entry:nth-child(3n) {
        margin: 0 0 20px 0 !important;
    }
    .quiqqer-gallery-grid-entry-image {
        height: 200px !important;
    }
}

.quiqqer-gallery-grid-entry {
    box-shadow: 0 0 20px rgba(17, 17, 17, 0.1);
    padding: 0 !important;
transition: 0.3s all;
}

.quiqqer-gallery-grid-entry:hover {
    box-shadow: 0 0 20px rgba(17, 17, 17, 0.3);

}

.quiqqer-gallery-grid-entry-text {
    color: inherit !important;
}

/****************/
/* Contact page */
/****************/
.page-54 .nosidebar-small-wrapper + .tpl-presentation-row {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}