/**
 * This stylesheet is for form elements.
 */
/* 1. Descriptive Variables
========================================================================== */
/*Neu*/
/*Neu*/
/*Neu*/
/*$red: rgb(255,0,0);/*rgb(197,40,36);*/
/* 2. Functional Variables
========================================================================== */
/* General
========================================================================== */
/* Navigation
========================================================================== */
/* Shared */
/* Main Navigation */
/* Superfish */
/* Megamenu */
/* Breadcrumbs */
/* Teaser
========================================================================== */
/* Shared */
/*$color-teaser-bg: $white;*/
/*$color-recommendation-bg: $white;
$color-recommendation-border: $lightest-grey;
$color-recommendation-copy: $dark-grey;
$color-recommendation-heading: $blue;
$color-recommendation-tag: $light-grey;*/
/* Highlighted */
/* Emphasized */
/* Understated */
/*$color-teaser--understated-bg: $color-understated;*/
/* Footer
========================================================================== */
@import url(../fonts/opensans_regular_macroman/stylesheet.css);
@import url(../fonts/opensans_semibold_macroman/stylesheet.css);
label {
  background-color: transparent;
  padding: 0;
}

.webform-client-form.webform-hints .webform-component label {
  display: none;
}

form {
  width: 100%;
  max-width: 100%;
}
form .footnote,
form .form-step {
  font-size: 85%;
}
form .form-item,
form .form-legend,
form .form-actions,
form .action-buttons {
  display: block;
  margin: .4em 0;
}

input,
select,
textarea,
button,
a.button {
  font-size: 90%;
}

