/* ### sidebar Anfang */
/******
	UserLayout attRiBut blau\Web_Sub (einheitlich)
   	Style fuer den Navigationsbereich
******/ 

#SubHeader {
    display: block;
	position: relative; 
	top: 0px;
	width: 100%; 
    height: 105px !important;
    background-image: url("SubHeader.jpg");
	background-repeat: no-repeat;
	border: 0px solid red; 
	z-index: 1;	
}


/* Globale Angaben im Navi-Bereich *******/
 
#mySidenav
	{
	position: relative;     
	width: 100%;
	float: left;
	left: 0px;
	margin: 0px; 	
	padding-bottom: 50px;
	background-color: #014C8F;
	overflow: hidden;
	z-index: 2;	
	height: auto; 	
 }
.aWrapper /* neu 20200908 */
	{
	display: inline;
	white-space: nowrap;
	}
  
.aWrapperWrap
	{
	white-space: normal !important;
	}
.sidenav
	{
	height: 100%;  /*100% Full-height */
    width: 270px; /* 0 width - change this with JavaScript */
    z-index: 1; /* Stay on top */
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    overflow-x: hidden; /* Disable horizontal scroll */
    margin-top: 130px; /* Place content from the top */
	transition: 0s; /* 0 second transition effect to slide in the sidenav */
    font-size: 16px; !important;
	}

.sidenav a
	{
    text-decoration: none;
/*    font-size: 1.5em; *****/
    color: #FFFFFF;
    display: inline;
    transition: 0.0s;
/*	white-space: nowrap;  */ /* deaktiviert 20200908 HF */
    list-style-type: none;  
}

.sidenav a:visited
	{
    text-decoration: none;
    color: #FFFFFF;
}


.sidenav a:hover, .offcanvas a:focus{
	background-color: transparent;
    color: #009ee3;
    text-decoration: none;
	letter-spacing: 0.03em;
}


.sidenav > .tab-content {
    padding-top: 12px;
	height: auto;	/* wird berechnet */
	overflow-x: auto;
	overflow-y: auto;
	border: 0px;
 }
.highlighted
	{
	background-color: transparent; 
	letter-spacing: 0.03em; 
	font-weight: normal;
	color: #063F90;
	padding-left: 5px;
	}

a.highlighted
	{
	background-color: transparent; 
	letter-spacing: 0.03em; 
	font-weight: 600;
	color: #009ee3;
	padding-left: 0px;
}


a.highlighted:visited
	{
	background-color: transparent; 
	letter-spacing: 0.03em; 
	font-weight: 600;
	color: #009ee3;
	padding-left: 0px;
}

.noWrapWidth
	{
	min-width: max-content;
	}
 
/******** Schaltflaechen-Container *******/
 
.sideNavTabs{
     width: auto; 
	 height: 42px;
	 position: relative;
	 top: 0px;
	 margin-left: 0px;
	 padding-left: 4px;
	 background-color: #ffffff;
	 border-right: 0px solid #D0BAAB;
	 border-bottom: 0px solid #FFFFFF;
	 border-top: 2px solid #F2F2F2;
	 z-index: 1;
 }
  
.nav-tabs > li > a {
	background-color: #ACBCCF;
    margin-right: 2px;         
    line-height: 1;
	border: 0px;
    border-radius: 4px 4px 0px 0px;
}


.nav > li > a {
    position: relative;
    display: block;
    padding: 17px 8px 2px 2px;
}


.nav-tabs > li > a:hover {
	background-color: #ACBCCF;
/*...*/

}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
     color: #555;
     cursor: default;
     background-color: #014C8F;
     border-bottom: 0px solid #D0BAAB;
     margin-top: 0px;
}
 
 
 
/******** die einzelnen Schaltflaechen für Inhalt, Index und Suche *******/

#sitemapmenu{
    background-image: url("chk01on.gif");
    background-repeat: no-repeat;
    background-position: center; 
    margin-left: 3px;
    background-size: auto;
    overflow-x: hidden;
    width: 65px;
    top: 4px;
}


#indexmenu{
    background-image: url("chk02on.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 3px;
	background-size: auto;
    overflow-x: hidden;
    width: 65px;
	top: 4px;
}



