@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("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700|Merriweather:400,700&display=swap&subset=latin-ext");
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, .nav-links, #content .lcp_catlist-teaser--half__container, #content h5 a {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .nav-links, #content .lcp_catlist-teaser--half__container, #content h5 a {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .nav-links, #content .lcp_catlist-teaser--half__container, #content h5 a {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .nav-links, #content .lcp_catlist-teaser--half__container, #content h5 a {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .nav-links, #content .lcp_catlist-teaser--half__container, #content h5 a {
    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;
}

/* merriweather-regular - latin */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/merriweather-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("./fonts/merriweather-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/merriweather-v30-latin-regular.woff2") format("woff2"), url("./fonts/merriweather-v30-latin-regular.woff") format("woff"), url("./fonts/merriweather-v30-latin-regular.ttf") format("truetype"), url("./fonts/merriweather-v30-latin-regular.svg#Merriweather") format("svg"); /* Legacy iOS */
}
/* merriweather-700 - latin */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/merriweather-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("./fonts/merriweather-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/merriweather-v30-latin-700.woff2") format("woff2"), url("./fonts/merriweather-v30-latin-700.woff") format("woff"), url("./fonts/merriweather-v30-latin-700.ttf") format("truetype"), url("./fonts/merriweather-v30-latin-700.svg#Merriweather") format("svg"); /* Legacy iOS */
}
/* fira-sans-regular - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/fira-sans-v16-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("./fonts/fira-sans-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/fira-sans-v16-latin-regular.woff2") format("woff2"), url("./fonts/fira-sans-v16-latin-regular.woff") format("woff"), url("./fonts/fira-sans-v16-latin-regular.ttf") format("truetype"), url("./fonts/fira-sans-v16-latin-regular.svg#FiraSans") format("svg"); /* Legacy iOS */
}
/* fira-sans-500 - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/fira-sans-v16-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("./fonts/fira-sans-v16-latin-500.eot?#iefix") format("embedded-opentype"), url("./fonts/fira-sans-v16-latin-500.woff2") format("woff2"), url("./fonts/fira-sans-v16-latin-500.woff") format("woff"), url("./fonts/fira-sans-v16-latin-500.ttf") format("truetype"), url("./fonts/fira-sans-v16-latin-500.svg#FiraSans") format("svg"); /* Legacy iOS */
}
/* fira-sans-700 - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/fira-sans-v16-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("./fonts/fira-sans-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/fira-sans-v16-latin-700.woff2") format("woff2"), url("./fonts/fira-sans-v16-latin-700.woff") format("woff"), url("./fonts/fira-sans-v16-latin-700.ttf") format("truetype"), url("./fonts/fira-sans-v16-latin-700.svg#FiraSans") format("svg"); /* Legacy iOS */
}
/* theme root path */
/* get google fonts */
/* typography */
/* Color set for LMS */
/* colors */
html, body {
  font: normal 19px/1.4 "Merriweather", serif;
  color: #333;
  hyphens: auto;
}

h1 {
  font: 100 1.8em/1.3 "Merriweather", serif;
  margin: 0em 0;
  color: black;
}

h2 {
  font: 600 1.4em/1.2 "Fira Sans", sans-serif;
  margin: 0.2em 0 0.8em;
}

h3 {
  font: 600 1.2em/1.4 "Fira Sans", sans-serif;
  margin: 1.8em 0 0.6em;
}

h4 {
  font: 600 1em/1.4 "Merriweather", serif;
  margin: 0.2em 0 0.8em;
}

#content a {
  color: #0086b3;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #C4ECF6;
  text-decoration-width: 2px;
}
#content a:hover {
  text-decoration-color: #0099CC;
}

#content a.more-link {
  text-decoration: none;
  color: #333;
  font: 600 0.85em/1.6 "Fira Sans", sans-serif;
}
#content a.more-link:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 0.8em;
  background: url("/wp-content/themes/lms/img/arrow.svg") no-repeat center;
  background-size: contain;
  margin-right: 0.3em;
}
#content a.more-link--reverse:before {
  transform: rotate(180deg);
}

#content h5 a {
  font: 600 1em/1.6 "Fira Sans", sans-serif;
  color: #333;
  border-bottom: 4px solid #FFCE00;
  margin: 2em auto 2em;
  padding: 0 0.5em 0 0;
  text-decoration: none;
  display: block;
}

p {
  font: normal 1em/1.6 "Merriweather", serif;
  margin: 0.2em 0 1em;
}
p.has-small-font-size {
  font: 400 0.75em/1.4 "Fira Sans", sans-serif;
  color: gray;
}

@media (max-width: 991.98px) {
  .entry-content p {
    font-size: 0.9em;
  }
}
.has-drop-cap:not(:focus):first-letter {
  font: 800 5.8em/0.7 "Merriweather", serif;
  text-transform: uppercase;
  border-bottom: 5px solid #FFCE00;
  display: inline-block;
  margin: -0.13em 0.15em 0 0;
  padding-bottom: 0.13em;
}

#content .entry-meta {
  font: 500 0.9em/1.4 "Fira Sans", sans-serif;
  padding-bottom: 0.8em;
}
#content .entry-meta .posted-on,
#content .entry-meta .posted-on a {
  text-decoration: none;
  color: #333;
}
#content .entry-meta .posted-on time.updated,
#content .entry-meta .posted-on a time.updated {
  display: none;
}
#content .entry-meta .byline,
#content .entry-meta .byline a {
  text-decoration: none;
  color: #0099CC;
  display: none;
}

p.header-anreisser {
  font: normal 1em/1.4 "Merriweather", serif;
  margin-top: 1em;
  padding: 0 0;
  color: #fff;
}

.wpb_text_column ul {
  list-style: circle;
  padding-left: 1.4em;
}
.wpb_text_column ul li {
  padding: 0.2em 0;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.1em;
  }
  h2 {
    font-size: 1.8em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.9em;
  }
  h3 {
    font-size: 1.4em;
    line-height: 1.2;
  }
  h5,
  #content h5 a,
  #content h5 span {
    font-size: 1.1;
    text-decoration: none;
  }
  .header h5 {
    font-size: 0.85em;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.2em;
  }
}
#content .btn,
#content .wpcf7-submit {
  display: inline-block;
  padding: 0.7em 1.3em;
  text-decoration: none;
  font: 600 1em/1.4 "Fira Sans", sans-serif;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  transition: all 0.1s ease-in-out;
  hyphens: none;
}
#content .btn--white,
#content .wpcf7-submit--white {
  border-color: #fff;
  color: #fff;
}
#content .btn--white:hover,
#content .wpcf7-submit--white:hover {
  background: #fff;
  color: #007399;
}
#content .btn--orange-solid,
#content .wpcf7-submit--orange-solid {
  background: #FF9B00;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
  margin: 1em 0 1em 0;
}
#content .btn--orange-solid:hover,
#content .wpcf7-submit--orange-solid:hover {
  background: #e68c00;
}
#content .btn--yellow-solid,
#content .wpcf7-submit--yellow-solid {
  background: #FFCE00;
  border-color: transparent;
  color: #333;
  cursor: pointer;
  margin: 1em 0 1em 0;
}
#content .btn--yellow-solid:before,
#content .wpcf7-submit--yellow-solid:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 0.8em;
  background: url("/wp-content/themes/lms/img/arrow.svg") no-repeat center;
  background-size: contain;
  margin-right: 0.7em;
  position: relative;
  top: 1px;
}
#content .btn--yellow-solid:hover,
#content .wpcf7-submit--yellow-solid:hover {
  background: #e6b900;
}
#content .btn--blue-solid,
#content .wpcf7-submit--blue-solid {
  background: #0099CC;
  border-color: transparent;
  color: white;
  cursor: pointer;
  margin: 1em 0 1em 0;
}
#content .btn--blue-solid:before,
#content .wpcf7-submit--blue-solid:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 0.8em;
  background: url("/wp-content/themes/lms/img/arrow-white.svg") no-repeat center;
  background-size: contain;
  margin-right: 0.7em;
  position: relative;
  top: 1px;
}
#content .btn--blue-solid:hover,
#content .wpcf7-submit--blue-solid:hover {
  background: #0086b3;
}

#content .wpcf7-submit {
  background: #FFCE00;
  border-color: transparent;
  color: #333;
  cursor: pointer;
}
#content .wpcf7-submit:hover {
  background: #e6b900;
}

.arrow-bullit-list ul {
  list-style: none;
  margin: -1em 0 1em;
  padding: 0;
}
.arrow-bullit-list ul li {
  margin: 0;
  padding: 0.2em 0 0.3em 2em;
  position: relative;
  break-inside: avoid;
}
.arrow-bullit-list ul li a {
  font-weight: bold;
}
.arrow-bullit-list ul li:before {
  content: "→";
  font-family: "Lucida Grande", sans-serif;
  padding: 0 0.5em 0 0;
  font-size: 1.4em;
  line-height: 1;
  top: 0.2em;
  left: 0;
  position: absolute;
}
.arrow-bullit-list ul li small {
  font-style: italic;
}

.magazin-downloads.arrow-bullit-list ul {
  column-count: 2;
}
@media (max-width: 991.98px) {
  .magazin-downloads.arrow-bullit-list ul {
    column-count: 1;
  }
}

