/* H1----------------------------- */
h1 {
    font-family: 'AauxNext-Medium', Arial, sans-serif; /* Schriftart */
    text-align: left; /* Links-Ausrichtung für die Überschrift */
    margin: 1.25rem 0; /* Außenabstand oben und unten */
	font-size: 8.0rem;
	line-height: 1.2;
    padding: 0.625rem; /* Innenabstand */
    word-wrap: break-word; /* oder overflow-wrap: break-word; */
    hyphens: auto; /* Automatische Worttrennung */
}

/* Erste Zeile mit weißer Schriftfarbe */
h1 .first-line, h1 .first-line-home {
    color: white;
    word-wrap: break-word; /* oder overflow-wrap: break-word; */
    hyphens: auto; /* Automatische Worttrennung */
}

				
h1 span.first-line-home{
	font-size: 10rem!Important;
}
@media screen and (max-width: 550px) {
					
h1 span.first-line-home{
						font-size: 6rem!Important;
						}
}
@media screen and (min-width: 551px) {
					
h1 span.first-line-home{
						font-size: 6rem!Important;
						}
}
/* Zweite Zeile mit grüner Schriftfarbe */
h1 .second-line{
    color: #eccf30;
  
    display: block; /* Jede Zeile als Blockelement anzeigen */
    word-wrap: break-word; /* oder overflow-wrap: break-word; */
    hyphens: auto; /* Automatische Worttrennung */
}
h1 .second-line-home {
    color: #eccf30;
    margin-left: 2.5rem;
    display: block; /* Jede Zeile als Blockelement anzeigen */
    word-wrap: break-word; /* oder overflow-wrap: break-word; */
    hyphens: auto; /* Automatische Worttrennung */
}
h1 .first-line-yellow {
    color: white;
    word-wrap: break-word; /* oder overflow-wrap: break-word; */
    hyphens: auto; /* Automatische Worttrennung */
}

/* Zweite Zeile mit grüner Schriftfarbe */
h1 .second-line-yellow {
    color: #1b1d23;
    display: block; /* Jede Zeile als Blockelement anzeigen */
    word-wrap: break-word; /* oder overflow-wrap: break-word; */
    hyphens: auto; /* Automatische Worttrennung */
}

/* Media Query für kleinere Bildschirme */
@media screen and (max-width: 768px) {
    h1 {
       
        font-size: 3.0rem;
        margin: 3px auto;
    }
}

/* Media Query für mittlere Bildschirme */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    h1 {
        font-size: 4.5rem; /* Schriftgröße für mittlere Bildschirme */
    }
}

/* end H1------------------------------- */

/* H2----------------------- */
h2 {
    font-family: 'AauxNext-Medium', Arial, sans-serif; /* Schriftart */
    text-align: left; /* Links-Ausrichtung für die Überschrift */
	line-height: 1.2;
    margin: 1.25rem 0; /* Außenabstand oben und unten */
    padding: 0; /* Innenabstand */
    word-wrap: break-word; /* oder overflow-wrap: break-word; */
    hyphens: auto; /* Automatische Worttrennung */
    font-size: 3.8rem; /* Standard-Schriftgröße für größere Bildschirme */
}

/* Media Query für kleinere Bildschirme */
@media screen and (max-width: 768px) {
    h2 {
        font-size: 1.5rem; /* Schriftgröße für kleinere Bildschirme */
    }
}

/* Media Query für mittlere Bildschirme */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    h2 {
        font-size: 2.5rem; /* Schriftgröße für mittlere Bildschirme */
    }
}

h3 {
	font-size: 2rem;
	 word-wrap: break-word; /* oder overflow-wrap: break-word; */
    hyphens: auto; /* Automatische Worttrennung */
	color: #eccf30;
}
/* end H2------------------------------- */

a {
    color: #eccf30;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'AkzeleratCondensed', sans-serif;
	color: #eccf30;
}

p {
    font-size: 1.5rem;
    line-height: 1.6;
}

		@media (min-width: 701px){
		.box2-70-white p,
			p {
			font-size: 1.3rem;
			line-height: 1.9;
		}
}
