#UCP_Main .Inplay_Flex .inplaykalender_tag{
  text-align: center;
  font-family: calibri;
  font-size: 10px;
  font-weight: bold;
}

#UCP_Main .Inplay_Flex .inplaykalender_tag a{color:#fff;}

#UCP_Main .Inplay_Flex .thead {
  background-image: unset !important;
  font-family: Abril Fatface;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 5px;
  padding: 0 0 10px 2px;
  width: max-content;
}

#UCP_Main .Inplay_Menu{
  display: flex;
  margin-bottom: 10px;
	column-gap: 10px;
}
#UCP_Main .Inplay_Menu div{
	width: 24%;
	background: #080808;
	padding: 5px;
	font-family: calibri;
	font-size: 8px;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align: center;
}

#UCP_Main .Inplay_Flex{
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}

#UCP_Main .Inplay_Flex div{width: 49.5%;}



		.szenen{background: #331f1f !important;}
		.geburtstag{background: #291b2d !important;}
		.timeline{background: #333753 !important;}
		.event{background: #253530 !important;}

        .szenentimeline { background: linear-gradient(to left top, #331f1f 50%, #333753 50%) !important; }
        .szenentimeline strong { }
        .szenengeburtstag { background: linear-gradient(to left top, #331f1f 50%, #291b2d 50%) !important; }
        .szenenevent { background: linear-gradient(to left top, #331f1f 50%, #253530 50%) !important; }
        .szenenevent strong { }
        .szenengeburtstag strong {}

        .geburtstagtimeline { background: linear-gradient(to left top, #331f1f 50%, #333753 50%) !important; }
        .geburtstagtimeline strong {}
        .geburtstagevent { background: linear-gradient(to left top, #291b2d 50%, #253530 50%) !important; }
        .geburtstagevent strong { }
        .timelineevent { background: linear-gradient(to left top, #333753 50%, #253530 50%) !important; }
        .timelineevent strong { }
        
        .szenengeburtstagtimeline { background: linear-gradient(to left top, #331f1f 33%, #291b2d 33%, #291b2d 66%, #333753 66%) !important; }
        .szenengeburtstagtimeline strong { }
        .szenengeburtstagevent { background: linear-gradient(to left top, #331f1f 33%, #291b2d 33%, #291b2d 66%, #253530 66%) !important; }
        .szenengeburtstagevent strong { }
        .szenentimelineevent {  background: linear-gradient(to left top, #331f1f 33%, #333753 33%, #333753 66%, #253530 66%) !important; }
        .szenentimelineevent strong { }
        .geburtstagtimelineevent { background: linear-gradient(to left top, #331f1f 33%, #333753 33%, #333753 66%, #253530 66%) !important; }
        .geburtstagtimelineevent strong { }
        
        .szenengeburtstagtimelineevent { background: linear-gradient(to left top, #331f1f 25%, #291b2d 25%, #291b2d 50%, #333753 50%, #333753 75%, #253530 75%) !important; }

        #mini-kalender { font-size: 7px; }
        #mini-kalender td { padding: 5px; }
        .calpop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.5); z-index: 1000; opacity:0; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; transition: .5s ease-in-out; pointer-events: none; } 


        .calpop:target { opacity:1; pointer-events: auto; }

.calpop > .pop {
	text-align: justify;
	width: 600px;
	position: relative;
	margin: 5% auto;
	z-index: 1002;
	font-size: 11px;
	padding: 20px;
	background-image: url(/images/001/back1.png);
	background-attachment: fixed;
	background-size: cover;
}

        .closepop { position: absolute; right: -5px; top:-5px; width: 100%; height: 100%; z-index: 999; }

        .inplaykalender-eventlist { max-height: 50px; overflow: auto; padding-right: 5px;}
		