
#nav {
  margin: 0px;
}
#secondnav {
  margin : 10px;
  margin-right: 8px;
}
#breadcrumb {
  float: left;
}
#breadcrumb a {
  text-decoration: none;
}
#sprachen{
   text-align: right;
}


.topnav {
  overflow: hidden;
  background-color: #14f;
  z-index: 10;
}
.topnav ul {
  margin: 0 auto; 
  padding: 0;
  position: relative;
  float: left;
  left: 50%;
}
.topnav ul li{
  list-style: none;
  position: relative;
  float: left;
  right: 50%;
  padding: 14px 0px;
}

.topnav ul li a {
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

.topnav ul li a:hover {
  background-color: #ddd;
  color: black;
}

.topnav .toggleicon,
.topnav .toggleiconclose  {
  display: none;
  text-decoration: none;
  font-size: 20px;
  padding: 14px 16px;
  background-color: #ddd;
  color: black;
}


label {
  cursor: pointer;
}




#menu_5_sub {
  display: none;
  overflow: hidden;
  background-color: #14f;
  border: #DDD solid 0.4em ;
}

 
#menu_5_sub ul {
  margin: 0 auto; 
  padding: 0;
  position: relative;
  float: left;
  left: 50%;
}
#menu_5_sub ul li{
  list-style: none;
  position: relative;
  float: left;
  right: 50%;
  padding: 14px 0px;
}
#menu_5_sub ul li a {
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

#menu_5_sub ul li a:hover {
  background-color: #ddd;
  color: black;
}
 

#menu_5_a.menu_5_a_zusatz {
  background-color: #ddd;
  color: black;
  
}


/*   sprache */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 2px 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdownbutton {
  border:none;
    font-size: 16px;
    padding: 2px 16px;
    background-color: #f9f9f9;
    min-width:  150px;
    text-align: left;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width:  150px;
    text-align: left;
    z-index: 999;
}

.dropdown-content a {
    color: black;
    padding: 2px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #CCC}

.dropdown:hover .dropdown-content {
    right: 0px;
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}



/*   Search funktionen */
.dropsearchbtn {
    background-color: #4CAF50;
    color: white;
    padding: 2px 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropsearchdown {
    position: relative;
    display: inline-block;
}
.dropsearchdownbutton {
  border:none;
    font-size: 16px;
    padding: 2px 16px;
    background-color: #f9f9f9;
    min-width:  65px;
    text-align: left;
}
.dropsearchdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width:  65px;
    text-align: left;
    z-index: 999;
}

.dropsearchdown-content a {
    color: black;
    padding: 2px 16px;
    text-decoration: none;
    display: block;
}

.dropsearchdown-content a:hover {background-color: #CCC}

.dropsearchdown:hover .dropsearchdown-content {
    right: 0px;
    display: block;
}

.dropsearchdown:hover .dropbtn {
    background-color: #3e8e41;
}

  
 /* Navbar nach oben verschieben */
 /*   */
 /* Style the navbar */
#navbar {
/*  height: 50px;*/
}


/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 70px;
} 

.kopftext_mobil{
  display: none;
}

.kopftext{
  color: white;
  font-size: 28px;
  font-weight: bold;
}


@media screen and (max-width: 730px) {

  .kopftext{
    display: none;
  }
  .kopftext_mobil{
    display: inline-block;
    margin-left: 0.3em;
    padding: 0.5em 0.1em;
    color: white;
    font-size: 22px;
    font-weight: bold;
  }

  .topnav ul li a{
    display: none;
  }
   .topnav a.toggleicon {
    float: right;
    display: block;
  }  
  
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive a.toggleicon {
    display: none;
  } 
  .topnav.responsive a.toggleiconclose {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive ul {
    margin: 0 auto; 
    padding: 0;
    float: none;
    left: 0;  
  }
  .topnav.responsive ul li{
    float: none;
    display: block;
    right: 0;
    padding: 0;
  
  }
  .topnav.responsive ul li a {
    padding: 14px 0px;
    display: block;
    text-align: center;
  }

   
  #menu_5_sub ul {
    margin: 0 auto; 
    padding: 0;
    position: relative;
    text-align: center;
    float: none;
  }
  #menu_5_sub ul li{
    list-style: none;
    position: relative;
    float: none;
     
    padding: 14px 0px;
  }
  #menu_5_sub ul li:hover {
    background-color: #ddd;
    color: black;
  }



.sticky + .content {
  padding-top: 0px;
} 


}  
  
  
  