/*
 Theme Name:   Bricks Child Theme for LAWO
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       benz medien
 Author URI:   https://benz-medien.de/
 Template:     bricks
 Version:      1.0
*/
/*
888             d8888 888       888  .d88888b.        .d8888b.  888             888
888            d88888 888   o   888 d88P" "Y88b      d88P  Y88b 888             888
888           d88P888 888  d8b  888 888     888      Y88b.      888             888
888          d88P 888 888 d888b 888 888     888       "Y888b.   888888 888  888 888  .d88b.  .d8888b
888         d88P  888 888d88888b888 888     888          "Y88b. 888    888  888 888 d8P  Y8b 88K
888        d88P   888 88888P Y88888 888     888            "888 888    888  888 888 88888888 "Y8888b.
888       d8888888888 8888P   Y8888 Y88b. .d88P      Y88b  d88P Y88b.  Y88b 888 888 Y8b.          X88
88888888 d88P     888 888P     Y888  "Y88888P"        "Y8888P"   "Y888  "Y88888 888  "Y8888   88888P'
                                                                            888
                                                                       Y8b d88P
                                                                        "Y88P"
*/
p a {
  color: #027faf;
}
p a:hover {
  color: #027faf;
  text-decoration: underline;
}
p a:visited {
  color: #027faf;
}

.bricks-button {
  color: #ffffff;
  text-decoration: none !important;
  transition: all 0.3 ease;
}
.bricks-button:hover {
  color: #ffffff;
  background-color: #027faf !important;
}

.bg-muted {
  background-color: #ededed !important;
}

.bg-primary {
  color: #ffffff !important;
}
.bg-primary i {
  color: #027faf !important;
}

.bm-img-text-loop:nth-child(even) {
  flex-direction: row-reverse !important;
}

/*
888b     d888          888 888    d8b       .d8888b.           888                                      888b     d888               888          888
8888b   d8888          888 888    Y8P      d88P  Y88b          888                                      8888b   d8888               888          888
88888b.d88888          888 888             888    888          888                                      88888b.d88888               888          888
888Y88888P888 888  888 888 888888 888      888         .d88b.  888 888  888 88888b.d88b.  88888b.       888Y88888P888  .d88b.   .d88888 888  888 888  .d88b.
888 Y888P 888 888  888 888 888    888      888        d88""88b 888 888  888 888 "888 "88b 888 "88b      888 Y888P 888 d88""88b d88" 888 888  888 888 d8P  Y8b
888  Y8P  888 888  888 888 888    888      888    888 888  888 888 888  888 888  888  888 888  888      888  Y8P  888 888  888 888  888 888  888 888 88888888
888   "   888 Y88b 888 888 Y88b.  888      Y88b  d88P Y88..88P 888 Y88b 888 888  888  888 888  888      888   "   888 Y88..88P Y88b 888 Y88b 888 888 Y8b.
888       888  "Y88888 888  "Y888 888       "Y8888P"   "Y88P"  888  "Y88888 888  888  888 888  888      888       888  "Y88P"   "Y88888  "Y88888 888  "Y8888
*/
.multi-column-two-cols .multi-column-item {
  flex-basis: 50% !important;
}

.multi-column-three-cols .multi-column-item {
  flex-basis: 33% !important;
}

.multi-column-four-cols .multi-column-item {
  flex-basis: 25% !important;
}

/*
888    d8P                         8888888888                888
888   d8P                          888                       888
888  d8P                           888                       888
888d88K      .d88b.  888  888      8888888  .d88b.   8888b.  888888 888  888 888d888 .d88b.  .d8888b
8888888b    d8P  Y8b 888  888      888     d8P  Y8b     "88b 888    888  888 888P"  d8P  Y8b 88K
888  Y88b   88888888 888  888      888     88888888 .d888888 888    888  888 888    88888888 "Y8888b.
888   Y88b  Y8b.     Y88b 888      888     Y8b.     888  888 Y88b.  Y88b 888 888    Y8b.          X88
888    Y88b  "Y8888   "Y88888      888      "Y8888  "Y888888  "Y888  "Y88888 888     "Y8888   88888P'
                          888
                     Y8b d88P
                      "Y88P"
*/
.key-features-two-cols .key-feature-item {
  flex-basis: 50% !important;
}

.key-features-three-cols .key-feature-item {
  flex-basis: 33% !important;
}

.key-features-four-cols .key-feature-item {
  flex-basis: 25% !important;
}