@charset "UTF-8";
/** Include Normalize */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.

figure {
  margin: 1em 40px;
}
*/
/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/** Import Cookie Consent */
#cc-main {
  background: transparent;
  color: var(--cc-primary-color);
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  z-index: var(--cc-z-index);
}

#cc-main :after, #cc-main :before, #cc-main a, #cc-main button, #cc-main div, #cc-main h2, #cc-main input, #cc-main p, #cc-main span {
  all: unset;
  box-sizing: border-box;
}

#cc-main .pm__badge, #cc-main button {
  all: initial;
  box-sizing: border-box;
  color: unset;
  visibility: unset;
}

#cc-main .pm__badge, #cc-main a, #cc-main button, #cc-main input {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden;
}

#cc-main table, #cc-main tbody, #cc-main td, #cc-main th, #cc-main thead, #cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --cc-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --cc-modal-border-radius:.5rem;
  --cc-btn-border-radius:.4rem;
  --cc-modal-transition-duration:.25s;
  --cc-link-color:var(--cc-btn-primary-bg);
  --cc-modal-margin:1rem;
  --cc-z-index:2147483647;
  --cc-bg:#fff;
  --cc-primary-color:#2c2f31;
  --cc-secondary-color:#5e6266;
  --cc-btn-primary-bg:#30363c;
  --cc-btn-primary-color:#fff;
  --cc-btn-primary-border-color:var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg:#000;
  --cc-btn-primary-hover-color:#fff;
  --cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg:#eaeff2;
  --cc-btn-secondary-color:var(--cc-primary-color);
  --cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg:#d4dae0;
  --cc-btn-secondary-hover-color:#000;
  --cc-btn-secondary-hover-border-color:#d4dae0;
  --cc-separator-border-color:#f0f4f7;
  --cc-toggle-on-bg:var(--cc-btn-primary-bg);
  --cc-toggle-off-bg:#667481;
  --cc-toggle-on-knob-bg:#fff;
  --cc-toggle-off-knob-bg:var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color:var(--cc-bg);
  --cc-toggle-disabled-icon-color:var(--cc-bg);
  --cc-toggle-readonly-bg:#d5dee2;
  --cc-toggle-readonly-knob-bg:#fff;
  --cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);
  --cc-section-category-border:var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg:#f0f4f7;
  --cc-cookie-category-block-border:#f0f4f7;
  --cc-cookie-category-block-hover-bg:#e9eff4;
  --cc-cookie-category-block-hover-border:#e9eff4;
  --cc-cookie-category-expanded-block-bg:transparent;
  --cc-cookie-category-expanded-block-hover-bg:#dee4e9;
  --cc-overlay-bg:rgba(0,0,0,.65);
  --cc-webkit-scrollbar-bg:var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);
  --cc-footer-bg:var(--cc-btn-secondary-bg);
  --cc-footer-color:var(--cc-secondary-color);
  --cc-footer-border-color:#e4eaed;
  --cc-pm-toggle-border-radius:4em;
}

#cc-main.cc--rtl {
  direction: rtl;
}

#cc-main .cm__title, #cc-main a, #cc-main b, #cc-main em, #cc-main strong {
  font-weight: 600;
}

#cc-main button > span {
  pointer-events: none;
}

#cc-main .cc__link, #cc-main a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 600;
  position: relative;
  transition: background-size 0.25s, color 0.25s ease;
}

#cc-main .cc__link:hover, #cc-main a:hover {
  background-size: 100% 1px;
  color: var(--cc-primary-color);
}

#cc-main .cc__link {
  color: var(--cc-link-color);
}

#cc-main .cm__desc, #cc-main .pm__body {
  overscroll-behavior: auto contain;
  scrollbar-width: thin;
}

@media screen and (min-width: 640px) {
  #cc-main ::-webkit-scrollbar, #cc-main ::-webkit-scrollbar-thumb, #cc-main ::-webkit-scrollbar-track {
    all: revert;
  }
  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: 0.25rem solid var(--cc-bg);
    border-radius: 1rem;
  }
  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }
  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
}
html.disable--interaction.show--consent, html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important;
}

@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration:0s;
  }
}
.cc--darkmode {
  --cc-bg:#161a1c;
  --cc-primary-color:#ebf3f6;
  --cc-secondary-color:#aebbc5;
  --cc-btn-primary-bg:#c2d0e0;
  --cc-btn-primary-color:var(--cc-bg);
  --cc-btn-primary-border-color:var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg:#98a7b6;
  --cc-btn-primary-hover-color:#000;
  --cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg:#242c31;
  --cc-btn-secondary-color:var(--cc-primary-color);
  --cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg:#353d43;
  --cc-btn-secondary-hover-color:#fff;
  --cc-btn-secondary-hover-border-color:var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color:#222a30;
  --cc-toggle-on-bg:var(--cc-btn-primary-bg);
  --cc-toggle-off-bg:#525f6b;
  --cc-toggle-on-knob-bg:var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg:var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color:var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color:var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg:#343e45;
  --cc-toggle-readonly-knob-bg:#5f6b72;
  --cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);
  --cc-section-category-border:#1e2428;
  --cc-cookie-category-block-bg:#1e2428;
  --cc-cookie-category-block-border:var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg:#242c31;
  --cc-cookie-category-block-hover-border:#232a2f;
  --cc-cookie-category-expanded-block-bg:transparent;
  --cc-cookie-category-expanded-block-hover-bg:var(--cc-toggle-readonly-bg);
  --cc-overlay-bg:rgba(0,0,0,.65);
  --cc-webkit-scrollbar-bg:var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);
  --cc-footer-bg:#0c0e0f;
  --cc-footer-color:var(--cc-secondary-color);
  --cc-footer-border-color:#060809;
}

.cc--darkmode #cc-main {
  color-scheme: dark;
}

#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  max-width: 24rem;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1;
}

#cc-main .cm--top {
  top: var(--cc-modal-margin);
}

#cc-main .cm--middle {
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}

#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}

#cc-main .cm--center {
  left: var(--cc-modal-margin);
  margin: 0 auto;
  right: var(--cc-modal-margin);
  width: unset;
}

#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}

#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
}

#cc-main .cm__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

#cc-main .cm__btns, #cc-main .cm__links {
  padding: 1rem 1.3rem;
  width: unset;
}

#cc-main .cm__texts {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0 0;
}

#cc-main .cm__desc, #cc-main .cm__title {
  padding: 0 1.3rem;
}

#cc-main .cm__title {
  font-size: 1.05em;
}

#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}

#cc-main .cm__desc {
  color: var(--cc-secondary-color);
  font-size: 0.9em;
  line-height: 1.5;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em;
}

#cc-main .cm__btns {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#cc-main .cm__btn-group {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}

#cc-main .cm__btn + .cm__btn, #cc-main .cm__btn-group + .cm__btn-group {
  margin-top: 0.375rem;
}

#cc-main .cm--flip .cm__btn + .cm__btn, #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-right: 0;
}

#cc-main .cm--wide .cm__btn + .cm__btn, #cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn, #cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven, #cc-main .cm--wide .cm__btn-group--uneven {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven, #cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  flex-direction: row-reverse;
}

#cc-main .cm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  padding: 0.5em 1em;
  text-align: center;
}

#cc-main .cm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}

#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}

#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 3rem;
}

#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm__footer {
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-footer-color);
  padding: 0.4em 0 0.5em;
}

#cc-main .cm__links {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
  padding-top: 0;
}

#cc-main .cm__link-group {
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  width: 100%;
}

#cc-main .cm__link-group > * + * {
  margin-left: 1.3rem;
}

#cc-main .cm--flip .cm__btn:last-child {
  grid-row: 1;
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--box .cm__btn--close {
  display: block;
}

#cc-main .cm--box.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--box.cm--wide {
  max-width: 36em;
}

#cc-main .cm--box.cm--wide .cm__btns {
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--cloud {
  max-width: 54em;
  width: unset;
}

#cc-main .cm--cloud .cm__body {
  flex-direction: row;
}

#cc-main .cm--cloud .cm__texts {
  flex: 1;
}

#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}

#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em;
}

#cc-main .cm--cloud .cm__btn-group {
  flex-direction: column;
}

#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}

#cc-main .cm--cloud.cm--flip .cm__btn-group, #cc-main .cm--cloud.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
  flex-direction: row;
}

#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  flex-direction: row-reverse;
}

#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  transform: translateY(0);
  width: 100vw;
  --cc-modal-transition-duration:.35s;
}

#cc-main .cm--bar.cm--top {
  top: 0;
  transform: translateY(-100%);
}

#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  transform: translateY(100%);
}

#cc-main .cm--bar .cm__body, #cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%;
}

#cc-main .cm--bar .cm__body {
  padding: 0.5em 0 0.9em;
}

#cc-main .cm--bar .cm__btns {
  border-top: none;
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn, #cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em;
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn, #cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--bar.cm--inline .cm__body, #cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em;
}

#cc-main .cm--bar.cm--inline .cm__body {
  flex-direction: row;
  padding: 0;
}

#cc-main .cm--bar.cm--inline .cm__btns {
  flex-direction: column;
  justify-content: center;
  max-width: 23em;
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cc--anim .cm, #cc-main .cc--anim.cm-wrapper:before {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

#cc-main .cc--anim .cm__btn, #cc-main .cc--anim .cm__close {
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}

.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  transform: translateY(0);
  visibility: visible !important;
}

.show--consent #cc-main .cc--anim .cm--middle {
  transform: translateY(-50%);
}

.show--consent #cc-main .cc--anim .cm--bar {
  transform: translateY(0);
}

.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset;
}

#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-left: 3rem !important;
  padding-right: 1.3rem;
}

#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3rem;
}

@media screen and (max-width: 640px) {
  #cc-main {
    --cc-modal-margin:.5em;
  }
  #cc-main .cm {
    max-width: none !important;
    width: auto !important;
  }
  #cc-main .cm__body {
    flex-direction: column !important;
    padding: 0 !important;
  }
  #cc-main .cm__btns, #cc-main .cm__desc, #cc-main .cm__links, #cc-main .cm__title {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
  #cc-main .cm__btns {
    border-left: none !important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
    flex-direction: column !important;
    max-width: none !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn + .cm__btn, #cc-main .cm__btn-group + .cm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .cm--flip .cm__btn + .cm__btn, #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .cm__btn-group {
    display: flex !important;
    flex-direction: column !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn {
    flex: auto !important;
  }
  #cc-main .cm__link-group {
    justify-content: center !important;
  }
  #cc-main .cm--flip .cm__btn-group, #cc-main .cm--flip .cm__btns {
    flex-direction: column-reverse !important;
  }
}
#cc-main .pm-wrapper {
  position: relative;
  z-index: 2;
}

#cc-main .pm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1;
}

#cc-main svg {
  fill: none;
  width: 100%;
}

#cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm__header {
  align-items: center;
  border-bottom: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}

#cc-main .pm__title {
  align-items: center;
  display: flex;
  flex: 1;
  font-weight: 600;
  margin-right: 2em;
}

#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  height: 40px;
  position: relative;
  transition: all 0.15s ease;
  width: 40px;
}

#cc-main .pm__close-btn span {
  display: flex;
  height: 100%;
  width: 100%;
}

#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}

#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}

#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm__body {
  flex: 1;
  overflow-y: auto;
  overflow-y: overlay;
}

#cc-main .pm__section, #cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em;
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid var(--cc-cookie-category-block-border);
  border-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin-top: 0 !important;
  overflow: hidden;
}

#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
}

#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}

#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: 0.375rem;
}

#cc-main .pm__section--toggle .pm__section-title {
  align-items: center;
  background: var(--cc-cookie-category-block-bg);
  border: 1px solid var(--cc-cookie-category-block-border);
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  width: 100%;
}

#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--cc-cookie-category-block-hover-bg);
  border-color: var(--cc-cookie-category-block-hover-border);
}

#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em;
}

#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg:var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border:var(--cc-cookie-category-expanded-block-hover-bg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  transform: scale(0.5) rotate(180deg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: flex;
}

#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em;
}

#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  border-radius: 100%;
  display: flex;
  height: 20px;
  justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
}

#cc-main .pm__section-title-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0.85em;
}

#cc-main .pm__section-title {
  border-radius: var(--cc-btn-border-radius);
  font-size: 0.95em;
  font-weight: 600;
}

#cc-main .pm__badge {
  align-items: center;
  background: var(--cc-btn-secondary-bg);
  border-radius: 5em;
  color: var(--cc-secondary-color);
  display: flex;
  flex: none;
  font-size: 0.8em;
  font-weight: 600;
  height: 23px;
  justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 0.6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  padding: 0;
  width: 23px;
}

#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 0.6em 1px;
  width: auto;
}

#cc-main .section__toggle, #cc-main .section__toggle-wrapper, #cc-main .toggle__icon, #cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  height: 23px;
  transform: translateZ(0);
  width: 50px;
}

#cc-main .section__toggle-wrapper {
  cursor: pointer;
  position: absolute;
  right: 18px;
  z-index: 1;
}

#cc-main .toggle-service {
  height: 19px;
  position: relative;
  right: 0;
  width: 42px;
}

#cc-main .toggle-service .section__toggle, #cc-main .toggle-service .toggle__icon, #cc-main .toggle-service .toggle__label {
  height: 19px;
  width: 42px;
}

#cc-main .toggle-service .toggle__icon {
  position: relative;
}

#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px;
}

#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(23px);
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important;
}

#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}

#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  display: flex;
  flex-direction: row;
  pointer-events: none;
  position: absolute;
  transition: all 0.25s ease;
}

#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border: none;
  border-radius: var(--cc-pm-toggle-border-radius);
  box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.25s ease, background-color 0.25s ease;
  width: 23px;
}

#cc-main .toggle__icon-off, #cc-main .toggle__icon-on {
  height: 100%;
  position: absolute;
  transition: opacity 0.15s ease;
  width: 100%;
}

#cc-main .toggle__icon-on {
  opacity: 0;
  transform: rotate(45deg);
}

#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  transform: scale(0.55) rotate(-45deg);
}

#cc-main .toggle__icon-off {
  opacity: 1;
}

#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  transform: scale(0.55);
}

#cc-main .section__toggle:checked ~ .toggle__icon {
  background: var(--cc-toggle-on-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  transform: translateX(27px);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  box-shadow: none;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color);
}

#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#cc-main .pm__section-desc-wrapper {
  color: var(--cc-secondary-color);
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}

#cc-main .pm__section-desc-wrapper > :not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-services {
  display: flex;
  flex-direction: column;
}

#cc-main .pm__service {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.4em 1.2em;
  position: relative;
  transition: background-color 0.15s ease;
}

#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__service-header {
  align-items: center;
  display: flex;
  margin-right: 1em;
  width: 100%;
}

#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  height: 8px;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
  min-width: 8px;
}

#cc-main .pm__service-title {
  font-size: 0.95em;
  width: 100%;
  word-break: break-word;
}

#cc-main .pm__section-desc {
  line-height: 1.5em;
}

#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#cc-main .pm__table-caption {
  text-align: left;
}

#cc-main .pm__table-caption, #cc-main .pm__table-head > tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600;
}

#cc-main .pm__table-tr {
  transition: background-color 0.15s ease;
}

#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__table-caption, #cc-main .pm__table-td, #cc-main .pm__table-th {
  padding: 0.625em 0.625em 0.625em 1.2em;
  vertical-align: top;
}

#cc-main .pm__footer {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}

