.pm-teaser-list {
	margin-bottom: 30px;
}
.pm-teaser-list-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
    margin-top: -10px;
	margin-bottom: -15px;
}
.pm-teaser-list-items .pm-item {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
    padding-top: 15px;
	padding-bottom: 15px;
}
.pm-item-image-container {
	position: relative;
	margin-bottom: 15px;
	/*border: 1px solid #a4a4a4;*/
}
.pm-item-image-container::before {
	display: block;
	content: '';
	width: 100%;
	padding-top: calc((1 / 2) * 100%);
}
.pm-item-image {
	position: absolute;
	top: 0; right: 0;
	left: 0; bottom: 0;
	/*text-align: center;*/
}
.pm-item-image img {
	height: 100%;
	width: auto;
}
.pm-media-count {
	position: absolute;
	right: 5px; bottom: 5px;
	display: flex;
	width: 40px; height: 40px;
	align-items: center;
	justify-content: center;
	background-color: #76488d;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	border-radius: 50%;
	pointer-events: none;
}
.pm-media-count::before {
	content: '+';
	margin-right: 1px;
}
.pm-item-header {}
.pm-item-header > a {
	color: #444;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.pm-item-date::after {
	content: '|';
	display: inline-block;
	margin: 0 5px;
	transform: translateY(-1px);
}
.pm-item-title { 
	display: inline;
	font-size: inherit; 
}
.pm-item-subheader > a {
	color: inherit;
	text-decoration: none;
}
.pm-item-short {
	margin-top: 15px;
	margin-bottom: 30px;
}
.pm-item-short > a {
	color: inherit;
	text-decoration: none;
}

.pm-item.is-top-news {
    order: 1;
}

/* Press newsletter */
.press-newsletter .main .container {
	width: 660px;
}
.press-newsletter-header {
	margin-bottom: 15px;
	font-size: 85%;
	color: #2e407d;
}
.press-newsletter-header h3 {
	color: #222;
}
.press-newsletter-divider {
	border: none;
	height: 2px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #eaeaea;
}
.press-newsletter-image:not(:last-child) {
	margin-bottom: 40px;
}
.press-newsletter-image-description {
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-style: italic;
}
.press-newsletter-content {
	margin-bottom: 30px;
}
.press-newsletter-text {
	margin-bottom: 30px;
}
.press-newsletter-content.is-small-font {
	font-size: 85%;
}
.press-newsletter-content.is-custom-frame {
	padding: 15px;
	border: 2px dashed #2e407d;
}
.press-newsletter-content.is-custom-frame .press-newsletter-header {
	color: inherit;
}
.press-newsletter-content.is-custom-frame .press-newsletter-text:last-child {
	margin-bottom: 0;
}
.press-newsletter-content.is-custom-frame .press-newsletter-text:last-child p:last-child {
	margin-bottom: 0;
}
.press-newsletter-tipp {
	margin-bottom: 30px;
	display: flex;
	background-color: #eee;
}
.press-newsletter-tipp-text {
    display: flex;
    align-items: center;
	text-align: center;
	padding: 15px;
	font-style: italic;
}
.press-newsletter-tipp-image {
	flex: 0 0 35%;
	align-self: center;
}
.press-newsletter-tipp-image img {
	max-width: none;
	width: 100%;
	vertical-align: bottom;
}

@media only screen and (max-width: 740px) {
	.pm-teaser-list-items .pm-item {
		width: 100%;
		margin-bottom: 30px;
	}
}

/* Newsletter subscription */
#presseverteilerv2-9315 .element-gridrow-1,
#presseverteilerv2-9315 .element-gridrow-2 {
	display: none;
}
/*
#presseverteilerv2-10635 .element-radiobutton-1,
#presseverteilerv2-10635 .element-radiobutton-1 .form-group {
	margin-bottom: 0;
}*/

.press-mailing-list-form-container > .ml-teaser{
    margin-top: 0;
}