/*
 	
	Theme Name: wpShopGermany
	Theme URI: https://wpshopgermany.maennchen1.de
	Theme Description: 
	Author: maennchen1
	Author URI: http://maennchen1.de/
	Description: wpShopGermany wurde speziell für das gleichnamige deutschsprachige WordPress-Shopplugin wpShopGermany erzeugt und realisiert damit eine perfekte Symbios zwischen Layout (Theme) und dem darin befindlichen Onlineshop.
	Version: 1.2.5
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: sto
	Tags: custom-colors, flexible-header, microformats, footer-widgets
	
*/ 

@import url('css/reset.css');
@import url('css/flag.css');
@import url('css/layout.css');
/*
@import url('css/layout-sm.css') screen and (min-width: 768px) and (max-width: 991px);
@import url('css/layout-md.css') screen and (min-width: 992px) and (max-width: 1199px);
*/
@import url('css/layout-sm.css') screen and (min-width: 768px);
@import url('css/layout-md.css') screen and (min-width: 992px);

@import url('css/layout-lg.css') screen and (min-width: 1200px);

@font-face {
  font-family: 'Exo';
  font-weight: 400;
  font-style: normal;
  src: url('fonts/Exo-regular/Exo-regular.eot');
  src: url('fonts/Exo-regular/Exo-regular.eot?#iefix') format('embedded-opentype'),
       local('Exo Regular'),
       local('Exo-regular'),
       url('fonts/Exo-regular/Exo-regular.woff2') format('woff2'),
       url('fonts/Exo-regular/Exo-regular.woff') format('woff'),
       url('fonts/Exo-regular/Exo-regular.ttf') format('truetype'),
       url('fonts/Exo-regular/Exo-regular.svg#Exo') format('svg');
}

/* Vorgaben WordPress-Repository */
.wp-caption, 
.gallery-caption {}
.sticky {}
.wp-caption-text {}
.screen-reader-text {}
.bypostauthor {}
.aligncenter {}