/* Adapt the current semantic templates to the original Laufhaus Rachel visual system. */

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

body {
    height: auto !important;
    min-height: 100%;
}

#banner {
    min-height: 500px;
    animation: site-hero-fade 900ms ease-out both;
}

@keyframes site-hero-fade {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

div.module.parallax {
    background-attachment: scroll;
}

#banner .banner-inner {
    min-height: 470px;
}

#header-slider .logo-gross img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: min(560px, 75vw);
}

.concert-info {
    position: relative;
    margin-top: -30px;
    z-index: 2;
}

.concert-info .concert-info-text {
    text-align: center;
}

.concert-info .concert-info-text h2 {
    display: inline-block;
    margin: 4px 12px;
    color: #000;
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.concert-info .concert-info-text p,
.concert-info .concert-info-text a {
    margin: 2px 0;
    padding: 0;
    color: #fff;
}

#header .logo img {
    max-width: 100%;
    object-fit: contain;
}

#header .navbar-nav img {
    width: 24px;
    height: auto;
}

#header .navbar-nav > li.li_highlight {
    position: relative !important;
    top: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 45px;
    min-height: 45px;
    margin-right: 3px;
    margin-left: 3px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
    transform: translateY(-12px);
}

#header.affix .navbar-nav > li.li_highlight {
    height: 35px;
    min-height: 35px;
    transform: translateY(-7px);
}

#header .navbar-nav > li.li_highlight > a {
    position: relative;
    top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: inherit;
    padding-top: 0;
    padding-bottom: 0;
}

#header .navbar-nav > li.li_highlight:hover,
#header .navbar-nav > li.li_highlight:focus-within {
    border-color: #deb882;
    box-shadow: 0 0 14px rgba(222, 184, 130, 0.75);
}

#header {
    position: absolute !important;
    top: 0;
}

#header.affix {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.site-content {
    min-height: 360px;
    padding-bottom: 90px;
    background: #0f0f0f;
}

.site-content-anchor {
    scroll-margin-top: 82px;
}

.site-content .services-inner {
    color: #c8c8c8;
    text-align: left;
}

.site-content .site-page-title {
    margin-bottom: 42px;
    color: #ff1541;
    text-align: center;
}

.site-content section,
.site-content article,
.site-content > .container address {
    margin-bottom: 38px;
}

.site-content section > h2,
.site-content article > h2,
.site-content article > header h2 {
    padding: 0 0 18px;
    color: #deb882;
    font-family: 'PT Sans', Arial, sans-serif;
}

#services.site-content p,
#services.site-content li,
#services.site-content dd,
#services.site-content dt,
#services.site-content address,
#services.site-content label {
    color: #c8c8c8;
    font-size: 16px;
    line-height: 1.65;
}

#services.site-content p {
    padding-bottom: 18px;
}

#services.site-content a {
    color: #deb882;
}

#services.site-content a:hover,
#services.site-content a:focus {
    color: #ff1541;
}

.site-intro {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.gallery-photos-thumb {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

.gallery-photo-item {
    float: none;
    width: 100%;
    min-width: 0;
    padding: 0;
}

#services .servicebox {
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid rgba(222, 184, 130, 0.35);
}

#services .servicebox > img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

#services .servicebox .servicebox-inner {
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 8px 14px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.52));
}

#services .servicebox .servicebox-inner.left-minus {
    left: -100%;
}

#services .servicebox:hover .servicebox-inner,
#services .servicebox:focus-within .servicebox-inner,
#services .servicebox .servicebox-inner.hover-left-null {
    left: 0;
}

#services .filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 0 30px;
}

#services .filters button,
#services button[type='submit'] {
    padding: 10px 22px;
    border: 1px solid #deb882;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
}

#services .filters button:hover,
#services .filters button:focus,
#services button[type='submit']:hover,
#services button[type='submit']:focus {
    border-color: #ff1541;
    background: #ff1541;
}

#club-form {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 80px max(20px, calc((100vw - 1100px) / 2));
}

#club-form h2 {
    color: #ff1541;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 45px;
    text-transform: uppercase;
}

