/* ### mobile-iphone Anfang */

/******
	UserLayout attRiBut blau\Web_Sub (einheitlich)
	Style fuer Smartphones
******/ 

@media only screen and (max-device-width: 500px) /* Breitenangabe wird aus Datenbank ausgelesen */
{

/*************** START iPhone CSS ******************/

/* Kunden-Spezialformate für das Smartphone */

/* */


/* Ende Kunden-Spezialformate */

#main {
		width:100%; 
		margin-left: 0px; 
		margin-top: 0px;}
		
#main div{ /* font-size: 2rem;
			  line-height: 2.4rem; */}
			  
#main.push { padding-left: 0%;}


#navButton {font-size: 45px; right: 0;}
    	.openNav { width: 100%; }
    	.closeNavi{ width: 0px;}
		
#sitemapContainer ul li a{font-size: 2em;}
	
#sitemapContainer ul li a img{height: 20px;}
	
#buttonContainer {z-index: 2;}
	

	
div.content{
        top: 0px;
        padding-left: 0px;
        padding-right: 0px;
		border-top : 160px solid transparent;
        }
	
.mainFrame{
        display: block;
    }

#wrapper {
	max-width: 1500px;  /* wird aus DB ausgelesen */
	/* height: 800px; wird berechnet*/
	margin: 0px auto;
	margin-top: 6px;
	padding: 0px;
	display: flex;
	border: 0px solid darkblue;
	overflow-x: hidden;
	overflow-y: auto;
	}
	
#mainHead
        {
	position: relative;
	margin: 0px; padding: 2px;
	left: 0px;
	height: 152px;
	overflow: hidden;
	background-image: url(AllOverBack_mobile.jpg);
	background-repeat: repeat-x;
	border: 0px solid blue;
	}

/*********************** Navigation **************************/
#navigation {
	float: left;
	width: 290px;
	min-width: 290px;
	margin: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 1;
	}
	
#SubHeader
	{
	display: none;
	}

#mySidenav {
		position: absolute; 
		top: 0px;
	    left: 0px;
		margin-top: 0px; 
		border-top: 0px solid transparent;
		width: 100%;
		max-width: auto;
		background-color: #014C8F;
		z-index: 100;		
	    }

		
/* .tabMenuDisplay #mySidenav{
		width: 57px;
		} */

.sidenav {
	height: 100%;
    overflow-x: hidden;
    transition: 0.2s;
    border-right: 0px solid lightgray;
    font-size: 16px;
}		
		
.sidenav a {
    text-decoration: none;
    font-size: 1.7em;
    line-height: 1.7em;
    color: #FFFFFF;
    display: inline;
    transition: 0.0s;
    white-space: nowrap;
    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;
}	

.highlighted  {
    background-color: transparent; 
	letter-spacing: 0.03em; 
	font-weight: bold;
    color: #009ee3;
	padding-left: 0px;
}


a.highlighted:visited  {
    background-color: transparent; 
	letter-spacing: 0.03em; 
	font-weight: bold;
     color: #009ee3;
     padding-left: 0px;
}


 /********** Oeffnen- und Schliessen-Button ***************/ 

#buttonContainer {
    position: relative;
    width: 276px;
    top: 50%;
    display: flex;
    justify-content: flex-end;
}
 
 
#navButton {
        width: 26px;
        height: 26px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        transition: transform 330ms ease-out;    
	 position: fixed;
        top: 12px; left: 8px;

							
    }

#navButton.btnOpen {
        transform: rotate(-45deg);
	left: 8px;
	top: 8px;
	/*right: 15% !important; */
	color: white;
	background-color: transparent;
	top: 12px; left: 8px;
	z-index: 100;
    }

.line-menu {
        background-color: #FFFFFF;
        border-radius: 5px;
        width: 100%;
        height: 4px; 
    }

    .line-menu.half {
        width: 50%;
    }

    .line-menu.start {
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transform-origin: right;
    }

    .btnOpen .line-menu.start {
        transform: rotate(-90deg) translateX(2px);
    }

    .line-menu.end {
        align-self: flex-end;
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transform-origin: left;
    }

    .btnOpen .line-menu.end {
        transform: rotate(-90deg) translateX(-3px);
    }

 


 /********** Schaltflaechen ***************/ 
	
.sideNavTabs
	{
	display: block; 
	background-color:#056DB4; 
	transition: 0s;
	width: 370px;
	max-width: 370px; 
	position: relative;
	height: 83px;
	top: 0px;
	margin-left: -2px;
	padding-left: 0px;
	border-bottom: 1px solid white;
	z-index: 1;
	/*  top:58px; 
	left:260px;  freie Positionierung **/
	}

