/* Horizontal layout and grey box labels */
/* Version 19.00 (##009##) */

/*
	URSPRÜNGLICH:
	/mnt/web218/e3/67/53220967/htdocs/freiko-395/media/com_flexicontactplus/css/v19_horizontal_plain.css

	Kopiert als:
	mnt/web218/e3/67/53220967/htdocs/freiko-395/media/com_flexicontactplus/css/v19_horizontal_plain_copy_UL_Gewinnspiel_2024.css

	Geändert von:
	Uwe Laubender
	06.08.2023 11:19 Uhr

	240806-2


	Neue Farben für 2024:

	[1] Hauptfarbe 2024 in Rot:

	STANDARD_ROT
	CMYK 0 100 100 0
	RGB 227 0 11
	#e2000a


	[2] Textfarbe im Formularbereich durchgängig in Grau: #6e6e6d
	
	[3] Linie um das Formular herum auch in Grau: #6e6e6d

	STANDARD_DUNKELGRAU
	CMYK 0 0 0 70
	RGB 110 110 110
	#6e6e6d

	
	Versuch:
	Hintergrund des Formulars in Transparent.
	Linie um das Formular in Farbe.

	Funktioniert:

	div.fcp_wrapper
	{
  		background-color : transparent;
  		border : 2px solid #6e6e6d
	}

	Funktioniert NICHT:
	
	legend
	{
		color : #e2000a;
	}

	Das hier FUNKTIONIERT stattdessen:

	.fcp_wrapper legend
	{
		color : #e2000a;
	}

*/

/*
	ORIGINAL:

div.fcp_wrapper
{
  	background-color:#fafafa;
  	border:1px solid #e8e8e8
}

div.fcp_label
{
	display:inline-block;
	width:25%;
	margin-right:1%;
	vertical-align:top;
	text-align:right;
	padding:.35em 0 .3em 0;
	overflow:hidden
}
div.fcp_controls
{
	display:inline-block;
	width:74%
}

*/



div.fcp_wrapper
{
  	/* Wert geändert:*/
  	background-color : transparent;
  	/* Werte geändert:*/
  	border : 2px solid #6e6e6d;
  
  	/* Neu eingefügt: */
	font-family : 'Raleway', sans-serif !important;
  
  	/* 240801-2 Text in Grau. Erfasst leider nicht den Text in .legend */
	color : #6e6e6d;
}

div.fcp_captcha_inner {background-color:#f6f6f6}

/* horizontal */

div.fcp_label
{
    display:inline-block;
  	width:25%;
  	margin-right:1%;
  	vertical-align:top;
  	text-align:right;
  	padding:.35em 0 .3em 0;
  	overflow:hidden;
}
div.fcp_controls
{
  	display:inline-block;
  	width:74%
}

/* Neu hinzugefügt: */
/*
	Text in den FCP-Elementen
	Field type : Fieldset start
	Title: 1. Wo beziehen Sie Ihr Campingzubehör?
	Title: 2. Wie alt sind Sie?
	Title: 3. Ist Ihnen Frankana Freiko als Marke bekannt?
	etc.

*/
.fcp_wrapper legend
{
	color : #6e6e6d;
}

@media screen and (max-width:800px) 
{
    div.fcp_label    {display:block;width:100%;text-align:left}
    div.fcp_controls {display:block;width:100%}
}