/*! Deutsche-Boerse - v1.1.0 - ]init[ Katharina Kappis, Adam Molnar - 2017-01-05 */
/* VARS GO HERE (cashmarket theme)
 * ========================================================================== */
/* IMPORT FUNCTIONS (utils/functions/) 
 * ========================================================================== */
/* IMPORT MIXINS (utils/mixins/) 
 * ========================================================================== */
/*
font-size
<p>The rem font-size unit is similar to em, <br>
only instead of cascading it's always relative to the root (html) element. <br>
This is pretty good supported by modern browser.<br>
For IE 8 and down a px fallbacks is provided.<br>
To set the font-size, just put in your pixel value from the design.</p>
<p>@include font-size(15)</p>
Styleguide 7.2.1 font-size
*/
/* 
 * This mixin ensures cross browser opacity all the way down to Internet Explorer 5.
*/
/*
word-wrap
<p>Cross browser solution for doing word wrapping using CSS.<br>
Working in IE 8+, Firefox 6+, iOS 4.2, Safari 5.1+ and Chrome 13+</p>
<p>See: https://kenneth.io/blog/2012/03/04/word-wrapping-hypernation-using-css/</p>
<p>@include word-wrap()</p>
Styleguide 7.2.2 word-wrap
*/
/* IMPORT EXTENDS (utils/extends/) 
 * ========================================================================== */
