/* css zu barrierefreiheitserklaerung *//* footerCSS  *//*------------------*/
/*----- footer -----*/
/*------------------*/
#footer {font-size: smaller;}
#footer a {text-decoration: none;}
#footer * {color: black;}
#footerWrapper * {text-transform: uppercase;}

#footerWrapper {
	border-top: 1px solid black;
  	border-bottom: 1px solid black;
  	padding: 30px 80px;
}

.footerIcon, #footerWrapper > div:last-of-type a {
  height: 35px;
  width: 35px;
}

.footerIcon {
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

#footerWrapper > div:last-of-type a {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
#footerWrapper + .mobileItem ~ div{padding-bottom: var(--abstand_18);}
@media (min-width: 769px){.mobileItem{display: none;}}
@media (max-width: 1440px) {
	#footerWrapper {padding: 30px 50px;}
}

@media (max-width: 1240px) {
	#footerWrapper > div {width: 25%;}
	#footerWrapper > div:last-of-type {width: 25%;}
}

@media (max-width: 1040px) {
	#footerWrapper > div {width: 28.33%;}
	#footerWrapper > div:last-of-type {width: 15%;}
	#footerWrapper {padding: 25px 35px;}
}

@media (max-width: 768px) {
	#footerWrapper > div:not(#footerWrapper > div:last-of-type),
	#footerWrapper > div:last-of-type b,
	#footerWrapper > div:last-of-type br {display: none;}
	
	#footerWrapper > div:last-of-type {width: 100%;}
  #footerWrapper + .mobileItem{
    padding:var(--abstand_9) 0;
    text-align: center;
    border-bottom: 1px solid black;
  }
  #footerWrapper + .mobileItem ~ div{text-align: center;}
}
/*-------------------------------------------------------------------------------------------------------------------------------*//* --- --- *//* MenueCSS  *//*----------------------------------------------------*/
/*------------------ALLGEMEIN MENUES------------------*/
/*----------------------------------------------------*/
#MenuContainer{position: relative;background-color: #fff;}
#chkMainMenueSuche:checked ~ #MenuContainer{z-index: 3;}
#main{overflow-x: hidden;}
#MainMenue input[type="radio"],
#subMainMenue input[type="radio"]
{display: none;}
label#lbl_JubaPopupMessageBoxGreyOverall, aside#JubaPopupMessage,
label#lbl_JubaPopupMessageIcon {display: none;}

#MainMenue > #jubaconMenu > #menu_eb_1,
#subMainMenue > #jubaconMenu > #menu_eb_1{
	list-style: none;
	display: flex;
	margin:0;
}

#MainMenue > #jubaconMenu > #menu_eb_1 > li,
#subMainMenue > #jubaconMenu > #menu_eb_1 > li{
	position: relative;
	text-align: center;
}

#MainMenue > #jubaconMenu > #menu_eb_1 > li a,
#subMainMenue > #jubaconMenu > #menu_eb_1 > li a{
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: var(--anthrazit);
  position: relative;
  display: inline-block;
}

#MainMenue > #jubaconMenu > #menu_eb_1 > li a::before,
#subMainMenue > #jubaconMenu > #menu_eb_1 > li a::before{
  content:'';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--rot);
  transition: 750ms cubic-bezier(0,-0.16,0,1.01);
}

