.navigation {
  color:var(--hauptgrau);
  text-transform: uppercase;
  letter-spacing: 2%;
  text-align: center;
  
  max-height: 18px;
  font-weight: 700;
  margin: 2px 5px 2px 0px;
  width: 100%;
}

.navigation a:link {
    text-decoration: none;
    color:var(--hauptgrau);
}

.navigation a:visited {
    text-decoration: none;
    color:var(--hauptgrau);
}

.navigation a:hover,
.navigation a:active {
    text-decoration: none;
    color:var(--usergruen);
    transition:all 0.5s ease;
}

.navigation .active {
   
    color:var(--usergruen);
}

.ptolnav{
  
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: 400;
  background-color: var(--dunkelgrau);
  font-size: 9px;
  color: var(--braun);
  font-family: var(--subfont);
  height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 30%;
  padding: 3px 2px 3px 10px;
  position: relative;
}


.ptolnav_links{
  flex: 2;
  height: 15px;
  
}

.ptolnav_strich1{
  width: 40px;
  height: 1px;
  background-color: var(--weissgrau);
	/*! margin-right: 8px; */
}

@media (max-width: 1200px) {
    
    .navigation {
        display: none;
    }
    
}

#myBtn {
  display: flex;
  border: none;
  outline: none;
  color: var(--weissgrau);
  cursor: pointer;
  font-size: 10px;
  margin: 0px;
    margin-right: 0px;
  margin-right: 10px;
  background-color: transparent;
	gap: 5px;
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

#myBtnBottom {
  display: flex;
  border: none;
  outline: none;
  color: var(--weissgrau);
  cursor: pointer;
  font-size: 10px;
  margin: 0px;
    margin-right: 0px;
  margin-right: 0px;
  margin-right: 10px;
  background-color: transparent;
  gap: 5px;
}

#myBtnBottom:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}