/* CSS for all browsers */
/* Heidenheim-CSS */
@import url("modules/bootstrap.css");
@import url("modules/template.css");

/* main layout css */
@import url("../../default/css/modules/layout.css");
@import url("modules/layout.css");
/*@import url("modules/layout_screen_medium.css") only screen and (max-width:979px);
@import url("modules/layout_screen_small.css") only screen and (max-width:759px);*/
@import url("modules/layout_print.css") print;

/* widgets css */
@import url("../../default/css/modules/widgets.css");
@import url("modules/widgets.css");

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@font-face {
	font-family: dax-light;
	font-weight: normal;
	font-style: normal;
	src: url("../Fonts/dax_light.woff") format("woff");
}

@font-face {
	font-family: dax-light-italic;
	font-weight: normal;
	font-style: normal;
	src: url("../Fonts/dax_light_italic.woff") format("woff");
}

@font-face {
	font-family: dax-medium;
	font-weight: normal;
	font-style: normal;
	src: url("../Fonts/dax_medium.woff") format("woff");
}

@font-face {
	font-family: dax-bold;
	font-weight: normal;
	font-style: normal;
	src: url("../Fonts/dax_bold.woff") format("woff");
}

@font-face {
	font-family: dax-black;
	font-weight: normal;
	font-style: normal;
	src: url("../Fonts/dax_black.woff") format("woff");
}
