.navigation a {
    color: #dae3e8;
    text-decoration: none;
}

.navigation a:visited {
  color: #dae3e8;
  text-decoration: none;
 }

 .navigation a:hover {
   color: #41b34c;
   text-decoration: none;
   transition: color 0.5s;
 }

 .navigation a:hover  {
   color: #41b34c;
   text-decoration: none;
 }

 #naviCloser {
   width: 100%;
   height: 100%;
   border: 1px solid red;
 }


.navigation {
    font-size: 1.5em;
    font-family:  primeLight ;
    line-height: 2.2em;
    list-style: none;
    background: #151a1d;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    overflow:auto;
    overflow-y:scroll;
    padding-top: 30px;
}


.nav-trigger {
    position: fixed;
    clip: rect(0, 0, 0, 0);
    z-index: 999;
}

.naviText:hover + .diamond {
    opacity: 100;
    transition: opacity 0.5s;
}

label[for="nav-trigger"] {
    position: fixed;
    top: 32px;
    left: 32px;
    width: 33px;
    height: 27px;
    cursor: pointer;
    z-index: 999;

}


.nav-trigger:checked + label {
    left: 272px;
    transition: left 0.5s;
    background-image: url("../img/close_green.png");
    background-size: contain;

}

.nav-trigger:not(:checked) + label {
    left: 32px;
    transition: left 0.5s;
    background-image: url("../img/hamburger_green.png");
}



.nav-trigger:checked ~ .contentWraper {
    left: 240px;
    transition: left 0.5s;
}
.nav-trigger:checked ~ #naviCloser {
  display: block;
}




.nav-trigger:not(:checked)  ~ .contentWraper{
  left: 0;
  transition: left 0.5s;}


.navigation:focus ~ .contentWraper{
    left: 0;
    transition: left 0.5s;}


li {
  padding-left: 31px;


}



.diamond {
  width: 14px;
  height: 14px;
  margin-top: -32px;
  margin-right: 15px;
  padding: 0;
  background-color: #41b34c;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transform: rotate(45deg);
  float: left;
opacity: 0;
}


/* Weiche */
/*
@media  (max-width: 640px) {



label[for="nav-trigger"] {
    position: fixed;
    top: 16px;
    left: 0px;
    z-index: 999;
    width: 64px;
    height: 54px;
    cursor: pointer;

}

.nav-trigger:not(:checked) + label {
    left: 16px;
    transition: left 0.5s;
    background-image: url("../img/mobileBig/hamburger_green.png");
}

.nav-trigger:checked + label {
    left: 272px;
    transition: left 0.5s;
    background-image: url("../img/mobileBig/close_green.png");
    background-size: contain;

}

} */
