.teaserbox {
	display: flex;
	flex-direction: column;
	justify-content:space-between;
}
.teaserbox .teaserbox-body {
	flex-grow: 1;
}
.teaserbox .teaserbox-header {
	margin-top:0px;
	flex-grow: 0;
}

.teaserbox .teaserbox-header a {
	text-decoration:none;
}

.more-link-wrap {
	text-align:left;
	margin-top: 5px;
}
.more-link-wrap a {
	text-decoration:underline;
}

.teaserbox {
	box-shadow: 2px 2px 4px 0px #cccccc;
	padding: 24px;
	margin-bottom: 12px;
}
.teaserbox-header {
	margin-bottom: 24px !important;
}
/*
.teaserbox-headertext {
	border-bottom: 1px solid;
	margin-left: -24px;
	padding-left: 24px;
    padding-bottom: 12px;
    display: inline-block;
}
*/
.teaserbox-body-content {
	display: flex;
}

.teaserbox-image {
	padding-right: 20px;
	padding-bottom: 20px;
	min-width: 150px;
}

.teaserbox a.arrow-link::before {
    font-family: "icons";
    content: "\e90b";
    display: inline-block;
    margin-right: 0.4em;
    font-size: 0.625em;
    vertical-align: middle;
    color: #ef7d00;
}

@media (max-width: 800px) {
	.teaserbox-body-content.brp800 {
		display: block;
	}
	.teaserbox-body-content.brp800 .teaserbox-image {
		text-align: center;
	}
}

@media (max-width: 700px) {
	.teaserbox-body-content.brp700 {
		display: block;
	}
	.teaserbox-body-content.brp700 .teaserbox-image {
		text-align: center;
	}
}

@media (max-width: 600px) {
	.teaserbox-body-content.brp600 {
		display: block;
	}
	.teaserbox-body-content.brp600 .teaserbox-image {
		text-align: center;
	}
}

@media (max-width: 500px) {
	.teaserbox-body-content.brp500 {
		display: block;
	}
	.teaserbox-body-content.brp500 .teaserbox-image {
		text-align: center;
	}
}
