/**
 * Theme Name: B&S Elementor Child Theme
 * Version: 2.0
 * Template: hello-elementor
 * Author: BUTTER AND SALT tech marketing GmbH
 * Author URI: https://www.butter-and-salt.de/
 * Customer: Sentech
 * Text Domain: bns
 */
/*


























CUSTOM */

body {
  --bns-icon-color: var(--e-global-color-accent);
  --bns-icon-bgcolor: var(--e-global-color-accent);
  --e-global-color-bca3a34: var(--e-global-color-accent);
  --e-loop-nothing-found-message-space-from-top: 0 !important;
  --e-loop-nothing-found-message-space-from-bottom: 0 !important;
}

.elementor-widget-n-accordion {
  /* Elementor accordion gap between icon and title */
  --n-accordion-icon-gap: 0 2rem !important;
}

/* 3 Color Lines */
.sentech-bottom {
  box-shadow: 0 20px 0 0 #43b1e2, 0 40px 0 0 #65bfe7, 0 60px 0 0 #9fd7f0;
  -moz-box-shadow: 0 20px 0 0 #43b1e2, 0 40px 0 0 #65bfe7, 0 60px 0 0 #9fd7f0;
  -webkit-shadow: 0 20px 0 0 #43b1e2, 0 40px 0 0 #65bfe7, 0 60px 0 0 #9fd7f0;
  margin-bottom: 60px !important;
}

/* Full Width Line under Title */
.title-line {
  position: absolute;
  bottom: 0;
  transform: translateY(-60%);
  left: 0;
  width: 3000px;
  margin-left: -60% !important;
}

.tl-white {
  border-top: 1px solid #ffffff;
  opacity: 0.4;
}

.tl-black {
  border-top: 1px solid #000000;
  opacity: 0.4;
  z-index: -1;
}

.tl-blue {
  border-top: 1px solid var(--e-global-color-accent);
  opacity: 0.7;
  z-index: -1;
}
