.inner-post-box {
    display: flex;
    flex-direction: column;
    width: 50%;
    float: left;
    margin-right: 20px;
	border-bottom: #cccccc 1px dotted;
	border-top: #cccccc 1px dotted;
	padding-top: 23px;
}
.inner-post-box img {
    max-width: 100%;
    height: auto;
}
.inner-post-text {
    margin-top: 10px;
}
.inner-post-stichzeile {
    color: #ca1b22;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.inner-post-text h5 {
    margin: 0;
}