.nav > li > a {
    position: relative;
    display: block;
    padding: 17px 8px 2px 2px;
}


.nav-tabs > li > a {
    background-color: #ACBCCF;
    margin-right: 2px;
    line-height: 1;
    border: 0px;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
	background-color: #014C8F;
}


.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: 1px solid white; border-bottom-color: transparent; height: 45px; margin-top: 2px;}


#sitemapmenu{
    background-image: url("chk01on.gif");
	background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
	overflow-x: hidden;
	margin-left: 3px;
    width: 70px;
	top: 36px;
	}

#ftsmenu{
    background-image: url("chk03on.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    overflow-x: hidden;
	margin-left: 3px;
    width: 70px;
	top: 36px;
}

#indexmenu{
    background-image: url("chk02on.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    overflow-x: hidden;
	margin-left: 3px;
    width: 70px;
	top: 36px;
}



/**************** Navi-Inhalte ************/	

/*** Inhaltsbaum ***/

#sitemapContainer  {
	list-style-type: none;
	position: relative;
	top: 0px;
	margin-left: 10px;
	font-size: 1rem;
}


#sitemapContainer .level2{
    position: relative; 
	left: -16px; 
}

#sitemapContainer .level3{
    position: relative; 
	left: -16px; 
}

#sitemapContainer .level3 img{
   position: relative; 
   top: -2px;
/* */
}
 
#sitemapContainer .level4{
    position: relative; 
	left: -23px; 
}

#sitemapContainer .level4 img{
   position: relative; 
   top: -2px;
} 
 
#sitemapContainer .level5{
    position: relative; 
	left: -24px; 
}

#sitemapContainer .level5 img{
   position: relative; 
   top: -2px;
}  
 

#sitemapContainer .level6{
    position: relative; 
	left: -22px; 
}

#sitemapContainer .level6 img{
   position: relative; 
   top: -5px;
}

.tab-content{
    border-top: 0px solid transparent;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px; 		
    }


/*** Index A-Z ***/  

#idxContainer{
	position: relative;
	top: 0px;
	left: 0px;
    font-size: 1.2rem;
	margin-left: 20px;
    list-style-type: none;
}

#idxContainer ul{
    list-style-type: none;
    margin-bottom: -4px;
	margin-left: 0px;
} 

#idxContainer li{
    list-style-type: none; 
    margin-bottom: -5px;  
} 


 #idxContainer li img{
    position: relative;
	left: -30px;
	list-style-type: none; 	
    margin-bottom: 8px;
}


.level2Idx {
		margin-left: -25px;		
}		

a.level2Idx {
	color: #e1e1e1;
}	
	
a.level2Idx:visited {
    color: #e1e1e1;
}


#tipue_search_input_idx  {
	margin-top: 14px; 
	width: 200px;
	margin-left: 0px;
	font-size: 1.8rem;
}



/*** Volltextsuche ***/ 

#ftsContainer{
	position: relative;
	top: 0px;
    padding-bottom: 10px;
	font-size: 1em;
	margin-left: 0px;
    list-style-type: none;
}	
	
		
	
.tipue_search_left {
    float: left; 
	margin-left: 10px;
    padding: 10px 9px 0 0;
}	
	
	
	
#tipue_search_results_count {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
    margin-left: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}


#tipue_search_input {
    	font-size: 22px;
}


.tipue_search_content_title
{
     font-family: Verdana, Arial, Helvetica, "sans-serif";
	 font-size: 12px;
	 margin-left:14px;
}
.tipue_search_content_text
{
     font-family: Verdana, Arial, Helvetica, "sans-serif";
	 font-size: 18px !important;
	 line-height: 20px;
	 font-style: italic;
	 color: lightgrey;
	 margin-left: 30px;
	 margin-top: 0px;
}

.tipue_search_content_url{
    margin-left: 10px;
}
	


/************* mainHead-Bereich *************/

/*** Ueberschrift ***/	
			
.Mitte
		{
		display: flex;
		align-items: center;
		position: absolute; 
		top: 0px;
		height: 60px;
		margin: 0px;
		padding-left: 60px;
		text-align: left;
		font-size: 24px;
		line-height: 24px;		
		font-weight: normal;
		letter-spacing: 0.01em; 
		color: #ffffff;
		overflow-x: hidden;
		overflow-y: auto;
		border: 0px solid green;		
		}			
		


/*** Registerkarten ***/

#Kopf 
		{
		position: relative;
		top: 56px;
		margin-left: 5px;
		border: 0px solid red;
		}

