.aktive {
  color: white;
}

nav .navigation {
  margin: 0;
}

nav {
  background-color: #c26600;
}


nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

nav ul li {
  display: inline-block;
  border-right: 1px solid black;
}

nav a {
  display: block;
  margin: -5px 50px;
  color: black;
  font-weight: bolder;
  font-size: 17px;
  line-height: 40px;
  text-decoration: none;
}

nav a:hover { 
  color: white;
  transition: 0.4s;  
}

nav ul ul{
  display: none;
  border-right: none;
  position: absolute;
  text-align: center;
  z-index: 1;
}

nav ul li:hover > ul {
  display: inherit;
}

nav ul ul li {
  border-right: none;
  border-bottom: 1px solid black;
  background-color: #c26600;
  width: auto;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  width: 300px;
  top: -60px ;
  left: 170px;
}

nav ul li:last-child {
  border-right: none;
}

nav ul ul li.about_list {
  width: 170px;
}

.about_move {
  position: relative;
  left: -48px;
  width: 100%;
  text-align: center;
}

#contact_list {
  width: 160px;
}

#contact_move{
  position: relative;
  left: -30px;
  text-align: center;
}

#information_list {
  width: 300px;
}

#information_move{
  position: relative;
  text-align: center;
}

input#mobile,
label.mobile-label {
  display: none;
}

@media (max-width: 1025px){

 /* Mobile Navigation */

  label.mobile-label {
    position: relative;
    text-align: right;
    display: block;
    padding: 20px;
    background: #c26600;
    cursor: pointer;
    color: black;
  }

  label.mobile-label span {
    margin-right: 10px;
  }

  nav{
    position: absolute;
    top: -9999px;
    padding: 10px;
  }

  input#mobile[type=checkbox]:checked ~ nav {
    position: relative;
    top: 0;
  }

  nav a:after {
    display: none;
  }

  nav li {
    float: none !important;
    width: 100% !important;
    border-bottom: none !important;
  }

  nav li a {
    margin-bottom: 10px !important;
    left: 30px !important;
    color: black;
    text-align: left !important;
    background: #c26600;
  }

  nav ul li {
    border: none;
  }

  nav ul li a:target {
    background: #c26600;
  }

  nav ul ul {
    position: relative !important;
    width: 100%;
    left: 0px !important;
    top: 0px !important;
    text-align: left !important;
    background: none !important;
    box-shadow: none;
  }

  nav ul ul li {
    padding-left: 20px;
  }

  nav ul ul ul li {
    padding-left: 20px;
  }

  nav ul li.mobile_target > ul {
    display: inherit;
  }

  nav ul li:hover > ul {
    display: inherit;
  }
}

@media (min-width: 3100px) {
    
  ul a {
    font-size: 38px;
    line-height: 90px;
  } 
}