#MainMenue > #jubaconMenu > #menu_eb_1 > li:not(.num_of_all_4, .num_of_all_8) > a:hover::before,
#subMainMenue > #jubaconMenu > #menu_eb_1 > li a:hover::before,
#subMainMenue > #jubaconMenu > #menu_eb_1 li.menulevel1selected > a::before
{width: 100%;}
/*---------------------------------------------------*/
/*------------------MAIN MENUE OBEN------------------*/
/*---------------------------------------------------*/
#MainMenue{
  position: relative;
  border-bottom: 1px solid var(--anthrazit);
}
#MainMenue::before, #MainMenue::after{
  content:'';
  position: absolute;
  background-color: #fff;
  width: max(calc((100vw - 1380px) / 2), 30px);
  height: 100%;
  bottom: -1px;
  border-bottom: 1px solid var(--anthrazit);
}
#MainMenue::before{
  left:0;
  transform: translateX(-100%);
}
#MainMenue::after{
  right:0;
  transform: translateX(100%);
}
#MainMenue > #jubaconMenu > #menu_eb_1{
  border-right: 1px solid var(--anthrazit);
  padding: 0;
  
}
#MainMenue > #jubaconMenu > #menu_eb_1 > li{
  width: calc(60px + 3%);
  padding: 37px 0;
  border-left: 1px solid var(--anthrazit);
}
#MainMenue > #jubaconMenu > #menu_eb_1 > li.num_of_all_4{
  flex-grow: 1;
}
#MainMenue > #jubaconMenu > #menu_eb_1 > li.num_of_all_4 > a{
  position: absolute;
  inset: 24px 50px;
  display: inline-block;
  font-size: 0;
  background: url('/juba/pic/adminCompanyLogo.svg') no-repeat center center;
}
#MainMenue > #jubaconMenu > #menu_eb_1 > li.num_of_all_8 > a{
  font-size: 0;
  background: url('/bilder/lupeBlack.svg') no-repeat center center;
  position: absolute;
  inset: 35px 0;
}



/*----------------------------------------------------*/
/*------------------MAIN MENUE UNTEN------------------*/
/*----------------------------------------------------*/
#subMainMenue > #jubaconMenu > #menu_eb_1{padding: 40px 0;}
#subMainMenue > #jubaconMenu > #menu_eb_1 > li{padding-right:45px;}

#subMainMenue > #jubaconMenu > #menu_eb_1 > li a:hover,
#subMainMenue > #jubaconMenu > #menu_eb_1 > li.menulevel1selected  > a
{color: var(--rot);}
#menu_eb_2{
  position: absolute;
  white-space: nowrap;
  padding: 15px;
  text-align: left;
  left: -15px;
  list-style: none;
  display: none;
  background-color:#fff;
  box-shadow: 0px 4px 5px 0px #0007;
}
#subMainMenue > #jubaconMenu > #menu_eb_1 > li:hover > #menu_eb_2{
  display: block;
  z-index:2;
}




/*-- Suche --*/
#mainMenueSucheContainer{
  position: absolute;
  background-color: #fff;
  width: 100%;;
  z-index:3;
  box-shadow: 1px 1px 5px -0px #000a;
  top:101px;
  height:auto;
  max-height: 0;
  overflow: hidden;
}
#mainMenueErgebnisse{
  padding-top:var(--abstand_9)
}
#mainMenueSuche{border: 1px solid var(--anthrazit);}
#chkMainMenueSuche:checked ~ #chkMainMenueSucheDarkLayer{
  position: fixed;
  background-color: #000a;
  top:0;
  z-index: 3;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
}
#chkMainMenueSuche:checked ~ #MenuContainer > #mainMenueSucheContainer{
  max-height: calc(90vh - 101px);
  padding:var(--abstand_18);
}
#mainMenueSucheContainer > #mainMenueSuche{
  display: flex;
}
#mainMenueSucheContainer > #mainMenueSuche > #tbSucheAjax_mainMenue{
  flex-grow: 1;
  font-size: 30px;
  font-weight: bold;
  border: 0;
  min-width: 0;
}
#mainMenueSucheContainer > #mainMenueSuche > #headerBtnSuche{
  background-color: inherit;
  background-image: url('/bilder/lupeBlack.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
}
#mainMenueSucheContainer > #mainMenueErgebnisse > #ergebnisseSucheAjax_mainMenue{
  overflow: auto;
  max-height: calc(90vh - 101px - 110px);
}
#mainMenueSucheContainer > #mainMenueErgebnisse > #ergebnisseSucheAjax_mainMenue > .ergebnisSucheBeitrag{
  padding: var(--abstand_9) 0;
  border-top: 1px solid var(--anthrazit);
}
#mainMenueSucheContainer > #mainMenueErgebnisse > #ergebnisseSucheAjax_mainMenue > .ergebnisSucheBeitrag:first-child{
  border-top: 2px solid var(--anthrazit)
}


