body {
	background: white;
	color: black;
	font-family: Lato, sans-serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	overflow-y:scroll;
}





h1{
	color: #1A71A7;
	font-size: 16pt;
	font-weight: normal;
}
h2{
	color: #1A71A7;
	font-size: 14pt;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

a {
	color: #df0023;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}





* {	font-family: Lato, sans-serif;
	font-size: 11pt;  }
	
.clear{
	clear: both;
}

#lightbox{	position: absolute;left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#lightboximageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/clips/lightboximages/prev.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/clips/lightboximages/next.png) right 15% no-repeat; }

#imageDataContainer{ font:10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

#imageData{padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#lightboxoverlay{ position: fixed; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #000; }

.imageDataAppear { animation: lightboxFlutsch 600ms 1;
	-webkit-animation: lightboxFlutsch 600ms 1;
}
@-webkit-keyframes lightboxFlutsch  {
	from {opacity:0; }
	to {opacity:1;}
}
@keyframes lightboxFlutsch  {
	from {opacity:0;}
	to {opacity:1;}
}
.imageDataOut { opacity:0;}




	
	
div#widget_cal_container{
	position: relative;
	width: 100%;
	max-width: 400px;
	padding: 20px;
	box-sizing: border-box;
}	
div#widget_cal_container strong{
	font-size: 11pt;
}	


table.cal{
	table-layout: fixed;
	width: 100%;
	background: #EEE;
	border-spacing: 1px;
	box-sizing: border-box;
	border-collapse: collapse;
}
table.cal th{
	color: black;
	font-size: 8pt;
	font-weight: bold;	
	padding: 4px;
	box-sizing: border-box;
	text-align: center;
}
table.cal td{
	text-align: center;
	font-size: 10pt;
}
table.cal td div.cal_day, table.cal td a{
	background: white;
	display: block;
	padding: 4px;
	text-align: center;
	box-sizing: border-box;
	font-size: 10pt;	
	text-decoration: none;
	color: black;
}
table.cal td a{
 	background: rgba(26, 113, 167, 0.3);
 	color: white;
 }
table.cal td a:hover{
  	background: #FFB400;
}
.current{
	color: white;
	background: #FFB400 !important;	
	font-weight: bold;
}
.past{
	opacity: 0.4;
}
table.cal tr td:last-child div, table.cal tr td:last-child a{
	color: #a80000 !important;
}





div.cal_month_nav{
	position: relative;
	width: 100%;
	max-width: 400px;
	background: #555555;	
	margin-bottom: 2px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 10pt;	
}
div.cal_month_nav a{
	display: block;
	width: 33.33%;
	color: white;
	text-decoration: none;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	font-size: 10pt;	
}
div.cal_month_nav span{
	color: #AAA;
	width: 33.33%;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	font-size: 10pt;	
}





a.next_item{
	display: block;
	margin-bottom: 8px;
	line-height: 1.3em;
	font-size: 11pt;
	text-decoration: none;
	color: black;
}
a.next_item strong{
	font-size: 11pt;
}
div.widget_more{
	text-align: right;
}
div.widget_more a{
	color: #df0023;
	text-decoration: none;
	font-size: 11pt;
}






div.termin{
	position: relative;
	margin-bottom: 20px;
	min-height: 80px;
	border: #E3E3E3 1px solid;
	box-sizing: border-box;
	width: 100%;
	line-height: 1.3em;
	font-size: 11pt;
}

div.termin_headline{
	position: relative;
	background: #F9F9F9;	
	padding: 5px;
	box-sizing: border-box;
	color: #5b5b5b;
	font-size: 11pt;
}
span.termin_title{
	color: #df0023;
	font-weight: bold;
}
div.termin_content{
	padding: 10px;
}
div.termin_content img{
	width: 150px;
	height: auto;
	float: right;
	vertical-align: bottom;
	margin: 5px 0px 5px 15px;
}
@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
 {
	div.termin_content img{
		width: 100px;
	}
}
a.termin_more{
	color: #df0023;
	text-decoration: none;
	font-size: 11pt;
}





form#veranstaltung_form{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
form#veranstaltung_form select{
	box-sizing: border-box;
	border: #1A71A7 1px solid;
	padding: 5px;	
}
form#veranstaltung_form input[type=submit]{
	box-sizing: border-box;
	border: none;
	padding: 7px;	
	background: #FFB400;
	color: #4B4B4B;
	font-weight: bold;
	text-transform: uppercase;
}
form#veranstaltung_form input[type=submit]:hover{
	cursor: pointer;
	background: #1A71A7;
	color: white;
}

div.termine_container{
	position: relative;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

div.termin_details{
	position: relative;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	line-height: 1.3em;	
}

div.termin_picture{
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	text-align: center;
	padding: 10px;
	margin: 10px 0px 0px 0px;
}
div.termin_picture img{
	width: 100%;
	max-width: 400px;
	height: auto;
}
div.termin_time{
	color: #1A71A7;
	margin-bottom: 20px;
	font-size: 12pt;
}
div.termin_details_infos{
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #EEE;
}
div.termin_back{
	text-align: center;
	margin-bottom: 30px;
}