/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://www.elegantthemes.com
 Description:  Child Theme for Divi Theme by Elegant Themes
 Author:       Max Weil
 Author URI:   https://www.biltec-engineering.de/
 Template:     Divi
 Version:      1.0.0
    Text Domain: BILTEC Engineering GmbH
*/

/*****Add any custom CSS below this line*****/


.gform_next_button_4_1 {
    float: right;
    background: transparent;
    border: 2px solid #2ea3f2;
}

.menu-cta-328 {
    background-color: #DA2E40 !important;
    padding: 15px !important;
    margin-top: 0px;
    height: 60px;
}

.cnss-social-icon {
    padding-left: 0px !important;
}

#top-header {
    background: black !important;
}

@media (max-width: 1100px) {
    #logo {
        max-height: 35%;
    }

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

@media (max-width: 990px) {
    #logo {
        max-height: 35%;
    }

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

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
    min-height: 1px;
}

#custom_html-5 {
    float: none;
}



.wpcf7-form {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-date, .wpcf7-number, .wpcf7-captchar {
    background-color: #fff !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: #666 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7-submit {
    color: white !important;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    padding: 6px 20px;
    line-height: 1.7em;
    background: #DA2E40;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: none;
    float: right;
}

.wpcf7-form label {
    color: white;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #eee;
}

/* Anpassungen Detailansicht News */
#main-content .container:before {
    background: none;
}

.single-post #sidebar {
    display: none;
}

.single-post #left-area {
    width: 100%;
}

.single-post .post-meta {
    display: none;
}

.single-post .entry-title {
    padding-bottom: 40px;
}

/* Mobile Menu */
.mobile_menu_bar::before, .mobile_menu_bar::after {
    color: #da2e40;
}

.et_mobile_menu {
    border-color: #da2e40;
}