/*
Utils
Description
Styleguide 7.0 Base Utils
*/
/*
Extends
Description
Styleguide 7.1 Extends
*/
/*
.clearfix
<p>Easily clear floats by adding .clearfix to the parent element.
When a floated element is within a container box, 
it does not automatically force the container’s height adjust to the floated element. 
When an element is floated, its parent no longer contains it because the float is removed from the flow. 
The clearfix is one method to fix this problem.</p>
<p>Based on Nocolas Gallgaer <a href="http://nicolasgallagher.com/micro-clearfix-hack/" target="_blank">mircro clearfix</a>
<p class="compatibility">Compatible for modern browsers that supporting the use of both the 
:before and : after pseudo-elements.</p>
Markup:
<div class="clearfix"></div>
Styleguide 7.1.1 .clearfix
*/
/* line 2, ../../../src/scss/utils/extends/_icons.scss */
.icon {
  font-family: inherit;
}
/* line 7, ../../../src/scss/utils/extends/_icons.scss */
.icon:after, .icon:before {
  font-size: 22px;
  font-size: 1.375rem;
  color: #B2B7BB;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 27, ../../../src/scss/utils/extends/_icons.scss */
.icon-left:before {
  content: "\e604";
}
/* line 32, ../../../src/scss/utils/extends/_icons.scss */
.icon-right:before {
  content: "\e605";
}
/* line 37, ../../../src/scss/utils/extends/_icons.scss */
.icon-up:before {
  content: "\e606";
}
/* line 42, ../../../src/scss/utils/extends/_icons.scss */
.icon-down:before {
  content: "\e607";
}
/* line 47, ../../../src/scss/utils/extends/_icons.scss */
.icon-calendar-arrow-left:before {
  content: "\e604";
}
/* line 52, ../../../src/scss/utils/extends/_icons.scss */
.icon-calendar-arrow-right:before {
  content: "\e605";
}
/* line 57, ../../../src/scss/utils/extends/_icons.scss */
.icon-calendar-arrow-up:before {
  content: "\e606";
}
/* line 62, ../../../src/scss/utils/extends/_icons.scss */
.icon-calendar-arrow-down:before {
  content: "\e607";
}
/* line 67, ../../../src/scss/utils/extends/_icons.scss */
.icon-play:before,
.icon-arrow-right:before {
  content: "\e608";
}
/* line 74, ../../../src/scss/utils/extends/_icons.scss */
.icon-arrow-down:before {
  content: "\e609";
}
/* line 79, ../../../src/scss/utils/extends/_icons.scss */
.icon-arrow-up:before {
  content: "\e60a";
}
/* line 84, ../../../src/scss/utils/extends/_icons.scss */
.icon-facebook:before {
  content: "\e60b";
}
/* line 89, ../../../src/scss/utils/extends/_icons.scss */
.icon-xing:before {
  content: "\e60c";
}
/* line 94, ../../../src/scss/utils/extends/_icons.scss */
.icon-google:before {
  content: "\e60d";
}
/* line 99, ../../../src/scss/utils/extends/_icons.scss */
.icon-linkedin:before,
.icon-linkedIn:before {
  content: "\e60e";
}
/* line 105, ../../../src/scss/utils/extends/_icons.scss */
.icon-twitter:before {
  content: "\e60f";
}
/* line 110, ../../../src/scss/utils/extends/_icons.scss */
.icon-youtube:before {
  content: "\ea9d";
}
/* line 115, ../../../src/scss/utils/extends/_icons.scss */
.icon-calendar:before {
  content: "\e610";
}
/* line 120, ../../../src/scss/utils/extends/_icons.scss */
.icon-map:before {
  content: "\e611";
}
/* line 125, ../../../src/scss/utils/extends/_icons.scss */
.icon-reset:before {
  content: "\e612";
}
/* line 130, ../../../src/scss/utils/extends/_icons.scss */
.icon-search:before {
  content: "\e613";
}
/* line 135, ../../../src/scss/utils/extends/_icons.scss */
.icon-forward:before {
  content: "\e614";
}
/* line 140, ../../../src/scss/utils/extends/_icons.scss */
.icon-print:before {
  content: "\e615";
}
/* line 145, ../../../src/scss/utils/extends/_icons.scss */
.icon-pdf:before {
  content: "\e616";
}
/* line 150, ../../../src/scss/utils/extends/_icons.scss */
.icon-rss:before {
  content: "\e617";
}
/* line 155, ../../../src/scss/utils/extends/_icons.scss */
.icon-dot:before {
  content: "\e618";
}
/* line 160, ../../../src/scss/utils/extends/_icons.scss */
.icon-menu:before {
  content: "\e619";
}
/* line 165, ../../../src/scss/utils/extends/_icons.scss */
.icon-mail:before {
  content: "\e61a";
}
/* line 170, ../../../src/scss/utils/extends/_icons.scss */
.icon-phone:before {
  content: "\e61b";
}
/* line 175, ../../../src/scss/utils/extends/_icons.scss */
.icon-time:before {
  content: "\e61c";
}
/* line 180, ../../../src/scss/utils/extends/_icons.scss */
.icon-web:before {
  content: "\e61d";
}
/* line 185, ../../../src/scss/utils/extends/_icons.scss */
.icon-list:before {
  content: "\e61e";
}
/* line 190, ../../../src/scss/utils/extends/_icons.scss */
.icon-tiles:before {
  content: "\e61f";
}
/* line 195, ../../../src/scss/utils/extends/_icons.scss */
.icon-photo:before {
  content: "\e620";
}
/* line 200, ../../../src/scss/utils/extends/_icons.scss */
.icon-video:before {
  content: "\e621";
}
/* line 205, ../../../src/scss/utils/extends/_icons.scss */
.icon-off:before {
  content: "\e622";
}
/* line 210, ../../../src/scss/utils/extends/_icons.scss */
.icon-on:before {
  content: "\e623";
}
/* line 215, ../../../src/scss/utils/extends/_icons.scss */
.icon-pause:before {
  content: "\e624";
}
/* line 220, ../../../src/scss/utils/extends/_icons.scss */
.icon-compressed_file:before {
  content: "\e625";
}
/* line 225, ../../../src/scss/utils/extends/_icons.scss */
.icon-csv_file:before {
  content: "\e626";
}
/* line 230, ../../../src/scss/utils/extends/_icons.scss */
.icon-excel_file:before {
  content: "\e627";
}
/* line 235, ../../../src/scss/utils/extends/_icons.scss */
.icon-fax:before {
  content: "\e628";
}
/* line 240, ../../../src/scss/utils/extends/_icons.scss */
.icon-pdf_file:before {
  content: "\e629";
}
/* line 245, ../../../src/scss/utils/extends/_icons.scss */
.icon-text_file:before {
  content: "\e62a";
}
/* line 250, ../../../src/scss/utils/extends/_icons.scss */
.icon-login:before {
  content: "\e62b";
}
/* line 255, ../../../src/scss/utils/extends/_icons.scss */
.icon-register:before {
  content: "\e62c";
}
/* line 262, ../../../src/scss/utils/extends/_icons.scss */
.icon-left-after:after {
  content: "\e604";
}
/* line 267, ../../../src/scss/utils/extends/_icons.scss */
.icon-right-after:after {
  content: "\e605";
}
/* line 272, ../../../src/scss/utils/extends/_icons.scss */
.icon-up-after:after {
  content: "\e606";
}
/* line 277, ../../../src/scss/utils/extends/_icons.scss */
.icon-down-after:after {
  content: "\e607";
}
/* line 282, ../../../src/scss/utils/extends/_icons.scss */
.icon-reset-after:after {
  content: "\e612";
}
/* line 287, ../../../src/scss/utils/extends/_icons.scss */
.icon-rss-after:after {
  content: "\e617";
}
/* line 292, ../../../src/scss/utils/extends/_icons.scss */
.icon-pdf-after:after {
  content: "\e616";
}
/* line 297, ../../../src/scss/utils/extends/_icons.scss */
.icon-pdf_file-after:after {
  content: "\e629";
}
/* line 302, ../../../src/scss/utils/extends/_icons.scss */
.icon-calendar-arrow-down-after:after {
  content: "\e607";
}
/* line 307, ../../../src/scss/utils/extends/_icons.scss */
.icon-none:after,
.icon-none:before {
  content: "";
}
/*
.hidden-accessible
<p>Hides content visually, but leaves it available to assistive technologies. </p>
<p class="compatibility">Compatible for modern browsers that supporting the use of both the 
:before and : after pseudo-elements.</p>
Markup:
<label class="hidden-accessible">…</label>
Styleguide 7.1.2 .hidden-accessible
*/
/* line 10, ../../../src/scss/print.scss */
body {
  background-color: #fff;
}
/* line 12, ../../../src/scss/print.scss */
#print-preview {
  display: none;
}
/* line 14, ../../../src/scss/print.scss */
.page {
  width: 180mm;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 21, ../../../src/scss/print.scss */
#main,
#footer #footer_content {
  padding: 0;
}
/* line 26, ../../../src/scss/print.scss */
.pdfview .swiper-wrapper {
  display: block;
}
/*# sourceMappingURL=print.css.map */
