.mod_eventlist.columnview
{
	overflow:visible;
}

.mod_eventlist.columnview .layout_teaser
{
	
	box-sizing:border-box;
	width:33.33%;
	padding-left:20px;
	padding-right:20px;
	float:left;
	min-height:294px;
	height:294px;
	position:relative;
	z-index:2222;
	overflow:visible;
	
}

.mod_eventlist.columnview .layout_teaser:before
{
	content:url(../elements/main-icon-events.png);
	position:absolute;
    top: 24px;
    left: -3px;
}

.mod_eventlist.columnview .layout_teaser:after
{
	content:url(../elements/cvjm_ecken_red-1.jpg);
	position:absolute;
    right: 20px;
    top: 0px;
}

.mod_eventlist.columnview .layout_teaser.last:after
{
	right: 0px;
}
.mod_eventlist.columnview .layout_teaser .event_background
{
	
	background-image:url(../elements/background_box-rot.png);
	background-repeat:no-repeat;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:30px;
	color:#fff;	
}

.mod_eventlist.columnview .layout_teaser.first:before
{
	left: -24px;
}



.mod_eventlist.columnview .layout_teaser.first
{
	padding-left:0px;
}

.mod_eventlist.columnview .layout_teaser.last
{
	padding-right:0px;
}

.mod_eventlist.columnview .layout_teaser .time 
{
	padding-top:25px;
	color:#fff;
	margin-bottom:24px;
	font-family:"IntroRustL-Base", sans-serif;
	font-size:28px;
	line-height:20px;
}

.mod_eventlist.columnview .layout_teaser h3
{
    font-family: "DIN2014-Narrow", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
	margin-bottom: 6px;
    margin-top: 42px;
}

.mod_eventlist.columnview .layout_teaser h3 a
{
	color:#fff;
}




.mod_eventlist.columnview p.more a
 {
	background-image:url(../elements/button.jpg);
    padding-left:24px;
    padding-top:11px;
    padding-right:16px;
    padding-bottom:11px;
	font-family:"DIN2014-Narrow", sans-serif;
	text-transform:uppercase;
	font-size:18px;
	line-height:18px;
	color:#000;

}

.mod_eventlist.columnview p.more
{
	margin-top:24px;
	display:block;
	margin-bottom:24px;
}