/*======================================
Theme Name:Child Theme wpstacklabs
Theme URI: https://stefan-holzke.de
Description: dies ist ein selbst entwickeltes Theme!
Author: Heiko Luedemann (Dein Divi Lehrer)
Author URI: https://wpstacklabs.com
Author Email: https://wpstacklabs.com
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

 /* ===== NOTES ==================================================================
 * 
 * Überzeuge Deine Kunden durch professionelles Bildmaterial und Grafiken. Die visuelle Aufmachung Deiner Webseite ist sehr wichtig.
 * 
 * 
 * Meine Kunden bekommen eine Premium Website 
 * 
 * =============================================================================== */

/*add your custom CSS below this line*/

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
h1 {
font-size: 40px;
}
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
	}

@media only screen and (min-width: 845px) and (max-width: 911px){

} 

/* ----------- iPhone 12 Mini ----------- */

/* 2340x1080 pixels at 476ppi */ 
@media only screen
and (device-width: 360px) 
and (device-height: 780px) 
and (-webkit-device-pixel-ratio: 3) { }


/* ----------- iPhone 12, 12 Pro ----------- */

/* 2532x1170 pixels at 460ppi */ 
@media only screen 
and (device-width: 390px) 
and (device-height: 844px) 
and (-webkit-device-pixel-ratio: 3) { }

/* ----------- iPhone 11 ----------- */
/* 1792x828px at 326ppi */ 
@media only screen 
and (device-width: 414px) 
and (device-height: 896px) 
and (-webkit-device-pixel-ratio: 2) { }

/* ----------- OnePlus 6 ----------- */
@media only screen
and (min-width: 412px) 
and (max-width: 869px) { }


