/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../Assets/Scss/print.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
/*  ==========================================================================
    PRINT STYLES
    Styling for the printed version of the page

    INFO:
    - try not to modify the defaults
    - append your custom rules at the end after 'OWN RULES'
    - contributions for the kickstarter are welcome!
    ========================================================================== */
/*  INCLUDES
    ------------------------------------------------------------------------ */
/*  ==========================================================================
    STORAGE
    ========================================================================== */
/*  ==========================================================================
    VARIABLES
    Collection of all variables

    INFO:
    - try to use variables as much as possible, it makes life easier
    - try to use meaningful prefixes, e.g. "$clr-" for color variables
      or "$fs-" for font-sizes
    ========================================================================== */
/*  ==========================================================================
    CLASS NAMES
    Collection of class-names.
    ========================================================================== */
/*  ==========================================================================
    COLORS
    List all colors concerning your project here

    INFO:
    - use for your colors at least the prefix "$clr-"
    ========================================================================== */
/*  ==========================================================================
    DEFAULTS
    ========================================================================== */
/*  ==========================================================================
    DIMENSIONS
    List of some recurring dimensions.

    INFO:
    - don't delete any unit!
    - do unit changes with care
    - try to use prefixes (f.e. "zi" for "z-index", "hgt" for "height", "wdt" for "width" etc.)
    - if possible try to define the main z-index values here
    - don't put all dimensions in here, only well selected ones (it's not a trashcan!)
    ========================================================================== */
/*  ==========================================================================
    MEDIA QUERIES
    Collection of media queries.
    ========================================================================== */
/*  ==========================================================================
    TYPOGRAPHY
    Font settings concerning your project.

    INFO:
    - don't delete anything!
    - use changes in here with care
    - try to use prefixes (f.e. "ff" for "font-family", "fs" for "font-size", "fw" for "font-weight" ecc.)
    - don't put all properties in here, only well selected ones (it's not a trashcan!)
    ========================================================================== */
/*  ==========================================================================
    FUNCIONS
    Collection of all functions
    ========================================================================== */
/*  ==========================================================================
    GENERAL
    Useful global functions
    ========================================================================== */
/*  ==========================================================================
    MIXINS
    Collection of all mixins (mind the ordering!)
    ========================================================================== */
/*  ==========================================================================
    GENERAL
    Useful global helpers

    INFO:
    - no specific naming convention (no prefix) except to not use camelcase if possible!
    - use it with care, its not a trash can!
    - contributions for the kickstarter are welcome!
    ========================================================================== */
/*
 * WRAPPER DIMENSIONS
 * generates wrapper padding & max-width
 */
/*
 * RESPONSIVE PROPERTIES
 * creates a css-property for each media query (desktop, tablet & mobile)
 */
/*  ==========================================================================
    TYPOGRAPHY
    Helpers to arrange type

    INFO:
    - all mixins should start with "typo" as prefix
    ========================================================================== */
/*  ==========================================================================
    CONTENT
    Helpers for Headlines/RichText/...

    INFO:
    - all mixins should start with "content" as prefix
    ========================================================================== */
/*
 * OVERLINE
 */
/*
 * HEADLINES
 */
/*
 * TABLE-WRAP
 */
/*
 * RICH-TEXT
 */
/*  ==========================================================================
    BUTTONS
    Helpers to edit buttons

    INFO:
    - all mixins should start with "btn" as prefix
    ========================================================================== */
/*  ==========================================================================
    IMAGES
    Collection of all helpers for images

    INFO:
    - all mixins should start with "img" as prefix
    ========================================================================== */
/*  ==========================================================================
    VISTA
    Helper to add base style to the vista output.

    INFO:
    - Usage example:
      @include vista(100vh, 75vh, 100vh, 60vh, true);
    ========================================================================== */
/*  ==========================================================================
    POPUP
    ========================================================================== */
/*  ==========================================================================
    FLATPICKR
    ========================================================================== */
/*  ==========================================================================
    HEADER
    Helpers to edit header

    INFO:
    - all mixins should start with "header" as prefix
    ========================================================================== */
/*  ==========================================================================
    MISC
    ========================================================================== */
/*  ==========================================================================
    MISC
    ========================================================================== */
