/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1.1
*/

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

.sp-dsgvo-framework input[type=text],
.sp-dsgvo-framework input[type=email],
.sp-dsgvo-framework select {
    border-radius: 0;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sp-dsgvo-framework input[type=email]:focus,
.sp-dsgvo-framework input[type=number]:focus,
.sp-dsgvo-framework input[type=password]:focus,
.sp-dsgvo-framework input[type=search]:focus,
.sp-dsgvo-framework input[type=tel]:focus,
.sp-dsgvo-framework input[type=text]:focus,
.sp-dsgvo-framework input[type=url]:focus,
.sp-dsgvo-framework select:focus,
.sp-dsgvo-framework textarea:focus {
    border-color: #c5e133;
}

.sp-dsgvo-framework input[type=submit] {
    background-color: #c5e133;
    border-radius: 0;
    border: none;
    color: black;
    font-size: 100%;
    font-weight: normal;
    line-height: initial;
    padding: 15px 30px;
    text-transform: none;
    transition: all .3s;
}

.sp-dsgvo-framework input[type=submit]:hover {
    background-color: #b8d130;
    color: black;
}

.sp-dsgvo-framework a {
    color: #b8d130;
    text-decoration: none;
}

.sp-dsgvo-framework select:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#b8d130" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
    color: black;
}