
/* Flackern der Topbar verhindern */
.top-bar {
  display: none;
	}
.top-bar ul {
  	border: none;
    }
    
.title-bar {
  	padding: 0.5rem;
  	background: #848e9d;
  	color: #c4b709; 
  	}    
@media screen and (min-width: 40em) {
   .top-bar {
    display: block;
  }

   .title-bar {
    display: none;
  }
}


body {
  padding-top: 0;
}
/*
.sticky-shrinknav-menu {
  position: absolute;
  bottom: 0;
  height: 2.75rem;
  line-height: 2.75rem;
  width: 100%;
  background-color: rgba(100, 100, 100, 0.1);
  transition: all 0.5s ease;
  z-index:100;
}
*/
.sticky-shrinknav-header-title {
  transition: all 0.3s ease;
  position: relative;
  /*-webkit-transform: translateY(1.875rem);
      -ms-transform: translateY(-1.875rem);
          transform: translateY(-1.875rem);*/
  margin-bottom: 0;
  color: #fefefe;
}

.sticky-shrinknav-header {
  width: 100%;
  height: 120px;
  /*display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  z-index:200;
}

body.sticky-shrinknav-wrapper {
  padding-top: 0;
}

body.sticky-shrinknav-wrapper .sticky-shrinknav-header {
  height: 90px;
}

body.sticky-shrinknav-wrapper .sticky-shrinknav-header .sticky-shrinknav-header-title {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: all 0.3s ease;
}

body.sticky-shrinknav-wrapper .sticky-shrinknav-header ul#menu {
	margin:2.8rem 0 36px 1.1em;
	padding:0;
	transition: all 0.3s ease;
	}
body.sticky-shrinknav-wrapper .sticky-shrinknav-header #logo{
	margin:0.8em 1.05em auto 0;
	width:10.0em;
	transition: all 0.3s ease;
	}	
body.sticky-shrinknav-wrapper .sticky-shrinknav-header {
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.5s ease;

}
	
	

.menu ul {
	padding-top:10px;
	}
ul#menu ul.menu{ 
	background-color: rgba(255, 255, 255, 0.8);
	margin-top:15px;
	border-right:none;
	border-left:none;
	z-index:100;
	padding:5px 0 0 0;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.33);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.33);
	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: #505456 transparent transparent;
  	left: 40%;
  	margin-top: 12px; 
	}
  
.is-dropdown-submenu {
  	position: absolute;
  	top: 0;
  	left: 100%;
  	z-index: 1;
  	display: none;
  	min-width: 125px;
  	text-align:left;
 	}




table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0px; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #e5e5e5; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  table thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  table tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 1.2rem 0.625rem; }
  table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #fbfbfb; }
  table.unstriped tbody {
    background-color: #f1f1f1; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #f1f1f1; }
      
     td:first-child {
   font-weight: 700;
} 
       
      
      
 
 
@media only screen and (max-width: 1024px) { 
 
 .sticky-shrinknav-header {
  height: 130px;
	}


body.sticky-shrinknav-wrapper .sticky-shrinknav-header {
  height: 120px;
	}
	
body.sticky-shrinknav-wrapper .sticky-shrinknav-header ul#menu {
	margin:0 0 16px 1.1em;
	padding:0;
	transition: all 0.3s ease;
	}
}




     
    
@media only screen and (max-width: 40em) {
body {
  padding-top: 0;
	}


.sticky-shrinknav-header {
  width: 100%;
  height: auto;
  margin-bottom:10px;
  /*display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
  justify-content: left;

  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  transition: none;
}

body.sticky-shrinknav-wrapper {
  padding-top: 0;
}

body.sticky-shrinknav-wrapper .sticky-shrinknav-header {
  height: auto;
  padding:0;
}

body.sticky-shrinknav-wrapper .sticky-shrinknav-header .sticky-shrinknav-header-title {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: none;

}

ul#menu ul.menu{ 

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
  	filter: alpha(opacity=100); 
  	opacity: 1;
	margin-top:auto;
	border-top:none;
	border-right:none;
	border-left:none;
	z-index:100;
	margin:5px 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding:0;
	}

ul#menu ul.menu li{ 
	background: rgba(124,148,199,.1);
	border-bottom:none;
	margin:0;
	padding:2px 0 2px 30px;
	}
ul#menu ul.menu li a{ 
	font-weight:600;
	font-size:0.95em;
	line-height:120%;
	margin-top:4px;
	}

.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: #848e9d transparent transparent;
  	left: 60%;
  	margin-top: -9px; 
	}
  
.is-dropdown-submenu {
	background:#c4b709;
  	position: relative;
  	top: 0;
  	left: 100%;
  	z-index: 1;
  	display: none;
  	min-width: 125px;
  	text-align:left;
  	
 	}
  	

 }