.header {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
}

@media screen and (max-width: 992px) {
  .header {
    height: 100px;
  }
}



.header-navigation-desktop a,
.header-dropdown-link,
.nav .open>a {
  text-decoration: none;
  padding: 0 20px 0 0;
  color: #424242;
  background: transparent;
  transition: all 0.25s ease-in-out;
	float: left;
}

@media screen and (max-width: 991px) {
  .header-navigation-desktop a,
  .header-dropdown-link,
  .nav .open>a {
	   float: center;
     text-align: center;
  }
}

.header-navigation-desktop a:hover,
.header-dropdown-link:hover,
.nav .open>a:hover {
  color: #b2d236;
}

.header-navigation-desktop .dropdown-link-small {
  margin: 9px 0 3px 30px;
}

/*.nav>li>a:hover {
  color: #7F6148;
}*/

/*.nav>li>a:focus,
.nav>li>a:active,
.nav>li>a:visited {
  color: #424242;
}*/

/*.nav .open>a:focus,
.nav .open>a:active,
.nav .open>a:visited {
  color: #424242;
}*/

.header-navigation-mobile a {
  text-align: center;
  text-decoration: none;
  padding: 10px;
  color: #424242;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
}

.header-navigation-mobile a:hover {
	background-color: transparent;
  color: #b2d236;
}



.navbar-nav .open .dropdown-menu {
  width: 200%;
  background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 0;
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    width: 100%;
  }
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:active,
.nav .open>a:visited,
.nav .open>a:hover {
  background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
	border-radius: 0;
}

.glyphicon {
	color: #fff;
  font-size: 0.8em;
}

.glyphicon-menu-hamburger {
	top: 5px;
	margin-left: 15px;
	padding: 12px 12px;
	opacity: 0.5;
	border: 1px solid #b2d236;
  transition: all 0.25s ease-in-out;
}

.glyphicon-menu-hamburger:hover {
	background-color: #b2d236;
	opacity: 1;
}

.hamburger-menu-text {
  font-family: 'Noto Sans', serif;
  font-weight: 700;
  font-size: 1.3em;
}

/*.header hr {
  border-top: 1px solid #a1a1a1;
  margin: 10px 30px;
}*/

.header span {
  color: #424242;
}

.header li {
  font-family: 'Noto Sans', serif;
  font-weight: 400;
  /*font-size: 1.2em;*/
  line-height: 1.5em;
  color: #444;
  text-align: center;
  /*margin-top: 15px;*/
  padding-bottom: 5px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  list-style-type: none;
}

#header-logo {
  width: 180px;
  height: auto;
  padding-top: 14px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e1e1e1;
}

@media screen and (max-width: 992px) {
  #header-logo {
    width: 180px;
    height: auto;
    padding-top: 0;
    border-bottom: 1px solid transparent;
  }
}

@media screen and (max-width: 525px) {
  #header-logo {
    width: 120px;
    height: auto;
    padding-top: 8px;
  }
}

.header-logo,
.header-navigation-mobile,
.header-navigation-desktop,
.header-social,
.header-languages {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 2em;
  color: #444;
  text-transform: uppercase;
}

.header-logo-space {
  margin-top: 66px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.header-kontakt {
  margin-top: 27px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e1e1e1;
}

.header-kontakt a,
.header-kontakt span {
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  color: #444;
  text-decoration: none;
  text-align: right;
}

.header-navigation-desktop {
  padding-top: 10px;
}

.header-navigation-mobile {
  padding-top: 0;
}

.header-navigation-mobile,
.header-navigation-desktop, {
  text-align: center;
}

.navbar-nav .open .dropdown-menu>li>a {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.9em;
  text-transform: none;
  font-weight: 700;
  text-align: left;
  line-height: 2em;
	color: #424242;
}

.navbar-nav .open .dropdown-menu>li>.list-item-secondary {
  font-size: 0.8em;
  font-weight: 400;
  color: #a1a1a1;
}

.navbar-nav .open .dropdown-menu>li>a:hover {
	background-color: transparent;
  color: #b2d236;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav>li>a:active,
.nav>li>a:visited {
	background-color: transparent;
}


@media screen and (max-width: 1024px) {
  .header li {
    /*margin-top: 6px;*/
    padding-bottom: 0;
  }
}

@media screen and (max-width: 992px) {
	.header-desktop {
		display: none;
	}
}

@media screen and (min-width: 993px) {
  .header-mobile {
  	display: none;
  }
}





.navbar-default {
	background-color: transparent;
  border: none;
}

.navbar-default:hover,
.navbar-default:active,
.navbar-default:visited,
.navbar-default:focus {
	background-color: transparent;
  border: none;
}
