#startdiv{
	position:relative;
	color:#615f5f;
	padding: 20px 0px 10px 40px;
	overflow:hidden;	
	height:350px;
}

#starttextdiv{
	text-align:justify;
	
}

#starttextheadline{
	text-shadow:2px 2px 2px grey;
	text-transform: uppercase;
	font-size:3em;
}

#starttextsubheadline{
	overflow:auto;
	font-size:1.2em;
}

#starttextsubheadlinespan1{
	float:left;
	text-align:center;
}

#starttextsubheadlinespan2{
	margin-top:-20px;
}

#starttextmorediv{
	line-height:1.5;
	padding-top:20px;
	font-size:1.8em;
	letter-spacing:0.05em;
}

.startmoretextpoints{
	align-items:center;
	display:flex;
}


#hackenlistsymbol{
	width:50px;
	height:50px;
}

#titlepicturediv{
	text-align:center;
	float:right;
	position:absolute;
	bottom:0px;
	right:5%;
	width:40%;
	height:76%;
	background-image: url(../img/schiene.jpg);
	background-size:90%;
	background-repeat:no-repeat;
	background-position:center;
	visibility:hidden;
}

h1{
font-weight: 900;
font-size:3.5em;
letter-spacing:0.05em;
color:#f0ba20;

}

h2{
font-size:1.5em;
font-weight: 500;

}

highlightred{
	color:#870000;
	font-weight:700;
}

@media all and (min-width: 451px) {
	#startdiv{
		padding: 40px 0px 0px 60px;
	}
	
	#titlepicturediv{
		visibility:visible;
	}
	#starttextmorediv{
		font-size:1.25em;
	}
	
	#hackenlistsymbol{
		width:40px;
		height:40px;
	}
	
	#starttextsubheadline{
		font-size:1em;
		line-height:1.5;
	}
	
	#starttextsubheadlinespan1{
		line-height:1.2;
	}
}