#mobileMenueContainer{display: none;}
/*-----------------------------------------------------------------------------------------------------*/
/*------------------------------------------------MOBILE MENU------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------*/
@media (min-width: 1025px){
  #MenuContainer .mobileItem{display: none;}
}
@media (max-width: 1024px){
  #mobileMenueContainer{
    display: flex;
    width: calc(100% + var(--abstand_18) * 2);
    border-bottom: 1px solid var(--anthrazit);
    position: relative;
    left: calc(-1 * var(--abstand_18));
  }
  #mobileMenueContainer > #MobileLogo{
    flex-grow: 1;
    height: 95px;
    text-align: center;
    padding: 20px;
  }
  #mobileMenueContainer > #MobileStandorte,
  #mobileMenueContainer > #MobileToggle{
    height:95px;
    width: calc(75px + 3%);
  }
  #mobileMenueContainer > #MobileStandorte{
    border-right: 1px solid var(--anthrazit);
    background: url('/bilder/standortPin.svg') no-repeat center center;
    background-size: 25px;
  }
  #mobileMenueContainer > #MobileToggle{
    border-left: 1px solid var(--anthrazit);
    position: relative;
  }
  #mobileMenueContainer > #MobileToggle::after{
    content:'';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    height: 29px;
    background-image: 
      linear-gradient(180deg, 
        var(--anthrazit) 5px, #fff 5px, #fff 12px,
        var(--anthrazit) 12px, var(--anthrazit) 17px, #fff 17px, #fff 24px,
        var(--anthrazit) 24px
      )
  }
  #toggleMobileMenu:checked ~ #mobileMenueContainer > #MobileToggle::after{
    width: 29px;
    border-radius: 10px;
    background-image:
      linear-gradient(45deg, #fff0 44%, var(--anthrazit) 44%, var(--anthrazit) 56%, #fff0 56%),
      linear-gradient(-45deg, #fff0 44%, var(--anthrazit) 44%, var(--anthrazit) 56%, #fff0 56%);
  }
  #MenuContainer{
    position: absolute;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    height: 0;
    left: 0;
    box-shadow: 1px 1px 5px 0px #000A;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index:3;
  }
  #toggleMobileMenu:checked ~ #MenuContainer{
    height: auto;
    padding: var(--abstand_9);
  }
  #MenuContainer > *{
    border: none;
    width: 100%;
    max-width: 600px;
  }
  #MainMenue::before, #MainMenue::after{display: none;}
  #MenuContainer > #MainMenue > #jubaconMenu{
    padding-top: var(--abstand_9);
  }
  #MenuContainer #jubaconMenu > #menu_eb_1{
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-right: none;
    padding-top: var(--abstand_9);
    padding-bottom: var(--abstand_9);
  }
  #MenuContainer > #MainMenue > #jubaconMenu > #menu_eb_1{
    border-top: 1px solid var(--anthrazit);
    border-bottom: 1px solid var(--anthrazit);
  }
  #MenuContainer > #subMainMenue > #jubaconMenu > #menu_eb_1{
    border-bottom: 1px solid var(--anthrazit);
    font-size: 80%;
    margin-bottom: var(--abstand_18);
  }
  #MenuContainer #jubaconMenu > #menu_eb_1 > li{
    width: 100%;
    border: none;
    padding: 10px 0;
    text-align: left;
  }
  #MenuContainer> #subMainMenue > #jubaconMenu > #menu_eb_1 > li{
    padding: 5px 0;
  }
  #MenuContainer #jubaconMenu > #menu_eb_1 > li a{
    font-size: 130%;
    text-transform: none;
  }
  #MainMenue > #jubaconMenu > #menu_eb_1 > li.num_of_all_4,
  #MainMenue > #jubaconMenu > #menu_eb_1 > li.num_of_all_8{display: none}
  
  #MenuContainer .mobileItem a{
    color: inherit;
    text-decoration: none;
    position: relative;
  }
  #MenuContainer .mobileItem a::after{
    content:'';
    position: absolute;
    width: 0;
    left: 0;
    bottom:0;
    height: 1px;
    background-color: var(--anthrazit);
    transition: 250ms cubic-bezier(0,-0.16,0,1.01);
  }
  #MenuContainer .mobileItem a:hover::after{width: 100%}
  
  
  
  /*-- SUCHE --*/
  #chkMainMenueSucheDarkLayer{display: none !important;}
  #mainMenueSucheContainer{
    position: static;
    padding: var(--abstand_9) 0 !important;
    box-shadow: none;
    max-height: unset;
  }
  #mainMenueErgebnisse > #ergebnisseSucheAjax_mainMenue{
    padding-top: 0!important;
    position: absolute;
    background-color: #FFFE;
    max-width: calc(600px + var(--abstand_9));
    padding-right: var(--abstand_9);
    top: 110px;
    bottom: var(--abstand_9);
    display: none !important;
    scrollbar-width: thin;
    scrollbar-color: var(--anthrazit);
    width: calc(100% - var(--abstand_9));
    max-height: unset !important;
  }
  #chkMainMenueSucheClose{
    border-left: 2px solid var(--rot);
    border-bottom: 2px solid var(--rot);
    display:block;
    width: 20px;
    height: 20px;
    position: absolute;
    transform: rotateZ(45deg) translateX(-25px) translateY(25px);
    top: 45px;
    display: none;
  }
  #chkMainMenueSuche:checked ~ #MenuContainer > #mainMenueSucheContainer > #mainMenueErgebnisse > #ergebnisseSucheAjax_mainMenue:not([style="display: none;"])
  {display: block !important;}
  #chkMainMenueSuche:checked ~ #MenuContainer > #mainMenueSucheContainer > #mainMenueErgebnisse > #ergebnisseSucheAjax_mainMenue ~ #chkMainMenueSucheClose
  {display: block;}
  
  #subMainMenue > #jubaconMenu > #menu_eb_1 > li > #menu_eb_2{
    position: static;
    display: none;
    box-shadow: none;
    padding: 10px;
	padding-left: 20px;
  }
  #subMainMenue > #jubaconMenu > #menu_eb_1 > li:hover > #menu_eb_2{display: none;}
  #subMainMenue #menu_eb_2 > li{padding:2px 0; white-space:wrap;}
  #subMainMenue #menu_eb_1 > li > input[type="radio"] ~ #menu_eb_2 + .lbl_showSubMenu,
  #subMainMenue #menu_eb_1 > li > input[type="radio"] ~ #menu_eb_2 > .lbl_hideSubMenu{
    display:inline-block;
    width: 15px;
    height: 15px;
    background: #0000;
    margin-left:20px;
    border-left: 2px solid var(--anthrazit);
    border-bottom: 2px solid var(--anthrazit);
    transform: rotate(-45deg);
  }
  #subMainMenue #menu_eb_1 > li > input:checked ~ #menu_eb_2 + .lbl_showSubMenu{display: none;}
  #subMainMenue #menu_eb_1 > li > input:checked ~ #menu_eb_2{display: block !important;}
  #subMainMenue #menu_eb_1 > li > input:not(:checked) ~ #menu_eb_2 > .lbl_hideSubMenu{display: none;}
  #subMainMenue #menu_eb_1 > li > input ~ #menu_eb_2 > .lbl_hideSubMenu{
    transform: rotate(135deg) !important;
    position: absolute;
    top:12px;
    left:107px;
  }
  #lbl_hideSubMenu_eb_2_1{left: 100px !important;}
}
@media screen and (max-width: 768px){
   #chkMainMenueSuche:checked ~ #MenuContainer > #mainMenueSucheContainer > #mainMenueSuche{
    width: calc(100% - 50px);
    float: right;
  }
  #chkMainMenueSucheClose{
    transform: rotateZ(45deg) translateX(10px) translateY(-10px);
  }
}




@media (max-width: 600px){
  #mobileMenueContainer{
    width: calc(100% + var(--abstand_9) * 2);
    left: calc(-1 * var(--abstand_9));
  }
}/* --- --- */#noJsContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#noJSMessage {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 14px;
	bottom: 14px;
	pointer-events: all;
}/* --- --- */#subMainMenue{position: relative;}
#WkMenge,#MlMenge{
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-20px);
  color: var(--rot);
  font-weight: bold;
  font-size:85%;
  pointer-events: none;
}
#WkMenge::before,#WkMenge::after,
#MlMenge::before,#MlMenge::after{
  color:var(--anthrazit);
  font-weight: normal;
}
#WkMenge::before,#MlMenge::before{content:'(';}
#WkMenge::after,#MlMenge::after{content:')';}
@media (max-width: 1024px){
  #WkMenge, #MlMenge{
    top: unset;
    transform: translateX(-30px);
    bottom: 52px;
  }
  #MlMenge{
    bottom: 88px;
  }
}/* --- --- */