/* GRID LAYOUT */
.gwhe {
  display: block; /* ← Kein Grid mehr! */
  padding-left: 70px; /* ← Platz für fixed Sidebar */
  padding-top: 10px;
}



/* SIDEBAR */
.gwhe-sidebar {
  background: var(--f002);
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  width: 70px;
  z-index: 10000;
  padding: 10px 0 10px 0px;
}

.gwhe-sidebar input { display: none; }

.gwhe-sidebar-toggle-wrap {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 10000;
}

.gwhe-sidebar-toggle-btn {
    display: block;
    height: 100px;
    width: 100px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    left: 10px;
    margin-top: 70px;
}

.gwhe-sidebar-toggle-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gwhe-sidebar-nav {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
	margin-top:200px;
}

.gwhe-sidebar-nav a {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color: var(--f007);
  padding: 3px;
  transition: color 2s ease, background-color 2s ease;
}

.gwhe-sidebar-nav i:before {
  height: 24px;
  width: 24px;
  display: block;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
}

.gwhe-sidebar-nav a:hover {
  color: var(--f001);
}

/*Headerbild*/
#header-banner {
    background-image: var(--headerpic);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    max-width: 1920px;
    height: 450px;
    margin: 0 auto;
} 



#header-full a {
    display: block;
    width: 100%;
}

/* MAIN WRAPPER */
.gwhe-wrapper {
  height: calc(100vh - 22px);
  position: relative;
  border-right: none;
}

.gwhe-wrapper::-webkit-scrollbar {
  background-color: var(--f002);
  width: 19px;
  height: 19px;
}

.gwhe-wrapper::-webkit-scrollbar-thumb {
  border: solid 9px var(--f002);
  background-color: var(--f007);
}
/* MENU */
.gwhe-menu {
    background-color: var(--f002);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10000;
}
.gwhe-menu-inner {
  padding: 15px;
  min-width: 1120px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
/* Linke Navigation (Home, Categories, etc.) */
.gwhe-menu-left {
  display: flex;
  gap: 10px;
  align-items: center;
  overflow: hidden;
  min-width: 0; /* wichtig damit flex-children schrumpfen dürfen */
  max-width: 100%;
}
/* Rechte Navigation (ACP, UserCP, Logout) */
.gwhe-menu-right {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: auto;
}
/* ALLE Menu Items - einheitliches Styling */
.gwhe-menu-inner a {
  border: solid 1px var(--f007);
  padding: 8px 8px;
  font-family: var(--font-hikasami);
  font-size: 9px;
  text-transform: uppercase;
  color: var(--f007);
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}
.gwhe-menu-inner a:hover,
.gwhe-menu-inner div:hover {
  color: var(--f001) !important;
}
/* Home Icon (erstes div) */
.gwhe-menu-inner div:first-of-type {
  border: none !important;
  padding: 10px !important;
  font-size: 0 !important;
}
.gwhe-menu-inner div:first-of-type:hover {
  background-color: var(--f002) !important;
}
/* Icons in rechter Navigation */
.gwhe-menu-right a i {
  margin-right: 5px;
}
/* === ALLE MENU ITEMS === */
.gwhe-menu-left a,
.gwhe-menu-left span,
.gwhe-menu-right a {
  border: solid 2px var(--f007);
  padding: 8px 5px;
  font-family: var(--font-zalando);
  font-size: 9px;
  font-weight: 700;
  line-height: 10px;
  text-transform: uppercase;
  color: var(--f007);
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  /* Ellipsis für einzelne Breadcrumbs */
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}
.gwhe-menu-left a:hover,
.gwhe-menu-left span:hover,
.gwhe-menu-right a:hover {
  color: var(--f001) !important;
  border-color: var(--f007);
}
.gwhe-menu-right a.logout {
  border: none;
  margin-left: -10px;
}
/* Aktiver Link */
.gwhe-menu-left span.active {
  background-color: var(--f007);
  color: var(--f002);
}

/* === HOME ICON === */
.gwhe-menu-home {
  border: none !important;
  padding: 10px !important;
  background-color: transparent !important;
  width: auto;
  font-size: 14px !important;
}

/* === ICONS === */
.gwhe-menu-right a i {
  margin-right: 5px;
  font-size: 11px;
}

/* === HEADER - Volle Breite === */
#header-full {
  display: block;
  width: 100%;
  background: transparent;
  padding: 70px 0 30px 0; /* Padding oben für die Navigation! */
  text-align: center;
  position: relative;
  z-index: 1; /* Unter der Navigation */
}

#header-full a {
  display: inline-block;
}

#header-full img {
  max-width: 100%;
  height: auto;
}

/* 
#container {
  color: var(--f002);
  text-align: left;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 990px;
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 13px;
  position: relative;
  z-index: 1;
}*/



        #headertabelle {
            max-width: 1200px;
            height: 200px;
            display: flex;
            flex-wrap: nowrap;
            gap: 15px;
            margin: auto;
            margin-top: -70px;
            margin-bottom: 75px;
            position: relative;
        }


        #headertabelle .box {
            background: var(--f002);
            position: relative;
            padding: 25px 20px 20px 20px;
         
            overflow: hidden;
            z-index: 1;
        }

        /* Dekorative Ecken - gespiegelt */
        #headertabelle .box::before,
        #headertabelle .box::after {
            content: '';
            position: absolute;
            width: 45px;
            height: 45px;
            border-color: var(--f007);
            border-style: solid;
        }

        /* Obere linke Ecke - L-Form */
        #headertabelle .box::before {
            top: 10px;
            left: 10px;
            border-width: 1px 0 0 1px;
            background: linear-gradient(135deg, var(--f007) 0%, transparent 50%);
            opacity: 0.2;
        }

        /* Obere rechte Ecke - L-Form gespiegelt */
        #headertabelle .box::after {
            top: 10px;
            right: 10px;
            border-width: 1px 1px 0 0;
            background: linear-gradient(-135deg, var(--f007) 0%, transparent 50%);
            opacity: 0.2;
        }

        /* Titel */
        #headertabelle .title {