#ftsmenu{
    background-image: url("chk03on.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 3px;
	background-size: auto;
    overflow-x: hidden;
    width: 65px;
	top: 4px;
}
 
 
/*** Inhaltsbaum */
.level1 /* neu 20200908 */ 
	{
	display: none;
	}
.level2{
    display: none;
}

.level3 {
    display: none;
} 
 
.level4{
    display: none;
}

.level5 {
    display: none;
}
.level6{
    display: none;
}

 
 
.sidenav li{
    list-style-type: none;  
/*	white-space: nowrap;  */ /* deaktiviert 20200908 HF */
	padding-bottom: 0px;
}
 
 

#sitemapContainer  {
    list-style-type: none;
	position: inherit; /* ge?ndert 20200928 */
	left: -38px;
	top: 15px;
	font-weight: 500;
}

#sitemapContainer > ul /* neu 20200908 */ 
	{
	padding-left: 0;
	}
#sitemapContainer .level2{
    position: relative; 
	left: -24px; 
	font-weight: 400;
}

#sitemapContainer .level3{
    position: relative; 
	left: -24px;
}

#sitemapContainer .level3 img{
   position: relative; 
	top: 5px; /* ge?ndert 20200908 */
	align-self: self-end; /* neu 20200908 */
	 
}
 
#sitemapContainer .level4{
    position: relative; 
	left: -28px; 
}

#sitemapContainer .level4 img{
   position: relative; 
   top: -2px;
   /* */
} 
 
#sitemapContainer .level5{
    position: relative; 
	left: -28px; 
}

#sitemapContainer .level5 img{
   position: relative; 
   top: -2px;
   /* */
}  
 

#sitemapContainer .level6{
    position: relative; 
	left: -28px; 
}

#sitemapContainer .level6 img{
   position: relative; 
   top: -2px;
	}

/* neu 20200908 */
li.level0.active
	{
	flex-direction: row;
	flex-wrap: wrap;
} 

li.level1.active
	{
	margin-left: -25px;
	flex-direction: row;
	flex-wrap: wrap;
	}

li.level2.active
	{
	flex-direction: row;
	flex-wrap: wrap;
	}
li.level2.active > img
	{
	margin-top: 4px;
	}
li.level3.active
	{
	flex-direction: row;
	flex-wrap: wrap;
	}
/* Erg?nzung HF 20200909 */
li.level3.active > img
	{
	margin-top: 0px;
	}	
li.level4.active
	{
	flex-direction: row;
	flex-wrap: wrap;
	}	
li.level4.active > img
	{
	margin-top: 0px;
	}
li.level5.active
	{
	flex-direction: row;
	flex-wrap: wrap;
	}
li.level5.active > img
	{
	margin-top: 0px;
	}
.active ul
	{
	flex: 0 0 100%;
	width: calc(100% + 12px);
	}
.active img
	{
	align-self: flex-start !important;
	flex: 0 1 auto;
	}
.aWrapper
	{
	flex: 0 0 92%;
	padding-left: 5px;
	}
li.level3.active
	{
	display: flex !important;
	}
/* Ende neu */
/* Index A-Z */  
 
 #idxContainer{
	position: relative;
	left: 12px;
	top: 15px;
    font-size: 1em;
    list-style-type: none;
}


#idxContainer li{
	list-style-type: none; 
	margin-bottom: -4px;  
} 


.level1Idx { 
	margin-left: 0px;
} 

.level2Idx { 
 	margin-left: -30px; 
} 

a.level2Idx { 
	font-size: 14px;
	color: #e1e1e1;
}
 
a.level2Idx:visited { 
	font-size: 14px;
	color: #e1e1e1;
} 
a.level2Idx:hover 
	{
	font-size: 14px;
/*	color: #ACBCCF; */ /* auskommentiert 20200908 */
	color: transparent; /* eingef?gt 20200908 */
	} 
#idxContainer li img{
    position: relative; 
	left: -32px;
	list-style-type: none; 	
    margin-bottom: 3px;
}
 
 
#tipue_search_input_idx  
{	font-size: 16px;
	line-height: normal;
    color: #333;
    max-width: 95%;
	padding: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
    box-shadow: none; 
	outline: 0;
	margin: 0;
} 
#idxContainer .tipue_search_left 
	{
	float: left;
	width: 15%;
	margin-left: -8px;
	margin-right: 4px;
	margin-top: -12px;
	margin-bottom: 10px;
	background-color: #ffffff;
	height: 38px;
	border-top: 7px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}
  
