/*
Theme Name: SC Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Divi Child Theme
Author: spicy concepts
Author URI: https://www.spicy-concepts.de
Template: Divi
Version: 1.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

/* Sternchen färben + fett */
.wpcf7-form .cf7-star {
  color: #bf8c55;
  font-weight: 700;
}

/* Quote mit großem, transparentem Anführungszeichen */
.et_pb_text blockquote {
  border-left: 0;                 /* Linie weg */
  position: relative;
  padding-left: 2.5rem;
}

.et_pb_text blockquote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -0.4rem;
  font-size: 3.2rem;
  line-height: 1;
  color: var(--sc-chili, #bf8c55);
  opacity: .65;                   /* dezent */
  font-family: Georgia, "Times New Roman", serif;
}

/* Vollbreites Element */
.vollbreit {
    width: 100%;
}

/* Formular gestalten */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 16px;
    border-width: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;  
}
.wpcf7-form-control.wpcf7-select {
	font-size: 18px;
	color: #999;
	background-color: #eee;
	border-width: 0;
	border-radius: 0;
    width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.wpcf7-submit {
	color: #FFFFFF!important;
    font-size: 20px;
    background-color: #bf8c55!important;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0px solid;
	border-radius: 4px;
    transition-duration: .2s;
    box-sizing: border-box;
}