/*
Theme Name: child Divi
Description: Childtheme 
Author: 
Author URI: 
Template: Divi
Version: 1.1
Tags:
*/


input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], select {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 10px;
  color: #4e4e4e;
  height: 40px !important;
  width: 100%  !important;
	font-size: 15px;
}

textarea {
  width: 100%   !important;
	  padding: 10px;
	font-size: 15px;
	
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  height: 40px;
  background-color: #2ea3f2;
  color: #fff;
  border: none;
  padding: 0px 20px;
  font-size: 20px;
}

.wpcf7 .wpcf7-submit {
  height: 40px;
  background-color: #2ea3f2;
  color: #fff;
  border: none;
  padding: 0px 20px;
  font-size: 20px;
}

.wpcf7-select.ezimmer {background-color: rgba(47,128,237,0.24);}
.wpcf7-select.zzimmer {background-color: rgba(255,205,3,0.58);}
.wpcf7-select.dzimmer {background-color: rgba(47,128,237,0.24);}

.wpcf7-list-item {
  margin: 0 0 0 0em;
  padding-right: 5px;
}

.wpcf7-date.anreise { width: 100% !important;  height: 40px;}
.wpcf7-date.abreise { width: 100% !important;  height: 40px;}
