/* 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:#fff;
	width:117px;
	height:92px;
	background-color: #95c23d;
}

.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:36px;
    line-height:1;
    font-weight: 600;
	font-family: "Liniga W05 Regular", sans-serif;	
}

.mod_eventlist .header .date > .month {
    display:block;
	line-height: 0.85;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 28px;
	font-family: "Liniga W05 Regular", sans-serif;
}

.mod_eventlist .layout_teaser p.more a
{
	font-family: "Bree W01 Semibold", serif;
	color: #5e5e5e !important;
	text-transform: uppercase;
}

.mod_eventlist .layout_teaser p.more a::before {
    color: #fff;
    content: "";
    background-image: url(/files/mhr20/theme/elements/geopark_pfeil-hyperlink-button.png);
    background-repeat: no-repeat;
    width: 20px;
    padding-right: 5px;
    display: inline-block;
    position: relative;
    height: 20px;
    background-position: left 11px;
}

.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;
}



.mod_eventlist.internal .layout_upcoming
{
	margin-bottom:12px;
	display: flex;
	
}
.mod_eventlist.internal .date_container
{
    max-width: 240px;
    flex-basis: 240px;
    flex-grow: 0;
    flex-shrink: 0;
}
.mod_eventlist.internal .date
{
    background-color: #83b53a;
    color: #fff;
    padding: 5px;
    font-weight: 700;
    line-height: 16px;
    font-size: 16px;
    display: inline-block;
	
}
.mod_eventlist.internal .text_container a
{
	font-size:18px;
	font-weight:700;
	color:#000;
}
/* --------------------------------------------------------------------------------
 * 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) {
	

	
}