input[type="submit"],
input[type="reset"],
button,
a.button {
  background-color: #ee7d11;
  color: #ffffff;
  display: block;
  /*padding: .25em .75em;
  text-decoration: none;*/
  width: 100%;
  max-width: 100%;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
input[type="submit"]:hover, input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
button:hover,
button:focus,
a.button:hover,
a.button:focus {
  background-color: #003B79;
}

input[type="reset"],
button.reset,
a.reset {
  background-color: #525252;
  color: #ffffff;
}
input[type="reset"]:hover, input[type="reset"]:focus,
button.reset:hover,
button.reset:focus,
a.reset:hover,
a.reset:focus {
  background-color: #003B79;
}

.region-content input[type="submit"],
.region-content input[type="reset"],
.region-content button,
.region-content a.button {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: auto;
}

.front .region-content input[type="submit"],
.front .region-content input[type="reset"],
.front .region-content button,
.front .region-content a.button {
  display: block;
  width: 100%;
}

input,
input[type="text"],
select,
textarea {
  background-color: #ffffff;
  display: block;
  width: 100%;
  max-width: 100%;
}
input[readonly="readonly"],
input[type="text"][readonly="readonly"],
select[readonly="readonly"],
textarea[readonly="readonly"] {
  /*background-color: transparent;*/
}
input.pro-tect,
input[type="text"].pro-tect,
select.pro-tect,
textarea.pro-tect {
  display: none;
}

select {
  max-height: 2.3em;
}

.region-teaser label,
.front .region-content label {
  display: none;
}
.region-teaser input,
.front .region-content input {
  display: block;
  width: 100%;
  max-width: 100%;
}

.region-content .block {
  margin-top: 3em;
}
.region-content .block-system-main {
  margin-top: 0;
  clear: both;
}
.region-content form {
  display: block;
  width: 100%;
  max-width: 100%;
}
.region-content form fieldset {
  background-color: #dbe3ec;
  display: block;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  /*&.footer {
    .footnote {
      text-align: right;
    }
  }*/
}
.region-content form fieldset.footer, .region-content form fieldset.annotation {
  background-color: transparent;
  padding: 0;
}
.region-content form fieldset.footer .footnote, .region-content form fieldset.annotation .footnote {
  display: block;
}
.region-content fieldset + fieldset {
  margin-top: .5em;
}
.region-content input[type="submit"], .region-content input[type="reset"] {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  /*padding: .25em .75em;*/
  width: auto;
  max-width: 100%;
}
.region-content input,
.region-content label {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  max-width: 100%;
}
.region-content #receivables-loss-calculator {
  /*.form-actions,
  .footnote {
    text-align: right;
  }*/
}
.region-content #receivables-loss-calculator label {
  width: 12em;
}
.region-content #receivables-loss-calculator input[type="text"] {
  width: 30em;
}
.region-content #receivables-loss-calculator .webform-component-markup span {
  font-weight: bold;
}
.region-content #limitation-period-calculator {
  /*.form-actions,
  .footnote {
    text-align: right;
  }*/
}
.region-content #limitation-period-calculator .webform-component-select label {
  width: 6em;
}
.region-content #limitation-period-calculator .webform-component-select select {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 5em;
}
.region-content #limitation-period-calculator input[readonly="readonly"] {
  background-color: transparent;
  color: #ee7d11;
  font-size: 115%;
  font-weight: bold;
}
.region-content #block-views-forms-forms-datatest {
  margin-top: 1.5em;
  /*form {
    background-color: lighten( $color-emphasized, 35% );
    padding: $gutter;
  }*/
  /*.form-actions {
    margin-bottom: 0;
    margin-left: 6.25em;
  }*/
}
.region-content #block-views-forms-forms-datatest label {
  width: 6em;
}
.region-content #block-views-forms-forms-datatest input[type="text"],
.region-content #block-views-forms-forms-datatest input[type="email"] {
  width: 30em;
}
.region-content #block-views-forms-forms-datatest .webform-component-markup,
.region-content #block-views-forms-forms-datatest .field-name-body {
  font-weight: bold;
  margin: 0;
}
.region-content #block-views-forms-forms-datatest .field-name-body {
  margin-bottom: .5em;
}
.region-content #buergel-talaria-form {
  margin-top: 1.5em;
  /*.form-actions {
    margin-bottom: 0;
    text-align: left;
  }*/
}
.region-content #buergel-talaria-form label {
  width: 6em;
}
.region-content #buergel-talaria-form input[type="text"],
.region-content #buergel-talaria-form input[type="email"],
.region-content #buergel-talaria-form select {
  width: 30em;
}
.region-content #buergel-talaria-form select {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.region-content #block-buergel-datacheck-datacheck {
  padding: 15px;
  background-color: #eceded;
}
.region-content #block-buergel-datacheck-datacheck .block-title {
  display: none;
}
.region-content #block-buergel-datacheck-datacheck .form-step {
  background-color: #dbe3ec;
  display: block;
  float: right;
  *display: inline;
  padding: 10px;
  position: relative;
}
.region-content #block-buergel-datacheck-datacheck fieldset {
  zoom: 1;
  clear: both;
}
.region-content #block-buergel-datacheck-datacheck fieldset:before, .region-content #block-buergel-datacheck-datacheck fieldset:after {
  content: "";
  display: table;
}
.region-content #block-buergel-datacheck-datacheck fieldset:after {
  clear: both;
}
.region-content #block-buergel-datacheck-datacheck fieldset.footer {
  background-color: transparent;
  padding: 0;
}
.region-content #block-buergel-datacheck-datacheck fieldset.footer .footnote {
  display: block;
}
.region-content #block-buergel-datacheck-datacheck .action-buttons input[type="submit"] + input[type="submit"] {
  margin-left: .5em;
}

