@media screen and (max-width: 1334px) {
    .header-desktop-style {
        display: none;
    }
    .header-mobile-style {
        display: block;
    }
    .header-wrap-top {
        position: relative;
        z-index: 999;
    }
    .header-container-top-right {
        flex-direction: row;
        align-items: center;
        gap: 40px;
    }
    .header-container-top-right .header-link {
        gap: 20px;
    }
    

    /* header mobile style */
    .hamburger-menu {
        display: flex;
        flex-direction: column;
        gap: 8px;
        cursor: pointer;
    }
    .hamburger-menu span {
        width: 30px;
        height: 3px;
        background-color: #BDD6DB;
        transition: transform .25s ease, opacity .2s ease;
        transform-origin: center;
    }
    .hamburger-menu.is-active span:nth-child(1) {
        transform: translateY(12px) rotate(45deg);
    }
    .hamburger-menu.is-active span:nth-child(2) {
        opacity: 0;
    }
    .hamburger-menu.is-active span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }
    .is-mobile-menu-open {
        overflow: hidden;
    }
    .nav-mobile-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.55);
        opacity: 0;
        visibility: hidden;
        transition: opacity .25s ease, visibility 0s linear .25s;
        z-index: 998;
    }
    .nav-mobile-overlay.is-open {
        opacity: 1;
        visibility: visible;
        transition: opacity .25s ease;
    }
    .header-mobile-style {
        position: relative;
        z-index: 999;
    }
    .nav-mobile-menu-wrap {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #162C31;
        z-index: 999;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow: hidden;
        transition: opacity .25s ease, transform .25s ease, max-height .25s ease, visibility 0s linear .25s;
    }
    .nav-mobile-menu-wrap.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: opacity .25s ease, transform .25s ease, max-height .25s ease;
    }
    .language-switcher-mobile {
        padding: 23px 20px;
        display: flex;
        flex-direction: row;
        gap: 30px;
        align-items: center;
        justify-content: center;
    }
    .language-switcher-mobile a {
        color: #D3E2E6;
        font-weight: 400;
        font-size: 18px;
        line-height: 2;
        text-align: center;
    }
    .sm.menus {
        list-style: none;
        margin: 0;
        padding: 0 20px 33px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .sm.menus .menu-item {
        width: 100%;
        text-align: center;
        position: relative;
    }
    .sm.menus .menu-item a {
        color: #D3E2E6;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.71;
        text-transform: uppercase;
    }
    .sub-menu::before {
        display: none;
    }
    .nav-mobile-menu-wrap .menu-item-has-children {
        position: relative;
    }
    .nav-mobile-menu-wrap .menu-item-has-children > a {
        display: inline-block;
    }
    .nav-mobile-menu-wrap .submenu-toggle {
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 10px;
    }
    .nav-mobile-menu-wrap .submenu-toggle::before {
        content: '';
        display: block;
        width: 16px;
        height: 10px;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2714%27%20height%3D%274%27%20viewBox%3D%270%200%2014%204%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M1.00024%201.00027L7.00024%203.00027L13.0002%201.00027%27%20stroke%3D%27%23BDD6DB%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E");
        transition: transform .2s ease-in-out;
    }
    .nav-mobile-menu-wrap .menu-item-has-children.is-sub-open > .submenu-toggle::before {
        transform: rotate(180deg);
    }
    .nav-mobile-menu-wrap .menu-item-has-children > ul {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        border: 0;
        padding: 0;
        background-color: transparent;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        margin-top: 15px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: opacity 0.3s ease;
    }
    .nav-mobile-menu-wrap .menu-item-has-children.is-sub-open > ul {
        display: flex;
        background-color: #D3E2E6;
        padding: 10px 0;
    }
    .nav-mobile-menu-wrap .menu-item-has-children.is-sub-open > ul .menu-item a {
        color: #1A454E;
    }
	.wp-block-cover.gallery-custom-class {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}
@media screen and (max-width: 1024px) {
    .wp-block-cover.gallery-custom-class {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
}
@media screen and (max-width: 575px) {
    
    .btn-buchen {
        font-size: 13px;
        padding: 12px 8px;
        line-height: 1;
    }
    .btn-telephone img {
        width: 25px;
        height: 25px;
    }

    /* header mobile style */
    .hamburger-menu span {
        width: 24px;
        height: 2px;
    }
    .hamburger-menu.is-active span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }
    .language-switcher-mobile a {
        font-size: 12px;
    }
    .sm.menus .menu-item a {
        font-size: 14px;
    }
    .nav-mobile-menu-wrap .submenu-toggle::before {
        width: 14px;
        height: 8px;
    }
    .header-container-top-left a {
        max-height: 40px;
        max-width: 82px;
    }

    /* footer style */
    .footer-top-center-wrap {
        display: none;
    }
    .footer-center-mobile {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 40px 20px;
        border-bottom: 1px solid #D3E2E6;
    }
	 .wp-block-cover.gallery-custom-class {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}