/*
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
------------------------------------------------------- */

/*Dekoelement Quadrat*/
.arlt-square {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: #ffbd59;
  vertical-align: -0.05em; /* <– kleiner negativer Wert hebt es an */
}


/* 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: 18px;
    background-color: #2b4d50!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: 5px;
    transition-duration: .2s;
    box-sizing: border-box;
}