@charset "UTF-8";
/*! Spectre.css | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* 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;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 1 */
  -ms-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 (removed).
 */
/**
 * 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. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* 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. (removed)
 */
/**
 * 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,
pre,
samp {
  font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace;
  /* 1 (changed) */
  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-. (Removed)
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  font-weight: 400;
  /* (added) */
}

/**
 * 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: inherit;
  /* 1 (changed) */
  font-size: inherit;
  /* 1 (changed) */
  line-height: inherit;
  /* 1 (changed) */
  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 (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

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

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

html {
  box-sizing: border-box;
  font-size: 25px;
  line-height: 1.42857;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #fff;
  color: #0d0d0d;
  font-family: typold, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 0.7rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

a {
  color: #5764c6;
  outline: none;
  text-decoration: none;
}

a:focus {
  box-shadow: 0 0 0 0.1rem rgba(87, 100, 198, 0.2);
}

a:focus,
a:hover,
a:active,
a.active {
  color: #4452c0;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.25em;
  margin-top: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.6rem;
}

h3,
.h3 {
  font-size: 1.4rem;
}

h4,
.h4 {
  font-size: 1.2rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.8rem;
}

p {
  line-height: 1.2rem;
  margin: 0 0 0.8rem;
}

a,
ins,
u {
  -webkit-text-decoration-skip: ink edges;
  text-decoration-skip: ink edges;
}

abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none;
}

kbd {
  background: #000;
  border-radius: 0.1rem;
  color: #fff;
  line-height: 1;
  padding: 0.15rem 0.2rem;
}

mark {
  background: #ffe9b3;
  border-radius: 0.1rem;
  color: #0d0d0d;
  line-height: 1;
  padding: 0.15rem 0.2rem;
}

blockquote {
  border-left: 0.1rem solid #999;
  margin-left: 0;
  padding: 0.4rem 0.8rem;
}

blockquote p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
  padding: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
}

ul li,
ol li {
  margin-top: 0.4rem;
}

ul {
  list-style: disc inside;
}

ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal inside;
}

ol ol {
  list-style-type: lower-alpha;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin: 0.4rem 0 0.8rem 0;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%;
}

.table.table-striped tbody tr:nth-of-type(odd) {
  background: #a8a8a8;
}

.table.table-hover tbody tr:hover {
  background: #a1a1a1;
}

.table tbody tr.active,
.table.table-striped tbody tr.active {
  background: #a1a1a1;
}

.table td,
.table th {
  border-bottom: 0.05rem solid #999;
  padding: 0.6rem 0.4rem;
}

.table th {
  border-bottom-width: 0.1rem;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 0.05rem solid #5764c6;
  border-radius: 0.1rem;
  color: #5764c6;
  cursor: pointer;
  display: inline-block;
  font-size: 0.7rem;
  height: 1.6rem;
  line-height: 1rem;
  outline: none;
  padding: 0.25rem 0.72rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(87, 100, 198, 0.2);
}

.btn:focus,
.btn:hover {
  background: #eff1fa;
  border-color: #4c59c2;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background: #4c59c2;
  border-color: #3e4cb6;
  color: #fff;
  text-decoration: none;
}

.btn:active.loading::after,
.btn.active.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.btn[disabled],
.btn:disabled,
.btn.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.btn.btn-primary {
  background: #5764c6;
  border-color: #4c59c2;
  color: #fff;
}

.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background: #4452c0;
  border-color: #3e4cb6;
  color: #fff;
}

.btn.btn-primary:active,
.btn.btn-primary.active {
  background: #3f4eba;
  border-color: #3b49af;
  color: #fff;
}

.btn.btn-primary.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #5764c6;
}

.btn.btn-link:focus,
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link.active {
  color: #4452c0;
}

.btn.btn-sm {
  font-size: 0.6rem;
  height: 1.2rem;
  padding: 0.05rem 0.54rem;
}

.btn.btn-lg {
  font-size: 0.8rem;
  height: 2rem;
  padding: 0.45rem 1.08rem;
}

.btn.btn-block {
  display: block;
  width: 100%;
}

.btn.btn-action {
  padding-left: 0;
  padding-right: 0;
  width: 1.6rem;
}

.btn.btn-action.btn-sm {
  width: 1.2rem;
}

.btn.btn-action.btn-lg {
  width: 2rem;
}

.btn.btn-clear {
  background: transparent;
  border: 0;
  color: currentColor;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-left: 0.2rem;
  margin-right: -2px;
  opacity: 0.45;
  padding: 0 2px;
  text-decoration: none;
  width: 0.8rem;
}

.btn.btn-clear:hover {
  opacity: 0.85;
}

.btn.btn-clear::before {
  content: "✕";
}

.btn-group {
  display: inline-flex;
  flex-wrap: wrap;
}

.btn-group .btn {
  flex: 1 0 auto;
}

.btn-group .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}

.btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}

.btn-group .btn:focus,
.btn-group .btn:hover,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 1;
}

.btn-group.btn-group-block {
  display: flex;
}

.btn-group.btn-group-block .btn {
  flex: 1 0 0;
}

.label {
  background: #a8a8a8;
  border-radius: 0.1rem;
  color: #1a1a1a;
  display: inline-block;
  line-height: 1;
  line-height: 1;
  padding: 0.15rem 0.2rem;
}

