.hgi_menu { align-items:baseline}

.hgi_img_rund {border-radius:50%;}

/*.hgi_contact_links {position:relative; top:-1em; 

.hgi_contact_rechts {position:relative; top:-1em;;}}*/

.hgi_black_shadow {text-shadow: 2px 2px 15px black; }

.hgi_justify{text-justify: auto;}

/* Ziel: h2 Überschriften */
h2::before {
    content: "⋰"; /* Die Punkte */
    margin-right: 10px; /* Abstand zum Text */
    color: #275e33; /* Farbe der Punkte (optional) */
    font-weight: bold; /* Fettdruck (optional) */
    display: inline-block; /* Für genauere Positionierung */
}

h2{
		color: #275e33;
		font-family: raleway;
		font-weight : bold;
}