
.tbStartHeadline h1 {
	hyphens: none;
	overflow-wrap: break-word;
	margin-block: 0.5em;
	max-width: 607px;
	font-size: var(--font-size-xl);
	color: var(--clementine);
	font-weight: 400;
	line-height: 1.4;
}

@media screen and (min-width:768px) {
	.tbStartHeadline {
  padding: 80px 300px 200px 0;}
}

@media screen and (max-width:767px) {
.tbStartContainer {
	display: flex;
	flex-direction: column;
} 
.tbStartHeadline h1 {
  font-size: var(--font-size-s);

}

.textbox-image img {
	max-width: 75px;
	margin-bottom: 55px;
	float: inline-end;
}

}



.tbStart {
	background-position: -10vw bottom;
	background-repeat: no-repeat;
	background-size: 80vw;

}

.tbStartContainer {
	display: flex;
}

.textbox-image {
	  align-content: flex-end;
}
.textbox-image img {
	 width: 140px;
	 margin-bottom: 55px;
}