/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Allgemein */
html, body, .elementor-location-footer {
	overflow-x:hidden !important;
	margin:0;
}
.elementor-location-footer {
	overflow-x:hidden !important;
} 
body {
	margin-top:0px !important;
}
p { 
	margin-bottom: 0px !important;
}
ul li ul li {
	list-style: disc !important;
}
.svg-img {
  	width: 100%;
  	height: auto;
}
.page-id-14736 input::placeholder,
.page-id-14736 textarea::placeholder,
.cpt-live-search input::placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}
.rechner input::placeholder,
.rechner textarea::placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}
input::placeholder,
textarea::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}
.video-fit .elementor-video {
	object-fit: contain !important;
    background-color: #fff !important;
}

/* Link Animation */
.slide-link a {
  	position: relative;
  	display: inline-block;
  	text-decoration: none;
}
.slide-link a::after {
  	content: "";
  	position: absolute;
  	left: 0;
  	bottom: -0.15em; 
  	width: 100%;
  	height: 2px; 
  	background: currentColor;
  	transform: scaleX(0);
  	transform-origin: left; 
  	transition: transform 220ms ease;
}
.slide-link a:hover::after,
.slide-link a:focus-visible::after {
  	transform: scaleX(1);  
}
.slide-link-center .elementor-nav-menu--main .elementor-nav-menu li {
  	text-align: center;
}
.slide-link-center .elementor-nav-menu--main .elementor-nav-menu a.elementor-item {
  	display: inline-block;
  	position: relative;
  	text-decoration: none;
}
.slide-link-center .elementor-nav-menu--main .elementor-nav-menu a.elementor-item::after {
  	content:"";
  	position:absolute;
  	left:0;
  	bottom: 0em !important;
  	width:100%;
  	height:2px;
  	background: currentColor;
  	transform: scaleX(0);
  	transform-origin: left;
  	transition: transform 220ms ease;
}
.slide-link-center .elementor-nav-menu--main .elementor-nav-menu a.elementor-item:hover::after,
.slide-link-center .elementor-nav-menu--main .elementor-nav-menu a.elementor-item:focus-visible::after {
  	transform: scaleX(1);
}
.elementor-nav-menu--main .elementor-nav-menu a.elementor-item {
  	display: inline-flex;
  	width: auto; 
  	position: relative;
  	text-decoration: none;
	text-align: center;
}
.elementor-nav-menu--main .elementor-nav-menu a.elementor-item::after {
  	content: "";
  	position: absolute;
  	left: 0;
  	bottom: -0.2em;
  	width: 100%;
  	height: 2px;
  	background: currentColor;
  	transform: scaleX(0);
  	transform-origin: left;
  	transition: transform 220ms ease;
}
.elementor-nav-menu--main .elementor-nav-menu a.elementor-item:hover::after,
.elementor-nav-menu--main .elementor-nav-menu a.elementor-item:focus-visible::after {
  	transform: scaleX(1);
}

/* Hauptmenü */
.menu-item-14955 a {
	margin-left: 35px !important;
}
.menu-item-14955 a::before {
	content: "";
  	position: absolute;
  	left: 0;
  	top: 50%;
  	transform: translateY(-50%);
  	width: 24px;
  	height: 24px;
  	background-image: url("https://energie.a-z-webdesign.de/wp-content/uploads/login.svg");
  	background-size: contain;
  	background-repeat: no-repeat;
	margin-left: -22px;
	opacity: 1 !important;
}
.menu-item-14955 a:hover::before {
	transform: none !important;
	top: 2px !important;
}
.elementor-nav-menu--dropdown {
	padding-right: 10px !important;
	padding-bottom: 13px !important;
}

/* Beitrags-Loop Startseite */
.loop-startseite .elementor-widget-container > .elementor-loop-container{
  display: flex !important;
  flex-wrap: wrap !important;

  /* Gap (nimmt Elementor-Variable, sonst 30px) */
  --lg: var(--e-loop-grid-column-gap, 30px);
  gap: var(--lg) var(--lg);
}

/* Standard: 1/4 Breite (von 4 Einheiten, inkl. 3 Gaps) */
.loop-startseite .elementor-widget-container > .elementor-loop-container > div.e-loop-item{
  flex: 0 0 calc((100% - (var(--lg) * 3)) / 4) !important;
  max-width: calc((100% - (var(--lg) * 3)) / 4) !important;
  width: auto !important;
  margin: 0 !important;
  min-width: 0;
}

