/* 
Theme Name: oink
Description: oink Theme
Author: PZU
Template: hello-elementor
Version: 1.0.0
Text Domain: oink
*/

/* Add your custom styles here */


/* SCHRIFTGRÖSSEN */
h2 {
  font-size: clamp(2rem, 1.9063rem + 0.5vw, 3rem);
  position:relative;
  z-index:1;
}
h2:after {
  content:"";
  position: absolute;
  width: 6.5%;
  height: 90%;
/*  background-color: rgba(255, 204, 51, 1);*/
  background-color: #6E6759;
  left: -1.5%;
  bottom:-20%;
  z-index:-1;
}