@charset "UTF-8";
/*
 * Print CSS
 */

@media print {

/*div.footer {
	display: none;
}*/

div.abschlusslinie {
	display: none;
}

/*div.textpic-bu {
	margin:0px !important;
}*/


/* IN BOOTSTRAP STREICHEN: */
/*
    background: transparent !important;
	color: #000 !important;

  */
  
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  
}
