.termin 
{
  padding: 4px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 2px solid rgb(227, 227, 227);
  border-radius: 6px;
}

.termin .termin_icon
{
	display: inline-block;
}
.termin .termin_icon.fa-calendar-check-o::before
{
	margin-right: 6px;
	font-size: 120%;
}

.termin .termin_title
{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0px;
}
.termin .termin_date
{
	display: inline-block;
}

.termin .termin_description
{
	padding-top: 15px;
}

.zegi_pha[zegi_pha_type="print_all_events"]
{
	width: 100%;
	height: 100px;
	background-color: rgb(238, 238, 238);
	background-color: rgb(245, 245, 245);
	color: transparent;
	display: inline-block;
 	animation: blinken_termine 1.0s linear infinite;
}
@keyframes blinken_termine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0; 
  }
  100% {
    opacity: 1;
  }
}
