/*
 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
------------------------------------------------------- */

#top-menu li {
    padding-right: 16px;
}

.wpcf7-form {
    margin-bottom: 50px;
}

.wpcf7-submit {
    margin-top: 30px;
    font-size: 20px;
    border: none;
    background: #0095CD;
    padding: 10px 17px;
    color: #fff;
}

.wpcf7-submit:disabled {
    opacity: .7;
}

.wpcf7-form-control-wrap .wpcf7-captchar,
.wpcf7-form-control-wrap .wpcf7-text,
.wpcf7-form-control-wrap .wpcf7-textarea {
    padding: 10px;
    margin-bottom: 20px;
    width: 500px;
    max-width: 100%;
    font-size: 16px;
}