/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

background-image: url('HG_ueberlagerung.webp');
background-repeat: repeat; /* Hiermit wird das Bild wiederholt */
background-blend-mode: multiply; /* Der Multiplikationseffekt */

/* Bulletpoints bei WPForms Radiobuttons entfernen */
.wpforms-field-radio ul,
.wpforms-field-checkbox ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.wpforms-field-radio li,
.wpforms-field-checkbox li {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

ul {
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