#club-form form {
    display: flex;
    justify-content: center;
    max-width: 680px;
    margin: 0 auto;
}

#club-form input[type='email'] {
    flex: 1 1 320px;
    min-width: 0;
}

.site-content form:not(#form_newsletter) {
    display: grid;
    row-gap: 18px;
    max-width: 720px;
    padding: 24px;
    border: 1px solid rgba(222, 184, 130, 0.4);
    background: #191919;
}

.site-content input,
.site-content textarea,
.site-content select {
    max-width: 100%;
    color: #1d1d1d;
}

.site-content label {
    margin: 0;
}

.site-enquiry-form .site-form-field {
    display: grid;
    grid-template-columns: minmax(110px, 155px) minmax(0, 1fr);
    align-items: center;
    gap: 18px;
}

.site-enquiry-form .site-form-field > span {
    color: #deb882;
    font-weight: 700;
}

.site-enquiry-form .jobs-file-field > label {
    color: #deb882;
    font-weight: 700;
}

.jobs-upload-control {
    min-width: 0;
}

#services.site-content .jobs-upload-hint {
    padding: 7px 0 0;
    color: #aaa;
    font-size: 14px;
}

.jobs-upload-list {
    display: grid;
    gap: 8px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.jobs-upload-list:empty {
    display: none;
}

.jobs-upload-list > li {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 8px;
    border: 1px solid rgba(222, 184, 130, 0.38);
    background: #111;
}

.jobs-upload-list img {
    width: 54px;
    height: 54px;
    border: 1px solid #555;
    object-fit: cover;
}

.jobs-upload-list span,
.jobs-upload-list strong,
.jobs-upload-list small {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
}

.jobs-upload-list strong {
    color: #fff;
}

.jobs-upload-list small {
    color: #aaa;
}

.jobs-upload-list button {
    min-height: 40px;
    padding: 7px 10px;
    border: 1px solid #ff1541;
    background: transparent;
    color: #fff;
}

.jobs-upload-list button:hover,
.jobs-upload-list button:focus {
    background: #ff1541;
}

.site-enquiry-form input:not([type='checkbox']),
.site-enquiry-form textarea,
.site-enquiry-form select {
    width: 100%;
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid #777;
    border-radius: 2px;
}

.site-enquiry-form textarea {
    min-height: 130px;
    resize: vertical;
}

.site-enquiry-form .site-form-consent {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
}

.site-enquiry-form .site-form-consent input {
    margin-top: 7px;
}

.jobs-page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    align-items: start;
    gap: 36px;
}

.jobs-page-layout .site-enquiry-form {
    max-width: none;
}

.contact-language-controls {
    display: grid;
    grid-template-columns: repeat(5, minmax(42px, 70px));
    justify-content: center;
    gap: 14px;
    margin: 0 auto 28px;
}

.contact-language-controls .contact-language-flag {
    position: relative;
    padding: 3px;
    border: 2px solid transparent;
    border-radius: 4px;
    background: transparent;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.contact-language-controls .contact-language-flag img {
    display: block;
    width: 100%;
    height: auto;
}

.contact-language-controls .contact-language-flag:hover,
.contact-language-controls .contact-language-flag:focus,
.contact-language-controls .contact-language-flag[aria-pressed='true'] {
    border-color: #deb882;
    box-shadow: 0 0 12px rgba(222, 184, 130, 0.55);
    transform: translateY(-2px);
}

.jobs-contact-column .result {
    padding: 20px;
    border: 1px solid rgba(222, 184, 130, 0.4);
    background: #191919;
}

.contact-language-controls {
    margin-bottom: 25px;
}

.contact-info-language[hidden],
.site-age-gate[hidden] {
    display: none !important;
}

.map-image {
    display: block;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 24px auto;
    border: 1px solid #deb882;
}

.map-figure {
    margin: 24px auto 38px;
    text-align: center;
}

.map-figure .map-image {
    margin-bottom: 10px;
}

.map-figure figcaption {
    color: #aaa;
    font-size: 14px;
}

.news-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.news-card {
    display: grid;
    grid-template-columns: minmax(140px, 0.7fr) minmax(0, 1.3fr);
    overflow: hidden;
    margin: 0 !important;
    border: 1px solid rgba(222, 184, 130, 0.42);
    background: #191919;
}

.news-card > img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
}

