/* ========================================== */
/* ===== 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 0 1.5rem 0;
	word-wrap:break-word;
}
#modul .inhalt {
color:#464646;
font-size: 85%;
}
#modul .show legend {
	margin: 0 0 0 calc(-16.5em + ((16.5vw - 0.1em) * 1));
	position: absolute;
	left:auto;
	color:navy;
	padding:0;
	text-decoration: none;
}


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


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















