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

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

* {
  hyphens: auto;
  word-wrap: break-word;
}

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

.mail-link span {
  display: flex;
}

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

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

.bns-anchor-menu {
  color: #ffffff !important;
  margin: 0 1rem !important;
}

/* Custom */

body {
  --bns-icon-color: var(--e-global-color-primary);
  --bns-icon-bgcolor: var(--e-global-color-primary);
}