html {
  font-size: 17px;
}

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.wrapper-outer {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.wrapper {
  flex: 1 1 auto;
}

footer {
  flex: 0 0 auto;
}

.centered {
  text-align: center;
}

.entry-content {
  padding-top: 2.6em;
  padding-bottom: 3em;
}

#content .no-bottom-margin {
  padding-bottom: 0;
  margin-bottom: 0;
}
#content .no-margin {
  padding: 0;
  margin: 0;
}
#content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#content figure.wp-block-image {
  margin: 2em 0 3em;
  padding: 0;
  position: relative;
  text-align: center;
}
#content figure.wp-block-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}
#content figcaption {
  font: 0.8em/1.4 "Fira Sans", sans-serif;
  color: gray;
}
#content .wp-block-column figure.wp-block-image {
  margin: 0em 0 3em;
}
#content img.alignleft {
  float: left;
  width: auto;
  height: auto;
  margin: 0.5em 1.5em 0.5em 0;
}
#content img.alignright {
  float: right;
  width: auto;
  height: auto;
  margin: 0.5em 0 0.5em 1.5em;
}
#content figure.wp-block-image.size-full {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
#content figure.wp-block-image.size-large {
  width: 125%;
  max-width: 100%;
}
#content figure.wp-block-image.is-resized {
  width: 100%;
  transform: translateX(0);
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  #content figure.wp-block-image.size-full {
    width: 200%;
    max-width: 1440px;
    transform: translateX(-25%);
    margin-top: 0;
  }
  #content figure.wp-block-image.size-large {
    width: 125%;
    max-width: 860px;
    transform: translateX(-8%);
  }
  #content figure.wp-block-image.is-resized {
    width: 100%;
    transform: translateX(0);
    display: flex;
    justify-content: center;
  }
}
#content .wp-block-column figure.wp-block-image.size-full, #content .wp-block-column figure.wp-block-image.size-large, #content .wp-block-column figure.wp-block-image.is-resized,
#content .aside-split__right figure.wp-block-image.size-full,
#content .aside-split__right figure.wp-block-image.size-large,
#content .aside-split__right figure.wp-block-image.is-resized {
  width: 100%;
  max-width: 100%;
  transform: none;
}
#content figure.wp-block-pullquote {
  padding: 0.4em 0;
}
#content figure.wp-block-pullquote p {
  font: 800 1.8em/1.4 "Fira Sans", sans-serif;
  margin: 0;
}

.no-bottom-margin {
  padding-bottom: 0;
  margin-bottom: 0;
}

.no-margin {
  padding: 0;
  margin: 0;
}
.no-margin .wpb_content_element {
  padding: 0;
  margin: 0;
}

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003366+0,0099cc+80 */
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0px;
}

.background-blue,
.background-gelb {
  margin-top: 2em;
  margin-bottom: 2em;
}
.background-blue .vc_column_container > .vc_column-inner,
.background-gelb .vc_column_container > .vc_column-inner {
  background-size: cover;
  background-position: center;
  min-height: 13em;
}
.background-blue .vc_column-inner > .wpb_wrapper,
.background-gelb .vc_column-inner > .wpb_wrapper {
  padding: 15px;
}
@media (min-width: 576px) {
  .background-blue .vc_column-inner > .wpb_wrapper,
  .background-gelb .vc_column-inner > .wpb_wrapper {
    max-width: 600px;
    padding: 45px;
  }
}
.background-blue h2,
.background-gelb h2 {
  font: 600 1.8em/1.4 "Fira Sans", sans-serif;
}

.background-blue .vc_column_container > .vc_column-inner {
  display: flex;
  align-items: flex-end;
}

.background-blue {
  background: #0099CC;
}
.background-blue h2, .background-blue h3, .background-blue p, .background-blue a {
  color: white;
}

#content .background-blue a.more-link {
  text-decoration: none;
  color: white;
  font: 600 0.85em/1.6 "Fira Sans", sans-serif;
}
#content .background-blue a.more-link:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 0.8em;
  background: url("/wp-content/themes/lms/img/arrow-white.svg") no-repeat center;
  background-size: contain;
  margin-right: 0.3em;
}

.background-gelb {
  background: #FFCE00;
}

.background-hellgrau {
  background: #F5F5F5;
}

.blue-content-box {
  background: #0099CC;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
}
.blue-content-box h2, .blue-content-box h3, .blue-content-box p, .blue-content-box a {
  color: white;
}

header.header {
  background: #0099CC;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.98px) {
  header.header .container, header.header .nav-links, header.header #content .lcp_catlist-teaser--half__container, #content header.header .lcp_catlist-teaser--half__container, header.header #content h5 a, #content h5 header.header a {
    max-width: none;
  }
}
header.header .logo-carrier {
  background: white;
  flex: 1 1 auto;
  position: relative;
  display: flex;
  align-items: center;
}
header.header .logo-carrier:after {
  content: "";
  position: absolute;
  width: 400%;
  height: 100%;
  display: block;
  z-index: 1;
  background: white;
  top: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  header.header .logo-carrier {
    flex: 0 1 auto;
  }
}
header.header .logo-carrier a {
  position: relative;
  z-index: 2;
}
header.header .logo {
  padding: 1.6em 0 1.1em;
  position: relative;
  z-index: 2;
}
header.header .logo img {
  width: 12em;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199.98px) {
  header.header .logo {
    padding: 0.6em 0;
  }
  header.header .logo img {
    width: 9em;
  }
}
@media (max-width: 991.98px) {
  header.header .logo {
    padding: 0.6em 0;
  }
  header.header .logo img {
    width: 7em;
  }
}
@media (max-width: 767.98px) {
  header.header .logo {
    padding: 0.6em 1em 0.6em 0;
  }
  header.header .logo img {
    width: 7em;
  }
}

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

.search-icon {
  border: none;
  background: Transparent;
}

.search-icon-desktop {
  display: none;
  align-items: center;
  padding-right: 0;
}
.search-icon-desktop img {
  height: 1.2em;
  width: 1.8em;
}

.search-icon-mobile {
  display: none;
  position: absolute;
  right: 2.9em;
  top: 0.72em;
  height: 55px;
  margin-bottom: 0px;
  padding: 0.7em 0.7em;
}

div#navi {
  flex: 0 1 auto;
  text-align: right;
  padding: 0;
  margin: 0;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  div#navi {
    display: block !important;
  }
}
div#navi .main-navi {
  padding-left: 1em;
  display: flex;
  justify-content: flex-end;
}
div#navi .main-navi ul {
  flex: 1 1 auto;
  text-align: right;
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}
div#navi .main-navi ul > li {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
}
div#navi .main-navi ul > li > a {
  padding: 0.3em 0;
  margin: 0 0.6em;
  color: #C4ECF6;
  display: inline-block;
  font: 500 0.9em/1.4 "Fira Sans", sans-serif;
  text-decoration: none;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
div#navi .main-navi ul > li > a:hover {
  border-color: #FFCE00;
  color: white;
  transition: all 0.15s ease-out;
}
div#navi .main-navi ul > li.current-menu-item > a, div#navi .main-navi ul > li.current-menu-parent > a, div#navi .main-navi ul > li.current-menu-ancestor > a, div#navi .main-navi ul > li.current-post-ancestor > a {
  border-color: #FFCE00;
  color: white;
}
@media (min-width: 768px) {
  div#navi .more {
    display: none;
  }
}
div#navi .nav-inner__upper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1em;
}
div#navi .support-navi {
  margin: 1em 0 1em;
  flex: 0 0 auto;
  padding-left: 3em;
  display: block;
}
@media (max-width: 1199.98px) {
  div#navi .support-navi {
    margin: 0.5em 0 1em;
  }
}
div#navi .support-navi ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
div#navi .support-navi ul li {
  display: inline-block;
  padding-right: 1em;
}
div#navi .support-navi ul li:last-child {
  padding-right: 0;
}
div#navi .support-navi ul li a {
  display: inline-block;
  padding: 0.2em 0 0.2em;
  color: #C4ECF6;
  text-decoration: none;
  font: 400 0.8em/1 "Fira Sans", sans-serif;
  border-bottom: 3px solid transparent;
}
div#navi .support-navi ul li a:hover {
  border-color: #FFCE00;
}
@media (max-width: 1199.98px) {
  div#navi .support-navi ul li a {
    font-size: 0.7em;
  }
}
div#navi .support-navi ul li.lock a:before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: 0.3em;
  background: url(img/icon-lock.svg) no-repeat left center;
  background-size: contain;
  position: relative;
  top: 0.1em;
}

@media (max-width: 767.98px) {
  body.open {
    overflow: hidden;
    position: fixed;
  }
  .header {
    position: relative;
    padding: 0;
    top: auto;
    width: 100%;
    z-index: 100;
  }
  .search-icon-desktop {
    display: none;
  }
  .search-icon-mobile {
    display: flex;
  }
  div#navi {
    display: none;
    position: fixed;
    outline: 0;
    padding: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    text-align: left;
    transition: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003366+0,0099cc+80 */
    background: #0099CC;
  }
  div#navi .nav-inner {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
  }
  div#navi .nav-inner__upper {
    display: none;
  }
  div#navi .main-navi {
    flex: 1 1 auto;
    display: block;
    overflow: auto;
    margin-top: 4.4em;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  div#navi .main-navi ul {
    text-align: left;
    margin-top: 1em;
    padding: 0 0.4em 1.8em 1em;
    flex: 1 1 auto;
    max-width: 100%;
  }
  div#navi .main-navi ul li {
    display: block;
    border-right: 0;
    border-radius: 0;
  }
  div#navi .main-navi ul li a {
    color: #fff;
    display: inline-block;
    padding: 0.2em 0 0.1em;
    margin: 0px 0 0 0em;
    font-size: 1.4em;
    line-height: 1.4;
  }
  div#navi .main-navi ul li ul {
    margin-top: 0;
    padding: 0.4em 0 0.6em 1em;
    flex: 1 1 auto;
    border-bottom: none;
    border-top: none;
  }
  div#navi .main-navi ul li ul li a {
    padding: 0.6em 0 0;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
  }
  div#navi .support-navi {
    margin: 0;
    flex: 0 0 auto;
    padding: 1em 0.6em 1.2em 1.6em;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    max-width: 100%;
    overflow-x: auto;
  }
  div#navi .support-navi ul li a {
    display: inline-block;
    padding-right: 1em;
    color: #fff;
  }
}
button.burger-icon {
  display: none;
}