.news-card-copy {
    padding: 22px;
}

.news-card-copy h2 {
    margin: 0 0 6px;
    padding: 0 !important;
    color: #deb882;
    font-size: 24px;
}

.news-card-copy time {
    display: block;
    margin-bottom: 14px;
    color: #999;
}

.filter-button {
    margin: 0 auto 26px;
    cursor: pointer;
}

#services .filter-button,
#services .filter-actions button,
#services .girls-filter [data-filter-name] {
    border: 1px solid #deb882;
    background: transparent;
    color: #fff;
}

#services .filter-button {
    display: block;
    padding: 11px 18px;
    font-size: 16px;
}

#services .filter-button:hover,
#services .filter-button:focus {
    color: #111;
}

#services .girls-filter {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 34px;
    padding: 18px;
    border: 1px solid rgba(222, 184, 130, 0.45);
    background: #151515;
}

#services .girls-filter[hidden] {
    display: none !important;
}

#services .girls-filter > h3,
#services .girls-filter > .filter-actions {
    grid-column: 1 / -1;
}

#services .filter-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

#services .filter-actions button {
    padding: 7px 12px;
}

#services .sprachen-filter,
#services .service-filter,
#services .fetisch-filter {
    align-content: start;
    margin: 0;
    padding: 18px;
}

#services .girls-filter p {
    display: inline-block;
    margin: 3px;
    padding: 0;
}

#services .girls-filter [data-filter-name] {
    padding: 7px 10px;
    text-align: left;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

#services .girls-filter [data-filter-name]:hover,
#services .girls-filter [data-filter-name]:focus,
#services .girls-filter [data-filter-name][aria-pressed='true'] {
    border-color: #ff1541;
    background: #ff1541;
    color: #fff;
    transform: translateY(-2px);
}

.venue-gallery .laufhaus-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.venue-gallery .gallery-laufhaus {
    display: block;
    height: 220px;
    overflow: hidden;
    border: 1px solid rgba(222, 184, 130, 0.45);
}

.venue-gallery .gallery-laufhaus img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 350ms ease, filter 350ms ease;
}

.venue-gallery .gallery-laufhaus:hover img,
.venue-gallery .gallery-laufhaus:focus img {
    filter: brightness(1.08);
    transform: scale(1.05);
}

.site-lightbox {
    position: fixed;
    inset: 0;
    width: min(1120px, calc(100vw - 40px));
    max-width: none;
    height: min(860px, calc(100vh - 40px));
    max-height: none;
    margin: auto;
    padding: 20px 70px;
    overflow: visible;
    border: 1px solid rgba(222, 184, 130, 0.8);
    border-radius: 4px;
    background: rgba(5, 5, 5, 0.98);
    color: #fff;
}

.site-lightbox::backdrop {
    background: rgba(0, 0, 0, 0.88);
}

.site-lightbox:not([open]) {
    display: none;
}

.site-lightbox figure {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    align-items: center;
    height: 100%;
    margin: 0;
    text-align: center;
}

.site-lightbox img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
}

.site-lightbox figcaption {
    padding-top: 10px;
    color: #ddd;
}

.site-lightbox-counter {
    position: absolute;
    right: 20px;
    bottom: 14px;
    color: #deb882;
}

.site-lightbox button {
    border: 0;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    cursor: pointer;
}

.site-lightbox button:hover,
.site-lightbox button:focus {
    background: #ff1541;
}

.site-lightbox-close {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 2;
    width: 44px;
    height: 44px;
    font-size: 34px;
    line-height: 1;
}

.site-lightbox-navigation {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 52px;
    height: 76px;
    margin-top: -38px;
    font-size: 36px;
}

.site-lightbox-navigation:disabled {
    opacity: 0.3;
    cursor: default;
}

