/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09.08.2015, 14:34:23
    Author     : scharte
*/
.nav_entry {
  display: inline-block;
  max-height: 30px;
  /*height:30px;*/
  vertical-align: top;
}

.nav_entry .nav-link {
  /*    height:30px;*/
  padding: 0.375rem;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  color: #1d1d1b;
  font-size: 1.2rem;
  line-height: 1.2;
}

.nav_entry .nav-link span {
  color: #e60000;
  font-size: 1rem;
}

.nav_entry:hover,
.nav_entry.active {
  background-color: black;
  color: white;
}
.nav_entry:hover .nav-link,
.nav_entry.active .nav-link {
  color: white;
}

.nav_entry .nav_entry {
  display: none;
}

.main-nav .nav_entry {
  display: flex;
  align-items: center;
  padding: 0.4rem 2rem;
  font-size: 2rem;
  max-height: none;
  border-bottom: 1px dotted #F2F2F2;
  cursor: pointer;
}
.main-nav .nav_entry .nav-link {
  padding: 0;
}
.main-nav .nav_entry.with-submenue + .submenu {
  display: none;
  font-size: 1.2rem;
}
.main-nav .nav_entry.with-submenue + .submenu .nav_entry {
  padding-left: 4rem;
}
.main-nav .nav_entry.with-submenue.open .fa:before {
  content: "\f068";
}
.main-nav .nav_entry.with-submenue.open + .submenu {
  display: block;
}
.main-nav .login_logout {
  padding-top: 1rem;
}
.main-nav .login_logout a {
  padding: 0.4rem 2rem;
  font-size: 1.2rem;
  max-height: none;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  color: #1d1d1b;
  line-height: 1.2;
}
.main-nav .login_logout a:hover {
  background-color: black;
  color: white;
}
.main-nav .nav-secondary {
  border-bottom: 1px solid black;
}

header .head_bar .main_menu .main_menu_button {
  /*height: 31px;*/
  /*    padding-left:6px;*/
  box-sizing: border-box;
  color: #1d1d1b;
  display: inline-block;
  font-size: 1.2rem;
  height: 30px;
  padding-left: 4px;
  padding-right: 6px;
  padding-top: 3px;
  width: 100%;
  cursor: pointer;
  /*    padding-top:3px;*/
}

header .head_bar .main_menu:hover .main_menu_button {
  color: #ffffff;
  background-color: #000000;
}

header .head_bar .main_menu .main_menu_menu {
  position: absolute;
  display: none;
  z-index: 99;
  width: 266px;
  left: 0px;
  background-color: rgb(231, 231, 231);
  margin-right: 4px;
}

header .head_bar .main_menu:hover .main_menu_menu {
  display: block;
}

header .head_bar .main_menu .main_menu_menu .nav_entry {
  display: block;
  border-top: 0;
  margin-right: 0;
  margin-top: 8px;
}

header .head_bar .main_menu .main_menu_menu .nav_entry a,
header .head_bar .main_menu .main_menu_menu .nav_entry a:hover,
header .head_bar .main_menu .main_menu_menu .nav_entry.active a {
  border-top: 0;
}

header .head_bar .main_menu .main_menu_menu .nav_entry a {
  color: #ffffff;
  text-transform: none;
  text-align: center;
  background-color: #8c8c8c;
  font-size: 1.2rem;
}

header .head_bar .member_menu .nav_entry {
  width: 30.3333%;
  text-align: center;
}

footer nav {
  text-align: right;
}

footer .nav_entry {
  margin-right: 0.8%;
}

footer .nav_entry a {
  padding: 4px 6px;
  text-decoration: none;
  display: inline-block;
  min-width: 0;
  text-align: center;
  text-transform: none;
  color: #2d2d2d;
  font-weight: normal;
  font-size: 1rem;
  border: none;
}

footer .nav_entry.active a {
  border-top: none;
  text-decoration: underline;
}

footer .nav_entry a:hover {
  border-top: none;
  text-decoration: underline;
}

/*
.submenu {
   margin-bottom: 40px;
}

.submenu .entry {
    display: inline-block;
    vertical-align: bottom;    
    box-sizing: border-box;
    width: 20.9722%;
    margin: 0 0.75%

}
.submenu .entry:first-child {
    width: 40.9166%;    
    margin-left: -8.3333%;

}
.submenu .entry:last-child {
   margin-right: 0;
}

.submenu .entry a {
    width: 100%;
    display: block;
    color:#ffffff;
    background-color: #9E9E9E;
    text-align: center;
    box-sizing: border-box; 
    padding: 5px ;
    padding-top: 3px;
    transition: background-color 0.5s;
    font-size: 1.2rem;
}

.submenu .entry:hover a {  
    background-color: #1d1d1b;
}
.submenu .entry:first-child h1,
.submenu .entry:first-child h2,
.submenu .entry:first-child h3,
.submenu .entry:first-child h4
{
    color: #ffffff;
    font-size: 1.8rem;
    text-transform: uppercase;
    padding: 16px;
    padding-top: 14px;
    background-color: #F06162;
}

.submenu .entry .search{
    width: 100%;
    display: block;
    color:#ffffff;
    box-sizing: border-box; 
}
.submenu .entry .search div.search_btn{
    float:left;
    width:20%;
    min-width:20px;
}
.submenu .entry .search div.search_btn button{
    border:1px solid black;
    background-color:black;
    color:white;
    height:32px;
    font-size:1.2rem;
    width:100%;
    cursor:pointer;
    line-height: 1;
}
.submenu .entry .search div.search_input{
    float:left;
    width:80%;
}
.submenu .entry .search div.search_input input{
    border:1px solid black;
    background-color:#dcdcdc;
    box-sizing: border-box;
    height:32px;
    color:black;
    width:100%;
    line-height: 1;
    font-size: 1.2rem;
}
.submenu .entry .search div.search_input input::-webkit-input-placeholder,
.submenu .entry .search div.search_input input:-moz-placeholder,
.submenu .entry .search div.search_input input::-moz-placeholder,
.submenu .entry .search div.search_input input:-ms-input-placeholder{
    color: black !important;
}
*/
@media screen and (max-width: 1420px) {
  header .head_bar .main_menu .main_menu_menu {
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 920px) {
  .submenu .entry:first-child {
    width: 33.3333%;
    margin: 0;
  }
  .submenu .entry:first-child a {
    padding-left: 0;
    padding-right: 0;
  }
  header .head_bar .main_menu .main_menu_button {
    padding-right: 0;
  }
}
@media screen and (max-width: 520px) {
  .submenu div.search_container {
    width: 100%;
  }
  .submenu .entry,
.submenu .entry:first-child,
.submenu .entry:last-child {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    padding-right: 0px;
  }
  header .head_bar .main_menu .main_menu_button {
    padding-right: 0;
  }
}

/*# sourceMappingURL=navigation.css.map */
