/*
--------------------------------------------------
(c) 2015 Michael Kuphal - all rights reserved
Michael Kuphal, Grossgoerschenstr. 1, 10827 Berlin
http://www.michaelkuphal.de
--------------------------------------------------
*/


/* contact form */

#mk-contact {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 55px;
	padding: 0px 0 0 0 !important;
}

#mk-contact .line {
	margin-bottom: 18px;
}


#mk-contact .line:last-child .item {
	width: 32%;
}

#mk-contact .item {
	position: relative;

}

#mk-contact .item input,
#mk-contact .item textarea {
	width: 300px;
	font: 300 16px/22px "Open Sans",Helvetica,Arial,sans-serif;
	font-family: "Ropa Sans",sans-serif;
	font-weight: normal;
}

#mk-contact .item label {
	position: absolute;
	color: #889090;
	top: 8px;
	left: 10px;
}

#mk-contact .item .checkbox-form label {
	left: 0px;
}

#mk-contact .code-field {
	position: relative;

	margin-right: 20px;
	width: 150px !important;
	overflow: hidden;
	float: left;
}



#mk-contact .captcha-field {
	position: relative;
	margin-right: 20px;
	width: 130px !important;
	overflow: hidden;
	float: left;
	margin-bottom: 18px;

}

#mk-contact .captcha-field input {
	text-transform: uppercase;
	width: 100%;

}

#mk-contact .code-field .arrow-right {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 10px;
	height: 17px;
	z-index: 1;
}

#mk-contact .line .submit-field {
	margin: 0;
	width: 320px !important;
	height: 20px;
	display: block;
	clear: both;
}

#mk-contact .line .submit-field button {
	width: 300px !important;
	height: 39px;
	font-size: 100%;
	padding: 0;
	background: #889090;
	color: #fff;
	font-weight: normal;
	text-transform: none;
}

/* color mod monika */
#mk-contact .line .submit-field button {
	cursor: pointer;
	-moz-user-select: none;
	box-shadow: none;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 2px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	color: #889090;
	text-transform: uppercase;
}

#mk-contact .line .submit-field button:hover {
	filter: alpha(opacity=90);
	opacity: 0.9;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}



#mk-contact textarea,
#mk-contact input {
	font-size: 100%;
	color: #889090;
	padding-left: 14px;
	padding-right: 14px;
	padding: 8px;
	background: #eaeaea;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	font-weight: normal;
}

/* color mod monika */
#mk-contact textarea,
#mk-contact input {
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 2px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

#mk-contact textarea {
	padding-top: 6px;
}

#mk-contact textarea:focus,
#mk-contact input:focus {
	/* background: #e1e1e1; */
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}




/* privacy checkbox form
================================================== */

#mk-contact .checkbox-form {
	position: relative;
	display: block;
	margin-right: 12px;
	margin-bottom: 19px;
	margin-left: 0;
	margin-top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#mk-contact .checkbox-form .label-body {
	white-space: normal;
	font-size: 11px;
	font-size: 1.1rem;
}

#mk-contact .checkbox-form input[type=checkbox] {
	visibility: hidden;

}

#mk-contact .checkbox-form label {
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 25px;
	top: 0;
	border-radius: 2px;
	border: 1px solid #D1D1D1;
	background: #fff;
	box-shadow: none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

#mk-contact .checkbox-form label:hover {
	border: 1px solid #707070 !important;

}



#mk-contact .checkbox-form .desc {
	font-size: 12px;
	font-size: 1.26rem;
}

#mk-contact .checkbox-form .desc a {
	text-decoration: underline;
}



#mk-contact .checkbox-form label::after {
	position: absolute;
	width: 11px;
	height: 6px;
	top: 8px;
	left: 6px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	background: transparent;
	border: 3px solid #181818;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

#mk-contact .checkbox-form label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

#mk-contact .checkbox-form input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#mk-contact .checkbox-form .desc {
	margin-top: -23px;
	margin-left: 36px;
}







.contact_close {
	position: absolute;
	right: 18px;
	top: 10px;
	color: #fff;
}

.contact_send_feedback {
	position: absolute;
	bottom: 150px;
	left: 0;
	width: 100%;
	text-align:center;
	display: none;
	z-index: 2;
}

.contact_send_feedback_box {
	position: relative;
	width: 75%;
	padding: 50px 16px 50px 16px;
	background: #889090;
	margin:0px auto;
	font-size: 16px;
	color: #889090;
}

/* color mod monika */
.contact_send_feedback_box {
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 2px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	color: #889090;
}

.contact_close {
	position: absolute;
	right: 18px;
	top: 10px;
	color: #889090;
}



@media (max-width: 399px) {

	#mk-contact .line .submit-field {
		width: 100% !important;
	}
	#mk-contact .code-field,
	#mk-contact .captcha-field {
		margin-bottom: 18px;
		width: 45% !important;
		margin-right: 6%;
	}
	#mk-contact .line .submit-field button {
		width: 93% !important;
	}

	#mk-contact .captcha-field {
		margin-right: 0;
	}
	#mk-contact .item input,
	#mk-contact .item textarea {
		width: 92% !important;
	}

}
