/*
 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;
  }
h1 span, h2 span {
  color: #E3D095;
}

.brxe-text ul li {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath class='fa-secondary' fill='%23483aa0' d='M18.7 64L41.4 86.6 210.7 256 41.4 425.4 18.7 448 64 493.3l22.6-22.6 192-192L301.3 256l-22.6-22.6-192-192L64 18.7 18.7 64z'/%3e%3cpath class='fa-primary' fill='%23e3d095' d='M493.3 256l-22.6 22.6-192 192L256 493.3 210.7 448l22.6-22.6L402.7 256 233.4 86.6 210.7 64 256 18.7l22.6 22.6 192 192L493.3 256z'/%3e%3c/svg%3e");
    padding-left: 30px;
    list-style-type: none;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0 7px;
    margin-bottom: 10px;
}

.brxe-text ul {
    padding-inline-start: 10px !important;
    padding-bottom: 20px;
}

.gform_wrapper.gravity-theme input {
  padding: 0 !important;
}

.ecken {
  position: relative;
}

.ecken::before,
.ecken::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-style: solid;
  border-color: #E3D095;
  border-width: 1px;
  transition: width 1s, height 1s;
}

/* obere linke Ecke */
.ecken::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

/* untere rechte Ecke */
.ecken::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

.ecken:hover::before,
.ecken:hover::after {
  width: 100%;
  height: 100%;
}

.gfield_label {
  color: #E3D095 !important;
  font-weight: 400 !important;
}

.gfield_required {
  color: #fff !important
}

.gform-footer input.gform_button {
  background: rgba(255,255,255,0);
  color: #E3D095;
  font-weight: 300 !important;
  border: 1px solid #E3D095 !important;
  padding: 10px 25px !important;
}

.more-content {
  overflow: hidden;
  height: 0;
  padding-top: 20px;
  transition: height 0.5s ease;
}
.read-more-btn {
  background-color: #483aa0 !important;
  padding: 5px 20px !important;
  display: block;
  margin-top: 0.5em;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  padding: 0;
  border: 1px solid #E3D095;
}

.single-post #brx-header {
  background-color: #303030;
  }