/* CSS-Dokument */
/*******************************************************************************************
// Datei: fluid-awob-kontakt.css
// Version: 1.0
// Author: DH
// Änderungsdatum: 28.06.16
// Beschreibung: 	- css fluid für Kontaktformular in Domino AWOB
//
// Erweiternde Dateien:	keine
*******************************************************************************************/


/* ALLGEMEIN */

form{
	margin:0;
}

/*Fonts*/
@font-face {
	font-family: Autowobil_OpenSanRegular;
	src: local("OpenSans-Regular"),  /* Prüfung, ob Schriftart-Datei bereits auf dem Computer des Betrachters installiert ist */  url(OpenSans-Regular.ttf?OpenFileResource) format('truetype'), /* Format für Gecko- und Webkit-Browser */  url(OpenSans-Regular.eot?OpenFileResource) format('eot'); /*Internet Explorer ab Version 5.5*/
}
@font-face {
	font-family: Autowobil_OpenSanBold;
	src: local("OpenSans-Bold"),  /* Prüfung, ob Schriftart-Datei bereits auf dem Computer des Betrachters installiert ist */  url(OpenSans-Bold.ttf?OpenFileResource) format('truetype'), /* Format für Gecko- und Webkit-Browser */  url(OpenSans-Bold.eot?OpenFileResource) format('eot'); /*Internet Explorer ab Version 5.5*/
}
@font-face {
	font-family: Autowobil_OpenSanBoldItalic;
	src: local("OpenSans-BoldItalic"),  /* Prüfung, ob Schriftart-Datei bereits auf dem Computer des Betrachters installiert ist */  url(OpenSans-BoldItalic.ttf?OpenFileResource) format('truetype'), /* Format für Gecko- und Webkit-Browser */  url(OpenSans-BoldItalic.eot?OpenFileResource) format('eot'); /*Internet Explorer ab Version 5.5*/
}
@font-face {
	font-family: Autowobil_OpenSanExtraBold;
	src: local("OpenSans-ExtraBold"),  /* Prüfung, ob Schriftart-Datei bereits auf dem Computer des Betrachters installiert ist */  url(OpenSans-ExtraBold.ttf?OpenFileResource) format('truetype'), /* Format für Gecko- und Webkit-Browser */  url(OpenSans-ExtraBold.eot?OpenFileResource) format('eot'); /*Internet Explorer ab Version 5.5*/
}
@font-face {
	font-family: Autowobil_OpenSanItalic;
	src: local("OpenSans-Italic"),  /* Prüfung, ob Schriftart-Datei bereits auf dem Computer des Betrachters installiert ist */  url(OpenSans-Italic.ttf?OpenFileResource) format('truetype'), /* Format für Gecko- und Webkit-Browser */  url(OpenSans-Italic.eot?OpenFileResource) format('eot'); /*Internet Explorer ab Version 5.5*/
}

@font-face {
	font-family: Autowobil_OpenSanBoldItalic;
	src: local("OpenSans-BoldItalic"),  /* Prüfung, ob Schriftart-Datei bereits auf dem Computer des Betrachters installiert ist */  url(OpenSans-BoldItalic.ttf?OpenFileResource) format('truetype'), /* Format für Gecko- und Webkit-Browser */  url(OpenSans-BoldItalic.eot?OpenFileResource) format('eot'); /*Internet Explorer ab Version 5.5*/
}

.DIV-CLASS-KontaktWrapper {
	width: 100%;
	}
.DIV-CLASS-KontaktRow {
	width: 100%;
	min-width: 300px;
	}

#SPAN-ID-KontaktH1 {
	font-family: Autowobil_OpenSanRegular;
	font-style: normal;
	font-size: 2em;
	
	text-align: left;
	
	text-decoration: none;
	margin-top:0px;
	margin-bottom: 10px;

}

.INPUT-CLASS-Kontakt{
	margin-right: 5px;
	}

/* AUSSTATTUNG OPTIONAL */
.SPAN-CLASS-KontaktAusstattung{
	font-family: Autowobil_OpenSanRegular;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
	line-height: 1.5;
	width: 28%;
	box-sizing:border-box;
	float: left;
}
.SPAN-CLASS-KontaktOption{
	font-family: Autowobil_OpenSanRegular;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
	line-height: 1.5;
	width: 28%;
	box-sizing:border-box;
	float: left;
}
.INPUT-CLASS-KontaktOption{
	font-family: Autowobil_OpenSanRegular;
	font-size: 12pt;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 15px;
	/*text-align: left;
	color: #000000;
	text-decoration: none;
	line-height: 1.5;
	width: 44%;
	box-sizing:border-box;
	float: left;
	*/
}
.HR-CLASS-KontaktOption{
	color: #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	display: block;
	float: left;
	}


/* ANSCHRIFT */
#DIV-ID-KontaktRowLeft{
	padding-right: 0px;
	box-sizing: border-box;
}
#DIV-ID-KontaktRowFinanz{
	margin-bottom: 40px;
	}
.SPAN-CLASS-KontaktAnschrift {
	font-family: Autowobil_OpenSanRegular;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
	line-height: 1.5;
	width: 28%;
	box-sizing:border-box;
}
.INPUT-CLASS-KontaktAnschrift {
	font-family: Autowobil_OpenSanRegular;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
	line-height: 1.5;
	width: 68%;
	box-sizing:border-box;
	
}
.SPAN-CLASS-KontaktError {
	font-family: Autowobil_OpenSanRegular;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #FA0000;
	text-decoration: none;
	line-height: 1.5;
	padding-left: 28%;
	box-sizing:border-box;

}