@media (max-width: 767.98px) {
  button.burger-icon {
    position: absolute;
    top: 0.72em;
    right: 0;
    border: none;
    display: block;
    outline: none;
    color: #C4ECF6;
    background: transparent;
    height: 55px;
    margin: 0;
    padding: 0.7em 0 0.7em 0.7em;
    transition: background 0.4s ease-in-out;
  }
  button.burger-icon svg {
    height: 30px;
    width: 30px;
  }
  button.burger-icon path {
    transition: all 0.4s ease-in-out;
  }
  button.burger-icon path#burger-upper {
    transform: rotate(0deg);
    transform-origin: 21px 0px;
  }
  button.burger-icon path#burger-lower {
    transform: rotate(0deg);
    transform-origin: 23px 17px;
  }
  button.burger-icon path#burger-middle {
    opacity: 1;
  }
  button.burger-icon.close-button {
    position: absolute;
  }
  button.burger-icon.close-button path#burger-upper {
    transform: translateX(-2px) rotate(-45deg);
  }
  button.burger-icon.close-button path#burger-lower {
    transform: translateX(-2px) rotate(45deg);
  }
  button.burger-icon.close-button path#burger-middle {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  div#navi .main-navi {
    /* Drop-Down Navigation */
  }
  div#navi .main-navi ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
  }
  div#navi .main-navi ul ul, div#navi .main-navi ul ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    position: absolute;
    z-index: 99999;
    width: 11em;
    background: #f8f8f8;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    transition-delay: 0.2s;
  }
  div#navi .main-navi ul ul {
    top: 3em;
    left: 0.6em;
    z-index: 10000000;
  }
  div#navi .main-navi ul ul li ul {
    top: 0;
    left: 11em;
  }
  div#navi .main-navi ul ul li {
    clear: both;
    text-align: left;
    width: 100%;
    border: 0 none;
    border-bottom: 1px solid #c9c9c9;
  }
  div#navi .main-navi ul ul li a {
    background: none;
    border: none;
    padding: 0.8em 0.6em;
    margin: 0;
    text-decoration: none;
    display: block;
    clear: both;
    font-size: 0.9em;
    border-left: 5px solid transparent;
    text-transform: none;
    white-space: normal;
    color: #333;
  }
  div#navi .main-navi ul ul li a:hover {
    background: #fff;
    color: black;
    border-color: transparent;
    text-decoration-color: #FFCE00;
    text-decoration-width: 2px;
    text-decoration-line: underline;
  }
  div#navi .main-navi ul ul li.current-menu-item > a,
  div#navi .main-navi ul ul li.current-menu-ancestor > a,
  div#navi .main-navi ul ul li.current-post-ancestor > a,
  div#navi .main-navi ul ul li.current-menu-parent > a,
  div#navi .main-navi ul ul li.current-post-parent > a {
    text-decoration-color: #FFCE00;
    color: #000;
    border-left-color: #FFCE00;
  }
  div#navi .main-navi ul ul li.current-menu-item > a:hover,
  div#navi .main-navi ul ul li.current-menu-ancestor > a:hover,
  div#navi .main-navi ul ul li.current-post-ancestor > a:hover,
  div#navi .main-navi ul ul li.current-menu-parent > a:hover,
  div#navi .main-navi ul ul li.current-post-parent > a:hover {
    border-color: #FFCE00 !important;
  }
}
@media (max-width: 1199.98px) {
  div#navi .main-navi ul li a {
    font: 500 0.95em/2.1 "Fira Sans", sans-serif;
    margin: 0 0.2em;
  }
}
@media (max-width: 991.98px) {
  div#navi .main-navi ul li a {
    font: 500 0.85em/2.6 "Fira Sans", sans-serif;
    margin: 0 0.1em;
  }
}
@media (max-width: 767.98px) {
  div#navi .main-navi ul li a {
    font: 500 1.2em/1.4 "Fira Sans", sans-serif;
    margin: 0 0.1em;
  }
}

.subnavigation {
  flex: 1 1 auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: all 0.2s;
  background: #f6f6f6;
  display: none;
}
@media (min-width: 768px) {
  .subnavigation {
    display: block !important;
  }
}
.subnavigation .sub-navi ul {
  text-align: right;
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
  overflow: hidden;
  /* Menu in der Sidebar (nur Subpages anzeigen) */
}
.subnavigation .sub-navi ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.subnavigation .sub-navi ul li a {
  padding: 1.4em 0 0.2em;
  margin: 0 0.6em 0.6em;
  color: #333;
  display: inline-block;
  font: 500 0.9em/1.4 "Merriweather", serif;
  text-decoration: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  text-transform: uppercase;
}
.subnavigation .sub-navi ul li a:hover {
  border-color: #FF9B00;
  transition: all 0.15s ease-out;
}
.subnavigation .sub-navi ul li.current-menu-item > a {
  border-color: #FF9B00;
}
.subnavigation .sub-navi ul li,
.subnavigation .sub-navi ul .more {
  display: none;
}
.subnavigation .sub-navi ul .current-page-ancestor,
.subnavigation .sub-navi ul .current-page-ancestor li,
.subnavigation .sub-navi ul .current_page_item,
.subnavigation .sub-navi ul .current_page_item li,
.subnavigation .sub-navi ul .current-menu-ancestor,
.subnavigation .sub-navi ul .current-menu-parent,
.subnavigation .sub-navi ul .current-menu-ancestor .sub-menu li,
.subnavigation .sub-navi ul .current-menu-parent .sub-menu li {
  display: inline-block;
}
.subnavigation .sub-navi ul .current-menu-ancestor > a {
  display: none;
}
.subnavigation .sub-navi ul#primary-menu > li > a:first-child {
  display: none !important;
}
.subnavigation .sub-navi ul#primary-menu > li.current-menu-item > a {
  display: none;
}

#content .breadcrumb {
  flex: 1 1 auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: all 0.2s;
  display: none;
}
@media (min-width: 768px) {
  #content .breadcrumb {
    display: block !important;
  }
}
#content .breadcrumb p {
  text-align: right;
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
  overflow: hidden;
}
#content .breadcrumb p span span {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #737373;
}
#content .breadcrumb p span span a,
#content .breadcrumb p span span .breadcrumb_last {
  color: #333;
  display: inline-block;
  font: 0.8em/1.4 "Fira Sans", sans-serif;
  text-decoration: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding: 0em 0 0em;
  margin: 0em 0em 0em;
}
#content .breadcrumb p span span a:hover,
#content .breadcrumb p span span .breadcrumb_last:hover {
  border-color: #FFCE00;
  transition: all 0.15s ease-out;
}
#content .breadcrumb p span span .breadcrumb_last {
  color: black;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #primary-menu {
    width: 100%;
    /*li li a,
    li li.inactive > a {
      padding-left: 20px;
    }
    li li li a,
    li li li.inactive > a {
      padding-left: 40px;
    }
    li li li li a,
    li li li li.inactive > a {
      padding-left: 60px;
    }*/
  }
  #primary-menu li {
    position: relative;
  }
  #primary-menu li:after {
    display: none;
  }
  #primary-menu li ul {
    position: absolute;
    left: -9999px;
    margin: 0;
    display: none;
  }
  #primary-menu li ul {
    display: block;
  }
  #primary-menu li .more {
    content: "+";
    width: 2.5em;
    height: 2.5em;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 212;
    display: block;
    position: absolute;
    top: 0.4em;
    right: 0;
    background: url("/wp-content/themes/lms/img/icon-chevron.svg") no-repeat center;
  }
  #primary-menu li.hover > .more,
  #primary-menu li.current-menu-item > .more,
  #primary-menu li.current-menu-parent > .more,
  #primary-menu li.current-menu-ancestor > .more {
    transform: rotate(90deg);
  }
  #primary-menu ul {
    display: block;
    width: 100%;
  }
  #primary-menu > li.hover > ul, #primary-menu > li.current-menu-parent > ul, #primary-menu > li.current-menu-item > ul, #primary-menu > li.current-menu-ancestor > ul {
    position: static;
  }
  #primary-menu > li li.hover > ul, #primary-menu > li li.current-menu-parent > ul, #primary-menu > li li.current-menu-item > ul {
    position: static;
  }
}
.header-inner {
  position: relative;
  max-width: calc(100vw - 30px);
}

.search-field-container {
  position: absolute;
  bottom: -30px;
  right: 0;
  background: #efefef;
  padding: 3px;
  width: 100%;
  display: none; /* hide initally */
}

.search-form {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.search-form label {
  flex: 1 1 auto;
}
.search-form label input {
  width: 100%;
}
.search-form input {
  flex: 0 0 20%;
}

.search-field-container--desktop .search-form {
  margin: 1em 0;
}
.search-field-container--desktop input.search-submit {
  background: transparent url("/wp-content/themes/lms/img/search-icon.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  text-indent: -1000px;
  flex: 0 0 2.2em;
  border: 0;
  height: 1.2em;
  cursor: pointer;
}
.search-field-container--desktop input.search-field {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #C4ECF6;
  color: white;
  font: 400 0.9em/1.4 "Fira Sans", sans-serif;
}
.search-field-container--desktop input.search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #C4ECF6;
}
.search-field-container--desktop input.search-field::-moz-placeholder { /* Firefox 19+ */
  color: #C4ECF6;
  opacity: 1;
}
.search-field-container--desktop input.search-field:-ms-input-placeholder { /* IE 10+ */
  color: #C4ECF6;
}
.search-field-container--desktop input.search-field:-moz-placeholder { /* Firefox 18- */
  color: #C4ECF6;
}

.article-header {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 2.2em;
}
.article-header__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 0.4em;
}
.article-header--medium-height .article-header__inner {
  min-height: 11em;
}
@media (min-width: 576px) {
  .article-header--medium-height .article-header__inner {
    min-height: 16em;
  }
}
@media (min-width: 992px) {
  .article-header--medium-height .article-header__inner {
    min-height: 23em;
  }
}

.page-template-default .page .entry-header,
.page-template-default .page .entry-content {
  max-width: 1140px;
  margin: auto;
}
.page-template-default .page .entry-thumbnail {
  max-width: 1440px;
  margin: auto;
}
.page-template-default .page .entry-thumbnail img {
  margin: 0;
}
@media (min-width: 768px) {
  .page-template-default .page .entry-thumbnail img {
    margin: 0.6em 0 1.2em;
  }
}

.post-template-default .entry-header,
.post-template-default .entry-content {
  max-width: 768px;
  margin: auto;
}
.post-template-default .entry-thumbnail {
  max-width: 1440px;
  margin: auto;
}
.post-template-default .entry-thumbnail img {
  margin: 0;
}
@media (min-width: 768px) {
  .post-template-default .entry-thumbnail img {
    margin: 0.6em 0 1.2em;
  }
}

