/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	Yannik Schrempp
Theme URI: https://medien-haus.de
Author URI: https://medien-haus.de
*/

/*Add your own styles here:*/

.alza-tabs {
  --color-content-primary: #7ad6a3;
  --color-content-primary-grad: #7ad6a3;
  /*color: black;*/
}
.alza-tabs.w-tabs.style_trendy > .w-tabs-list .w-tabs-item {
  /*opacity: 1;*/
}
.alza-tabs .w-tabs-list-bar::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(./img/alza_drop_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -15px;
  top: -10px;
}

.alza-tabs .w-tabs-list-bar::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(./img/alza_drop_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -16px;
  top: 0px;
}

.alza-tabs.w-tabs.style_trendy > .w-tabs-list .w-tabs-item.active {
  backdrop-filter: blur(10px) brightness(1.25);
  backface-visibility: hidden;
}