.site-lightbox-previous {
    left: 8px;
}

.site-lightbox-next {
    right: 8px;
}

.profile-detail-stage {
    position: relative;
    z-index: 0;
    isolation: isolate;
    margin-bottom: 38px;
    padding: 44px 0;
}

.profile-page-background {
    position: absolute;
    inset: -30px calc(50% - 50vw);
    z-index: -1;
    width: 100vw;
    height: calc(100% + 60px);
    object-fit: cover;
    filter: blur(18px) brightness(0.48);
    opacity: 0.72;
    transform: scale(1.03);
}

.profile-detail {
    padding: 28px;
    border: 1px solid rgba(130, 96, 57, 0.28);
    border-radius: 6px;
    background: #fff;
    color: #363636;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
}

.profile-detail-heading .profile-status {
    display: table;
    margin: 0 auto 24px;
    padding: 7px 18px !important;
    border: 1px solid rgba(222, 184, 130, 0.55);
    border-radius: 999px;
    background: #f5f0ea;
    color: #8e172c !important;
    font-size: 20px !important;
    text-align: center;
}

.profile-detail-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
    gap: 34px;
}

.profile-detail-grid--image-only {
    grid-template-columns: minmax(0, 1fr);
}

.profile-main-image,
.profile-main-image img {
    display: block;
    width: 100%;
}

.profile-main-image img {
    max-height: 720px;
    border: 1px solid #deb882;
    object-fit: contain;
    background: #080808;
}

.profile-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.profile-thumbnails img {
    width: 100%;
    height: 105px;
    object-fit: cover;
}

.profile-information {
    display: grid;
    align-content: start;
    gap: 20px;
}

.profile-information section {
    margin: 0;
    padding: 22px;
    border-left: 3px solid #ff1541;
    background: #f7f7f7;
}

.profile-information h2 {
    margin-top: 0;
    color: #8e172c !important;
}

.profile-service-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.profile-service-group:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.profile-service-group:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.profile-service-group:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}

.profile-service-group {
    min-width: 0;
    padding: 16px;
    border: 1px solid #ded4c8;
    background: #fff;
}

.profile-service-group h3 {
    margin: 0 0 10px;
    color: #8e172c;
    font-size: 17px;
}

.profile-service-group ul,
.profile-service-group p {
    margin: 0;
}

.profile-service-group ul {
    min-width: 0;
    max-width: 100%;
    padding-left: 0;
    list-style: none;
}

.profile-service-group li {
    position: relative;
    min-width: 0;
    padding-left: 23px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.profile-service-group li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #b71836;
    content: '\f00c';
    font-family: FontAwesome;
}

.profile-service-group p {
    padding: 0 !important;
}

.profile-availability table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 4px;
    text-align: center;
}

.profile-availability caption {
    padding: 0 0 12px;
    color: #363636;
    font-size: 18px;
    text-align: center;
}

.profile-availability th {
    padding: 5px 2px;
    color: #666;
    font-size: 12px;
    text-align: center;
}

.profile-availability td {
    height: 38px;
    border: 1px solid #ddd;
    background: #fff;
}

.profile-availability td:empty {
    border-color: transparent;
    background: transparent;
}

.profile-availability time {
    display: grid;
    place-items: center;
    min-height: 36px;
    color: #555;
}

.profile-availability td.is-available {
    border-color: #ff1541;
    background: #ff1541;
    box-shadow: 0 0 10px rgba(255, 21, 65, 0.42);
}

.profile-availability td.is-available time {
    color: #fff;
    font-weight: 700;
}

.profile-partners {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.profile-partners a {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(222, 184, 130, 0.45);
    background: #080808;
}

.profile-partners img {
    display: block;
    width: 100%;
    height: auto;
}

.profile-information dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(82px, 0.65fr) minmax(0, 1fr));
    gap: 8px 16px;
    margin: 0;
}

.profile-information dt {
    color: #8e172c !important;
}

.profile-information dd {
    margin: 0;
}

