/* ---------------------------------------------------------
Stylesheet für das Formular der Beispielseite
Datei: forumlar.css
Datum: 27.09.2017
Autor: Alexandra Rosskopf
--------------------------------------------------------- */
@media screen{

form{
	background-color: #fff;
	padding: 1em;
	line-height: 1,2;
}

form > div { margin-bottom: 1em; }

input[type="text"],
input[type="email"],
textarea {
	width: 80%;
	padding: 0,25em;
	margin-bottom: 1em;
}

.contactCaption {
	Color: #555555;
	text-align:center;
	margin-top: 5px;
	font-weight: 100;
	font-size: unset;
}


input:focus,
textarea:focus {
	border-color: #ff5b5b;
	box-shadow: 2px 2px #e04d4d;
}

input:hover,
textarea:hover {
	border-color: #df2b2b;
	box-shadow: 2px 2px #e04d4d;
}

.form-control {
	border: 1px solid #ececec;
	border-radius: 5px;
	box-shadow: 2px 2px #eee;
	color: #818181;
	font-size: 16px;
	height: 50px;
	margin-left: 10%;
}

input, optgroup, select, textarea {
    margin: 0;
	padding-left: 1%;
    font: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}


.send-btn {
	background-color: #ff5b5b;
	color: #fff;
	margin-left: 10%;
	display: inline-block;
	margin-bottom: 0px;
	font-size: 120%;
	font-weight: 400;
	line-height: 2;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 4px;
	height: 40px;
	width: 115px;
	cursor: pointer;
}

} /* Ende @media - nicht löschen */

/* -----------------------------------------
E N D E formulare.css
------------------------------------------ */
