.com-users-profile__edit.profile-edit, .com-contact.contact, .com-users-login.login {
  background-color: #FFFFFF;
  background: rgba(255,255,255,1);
    background-clip: border-box;
  background-clip: padding-box;
  border-radius: 0 0 0 0;
  border: solid rgba(0,0,0,1);
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 0 0 0;
  box-shadow: none;
  margin: 5px 5px 5px 5px;
  padding: 5px 15px 5px 15px;
}

/* Kontaktformular FELDER ausblenden */
#contact-form fieldset legend {
  display: none !important;  
}

#jform_consentbox, #modal-jform_consentbox, #jform_consentbox-lbl {
  display: none !important;
}
/* Slideshow */
.camera_bar {
  height: 15px !important;
}

/*slogan mobile */
@media only screen and (max-width: 575px) {
  .ttr_slogan_style {
    margin-left: 10px !important;
    margin-right: 10px !important;
    }
  }
    
  }
