/*
Theme Name: Divi Child
Theme URI: http://www.weltraum.de
Template: Divi
Author: Nico Wohlleb
Author URI: http://www.weltraum.de
Description: A child theme of the Divi theme.
Version: 1.0.1563440876
Updated: 2021-12-15 11:07:56

*/

/* Contakt Form 7 Formular an Divi-Style anpassen*/
.wpcf7-form {
  margin-left: 25px; margin-right: 25px; margin-top: 25px;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-date, .wpcf7-number, .wpcf7-captchar, .wpcf7-quiz {
  	background-color: #eee !important; 
  	border: none !important; 
  	width: 100% !important; 
  	-moz-border-radius: 0 !important; 
  	-webkit-border-radius: 0 !important; 
  	border-radius: 0 !important; 
  	font-size: 14px; 
  	color: #000000 !important; 
  	padding: 16px !important; 
  	-moz-box-sizing: border-box; 
  	-webkit-box-sizing: border-box; 
  	box-sizing: border-box;
    line-height: 1.4em; 
} 

/*Absendebutton aktiviert mit und ohne Hover*/
.wpcf7-submit {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff !important; 
	background-color: #4cb866;
	margin: 8px auto 0; 
  	cursor: pointer; 
  	font-size: 20px; 
  	font-weight: 500; 
	-moz-border-radius: 30px; 
  	-webkit-border-radius: 30px; 
  	border-radius: 30px; 
  	padding: 6px 20px; 
  	line-height: 1.7em; 
  	border: 2px solid; 
  	-webkit-font-smoothing: antialiased; 
  	-moz-osx-font-smoothing: grayscale; 
  	-moz-transition: all 0.2s; 
  	-webkit-transition: all 0.2s; 
  	transition: all 0.2s; 
}

.wpcf7-submit:enabled:hover {
	background-color: #4cb866;
}

/* Wenn Pflichtangaben fehlen mit und ohne Hover*/
.wpcf7-submit:disabled {
	background-color: #f2f2f2;
}

.wpcf7-submit:disabled:hover {
	background-color: #f2f2f2;
}

/* Farbe der Contact Form 7 Fehlermeldung für einzelne Felder*/
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	color: #4cb866;
	font-weight: bold;
}

/* Kontaktformular auf 100%*/
.kontaktformular {
  width: 100% !important;
}

/* Textfeld auf 100%*/
.wpcf7-textarea {
  width: 100% !important;
}

/* Contakt Form 7 Formular nach absenden ausblenden*/
.wpcf7-form.sent #cfhide {
	display: none;
}

/*Contact Form 7 Formularantwort nach absenden einblenden*/
.wpcf7-form #cfhideantwortzeigen {
	display: none;
}

.wpcf7-form.sent #cfhideantwortzeigen {
	display: block;
}

/* Contact Form 7 Response */
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    text-align: center;
	border: 0;
    padding: 10px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    text-align: center;
	border: 0;
    padding: 10px;
}

/*Contact Form 7 Dropdown formatieren*/
.wpcf7-form-control-wrap select{
	padding: 16px !important;
	font-size: 14px; 
	background-color: #eee;
}

