/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
 *  ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
 *  ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
 *  ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
 *  ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
 *  ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
 *  ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
 *  ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
 *  ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*==========================================================================
 * Hier begind GurkenSchauStyle
 *==========================================================================
 *==========================================================================
 * Inhaltsverzeichnis
 *==========================================================================
 * 1. Glättung
 * ——————————————————————————
 *    > Scrollglättung
 *    > Schriftglättung
 *==========================================================================
 * 2. Schriftart und Symbole
 * ——————————————————————————
 *    > Schriftart: Text
 *    > --- " --- : Symbole
 *==========================================================================
 * 3. Farben
 *==========================================================================
*/

/* ——————————————————————–———
 * 1. Glättung
 * ——————————————————————–———*/
/* Scrollglättung*/
html {
    scroll-behavior: smooth;
}
/* Schriftglättung*/
body {
    -moz-osx-font-smoothing: var(--wp--custom--typography--font-smoothing--moz, auto);
    -webkit-font-smoothing: var(--wp--custom--typography--font-smoothing--webkit, auto);
}
/* ——————————————————————–———
 * 2. Schriftart und Symbole
 * ——————————————————————–———*/
/* Schriftart: Text*/
body {
    font-family: 'Open Sans', sans-serif;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://gurkenschau.eu/content/fonts/OpenSans-Regular.ttf) format('TrueType');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Schriftart: Symbole*/
@font-face {
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    src: url(https://gurkenschau.eu/content/fonts/MaterialSymbolsRounded.woff2) format('woff');
}
.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 40
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}
/* ——————————————————————–———
 * 3. Farben
 * ——————————————————————–———*/
:root {
    /* Grundfarben*/
    --gss-tuerkies: #006d7b;
    --gss-tuerkies-25d: #0a515b;
    --gss-weiss: WhiteSmoke;
    --gss-schwarz: 	#070700;
    /* Button (btn) Verlauf*/
    --gss-btn-hg-va: #31b1c2;
    --gss-btn-hg-ve: #228390;
    --gss-btn-vg-va: #d5f7ff;
    --gss-btn-vg-ve: #9dedff;
}
@media (prefers-color-scheme: light){
    :root {
        /* Grundfarben*/
        --gss-tuerkies: whitesmoke;
    }
    .gss-single-content p{
        color:#006d7b;
    }
    .header-text h1 {
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 1.15;
        text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
        margin: 0;
        color:whitesmoke;
    }
    .single-meta{
        color:whitesmoke;
    }
    .news-card h4 {
        margin: 12px;
        font-weight: 600;
        font-size: 1.5rem;
        line-height: 1.3;
        flex-grow: 1;
        color:whitesmoke;
    }
    body {
        background-color: whitesmoke;
        color: whitesmoke);
        min-width: 768px;
    }
    .nav-links a:hover .nav-subtitle {
        color: #0a515b;
    }

    .wp-block-pullquote {
        box-sizing: border-box;
        margin: 0 0 1em;
        overflow-wrap: break-word;
        padding: 4em 0;
        text-align: center;
        color: #0a515b;
    }


}
.wp-block-quote {
    border-left: 4px solid #0a515b;
    margin: 25px 0;
    padding: 15px 20px;
    background: #9dedff4a;
    font-style: italic;
}

.wp-block-quote p {
    margin-bottom: 10px;
}
body {
    background-color: var(--gss-tuerkies);
    color: var(--gss-weiss);
    min-width: 768px;
}
/*
 * Header
 * */
.gss-header {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Overlay rechts */
    position: relative;
    color: var(--gss-weiss);
    overflow: hidden;
    background-size: 100%;
    background-position: left center;
    background-repeat: no-repeat;
}


.header-text {
    width: 50%;
    height: 100%;
    padding: 60px;
    box-sizing: border-box;
    z-index: 3;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: RGBA(49, 177, 194, 0.6);
    background: linear-gradient(90deg, rgba(49, 177, 194, 0.6) 0%, rgba(34, 131, 144, 0.6) 100%);
    justify-content: center;
}
.overlay {
    width: 50%;
    height: 100%;
    padding: 60px;
    box-sizing: border-box;

    background: linear-gradient(
        to bottom,
        rgba(49,177,194,0.6),
                                rgba(34,131,144,0.6)
    );

    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-text h1 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.15;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
    margin: 0;
}

