.latest-post-selection {
    clear: none;
}

.latest-post-selection, .latest-post-selection * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* default one column for small screens */

.latest-post-selection article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #2d2d30;
    border: 1px solid #555; /* #2d2d30 */
    margin-bottom: 4%;
    width: 98%;
    padding-bottom:98%;
    padding-left, padding-top, padding-right: 0;
    overflow: hidden;
    font-family: "Work Sans", "Helvetica Neue", sans-serif;
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 400;
	text-shadow: 1px 1px 1px #666;
}

.latest-post-selection.links article {
    float: left;
}

.latest-post-selection.rechts article {
    float: left;
}

a.read-more-wrap p {
   	color: #fff;
	}

/* two columns for bigger screens */

.latest-post-selection.two-columns article {
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
    overflow: hidden;
    padding-bottom: 49%;
    width: 49%;
}

.latest-post-selection.two-columns article:nth-child(2n) {
    clear: right;
    background-color: #333336;
    border: 1px solid #333336;
    margin-right: 0px;
}

@media screen and (min-width: 32.25em) {
	.latest-post-selection.links article {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    padding-bottom: 48%;
    overflow: hidden;
    width: 48%;
    font-size: 1.3rem;
   	line-height: 1.4;
	}
	.latest-post-selection.rechts article {
    float: right;
    margin-right: 2%;
    margin-bottom: 2%;
    padding-bottom: 48%;
    overflow: hidden;
    width: 48%;
    font-size: 1.3rem;
   	line-height: 1.4;
	}
}

@media screen and (min-width: 56.25em) {
	a.read-more-wrap p {
    font-size: 1.4em;
   	line-height: 1.5;
	}
}

/* teaser div */

.teaser {
	position: absolute;
}

/* a wrapper read-more-wrap */

.latest-post-selection article .read-more-wrap {
    text-decoration: none;
    position: relative;
}

/* elements inside the a wrapper */

a.read-more-wrap img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 101%;
    margin: 0;
    max-width: 101%;
}

a.read-more-wrap p {
    position: absolute;
    width: 10em;
    left: 0;
    bottom: 0;
	margin: 0.5em;
}
 
 
 
/* the rest */

.latest-post-selection article .read-more {
    float: right;
}

.latest-post-selection article .tags:before {
    content: "Tags: ";
}

.latest-post-selection.three-columns article {
    float: left;
    height: 200px;
    max-height: 200px;
    margin-right: 1.1%;
    overflow: hidden;
    width: 32.6%;
}

.latest-post-selection.three-columns article:nth-child(3n+2) {
    background-color: #EEE;
    border: 1px solid #DDD;
}

.latest-post-selection.three-columns article:nth-child(3n) {
    clear: right;
    background-color: #DDD;
    border: 1px solid #CCC;
    margin-right: 0px;
}

.latest-post-selection.pages {
    clear: both;
    display: table-row;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
}

.latest-post-selection.pages li {
    display: inline-block;
    float: left;
    list-style-type: none;
    position: relative;
    vertical-align: middle;
}

.latest-post-selection.pages li:first-child {
    margin: 1px;
    padding: 5px;
    padding-left: 0px;
}

.latest-post-selection.pages li a {
    display: block;
    line-height: 24px;
    margin: 1px;
    min-width: 24px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

.latest-post-selection.pages li.current a {
    font-weight: bold;
}
