/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        3.2.1
*/
/* =Theme customization starts here
------------------------------------------------------- */

*{
    font-family: Tahoma, Verdana;
}
/* slider
*/
.et_pb_slide h2.et_pb_slide_title {
    font-weight: 800!important;
}
h2.et_pb_slide_title, .et_pb_slide_content p {
    background: rgba(0, 0, 0, 0.3)!important;
    display: inline-block;
    padding: 8px;
}
.et_pb_slide_content {
    display: block;
    float: none;
}
.et_pb_slide_content p {
    /*   font-size: 38px;*/
    padding-bottom: 15px!important;
}
.et_pb_slide_description {
    padding-left: 0px;
}
/* teaser
*/
#teaser .et_pb_css_mix_blend_mode_passthrough {
    /* 
    border-right:1px solid #fff; */
}
#teaser .et_pb_text_inner a {
    color: #fff!important;
}
/* listen
*/
.et_pb_text_inner ul {
    list-style: none
}
.et_pb_text_inner li::before {
    content: "•";
    color: #ffb500;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

/* überschriften
*/
h2 {
    font-size: 34px;
}
h1 {
    background-color: #ffb500;
    color: #fff!important;
    text-transform: uppercase!important;
    font-size: 38px;
    padding: 6px;
    display: inline;
}
h3, h3.et_pb_toggle_title {
    font-size: 18px!important;
}
#referenzen ul {
    list-style: none;
    margin-bottom: 0px;
    padding: 0px;
}
#referenzen ul li {
    border-bottom: 1px solid #999;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 8px;
}
#referenzen ul li:last-child {
    border: 0px;
}
#referenzen .et_pb_toggle {
    padding-top: 8px;
    padding-bottom: 14px;
    margin-bottom: 6px;
}
#referenzen .et_pb_toggle h3:hover, #referenzen .et_pb_toggle_open h3 {
    color: #ffb500;
}
#referenzen .et_pb_toggle_open {
    border-bottom: 1px solid #ffb500;
}
#referenzen .et_pb_toggle_title:hover::before {
    color: #ffb500!important;
}
#referenzen .et_pb_toggle_open {
    padding-bottom: 0px;
}

.mfp-title {
	display:none;
}

/*
Footer
*/
footer a:hover {
    color: #ffb500!important;
}




/*
form
*/

input.wpcf7-form-control.txt-form{
        padding:8px;
    width:100%;
    font-size:16px;

}

textarea.wpcf7-form-control{
        padding:8px;
    width:100%;
    font-size:16px;
    height:150px;
}

body span.txt-klein {
    font-size: 13px;
       line-height: 1.2em!important;
}

input.btn-normal {
    background-color:#2e2e2e;
 color:#fff;
    padding:8px;
    width:200px;
    border:0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

input.btn-normal:hover {
     background-color:#ffb500;
}

.entry-content table , table td{
	border:0px;
}
table tr:nth-child(odd) {
}
table tr:nth-child(even) {
    background-color: rgba(255,181,0,0.1);

}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 980px) {
    
    .et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 25px!important;
     padding-top: 30px;
        border-right: 1px solid #ffb500;
        padding-right: 22px;
}
    
    .toolbox_menu1 #top-menu > li:not(.menu-item-has-children) > a::before, 
    .toolbox_menu1 #top-menu > li:not(.menu-item-has-children) > a:hover::before {
        bottom: 0px!important;
        top:auto!important;
    }
    #partner ul {
        list-style: none;
        margin-bottom: 0px;
        padding: 0px;
    }
    #partner ul li {
        display: block;
        width: 30%;
        padding: 1% 0.5% 1% 0.5%;
        float: left;
        text-align: center;
        min-height: 110px;
    }
    #partner ul li:nth-child(odd) {
        background-color: #fff;
    }
    #partner ul li:nth-child(even) {
        background-color: #fff7e5;
    }
    #partner .et_pb_text_inner li::before {
        content: "";
        display: inline-block;
        width: 0px;
        margin-left: 0px
    }
}
/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px) and ( max-width: 980px) {}
@media only screen and ( max-width: 479px) {}