
/* Flackern der Topbar verhindern */
.top-bar {
  display: none;
	}
.top-bar ul {
  	border: none;
    }
    
.title-bar {
  	padding: 0.5rem;
  	background: #164194;
  	color: #fff; 
  	display: block;
    position:fixed;
    width:100%;
    z-index:100;
        top:0;
  	}    
@media screen and (min-width: 40em) {
   .top-bar {
    display: block;
    position:fixed;
    top:0;
  }

   .title-bar {
    display: none;
        top:0;
  }
}



ul#menu ul.menu{ 

	margin-top:0;
	border-right:none;
	border-left:none;
	z-index:1000;
	padding:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top:none;
	border-bottom:none;
	}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  	display: block;
  	width: 0;
  	height: 0;
  	border: inset 6px;
  	content: '';
  	border-bottom-width: 0;
  	border-top-style: solid;
  	border-color: #fff transparent transparent;
  	left: 48%;
  	margin-top: 12px; 
	}
  
.is-dropdown-submenu {
  	position: absolute;
  	top: 0;
  	left: 100%;
  	z-index: 1;
  	display: none;
  	min-width: auto;
  	text-align:left;
 	}


.callout {
	border:12px solid #fff;
	background-color:#eceded !important;
	}
.button {
	font-family: canada-type-gibson, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #29338c;
	font-weight:500;
	font-size:1.0em;
	text-transform:uppercase;
	background:#fff;
	padding:10px 30px;
	}
.button:hover {
	background:	#164194;
	color:#fff;
	}
      
      
      
      
    
@media only screen and (max-width: 40em) {
body {
  	padding-top: 0;
	}

ul#menu ul.menu{ 
	margin-top:0;
	border-top:none;
	border-right:none;
	border-left:none;
	z-index:4000;
	margin:0;
	}

ul#menu ul.menu li{ 

	border-bottom:none;
	margin:0;
	padding:0 0 0 15px;
	}
ul#menu ul.menu li a{ 
	font-weight:600;
	font-size:0.95em;
	margin-top:0;
	}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  	display: block;
  	width: 0;
  	height: 0;
  	border: inset 6px;
  	content: '';
  	border-bottom-width: 0;
  	border-top-style: solid;
  	border-color: #fff transparent transparent;
  	left: 92%;
  	margin-top: -5px; 
	}

     
.is-dropdown-submenu {
	background:#fff;
  	position: relative;
  	top: 0;
  	z-index: 100;
  	display: none;
  	text-align:left;
 	}
  	

 }
 
 
 
 @media print, screen and (min-width: 64em) {
 	
 .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fff !important; 
    }	
 }
 
 
 
 
 
 
 
 