/*
 Theme Name:   Mintkredit Childtheme
 Theme URI:    https://generatepress.com
 Description:  Mintkredit Childtheme
 Author:       Kevin Kunkel
 Author URI:   https://mintkredit.de
 Template:     generatepress
 Version:      0.1
*/


/* ----------------Template CSS (Mobile First) ----------------*/
.site-logo{margin-right:-2px}



/* --- Tool --- */
.tool-container{display:grid;grid-template-columns:320px 1fr;gap:16px;}
.tool{display:contents;}
.tool-eingabe{background:#b3ff7a;padding:20px;min-height:300px;height:370px;border-radius:6px;grid-column:1;grid-row:1;}
.tool-ausgabe{background:#3d8b37;padding:20px;height:260px;border-radius:6px;grid-column:2;grid-row:1;align-self:start;}
.optin{background:#3a2dd8;padding:20px;min-height:230px;height:230px;grid-column:2;grid-row:2;border-radius:6px;margin-top:-110px}
.infobox{background:#ff6600;padding:20px;border-radius:6px;min-height:180px;height:120px;grid-column:1;grid-row:2;}
.blog-post{}
@media(max-width:768px){
.tool-container{grid-template-columns:1fr;}
.tool-eingabe,.tool-ausgabe,.optin,.infobox{grid-column:auto;grid-row:auto;}
.optin{margin-top:-40px}
}




/* --- 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){


}
