html, body { /* Versteckt die horizontale Scrollbar*/
  overflow-x: hidden;
}

.image-mail .elementor-image-box-img a:hover::before{ /*Erzeugt das Mail Symbol in der Standardgröße*/
  content: "";
  position: absolute;
  top: 28%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: url(http://localhost/wallas/wp-content/uploads/2020/11/envelope-o.png) no-repeat;
  background-size: contain;
  opacity: 1;
  margin-left: -35px;
  z-index: 999;
}
.elementor-col-25 .image-mail .elementor-image-box-img a:hover::before{ /*verkleinert das Mail Symbol für Vierer-Reihen*/
  width: 40px;
  height: 40px;
  margin-left: -20px;
}
.image-mail .elementor-image-box-img a:hover::after{ /*fügt den Deckenden Hintergrund ein*/
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 85%;
  background: #ffffff85;
  z-index: 1;
  border-radius:50%;
}
.elementor-col-25 .image-mail .elementor-image-box-img a:hover::after{ /*verkleinert den Hintergrund für Vierer-Reihen*/
  height: 70%;
}

.eael-tabs-nav li.active, .eael-tabs-nav li.active-default{ /* Team Sektor, die Tab Überschrift Bold machen*/
  font-weight: 500;
}

.site-header{ /*Versteckt den Header Bar die nicht benötigt wird*/
  display: none;
}
.site-footer{ /* Versteckt den Footer der standardmäßig eingeblendet wird*/
  display: none;
}

.floating-menu{ /*schriftart schwebende Menu Links*/ 
  font-family: "Ubuntu" !important;
}