.loop-startseite .elementor-widget-container > .elementor-loop-container > div.e-loop-item:nth-of-type(6n+1),
.loop-startseite .elementor-widget-container > .elementor-loop-container > div.e-loop-item:nth-of-type(6n){
  flex-basis: calc((((100% - (var(--lg) * 3)) / 4) * 2) + var(--lg)) !important;
  max-width: calc((((100% - (var(--lg) * 3)) / 4) * 2) + var(--lg)) !important;
}

/* TABLET: 2 Spalten – klein = 1/2, groß = 100% */
@media (max-width: 1024px){
  .loop-startseite .elementor-widget-container > .elementor-loop-container > div.e-loop-item{
    flex-basis: calc((100% - var(--lg)) / 2) !important;
    max-width: calc((100% - var(--lg)) / 2) !important;
  }

  .loop-startseite .elementor-widget-container > .elementor-loop-container > div.e-loop-item:nth-of-type(6n+1),
  .loop-startseite .elementor-widget-container > .elementor-loop-container > div.e-loop-item:nth-of-type(6n){
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

/* MOBILE: 1 Spalte */
@media (max-width: 767px){
  .loop-startseite .elementor-widget-container > .elementor-loop-container > div.e-loop-item{
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}



.loop-startseite .elementor-heading-title {
  	display: inline-block;
  	background: #2979ff;
  	padding: 7px 10px 10px;
  	color: #fff;
	border-radius: 5px;
	line-height: 30px;
}

/* Formular */
.elementor-field-type-acceptance label,
.elementor-field-type-checkbox label { 
	font-size: 1em !important;
	font-weight: 300 !important;
	display: block !important;
	line-height: 25px;
}
.page-id-14736 .elementor-field-type-acceptance label a { 
	color: #132036;
	text-decoration: underline;
	transition: 0.5s;
}
.page-id-14736 .elementor-field-type-acceptance label a:hover { 
	color: #2979ff;
	transition: 0.5s;
	text-decoration: underline;
}
.elementor-field-type-acceptance label a { 
	color: #fff;
	text-decoration: underline;
	transition: 0.5s;
}
.elementor-field-type-acceptance label a:hover { 
	color: #2979ff;
	transition: 0.5s;
	text-decoration: underline;
}
.elementor-field-type-submit .elementor-button-icon {
	position: absolute;
    right: 25px;
}
.elementor-field-type-acceptance input,
.elementor-field-type-checkbox input {
	height: 20px;
	width: 20px;
	margin-right: 5px;
}
.elementor-field-type-submit {
	margin-top: 20px;
}
.elementor-field-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.page-id-14736 .elementor-field-option label:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 15px;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 2px solid #000; 
    background: #fff; 
    box-sizing: border-box;
	cursor: pointer;
}
.elementor-field-option label:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 15px;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 2px solid #fff; 
    background: #fff; 
    box-sizing: border-box;
	cursor: pointer;
}
.elementor-field-option input[type="checkbox"]:checked + label:before {
    background: #2979ff; 
    border-color: #2979ff;
}
.elementor-field-subgroup  .elementor-field-option label {
    padding-left: 32px;
}
#form-field-field_c966f25 option{
  	color: #000;
  	background: #fff;
}
#form-field-field_c966f25 option:hover,
#form-field-field_c966f25 option:focus,
#form-field-field_c966f25 option:checked {
  	background: #2979ff;
  	color: #fff;
}

/* CO2 Rechner */
#co2-result-value {
	font-family: "co-headline", Sans-serif;
    font-size: 3em;
    font-weight: 700;
    color: #2979FF;
}
.rechner .elementor-button {
	display: none !important;
}

/* Blog */
.single-post .elementor-widget-theme-post-content p {
	margin-bottom: 20px !important;
}