#services.site-content .profile-detail p,
#services.site-content .profile-detail li,
#services.site-content .profile-detail dd,
#services.site-content .profile-detail label {
    color: #363636;
}

.honeypot {
    position: absolute;
    left: -10000px;
}

.site-age-gate {
    z-index: 1100;
}

.site-age-gate-content {
    max-width: 760px;
    border-color: #deb882;
    background: #050505;
    color: #fff;
    text-align: center;
}

.site-age-gate-content #laufhauslogo {
    display: block;
    width: min(360px, 70vw);
    height: auto;
    margin: 0 auto 24px;
}

.site-age-gate-content h2 {
    margin-bottom: 15px;
    color: #ff1541;
}

.site-age-gate-actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin: 28px 0 10px;
}

.site-age-gate-actions button,
.site-age-gate-actions a {
    position: static !important;
    display: inline-block;
    padding: 10px 22px !important;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}

#popupbuttonno {
    background: #238636;
}

#popupbuttonyes {
    background: #b42318;
}

#footer address.footer-text {
    color: #fff;
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: 35px;
    margin-top: 30px;
}

#footer.parallax-footer {
    padding-top: 40px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), #000), url('../images/footer.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer .site-opening-hours {
    margin: 28px 0 12px;
    color: #fff;
    font-size: 16px;
}

#footer .social img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

#copy-right p {
    margin: 0 0 6px;
}

button[disabled] {
    opacity: 0.55;
}

@media (max-width: 991px) {
    .gallery-photos-thumb {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #header .header-right {
        padding-top: 0;
    }

    .jobs-page-layout,
    .profile-detail-grid {
        grid-template-columns: 1fr;
    }

    .news-list,
    .profile-service-groups {
        grid-template-columns: 1fr;
    }

    .profile-service-group:nth-child(1),
    .profile-service-group:nth-child(2),
    .profile-service-group:nth-child(3) {
        grid-column: auto;
        grid-row: auto;
    }

    .profile-information dl {
        grid-template-columns: minmax(90px, 0.7fr) minmax(0, 1fr);
    }

    .profile-partners {
        grid-template-columns: 1fr;
    }

    .venue-gallery .laufhaus-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    #banner {
        min-height: 330px;
    }

    #banner .banner-inner {
        min-height: 300px;
    }

    #header nav {
        margin-top: 0;
    }

    #header .logo {
        position: absolute;
        left: 15px;
    }

    #header .logo img {
        height: 56px;
        margin-top: 4px;
    }

    #header .header-right {
        width: 100%;
    }

    #header .navbar-toggle {
        display: block;
    }

    #header .navbar-collapse {
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        border: 0;
        background: rgba(0, 0, 0, 0.96);
    }

    #header .navbar-collapse:not(.in) {
        display: none !important;
    }

    #header .navbar-nav {
        float: none;
        margin-top: 0;
    }

    #header .navbar-nav > li {
        display: block;
        width: 100%;
        text-align: center;
    }

    #header .navbar-nav > li.li_highlight {
        display: flex;
        margin: 5px 14px;
    }

    .concert-info .concert-info-text h2 {
        display: block;
        font-size: 15px;
    }

    .site-content {
        padding-top: 70px;
    }

    #services.site-content .site-page-title,
    #club-form h2 {
        font-size: 32px;
    }

    #club-form form {
        display: block;
    }

    #club-form input[type='email'],
    #club-form button[type='submit'] {
        width: 100%;
    }

    .site-enquiry-form .site-form-field {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    #services .girls-filter {
        grid-template-columns: 1fr;
    }

    .venue-gallery .gallery-laufhaus,
    .venue-gallery .gallery-laufhaus img {
        height: 170px;
    }

    .site-lightbox {
        width: calc(100vw - 16px);
        height: calc(100vh - 16px);
        padding: 58px 44px 36px;
    }

    .site-lightbox-navigation {
        width: 42px;
        height: 64px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #banner {
        animation: none;
    }
}

@media (max-width: 520px) {
    .gallery-photos-thumb {
        grid-template-columns: 1fr;
    }
}
