/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Kranz Kommunikation
 Author:         Lena Demmer
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* ======================================================
   KRANZ KOMMUNIKATION
   DESIGN SYSTEM
====================================================== */

/* ======================================================
   BUTTONS
====================================================== */

.et_pb_button,
.wp-element-button,
button,
input[type="submit"] {

    background: var(--secondary);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 14px 30px;
    font-weight: 700;
    transition: all .3s ease;
    box-shadow: var(--shadow-small);
}

.et_pb_button:hover,
.wp-element-button:hover,
button:hover,
input[type="submit"]:hover {

    background: var(--secondary-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}