/* Team */
.team-item {
  	position: relative;
  	overflow: hidden;
}
.team-item img {
  	display: block;
  	width: 100%;
  	height: auto;
  	transform: scale(1);
  	transition: transform 350ms ease;
  	will-change: transform;
}
.team-item:hover img {
  	transform: scale(1.06);
}
.team-item::after {
  	content: "";
  	position: absolute;
  	inset: 0;
  	pointer-events: none;
  	z-index: 2;
  	background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.0) 60%
  );
  	transition: opacity 250ms ease;
  	opacity: 1;
}
.team-item:hover::after {
  	opacity: 1;
}
.team-item .elementor-element-fb4de3d {
  	position: absolute;
  	z-index: 3;
}

/* Team Filter */
.elementor-widget-taxonomy-filter .e-filter > .e-filter-item {
  	display: none !important;
}
.az-tax-dropdown {
  	width: 100%;
  	max-width: 420px;
  	font-family: "co-headline", Sans-serif;
  	font-weight: 400;
}
.az-tax-dropdown .az-tax-label {
  	font-size: 11px;
  	letter-spacing: 0.12em;
  	text-transform: uppercase;
  	opacity: 0.7;
  	margin-bottom: 8px;
  	display: block;
}
.az-tax-dropdown .az-select-wrap {
  	position: relative;
}
.az-tax-dropdown select {
  	width: 100%;
  	padding: 14px 44px 14px 18px;
  	border-radius: 999px;
  	border: 0;
  	background: #eaf2ff;
  	font-size: 16px;
  	outline: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	cursor: pointer;
}
.az-tax-dropdown .az-select-wrap::after {
  	content: "";
  	position: absolute;
  	right: 16px;
  	top: 50%;
  	width: 18px;
  	height: 18px;
  	transform: translateY(-50%);
  	opacity: 0.7;
  	pointer-events: none;
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: 18px 18px;
  	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23333' d='M5.6 7.6a1 1 0 0 1 1.4 0L10 10.6l3-3a1 1 0 1 1 1.4 1.4l-3.7 3.7a1 1 0 0 1-1.4 0L5.6 9a1 1 0 0 1 0-1.4z'/%3E%3C/svg%3E");
}

/* Projekte */
.page-id-16879 .elementor-background-video-container video {
	position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -100%) !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
	object-position: center bottom !important;
}
.single-projekte .elementor-shortcode {
	font-family: "co-text", Sans-serif;
  	font-size: 1.1em;
  	font-weight: 500;
  	line-height: 34px;
  	color: #132036;
}
.single-projekte .elementor-shortcode p {
	margin-bottom: 10px !important;
}
.single-projekte h3 {
  	font-size: 1.3rem;
	margin-top: 20px;
}
.single-projekte #az_project_password {
	margin-bottom: 20px;
}
.single-projekte .az-project-login-form {
	max-width: 400px;
	margin-left: auto;
  	margin-right: auto;
}
.single-projekte .az-project-login-form button {
	border: 1px solid #132036;
    color: #132036;
	background: transparent;
	transition: 0.5s;
}
.single-projekte .az-project-login-form button:hover {
	border: 1px solid #2979ff;
    color: #fff;
	background: #2979ff;
	transition: 0.5s;
}

