.header-navbar-right a,
.header-navbar-main a  {
    display: block;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    }

/* Navbar Right Ausrichtung */
.col-sm-19.header-panel-right {
    position: absolute;
    z-index: 999;
    width: 150px;
    height: 100px;
    top: 50px;
    right: 20px;
}

.header-navbar-right a:focus {
    font-weight: bold;
  }

/* Navbar Main - Ausrichtung */

.header-navbar-main {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-navbar-main a:focus {
    font-weight: bold !important;
  }

.header-panel-main {
    flex-direction: column;
    width: 100% !important;
}

.header-panel-main .header-panel-top {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    width: 100% !important;
}

.header-panel-main .header-panel-top a {
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

/* Burger Menu */
.burger-menu {
    cursor: pointer;
    display: none;
    margin-left: 30px !important;
    padding-top: 5px;
    position: absolute ;
     z-index: 999;
  }

  .bar {
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
  }

.header-navbar-right {
    display: none !important;
}

.header-navbar-right .fa-search,
.header-navbar-right .fa-search:hover,
.navbar-main-search .fa-search,
.navbar-main-search .fa-search:hover{
    color: inherit !important;
    transform: scale(1.1) translateY(-1px);
}

.navbar-main-search {
    margin-left: 1em;
    color: #2d636a !important;
}

@media screen and (max-width: 950px) {
    .col-sm-19.header-panel-right {
        top: 154px !important;
        height: 40px !important;
      }

    .navbar-main-search {
        display: none !important;
    }

    .header-navbar-right {
        display: inherit !important;
    }

    .burger-menu {
      display: block;
    }

    .header-navbar-main {
      display: none !important;
      width:100%;
      overflow:visible;
    }

    .header-navbar-main.show {
       display: block;
       padding: 5px;
       z-index: 999;
    }

     .header-navbar-main.show a {
      background-color: white;
    }
  }

  @media screen and (min-width: 950px) {
    .header-navbar-main{
        padding-bottom: 5px;
    }
  }

/* general */

.page-header{
    height: 200px;
}

#header-panel-main {
    display: flex;
    padding: 0px;
    margin: 0px;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 50px;
}

#header-panel-main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(to bottom, rgba(192, 192, 192, 0.5), transparent);
}

#header-panel-main .logo {
    margin: 0px;
    margin-bottom: 15px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* joe logo */

.logo_container {
    text-align: center;
    height:150px;
    border-bottom: 2px solid #efefef;
}

.logo-title {
    font-weight: bold;
    display: inline-block;
    margin: -15px;
    color: #2d636a;
}

@media screen and (max-width: 515px) {
    .logo-title{
        display:none;
    }

    .logo_container {
        display: flex;
        align-items: center;
        padding-top: 20px;
        height: 150px;
    }
}