/*
Brasilianisches Grün
 #cf0921
*/

/*header**********************************************************************/

#mi24 header
{
	height: 100px;
	min-width: 390px;

	/*optional*/
	/*background-color: transparent;*/
}

#mi24 main
{
	min-width: 390px;
}

#mi24 footer
{
	min-width: 390px;
}

/*button prime***************************************************************/

#mi24 .is-prime
{
	color: white;
	background-color: #cf0921;
	border-color: #cf0921;
}

#mi24 .is-prime i
{
	color: white;
}

#mi24 .is-item-2
{
	color: white;
	background-color: #006845;
	border-color: #006845;
}

#mi24 h3
{
	/*font-size: 20px;*/
	/*line-height: 23px;*/
	/*margin: 0 1px 0 1px;*/
	font-weight: bold;
}

/*media aspect ratio*/
#mi24 .is-figure,
#mi24 .is-full,
#mi24 .is-picture,
#mi24 .is-thumbnail,
#mi24 .is-embed,
#mi24 .is-embed iframe
{
	aspect-ratio: 16 / 9;
}

#mi24.is-contact .is-full,
#mi24.is-imprint .is-full,
#mi24.is-privacy .is-full
{
	aspect-ratio: 5 / 1;
}

/*media corners rounded*/
#mi24 .is-figure,
#mi24 .is-full,
#mi24 .is-picture,
#mi24 .is-thumbnail,
#mi24 .is-embed,
#mi24 .is-embed iframe
{
	border-radius: 10px;
}

/*photo***********************************************************************/

#mi24 .is-photo-welcome
{
	background-image: url('./media/welcome.jpg');
}

#mi24 .is-photo-kontakt
{
	background-image: url('./media/violin.jpg');
}

#mi24 .is-photo-impressum
{
	background-image: url('./media/trumpet.jpg');
}

#mi24 .is-photo-datenschutz
{
	background-image: url('./media/sombrero.jpg');
}

/*event special***************************************************************/

#mi24 .is-avatar
{
	text-align: center;
	padding: 100px 0 0 0;
}

#mi24 .is-avatar .is-icon
{
	font-size: 146px;
	line-height: 146px;
}

#mi24 h2
{
	/*text-align: center;*/
	font-size: 28px;
	/*font-size: 25px;*/
	/*line-height: 42px;*/
	line-height: 38px;
	letter-spacing: 5px;
	/*position: sticky;*/
	/*top: 0;*/
	/*padding: 13px 36px 6px 36px;*/
	/*background-color: white;*/
}

#mi24 .is-subhead
{
	text-align: center;
	font-size: 20px;
	line-height: 21px;
	padding: 0 0 30px 0;
}

#mi24 button.is-round.is-big
{
	/*font-size: 26px;*/
	padding: 0px 19px 0px 19px;
	min-width: 202px;
}

#mi24 .is-subfollow
{
	text-align: center;
	font-size: 20px;
	line-height: 21px;
	padding: 10px 0 20px 0;
}

#mi24 .is-month
{
	text-align: center;
	font-size: 26px;
	line-height: 27px;
	position: sticky;
	top: 60px;
	padding: 18px 0 5px 0;
	background: white;
}

#mi24 .is-day-block
{
	text-align: center;
	position: sticky;
	top: 110px;
	background: white;
}

#mi24 .is-day
{
	display: inline-block;
	font-size: 42px;
	line-height: 42px;
	padding: 0 9px 0 9px;
	width: 160px;
}

#mi24 .is-prev,
#mi24 .is-next
{
	width: 17px;
	display: inline-block;
	font-size: 29px;
	line-height: 29px;
}

#mi24 .is-weekday
{
	text-align: center;
	font-size: 22px;
	line-height: 23px;
	position: sticky;
	top: 152px;
	background: white;
}

#mi24 .is-day-part-block
{
	padding: 20px 0 36px 0;
	position: sticky;
	top: 175px;
	background: white;
}

#mi24 .is-day-part-table
{
	width: 100%;
	border-bottom: 1px solid black;
}

#mi24 .is-day-part-table td
{
	width: 25%;
}

#mi24 .is-day-part-table td p
{
	position: relative;
	top: 5px;
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	background: white;
	margin: 0;
}

#mi24 .is-day-part-table td:nth-child(1)
{
	text-align: left;
}

#mi24 .is-day-part-table td:nth-child(1) p
{
	padding: 0 9px 0 0;
}

#mi24 .is-day-part-table td:nth-child(2),
#mi24 .is-day-part-table td:nth-child(3)
{
	text-align: center;
}

#mi24 .is-day-part-table td:nth-child(2) p,
#mi24 .is-day-part-table td:nth-child(3) p
{
	padding: 0 9px 0 9px;
}

#mi24 .is-day-part-table td:nth-child(4)
{
	text-align: right;
}

#mi24 .is-day-part-table td:nth-child(4) p
{
	padding: 0 0 0 9px;
}

#mi24 .is-day-part-table.is-before-noon td:nth-child(1) p:after
{
	content: 'vormittags';
}

#mi24 .is-day-part-table.is-after-noon td:nth-child(2) p:after
{
	content: 'nachmittags';
}

#mi24 .is-day-part-table.is-before-midnight td:nth-child(3) p:after
{
	content: 'abends';
}

#mi24 .is-day-part-table.is-after-midnight td:nth-child(4) p:after
{
	content: 'nachts';
}

/*event*/
#mi24 .is-event-block
{
	padding: 0px 0 30px 0;
}

#mi24 .is-event-block .is-icon
{
	font-size: 44px;
	line-height: 46px;
	float: left;

	/*margin needed, otherwise is partly visible when scrolling*/
	margin-left: 3px;
}

#mi24 .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;
}

#mi24 .is-event-block .is-expanded .is-caption
{
	padding: 0 0 0 53px;
	overflow: visible;
	white-space: normal;
	text-overflow: clip;
	margin-bottom: 7px;
}

#mi24 .is-event-block .is-subcaption
{
	padding: 7px 0 0 53px;
	min-width: 300px;
}

#mi24 .is-event-block .is-subcaption .is-icon
{
	font-size: 18px;
	line-height: 21px;
}

#mi24 .is-event-block .is-subcaption .is-icon.is-icomoon-heart
{
	padding-top: 2px;
}

#mi24 .is-event-block .is-subcaption p
{
	font-size: 15px;
	line-height: 15px;
	padding: 3px 9px 0 24px;
	text-align: left;
}

#mi24 .is-event-block.is-past .is-icon,
#mi24 .is-event-block.is-past .is-caption,
#mi24 .is-event-block.is-past .is-subcaption .is-icon,
#mi24 .is-event-block.is-past .is-subcaption p
{
	color: silver;
}
