#start {
	width:100%;
}
#start .bildunterschrift h2 {
	line-height:1.1em;
}
#start .bildunterschrift  {
	position:absolute;
	bottom:10%;
	left:10%;
	width:50%;
	background-color:rgba(0,0,0,0.6);
	color:white;
	padding:15px;
	text-align:left;
	line-height:1.25em;
	font-weight:bold;
}

button, input[type="button"], input[type="submit"] {
    border: 0;
    padding: 8px 20px;
    font-size: 1.3em;
    color: #fff;
    text-align: center;
	background-image: linear-gradient(to bottom,#f7a600 0%, #f78200 100%);
	background-color: #f7a500;
	font-weight: 400;
	cursor: pointer;
}