.label.label-rounded {
  border-radius: 5rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.label.label-primary {
  background: #5764c6;
  color: #fff;
}

.label.label-secondary {
  background: #eff1fa;
  color: #5764c6;
}

.label.label-success {
  background: #32b643;
  color: #fff;
}

.label.label-warning {
  background: #ffb700;
  color: #fff;
}

.label.label-error {
  background: #e85600;
  color: #fff;
}

code {
  background: #fdf4f4;
  border-radius: 0.1rem;
  color: #e06870;
  font-size: 0.65rem;
  line-height: 1;
  padding: 0.15rem 0.2rem;
}

.code {
  border-radius: 0.1rem;
  color: #0d0d0d;
  line-height: 1rem;
  position: relative;
}

.code::before {
  color: #666;
  content: attr(data-lang);
  font-size: 0.6rem;
  position: absolute;
  right: 0.72rem;
  top: 0.1rem;
}

.code code {
  background: #a8a8a8;
  color: inherit;
  display: block;
  line-height: inherit;
  overflow-x: auto;
  padding: 1rem;
  width: 100%;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.img-fit-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.video-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.video-responsive::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.video-responsive video {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.video-responsive-4-3::before {
  padding-bottom: 75%;
}

.video-responsive-1-1::before {
  padding-bottom: 100%;
}

.figure {
  margin: 0 0 0.72rem 0;
}

.figure .figure-caption {
  color: #333;
  margin-top: 0.72rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.72rem;
  padding-right: 0.72rem;
  width: 100%;
}

.container.grid-xl {
  max-width: 1316px;
}

.container.grid-lg {
  max-width: 996px;
}

.container.grid-md {
  max-width: 836px;
}

.container.grid-sm {
  max-width: 636px;
}

.container.grid-xs {
  max-width: 516px;
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.72rem;
  margin-right: -0.72rem;
}

.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}

.columns.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}

.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.column {
  flex: 1;
  max-width: 100%;
  padding-left: 0.72rem;
  padding-right: 0.72rem;
}

.column.col-12,
.column.col-11,
.column.col-10,
.column.col-9,
.column.col-8,
.column.col-7,
.column.col-6,
.column.col-5,
.column.col-4,
.column.col-3,
.column.col-2,
.column.col-1 {
  flex: none;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

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

.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.col-mr-auto {
  margin-right: auto;
}

@media screen and (max-width: 1280px) {
  .col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1 {
    flex: none;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .hide-xl {
    display: none !important;
  }

  .show-xl {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  .col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1 {
    flex: none;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .hide-lg {
    display: none !important;
  }

  .show-lg {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1 {
    flex: none;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .hide-md {
    display: none !important;
  }

  .show-md {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1 {
    flex: none;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .hide-sm {
    display: none !important;
  }

  .show-sm {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
    flex: none;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-11 {
    width: 91.66666667%;
  }

  .col-xs-10 {
    width: 83.33333333%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-8 {
    width: 66.66666667%;
  }

  .col-xs-7 {
    width: 58.33333333%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-xs-1 {
    width: 8.33333333%;
  }

  .hide-xs {
    display: none !important;
  }

  .show-xs {
    display: block !important;
  }
}
.panel {
  border: 0.05rem solid #999;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
}

.panel .panel-header,
.panel .panel-footer {
  flex: 0 0 auto;
  padding: 0.8rem;
}

.panel .panel-nav {
  flex: 0 0 auto;
}

.panel .panel-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0 0.8rem;
}

.empty {
  background: #a8a8a8;
  border-radius: 0.1rem;
  color: #333;
  padding: 2.88rem;
  text-align: center;
}

.empty .empty-icon {
  margin-bottom: 0.8rem;
}

.empty .empty-title,
.empty .empty-subtitle {
  margin: 0.72rem auto;
}

.empty .empty-action {
  margin-top: 0.8rem;
}

.accordion .accordion-item input:checked ~ .accordion-header .icon {
  transform: rotate(90deg);
}

.accordion .accordion-item input:checked ~ .accordion-body {
  max-height: 1000px;
}

.accordion .accordion-item .accordion-header {
  display: block;
  padding: 0.2rem 0.4rem;
}

.accordion .accordion-item .accordion-header .icon {
  transition: all 0.2s ease;
}

.accordion .accordion-item .accordion-body {
  margin-bottom: 0.72rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
}

.form-autocomplete {
  position: relative;
}

.form-autocomplete .form-autocomplete-input {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  min-height: 1.6rem;
  padding: 0.1rem;
}

.form-autocomplete .form-autocomplete-input.is-focused {
  border-color: #5764c6;
  box-shadow: 0 0 0 0.1rem rgba(87, 100, 198, 0.2);
}

.form-autocomplete .form-autocomplete-input .form-input {
  border-color: transparent;
  box-shadow: none;
  display: inline-block;
  flex: 1 0 auto;
  height: 1.2rem;
  line-height: 0.8rem;
  margin: 0.1rem;
  width: auto;
}

.form-autocomplete mark {
  font-size: 1;
  padding: 0.1em 0;
}

.form-autocomplete .menu {
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.bar {
  background: #a1a1a1;
  border-radius: 0.1rem;
  display: flex;
  flex-wrap: nowrap;
  height: 0.8rem;
  width: 100%;
}

.bar.bar-sm {
  height: 0.2rem;
}

.bar .bar-item {
  background: #5764c6;
  color: #fff;
  display: block;
  flex-shrink: 0;
  font-size: 0.6rem;
  height: 100%;
  line-height: 0.8rem;
  position: relative;
  text-align: center;
  width: 0;
}

.bar .bar-item:first-child {
  border-bottom-left-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}

.bar .bar-item:last-child {
  border-bottom-right-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  flex-shrink: 1;
}

.bar-slider {
  height: 0.1rem;
  margin: 0.72rem 0;
  position: relative;
}

.bar-slider .bar-item {
  left: 0;
  padding: 0;
  position: absolute;
}

.bar-slider .bar-item:not(:last-child):first-child {
  background: #a1a1a1;
  z-index: 1;
}

.bar-slider .bar-slider-btn {
  background: #5764c6;
  border: 0;
  border-radius: 50%;
  height: 0.6rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 0.6rem;
}

.bar-slider .bar-slider-btn:active {
  box-shadow: 0 0 0 0.1rem #5764c6;
}

.card {
  background: #fff;
  border: 0.05rem solid #999;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
}

.card .card-header,
.card .card-body,
.card .card-footer {
  padding: 0.8rem;
  padding-bottom: 0;
}

.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
  padding-bottom: 0.8rem;
}

.card .card-image {
  padding-top: 0.8rem;
}

.card .card-image:first-child {
  padding-top: 0;
}

.card .card-image:first-child img {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.card .card-image:last-child img {
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}

.modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0.72rem;
  position: fixed;
  right: 0;
  top: 0;
}

.modal:target,
.modal.active {
  display: flex;
  opacity: 1;
  z-index: 400;
}

.modal:target .modal-overlay,
.modal.active .modal-overlay {
  background: rgba(168, 168, 168, 0.75);
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.modal:target .modal-container,
.modal.active .modal-container {
  -webkit-animation: slide-down 0.2s ease 1;
  animation: slide-down 0.2s ease 1;
  max-width: 640px;
  z-index: 1;
}

.modal.modal-sm .modal-container {
  max-width: 320px;
}

.modal-container {
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
  display: block;
  padding: 0;
  text-align: left;
}

.modal-container .modal-header {
  padding: 0.8rem;
}

.modal-container .modal-header .modal-title {
  margin: 0;
}

.modal-container .modal-body {
  max-height: 50vh;
  overflow-y: auto;
  padding: 0.8rem;
  position: relative;
}

.modal-container .modal-footer {
  padding: 0.8rem;
  text-align: right;
}

.nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0.2rem 0;
}

.nav .nav-item a {
  color: #333;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
}

.nav .nav-item a:focus,
.nav .nav-item a:hover {
  color: #5764c6;
}

.nav .nav-item.active > a {
  color: #1a1a1a;
  font-weight: bold;
}

.nav .nav-item.active > a:focus,
.nav .nav-item.active > a:hover {
  color: #5764c6;
}

.nav .nav {
  margin-bottom: 0.4rem;
  margin-left: 0.8rem;
}

.pagination {
  display: flex;
  list-style: none;
  margin: 0.2rem 0;
  padding: 0.2rem 0;
}

.pagination .page-item {
  margin: 0.2rem 0.05rem;
}

.pagination .page-item span {
  display: inline-block;
  padding: 0.2rem 0.2rem;
}

.pagination .page-item a {
  border-radius: 0.1rem;
  color: #333;
  display: inline-block;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
}

.pagination .page-item a:focus,
.pagination .page-item a:hover {
  color: #5764c6;
}

.pagination .page-item.disabled a {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.pagination .page-item.active a {
  background: #5764c6;
  color: #fff;
}

.pagination .page-item.page-prev,
.pagination .page-item.page-next {
  flex: 1 0 50%;
}

.pagination .page-item.page-next {
  text-align: right;
}

.pagination .page-item .page-item-title {
  margin: 0;
}

.pagination .page-item .page-item-subtitle {
  margin: 0;
  opacity: 0.5;
}

.popover {
  display: inline-block;
  position: relative;
}

.popover .popover-container {
  content: attr(data-tooltip);
  left: 50%;
  opacity: 0;
  padding: 0.72rem;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
  width: 320px;
  z-index: 400;
}

.popover :focus + .popover-container,
.popover:hover .popover-container,
.popover .popover-container:hover {
  display: block;
  opacity: 1;
  transform: translate(-50%, -100%) scale(1);
}

.popover.popover-right .popover-container {
  left: 100%;
  top: 50%;
}

.popover.popover-right :focus + .popover-container,
.popover.popover-right:hover .popover-container,
.popover.popover-right .popover-container:hover {
  transform: translate(0, -50%) scale(1);
}

.popover.popover-bottom .popover-container {
  left: 50%;
  top: 100%;
}

.popover.popover-bottom :focus + .popover-container,
.popover.popover-bottom:hover .popover-container,
.popover.popover-bottom .popover-container:hover {
  transform: translate(-50%, 0) scale(1);
}

.popover.popover-left .popover-container {
  left: 0;
  top: 50%;
}

.popover.popover-left :focus + .popover-container,
.popover.popover-left:hover .popover-container,
.popover.popover-left .popover-container:hover {
  transform: translate(-100%, -50%) scale(1);
}

.popover .card {
  border: 0;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
}

.tab {
  align-items: center;
  border-bottom: 0.05rem solid #999;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0.2rem 0 0.15rem 0;
}

.tab .tab-item {
  margin-top: 0;
}

.tab .tab-item.tab-action {
  flex: 1 0 auto;
  text-align: right;
}

.tab .tab-item a {
  border-bottom: 0.1rem solid transparent;
  color: inherit;
  display: block;
  margin: 0 0.4rem 0 0;
  padding: 0.4rem 0.2rem 0.3rem 0.2rem;
  text-decoration: none;
}

.tab .tab-item a:focus,
.tab .tab-item a:hover {
  color: #5764c6;
}

.tab .tab-item.active a,
.tab .tab-item a.active {
  border-bottom-color: #5764c6;
  color: #5764c6;
}

.tab.tab-block .tab-item {
  flex: 1 0 0;
  text-align: center;
}

.tab.tab-block .tab-item a {
  margin: 0;
}

.tab.tab-block .tab-item .badge[data-badge]::after {
  position: absolute;
  right: -4px;
  top: -4px;
  transform: translate(0, 0);
}

.tab:not(.tab-block) .badge {
  padding-right: 2px;
}

.tile {
  align-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tile .tile-icon,
.tile .tile-action {
  flex: 0 0 auto;
}

.tile .tile-content {
  flex: 1 1 auto;
}

.tile .tile-content:not(:first-child) {
  padding-left: 0.4rem;
}

.tile .tile-content:not(:last-child) {
  padding-right: 0.4rem;
}

.tile .tile-title,
.tile .tile-subtitle {
  line-height: 1rem;
}

.tile.tile-centered {
  align-items: center;
}

.tile.tile-centered .tile-content {
  overflow: hidden;
}

.tile.tile-centered .tile-title,
.tile.tile-centered .tile-subtitle {
  margin-bottom: 0;
}

.tooltip {
  position: relative;
}

.tooltip::after {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 0.1rem;
  bottom: 100%;
  color: #fff;
  content: attr(data-tooltip);
  display: block;
  font-size: 0.6rem;
  left: 50%;
  max-width: 320px;
  opacity: 0;
  overflow: hidden;
  padding: 0.2rem 0.4rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transform: translate(-50%, 0.4rem);
  transition: all 0.2s ease;
  white-space: nowrap;
  z-index: 300;
}

.tooltip:focus::after,
.tooltip:hover::after {
  opacity: 1;
  transform: translate(-50%, -0.2rem);
}

.tooltip[disabled],
.tooltip.disabled {
  pointer-events: auto;
}

.tooltip.tooltip-right::after {
  bottom: 50%;
  left: 100%;
  transform: translate(-0.2rem, 50%);
}

.tooltip.tooltip-right:focus::after,
.tooltip.tooltip-right:hover::after {
  transform: translate(0.2rem, 50%);
}

.tooltip.tooltip-bottom::after {
  bottom: auto;
  top: 100%;
  transform: translate(-50%, -0.4rem);
}

.tooltip.tooltip-bottom:focus::after,
.tooltip.tooltip-bottom:hover::after {
  transform: translate(-50%, 0.2rem);
}

.tooltip.tooltip-left::after {
  bottom: 50%;
  left: auto;
  right: 100%;
  transform: translate(0.4rem, 50%);
}

.tooltip.tooltip-left:focus::after,
.tooltip.tooltip-left:hover::after {
  transform: translate(-0.2rem, 50%);
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1.6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1.6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.text-primary {
  color: #5764c6;
}

.text-primary a.text-primary:focus,
.text-primary a.text-primary:hover {
  color: #4452c0;
}

.text-secondary {
  color: #e4e6f6;
}

.text-secondary a.text-secondary:focus,
.text-secondary a.text-secondary:hover {
  color: #d1d4ef;
}

.text-gray {
  color: #666;
}

.text-gray a.text-gray:focus,
.text-gray a.text-gray:hover {
  color: #595959;
}

.text-light {
  color: #fff;
}

.text-light a.text-light:focus,
.text-light a.text-light:hover {
  color: #f2f2f2;
}

.text-success {
  color: #32b643;
}

.text-success a.text-success:focus,
.text-success a.text-success:hover {
  color: #2da23c;
}

.text-warning {
  color: #ffb700;
}

.text-warning a.text-warning:focus,
.text-warning a.text-warning:hover {
  color: #e6a500;
}

.text-error {
  color: #e85600;
}

.text-error a.text-error:focus,
.text-error a.text-error:hover {
  color: #cf4d00;
}

.bg-primary {
  background: #5764c6;
}

.bg-secondary {
  background: #eff1fa;
}

.bg-dark {
  background: #000;
}

.bg-gray {
  background: #a8a8a8;
}

.bg-success {
  background: #32b643;
}

.bg-warning {
  background: #ffb700;
}

.bg-error {
  background: #e85600;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

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

.d-flex {
  display: flex;
}

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

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

.d-visible {
  visibility: visible;
}

.d-invisible {
  visibility: hidden;
}

.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}

.text-assistive {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hand {
  cursor: pointer;
}

.divider,
.divider-vert {
  display: block;
  position: relative;
}

.divider[data-content]::after,
.divider-vert[data-content]::after {
  background: #fff;
  color: #666;
  content: attr(data-content);
  display: inline-block;
  font-size: 0.6rem;
  padding: 0 0.4rem;
  transform: translateY(-0.55rem);
}

.divider {
  border-top: 0.05rem solid #999;
  height: 0.05rem;
  margin: 0.4rem 0;
}

.divider[data-content] {
  margin: 0.8rem 0;
}

.divider-vert {
  display: block;
  padding: 0.8rem;
}

.divider-vert::before {
  border-left: 0.05rem solid #999;
  bottom: 0.4rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0.4rem;
  transform: translateX(-50%);
}

.divider-vert[data-content]::after {
  left: 50%;
  padding: 0.2rem 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loading {
  color: transparent !important;
  min-height: 0.8rem;
  pointer-events: none;
  position: relative;
}

.loading::after {
  -webkit-animation: loading 500ms infinite linear;
  animation: loading 500ms infinite linear;
  border: 0.1rem solid #5764c6;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 0.8rem;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  position: absolute;
  top: 50%;
  width: 0.8rem;
  z-index: 1;
}

.loading.loading-lg {
  min-height: 2rem;
}

.loading.loading-lg::after {
  height: 1.6rem;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  width: 1.6rem;
}

.clearfix::after,
.container::after {
  clear: both;
  content: "";
  display: table;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.m-0 {
  margin: 0;
}

.mb-0 {
  margin-bottom: 0;
}

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

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

.mt-0 {
  margin-top: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}

.m-1 {
  margin: 0.2rem;
}

.mb-1 {
  margin-bottom: 0.2rem;
}

.ml-1 {
  margin-left: 0.2rem;
}

.mr-1 {
  margin-right: 0.2rem;
}

.mt-1 {
  margin-top: 0.2rem;
}

.mx-1 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.my-1 {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}

.m-2 {
  margin: 0.4rem;
}

.mb-2 {
  margin-bottom: 0.4rem;
}

.ml-2 {
  margin-left: 0.4rem;
}

.mr-2 {
  margin-right: 0.4rem;
}

.mt-2 {
  margin-top: 0.4rem;
}

.mx-2 {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.my-2 {
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
}

.p-0 {
  padding: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pt-0 {
  padding-top: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-bottom: 0;
  padding-top: 0;
}

.p-1 {
  padding: 0.2rem;
}

.pb-1 {
  padding-bottom: 0.2rem;
}

.pl-1 {
  padding-left: 0.2rem;
}

.pr-1 {
  padding-right: 0.2rem;
}

.pt-1 {
  padding-top: 0.2rem;
}

.px-1 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.py-1 {
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}

.p-2 {
  padding: 0.4rem;
}

.pb-2 {
  padding-bottom: 0.4rem;
}

.pl-2 {
  padding-left: 0.4rem;
}

.pr-2 {
  padding-right: 0.4rem;
}

.pt-2 {
  padding-top: 0.4rem;
}

.px-2 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.py-2 {
  padding-bottom: 0.4rem;
  padding-top: 0.4rem;
}

.rounded {
  border-radius: 0.1rem;
}

.circle {
  border-radius: 50%;
}

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

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

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

.text-justify {
  text-align: justify;
}

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

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

.text-capitalize {
  text-transform: capitalize;
}

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

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

.text-italic {
  font-style: italic;
}

.text-large {
  font-size: 1.2em;
}

.text-ellipsis,
.tile.tile-centered .tile-title,
.tile.tile-centered .tile-subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.text-break {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

/*# sourceMappingURL=spectre.css.map */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.10.2017, 20:08:37
    Author     : wolfgang

$size-xs: 480px;
$size-sm: 600px;
$size-md: 800px;
$size-lg: 960px;
$size-xl: 1280px;
$size-2x: 1440px;


*/
/*
/assets/frontend/fonts/typoldcondensed-bold-webfont.woff
/assets/frontend/fonts/typoldcondensed-bold-webfont.woff2
/assets/frontend/fonts/typoldcondensed-medium-webfont.woff
/assets/frontend/fonts/typoldcondensed-medium-webfont.woff2
/assets/frontend/fonts/typoldcondensed-regular-webfont.woff
/assets/frontend/fonts/typoldcondensed-regular-webfont.woff2
/assets/frontend/fonts/Merriweather-Bold.ttf
/assets/frontend/fonts/Merriweather-Regular.ttf

400 - normal
700 - bold

*/
@font-face {
  font-family: "typold";
  src: url("/assets/frontend/fonts/typoldcondensed-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "typold";
  src: url("/assets/frontend/fonts/typoldcondensed-medium-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "typold";
  src: url("/assets/frontend/fonts/typoldcondensed-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "merriweather";
  src: url("/assets/frontend/fonts/Merriweather-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "merriweather";
  src: url("/assets/frontend/fonts/Merriweather-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "fontawesome";
  src: url("/assets/frontend/fonts/fontawesome-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/*
@font-face {
    font-family: 'bliss_light';
    src:  url('/assets/fonts/copyfonts.com_bliss-light-opentype.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'bliss';
    src:  url('/assets/fonts/Bliss2R.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'bliss';
    src:  url('/assets/fonts/Bliss2B.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}



*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.10.2017, 20:10:20
    Author     : wolfgang
*/
*,
*:before,
*:after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

p {
  line-height: 1.3;
  margin-bottom: 0;
}

ul.unstyled, nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.unstyled li, nav ul li {
  margin: 0;
  padding: 0;
}

a:focus {
  box-shadow: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.columns + .columns,
#detailpage .vimeo_video,
#detailpage .vimeo_video + .columns {
  margin-top: 70px;
}
@media screen and (max-width: 1280px) {
  .columns + .columns,
#detailpage .vimeo_video,
#detailpage .vimeo_video + .columns {
    margin-top: 5.46875vw;
  }
}

.img-full-width {
  width: 100%;
}

.no-wrap {
  white-space: nowrap;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12.10.2017, 10:45:45
    Author     : wolfgang

available:
typold: 400, 600, 700
merriweather: 400, 700

Ausgehend von 25px:

18 = 0,72
42 = 1,68
45 = 1,8
60 = 2,4
100 = 4
110 = 4,4



*/
html {
  font-size: 25px;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h4 {
  font-size: 1rem;
  font-weight: 700;
}
* + h4 {
  margin-top: 1rem;
}

body {
  font-size: 1rem;
  line-height: 1.3;
}

.fa {
  font-family: fontawesome;
}

.marginaltitel {
  font-size: 1rem;
}

.maintitle {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .maintitle {
    font-size: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .maintitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .maintitle {
    font-size: 1rem;
  }
}

.module_3 blockquote {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.24;
}
@media screen and (max-width: 800px) {
  .module_3 blockquote {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .module_3 blockquote {
    font-size: 1rem;
  }
}

.module_4 h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (max-width: 800px) {
  .module_4 h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .module_4 h3 {
    font-size: 1rem;
  }
}
.module_4 h3 + p {
  margin-top: 33px;
}

.module_8 .h3,
.module_9 .h3,
.module_10 {
  font-family: merriweather;
  font-size: 1.68rem;
  line-height: 1.23;
}
@media screen and (max-width: 800px) {
  .module_8 .h3,
.module_9 .h3,
.module_10 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .module_8 .h3,
.module_9 .h3,
.module_10 {
    font-size: 1rem;
  }
}

.module_8 p,
.module_9 p {
  font-size: 0.92rem;
  font-family: merriweather;
  line-height: 1.39;
}

.module_12 p {
  font-size: 1.8rem;
}
.module_12 p.bigtext {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (max-width: 1024px) {
  .module_12 p.bigtext {
    font-size: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .module_12 p.bigtext {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .module_12 p.bigtext {
    font-size: 1rem;
  }
}
.module_12 p.smalltext {
  font-size: 0.72rem;
  line-height: 1.33;
}
.module_12 p.smalltext + p {
  margin-top: 1rem;
}
.module_12 p.mediumtext {
  font-size: 1rem;
  line-height: 1.33;
}
.module_12 p.mediumtext + p {
  margin-top: 1rem;
}
@media screen and (max-width: 800px) {
  .module_12 p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .module_12 p {
    font-size: 1rem;
  }
}

.module_13 .text-col {
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  .module_13 .text-col {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .module_13 .text-col {
    font-size: 1rem;
  }
}

.module_14 .team_name {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (max-width: 800px) {
  .module_14 .team_name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .module_14 .team_name {
    font-size: 1rem;
  }
}
.module_14 a.link_underline {
  color: #000000;
  border-bottom: 2px solid #000000;
}

.module_17 h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 1370px) {
  .module_17 h1 {
    font-size: 7.299270073vw;
  }
}

#detailpage .inner a {
  color: #000000;
  border-bottom: 2px solid #000000;
  text-decoration: none;
}

#start_overlay .main {
  font-family: typold;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}
#start_overlay .main .x {
  font-size: 4.4rem;
  display: inline-block;
  transform: translate3d(0, 6px, 0);
}
#start_overlay .main .smalltext {
  font-size: 1.75rem;
  font-weight: normal;
}
@media screen and (max-width: 1280px) {
  #start_overlay .main {
    font-size: 7.8125vw;
  }
  #start_overlay .main .x {
    font-size: 8.59375vw;
    transform: translate3d(0, 0.46875vw, 0);
  }
  #start_overlay .main .smalltext {
    font-size: 3.4375vw;
  }
}
@media screen and (max-width: 600px) {
  #start_overlay .main .smalltext {
    font-size: 20.61px;
  }
}
#start_overlay .strong {
  font-weight: 600;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.10.2017, 20:08:45
    Author     : wolfgang

$size-xs: 480px;
$size-sm: 600px;
$size-md: 800px;
$size-lg: 960px;
$size-xl: 1280px;
$size-2x: 1440px;


*/
body {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.page {
  height: 100vh;
  padding-top: 185px;
  padding-bottom: 55px;
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100vw;
}

#philosophiepage {
  left: 0;
}

#mainpage {
  left: 80.9411764706vw;
}
@media screen and (max-width: 1280px) {
  #mainpage {
    left: 100vw;
  }
}

#detailpage {
  left: 161.8823529412vw;
}
@media screen and (max-width: 1280px) {
  #detailpage {
    left: 200vw;
  }
}

.philosophie-view #philosophiepage,
.philosophie-view #mainpage,
.positionen-view #philosophiepage,
.positionen-view #mainpage {
  transform: translate3d(0vw, 0, 0);
}
.detail-view #philosophiepage,
.detail-view #mainpage,
.detail-view #detailpage {
  transform: translate3d(-141.1764705882vw, 0, 0);
}
@media screen and (max-width: 1280px) {
  .detail-view #philosophiepage,
.detail-view #mainpage,
.detail-view #detailpage {
    transform: translate3d(-200vw, 0, 0);
  }
}

.projekte-view #philosophiepage,
.projekte-view #mainpage,
.projekte-view #detailpage {
  transform: translate3d(-80.9411764706vw, 0, 0);
}
@media screen and (max-width: 1280px) {
  .projekte-view #philosophiepage,
.projekte-view #mainpage,
.projekte-view #detailpage {
    transform: translate3d(-100vw, 0, 0);
  }
}

#main_wrapper {
  position: relative;
  margin-top: 130px;
}
#main_wrapper #philosophiepage {
  padding-left: 7.5294117647vw;
  transition: transform 0.5s ease-in-out;
}
.philosophie-view #main_wrapper #philosophiepage {
  z-index: 100;
  overflow-y: scroll;
}
@media screen and (max-width: 620px) {
  #main_wrapper #philosophiepage {
    padding-left: 5.4117647059vw;
  }
  #main_wrapper #philosophiepage .inner {
    width: 93%;
  }
}
#main_wrapper #mainpage {
  padding-left: 7.5294117647vw;
  overflow-y: scroll;
  transition: transform 0.5s ease-in-out;
  z-index: 100;
}
#main_wrapper #mainpage .inner {
  min-height: 110vh;
  width: 1024px;
}
@media screen and (max-width: 1280px) {
  #main_wrapper #mainpage .inner {
    max-width: 1024px;
    width: 93%;
  }
}
.detail-view #main_wrapper #mainpage {
  overflow-y: hidden;
  z-index: 0;
}
@media screen and (max-width: 620px) {
  #main_wrapper #mainpage {
    padding-left: 5.4117647059vw;
  }
}
.touchevents #main_wrapper #mainpage {
  padding-right: 16px;
}
#main_wrapper #detailpage {
  padding-left: 7.5294117647vw;
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s;
  z-index: 0;
}
#main_wrapper #detailpage .inner {
  min-width: 850px;
  max-width: 1024px;
}
@media screen and (max-width: 960px) {
  #main_wrapper #detailpage .inner {
    max-width: 800px;
    min-width: 0;
    width: 90%;
  }
}
.detail-view #main_wrapper #detailpage {
  opacity: 1;
  overflow-y: scroll;
  z-index: 100;
}
#main_wrapper .detail_page_close_button {
  background-image: url(/assets/svg/arrow_left_black.svg);
  background-position: center center;
  background-size: 67px 64px;
  cursor: pointer;
  height: 104px;
  left: 79.7647058824vw;
  opacity: 0;
  position: fixed;
  transition: transform 0.5s ease-in-out, opacity 0.5s;
  top: 180px;
  width: 107px;
}
@media screen and (min-width: 1700px) {
  #main_wrapper .detail_page_close_button.hide-xl {
    left: 1356px;
  }
  .detail-view #main_wrapper .detail_page_close_button.hide-xl {
    transform: translate3d(-1024px, 0, 0);
  }
}
#main_wrapper .detail_page_close_button.show-xl {
  background-position: left center;
  position: relative;
  left: auto;
  top: auto;
}
.detail-view #main_wrapper .detail_page_close_button {
  opacity: 1;
  transform: translate3d(-60.2352941176vw, 0, 0);
  z-index: 1000;
}
.detail-view #main_wrapper .detail_page_close_button.show-xl {
  transform: none;
}
#main_wrapper.mover #detailpage,
#main_wrapper.mover #mainpage,
#main_wrapper.mover #philosophiepage {
  overflow-y: hidden;
}
.no-touchevents #main_wrapper.mover #mainpage {
  padding-right: 16px;
}