font-family: var(--font-nevins);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    background: linear-gradient(135deg, var(--f001) 0%, var(--f007) 50%, var(--f003) 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
        }

        /* Dekorative Linie unter Titel */
        #headertabelle .title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60%;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--f007), transparent);
        }

        #headertabelle .title::before {
            content: '◈';
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 10px;
            color: var(--f007);
            background: var(--f002);
            padding: 0 8px;
        }

        /* Box 1 */
        #headertabelle .box1 {
            width: 350px;
            height: 230px;
        }

        #headertabelle .contentbox {
            height: 165px;
            overflow: auto;
    font-family: var(--font-zalando);
            line-height: 24px;
            font-size: 12.5px;
            color: var(--f001);
            text-align: justify;
            padding-right: 10px;
            scrollbar-width: thin;
            scrollbar-color: var(--f007) var(--f008);
        }

        #headertabelle .contentbox::-webkit-scrollbar {
            width: 8px;
        }

        #headertabelle .contentbox::-webkit-scrollbar-track {
            background: var(--f008);
            border-radius: 10px;
        }

        #headertabelle .contentbox::-webkit-scrollbar-thumb {
            background: linear-gradient(180deg, var(--f007), var(--f003));
            border-radius: 10px;
            border: 2px solid var(--f008);
        }

        #headertabelle .contentbox::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(180deg, var(--f003), var(--f007));
        }

        /* Box 2 */
        #headertabelle .box2 {
            width: 350px;
            height: 230px;
        }

        #headertabelle .news {
            margin-bottom: 18px;
            text-align: justify;
            width: 100%;
            position: relative;
            min-height: 55px;
            font-size: 12.5px;
            line-height: 22px;
        }

        #headertabelle .news time {
    font-family: var(--font-zalando);
    font-weight: 600;
    float: left;
    border: 1px solid var(--f007);
    padding: 5px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 17px;
    align-items: center;
			margin-right:10px;
        }

        /* Box 3 */
        #headertabelle .box3 {
            width: 350px;
            height: 230px;
        }

        #headertabelle .teamiegifs {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            margin-top: 15px;
        }

        #headertabelle .teamie {
            width: 75px;
            height: 135px;
            overflow: hidden;
            position: relative;
            clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
            transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        }

        #headertabelle .teamie::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 2px solid var(--f007);
            clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: 2;
        }

        #headertabelle .teamie:hover::before {
            opacity: 1;
        }

        #headertabelle .teamie:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 
                0 8px 25px rgba(158, 129, 35, 0.4),
                0 0 30px rgba(206, 142, 54, 0.2);
        }

        #headertabelle .teamie img {
            height: 135px;
            width: 100%;
            object-fit: cover;
            filter: grayscale(0.7) sepia(0.2);
            transition: all 0.5s ease;
        }

        #headertabelle .teamie:hover img {
            filter: grayscale(0) sepia(0);
            transform: scale(1.15) rotate(2deg);
        }

        #headertabelle .teamiename {
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, 
                rgba(158, 129, 35, 0.92) 0%, 
                rgba(206, 142, 54, 0.92) 50%,
                rgba(188, 180, 153, 0.92) 100%);
            color: var(--f002);
            font-family: var(--font-zalando);
            font-size: 13px;
            text-align: center;
            text-transform: uppercase;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            display: flex;
            align-items: center;
            justify-content: center;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        }

        #headertabelle .teamie:hover .teamiename {
            opacity: 1;
        }

        /* Zusätzliche dekorative Elemente */
        #headertabelle .teamiename::before {
            content: '✧';
            position: absolute;
            top: 10px;
            font-size: 16px;
            opacity: 0.7;
            animation: twinkle 2s ease-in-out infinite;
        }

        #headertabelle .teamiename::after {
            content: '✧';
            position: absolute;
            bottom: 10px;
            font-size: 16px;
            opacity: 0.7;
            animation: twinkle 2s ease-in-out infinite 1s;
        }
.teamiepic {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;  /* anpassen */
    height: 135px; /* anpassen */
}

.teamiepic--lena  { background-image: var(--lena); }
.teamiepic--ela   { background-image: var(--ela); }
.teamiepic--jules { background-image: var(--jules); }
.teamiepic--becci { background-image: var(--becci); }


/*Scroll Up*/ 
#GW_scrolltop {
        position: fixed;
    bottom: 58px;
	left:5px;
    width: 50px;
    height: 50px;
    color: var(--f007);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease, color 0.6s ease;
    z-index: 9999;
  }

  #GW_scrolltop.visible {
    opacity: 1;
    pointer-events: all;
  }
  #GW_scrolltop:hover {
    color: var(--f001);
  }

.gwhe-sidebar-nav form {
  display: none;
}