/*
 Theme Name:     Pavrieg Theme
 Description:    Pavrieg Theme
 Author:         Quiskamp GmbH
 Author URI:     https://www.Quiskamp.de
 Template: 		 Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

.wpjb .wpjb-form input.wpjb-submit {
	font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-color: #007cba;
    color: #007cba;
}
.wpjb .wpjb-form input.wpjb-submit:hover {
    border-color: #005a87;
    color: #005a87;
}