/*
 Theme Name:     PA Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Simple Divi Child Theme
 Author:         Projekt:Agentur
 Author URI:     https://www.projektagentur.de/
 Template:       Divi
 Version:        0.0.2
*/

/* =Theme customization starts here
------------------------------------------------------- */

/**--------------------------------------------
 *               Global
 *---------------------------------------------**/

.ribbon-header h1,
.ribbon-header h2 {
  padding: 0 5px;
  width: max-content !important;
  margin-top: 0.25em;
  border-width: 5px;
  border-radius: 0 10px;
  border-style: solid;
}

.ribbon-yellow h2 {
  color: #fff;
  background-color: #ffc70a;
  border-color: #ffc70a;
}

.ribbon-green-light h1,
.ribbon-green-light h2 {
  color: #fff !important;
  background-color: #509e2f;
  border-color: #509e2f;
}

.ribbon-white h2 {
  color: #509e2f !important;
  background-color: #fff;
  border-color: #fff;
}
.matb {
  margin-top: auto;
  margin-bottom: auto;
}

.d-none {
  display: none !important;
}