#cc-main .pm__btn-group {
  display: flex;
}

#cc-main .pm__btn + .pm__btn, #cc-main .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
}

#cc-main .pm--flip .pm__btn + .pm__btn, #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .pm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  flex: auto;
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 110px;
  padding: 0.5em 1.5em;
  text-align: center;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .pm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm--box {
  height: calc(100% - 2em);
  left: var(--cc-modal-margin);
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: var(--cc-modal-margin);
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}

#cc-main .pm--box.pm--flip .pm__btn-group, #cc-main .pm--box.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0;
  width: 100%;
  --cc-modal-transition-duration:.35s;
}

#cc-main .pm--bar .pm__section-table, #cc-main .pm--bar .pm__table-body, #cc-main .pm--bar .pm__table-td, #cc-main .pm--bar .pm__table-th, #cc-main .pm--bar .pm__table-tr {
  display: block;
}

#cc-main .pm--bar .pm__table-head {
  display: none;
}

#cc-main .pm--bar .pm__table-caption {
  display: block;
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}

#cc-main .pm--bar .pm__table-td {
  display: flex;
  justify-content: space-between;
}

#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis;
}

#cc-main .pm--bar .pm__table-td > div {
  flex: 3;
}

#cc-main .pm--bar:not(.pm--wide) .pm__body, #cc-main .pm--bar:not(.pm--wide) .pm__footer, #cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group, #cc-main .pm--bar:not(.pm--wide) .pm__footer {
  flex-direction: column;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn, #cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: 0.375rem 0 0;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group, #cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  flex-direction: column-reverse;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn, #cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none;
}

#cc-main .pm--bar.pm--left {
  left: 0;
  transform: translateX(-100%);
}

#cc-main .pm--bar.pm--right {
  right: 0;
  transform: translateX(100%);
}

#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}

#cc-main .pm--bar.pm--wide .pm__body, #cc-main .pm--bar.pm--wide .pm__footer, #cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group, #cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}

#cc-main .cc--anim .pm, #cc-main .cc--anim .pm-overlay {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}

.show--preferences #cc-main .cc--anim .pm--box {
  transform: translateY(-50%);
}

.show--preferences #cc-main .cc--anim .pm--bar {
  transform: translateX(0);
}

.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0;
}

#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}

#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  transform-origin: left;
}

#cc-main.cc--rtl .toggle-service {
  left: 0;
}

#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px;
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}

#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}

#cc-main.cc--rtl .toggle__icon-circle {
  transform: translateX(27px);
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  transform: translateX(23px);
}

#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(0);
}

#cc-main.cc--rtl .pm__table-td, #cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  padding-right: 1.2em;
  text-align: right;
}

#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .pm__btn + .pm__btn, #cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn, #cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn, #cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none !important;
    right: 0;
    top: 0;
    transform: translateY(1.6em);
  }
  #cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
    padding: 0.9em !important;
  }
  #cc-main .pm__badge {
    display: none;
  }
  #cc-main .pm__section-table, #cc-main .pm__table-body, #cc-main .pm__table-caption, #cc-main .pm__table-td, #cc-main .pm__table-th, #cc-main .pm__table-tr {
    display: block;
  }
  #cc-main .pm__table-head {
    display: none;
  }
  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }
  #cc-main .pm__table-td {
    display: flex;
    justify-content: space-between;
  }
  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis;
  }
  #cc-main .pm__table-td > div {
    flex: 3;
  }
  #cc-main .pm__btn-group, #cc-main .pm__footer {
    flex-direction: column !important;
  }
  #cc-main .pm__btn-group {
    display: flex !important;
  }
  #cc-main .pm__btn + .pm__btn, #cc-main .pm__btn-group + .pm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .pm--flip .pm__btn + .pm__btn, #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .pm--flip .pm__btn-group, #cc-main .pm--flip .pm__footer {
    flex-direction: column-reverse !important;
  }
  .show--preferences #cc-main .cc--anim .pm {
    transform: translateY(0) !important;
  }
}
:root {
  --orange: rgba(255, 161, 1, 1);
  --light-grey: rgba(169, 169, 169, 1);
  --dark-grey: rgba(63, 63, 63, 1);
  --white: rgba(255, 255, 255, 1);
  --slate-gray: rgba(117, 133, 146, 1);
  --blue: #0097E0;
  --red: #ED1C24;
  --breakpoint-small: 420px;
  --breakpoint-medium: 760px;
  --breakpoint-big: 1024px;
}

html {
  /*font-size: 62.5%;	*/
}

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

.clear {
  clear: both;
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  color: var(--slate-gray);
  margin: 0 auto;
  padding: 0;
  border-top: solid 0.5em var(--orange);
}

/* mobile Geräte */
@media screen and (min-width: 240px) and (max-width: 480px) {
  .spacer li {
    display: inline;
  }
  .main-content {
    width: 100%;
    max-width: 100vw;
    padding: 0;
    display: block;
  }
  .spacer h2 {
    display: inline;
    line-height: 2.2rem;
  }
  button.nav_menu_toggler_icon {
    margin-left: 5px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1044px) {
  .article-test {
    padding: 0;
  }
  .spacer li {
    display: inline;
  }
  .login {
    margin: 0;
    padding: 0;
  }
  .main-content {
    display: block;
    padding-top: 0;
  }
  .footer .wrapper .column {
    font-size: 14px;
    margin: 0 0 15px 35px;
    width: auto;
    max-width: 220px;
    height: auto;
  }
  .footer .wrapper .social {
    display: none;
  }
}
@media screen and (min-width: 1023px) {
  .spacer li {
    display: inline;
  }
  .logo {
    top: 1px;
  }
}
/* breites Browserfenster */
@media screen and (min-width: 2080px) {
  div.spacer {
    display: inline;
  }
  .spacer li {
    display: inline;
  }
  /*.img-test {display: none;}*/
}
/*** Textauszeichnungen ***/
h1, h2, h3, h4, h5, h6, .h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 130%;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
}

.h1 {
  font-size: calc(14px + 19 * (100vw - 320px) / 1280);
  column-span: all;
  margin: 1em 0 1em 0;
}

h2, .h2 {
  font-size: calc(13px + 11 * (100vw - 320px) / 1280);
}

.h2 {
  column-span: all;
  text-align: center !important;
  margin: 1em 0 2em 0;
}

h3, .h3 {
  font-size: calc(12px + 4 * (100vw - 320px) / 1280);
}

.h3 {
  text-align: left;
}

h4, .h4 {
  font-size: calc(10px + 4 * (100vw - 320px) / 1280);
}

h5, .h5 {
  font-size: calc(9px + 5 * (100vw - 320px) / 1280);
}

.main-content h1 {
  font-size: calc(14px + 19 * (100vw - 320px) / 1280);
  column-span: all;
  margin: 1.5em auto;
}

.section-3 h1 {
  margin-bottom: 0;
}

/* ============= H 2 ================*/
.main-content h2,
.section-2 h2,
.section-3 h2,
.section-4 h2 {
  display: inline-block;
  position: relative;
}

.main-content h2::before,
.main-content h2::after,
.section-2 h2::before,
.section-2 h2::after,
.section-3 h2::before,
.section-3 h2::after,
.section-4 h2::before,
.section-4 h2::after {
  content: "";
  position: absolute;
  border-top: 1px solid var(--orange);
  top: 50%;
  width: 2000px;
}

.main-content h2::before,
.section-2 h2::before,
.section-3 h2::before,
.section-4 h2::before {
  margin-right: 15px;
  right: 100%;
}

.main-content h2::after,
.section-2 h2::after,
.section-3 h2::after,
.section-4 h2::after {
  margin-left: 15px;
  left: 100%;
}

.section-2 h2,
.section-3 h2,
.section-4 h2,
.booking h2,
.r-details h2 {
  margin: 1.5em 0 auto;
  padding: 0;
  display: inline-block;
}

.section-3 h2 {
  text-align: center;
}

.section-4 h2 {
  margin: 1.5em 0 2em;
  color: var(--white);
}

.col h2,
.col h2::before {
  column-span: all;
  margin: 0 0 2em;
  display: block;
  border-top: none;
}

.section-5 h2::before,
.section-5 h2::after {
  border-top: none;
}

.section-5 .article-5 h2 {
  font-size: calc(14px + 6 * (100vw - 320px) / 1280);
  font-weight: 600;
  text-align: center;
  margin: 0 0 1em;
  position: inherit;
}

.section-5 .article-5 ul, .list_2001 {
  margin: 0 0 1.5em 1em;
  padding: 0 1em;
  text-align: left;
  line-height: 180%;
  font-size: calc(12px + 2 * (100vw - 320px) / 1280);
  letter-spacing: 0.05em;
}

.section-5 .article-5 ul li, .list_2001 li {
  padding: 0.2em;
}

.section-5 .article-5 ul a, .list_2001 a {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.4em;
  text-decoration-color: var(--orange);
}

.section-5 .article-5 ul a:hover, .list_2001 a:hover {
  text-decoration-style: solid;
}

.section-5 .article-5 li {
  padding: 0.5em 0 0 0.2em;
  list-style-type: disc;
}

.r-details h2 {
  color: var(--white);
}

.col-1 h2,
.col-1 h2::before,
.col-1 h2::after {
  margin-top: 0;
  font-size: calc(12px + 12 * (100vw - 320px) / 1280);
  color: var(--slate-gray);
  border-top: none;
}

.section__img-slider h3 {
  font-size: calc(12px + 4 * (100vw - 320px) / 1280);
  text-align: center;
  margin: 0 0 0.5em;
  font-weight: 600;
  color: var(--slate-gray);
}

.r-details h3 {
  color: var(--white);
}

.section-3 .article-5 h3,
.section-5 .article-5 h3 {
  font-size: calc(13px + 3 * (100vw - 320px) / 1280);
  text-align: left;
  margin: 0 0 1.6em;
}

.section-5 h3 {
  margin: 1em 0 3em;
}

.col h3 {
  text-align: left;
  margin-top: 0;
}

.col-1 h3 {
  text-align: left;
  color: var(--slate-gray);
}

.booking h3,
.section-3 h3 {
  text-align: left;
  margin: 1rem;
}

.col-2 h3,
.aside h3 {
  background: linear-gradient(top, #bebebe 0%, #a4a1a1 100%);
  background: -moz-linear-gradient(top, #bebebe 0%, #a4a1a1 100%);
  background: -webkit-linear-gradient(top, #bebebe 0%, #a4a1a1 100%);
  border: 1px solid var(--orange);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  color: var(--white);
  margin: 0 0 1em;
  padding: 0.5em 0 0.5em;
  /*-webkit-column-span: all;
   -moz-column-span: all;
    column-span: all;*/
}

.guide-dates h3 {
  color: var(--slate-gray);
  margin: 0.3em 0;
}

.col-1 h4 {
  text-align: left;
  margin: 0 0 0.4em 0;
  font-size: calc(13px + 2 * (100vw - 320px) / 1280);
}

.booking h4 {
  font-size: calc(12px + 2 * (100vw - 320px) / 1280);
  text-align: center;
  /*padding: 3em 0 0 0;*/
}

.grid_1 h4, footer .h4 {
  color: var(--orange);
  text-align: left;
  margin: 1em auto 1em;
  font-size: calc(12px + 2 * (100vw - 320px) / 1280);
}

.aside h4,
.col-2 h4 {
  margin: 1em 0 0.3em 0.5em;
  text-align: left;
}

.section-2 h4,
.section-2 h5,
.section-3 h4,
.section__img-slider h4 {
  /*font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1600 - 320)));*/
  margin: 0.5em auto 1em;
}

.section-3 h5 {
  margin: 1em 0 0.3em 1em;
  text-align: left;
  font-size: calc(12px + 2 * (100vw - 320px) / 1280);
}

.booking h5 {
  padding: 0 0 1em 0;
}

.aside h5 {
  letter-spacing: 0.05em;
  font-size: calc(10px + 2 * (100vw - 320px) / 1280);
  text-align: left;
  padding: 0.5em 0.5em 0 0.5em;
  margin: 0;
}

.col-1 h5 {
  margin: 1em 0 0.3em 0;
  text-align: left;
  font-size: calc(10px + 4 * (100vw - 320px) / 1280);
}

/*link style */
/*a:visited {color:blue;}*/
a {
  text-decoration: none;
  color: inherit;
  /*transition: color 1.5s ease;*/
}

/* ausklappbarer text */
.details-wrapper {
  /*width: 400px;*/
  /*margin: 0 0.2em 0;*/
  /*background-color: #E5E5E5;*/
  box-shadow: 0 0 1px 2px #BFBFBF;
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: 3em;
}

details {
  /*padding: .5rem 0;*/
  /*font: 1rem/1.2 sans-serif;*/
}

summary {
  padding: 1em;
  -webkit-box-shadow: 0 1px 5px #BDBDBD;
  -moz-box-shadow: 0 1px 5px #BDBDBD;
  box-shadow: 0 1px 5px #BDBDBD;
  border-bottom: 1px solid var(--orange);
  /*border-top:3px solid var(--orange);*/
  /*-webkit-border-radius:5px;
   -moz-border-radius:5px;
    border-radius:5px;
   /*box-shadow: 3px 3px 3px rgba(0,0,0,0.2);*/
  font-weight: bold;
  cursor: pointer;
  /*list-style: none; /* Triangle not shown */
  margin-right: 0.2em;
}

/* Triangle not shown - Style for Webkit-Browser */
/*summary::-webkit-details-marker {
   display: none;
}*/
summary::before {
  padding-right: 0.25rem;
  /*content: '+ ';  /* Instead of Triangle closed */
}

details[open] summary::before {
  padding-right: 0.25rem;
  /*content: '- '; /* Instead of Triangle open */
}

/* Styling the summary in case of open 'details' */
details[open] summary {
  border-top: 3px solid var(--orange);
  font-style: italic;
  /*border-radius: 3px 3px 0 0;*/
}

.details-content {
  width: auto;
  margin: 0;
  padding: 0.25em 0;
  background-color: #ebebec;
  border-radius: 0 0 3px 3px;
  /*box-shadow: 0 1px 1px 1px rgba(0,0,0,0.5);*/
}

.details-content p {
  padding: 0 0.7em;
}

.col article .details-content ul {
  padding-left: 0.3em;
}

.section-1 .col ul {
  padding: 0 0 1em 1em;
}

/* start accordion */
/*  Basic structure
=====================*/
#accordion {
  margin: 25px auto; /*width:400px;*/
}

#accordion ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.accordion {
  display: none;
}

.accordion:target {
  display: block;
}

#accordion ul li a {
  text-decoration: none;
  display: block;
  padding: 10px;
}

.accordion {
  padding: 4px 8px 4px 8px;
}

