@charset "UTF-8";
/* ==========================================================================
   Getting it all together
   ========================================================================== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(theme_style.css);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* typography  (fonts a now local) */
/* colors */
:root {
  --insm-dunkelblau:  #373787;
  --insm-dunkelrot:   #A03C4B;
  --insm-hellblau:    #CDF5FF;
  --insm-hellrot:     #FFD2D2;
  --insm-leuchtrot:   #FF8282;
  --insm-digitalblau: #5F7DF5;
  --insm-zukunftsgelb:#FAFF00;
  --headline-font:    'Mori-ExtraBold', sans-serif;
  --copy-font:        'Mori-Medium', sans-serif; }

/* roboto-300 - latin */
@font-face {
  font-family: 'Mori-Medium';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("fonts/PPMori-Medium.woff2") format("woff2"), url("fonts/PPMori-Medium.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap; }

/* roboto-700 - latin */
@font-face {
  font-family: 'Mori-ExtraBold';
  font-style: normal;
  font-weight: 700;
  src: local("") url("fonts/PPMori-ExtraBold.woff2") format("woff2"), url("fonts/PPMori-ExtraBold.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap; }

html, body {
  font-family: "Mori-Medium", sans-serif;
  color: #444;
  hyphens: auto; }

h1 {
  font: bold 3.2em/1.2 "Mori-ExtraBold", sans-serif;
  margin: 0;
  padding: .4em 0 .2em;
  color: var(--insm-dunkelrot); }

@media (min-width: 576px) {
  .single h1 {
    hyphens: none; } }

h2,
h2 a,
h2 a:visited {
  font: bold 1.4rem/1.2 "Mori-ExtraBold", sans-serif;
  margin: 0;
  padding: .6em 0 0em;
  color: var(--insm-dunkelrot);
  text-decoration: none; }
  h2:hover,
  h2 a:hover,
  h2 a:visited:hover {
    color: var(--insm-dunkelrot);
    opacity: .85; }

h3 {
  font: bold 1.6em/1.2 "Mori-ExtraBold", sans-serif;
  margin: 0;
  padding: .7em 0 .1em; }

h3.underlined {
  font: bold 1.6em/1.2 "Mori-ExtraBold", sans-serif;
  margin: 0;
  padding: 1.5em 0 .3em;
  border-bottom: 1px solid #E94362;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between; }

h4 {
  font: bold 1.6em/1.2 var(--headline-font);
  margin: 0;
  color: var(--insm-dunkelblau);
  border-left: 2px solid var(--insm-dunkelblau);
  padding: 0.3em 0.6em; }

h5,
a h5 {
  font: 300 1em/1 "Mori-Medium", sans-serif;
  margin: 0.8em 0;
  padding: 0;
  color: #000; }

.intro,
.intro p,
.intro a {
  font: 400 1.5rem/1.5 "Mori-Medium", sans-serif;
  color: var(--insm-dunkelrot);
  margin: 0;
  padding: 1em 0; }

.entry-content a {
  color: #000;
  border-bottom: 2px solid var(--insm-leuchtrot);
  text-decoration: none; }

.entry-content ul, .entry-content ol {
  margin: 1em 0 1.5em 0;
  padding: 0 0 0 1.5em; }
  .entry-content ul li, .entry-content ol li {
    margin-bottom: 0.7em; }

.entry-content figcaption {
  margin-top: 1em;
  margin-bottom: 2.5em;
  font: 0.85em/1.2 "Mori-Medium", sans-serif;
  color: #a2a2a2;
  font-weight: 400; }

.cat-links a {
  color: var(--insm-dunkelrot);
  font: 600 0.9em/1 "Mori-Medium", sans-serif;
  text-decoration: underline; }

.posted-on a {
  font: 600 0.9em/1 var(--headline-font);
  color: var(--insm-dunkelrot);
  text-decoration: none; }

.byline a {
  font: 400 0.9em/1 "Mori-Medium", sans-serif;
  text-decoration: none;
  color: #000; }

.author.vcard img {
  border-radius: 50%; }

.btn {
  color: #E94362;
  text-decoration: none;
  border: 2px solid #E94362;
  font: 700 1rem/1.5 "Mori-Medium", sans-serif;
  display: inline-block;
  padding: 0.6em 1em .4em;
  margin: 0; }
  .btn.btn--hollow-blue {
    color: var(--insm-dunkelblau);
    border-color: var(--insm-dunkelblau); }

h3#reply-title,
h3#comments-title {
  text-decoration: none; }

span.cat-links, span.cat-links a {
  opacity: 1; }

span.cat-links a {
  padding-right: 1em; }

span.cat-links a:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  margin-right: .3em;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  top: 0.3em;
  position: relative;
  filter: brightness(0.7) sepia(1) hue-rotate(-68deg) saturate(2.3); }

span.cat-links a:hover {
  opacity: .85; }

span.cat-links a:before:hover {
  text-decoration: none; }

.tags-links {
  font-size: .9em; }
  .tags-links a {
    background: var(--insm-dunkelrot);
    color: #fff;
    padding: 0.3em 0.5em 0.2em;
    text-decoration: none;
    margin: 0 0.1em 0;
    font-size: 1em;
    border-radius: 3px; }

.navigation.posts-navigation .nav-links {
  padding-top: 2em;
  display: flex;
  justify-content: space-between; }
  .navigation.posts-navigation .nav-links .nav-previous,
  .navigation.posts-navigation .nav-links .nav-next {
    flex: 0 1 40px;
    border: 2px solid #E94362;
    padding: 4px 10px;
    font-size: .9em; }
    .navigation.posts-navigation .nav-links .nav-previous a, .navigation.posts-navigation .nav-links .nav-previous a:visited,
    .navigation.posts-navigation .nav-links .nav-next a,
    .navigation.posts-navigation .nav-links .nav-next a:visited {
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block;
      white-space: nowrap;
      color: #E94362; }
  .navigation.posts-navigation .nav-links .nav-previous a:before {
    content: "";
    padding-right: 10px;
    height: .8em;
    width: .8em;
    display: inline-block;
    background: url(img/icon-angle-down.svg) no-repeat center;
    transform: translate(-4px) rotate(90deg); }
  .navigation.posts-navigation .nav-links .nav-next a:after {
    content: "";
    padding-left: 10px;
    height: .8em;
    width: .8em;
    display: inline-block;
    background: url(img/icon-angle-down.svg) no-repeat center;
    transform: translate(4px) rotate(-90deg); }

#content div.entry-content blockquote {
  padding-left: 20px; }

#content div.entry-content blockquote, #content div.entry-content blockquote p {
  font: 300 1.4em/1.3 var(--copy-font);
  padding-top: 0px;
  color: var(--insm-digitalblau);
  margin: 40px 0 40px -60px;
  padding-right: 40px; }
  @media (max-width: 767.98px) {
    #content div.entry-content blockquote, #content div.entry-content blockquote p {
      margin: 10px 0 10px 0px;
      padding-right: 0px;
      padding-left: 0; } }
#content div.entry-content .text-to-share blockquote,
#content div.entry-content .text-to-share blockquote p {
  margin: 40px 0 0px -60px;
  padding-right: 40px; }
  @media (max-width: 767.98px) {
    #content div.entry-content .text-to-share blockquote,
    #content div.entry-content .text-to-share blockquote p {
      margin: 10px 0 10px 0px;
      padding-right: 0px;
      padding-left: 0;
      font-size: 1.2em; } }
#content div.entry-content .text-to-share-buttons {
  padding: 0.6em 0 0.4em 0; }

.text-to-share .text-to-share-twitter,
.text-to-share .text-to-share-facebook {
  position: relative;
  background: transparent !important;
  padding: 5px 15px 5px 0; }
  .text-to-share .text-to-share-twitter:after,
  .text-to-share .text-to-share-facebook:after {
    content: "";
    margin-right: 0.5em;
    width: 1.8em;
    height: 1.8em;
    position: absolute;
    display: inline-block;
    text-align: center;
    background: url(img/cat-icons/icon_twitter.svg) no-repeat center center;
    background-size: contain;
    top: 0.24em;
    left: 0; }

.text-to-share .text-to-share-facebook:after {
  background: url(img/cat-icons/icon_facebook.svg) no-repeat center center;
  background-size: contain; }

html {
  font-size: 17px; }
  @media (max-width: 767.98px) {
    html {
      font-size: 16px; } }
.screen-reader-text {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  display: block; }

.content-area {
  padding: 0 1.4em;
  margin-top: 4.8em; }
  @media (max-width: 767.98px) {
    .content-area {
      padding: 0;
      margin-top: 3.1em;
      overflow-x: hidden; } }
.site-header {
  display: flex;
  flex-direction: row;
  padding: 1em 1.4em .8em 1.4em;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 2; }
  .site-header .site-branding {
    flex: 1 1 auto;
    padding: 0; }
    .site-header .site-branding img {
      width: 14em;
      max-width: 100%;
      height: auto; }
  .site-header .main-navigation {
    flex: 1 1 auto; }
  @media (max-width: 767.98px) {
    .site-header {
      font-size: 50%; }
      .site-header .site-branding {
        flex: 0 0 18em; }
        .site-header .site-branding img {
          width: 18em; } }
.site-title {
  display: none; }

