/* ========================================== */
/* ===== modul CSS WebSiteImpressionen ====== */
/* ======== Powered by locomputing ========== */
/* ========================================== */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* modula */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#modul:not(:target) .inhalt,
#modul:not(:target) .hide,
#modul:target .show {display: none;}
#modul:target .inhalt {display: block;}


#modul {
	margin:0;
	word-wrap:break-word;
}
#modul .inhalt {
color:#464646;
font-size: 80%;
}
#modul .show legend a{
	position: absolute;
	color:navy;
	padding:0;
	text-decoration: none;
}

#modul .show {
	color:maroon;
	margin:0;
	padding:0;
	text-decoration: underline;
	font-size: 80%;
}

#modul .hide {
	color:maroon;
	margin:0;
	padding:0;
	text-decoration: underline;
	font-size: 70%;
}


#modul .show:hover,
#modul .hide:hover {
	color:green;
   -webkit-transition:2.5s all;
   transition:2.5s all;
}















