/*
 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
====================================================== */

:root{

    /* Farben */

    --primary:#253659;
    --secondary:#04bf9d;
    --secondary-hover:#03a696;

    --text:#666666;

    --accent:#f27547;
    --accent-dark:#bf665e;

    --white:#ffffff;

    --light:#f7f9fb;

    --border:#E7ECF2;

    /* Radius */

    --radius-small:10px;
    --radius:18px;
    --radius-large:28px;

    /* Schatten */

    --shadow-small:0 8px 18px rgba(37,54,89,.08);

    --shadow:0 15px 40px rgba(37,54,89,.08);

    --shadow-hover:0 25px 55px rgba(37,54,89,.15);

    /* Animation */

    --transition:.3s ease;


/* Container */
--container-width: 1200px;

/* Abstände */
--space-xs: .5rem;
--space-sm: 1rem;
--space-md: 2rem;
--space-lg: 4rem;
--space-xl: 6rem;

}
