body .navbar-nav > li:nth-child(5) a {
    background-color: transparent;
    border-radius: 0;
    color: rgb(237, 237, 216);
}
body .dropdown-menu > li > a:hover, body .dropdown-menu > li > a:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(221, 151, 22);
}  .tx-powermail .container-fluid {padding: 0;}
  .tx-powermail .powermail_fieldset {
    background: #dfdfdf;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #525c66;
    width: auto;
  }
   .tx-powermail .powermail_fieldset .powermail_fieldwrap  {margin: 10px 0 !important;}
   .tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field input, 
   .tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field textarea {
      width: 100%;
      padding: 4px;
      border: 1px solid #cfdae6;
      border-radius: 3px;
      font-size: 16px;  
  }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap_senden .powermail_field {display: flex; justify-content: flex-end;}
  .tx-powermail .powermail_fieldset .powermail_fieldwrap .powermail_field .powermail_submit {
      background: #4e677c;
    color: #fff;
    font-weight: bold;
    width: auto;
    padding: 8px 30px;
  }
  .tx-powermail .powermail_fieldset .powermail_fieldwrap_teilnahme label {
    display: flex;
    align-items: center;
  } 
  .tx-powermail .powermail_fieldset .powermail_fieldwrap_teilnahme input {
    justify-self: flex-start;
    width: 30px !important;
    height: 30px !important;
    margin-right: 15px;  
      position: static;
  } 