#overlay {
  background: #2e2e42;
  height: 100vh;
  left: calc(100vw - 20px);
  position: fixed;
  top: 0;
  transition: transform 0.5s ease-in-out;
  width: calc(71.7058823529vw + 20px );
  z-index: 2000;
}
#overlay:before {
  border-right: 60px solid #2e2e42;
  border-bottom: 60px solid transparent;
  border-top: 60px solid transparent;
  content: "";
  height: 0px;
  position: absolute;
  left: -30px;
  top: 6px;
  width: 0px;
  z-index: -1;
  transition: top 1s;
}
#overlay .inner {
  border-color: #2e2e42;
  max-width: 670px;
}
.positionen-view #overlay {
  transform: translate3d(-71.7058823529vw, 0, 0);
}
#overlay .overlay_scroller {
  height: 100%;
  overflow-y: scroll;
  padding: 15px 3.1764705882vw 0;
  width: 100%;
}
#overlay .overlay_scroller .closer {
  background-image: url(/assets/svg/arrow_small_right_white.svg);
  background-size: 68px 62px;
  background-position: center center;
  box-sizing: content-box;
  cursor: pointer;
  content: "";
  display: block;
  height: 62px;
  margin-left: -20px;
  margin-bottom: 61px;
  padding: 20px;
  width: 68px;
}
@media screen and (max-width: 620px) {
  #overlay {
    width: 100vw;
  }
  #overlay .inner {
    width: 95%;
  }
  #overlay .overlay_scroller {
    padding-left: 20px;
  }
  .positionen-view #overlay {
    transform: translate3d(calc(-100vw + 20px), 0, 0);
  }
}

