/**
 * 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;
}

* {
  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;
}
