/*--------- teaser ----------*/

.teaser_img img {
    width: 100%;
	border: 1px solid #0069b2;
}

.teaser_title {
    color: #0069b2;
	font-size: 30px;
	font-size: 1.9em;
	line-height: 1.1em;
    padding: 15px 0px;
	padding: 0.5em 0em;
}

.teaser_text {
    font-size: 20px;
	font-size: 1.25em;
	color: #505050;
}

.teaser_link a {
	color: #0069b2;
	font-size: 20px;
	font-size: 1.25em;
    margin: 0;
}

/* horizontal */

.teasers.horizontal .teaser {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 50px;
}

.teasers.horizontal .teaser:nth-child(3n){
	margin-right: 0;
}

/* vertical */

.teasers.vertical .teaser {
	clear: both;
	width: 100%;
	margin-right: 5%;
	margin-bottom: 50px;
}

.teasers.vertical .teaser_title {
	margin-top: 40px;
}

.teasers.vertical .teaser .teaser_img {
	float: left;
	margin-right: 4%;
	width: 30%;
}

.teasers.vertical .teaser_right {
	width: 66%;
	margin: auto 0px auto 0px;
	float: left;
}

/**** text ****/

.red {
	color: #C72319;
}

.art_text p {
	display: block;
}

.art_text span {
	margin-top: 16px;
}

/**** conceptTeasers ****/
.conceptTeasers {
	float: left;
}

.conceptTeasers:nth-child(1) {
	width: 70%;
}

.conceptTeasers:nth-child(1) .teasers .teaser {
	width: 45%;
}

.conceptTeasers:nth-child(2) {
	width: 30%;
}

.conceptTeasers:nth-child(2) .teasers .teaser {
	width: 105%;
}

.newsticker {
	min-height: 80px;
	background-color: #72b518;
	padding: 0 5%;
	display: flex;
	align-items: center;
}

.newsticker .newstickerImg {
	flex: 0 0 80px;
	align-self: stretch;
	background: url(../img/info-icon.jpg) #0069be no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}

.newsticker .newstickerText {
	color: #fff;
	padding: 0;
}

.newsticker .newstickerText a {
	color: #fff;
}

@media screen and (max-width: 1023px) {
	.teasers.vertical .teaser_title {
		margin-top: 0;
	}
	
	.teaser_title {
		font-size: 30px;
		font-size: 1.9em;
		line-height: 1em;
		padding: 15px 0px;
		padding: 0.25em 0;
	}
}

@media screen and (max-width: 750px) {
	.teasers.horizontal .teaser {
		width: 47.5%!important;
		margin-bottom: 40px;
	}
	
	.teaser_title {
		font-size: 1.6em;
	}
	
	.teasers.horizontal .teaser:nth-child(2n){
		margin-right: 0!important;
	}

	.teasers.horizontal .teaser:nth-child(3){
		margin-right: 5%!important;
	}
	
	.teasers.vertical .teaser {
		width: 47.5%;
		margin-bottom: 40px;
		float: left;
		clear: none;
	}
	
	.teasers.vertical .teaser .teaser_img {
		width: 100%;
		margin: 0;
	}
	
	.teasers.vertical .teaser_right {
		width: 100%;
		margin: 0;
	}
	
	.teasers.vertical .teaser:nth-child(2n){
		margin-right: 0;
	}
	.teasers.vertical .teaser:nth-child(3){
		margin-right: 5%;
	}

	.conceptTeasers {
		width: 100%!important;
	}

	.conceptTeasers.buskonzept {
		border-top: 1px solid rgb(0,105,190);
	}
}


@media screen and (max-width: 500px) {
	.teasers.horizontal .teaser,
	.teasers.vertical .teaser {
		width: 100%!important;
		margin-right: 0!important;
		margin-bottom: 40px!important;
	}
	
	.teasers.horizontal .teaser_img img {
		width: 100%!important;
	}
	
	.teasers.vertical .teaser .teaser_img {
		width: 100%!important;
	}
	
	.teasers.vertical .teaser_right {
		width: 100%!important;
	}
	
	.newsticker {
		min-height: 50px;
	}
	
	.newsticker .newstickerImg {
		flex: 0 0 40px;
	}
	
	.newsticker .newstickerText {
		font-size: 1.5em;
	}
}


@media screen and (min-width: 1024px) and (max-width: 1249px) {
	.teaser_title {
		color: #0069b2;
		font-size: 1.9em;
	}
	
	.teasers.vertical .teaser_title {
		margin-top: 20px;
	}
}
