/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/* Zeigt alle elemente im OffCanvas an auch wenn sie nicht im Veieport liegen. */
.brx-offcanvas-inner {
    overflow-y: scroll;
    flex-wrap: nowrap;
  }

strong {
  font-weight: 700;
}

h1 span, h2 span, p span, h3 span {
  color: #484ce1;
}

:target {
  scroll-margin-top: 50px; /* Abstand nach oben beim Scrollen zu einem Anker */
}

.brxe-text p a {
  border-bottom: 1px dashed #000;
}

.brx-popup-backdrop {
  transition: all 0s ease-in-out;
}