#overlay_opener {
  cursor: pointer;
  height: 100px;
  left: -60px;
  position: absolute;
  width: 60px;
  z-index: 10000;
}

.inner {
  border-bottom: 55px solid white;
  min-height: 110vh;
  width: 60.2352941176vw;
}

#cbx_start_overlay {
  display: none;
  position: absolute;
}

#header {
  background: #ffffff;
  height: 130px;
  left: 0;
  right: 0;
  padding: 30px 0 0 5.4117647059vw;
  position: fixed;
  top: 0;
  transition: top 1s;
  z-index: 1000;
  /*
  .logo {
      //        background-image: url(/assets/svg/furore_logo.svg);
      //        background-image: url(/theme/public/svg/strategisches-design-furore.svg);
      background-size: contain;
      background-repeat: no-repeat;
      cursor: pointer;
      display: block;
      height: 50px;
      width: 243px;
  }
  */
}
@media screen and (max-width: 620px) {
  #header {
    height: 130px;
  }
}

#mainnav {
  position: absolute;
  top: 48px;
  left: calc(28.2352941176vw + -20px );
  /*
  @media screen and (max-width: 850px) {
      left: auto;
      margin-left: -20px;
      margin-top: 20px;
      top: auto;
      position: relative;
  }
  */
}
#mainnav ul li {
  float: left;
}
#mainnav ul li a {
  color: #000000;
  font-family: typold;
  font-weight: 400;
  font-size: 1rem;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
}
#mainnav ul li a.active:before {
  bottom: 8px;
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  border-top: 2px solid black;
}
#mainnav ul li + li {
  margin-left: 28px;
}
@media screen and (max-width: 1280px) {
  #mainnav {
    left: calc(5% + 250px);
  }
  #mainnav ul li + li {
    margin-left: 0;
  }
}