/*** Volltextsuche */ 

#ftsContainer{
    padding-top: 20px;
    padding-bottom: 0px;
}

#ftsContainer  a  h4{
    margin-top: -5px; !important;
    margin-bottom: -15px; !important;

}

#tipue_search_input
	{	
	font-size: 16px;
	line-height: 21px;
	background-color: #ffffff;
	min-width: 120px;
	width: 65%;
	box-sizing: border-box;
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 6px;
	border-left: 0px;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-radius: 0px;
	-moz-appearance: none;
	-webkit-appearance: none;
    box-shadow: none; 
	outline: 0;
	margin: 0;
}
.tipue_search_icon
{
	width: 20px;
	margin-left: 10px;
	padding-top: 0px;
	background-color: #ffffff;
}
.tipue_search_left
{
     float: left;
	width: 98%;
	margin-top: -12px;
	margin-left: 4px;
	margin-right: 4px;
	background-color: #ffffff;
	height: 38px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.tipue_search_right
{
     float: left;
/* 	width: 75%; */
	height: 38px;
	margin-top: -12px;
	margin-left: -4px;
	margin-right: 0px;
	background-color: #ffffff;
}
#tipue_search_foot_boxes li.current
	{
	color: #3AACE2;
	}

#SuchFeld
	{
	min-width: 100%; 
	/* background-color: white; */
	}

/* #Eingabefeld
	{
	width: auto;
	display: block;
	} */
#input
	{
	width: 100%;
	background: #ffffff;
	}
#tipue_search_results_count {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
    margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#tipue_search_warning {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
    margin-left: 46px;
}

.tipue_search_content_title {
    margin-left: 10px;
	margin-top: 0px;
}


.tipue_search_content_title a{
    font-size: 16px;
	font-weight: normal;
}
.tipue_search_content_text {
    font-size: 14px !important; 
	line-height: 15px;
	font-style: italic;
	color: #E1E1E1;
    margin-left: 20px;
	margin-top: 0px;
}


.tipue_search_content_url{
    margin-left: 10px;
}


#tipue_search_foot 
	{
	position: relative;
	margin-top: 20px;
	margin-bottom: 5px;
	color: transparent;
}


 
.searchResultText {
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
 
 
 
 
/******************* Sonstiges ******************************/ 
 

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.closeit{
    position: absolute;
    padding: 0px 8px 8px 220px;
    text-decoration: none !important;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: .3s;

}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
.push{
    margin-left: 250px;
}

/* On smaller screens, where height is less than 550px, change the style of the sidenav (less padding and a smaller font size)*/

/*
@media screen and (max-width: 550px) {
    #mySidenav{width:0px;}
    #main{width:100%;margin-left:0px;}
	.sideNavTabs{display:none;}
}
*/

/*
Collapsing and "decollapsing" menupoints 


.sitemap1 button {
   background-color: #eee;
    color: #444;
    cursor: pointer;
    width: 10px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}
*/

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

button.accordion.active, button.accordion:hover {
    background-color: #ddd;	
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}
.Sitemap1 > *{
    font-size: 200%; !important;
}
.Sitemap2{
    display: none;
    padding-left: 15px;
}

.Sitemap3{
    display: none;
    padding-left: 30px;
}

.Sitemap4{
    display: none;
}

.Sitemap5{
    display: none;
}

.Sitemap6{
    display: none;
}

.Sitemap7{
    display: none;
}



/*menu Icon*/

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 60px;
    height: 45px;
    position: relative;
    margin-left: 50px ;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #d3531a; 
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 18px;
}

#nav-icon1 span:nth-child(3) {
    top: 36px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


.button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

li.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}

.collapse.in {
    display: block;
    margin-left: -35px;
}



.navContainer{
    padding-bottom: 10px;
}


#buttonContainer{
    position: absolute;
    width: 300px;
    top: 50%;
    display: flex;
    justify-content: flex-end;
}

.active
	{
	display: flex !important; /* ge?ndert 20200908*/
	flex-direction: column; /* neu 20200908 */
 }

.btnClose{
    left:0;
}
.openNav{
     width: 250px;
 }
.closeNavi{
     width: 0px;
 }

.tabMenuDisplay{
    width: 58px !important;
    min-width: 54px !important;
 }

/* ### sidebar Ende */