@charset "utf-8";
/* CSS Document */
/******************************************************************************************
// Datei: fluid-info.css
// Author: DH
// Änderungsdatum: 15.03.18
// Beschreibung: 	- Hinweistext anzeigen
//					- !Eigene Formatierung für Erstinformation!
*******************************************************************************************/



/**** Layout für Mobilgeräte. */
#DIV-ID-InfoHinweisWrapper{
	position: fixed;
	bottom:0;
	max-height: 90%;
	width: 100%;
	z-index: 200;
	/*background-color: #ffffff;
	background: rgba(255,255,255,0.6);*/
	
	}
#DIV-ID-InfoHinweis{
	display: block;
	
	z-index: 200;
	
	
	width: 90%;
	height: 90%;
	
	font-family: Verdana_ALLTEST, Verdana, Geneva, sans-serif;
	font-size: 16pt;
	
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	
	border-style:solid;
	border-width:2px;
	border-color:#cccccc;
	
	background-color:#ffffff;
		
	box-shadow:0px 5px 5px #cccccc;
	box-sizing: border-box;
	
	margin: 0 auto;

}


#DIV-ID-InfoTextHinweis{
	padding-top: 10px;
	padding-bottom: 10px;
	
	
	
	overflow-x: auto;
	overflow-y: auto;		/*notwendig um Scrollbalken in Chrome aus zu blenden*/
	width: 100%;
	height: 100%;
	max-height: 60%;
	
	
	
	display: block;
	position: relative;
	
	
	
	box-sizing:border-box;
	-webkit-overflow-scrolling: touch;
	
}

#DIV-ID-InfoTitel{
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right:15px;

	display: block;
	float: left;
	
	width: auto;
	font-weight: bold;
}

.LINK-CLASS-InfoClose {
    
    float: right;
    font-size: 20pt!important;
    text-align: right;
    text-decoration: none;
    width: auto;
    box-sizing:border-box;
	
	padding-top: 10px;
	
	
}
#DIV-ID-InfoTextControl{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	width: 100%;
	box-sizing:border-box;
	text-align: center;
	}
#INPUT-ID-InfoTextCheck{
	
	}
#INPUT-ID-InfoTextButton{
margin-top: 20px;
	width: 100%;
	}
	
.SPAN-CLASS-InfoTextError{
	display: block;
	white-space: nowrap;
	width: 100%;
	text-align: center;
	color: #ff0000;
	}

/**** Layout für Tablet-PCs. Erbt Stile vom: Layout für Mobilgeräte. */
/*orientation : portrait damit im Quervormat*/
@media only screen and (min-width: 481px) and (orientation : portrait){
	#DIV-ID-InfoHinweis{
	
		min-width: 320px;
		
		
		width: 90%;
  		margin: 0 auto;
		
		margin-top:20px;
		
	
		box-sizing: border-box;
		font-size: 14pt;
	}
	#DIV-ID-InfoTextHinweis{
		max-height: 60%
	}
	
}

/**** Desktoplayout. Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */
@media only screen and (min-width: 979px) and (orientation : landscape) {
	#DIV-ID-InfoHinweis{
	
		min-width: 320px;
		height: 100%;
		
		width: 90%;
 
		
		


		
		
		
		
		font-size: 12pt;
		box-sizing: border-box;
	}
	#DIV-ID-InfoTextHinweis{
		max-height: 100%
	}
	#INPUT-ID-InfoTextButton{
	position: absolute;
		top: 30px;
		right: 30px;
		width: 60px;
		margin: 0;
	}
	
}