/*  ==========================================================================
    EHOTELIER
    Helpers to edit eHotelier elements

    INFO:
    - all mixins should start with "ehot" as prefix
    ========================================================================== */
/*  ==========================================================================
    FOOTER
    Helpers to edit footer

    INFO:
    - all mixins should start with "footer" as prefix
    ========================================================================== */
/*  ==========================================================================
    KEYFRAMES
    Collection of all keyframes (mind the ordering!)
    ========================================================================== */
/*  ==========================================================================
    LOADER
    ========================================================================== */
@keyframes loader-spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*  ==========================================================================
    MISC
    ========================================================================== */
@keyframes pulse-animation {
  0% {
    transform: scale(1);
    background: rgba(180, 144, 98, 0.3);
  }
  100% {
    transform: scale(1.1);
    background: rgba(180, 144, 98, 0);
  }
}
/*  STYLING
    ------------------------------------------------------------------------ */
@page {
  margin: 0.5cm;
}
* {
  -webkit-print-color-adjust: exact;
  background: transparent !important;
  color: #000 !important; /* Black prints faster: h5bp.com/s */
  box-shadow: none !important;
  text-shadow: none !important;
  line-height: 1.4;
}

body {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

a,
a:visited {
  text-decoration: none;
}

a[href]:after,
abbr[title]:after {
  display: none;
}

/*
 * Don't show links for images, or javascript/internal links
 */
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
  content: "";
}

pre,
blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

thead {
  display: table-header-group; /* h5bp.com/t */
}

tr,
img {
  page-break-inside: avoid;
}

img {
  max-width: 100% !important;
}

p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

h2,
h3 {
  page-break-after: avoid;
}

img,
svg,
video,
iframe,
i {
  display: none;
}

/*
 * Typography
 */
h1,
h2,
h3,
h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 16px;
}

h3,
h4 {
  font-size: 14px !important;
}

p,
ul,
ol,
table {
  font-size: 12px;
  margin: 0 0 15px 0;
}

table {
  width: 100%;
}
table tr > * {
  border: 1px solid;
}
table tr th {
  background-color: #EEEEEE !important;
  font-size: 16px;
}

/*
 * Defaults
 */
.hidden,
.icon,
.DNA-icon,
.DNA-button,
.JS-rte__trigger {
  display: none !important;
}

/*
 * Output
 */
body > *:not(.branDNAmic) {
  display: none;
}

.branDNAmic > *:not(.DNA-section[data-id=Main]):not(.DNA-section[data-id=Print]) {
  display: none;
}

.DNA-section[data-id=Main] > *:not(.DNA-section__content) {
  display: none;
}
.DNA-section[data-id=Main] .DNA-section__content > *:not(.DNA-module[data-id=Text]):not(.DNA-module[data-id=TextPic]):not(.DNA-module[data-id=Timeline]):not(.DNA-module[data-id=TextPicCategory]):not(.DNA-module[data-id=NewsDetail]):not(.DNA-module[data-id=SlideBoxes]) {
  display: none;
}
.DNA-section[data-id=Print] {
  display: block !important;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid;
}
.DNA-section[data-id=Print] .DNA-section__logo img {
  display: block !important;
  width: 150px;
  margin: auto;
}
.DNA-section[data-id=Print] .DNA-section__info {
  font-size: 12px;
  text-align: center;
  margin-top: 25px;
}

/* Own Rules
 * --------------------------------------------------------------------------- */
.DNA-module__headlines {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.DNA-module__headlines__main:not(h1) {
  font-size: 20px;
}
.DNA-module__headlines__sub:not(h2) {
  font-size: 16px;
}
.DNA-module__headlines__overline:not(h3) {
  font-size: 14px;
}
.DNA-module__button {
  display: none;
}
.DNA-module[data-id=Timeline] .DNA-module__list {
  display: none;
}
.DNA-module[data-id=TextPicCategory] > * > *:not(.DNA-module__wrap) {
  display: none;
}
.DNA-module[data-id=NewsDetail] > * > *:not(.DNA-rte):not(.DNA-headlines) {
  display: none;
}
.DNA-module[data-id=NewsDetail] > * > *.DNA-module__list {
  display: block !important;
}
.DNA-module[data-id=NewsDetail] > * > *.DNA-module__list > * > * > *:not(.DNA-rte):not(.DNA-headlines) {
  display: none;
}
