﻿


/* CALENDAR */ 



@import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,400italic");
@import url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");



@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");


/*
body { 
	background-image: url('/mediathek/Background_web1.jpg');
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0px 0px;
    	background-attachment: fixed;
	}
*/
    
.title2 { text-transform: uppercase;}

.bild1 {
	overflow: hidden;
	width: 70px;
	height:70px; 
	padding-bottom: 0px; 
    }

.bild2 {
	overflow: hidden;
	width: 100px;
	height:100px; 
	padding-bottom: 0px; 
    }


.mini {

    	padding-bottom: 5px;
	padding-left: 0 auto;
	padding-right: 0 auto;
	height: 180px;  
    }




/*   
h2 {
	text-align: center;
	
}
*/

/* ===  FONT FÜR TITEL PRO EVENT
.title {
	font-family: 'Open Sans', sans-serif !important;
	text-transform: uppercase;
	font-weight:300;

}
==== */



/* === h3 =>  Runde Bilder Unterschrift === */
h3 {
	font-family: "Oswald", sans-serif !important;
	font-size: 20px;
	font-weight: 500;
	align: center; 
	margin-top: 10px;
}






@media (min-width: 1080px) {
         
	#leftbar {
	width: 15.33% !important;
        }

	.event-list { 	
	padding-right: 40px !important; 
	border-left: 0px solid #3e3e3e; 
 z-index: -5;
	}

}



    .event-list {
		list-style: none;
		font-family: 'Lato', sans-serif;
		margin: 0px;
		padding-right: 0px;
 z-index: -5;
	}


/* ==========GROSSER RECHTER BLOCK =====================  */

	.event-list > li {
  		background-color: rgba(149,97,96, 0.37);
		box-shadow: 0px 0px 5px rgb(51, 51, 51);
		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
		padding: 0px;
		margin: 0px 0px 20px;
 z-index: -9;
	}



	.event-list > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		background-color: rgba(166,109,76, 0.99);                     /* rgb(63, 89, 53); oder neu #A56D4C;*/
		padding: 0px;
		text-align: center;
		text-transform: uppercase;
	}
	.event-list > li:nth-child(even) > time {
		background-color: rgba(112,98,86, 0.99); 			/* rgb(101, 143, 85); oder neu  #6F6156;*/
	}


	.event-list > li > time > span {
		display: none;

	}

	.event-list > li > time > .day {
		display: block;
		font-size: 56pt;
		line-height: 1;
 		font-family: 'Oswald', sans-serif;
		font-weight: 100;
	}

	.event-list > li time > .month {
		display: block;
		font-size: 24pt;
		line-height: 1;
 		font-family: 'Oswald', sans-serif;
		font-weight: 300;
		padding-top: 5px;
	}

	.event-list > li > img {
		width: 100%;
	}
	.event-list > li > .info {
		padding-top: 5px;
		text-align: center;
 z-index: -5;
	}

	.event-list > li > .info.cancelled {
		background-image: url('/mediathek/cal/cancelled_stamp_web1.png') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
 z-index: -9;
	}


	.event-list > li > .info > .title {
		font-size: 15pt;
		font-weight: 400;
		margin: 0px;
		color: white;
   		font-family: 'Oswald', sans-serif;
    		text-transform: uppercase;
 z-index: -9;
	}

	.event-list > li > .info > .desc {
		font-size: 13pt;
		font-weight: 300;
		margin: 0px;
		color: white;
	/*	line-height: inherit;    */
 z-index: 9;

	}


/* === If location and/or time has been changed === */

.marquee {
	background-color: red !important;
	color: white;
    	overflow: hidden;
	font-weight: 600;
    	white-space: nowrap;
    	position: relative;
    	-webkit-animation: marquee 5s infinite; /* Safari 4.0 - 8.0 */
    	-webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
    	animation: marquee 5s infinite;
    	animation-direction: alternate;
	}

.marquee:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}


@keyframes marquee {
    0%   { text-indent: 330px }
    100% { text-indent: -270px }
}

@-webkit-keyframes marquee {
    0%   { text-indent: 330px }
    100% { text-indent: -270px }
}



