/* css zu home *//* FooterCSS  */footer{
  background-color:#6e6e6e;
  line-height: 25px;
}
footer > div{
  max-width:1302px;
  width:100% !important;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
}
footer > div a:not(.footer_kontakt){
  text-decoration: none;

}
footer > div > div.dottedLines:first-of-type{padding-left: 10px;}
footer > div > div.dottedLines{vertical-align: top;}
footer > div > div.dottedLines:not(:last-of-type){
  width: 23%;
  margin-right:2%;
  border-right: 1px dotted #b1b1b1
}
@media screen and (max-width: 768px) {
footer > div > div.dottedLines{
  width: 48% !important;
padding: 5px;
border-right:0px solid transparent !important;
}

}/* --- --- *//* MenueCSS  *//*
================================================================
				CSS fuer Mehr ebenen Menue
================================================================
Menue Text Color: 							#3a3a39
Schriftart Menue							MetaOT Normal, sans-serif
Menue Ebene 1 Hover Color:					#00aeef
Menue Ebene 1 Hover Border-bottom Color:	#00000000
Menue Ebene 2+ Background Color:			#f2f3f3
Menue Ebene 2+ Hover Color					Menue Ebene 1 Hover Color
Menue Ebene 1 Hover background color:		#ffffff
Menue Ebene 2+ Hover background Color:		Menue Ebene 2+ Background Color


*/
/*
=====================================================================
						DESKTOP ANSICHT
=====================================================================
*/
#HeaderMainMenu{
	z-index:2;
	position: relative;
	margin:0;
	width: 75%;
	bottom:-10px;
}
#HeaderMainMenu, #HeaderMainMenu ul{
	list-style: none;
	padding-left:0;
}
#HeaderMainMenu_mobile_chk, #HeaderMainMenu > li > a{display:none;}
#HeaderMainMenu > li > ul > li{
	position:relative;
	margin-right:1%;
	padding:10px 0;
	display:inline-block;
	float:left;
}
#HeaderMainMenu > li > ul > li:not(:first-of-type)::before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 1px solid #3a3a39;
	left: -8px;
	top: 0;
}
#HeaderMainMenu > li > ul > li.isnode > a{position:relative; padding-right:34px}
#HeaderMainMenu > li > ul > li.isnode > a::after{
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgba(0, 0, 0, 0.5);
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	
}
#HeaderMainMenu > li > ul > li ul{
	opacity: 0;
	pointer-events: none;
	position: absolute;
	background-color:#f2f3f3;												/*-- Menue Ebene 2+ Background Color --*/
	padding: 20px;
}
#HeaderMainMenu > li > ul > li > ul{
	min-width: 100%;
	top:100%;
	width: fit-content;
}
#HeaderMainMenu > li > ul > li > a{
	text-decoration: none;
	color:#3a3a39;															/*-- Menue Text Color --*/
	border-bottom: 2px solid transparent;
	padding:10px;
	font-size:21px;
}
#HeaderMainMenu > li > ul > li ul a{
	text-decoration: none;
	color:#3a3a39;															/*-- Menue Text Color --*/
	padding:2px 13px;
	display:inline-block;
	width:100%;
	font-weight: normal;
}
#HeaderMainMenu > li > ul > li ul > li{position: relative;}
#HeaderMainMenu > li > ul > li ul > li:not(:last-of-type)::after {
	position: absolute;
	content: '';
	width: 100%;
	border-bottom: 1px solid #fff;
	left: 0;
	bottom: 4px;
}
#HeaderMainMenu > li > ul > li > ul ul{
	top:-5px;
	left:100%;
	width: fit-content;
}
#HeaderMainMenu > li > ul > li > ul a{
	white-space: nowrap;
	overflow: hidden;
	text-align:left;
	line-height: 1;
}
#HeaderMainMenu > li > ul > li ul li:hover > a,
#HeaderMainMenu > li > ul > li:hover > a {
	color:#00853f;															/*-- Menue Ebene 2+ Hover Color --*/
}
#HeaderMainMenu > li > ul li:hover > ul{opacity: 1; pointer-events: all;}
@media screen and (max-width:1440px){
	#HeaderMainMenu > li > ul > li:not(:first-of-type)::before{left: 0;}
	#HeaderMainMenu > li > ul > li > a{font-size:1.5vw; padding:8px;}
	#HeaderMainMenu > li > ul > li{margin-right:0;}
	#HeaderMainMenu > li > ul > li > ul{top: 100%;}
}/* --- --- *//* MenueMobileCSS  */@media screen and (max-width:1024px){
  #HeaderMainMenu{
    position: fixed;
    top:0;
    height:100%;
    background-color:#383d3f;
    width: 70%;
    overflow: auto;
    right:100%;
    padding-top: 87px;
  }
  #HeaderMainMenu_mobile_chk:not(:checked) ~ #HeaderMainMenu{
    right:unset;
    left:0;
  }
  #HeaderMainMenu > li > ul li{width: 100%; text-align: left;}
  #HeaderMainMenu > li > ul > li:not(:first-of-type)::before,
  #HeaderMainMenu > li > ul > li ul > li:not(:last-of-type)::after,
  #HeaderMainMenu > li > ul > li.isnode > a::after
  {display:none;}
  #HeaderMainMenu > li > ul > li a{
    font-size:14px !important;;
    color:#ccc !important;
    display:inline-block;
    background-color:transparent !important;
    padding: 12px 30px 12px 0px !important;;
    width: 100%;
    line-height: normal !important;
    text-transform: Uppercase;
    border-top:1px solid #484848;
    text-decoration: none;
    overflow: visible !important;
    border-bottom: none !important;
  }
  #HeaderMainMenu > li > ul > li a:hover{
    background-color: #484848 !important;
    color:#fff !important;
  }
  #HeaderMainMenu > li > ul > li > a{padding-left: 30px !important;}
  #HeaderMainMenu > li > ul > li > ul > li > a{
    padding-left: 50px !important;
  }
  #HeaderMainMenu > li > ul > li > ul > li:last-of-type > a{
     border-bottom: 1px solid #484848 !important;
  }
  #HeaderMainMenu > li > ul li{padding:0 !important;}
  #HeaderMainMenu > li ul{
      position: relative !important;
      opacity: 1 !important;
      background-color: transparent !important;
      padding:0 !important;
  }
  #HeaderMainMenu_kb_show_menu{
    position: absolute;
    height: 31px;
    width: 37px;
    background-image: linear-gradient(0deg,#383d3f  0%, #383d3f 19%, #fff 20%,#fff  20%, #fff 39%, #383d3f 40%, #383d3f 59% ,#fff  59%, #fff 79%, #383d3f 80% , #383d3f 100%);
    left:10px;
    top: 55px;
    cursor: pointer;
  }
  #HeaderMainMenu_kb_hide_menu{
    position: fixed;
    z-index:3;
    background-image:url('../bilder/close-btn.png');
    background-size:contain;
    height: 30px;
    width: 30px;
    left:-70%;
    top:30px;
    opacity: 0.7;
    cursor:pointer;
  }
  #HeaderMainMenu_mobile_chk:not(:checked) ~ #HeaderMainMenu_kb_hide_menu{
    left:20px;
  }
  #HeaderMainMenu_kb_hide_menu:hover{opacity: 1;}
}
@media screen and (max-width: 360px){#HeaderMainMenu{width:100%;}}/* --- --- */.HeaderWappen{width: 25px;}
.HomeButton  > img{width: 90px;}/* --- --- */@keyframes LightGreenToDark{
	0%{fill: rgb(0,89,42);}
	49%{fill: rgb(0,89,42);}
	50%{fill: rgb(0,133,63);}
	100%{fill: rgb(0,133,63);}
}
@keyframes DarkGreenToLight{
	0%{fill: rgb(0,133,63);}
	49%{fill: rgb(0,133,63);}
	50%{fill: rgb(0,89,42);}
	100%{fill: rgb(0,89,42);}
}
#juba_verwaltung{margin-top:0;}
.warnhinweisImg > svg{width:80%;}
#ArtBoard1 > g:nth-child(4) > path:nth-child(1),

#ArtBoard1 > g:nth-child(13) > path:nth-child(1),
#ArtBoard1 > g:nth-child(9) > path:nth-child(1),
#ArtBoard1 > g:nth-child(12) > path:nth-child(1),
#ArtBoard1 > g:nth-child(7) > path:nth-child(1),
#ArtBoard1 > g:nth-child(10) > path:nth-child(1),
#ArtBoard1 > g:nth-child(8) > path:nth-child(1),
#ArtBoard1 > g:nth-child(11) > path:nth-child(1)
{animation: LightGreenToDark 1s infinite;}

#ArtBoard1 > g:nth-child(3) > path:nth-child(1)
 {animation: DarkGreenToLight 1s infinite;}
@media screen and (max-width:1024px){
	.warnhinweisImg{
		width:100%;
		float:none;
	}
	.warnhinweisImg > svg{width:25%;}
  .tp9_1024{padding-top:17px;}
}

@media screen and (max-width:768px){
	.warnhinweisImg > svg{width:33%;}
}
@media screen and (max-width:360px){
	.warnhinweisImg > svg{width:50%;}
}/* --- --- */