/*
Theme Name:     Extendable Child
Theme URI:      https://animalution.de
Description:    Child Theme für Animalution auf Basis von Extendable, mit festen Farbwerten.
Author:         Animalution Webdesign
Author URI:     https://animalution.de
Template:       extendable
Version:        1.4
*/

/* Allgemeine Farben */
body {
  background-color: #630000 !important;
  color: #fbe8d3 !important;
}

h1, h2, h3, h4, h5, h6, p {
  color: inherit !important;
}

/* Standard-Block-Gruppen */
.wp-block-group {
  background-color: #630000 !important;
  color: #fbe8d3 !important;
}

/* Farbwechsel-Sektionen */
.wp-block-group.section-red {
  background-color: #630000 !important;
  color: #fbe8d3 !important;
}

.wp-block-group.section-white {
  background-color: #fbe8d3 !important;
  color: #630000 !important;
}

.wp-block-group.section-white h1,
.wp-block-group.section-white h2,
.wp-block-group.section-white h3,
.wp-block-group.section-white h4,
.wp-block-group.section-white h5,
.wp-block-group.section-white h6,
.wp-block-group.section-white p {
  color: #630000 !important;
}

/* Buttons */
.wp-block-button__link {
  background-color: #fbe8d3 !important;
  color: #630000 !important;
  border-radius: 30px !important;
  padding: 0.7em 1.5em !important;
  text-decoration: none !important;
  font-weight: bold !important;
  border: 2px solid #630000 !important;
}

.wp-block-button__link:hover {
  background-color: #630000 !important;
  color: #fbe8d3 !important;
}

.section-white {
  background-color: #fbe8d3 !important;
  color: #630000 !important;
}

.section-white * {
  color: #630000 !important;
}
