/**
 * 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: ###
 * Text Domain: bns
 */

.development-environment-message {
  background-color: red !important;
}

.bns-hyphens h1,
.bns-hyphens h2,
.bns-hyphens h3,
.bns-hyphens h4,
.bns-hyphens h5,
.bns-hyphens h6,
* {
  hyphens: auto;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  hyphens: manual !important;
}

.mail-link span {
  display: flex;
}

/* has letter-spacing, so minuse double value margin-right*/
h6 {
  margin-right: -0.5rem !important;
}

/* fix */
.swiper-slide figure.swiper-slide-inner {
  line-height: 0 !important;
}

.bns-button-text-right .elementor-button-text {
  text-align: right !important;
}

.bns-no-nothing-found-message.elementor-widget-loop-grid:has(.e-loop-nothing-found-message) {
  display: none;
}
