/*
 Theme Name:     Online Marketing CAH
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen

blau #00aeef
------------------------------------------------------- */

.et_pb_text_inner ul li {
    margin: 0.5em 0;
}




/* Kontaktformular ------------------------------------------------------- */

div.wpcf7 {
    color:#fff;

}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea
wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea {
    color:#000;
    width: 100% !important;
    border: 1px solid #ccc !important;
    min-height: 50px;
    font-size: 1.3em;
}

input.wpcf7-submit {
    background-color:#ffffff !important;
    color:#00aeef;
    border: 2px solid #fff;
    width: 100%;
    padding: 0.5rem;
    font-size: 1.5rem;
   text-transform:uppercase;

}

.wpcf7 input[type=”submit”]:hover
{
background-color:#fff;
color:#4a6c7a;
font-size:18px;
}

.wps-form {
    width: 100%;
    margin: 0 auto;
}

.wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wps-form-row .wpcf7-form-control {
    width: 100%;
}

.wps-form-column {
    flex: 1;
    padding: 0.5rem 0;
    width: 100%;
}

/* Notebook / Desktop */
@media only screen and ( min-width: 48em ) { 
    .wps-form-row {
        flex-direction: row;
    }

    .wps-form-column {
        padding: 0.5rem 1rem;
    }
}


@media only screen and (max-width: 980px) {
    .zwei-spalten .et_pb_column {
    width: 50%!important;
    }
        
    
    .mobile-kontaktbar p a {
        color: white !important;
        font-weight: bold;
    }
}


