/* 
Theme Name: DI Ziethen
Description: Childtheme 
Author: Ziethen 
Template: di-basis 
Version: 1.6
*/

 




#main-header {
  /*  background: #e11d5d none repeat scroll 0 0 !important; */
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}

.et_pb_blog_grid .et_pb_image_container img:hover {
    opacity: 0.7;
}
.et_pb_widget_area_left {
    border-right: 0 solid rgba(0, 0, 0, 0.1);
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	background-color: #e0ccb3;
	border: none;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px;
	color: #fff !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7-captchar {
	background-color: #fff !important;
	border: 1px solid !important;
	padding: 12px !important;
}

.wpcf7-submit {
	background-origin: padding-box;
	background-size: auto;
	background: transparent !important;
	color: #f7941d;
	border: 1px solid;
	font-size: 20px;
	padding: 6px 20px;
	line-height: 1.7em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	height: 50px !important;
	width: 102px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
	float: right;
	overflow: hidden;
	margin-top: -1.5%;
	text-align: right;
}

.wpcf7-submit:hover {
	background: #f7941d !important;
	color: #eee;
	border: 1px solid transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.mobile_menu_bar:before {
	color: #fff !important;
}