/* Generated by less 3.11.1 */
/* eb-garamond-600 - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('/themes/mailsecure/fonts/eb-garamond-v15-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/themes/mailsecure/fonts/eb-garamond-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/themes/mailsecure/fonts/eb-garamond-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/mailsecure/fonts/eb-garamond-v15-latin-600.woff') format('woff'), /* Modern Browsers */ url('/themes/mailsecure/fonts/eb-garamond-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/themes/mailsecure/fonts/eb-garamond-v15-latin-600.svg#EBGaramond') format('svg');
  /* Legacy iOS */
}
/* hind-300 - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 300;
  src: url('/themes/mailsecure/fonts/hind-v11-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/themes/mailsecure/fonts/hind-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/themes/mailsecure/fonts/hind-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/mailsecure/fonts/hind-v11-latin-300.woff') format('woff'), /* Modern Browsers */ url('/themes/mailsecure/fonts/hind-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/themes/mailsecure/fonts/hind-v11-latin-300.svg#Hind') format('svg');
  /* Legacy iOS */
}
/* hind-regular - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  src: url('/themes/mailsecure/fonts/hind-v11-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/themes/mailsecure/fonts/hind-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/themes/mailsecure/fonts/hind-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/mailsecure/fonts/hind-v11-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/themes/mailsecure/fonts/hind-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/themes/mailsecure/fonts/hind-v11-latin-regular.svg#Hind') format('svg');
  /* Legacy iOS */
}
/* hind-600 - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  src: url('/themes/mailsecure/fonts/hind-v11-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/themes/mailsecure/fonts/hind-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/themes/mailsecure/fonts/hind-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/mailsecure/fonts/hind-v11-latin-600.woff') format('woff'), /* Modern Browsers */ url('/themes/mailsecure/fonts/hind-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/themes/mailsecure/fonts/hind-v11-latin-600.svg#Hind') format('svg');
  /* Legacy iOS */
}
/* hind-700 - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 700;
  src: url('/themes/mailsecure/fonts/hind-v11-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/themes/mailsecure/fonts/hind-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/themes/mailsecure/fonts/hind-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/mailsecure/fonts/hind-v11-latin-700.woff') format('woff'), /* Modern Browsers */ url('/themes/mailsecure/fonts/hind-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/themes/mailsecure/fonts/hind-v11-latin-700.svg#Hind') format('svg');
  /* Legacy iOS */
}
input[type=text],
input[type=email],
input[type=password],
textarea {
  background: #f6f6f6;
  border: none;
  font-family: inherit;
  font-size: 1rem;
  padding: 0 10px;
  font-weight: 400;
}
input[type=text],
input[type=email],
input[type=password] {
  height: 40px;
}
.bgr-hellgrau input[type=text],
.bgr-grau input[type=text],
.bgr-hellgrau input[type=email],
.bgr-grau input[type=email],
.bgr-hellgrau input[type=password],
.bgr-grau input[type=password],
.bgr-hellgrau textarea,
.bgr-grau textarea {
  background: #ffffff;
}
.js-form-item {
  position: relative;
  margin: 0 0 10px 0;
  float: left;
  width: 100%;
}
.js-form-item label {
  position: absolute;
  top: 8px;
  left: 10px;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
  transform: translateZ(0);
  z-index: 10;
  font-size: 1rem;
  font-weight: 400;
  color: #808185;
  text-transform: uppercase;
}
.js-form-item.label-up label {
  font-size: 0.65rem;
  top: -1px;
  left: 5px;
  color: #DF8600;
}
.js-form-item.label-up label:after {
  font-size: 0.65rem;
}
.js-form-item input {
  width: 100%;
  padding: 9px 10px 0 10px;
}
.js-form-item.js-form-type-textarea .form-textarea-wrapper {
  height: 100%;
}
.js-form-item.js-form-type-textarea .form-textarea-wrapper textarea {
  padding: 12px 10px 6px 10px;
  width: 100%;
  height: 100%;
}
.js-form-item.js-form-type-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 38px;
  line-height: 1;
  min-height: 30px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.js-form-item.js-form-type-checkbox input[type=checkbox] {
  display: none;
}
.js-form-item.js-form-type-checkbox label:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f6f6f6;
  border: 1px solid #808185;
  border-radius: 3px;
  margin: auto;
}
.js-form-item.js-form-type-checkbox input[type=checkbox]:checked + label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #F49B00;
  font-size: 27px;
  text-align: center;
  line-height: 29px;
}
.js-form-item.js-form-type-checkbox input[type=checkbox].error + label:before {
  border: 2px solid #f40028;
}
.js-form-item.js-form-type-checkbox label {
  top: 0;
  left: 0;
  display: block;
  color: #1A171B;
  text-transform: none;
}
.js-form-item.js-form-type-select {
  background: #ffffff;
}
.js-form-item.js-form-type-select .form-select {
  height: 30px;
  margin: 0;
  background: transparent;
  border: none;
  float: left;
  font-size: 1.125rem;
  font-family: inherit;
  font-weight: 300;
  z-index: 9;
  position: relative;
  width: 100%;
}
.js-form-item.js-form-type-select label {
  opacity: 0;
  top: 2px;
  left: 4px;
  z-index: 1;
}
.js-form-item.js-form-type-select.label-up label {
  top: -1px !important;
  left: 5px !important;
  opacity: 1 !important;
}
.js-form-item.js-form-type-select.label-up .form-select {
  padding: 6px 0 0 0;
  z-index: 1;
}
.webform-submission-form {
  width: 100%;
  float: left;
}
.webform-submission-form .message-wrapper {
  max-width: 1320px;
  padding: 0 30px;
  margin: auto;
  position: relative;
  order: 1;
}
@media screen and (max-width: 760px) {
  .webform-submission-form .message-wrapper {
    padding: 0 15px;
  }
}
.webform-submission-form .messages {
  width: 100%;
}
.webform-submission-form .js-webform-type-fieldset {
  border: none;
  padding: 15px;
  margin: 0;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .webform-submission-form .js-webform-type-fieldset {
    width: 100%;
  }
}
.webform-submission-form .js-webform-type-fieldset .fieldset-wrapper {
  height: 100%;
}
.webform-submission-form .js-webform-type-fieldset .fieldset-wrapper > .form-item {
  width: 100%;
  float: left;
}
.webform-submission-kontakt-form .js-form-item-vorname,
.webform-submission-kontakt-form .js-form-item-nachname {
  width: calc(50% - 5px);
  float: left;
}
.webform-submission-kontakt-form .js-form-item-vorname {
  margin-right: 10px;
}
.webform-submission-data--view-mode-preview .js-form-item label {
  position: relative;
  top: auto;
  left: auto;
  width: 100px;
  display: inline-block;
}
.webform-submission-data--view-mode-preview .webform-element-type-checkbox {
  display: none;
}
.kalkulator-footer {
  font-size: 0.78rem;
  font-weight: 600;
  color: #808185;
  line-height: 1;
  margin: 10px 0 0 0;
}
#edit-datenschutz label {
  white-space: break-spaces;
  line-height: 1;
  overflow: visible;
}
div[id^=edit-processed-text] {
  text-align: center;
  padding: 0 15px;
  color: #1A171B;
  font-weight: 600;
}
div[id^=edit-select-membership] {
  width: 100%;
  float: left;
}
div[id^=edit-select-membership] div[id^=edit-markup],
div[id^=edit-select-membership] div[id^=edit-aktion-bstellung] {
  max-width: 1020px;
  float: none;
  margin: 0 auto 50px auto;
  position: relative;
  padding: 0 60px;
}
@media screen and (max-width: 760px) {
  div[id^=edit-select-membership] div[id^=edit-markup],
  div[id^=edit-select-membership] div[id^=edit-aktion-bstellung] {
    padding: 0 10px;
  }
}
div[id^=edit-select-membership] > div[id^=edit-container] {
  background: #f6f6f6;
  width: 100%;
  float: left;
  padding: 50px 0;
}
div[id^=edit-select-membership] > div[id^=edit-container] div[id^=edit-container-01] {
  max-width: 930px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  div[id^=edit-select-membership] > div[id^=edit-container] div[id^=edit-container-01] .js-webform-type-fieldset {
    padding: 15px 60px;
  }
}
@media screen and (max-width: 760px) {
  div[id^=edit-select-membership] > div[id^=edit-container] div[id^=edit-container-01] .js-webform-type-fieldset {
    padding: 15px 10px;
  }
}
div[id^=edit-select-membership] > div[id^=edit-container] div[id^=edit-container-01] .js-form-type-processed-text {
  margin: 0;
}
div[id^=edit-select-membership] > div[id^=edit-container] div[id^=edit-container-01] .js-form-type-processed-text p {
  margin: 0;
}
div[id^=edit-select-membership] .js-form-type-checkbox {
  padding: 0 15px;
}
@media screen and (max-width: 960px) {
  div[id^=edit-select-membership] .js-form-type-checkbox {
    padding: 0 60px;
  }
}
@media screen and (max-width: 760px) {
  div[id^=edit-select-membership] .js-form-type-checkbox {
    padding: 0 10px;
  }
}
.form-item-hiermit-stimme-ich-den-datenschutzbestimmungen-zu- label,
.form-item-die-agb-habe-ich-gelesen-und-stimme-diesen-zu- label {
  padding: 2px 0 0 28px !important;
}
.form-item-hiermit-stimme-ich-den-datenschutzbestimmungen-zu- label:before,
.form-item-die-agb-habe-ich-gelesen-und-stimme-diesen-zu- label:before {
  width: 20px !important;
  height: 20px !important;
  font-size: 18px  !important;
  line-height: 20px !important;
}
.captcha {
  width: 100%;
  float: left;
  display: flex;
}
.captcha img {
  margin: 0 10px 0 0;
  width: 200px;
  height: 80px;
  border: 10px solid #ffffff;
}
.captcha .form-item-captcha-response {
  margin: 0 10px 0 0;
  flex-grow: 2;
}
.captcha .reload-captcha-wrapper {
  flex-grow: 2;
}
.captcha .reload-captcha-wrapper a {
  width: 100%;
  padding: 5px 10px;
  font-size: 0.9rem;
  line-height: 1;
  height: 40px;
  background: #DF8600;
  color: #ffffff;
  display: block;
  display: flex;
  align-items: center;
}
.captcha .reload-captcha-wrapper a:before {
  font-family: 'FontAwesome';
  content: '\f021\0a0\0a0';
  font-weight: normal;
}
.webform-button--submit {
  font-size: 1.125rem;
  padding: 0 20px;
  height: 40px;
  min-width: 200px;
  justify-content: center;
}
.progress-tracker {
  margin: 0 auto 30px auto;
  max-width: 500px;
  position: relative;
}
.progress-tracker:before {
  content: '';
  width: 65%;
  height: 2px;
  background: #808185;
  position: absolute;
  left: 18%;
  top: 11px;
}
.progress-step .progress-marker:before {
  background: #808185;
  font-weight: 600;
  padding: 1px 0 0 0;
}
.progress-step.is-active .progress-marker:before {
  background: #F49B00;
}
.progress-step.is-active .progress-marker:hover:before {
  background: #1A171B !important;
}
.progress-step .progress-text {
  display: none;
}
.webform-submission-bestellung-form {
  display: flex;
  flex-wrap: wrap;
}
.webform-submission-bestellung-form .webform-progress {
  order: -1;
  max-width: 1020px;
  padding: 0 60px;
  width: 100%;
  margin: 0 auto 30px auto;
}
.webform-submission-bestellung-form fieldset[id^=edit-hidden] {
  display: none;
}
.webform-submission-bestellung-form div[data-drupal-messages] {
  order: 1;
  width: 100%;
}
.webform-submission-bestellung-form div[data-drupal-messages] .messages--warning {
  display: none;
}
.webform-submission-bestellung-form .webform-preview {
  order: 2;
  width: 100%;
}
.webform-submission-bestellung-form .webform-preview .js-form-item {
  margin: 0 0 5px 0;
}
.webform-submission-bestellung-form .webform-preview .js-form-item label {
  text-transform: none;
  line-height: 1.2;
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data > fieldset {
  border: none;
  padding: 0 60px;
}
@media screen and (max-width: 760px) {
  .webform-submission-bestellung-form .webform-preview .webform-submission-data > fieldset {
    padding: 0 10px;
  }
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data > fieldset legend {
  display: none;
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data > fieldset > .fieldset-wrapper {
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #afafaf;
  max-width: 900px;
  margin: auto;
  padding: 10px 20px 0 20px;
}
@media screen and (max-width: 760px) {
  .webform-submission-bestellung-form .webform-preview .webform-submission-data > fieldset > .fieldset-wrapper {
    padding: 10px 5px 0 5px;
  }
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] {
  order: 2;
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .views-element-container,
.webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .webform-element {
  display: none;
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table-wrapper {
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table {
  width: 100%;
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table .td {
  padding: 10px 10px 10px 0;
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table .td:last-child {
  padding: 10px 0 10px 0;
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table .td ul {
  margin: 0;
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table .td:nth-child(2),
.webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table .td:nth-child(3),
.webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table .td:nth-child(4) {
  text-align: right;
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table .td:last-child {
  width: 100px;
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table .td.durchgestrichen {
  text-decoration: line-through;
}
@media screen and (max-width: 480px) {
  .webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table .td {
    padding: 0 0 10px 0;
  }
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table .th {
  color: #808185;
  border-bottom: 1px solid #808185;
  padding: 0 10px 10px 0;
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table .th:last-child {
  padding: 0 0 10px 0;
}
@media screen and (max-width: 480px) {
  .webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table .th {
    padding: 0 0 10px 0;
  }
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table.table-list {
  border-bottom: 1px solid #808185;
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table.table-summary {
  width: auto;
  margin-left: auto;
}
.webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table.table-summary .tr:last-child .td {
  border-top: 1px solid #808185;
}
@media screen and (max-width: 760px) {
  .webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table.table-summary {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table .fieldset-wrapper {
    padding: 10px 5px 0 5px;
  }
  .webform-submission-bestellung-form .webform-preview .webform-submission-data fieldset[id^=bestellung--hidden] .table .td-hide {
    display: none;
  }
}
.webform-submission-bestellung-form fieldset[id^=bestellung--select_membership] {
  order: 1;
  width: 100%;
  padding: 10px;
}
.webform-submission-bestellung-form fieldset[id^=bestellung--select_membership] section {
  margin: 0;
}
.webform-submission-bestellung-form fieldset[id^=bestellung--select_membership] legend {
  display: none;
}
.webform-submission-bestellung-form fieldset[id^=bestellung--select_membership] > .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #afafaf;
  max-width: 1020px;
  margin: auto;
  padding: 20px 80px 0 80px;
}
.webform-submission-bestellung-form fieldset[id^=bestellung--select_membership] > .fieldset-wrapper fieldset {
  border: none;
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 760px) {
  .webform-submission-bestellung-form fieldset[id^=bestellung--select_membership] > .fieldset-wrapper fieldset {
    width: 100%;
    padding: 0 10px;
  }
}
.webform-submission-bestellung-form .webform-confirmation {
  order: 2;
  width: 100%;
}
.webform-submission-bestellung-form .webform-confirmation .webform-confirmation__message {
  max-width: 1320px;
  padding: 0 30px;
  margin: auto;
  position: relative;
  max-width: 900px;
}
@media screen and (max-width: 760px) {
  .webform-submission-bestellung-form .webform-confirmation .webform-confirmation__message {
    padding: 0 15px;
  }
}
.webform-submission-bestellung-form .webform-confirmation .webform-confirmation__message .confirmation-box {
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #afafaf;
  margin: 0 auto 10px auto;
  padding: 10px 20px;
  float: left;
}
.webform-submission-bestellung-form .webform-confirmation .webform-confirmation__message .confirmation-box.columns {
  column-count: 2;
}
.webform-submission-bestellung-form .form-actions {
  order: 3;
}
.webform-submission-bestellung-form .ausfuellen.highlight {
  color: #f40028;
}
.webform-submission-bestellung-form div[id^=edit-actions] {
  max-width: 1320px;
  padding: 0 30px;
  margin: auto;
  position: relative;
  padding: 0 15px 30px 15px !important;
  overflow: hidden;
  width: 100%;
  max-width: 930px;
  margin-top: 30px;
}
@media screen and (max-width: 760px) {
  .webform-submission-bestellung-form div[id^=edit-actions] {
    padding: 0 15px;
  }
}
@media screen and (max-width: 960px) {
  .webform-submission-bestellung-form div[id^=edit-actions] {
    padding: 0 10px 30px 10px !important;
  }
}
.webform-submission-bestellung-form div[id^=edit-actions] button {
  width: calc(50% - 15px);
  justify-content: center;
  margin: 0;
}
.webform-submission-bestellung-form div[id^=edit-actions] button span:after {
  font-family: 'FontAwesome';
  content: '\0a0\f054';
  font-weight: normal;
}
.webform-submission-bestellung-form div[id^=edit-actions] button:last-child {
  float: right;
}
.webform-submission-bestellung-form div[id^=edit-actions] button.webform-button--previous span:after {
  content: none;
}
.webform-submission-bestellung-form div[id^=edit-actions] button.webform-button--previous span:before {
  font-family: 'FontAwesome';
  content: '\f053\0a0';
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .webform-submission-bestellung-form div[id^=edit-actions] button {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
/* Select2 */
.webform-submission-form .js-webform-type-fieldset .fieldset-wrapper > .form-item.select-2-item {
  border: none !important;
  height: 40px !important;
}
.webform-submission-form .js-webform-type-fieldset .fieldset-wrapper > .form-item.select-2-item.label-up label {
  top: 0 !important;
  left: 5px !important;
  opacity: 0.5 !important;
}
.select2-container--default {
  font-weight: 400;
  font-size: 1rem;
  z-index: 100;
  height: 40px;
  padding-left: 5px;
}
.select2-container--default .select2-selection--single {
  border: none;
  height: auto;
  background: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
  padding-left: 5px;
  padding-top: 9px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered[title="ANREDE"] {
  color: #808185;
  padding-top: 9px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px;
  top: 8px;
  opacity: 0.5;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -4px;
}
.select2-dropdown {
  border: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.select-2-mandatory .select2-selection__rendered[title='ANREDE']:after {
  content: '*';
  display: inline-block;
  margin: 0 0 0 5px;
}
.form-item input.error,
.form-item textarea.error {
  border: 2px solid #f40028;
}
.form-type-select.error .select2 {
  border: 2px solid #f40028;
}
.form-required:after {
  content: '*';
  background-image: none;
  vertical-align: baseline;
}
