/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: 
template: bb-theme
*/

/* Add your custom styles here... */ 

/*--------- Mobiltelefon CSS ---------*/
@media only screen and (max-width: 768px){
    
}

/*--------- Tablet CSS ---------*/
@media screen and (max-width: 1280px) and (min-width: 768px){
	
}

/*---------HCR CSS ---------*/
@media screen and (max-width: 1440px) and (min-width: 1200px){
	
}

/*---------PC CSS ---------*/
@media only screen and (min-width: 1400px){
    
}
