/*
Theme Name: Navigation-2022-WBCE-LL-01
Description: Individuelles CMS-Theme
Version: 1.0
Author: Lutz Lerchenfeld
Layout by: ELLELL Design (c) 2022
*/

/* NAV Icon */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 23px;
  left: 15px;
  position: relative;
  margin: 15px auto 15px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* Ende NAV Icon */

.menubox nav, .menubox ul, .menubox li, .menubox a  {margin: 0; padding: 0;}

a {text-decoration: none;}

.toggleMenu {
    display: none;
    padding: 10px 15px 10px 5px;
	box-sizing: border-box;
    color: #fff;
}
.nav li{
    list-style: none;
     margin-left: 0px;
	padding-left: 0px;	
	font-weight: 400;
font-size: 13px;
letter-spacing: 1px;
font-family: 'open sans', sans-serif;
text-transform: uppercase;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 13em;
}

.nav a {
padding: 16px 20px 16px 20px;
border-bottom: 0px solid #fff;
color:#000;
transition-property: all;
transition-duration: 1.2s;
transition-timing-function: ease;
transition-delay: 0s;	
}

.nav a:hover {
padding: 16px 20px 16px 20px;
color:#000;
background-color: #eae8e8;
border-bottom: 0px solid #85B818;
transition-property: all;
transition-duration: 0.3s;
transition-timing-function: ease;
transition-delay: 0s;
}

.nav a:visited {
padding: 16px 20px 16px 20px;
color:#000;
transition-property: all;
transition-duration: 0.3s;
transition-timing-function: ease;
transition-delay: 0s;
}

/* Menu Hervorhebung */
.nav li .menu-current {
border-bottom: 0px solid black;
}

.nav li {
    position: relative;
}

.nav > li {
    float: left;   
}

.nav > li > .parent {  
}

.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
	width: auto;
	left: -1px;
		background: #f4d590; /* beige gold*/
    position: relative;
    z-index:100;
    border-left: 0px solid #fff;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 0px solid #1d7a62;
}

@media screen and (max-width: 1200px) {
   .active {
	display: block;
	}
		
.nav li{
    list-style: none;
     margin-left: -40px;
	  margin-top: 0px;
	padding-left: 0px;	
}
			
 .nav > li {
background-position: 96% 50%;
border-bottom: 0px solid #000;
background-repeat: no-repeat;
float: none;
    }
    .nav > li > .parent {
        
    }
    .nav li li .parent {   
    }
    .nav ul {
    }
   .nav > li.hover > ul , .nav li li.hover ul {
   position: static;
font-weight: bold;
border-bottom: 0px solid #cacaca;
background-position: 96% 50%;
background-repeat: no-repeat;
}
			
.nav li  ul {
	width:100%;
    position: relative;
	background-position: 96% 50%;
border-bottom: 0px solid #cacaca;
background-repeat: no-repeat;
    left: 0px;
}
	
.nav li li a {
bottom:0;
left: 0px;
padding-left: 10%;
border-bottom: 1px solid #000;	
z-index:100;
}

.nav li li a:hover {
padding-left: 10%;	
margin-left: 0px;	
}
	
.nav a, .nav a:hover, .nav li .menu-current {
font-weight: 400;
font-size: 15px;
font-family: 'open sans', sans-serif;
text-transform: uppercase;
background-color: #fff; 
background-position: 96% 50%;
background-repeat: no-repeat;
border-bottom: 1px solid #000;
border-right: 0px;
}

}