/* STYLEGUIDE MENÜ */
.header-inner{
	display:none;
}
.side-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 280px;
      height: 100vh;
      background-color: #fff;
      transition: transform 0.3s ease;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      padding-left: 30px; /* Platz für Menüinhalt */
    }

    .menu-header {
      padding: 40px 20px 10px;
    }

    .menu-header img {
      max-width: 130px;
    display: block;
    }

    .menu-links {
      padding: 0 20px;
      margin-top: 50px;
    }

.menu-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #222;
  padding: 15px 0;
  font-weight: 400;
}

.menu-links a:hover, .menu-links a.active {
  color: #298fc2 !important;
 font-weight: 600;
}
.styleguide-imprint a{
	color:#333;
}

.styleguide-imprint a:hover{
	color:#298fc2 !important;
}
    .menu-footer {
      padding: 20px;
      margin-top: auto;
    }

    .menu-footer a {
      display: flex;
      align-items: center;
      color: #333;
      text-decoration: none;
      margin-bottom: 10px;
    }
      
    .menu-footer a:hover {
        color:#298fc2 !important;
        font-weight: 600;
    }      

    .menu-footer a::before {
      content: "";
      background-size: 16px 16px;
      background-repeat: no-repeat;
      background-position: center;
      margin-right: 10px;
      width: 20px;
      height: 20px;
    }

    .menu-footer a.home::before {
      background-image: url('/wp-content/uploads/2025/07/house-fill.svg');
    }

    .menu-footer a.hub::before {
      background-image: url('/wp-content/uploads/2025/07/fingerprint-fill.svg');
    }

.wpml-ls-legacy-dropdown li, .wpml-ls-legacy-dropdown-click li {
    background-color: #fff;
}
.wpml-ls-legacy-dropdown{
	z-index:1500 !important;
}

@media (min-width: 1001px) {
    .menu-toggle {
        display: none;
    }
    .side-menu {
       transform: translateX(0);
    }
}
@media only screen and (max-width:1000px) {
.coeo-group-footer-copyright{
	 margin-left: 0 !important;
	width: 97%;  
}	
	.menu-footer a {
    font-weight: 700;
}
.styleguide-main-abstand-top{
		display:block;
        height: 70px !important;
	}
	.header {
    border-bottom: 0px solid #eee !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1001;
}
	.header-inner {
    padding: 25px 80px 13px 20px;
    max-width: 1000px;
    margin: 0 auto;
    display: flex  !important;
    justify-content: space-between;
    align-items: center;
}
	.side-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    padding: 30px;
}
	.wpml-list-styleguide.open {
        margin-top: 15px;
    }
	.no-touch .wpml-ls-sub-menu a:hover{
background: transparent!important;
	}
	.wpml-list-styleguide.open{
		position:fixed;
	}

	
/* Menü sichtbar */
.side-menu.open {
    transform: translateX(0);
}
.menu-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1100;
    background: none;
    border: none;
    cursor: pointer;
}
	.menu-header{
		display:none;
	}
/* Icons */
.icon {
    width: 30px;
    height: 30px;
    display: none;
}
.icon-hamburger {
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 1100;
}
/* Wenn Menü offen → X anzeigen */
.menu-toggle.active .icon-hamburger {
    display: none;
}
.menu-toggle.active .icon-close {
    display: block;
}	
.logo img {
	height: 35px;
}
.logo {
	margin-bottom: -5px;
    margin-top: -5px;
}
	.menu-links a {
    font-size:1.0rem;
		font-weight:700;
    padding: 10px 0;
	}

/* FOOTER STYLE */
	.menu-footer {
    margin-top: 2vh;
}
.coeo-footer-wrapper{
		justify-content:center !important;
	width:88vw ;
	margin-left:0px;
	}	
#coeo-group-footer{
	position:relative;
}
.coeo-group-footer-copyright div .vc_row {
		flex-direction:column;
		padding-top:15px;
	}
.coeo-group-footer-copyright div .vc_row  .vc_column_container {
		width:100%;
	margin: 0 0 0.5rem !important;
	}
.coeo-group-footer-copyright div .vc_row  .vc_column_container:last-child {
		margin: 0 0 1rem !important;
	}	
.footer-menue-align div p{
		text-align:left !important;
	}

	
	/* #### LOGO ausblenden wenn Menü offen - siblings */
		.logo {
  opacity: 1;
  transition: opacity 0.3s ease;
}
	.side-menu.open ~ header .logo {
  opacity: 0;
}
.side-menu.open + header .logo {
  opacity: 0;
}

	
}  /* ######## MOBIL ENDE */