Schriften

Headline 1
Zeilenabstand

Headline 2
Zeilenabstand

Headline 3
Zeilenabstand

Headline 4
Zeilenabstand

Headline 5
Zeilenabstand
Headline 6
Zeilenabstand

Your content goes here. Link im Text Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

  • Listenpunkt
  • Listenpunkt
  • Listenpunkt
  1. Listenpunkt
  2. Listenpunkt
  3. Listenpunkt

Headline 1
Zeilenabstand

Headline 2
Zeilenabstand

Headline 3
Zeilenabstand

Headline 4
Zeilenabstand

Headline 5
Zeilenabstand
Headline 6
Zeilenabstand

Your content goes here. Link im Text Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

  • Listenpunkt
  • Listenpunkt
  • Listenpunkt
  1. Listenpunkt
  2. Listenpunkt
  3. Listenpunkt
Klasse: “gold-text” Pflegbar an Modul, Row oder Section

Headline 1
Zeilenabstand

Headline 2
Zeilenabstand

Headline 3
Zeilenabstand

Headline 4
Zeilenabstand

Headline 5
Zeilenabstand
Headline 6
Zeilenabstand

Your content goes here. Link im Text Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

  • Listenpunkt
  • Listenpunkt
  • Listenpunkt
  1. Listenpunkt
  2. Listenpunkt
  3. Listenpunkt

Headline 1
Zeilenabstand

Headline 2
Zeilenabstand

Headline 3
Zeilenabstand

Headline 4
Zeilenabstand

Headline 5
Zeilenabstand
Headline 6
Zeilenabstand

Your content goes here. Link im Text Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

  • Listenpunkt
  • Listenpunkt
  • Listenpunkt
  1. Listenpunkt
  2. Listenpunkt
  3. Listenpunkt
Farben

–primary:
var(–dark-green);

–secondary:
var(–darker-gold);

–light-green:
#e5ecec;

–green:
#007F7F;

–dark-green:
#006566;

–darker-green: #004D4E;

–black-green:
#003537;

–beige:
#eaeae5;

–darker-gold:
#daa520;

–dark-gold:
#d4af37;

–gold:
#eec34e;

–gold-gradient: linear-gradient(90deg, rgba(231,199,112,1) 5%, rgba(188,146,66,1) 50%, rgba(248,234,175,1) 75%, rgba(234,197,108,1) 100%);

Buttons
CSS Variables
    :root {
	/* font */
	--primary-font-family: 'Montserrat';
	--secondary-font-family: 'Cormorant';
	
	/* colors */
	--black-green: #003537;
	--darker-green: #004D4E;
	--dark-green: #006566;
	--green: #007F7F; /*387b5c */
	
	--darker-beige: #c0943c;
	--dark-beige: #ccaa63;
	--beige: #dfc48c;
	--light-beige: #f5e9b7;
	--lighter-beige: #fcf5d9;
	
	--ocher: #eec34e;
	--light-ocher: #eec34e;
	
	--primary: var(--green);
	--secondary: var(--beige);
	
	--gold-gradient: linear-gradient(90deg, rgba(231,199,112,1) 5%, rgba(188,146,66,1) 50%, rgba(248,234,175,1) 75%, rgba(234,197,108,1) 100%);
}