@media screen and (max-width: 820px) {
  #overlay::before {
    top: 36px;
  }

  header nav#mainnav {
    left: 2.0588235294vw;
    margin-left: -20px;
  }
  header nav#nav-right,
header nav#mainnav {
    top: 80px;
  }
}
#nav-right {
  position: absolute;
  top: 48px;
  right: 65px;
}
#nav-right a {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (max-width: 450px) {
  #nav-right {
    display: none;
  }
}

#start_overlay_wrapper {
  width: calc(100% + 20px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  transition: top 1s, opacity 2s;
  height: 100vh;
  overflow-y: visible;
}

#cbx_start_overlay + #start_overlay_wrapper {
  top: -101vh;
  /*
  .module_20 {
      max-height: 0;
      overflow: hidden;
  }
      */
}
#cbx_start_overlay + #start_overlay_wrapper .logo-overlay {
  position: fixed;
  width: 100px;
  left: 2.0588235294vw;
  top: 50px;
}
#cbx_start_overlay + #start_overlay_wrapper .logo-overlay .st0 {
  fill: #000000 !important;
  transition: fill 1s;
}
@media screen and (max-width: 820px) {
  #cbx_start_overlay + #start_overlay_wrapper .logo-overlay {
    top: 25px;
  }
}
#cbx_start_overlay + #start_overlay_wrapper .module_20 {
  pointer-events: none;
}

