#block-hauptseiteninhalt {
  background: #fff;
}

#webform-submission-vw-whistleblower-form > div.webform-progresse {
margin-bottom: 2%;
}

#description {
height: auto;
}

div.description {
display: none;
}

#webform-submission-vw-whistleblower-form  {
    padding: 40px 20px;
    text-align: center;
    background: #fff;
    color: #333131;
    max-width: 600px;
    margin: auto;
}

#webform-submission-vw-whistleblower-form form {
    max-width: 600px;
    margin: auto;
}

#edit-ich-bin-fahrzeughalter-der-marken--wrapper > legend,
#webform-submission-vw-whistleblower-form label{
    text-align: left;
    display: block;
    font-family: 'Jaldi','sans-serif';
    letter-spacing: 3px;
    margin-left: 0px;
}

#webform-submission-vw-whistleblower-form textarea,
#webform-submission-vw-whistleblower-form select,
#webform-submission-vw-whistleblower-form input {
    display: block;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 20px);
    margin-top: 0px;
}

#webform-submission-vw-whistleblower-form select {
  width: 100%;
  height: 100%;
}

form {
display: block;
}


.webform-button--submit {
margin-top: .1%;
margin-bottom: 1%
}

#edit-next {
margin-top: .1%;
margin-bottom: 1%
}

.js-form-item {
margin-bottom: 1%;
}

// Prev & Nextpage buttons

.edit-previous {
  width: 50%;
  display: inline-block;
  float: right!important;
}
#edit-next {
  width: 50%;
  display: inline-block;
  float: left!important;
  margin-top: 20%;
}

#edit-actions {
margin-top: 5%;
text-align: center;
}

#edit-actions > input {
display: inline-block;
float: none!important;
}

// Upload button
#edit-dateien-upload input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
#edit-dateien-upload + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

#edit-dateien-upload:focus + label,
#edit-dateien-upload + label:hover {
    background-color: red;
}

#edit-dateien-upload {
margin-bottom: 10px;
}