/* acceptance cf7 */
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    position: relative;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
	text-align: left;
	line-height:1.2;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input {
    visibility: hidden;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]+span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 18px;
    width: 18px;
    top: 2px;
    border: 2px solid #7faeb4;
    left: -15px;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]+span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 10px;
    width: 10px;
    top: 6px;
    left: -11px;
    visibility: hidden;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked+span:after {
    background: #b2ce79;
    visibility: visible;
}


/*
wsgooglemapdsgvo 
*/

.accept-map  .wsgooglemapdsgvo_acception2 {
    cursor: pointer;
    max-width: max-content;
    margin: 0 auto;
}
.wsgooglemapdsgvo_acception2.default_map_button {
    background-color:#fff;
    color:#000;
    padding: 10px 35px;
    font-size: 15px;
    font-weight: bold;
    text-transform:uppercase;
    min-width: 240px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
    transition: background-color .5s
}
.wsgooglemapdsgvo_acception2.default_map_button:hover {
    color:#fff;
    background-color:#000;
    box-shadow:none
}
