
.row {
	width: 100%;
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-gap: 20px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
}
@media screen and (max-width:650px){
	.row {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}
@media screen and (max-width: 380px){
	.row {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}
}


.calendar article {
	padding: 0 0 20px 20px;
	position: relative;
	color: #002973;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
}
.calendar article::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.calendar article.highlight::before {
    height: 16px;
    left: -3px;
    top: 2px;
    width: 16px;
}
.calendar article.foto::before {
	background: #fc594e;
}
.calendar article.film::before {
	background: #002973;
}
.calendar article.allgemein::before {
	background: #2eb3bb;
}
.calendar article.tv::before {
	background: #03ABF9;
}
.calendar article:hover::before {
	top: 0px;
	left: -5px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
}
.calendar article.event.foto a:hover {
	color: #fc594e;
}
.calendar article.event.film a:hover {
	color: #002973;
}
.calendar article.event.allgemein a:hover {
	color: #2eb3bb;
}
.calendar article.event.tv a:hover {
	color: #03ABF9;
}

.calendar time {
	margin-bottom: 0;
	font-weight: normal;
}
.calendar h1 {
	margin-bottom: 0;
}

.single-event h1 {
	margin-bottom: 0;
}
.single-event h2 {
	margin-bottom: 30px;
}
.single-event hr {
	border: none;
	border-top: 1px solid #000;
	margin-bottom: 10px;
	opacity: 0.5;
}

.single-event .nopic {
	font-size: 30em;
	opacity: 0.3;
	font-family: "GillSansMTStd-Light";
}
.single-event .Foto .nopic {
	color: #fc594e;
}
.single-event .Film .nopic {
	color: #002973;
}
.single-event .Allgemein .nopic {
	color: #2eb3bb;
}
.single-event .Tv .nopic {
	color: #03ABF9;
}

/* # # # # WW 2015 # # # # */

.kalender {
	background: transparent url('../images/cal/cracked.png') no-repeat;
	padding-bottom: 20px;
	font-size: 0.8em;
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-justify-content: space-around;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
@media(max-width:850px) {
	.kalender {
		display: none;
	}
}
@media print {
	body.overlay .kalender {
		display: none;
	}
}

@media(min-width:1400px) {
	.kalender > div {
		width: 16.66%;
	}
}
@media(max-width:1400px) and (min-width:1050px) {
	.kalender > div {
		width: 25%;
	}
}
@media(max-width:1050px) {
	.kalender > div {
		width: 33.33%;
	}
}
.kalender table {
	/*display: inline-block;*/
	/*padding-bottom: 10px;*/
	padding: 0 4px 10px;
	color: #002973;
	position: relative;
	margin: 0 auto;
}

.calendar.jetzt:after {
	position: absolute;
	content: '';
	background: transparent url('../images/cal/markerMonat2.png') no-repeat;
	width: 191px;
	height: 141px;
	top: 0px;
	left: 0px;
	z-index: -10;
	opacity: 0.5;
}
.kalender table th {
	font-weight: normal;
	text-align: left;
}
.kalender table td {
	padding: 3px 5px;
	text-align: center;
}
.kalender table .on {
	padding: 0;
}
.kalender a {
	color: #fff;
	position: relative;
	display: block;
	padding: 3px 5px;
}
.kalender a:hover {
	color: #fff;
}
.kalender a:after {
	content: "";
	position: absolute;
	top: 0px;
	left: -5px;
	width: 40px;
	height: 32px;
	background: transparent url('../images/cal/marker01.png') no-repeat;
	z-index: -1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	opacity: 0.5;
}
.kalender .nobg a:after {
	background: none !important;
}
.kalender a:hover:after, .kalender a.machan:after {
	opacity: 1;
}
.kalender .foto a:after {
	background: transparent url('../images/cal/marker01.png') no-repeat;
}
.kalender .foto.end a:after {
	background: transparent url('../images/cal/foto_langtermin_end.png') no-repeat right;
	width: 137px;
	top: -4px;
	left: auto;
	right: -10px;
}
.kalender .film a:after {
	background: transparent url('../images/cal/marker02.png') no-repeat;
}
.kalender .film.end a:after {
	background: transparent url('../images/cal/film_langtermin_end.png') no-repeat right;
	width: 61px;
	top: -5px;
	left: auto;
	right: -7px;
}
.kalender .allgemein a:after {
	background: transparent url('../images/cal/marker03.png') no-repeat;
}
.kalender .tv a:after {
	background: transparent url('../images/cal/marker02_rund.png') no-repeat;
}

/* speziallinks - lange termine */
/*.kalender .m8d1 a:after {
	left: -32px;
	width: 185px;
	height: 111px;
	background: transparent url('../images/cal/cal_0108_01102016.png') no-repeat;
}
.kalender .m9d8 a:after {
	top: -2px;
	left: -107px;
	width: 188px;
	height: 71px;
	background: transparent url('../images/cal/cal_0809_18092016.png') no-repeat;
}
.kalender .m9d10 a:after {
	top: -4px;
	left: -154px;
	width: 190px;
	height: 72px;
	background: transparent url('../images/cal/cal_1009_18092016.png') no-repeat;
}
.kalender .m9d13 a:after {
	top: -2px;
	left: -58px;
	width: 182px;
	height: 44px;
	background: transparent url('../images/cal/cal_1309_18092016.png') no-repeat;
}*/

.kalender a span:after {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.23s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-image: url('../images/cal/cracked.png');
    border-radius: 5px;
    bottom: 25px;
    color: #fff;
    content: attr(title);
    left: -90px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1000;
    width: 200px;
    opacity: 0;
    pointer-events: none;
    text-transform: uppercase;
}
.kalender a:hover span:after{
    bottom: 35px;
    opacity: 1;
}
.kalender a span:before{
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.23s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    border: solid;
    border-width: 6px 6px 0 6px;
    bottom: 19px;
    content: "";
    left: 6px;
    position: absolute;
    z-index: 99;
    opacity: 0;
}
.kalender a:hover span:before{
    bottom: 29px;
    opacity: 1;
}
.kalender .film a span:before{
    border-color: #002973 transparent;
}
.kalender .film a span:after{
    background-color: #002973;
}
.kalender .foto a span:before{
    border-color: #fc594e transparent;
}
.kalender .foto a span:after{
    background-color: #fc594e;
}
.kalender .allgemein a span:before{
    border-color: #2eb3bb transparent;
}
.kalender .allgemein a span:after{
    background-color: #2eb3bb;
}
.kalender .tv a span:before{
    border-color: #03ABF9 transparent;
}
.kalender .tv a span:after{
    background-color: #03ABF9;
}