.gss-header-btn {
    text-decoration: none;
}

.gss-header-btn button {
    background: #FFFCC3;
    background: linear-gradient(90deg, rgba(255, 252, 195, 1) 0%, rgba(236, 226, 35, 1) 100%);
    color: var(--gss-schwarz);
    border: none;
    padding: 1px 28px;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    cursor: pointer;

}
/* ——————————————————————–———
 * Navbar
 * ——————————————————————–———*/
/* Grundlayout */
.gss-navbar {
    background: linear-gradient(to right, #31b1c2, #228390);
    padding: 15px 40px;
    border-radius: 50px;
    width: 100%;
    margin-left: calc(0px - 30px);
    position: sticky;
    top: 1em;
    z-index: 100;
    font-size: large;
}

.gss-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

/* Links */
.gss-menu > li {
    position: relative; /* wichtig fürs Dropdown */
}

.gss-menu > li > a {
    display: inline-block;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    padding: 8px 14px;
    border-radius: 10px;
}

/* Hover-Effekt Top-Level */
.gss-menu > li > a:hover {
    background: rgba(255,255,255,0.18);
}

/* Dropdown verstecken */
.gss-menu li .sub-menu {
    list-style: none;
    margin: 0;
    padding: 10px;
    min-width: 220px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: rgba(0, 109, 123, 0.95); /* GurkenSchau Türkis */
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: 0.2s ease;
    z-index: 999;
}

/* Dropdown anzeigen bei Hover */
.gss-menu li.menu-item-has-children:hover > .sub-menu,
.gss-menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown Links */
.gss-menu li .sub-menu li a {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.gss-menu li .sub-menu li a:hover {
    background: rgba(255,255,255,0.15);
}

.gss-menu > li.menu-item-has-children > a::after {
    content: " ";
    font-weight: 700;
}
/* WP Button */
.wp-block-buttons .wp-block-button__link {
    width: 100%;
    background: linear-gradient(to right, #31b1c2, #228390);
}

/* Content*/
.gss-content {
    width: calc(100% - 40%);
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 4px 6px -3px var(--gss-schwarz);
}
/* ——————————————————————–———
 * Nachisten, Sendungen und
 * Presse mitteilungen
 * ——————————————————————–———*/
.news-section {
    padding: 20px;
    color: var(--gss-weiss);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}


/* Reihen-Container */
.news-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative; /* wichtig für Pfeile */
}

.row-title {
    font-weight: 600;
    font-size: 2rem;
    color: #faf74d;
    margin: 0;
    padding-bottom: 7px;
    text-align: center;
}

/* Karten-Container (Netflix-Style) */
.news-cards-row {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

/* Scrollbar für Webkit */
.news-cards-row::-webkit-scrollbar {
    height: 8px;
}

.news-cards-row::-webkit-scrollbar-track {
    background: #006d7b;
    border-radius: 10px;
}

.news-cards-row::-webkit-scrollbar-thumb {
    background: #228f9d;
    border-radius: 10px;
}

.news-cards-row::-webkit-scrollbar-thumb:hover {
    background: #3aa7b5;
}

/* Karten */
.news-card {
    flex: 0 0 360px;
    height: 360px;
    overflow: hidden;
    text-decoration: none;
    color: var(--gss-weiss);
    background-color: var(--gss-tuerkies-25d);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 25px;
}

/* Hover wie bei Netflix */
.news-card:hover {
    transform: scale(1.02);
    z-index: 5;
}

/* Bild */
.card-image {
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 20px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Text */
.news-card h4 {
    margin: 12px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.3;
    flex-grow: 1;
}

/* ---------- Netflix Pfeile ---------- */

.news-row button.row-arrow {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 40px;
    height: 70px;
    border: none;
    cursor: pointer;
    font-size: 30px;
    color: white;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(6px);
    border-radius: 15px;
    z-index: 10;
    transition: 0.2s ease;
}

.news-row button.row-arrow:hover {
    background: rgba(0,0,0,0.7);
}

.news-row .arrow-left {
    left: -10px;
}

.news-row .arrow-right {
    right: -10px;
}

.gs-carousel {
    overflow: hidden;
    padding: 40px;
    background: #006d7b;
}

.gs-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}

.gs-slide {
    width: 400px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.gs-slide-inner {
    display: block;
    position: relative;
    color: white;
    text-decoration: none;
}

.gs-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Overlay */
.gs-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(49,177,194,0.8), rgba(34,131,144,0.8));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

/* Kategorie */
.gs-category {
    font-size: 12px;
    opacity: 0.8;
}

/* Titel */
.gs-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin: 5px 0 10px;
}

/* Button */
.gs-button {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 6px;
    background: linear-gradient(#fffcc3, #ece223);
    color: black;
    font-weight: 600;
    width: fit-content;
}


/*
 * Footer
 * */

.gs-wichtige-seiten {
    padding: 10px;
    width: calc(100% - 40%);
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    display:flex;
    justify-content: center;
}
.wp-block-social-links,.wp-block-social-links.has-normal-icon-size {
    font-size: 35px; !important
}
/* Volle Breite Hintergrund */
.site-footer {
    background: var(--gss-tuerkies-25d);
    padding: 80px 20px 40px 20px;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* Brand */
.footer-brand {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-brand__logo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.footer-brand__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-brand__text {
    color: var(--gss-weiss);
}

.footer-brand__title {
    font-weight: 700;
    font-size: 3rem;
}

.footer-brand__subtitle {
    font-weight: 600;
    font-size: 1.6rem;
}

/* Spalten */
.footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a {
    text-decoration: none;
    color: var(--gss-weiss);
    font-weight: 600;
    transition: 0.2s ease;
}

.footer-menu a:hover {
    opacity: 0.7;
}

/* Copyright */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
    text-align: center;
    color: var(--gss-weiss);
    font-size: 0.9rem;
}

/*
 * Beiträge
 * */
.gss-single-content p{
    font-size: 1.1rem;
    line-height: 1.7;
    margin-top: 30px;
}
/* Post Navigation */
.post-navigation {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.nav-previous,
.nav-next {
    flex: 1;
    max-width: 45%;
}

.nav-previous {
    text-align: right;
}

.nav-links a {
    display: block;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    transition: background 0.3s ease;
}

.nav-links a:hover {
    background: RGBA(49, 177, 194, 0.6);
    color: white;
}

.nav-subtitle {
    display: block;
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.nav-links a:hover .nav-subtitle {
    color: #ccc;
}

.nav-title {
    display: block;
    font-weight: 600;
    line-height: 1.3;
}

/* ——————————————————————–———
 * Mobile freundlich
 * ——————————————————————–———*/
@media (max-width: 900px) {
    .footer-brand {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-columns {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .gss-content {
        width: 100%;
        margin: 0;
        box-shadow: none;
    }
    .gss-navbar {
        display: none;
    }
    .gss-m-navbar {
        background: linear-gradient(to right, #31b1c2, #228390);
        padding: 15px 40px;
        margin: 0;
        position: sticky;
        z-index: 100;
        font-size: medium;
    }

    .gss-menu-m {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    /* Links */
    .gss-menu-m > li {
        position: relative; /* wichtig fürs Dropdown */
    }

    .gss-menu-m > li > a {
        display: inline-block;
        text-decoration: none;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        color: #fff;
        padding: 8px 14px;
        border-radius: 10px;
    }

    /* Hover-Effekt Top-Level */
    .gss-menu-m > li > a:hover {
        background: rgba(255,255,255,0.18);
    }

    /* Dropdown verstecken */
    .gss-menu-m li .sub-menu {
        list-style: none;
        margin: 0;
        padding: 10px;
        min-width: 220px;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        background: rgba(0, 109, 123, 0.95); /* GurkenSchau Türkis */
        border-radius: 10px;
        box-shadow: 0 12px 30px rgba(0,0,0,0.25);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-6px);
        transition: 0.2s ease;
        z-index: 999;
    }

    /* Dropdown anzeigen bei Hover */
    .gss-menu-m li.menu-item-has-children:hover > .sub-menu,
    .gss-menu-m li:focus-within > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    /* Dropdown Links */
    .gss-menu-m li .sub-menu li a {
        display: block;
        padding: 10px 12px;
        border-radius: 8px;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
    }

    .gss-menu-m li .sub-menu li a:hover {
        background: rgba(255,255,255,0.15);
    }

    .gss-menu-m > li.menu-item-has-children > a::after {
        content: " ▾";
        font-weight: 700;
    }

}
@media (min-width: 769px) {
    .gss-m-navbar {
        display: none;
    }

}
