#navbar {
  overflow: visible;
  background-color: rgba(31,40,51,0.8);
  z-index: 1000;
  position: sticky;
  padding: 20px 0; 
}

#navbar a {}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  font-size: 16px;
}

.topnav a#fav:hover { border-bottom: 0px; color: #AE7D68; }

.activ {
  border-bottom: 2px solid white;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown:hover {
  border-bottom: 2px solid white;
}

.dropdown .dropbtn {
  font-size: 16px;    
  border: none;
  outline: none;
  color: white;
  padding: 20px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 900;
}

.dropdown-content a {
  float: none;
  position: relative;
  color: black;
  text-decoration: none;
  display: block;
  text-align: left;
  z-index: 900;
  font-size: 16px;
}

.topnav .dropdown-content a:hover {
  border-bottom: 0px solid white;
  color: #4F6888;
}

.topnav a:hover {
  border-bottom: 2px solid white;
  color: white;
}

.hiring-badge {
  position: absolute;
  top: 0;
  margin-left: 200px;
}

.topnav .hiring-badge a,
.topnav .hiring-badge a:hover {
  padding: 0;
  border-bottom: 0;
  text-decoration: none;
}

.hiring-badge img {
  display: block;
  width: 150px;
}

.dropdown-content a:hover {
  background-color: #FCFCFC;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

. {
  display: block;
  z-index: 900; 
  position: absolute; 
  bottom: 0;
  background-color: rgba(31,40,51,0.8); 
  padding: 30px 0; 
  width: 100%;
}

img.logo { width: 10%; }

#mailadress { padding: 0; margin: 0; text-decoration: none; }
#mailadress:hover { border: none; color: #AE7D68; }

#logo{
	float: left; 
	font-family: 'Righteous', cursive; 
	color: #AE7D68; 
	padding-top: 9px;
	font-size: 30px;	
	transition: 2s;
	text-decoration: none;
}
#logo:hover{
	color: white;
	border-bottom: none;
}

.logos{
	float: left; 
	font-family: 'Righteous', cursive; 
	color: transparent; 
	font-size: 30px;
	color: #AE7D68;
}

.header {
  background-color: rgba(20,29,40,0.8);
  padding: 20px;
  text-align: center;
  z-index: 1000;
  position: relative;
  border-bottom: 1px solid #2D3A4A;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

.languages { opacity: 1.0; cursor: pointer; border: none; background: transparent; padding: 0; padding-left: 25px; padding-bottom: 2px; }
.languages:hover { opacity: 0.3; background: red; }
.dropdown-content a.languages:hover { background: transparent; }
.dropdown:hover { border: none; }