#cbx_start_overlay:checked + #start_overlay_wrapper {
  top: 0;
  overflow-y: scroll;
  /*
  .module_20 {
      max-height: 200vh;
      overflow: auto;
  }
      */
}
#cbx_start_overlay:checked + #start_overlay_wrapper .logo-overlay {
  position: fixed;
  max-width: 80vw;
  width: 100px;
  left: 2.0588235294vw;
  top: 50px;
}
@media screen and (max-width: 820px) {
  #cbx_start_overlay:checked + #start_overlay_wrapper .logo-overlay {
    top: 25px;
  }
}
#cbx_start_overlay:checked + #start_overlay_wrapper .logo-overlay .st0 {
  fill: #ffffff !important;
  stroke-width: 0 !important;
}

#start_overlay {
  left: 0;
  top: 0;
  opacity: 1;
  background-color: rgba(0, 0, 25, 0.82);
  box-sizing: border-box;
  cursor: pointer;
  color: #ffffff;
  height: 101vh;
  overflow: visible;
  padding-top: 158px;
  position: absolute;
  width: 100vw;
  z-index: 30000;
}
#start_overlay .inner {
  border-bottom: none;
  box-sizing: content-box;
  padding-left: 2.0588235294vw;
  width: 73.5294117647vw;
  min-width: 800px;
}
@media screen and (max-width: 950px) {
  #start_overlay .inner {
    width: 84.2105263158%;
    min-width: 0;
  }
}
#start_overlay a {
  color: #ffffff;
  text-decoration: underline;
}
#start_overlay .columns + .columns {
  margin-top: 50px;
}
#start_overlay .columns + .columns.pfeilcolumn {
  margin-top: 2vw;
}
#start_overlay .module_16 .pfeil {
  background-size: contain;
  display: inline-block;
  background-image: url(/assets/svg/arrow_small_more.svg);
  height: 39px;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: -14px;
  width: 36px;
  /*
  @media screen and (max-width: 1280px) {
      height: 140 / 1280 * 100vw;
      height: 172 / 1280 * 100vw;
  }
  */
}
#start_overlay .module_16 .box {
  display: inline-block;
  border: 1px solid white;
  margin-top: 40px;
  padding: 20px 20px;
}
#start_overlay .module_16 .box span {
  margin-top: 10px;
}
#start_overlay .overlay-close {
  color: white;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 160px;
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}
#start_overlay .overlay-close::after {
  background-image: url(/assets/svg/plus_white.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 54px;
  left: 50%;
  margin-left: -27px;
  margin-top: -80px;
  position: absolute;
  width: 54px;
  transform: rotate(45deg);
}
@media screen and (max-width: 720px) {
  #start_overlay {
    padding-top: 10.9722222222%;
  }
}
@media screen and (max-width: 900px) {
  #start_overlay .addresses .column {
    width: 100%;
  }
  #start_overlay .addresses .column + .column {
    margin-top: 50px;
  }
}

@media screen and (max-width: 620px) {
  .menu_hidden #header {
    top: -70px;
  }
  .menu_hidden .logo-overlay {
    top: -55px !important;
  }
  .menu_hidden #overlay::before {
    top: -30px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.10.2017, 20:08:56
    Author     : wolfgang
*/
.module_2 a {
  display: block;
  position: relative;
  text-decoration: none;
}
.module_2 a:before {
  background-image: url(/assets/svg/arrow_right_up.svg);
  background-size: contain;
  content: "";
  height: 2.8235294118vw;
  right: 20px;
  position: absolute;
  top: 20px;
  width: 2.8235294118vw;
}
#detailpage .module_2 a {
  border-bottom: none;
}

.module_3 blockquote {
  border-left: none;
  margin: 0;
  padding: 0;
}

