body {padding-left: 20px;background: black;}

form#fragebogen label {
    display: block;
}

form#bestellung label {
    display: inline-block;
    width: 10em;
}

form#bestellung label#lnutzung {
    display: inline-block;
    width: auto;
}

h1, h2, h3, h4, h5, h6, html {
	font-family: "myriad-pro-condensed";
	color: #fff;
}

h1 {
  	font-size: 50px;
    font-weight: 500;
  	line-height: 54px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
}

fieldset {margin-bottom: 25px;}
