/* --------------------------------------------------------------------------------- */
/* Media */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* Media (Webflow) */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* Browser */
/* --------------------------------------------------------------------------------- */
/* IE10+ specific styles go here */
/* --------------------------------------------------------------------------------- */
/* Schriftarten */
/* --------------------------------------------------------------------------------- */
html {
  word-break: break-word; }

body a {
  color: #bd0f38; }
body .image {
  height: auto; }
body .powermail_fieldset {
  border: none;
  padding: 0;
  margin: 0; }
body .powermail_input, body .powermail_textarea {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  border-radius: 6px; }
  body .powermail_input:focus, body .powermail_textarea:focus {
    /* border-color: #3898EC;*/
    border-color: #bd0f38;
    outline: 0; }
body .powermail_textarea {
  min-height: 150px;
  border-radius: 6px; }
  body .powermail_textarea:focus {
    /* border-color: #3898EC; */
    border-color: #bd0f38;
    outline: 0; }
body .btn {
  display: inline-block;
  padding: 9px 15px;
  /* background-color: #3898EC; */
  background-color: #bd0f38;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  display: inline-block;
  margin-top: 30px;
  padding: 9px 30px;
  border-radius: 6px;
  /* background-color: #4572c4; */
  color: #f5f5f5;
  text-decoration: none; }
body .button {
  background-color: #bd0f38; }
body .is--blueblock {
  border-left: 5px solid #bd0f38; }
