/* Teaser boxed */

.mod_eventlist
{
	display:flex;
	flex-wrap: wrap;
	margin-left:-16px;
	margin-right:-16px;
}

.mod_eventlist .layout_teaser
{
	flex-basis: 50%;
	width:50%;
	float:none;
	margin-bottom:32px;
	display: flex;
	margin-top:16px;
	padding-left:16px;
	padding-right: 16px;
}



.mod_eventlist .header {
	width: 120px;
	height: 120px;
    margin-right: 32px;
    /*margin-right:20px;*/
    padding:16px;
    text-align:center;
    line-height:1;
    color:#fff;
	background-color: #2A2476;
	display:table;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	flex-direction: column;
	max-width: 120px;
    flex-basis: 120px;
    flex-grow: 0;
    flex-shrink: 0;	
}

.mod_eventlist .header > div
{
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
}

.mod_eventlist .layout_teaser:nth-child(2) .header,
.mod_eventlist .layout_teaser:nth-child(3) .header
{
    color:#2A2476;
	background-color: #CFE2F5;	
}
.mod_eventlist .layout_teaser .content
{
	max-width: calc(100% - 156px);
    flex-basis: calc(100% - 156px);
    flex-grow: 0;
    flex-shrink: 0;	
}
.mod_eventlist .layout_teaser .content .detail_container 
{
	display: flex;
    justify-content: space-between;
}
/*
.mod_eventlist .layout_teaser .content .detail_container > .time
{
	float: left;
	width:240px;
}*/

.mod_eventlist .layout_teaser .content .detail_container > div
{
	color:#8197CD;
	font-weight: 600;
	text-transform: uppercase;
}
/*.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: relative;
    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;
}

*/

.pagination li a{

	border:0px;
    height: 42px;
    border: solid #d50c2f 2px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    padding-bottom: 14px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;	
	display: inline-block;
	margin-right: 8px;
	background-color:unset;
	color:#191919;
}

.pagination li a:hover{
	color:#fff;
	background-color: #d50c2f;
}

.pagination li strong {

	border:0px;
    height: 42px;
    border: solid #d50c2f 2px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    padding-bottom: 14px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;	
	display: inline-block;
	margin-right: 8px;
	background-color:#d50c2f;
	color:#fff;
}

.pagination p
{
	display: none;
}

.mod_eventlist.singlelist 
{
	display:block;
	
}

.mod_eventlist.singlelist  .layout_teaser
{
	width:90%;
	margin-bottom: 3rem;
}


.mod_eventlist.singlelist .layout_teaser:nth-child(even) .header
{
    color:#2A2476;
	background-color: #CFE2F5;	
}

.mod_eventlist.singlelist .layout_teaser:nth-child(odd) .header
{
    color:#fff;
	background-color: #2A2476;
}

.mod_eventlist.singlelist .layout_teaser .content
{
	flex-basis: calc(100% - 120px);
    flex-grow: 0;
    flex-shrink: 0;
}

.mod_eventlist.singlelist .layout_teaser .detail_container
{
	display:flex;
	justify-content: space-between
}


.mod_eventreader p.info time:after
{
	content: "Uhr";
	padding-left:3px;
}

.mod_eventreader p.info time:before
{
	content: "";
	background-image: url(../elements/uhrzeit.svg);
	width:20px;
	height:19px;
	display: inline-block;
	background-repeat: no-repeat;
}

.mod_eventreader p.location:before
{
	content: "";
	background-image: url(../elements/location.svg);
	width:20px;
	height:19px;
	display: inline-block;
	background-repeat: no-repeat;
}

.mod_eventreader p.info,
.mod_eventreader p.location
{
	color: #8197CD;
    font-weight: 600;
    text-transform: uppercase;
	font-size: 1.15rem;
}

.mod_eventreader p.info
{
	margin-top: 2rem;
}

.mod_eventreader p.location
{
	margin-bottom: 2rem;
}
.mod_eventreader p.back
{
	margin-top:3rem;
}

/* --------------------------------------------------------------------------------
 * 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) {
	

	.mod_eventlist {
	  display: block;
	  margin-left: 0px;
	  margin-right: 0px;
	}
	
	.mod_eventlist .layout_teaser {
	  flex-basis: 100%;
	  width: 100%;
	  float: none;
	  margin-bottom: 2rem;
	  display: flex;
	  margin-top: 0px;
	  padding-left: 0px;
	  padding-right: 0px;
	}
	

}

/* --- Small devices - Phone // sm
 * ---------------------------------------- */
 
@media only screen and (max-width: 767px) {
	


}

/* --- Small devices - Phone // s
 * ---------------------------------------- */
 
@media only screen and (max-width: 639px) {

	.mod_eventlist .header {
		width: 100px;
		height: 100px;
		max-width: 100px;
		flex-basis: 100px;
		margin-right: 19px;
	}
	
	.mod_eventlist .layout_teaser .content {
	  max-width: calc(100% - 119px);
	  flex-basis: calc(100% - 119px);
	  flex-grow: 0;
	  flex-shrink: 0;
	}

}


/* --- Extra small devices - Phone // xs
 * ---------------------------------------- */
 
@media only screen and (max-width: 544px) {
	

	
}
