@charset "utf-8";
/* CSS Document */

.bu-bild {
	position: relative;
}

.bu-bild h1 {
	position: absolute;
	color: rgba(255,255,255,1);
	left: 0%;
	bottom: 15px;
	line-height: 1.2em;
	/* [disabled]font-size: 10vw; */
	margin: 0px;
	padding-left: 20px;
	padding-right: 10px;
	width: 100%;
	background-image: linear-gradient(90deg, rgba(0,0,0,0.6) 70%, rgba(0,0,0,0));
}


@media screen and (min-width:481px) {
	
.bu-bild {
	position: relative;
}

.bu-bild h1 {
	position: absolute;
	color: rgba(255,255,255,1);
	left: 0%;
	bottom: 15px;
	line-height: 1.2em;
	/* [disabled]font-size: 2.7vw; */
	padding-left: 20px;
	padding-right: 10px;
	width: 100%;
}

}