/* Teaser boxed */

.mod_eventlist .layout_teaser
{
	width:100%;
	float:none;
	margin-bottom:16px;
	display: flex;
	margin-top:16px;
}


.mod_eventlist .layout_teaser .header,
.mod_eventlist .layout_teaser .content{
		width:90px;
}

.mod_eventlist .header {
	width: 90px;
    margin-right: 24px;
    /*margin-right:20px;*/
    padding:17px .5px 20px;
    text-align:center;
    line-height:1;
    color:#22425b;
	width:117px;
	height:92px;
	background-color: #f4f6f7;
	font-family: "Muli", sans-serif;
}

.mod_eventlist .layout_teaser .content{
	flex-grow: 4;
	padding-bottom:6px;
	border-bottom:2px solid #b7b7b7;
	margin-bottom:18px;
}

/*.mod_eventlist .layout_teaser h3,
.mod_eventlist .layout_teaser h3 a {
   
    margin-top:0px;
	font-family: "Bree Serif W01 It", sans;
	font-size: 28px;
	line-height: 35px;
	max-width: 85%;
}*/

.mod_eventlist .content p.time
{
	margin-bottom:0px;
}

.mod_eventlist .header > .date {
    display:block;
}

.mod_eventlist .header .date > .day {
    display:block;
    font-size:32px;
    line-height:1;
    font-weight: 600;
}

.mod_eventlist .header .date > .month {
    display:block;
	line-height: 0.85;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 24px;
}

.mod_eventlist .layout_teaser p.more
{
	margin-top:24px;
}

.mod_eventlist .layout_teaser p.more a
{
	background-color: #d8be00;
    color: #fff;
    text-transform: uppercase;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 10px;
    border: 0px;
	font-size:14px;
}


.mod_eventlist .pagination {
    position: relative;
}

.mod_eventlist .pagination ul
{
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
}

.mod_eventlist .pagination li
{
	display: block;
    float: left;
    padding: 8px;
    background-color: #95c23d;
    padding-right: 12px;
    padding-left: 12px;
    color: #fff;
	margin-left:8px;
}

.mod_eventlist .pagination li a
{
	color:#fff!important;
}



/* --------------------------------------------------------------------------------
 * Responsive Design
 * ----------------------------------------------------------------------------- */


/* --- Large devices - Desktop // xxl
 * ---------------------------------------- */

@media only screen and (max-width: 1560px) {
	
}


/* --- Large devices - Desktop // xl
 * ---------------------------------------- */
 
@media only screen and (max-width: 1380px) {
	
	
}


/* --- Large devices - Desktop // lg
 * ---------------------------------------- */
 
@media only screen and (max-width: 1199px) {
	
	
}

/* --- Medium devices - Tablet // md
 * ---------------------------------------- */
 
@media only screen and (max-width: 991px) {
	
	.onlymobile
	{
		display:block;
	}

}

/* --- Small devices - Phone // sm
 * ---------------------------------------- */
 
@media only screen and (max-width: 767px) {
	


}

/* --- Small devices - Phone // s
 * ---------------------------------------- */
 
@media only screen and (max-width: 639px) {

.mod_eventlist .layout_teaser .header, .mod_eventlist .layout_teaser .content
{
	width:70px;
}

/*.mod_eventlist .layout_teaser h3, .mod_eventlist .layout_teaser h3 a {
    margin-top: 0px;
    font-family: "Bree Serif W01 It", sans;
    font-size: 21px;
    line-height: 26px;
}*/

}


/* --- Extra small devices - Phone // xs
 * ---------------------------------------- */
 
@media only screen and (max-width: 544px) {
	

	
}
