

/* Flackern der Topbar verhindern */
.top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
   .top-bar {
    display: block;
  }

   .title-bar {
    display: none;
  }
}
/**********************************/

.top-bar ul {
  	border: none;
    }
.title-bar {
  padding: 0.9rem;
  background: #afca0a;
  color: #fff; 
  }



.top-bar-container, .sticky{
width: 100%;
}







@media only screen and (max-width: 40em) {

.top-bar{
	padding:0;
	margin:0;
	}

.top-bar-container, .sticky{
	position:relative
	}
.orbit-caption {
  padding: 3px 26px;
  line-height:100%;
  font-size:90%;
   }


 
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 20px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    box-shadow: 0;
    content: ''; } 

  .menu-icon:hover::after {
    background: #114a73;
    box-shadow: 0 7px 0 #114a73, 0 14px 0 #114a73; }
    
    
}