/**
styles simple teaser
*/

.SimpleTeaser {
	
}
.mr-10{
	margin-right: 10px;
}
.SimpleTeaser > .uk-panel-box {
    background: transparent;
   	border-bottom: 1px solid #7fa4c7;
}

.SimpleTeaser-wrapper {

}

.SimpleTeaser-wrapper img {
	height:132px;
    float: left;
}

.SimpleTeaser-content {
    margin-left: 210px;
    text-align: left;
    margin-bottom:0 !important;
}

.SimpleTeaser .uk-panel-title {
    font-size: 18px;
    line-height: 22px;
    color: #034991;
    margin-bottom: 10px;
    font-family: Arial, Tahoma, sans-serif;
    font-weight:bold;
}

.SimpleTeaser .uk-panel-content {
    font-size: 14px;
    line-height: 18px;
    color: #222929;
    margin: 10px 0;
    font-family: Arial, Tahoma, sans-serif;
}

.SimpleTeaser .uk-panel-link {
    font-size: 14px;
    line-height: 18px;
    color: #034991;
    font-family: Arial, Tahoma, sans-serif;
}

.SimpleTeaser-content .info--text {
    font-size: 12px;
    margin: -6px 0 10px!important;
}

@media (max-width:1024px) {
    .SimpleTeaser > .uk-panel-box {
		min-height: 200px;
	}
}

@media (max-width: 767px) {
	
	.SimpleTeaser {
		padding: 0;
	}
	.TeaserArea > div:first-child .SimpleTeaser-wrapper {
		margin: 0;
	}
	.SimpleTeaser > .uk-panel-box {
		padding: 40px;
	}
}

@media (max-width: 480px) {
	
	.SimpleTeaser-wrapper img {
		float: none;
	}	
	
	.SimpleTeaser-content {
		margin: 30px 0 0;
		text-align: center;
	}
}