.home.page-template-default.page #content .content-area {
  max-width: 1440px;
  margin: auto;
}
.home.page-template-default.page .entry-header,
.home.page-template-default.page .entry-content {
  max-width: 11px;
  max-width: 1440px;
  margin: auto;
}
.home.page-template-default.page .entry-thumbnail {
  max-width: 1440px;
  margin: auto;
}
.home.page-template-default.page .entry-thumbnail img {
  margin: 0;
}
@media (min-width: 768px) {
  .home.page-template-default.page .entry-thumbnail img {
    margin: 0.6em 0 1.2em;
  }
}

.archive.category header.page-header,
.search.search-results header.page-header {
  border-bottom: 4px solid #FFCE00;
  padding-top: 2.2em;
  padding-bottom: 1.8em;
  margin-bottom: 0.8em;
}
.archive.category #content .content-area,
.search.search-results #content .content-area {
  max-width: 1440px;
  margin: auto;
}
.archive.category #content article,
.search.search-results #content article {
  display: flex;
  border-bottom: 1px solid #CACCD1;
  margin-bottom: 2em;
  margin-top: 1em;
}
.archive.category #content article .article-image,
.search.search-results #content article .article-image {
  flex: 0 0 250px;
}
.archive.category #content article .article-image .post-thumbnail,
.search.search-results #content article .article-image .post-thumbnail {
  background: #ff9900;
  max-width: 200px;
  height: auto;
  dislay: block;
}
.archive.category #content article .entry-header.article-header,
.search.search-results #content article .entry-header.article-header {
  padding-top: 0em;
}
.archive.category #content article .entry-header h2,
.search.search-results #content article .entry-header h2 {
  font: 400 1.35em/1.3 "Merriweather", serif;
  margin: 0;
  padding: 0;
}
.archive.category #content article .entry-header h2 a,
.search.search-results #content article .entry-header h2 a {
  text-decoration: none;
  color: #333;
  font-family: "Merriweather", serif;
  font-weight: 400;
}
.archive.category #content article .entry-header section.breadcrumb,
.search.search-results #content article .entry-header section.breadcrumb {
  display: none !important;
}
.archive.category #content article .entry-content,
.search.search-results #content article .entry-content {
  padding-top: 0;
  padding-bottom: 0;
}
.archive.category #content article .entry-content p,
.search.search-results #content article .entry-content p {
  font: 400 0.85em/1.4 "Fira Sans", sans-serif;
}
.archive.category #content article .entry-footer,
.search.search-results #content article .entry-footer {
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  .archive.category #content article,
  .search.search-results #content article {
    flex-direction: column;
  }
  .archive.category #content article .article-text,
  .search.search-results #content article .article-text {
    padding-top: 1em;
  }
  .archive.category #content article .container, .archive.category #content article .nav-links, .archive.category #content article .lcp_catlist-teaser--half__container, .archive.category #content article h5 a, .archive.category #content h5 article a,
  .search.search-results #content article .container,
  .search.search-results #content article .nav-links,
  .search.search-results #content article .lcp_catlist-teaser--half__container,
  .search.search-results #content article h5 a,
  .search.search-results #content h5 article a {
    padding-left: 0;
    padding-right: 0;
  }
  .archive.category #content article .article-image,
  .search.search-results #content article .article-image {
    flex: auto;
  }
}

#secondary {
  background: #F5F5F5;
  padding: 1em 0 0em;
  margin: 0 0 0 0;
  font-family: "Fira Sans", sans-serif;
}
@media (max-width: 991.98px) {
  #secondary > div > div {
    display: block;
  }
}

.footer__upper {
  font-size: 0.9em;
  display: flex;
}
@media (max-width: 767.98px) {
  .footer__upper {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .footer__upper__left {
    flex: 0 0 50%;
  }
}

.footer__upper__right {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__upper__right {
    flex: 0 0 50%;
  }
}

address {
  padding: 1em 0;
}
address p {
  margin: 1em 0;
  font-family: "Fira Sans", sans-serif;
}
@media (max-width: 767.98px) {
  address {
    font-size: 0.9em;
  }
}

.logo {
  flex: 0 0 50%;
  padding: 0.8em 0;
  max-width: 210px;
}
@media (max-width: 767.98px) {
  .logo {
    flex: 0 0 100%;
  }
}
.logo img {
  width: 16em;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .logo img {
    width: 10em;
  }
}

.social-media-buttons {
  flex: 1 1 auto;
  margin: 0;
  padding: 1em 0 2em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .social-media-buttons {
    flex: 0 0 100%;
    justify-content: center;
  }
}
.social-media-buttons ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.social-media-buttons ul li {
  padding: 0;
  margin: 0 0.3em;
}
@media (min-width: 576px) {
  .social-media-buttons ul li:last-child {
    margin-right: 0;
  }
}
.social-media-buttons ul li a {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 60em;
  display: inline-block;
  font: 1.2em/1.4 "Fira Sans", sans-serif;
  width: 3em;
  height: 3em;
  text-decoration: none;
  position: relative;
  text-align: center;
  text-indent: -10000px;
  margin: 0.2em;
}
.social-media-buttons ul li a:after {
  text-indent: 0;
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.social-media-buttons ul li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(0, 0, 0, 0.6);
}
.social-media-buttons ul li.icon-rss a:after {
  background-image: url("/wp-content/themes/lms/img/icon-rss.svg");
}
.social-media-buttons ul li.icon-facebook a:after {
  background-image: url("/wp-content/themes/lms/img/icon-facebook.svg");
}
.social-media-buttons ul li.icon-twitter a:after {
  background-image: url("/wp-content/themes/lms/img/icon-twitter.svg");
}
.social-media-buttons ul li.icon-insta a:after {
  background-image: url("/wp-content/themes/lms/img/icon-insta.svg");
}
.social-media-buttons ul li.icon-youtube a:after {
  background-image: url("/wp-content/themes/lms/img/icon-youtube.svg");
}

#content .footer__navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 2em 0 3em;
}
#content .footer__navigation section {
  flex: 0 0 100%;
}
@media (max-width: 991.98px) {
  #content .footer__navigation section {
    flex: 0 0 100%;
    padding-left: 0;
    font-size: 0.9em;
  }
}
#content .footer__navigation section ul {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#content .footer__navigation section ul ul {
  display: none;
}
@media (max-width: 767.98px) {
  #content .footer__navigation section ul {
    text-align: left;
  }
}
#content .footer__navigation section ul li {
  display: flex;
  flex: 0 0 33%;
}
#content .footer__navigation section ul li a {
  border-bottom: 1px solid #CACCD1;
  text-decoration: none !important;
  color: #4d4d4d;
  padding: 0.4em 0px;
  font-weight: 500;
  display: block;
  width: 100%;
  margin: 0 10px;
}
#content .footer__navigation section ul li a:hover {
  color: #1a1a1a;
  border-color: #FFCE00;
}
#content .footer__navigation section ul li:nth-child(1) a, #content .footer__navigation section ul li:nth-child(2) a, #content .footer__navigation section ul li:nth-child(3) a {
  border-top: 1px solid #CACCD1;
}
#content .footer__navigation section ul li .more {
  display: none;
}
#content .footer__navigation p {
  font-size: 0.9em;
  margin-top: 0;
}

.footer__lower {
  padding: 0.5em 0;
  background: white;
  color: #333;
  font-size: 0.8rem;
  font-weight: 400;
}

.footer__lower__inner {
  display: flex;
  flex-wrap: wrap;
}
.footer__lower__inner .copyright-line {
  flex: 0 1 auto;
  justify-items: center;
  display: flex;
}
.footer__lower__inner .copyright-line p, .footer__lower__inner .copyright-line a {
  color: #333;
  margin: auto;
  font-family: "Fira Sans", sans-serif;
}
.footer__lower__inner .footer-marginal-nav {
  flex: 1 1 auto;
  justify-content: flex-end;
}
.footer__lower__inner .footer-marginal-nav nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .footer__lower__inner .footer-marginal-nav nav ul {
    justify-content: left;
    flex-wrap: wrap;
    margin-left: 0;
    padding-left: 0;
  }
}
.footer__lower__inner .footer-marginal-nav nav ul li {
  padding: 0 1em;
}
.footer__lower__inner .footer-marginal-nav nav ul li:last-child {
  padding-right: 0;
}
.footer__lower__inner .footer-marginal-nav nav ul li a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid transparent;
  font-family: "Fira Sans", sans-serif;
}
.footer__lower__inner .footer-marginal-nav nav ul li a:hover {
  color: #4d4d4d;
  border-color: #FFCE00;
}
.footer__lower__inner .footer-marginal-nav nav ul li.lock a:before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: 0.3em;
  background: url(img/icon-lock.svg) no-repeat left center;
  background-size: contain;
  position: relative;
  top: 0.1em;
  opacity: 0.6em;
}

.archive.category #content .teaser-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.archive.category #content .teaser-container article {
  position: relative;
  flex: 0 0 24.5%;
  border-bottom: 0;
  border-right: 1px solid #CACCD1;
  padding: 0 15px;
}
.archive.category #content .teaser-container article:nth-child(4n) {
  border-right: 0;
}
.archive.category #content .teaser-container article .article-image {
  margin-right: 0;
}
.archive.category #content .teaser-container article .article-image img {
  margin-bottom: 1em;
}
.archive.category #content .teaser-container article .article-header {
  padding-top: 0;
}
.archive.category #content .teaser-container article:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1.5em;
  border-bottom: 1px solid #CACCD1;
}
.archive.category #content .teaser-container .breadcrumb,
.archive.category #content .teaser-container .entry-meta {
  display: none !important;
}
.archive.category .archive.category #content .teaser-container article .article-text {
  flex: 1 1 auto;
}
.archive.category .archive.category #content .has-drop-cap:not(:focus):first-letter {
  font: 400 1em/1.4 "Fira Sans", sans-serif;
  text-transform: normal;
  border-bottom: 0;
  display: inline-block;
  margin: 0;
  padding-bottom: 0;
}

