/**
    teaser area styles
*/

.TeaserArea {
    margin-top: 30px;
    padding: 0 20px;
}

.TeaserArea > div .SimpleTeaser-wrapper {
    /*border-bottom: 1px solid #7fa4c7;
    padding-bottom: 30px;*/
}

.TeaserArea > div:first-child .SimpleTeaser-wrapper {
    border-top: none;
    padding-top: 0;
}

.TeaserArea .uk-grid + .uk-grid {
    margin-top: 20px;
}

@media (max-width: 767px) {
	
	.TeaserArea,
	.TeaserArea .uk-grid {
		padding: 0;
		margin: 0;
	}
	
	.uk-panel-box .SimpleTeaser-wrapper {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}
	
	.TeaserArea .uk-grid + .uk-grid {
		margin-top: 0;
	}
	
}

