#Inplaykalender_Main {
    display: flex;
	background-color: rgba(1, 2, 2, 0.4);
	margin: 10px 0px;
} 

#Inplaykalender_Main .thead {
	background-color: rgb(1, 2, 2);
	background-image: unset;
	font-family: "Playfair Display SC";
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#Inplaykalender_Main .trow2 {
	background-color: rgba(1, 2, 2, 0.5);
	background-image: unset;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3.5px;
	font-weight: 700;
	font-size: 8px;
	text-transform: uppercase;
	color: #fff;
}

#Inplaykalender_Main #mini-kalender {background-color: unset !important;}

#Inplaykalender_Main .Inplaykalender_Bit {
    position: relative;
    width: 50%;
    float: left;
}

#Inplaykalender_Main .Inplaykalender_Bit2{
    padding: 25px;
    height: 163px;
}

#Inplaykalender_Main .Inplaykalender_Bit1 {
    text-align: center;
    padding: 7px 20px;
    background-color: rgb(21, 21, 21);
    background-image: url(/images/001/back3.png);
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
	height: 22px;
}

#Inplaykalender_Main .Inplaykalender_Bit1 span{
    font-family: "Playfair Display SC";
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: absolute;
    text-align: right;
    top: 12px;
    right: 30px;
}

#Inplaykalender_Main .Inplaykalender_Bottom {width: 1045px;}

#Inplaykalender_Main .Inplaykalender_Top div{
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3.5px;
	font-weight: 700;
	font-size: 8px;
	text-transform: uppercase;
	color: #fff;
}

#Inplaykalender_Main .Inplaykalender_Top dejs{position: relative;z-index: 1;}

#Inplaykalender_Main .Inplaykalender_Top span{
    display: block;
    font-family: "Playfair Display SC";
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: -22px;
    z-index: 0;
    position: relative;
}

#Inplaykalender_Main .Inplaykalender_Top {
    width: 11%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 25px;
    background-color: rgb(21, 21, 21);
    background-image: url(/images/001/back3.png);
    background-attachment: fixed;
    background-size: cover;
}


.inplaykalender_tag {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3.5px;
	font-weight: 700;
	font-size: 8px;
	text-transform: uppercase;
	text-align: center;
} 

		.szenen{background: #4d342a !important;}
		.geburtstag{background: #583662 !important;}
		.timeline{background: #333753 !important;}
		.event{background: #2a4d43 !important;}

        .szenentimeline { background: linear-gradient(to left top, #4d342a 50%, #333753 50%) !important; }
        .szenentimeline strong { }
        .szenengeburtstag { background: linear-gradient(to left top, #4d342a 50%, #583662 50%) !important; }
        .szenenevent { background: linear-gradient(to left top, #4d342a 50%, #2a4d43 50%) !important; }
        .szenenevent strong { }
        .szenengeburtstag strong {}

        .geburtstagtimeline { background: linear-gradient(to left top, #4d342a 50%, #333753 50%) !important; }
        .geburtstagtimeline strong {}
        .geburtstagevent { background: linear-gradient(to left top, #583662 50%, #2a4d43 50%) !important; }
        .geburtstagevent strong { }
        .timelineevent { background: linear-gradient(to left top, #333753 50%, #2a4d43 50%) !important; }
        .timelineevent strong { }
        
        .szenengeburtstagtimeline { background: linear-gradient(to left top, #4d342a 33%, #583662 33%, #583662 66%, #333753 66%) !important; }
        .szenengeburtstagtimeline strong { }
        .szenengeburtstagevent { background: linear-gradient(to left top, #4d342a 33%, #583662 33%, #583662 66%, #2a4d43 66%) !important; }
        .szenengeburtstagevent strong { }
        .szenentimelineevent {  background: linear-gradient(to left top, #4d342a 33%, #333753 33%, #333753 66%, #2a4d43 66%) !important; }
        .szenentimelineevent strong { }
        .geburtstagtimelineevent { background: linear-gradient(to left top, #4d342a 33%, #333753 33%, #333753 66%, #2a4d43 66%) !important; }
        .geburtstagtimelineevent strong { }
        
        .szenengeburtstagtimelineevent { background: linear-gradient(to left top, #4d342a 25%, #583662 25%, #583662 50%, #333753 50%, #333753 75%, #2a4d43 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;}
		
		