@supports (display: grid) {
  .archive.category #content .teaser-container {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-auto-flow: dense;
  }
  .archive.category #content .teaser-container article {
    transform: translateX(1px);
  }
  .archive.category #content .teaser-container article:nth-child(4n) {
    border-right: 1px solid #CACCD1;
  }
  @media (max-width: 991.98px) {
    .archive.category #content .teaser-container {
      grid-template-columns: repeat(3, 33%);
    }
    .archive.category #content .teaser-container article {
      transform: translateX(1px);
    }
    .archive.category #content .teaser-container article:nth-child(3n) {
      border-right: 0 solid #CACCD1;
    }
    .archive.category #content .teaser-container article.has-post-thumbnail {
      grid-column: span 1;
    }
  }
  @media (max-width: 767.98px) {
    .archive.category #content .teaser-container {
      grid-template-columns: repeat(2, 50%);
    }
    .archive.category #content .teaser-container article:nth-child(2n) {
      border-right: 0 solid #CACCD1;
    }
    .archive.category #content .teaser-container article:nth-child(3n) {
      border-right: 1px solid #CACCD1;
    }
  }
  @media (max-width: 575.98px) {
    .archive.category #content .teaser-container {
      grid-template-columns: repeat(1, 100%);
    }
    .archive.category #content .teaser-container article {
      border-right: 0 solid #CACCD1;
    }
  }
}
.category-sticky {
  border-top: 0px !important;
}

.archive.category.category-aktuelles #content .article .article-image {
  flex: 0 0 250px;
  margin-right: 1em;
}
.archive.category.category-aktuelles #content .article .article-text {
  flex: 0 1 59%;
  max-width: 640px;
}
.archive.category.category-aktuelles #content .article .article-text .entry-header.article-header {
  padding-top: 0em;
}

.archive.category #content .teaser-container--zeitstrahl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  position: relative;
  max-width: 940px;
  margin: auto;
}
.archive.category #content .teaser-container--zeitstrahl:after {
  position: absolute;
  content: "";
  width: 4px;
  top: 20px;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFCE00;
}
.archive.category #content .teaser-container--zeitstrahl article {
  position: relative;
  flex: 0 0 100%;
  padding: 0 15px;
  border: 0;
  z-index: 1;
}
.archive.category #content .teaser-container--zeitstrahl article:nth-child(even) {
  padding-left: 50%;
}
.archive.category #content .teaser-container--zeitstrahl article:nth-child(even) .article-text {
  padding-left: 2em;
}
.archive.category #content .teaser-container--zeitstrahl article:nth-child(odd) {
  padding-right: 50%;
}
.archive.category #content .teaser-container--zeitstrahl article:nth-child(odd) .article-text {
  padding-right: 2em;
  text-align: right;
}
.archive.category #content .teaser-container--zeitstrahl article:last-child {
  background: #fff;
}
.archive.category #content .teaser-container--zeitstrahl article .article-header {
  padding-top: 0;
}
.archive.category #content .teaser-container--zeitstrahl article:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1.5em;
  width: 1.5em;
  background: #FFCE00;
  border-radius: 50%;
}
.archive.category #content .teaser-container--zeitstrahl .breadcrumb,
.archive.category #content .teaser-container--zeitstrahl .entry-meta {
  display: none !important;
}
.archive.category #content .teaser-container--zeitstrahl .entry-title b {
  display: block;
  font-family: "Fira Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 0.4em;
}
.archive.category .archive.category #content .teaser-container article .article-text {
  flex: 1 1 auto;
}
.archive.category .archive.category #content .has-drop-cap:not(:focus):first-letter {
  font: 400 1em/1.4 "Fira Sans", sans-serif;
  text-transform: normal;
  border-bottom: 0;
  display: inline-block;
  margin: 0;
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .archive.category #content .teaser-container--zeitstrahl:after {
    width: 4px;
    left: 10px;
  }
  .archive.category #content .teaser-container--zeitstrahl article {
    position: relative;
    flex: 0 0 100%;
    padding: 0 15px;
    border: 0;
    z-index: 1;
  }
  .archive.category #content .teaser-container--zeitstrahl article:nth-child(even), .archive.category #content .teaser-container--zeitstrahl article:nth-child(odd) {
    padding-left: 20px;
    padding-right: 0;
  }
  .archive.category #content .teaser-container--zeitstrahl article:nth-child(even) .article-text, .archive.category #content .teaser-container--zeitstrahl article:nth-child(odd) .article-text {
    padding-left: 20px;
    text-align: left;
  }
  .archive.category #content .teaser-container--zeitstrahl article:after {
    left: 10px;
    height: 1em;
    width: 1em;
  }
}
.mitglied-teaser {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .mitglied-teaser {
    flex-direction: column;
  }
}
.mitglied-teaser__image {
  flex: 0 0 50%;
  background: url("/wp-content/themes/lms/img/iSt956435912_Mitgliedschaft.jpg") no-repeat center;
  background-size: cover;
  min-height: 13em;
}
.mitglied-teaser__text {
  background: #FFCE00;
  flex: 0 0 50%;
  padding: 2em 2em 3em;
  background: #FFCE00;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mitglied-teaser__text h2 {
  font: 600 1.6em/1.6 "Fira Sans", sans-serif;
  color: #333;
}
.mitglied-teaser__text a.more-link {
  font-weight: bold !important;
  color: #333;
}

.abo-teaser {
  margin: 4em 15px;
}
.abo-teaser__inner {
  display: flex;
  flex-wrap: nowrap;
  max-width: 940px;
  margin: auto;
  border: 4px solid #FFCE00;
}
.abo-teaser__image {
  flex: 0 0 30%;
  position: relative;
}
.abo-teaser__image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/lms/img/abo-teaser.png") no-repeat center;
  background-size: contain;
  top: 1.4em;
  right: 0.3em;
}
.abo-teaser__text {
  flex: 0 0 73%;
  padding: 1em 0 1.5em 1.5em;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.abo-teaser__text h2 {
  font: 600 1.6em/1.6 "Fira Sans", sans-serif;
  color: #333;
  margin-bottom: 0.2em;
}
.abo-teaser__text p {
  font: 400 0.85em/1.4 "Fira Sans", sans-serif;
}
.abo-teaser__text a.more-link {
  font-weight: bold !important;
  color: #333;
}

#content .praesidium-details {
  position: relative;
  padding-top: 0.8em;
  padding-bottom: 1em;
  position: relative;
}
#content .praesidium-details strong {
  text-transform: uppercase;
  color: #adadad;
  font-weight: normal;
}
#content .praesidium-details h2 {
  font-size: 2em;
}
#content .praesidium-details .portrait img {
  border-radius: 50%;
  border: none;
  max-width: 200px;
}

.praesidium-details > div {
  margin-bottom: 25px;
}
.praesidium-details .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
.praesidium-details .vc_column-inner > .wpb_wrapper > div {
  background: #f6f6f6 url(img/chevrons/chevron-gray.svg) no-repeat 20px 20px;
  background-size: 180px;
  height: 100%;
  border-bottom: 1px solid #d8d8d8;
}
@media (min-width: 576px) {
  .praesidium-details .vc_column-inner > .wpb_wrapper > div {
    border-bottom: 0;
  }
}

#content .praesidium-details-generic {
  padding: 20px 20px 0 20px;
}
#content .praesidium-details-generic .praesidium-details__wrapper {
  display: flex;
  flex-direction: column;
}
#content .praesidium-details-generic .praesidium-details__img {
  flex: 0 0 100px;
  display: flex;
  justify-content: center;
}
#content .praesidium-details-generic .praesidium-details__img img {
  margin: 15px;
  height: auto;
  border-radius: 50%;
  max-width: 175px;
}
#content .praesidium-details-generic .praesidium-details__text {
  flex: 1 1 auto;
}

#content .fahnen-gallerie {
  position: relative;
  padding-top: 0.8em;
  padding-bottom: 1em;
  position: relative;
}
#content .fahnen-gallerie strong {
  text-transform: uppercase;
  color: #adadad;
  font-weight: normal;
}
#content .fahnen-gallerie h2 {
  font-size: 2em;
}
#content .fahnen-gallerie .portrait img {
  border-radius: 50%;
  border: none;
  max-width: 200px;
}

.fahnen-gallerie > div {
  margin-bottom: 25px;
}
.fahnen-gallerie .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
.fahnen-gallerie .vc_column-inner > .wpb_wrapper > div {
  background: #f6f6f6 url(img/chevrons/chevron-gray.svg) no-repeat 20px 20px;
  background-size: 180px;
  height: 100%;
  border-bottom: 1px solid #d8d8d8;
}
@media (min-width: 576px) {
  .fahnen-gallerie .vc_column-inner > .wpb_wrapper > div {
    border-bottom: 0;
  }
}

#content .fahnen-gallerie-generic {
  padding: 20px 20px 0 20px;
}
#content .fahnen-gallerie-generic .fahnen-gallerie__wrapper {
  display: flex;
  flex-direction: column;
}
#content .fahnen-gallerie-generic .fahnen-gallerie__img {
  display: flex;
  justify-content: center;
}
#content .fahnen-gallerie-generic .fahnen-gallerie__img img {
  margin: 15px;
  height: auto;
  border-radius: 50%;
  max-width: 160px;
}
#content .fahnen-gallerie-generic .fahnen-gallerie__text {
  flex: 1 1 auto;
}

.feature-box {
  padding: 2em 0;
}
.feature-box h2 {
  font-weight: 400;
}
.feature-box > div:nth-child(1) {
  padding-left: 8em;
  padding-top: 3em;
  position: relative;
}
.feature-box > div:nth-child(1):after {
  background: url(img/chevrons/chevron-red.svg) no-repeat top left;
  background-size: contain;
  content: "";
  display: block;
  height: 10em;
  width: 10em;
  position: absolute;
  top: 2em;
  z-index: 2;
  left: 0;
}
.feature-box.reverse > div:nth-child(1) {
  padding-left: 6em;
}
.feature-box.reverse > div:nth-child(1):after {
  left: -2em;
}
.feature-box.red h2 {
  color: #E4013A;
}
.feature-box.red > div:nth-child(1):after {
  background-image: url(img/chevrons/chevron-red.svg);
}
.feature-box.orange h2 {
  color: #FF9B00;
}
.feature-box.orange > div:nth-child(1):after {
  background-image: url(img/chevrons/chevron-orange.svg);
}
.feature-box.green h2 {
  color: #AFCB08;
}
.feature-box.green > div:nth-child(1):after {
  background-image: url(img/chevrons/chevron-green.svg);
}
.feature-box.petrol h2 {
  color: #00836F;
}
.feature-box.petrol > div:nth-child(1):after {
  background-image: url(img/chevrons/chevron-petrol.svg);
}
.feature-box.blue h2 {
  color: #3391D8;
}
.feature-box.blue > div:nth-child(1):after {
  background-image: url(img/chevrons/chevron-blue.svg);
}

