/*
 Theme Name:   Seed Childtheme
 Theme URI:    https://generatepress.com
 Description:  Seed Childtheme
 Author:       Kevin Kunkel
 Author URI:   https://kevinkunkel.de
 Template:     generatepress
 Version:      0.1
*/


/* ----------------Template CSS (Mobile First) ----------------*/



/* --- Tool --- */





/* --- Bausteine --- */


/* ---------------------------- Desktop only ---------------------------- */
@media all and (min-width:1024px){

}

/* ------- Medium Desktop -------- */
@media all and (min-width:1024px) and (max-width:1480px){

}

/* ------- Small Desktop -------- */
@media all and (min-width:1024px) and (max-width:1224px){

}


/* ---------------------------- Mobile only ----------------------------- */
@media all and (max-width:1023px){


}
