:root {
	
	/*FOCUS*/
	--FokusColor: #154b69;

    /*FONTS*/
    --EdekaFontFamily: "Poppins", Sans-Serif;

	/*BASE COLORS*/

	--theme-palette-color-1: #383838;
	--theme-palette-color-2: #F7C681;
	--theme-palette-color-3: #685459;
	--theme-palette-color-4: #986386;
	--theme-palette-color-5: #ffffff;

	--gradient1: #FFBF7A;
	--gradient2: #FDD397;
	--gradient3: #D1B9B7;

	/*FONT SIZES*/
	--font-XS: 0px;
	--font-S: 16px;
	--font-M: 20px;
	--font-L: 26px;
	--font-XL: 44px;

	/*GRADIENTS*/
	--cta-Gradient: linear-gradient(76deg, var(--gradient1) 5.24%, var(--gradient2) 44.13%, var(--gradient3) 89.51%);

	/*ERROR COLORS*/
	--Color-states-error: #AE1111;
}

body {
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
  }
  
/*Headline Lineheight*/
body #main h1,body #main h2,body #main h3,body #main h4{
	line-height: 110.25% !important;
	text-transform: uppercase !important;
}

.gspb_text,p{
	line-height: 1.4em !important;
}
