/*
Theme Name: Divi Child – Schwarzberg & Sohn
Theme URI: https://schwarzbergsohn.de
Author: Schwarzberg & Sohn
Description: Child Theme für Divi, individuelles Design für Gerüstbau
Template: Divi
Version: 1.0.0
*/

body {
  font-family: 'Open Sans', Arial, sans-serif;
  background: #101820;
  color: #fff;
}

/* Beispiel für eigene Boxen und Buttons */
.et_pb_section.hero {
  background: linear-gradient(120deg, #222 80%, #d4af37 100%);
  color: #fff;
  padding: 100px 0 60px 0;
}
.et_pb_section.hero h1 {
  font-size: 3rem;
  color: #d4af37;
  margin-bottom: 20px;
}
.et_pb_button.custom-cta {
  background: #d4af37;
  color: #222 !important;
  border-radius: 30px;
  font-weight: bold;
  padding: 14px 38px;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: background 0.2s;
}
.et_pb_button.custom-cta:hover {
  background: #bfa133;
  color: #fff !important;
}
/*
 Theme Name:   Divi Child – Schwarzberg & Sohn Gerüstbau
 Theme URI:    https://schwarzbergsohn.de
 Description:  Child Theme für Divi, individuelles Design für Gerüstbau
 Author:       Schwarzberg & Sohn
 Template:     Divi
 Version:      1.0.0
*/
