/*
Theme Name: Constanze Nolting
Theme URI: https://constanze-nolting.de/
Author: Constanze Nolting
Theme: Divi
Author URI: https://constanze-nolting.de/
Description: Constanze Nolting
Version: 4.27.4.1751562972
Updated: 2025-07-03 17:16:12

*/

@font-face {
    font-family: 'nafeeda';
    src: url('fonts/nafeeda-webfont.woff2') format('woff2'),
         url('fonts/nafeeda-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1,h2,h3
.h1,.h2,.h3{
	font-family: 'nafeeda';
}

/*Highlight-Text zentriert in Nafeeda 5rem als Textabsatz*/
.et_pb_text.highlight-text p {
  	font-family:'nafeeda';
	font-size: 5rem;
	text-align:center;
}

/*Highlight-Text zentriert in Nafeeda 4rem als Textabsatz*/
.et_pb_text.highlight-text-klein p {
  	font-family:'nafeeda';
	font-size: 4rem;
	text-align:center;
}


/* Mobiler Menüpunkt als Button stylen | HH-Button-Style */

.button-mobil {
    background-color: #bee3db; /* hier eigenen Farbcode für die Hintergrundfarbe eingeben */
    color: #ffffff; /* hier eigenen Farbcode für die Schriftfarbe eingeben */
    padding: 0 !important;
    border-radius: 3px;
    text-align: center;
}

/* Link-Element des Buttons */
.button-mobil a {
    color: #ffffff !important; 
    padding: 10px 10px 10px 10px !important;
    border-radius: 3px; 
    text-align: center; 
}

.schwarz, .schwarz h1, .schwarz h2, .schwarz h3, .schwarz p{
	color: #000000 !important; 
}

.grau, .grau h1, .grau h2, .grau h3, .grau p {
	color: #555b6e !important; 
}

.salbei, .salbei h1, .salbei h2, .salbei h3, .salbei p  {
	color: #89b0ae !important; 
}

.weiss, .weiss h1, .weiss h2, .weiss h3, .weiss p {
	color: #fff !important; 
}

.mint, .mint h1, .mint h2, .mint h3, .mint p {
	color: #bee3db !important; 
}