﻿/* ############################################################
	FARBKLIMA
###############################################################
	
	Blau:		#006FB6	(Hyperlinks, Flächen)
	Dunkelgrau:	#58585A (Laufschrift, Überschriften, Mainmenü Mouseover/Aktiv)
	Grau:		#B6B8B7 (Mainmenü, Secondmenü)
	Hellgrau:	#F4F4F4 (Linien, Flächen)

###############################################################
	140 - KUNDEN-LOGIN
############################################################ */

/* Box */
#contact__box, .Site__Column1, .site__row {
	width: 100%;
}
.site__row {
	margin-bottom: 15px;
	background-color: #c6bcbb;
}
/* Labels */
.site-label-xs, .site-input-xs, .site-button-xs, .site-hinweis-xs, .site-label-sm, .site-input-sm, .site-button-sm, .site-hinweis-sm, .site-label-md, .site-input-md, .site-button-md, .site-hinweis-md {
	position: relative;
	min-height: 1px;
	padding-right: 0;
	padding-left: 0;
}
.site-label-xs, .site-input-xs, .site-button-xs, .site-hinweis-xs {
	float: left;
}

.site-label-xs {
	width: 40%;
	min-height: 21px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	color: #fff;
}
.site-input-xs {
	width: 58%;
	height: 41px;
}
.site-textarea-xs {
	height: auto !important;
}
.site-radio-xs {
	height: auto !important;
	min-height: 21px !important;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}
.site-button-xs {
	width: 100%;
	text-align: right;
}
@media (min-width: 760px) {
	.Site__Column1 {
		width: 355px;
	}
	.Site__Column1-right {
		margin-left: 25px;
	}
	.site-label-sm {
		width: 152px;
		padding-left: 13px;
	}
	.site-input-sm {
		width: 190px;
	}
}
/* Mittlere Geräte (Desktop-PCs, 980px und breiter) */
@media (min-width: 980px) {
	#contact__box, .Site__Column1 {
		width: 405px;
	}
	.Site__Column1 {
		margin-left: 0;
	}
	.site-label-md {
		width: 161px;
		padding-left: 15px;
	}
	.site-input-md {
		width: 229px;
	}
}
@media (min-width: 1220px) {
	#contact__box {
		width: 100%;
	}
}

/* Input-Felder */
.Site__NormalTextBox,
.Site__NormalTextareaBox {
	font-family: "nimbus-sans-n3","nimbus-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #7b6568;
	width: 100%;
	height: 41px;
/*	padding: 0 1.41843971%; /* 0 8px */
	padding: 0;
	border: none;
	background-color: transparent;
}
.Site__NormalTextareaBox {
	height: 136px;
	padding-top: 10px;
	padding-bottom: 4px;
	overflow: auto;
	resize: none;
}


/* ############################################################
	TITEL, LAUFSCHRIFTEN, LINKS
############################################################ */

.Site__Fehlermeldung {
	color: #ac1854;
}
.Site__Fehler {
	background-color: #ac1854 !important;
}
.Site__FehlerFeld {
	color: #fff !important;
}