.grid-padding-x {
 /* padding-top: 2rem;*/
}

/* Flackern der Topbar verhindern */
.top-bar {
  display: none;
	}
.top-bar ul {
  	border: none;
    }
    
.title-bar {
  	padding: 0.5rem;
  	background: #fff;
  	color: #009cb6; 
  	}    

/* Buger-Menü, Farbe*/
.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #009cb6;
    -webkit-box-shadow: 0 7px 0 #009cb6, 0 14px 0 #009cb6;
    box-shadow: 0 7px 0 #009cb6, 0 14px 0 #009cb6;
    content: '';
}
/* Dropdown-Menü, Farbe*/
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
right: 5px;
left: auto;
  /*right: auto;
  left: -50%;*/
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #009cb6 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0; 
 /* left: 45%;
  margin-top: 18px;*/ }

.dropdown .is-dropdown-submenu {
    margin-top: 10px;
	margin-right: 180px;
	font-size: 80%;
	padding: 30px;
	border: none;
	opacity: 80%; /*background-color: rgba(164,150,150,0.50); */
}


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

   .title-bar {
    display: none;
  }
}