.site-description {
  display: none; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  nav ul li a {
    text-decoration: none; }

.search-toggle {
  background: url("img/icon_search.svg") no-repeat;
  display: flex;
  background-color: transparent;
  border: none;
  display: flex;
  height: 1.3em;
  width: 1.4em;
  order: -1;
  margin: 1px .5em 0 .5em;
  cursor: pointer; }

.header-inner {
  margin: 0;
  padding: 0;
  z-index: 1;
  display: flex;
  flex-direction: row; }

nav.main-navigation {
  flex: 1 1 auto;
  text-align: right;
  padding: 0;
  margin: 0;
  transition: all .2s;
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
  /* Drop-Down Navigation */ }
  nav.main-navigation .menu-primary-container {
    display: none; }
  @media (min-width: 768px) {
    nav.main-navigation .menu-primary-container {
      display: block; } }
  nav.main-navigation ul {
    height: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0; }
    nav.main-navigation ul > li {
      display: flex;
      padding-left: .6em;
      padding-right: .6em;
      cursor: pointer;
      position: relative;
      white-space: nowrap; }
      nav.main-navigation ul > li > a {
        transition: color 0.2s linear, border-color 0.2s linear;
        color: var(--insm-dunkelblau);
        font: bold 1em/1.1 var(--headline-font);
        white-space: nowrap;
        display: inline-block;
        text-align: center;
        border-bottom: .2em solid transparent;
        padding-top: .6em;
        padding-bottom: 0.2em; }
        nav.main-navigation ul > li > a:hover {
          border-color: var(--insm-leuchtrot); }
      nav.main-navigation ul > li.current_page_item > a {
        margin-right: 1px;
        color: var(--insm-leuchtrot);
        font-weight: bold;
        border-color: var(--insm-leuchtrot); }
      nav.main-navigation ul > li.menu-item-has-children > a:after {
        content: "";
        height: .6em;
        width: 1em;
        display: inline-block;
        margin-left: .5em;
        background: url(img/icon-angle-down.svg) no-repeat; }
      nav.main-navigation ul > li li {
        display: block;
        float: left;
        padding: 0; }
    nav.main-navigation ul li.social-hub > a {
      background: url("img/icon_sm-hub.svg") no-repeat;
      display: flex;
      height: 1.4em;
      width: 1.4em;
      text-indent: -100000px; }
    nav.main-navigation ul li.social-hub.menu-item-has-children > a:after {
      display: none; }
    nav.main-navigation ul li.social-hub.menu-item-has-children > a:hover {
      border-color: transparent; }
  nav.main-navigation ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transition-delay: .1s; }
  nav.main-navigation ul ul {
    display: flex;
    flex-direction: column;
    top: 3.0em;
    left: 0.6em;
    height: auto;
    width: 12em;
    visibility: hidden;
    position: absolute;
    z-index: 99999;
    background: #f8f8f8;
    box-shadow: 3px 0px 12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    transition-delay: .2s; }
    nav.main-navigation ul ul li {
      clear: both;
      width: 100%;
      border: 0 none;
      background: #fff;
      border-bottom: 1px solid #c9c9c9; }
      nav.main-navigation ul ul li a {
        background: none;
        padding: .8em .8em;
        text-decoration: none;
        display: block;
        border: 0 none;
        clear: both;
        font-size: 1.0em;
        text-align: left;
        text-transform: none;
        white-space: normal; }
        nav.main-navigation ul ul li a:hover {
          text-decoration: underline;
          border-bottom: 0; }
      nav.main-navigation ul ul li.current_page_item > a {
        background: var(--insm-leuchtrot);
        color: #fff; }
      nav.main-navigation ul ul li ul {
        left: 12em;
        top: 0; }
  nav.main-navigation ul li.social-hub ul {
    right: 0.6em;
    left: auto; }

@media (max-width: 767.98px) {
  body.open {
    overflow: hidden;
    position: fixed; }
  .search-toggle {
    display: flex;
    height: 2.6em;
    width: 2.6em;
    order: -1;
    margin: 1px 1.5em 0 1.5em; }
  .site-header nav.main-navigation {
    flex: 1 1 auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
  .main-navigation.toggled
.menu-primary-container {
    display: block; }
  nav.main-navigation ul {
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 5em;
    overflow: auto;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--insm-dunkelblau); }
    nav.main-navigation ul > li {
      display: block;
      padding-left: .6em;
      padding-right: .6em;
      cursor: pointer;
      position: relative;
      white-space: nowrap;
      float: none; }
      nav.main-navigation ul > li > a {
        transition: color 0.2s linear, border-color 0.2s linear;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 2.9em;
        line-height: 1.1;
        white-space: nowrap;
        display: block;
        text-align: center;
        border-bottom: .2em solid transparent;
        padding-top: .6em;
        padding-bottom: 0.2em; }
        nav.main-navigation ul > li > a:hover {
          color: var(--insm-leuchtrot);
          border-color: var(--insm-leuchtrot); }
      nav.main-navigation ul > li.current_page_item > a {
        margin-right: 1px;
        color: var(--insm-leuchtrot);
        font-weight: bold;
        border-color: var(--insm-leuchtrot); }
      nav.main-navigation ul > li.menu-item-has-children > a:after {
        content: "";
        height: 0.4em;
        width: 0.5em;
        display: inline-block;
        margin-left: 0.2em;
        background: url(img/icon-angle-down.svg) no-repeat;
        filter: invert(1);
        font-size: 1.4em;
        background-size: contain; }
      nav.main-navigation ul > li li {
        display: block;
        float: left;
        padding: 0; }
    nav.main-navigation ul li.social-hub > a {
      background: url("img/icon_sm-hub.svg") no-repeat;
      display: flex;
      height: 1.4em;
      width: 1.4em;
      text-indent: -100000px; }
  /* Drop-Down Navigation */
  nav.main-navigation ul li.Kategorien ul {
    display: none; }
  nav.main-navigation ul li:hover > ul {
    display: block; }
  nav.main-navigation ul li.Kategorien ul {
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    visibility: visible;
    position: relative;
    z-index: 99999;
    background: transparent;
    box-shadow: 3px 0px 12px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    float: none; }
    nav.main-navigation ul li.Kategorien ul li {
      clear: both;
      width: 100%;
      border: 0 none;
      background: transparent;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      display: block;
      float: none; }
      nav.main-navigation ul li.Kategorien ul li a {
        background: none;
        padding: .6em .8em;
        text-decoration: none;
        display: block;
        border: 0 none;
        clear: both;
        font-size: 1.8em;
        text-align: left;
        text-transform: none;
        white-space: normal;
        float: none; }
        nav.main-navigation ul li.Kategorien ul li a:before {
          filter: invert(0) brightness(1.6); }
        nav.main-navigation ul li.Kategorien ul li a:hover {
          text-decoration: underline;
          border-bottom: 0; }
      nav.main-navigation ul li.Kategorien ul li.current_page_item > a {
        background: var(--insm-hellrot);
        color: #fff; } }

button.menu-toggle {
  display: none; }

@media (max-width: 767.98px) {
  button.menu-toggle {
    border: none;
    display: block;
    background: transparent;
    transition: all .4s ease-in-out;
    z-index: 15;
    outline: none;
    /*display: block;
    margin: 0 2px 0 0;
    color:$white;
    height: 55px;  
    margin-bottom: 0px;
    padding: .93em 0.83em;
    position:absolute;
    top:20px;
    right:0;*/ }
    button.menu-toggle path {
      transition: transform .4s ease-in-out; }
    button.menu-toggle path#burger-upper {
      transform: rotate(0deg);
      transform-origin: 22px 1px; }
    button.menu-toggle path#burger-lower {
      transform: rotate(0deg);
      transform-origin: 23px 16px; }
    button.menu-toggle path#burger-middle {
      opacity: 1; }
  .toggled button.menu-toggle {
    color: #fff;
    position: fixed; }
    .toggled button.menu-toggle path#burger-upper {
      transform: translateX(-2px) rotate(-45deg); }
    .toggled button.menu-toggle path#burger-lower {
      transform: translateX(-2px) rotate(45deg); }
    .toggled button.menu-toggle path#burger-middle {
      opacity: 0; } }

.menu-primary-container ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none; }
  .menu-primary-container ul.sub-menu li a {
    display: block;
    text-decoration: none;
    line-height: 1.9;
    padding: .5em; }
    .menu-primary-container ul.sub-menu li a:hover {
      opacity: 1.0; }
  .menu-primary-container ul.sub-menu li a:before {
    content: "";
    margin-right: 0.5em;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    display: inline-block;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: 0.34em; }
  .menu-primary-container ul.sub-menu li.current-menu-item a {
    color: var(--insm-leuchtrot); }

.open .search-toggle {
  background: url(img/icon_search---close.svg) no-repeat center;
  background-size: contain;
  display: flex;
  border: none;
  z-index: 10000000;
  position: absolute;
  height: 1.8rem;
  width: 1.8rem;
  order: -1;
  margin: 1px .5em 0 .5em;
  cursor: pointer;
  right: 1.0rem; }

body.open {
  overflow: hidden;
  position: fixed; }