/* New for Content Forms */
select,
input,
textarea {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

select[multiple] {
  height: auto;
}

.not-front .region-content .block-webform .block-title {
  display: none;
}
.not-front .region-content .block-webform .webform-client-form .webform-component {
  margin: 0;
}
.not-front .region-content .block-webform .webform-client-form .webform-component + .webform-component {
  margin-top: 1em;
}
.not-front .region-content .block-webform .webform-client-form .webform-component.webform-component-radios + .webform-component-radios, .not-front .region-content .block-webform .webform-client-form .webform-component.webform-component-checkboxes + .webform-component-checkboxes {
  margin-top: 0;
}
.not-front .region-content .block-webform .webform-client-form .webform-component p {
  margin: 0;
}
.not-front .region-content .block-webform .webform-client-form .webform-component .footnote {
  font-size: .8666em;
  font-style: italic;
}
/*
.not-front .region-content .block-webform .webform-client-form .webform-component ::-webkit-input-placeholder {
  color: transparent;
}
.not-front .region-content .block-webform .webform-client-form .webform-component :-moz-placeholder {
  color: transparent;
}
.not-front .region-content .block-webform .webform-client-form .webform-component ::-moz-placeholder {
  color: transparent;
}
.not-front .region-content .block-webform .webform-client-form .webform-component :-ms-input-placeholder {
  color: transparent;
}
*/
.webform-client-form.webform-hints .webform-component ::-webkit-input-placeholder {
  color: #434343;
  opacity: 1;
}
.webform-client-form.webform-hints .webform-component :-moz-placeholder {
  color: #434343;
  opacity: 1;
}
.webform-client-form.webform-hints .webform-component ::-moz-placeholder {
  color: #434343;
  opacity: 1;
}
.webform-client-form.webform-hints .webform-component :-ms-input-placeholder {
  color: #434343;
  opacity: 1;
}
.not-front .region-content .block-webform .webform-client-form #webform-component-packages-footnote {
  /*background-color: #aaaaaa;
  color: #ffffff;*/
  margin-top: 0;
  padding: 1em 1.5em;
}
.not-front .region-content .block-webform .form-actions {
  margin-top: 1em;
}

.not-front .region-content form fieldset {
  background-color: transparent;
  padding: 0;
}
.not-front .region-content form label,
.not-front .region-content form input,
.not-front .region-content form input[type="submit"],
.not-front .region-content form optgroup,
.not-front .region-content form option,
.not-front .region-content form select,
.not-front .region-content form textarea {
  border-radius: 0;
  font-family: inherit;
  margin: 0;
  padding: 0;
}
.not-front .region-content form label,
.not-front .region-content form input,
.not-front .region-content form input[type="submit"],
.not-front .region-content form optgroup,
.not-front .region-content form option,
.not-front .region-content form textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.not-front .region-content form input[type="radio"] {
  display: inline;
  position: relative;
  top: .2em;
  vertical-align: top;
  width: auto;
  appearance: radio;
  -moz-appearance: radio;
  -webkit-appearance: radio;
}
.not-front .region-content form input[type="checkbox"] {
  display: inline;
  position: relative;
  top: .2em;
  vertical-align: top;
  width: auto;
  appearance: checkbox;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}
