/* CSS-Dokument */
/*******************************************************************************************
// Datei: fluid-default-kontakt.css
// Version: 1.1
// Author: DH
// Änderungsdatum: 30.08.16
// Beschreibung: 	- css fluid für Kontaktformular in Domino Alltest
//
// Erweiternde Dateien:	keine
*******************************************************************************************/


/* ALLGEMEIN */
.SPAN-CLASS-KontaktH1 {
	width: 100%;
	display: block;
	position: relative;
}
.DIV-CLASS-KontaktWrapper {
	display: block;
	position: relative;
	float: left;
	box-sizing:border-box;
}
.DIV-CLASS-KontaktRow {
	display: block;
	position: relative;
	float: left;
	box-sizing:border-box;
}
.DIV-CLASS-KontaktElement{
	display:block;
	float:left;
	width:100%;
	}

/* ANSCHRIFT */
.SPAN-CLASS-KontaktAnschrift {
	width: 100%;
	display:block;
	float:left;
	box-sizing:border-box;
}
.SPAN-CLASS-KontaktError {
	width: 100%;
	display:block;
	float:left;
	padding-left: 0;
	box-sizing: border-box;
}
.INPUT-CLASS-KontaktAnschrift {
	width: 100%;
	display:block;
	float:left;
	box-sizing:border-box;
}

/* Anfrage */
.DIV-CLASS-KontaktAnfrage{
	display:block;
	width:100%;
	float: left;
}
.INPUT-CLASS-KontaktAnfrage {
	width: 100%;
	display:block;
	resize: none;
	float: left;
	margin-bottom: 10px;
}

/* TEXTE */
#P-ID-Hinweis{
	width: 100%;
	display:block;
	float: left;
}
#P-ID-Datenschutz{
	width: 100%;
	display:block;
	float: left;
}
.SPAN-CLASS-DatenschutzError{
	
}
.HR-CLASS-Kontakt{
	width: 100%;
	display:block;
	float: left;
}

/* CAPCHAR*/

.DIV-CLASS-Capchar{

}

#P-ID-Capchar{
	width: 100%;
	display:block;
	float: left;
	
}
#SPAN-IP-CapcharError{
	margin-left: 105px;	
	
}


.DIV-CLASS-ChapcharCodeWrapper{
	display:block;
	width:100%;
	float: left;
}
.TABLE-CLASS-ChapcharTable{
	width:100%;
}
.TD-CLASS-ChapcharTableText{
	width:100px;
}
.TD-CLASS-ChapcharTableCode{
	width:auto;	
}

.SPAN-CLASS-CapcharText{
	
}

.INPUT-CLASS-CapcharCode{
	
}

#INPUT-ID-CapcharCodeGenated{
	border: 0px none;
}

#INPUT-ID-CapcharCodeEnter{
	
}


/* BUTTON */

.DIV-ID-KontaktButton{
	width:100%;
	display:block;
	float: left;
}


/* CHECKBOX */
.INPUT-CLASS-KontaktCheckbox{
	display: block;
	float: left;
	width: 10%;
	}
.SPAN-CLASS-KontaktCheckbox{
	display: block;
	float: left;
	width: 90%;
	margin-bottom: 10px;
	}

/*****************************************************************/
@media only screen and (min-width: 421px) {
	
/* ANSCHRIFT */
.SPAN-CLASS-KontaktAnschrift {
	width: 35%;
}
.INPUT-CLASS-KontaktAnschrift {
	width: 65%;
}
}

/*****************************************************************/
@media only screen and (min-width: 919px)   {
}