@media (max-width: 959px) {
	#main #content-wrap{
		padding-bottom: 0 !important;
	}
	
	#infozeile{
		display: none;
	}
	
	#main div.order-1{
		order: 1;
	}
	#main div.order-2{
		order: 2;
	}
	
	#insyde-dock-spalte{
		position: relative;
		z-index: 999999;
	}
	
	#expo-logo-mit-datum{
		margin-bottom: 50px;
	}
	
	footer#footer #partner-sponsoren-logos img{
		max-width: 200px;
	}
	footer#footer #partner-sponsoren-logos h3{
		line-height: 1;
	}
	
	div.header-livestream-layer{
		display: none;
	}
	
	.mehr-messe{
		display: none;
	}

    /* -------------------------------------------------------
     * Mobile Fullscreen Grundlayout
     * ----------------------------------------------------- */

    body #mobile-fullscreen {
        background: #dcecf2;
    }

    body #mobile-fullscreen #mobile-fullscreen-inner {
        min-height: 100vh;
        padding: 24px 28px 32px;
        box-sizing: border-box;
        background: #dcecf2;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
    }

    body #mobile-fullscreen nav {
        order: 1;
        width: 100%;
        position: relative;
        z-index: 3;
    }

    /* WPBakery Library kommt nach dem Menü */
    body #mobile-fullscreen .vc_row,
    body #mobile-fullscreen .wpb_row,
    body #mobile-fullscreen .vc_row-fluid {
        order: 2;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body #mobile-fullscreen .wpb_column,
    body #mobile-fullscreen .vc_column_container,
    body #mobile-fullscreen .vc_column-inner,
    body #mobile-fullscreen .wpb_wrapper,
    body #mobile-fullscreen .wpb_raw_code,
    body #mobile-fullscreen .wpb_content_element {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body #mobile-fullscreen .wpb_raw_code {
        margin-bottom: 0;
    }

    /* -------------------------------------------------------
     * Mobile Hauptmenü-Buttons
     * ----------------------------------------------------- */

    body #mobile-fullscreen ul.fs-dropdown-menu {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-93,
    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-94,
    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-95 {
        margin: 0 0 18px;
        padding: 0;
        border: none;
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-93 > a,
    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-94 > a,
    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-95 > a {
        width: 100%;
        min-width: 0;
        min-height: 72px;
        padding: 0 22px 0 24px;
        box-sizing: border-box;
        border-radius: 10px;
        display: flex;
        align-items: center;
        color: var(--farbe-weiss);
        font-size: 20px;
        font-weight: 800;
        line-height: 1.15;
        text-align: left;
        text-decoration: none;
        transition: transform 0.2s ease, filter 0.2s ease;
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-93 > a:hover,
    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-94 > a:hover,
    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-95 > a:hover,
    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-93 > a:focus,
    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-94 > a:focus,
    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-95 > a:focus {
        color: var(--farbe-weiss);
        transform: translateY(-1px);
        filter: brightness(1.03);
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-93 > a {
        background-color: var(--farbe-dunkelgrau);
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-94 > a {
        background-color: var(--farbe-rot);
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-95 > a {
        background-color: var(--farbe-orange);
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-93 > a::before,
    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-94 > a::before,
    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-95 > a::before {
        content: "";
        width: 26px;
        height: 26px;
        min-width: 26px;
        margin-right: 14px;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        flex-shrink: 0;
        align-self: center;
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-93 > a::before {
        background-image: url("/wp-content/uploads/2026/05/Menue-Icon-AllgemeineInfos.svg");
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-94 > a::before {
        background-image: url("/wp-content/uploads/2026/05/Menue-Icon-BesuchPlanen.svg");
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-95 > a::before {
        background-image: url("/wp-content/uploads/2026/05/Menue-Icon-AusstellerWerden.svg");
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-has-children > a .dropdown-toggle {
        margin-left: auto;
        width: 22px;
        min-width: 22px;
        height: 22px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        align-self: center;
        background: transparent;
        border: none;
        color: var(--farbe-weiss);
        font-size: 0;
        line-height: 1;
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-has-children > a .dropdown-toggle::before {
        content: "";
        width: 13px;
        height: 13px;
        display: block;
        border-right: 3px solid var(--farbe-weiss);
        border-bottom: 3px solid var(--farbe-weiss);
        transform: rotate(45deg);
        transition: transform 0.2s ease;
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-has-children.open-sub > a .dropdown-toggle::before {
        transform: rotate(-135deg);
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-has-children.open-sub > a {
        border-radius: 10px 10px 0 0;
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-has-children > ul.sub-menu {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        margin: 0 0 18px;
        padding: 18px 0 22px;
        background: var(--farbe-weiss);
        border-radius: 0 0 10px 10px;
        box-shadow: 0 12px 18px -8px rgba(0, 0, 0, 0.18);
        border: none;
        overflow: hidden;
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-has-children > ul.sub-menu > li,
    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-has-children > ul.sub-menu > li > a {
        border: none;
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-has-children > ul.sub-menu > li > a {
        display: block;
        padding: 8px 22px;
        color: var(--farbe-dunkelgrau);
        background: transparent;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.35;
        letter-spacing: 0;
        text-align: left;
        text-decoration: none;
		text-transform: none;
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-has-children > ul.sub-menu > li > a:hover,
    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-has-children > ul.sub-menu > li > a:focus {
        color: var(--farbe-dunkelgrau);
        background: transparent;
    }

    body #mobile-fullscreen ul.fs-dropdown-menu > li.menu-item-has-children > ul.sub-menu:empty {
        display: none;
    }

    body #mobile-fullscreen #mobile-search {
        margin-top: 8px;
    }

    /* -------------------------------------------------------
     * Unterer Library-Bereich
     * ----------------------------------------------------- */

    body #mobile-fullscreen .insyde-mobile-menu-bottom {
        position: relative;
        width: 100%;
        min-height: 270px;
        margin-top: 0;
        padding: 0 0 88px;
        box-sizing: border-box;
        overflow: visible;
    }

    body #mobile-fullscreen .insyde-mobile-menu-bottom__ring {
        position: absolute;
        left: -28px;
        top: 3px;
        width: 161px;
        height: 161px;
        background-image: url("/wp-content/uploads/2026/05/Sonnen-O.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        pointer-events: none;
        z-index: 1;
    }

    body #mobile-fullscreen .insyde-mobile-menu-bottom__content {
        position: relative;
        z-index: 2;
        padding-top: 60px;
        text-align: right;
    }

    body #mobile-fullscreen .insyde-mobile-menu-socials {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        margin-bottom: 12px;
    }

    body #mobile-fullscreen .insyde-mobile-menu-socials a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--farbe-dunkelgrau);
    color: transparent;
    font-size: 0;
    line-height: 1;
    text-decoration: none;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

body #mobile-fullscreen .insyde-mobile-menu-socials a.is-facebook {
    mask-image: url("/wp-content/uploads/2026/05/Icon-Facebook.svg");
    -webkit-mask-image: url("/wp-content/uploads/2026/05/Icon-Facebook.svg");
}

body #mobile-fullscreen .insyde-mobile-menu-socials a.is-instagram {
    mask-image: url("/wp-content/uploads/2026/05/Icon-Instagram.svg");
    -webkit-mask-image: url("/wp-content/uploads/2026/05/Icon-Instagram.svg");
}

body #mobile-fullscreen .insyde-mobile-menu-socials a.is-linkedin {
    mask-image: url("/wp-content/uploads/2026/05/Icon-LinkedIn.svg");
    -webkit-mask-image: url("/wp-content/uploads/2026/05/Icon-LinkedIn.svg");
}

    body #mobile-fullscreen .insyde-mobile-menu-links {
        color: var(--farbe-dunkelgrau);
        font-size: 15px;
        font-weight: 400;
        line-height: 1.45;
        text-align: right;
    }

    body #mobile-fullscreen .insyde-mobile-menu-links a {
        color: var(--farbe-dunkelgrau);
        text-decoration: none;
    }

    body #mobile-fullscreen .insyde-mobile-menu-links a:hover,
    body #mobile-fullscreen .insyde-mobile-menu-links a:focus {
        color: var(--farbe-dunkelgrau);
        text-decoration: none;
    }

    /* -------------------------------------------------------
     * CTA Buttons unten
     * ----------------------------------------------------- */

    body #mobile-fullscreen .insyde-mobile-menu-cta {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        gap: 26px;
        z-index: 3;
    }

    body #mobile-fullscreen .insyde-mobile-menu-cta-button {
        min-height: 48px;
        padding: 0 18px;
        border-radius: 999px;
        background: var(--farbe-rot);
        color: var(--farbe-weiss);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        font-size: 17px;
        font-weight: 800;
        line-height: 1;
        text-decoration: none;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.22);
        white-space: nowrap;
    }

    body #mobile-fullscreen .insyde-mobile-menu-cta-button:hover,
    body #mobile-fullscreen .insyde-mobile-menu-cta-button:focus {
        background: var(--farbe-rot);
        color: var(--farbe-weiss);
        text-decoration: none;
    }

    body #mobile-fullscreen .insyde-mobile-menu-cta-button span {
        width: 22px;
        height: 22px;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        flex-shrink: 0;
    }

    body #mobile-fullscreen .insyde-mobile-menu-cta-button.is-ticket span {
        background-image: url("/wp-content/uploads/2026/05/Icon-Ticket.svg");
    }

    body #mobile-fullscreen .insyde-mobile-menu-cta-button.is-programm span {
        background-image: url("/wp-content/uploads/2026/05/Icon-Programm.svg");
    }

    /* -------------------------------------------------------
     * Mobile Menü Button geschlossen
     * ----------------------------------------------------- */

    body .oceanwp-mobile-menu-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 7%;
    }

    body .oceanwp-mobile-menu-icon a.mobile-menu {
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: var(--farbe-rot);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--farbe-weiss);
        text-decoration: none;
        padding: 0;
        line-height: 1;
    }

    body .oceanwp-mobile-menu-icon a.mobile-menu:hover,
    body .oceanwp-mobile-menu-icon a.mobile-menu:focus {
        background: var(--farbe-rot);
        color: var(--farbe-weiss);
    }

    body .oceanwp-mobile-menu-icon a.mobile-menu i {
        color: var(--farbe-weiss);
        font-size: 28px;
        line-height: 1;
        margin: 0;
    }

    body .oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text,
    body .oceanwp-mobile-menu-icon a.mobile-menu .mobile-menu-text,
    body .oceanwp-mobile-menu-icon a.mobile-menu .menu-text {
        display: none;
    }

    /* -------------------------------------------------------
     * Mobile Menü Button geöffnet / Schließen
     * ----------------------------------------------------- */

    body #mobile-fullscreen a.close {
        position: fixed;
        top: calc(1% + 0px);
        right: 22px;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: var(--farbe-rot);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--farbe-weiss);
        text-decoration: none;
        padding: 0;
        line-height: 1;
        z-index: 999999;
    }

    body #mobile-fullscreen a.close:hover,
    body #mobile-fullscreen a.close:focus {
        background: var(--farbe-rot);
        color: var(--farbe-weiss);
    }

    body #mobile-fullscreen a.close::before,
    body #mobile-fullscreen a.close::after {
        content: "";
        position: absolute;
        width: 30px;
        /*height: 3px;*/
        border-radius: 3px;
        background: var(--farbe-weiss);
        top: 50%;
        left: 50%;
    }

    body #mobile-fullscreen a.close::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    body #mobile-fullscreen a.close::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    body #mobile-fullscreen a.close i,
    body #mobile-fullscreen a.close span {
        display: none;
    }
	
	
	    footer#footer #footer-main {
        padding: 34px 24px 10px;
    }

    #footer-main .footer-col {
        width: 100% !important;
        float: none !important;
        display: block !important;
        margin-bottom: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #footer-main .footer-col > .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #footer-kontakt,
    #footer-links-1,
    #footer-links-2,
    #footer-legal {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #footer-main .footer-col:not(:first-child)::before {
        display: none;
    }

    footer#footer .footer-ueberschrift {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1.2;
    }

    #footer-kontakt {
        margin-bottom: 20px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    }

    #footer-kontakt p {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 22px;
    }

    .footer-social-icons {
        gap: 20px;
        margin-bottom: 24px;
    }

    .footer-social-icons img {
        width: 48px;
        height: 48px;
    }

    /* Akkordeon-Bereiche */
    #footer-links-1,
    #footer-links-2
    /*#footer-legal*/ {
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    }

    #footer-links-1 .footer-ueberschrift,
    #footer-links-2 .footer-ueberschrift,
    #footer-legal .footer-ueberschrift {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        padding-top: 18px;
        cursor: pointer;
        position: relative;
    }

    #footer-links-1 .footer-ueberschrift::after,
    #footer-links-2 .footer-ueberschrift::after,
    #footer-legal .footer-ueberschrift::after {
        content: "";
        width: 10px;
        height: 10px;
        border-right: 3px solid var(--farbe-weiss);
        border-bottom: 3px solid var(--farbe-weiss);
        transform: rotate(45deg);
        transition: transform 0.25s ease;
        flex-shrink: 0;
        margin-left: 18px;
    }

    #footer-links-1.is-open .footer-ueberschrift::after,
    #footer-links-2.is-open .footer-ueberschrift::after,
    #footer-legal.is-open .footer-ueberschrift::after {
        transform: rotate(-135deg);
    }

    .footer-accordion-content {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.3s ease, opacity 0.25s ease, padding 0.25s ease;
        padding: 0;
    }

    #footer-links-1.is-open .footer-accordion-content,
    #footer-links-2.is-open .footer-accordion-content,
    #footer-legal.is-open .footer-accordion-content {
        max-height: 500px;
        opacity: 1;
        padding: 0 0 18px;
    }

    /* Menü im geöffneten Zustand: schlicht, ohne Pfeil links */
    #footer-main .footer-accordion-content .widget_nav_menu,
    #footer-main .footer-accordion-content .widget_nav_menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #footer-main .footer-accordion-content .widget_nav_menu li {
        margin: 0 0 12px;
        padding: 0;
        border: 0 !important;
    }

    #footer-main .footer-accordion-content .widget_nav_menu li:last-child {
        margin-bottom: 0;
    }

    #footer-main .footer-accordion-content .widget_nav_menu a {
        display: block;
        padding-left: 0;
        font-size: 18px;
        line-height: 1.35;
        color: var(--farbe-weiss);
        text-decoration: none;
    }

    #footer-main .footer-accordion-content .widget_nav_menu a::before {
        display: none;
    }

    footer#footer #footer-bottom {
        padding: 22px 24px 95px;
        border-top: 0;
    }

    footer#footer #footer-bottom p {
        font-size: 16px;
        line-height: 1.35;
    }
}