/*
 Theme Name:     Devpool Divi
 Theme URI:      https://deine-seite.de
 Description:    Child Theme für Divi 4.27.4
 Author:         Hendrik Röske
 Author URI:     https:/www.dev-pool.de
 Template:       Divi
 Version:        1.0.0
 Text Domain:    devpool-divi
*/

h1, h2, h3 , h4 {
	color: #1b506e;
}

h1 {
	padding-bottom:15px;	
}

h2 {
	padding-top: 38;
	padding-bottom:25px;	
}

p, li {
	font-size: 18px;
}

a {
	color: #f78f2f;
}

code {
  
  font-family: monospace;
  background-color: #fff0f0;
  padding: 2px 5px;
  border-radius: 4px;
}

hr {
    border: none;
    height: 2px;
    background-color: #1b506e;
  }

  /* iubenda Cookie Banner: als Overlay fixieren, damit kein Layout Shift entsteht */
#iubenda-cs-banner,
.iubenda-cs-container {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  z-index: 999999 !important;
}

/* Falls iubenda intern "push" per margin/padding macht, neutralisieren */
body {
  margin-bottom: 0 !important;
}

/* Feste Header-Höhe verhindert Sprünge */
#main-header { min-height: 80px; }
#logo { height: 40px; width: auto; }
