/*
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
------------------------------------------------------- */
/*Parfum-Liste-Button*/
.pfmbtn {
	background-color:#e09900;
	color: white;
	border: 0px solid;
	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%;
}

/* BUTTON Voller Breite */
.vollbreit {
	width: 100%;
}

/*CopyButton formatieren */
.copyButton {
	background-color:#e09900;
	color: white;
	border: 0px solid;
	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%;
}


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

/*
 * Copy the Code
 */
.copy-the-code-button {
	font-size:16px!important;
	color: #FFFFFF!important;
	background: #E09900!important;
	border-width: 0px!important;
	font-weight: 600!important;
	letter-spacing:1px!important;
	border-radius: 3px!important;
	padding: 0.3em 1em!important;
    line-height: 1.7em!important;
	left: 180px!important;
	right: auto!important;
}