/*  Colors
====================*/
#accordion ul {
  /*box-shadow*/
  -webkit-box-shadow: 0 4px 10px #BDBDBD;
  -moz-box-shadow: 0 4px 10px #BDBDBD;
  box-shadow: 0 4px 10px #BDBDBD;
  /*border-radius*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#accordion ul li a {
  background: #fff;
  border-bottom: 1px solid var(--orange);
  color: #999;
}

.accordion {
  background: #ebebec;
  color: #999;
}

.accordion:target {
  border-top: 3px solid var(--orange);
}

/* ende accordion */
/* Info Buttons Frontpage*/
.button {
  padding: inherit;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--orange)), to(#fedc55));
  background-image: -webkit-linear-gradient(top, var(--orange), #fedc55);
  background-image: -moz-linear-gradient(top, var(--orange), #fedc55);
  background-image: linear-gradient(to bottom, var(--orange), #fedc55);
  background-repeat: repeat-x;
  /*opacity: 0.75;*/
  color: #555;
  text-decoration: none;
  font-size: calc(10px + 2 * (100vw - 320px) / 1280);
  font-weight: 600;
  font-family: Verdana, Arial, sans-serif;
  /*vertical-align: top;*/
  cursor: pointer;
  border-radius: 3px;
  border: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

a.button:hover {
  text-decoration: none;
  background-color: #4e4a47;
  color: var(--white);
  text-shadow: none;
  transition: color 1.5s ease, background-color 0.9s, opacity 0.5s, visibility 0.5s;
}

.button-1 {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: -moz-linear-gradient(0deg, #eee 0, #fafafa 100%);
  background: -webkit-linear-gradient(0deg, #eee 0, #fafafa 100%);
  background: linear-gradient(0deg, #eee 0, #fafafa 100%);
  color: #666;
  height: 36px;
  text-shadow: 1px 1px 0 #fff;
  line-height: 36px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  visibility: visible;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
  border-style: none;
  border-top: medium currentcolor;
  font-weight: bold;
}

/*.button-1:hover {
  text-decoration: none;
  background: var(--orange);
  color: var(--white);
  text-shadow: none;
  /*transition: color 1.5s ease;
  transition: background-color .9s, opacity .5s, visibility .5s;
  border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }*/
/* Back to top Button*/
#topbutton {
  display: inline-block;
  /*background-color: var(--white);*/ /*#4e4a47;/*#333;*/
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid black;
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  transition: background-color 0.5s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

@media (max-width: 768px) {
  #topbutton {
    width: 36px;
    height: 36px;
    bottom: 1rem;
    right: 1rem;
  }
}
#topbutton::after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 35px;
  color: black;
}

#topbutton:hover {
  cursor: pointer;
  background-color: var(--orange);
}

#topbutton:active {
  background-color: #555;
}

#topbutton.show {
  opacity: 1;
  visibility: visible;
}

/* Ende back to top Button*/
.hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.page-wrapper {
  background-color: #f4f4f4;
  /*width: 100%;*/
  margin: 0 auto;
  height: auto;
}

/*___Anfang Logo__*/
.logo {
  position: absolute;
  margin: 15px 0 0 15px;
  /*top: 2rem;*/
  z-index: 9999;
  max-width: 14%; /*passt logogröße an*/
  height: auto;
}

.logo img {
  width: 100%;
  vertical-align: middle;
}

.logo a:hover, a:focus {
  box-shadow: none;
}

/* ----- ende Logo ------*/
/**----Login-------**/
.login {
  position: relative;
  width: 100%;
  margin: 0 0 2rem 0;
  padding: 1rem 0 2rem;
  z-index: 3;
  background-color: var(--white);
  float: right;
}

a.loginButton {
  /*float: right;*/
  position: relative;
  font-family: "Ralway", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  background-color: #f00;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  margin: 1rem auto;
  padding: 0px 16px 0px 16px;
  text-decoration: none;
  BORDER-TOP: #efefef 1px solid;
  BORDER-LEFT: #efefef 1px solid;
  BORDER-BOTTOM: gray 1px solid;
  BORDER-RIGHT: gray 1px solid;
  z-index: 222;
}

div.loginName {
  display: flex;
  align-items: center;
  margin: 0 1em 0 auto;
  width: 100%;
  max-width: 128px;
  position: relative;
  font-size: 11px;
  background-color: transparent;
}

div.loginName i {
  transition: transform ease-in-out 200ms;
}

div.loginName i:hover {
  transform: scale(1.4);
}

div.loginName > a {
  display: flex;
  align-items: center;
}

div.loginName a span {
  padding: 0.5em;
  font-weight: bold;
}

div.loginName a span:hover {
  text-decoration: underline;
}

i.green {
  color: green;
}

i.red {
  color: red;
}

div.logoutName {
  float: right;
  position: relative;
  color: green;
  font-size: 11px;
  width: auto;
  padding: 2px;
  background-color: #fff;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin: 0 1.4em;
}

a.loginLink:link {
  color: green;
  text-decoration: none;
}

/*
a.loginLink:visited {
	color: #00f;
	text-decoration: none;
}
a.loginLink:hover {
	color: var(--orange);
	text-decoration: underline;
	color: inherit;
    transition: color .5s ease;
}
a.loginLink:active {
	color: #00f;
	text-decoration: none;
}
a.loginLink:focus {
	color: #00f;
	text-decoration: none;
}
*/
@media screen and (max-width: 1022px) {
  a.loginButton {
    margin: 1rem 0 0;
    display: none;
  }
  div.loginName {
    margin: 1.3rem 1rem;
    display: none;
  }
}
/* ------ Ende Login -------*/
/* header container mit nav meta */
.header {
  text-align: right;
  z-index: 2;
  position: relative;
  font-size: calc(10px + 2 * (100vw - 320px) / 1280);
  margin: 0;
  padding: 0;
}

.header {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.header ul {
  list-style: none;
  padding: 0px;
  /*margin-top: .5rem;*/
  font-weight: 500;
  text-align: right;
}

.header ul li {
  display: inline-block;
  text-align: left;
  margin: 0 5px;
}

.header p {
  margin-left: 16%;
  margin-bottom: 0; /*-30px;*/
  padding: 0;
  text-align: left;
  font-size: calc(11px + 5 * (100vw - 320px) / 1280);
}

@media all and (min-width: 1023px) {
  .header ul li a {
    color: #666664;
    font-weight: 600;
    box-shadow: inset 0 -3px 0 -1px var(--orange);
    padding: 0.25em 0;
    text-decoration: none;
    transition: all 0.5s;
  }
  .header ul li a:hover,
  a:focus {
    box-shadow: inset 0 -30px 0 var(--orange);
    transition: all 0.5s ease;
    color: black;
  }
  .section-1 .col-2 {
    display: none;
  }
}
/* header Label / Checkbox ausblenden*/
.header > input,
.header > label {
  display: none;
}

.header a.loginButton .header div.loginName {
  display: none;
}

.header > label {
  width: 100%;
  /*float: left;*/
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media all and (max-width: 448px) {
  .header {
    padding: 0;
  }
  .header .res-big {
    display: none;
  }
  .header .res-small,
  .header .res-big-no {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 449px) {
  .header .res-big-no {
    display: none;
  }
}
/*  header Retina Umschaltung blendet metanav aus */
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1022px) {
  .header > label, header ul li ul {
    display: none;
  }
  .header {
    padding: 0;
  }
  .header > ul {
    display: none; /*blendet komplette metanav aus*/
  }
  .header ul li {
    display: none;
  }
  .header > input,
  .header > label {
    display: none;
  }
  .header a.loginButton .header div.loginName {
    display: none;
  }
  a.loginButton {
    display: none;
  }
  div.loginName {
    display: none;
  }
}
/* header  */
@media all and (max-width: 1022px) {
  .header > label, header ul li ul {
    display: none;
    color: #09c;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 3rem;
    margin-top: 0.9rem;
  }
  .header > ul {
    height: 0;
    opacity: 0;
    clear: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none; /*blendet komplette metanav aus*/
  }
  .header > input:checked + ul {
    opacity: 1;
    height: auto;
  }
  .header ul li {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 4rem;
    text-align: right;
    vertical-align: middle;
  }
  .header ul li a {
    background: #4e4a47; /*dunkelgrau*/
    padding: 0.3rem 1rem 0.3rem;
    border-bottom: 1px solid var(--orange);
    /*margin-top: -1rem;*/
    vertical-align: middle;
    color: #fff;
  }
  .header {
    padding: 0;
  }
  .header p {
    padding: 1em 2em;
    text-align: right;
    margin-left: 5%;
    font-weight: bold;
  }
}
/* header Menü Button Styles Toggle  */
/* Menü-Link zum Ein-und Ausblenden des Menüs */
a.toggle-nav {
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
  display: inline-block;
  padding: 0.357em;
  font-weight: 300;
  border-radius: 0.2em;
  text-decoration: none;
  cursor: pointer;
}

a.toggle-nav:loginButton {
  display: none;
}

a.toggle-nav:hover {
  background: #96cfbf;
  border: 1px solid #96cfbf;
  color: #fff;
}

a.toggle-nav:link,
a.toggle-nav:visited,
a.toggle-nav:active,
a.toggle-nav:focus {
  background: #189ca4;
  border: 1px solid #189ca4;
  color: #fff;
}

/* -- ende header -- */
.main-content {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  height: auto;
  float: none;
  background-color: #f0f0f0;
  /*background-color: rgb(255, 255, 255);
    /*font-family: 'Ralway', sans-serif; /* Ralway Google Webfont */
}

.main-content p {
  line-height: 180%;
  /*padding: 0.5em;*/
}

/*.main-content article{
	/*background: gainsboro;
	/*background: #eee;
    /*border: 1px solid #DDD;
    /*box-shadow: 1px 2px 4px rgba(0,0,0, .2)
	overflow: hidden;
	text-align: center;*/
.container-small-icon {
  display: flex;
  /*display: none;*/
}

.container-small {
  margin-left: auto;
  margin-right: auto;
  max-width: 1199px;
}

.container-small-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  text-align: left;
  line-height: 150%;
  font-size: calc(8px + 4 * (100vw - 320px) / 1280);
}

.container-small-2 { /* agb + jobs etc*/
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  text-align: left;
}

.container-small ul li a {
  /*box-shadow: none;*/
}

.container-wide-blue {
  margin-left: auto;
  margin-right: auto;
  background: var(--blue);
  width: 100%;
}

.container-wide-blue .section-4 .section__img-slider .slides ul {
  padding: 0 1em 0 1.5em;
  margin: 1em 0;
}

.container-wide-orange {
  margin-left: auto;
  margin-right: auto;
  background: #fff2dc;
  width: 100%;
}

.section-1 { /*Reisebeschreibung 78%*/
  width: 78%;
  float: left;
  height: min-content;
}

.section-2 {
  text-align: center;
  max-width: 1199px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.section-2 ul {
  padding: 0 1em 3em 2em;
  text-align: center;
}

.section-3 p {
  padding: 0 1em 1em 1em;
  text-align: left;
  font-size: calc(12px + 3 * (100vw - 320px) / 1280);
}

.container-small .section-3 p {
  text-align: center;
  font-size: calc(13px + 2 * (100vw - 320px) / 1280);
}

.section-3 .article-5 ul {
  padding: 0 2em 0 3em;
  text-align: left;
  margin: 0 auto 0;
  font-size: calc(12px + 3 * (100vw - 320px) / 1280);
  line-height: 180%;
}

.section-3 { /* agb + jobs etc*/
  text-align: center;
  max-width: 1199px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

/*.container-wide-orange
.section-3 ul {
    text-align: center;
}	*/
.section-4 {
  width: 100%;
  max-width: 1199px;
  height: auto;
  /*padding: 0 0.5rem;*/
  overflow: hidden;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-5 { /* index home*/
  text-align: center;
  max-width: 1199px;
  margin: 0;
  overflow: hidden;
}

.section-5 .article-5 {
  border: solid 0.1em #eee;
  border-radius: 0.1em;
  margin: 2em 1.5em;
  /*padding: 1em;*/
  border-top: solid 0.3em var(--orange);
  background: #fcfcfc;
}

.section-3 .article-5:hover,
.section-5 .article-5:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  transition: 0.2s;
  background: #fff;
  border-top: solid 0.3em transparent;
}

.section-3 .article-5:hover .button-1,
.section-5 .article-5:hover .button-1 {
  text-decoration: none;
  /*background: var(--orange);*/
  background-image: linear-gradient(to bottom, var(--orange), #fedc55);
  background-repeat: repeat-x;
  color: var(--white);
  text-shadow: none;
}

.section-5 .article-5 img {
  width: auto;
  /*padding: .2em .25em .15em;*/
  float: left;
  margin: 0.7em;
  max-width: 80%;
}

.section-5 .article-5 p {
  line-height: 180%;
  font-size: calc(12px + 2 * (100vw - 320px) / 1280);
  letter-spacing: 0.05em;
  -webkit-column-count: 1;
  column-count: 1;
  text-align: left;
}

.container-wide-orange .section-3 .article-5 {
  margin: 3em 1.5em 0 1.5em;
  background: #fff;
}

.container-wide-orange .section-3 .article-5 {
  border: solid 0.1em #eee;
  border-radius: 0.1em;
  margin: 2em 1.2em;
  border-top: solid 0.3em var(--orange);
  background: #fcfcfc;
}

.container-wide-orange .section-3 .article-5 img {
  width: auto;
  /*padding: .2em .25em .15em;*/
  float: left;
  margin: 0.7em;
  max-width: 80%;
}

.container-wide-orange .section-3 .article-5 p {
  line-height: 180%;
  font-size: calc(12px + 2 * (100vw - 320px) / 1280);
  letter-spacing: 0.05em;
  -webkit-column-count: 1;
  column-count: 1;
  text-align: left;
  padding: 0 1em 0.5em 1em;
}

/* BuchungsContainer */
.booking {
  width: 100%;
  max-width: 1188px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: 0 1em 5em 1em;
  overflow: hidden;
  text-align: center;
}

.booking table {
  width: 100%;
  border-collapse: collapse;
  font-size: calc(10px + 4 * (100vw - 320px) / 1280);
  float: left;
  margin: 1rem 0 1rem 0;
  /*border: 4px solid rgba(250, 250, 250, 0.6); */
}

.booking .article-1 {
  width: 32%;
  margin: 0;
  padding: 0;
  height: auto;
  border: 4px solid rgba(250, 250, 250, 0.6);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  font-size: calc(12px + 1 * (100vw - 320px) / 1280);
  font-family: "Raleway", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.03em;
  float: right;
  background-color: #ebebec;
  text-align: left;
}

.booking .article-1 p {
  line-height: 180%;
  letter-spacing: 0.03em;
  padding: 0.4em 1em 0 1em;
  font-size: calc(12px + 1 * (100vw - 320px) / 1280);
}

.booking .article-2 {
  width: 67%;
  float: left;
  margin: 0 auto;
  padding: 0 1em;
  height: auto;
  border: 4px solid rgba(250, 250, 250, 0.6);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #ebebec;
}

.booking .article-3,
.booking .article-4 {
  width: 48%; /*auto; */
  margin: 1em auto;
  /*padding: 0 1rem; */
  height: auto;
  border: 2px solid rgba(250, 250, 250, 0.6);
  font-size: calc(12px + 1 * (100vw - 320px) / 1280);
  /*font-family: 'Open', sans-serif;*/
  line-height: 180%;
  letter-spacing: 0.03em;
  float: left;
  /*background-color: #fff2dc;*/
  border-radius: 15px 15px 15px 0px;
  /*border: 4px solid rgba(250, 250, 250, 0.6);*/
}

.booking .article-4 {
  float: right;
}

.booking .article-4 ul,
.booking .article-3 ul {
  padding: 0 1em 0 1em;
  text-align: left;
}

/* goc101 container reisedetails */
.r-details {
  width: 100%;
  max-width: 1199px;
  height: auto;
  padding: 0;
  /*border: 4px solid rgba(250, 250, 250, 0.6);*/
  overflow: hidden;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.r-details-nav ul {
  list-style: none;
  padding: 0;
  margin-bottom: 3em;
  font-weight: 500;
  text-align: center;
  font-size: calc(12px + 2 * (100vw - 320px) / 1280);
  color: var(--white);
  display: inline-block;
}

.r-details-nav ul li {
  display: inline-block;
  text-align: left;
  padding: 0.5em;
}

.r-details-nav ul li a {
  display: inline;
  /*margin: 0 5px;*/
  box-shadow: inset 0 -3px 0 -1px var(--orange);
  transition: all 0.5s ease;
  padding: 0.25em 0;
}

.r-details ul li a:hover, a:focus {
  box-shadow: inset 0 -30px 0 var(--orange);
  background: -ms-linear-gradient(top, #fff, var(--orange));
  background: -o-linear-gradient(top, #fff, var(--orange));
}

.r-details p {
  color: var(--slate-gray);
  text-align: left;
  padding-top: 1em;
}

.r-details .article-6 p {
  margin: 0;
  padding-top: 10px;
  line-height: 0;
  text-align: center;
}

/* goc101 Colume Reisebeschreibung */
.col {
  -webkit-column-count: 3;
  column-count: 3;
  width: 100%;
  margin-bottom: 3em;
  padding: 2em 2em 0;
  font-size: calc(11px + 4 * (100vw - 320px) / 1280);
  line-height: 180%;
  overflow: hidden;
}

.col {
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
  column-rule-style: groove;
  column-rule-width: 1px;
  column-rule: 1px dotted var(--orange);
}

.col img {
  float: left;
}

.col ul {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin-top: 0;
  padding: 0 0 0 1.5em;
}

.col article {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  border: none;
  margin-left: 0;
  background: none;
}

/* goc101 Colume Etappen etc */
.col-1 {
  -webkit-column-count: 3;
  column-count: 3;
  width: 90%;
  overflow: hidden;
  padding: 2em;
  text-align: left;
  font-size: calc(12px + 3 * (100vw - 320px) / 1280);
  line-height: 180%;
  background: var(--white);
  margin-left: auto;
  margin-right: auto;
}

.col-1 {
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
  column-rule-style: groove;
  column-rule-width: 1px;
  column-rule: 1px dotted var(--orange);
  /*border-style: groove;*/
}

.section__img-slider .col-1 ul {
  padding: 0 0 1.5em 0.5em;
  margin: 0;
}

.col-1 ul li {
  /*color: var(--orange);*/
  list-style-type: disc;
  /*margin: 0 1em 0.2em;*/
}

.col-1 ul li span {
  color: var(--slate-gray);
}

.col-1 ul, p {
  break-inside: auto;
}

.col-1 img {
  float: left;
  width: 100%;
  /*margin: 1em;*/
}

/* kein Link-Unterstrich/Animation*/
.r-details .col-1 a {
  box-shadow: none;
}

.r-details .col-1 a:hover, a:focus {
  box-shadow: none;
  transition: none;
}

/* goc101 Colume TecData*/
.col-2 {
  display: inline;
  -webkit-column-count: 3;
  column-count: 3;
  float: left;
  width: 100%;
  margin: 1em auto;
  overflow: hidden;
  /*padding-right: 1em;
  padding: 1rem;*/
  font-size: calc(10px + 3 * (100vw - 320px) / 1280);
  /*background: #eaeaea;*/
}

.col-2 {
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  /*column-gap: 40px;*/
  column-rule-style: groove;
  column-rule-width: 1px;
  column-rule: 1px solid var(--orange);
  /*border-style: groove;*/
  break-before: auto;
}

.col-2 img {
  float: left;
}

.col-2 ul {
  margin: 0 auto;
  padding: 0.5em 0.8em;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

.col-2 .article {
  margin: 1em auto;
  padding: 0 1em 0 2em;
  height: auto;
  background: #eaeaea;
}

.aside article-1 {
  /*padding: 0.5em;*/
}

/* Responsive portrait 2-spaltig smartfone*/
@media screen and (max-width: 500px) {
  .logo {
    top: 0px;
    margin: 10px 0 0 3px;
  }
  .logo img {
    width: 150%;
    vertical-align: middle;
  }
  .aside {
    display: none;
  }
  .flexslider li .category p {
    width: 100%;
  }
  .spacer .article-test ul {
    margin: 0.5em 0.7em 0.5em 1em;
    text-align: left;
  }
  .slick-dotted.slick-slider {
    padding: 0 1.2em 0 1.2em;
  }
  .section-1 .col,
  .section-5 .col {
    -webkit-column-count: 1;
    column-count: 1;
    width: 100%;
    padding: 0.5em 2em;
  }
  .col h3 {
    margin: 1.5em auto 0.3em;
  }
  .section-4 .section__img-slider ul,
  .section-5 .section__img-slider ul,
  .r-details .section__img-slider ul {
    padding: 0 0.7em 2em 0.7em;
    margin-bottom: 0; /*1em;*/
  }
  .col-1 {
    -webkit-column-count: 1;
    column-count: 1;
    width: 100%;
    padding: 2em 1em;
    margin: 0;
  }
  .r-details .section__img-slider .section__carousel-slider {
    margin: 0 auto;
    padding: 1em 0.7em;
  }
  .container-small .section-2 .img-test ul li {
    display: block; /*inline-block;*/
    padding: 1em; /*.2rem 4rem 1rem 2rem;*/
    margin: 0; /*1rem;*/
  }
  .col-2 {
    padding: 0 0.5em 2em;
    margin: 1em auto auto;
    background: #fff1d8;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    display: block;
    border: 4px solid rgba(250, 250, 250, 0.6);
  }
  .col-2 h2 {
    column-span: all;
    -webkit-column-span: all;
    -moz-column-span: all;
    margin: 0.5em 0 1em;
    border-bottom: none;
    display: block;
  }
  .aside h4,
  .col-2 h4,
  .col-2 h5 {
    font-size: calc(11px + 3 * (100vw - 320px) / 1280);
  }
  .aside h5,
  .col-2 h5 {
    column-span: none;
    padding-top: 1em;
    text-align: left;
    margin: 0;
  }
  .col-2 h5 .col-3 h5 {
    column-span: none;
    -webkit-column-span: none;
    -moz-column-span: none;
    margin: 0;
  }
  .col-2 h6 .col-3 h6 {
    column-span: none;
    /*padding-top: 0.7em;*/
  }
  .col-3 {
    padding: 0 1em 0 0.9em;
  }
  .col-2 p {
    padding: 0.2em 0 0.5em;
    margin-top: 0;
    line-height: 160%;
  }
  .col-2 ul {
    padding: 0.7em 0 0.5em 1.5em;
    line-height: 160%;
  }
  .col-2 article {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin: 0 1em 1em 0.5em;
    border: none;
    background: none;
    box-shadow: none;
    /*padding: 1em 0 1em 0;*/
    line-height: 160%;
  }
  .col-2 article-1 {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
  .main-content h1,
  .col h2 {
    /*margin: 1em 0.7em 1em 0.7em;*/
    margin: 1em 0 1em 0;
  }
  .section-1 {
    width: 100%; /*70%;*/
  }
  .section-1 .col-2 h2::before,
  .col-2 h2::after,
  .col h2::before,
  .col h2::after {
    border-top: none;
  }
  .section-2 ul {
    padding: 0; /*1em 1em 2em;*/
    text-align: center;
  }
  .container-wide-orange .section-3 .article-5 {
    margin: 3em 0.2em auto;
    background: #fff;
  }
  .container-small .section-5 .article-5 {
    /*margin: 3em 0.6em auto 0.6em;
    /*margin: 3em 0 0;*/
    margin: 3em 1em;
  }
  .container-small .section-2 .img-test img {
    width: 65%;
  }
  .section-3 .article-5 ul {
    padding: 0 2em 0 3em;
  }
  .section-3 .section__img-slider ul {
    /*padding: 0 2.5em;*/
    margin: 1em 0;
  }
  /*
  .section-3
    .section__img-slider li {
    padding: 0 1em 0 1em;
    margin: 0;
  }
  */
  .booking {
    margin: 0 auto;
    padding: 0 0.5em;
  }
  .booking .article-3,
  .booking .article-4 {
    margin: 0;
    width: 100%;
  }
  .booking h4 {
    padding-top: 0.5em;
    margin: auto;
  }
  .booking .article-1 {
    width: 100%;
    margin: 0 auto 3em;
  }
  .booking .article-1 p {
    font-size: calc(12px + 1 * (100vw - 320px) / 1280);
    line-height: 180%;
    letter-spacing: 0.03em;
    margin-bottom: 0.5em;
  }
  .booking .article-1 h5 {
    padding: 0;
    margin: 1.5em 1em 1em;
  }
  .booking .article-2 {
    width: 100%;
    margin: 1em auto;
    padding: 0;
  }
  .booking .article-1 div.headcomplete,
  .booking .article-2 div.headcomplete {
    width: 100%;
    margin-left: 0;
  }
  /*.booking .article-4 ul,
   .booking .article-3 ul {
    padding: 0.5em;
    text-align: left;
    }*/
  .booking h3 {
    text-align: center;
  }
  .booking table {
    font-size: calc(12px + 2 * (100vw - 320px) / 1280);
  }
  .booking h2,
  .section-2 h2,
  .section-4 h2,
  .section-5 h2,
  .r-details h2 {
    margin: 1.5em 1em 0 1em;
  }
  .booking h5 {
    padding: 0;
    margin: 1em 0 auto;
  }
  .section-4 .section__carousel-slider figure {
    padding: 1.5em 0 0;
    margin: 1.5em 0.5em 0;
  }
  [dir=rtl] .slick-prev {
    right: 0;
  }
  [dir=rtl] .slick-next {
    left: 0;
  }
  .section-3 .slick-prev,
  .section-4 .slick-prev,
  .section-5 .slick-prev {
    left: 35%;
    top: 10px;
  }
  .section-3 .slick-next,
  .section-4 .slick-next,
  .section-5 .slick-next {
    right: 35%;
    top: 10px;
  }
  .section-4 .slick-prev::before,
  .section-4 .slick-next::before,
  .r-details .slick-prev::before,
  .r-details .slick-next::before,
  .section-5 .slick-prev::before,
  .section-5 .slick-next::before {
    font-size: 1.8rem;
  }
  .r-details .slick-prev {
    left: 35%;
    top: -30px;
  }
  .r-details .slick-next {
    right: 35%;
    top: -30px;
  }
  .main-content .r-details .article-guide {
    width: 92%;
    margin: 0 1em 4em 1em;
    padding: 0 0.2em;
  }
  .r-details .guide-dates {
    margin: 2em 0 2em 20%;
  }
  .r-details .article-guide .flip-container img {
    margin: 10px 0 0 10px;
    width: 70%;
    height: auto;
  }
  .r-details .article-guide div.headcomplete {
    margin: 0;
    line-height: 150%;
    width: 100%;
  }
  .r-details div.headcomplete {
    margin: 0;
    line-height: 150%;
    width: 100%;
  }
  .container-small .section-5 .iconbox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .container-small .section-5 .grid {
    border: dotted 0.1em #eee;
    border-radius: 0.1em;
    margin: 0.5em 1em;
    padding: 0;
  }
  /*.r-details-nav ul{
  margin: 0 0 3.5em 0;
  width: 100%;
  }
  */
  .container-wide-blue .r-details .article-6 .fade-in img {
    max-width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .container-wide-blue .r-details .article-6 p {
    padding: 0;
    font-size: 0.8em;
  }
  .container-wide-blue .r-details .article-6 {
    padding: 0 1em;
  }
}
/* Responsive quer smartfone + tablet*/
@media screen and (min-width: 501px) and (max-width: 1223px) {
  .logo {
    top: 0px;
    margin: 10px 0 0 5px;
  }
  .section-1 {
    width: 73%;
  }
  .container-small .aside {
    width: 25%;
    margin-left: 75%;
  }
  .col {
    -webkit-column-count: 2;
    column-count: 2;
    padding-left: 2em;
  }
  .col-1 {
    -webkit-column-count: 2;
    column-count: 2;
    width: 98%;
    margin: 0 auto;
    padding: 2em;
  }
  .section__img-slider .r-details .col-1 ul {
    margin: 0 0 1.5em;
  }
  .col-2 {
    display: none;
  }
  .section-2 .img-test {
    margin: 0;
  }
  .section-2 ul {
    padding: 0;
  }
  .section-2 .img-test ul li {
    padding: 0;
    margin: 1em 0 2em;
  }
  .container-small .section-2 .img-test img {
    width: 65%;
  }
  .container-wide-orange .section-3 .article-5 ul {
    padding: 0 2em 0 3em;
  }
  .section-3 .section__img-slider ul,
  .section-4 .section__img-slider ul,
  .section-5 .section__img-slider ul,
  .r-details .section__img-slider ul {
    margin: 0 0 2em 0;
    padding: 0 1.2em 0 2em;
  }
  .section-4 .section__carousel-slider figure {
    padding: 0.5em 1em;
  }
  .section-3 .slick-prev::before,
  .section-3 .slick-next::before,
  .section-4 .slick-prev::before,
  .section-4 .slick-next::before,
  .r-details .slick-prev::before,
  .r-details .slick-next::before,
  .section-5 .slick-prev::before,
  .section-5 .slick-next::before {
    font-size: 1.8rem;
  }
  .section-3 .slick-prev,
  .section-4 .slick-prev,
  .section-5 .slick-prev,
  .r-details .slick-prev {
    left: 10px;
  }
  .section-3 .slick-next,
  .section-4 .slick-next,
  .section-5 .slick-next,
  .r-details .slick-next {
    right: 10px;
  }
  .r-details .slick-dotted.slick-slider,
  .section-3 .slick-dotted.slick-slider,
  .section-4 .slick-dotted.slick-slider,
  .section-5 .slick-dotted.slick-slider {
    padding: 0 2em 0 2em;
  }
  .section-5 .article-5 {
    margin: 1em 1em;
  }
  .container-wide-orange .section-3 .article-5 {
    /*margin: 3em 1.5em 0 1.5em;*/
    margin: 3em 1em 0 1em;
    background: #fff;
  }
  .r-details .r-details-nav ul {
    margin-bottom: 2em;
  }
  .r-details div.headcomplete {
    margin: 0 auto;
    width: 98%;
    line-height: 160%;
  }
  .r-details p {
    padding: 1.3em 0;
  }
  .booking {
    width: 95%;
    padding: 0 0 4em;
  }
  .booking .article-1 p {
    margin-bottom: 0.5em;
    font-size: calc(12px + 1 * (100vw - 320px) / 1280);
    line-height: 180%;
    letter-spacing: 0.03em;
  }
  .booking .article-1 h5 {
    padding: 0;
    margin: 1.5em 1em 1em;
  }
  .booking h5 {
    margin: 1em 0 0;
  }
  .booking .article-2 {
    padding: 0;
    margin-top: 0;
  }
  .booking .article-3,
  .booking .article-4 {
    margin: 0;
  }
  .booking div.headcomplete-1,
  .booking div.headcomplete {
    width: 100%;
    margin-left: 0;
    font-weight: bold;
    letter-spacing: 0.07em;
  }
  /*.main-content h1,*/
  .col h2 {
    margin: 1.5em 0 2em 0;
    /*margin: 1.5em 0 1em 0;*/
    /*margin: 1.5em 0.5em 1em 0.5em;*/
  }
  .main-content .r-details .article-guide {
    width: 70%;
    margin: 0 15% 3em 15%;
    padding: 0;
  }
  .main-content .r-details .article-guide p,
  .main-content .r-details .article-guide h5,
  .main-content .r-details .article-guide li {
    text-align: left;
    line-height: 160%;
    width: 97%;
    float: none;
  }
  .main-content .r-details .guide-dates {
    margin: 2em 0 2em 20%;
  }
  .main-content .r-details .article-guide img {
    margin: 0 1em;
  }
  .col-2 h2 {
    column-span: all;
    border: none;
    margin: 0.5em 0 0;
    padding-bottom: 1.5em;
    display: block;
  }
  .booking table {
    font-size: calc(9px + 5 * (100vw - 320px) / 1280);
  }
  .booking .article-2 table th {
    padding: 3px;
    line-height: 150%;
    font-size: calc(9px + 5 * (100vw - 320px) / 1280);
  }
  /*.booking .article-4 ul,
  .booking .article-3 ul {
     padding: 0;
     } */
  .container-wide-blue .r-details .article-6 .fade-in img {
    max-width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
  .container-wide-blue .r-details .article-6 p {
    padding: 0;
    font-size: 0.8em;
  }
  .container-wide-blue .r-details .article-6 {
    padding: 0;
    margin: 0;
  }
  .container-wide-blue .r-details .article-6 ul {
    padding: 0;
    margin: 0;
  }
  .spacer .article-test ul {
    text-align: center;
    line-height: 160%;
    margin: 0.7em 3em 0.7em 3em;
  }
}
/* Ende Responsive quer smartfone + tablet*/
.aside {
  width: 20%;
  margin-left: 80%;
  padding: 1em; /*2em*/
  height: auto;
  font-size: calc(11px + 2 * (100vw - 320px) / 1280);
}

.aside ul {
  margin: 0.5em auto;
  padding: 0 0.5em 0 1.8em;
  font-size: calc(9px + 3 * (100vw - 320px) / 1280);
}

.aside div.headcomplete {
  color: var(--white);
  padding: 0;
  font-size: calc(13px + 3 * (100vw - 320px) / 1280);
  background: linear-gradient(top, #bebebe 0%, #a4a1a1 100%);
  background: -moz-linear-gradient(top, #bebebe 0%, #a4a1a1 100%);
  background: -webkit-linear-gradient(top, #bebebe 0%, #a4a1a1 100%);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.4em;
}

.aside article {
  margin: 1em auto;
  /*padding: 0 0.7rem;*/
  height: auto;
  border-radius: 15px 15px 15px 0px;
  border: 4px solid rgba(250, 250, 250, 0.6);
  background: #fff1d8; /*#ebebec;*/
  line-height: 150%;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

.aside p {
  font-size: calc(8px + 4 * (100vw - 320px) / 1280);
  line-height: 150%;
  margin: 0;
  padding: 0.2em 0.5em 0.2em 1em;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.spacer { /* container testsieger */
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  display: inline;
  font-size: calc(12px + 5 * (100vw - 320px) / 1280);
}

.article-test { /* article testsieger */
  width: 100%;
  height: auto;
  padding: 0;
  color: #fff;
  border-bottom: solid 0.3em var(--orange);
  background: linear-gradient(top, #bebebe 0%, #a4a1a1 100%);
  background: -moz-linear-gradient(top, #bebebe 0%, #a4a1a1 100%);
  background: -webkit-linear-gradient(top, #bebebe 0%, #a4a1a1 100%);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin: 0;
}

.article-test ul {
  text-align: center;
  line-height: 160%;
  margin: 1em auto 1em 2.5em;
}

/* --Styles für Grid Iconbox--*/
.iconbox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  max-width: 1199px;
  /*margin: 50px auto;*/
  margin: auto;
}

.grid {
  border: dotted 0.1em #eee;
  border-radius: 0.1em;
  margin: 2em;
  padding: 1em;
  background-color: rgb(255, 255, 255);
  text-align: left;
}

.grid:hover {
  -webkit-box-shadow: 0px 21px 49px -37px rgb(0, 0, 0);
  -moz-box-shadow: 0px 21px 49px -37px rgb(0, 0, 0);
  box-shadow: 0px 21px 49px -37px rgb(0, 0, 0);
  transition: all 0.5s ease;
}

.grid img {
  width: auto;
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.2em #eee;
  border-radius: 0.4em;
  float: left;
}

.grid h2 {
  font-size: calc(14px + 6 * (100vw - 320px) / 1280);
  /*margin-top: 6rem;*/
  font-weight: 600;
  text-align: center;
  margin: 0 0 1em;
  display: block;
}

.grid h3 {
  font-size: calc(14px + 6 * (100vw - 320px) / 1280);
  font-weight: 500;
  text-align: left;
  margin: 0;
}

.grid p {
  line-height: 180%;
  font-size: calc(12px + 3 * (100vw - 320px) / 1280);
  letter-spacing: 0.05em;
  -webkit-column-count: 1;
  column-count: 1;
  /*padding: 0;*/
  text-align: left;
}

.grid_1 {
  background: var(--white); /* #257989; /*blaugrün*/
  /*border: 2px solid #1d606d;
  border: solid .1em #eee;
     border-radius: .1em;*/
  margin: 1em;
  padding: 1em;
}

.grid_1 img {
  width: auto;
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.2em #eee;
  border-radius: 0.4em;
  float: left;
}

.grid_1 h3 {
  font-size: 2.2rem;
  margin-top: 6rem;
  font-weight: 600;
}

.grid_1 p {
  font-size: 1.6rem;
  -webkit-column-count: 1;
  column-count: 1;
  padding: 0;
}

@media screen and (max-width: 1022px) {
  .iconbox {
    margin: 25px auto;
  }
  .grid h3 {
    margin: 0;
  }
}
/* Ende Styles für Icon Boxes--*/
/* ----original slick-slider---- */
/* Slider 1.9 2019*/
.slick-loading .slick-list {
  background: #fff url("/css/fonts/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("/css/fonts/slick.eot");
  src: url("/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/css/fonts/slick.woff") format("woff"), url("/public/csslic/css/fonts/slick.ttf") format("truetype"), url("/public/csslic/css/fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 30%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  /*-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 9900;
  /*margin-left: -3em;
  margin-right: -3em;*/
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 2rem;
  /*line-height: 1;*/
  opacity: 0.75;
  color: var(--orange);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 30px;
}

[dir=rtl] .slick-prev {
  right: 0px; /*-25px*/
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "←";
}

.slick-next {
  right: 30px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 0px; /*-25px*/
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "→";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 1em;
}

.slick-dots {
  position: relative;
  /*bottom: 2rem;*/
  top: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1.5em 0.5em;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 100px;
  line-height: 20px;
  position: relative;
  /*top: -3rem;*/
  left: 0;
  width: 20px;
  height: 20px;
  content: ".";
  text-align: center;
  opacity: 0.5;
  color: var(--orange);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.9;
  color: #4e4a47;
}

.section__img-slider ul {
  padding: 0 5em 0 5em;
  margin: 1em 0 5em;
}

.section__img-slider figcaption {
  font-size: calc(12px + 2 * (100vw - 320px) / 1280);
  text-align: left;
  line-height: 1.7;
  background-color: var(--white);
  /*box-shadow: 2px 2px 3px 2px rgba(0,0,0,.3);
  box-shadow: 4px 4px 4px rgba(0,0,0,0.2);*/
  border: 2px solid rgba(250, 250, 250, 0.6);
  -webkit-box-shadow: 0px 21px 49px -37px rgb(0, 0, 0);
  -moz-box-shadow: 0px 21px 49px -37px rgb(0, 0, 0);
  box-shadow: 0px 21px 49px -37px rgb(0, 0, 0);
  padding: 1em;
  color: var(--slate-gray);
  border-top: solid 0.5em var(--orange);
}

.section__img-slider a:hover {
  /*text-decoration: underline;
    background-color: #ebe8de;*/
  color: var(--white);
  text-shadow: none;
  transition: color 0.5s ease;
}

.section__carousel-slider img {
  /*border: 2px solid #fff;*/
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}

.section__carousel-slider img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  /* SCALE */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  /* VERZöGERUNG */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.section__carousel-slider img:hover {
  /*-webkit-transform: scale(1.2);	    -moz-transform: scale(1.2);	-ms-transform: scale(1.2);	-o-transform: scale(1.2);
  transform: scale(1.2);*/
  transform: scale(1.025) rotate(0.02deg) translateZ(0);
  transition: transform 0.5s ease-in-out;
}

.section__carousel-slider figure {
  padding: 0.5em 1.5em;
}

.section__text-slider {
  border-top: 3px solid #efefef;
  border-bottom: 3px solid #efefef;
}

@media screen and (min-width: 656px) {
  .section__text-slider {
    padding: 2rem 5rem;
    border: 3px solid #efefef;
  }
  /*.section__carousel-slider figure {
  padding: 1em;
  }*/
  /*	.slick-prev,
  /*	.slick-next {
  		height: 3rem;
  		width: 3rem;
  	}*/
  /*.slick-prev::before,
  .slick-next::before {
  	font-size: 3rem;
  	color: #da0545;
  }*/
  /*.section__img-slider {
  	padding: 2rem;
  }


  .section__textbox-slider {
  	margin: 4rem 0;
  }*/
}
/* ---Ende original slick slider --- */
/* FlexSlider src.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* =====FONT-FACE ========*/
@font-face {
  font-family: "flexslider-icon";
  src: url("/public/csslic/css/fonts/flexslider-icon.eot");
  src: url("/public/csslic/css/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("/public/csslic/css/fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* =========* RESETS  ==============*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

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

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

/* =====* BASE STYLES===========*/
.flexslider {
  padding: 0;
  margin: 0;
  /*direction: rtl;*/
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* =======DEFAULT THEME =========*/
/* slider position, border */
.flexslider {
  background: var(--white);
  z-index: 100;
  position: relative;
  /**border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    /*zoom: 1;
    border-radius: 4px;
    //box-shadow: inset 0 7px 9px -7px rgba(255,255,255,0.4);*/
}

.flexslider .slides {
  /*zoom: 1;*/
  text-align: center;
}

.flexslider .slides picture {
  /*zoom: 1;*/
  max-height: 1024px;
}

.flexslider .slides img {
  height: auto;
  max-height: 1024px;
}

.flexslider .slides .background img {
  height: auto;
  -moz-user-select: none;
  margin-top: 0;
}

.flex-viewport {
  max-height: 768px;
  transition: all 1s ease;
}

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

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.flex-viewport ul li img {
  display: block;
  margin: 0 auto;
}

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

/* nav pfeile re + li */
.flex-direction-nav {
  height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: var(--orange);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none; /*verhindert link transition*/
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 2.5rem;
  display: inline-block;
  content: "\f001";
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: 50px;
}

.flex-direction-nav .flex-next {
  right: 50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* ende nav pfeile*/
/* Pause/Play settings*/
.flex-pauseplay a {
  display: inline;
  /*height: 3.5rem;*/
  position: absolute;
  bottom: 2%;
  right: 50%;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: var(--orange);
  cursor: pointer;
  background: rgba(51, 51, 51, 0.5);
  padding: 7px;
  text-decoration: none;
  box-shadow: none;
  /*font-size: 2em;*/
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  /*font-size: 1.5rem;*/
  bottom: 4%;
  display: inline-block;
  content: "\f004";
  line-height: normal;
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

/* Navi dots oben rechts */
.flex-control-nav {
  position: absolute;
  right: 1%;
  top: 2%;
  z-index: 10;
}

.flex-control-nav li {
  margin: 0.3rem;
  padding: 0.5rem;
  display: block;
  /*zoom: 1;*/
  display: block;
}

.flex-control-paging li a {
  width: 1rem;
  height: 1rem;
  display: block;
  background: #666;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: var(--orange);
}

.flex-control-paging li a.flex-active {
  background: var(--white);
  background: var(--orange);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/*--Flexslider Texteinblendung Ausrichtung --*/
.flexslider li .meta {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5vw;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.flexslider li h1_flex, .flexslider li h1, .flexslider li .h1 {
  background: rgba(51, 51, 51, 0.5);
  margin-bottom: 0.9em;
  font-size: calc(13px + 35 * (100vw - 320px) / 1280);
  padding: 15px;
  color: #fff;
}

.flexslider li h2_flex, .flexslider li h2, .flexslider li .h2 {
  background: rgba(51, 51, 51, 0.5);
  font-size: calc(10px + 20 * (100vw - 320px) / 1280);
  margin-bottom: 1.5em;
  padding: 13px;
  color: #fff;
}

.flexslider li .category {
  display: flex;
  flex-direction: row;
}

.flexslider li .category p {
  font-weight: bold;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--orange)), to(#fedc55));
  background-image: -webkit-linear-gradient(top, var(--orange), #fedc55);
  background-image: -moz-linear-gradient(top, var(--orange), #fedc55);
  background-image: linear-gradient(to bottom, var(--orange), #fedc55);
  background-repeat: repeat-x;
  color: #555;
  text-decoration: none;
  font-size: calc(11px + 2 * (100vw - 320px) / 1280);
  cursor: pointer;
  border-radius: 3px;
  border: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  padding: 10px;
}

.flexslider li .category p :hover {
  /* hover style */
  /*text-decoration: none;*/
  color: var(--white);
  transition: color 0.5s ease;
}

.flexslider li .category span {
  margin-top: 1vw;
  width: 100%;
  height: auto;
}

/*--Flexslider Texteinblendung Animation --*/
.flexslider li h1_flex,
.flexslider li h2_flex,
.flexslider li h1,
.flexslider li h2,
.flexslider li .h1,
.flexslider li .h2,
.flexslider li .category p,
.flexslider li .category span {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h1_flex,
.flexslider li.flex-active-slide .meta h2_flex,
.flexslider li.flex-active-slide .meta h1,
.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta .h1,
.flexslider li.flex-active-slide .meta .h2,
.flexslider li.flex-active-slide .meta .category p,
.flexslider li.flex-active-slide .meta .category span {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUpSD; /*fadeInLeft;*/
  animation-name: fadeInUpSD; /*fadeInLeft;*/
}

.flexslider li.flex-active-slide .meta h2_flex, .flexslider li.flex-active-slide .meta h2, .flexslider li.flex-active-slide .meta .h2 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.flexslider li.flex-active-slide .meta .category p {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.flexslider li.flex-active-slide .meta .category span {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  /*100% {
  		opacity: 0;
  		-webkit-transform: translate3d(-100%, 0, 0);
  		transform: translate3d(-100%, 0, 0);
  }*/
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  /*100% {
  		opacity: 0;
  		-webkit-transform: translate3d(-100%, 0, 0);
  		transform: translate3d(-100%, 0, 0);
  }*/
}
@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSD {
  0% {
    opacity: 0; /*-webkit-transform: translateY(100px);transform: translateY(100px);}100% {opacity: 1;-webkit-transform: none;transform: none;*/
  }
}
.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

/* * Flexslider RESPONSIV * */
/* Kleine Displays oder hochkannt */
@media screen and (min-width: 15rem) and (max-width: 37.99999rem) {
  /*.flex-control-nav {
     display: none;}*/
  .flex-pauseplay a {
    display: none;
  }
  .flex-pauseplay a:hover {
    display: none;
  }
}
@media screen and (min-width: 38rem) and (max-width: 68.5rem) {
  .flex-pauseplay a {
    /*font-size: 1.5rem;
    height: 2.5rem;
    display: none;*/
  }
  .flex-control-paging li a {
    width: 0.8rem;
    height: 0.8rem;
  }
  .flex-pauseplay a:hover {
    opacity: 1;
  }
}
/* == Ende Flexslider ==========*/
/*  Anfang MainNav Stellarnav.js 2.5.0
 * Responsive, lightweight, multi-level dropdown menu.
 * Copyright (c) 2018 Vinny Moreira - http://vinnymoreira.com
 * Released under the MIT license
 */
/* all nav */
.stellarnav {
  position: relative;
  width: 100%;
  z-index: 9900;
  line-height: normal;
  font-size: 0.9em; /*background:#257989; /*-webkit-linear-gradient(top, #bebebe 0%,#a4a1a1 100%)*/
}

.stellarnav a {
  color: #777;
  /*box-shadow: none;*/
}

.stellarnav ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

.stellarnav li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.stellarnav li a {
  padding: 15px;
  display: block;
  text-decoration: none;
  color: #777;
  font-size: 1em;
  font-family: inherit;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
  .stellarnav ul li a:hover {
    color: black;
    background: linear-gradient(to bottom, var(--orange), #fedc55);
  }
}
/* main level */
.stellarnav > ul > li {
  display: inline-block;
}

.stellarnav > ul > li > a {
  padding: 20px 40px;
}

/* Umschaltung mobilnav auf Block*/
@media screen and (max-width: 1022px) {
  .stellarnav > ul > li {
    display: block;
  }
}
/*Retina Umschaltung mobilnav auf Block*/
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1022px) {
  .stellarnav > ul > li {
    display: block;
  }
}
@media screen and (max-width: 1392px) {
  .stellarnav > ul > li > a {
    padding: 15px 15px;
    font-size: 0.9em;
  }
  /*.header p {
  margin-bottom: 0;
     }*/
}
@media screen and (min-width: 1393px) and (max-width: 1699px) {
  .stellarnav > ul > li > a {
    padding: 15px 17.5px;
    font-size: 0.9em;
  }
  .stellarnav.dark a {
    color: #FFF;
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1700px) {
  .stellarnav ul {
    text-align: center;
  }
  .stellarnav > ul > li > a {
    font-size: 1.3rem;
    padding: 20px 50px;
  }
}
/*  Retina Abstände mainnav oben*/
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1392px) and (max-width: 1920px) {
  .stellarnav > ul > li > a {
    padding: 15px 15px;
    font-size: 1.7rem;
  }
}
/* first level dd */
.stellarnav ul ul {
  top: auto;
  width: 230px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
  background: #5b5753;
}

.stellarnav li li {
  display: block;
}

/* second level dd */
.stellarnav ul ul ul {
  top: 0; /* dd animtion - change to auto to remove */
  left: 230px;
}

.stellarnav > ul > li:hover > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0; /*font-weight: bold;*/
  background-color: #847e78;
}

/* .drop-left */
.stellarnav > ul > li.drop-left > ul {
  right: 0;
}

.stellarnav li.drop-left ul ul {
  left: auto;
  right: 230px;
}

/* dark theme */
.stellarnav.dark {
  background: black;
}

.stellarnav.dark a {
  color: #FFF;
  font-size: 1em;
}

/*farbe 2.te Ebene*/
.stellarnav.dark ul ul {
  background: #5b5753;
  font-size: 0.9rem; /*#4e4a47 /*rgba(0, 0, 0, 1)*/
}

.stellarnav.dark li a {
  color: #FFF;
}

/* sticky nav */
.stellarnav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgb(0, 0, 0);
}

.stellarnav.dark .icon-close:before {
  border-color: #FFF;
}

.stellarnav.dark .icon-close:after {
  border-color: #FFF;
}

/* mega dd */
.stellarnav.desktop li.mega ul ul {
  background: none;
}

.stellarnav.desktop li.mega li {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}

.stellarnav.desktop li.mega li li {
  display: block;
  position: relative;
  left: 4px;
}

.stellarnav.desktop li.mega ul ul {
  width: auto;
}

.stellarnav.desktop > ul > li.mega {
  position: inherit;
}

.stellarnav.desktop > ul > li.mega > ul {
  width: 100%;
}

.stellarnav.desktop > ul > li.mega > ul li.has-sub ul {
  display: block;
  position: relative;
  left: auto;
}

.stellarnav.desktop > ul > li.mega > ul > li {
  padding-bottom: 15px;
  box-sizing: border-box;
}

.stellarnav.desktop li.mega li li a {
  padding: 5px 15px;
}

.stellarnav.desktop li.mega li.has-sub a:after {
  display: none;
}

.stellarnav.desktop > ul > li.mega > ul > li > a {
  color: yellow;
}

/* mega dd */
/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.stellarnav-noscroll-x {
  overflow-x: hidden;
}

/* general styling hauptnavi oben*/
/*----1.Ebene----*/
.stellarnav li.has-sub > a:after {
  content: "";
  margin-left: 5px;
  margin-right: 0px;
  margin-bottom: -2px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  /*Pfeile rechts*/
  border-top: 12px solid #fff;
  display: inline-block;
}

/*----2.Ebene----*/
.stellarnav li li.has-sub > a:after {
  margin-left: 10px;
  float: right;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  position: relative;
  top: 4px;
}

.stellarnav li.drop-left li.has-sub > a:after {
  float: left;
  margin-right: 10px;
  border-left: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #FFF;
}

.stellarnav.hide-arrows li.has-sub > a:after, .stellarnav.hide-arrows li li.has-sub > a:after, .stellarnav.hide-arrows li.drop-left li.has-sub > a:after {
  display: none;
}

.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
  display: none;
  text-transform: none;
  text-decoration: none;
}

.stellarnav .dd-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 1rem;
  padding-top: 10px;
  width: 52px;
  height: 52px;
  text-align: left;
  z-index: 9999;
  border: 0;
}

/*right: 0; padding: 0; width: 48px; height: 48px;*/
/*.stellarnav.desktop li.has-sub a { padding-right: 5px; }*/
.stellarnav.desktop.hide-arrows li.has-sub a {
  padding-right: 15px;
}

.stellarnav.mobile > ul > li > a.dd-toggle {
  padding: 0;
}

.stellarnav li.call-btn-mobile, .stellarnav li.location-btn-mobile {
  display: none;
}

/* svg icons */
.stellarnav svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  position: relative;
  top: 2px;
}

/* svg icons */
/* rotierende plus*/
.stellarnav a.dd-toggle .icon-plus {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 12px;
  height: 100%;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.stellarnav a.dd-toggle .icon-plus:before {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 3px var(--orange);
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
  transition: width 0.3s;
}

.stellarnav a.dd-toggle .icon-plus:after {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  top: 50%;
  border-bottom: solid 3px #777;
  position: absolute;
}

.stellarnav li.open > a.dd-toggle .icon-plus {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.stellarnav.dark a.dd-toggle .icon-plus:before {
  border-color: var(--orange);
}

.stellarnav.dark a.dd-toggle .icon-plus:after {
  border-color: var(--orange);
}

.stellarnav .icon-close {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
}

.stellarnav .icon-close:before {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 3px #777;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}

.stellarnav .icon-close:after {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  top: 50%;
  border-bottom: solid 3px #777;
  position: absolute;
  transform: rotate(-45deg);
}

.stellarnav.dark .icon-close:before {
  border-color: #FFF;
}

.stellarnav.dark .icon-close:after {
  border-color: #FFF;
}

/* mobile nav */
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {
  padding: 10px 15px 10px 15px;
  box-sizing: border-box; /*neu*/
  padding-left: 80px;
}

.stellarnav .menu-toggle span.bars {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 3px;
}

.stellarnav .menu-toggle span.bars span {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 6px;
  background: #777;
  margin: 0 0 3px;
}

.stellarnav .full {
  width: 100%;
}

.stellarnav .half {
  width: 50%;
}

.stellarnav .third {
  width: 33%;
  text-align: center;
}

/*original center*/
.stellarnav .location-btn-mobile.third {
  text-align: center;
}

/*original center*/
.stellarnav .location-btn-mobile.half {
  text-align: right;
}

.stellarnav.dark .third, .stellarnav.dark .half {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.dark.left .third, .stellarnav.dark.left .half {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.dark.right .third, .stellarnav.dark.right .half {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.dark.left .menu-toggle, .stellarnav.dark.right .menu-toggle {
  border-bottom: 0;
}

.stellarnav.dark .third:first-child, .stellarnav.dark .half:first-child {
  border-left: 0;
}

.stellarnav.dark .menu-toggle span.bars span {
  background: #FFF;
}

.stellarnav.mobile {
  position: static;
}

.stellarnav.mobile.fixed {
  position: static;
}

.stellarnav.mobile ul {
  position: relative;
  display: none;
}

.stellarnav.mobile.active {
  padding-bottom: 0;
}

.stellarnav.mobile.active > ul {
  display: block;
}

.stellarnav.mobile ul {
  text-align: left;
  font-size: 1.7rem;
}

.stellarnav.mobile > ul > li {
  display: block;
}

.stellarnav.mobile > ul > li > a {
  padding: 15px;
}

.stellarnav.mobile ul {
  background: rgb(221, 221, 221);
}

/* 2. Ebene mobile*/
.stellarnav.mobile ul ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: auto;
  left: 0;
  display: none;
  transition: color 100ms ease-in;
}

/* 3. Ebene mobile*/
.stellarnav.mobile ul ul ul {
  left: auto;
  top: auto;
}

.stellarnav.mobile li.drop-left ul ul {
  right: auto;
}

.stellarnav.mobile li a { /*border-bottom: 1px solid rgba(255, 255, 255, .15);*/
  font-size: 1.1rem;
}

.stellarnav.mobile > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/*.stellarnav.mobile li a.dd-toggle { border: 1px solid rgba(0, 0, 0, .15); /*neupadding: 1.2rem 1rem; margin: 0.7rem;}*/
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile {
  display: inline-block;
}

.stellarnav.mobile li.call-btn-mobile {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}

.stellarnav.mobile li.call-btn-mobile, .stellarnav.mobile li.location-btn-mobile {
  display: inline-block;
  width: 50%; /*text-transform: uppercase;*/
  text-align: center;
}

.stellarnav.mobile li.call-btn-mobile.full, .stellarnav.mobile li.location-btn-mobile.full {
  display: block;
  width: 100%; /*text-transform: uppercase*/
  border-right: 0;
  text-align: left;
}

/*Farbe mobil background*/
.stellarnav.mobile.dark ul {
  background: #5b5753; /*rgba(0, 0, 0, 1); */
}

.stellarnav.mobile.dark ul ul {
  background: rgba(255, 255, 255, 0.08);
}

.stellarnav.mobile.top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.stellarnav.mobile li.has-sub > a:after, .stellarnav.mobile li li.has-sub > a:after, .stellarnav.mobile li.drop-left li.has-sub > a:after {
  display: none;
}

/* left and right positions */
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.stellarnav.mobile.right > ul {
  right: 0;
}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
  display: inline-block;
  text-align: right;
}

.stellarnav.mobile.left > ul {
  left: 0;
}

.stellarnav.mobile.right .location-btn-mobile.half, .stellarnav.mobile.right .call-btn-mobile.half, .stellarnav.mobile.right .close-menu.half {
  text-align: center;
}

.stellarnav.mobile.right .location-btn-mobile.third, .stellarnav.mobile.right .call-btn-mobile.third, .stellarnav.mobile.right .close-menu.third {
  text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.half, .stellarnav.mobile.left .call-btn-mobile.half, .stellarnav.mobile.left .close-menu.half {
  text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.third, .stellarnav.mobile.left .call-btn-mobile.third, .stellarnav.mobile.left .close-menu.third {
  text-align: center;
}

.stellarnav.mobile.left .menu-toggle.half, .stellarnav.mobile.left .menu-toggle.third, .stellarnav.mobile.right .menu-toggle.half, .stellarnav.mobile.right .menu-toggle.third {
  text-align: left;
}

.stellarnav.mobile.left .close-menu.third span, .stellarnav.mobile.right .close-menu.third span {
  display: none;
}

/* Fallback for slow javascript load */
@media only screen and (max-width: 768px) {
  .stellarnav {
    overflow: hidden;
    display: block;
  }
  .stellarnav ul {
    position: relative;
    display: none;
  }
}
/* mobile nav */
@media only screen and (max-width: 420px) {
  .stellarnav.mobile .call-btn-mobile.third span, .stellarnav.mobile .location-btn-mobile.third span {
    display: none;
  }
}
/*----Spacer article Testsieger--*/
.img-test { /* style test images*/
  position: relative;
  text-align: center;
  z-index: 30;
  margin-top: 0;
}

.img-test ul li {
  display: inline-block;
  padding: 2rem 4rem 1rem 2rem;
  margin: 1rem;
}

.img-test img {
  width: 100%;
  height: auto;
  /* SCALE */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  /* VERZöGERUNG */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.img-test img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* Ende article Testsieger */
/* alte goc formatierung */
/* *** headline container, headlines, Tourdata, Etappen*** */
.article-1 div.headcomplete,
.article-2 div.headcomplete {
  width: 100%;
  margin: 0;
}

div.headcomplete {
  color: var(--white);
  padding: 0.5em;
  font-size: calc(12px + 5 * (100vw - 320px) / 1280);
  letter-spacing: 0.07em;
  text-align: center;
  font-weight: bold;
  line-height: 160%;
  background: -webkit-linear-gradient(top, #bebebe 0%, #a4a1a1 100%);
  background: -moz-linear-gradient(top, #bebebe 0%, #a4a1a1 100%);
  border: 1px solid var(--orange);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  width: 90%;
  margin: 0 0 0 5%;
}

/* mittige Aussrichtung Bild/profil*/
.flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

@media (max-width: 512px) {
  .flex-box.responsive {
    display: block;
  }
  .flex-box.responsive > div {
    width: 100% !important;
  }
}
.space-between {
  justify-content: space-between;
}

.flex-box.top {
  align-items: flex-start;
}

.flex-box img {
  width: auto;
  margin-bottom: 1em;
}

/* Tabelle Infobox mit Höhenprofil */
div.tdln1a {
  float: left;
  padding-left: 2px;
  width: 114px;
  BORDER-BOTTOM: gray 1px solid;
  background-color: #bebebe;
  color: var(--white);
}

/* *** Text include "Hinweis" *** */
div.innerTour100 {
  width: 470px;
  background-color: #9c9e9f;
  padding: 3px;
  font-weight: normal;
  font-size: 11px;
  color: #000000;
  line-height: 180%;
}

/* Inhalte verstecken */
.details {
  display: none;
}

.details:target {
  display: block;
}

/* Booking Reponsice Tabelle
Generic Styling, for Desktops/Laptops
*/
table:not(.no-design) {
  width: 75%;
  border-collapse: collapse;
  font-size: calc(12px + 3 * (100vw - 320px) / 1280);
}

/* Zebra striping */
table:not(.no-design) tr:nth-of-type(odd) {
  background: #e0f5ff; /*#eee;*/
}

table:not(.no-design) th {
  background: -webkit-linear-gradient(top, #bebebe 0%, #a4a1a1 100%);
  color: var(--white);
}

table:not(.no-design) th-1 {
  width: 50%;
  display: inline-block;
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffa500 100%);
  color: var(--slate-gray);
  font-weight: 600;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border: 1px solid #ccc;
  text-align: center;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  font-size: calc(14px + 4 * (100vw - 320px) / 1280);
  float: left;
}

table:not(.no-design) td, table:not(.no-design) th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.07em;
}

table:not(.no-design), img {
  width: auto;
}

table:not(.no-design) img:hover {
  transform: scale(1.2);
  transition: all 0.2s linear;
}

/* Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 420px) {
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block;
    font-weight: normal;
  }
  table {
    width: 100%;
    font-size: calc(10px + 4 * (100vw - 320px) / 1280);
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  th {
    background: -webkit-linear-gradient(top, #bebebe 0%, #a4a1a1 100%);
  }
  tr {
    border: 1px solid #ccc;
    margin: 0 0 1rem 0;
  }
  tr:nth-child(odd) {
    background: #e0f5ff; /*#bebebe;*/
  }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    text-align: left;
  }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 60px;
    white-space: nowrap;
  }
  /*Label the data*/
  td:not(.no-caption):nth-of-type(1):before {
    content: "Reise/Kurs vom:";
  }
  td:not(.no-caption):nth-of-type(2):before {
    content: "bis:";
    text-align: left;
  }
  td:not(.no-caption):nth-of-type(3):before {
    content: "Zimmer-Kategorie:";
  }
  td:not(.no-caption):nth-of-type(4):before {
    content: "Preis p./P:";
    text-align: left;
  }
  td:nth-of-type(5):before {
    content: "Plätze Minibus:";
    text-align: left;
  }
  td:nth-of-type(6):before {
    content: "Plätze Lv1:";
    text-align: left;
  }
  td:nth-of-type(7):before {
    content: "Plätze Lv2:";
    text-align: left;
  }
  td:nth-of-type(8):before {
    content: "Plätze Lv3:";
    text-align: left;
  }
  .r-details table td:nth-of-type(1):before {
    content: "";
  }
}
/*  Start Guides */
.guide-dates {
  position: relative;
  display: none;
  background-color: rgb(255, 255, 255);
  padding: 2px 5px;
  z-index: 150;
  width: 60%;
  margin: 2em 0 2em 20%;
  text-align: center;
  border: 1px solid var(--orange);
  border-radius: 15px 0px 15px 0px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.show-hotel {
  position: relative;
  display: none;
}

.r-details .article-guide div.headcomplete {
  width: 100%;
  margin-left: 0;
  /*padding: 0;*/
}

.guide-dates p {
  text-align: center;
  margin: 0;
  font-size: calc(10px + 2 * (100vw - 320px) / 1280);
}

.guide-dates a {
  text-decoration: underline;
  color: black;
  transition: color 1.5s ease;
}

.guide-dates a:hover {
  /*background-color: #4e4a47;*/
  color: var(--orange);
  font-weight: 700;
  text-shadow: none;
  transition: color 1.5s ease, background-color 0.9s, opacity 0.5s, visibility 0.5s;
}

.guide_menu_close {
  position: relative;
  margin-left: 96%;
  padding: 1px;
  border: 2px solid var(--orange);
  cursor: pointer;
  font-weight: 700;
  width: 20px;
  text-align: center;
  color: var(--orange);
}

.r-details .article-guide {
  width: 60%;
  margin: 2em 0 2em 20%;
  padding: 0;
  height: auto;
  border: 4px solid rgba(250, 250, 250, 0.6);
  border-radius: 15px 15px 0 0;
  /*font-size: calc(11px + (13 - 11) * ((100vw - 320px) / (1600 - 320)));
  */
  /*float: left;*/
  background-color: var(--white);
}

/*.r-details table {
	width: 100%;
	border-collapse: inherit;
	}	*/
.r-details .article-guide table td {
  text-align: left;
  font-weight: normal;
  padding: 1em;
  line-height: 180%;
  font-size: calc(11px + 3 * (100vw - 320px) / 1280);
}

.r-details .article-guide table img {
  margin-right: 3em;
}

.r-details .article-guide .head {
  color: var(--white);
  padding: 0.5em;
  font-size: calc(13px + 3 * (100vw - 320px) / 1280);
  background: -webkit-linear-gradient(top, #bebebe 0%, #a4a1a1 100%);
  background: -moz-linear-gradient(top, #bebebe 0%, #a4a1a1 100%);
  border: 1px solid var(--orange);
  border-radius: 15px 0px 15px 0px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 0.4em;
}

.r-details .article-guide li,
.r-details .article-guide h5 {
  display: block;
  margin: 1em 0 0.8em 1em;
  font-size: calc(12px + 2 * (100vw - 320px) / 1280);
  text-align: left;
  line-height: 180%;
}

.r-details .article-guide p {
  text-align: left;
  width: 90%;
  padding: 0 1em;
  font-size: calc(11px + 3 * (100vw - 320px) / 1280);
}

.r-details .article-guide img {
  position: relative;
  width: 220px;
  height: 220px;
  float: left;
  margin: 0 1em;
  border-radius: 220px;
  -moz-border-radius: 220px;
  -webkit-border-radius: 220px;
  box-shadow: 10px 10px 15px silver;
}

.flip-container {
  background: transparent;
  /*display: inline-block;*/
  float: left;
  padding: 0 1em 0 1em;
}

.flip-this,
.flip-this-1 {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-container:hover .flip-this {
  transition: 0.9s;
  transform: rotateY(180deg);
}

.container-wide-blue .r-details .article-6 img {
  max-width: 40%;
  margin-left: 30%;
  margin-right: 30%;
}

/* Anfang Styles BIG FOOTER- */
.footergrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  max-width: 1500px;
  margin: auto;
}

.footergrid .grid_1 {
  background: #4e4a47;
  color: #ababab;
  line-height: 25px;
  margin: 1em;
  padding: 0;
  font-size: calc(12px + 2 * (100vw - 320px) / 1280);
}

.grid_1 ul {
  list-style-type: none;
  padding-left: 0;
}

.grid_1 ul li {
  display: block;
  width: auto;
  padding: 0 0px 5px 0px;
  /*margin-bottom:10px;
        border-bottom: 1px solid #444444;*/
}

.grid_1 ul li a:hover {
  color: #fff;
}

footer {
  position: relative;
  clear: both;
  width: auto;
  height: auto;
  background: #4e4a47;
}

footer .wrapper {
  line-height: 25px;
  margin: 0 auto;
  padding: 2rem 2rem 2rem 10px;
  width: auto;
  max-width: 1500px;
  font-size: 14px;
}

.footer { /* footer + link decoration */
  width: 100%;
  float: left;
  position: relative;
  background-color: grey;
  text-align: center;
  border: 1px solid gray;
  padding: 15px;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.2rem;
  z-index: 10;
  text-decoration: none;
  background: linear-gradient(top, #bebebe 0%, #a4a1a1 100%);
  background: -moz-linear-gradient(top, #bebebe 0%, #a4a1a1 100%);
  background: -webkit-linear-gradient(top, #bebebe 0%, #a4a1a1 100%);
}

a.footer:hover { /* hover style*/
  text-decoration: underline;
  background-color: #ebe8de;
  color: black;
}

@media screen and (min-width: 240px) and (max-width: 1600px) {
  .footergrid {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#copyright {
  background: #1D1D1D;
  height: auto;
  left: 0;
  width: 100%;
}

#copyright .wrapper {
  font-family: "Ralway", sans-serif;
  color: #ABABAB;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  padding: 10px;
  text-align: center;
  margin: auto;
}

#copyright .wrapper a:hover {
  color: #fff;
}

/* Ende Styles BIG FOOTER */
#imagelightbox {
  /*position: fixed;*/
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
  width: 370px;
  display: inline-block;
}

.fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
  /*background: var(--white);
  padding: 2em;
  width: -moz-fit-content;
  -webkit-width: fit-content;
  -ms-width: fit-content;
  -o-width: fit-content;
  margin-right: auto;
  margin-left: auto;*/
  color: grey;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out {
  animation: fadeOut ease 4s;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.link-fix a {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.4em;
  text-decoration-color: var(--orange);
}

.link-fix a:hover {
  text-decoration-style: solid;
}

.li1 {
  padding: 0 1em 0 2.5em;
  margin: 0 0 2em 0;
  text-align: left;
  line-height: 1.88;
  font-size: calc(12px + 3 * (100vw - 320px) / 1280);
}

.p4 {
  padding: 1.4em !important;
}

.p8 {
  padding: 2.8em !important;
}

.p2 {
  padding: 0.7em !important;
}

.pt-2 {
  padding-top: 0.7em !important;
}

.pl-4 {
  padding-left: 1.4em !important;
}

.pl-6 {
  padding-left: 2em !important;
}

.mr-6 {
  margin-right: 3em !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.ml-4 {
  margin-left: 1.4em !important;
}

.m-4 {
  margin: 0.5em !important;
}

.m-1 {
  margin: 0.5em !important;
}

.p-1 {
  padding: 1em !important;
}

.ml-6 {
  margin-left: 3em !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (max-width: 32rem) {
  .-mobile-mt-1 {
    margin-top: 1em;
  }
}
@media (min-width: 32rem) {
  .-desktop-ml-6 {
    margin-left: 3em !important;
  }
}
.btn_2021 {
  box-sizing: border-box;
  appearance: none;
  background-color: transparent;
  border: 2px solid var(--orange);
  border-radius: 0.6em;
  color: var(--orange);
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 0.8em 1.2em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-image: linear-gradient(45deg, #FFA101 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 300ms ease-in-out;
  max-width: 99vw;
}

.btn_2021.green {
  border: 2px solid forestgreen;
  background-image: linear-gradient(45deg, forestgreen 50%, transparent 50%);
  color: forestgreen;
}

.btn_2021.red {
  border: 2px solid darkred;
  background-image: linear-gradient(45deg, mediumvioletred 50%, transparent 50%);
  color: darkred;
}

.btn_2021.disabled {
  border: 2px solid dimgrey;
  background-image: linear-gradient(45deg, darkgrey 50%, transparent 50%);
  color: dimgrey;
  cursor: not-allowed;
}

.btn_2021:focus {
  color: #000;
  outline: 0;
}

.btn_2021:hover {
  color: #fff;
  background-position: 0;
  outline: 0;
}

.form_2021 input:not([type=submit]):not(.no-style) {
  appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8nwYAAmoBZ0eMiB8AAAAASUVORK5CYII=) repeat;
  border: 0;
  border-radius: 3px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  color: var(--dark-grey);
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  height: 40px;
  outline: none;
}

.form_2021 input:not([type=submit]):not([type=checkbox]):not([type=number]):not([type=radio]):not(.no-style) {
  border-bottom: 2px solid transparent;
  padding-left: 10px;
  padding-right: 10px;
  width: 95%;
}

.form_2021 input[type=checkbox]:not(.no-style), .form_2021 input[type=radio]:not(.no-style) {
  width: 2em;
  height: 2em;
  border: 1px solid var(--orange);
  position: relative;
}

.form_2021 input[type=checkbox]:not(.no-style):checked, .form_2021 input[type=radio]:not(.no-style):checked {
  background-color: var(--orange);
  content: "X";
  border: 1px solid var(--dark-grey);
}

.form_2021 input[type=checkbox]:not(.no-style):checked:after, .form_2021 input[type=radio]:not(.no-style):checked:after {
  content: "X";
  font-weight: bolder;
  color: var(--dark-grey);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.form_2021 input[type=number]:not(.no-style) {
  width: auto;
}

.form_2021 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not(.no-style):hover {
  border-bottom-color: var(--orange);
  color: #000;
}

.form_2021 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not(.no-style):focus {
  border-bottom-color: var(--orange);
  color: #000;
}

@media (min-width: 36rem) {
  form.select_tour_type {
    padding: 0.4em;
    text-align: center;
  }
}
@media (max-width: 36rem) {
  form.select_tour_type > .flex-box {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  form.select_tour_type > .flex-box > div {
    padding: 0.2rem !important;
  }
}
.form_2021 select:not(.no-style) {
  appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8nwYAAmoBZ0eMiB8AAAAASUVORK5CYII=) repeat;
  border: none;
  border-radius: 3px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  color: #000;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  height: 40px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
}

.form_2021 select:not(.no-style) option {
  color: #666;
}

.form_2021 select:not(.no-style)::-ms-expand {
  display: none;
}

.form_2021 select:not(.no-style):focus::-ms-value {
  background-color: transparent;
}

.form_2021 > .flex {
  display: block;
}

.form_2021 > .flex > div {
  display: block;
  margin-bottom: 1em;
}

.form_2021 label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.8em;
}

@media only screen and (min-width: 768px) {
  .form_2021 label {
    margin-bottom: 0.4em;
  }
  .form_2021 .flex {
    display: flex;
    vertical-align: center;
    justify-content: space-evenly;
    align-items: center;
  }
  .form_2021 .flex.flex-start {
    justify-content: start;
    align-items: center;
  }
  .form_2021 .flex > div {
    flex-grow: 1;
    width: auto;
  }
}
div.trip-table-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1199px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
}

div.trip-table-wrapper h3 {
  text-align: center;
  font-size: 1.5em;
  border-bottom: 2px solid #FFA101;
  padding-bottom: 0.2em;
}

table.trips {
  display: table;
  margin: 0 auto;
  width: 75%;
}

table.trips a {
  text-decoration: underline;
}

table.trips a:hover {
  text-decoration-style: double;
}

table.trips thead tr:hover td, table.trips tr.head:hover td {
  background-color: var(--dark-grey);
}

table.trips thead td, table.trips tr.head td {
  font-size: 0.9em;
  background-color: var(--dark-grey);
  color: #fff;
  text-align: center;
  font-weight: normal;
}

table.trips tbody td {
  padding: 0.8em;
  font-size: 1em;
  transition: background-color ease-in-out 200ms, color linear 100ms;
  position: relative;
}

table.trips > tbody tr:hover td {
  background-color: #FFA101;
  color: #fff;
}

table.trips > tbody img {
  border: 1px solid transparent;
  width: 20px;
  height: 20px;
  transition: transform ease-in-out 400ms;
}

table.trips > tbody tr:hover td img {
  border: 1px solid #000;
  transform: scale(1.4) rotate(-5deg);
}

table.trips > tbody tr:hover td img:hover {
  transform: scale(1.8) rotate(-10deg);
}

._indicator_helper {
  display: none;
}

@media (max-width: 420px) {
  table.trips td.indicator {
    width: 24px;
    display: none;
  }
  ._indicator_helper {
    display: table-cell;
    position: relative;
    padding-left: 0 !important;
    width: 100vw;
  }
  ._indicator_helper span {
    font-size: 0.8em;
    border: 1px solid var(--light-grey);
    padding: 0.2em;
    margin: 0.8em 1em 0.4em 0.4em;
    text-align: center;
  }
  ._indicator_helper img {
    margin: 0;
    padding: 0;
  }
  table.trips tbody td:not(.no-padding) {
    padding-left: 160px;
  }
  table.trips tbody td {
    font-size: 1.2em;
  }
  table.trips tbody td:before {
    top: 12px;
    font-weight: lighter;
    font-size: 1em;
    width: initial;
  }
  table.trips tbody td:nth-of-type(1):before {
    content: "Reisetyp | Kurs:";
  }
  table.trips tbody td:nth-of-type(2):before {
    content: "";
  }
  table.trips tbody td:nth-of-type(3):before {
    content: "Zeitraum:";
  }
  table.trips tbody td:nth-of-type(4):before {
    content: "Kategorie:";
  }
  table.trips tbody td:nth-of-type(5):before {
    content: "Preis p.P.:";
  }
  table.trips tbody td:nth-of-type(6):before {
    content: "Freie Plätze Minibus:";
  }
  table.trips tbody td:nth-of-type(10):before {
    content: "";
  }
}
.message {
  display: block;
  padding: 0.4em;
  margin: 1.4em;
  font-size: 1em;
  border: 1px solid cadetblue;
  background-color: cadetblue;
  color: WHITE;
  border-radius: 0.4em;
}

.message.error {
  border: 1px solid red;
  background-color: palevioletred;
  color: #fff;
}

.message.success {
  border-color: #00cc00;
  background-color: #3eb370;
  color: #fff;
}

.message h1, .message h2, .message h3 {
  font-size: 1.2em;
}

.hide-on-desktop {
  display: initial;
}

.hide-on-mobile {
  display: none !important;
}

.show-on-mobile {
  display: block !important;
}

@media (min-width: 1024px) {
  .hide-on-desktop {
    display: none !important;
  }
  .hide-on-mobile {
    display: block !important;
  }
  .show-on-mobile {
    display: none !important;
  }
}
img.indicator {
  width: 32px;
  height: 32px;
  border: 1px transparent solid;
  vertical-align: middle;
}

img.indicator:hover {
  border: 1px solid var(--dark-grey);
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0;
}

.mt-4 {
  margin-top: 4em !important;
}

.mx-4 {
  margin-left: 4em !important;
  margin-right: 4em !important;
}

.my-4 {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

.my-2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.my-1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.py-4 {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.py-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.py-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

label.required:after {
  color: lightcoral;
  font-weight: lighter;
  content: "*";
}

label.required:hover:after {
  opacity: 1;
}

.masonry {
  display: block;
}

.masonry.galerie {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1.5rem;
  justify-items: center;
  position: relative;
}

@media (min-width: 32rem) {
  .masonry {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(32rem, 1fr));
    grid-template-rows: masonry;
    grid-gap: 1rem;
  }
}
@media (min-width: 420px) {
  .masonry.galerie {
    column-count: 3;
  }
}
@media (min-width: 1024px) {
  .masonry.galerie {
    column-count: 5;
  }
}
.masonry.galerie > div { /* Masonry bricks or child elements */
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}

.masonry > div > .teaser {
  top: 0;
  left: 0;
  right: 0;
}

.masonry.galerie img:hover {
  transform: scale(1.1) rotate(2deg);
}

.masonry.galerie img, .current_image img {
  border: 2px solid var(--orange);
  transition: transform ease-in-out 200ms;
}

.customer_nav {
  width: 100%;
  max-width: 1199px;
  margin: 2rem auto;
  background-color: var(--orange);
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  overflow: hidden;
}

.customer_nav a {
  display: block;
  padding: 1em;
  color: var(--white);
  border-bottom: 4px solid transparent;
}

.customer_nav a:hover {
  color: var(--dark-grey);
  border-bottom: 4px solid var(--dark-grey);
}

.fa-orange {
  color: var(--orange);
}

.fa-white {
  color: var(--white);
}

.fa-blue {
  color: var(--blue);
}

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

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

.is-red {
  color: darkred !important;
}

.is-relative {
  position: relative;
}

.is-maximized {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.is-absolute {
  position: absolute;
}

.auto-max-h {
  max-height: 33vh;
}

.max-height-50vh {
  max-height: 50vh;
}

.max-height-75vh {
  max-height: 75vh;
}

.auto-width {
  width: auto;
}

.auto-height {
  height: auto;
}

.max-width-100 {
  max-width: 100%;
}

.border-1 {
  border: 1px solid var(--orange);
}

.filled-orange {
  background-color: var(--orange);
}

.text-xxs {
  font-size: 25% !important;
}

.text-xs {
  font-size: 50% !important;
}

.text-s {
  font-size: 70% !important;
}

.text-m {
  font-size: 80% !important;
}

.text-l, .text-normal {
  font-size: 100% !important;
}

.text-xl {
  font-size: 140% !important;
}

.text-xxl {
  font-size: 200% !important;
}

.text-bold {
  font-weight: bold;
}

.text-white {
  color: var(--white);
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/3 {
  width: 33.33331% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-3\/4 {
  width: 75% !important;
}

.w-1\/10 {
  width: 10% !important;
}

.w-9\/10 {
  width: 90% !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.help_1 {
  width: auto;
  min-width: 25px;
}

#video-container {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

#video-container iframe {
  height: 500px;
  width: 100%;
}

@media (min-width: 1200px) {
  #video-container {
    min-height: 1024px;
  }
  #video-container iframe {
    height: 1024px;
    width: 100%;
  }
}
.video-teaser {
  background-color: #ff7700;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%23cf4000' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23ae3a00' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23d88824' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23a94e1a' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23d17741' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23ab453a' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23c03464' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%23a64c4c' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23ca8371' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%23b27960' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23aa21a4' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%23913c84' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
  background-position: bottom;
  background-repeat: repeat-x;
  height: 80vh;
}

.video-teaser .holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2vh 0.5em 0.5em;
  height: 65vh;
}

.video-teaser .holder > .video {
  max-width: 80vh;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  height: 100%;
}

.video-teaser iframe {
  display: block;
  width: 100%;
  max-width: 560px;
  height: 100%;
  max-height: 315px;
  margin: 0 auto;
  transform: rotate(1deg);
  border: solid #fff;
  border-width: 6px 6px 20px 6px;
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
}

.video-teaser .title {
  text-align: center;
  color: white;
  font-weight: bolder;
  padding-top: 2vh;
}

.video-teaser .title h2 {
  border-top: none;
  font-size: 1.4rem;
  margin: 0;
}

.video-teaser .title p {
  font-size: 1rem;
}

.video-teaser .title h2:after, .video-teaser .title h2:before {
  border-top: 0;
}

.video-teaser .caption {
  margin: 0 auto;
  width: 75vw;
  text-align: center;
}

.video-teaser .caption a {
  background: white;
  text-align: center;
  display: inline-block;
}

.video-teaser .caption a:hover {
  background-color: var(--orange);
}

.video-teaser iframe {
  max-height: 200px;
  height: 100%;
}

@media (min-height: 500px) {
  .video-teaser iframe {
    max-height: 315px;
  }
}
@media (min-width: 720px) {
  .video-teaser .title h2 {
    font-size: 2rem;
  }
  .video-teaser {
    height: 55vh;
  }
  .video-teaser .holder {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 45vh;
    padding: 5vh 2em 2em;
  }
  .video-teaser .holder .video {
    margin-left: 2em;
  }
  .video-teaser iframe, .video-teaser .title {
    width: 45vw;
  }
  .video-teaser .caption a {
    text-align: center;
    width: auto;
    display: inline-block;
  }
}
@media (min-width: 920px) {
  .video-teaser iframe, .video-teaser .title {
    width: 33vw;
  }
  .video-teaser .caption {
    margin: 2em auto;
  }
}
.video_share_area {
  display: inline-block;
  position: relative;
}

.share_video_dialog {
  display: none;
  position: absolute;
  background-color: white;
  z-index: 99;
  padding: 2em;
  border-radius: 0.2em;
  top: -2vh;
  min-width: 256px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  opacity: 0.9;
  transition: opacity ease-in-out 100ms;
}

.share_video_dialog:hover {
  opacity: 1;
}

#share_video_dialog:target, #share_video_dialog.open {
  display: block;
}

.share_video_dialog button {
  margin-bottom: 0.8em;
}

.share_video_dialog button:first-of-type {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 40px;
  font-weight: bold;
  color: #000;
  background-color: transparent;
  border: none;
}

.share_video_dialog button .fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.share_video_dialog button .fa:hover {
  opacity: 0.7;
}

.share_video_dialog button.twitter {
  background: #55ACEE;
  color: white;
  border-color: #1e78c0;
}

.share_video_dialog button.twitter:hover {
  background-color: #4193d2;
}

.share_video_dialog button.twitter i, .share_video_dialog button.facebook i {
  color: white;
  margin-right: 0.8em;
}

.share_video_dialog button.facebook {
  background: #3B5998;
  color: white;
  border-color: #1e78c0;
}

.share_video_dialog button.facebook:hover {
  background-color: #4070d5;
}

i.fa-envelope {
  color: black;
  margin-right: 12px;
}

i.fa-external-link-alt {
  color: black;
  margin-right: 12px;
}

@media (max-width: 759px) {
  .share_video_dialog {
    left: -50vw;
  }
}
.has-white-bg {
  background-color: var(--white);
}

.has-black-bg {
  background-color: rgb(0, 0, 0);
}

.max-width-512px {
  max-width: 512px;
}

/** New TExt Attributes Css */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-white {
  color: var(--white);
}

.responsive-label {
  align-items: center;
}

.text-xxl {
  font-size: 1.8rem;
}

.text-xl {
  font-size: 1.5rem;
}

.text-l {
  font-size: 1.2rem;
}

.text-m, .text-normal {
  font-size: 1rem;
}

.text-s {
  font-size: 0.8rem;
}

.text-xs {
  font-size: 0.6rem;
}

.text-bold {
  font-weight: bold;
}

.lh-150 {
  line-height: 150%;
}

.lh-200 {
  line-height: 200%;
}

.lh-250 {
  line-height: 250%;
}

/** Blog Css */
main.blog > article {
  margin: 4rem;
  text-align: left;
}

main.blog a:not(.link):not(.no_line) {
  text-decoration: none;
  font-weight: bolder;
  border-bottom: 2px solid orange;
  transition: border-color ease-in-out 0.1s;
}

main.blog a:not(.link):hover:not(.no_line) {
  text-decoration: none;
  border-color: transparent;
}

main.blog a:not(.link):not(.no_line)::before {
  content: "⯈";
  font-size: 1rem;
  padding-right: 0.4em;
}

main.blog > article > h1 {
  text-align: left;
}

main.blog > article > p {
  line-height: 2rem;
}

main.blog > article > p:first-of-type {
  font-size: 1.4rem;
}

main.blog > section.posts > article {
  display: flex;
  justify-content: stretch;
  margin-bottom: 10vh;
  margin-top: 5vh;
  flex-direction: column;
}

main.blog > section.posts > article > header {
  background-color: #d3d3d3;
  min-height: 350px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

main.blog > section.posts > article > main {
  background-color: #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: start;
}

main.blog > section.posts > article > main > div,
main.blog_post > article {
  width: 100%;
  max-width: 512px;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #000;
}

main.blog > section.posts > article > main > div > div:first-of-type {
  font-size: 1.8rem;
  font-weight: bolder;
  margin-bottom: 2vh;
}

a.link {
  color: #fff;
  font-size: 1rem;
  background-color: #000;
  padding: 0.4rem 1em 0.4rem 2.4rem;
  font-weight: bolder;
  transition: transform 0.3s ease-out;
  display: inline-block;
}

a.link:after {
  content: "⇢";
  padding-left: 1rem;
  color: transparent;
}

a.link:active,
a.link:focus,
a.link:hover {
  transform: translateX(1vh);
  color: orange;
}

a.link:active:after,
a.link:focus:after,
a.link:hover:after {
  color: #fff;
}

@media (min-width: 768px) {
  main.blog > section.posts > article {
    flex-direction: row;
  }
  main.blog > section.posts > article > header,
  main.blog > section.posts > article > main {
    width: 50%;
  }
  main.blog > section.posts > article.odd > header {
    order: 2;
  }
  main.blog > section.posts > article.odd > main {
    order: 1;
    justify-content: end;
  }
}
main.blog_post {
  margin-top: 5vh;
}

.blog_post > picture {
  display: block;
  text-align: center;
}

.blog_post > picture > img {
  width: auto;
  max-width: 100vw;
  height: auto;
  max-height: 60vh;
  border: 1px solid #000;
  border-radius: 0.1em;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  transition: box-shadow ease-in-out 0.2s, filter ease-in-out 0.2s;
}

.blog_post > picture > img:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  filter: grayscale(0.15);
}

main.blog_post > article {
  width: 100%;
}

main.blog_post > article,
main.blog_post > aside,
main.blog_post > header,
main.blog_post > hr {
  max-width: 768px;
  display: block;
  margin: 4vh auto 2vh;
  line-height: 2rem;
}

main.blog_post > article,
main.blog_post > header {
  text-align: left;
  font-size: 1.2rem;
  color: #000;
  padding: 2vw;
}

main.blog_post > aside {
  text-align: right;
}

main.blog_post > header > h1 {
  color: #000;
  font-size: 1.8rem;
  font-weight: bolder;
  text-align: left;
}

@media (min-width: 768px) {
  main.blog_post > article,
  main.blog_post > header {
    padding: inherit;
  }
  .blog_post > picture > img {
    max-width: 90vw;
  }
}
#blog_banner {
  background: -webkit-linear-gradient(110deg, var(--orange) 50%, #f70 50%);
  background: -o-linear-gradient(110deg, var(--orange) 50%, #f70 50%);
  background: -moz-linear-gradient(110deg, var(--orange) 50%, #f70 50%);
  background: linear-gradient(110deg, var(--orange) 50%, #f70 50%);
  min-height: 22vh;
  padding-top: 4vh;
  padding-bottom: 4vh;
  text-align: center;
}

#blog_banner > div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#blog_banner > div > div:first-of-type {
  padding-right: 5vw;
}

#blog_banner > div > div:last-of-type {
  padding-left: 5vw;
}

#blog_banner h2 {
  color: var(--white);
  font-size: 2.4rem;
  font-weight: bolder;
  text-align: right;
  position: relative;
}

#blog_banner h2 span {
  position: absolute;
  top: -3vh;
  display: block;
  transform: rotate(-3deg);
  font-style: oblique;
  transition: font-weight ease-in-out 0.1s, transform ease-in-out 0.2s;
}

#blog_banner:hover > div > div:first-of-type > h2 > span {
  transform: rotate(-5deg) scale(0.8);
  font-weight: 900;
}

#blog_banner h2::after,
#blog_banner h2::before {
  border: none;
}

#blog_banner p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 2rem;
}

@media screen and (min-width: 768px) {
  #blog_banner {
    text-align: right;
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
  #blog_banner > div > div:last-of-type {
    text-align: left;
  }
  #blog_banner > div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #blog_banner > div > div {
    width: 50%;
  }
}
/** New Content Style Css */
main.gradient {
  background-image: linear-gradient(0deg, #fff 10%, #eef0f7);
}

.content-area {
  width: 100%;
  max-width: 72rem;
  padding: 1rem;
  display: block;
  margin: 2vh auto;
}
.content-area.whitebox {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  border-radius: 0.4rem;
  background-color: rgba(255, 255, 255, 0.4);
}
.content-area h2 {
  display: block;
}
.content-area h2::before, .content-area h2::after {
  content: initial;
  position: initial;
  border-top: initial;
  top: initial;
  width: initial;
}
.content-area p {
  break-inside: auto;
  text-align: left;
}
.content-area .higlight {
  color: orange;
  font-weight: 900;
  transform: rotate(-2deg);
  display: inline-block;
}

hr.hr {
  border: 0 solid #e2e8f0;
  margin: 0;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
}

/** Google fonts */
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4taVIGxA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4kaVIGxA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4saVIGxA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4jaVIGxA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4iaVIGxA.woff2) format("woff2");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4vaVIGxA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVIGxA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVIGxA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVIGxA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVIGxA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVIGxA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVIGxA.woff2) format("woff2");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVIGxA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVIGxA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4taVIGxA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4kaVIGxA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4saVIGxA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4jaVIGxA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4iaVIGxA.woff2) format("woff2");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4vaVIGxA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVIGxA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/** Font awesome css*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/** Include Slick (at last!) */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/** Bootstrap Elements */
.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

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

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