.not-front .region-content form label,
.not-front .region-content form input,
.not-front .region-content form input[type="submit"],
.not-front .region-content form select,
.not-front .region-content form textarea {
  display: block;
  width: 100%;
}
.not-front .region-content form input,
.not-front .region-content form select,
.not-front .region-content form textarea {
  border: 1px solid #fff;
}
.not-front .region-content form input[type="submit"] {
  border: 0;
  font-size: 120%;
}
.not-front .region-content form input,
.not-front .region-content form select,
.not-front .region-content form textarea {
  padding: 0 0 0 8px;
}
.not-front .region-content form label {
  display: block;
  font-size: .8666em;
  font-weight: bold;
  height: auto;
  position: relative;
  text-transform: uppercase;
}
.not-front .region-content form label.element-invisible {
  clip: rect(-9999px 9999px 9999px -9999px);
  clip: rect(-9999px, 9999px, 9999px, -9999px);
  height: auto;
  position: relative !important;
}
.not-front .region-content form label.option {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-weight: normal;
}
.not-front .region-content form .form-required {
  color: currentColor;
}
.not-front .region-content form .webform-component {
  float: left;
  width: 100%;
}
.not-front .region-content form .form-actions {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.not-front .region-content form #webform-component-l10n-recipient,
.not-front .region-content form #webform-component-must-wait,
.not-front .region-content form #webform-component-no-value {
  display: none;
}
.not-front .region-content form #webform-component-given-name,
.not-front .region-content form #webform-component-family-name {
  width: 49%;
}
.not-front .region-content form #webform-component-postal-code {
  width: 20%;
}
.not-front .region-content form #webform-component-locality {
  width: 78%;
}
.not-front .region-content form #webform-component-given-name + #webform-component-family-name,
.not-front .region-content form #webform-component-postal-code + #webform-component-locality {
  margin-left: 2%;
}
.not-front .region-content form .webform-component.webform-component-radios .form-type-radio {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  white-space: nowrap;
}
.not-front .region-content form .webform-component.webform-component-radios .form-type-radio + .form-type-radio {
  margin-left: 1em;
}
.not-front .region-content form .webform-component.webform-component-radios .form-type-radio label {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  /*font-size: 1em;*/
  text-transform: none;
  vertical-align: top;
}
.not-front .region-content form .webform-component.webform-component-checkboxes label {
  display: none;
}
.not-front .region-content form .webform-component.webform-component-checkboxes .form-type-checkbox {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  white-space: nowrap;
}
.not-front .region-content form .webform-component.webform-component-checkboxes .form-type-checkbox label {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  /*font-size: 1em;*/
  text-transform: none;
  vertical-align: top;
}
.not-front .region-content form .webform-component.webform-component-checkboxes .form-type-checkbox + .form-type-checkbox {
  margin-left: 1em;
}
.not-front .region-content form .webform-component#webform-component-infos label {
  display: block;
}
.not-front .region-content form .webform-component#webform-component-infos .form-type-checkbox {
  display: block;
  white-space: nowrap;
}
.not-front .region-content form .webform-component#webform-component-infos .form-type-checkbox label {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  /*font-size: 1em;*/
  text-transform: none;
  vertical-align: top;
}
.not-front .region-content form .webform-component#webform-component-infos .form-type-checkbox + .form-type-checkbox {
  margin-left: 0;
}
.not-front .region-content form .webform-component.webform-component-select label {
  overflow: visible;
  /*&:after {
    background-color: transparent;
    background-image: url(../images/select-arrow.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 8px;
    margin-top: 2em;
    pointer-events: none;
    position: absolute;
    right: 1em;
    top: 5px;
    z-index: 2;
    width: 9px;
  }*/
}
.not-front .region-content form .webform-component.webform-component-select.form-type-select-multiple label:after {
  display: none;
}
.not-front .region-content form .webform-component.webform-component-select select {
  /* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
  color: #444;
  cursor: pointer;
  font-size: 1em;
  /*font-weight: bold;
  line-height: 1.3;*/
  margin: 0;
  outline: none;
  /*padding: .6em 1.9em .5em .8em;*/
  position: relative;
  width: 100%;
  z-index: 1;
}
.not-front .region-content form .webform-component.webform-component-select select:-moz-focusring {
  color: transparent;
  text-shadow: none;
}
.not-front .region-content form .webform-component.webform-component-select select:focus {
  border: 1px solid #aaa;
  box-shadow: none;
  color: #222;
  outline: none;
}
.not-front .region-content form .webform-component.webform-component-select select option {
  color: #222;
  display: block;
  font-weight: normal;
  margin: 0;
  padding: .25em .8em;
  /*padding-left: .8em;*/
  text-indent: 0;
  white-space: normal;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.not-front .region-content form .webform-component.webform-component-select select option[disabled] {
  color: #ccc;
}
.not-front .region-content form .webform-component.webform-component-select select option:before {
  content: "";
}
.not-front .region-content form .webform-component.webform-component-select select[multiple] {
  z-index: 10;
}
.not-front .region-content form .webform-component.webform-component-select select[multiple] option[disabled] {
  color: #222;
  font-variant: small-caps;
  padding-left: 0;
  text-transform: lowercase;
}
.not-front .region-content form .webform-component.webform-component-select select[multiple] option[disabled][selected] {
  display: none;
}

/* Chosen */
.chosen-container-multi ul.chosen-choices, .chosen-container-multi ul.chosen-results {
  margin: 0;
}
.chosen-container-multi ul.chosen-choices li, .chosen-container-multi ul.chosen-results li {
  margin: 0;
  padding: 5px 6px;
}
.chosen-container-multi ul.chosen-choices li.search-field, .chosen-container-multi ul.chosen-results li.search-field {
  /*display: none;*/
}
.chosen-container-multi ul.chosen-choices li:before, .chosen-container-multi ul.chosen-results li:before {
  content: '';
}

/* Inline Error Messages (ife) */
div.messages-inline {
  background: none;
  border: none;
  clear: both;
  color: #ee7d11;
  display: block;
  font-size: .8666em;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
}

.webform-component-checkboxes + div.messages-inline {
  padding: 0 1.5em;
  top: -.5em;
}

/*@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select, 
  textarea, 
  input {
    font-size: 16px;
  }
}*/
/* OPERA - Pre-Blink nix the custom arrow, go with a native select button to keep it simple. Targeted via this hack http://browserhacks.com/#hack-a3f166304aafed524566bc6814e1d5c7 */
x:-o-prefocus, .form-type-select::after {
  display: none;
}

/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-type-select select::-ms-expand {
    display: none;
  }

  .form-type-select select:focus::-ms-value {
    background: transparent;
    color: #222;
  }
}
@media (max-width: 768px) {
  input,
  select,
  textarea,
  button,
  a.button {
    font-size: 115%;
  }

  .region-content input[type="submit"], .region-content input[type="reset"] {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .region-content #receivables-loss-calculator input,
  .region-content #receivables-loss-calculator input[type="text"],
  .region-content #receivables-loss-calculator input[type="email"],
  .region-content #receivables-loss-calculator label,
  .region-content #receivables-loss-calculator select,
  .region-content #block-views-forms-forms-datatest input,
  .region-content #block-views-forms-forms-datatest input[type="text"],
  .region-content #block-views-forms-forms-datatest input[type="email"],
  .region-content #block-views-forms-forms-datatest label,
  .region-content #block-views-forms-forms-datatest select,
  .region-content #block-buergel-datacheck-datacheck input,
  .region-content #block-buergel-datacheck-datacheck input[type="text"],
  .region-content #block-buergel-datacheck-datacheck input[type="email"],
  .region-content #block-buergel-datacheck-datacheck label,
  .region-content #block-buergel-datacheck-datacheck select,
  .region-content #buergel-talaria-form input,
  .region-content #buergel-talaria-form input[type="text"],
  .region-content #buergel-talaria-form input[type="email"],
  .region-content #buergel-talaria-form label,
  .region-content #buergel-talaria-form select,
  .region-content .webform-client-form input,
  .region-content .webform-client-form input[type="text"],
  .region-content .webform-client-form input[type="email"],
  .region-content .webform-client-form label,
  .region-content .webform-client-form select {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .region-content #receivables-loss-calculator input[readonly="readonly"],
  .region-content #receivables-loss-calculator input[type="text"][readonly="readonly"],
  .region-content #receivables-loss-calculator input[type="email"][readonly="readonly"],
  .region-content #receivables-loss-calculator label[readonly="readonly"],
  .region-content #receivables-loss-calculator select[readonly="readonly"],
  .region-content #block-views-forms-forms-datatest input[readonly="readonly"],
  .region-content #block-views-forms-forms-datatest input[type="text"][readonly="readonly"],
  .region-content #block-views-forms-forms-datatest input[type="email"][readonly="readonly"],
  .region-content #block-views-forms-forms-datatest label[readonly="readonly"],
  .region-content #block-views-forms-forms-datatest select[readonly="readonly"],
  .region-content #block-buergel-datacheck-datacheck input[readonly="readonly"],
  .region-content #block-buergel-datacheck-datacheck input[type="text"][readonly="readonly"],
  .region-content #block-buergel-datacheck-datacheck input[type="email"][readonly="readonly"],
  .region-content #block-buergel-datacheck-datacheck label[readonly="readonly"],
  .region-content #block-buergel-datacheck-datacheck select[readonly="readonly"],
  .region-content #buergel-talaria-form input[readonly="readonly"],
  .region-content #buergel-talaria-form input[type="text"][readonly="readonly"],
  .region-content #buergel-talaria-form input[type="email"][readonly="readonly"],
  .region-content #buergel-talaria-form label[readonly="readonly"],
  .region-content #buergel-talaria-form select[readonly="readonly"],
  .region-content .webform-client-form input[readonly="readonly"],
  .region-content .webform-client-form input[type="text"][readonly="readonly"],
  .region-content .webform-client-form input[type="email"][readonly="readonly"],
  .region-content .webform-client-form label[readonly="readonly"],
  .region-content .webform-client-form select[readonly="readonly"] {
    /*background-color: transparent;*/
  }
  .region-content #receivables-loss-calculator input.pro-tect,
  .region-content #receivables-loss-calculator input[type="text"].pro-tect,
  .region-content #receivables-loss-calculator input[type="email"].pro-tect,
  .region-content #receivables-loss-calculator label.pro-tect,
  .region-content #receivables-loss-calculator select.pro-tect,
  .region-content #block-views-forms-forms-datatest input.pro-tect,
  .region-content #block-views-forms-forms-datatest input[type="text"].pro-tect,
  .region-content #block-views-forms-forms-datatest input[type="email"].pro-tect,
  .region-content #block-views-forms-forms-datatest label.pro-tect,
  .region-content #block-views-forms-forms-datatest select.pro-tect,
  .region-content #block-buergel-datacheck-datacheck input.pro-tect,
  .region-content #block-buergel-datacheck-datacheck input[type="text"].pro-tect,
  .region-content #block-buergel-datacheck-datacheck input[type="email"].pro-tect,
  .region-content #block-buergel-datacheck-datacheck label.pro-tect,
  .region-content #block-buergel-datacheck-datacheck select.pro-tect,
  .region-content #buergel-talaria-form input.pro-tect,
  .region-content #buergel-talaria-form input[type="text"].pro-tect,
  .region-content #buergel-talaria-form input[type="email"].pro-tect,
  .region-content #buergel-talaria-form label.pro-tect,
  .region-content #buergel-talaria-form select.pro-tect,
  .region-content .webform-client-form input.pro-tect,
  .region-content .webform-client-form input[type="text"].pro-tect,
  .region-content .webform-client-form input[type="email"].pro-tect,
  .region-content .webform-client-form label.pro-tect,
  .region-content .webform-client-form select.pro-tect {
    display: none;
  }
  .region-content #receivables-loss-calculator .form-actions,
  .region-content #block-views-forms-forms-datatest .form-actions,
  .region-content #block-buergel-datacheck-datacheck .form-actions,
  .region-content #buergel-talaria-form .form-actions,
  .region-content .webform-client-form .form-actions {
    margin: 0;
    margin-top: .5em;
  }
  .region-content #receivables-loss-calculator .action-buttons input[type="submit"] + input[type="submit"],
  .region-content #block-views-forms-forms-datatest .action-buttons input[type="submit"] + input[type="submit"],
  .region-content #block-buergel-datacheck-datacheck .action-buttons input[type="submit"] + input[type="submit"],
  .region-content #buergel-talaria-form .action-buttons input[type="submit"] + input[type="submit"],
  .region-content .webform-client-form .action-buttons input[type="submit"] + input[type="submit"] {
    margin: 0;
    margin-top: .5em;
  }
}

.form-footer {
  font-size: 12px;
  text-align: left;
}