html.no-js figure div div img.w-full{
  display:none;
}
html.no-js #newsletter_form {
  display: none;
}
html.no-js #newsletter_form_hint {
  display: block;
}
html.js #newsletter_form {
  display: block;
}
html.js #newsletter_form_hint {
  display: none;
}
html.no-js #externalService_form {
  display: none;
}
html.no-js #externalService_form_hint {
  display: block;
}
html.js #externalService_form {
  display: block;
}
html.js #externalService_form_hint {
  display: none;
}
html.no-js #voting_form {
  display: none;
}
html.no-js #voting_form_hint {
  display: block;
}
html.js #voting_form {
  display: block;
}
html.js #voting_form_hint {
  display: none;
}
html.no-js #web_form_hint {
  display: block;
}
html.js #web_form_hint {
  display: none;
}
html.no-js #web_form_spam_hint {
  display: block;
}
html.js #web_form_spam_hint {
  display: none;
}