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

.gform_required_legend {
  display: none !important;
}

.gfield_label, .gfield_consent_label {
  font-weight: 300 !important;
  color: #000;
  font-size: 18px !important;
}

.gfield_consent_label {
  padding-top: 4px !important;
  font-size: 16px !important;
}

.ginput_container_consent {
  display: flex !important;
  gap: 10px !important;
}

.gform_button {
  background-color: #c60062 !important;
  padding: 10px 30px !important;
  color: #fff !important;
  border: none !important;
}

.brxe-text ul {
  padding: 0
}

.brxe-text ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;          
  padding-left: 36px;          
  margin-bottom: 8px;          
  line-height: 1.4;            
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 20px 20px;  /* Icon-Größe */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23c60062' d='M32 64l0 384 384 0 0-384L32 64zM0 32l32 0 384 0 32 0 0 32 0 384 0 32-32 0L32 480 0 480l0-32L0 64 0 32zM331.3 203.3l-128 128L192 342.6l-11.3-11.3-64-64L105.4 256 128 233.4l11.3 11.3L192 297.4 308.7 180.7 320 169.4 342.6 192l-11.3 11.3z'/%3e%3c/svg%3e");
}