/******************************************************************************************************
 * Standard-Einstellungen
 ******************************************************************************************************/

.navbar-light 			{ // Animation
		  	  		  -webkit-transition: all 0.4s ease; transition: all 0.4s ease }
.fixed-top.navbar.shrink		{ height: 50px; border-bottom: 1px solid #009ee0 }
.fixed-top.navbar.shrink img	{ height: 40px; width: auto }

/******************************************************************************************************
 * Navigation
 ******************************************************************************************************/

.navbar-light .navbar-nav .nav-link	{ padding-right: 20px; background-color: #ffffff }
.bg-light					{ background-color: #ffffff!important }
.navbar-brand	img				{ width: 100% }

.navbar-nav > li > .dropdown-menu          { color: #333333; background-color: #ffffff }
.navbar-nav > li > .dropdown-menu a        { color: #333333 }
.navbar-nav > li > .dropdown-menu a:active { background-color: #f8f9fa }
.navbar-nav > li > .dropdown-menu a:hover  { background-color: #f8f9fa }

/******************************************************************************************************
 * breadcrumb
 ******************************************************************************************************/

.breadcrumb		{ background-color: #ffffff; color: #333333 }
.breadcrumb li	{ float: left; list-style-type: none; padding-right: 20px }
.breadcrumb a		{ color: #009ee0; text-decoration: none }


/******************************************************************************************************
 * sub_content
 ******************************************************************************************************/

.menu-button-container		{ background-color: #ffffff; margin: 10px 0 }
.menu-button-container .menu-item	{ border: solid 5px #ffffff; border-radius: 10px }

/******************************************************************************************************
 * footer
 ******************************************************************************************************/

.footer		{ border-top: 1px solid #009ee0; line-height: 1 }
.navbar-brand-footer	{ font-size: 1rem }

#block-bs-one-account-menu .navbar { padding: 0 0 0 6px!important }
