/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

.wpcf7 {

}
.wpcf7 label {
	display: block;
	padding-bottom: 20px;
	font-size: 14px;
}
.wpcf7 select,
.wpcf7 input,
.wpcf7 textarea {
	font-size: 16px;
	padding: 10px;
}
.wpcf7 .w100 {
	width: 100%;
}
.wpcf7 hr {
	border: 1px solid #eeeeee;
	margin: 20px 0;
}

.wpcf7-form .wpcf7-submit {
	color: #ffffff;
	background: #205877;
	font-size: 16px;
	font-weight: bold;
	padding: 1em 2em;
}