/* Projektübersicht */
.js-detail-source { 
	display: none !important; 
}
.js-detail-clone { 
	display: block; 
}
.js-title { 
	display: none !important; 
}
.js-picker { 
	display: none; 
	margin-bottom:10px; 
}
.js-card .js-inline { 
  	display: none !important; 
	background-size: cover;
  	background-position: center;
}
.js-card .js-inline.is-open { 
  	display:block !important; 
	position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 45px;
}
.js-card.is-duplicate { 
	display: none !important; 
}
.js-inline { 
	position: relative; 
}
.js-inline-close:hover {
	color: #2979ff !important;
  	background: transparent !important
}
.js-inline-close {
  	position: absolute;
  	top: 0px;
  	right: 0px;
  	border: 0px !important;
  	background: transparent;
  	font-size: 35px !important;
	color: #fff !important;
  	line-height: 1;
  	cursor: pointer;
	z-index:99;
	height: 0px;
	width: 0px;
}
.js-anlagen-total,
.anlagen-farben {
	color: #fff;
}
.js-toggle {
	position: absolute !important;
    display: block !important;
    height: 100% !important;
    top: 0px;
    left: 0px;
    border-radius: 45px !important;
    padding: 20px 15px !important;
}
.js-toggle-inner {
	position: absolute !important;
    top: unset;
    left: 0px;
	bottom: 0px;
    padding: 20px 15px !important;
}
.js-detail-source-inner {
	height:100%;
}
.js-term {
	color: #fff;
 	font-family: "co-headline", Sans-serif;
    font-size: 2.25em;
    font-weight: 700;
	text-transform: capitalize;
	line-height: 35px;
}
.js-anlagen-info {
	color: #fff;
 	font-family: "co-headline", Sans-serif;
	font-size: 1em;
	font-weight: 400;
	margin-top: -15px;
	margin-left: 5px;
}
.js-anlagen {
	height: 0px;
}
.js-inline {
	background: rgba(0, 0, 0, 0.30);
  	border: 1px solid rgba(255, 255, 255, 0.22);
  	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  	backdrop-filter: blur(14px) saturate(130%);
  	-webkit-backdrop-filter: blur(14px) saturate(130%);
	transition: 0.5s;
}
.js-buttons button {
	background-color: #fff;
	border-color: transparent;
	border-radius: 32px;
	color: #132036;
	transition: 0.5s;
	text-align: left;
	cursor: pointer;
	z-index: 9;
	white-space: normal !important;
}
.js-buttons button:hover {
	background-color: #2979ff;
	color: #fff;
	transition: 0.5s;
}
.js-detail-target {
	position: absolute !important;
	bottom: unset;
	padding: 20px 15px !important;
	top: 0px;
}
.js-picker {
	position: absolute !important;
	top: unset;
	bottom: 0px;
	left: 0px;
	padding: 20px 15px !important;
	margin-bottom: 20px;
}
.e-loop-item.is-duplicate,
.elementor-loop-item.is-duplicate {
  	display: none !important;
}
.detailinfos .elementor-widget-heading .elementor-widget-container {
	line-height: 16px;
}
.js-detail-source-inner .main {
	display: ruby !important;
}
.betreiber-info {
	display: inline !important;
}
.az-fast-project-grid__filter-wrap {
	display:flex;
	flex-direction:column;
	gap:8px;
	margin:0 0 24px;
	max-width:320px;
} 
.az-fast-project-grid__filter-label {
	font-weight:600;
	line-height:1.2;
} 
.az-fast-project-grid__select {
  	width: 100%;
  	max-width: 420px;
  	font-family: "co-headline", Sans-serif;
  	font-weight: 400;
  	padding: 14px 44px 14px 18px !important;
  	border-radius: 999px !important;
  	border: 0;
  	background: #eaf2ff !important;
  	font-size: 16px;
  	outline: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	cursor: pointer;
	line-height: 1.5;
}
.az-fast-project-grid__filter-wrap .az-select-wrap {
	position: relative;
  	display: inline-block;
}
.az-fast-project-grid__filter-wrap .az-select-wrap::after {
  	content: "";
  	position: absolute;
  	right: 16px;
  	top: 50%;
  	width: 18px;
  	height: 18px;
  	transform: translateY(-50%);
  	opacity: 0.7;
  	pointer-events: none;
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: 18px 18px;
  	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23333' d='M5.6 7.6a1 1 0 0 1 1.4 0L10 10.6l3-3a1 1 0 1 1 1.4 1.4l-3.7 3.7a1 1 0 0 1-1.4 0L5.6 9a1 1 0 0 1 0-1.4z'/%3E%3C/svg%3E");
}
.az-project-map__popup-close {
    background: rgba(0, 0, 0, 0.6) !important;
    font-size: 26px !important;
	color: #fff !important;
}
.az-project-map__popup-inner [type=button],
.az-project-map__popup-inner button {
    padding: 0px !important;
}
.az-project-map__popup-button {
	font-family: "co-headline", Sans-serif;
	color: #fff !important;
	font-weight: 600;
	font-size: 0.9em;
	border-radius: 20px 20px 20px 20px;
	background-color: #2979ff;
	transition: 0.4s;
}
.az-project-map__popup-button:hover {
	background-color: #000;
	transition: 0.4s;
}

/* Flächeneigentümer */
.single-flaecheneigentuemer .az-password-field {
	display: block;
	margin: 20px 0px;
}
.single-flaecheneigentuemer .az-password-submit input {
	border: 1px solid #132036;
    color: #132036;
	background: transparent;
	transition: 0.5s;
	margin-top: 15px;
}
.single-flaecheneigentuemer .az-password-submit input:hover {
	border: 1px solid #2979ff;
    color: #fff;
	background: #2979ff;
	transition: 0.5s;
}

