/**
 * 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;
  margin-top: 0 !important;
}

.mail-link span {
  display: flex;
}

.bns-image-carousel-btn .elementor-swiper-button {
  top: 80% !important;
}

.bns-image-carousel-btn .elementor-swiper-button.elementor-swiper-button-next {
  left: 20% !important;
  right: unset !important;
}

/* .elementor-button hat standardmäßig 15px als font-size */
.bns-elementor-button {
  font-size: 15px !important;
}

.bns-h1-span h1 span {
  font-size: 50%;
  display: block;
  margin-top: 0.5rem;
  line-height: 1.4;
}

body {
  --e-loop-nothing-found-message-space-from-top: 0;
  --bns-icon-color: var(--e-global-color-primary);
  --bns-grow-container-background-color: var(--e-global-color-primary);
}
