/*----------CONTACT FORMS----------*/
.post-password-form {
  margin-bottom: 10% !important;
  margin-top: 10% !important; }

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
  text-indent: 30px; }

.wpcf7 p {
  position: relative; }

.wpcf7 p .fa {
  position: absolute;
  color: #abcc3b;
  z-index: 100;
  font-size: 18px;
  top: 57%;
  left: 15px; }

.icon {
  position: absolute;
  color: #abcc3b;
  z-index: 100;
  font-size: 18px;
  top: 27%;
  left: 15px; }

input[type=file]::-webkit-file-upload-button {
  padding: 5px 20px;
  margin-top: 10px;
  background-color: #abcc3b;
  border: none;
  color: white; }

input[type=file]::file-selector-button {
  padding: 5px 20px;
  margin-top: 10px;
  background-color: #abcc3b;
  border: none;
  color: white; }

input[type=file]::-webkit-file-upload-button:hover {
  background-color: #369fcf; }

input[type=file]::file-selector-button:hover {
  background-color: #369fcf; }

.wpcf7-select {
  font-size: 17px !important; }

.wpcf7-text {
  font-size: 17px !important; }

.wpcf7-not-valid-tip {
  color: #abcc3b !important; }

.wpcf7-submit {
  font-size: 15px !important;
  padding: 13px 29px !important; }

input[type=checkbox] {
  margin-top: -1px !important; }

.fa-ambulance, .xfa-hand-holding-heart, .holdingheart, .fa-bed {
  margin-top: -60px !important;
  position: absolute !important; }

/*---------MENU----------*/
.menu-text:hover {
  color: #abcc3b !important;
  -webkit-transition: all 1s ease-out;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/*----------NO TOOLTIP + SPEICHERN VON BILDERN VERHINDERN----------*/
.noTooltip img {
  pointer-events: none; }