/*
.search-toggle {
  display: flex;
  height: 2.6em;
  width: 2.6em;
  order: -1;
  margin: 1px 1.5em 0 1.5em;
  background:#fff;
  position: relative;
  z-index:1000000;
}
*/
.search-form-pane {
  display: none;
  z-index: 100;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 5em;
  overflow: auto;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #454545; }

.search-form-pane__inner {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center; }
  .search-form-pane__inner form {
    display: flex;
    width: 100%; }
    .search-form-pane__inner form label {
      flex: 1 1 80%;
      font-size: 1.3rem;
      padding-left: 1.3em;
      margin-right: .3em;
      background: url(img/icon_search--light.svg) no-repeat left center;
      border-bottom: 1px solid #fff; }
      .search-form-pane__inner form label input.search-field {
        width: 100%;
        font-size: 1.3rem;
        border: none;
        background: transparent;
        color: #fff;
        outline: none; }
    .search-form-pane__inner form input.search-submit {
      flex: 0 0 20%;
      text-transform: uppercase;
      font: bold 0.9rem/1.4 "Mori-Medium", sans-serif;
      border-radius: 0;
      background: #fff;
      border: none; }
  .search-form-pane__inner--dark form label {
    background-image: url(img/icon_search.svg);
    border-bottom: 1px solid #000; }
    .search-form-pane__inner--dark form label input.search-field {
      color: #000; }
  .search-form-pane__inner--dark form input.search-submit {
    color: #fff;
    background: #000; }

@media (min-width: 768px) {
  .search-form-pane__inner form label {
    font-size: 1.6em; }
    .search-form-pane__inner form label input.search-field {
      font-size: 1.6rem; }
  .search-form-pane__inner input.search-field {
    font-size: 1.1rem; } }

/* ===================================================
   The Intro
   =================================================== */
.introduction {
  padding: 2em 0; }
  .introduction h3 {
    font: normal 1.8em/1.4 "Mori-ExtraBold", sans-serif;
    color: #61666a;
    text-align: center; }
    @media (max-width: 575.98px) {
      .introduction h3 {
        font-size: 1.2em; } }
  .introduction h2 {
    font: bold 2.1em/1.8 "Mori-ExtraBold", sans-serif;
    text-align: center;
    color: #47914D; }
    @media (max-width: 575.98px) {
      .introduction h2 {
        font-size: 1.7em; } }
  .introduction .plus {
    font-size: 2em;
    font-weight: bold;
    color: rgba(159, 201, 162, 0.57); }
  .introduction .intro-1 p, .introduction .intro-2 p {
    color: #61666a;
    padding: 1em 0; }
  .introduction .intro-1 {
    position: relative; }
    .introduction .intro-1:before {
      content: "";
      border-right: 1px solid #ebebeb;
      position: absolute;
      right: -30%;
      top: 0;
      height: 100%; }
    .introduction .intro-1:after {
      content: "+";
      position: absolute;
      text-align: center;
      top: 50%;
      right: -30%;
      font: bold 3em/0.62 "Mori-Medium", sans-serif;
      color: rgba(159, 201, 162, 0.57);
      width: .6em;
      height: .7em;
      background: #fff;
      display: block;
      margin-right: -.3em;
      margin-top: -.36em; }

@media (max-width: 575.98px) {
  .introduction .intro-1:before {
    border: none;
    border-bottom: 1px solid #ebebeb;
    right: 0;
    top: auto;
    bottom: -1.5em;
    width: 100%;
    height: auto; }
  .introduction .intro-1:after {
    content: "+";
    position: absolute;
    text-align: center;
    top: auto;
    bottom: -0.84em;
    right: 50%;
    font: bold 3em / 0.62 "Mori-Medium", sans-serif;
    color: rgba(159, 201, 162, 0.57);
    width: 1em;
    height: .7em;
    background: #fff;
    display: block;
    margin-right: -.6em;
    margin-top: 0; } }

.centered {
  text-align: center; }

a.github-download {
  display: inline-block;
  background: rgba(159, 201, 162, 0.3);
  border-radius: 4px;
  color: #000;
  text-decoration: none;
  margin: 1em auto; }
  a.github-download:hover {
    background: rgba(159, 201, 162, 0.57); }

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5em 1em;
  width: fit-content; }
  .button-wrapper svg {
    margin-right: 0.7em; }

.single .entry-header,
.single .page-header,
.page .entry-header,
.page .page-header,
.category .entry-header,
.category .page-header,
.tag .entry-header,
.tag .page-header,
.error404 .entry-header,
.error404 .page-header,
.search-no-results .entry-header,
.search-no-results .page-header {
  background: var(--insm-hellrot);
  padding: 2em 0 2em; }
  .single .entry-header .tags-links, .single .entry-header .comments-links, .single .entry-header .byline,
  .single .page-header .tags-links,
  .single .page-header .comments-links,
  .single .page-header .byline,
  .page .entry-header .tags-links,
  .page .entry-header .comments-links,
  .page .entry-header .byline,
  .page .page-header .tags-links,
  .page .page-header .comments-links,
  .page .page-header .byline,
  .category .entry-header .tags-links,
  .category .entry-header .comments-links,
  .category .entry-header .byline,
  .category .page-header .tags-links,
  .category .page-header .comments-links,
  .category .page-header .byline,
  .tag .entry-header .tags-links,
  .tag .entry-header .comments-links,
  .tag .entry-header .byline,
  .tag .page-header .tags-links,
  .tag .page-header .comments-links,
  .tag .page-header .byline,
  .error404 .entry-header .tags-links,
  .error404 .entry-header .comments-links,
  .error404 .entry-header .byline,
  .error404 .page-header .tags-links,
  .error404 .page-header .comments-links,
  .error404 .page-header .byline,
  .search-no-results .entry-header .tags-links,
  .search-no-results .entry-header .comments-links,
  .search-no-results .entry-header .byline,
  .search-no-results .page-header .tags-links,
  .search-no-results .page-header .comments-links,
  .search-no-results .page-header .byline {
    display: none; }
  .single .entry-header .cat-links a,
  .single .page-header .cat-links a,
  .page .entry-header .cat-links a,
  .page .page-header .cat-links a,
  .category .entry-header .cat-links a,
  .category .page-header .cat-links a,
  .tag .entry-header .cat-links a,
  .tag .page-header .cat-links a,
  .error404 .entry-header .cat-links a,
  .error404 .page-header .cat-links a,
  .search-no-results .entry-header .cat-links a,
  .search-no-results .page-header .cat-links a {
    display: inline-block;
    color: var(--insm-dunkelrot);
    padding: .4em 0; }
  .single .entry-header .posted-on a,
  .single .page-header .posted-on a,
  .page .entry-header .posted-on a,
  .page .page-header .posted-on a,
  .category .entry-header .posted-on a,
  .category .page-header .posted-on a,
  .tag .entry-header .posted-on a,
  .tag .page-header .posted-on a,
  .error404 .entry-header .posted-on a,
  .error404 .page-header .posted-on a,
  .search-no-results .entry-header .posted-on a,
  .search-no-results .page-header .posted-on a {
    display: block;
    color: var(--insm-dunkelrot);
    padding: .8em 0; }

.search-results .page-header {
  background: #E94362;
  padding: 2em 0 2em; }

.search-results .comments-link {
  display: none; }

.category .site-main article .entry-header {
  color: #E94362;
  background: transparent;
  padding: 0; }
  .category .site-main article .entry-header .cat-links a {
    color: #E94362; }

@media (min-width: 768px) {
  .single .entry-header {
    padding-bottom: 5em; } }

.single .entry-content,
.page .entry-content {
  font-size: 1.15em;
  margin-bottom: 1.5em; }

.author-box {
  display: flex;
  justify-items: flex-end;
  flex-direction: row-reverse; }
  .author-box a {
    text-decoration: none; }
  .author-box figure {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    max-width: 256px;
    position: relative;
    margin-top: -4em; }
    .author-box figure img {
      width: 100%;
      height: auto; }
    .author-box figure figcaption {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      text-align: right;
      padding: 1em 0; }
      .author-box figure figcaption h6 {
        margin: 0;
        padding: 0.3em 0;
        font: 700 0.9em/1 "Mori-Medium", sans-serif;
        text-transform: uppercase;
        color: #E94362; }
      .author-box figure figcaption h4 {
        margin: 0;
        padding: 0.3em 0;
        font: 700 1.3em/1 "Mori-ExtraBold", sans-serif;
        color: #E94362;
        border: none;
        hyphens: none; }
        .author-box figure figcaption h4:hover {
          text-decoration: underline; }
      .author-box figure figcaption p {
        text-align: right;
        margin: 0;
        padding: .6em 0;
        font-size: .85em;
        color: #000; }
      .author-box figure figcaption a {
        color: #000;
        border-bottom: 1px solid #E94362;
        text-decoration: none; }

.social-buttons {
  position: relative;
  height: 100%;
  padding-top: 2em; }
  @media (max-width: 767.98px) {
    .social-buttons {
      display: none; } }
  .social-buttons__shariff {
    top: 6em;
    position: sticky; }
  .social-buttons .shariff.shariff-align-flex-start ul {
    justify-content: flex-end;
    align-items: flex-end; }
  .social-buttons .shariff ul {
    display: flex;
    flex-direction: column;
    flex-flow: column wrap;
    padding: 0 !important;
    margin: 0 !important; }
  .social-buttons ul {
    list-style: none;
    margin: 2.8em 0;
    padding: 0;
    display: flex;
    flex-direction: column; }
    .social-buttons ul li.soc-btn {
      flex: 0 0 auto;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: flex-end; }
      .social-buttons ul li.soc-btn a {
        width: 3em;
        height: 3.2em;
        display: block;
        background-position: center; }
      .social-buttons ul li.soc-btn__twitter a {
        background: url("img/social-icons/icon_soc-twitter.svg") no-repeat; }
      .social-buttons ul li.soc-btn__facebook a {
        background: url("img/social-icons/icon_soc-facebook.svg") no-repeat; }
      .social-buttons ul li.soc-btn__whatsapp a {
        background: url("img/social-icons/icon_soc-whatsapp.svg") no-repeat; }
      .social-buttons ul li.soc-btn__mail a {
        background: url("img/social-icons/icon_soc-mail.svg") no-repeat; }

@media (max-width: 767.98px) {
  .social-buttons ul {
    flex-direction: row;
    justify-content: center; }
    .social-buttons ul li.soc-btn {
      margin: 0;
      padding: 0 .2em; }
  .single .entry-header,
  .page .entry-header {
    padding: 1.5em 0 1.5em !important; }
  .single .entry-content,
  .page .entry-content {
    font-size: 1.0em !important; }
  .single h1.entry-title,
  .single h1.category-headline,
  .page h1.entry-title,
  .page h1.category-headline {
    font-size: 2em; }
  .single .intro,
  .single .intro p,
  .page .intro,
  .page .intro p {
    font-size: 1.0rem; }
  .single h3,
  .page h3 {
    font-size: 1.4em; }
  .single .author-box,
  .page .author-box {
    display: block; }
    .single .author-box figure,
    .page .author-box figure {
      display: flex;
      flex-direction: row;
      max-width: 100%;
      position: relative;
      margin: 1.4em 0 0;
      justify-content: center;
      align-items: center; }
      .single .author-box figure img,
      .page .author-box figure img {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
        border-radius: 50%; }
      .single .author-box figure figcaption,
      .page .author-box figure figcaption {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 1em 0; }
        .single .author-box figure figcaption h6,
        .page .author-box figure figcaption h6 {
          display: none; }
        .single .author-box figure figcaption h4,
        .page .author-box figure figcaption h4 {
          margin: 0;
          padding: 0.3em 0 .3em .5em;
          font: 700 1em / 1 "Mori-Medium", sans-serif;
          color: #000;
          border: none; }
          .single .author-box figure figcaption h4:before,
          .page .author-box figure figcaption h4:before {
            content: "von ";
            font-style: italic;
            font-weight: 400;
            font-size: .9em; }
        .single .author-box figure figcaption p,
        .page .author-box figure figcaption p {
          display: none; }
        .single .author-box figure figcaption a,
        .page .author-box figure figcaption a {
          color: #000;
          border-bottom: 1px solid #E94362;
          text-decoration: none; } }

.shariff .buttonsize-large .whatsapp .shariff-icon svg {
  padding: 8px 0 8px 4px !important; }

.shariff .buttonsize-large .facebook .shariff-icon svg {
  padding: 9px 3px 9px 0px !important; }

.home .site-main,
.blog .site-main,
.archive .site-main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .home .site-main article,
  .blog .site-main article,
  .archive .site-main article {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    padding: 1em; }
    @media (max-width: 991.98px) {
      .home .site-main article,
      .blog .site-main article,
      .archive .site-main article {
        flex: 1 1 50%;
        max-width: 100%; } }
    .home .site-main article .entry-header,
    .blog .site-main article .entry-header,
    .archive .site-main article .entry-header {
      flex: 0 0 auto; }
    .home .site-main article .entry-content,
    .blog .site-main article .entry-content,
    .archive .site-main article .entry-content {
      flex: 1 1 auto;
      margin-top: .6em; }
      .home .site-main article .entry-content .more-link,
      .blog .site-main article .entry-content .more-link,
      .archive .site-main article .entry-content .more-link {
        display: none; }
    .home .site-main article .entry-footer,
    .blog .site-main article .entry-footer,
    .archive .site-main article .entry-footer {
      flex: 0 0 auto; }
      .home .site-main article .entry-footer .entry-meta,
      .blog .site-main article .entry-footer .entry-meta,
      .archive .site-main article .entry-footer .entry-meta {
        display: flex;
        align-items: center; }
        .home .site-main article .entry-footer .entry-meta .posted-on,
        .blog .site-main article .entry-footer .entry-meta .posted-on,
        .archive .site-main article .entry-footer .entry-meta .posted-on {
          flex: 0 0 auto;
          padding-right: .6em; }
        .home .site-main article .entry-footer .entry-meta .byline,
        .blog .site-main article .entry-footer .entry-meta .byline,
        .archive .site-main article .entry-footer .entry-meta .byline {
          flex: 1 1 auto; }
          .home .site-main article .entry-footer .entry-meta .byline a,
          .blog .site-main article .entry-footer .entry-meta .byline a,
          .archive .site-main article .entry-footer .entry-meta .byline a {
            display: flex;
            align-items: center; }
        .home .site-main article .entry-footer .entry-meta img,
        .blog .site-main article .entry-footer .entry-meta img,
        .archive .site-main article .entry-footer .entry-meta img {
          border-radius: 50%;
          margin-right: .6em;
          background: #e1e1e1; }
    .home .site-main article .tags-links, .home .site-main article .comments-link,
    .blog .site-main article .tags-links,
    .blog .site-main article .comments-link,
    .archive .site-main article .tags-links,
    .archive .site-main article .comments-link {
      display: none; }
    .home .site-main article p,
    .blog .site-main article p,
    .archive .site-main article p {
      font-size: .9rem; }
    .home .site-main article em,
    .blog .site-main article em,
    .archive .site-main article em {
      font-style: normal; }

.home .site-main article {
  max-width: 420px; }

.category .site-main,
.archive .site-main {
  display: block; }
  .category .site-main article,
  .archive .site-main article {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    padding: 1em 0; }
    .category .site-main article h2 a,
    .archive .site-main article h2 a {
      font-size: 1.6rem; }
    .category .site-main article p,
    .archive .site-main article p {
      font-size: 1rem; }

.home .site-main {
  background: var(--insm-hellrot); }
  .home .site-main .first-three-articles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--insm-leuchtrot);
    width: 100%; }
    .home .site-main .first-three-articles > article:nth-child(1), .home .site-main .first-three-articles > article:nth-child(2), .home .site-main .first-three-articles > article:nth-child(3) {
      flex: 1 1 33%;
      background: var(--insm-leuchtrot);
      color: #fff;
      padding: 1.8em;
      margin-bottom: 0;
      max-width: 580px; }
      @media (max-width: 991.98px) {
        .home .site-main .first-three-articles > article:nth-child(1), .home .site-main .first-three-articles > article:nth-child(2), .home .site-main .first-three-articles > article:nth-child(3) {
          flex: 1 1 50%;
          max-width: 100%; } }
      .home .site-main .first-three-articles > article:nth-child(1) .more-link, .home .site-main .first-three-articles > article:nth-child(2) .more-link, .home .site-main .first-three-articles > article:nth-child(3) .more-link {
        display: none; }
      .home .site-main .first-three-articles > article:nth-child(1) h2 a, .home .site-main .first-three-articles > article:nth-child(2) h2 a, .home .site-main .first-three-articles > article:nth-child(3) h2 a {
        color: #fff;
        font-size: 1.8rem; }
      .home .site-main .first-three-articles > article:nth-child(1) p, .home .site-main .first-three-articles > article:nth-child(2) p, .home .site-main .first-three-articles > article:nth-child(3) p {
        font-size: 1rem;
        color: #fff; }
      .home .site-main .first-three-articles > article:nth-child(1) .cat-links a, .home .site-main .first-three-articles > article:nth-child(2) .cat-links a, .home .site-main .first-three-articles > article:nth-child(3) .cat-links a {
        color: #fff; }
        .home .site-main .first-three-articles > article:nth-child(1) .cat-links a:before, .home .site-main .first-three-articles > article:nth-child(2) .cat-links a:before, .home .site-main .first-three-articles > article:nth-child(3) .cat-links a:before {
          filter: brightness(3) sepia(1) saturate(0); }
      .home .site-main .first-three-articles > article:nth-child(1) .posted-on a, .home .site-main .first-three-articles > article:nth-child(2) .posted-on a, .home .site-main .first-three-articles > article:nth-child(3) .posted-on a {
        color: #fff; }
      .home .site-main .first-three-articles > article:nth-child(1) .byline a, .home .site-main .first-three-articles > article:nth-child(2) .byline a, .home .site-main .first-three-articles > article:nth-child(3) .byline a {
        color: #fff; }
    .home .site-main .first-three-articles > article:nth-child(2) {
      background: var(--insm-dunkelrot); }

.home.paged .site-main .first-three-articles {
  background: transparent; }
  .home.paged .site-main .first-three-articles > article:nth-child(1), .home.paged .site-main .first-three-articles > article:nth-child(2), .home.paged .site-main .first-three-articles > article:nth-child(3) {
    flex: 1 1 33%;
    background: transparent;
    color: #000 !important;
    border-top: 15px solid #fff; }
    @media (max-width: 991.98px) {
      .home.paged .site-main .first-three-articles > article:nth-child(1), .home.paged .site-main .first-three-articles > article:nth-child(2), .home.paged .site-main .first-three-articles > article:nth-child(3) {
        flex: 1 1 50%;
        max-width: 100%; } }
    .home.paged .site-main .first-three-articles > article:nth-child(1) h2 a, .home.paged .site-main .first-three-articles > article:nth-child(2) h2 a, .home.paged .site-main .first-three-articles > article:nth-child(3) h2 a {
      color: var(--insm-dunkelrot); }
    .home.paged .site-main .first-three-articles > article:nth-child(1) p, .home.paged .site-main .first-three-articles > article:nth-child(2) p, .home.paged .site-main .first-three-articles > article:nth-child(3) p {
      color: #000; }
    .home.paged .site-main .first-three-articles > article:nth-child(1) .cat-links a, .home.paged .site-main .first-three-articles > article:nth-child(2) .cat-links a, .home.paged .site-main .first-three-articles > article:nth-child(3) .cat-links a {
      color: var(--insm-dunkelrot); }
      .home.paged .site-main .first-three-articles > article:nth-child(1) .cat-links a:before, .home.paged .site-main .first-three-articles > article:nth-child(2) .cat-links a:before, .home.paged .site-main .first-three-articles > article:nth-child(3) .cat-links a:before {
        filter: brightness(0.7) sepia(1) hue-rotate(-68deg) saturate(2.3); }
    .home.paged .site-main .first-three-articles > article:nth-child(1) .posted-on a, .home.paged .site-main .first-three-articles > article:nth-child(2) .posted-on a, .home.paged .site-main .first-three-articles > article:nth-child(3) .posted-on a {
      color: var(--insm-dunkelrot); }
    .home.paged .site-main .first-three-articles > article:nth-child(1) .byline a, .home.paged .site-main .first-three-articles > article:nth-child(2) .byline a, .home.paged .site-main .first-three-articles > article:nth-child(3) .byline a {
      color: #000; }
  .home.paged .site-main .first-three-articles > article:nth-child(2) {
    background: transparent; }

@media (max-width: 767.98px) {
  .home .site-main,
  .blog .site-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .home .site-main article,
    .blog .site-main article {
      flex: 0 0 100%;
      padding: 1em;
      max-width: 100%;
      border-top: 15px solid white; }
    .home .site-main .first-three-articles article:nth-child(1), .home .site-main .first-three-articles article:nth-child(2), .home .site-main .first-three-articles article:nth-child(3),
    .blog .site-main .first-three-articles article:nth-child(1),
    .blog .site-main .first-three-articles article:nth-child(2),
    .blog .site-main .first-three-articles article:nth-child(3) {
      flex: 0 0 100%;
      padding: 1em;
      max-width: 100%;
      border-top: none; }
  .home .home.paged .site-main,
  .blog .home.paged .site-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .home .home.paged .site-main article,
    .blog .home.paged .site-main article {
      flex: 0 0 100%;
      padding: 1em;
      max-width: 100%;
      border-top: 15px solid white; }
      .home .home.paged .site-main article:nth-child(5n-1),
      .blog .home.paged .site-main article:nth-child(5n-1) {
        border-top: 0; }
    .home .home.paged .site-main .first-three-articles > article:nth-child(1), .home .home.paged .site-main .first-three-articles > article:nth-child(2), .home .home.paged .site-main .first-three-articles > article:nth-child(3),
    .blog .home.paged .site-main .first-three-articles > article:nth-child(1),
    .blog .home.paged .site-main .first-three-articles > article:nth-child(2),
    .blog .home.paged .site-main .first-three-articles > article:nth-child(3) {
      flex: 0 0 100%;
      padding: 1em;
      max-width: 100%;
      border-top: 15px solid white; }
  .category .site-main article {
    padding: 0; } }

.injection.injection--0 > .row {
  align-items: stretch; }

.injection.injection--0 .linktipps {
  border: 2px solid #E94362;
  line-height: 1 !important;
  height: 100%; }
  .injection.injection--0 .linktipps article.linktipp__teaser {
    display: block !important;
    background: transparent !important;
    color: #000;
    padding: 0.6em 4em 0.6em;
    max-width: initial; }
    .injection.injection--0 .linktipps article.linktipp__teaser h2 {
      margin: 0;
      padding-top: .2em; }
      .injection.injection--0 .linktipps article.linktipp__teaser h2 a {
        color: #E94362;
        font-size: 1.6rem;
        display: block;
        margin-bottom: .8em; }
    .injection.injection--0 .linktipps article.linktipp__teaser .entry-content p, .injection.injection--0 .linktipps article.linktipp__teaser .entry-content em {
      font-size: 1.0rem;
      line-height: 1.5;
      font-style: normal; }
    .injection.injection--0 .linktipps article.linktipp__teaser .cat-links a {
      color: #E94362; }
      .injection.injection--0 .linktipps article.linktipp__teaser .cat-links a:before {
        filter: brightness(1.2) sepia(1) hue-rotate(-70deg) saturate(5); }
    .injection.injection--0 .linktipps article.linktipp__teaser footer {
      margin-top: .8em; }
    .injection.injection--0 .linktipps article.linktipp__teaser .posted-on,
    .injection.injection--0 .linktipps article.linktipp__teaser .posted-on a {
      color: #E94362;
      font-weight: bold; }
    .injection.injection--0 .linktipps article.linktipp__teaser .byline a {
      color: #E94362; }
  .injection.injection--0 .linktipps .flexslider {
    margin-bottom: 0;
    height: 100%; }
  .injection.injection--0 .linktipps .flex-direction-nav .flex-next {
    right: 10px;
    text-align: right; }
  .injection.injection--0 .linktipps .flex-direction-nav .flex-prev {
    left: 10px;
    text-align: right; }
  .injection.injection--0 .linktipps .flex-control-nav {
    display: none; }

@media (max-width: 767.98px) {
  .injection.injection--0 .linktipps {
    margin: 0 1em; }
    .injection.injection--0 .linktipps article.linktipp__teaser {
      padding: 0.6em .6em 0.6em; }
    .injection.injection--0 .linktipps .flexslider {
      padding-bottom: 1.6em; }
    .injection.injection--0 .linktipps .flex-direction-nav {
      display: none; }
    .injection.injection--0 .linktipps .flex-control-nav {
      display: block;
      bottom: .4em; } }

.injection.injection--0 .buchkritik {
  line-height: 1 !important;
  height: 100%; }
  .injection.injection--0 .buchkritik #buchtipp-slider {
    background: #ebebeb; }
  .injection.injection--0 .buchkritik article.buchkritik__teaser {
    display: block !important;
    background: transparent !important;
    color: #000;
    padding: 0 0 0;
    max-width: initial;
    position: relative; }
    .injection.injection--0 .buchkritik article.buchkritik__teaser h2 a {
      color: #E94362;
      font-size: 1.4rem; }
    .injection.injection--0 .buchkritik article.buchkritik__teaser .entry-content {
      margin-top: 0; }
      .injection.injection--0 .buchkritik article.buchkritik__teaser .entry-content p, .injection.injection--0 .buchkritik article.buchkritik__teaser .entry-content em {
        font-size: .9rem;
        line-height: 1.5;
        font-style: normal; }
      .injection.injection--0 .buchkritik article.buchkritik__teaser .entry-content img {
        max-width: 860px;
        margin: auto; }
    .injection.injection--0 .buchkritik article.buchkritik__teaser .cat-links {
      position: absolute;
      top: 10px;
      left: 20px; }
    .injection.injection--0 .buchkritik article.buchkritik__teaser footer {
      margin-top: 1em; }
    .injection.injection--0 .buchkritik article.buchkritik__teaser .posted-on,
    .injection.injection--0 .buchkritik article.buchkritik__teaser .posted-on a {
      color: #E94362;
      font-weight: bold; }
    .injection.injection--0 .buchkritik article.buchkritik__teaser .byline a {
      color: #E94362; }
  .injection.injection--0 .buchkritik .flexslider {
    margin-bottom: 0;
    border: 0;
    height: 100%; }
  .injection.injection--0 .buchkritik .flex-control-nav {
    display: none; }
  .injection.injection--0 .buchkritik .flex-direction-nav a:before {
    content: "";
    font-size: 40px;
    display: inline-block;
    height: .9em;
    width: .9em;
    border: 2px solid #fff;
    background-color: #fff;
    padding: .2em; }
  .injection.injection--0 .buchkritik .flex-direction-nav .flex-next {
    right: 10px;
    text-align: right; }
  .injection.injection--0 .buchkritik .flex-direction-nav .flex-prev {
    left: 10px;
    text-align: right; }

@media (max-width: 1199.98px) {
  .injection.injection--0 .buchkritik {
    margin-top: 1em; } }

@media (max-width: 767.98px) {
  .injection.injection--0 .buchkritik {
    margin: 1em 0; }
    .injection.injection--0 .buchkritik article.buchkritik__teaser {
      padding: 1.3em 0 0 0; }
    .injection.injection--0 .buchkritik .flex-control-nav {
      display: block;
      bottom: .4em; }
    .injection.injection--0 .buchkritik .flex-direction-nav {
      display: none; }
    .injection.injection--0 .buchkritik .cat-links {
      left: 16px; } }

.injection .flex-control-nav li a {
  border-radius: 50%;
  background: transparent;
  border: 1px solid #E94362; }
  .injection .flex-control-nav li a.flex-active {
    background: #E94362; }

.injection .buchkritik .flex-control-nav li a {
  border-color: #fff; }
  .injection .buchkritik .flex-control-nav li a.flex-active {
    background-color: #fff; }

.injection.injection--2 > .row {
  align-items: stretch; }

.injection.injection--2 .video-startseite {
  border: 2px solid #E94362;
  line-height: 1 !important;
  height: 100%;
  width: 100%;
  max-width: 100%; }
  .injection.injection--2 .video-startseite article.video-startseite__teaser {
    display: block !important;
    background: transparent !important;
    color: #000;
    padding: 0.6em 4em 0.6em;
    max-width: initial; }
    .injection.injection--2 .video-startseite article.video-startseite__teaser h2 {
      margin: 0;
      padding-top: .2em; }
      .injection.injection--2 .video-startseite article.video-startseite__teaser h2 a {
        color: #E94362;
        font-size: 1.6rem;
        display: block;
        margin-bottom: .8em; }
    .injection.injection--2 .video-startseite article.video-startseite__teaser .entry-content p, .injection.injection--2 .video-startseite article.video-startseite__teaser .entry-content em {
      font-size: 1.0rem;
      line-height: 1.5;
      font-style: normal; }
    .injection.injection--2 .video-startseite article.video-startseite__teaser .cat-links a {
      color: #E94362; }
      .injection.injection--2 .video-startseite article.video-startseite__teaser .cat-links a:before {
        filter: brightness(1.2) sepia(1) hue-rotate(-70deg) saturate(5); }
    .injection.injection--2 .video-startseite article.video-startseite__teaser footer {
      margin-top: .8em; }
    .injection.injection--2 .video-startseite article.video-startseite__teaser .posted-on,
    .injection.injection--2 .video-startseite article.video-startseite__teaser .posted-on a {
      color: #E94362;
      font-weight: bold; }
    .injection.injection--2 .video-startseite article.video-startseite__teaser .byline a {
      color: #E94362; }
  .injection.injection--2 .video-startseite .flexslider {
    margin-bottom: 0;
    height: 100%; }
  .injection.injection--2 .video-startseite .flex-direction-nav .flex-next {
    right: 10px;
    text-align: right; }
  .injection.injection--2 .video-startseite .flex-direction-nav .flex-prev {
    left: 10px;
    text-align: right; }
  .injection.injection--2 .video-startseite .flex-control-nav {
    display: none; }

@media (max-width: 767.98px) {
  .injection.injection--2 .video-startseite {
    margin: 0 1em; }
    .injection.injection--2 .video-startseite article.video-startseite__teaser {
      padding: 0.6em .6em 0.6em; }
    .injection.injection--2 .video-startseite .flexslider {
      padding-bottom: 1.6em; }
    .injection.injection--2 .video-startseite .flex-direction-nav {
      display: none; }
    .injection.injection--2 .video-startseite .flex-control-nav {
      display: block;
      bottom: .4em; } }

@media (max-width: 1199.98px) {
  .injection.injection--2 .row {
    flex-direction: column; } }

.yarpp-related .related-article-wrapper {
  background: var(--insm-hellrot);
  padding: 2em 0;
  margin: 2em 0; }
  .yarpp-related .related-article-wrapper h3 {
    font-size: 2em;
    margin-bottom: 1em;
    color: var(--insm-dunkelrot);
    border-color: var(--insm-dunkelrot); }
  .yarpp-related .related-article-wrapper .related-article-wrapper__inner {
    max-width: 1440px;
    margin: auto;
    padding: 1em; }
    .yarpp-related .related-article-wrapper .related-article-wrapper__inner .related-article-wrapper__inner-flex {
      display: flex;
      margin-left: -15px;
      margin-right: -15px; }
      @media (max-width: 767.98px) {
        .yarpp-related .related-article-wrapper .related-article-wrapper__inner .related-article-wrapper__inner-flex {
          flex-direction: column; } }
      .yarpp-related .related-article-wrapper .related-article-wrapper__inner .related-article-wrapper__inner-flex article {
        flex: 1 1 50%;
        margin: 0 15px;
        border: 2px solid var(--insm-leuchtrot);
        padding: 0 1em 1.6em 1em;
        display: flex;
        flex-direction: column; }
        @media (max-width: 767.98px) {
          .yarpp-related .related-article-wrapper .related-article-wrapper__inner .related-article-wrapper__inner-flex article {
            margin-bottom: 1em; } }
        .yarpp-related .related-article-wrapper .related-article-wrapper__inner .related-article-wrapper__inner-flex article .entry-header {
          background: transparent;
          padding-bottom: 0;
          padding-top: .6em; }
          .yarpp-related .related-article-wrapper .related-article-wrapper__inner .related-article-wrapper__inner-flex article .entry-header h2 a {
            padding-top: .2em; }
          .yarpp-related .related-article-wrapper .related-article-wrapper__inner .related-article-wrapper__inner-flex article .entry-header .comments-link {
            display: none; }
        .yarpp-related .related-article-wrapper .related-article-wrapper__inner .related-article-wrapper__inner-flex article .entry-content {
          font-size: 1.0rem;
          line-height: 1.5;
          font-style: normal;
          flex: 1 1 auto;
          margin: .2em 0; }
        .yarpp-related .related-article-wrapper .related-article-wrapper__inner .related-article-wrapper__inner-flex article .byline {
          margin-left: 0.5em; }
          .yarpp-related .related-article-wrapper .related-article-wrapper__inner .related-article-wrapper__inner-flex article .byline img {
            border-radius: 50%;
            margin-right: .5em; }
          .yarpp-related .related-article-wrapper .related-article-wrapper__inner .related-article-wrapper__inner-flex article .byline a {
            font-weight: normal; }

.injection {
  width: 100%;
  background: #fff;
  padding: 0em 0 2em;
  margin: 0; }
  .injection--0 {
    padding-top: 2em; }
  .injection--1 {
    padding-top: 2em; }
  .injection--2 {
    border-top: 2em solid white;
    border-bottom: 2em solid white;
    background: var(--insm-digitalblau);
    color: #fff;
    padding: 0 0 1em 0; }
  .injection .newsletter-col {
    display: flex; }
  @media (min-width: 992px) {
    .injection .newsletter-wrapper {
      width: 100%; } }
  .injection .newsletter-wrapper h4 {
    color: #fff;
    border-color: #fff;
    margin-left: -2em; }
  .injection .newsletter-wrapper p.teasertext {
    font: 300 1.1em/1.4 "Mori-Medium", sans-serif;
    margin-bottom: 0; }
  .injection .newsletter-wrapper form > p > label {
    position: absolute;
    text-indent: -10000px; }
  @media (max-width: 1199.98px) {
    .injection .newsletter-wrapper {
      padding: .3em 1em .3em 1.7em;
      margin: 2em 0; }
      .injection .newsletter-wrapper h4 {
        margin-left: -1.2em; } }
  .injection .video-col {
    display: flex;
    background: #fff;
    box-shadow: 500px 0 0 0 white; }
  .injection--3 {
    padding: 1em 0 1em;
    margin: 1em 0 0em; }
    .injection--3 h3.underlined {
      color: var(--insm-dunkelblau);
      border-color: var(--insm-dunkelblau); }

.injection__inner {
  max-width: 1680px;
  margin: auto; }

.startseite-big-quote {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .startseite-big-quote .navigation {
    display: none; }
  .startseite-big-quote small {
    margin: 0; }
  .startseite-big-quote blockquote {
    padding: 1.4em 3em .3em 5em;
    flex: 0 0 auto;
    color: var(--insm-dunkelblau); }
    .startseite-big-quote blockquote h4 {
      margin-left: -2em; }
    .startseite-big-quote blockquote .quotescollection-quote-wrapper p {
      font: 300 2.4em/1.2 "Mori-Medium", sans-serif;
      margin-bottom: 1em; }
      .startseite-big-quote blockquote .quotescollection-quote-wrapper p:before {
        font: 800 2.4em/0.5 "Mori-Medium", sans-serif;
        position: relative;
        top: 0.11em;
        margin-right: .1em;
        color: var(--insm-dunkelblau); }
      .startseite-big-quote blockquote .quotescollection-quote-wrapper p:after {
        font: 800 1.2em/1.2 "Mori-Medium", sans-serif;
        color: var(--insm-dunkelblau); }
    .startseite-big-quote blockquote p.author-of-quote,
    .startseite-big-quote blockquote cite.author {
      font-size: 90%;
      font-weight: 400;
      font-style: normal; }
  @media (max-width: 767.98px) {
    .startseite-big-quote blockquote {
      padding: .3em 0em .3em 1.7em; }
      .startseite-big-quote blockquote h4 {
        margin-left: -1.2em; }
      .startseite-big-quote blockquote p {
        font-size: 1.6em; } }
.categorieWrapper {
  background: var(--insm-dunkelblau);
  padding: 17px; }
  .categorieWrapper h2 {
    margin: 0 0 0.7em 0;
    padding: 0.2em 0 0.7em;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff; }
  .categorieWrapper ul.sub-menu {
    padding: 0;
    margin: 0;
    list-style: none; }
    .categorieWrapper ul.sub-menu li a {
      display: block;
      text-decoration: none;
      padding: 0;
      color: #fff;
      font: bold 1em/1.9 var(--headline-font); }
      .categorieWrapper ul.sub-menu li a:hover {
        opacity: 0.9;
        text-decoration: underline; }
    .categorieWrapper ul.sub-menu li a:before {
      content: "";
      margin-right: 0.7em;
      width: 1.4em;
      height: 1.4em;
      position: relative;
      display: inline-block;
      text-align: center;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      top: 0.34em;
      filter: brightness(3) sepia(1) saturate(0); }
    .categorieWrapper ul.sub-menu li.current-menu-item a {
      color: #E94362; }
  @media (max-width: 767.98px) {
    .categorieWrapper {
      margin: 1em; } }
.shortcode-author-avatars div.author-list {
  display: flex;
  flex-wrap: wrap;
  background: url(img/line-raster.jpg);
  justify-content: center; }
  .shortcode-author-avatars div.author-list .user {
    flex: 1 1 20%;
    max-width: 400px;
    min-width: 170px;
    text-align: left;
    padding: 1em !important; }
    .shortcode-author-avatars div.author-list .user .avatar {
      background: transparent; }
      .shortcode-author-avatars div.author-list .user .avatar img {
        width: 100%;
        height: auto;
        filter: drop-shadow(0 0 1px #666);
        object-fit: cover;
        max-width: 100%;
        aspect-ratio: 1 / 1; }
    .shortcode-author-avatars div.author-list .user .name {
      font: 600 1em/1.4 "Mori-Medium", sans-serif;
      color: #000;
      text-align: left; }

.page-template-page_authors .entry-header,
.page-template-page_authors-name .entry-header {
  padding: 1em 0 1em; }

.header-authors-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.4em;
  flex-wrap: wrap; }
  @media (min-width: 576px) {
    .header-authors-flex {
      justify-content: space-between;
      flex-wrap: nowrap; } }
  .header-authors-flex .entry-header__inner {
    flex: 1 0 auto; }
  .header-authors-flex .entry-header__filter {
    flex: 0 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 575.98px) {
      .header-authors-flex .entry-header__filter {
        text-align: center; } }
    .header-authors-flex .entry-header__filter p {
      margin: 0.5em .5em 0.5em;
      color: var(--insm-dunkelrot); }

.button-group {
  display: flex; }
  .button-group a.button-group__btn {
    position: relative;
    margin: 0;
    padding: .9em 1.3em .7em;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid var(--insm-dunkelrot);
    border-radius: 0;
    color: var(--insm-dunkelrot);
    font: 600 0.8em/1.2 "Mori-Medium", sans-serif;
    text-decoration: none; }
    @media (max-width: 575.98px) {
      .button-group a.button-group__btn {
        flex: 0 0 50%; } }
    .button-group a.button-group__btn:hover {
      background: rgba(255, 255, 255, 0.2); }
    .button-group a.button-group__btn--active {
      color: var(--insm-hellrot);
      background: var(--insm-dunkelrot);
      cursor: default; }
      .button-group a.button-group__btn--active:after {
        content: "";
        position: absolute;
        top: -8px;
        left: 50%;
        height: 0;
        width: 0;
        margin-left: -1em;
        border-top: 1em solid var(--insm-hellrot);
        border-bottom: 1em solid transparent;
        border-left: 1em solid transparent;
        border-right: 1em solid transparent; }
      .button-group a.button-group__btn--active:hover {
        background-color: var(--insm-dunkelrot);
        color: white; }

.archive.author .site-main > .entry-header,
.archive.author .site-main > .page-header {
  background: var(--insm-hellrot);
  padding: 2em 0 5em; }
  .archive.author .site-main > .entry-header .tags-links, .archive.author .site-main > .entry-header .comments-links, .archive.author .site-main > .entry-header .byline,
  .archive.author .site-main > .page-header .tags-links,
  .archive.author .site-main > .page-header .comments-links,
  .archive.author .site-main > .page-header .byline {
    display: none; }
  .archive.author .site-main > .entry-header .cat-links a,
  .archive.author .site-main > .page-header .cat-links a {
    display: block;
    color: #fff;
    padding: .4em 0; }
  .archive.author .site-main > .entry-header .posted-on a,
  .archive.author .site-main > .page-header .posted-on a {
    display: block;
    color: #fff;
    padding: .8em 0; }

.search-results .page-header {
  background: var(--insm-hellrot);
  padding: 2em 0 2em;
  margin-bottom: 3em; }

.tag .site-main article .entry-header,
.category .site-main article .entry-header {
  color: var(--insm-dunkelrot);
  background: transparent;
  padding: 0; }
  .tag .site-main article .entry-header .cat-links a,
  .category .site-main article .entry-header .cat-links a {
    color: var(--insm-dunkelrot); }

.single .entry-header {
  padding-bottom: 5em; }

.single .entry-content,
.page .entry-content {
  font-size: 1.15em;
  margin-bottom: 1.5em; }

.author-box {
  display: flex;
  justify-items: flex-end;
  flex-direction: row-reverse; }
  .author-box figure {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    max-width: 256px;
    position: relative;
    margin-top: -5.4em; }
    .author-box figure img {
      width: 100%;
      height: auto; }
    .author-box figure figcaption {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      text-align: right;
      padding: 1em 0; }
      .author-box figure figcaption h6, .author-box figure figcaption .h6 {
        margin: 0;
        padding: 0.3em 0;
        font: 700 0.9em/1 "Mori-Medium", sans-serif;
        color: var(--insm-dunkelblau); }
      .author-box figure figcaption h4, .author-box figure figcaption .h4 {
        margin: 0;
        padding: 0.3em 0;
        font: 700 1.3em/1.2 "Mori-ExtraBold", sans-serif;
        color: var(--insm-dunkelblau);
        border: none; }
      .author-box figure figcaption p {
        text-align: right;
        margin: 0;
        padding: .6em 0;
        font-size: .85em; }
      .author-box figure figcaption a {
        color: #000;
        border-bottom: 1px solid #E94362;
        text-decoration: none; }

aside#secondary {
  background: var(--insm-digitalblau);
  color: #fff;
  font-size: .9em;
  margin-top: 3em; }
  aside#secondary .col-sm-10 {
    display: flex; }
    @media (max-width: 767.98px) {
      aside#secondary .col-sm-10 {
        flex-direction: column; } }
    aside#secondary .col-sm-10 section:nth-child(1),
    aside#secondary .col-sm-10 section:nth-child(2),
    aside#secondary .col-sm-10 section:nth-child(3) {
      flex: 1 1 18%; }
    aside#secondary .col-sm-10 section:nth-child(4) {
      flex: 1 1 20%; }

.menu-footer-container,
.menu-footer__social-media-container {
  padding: 1.4em 0 1.4em; }

#secondary h2.widget-title {
  font: 600 1rem/1.4 var(--headline-font);
  color: #fff;
  text-decoration: none;
  display: block;
  margin-top: 1.3em;
  padding: 1em 0 1em; }

#secondary ul.menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  #secondary ul.menu li {
    margin: 0;
    padding: 0; }
    #secondary ul.menu li a {
      font-weight: 400;
      margin: 0;
      padding: 0.3em 0 .3em 0;
      color: var(--insm-hellblau);
      text-decoration: none;
      display: block; }
      #secondary ul.menu li a:hover {
        text-decoration: underline; }

ul#menu-footer__social-media {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 1em 0 1em;
  list-style: none; }
  ul#menu-footer__social-media li {
    flex: 1 1 auto;
    margin: 0;
    padding: 0; }
    ul#menu-footer__social-media li a {
      color: #fff;
      text-decoration: none;
      display: block;
      font-weight: 400;
      margin: 0;
      padding: 0.3em 0 .3em 0;
      position: relative;
      text-indent: -10000px; }
      ul#menu-footer__social-media li a:before {
        content: "";
        margin-right: 0.5em;
        width: 2.7em;
        height: 2.7em;
        position: absolute;
        display: inline-block;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        top: 0.34em;
        left: 0; }

#colophon {
  background: var(--insm-digitalblau);
  text-align: center; }
  #colophon .site-info p {
    color: #fff;
    margin: 0;
    padding: 0 0 1em 0; }

.home .posts-navigation {
  display: none; }

.navigation.pager {
  font-size: 1.3em;
  padding: 2.5em 0 2em;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .navigation.pager .pages {
    display: none; }
  .navigation.pager a, .navigation.pager span.current {
    margin: 3px;
    height: 2em;
    width: 2em;
    display: inline-block;
    position: relative;
    line-height: 1.8;
    font-size: 0.8em; }
  .navigation.pager a {
    border: 2px solid var(--insm-dunkelblau);
    color: var(--insm-dunkelblau);
    text-decoration: none; }
    .navigation.pager a:hover {
      background: var(--insm-zukunftsgelb); }
  .navigation.pager span.current {
    border: 2px solid var(--insm-dunkelblau);
    background: var(--insm-zukunftsgelb); }
  .navigation.pager a.next,
  .navigation.pager a.prev {
    height: 3em;
    width: 3em;
    position: relative;
    top: 0;
    text-indent: -1000em; }
    .navigation.pager a.next:before,
    .navigation.pager a.prev:before {
      position: absolute;
      content: "";
      display: inline-block;
      height: 2.8em;
      width: 2.8em;
      background-image: url(img/icon_next.svg);
      background-repeat: no-repeat;
      background-position: center;
      padding: .2em;
      top: 0;
      left: 0; }
    .navigation.pager a.next:hover:before,
    .navigation.pager a.prev:hover:before {
      filter: brightness(3) sepia(1) saturate(0); }
  .navigation.pager a.prev:before {
    background-image: url(img/icon_prev.svg); }
  .navigation.pager a.last {
    display: none; }

@media (max-width: 767.98px) {
  .navigation.pager {
    font-size: 1.1em; } }

#s2email {
  border: 0;
  border-bottom: 2px solid #fff;
  padding: .5em;
  margin: 1em 0 0;
  min-width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 1.5em;
  font-weight: 500; }

input[name="subscribe"],
input[name="unsubscribe"] {
  font: bold 1em/2 "Mori-Medium", sans-serif;
  color: var(--insm-dunkelblau);
  background: var(--insm-zukunftsgelb);
  padding: 0.3em 2em .2em;
  display: inline-block;
  text-decoration: none;
  margin: 0px 0.5em .5em 0;
  border: 2px solid var(--insm-zukunftsgelb);
  box-sizing: border-box;
  border-radius: 0; }
  input[name="subscribe"]:hover,
  input[name="unsubscribe"]:hover {
    background: #f2f2f2;
    border-color: #f2f2f2; }

input[name="unsubscribe"] {
  background: transparent;
  color: white; }
  input[name="unsubscribe"]:hover {
    background: #e62c4f;
    border-color: #f2f2f2;
    color: white; }

@media (max-width: 575.98px) {
  #s2email {
    width: 100%;
    min-width: 0; }
  input[name="subscribe"],
  input[name="unsubscribe"] {
    width: 94%;
    margin-bottom: 10px; } }

.newsletter-wrapper {
  max-width: 1024px;
  margin: 2em auto 0;
  padding: 1.4em 3em .3em 5em;
  background: var(--insm-digitalblau);
  color: #fff; }
  .newsletter-wrapper h4 {
    color: #fff;
    border-color: #fff;
    margin-left: -2em; }
  .newsletter-wrapper p.teasertext {
    font: 300 1.1em/1.4 "Mori-Medium", sans-serif;
    color: var(--insm-dunkelblau);
    margin-bottom: 0; }
  .newsletter-wrapper form > p > label {
    display: none; }
  @media (max-width: 767.98px) {
    .newsletter-wrapper {
      padding: .3em 0em .3em 1.7em;
      margin: 2em 1.5em; }
      .newsletter-wrapper h4 {
        margin-left: -1.2em; } }
#content div.entry-content .kampagne ul,
#content div.entry-content .newsletter-allgemein ul {
  list-style: none;
  margin: 0;
  background: transparent;
  padding-left: 0; }

.kampagne,
.newsletter-allgemein {
  background: #b84557 url("/wp-content/themes/relaunch-2014/images/Geschenk_violett.png") no-repeat top left;
  color: white;
  padding-left: 10em; }
  .kampagne .legal-consent-container .hs-form-booleancheckbox-display span,
  .newsletter-allgemein .legal-consent-container .hs-form-booleancheckbox-display span {
    display: inline-block;
    margin-left: 5px; }
  .kampagne h2,
  .newsletter-allgemein h2 {
    color: white;
    font-size: 1.4em;
    line-height: 1.1;
    padding: 1em 1.2em 0 0; }
  .kampagne p,
  .newsletter-allgemein p {
    color: #ffffff !important;
    font-size: .97em !important;
    line-height: 1.3 !important;
    padding-right: 2em !important; }
  .kampagne label,
  .newsletter-allgemein label {
    display: block;
    align-items: baseline; }
  .kampagne input[type="email"],
  .kampagne .cr_ipe_item input,
  .newsletter-allgemein input[type="email"],
  .newsletter-allgemein .cr_ipe_item input {
    font: bold 1em/2 "Mori-Medium", sans-serif;
    border: 2px solid #454545;
    padding: .5em;
    margin: 1em 0 0;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 0; }
  .kampagne input[type="submit"],
  .kampagne .cr_button,
  .newsletter-allgemein input[type="submit"],
  .newsletter-allgemein .cr_button {
    font: bold 1em/2 "Mori-Medium", sans-serif;
    color: white;
    background: transparent;
    padding: .0 1em 0;
    display: inline-block;
    text-decoration: none;
    margin: 0px .03em .5em;
    border: 2px solid white;
    text-transform: uppercase;
    box-sizing: border-box;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    text-shadow: none; }
    .kampagne input[type="submit"]:hover,
    .kampagne .cr_button:hover,
    .newsletter-allgemein input[type="submit"]:hover,
    .newsletter-allgemein .cr_button:hover {
      color: white;
      outline: 0 !important;
      box-shadow: none !important;
      text-shadow: none !important;
      border: 2px solid #454545 !important; }
  .kampagne .actions,
  .newsletter-allgemein .actions {
    padding-top: 0 !important;
    margin-top: 0 !important; }
  @media (max-width: 465px) {
    .kampagne,
    .newsletter-allgemein {
      padding-top: 7em;
      padding-left: 1.5em; } }
.newsletter-allgemein {
  background: #ebebeb;
  color: #333;
  padding-left: 1.8em;
  padding-bottom: 1em;
  padding-right: 1.8em; }
  .newsletter-allgemein h2 {
    color: #E94362; }
  .newsletter-allgemein p {
    color: #444 !important;
    padding-right: 2em !important; }
  .newsletter-allgemein input[type="email"] {
    font: bold 1em/2 "Mori-Medium", sans-serif;
    border: 2px solid #454545;
    padding: 1em;
    width: 100%;
    margin-bottom: 1em; }
  .newsletter-allgemein input[type="submit"],
  .newsletter-allgemein .cr_button {
    font: bold 1em/2 "Mori-Medium", sans-serif;
    color: #444;
    background: transparent;
    padding: .0 1em 0;
    border: 2px solid #444; }
    .newsletter-allgemein input[type="submit"]:hover,
    .newsletter-allgemein .cr_button:hover {
      color: white;
      border: 2px solid #454545 !important; }
  .newsletter-allgemein .hs-richtext {
    display: none; }
  .newsletter-allgemein .hs-email label {
    display: none; }
  @media (max-width: 465px) {
    .newsletter-allgemein {
      padding-top: 0;
      padding-left: 1.5em; } }
.cookiefirst-disabled-resource {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: none;
  display: flex;
  justify-content: center;
  align-content: center;
  background: #eee;
  color: #444; }
  .cookiefirst-disabled-resource button {
    border: 0 solid transparent;
    background: transparent;
    color: #E94362;
    margin: 0;
    padding: 0 0.4em;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: underline; }

[data-cookiefirst-category][data-src] + .cookiefirst-disabled-resource {
  display: flex;
  flex-wrap: wrap; }

.embed-container [data-cookiefirst-category][data-src] + .cookiefirst-disabled-resource {
  display: flex;
  flex-wrap: wrap; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

ul li a:before,
span.cat-links a:before {
  background: url(img/cat-icons/icon_globalisierung.svg) no-repeat center center; }

ul li.icon-facebook a:before,
span.cat-links.icon-facebook a:before {
  background-image: url(img/social-icons/Icon_Facebook_Kreis.svg); }

ul li.icon-twitter a:before,
span.cat-links.icon-twitter a:before {
  background-image: url(img/social-icons/Icon_Twitter_Kreis.svg); }

ul li.icon-youtube a:before,
span.cat-links.icon-youtube a:before {
  background-image: url(img/social-icons/Icon_Youtube_Kreis.svg); }

ul li.icon-linkedin a:before,
span.cat-links.icon-linkedin a:before {
  background-image: url(img/social-icons/Icon_Linkedin_Kreis.svg); }

ul li.icon-instagram a:before,
span.cat-links.icon-instagram a:before {
  background-image: url(img/social-icons/Icon_Instagram_Kreis.svg); }

ul li.allgemein a:before, ul li.Allgemein a:before,
span.cat-links.allgemein a:before,
span.cat-links.Allgemein a:before {
  background-image: url(img/cat-icons/Icon_Soziales.svg); }

ul li.steuern-finanzen a:before, ul li.Steuern a:before,
span.cat-links.steuern-finanzen a:before,
span.cat-links.Steuern a:before {
  background-image: url(img/cat-icons/Icon_Steuern.svg); }

ul li.linktipps a:before, ul li.Linktipps a:before,
span.cat-links.linktipps a:before,
span.cat-links.Linktipps a:before {
  background-image: url(img/cat-icons/Icon_Linktipps.svg); }

ul li.ordnungspolitik a:before, ul li.Ordnungspolitik a:before,
span.cat-links.ordnungspolitik a:before,
span.cat-links.Ordnungspolitik a:before {
  background-image: url(img/cat-icons/Icon_Ordnungspolitik.svg); }

ul li.soziales a:before, ul li.Soziales a:before,
span.cat-links.soziales a:before,
span.cat-links.Soziales a:before {
  background-image: url(img/cat-icons/Icon_Soziales.svg); }

ul li.wachstum a:before, ul li.Wachstum a:before,
span.cat-links.wachstum a:before,
span.cat-links.Wachstum a:before {
  background-image: url(img/cat-icons/Icon_Wachstum.svg); }

ul li.finanzmarkt a:before, ul li.Finanzmarkt a:before,
span.cat-links.finanzmarkt a:before,
span.cat-links.Finanzmarkt a:before {
  background-image: url(img/cat-icons/Icon_Finanzmarkt.svg); }

ul li.Bildung a:before, ul li.bildung a:before,
span.cat-links.Bildung a:before,
span.cat-links.bildung a:before {
  background-image: url(img/cat-icons/Icon_Bildung.svg); }

ul li.arbeitsmarkt a:before, ul li.Arbeitsmarkt a:before,
span.cat-links.arbeitsmarkt a:before,
span.cat-links.Arbeitsmarkt a:before {
  background-image: url(img/cat-icons/Icon_Arbeitsmarkt.svg); }

ul li.globalisierung a:before, ul li.Globalisierung a:before,
span.cat-links.globalisierung a:before,
span.cat-links.Globalisierung a:before {
  background-image: url(img/cat-icons/Icon_Globalisierung.svg); }

ul li.buchkritik a:before, ul li.Buchkritik a:before,
span.cat-links.buchkritik a:before,
span.cat-links.Buchkritik a:before {
  background-image: url(img/cat-icons/Icon_Buchkritik.svg); }

ul li.europa a:before, ul li.Europa a:before,
span.cat-links.europa a:before,
span.cat-links.Europa a:before {
  background-image: url(img/cat-icons/Icon_Europa.svg); }

ul li.umwelt a:before, ul li.Umwelt a:before,
span.cat-links.umwelt a:before,
span.cat-links.Umwelt a:before {
  background-image: url(img/cat-icons/Icon_Umwelt.svg); }

ul li.steuern a:before, ul li.SteuernundFinanzen a:before,
span.cat-links.steuern a:before,
span.cat-links.SteuernundFinanzen a:before {
  background-image: url(img/cat-icons/Icon_Steuern.svg); }

ul li.weekender a:before, ul li.Weekender a:before,
span.cat-links.weekender a:before,
span.cat-links.Weekender a:before {
  background-image: url(img/cat-icons/Icon_Weekender.svg); }

ul li.oekonomik a:before, ul li.Oekonimik a:before,
span.cat-links.oekonomik a:before,
span.cat-links.Oekonimik a:before {
  background-image: url(img/cat-icons/Icon_Oekonomik.svg); }

ul li.facebook a:before,
span.cat-links.facebook a:before {
  background-image: url(img/cat-icons/Icon_Facebook.svg); }

ul li.twitter a:before,
span.cat-links.twitter a:before {
  background-image: url(img/cat-icons/Icon_Twitter.svg); }

ul li.youtube a:before,
span.cat-links.youtube a:before {
  background-image: url(img/cat-icons/Icon_Youtube.svg); }

ul li.instagram a:before,
span.cat-links.instagram a:before {
  background-image: url(img/cat-icons/Icon_Instagram.svg); }

ul li.linkedin a:before,
span.cat-links.linkedin a:before {
  background-image: url(img/cat-icons/Icon_Kinkedin.svg); }

ul li.newsletter a:before,
span.cat-links.newsletter a:before {
  background-image: url(img/cat-icons/Icon_Newsletter.svg); }

ul li.rss a:before,
span.cat-links.rss a:before {
  background-image: url(img/cat-icons/Icon_Rss.svg); }

ul li[class*='fragen'] a:before,
span.cat-links[class*='fragen'] a:before {
  background-image: url(img/cat-icons/icon_fragen.svg); }

.social-buttons__shariff .shariff .theme-round .shariff-icon svg {
  display: none; }

.social-buttons__shariff .shariff-buttons.theme-round li {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent !important;
  border-radius: 0 !important; }
  .social-buttons__shariff .shariff-buttons.theme-round li a {
    background-color: transparent !important; }
  .social-buttons__shariff .shariff-buttons.theme-round li.twitter {
    background-image: url(img/social-icons/Icon_Twitter_Kreis_dunkelblau.svg); }
  .social-buttons__shariff .shariff-buttons.theme-round li.facebook {
    background-image: url(img/social-icons/Icon_Facebook_Kreis_dunkelblau.svg); }
  .social-buttons__shariff .shariff-buttons.theme-round li.linkedin {
    background-image: url(img/social-icons/Icon_LinkedIn_Kreis_dunkelblau.svg); }
  .social-buttons__shariff .shariff-buttons.theme-round li.whatsapp {
    background-image: url(img/social-icons/Icon_Whatsapp_Kreis.svg); }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristimäki (@villeristi)
 *
 */
.transition, .flex-control-thumbs img, .flex-direction-nav a, .flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.box-shadow {
  -webkit-box-shadow: "" 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: "" 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: "" 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: "" 0 1px 2px rgba(0, 0, 0, 0.1); }

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-container a:focus,
.flex-slider a:hover,
.flex-slider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .flexslider .slides img {
    width: 100%;
    display: block; }
  .flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  html[xmlns] .flexslider .slides {
    display: block; }
  * html .flexslider .slides {
    height: 1%; }
  .no-js .flexslider .slides > li:first-child {
    display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1; }
  .flexslider .slides {
    zoom: 1; }

.flex-viewport {
  max-height: 2000px; }
  .loading .flex-viewport {
    max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 2.4em;
    height: 2.4em;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    overflow: hidden;
    opacity: .7;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }
    .flex-direction-nav a:before {
      content: "";
      font-size: 40px;
      display: inline-block;
      height: .9em;
      width: .9em;
      background-image: url(img/icon_prev.svg);
      background-repeat: no-repeat;
      background-position: center;
      border: 2px solid var(--insm-dunkelblau);
      padding: .2em; }
    .flex-direction-nav a.flex-next:before {
      background-image: url(img/icon_next.svg); }
  .flex-direction-nav .flex-prev {
    left: -50px; }
  .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right; }
  .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7; }
    .flexslider:hover .flex-direction-nav .flex-prev:hover {
      opacity: 1; }
  .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7; }
    .flexslider:hover .flex-direction-nav .flex-next:hover {
      opacity: 1; }
  .flex-direction-nav .flex-disabled {
    opacity: 0.3 !important;
    filter: grayscale(1);
    cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }
  .flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'; }
  .flex-pauseplay a:hover {
    opacity: 1; }
  .flex-pauseplay a .flex-play:before {
    content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px; }
  .flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7); }
  .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1; }
  .flex-direction-nav .flex-next {
    opacity: 1; } }

#content .colored-section.authors-widget {
  background: white; }
  #content .colored-section.authors-widget .flexslider {
    margin-left: 3.5em;
    margin-right: 3.5em; }
  #content .colored-section.authors-widget .flex-viewport {
    max-width: 1523px; }
  #content .colored-section.authors-widget .slides > li > a > div {
    padding: 10px; }
  #content .colored-section.authors-widget a {
    text-decoration: none; }
  #content .colored-section.authors-widget a:visited {
    color: #E94362; }
  #content .colored-section.authors-widget h4 {
    color: gray;
    margin-top: 0.6em;
    line-height: 1.2; }
  #content .colored-section.authors-widget a.more-link.big {
    font-size: 1.2em;
    line-height: 1em;
    display: block;
    margin: 15px auto 0;
    float: none;
    width: 11.1em;
    white-space: nowrap; }
    #content .colored-section.authors-widget a.more-link.big:before {
      font-size: 1.2em;
      line-height: 2.8em; }
  #content .colored-section.authors-widget .flex-control-nav {
    display: none; }

#content .flexslider .autorWrapper.liste {
  margin: 0;
  width: 100%; }
  #content .flexslider .autorWrapper.liste p.italic {
    display: none; }
  #content .flexslider .autorWrapper.liste img {
    aspect-ratio: 1 / 1;
    object-fit: cover; }

@media (max-width: 900px) {
  #content .colored-section.authors-widget .flexslider .autorWrapper.liste {
    float: left;
    margin: auto; } }

@media (max-width: 600px) {
  #content .colored-section.authors-widget .flexslider {
    margin-left: 3.2em;
    margin-right: 3.2em; }
    #content .colored-section.authors-widget .flexslider .autorWrapper.liste {
      float: none;
      margin: auto;
      max-width: 180px; } }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=style.css.map */