.zpbutton-type-primary {
	background-color: #5800E6 !important;
    border-color: #5800E6 !important;
    border-width: 2px !important;
    border-style: solid !important;
    color: white !important;
}

.zpbutton-type-primary:hover,
.zpbutton-type-primary:active {
	background-color: #6306fa !important;
    color: white !important;
}

.zpbutton-type-secondary,
.zpbutton-type-link {
	background-color: transparent !important;
    border-color: #5800E6 !important;
    border-width: 2px !important;
    border-style: solid !important;
    color: #5800E6 !important;
}

.zpbutton-type-link {
	border-color: currentColor !important;
    width: 100% !important;
    border-radius: 8px;
    text-align: center;
    justify-content: center;
}

.zpbutton-type-secondary:hover,
.zpbutton-type-secondary:active,
a.zpbutton.zpbutton-type-link:hover,
a.zpbutton.zpbutton-type-link:active {
    border-color: #5800E6 !important;
	background-color: #5800E6 !important;
    color: white !important;
}

.lpcustom-box--kette {
    padding: 20px !important;
    border: 0 !important;
}

@media only screen and (min-width: 992px) {
   .lpcustom-box--kette {
		padding: 0 !important;
    	border: 0 !important;
	}
}



