
/* KFA.WIEN.HERA/[Layout]/Hera-reduce-teaser-text-size-and-move-down */

/* ist in der Seite "Über Uns" von KFA.WIEN.HERA verknüpft 
   (unter KFA.WIEN.HERA/Website/Startseite/Über Uns) */

.bigimage_teaser .teaser_text {
	align-items: flex-end;
	margin-bottom: 2%;
}

.bigimage_teaser .text p {
	font-size: 1rem;
	line-height: 1.167rem;
}

@media (min-width: 1301px) {

	.lc_pageheader .bigimage_teaser,
	.lc_pageheader .bigimage_teaser>picture .img-copyright {
		max-height: 800px;
	}

}

@media (max-width: 1300px) {

	.bigimage_teaser {
		height: initial;
	}

	.bigimage_teaser .text p {
		font-size: 0.8rem;
		line-height: 1rem;
	}

}

@media (max-width: 1200px) and (min-width: 1051px) {

	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser {
		max-height: 400px;
	}

}

@media (max-width: 1050px) and (min-width: 901px) {

	.lc_pageheader .bigimage_teaser,
	.lc_pageheader_slider.slick-carousel-tagtyp-wrapper .bigimage_teaser,
	.lc_pageheader .bigimage_teaser>picture .img-copyright {
		max-height: 300px;
	}

}

@media (max-width: 960px) {

	.bigimage_teaser .text p {
		font-size: 0.7rem;
		line-height: 0.834rem;
	}

}

@media (max-width: 750px) {

	.bigimage_teaser .text p {
		font-size: 0.6rem;
		line-height: 0.75rem;
	}

}

@media (max-width: 600px) {

	.bigimage_teaser .teaser_text {
		margin-bottom: 1%;
	}

}

@media (max-width: 450px) {

	.bigimage_teaser .teaser_text {
		align-items: center;
		margin-bottom: 0;
	}

	.bigimage_teaser .text p {
		font-size: 0.5rem;
		line-height: 0.65rem;
	}

}