/* Anfrage */
#SPAN-ID-KontaktAnfrage{
	width: 100%;
	box-sizing:border-box;
}
.INPUT-CLASS-KontaktAnfrage {
	
}

/* TEXTE */
#P-ID-Hinweis{
	font-family: Autowobil_OpenSanRegular;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
	line-height: 1.5;
	box-sizing:border-box;
}
#SPAN-ID-DatenschutzError{
	font-family: Autowobil_OpenSanRegular;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #FA0000;
	text-decoration: none;	
	line-height: 1.5;
	box-sizing:border-box;
}
#P-ID-Datenschutz{
	font-family: Autowobil_OpenSanRegular;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
	line-height: 1.5;
	box-sizing:border-box;
}

/* CAPCHAR*/
.DIV-CLASS-Capchar{

}
#P-ID-Capchar{
	font-family: Autowobil_OpenSanRegular;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
	line-height: 1.5;
	box-sizing:border-box;
	
}
.SPAN-CLASS-CapcharText{
	font-family: Autowobil_OpenSanRegular;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
	line-height: 1.5;
	box-sizing:border-box;
	
}
.INPUT-CLASS-CapcharCode{
	font-family: Autowobil_OpenSanRegular;
	font-size: 12pt;
}
#INPUT-ID-CapcharCodeGenated{
	color: #fa0000;
	font-size: 12pt;
}
#INPUT-ID-CapcharCodeEnter{
	
}
#SPAN-IP-CapcharError{
	font-family: Autowobil_OpenSanRegular;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #fa0000;
	text-decoration: none;
	margin-left: 0px;
	line-height: 1.5;
	box-sizing:border-box;
}

/* BUTTON */
.DIV-ID-KontaktButton{
	font-size: 12pt;
}



/* Contact Rahmen */
.DIV-CLASS-ContactWrapper{
	display:block;
	width:100%;
	height:auto;
	border-style:none;
	/*border-width:1px;
	border-color:#999999;*/
	box-sizing:border-box;
	padding-bottom:px;
	margin-bottom:15px;
	overflow:auto;
}

.DIV-CLASS-ContactHead{
	display:block;
	width:100%;
	height: auto;
	min-height: 35px;
	overflow:auto;
	padding: 7px;
	padding-left:10px;
	font-family: Autowobil_OpenSanBold;
	font-size:12pt;
	color:#444444;
	background-color:#dddddd;
	box-sizing:border-box;
}
.DIV-CLASS-ContactSiteWrapper{
	display:block;
	width:100%;
	box-sizing:border-box;
	height:auto;
	overflow:auto;
	margin-top:15px;
	padding-left:10px;
	padding-right: 10px;
	box-sizing:border-box;
}

A:link.LINK-CLASS-Link{
	font-family: Autowobil_OpenSanRegular;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: underline;
	
	

   

}
A:visited.LINK-CLASS-Link{
	font-family: Autowobil_OpenSanRegular;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: underline;
	
	
	
	
}
A:hover.LINK-CLASS-Link{
	font-family: Autowobil_OpenSanRegular;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color: #E30613;
	text-decoration: underline;
	
	
	
	
}


/*****************************************************************/
@media only screen and (min-width: 421px) {
	
/* ALLGEMEIN */
.DIV-CLASS-KontaktRow {
	width: 100%;
	
}	
#SPAN-ID-KontaktH1 {
	font-size:15pt;
}


/* ANSCHRIFT */
#DIV-ID-KontaktRowLeft{
	
	box-sizing: border-box;
}

.SPAN-CLASS-KontaktAnschrift {
	width: 22%;
	
}
.INPUT-CLASS-KontaktAnschrift {
	width: 78%;
}
.SPAN-CLASS-KontaktError {
	padding-left: 22%;
	
}

/* TEXTE */
#P-ID-Hinweis{
	
}
#SPAN-ID-DatenschutzError{
	
}
#P-ID-Datenschutz{		
	
}

/* CAPCHAR*/
#P-ID-Capchar{
	
}
.SPAN-CLASS-CapcharText{
	
}
#SPAN-IP-CapcharError{
		
}
	
}
/*****************************************************************/
@media only screen and (min-width: 919px)   {
	
/* ALLGEMEIN */
.DIV-CLASS-KontaktWrapper {
	
}
.DIV-CLASS-KontaktRow {
	
}
#SPAN-ID-KontaktH1 {
	
}

/* ANSCHRIFT */
#DIV-ID-KontaktRowLeft{
	
}
.SPAN-CLASS-KontaktAnschrift {
	
}
.INPUT-CLASS-KontaktAnschrift {
	
}
.SPAN-CLASS-KontaktError {
	
}


/* TEXTE */
#P-ID-Hinweis{
	
}
#SPAN-ID-DatenschutzError{
	
}	
#P-ID-Datenschutz{		
	
}	
	

/* CAPCHAR*/
#P-ID-Capchar{
	
}
.SPAN-CLASS-CapcharText{
	
}
#SPAN-IP-CapcharError{
		
}	
	
}