/* Login */
.loop-ertraege-text {
	font-family: "co-headline", Sans-serif;
	font-size: 1.2em;
}
.e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-title-text {
	text-decoration: underline;
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
    background-color: transparent !important;
}

/* Loop Suche */
.cpt-live-search {
  	margin-bottom: 24px;
}
#cpt-live-search-input {
  	width: 100%;
  	max-width: 420px;
  	padding: 12px 14px;
  	border: 1px solid #000;
  	border-radius: 8px;
  	font-family: "co-headline", Sans-serif;
  	font-size: 1.1em;
}
#cpt-live-search-results {
  	margin-top: 20px;
}
.cpt-search-grid {
  	display: grid;
  	gap: 20px;
}
.cpt-search-card {
	font-family: "co-headline", Sans-serif;
    font-weight: 700;
  	padding: 16px;
  	background: #fff;
}
.cpt-search-card h3 {
  	margin: 0 0 10px;
  	font-size: 1.3em;
    font-weight: 700;
}
.cpt-search-card a {
  	text-decoration: none;
}
.cpt-search-empty,
.cpt-search-loading {
  	padding: 14px 0;
}

/* Mobiles Menü */
.az-mobile-menu-wrap [type=button]:focus, 
.az-mobile-menu-wrap [type=button]:hover, 
.az-mobile-menu-wrap button:focus, 
.az-mobile-menu-wrap button:hover {
    background-color: #2979ff;
    color: #fff;
}
.az-mobile-menu-wrap {
    position: relative;
    z-index: 99999;
}
.az-menu-toggle {
    position: relative;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    z-index: 100001;
}
.az-menu-line {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #000;
    border-radius: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
}
.az-line-1 {
    margin-top: -8px;
}
.az-line-2 {
    margin-top: 0;
}
.az-line-3 {
    margin-top: 8px;
}
.az-mobile-menu-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100vh;
    padding: 110px 24px 40px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 100000;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.az-mobile-menu-inner {
    max-width: 480px;
    margin: 0 auto;
}
.az-mobile-menu,
.az-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.az-mobile-menu > li {
    margin-bottom: 16px;
}
.az-mobile-menu li {
    list-style: none;
}
.az-mobile-menu li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.3;
    padding: 6px 0;
	font-family: "co-headline", Sans-serif;
}
.az-mobile-menu .sub-menu {
    margin-top: 6px;
    padding-left: 18px;
}
.az-mobile-menu .sub-menu li {
    margin-bottom: 6px;
}
.az-mobile-menu .sub-menu li a {
    font-size: 1.1em;
    font-weight: 400;
    color: #fff;
}
.az-mobile-menu .sub-menu li a:hover {
    color: #2979ff;
}
.az-mobile-menu-inner ::marker {
  color: #fff;
}
body.az-menu-open {
    overflow: hidden;
}
@media (min-width: 1297px) {
    .az-mobile-menu-wrap {
        display: none;
    }
}
@media (max-width: 1296px) {
    .main-menue {
        display: none;
    }
	.menu-item-14955 a::before {
		display: none;
	}
	.menu-item-14955 a {
		margin-left: 0px !important;
	}
}

/* Landingpage */
.page-id-17358 .backdrop {
	backdrop-filter: blur(20px);
    background-color: rgba(19, 32, 54, 0.45);
	border-radius: 50px;
}
.page-id-17358 .backdrop-hell {
	backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.75);
	border-radius: 50px;
}
.page-id-17358 .e-loop-item .e-con-inner {
	width: 1600px;
	min-width: 1600px;
}
.page-id-17358 .header-logo img {
  	opacity: 0;
}
.page-id-17358 .logo-fly {
  	 position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  pointer-events: none;
  display: block;
  will-change: transform, width, height, opacity;
}

/* fade */
.fade {
  position: relative;
  overflow: hidden;
}

.fade::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  background-image: url("DEIN-BILD.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;

  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 12%,
    #000 88%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 12%,
    #000 88%,
    transparent 100%
  );

  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.fade > .e-con-inner {
  position: relative;
  z-index: 1;
}