/*!
 Theme Name: Divi-Child
 Theme URI: http://www.elegantthemes.com/gallery/divi/
 Template: Divi
 Version: 1.0.0
 Author: Multi–
 Author URI: https://wirsindmulti.de
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

html, body {
	
}

h1, h2, h3, h4, h5, h6, strong, em, #top-menu a {
	/*font-weight: bold;*/
}
#top-menu a {
	/*text-transform: uppercase;*/
}

/* Forms Divi Style */
.wpcf7-form,
form#mc-embedded-subscribe-form {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 0;
  margin-bottom: 25px;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-date, .wpcf7-number, .wpcf7-captchar, form#mc-embedded-subscribe-form input[type=text], form#mc-embedded-subscribe-form input[type=email] {
  background-color: #eee !important; 
  border: none !important; 
  width: 100% !important;
  border-radius: 0 !important; 
  font-size: 14px; 
  color: #999 !important; 
  padding: 16px !important;
  box-sizing: border-box; 
}

.wpcf7-submit {
  color: rgb(64, 137, 200);
  margin: 8px auto 0; 
  cursor: pointer; 
  font-size: 20px; 
  font-weight: 500; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  border-radius: 3px; 
  padding: 6px 20px; 
  line-height: 1.7em; 
  background: transparent; 
  border: 2px solid; 
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}