@media (max-width: 767.98px) {
  .feature-box {
    padding: 0;
  }
  .feature-box > div:nth-child(1), .feature-box.reverse > div:nth-child(1) {
    padding-left: 6em;
    padding-top: 3em;
  }
  .feature-box > div:nth-child(1):after, .feature-box.reverse > div:nth-child(1):after {
    height: 10em;
    width: 10em;
    top: 2em;
    z-index: 2;
    left: -2em;
  }
}
.wpcf7-form {
  border-top: 4px solid #FFCE00;
  margin: 2em 0;
  padding: 1em 0;
}
.wpcf7-form .form-element {
  margin-top: 0.6em;
}
.wpcf7-form .form-element--right-aligned {
  text-align: right;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea,
.wpcf7-form .select-container {
  color: #333;
  border-radius: 0;
  width: 100%;
  font: 1em/1.6 "Merriweather", serif;
  background: #F5F5F5;
  border: 1px solid #CACCD1;
  padding: 7px;
}
.wpcf7-form input[type=checkbox] {
  margin-right: 0.5em;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  padding: 24px 0;
  flex-direction: row;
  margin: 0;
  align-items: baseline;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form .wpcf7-form-control-wrap label {
  display: flex;
  align-items: flex-start;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item-label {
  padding-top: 0;
  padding-right: 1.8em;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=checkbox] {
  font-size: 1.5em;
}
.wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  padding: 7px;
  font: 1em/1.6 "Merriweather", serif;
  color: #333;
}
.wpcf7-form select option {
  background: rgba(255, 255, 255, 0.8);
  color: black;
}
.wpcf7-form .select-container {
  position: relative;
  padding: 0;
}
.wpcf7-form .select-container:after {
  content: "";
  background: url(img/arrow-down.svg) no-repeat right 0.2em;
  position: absolute;
  top: 0.8em;
  right: 0.7em;
  height: 1em;
  width: 1em;
}
.wpcf7-form select::-ms-expand { /* for IE 11 */
  display: none;
}
.wpcf7-form label,
.wpcf7-form .wpcf7-list-item-label {
  display: block;
  font: 400 0.9em/1.4 "Fira Sans", sans-serif;
  color: #636466;
  padding: 0.4em 0;
}
.wpcf7-form label > p,
.wpcf7-form .wpcf7-list-item-label > p {
  font-size: 0 !important;
}
.wpcf7-form .wpcf7-list-item-label {
  display: inline-block;
  padding: 0.4em 0.6em;
}
.wpcf7-form label.inline-label {
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  display: inline-block;
}
.wpcf7-form label.inline-label span {
  display: inline-block;
  margin-left: 1.7em;
  margin-top: -1.2em;
  position: relative;
  color: #999;
  font-size: 1em;
  font-weight: normal;
}
.wpcf7-form label.inline-label span small {
  font-size: 0.8em;
  line-height: 1.4;
  display: inline-block;
  margin: 0.2em 0 0.5em;
}
.wpcf7-form label.check {
  color: #999;
  font-size: 1em;
  font-weight: normal;
  padding-top: 1.9em;
}
.wpcf7-form .mandatory > label:after {
  content: "*";
}
.wpcf7-form .btn {
  font: 600 1em/1.4 "Fira Sans", sans-serif;
  color: #FFCE00;
  padding: 0.4em 1.4em;
  border-radius: 0;
}
.wpcf7-form p.descriptive {
  color: #00b300;
  font: 0.9em/1.4 #333;
  margin-bottom: 0.4em;
}

.mandatory-fields-hint {
  font-size: 0.9em;
  color: #999;
  display: block;
  padding-top: 2.7em;
}

.hnotice {
  display: none;
}

.AGB {
  margin-bottom: 1.4em;
}
.AGB input.inputcheck {
  float: left;
  position: relative;
  top: 0.2em;
}
.AGB label.check {
  display: inline-block;
  color: #333;
  float: left;
  width: 90%;
}
.AGB label.check p {
  margin: 0;
}

.form .red input {
  border-color: #E4013A;
  box-shadow: 0 0 10px fade(#E4013A, 50%);
}
.form .red label {
  color: #E4013A;
}
.form p span.red {
  color: #E4013A;
  font-weight: bold;
  background: fade(#E4013A, 20%);
  display: block;
  margin: 0;
  padding: 0 10px;
}

.success {
  background: fade(#67cf3d, 30%);
  padding: 0 10px;
  display: block;
  margin: 10px 0px;
  color: #0c5e09;
}

.btn.storno {
  background: #d20000;
  color: #fff;
  font-weight: bold;
  border: 1px solid #950000;
}

.form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.form > div {
  flex: 1 1 48%;
  padding: 0 20px 0 0;
}
@media (max-width: 767.98px) {
  .form > div {
    flex: 1 1 100%;
    padding: 0;
  }
}
.form > div--right-aligned {
  text-align: right;
}
.form > div input[type=text].not_mandatory50 {
  width: 20%;
}
.form > div textarea {
  height: auto;
  max-height: 11em;
}
.form > div input[type=text],
.form > div input[type=email],
.form > div .select-container,
.form > div textarea {
  background: #f6f6f6;
  border: 0;
  border-bottom: 1px solid #E4013A;
  box-shadow: none;
}
.form p, .form .mandatory-fields-hint {
  flex-basis: 100%;
}
.form .send {
  margin-bottom: 4em;
}
.form .inner-element {
  display: flex;
  align-items: baseline;
}
.form .inner-element input[type=text] {
  flex: 0 0 80px;
  margin-left: 10px;
  margin-right: 10px;
}
.form .inner-element label {
  padding-top: 0;
}

.trenner {
  border-top: 1px solid #ddd;
  margin-top: 3em;
  padding-top: 1em;
}

/* hnotive */
.hnotice {
  visibility: hidden;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  background: #f7e700;
  color: #333;
}

div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
  border: 2px solid red;
  background: red;
  color: #ffffff;
}

svg {
  max-width: 100%;
  /*height:auto;*/
}

svg g#karte > a {
  transition: all 0.4s ease-in-out;
  position: relative;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
svg g#karte > a:hover {
  fill: #3391D8;
}
svg g#karte > a:hover polygon {
  fill: #3391D8;
}
svg g#karte > a:hover text {
  fill: #333;
}

#content ul.lcp_catlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content ul.lcp_catlist li {
  margin: 2em 0 0 0;
  padding: 0 0 2em 180px;
  position: relative;
  min-height: 190px;
  border-bottom: 1px solid #CACCD1;
}
#content ul.lcp_catlist li .lcp_date,
#content ul.lcp_catlist li .lcp_author {
  display: inline-block;
  font: 500 1em/1.6 "Fira Sans", sans-serif;
  margin-right: 1em;
  font-size: 0.9em;
}
#content ul.lcp_catlist li .lcp_date {
  color: black;
}
#content ul.lcp_catlist li .lcp_author {
  color: #0099CC;
}
#content ul.lcp_catlist li .lcp_excerpt {
  font: 400 0.85em/1.4 "Fira Sans", sans-serif;
}
#content ul.lcp_catlist li .lcp_thumbnail {
  max-width: 150px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
#content ul.lcp_catlist li h3 {
  margin: 0.4em 0 0.6em;
  font: 400 1.4em/1.2 "Merriweather", serif;
}
#content ul.lcp_catlist li h3 a {
  display: block;
  color: #333;
  text-decoration: none;
  font-family: "Merriweather", serif;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  #content ul.lcp_catlist li {
    padding: 0 0 2em 0;
  }
  #content ul.lcp_catlist li .lcp_thumbnail {
    position: relative;
    max-width: 100%;
    margin-bottom: 1em;
  }
}
#content ul.lcp_catlist.date-list li {
  margin: 1em 0 0 0;
  padding: 0 0 1.5em 2em;
  position: relative;
  min-height: 0;
  border-bottom: 1px solid #CACCD1;
}
#content ul.lcp_catlist.date-list li:before {
  content: "";
  background: url(img/date-icon.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  height: 1.6em;
  width: 1.4em;
  display: block;
}
@media (min-width: 576px) {
  #content ul.lcp_catlist.date-list h3 {
    font-size: 1.2em;
    line-height: 1.2;
    margin-top: 0.5em;
  }
}
#content ul.lcp_catlist.simple-cat-list {
  list-style: none;
  margin: -1em 0 1em;
  padding: 0;
}
#content ul.lcp_catlist.simple-cat-list li {
  margin: 0;
  padding: 0.2em 0 0.3em 2em;
  position: relative;
  break-inside: avoid;
  min-height: 0;
  border-bottom: 0;
}
#content ul.lcp_catlist.simple-cat-list li p {
  margin: 0.1em 0;
}
#content ul.lcp_catlist.simple-cat-list li a {
  font-weight: bold;
}
#content ul.lcp_catlist.simple-cat-list li:before {
  content: "→";
  font-family: "Lucida Grande", sans-serif;
  padding: 0 0.5em 0 0;
  font-size: 1.4em;
  line-height: 1;
  top: 0.2em;
  left: 0;
  position: absolute;
}
#content ul.lcp_catlist.simple-cat-list li small {
  font-style: italic;
}
@media (min-width: 576px) {
  #content ul.lcp_catlist.simple-cat-list h3 {
    font-size: 1.4em;
    margin-top: 0.2em;
  }
}