#kopf table
		{
		border-collapse: collapse; 
				}			


div.kopf
		{
		position: absolute;  
		overflow: hidden; 
		height: 61px;
		z-index: 1;	
		}

div.kopf:hover
		{
		overflow-x: auto; 	
		}



td.kopf
		{
		margin: 0px;
		padding: 0px;
		border: 0px;
		vertical-align: middle;
		text-align: center;
		color: #FFFFFF;
		min-width: 200px;
		max-width: 200px;
		height: 61px;
		background-image: none;
		background-repeat: no-repeat;
		border-left: 1px solid silver;
		border-right: 1px solid silver; 
		}


td.kopfaktiv
		{
		margin: 0px;  
		padding: 0px;			
		border: 0px;
		vertical-align: middle;		
		text-align: center;
		color: #FFFFFF;
		min-width: 220px;
/*		max-width: 200px; */
		height: 61px;
/*		border-left: 1px solid silver;		
		border-right: 1px solid silver; */
		background-color: #014C8F;
		}


p.kopf
		{
		font-size: 14px;
		line-height: 16px;
		margin-top: 1px; 
		margin-left: 4px; 
		margin-right: 4px;
		white-space: normal; 
		}


p.kopfaktiv
		{
		font-size: 14px;
		line-height: 16px;
		margin-top: 1px;
		margin-bottom: 2px;
/*		padding-bottom: 0px;
		padding-top: px; */
		margin-left: 4px; 
		margin-right: 4px; 
		white-space: normal;
		}

/***** SubRegisterkarten *****/

#Spezial 
		{
		position: relative; 				
		top: 32px; /* angepasst 6.4.20 auf Basis "arm" HF */
		width: auto;
		margin-left: 30px; 		 
		margin-right: 0px;
		border: 0px solid gray;
		}		
		
div.spezial
		{
		position: relative;
		height: 44px;
		overflow: hidden;
		padding-bottom: 0px;
		}	

		
div.spezial:hover 
		{
		overflow-x: auto;
		z-index: 1;
		}

		

td.spezial
		{
		margin: 0px; 
		padding: 0px; 
		border: 0px;
		border-left: 20px solid transparent;
		vertical-align: middle;
		text-align: center;
		background-image: url(SubRegInaktiv_mobile.gif); 
		background-repeat: no-repeat;
		}


td.spezialaktiv
		{
		margin: 0px;
		padding: 0px;
		padding-left: 18px; 
		border: 0px;
		vertical-align: middle;
		text-align: center;
        background-color: #014C8F;
		}


p.spezial
		{
		font-size: 14px;
		font-weight: normal; 
		line-height: 28px;
		margin-top: 0px; 
		margin-left: 12px; 
		margin-right: 10px; 
		}


p.spezialaktiv
		{
		font-size: 14px;
		font-weight: normal; 
		line-height: 28px;
		margin-top: 0px; 
		margin-left: 12px; 
		margin-right: 10px; 
		}
		
/*********************** Content ****************/	

#mainContent {
	position: relative;
	background-color: white;
	overflow-y: auto;
	overflow-x: auto;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px solid pink;
	/* height: 550px; wird berechnet*/				
	}
p
		{
		font-size: 2rem; 
		line-height: 2.4rem;
		margin-top: 20px;  
		margin-bottom: 0px; 
		margin-left: 10px;
		margin-right: 10px
		}

div.marginalie
		{
		font-weight: bold;
		font-size: 1.3em;
		position: relative;
		left: 10px;
		width: 200px;
		margin-top: 20px;
		margin-bottom: 0px;
		margin-left: 0px;
		color: #014C8F;
		}

p.Gruppe
		{
		font-size: 2.2rem;
		line-height: 2.8rem;
		letter-spacing: 0.05em;		
		font-weight: bold;
		color: #014C8F;
		margin-top: 35px;
		margin-bottom: 10px;		
		margin-left: 10px;
		padding-top: 5px; 
		padding-bottom: 0px;		
		border-top: 3px solid #014C8F
; 
		}
		
p.Untergruppe
		{
		font-size: 2.0rem;
		line-height: 2.4rem;
		letter-spacing: 0.05em;		
		font-weight: normal;
		color: #014C8F;
		margin-top: 15px;
		margin-bottom: 10px;		
		margin-left: 10px;
		padding-top: 5px; 
		padding-bottom: 0px;		
		border-top: 1px solid #014C8F
; 
		}	
			

p.Hinweis	{
	font-size: 12px;
	letter-spacing: 0.01em;
	color: #787878;
	line-height: 2.2rem;
	margin-top: 0px;
	padding: 3px;
	margin-bottom: 10px;
	background-color: #F7F7F7;
	border: 1px solid #EFEFEF;
		}

		
		
