/*
 Theme Name:     Child Theme SQ MEDIA
 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 #395475
------------------------------------------------------- */

.et_boxed_layout #page-container {
    /*box-shadow: none; */
}


h1 {
    color: #afca0b;
    font-size: 2.5em;
    text-align: left;
    font-weight: 600;
}

h2 {
    color: #afca0b;
    font-size: 2em;
    text-align: left;
}



h3 {
    color: #333;
    font-size: 1.6em;
    font-weight: 600;
}


p {
    font-size: 1.3em;
    line-height: 1.4em;
    color: #333;
}

ul li,
ol li{
    font-size: 1.3em;
    line-height: 1.4em;
    color: #333;
    margin: 0.5em 0;
}

ul li li {
    font-size: 1em;
    line-height: 1.4em;
    color: #333;
    margin: 0.5em 0;
    list-style-type: disc !important;
}



/* Vertikales Zentrieren von Elementen ------------------------------------------------------- */

.vertikal-zentrieren {
display: flex;
flex-direction: column;
justify-content: center;
}






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

div.wpcf7 {
    color:#666;

}

/*.wpcf7 select {
    color: black;
    width: 25% ;
    font-size:17px !important;
}

*/
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:#EA600A !important;
    color:#fff;
    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;
}