@media screen and (max-width:780px) {

@keyframes marquee {
    0%   { text-indent: 20px }
    100% { text-indent: -10px }
}

@-webkit-keyframes marquee {
    0%   { text-indent: 20px }
    100% { text-indent: -10px }
}


.marquee {
	font-size: 10px;
	font-weight: 500;
    	-webkit-animation: marquee 3s infinite; /* Safari 4.0 - 8.0 */
    	-webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
    	animation: marquee 3s infinite;
    	animation-direction: alternate;
}

}

/* === ENDE  location and/or time has been changed === */




	.event-list > li > .info > ul,
	.event-list > li > .social > ul {
		display: table;
		list-style: none;
		margin: 10px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	.event-list > li > .social > ul {
		margin: 0px;
	}
	.event-list > li > .info > ul > li,
	.event-list > li > .social > ul > li {
		display: table-cell;
		cursor: pointer;
/*		color: rgb(30, 30, 30);    */
		font-size: 11pt;
		font-weight: 300;
        padding: 3px 0px;
 z-index: -9;
	}


    .event-list > li > .info > ul > li > a {
		display: block;
		width: 100%;
		color: rgb(30, 30, 30);   
		text-decoration: none;
 z-index: -9;
	} 

    .event-list > li > .social > ul > li {    
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        padding: 3px 0px;
	} 
	.event-list > li > .info > ul > li:hover,
	.event-list > li > .social > ul > li:hover {
		color: rgb(30, 30, 30);
		background-color: rgb(200, 200, 200);   
	}




	.facebook a,
	.twitter a,
	.google-plus a {
		display: block;
		width: 100%;
		color: rgb(75, 110, 168) !important;
	}
	.twitter a {
		color: rgb(79, 213, 248) !important;
	}
	.google-plus a {
		color: rgb(221, 75, 57) !important;
	}
	.facebook:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(75, 110, 168) !important;
	}
	.twitter:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(79, 213, 248) !important;
	}
	.google-plus:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(221, 75, 57) !important;
	}


	@media (min-width: 768px) {           
		.event-list > li {
			position: relative;
			display: block;
			width: 100%;
			height: 120px;
			padding: 0px;
		}

		.event-list > li > time,
		.event-list > li > img  {
			display: inline-block;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			float: left;
		}



		.event-list > li > .info {
/*			background: rgba(149, 97, 96, 0.73);    */
			overflow: hidden;
		}

		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			height: 120px;
			padding: 0px;
			margin: 0px;
		}
		.event-list > li > .info {
			position: relative;
			height: 120px;
			text-align: left;
			padding-right: 5px;
			padding-left: 5px;
		}	
		.event-list > li > .info > .title, 
		.event-list > li > .info > .desc {
			padding: 1px 0px;
		}
		.event-list > li > .info > ul {
			position: absolute;
			left: 5px;
			bottom: 0px;
		}
		.event-list > li > .social {
			position: absolute;
			top: 0px;
			right: 0px;
			display: block;
			width: 40px;
		}
        .event-list > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
		.event-list > li > .social > ul > li {			
			display: block;
            padding: 0px;
		}
		.event-list > li > .social > ul > li > a {
			display: block;
			width: 40px;
			padding: 10px 0px 9px;
		}


}


/*  === FONT ZU WHEN  === */
h15 {
		text-align: left;
		display: block;  
		line-height: 1.5;
		padding-top: 4px;
		border-top: 1px solid black;
 z-index: -9;
}


.when {
	/*	background-color: transparent;  */
		padding-top: 5px;
		height: 30px;
		padding: 5px;
		width: 100%;
		font-weight: 400;
		color: white;
		font-size: 10pt;
		letter-spacing: -0.01em;
 z-index: -9;
    }	


	@media (min-width: 1080px) {         
		.when {
		 font-size: 12pt;
		 color: white;
        }

		h15 {
		border-top: 2px groove silver;
        }
    }



.infocancelled {
		background-image: url('/mediathek/cal/cancelled_stamp_web1.png') !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
 		z-index: 99 !important;
}




