#header2023-frame {
	background-color: #FFFFFF;
	position: inherit;
	width: 100%;
	z-index: 99999;
}
#header2023, #header2023-responsiv {
	width: 1170px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#header2023-1, #navi-responsive-header {
	background-color: #FFFFFF;
	position: inherit;
	width: 1170px;
}
#navi-responsive-header {width: 330px;}
#navi-responsive-suche .searchfield2023-textbox {
	width: 318px !important;
	height: 25px;
	font-size: 14px !important;
}
#navi-responsive-suche .searchfield2023-button {
	margin-top: 10px;
	float: right;
    margin-top: 10px;
    padding: 3px 10px;
    font-size: 12px !important;
	border: solid #696a6e 1px;
}
#header2023-1 .flexbox-panel, #header2023-2 .flexbox-panel, #navi-responsive-header .flexbox-panel  {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     justify-content: flex-start;
     align-items: flex-start;
     align-content: flex-start;
}

#header2023-1 .flexbox-item , #navi-responsive-header .flexbox-item {
     flex: 1 1 auto;
	 display: flex;
	 height: 100px;
}

#navi-responsive-header .flexbox-item {
	height: 50px;
}

#header2023-1 .flexbox-item:nth-child(1), #navi-responsive-header .flexbox-item:nth-child(1) {
     flex-grow: 1;
     flex-shrink: 1;
     flex-basis: auto;
}

#header2023-1 .flexbox-item:nth-child(2), #navi-responsive-header .flexbox-item:nth-child(2) {
     flex-grow: 1;
     flex-shrink: 1;
     flex-basis: auto;
	 justify-content: right;
}

#header2023-1 .flexbox-item#navi-login {
     flex-grow: 0.65;
     flex-shrink: 1;
     flex-basis: auto;
	 justify-content: right;
}
#header2023-1 .flexbox-item#navi-logout,
#header2023-1 .flexbox-item#navi-support {
     flex-grow: 0.2;
     flex-shrink: 1;
     flex-basis: auto;
	 justify-content: right;
}
#header2023-1 #logo-svg img {
	height: 100px;
	width: 210px;					
}
#navi-responsive-header #logo-svg img {
	height: 50px;
	width: 105px;					
}
#navi, #navi-suche, #navi-login, #navi-logout, #navi-support, #navi-burger {
	align-items: flex-end;
}
#navi-login, #navi-logout, #navi-support {
	width: 1%;
}
#navi-logout, #navi-support {
	margin-top: -2px;
}
#navi-burger {
	Xpadding-right: 25px;
}

#header2023-2 {
	margin-top: 20px;
	background-color: #E2EAED;
	height: 35px;
	border-radius: 5px;
	width: 1170px;
}
#header2023-2 .flexbox-item {
	 flex-grow: 1;
     flex-shrink: 1;
     flex-basis: auto;
	 padding: 5px 20px 0px 20px;
	  
}
#header2023-2 .breadcrumbicon {
	height: 7px;
	width: 5px;
    margin: 8px 10px 2px 0px;
}
#claim2023, #breadcrumb2023 {
	font-size: 16px;
}
#claim2023 {
	font-family: poppins-semibold, arial, helvetica, sans-serif;
	width: 25%;
	padding-top: 5px !important;
}
#breadcrumb2023 {
	width: 75%;
}

.autocomplete-suggestions {
	z-index: 2147483648 !important;
	width: 500px;
}
.featherlight {
  background: rgba(0,0,0,.8) !important;
  cursor: inherit !important;
}
.headersuchfeld {
	font-family: poppins-regular, arial, helvetica, sans-serif !important;
}

.featherlight .featherlight-content {
	border-radius: 5px;
}
.fl-login .featherlight-content {
	overflow: hidden !important;
	overflow-y: hidden !important;
}
.featherlight .featherlight-close-icon {
    background-color: transparent;
}

/* Responsive Sidebar */
.responsive-sidebar { /* it's a mobile sidebar, blocker and content */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw; /* to cover the whole screen */
  height: 100vh;
  padding: 0;  /* to override the default padding */
  background: rgba(0,0,0, .5); /* half transparent background */
  display: none;
  z-index: 99999; /* to be on top of any other elements */
}
.responsive-sidebar.visible {
  display: block;
}
/*cover the whole screen and to detect user click on background */
.responsive-sidebar .responsive-blocker { 
  position: absolute;
  width: 100%;
  height: 100%;
}
/* user content */
.responsive-sidebar .responsive-content {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  height: 100%;
  width: 330px;
  left: -50%;   /* will be animated to left: 0, by animation */
  animation: slide 0.5s forwards;
  overflow: auto;
}
@keyframes slide {
  100% { left: 0; }
}

.responsive-sidebar .responsive-content{
  padding: 12px;
}
#navi-responsive-suche {
	margin-top: 90px;
	width: 100%;
	overflow: hidden;
}
ul.navi-neu2023-burger {
	margin: 20px 0px 100px 0px;
	padding: 0px;
}
.acc-menu {
	display: none;
	padding-left: 0px;
	margin-bottom: 20px;
}
.acc-menu ul {
	padding-left: 10px;
	margin-bottom: 10px;
}
.acc-head > a, .nav-h3 {
    font-family: poppins-bold, arial, helvetica, sans-serif !important;
}
.nav-h3.einzeln {
	display: block;
	margin-bottom: 10px;
}
.acc-menu a:hover {
	background-color: #FEE891 !important;
}
.acc-head > a {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}
.acc-head > a:after, .acc-head > a.border:after, #navi-responsive-header:after {
	transition: all ease-in-out .5s;
    background: none repeat scroll 0 0 #000000;
    content: "";
    display: block;
    height: 1px;
    width: 0;	
}
.acc-head > a.border:after, #navi-responsive-header:after {
    width: 100%;	
}
#navi-responsive-header:after {
	margin-top: 20px;
}
ul.navi-neu2023-burger li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.navi-angle img {
	float: right;
	height: 24px;
	transform: rotate(0deg);
	transition: transform 500ms ease;
}
.navi-angle.up img {
	transform: rotate(180deg);
	transition: transform 500ms ease;
}