/* Navaigation CSS #################### 
##### header divs ###################### */


div#header-text a {
  color: #000000;
}
div#header-text a:hover {
  color: #FFFFFF;
}

/* list elements ####################### */
ul.hnavi {
  margin-left: 10px;
  margin-top: 180px;
  padding-left: 120px;
}
ul, li {
  list-style-type: none;
  font-weight: 501;
   font-size: 15px;
}
ul a, li a {
  color: #00D9D9;
  text-decoration: none;
}
ul a:hover, li a:hover {
  color: #00aeef;
  text-decoration: none;
}
li#n-item {
  padding: 4px 0px 4px 0px;
  text-align: right;
}

/* add offset for header ############### */
.frame-type-textmedia:target {
  padding-top: 80px;
}
/* to top button ####################### */
#topBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #00D9D9; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#topBtn:hover {
    background-color: #00aeef; /* Add a dark-grey background on hover */
}

/* to top button ####################### */

/* mobile start ######################## */
@media screen and (max-width: 768px) {
  div#nav-logo {
    position: absolute;
    top: 5px;
    left: 20px;
    height: 23px;
    padding: 4px 0px 3px 17px;    
  }
  li#n-item {
    padding: 4px 0px 4px 0px;
    text-align: center;
  }
}

/* mobile end ************************************/