/* burlesque-dinner.de — site-specific header CSS */

.gh-search {
    display: none;
}

.gh-head,
.gh-head.is-head-sticky {
    background: linear-gradient(
        90deg,
        rgba(89, 18, 2, 0.75),
        rgba(191, 36, 36, 0.65),
        rgba(89, 18, 2, 0.75)
    ) !important;
    backdrop-filter: blur(10px);
}

.site-cover .search-field {
    position: relative;
    color: transparent;
}

.site-cover .search-field::after {
    content: "Tickets & Shows entdecken";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #a9a9a9;
    font-size: 16px;
    pointer-events: none;
}

.subscribe-link.rss {
    display: none;
}

.gh-foot {
    padding-bottom: 20px;
}

.site-footer {
    padding-bottom: 20px;
}
