/*!
Theme Name: SDL Buchdruck
Theme URI: https://bootscore.me/
Author: Bastian Kreiter
Author URI: https://crftwrk.de
Description: Custom Theme for SDL Buchdruck based on bootScore
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bootscore
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Theme Core CSS */
@import url("css/theme_nav.css");
@import url("css/theme_body.css");
@import url("css/theme_footer.css");
@import url("css/theme_fonts.css");
@import url("css/theme_404.css");
@import url("css/theme_category.css");
@import url("css/theme_single.css");
@import url("css/theme_comments.css");
@import url("css/theme_sidebar.css");

/* Theme Addons CSS */
@import url("css/theme_preloader.css");
@import url("css/theme_cookiebar.css");				/* Activate the HTML-Code in footer.php in line 89 */
@import url("css/theme_to_top.css");

/* Theme nav presets */
/*@import url("css/theme_nav_static.css");*/
/*@import url("css/theme_nav_up_down.css");*/			/* Activate the script in js/theme.js in line 122 */
/*@import url("css/theme_nav_transform.css");*/			/* Activate the script in js/theme.js in line 142 */
/*@import url("css/theme_nav_overlay.css");*/			/* Activate the script in js/theme.js in line 166 */
@import url("css/theme_nav_offcanvas.css");			/* Activate the script in js/theme.js in line 100, rename header.php in whateveryouwant.php and rename header-offcanvas.php into header.php */
/*@import url("css/theme_nav_blog_logo_center.css");*/	/* Rename header.php in whateveryouwant.php and rename header-blog-logo-center.php into header.php */
/*@import url("css/theme_nav_blog_logo_left.css");*/	/* Rename header.php in whateveryouwant.php and rename header-blog-logo-left.php into header.php */

/* Content CSS - Add as much as you want*/
@import url("css/custom.css");
@import url("css/custom_colors.css");
@import url("css/custom_fonts.css");
@import url("css/custom_frontpage.css");
@import url("css/custom_subpages.css");
@import url("css/custom_forms.css");