.exparaAuf p{
	margin-top: 0px;
	margin-left: 0px;
		}

.Zwischenueberschrift1
		{
		font-size: 2rem;
		line-height: 2.2rem;
		font-weight: bold;
		color: #ffffff; 
		margin-top: 0px;
		margin-bottom: 5px;
		}


.Zwischenueberschrift2
		{
		font-size: 1.9rem;
		line-height: 2rem;
		font-weight: normal;
		color: #ffffff; 
		margin-top: 0px;
		margin-bottom: 3px;
		}


#AufklappBereich {
	margin-top: 0px;
	margin-left: 10px;
	padding: 3px;
	margin-bottom: 10px;
		}		
		
a.Aufklappen {
    font-size: 2rem;
    font-weight: normal;
}

a.AufklappenInline {
    font-size: 2rem;
    font-weight: normal;
}		
		

		
		
/********************  Aufzaehlungsformate und Einzuege  **********************/

/*** Unnummerierte Aufzaehlungen ***/

ul.Aufz1 {
    list-style-image: url('Aufz1.gif');
	margin-left: -8px;
}

.Aufz1 li p {
    padding-left: 0px;
	margin-left: 12px;
    }

	
ul.Aufz2 {
    list-style-image: url('Aufz2.gif');
	margin-left: -8px;
}

.Aufz2 li p {
    padding-left: 0px;
	margin-left: 12px;
    }

	
ul.Aufz3 {
    list-style-image: url('Aufz3.gif');
	margin-left: -8px;
}

.Aufz3 li p {
    padding-left: 0px;
	margin-left: 11px;
    }

	
	
ul.Aufz1_Einzug2 {
    list-style-image: url('Aufz1.gif');
	margin-left: 22px;
}

.Aufz1_Einzug2 li p {
    padding-left: 0px;
	margin-left: 5px;
    }

	
ul.Aufz2_Einzug2 {
    list-style-image: url('Aufz2.gif');
	margin-left: 22px;
}

.Aufz2_Einzug2 li p {
    padding-left: 0px;
    margin-left: 5px;
	}


ul.Aufz3_Einzug2 {
    list-style-image: url('Aufz3.gif');
	margin-left: 22px;
}

.Aufz3_Einzug2 li p {
    padding-left: 0px;
    margin-left: 4px;
	}	
	

/*** Nummerierte Aufzaehlungen ***/

#mainContent .Num {
	font-size: 2rem; 
	margin-left: -2px;
	margin-bottom: -3px;    
}

#mainContent ol li {
    list-style-type: decimal; 
    padding-left: 0px;    
}

#mainContent ol li p {
	margin-left: 6px; 
}



		
/*** Standardeinzuege ***/

p.Einzug1
		{
		margin-left: 43px; 		
		margin-top: 12px;   
		margin-bottom: 4px;
		line-height: 24px;
		}



p.Einzug2
		{
		margin-left: 65px;
		margin-top: 8px;
		line-height: 22px; 
		margin-bottom: 10px;

		}

/** Tabellen **/
		
#mainContent td p 
		{		
		font-size: 2rem;
		line-height: 2.2rem;		
		padding: 2px;
		}		
		
#mainContent td ol li  {
		font-size: 2rem;
		line-height: 2.2rem;   
}		
		
		
/*************** Footer ***********/

#Footer
		{
		position: relative;
		height: 60px;
		top: 10px;
		left: 0px;		
		margin-top: 0px;		
		text-align: center;
		vertical-align: bottom;
		padding-top: 8px;
		z-index: 1;
		}


p.Footer
		{
		position: relative; 
		font-size: 1.1rem;
		line-height: 1.4rem; 
		text-align: center;
		top: 0px;
		left: 3px;
		padding-top: -5px; 
		margin-right: 10px; 		
		margin-left: 30px;
		color: #000000;
		border-top: 2px solid silver;
		}

p.Footer a
		{
		text-decoration: underline;
		line-height: 1.4rem;
		}		

p.Footer img
		{
		position: relative; 
		width: auto;
		top: 0px;
		left: 0px;
		padding-left: 0px; 
		color: #000000;	
		}		
		
		
/********** Glossar **********/

a.Glossar
		{
		font-size: 2rem; 
		font-weight: normal;
		}


/********** Header und Print-Button **********/		

#Header  {display: none;}
		
#PrintButton {display: none;}		

/* */


/*** END iPhone CSS ***/
}

/* ### mobile-iphone Ende */