.module_4 .columns {
  flex-wrap: nowrap;
}
.module_4 .col-8 {
  margin-right: 0.72rem;
}
.module_4 .side_col {
  border-left: 1px solid black;
  padding-left: 1.44rem;
  width: calc(33.33333333% - 1.44rem);
}
@media screen and (max-width: 960px) {
  .module_4 .side_col {
    border-left: none;
    margin-top: 1rem;
    padding-left: 0.72rem;
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .module_5 .column + .column {
    margin-top: 1rem;
  }
}

/*
.module_6 {
    &.columns {
        flex-wrap: nowrap;
    }
}
*/
.module_6,
.module_7 {
  display: block;
}
.module_6 .column,
.module_7 .column {
  float: left;
}
.module_6 .teaser,
.module_7 .teaser {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 0;
  position: relative;
}
.module_6 .teaser a,
.module_7 .teaser a {
  background-color: rgba(0, 0, 25, 0.75);
  height: 100%;
  opacity: 0;
  padding: 20px;
  position: absolute;
  transition: opacity 1s;
  width: 100%;
}
.module_6 .teaser a p,
.module_7 .teaser a p {
  color: #ffffff;
}
.no-touchevents .module_6 .teaser a:hover, .module_6 .teaser a.once_clicked,
.no-touchevents .module_7 .teaser a:hover,
.module_7 .teaser a.once_clicked {
  opacity: 1;
}
.module_6 .teaser .t_name,
.module_7 .teaser .t_name {
  font-weight: 700;
}
.module_6.columns .col-8,
.module_7.columns .col-8 {
  box-sizing: content-box;
  width: 65.4296875%;
  padding-right: 1.7578125%;
}
.module_6.columns .col-8 .teaser,
.module_7.columns .col-8 .teaser {
  padding-bottom: 64.8286140089%;
}
.module_6.columns .col-4,
.module_7.columns .col-4 {
  box-sizing: content-box;
  width: 31.0546875%;
  padding-left: 1.7578125%;
}
.module_6.columns .col-4 .teaser,
.module_7.columns .col-4 .teaser {
  padding-bottom: 136.7924528302%;
}
@media screen and (max-width: 950px) {
  .module_6.columns,
.module_7.columns {
    flex-wrap: wrap;
    margin-left: -1.7578125%;
    margin-right: -1.7578125%;
  }
  .module_6.columns .col-4,
.module_6.columns .col-8,
.module_7.columns .col-4,
.module_7.columns .col-8 {
    box-sizing: border-box;
    left: auto;
    margin: 0;
    padding: 1.7578125%;
    position: relative;
    width: 50%;
  }
  .module_6.columns .col-4 .teaser,
.module_6.columns .col-8 .teaser,
.module_7.columns .col-4 .teaser,
.module_7.columns .col-8 .teaser {
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 550px) {
  .module_6.columns .col-4,
.module_6.columns .col-8,
.module_7.columns .col-4,
.module_7.columns .col-8 {
    width: 100%;
  }
  .module_6.columns .col-4 .teaser,
.module_6.columns .col-8 .teaser,
.module_7.columns .col-4 .teaser,
.module_7.columns .col-8 .teaser {
    margin-bottom: 10px;
  }
}
.module_6 .arrow-right,
.module_7 .arrow-right {
  height: 70px;
  margin-top: 30px;
  width: 70px;
}
@media screen and (max-width: 1700px) and (min-width: 952px) {
  .module_6 .arrow-right,
.module_7 .arrow-right {
    margin-top: 1.1764705882vw;
    height: 4.1176470588vw;
    width: 4.1176470588vw;
  }
}

.module_6.version_1.columns .col-8 {
  padding-left: 1.7578125%;
  padding-right: 0;
}
.module_6.version_1.columns .col-4 {
  padding-right: 1.7578125%;
  padding-left: 0;
}
@media screen and (max-width: 950px) {
  .module_6.version_1 .col-4,
.module_6.version_1 .col-8 {
    padding: 1.7578125% !important;
  }
  .module_6.version_1 .col-4 .teaser,
.module_6.version_1 .col-8 .teaser {
    padding-bottom: 100%;
  }
}

@media screen and (max-width: 950px) {
  .module_6 .hide-mobile {
    display: none;
  }
}

.module_7.columns {
  position: relative;
}
.module_7.columns .column {
  pointer-events: none;
}
.module_7.columns .column .teaser {
  pointer-events: auto;
}
.module_7.columns .hide-desktop {
  display: none;
}
.module_7.columns .col-8 {
  padding-right: 0;
}
.module_7.columns .col-4 {
  padding-left: 0;
}
.module_7.columns .teaser_id_0 .teaser {
  padding-bottom: 62.893081761%;
}
.module_7.columns .teaser_id_1 {
  margin-left: -31.0546875%;
  margin-top: 23.046875%;
}
.module_7.columns .teaser_id_2 {
  margin-left: 3.515625%;
}
.module_7.columns .teaser_id_3 {
  left: 31.0546875%;
  margin-left: 3.515625%;
  position: absolute;
  top: 0;
  padding-top: 45.99609375%;
}
.module_7.columns .teaser_id_3 .teaser {
  padding-bottom: 62.893081761%;
}
.module_7.columns .teaser_id_4 {
  right: 0;
  position: absolute;
  top: 0;
  padding-top: 45.99609375%;
}
.module_7.columns .teaser_id_5 {
  clear: both;
  margin-top: 3.515625%;
}
@media screen and (max-width: 950px) {
  .module_7.columns .teaser_id_5 {
    clear: none;
  }
}
.module_7.columns .teaser_id_6 {
  margin-top: 26.5625%;
  margin-left: 3.515625%;
  margin-bottom: -19.53125%;
}
.module_7.columns .teaser_id_7 .teaser {
  padding-bottom: 62.893081761%;
}
.module_7.columns .teaser_id_8 {
  margin-left: 3.515625%;
}
.module_7.columns .teaser_id_8 .teaser {
  padding-bottom: 62.893081761%;
}
@media screen and (max-width: 950px) {
  .module_7.columns {
    margin-left: -1.7578125%;
    margin-right: -1.7578125%;
  }
  .module_7.columns .col-4,
.module_7.columns .col-8 {
    box-sizing: border-box;
    left: auto;
    margin: 0;
    padding: 1.7578125%;
    position: relative;
    width: 50%;
  }
  .module_7.columns .col-4 .teaser,
.module_7.columns .col-8 .teaser {
    padding-bottom: 100%;
  }
  .module_7.columns .hide-desktop {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .module_7.columns .col-4,
.module_7.columns .col-8 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 952px) {
  .module_7 .teaser_id_0 .arrow-right,
.module_7 .teaser_id_3 .arrow-right,
.module_7 .teaser_id_7 .arrow-right,
.module_7 .teaser_id_8 .arrow-right {
    display: none;
  }
  .module_7 .teaser_id_0 .project_arrow,
.module_7 .teaser_id_3 .project_arrow,
.module_7 .teaser_id_7 .project_arrow,
.module_7 .teaser_id_8 .project_arrow {
    background-image: url(/assets/svg/arrow_small_more.svg);
    margin-top: 10px;
    height: 20px;
    width: 26px;
  }
}

#mainpage .columns + .columns {
  margin-top: 3.515625%;
}
@media screen and (max-width: 950px) {
  #mainpage .columns + .columns {
    margin-top: 0;
  }
}

.positionen_element {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  padding: 20px 0;
}

.module_8 a {
  color: inherit;
  display: block;
  position: relative;
}
.module_8 a:after {
  background-image: url(/assets/svg/arrow_right_up.svg);
  content: "";
  height: 50px;
  right: 0;
  position: absolute;
  width: 50px;
  top: 0;
}
@media screen and (max-width: 800px) {
  .module_8 a:after {
    height: 42px;
    width: 42px;
  }
}
.module_8 .h3 {
  padding-right: 60px;
}
.module_8 .h3 + p {
  margin-top: 1rem;
}

.module_9 .positionen_block + .positionen_block,
.module_9 p + p,
.module_9 .block_0 {
  margin-top: 1rem;
}
.module_9 label {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
}
.module_9 label span.h3 {
  display: block;
  padding-right: 60px;
}
.module_9 .image_md {
  max-width: 25.2941176471vw;
}

.module_10 {
  padding-bottom: 10vw;
}
.module_10.positionen_element {
  padding-top: 0;
}

.module_8,
.module_9 {
  padding-bottom: 68px;
}

.module_12 p.bigtext {
  margin-top: 22px;
}
.module_12 p.bigtext + p {
  margin-top: 48px;
}
.module_12 a {
  border-bottom: 1px solid #000000;
  color: #000000;
  text-decoration: none;
}

.module_13 {
  margin-top: 148px;
}
.module_13 .column .wrapper {
  border-top: 9px solid #000000;
  padding-top: 25px;
}
.module_13 .columns.col-gapless .col-8 {
  padding-left: 64px;
}
@media screen and (max-width: 800px) {
  .module_13 .columns.col-gapless .col-8 {
    padding-left: 0;
  }
}
.module_13 .columns.col-gapless .text-col {
  padding-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .module_13 .columns.col-gapless .text-col {
    margin-top: 1rem;
  }
}
.module_13 .columns.col-gapless .image-col .wrapper {
  padding-top: 32px;
}
.module_13 .columns.col-gapless .image-col .wrapper img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .module_13 .columns.col-gapless .image-col .wrapper {
    border-top: none;
  }
}
.module_13 #slick_counter {
  vertical-align: middle;
}
.module_13 #slick_counter .counter {
  display: inline-block;
  margin-right: 10px;
  min-width: 70px;
  vertical-align: middle;
}
.module_13 #slick_forward {
  background-image: url(/assets/svg/arrow_right_black.svg);
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  height: 64px;
  vertical-align: middle;
  width: 65px;
}
.module_13 .pointer-row {
  margin-top: -60px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .module_13 .pointer-row {
    margin-top: -40px;
  }
  .module_13 .pointer-row .counter-col {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .module_13 {
    margin-top: 13.671875vw;
  }
}
@media screen and (max-width: 800px) {
  .module_13 {
    display: none;
  }
}

.module_14 {
  margin-top: 148px;
}
.module_14 .team_img {
  background-size: cover;
  height: 0;
  padding-bottom: 65%;
  position: relative;
}
.module_14 .team_img:hover .text_overlay {
  opacity: 1;
}
.module_14 .text_overlay {
  background-color: rgba(0, 0, 25, 0.75);
  color: #ffffff;
  height: 100%;
  opacity: 0;
  padding: 20px 40px 20px 20px;
  position: absolute;
  overflow: auto;
  transition: opacity 1s;
  width: calc(100% + 20px);
}
.module_14.columns.col-gapless .text-col {
  padding-left: 36px;
}
@media screen and (max-width: 800px) {
  .module_14.columns.col-gapless .text-col {
    margin-top: 1rem;
    padding-left: 0;
  }
}
.module_14 .social_logo {
  height: auto;
  margin-top: 20px;
  width: 61px;
}
.module_14 .team_name {
  margin-top: -5px;
}
.module_14 .team_name + * {
  margin-top: 10px;
}
.module_14 .image-col {
  overflow: hidden;
}
.module_14 .wide-image + div {
  margin-top: 1rem;
}

.module_17 {
  margin-left: -5.4705882353vw;
  margin-top: 220px;
}
.module_17 + * {
  margin-top: 55px;
}
@media screen and (max-width: 1370px) {
  .module_17 {
    margin-top: 16.0583941606vw;
  }
}
@media screen and (max-width: 620px) {
  .module_17 {
    margin-left: -3.3529411765vw;
  }
}

.positionen_block .part_hidden,
.positionen_block:not(.block_0) {
  display: none;
}

.positionen_cbx {
  display: none;
}

.positionen_lbl:after {
  background-image: url(/assets/svg/plus_white.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 54px;
  right: 0;
  position: absolute;
  transition: transform 0.5s;
  top: -4px;
  width: 54px;
}
@media screen and (max-width: 800px) {
  .positionen_lbl:after {
    width: 42px;
  }
}

.js .positionen_element {
  transition: max-height 0.5s;
  overflow: hidden;
}

.positionen_cbx:checked + .positionen_element .positionen_block:not(.block_0) {
  display: block;
}
.positionen_cbx:checked + .positionen_element .part_hidden {
  display: inline;
}
.positionen_cbx:checked + .positionen_element .moredots {
  display: none;
}
.positionen_cbx:checked + .positionen_element .positionen_lbl:after {
  transform: rotate(45deg);
}
.positionen_cbx:checked + .positionen_element .positionen_lbl.closing:after {
  transform: rotate(0);
}

.moredots {
  background-image: url(/assets/svg/arrow_small_more.svg);
  background-size: contain;
  display: inline-block;
  height: 20px;
  transform: translate3d(0, 1px, 0);
  width: 23px;
}

.clone {
  position: fixed;
  left: -100vw;
  max-height: none !important;
  z-index: 20000;
}
.clone.positionen_element .positionen_block:not(.block_0) {
  display: block;
}
.clone.positionen_element .part_hidden {
  display: inline;
}
.clone.positionen_element .moredots {
  display: none;
}

.logo-overlay .st0 {
  fill: #ffffff !important;
  stroke-width: 0 !important;
}

.vimeo_video {
  width: 100%;
}

.vimeo_video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 220px;
  height: 0;
}
.vimeo_video .videoloop {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.vimeo_video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.vimeo_video .video_darkener {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 25, 0.6);
}
.vimeo_video .playbutton {
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  height: auto;
  width: 25%;
}
.vimeo_video + .module_14 {
  margin-top: 220px;
}
@media screen and (max-width: 1370px) {
  .vimeo_video {
    margin-top: 16.0583941606vw;
  }
  .vimeo_video + .module_14 {
    margin-top: 16.0583941606vw;
  }
}

#start-jubi-wrapper {
  background-color: rgba(0, 0, 25, 0.82);
  box-sizing: border-box;
  width: calc(100% + 20px);
  padding: 40px 20px 20px 20px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  transition: top 1s, transform 1s, opacity 2s;
  height: auto;
  overflow-y: scroll;
  transform: translate(0, -100%);
}
#start-jubi-wrapper #jubilogo {
  width: 100%;
}
#cbx_jubi_overlay:checked + #start-jubi-wrapper {
  top: 0;
  height: 100vh;
  transform: translate(0, 0);
}

#start-jubi-content {
  margin: 0 auto;
  max-width: 1210px;
}
#start-jubi-content label {
  color: #fff564;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 80px;
  position: relative;
  width: 100%;
  text-align: center;
}
#start-jubi-content label::after {
  background-image: url(/assets/svg/plus_yellow.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 54px;
  left: 50%;
  margin-left: -27px;
  margin-top: -80px;
  position: absolute;
  width: 54px;
  transform: rotate(45deg);
}

#jubilogo-wrapper {
  width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #jubilogo-wrapper {
    width: 265px;
  }
}
@media screen and (max-width: 600px) {
  #jubilogo-wrapper {
    width: 190px;
  }
}

#jubi-start {
  padding-bottom: 80px;
}
#jubi-start * {
  color: #fff564;
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  #jubi-start * {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  #jubi-start * {
    font-size: 1rem;
  }
}
#jubi-start .h2 {
  font-weight: bold;
  text-align: center;
}
#jubi-start .h2 span {
  font-weight: normal;
}
#jubi-start p {
  margin-top: 2.4rem;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08.10.2017, 09:35:15
    Author     : wolfgang
*/
/*# sourceMappingURL=styles.css.map */
