/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-contact-info {
  display: none;
}

.reasons ul {
   padding-left:20px;
	}

.reasons ul li {
    list-style: none;
    padding: 0px 0px 20px 15px;
    margin-bottom: 5px;
	width: 80%
	}

.reasons ul li:before {
    position: absolute;
    left: -2px;
    padding-left: 0px;
    text-align: right;
    margin-right: 5px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
	font: normal normal normal 31px/1 FontAwesome;
	color: #007533;
    content: "\f00c";
}

/* Referenz Hover Indikator */
.referenz-hover-indicator {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
    background-color: var(--awb-color1);
    color: var(--awb-color4);
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* Post Card Column als relative Container */
.fusion-column-wrapper {
    position: relative;
}

/* Originaltext wirklich unsichtbar machen */
.fusion-filter-all > a {
  color: transparent !important;
}

/* Deutschen Text einsetzen */
.fusion-filter-all > a::after {
  content: "Alle";
  color: inherit;
  position: absolute;
  left: 0;
}
