

#zt25 main h2
{
	/*font-weight: bold;*/
	margin-bottom: 15px;
}

#zt25 main h3
{
	/*font-weight: bold;*/
}



/*button prime***************************************************************/

#zt25 button.is-round.is-prime
{
	color: white;
	background-color: #af4136;
	border-color: #af4136;
}

#zt25 button.is-round.is-prime i
{
	color: white;
}

/*media aspect ratio*/
#zt25 .is-figure,
#zt25 .is-full,
#zt25 .is-picture,
#zt25 .is-thumbnail,
#zt25 .is-embed,
#zt25 .is-embed iframe
{
	aspect-ratio: 16 / 9;
}

#zt25.is-imprint .is-full,
#zt25.is-privacy .is-full
{
	/*aspect-ratio: 5 / 1;*/
}

/*media corners rounded*/
#zt25 .is-figure,
#zt25 .is-full,
#zt25 .is-picture,
#zt25 .is-thumbnail,
#zt25 .is-embed,
#zt25 .is-embed iframe
{
	border-radius: 10px;
}


/*photo***********************************************************************/

#zt25 .is-photo-kontakt
{
	background-image: url('./media/kunst.jpg');
}
#zt25 .is-photo-impressum
{
	background-image: url('./media/bildung.jpg');
}
#zt25 .is-photo-datenschutz
{
	background-image: url('./media/gesundheit.jpg');
}


/*event special***************************************************************/

#zt25 .is-avatar
{
	text-align: center;
	padding: 100px 0 0 0;
}

#zt25 .is-avatar .is-icon
{
	font-size: 146px;
	line-height: 146px;
}


#zt25 .is-subhead
{
	text-align: center;
	font-size: 20px;
	line-height: 21px;
	padding: 0 0 30px 0;
}

#zt25 button.is-circle
{
	background-color: #fffcf7;
}

#zt25 button.is-round
{
	background-color: #fffcf7;
}

#zt25 button.is-round.is-big
{
	font-size: 26px;
	padding: 0px 19px 0px 19px;
	min-width: 202px;
}

#zt25 .is-subfollow
{
	text-align: center;
	font-size: 20px;
	line-height: 21px;
	padding: 10px 0 20px 0;
}

/*#zt25 .is-month*/
/*{*/
/*	text-align: center;*/
/*	font-size: 26px;*/
/*	line-height: 27px;*/
/*	position: sticky;*/
/*	top: 60px;*/
/*	padding: 18px 0 5px 0;*/
/*	background: white;*/
/*}*/

#zt25 .is-day-block
{
	text-align: center;
	position: sticky;
	top: 110px;
	background: white;
}

#zt25 .is-day
{
	display: inline-block;
	font-size: 42px;
	line-height: 42px;
	padding: 0 9px 0 9px;
	width: 160px;
}

#zt25 .is-prev,
#zt25 .is-next
{
	width: 17px;
	display: inline-block;
	font-size: 29px;
	line-height: 29px;
}

#zt25 .is-weekday
{
	text-align: center;
	font-size: 22px;
	line-height: 23px;
	position: sticky;
	top: 152px;
	background: white;
}

#zt25 .is-day-part-block
{
	padding: 20px 0 36px 0;
	position: sticky;
	top: 175px;
	background: white;
}

#zt25 .is-day-part-table
{
	width: 100%;
	border-bottom: 1px solid black;
}

#zt25 .is-day-part-table td
{
	width: 25%;
}

#zt25 .is-day-part-table td p
{
	position: relative;
	top: 5px;
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	background: white;
	margin: 0;
}

#zt25 .is-day-part-table td:nth-child(1)
{
	text-align: left;
}

#zt25 .is-day-part-table td:nth-child(1) p
{
	padding: 0 9px 0 0;
}

#zt25 .is-day-part-table td:nth-child(2),
#zt25 .is-day-part-table td:nth-child(3)
{
	text-align: center;
}

#zt25 .is-day-part-table td:nth-child(2) p,
#zt25 .is-day-part-table td:nth-child(3) p
{
	padding: 0 9px 0 9px;
}

#zt25 .is-day-part-table td:nth-child(4)
{
	text-align: right;
}

#zt25 .is-day-part-table td:nth-child(4) p
{
	padding: 0 0 0 9px;
}

#zt25 .is-day-part-table.is-before-noon td:nth-child(1) p:after
{
	content: 'vormittags';
}

#zt25 .is-day-part-table.is-after-noon td:nth-child(2) p:after
{
	content: 'nachmittags';
}

#zt25 .is-day-part-table.is-before-midnight td:nth-child(3) p:after
{
	content: 'abends';
}

#zt25 .is-day-part-table.is-after-midnight td:nth-child(4) p:after
{
	content: 'nachts';
}

/*event*/
#zt25 .is-event-block
{
	padding: 0px 0 30px 0;
}

#zt25 .is-event-block .is-icon
{
	font-size: 44px;
	line-height: 46px;
	float: left;

	/*margin needed, otherwise is partly visible when scrolling*/
	margin-left: 3px;
}

#zt25 .is-event-block .is-caption
{
	font-size: 20px;
	line-height: 23px;
	padding: 0 0 0 9px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	margin-bottom: 0;
}

#zt25 .is-event-block .is-expanded .is-caption
{
	padding: 0 0 0 53px;
	overflow: visible;
	white-space: normal;
	text-overflow: clip;
	margin-bottom: 7px;
}

#zt25 .is-event-block .is-subcaption
{
	padding: 7px 0 0 53px;
	min-width: 300px;
}

#zt25 .is-event-block .is-subcaption .is-icon
{
	font-size: 18px;
	line-height: 21px;
}

#zt25 .is-event-block .is-subcaption .is-icon.is-icomoon-heart
{
	padding-top: 2px;
}

#zt25 .is-event-block .is-subcaption p
{
	font-size: 15px;
	line-height: 15px;
	padding: 3px 9px 0 24px;
	text-align: left;
}

#zt25 .is-event-block.is-past .is-icon,
#zt25 .is-event-block.is-past .is-caption,
#zt25 .is-event-block.is-past .is-subcaption .is-icon,
#zt25 .is-event-block.is-past .is-subcaption p
{
	color: silver;
}
#zt25 .is-big-icon
{
	font-size: 55px;
}
#zt25 .is-medium-icon
{
	font-size: 36px;
}

/*kanban board**************************************************************/

#zt25 #the-kanban-board .is-lane-division
{
	width: 7px;
	border-right: dashed 1px black;
	margin-right: 6px;
	float: left;
	padding-bottom: 100%;
}

#zt25 #the-status-box
{
	display: flex;
}

#zt25 #the-status-box div
{
	flex: 1;
	text-align: center;
}

#zt25 #the-status-box div .is-counter
{
	font-size: 50px;
	line-height: 50px;
}

#zt25 #the-status-box div .is-counter.is-green
{
	color: #009E60;
}

#zt25 #the-status-box div .is-counter.is-red
{
	color: #e30613;
}

#zt25 .is-list .is-caption
{
	margin-bottom: 5px;
}