#content .lcp_catlist-teaser--half__container {
  margin: auto;
}
#content ul.lcp_catlist-teaser--half {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  list-style: none;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0;
}
#content ul.lcp_catlist-teaser--half li {
  position: relative;
  flex: 0 0 25%;
  border-bottom: 0;
  border-right: 1px solid #cacaca;
  padding: 0 15px;
  margin: 0;
}
#content ul.lcp_catlist-teaser--half li:nth-child(4) {
  border-right: 0;
}
#content ul.lcp_catlist-teaser--half li .article-image {
  margin-right: 0;
}
#content ul.lcp_catlist-teaser--half li h3 {
  font: 400 1.35em/1.3 "Merriweather", serif;
  margin: 0;
  padding: 0;
}
#content ul.lcp_catlist-teaser--half li h3 a {
  text-decoration: none;
  color: #333;
  font-family: "Merriweather", serif;
  font-weight: normal;
}
#content ul.lcp_catlist-teaser--half li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1.5em;
  border-bottom: 1px solid #cacaca;
}
#content ul.lcp_catlist-teaser--half li .lcp_excerpt {
  font: 400 0.85em/1.4 "Fira Sans", sans-serif;
  margin: 0.2em 0 1em;
}
#content ul.lcp_catlist-teaser--half li .lcp_date,
#content ul.lcp_catlist-teaser--half li .lcp_author {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 1em;
  font-size: 0.9em;
}
#content ul.lcp_catlist-teaser--half li .lcp_date {
  color: #FF9B00;
}
#content ul.lcp_catlist-teaser--half li .lcp_author {
  color: #0099CC;
}
#content ul.lcp_catlist-teaser--half li .lcp_thumbnail {
  height: auto;
  margin-bottom: 1em;
}
#content ul.lcp_catlist-teaser--half li h3 {
  margin: 0.2em 0 0.6em;
}
#content ul.lcp_catlist-teaser--half li h3 a {
  display: block;
  color: #333;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  #content ul.lcp_catlist-teaser--half li {
    padding: 0 15px 2em 15px;
  }
  #content ul.lcp_catlist-teaser--half li .lcp_thumbnail {
    position: relative;
    max-width: 100%;
    margin-bottom: 1em;
  }
}
@media (max-width: 575.98px) {
  #content ul.lcp_catlist-teaser--half li {
    flex: 1 1 100%;
    padding: 0 15px 2em 15px;
  }
}
#content ul.lcp_catlist-teaser--wide {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#content ul.lcp_catlist-teaser--wide li {
  flex: 0 0 100%;
  margin: 2em 0 0 0;
  padding: 0 15px 2em 15px;
  position: relative;
  min-height: 190px;
  border-bottom: 1px solid #e9e9e9;
}
#content ul.lcp_catlist-teaser--wide li .lcp_date,
#content ul.lcp_catlist-teaser--wide li .lcp_author {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 1em;
  font-size: 0.9em;
}
#content ul.lcp_catlist-teaser--wide li .lcp_date {
  color: #FF9B00;
}
#content ul.lcp_catlist-teaser--wide li .lcp_author {
  color: #0099CC;
}
#content ul.lcp_catlist-teaser--wide li .lcp_thumbnail {
  height: auto;
  margin-bottom: 1em;
}
#content ul.lcp_catlist-teaser--wide li h3 {
  margin: 0.2em 0 0.6em;
}
#content ul.lcp_catlist-teaser--wide li h3 a {
  display: block;
  color: #333;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  #content ul.lcp_catlist-teaser--wide li {
    padding: 0 15px 2em 15px;
  }
  #content ul.lcp_catlist-teaser--wide li .lcp_thumbnail {
    position: relative;
    max-width: 100%;
    margin-bottom: 1em;
  }
}
@media (max-width: 575.98px) {
  #content ul.lcp_catlist-teaser--wide li {
    flex: 1 1 100%;
    padding: 0 15px 2em 15px;
  }
}

#featured-posts ul.posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -12px;
  padding: 0;
  list-style: none;
}
@media (max-width: 767.98px) {
  #featured-posts ul.posts {
    display: block;
  }
}
#featured-posts ul.posts li {
  margin: 12px 12px;
  padding: 0;
}
#featured-posts ul.posts li.secondary {
  flex: 1 0 20.9%;
}
@media (min-width: 1200px) {
  #featured-posts ul.posts li.secondary {
    flex: 1 0 22%;
  }
  #featured-posts ul.posts li.secondary .cover {
    height: 10.5em;
    overflow: hidden;
  }
}
#featured-posts ul.posts li.secondary .postmeta {
  padding-top: 0.5em;
}
#featured-posts ul.posts li.primary {
  flex: 0 0 40.4%;
  position: relative;
}
@media (min-width: 1200px) {
  #featured-posts ul.posts li.primary {
    flex: 0 0 47.4%;
  }
}
#featured-posts ul.posts li.primary article::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, rgba(0, 51, 102, 0.85) 13%, transparent 43%);
}
#featured-posts ul.posts li.primary .postmeta {
  padding-top: 0.5em;
  position: absolute;
  z-index: 3;
  top: 0.4em;
  left: 1.2em;
}
#featured-posts ul.posts li.primary .postmeta h3 {
  color: white;
}
#featured-posts ul.posts li.primary.image-only:after {
  display: none;
}
#featured-posts ul.posts li.primary.image-only h3 {
  display: none;
}
#featured-posts ul.posts li article {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#featured-posts ul.posts li .category a {
  color: #0099CC;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9em;
  text-decoration: none;
}
#featured-posts ul.posts li h3 a {
  text-decoration: none;
  color: #333;
}
#featured-posts ul.posts li .cover a {
  display: block;
}
@supports (display: grid) {
  #featured-posts ul.posts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.4em;
    margin: 10px 0;
  }
  #featured-posts ul.posts li {
    margin: 0;
    padding: 0;
  }
  #featured-posts ul.posts li.secondary {
    grid-column: span 1;
  }
  #featured-posts ul.posts li.primary {
    grid-column: span 2;
  }
  @media (max-width: 991.98px) {
    #featured-posts ul.posts {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 767.98px) {
    #featured-posts ul.posts {
      display: block;
    }
  }
}

#content .features {
  padding-bottom: 2.5em !important;
  margin-bottom: 1.5em;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

.nav-previous {
  padding-right: 1em;
}
.nav-previous:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 0.8em;
  background: url(/wp-content/themes/lms/img/arrow.svg) no-repeat center;
  background-size: contain;
  margin-right: 0.3em;
  transform: rotate(180deg);
}

.nav-next {
  padding-left: 1em;
  text-align: right;
}
.nav-next:after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 0.8em;
  background: url(/wp-content/themes/lms/img/arrow.svg) no-repeat center;
  background-size: contain;
  margin-left: 0.3em;
}

@media (max-width: 767.98px) {
  .nav-links {
    flex-direction: column;
  }
  .nav-previous,
  .nav-next {
    padding: 0 0 15px 0;
  }
}
.recht__input .wps-form {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.recht__input .form-element {
  width: 100%;
}
.recht__input .btn, .recht__input input {
  height: 3em;
}
.recht__input .btn {
  width: 100%;
  margin-top: 0.5em;
  margin-left: 0;
}
.recht__input small {
  color: #B8E0FF;
  text-transform: none;
}
@media (min-width: 576px) {
  .recht__input .wps-form {
    flex-direction: row;
  }
  .recht__input .btn {
    width: auto;
    margin-top: 0;
    margin-left: 0.5em;
  }
}

.recht__suchergebnis__item {
  padding: 1em 0;
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 576px) {
  .recht__suchergebnis__item {
    width: 75%;
  }
}

.recht__schlagwoerterliste.arrow-bullit-list ul {
  column-count: 3;
  column-gap: 20;
}
@media (max-width: 991.98px) {
  .recht__schlagwoerterliste.arrow-bullit-list ul {
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  .recht__schlagwoerterliste.arrow-bullit-list ul {
    column-count: 1;
  }
}

.news-filter .element-wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.news-filter .form-element {
  width: 100%;
  flex: 1 1 80%;
  margin-right: 1em;
}
.news-filter .btn, .news-filter input {
  height: 2.6em;
}
.news-filter .btn {
  flex: 0 0 auto;
  margin-top: 0.5em;
  margin-left: 0;
}
@media (max-width: 991.98px) {
  .news-filter .element-wrapper {
    flex-direction: column;
  }
  .news-filter .form-element {
    margin: 0;
  }
}

#content ul.lcp_paginator {
  text-align: center;
  font-size: 0.9em;
}
#content ul.lcp_paginator li {
  display: inline-block;
  margin: 0.4em !important;
  padding: 0 !important;
}
#content ul.lcp_paginator li.lcp_currentpage {
  padding: 0.5rem 0.8em !important;
  border: 1px solid transparent !important;
  color: white;
  background: #003366;
}
#content ul.lcp_paginator li a {
  display: block;
  border: 1px solid #dcdcdc;
  padding: 0.5em 0.7em;
  text-decoration: none;
}
#content ul.lcp_paginator li a:hover {
  background: #e9e9e9;
}
.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

#content table {
  border-collapse: collapse;
  border-bottom: 3px solid #e8e8e8;
}
#content table tr td {
  border-bottom: 1px solid #e8e8e8;
  padding: 0.5em;
  white-space: nowrap;
}
#content table tr:first-child td {
  border-top: 1px solid #333;
  border-bottom: 3px solid #e8e8e8;
  color: #3391D8;
}

.full-gray-box {
  background: #f6f6f6;
  margin-top: 1em;
}
.full-gray-box h2 {
  font-size: 1em;
  line-height: 1.2;
  padding: 0 0 0 0.9em;
  hyphens: none;
  border-left: 3px solid #FFCE00;
  margin: 1.3em 1.3em 1.3em 0;
}

