/*****************************************
		CUSTOM CSS
******************************************/
.page-header, .js-copyright{
  display: none;
}
.website-header {
  padding: 0px !important;
}
.website-content {
  margin: 0px !important;
}
.main_component {
  margin-top: 0px !important;
}
.logo-module {
  margin: 0px !important;
}
/*****************************************
        Formular
******************************************/
select, textarea, input, .inputbox {
  width: 60%;
  height: 23px;
  margin: 0px;
}
.submit {
  padding: 10px 0 30px 0 !important;
  margin-top: 20px !important;
}
.visform textarea {
  margin-top: 10px;
}