/*
style for the right-sidebar calendar, cms module "CGCalendar"
*/

/* ------- CONFIGURATION -------- */

/* HINTERGRUNDFARBE EINES KALENDER EINTRAGS IN DER RECHTEN SIDEBAR IN DER DESKTOP ANSICHT */

/* HINTERGRUNDFARBE EINES KALENDER EINTRAGS IN DER RECHTEN SIDEBAR IN DER MOBILE ANSICHT */

/* FENSTERBREITE BEI DER ZWISCHEN DESKTOP UND MOBILE LAYOUT GEWAECHSELT WIRD */

/* ------- CONFIGURATION ENDE -------- */


/* display the "upcominglist" as one line per entry (assuming default class and id names) */
#right_sidebar #cal-upcominglist .calendar-date-title
,#right_sidebar #cal-upcominglist .calendar-summary-title
{
  display: none;
}

#right_sidebar #cal-upcominglist .calendar-date
,#right_sidebar #cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#right_sidebar #cal-upcominglist h1
{
  color: red;
  font-size: 120%;
}



#right_sidebar .calendar-event{
  position:relative;
  background-color:#F0F0F0;
  text-align:center;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);  
}
@media(max-width:1150px){
  #right_sidebar .calendar-event{
    margin-left:5%;
    background-color:white;
  }
  
}
#right_sidebar .event-title{
  position:relative;
  display: inline;
  margin-right: 5px;
  font-size:1.2em;
  font-weight:300;   
}
#right_sidebar .calendar-date-from
,#right_sidebar .calendar-summary{
  margin-left:5px;
  margin-right:5px;
}
#right_sidebar .calendar-date-from{
  vertical-align:middle;
}
#right_sidebar .calendar-summary{
  font-size:0.8em;
}
#right_sidebar .calendar-details{
  display:none;
}
/* calendar icon */
#right_sidebar .calendar-date-from img{
}
/* Stylesheet: uchong_termine_sidebar Modified On 2016-01-24 14:18:25 */
/* -------- CONFIGURATION ------------ */

/* HINTERGRUNDFARBE EINES NEWS ARTIKELS */

/* HINTERGRUNDFARBE DES DATUMS DAS OBEN RECHTS IN JEDEM NEWSARTIKEL STEHT */

/* FENSTERBREITE BEI DER ZWISCHEN DESKTOP UND MOBILE LAYOUT UMGESCHALTET WIRD */

/* HINTERGRUNDFARBE DER SEITE IN DER MOBILE ANSICHT */

/* -------- CONFIGURATION ENDE ------- */

/* ------------ Main (Right) ------------ */
/* Site Title */
h1.title {
	font-size: 1.8em;
 	color: #666666;
	margin-bottom: 0.5em;
}
#main {
   position:relative;
   width: 58%;
   margin-left:20%;
   float:left;
}
@media(max-width:1150px){
 #main{
   margin-left:0px;
   width:75%;
 }
 #content{
  background-color:#F0F0F0;
 }
}

#content_tag{
  
}

.main-main {
	width: auto;	
	 padding: 5px;
	 padding-top: 0px;
}
.main-bottom {
	width: auto;
	height: 41px;
	
}
.right49, .left49 {
	font-size: 0.85em;
	margin: 7px 5px 5px 10px;
	font-weight: bold;
}
.left49 span {
	display: block;
	padding-top: 1px;
}
.left49 a {
	font-weight: normal;
}
.right49 {
	height: 28px;
	width: 50px;
	padding-right: 10px;
	background: url(https://u-chong.de/uploads/NCleanBlue/bull.png) no-repeat right top;
}
.right49 a, .right49 a:visited {
	padding: 7px 4px;
	display: block;
	color: #000;
	height: 15px;
	background: url(https://u-chong.de/uploads/NCleanBlue/bull.png) no-repeat  left top;
}

div#main ul,
div#main ol,
div#main dl,
#footer ul,
#footer ol {
	line-height: 1em;
	margin: 0 0 1.5em 0;
}
div#main ul,
#footer ul {
	list-style: circle;
}
div#main ul li,
div#main ol li,
#footer ul li,
#footer ol li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}


/* ------------ News Module ------------ */
#news {
	padding: 10px;
}
.NewsSummary {
  position:relative;
  margin-bottom:20px;
  background-color:#FAFAFA;
  padding:10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.NewsSummaryPostdate{
   position:absolute;
   right:0px;
   top:10px;
   background-color:#3D3D3D;
   color:white;
   padding:5px;
   font-weight:bold;
}
.NewsHeading {
   text-align:center;
   font-size:2em;
   padding-top:2em;
   font-weight:200;
}
.NewsSummaryAuthor {
	font-style: italic;
	font-size: 0.8em;
}

.NewsSummaryContent {
	margin: 10px 0;
}
.NewsSummaryMorelink {
	margin: 5px 0 15px;
}
/* ------------ End News Module ------------ */

/* ------------ Sidebar Right --------------*/
#right_sidebar{
   width:20%;
}
@media(max-width:1150px){
 #right_sidebar{
    width:25%;
    background-color:#F0F0F0;    
 }
}
.rightFixed{
   position:fixed;
   top:100px;
   right:0px;
}
.rightScrolling{
   position:relative;
   float:right;
}
/* Stylesheet: uchong newsseite style Modified On 2016-01-24 14:29:13 */