@media (min-width: 768px) {
  .full-gray-box {
    box-shadow: 0 100px 0 0 #f6f6f6, 0 200px 0 0 #f6f6f6;
    min-height: 100px;
  }
  .full-gray-box__container {
    display: flex;
    align-items: center;
  }
  .full-gray-box__left {
    flex: 0 0 28%;
  }
  .full-gray-box__right {
    flex: 0 0 72%;
  }
  .full-gray-box h2 {
    font-size: 1.2em;
    line-height: 1.4;
  }
  .full-gray-box__wappen {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#content img.gray-box-wappen {
  height: 100px;
  width: 75px;
}

@media (min-width: 768px) {
  .aside-split__container--color {
    background: white;
  }
  .aside-split__container {
    display: flex;
    flex-direction: row-reverse;
  }
  .aside-split__container h1 {
    font-size: 2.2em;
  }
  .aside-split__container .entry-title {
    font: bold 0.9em/1.4 "Fira Sans", sans-serif;
    color: #333;
  }
  .aside-split__container .entry-content {
    padding-top: 0.6em;
  }
  .aside-split__left {
    flex: 0 0 28%;
    padding-right: 2em;
    position: relative;
  }
  .aside-split__right {
    flex: 0 0 72%;
    padding-top: 2.1em;
    padding-right: 1.2em;
  }
}
#content ul.sub-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  position: sticky;
  top: 10px;
}
#content ul.sub-navigation ul li a {
  display: none;
}
#content .bsn-list li {
  display: none;
}
#content .bsn-list li.current_page_ancestor,
#content .bsn-list li.current_page_ancestor li,
#content .bsn-list li.current_page_item,
#content .bsn-list li.current_page_item li,
#content .bsn-list li.current_page_parent,
#content .bsn-list li.current_page_parent li,
#content .bsn-list li.current-menu-ancestor,
#content .bsn-list li.current-menu-parent,
#content .bsn-list li.current-menu-ancestor .sub-menu li,
#content .bsn-list li.current-menu-parent .sub-menu li {
  display: block;
}
#content .bsn-list {
  padding: 0;
  margin: 0;
}
#content .bsn-list ul {
  padding: 0;
  margin: 1em 0.2em;
  list-style: none;
}
#content .bsn-list ul ul li a {
  font: 600 0.9em/1.4 "Fira Sans", sans-serif;
  border-top: 1px solid #f6f6f6;
  color: #666666;
  text-decoration: none;
  padding: 0.4em 1em;
  display: block;
  border-left: 3px solid transparent;
}
#content .bsn-list ul ul li.current_page_item > a, #content .bsn-list ul ul li.current_page_parent > a {
  font-weight: bold;
  border-left: 3px solid #FFCE00;
  color: #333;
}
#content .bsn-list ul ul li ul {
  margin: 0 0 0.5em 0;
  padding: 0;
}
#content .bsn-list ul ul li ul li a {
  font-weight: normal;
  padding: 0.4em 2em;
}
#content .bsn-list ul ul li ul li.current_page_item > a {
  font-weight: bold;
  border-left: 3px solid #FFCE00;
  color: #333;
}
#content ul.sub-navigation ul ul ul ul.children {
  display: none;
}
#content ul.sub-navigation ul ul ul .current_page_item ul.children,
#content ul.sub-navigation ul ul ul .current_page_parent ul.children,
#content ul.sub-navigation ul ul ul .current_page_ancestor ul.children {
  display: block;
}
#content .sub-navigation h2.widgettitle {
  display: none;
}

@media (max-width: 991.98px) {
  .entry-content p {
    hyphens: none;
  }
}
.page-template-page-subsites figcaption {
  text-align: center;
}

.ansprechpartner {
  position: relative;
}
@media (min-width: 576px) {
  .ansprechpartner {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .ansprechpartner:after {
    content: "";
    position: absolute;
    display: block !important;
    height: 1px;
    width: auto;
    left: 15px;
    right: 15px;
    bottom: 0;
    border-bottom: 1px solid #afb2b5;
  }
}
.ansprechpartner .vc_column-inner {
  background: #f6f6f6;
  margin: 15px;
  padding-top: 30px;
}
.ansprechpartner .vc_row.vc_row-flex {
  background: #000;
}
.ansprechpartner h3 {
  font: normal 1.4em/1.4 "Merriweather", serif;
  margin: 0.5em 0 0.5em;
}
.ansprechpartner p {
  font: normal 0.9em/1.4 "Fira Sans", sans-serif;
}

#content .ansprechpartner img {
  max-width: 150px;
  max-height: 150px;
}

.ansprechpartner__block > div > div {
  gap: 20px;
}
.ansprechpartner__block > div > div > div {
  background: #f6f6f6;
  padding: 10px;
}
.ansprechpartner__block > div > div > div h3 {
  font: normal 1.3em/1.4 "Merriweather", serif;
  margin: 0.5em 0 0.5em;
  hyphens: none;
}
.ansprechpartner__block > div > div > div p {
  font: normal 0.85em/1.4 "Fira Sans", sans-serif;
}
@media (min-width: 782px) {
  .ansprechpartner__block .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 31.5%;
    flex-grow: 0;
  }
}

#content .wp-block-columns.ansprechpartner-neu {
  position: relative;
}
@media (min-width: 576px) {
  #content .wp-block-columns.ansprechpartner-neu {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #content .wp-block-columns.ansprechpartner-neu:after {
    content: "";
    position: absolute;
    display: block !important;
    height: 1px;
    width: auto;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #afb2b5;
  }
}
#content .wp-block-columns.ansprechpartner-neu .wp-block-column {
  background: #f6f6f6;
  padding: 15px;
}
#content .wp-block-columns.ansprechpartner-neu .vc_row.vc_row-flex {
  background: #000;
}
#content .wp-block-columns.ansprechpartner-neu figure.wp-block-image {
  max-width: 100%;
  transform: none;
  margin: auto;
  height: 6em;
  width: 6em;
  overflow: hidden;
  border-radius: 500px;
  margin-bottom: 1em;
}
#content .wp-block-columns.ansprechpartner-neu figure.wp-block-image img {
  max-width: none;
  width: 100%;
}
#content .wp-block-columns.ansprechpartner-neu h3 {
  font: normal 1.4em/1.4 "Merriweather", serif;
  margin: 0.5em 0 0.5em;
}
#content .wp-block-columns.ansprechpartner-neu p {
  font: normal 0.9em/1.4 "Fira Sans", sans-serif;
}

.home .hero p {
  font: bold 1.3em/1.4 "Fira Sans", sans-serif;
  color: white;
}
.home .hero p strong {
  font: 800 4em/1.2 "Merriweather", serif;
}
@media (max-width: 767.98px) {
  .home .hero p {
    font-size: 1em;
  }
  .home .hero p strong {
    font-size: 2em;
  }
}
.home .article-header {
  display: none;
}
.home #content {
  margin-top: -1px;
}
.home #content .breadcrumb {
  display: none !important;
}
.home .entry-content {
  padding-top: 0;
  padding-bottom: 0;
}

div#navi .main-navi ul > li.warenkorb a {
  width: 1.3em;
  text-decoration: none;
  position: relative;
  text-align: center;
  text-indent: -10000px;
}
div#navi .main-navi ul > li.warenkorb a:after {
  text-indent: 0;
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/wp-content/themes/lms/img/icon-cart.svg");
  background-repeat: no-repeat;
  background-position: center;
}
#content .woocommerce table {
  border-bottom: 0;
}
#content .woocommerce table tr td, #content .woocommerce table tr th {
  white-space: normal;
  border-top: 0;
  border-bottom: 1px solid #e8e8e8;
}
#content .woocommerce table tr:first-child td {
  color: inherit;
}
#content .woocommerce a.button {
  color: white;
  text-decoration: none;
}
#content .woocommerce #respond input#submit.alt,
#content .woocommerce a.button.alt,
#content .woocommerce a.button,
#content .woocommerce button.button.alt,
#content .woocommerce input.button.alt {
  background-color: #3391D8;
}
#content .woocommerce .col-1,
#content .woocommerce .col-2 {
  max-width: none;
}
#content .woocommerce table.cart img,
#content .woocommerce table.cart img,
#content .woocommerce .woocommerce-page #content table.cart img,
#content .woocommerce .woocommerce-page table.cart img {
  width: 32px;
}

.woocommerce #content .woocommerce-breadcrumb {
  padding-top: 3.2em;
  font: 700 0.9rem/1.4 "Fira Sans", sans-serif;
  color: #000;
}
.woocommerce #content .woocommerce-breadcrumb a {
  color: #333;
  display: inline-block;
  font: 300 0.9rem/1.4 "Fira Sans", sans-serif;
  text-decoration: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding: 0em 0 0em;
  margin: 0em 0em 0em;
}

.woocommerce h2.woocommerce-loop-product__title {
  color: #444;
  font-size: 0.8em !important;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #3391D8;
}

.woocommerce #content ul.products li.product a img {
  height: auto;
  display: block;
  box-shadow: none;
  max-height: 180px !important;
  width: auto !important;
  min-height: 150px;
  margin: 0 auto 1em;
}

#content .shop-split {
  display: flex;
}
#content .shop-split__sidebar {
  flex: 0 0 240px;
  padding-top: 30px;
  padding-right: 30px;
}
#content .shop-split__sidebar h2 {
  display: none;
}
#content .shop-split__sidebar ul {
  border-top: 1px solid #CACCD1;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .shop-split__sidebar ul li a {
  border-bottom: 1px solid #CACCD1;
  text-decoration: none !important;
  color: #4d4d4d;
  padding: 0.4em 0px;
  font-weight: 500;
  display: block;
  width: 100%;
}
#content .shop-split__sidebar ul li a:hover {
  color: #1a1a1a;
  border-color: #FFCE00;
}
#content .shop-split__sidebar ul li.current-cat > a {
  color: #3391D8;
  font-weight: 700;
}
#content .shop-split__sidebar ul li ul {
  border-top: none;
}
#content .shop-split__sidebar ul li ul li {
  margin-left: 20px;
}
#content .shop-split__sidebar ul li ul li a {
  font-size: 0.9em;
}
#content .shop-split__content {
  flex: 1 1 auto;
  padding-top: 30px;
}
#content .shop-split__content .woocommerce-breadcrumb {
  display: none;
}

@media (max-width: 767.98px) {
  #content .shop-split {
    display: flex;
    flex-direction: column;
  }
  #content .shop-split__sidebar {
    padding-right: 0;
  }
}
@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;
  }
}
