#header_bevor {
	background-color: #fff;
    border-color: #e6e9ed;
	border-radius: 8px;
    margin: 0 auto;
    max-width: 85%;
    padding: 0 10px;
}
@media only screen and (max-width: 90%), only screen and (max-device-width: 90%) {
#header_bevor{
    margin: 0 12px;
}
}
#index_calendar .forumbg, #calendar .forumbg {
	color: #FFFFFF;
	overflow: hidden; 
	padding:3px;
}
.weeknr {
	font-size: 16px;
	height: 20px;
	line-height: 16px;
	margin: 20px -4px 0 -14px;
	text-align: center;transform:rotate(-90deg); 
	color: #414141;
	font-weight: bold;
}
.icon-cal {background-image: url("images/icon_cal.gif");}
.cal_month_title {
	font-size:12px;
	font-weight:bold;
	height:20px;
	text-align:center;
	margin:3px;
}
.cal_month_title a {
    background-color: #ecf3f7;
    color: #414141;
	border: none;
	font-weight: bold;
	border: 2px solid #cadceb;
    border-radius: 7px;
	padding: 0 2px 4px;
}
#calendar select {
    background-color: #ecf3f7;
    color: #536482;
	border: none;
	font-weight: bold;
	border: 2px solid #cadceb;
    border-radius: 7px;
}
#calendar option:checked {
	//text-shadow: 1px 1px 1px #536482,  1px -1px 1px #536482, -1px 1px 1px #536482,  -1px -1px 1px #536482;
	-webkit-box-shadow: 0 0 10px 100px #cadceb inset;
	-moz-box-shadow: 0 0 10px 100px #cadceb inset;
	box-shadow: 0 0 10px 100px #cadceb inset;
}
/*#index_calendar table, #calendar table {
	table-layout: fixed;
	width:100%;

}
#index_calendar th, #calendar th {
	color:#FFFFFF;
	width:14%;
	padding:3px;
	white-space: nowrap;
	overflow:hidden;
}
#index_calendar td, #calendar td {
	color: #105289;
	border: 3px solid #12A3EB;
	padding:3px;
	white-space: nowrap;
	overflow:hidden;
	height:60px;
	vertical-align:top;
}*/
.cal_post {
	font-size:1em;
	padding-left:10px;
	border-radius:7px;
}
.participants table.table1 thead th, .participants table.table1 tbody tr {
    color: #105289;
	border:none;
}
.participants table.table1 td {
	padding: 0 5px;
}
.participants {
    color: #105289;
	border: 2px solid #FFFFFF;
	margin-top:15px;
	padding:5px;
	border-radius:7px;
}
.participants p{
	margin:2px 0 5px;
	font-weight:bold;
}
.registration {
	width:400px;
	max-width:100%;
	text-align:center;
	font-size:1em;
	margin-top:10px;
}
.participants select, .participants input, .participants textarea {
	border:none;
	margin:3px; 
	font-size:1.2em;
}
.participants fieldset, .participants dl{
	margin:0px;
}
.participants textarea{
	height:20px;
	width:400px;
	max-width:100%;
}
.week {
	display:flex;
	margin-bottom:3px;
}
.cal-day {
	text-align:left;
	padding:0 0 3px;
	font-weight:bold;
	background-color: #cadceb;
	overflow: hidden;
	white-space:nowrap;
}
.day {
	color:#105289;
	background-color: #cadceb;
	padding:0 0 3px;
	font-weight:bold;
	//text-align:center;
	width:100%;
	overflow: hidden;
	white-space:nowrap;
}
.mon, .tue, .wed, .thu, .fri {
	background-color:#ecf3f7;	
} 
.sat {
	background-color:#ddeaf4;
}	
.sun {
	background-color:#D3E3F3;
}
.today {
	border: 3px solid #105289 !important;
	font-weight:bold;
}
.noday {
	opacity:0.4;
}
.nday {
    box-sizing: border-box;
	color:#105289;	
	font-weight:bold;
	margin:0.2%;
	width: 13.9%;
	text-align:center;
}
.wday {
    border-radius: 7px;
	border: 2px solid #cadceb;
    box-sizing: border-box;
	margin:0.2%;
	width: 13.9%;
	min-height: 60px;
	overflow:hidden;
	white-space:nowrap;
}
.sday {
	display:inline;
}
/*.date {
	background-color:#CADCEB;
	float:left;
	width:20px;
}*/
.eventbg {
	border-radius:13px;
	padding:0 3px;
}
.event {
 	display:flex;
	margin-bottom:3px;
}
.event-box {
    border-radius: 7px;
	border: 2px solid #cadceb;
    box-sizing: border-box;
	margin:0.2%;
	width: 13.9%;
	overflow:hidden;
	white-space:nowrap;
	text-align:center;
}
.event-box .cal-day {
	text-align:center;
}
.hday {
	margin-left:5px;
}
.event-box .hday, .event-box .eventbg{
	margin-left:0px;
	padding-left:0px;
}
.shday {
	display:none;
}
.kday {
	display:none;
}
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {

#index-calendar {
    margin-left: -5px;
    margin-right: -5px;
}
.sday {
	display:none;
}
.event, .week {
	display:unset;
}
.event-box, .wday {
	width:100%;
	float:none;
	text-align:left;
	border-radius:0px;
	margin:2px 0;
}
.noday {
	display:none;
}
.nday {
	display:none;
}
.cal-day {
	display:none;
}
.kday {
	display:inline;
	line-height:2em;
}
.wday {
	min-height:0;
}
}