.paragraph-verfuegbarkeitscheck .mss-widget {
  --mms-p-size: 17px;
  --mss-font-family: "Lato", sans-serif;
}
.paragraph-verfuegbarkeitscheck .mss-widget .md-text-field {
  border: 1px solid var(--gray-4);
  border-radius: 2px;
}
.paragraph-verfuegbarkeitscheck .mss-widget .md-floating-label--floating {
  color: var(--white) !important;
  margin-top: -2.0625rem !important;
}
.paragraph-verfuegbarkeitscheck button[type=submit] {
  -webkit-transition: background 0.5s, border-color 0.5s;
  background: var(--cta);
  border: 1px solid var(--cta);
  border-radius: 4px;
  color: var(--text-secondary);
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  overflow: hidden;
  padding: 0.75rem 1.875rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.5s, border-color 0.5s;
  vertical-align: top;
  white-space: normal;
  z-index: 1;
}
.paragraph-verfuegbarkeitscheck button[type=submit]:hover, .paragraph-verfuegbarkeitscheck button[type=submit]:active, .paragraph-verfuegbarkeitscheck button[type=submit]:focus {
  -webkit-box-shadow: none;
  background: var(--cta-hover);
  border-color: var(--cta);
          box-shadow: none;
  color: var(--text-secondary);
  outline: none;
  text-decoration: none;
}
.paragraph-verfuegbarkeitscheck button[type=submit]:focus {
  padding: 0.75rem 1.875rem;
}
/*# sourceMappingURL=paragraph-verfuegbarkeitscheck.css.map */
