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