@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.rm15-thumb-grid:after, .rm15-grid:after, .clearfix:after {
  content: "";
  display: table;
  clear: both; }

@font-face {
  font-family: 'Nimbus Extended';
  src: local("Nimbus Extended"), url("../fonts/n019083tWeb.woff") format("woff"); }

@font-face {
  font-family: 'Nimbus Extended';
  src: local("Nimbus Extended Bold"), url("../fonts/n019086tWeb.woff") format("woff");
  font-weight: bold;
  color: red !important; }

body {
  font-family: 'Nimbus Extended', sans-serif; }

.mfp-bottom-bar, .js-rm15-overlay-toggle, .rm15-slide-caption, .rm15-contact-content .rm15-small-type, .rm15-text-content thead th, .rm15-text-content h2,
.rm15-text-content p strong, .rm15-text .rm15-small-type, .rm15-text-toggle, .rm15-footer-subtitle, .rm15-footer-toggle, .rm15-page-title,
.rm15-menu-toggle, .rm15-menu-subtitle {
  text-transform: uppercase; }

body {
  margin: 0;
  height: 100%;
  font-size: 14px;
  line-height: 1.4em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 400; }

a.rm15-no-underline {
  text-decoration: none; }
  a.rm15-no-underline:hover, a.rm15-no-underline:focus, a.rm15-no-underline:active {
    text-decoration: underline; }

::selection {
  background: #ff78e6; }

::-moz-selection {
  background: #ff78e6; }

.rm15-white-bg {
  background: white;
  color: black; }
  .rm15-white-bg a {
    color: black;
    -webkit-tap-highlight-color: white; }
  .rm15-white-bg .rm15-page-header,
  .rm15-white-bg .rm15-page-footer,
  .rm15-white-bg .js-rm15-home,
  .rm15-white-bg .rm15-text {
    background: white; }
  .rm15-white-bg .slick-prev:after,
  .rm15-white-bg .slick-next:after {
    background: black; }
  .rm15-white-bg .rm15-site-title {
    color: white; }
  .rm15-white-bg .js-rm15-overlay {
    background: #cfd1d2; }
  .rm15-white-bg .rm15-menu .rm15-menu-link:after {
    border-bottom-color: black; }
  .rm15-white-bg .rm15-menu-subtitle,
  .rm15-white-bg .rm15-footer-subtitle {
    border-bottom-color: black; }
  .rm15-white-bg .rm15-text-toggle:not(.js-toggled) .rm15-toggle-off:before, .rm15-white-bg .rm15-text-toggle.js-toggled .rm15-toggle-on:before {
    background: black; }

.rm15-black-bg {
  background: black;
  color: white; }
  .rm15-black-bg a {
    color: white;
    -webkit-tap-highlight-color: black; }
  .rm15-black-bg .rm15-page-header,
  .rm15-black-bg .rm15-page-footer,
  .rm15-black-bg .js-rm15-home,
  .rm15-black-bg .rm15-text {
    background: black; }
  .rm15-black-bg .slick-prev:after,
  .rm15-black-bg .slick-next:after {
    background: white; }
  .rm15-black-bg .rm15-site-title {
    color: white; }
  .rm15-black-bg .js-rm15-overlay {
    background: #302e2d; }
  .rm15-black-bg .rm15-menu .rm15-menu-link:after {
    border-bottom-color: white; }
  .rm15-black-bg .rm15-menu-subtitle,
  .rm15-black-bg .rm15-footer-subtitle {
    border-bottom-color: white; }
  .rm15-black-bg .rm15-text-toggle:not(.js-toggled) .rm15-toggle-off:before, .rm15-black-bg .rm15-text-toggle.js-toggled .rm15-toggle-on:before {
    background: white; }

.rm15-word-segment {
  display: inline-block; }

.hidden {
  display: none; }

.mfp-arrow:after,
.mfp-arrow .mfp-a, .slick-prev:after,
.slick-next:after, .rm15-text-toggle:not(.js-toggled) .rm15-toggle-off:before, .rm15-text-toggle.js-toggled .rm15-toggle-on:before {
  /* circle */
  border-radius: 100%;
  height: 0.5714285714em;
  width: 0.5714285714em;
  margin-top: -0.2857142857em;
  margin-left: -0.2857142857em; }

body,
html {
  min-height: 100%;
  position: relative; }

body {
  overflow-y: scroll; }

body,
.rm15-page-header,
.rm15-content-bottom,
.rm15-page-footer,
.rm15-site-title {
  /* value via Vorlage */
  padding-left: 2.2664835165%;
  padding-right: 2.2664835165%; }

.rm15-page-content {
  margin: 0 auto; }

.rm15-page-content {
  padding-top: 6.4285714286em; }

.rm15-text {
  padding-top: 2.5em;
  padding-bottom: 0.9722222222em; }

.rm15-page-content {
  position: relative; }

.rm15-page-header,
.rm15-content-bottom {
  box-sizing: border-box;
  left: 0;
  width: 100%; }
  .js .rm15-page-header, .js .rm15-content-bottom {
    position: fixed; }

/* grids and columns */
.rm15-grid {
  position: relative;
  margin-left: -0.7142857143em;
  margin-right: -0.7142857143em; }

.rm15-grid-column {
  float: left;
  box-sizing: border-box;
  padding-left: 0.7142857143em;
  padding-right: 0.7142857143em; }

.rm15-grid-span-25,
.rm15-grid-4-col {
  width: 25%; }

.rm15-grid-3-col {
  width: 33.3333333333%; }

.rm15-grid-span-33 {
  /* JS col lib recalculates item amount, so no media query possible */
  width: 100%; }
  @media (min-width: 540px) {
    .rm15-grid-span-33 {
      width: 50%; } }
  @media (min-width: 1240px) {
    .rm15-grid-span-33 {
      width: 33.3333333333%; } }
.rm15-grid-2-col,
.rm15-grid-span-50 {
  width: 100%; }
  @media (min-width: 540px) {
    .rm15-grid-2-col,
    .rm15-grid-span-50 {
      width: 50%; } }
.rm15-grid-span-75 {
  width: 75%; }

.rm15-grid-span-100 {
  width: 100%; }

.rm15-column-text-3 {
  column-count: 3;
  column-gap: 1.3888888889%; }

.rm15-column-text-4 {
  column-gap: 1.4285714286em;
  /* column-gap doesn't accept relative values */ }
  @media (min-width: 320px) {
    .rm15-column-text-4 {
      column-count: 2; } }
  @media (min-width: 520px) {
    .rm15-column-text-4 {
      column-count: 3; } }
  @media (min-width: 1240px) {
    .rm15-column-text-4 {
      column-count: 4; } }
/* thumb grid */
.rm15-thumb-grid {
  margin: -0.8333333333%; }
  @media (max-width: 719px) {
    .js .rm15-thumb-grid[data-columns]:before {
      content: "2 .rm15-thumb-grid-column.rm15-grid-2-col"; } }
  @media (min-width: 720px) and (max-width: 959px) {
    .js .rm15-thumb-grid[data-columns]:before {
      content: "3 .rm15-thumb-grid-column.rm15-grid-3-col"; } }
  @media (min-width: 960px) {
    .js .rm15-thumb-grid[data-columns]:before {
      content: "4 .rm15-thumb-grid-column.rm15-grid-4-col"; } }
.no-js .rm15-thumb-item,
.js .rm15-thumb-grid-column {
  box-sizing: border-box;
  float: left; }

.rm15-thumb-item {
  display: block;
  box-sizing: border-box;
  padding: 3.4188034188%;
  outline: none; }
  .js .rm15-thumb-item {
    width: 100%; }
  .rm15-thumb-item img {
    display: block;
    width: 100%; }

/* header*/
.rm15-page-header {
  top: 0;
  z-index: 3; }
  .rm15-page-header.js-toggled, .rm15-page-header.js-visible {
    z-index: 5; }

.rm15-page-title {
  margin: 0;
  float: left; }

.rm15-menu {
  padding-top: 2.8571428571em;
  padding-bottom: 2.5em; }

.rm15-contact-content {
  padding-top: 1.1111111111em;
  padding-bottom: 0.9722222222em; }
  @media (min-width: 719px) {
    .rm15-contact-content {
      margin-right: 15.9722222222%;
      /* ca. half a column */ } }
.rm15-menu-wrapper {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media (min-width: 960px) {
    .rm15-menu-wrapper {
      width: 66.6666666667%; } }
.rm15-menu {
  width: 100%; }
  .rm15-menu a {
    outline: none; }
  .rm15-menu .rm15-menu-link {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0); }
    .rm15-menu .rm15-menu-link:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 100%;
      width: 0;
      border-bottom-style: solid;
      border-bottom-width: 0.0714285714em;
      transition: 0.3s; }
    .rm15-menu .rm15-menu-link:hover:after, .rm15-menu .rm15-menu-link:active:after, .rm15-menu .rm15-menu-link:focus:after {
      left: 0;
      width: 100%; }
  .rm15-menu dl,
  .rm15-menu dd {
    margin: 0; }

.js .rm15-menu-wrapper {
  transition: 0.6s;
  overflow: hidden;
  position: relative; }
  .js .rm15-menu-wrapper .rm15-menu {
    position: absolute;
    bottom: 0; }

.js .rm15-page-header:not(.js-toggled) .rm15-menu-wrapper {
  height: 0 !important;
  padding: 0; }

.rm15-menu-subtitle {
  border-bottom-width: 0.0909090909em;
  border-bottom-style: solid;
  line-height: 1.7857142857em;
  margin-top: 0;
  margin-bottom: 0.4285714286em; }

* + .rm15-menu-subtitle {
  margin-top: 0.75em; }

.rm15-page-title,
.rm15-menu-toggle {
  line-height: 3.5714285714em;
  /* bit hacky centering */
  /* skinning */ }

.rm15-menu-link {
  font-size: 1.4285714286em;
  line-height: 1.5em;
  text-decoration: none; }

/* script-injected element */
.rm15-menu-toggle {
  text-decoration: none;
  float: right; }

/* header menu notifier */
.rm15-page-header:hover .rm15-menu-toggle,
.rm15-menu-toggle:focus,
.rm15-menu-toggle:active {
  animation: 0.4s color-white 0.15s ease-in-out 2 alternate; }

.rm15-black-bg .rm15-page-header:hover .rm15-menu-toggle,
.rm15-black-bg .rm15-menu-toggle:focus,
.rm15-black-bg .rm15-menu-toggle:active {
  animation-name: color-black; }

@keyframes color-white {
  100% {
    color: white; } }

@keyframes color-black {
  100% {
    color: black; } }

/* footer */
.rm15-content-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: red; }

.rm15-content-bottom {
  line-height: 3.5714285714em;
  /* bit hacky centering */ }

.rm15-footer-toggle {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 2.2664835165%;
  /* copying padding from grid */
  z-index: 2;
  /* skinning */ }

.rm15-footer-subtitle {
  /* remove system styles */
  margin: 0; }

.rm15-contact-content p {
  margin: 0; }

/*script elements */
.rm15-text-toggle {
  text-decoration: none;
  position: absolute;
  left: 2.2664835165%;
  /* copying padding from grid */
  bottom: 0;
  z-index: 2;
  /* skinning */ }

/* toggle state */
.rm15-text-toggle:not(.js-toggled) .rm15-toggle-off, .rm15-text-toggle.js-toggled .rm15-toggle-on {
  position: relative; }
  .rm15-text-toggle:not(.js-toggled) .rm15-toggle-off:before, .rm15-text-toggle.js-toggled .rm15-toggle-on:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 0.3571428571em; }

.js .rm15-page-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 5; }

.rm15-contact-wrapper {
  width: 100%; }
  .js .rm15-contact-wrapper {
    transition: 0.6s;
    overflow: hidden; }
  .js .rm15-page-footer:not(.js-toggled) .rm15-contact-wrapper {
    height: 0 !important;
    padding: 0; }

.rm15-contact-content {
  position: relative;
  font-size: 1.7142857143em;
  line-height: 1.2777777778em; }
  @media (min-width: 540px) {
    .rm15-contact-content {
      font-size: 1.9285714286em; } }
  @media (min-width: 820px) {
    .rm15-contact-content {
      font-size: 2.2857142857em; } }
  @media (min-width: 1200px) {
    .rm15-contact-content {
      font-size: 2.5714285714em; } }
/* overlay */
.js-rm15-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .js-has-overlay .js-rm15-overlay {
    display: block;
    z-index: 4; }

/* home screen */
.js-rm15-home {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4; }
  .js-rm15-show-home .js-rm15-home {
    display: block; }
  .js-rm15-home .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%; }

.rm15-site-title {
  line-height: 3.5714285714em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 5; }

/* descriptive text */
.rm15-text {
  font-size: 1.7142857143em;
  line-height: 1.2777777778em; }
  @media (min-width: 540px) {
    .rm15-text {
      font-size: 1.9285714286em; } }
  @media (min-width: 820px) {
    .rm15-text {
      font-size: 2.2857142857em; } }
  @media (min-width: 1200px) {
    .rm15-text {
      font-size: 2.5714285714em; } }
  .rm15-text .rm15-small-type {
    font-size: 14px;
    line-height: 1.4em; }

.rm15-text-head p {
  margin-top: 0; }

.rm15-text-content {
  margin: 0 auto;
  position: relative;
  /* basic styling */
  /* tables */
  /* definition list */ }
  @media (max-width: 539px) {
    .rm15-text-content {
      font-size: 0.9em; } }
  .rm15-text-content table {
    margin: 0 -0.4em 2em;
    table-layout: fixed;
    min-width: 100%;
    padding: 0.6em 0.4em;
    line-height: 1.5em;
    vertical-align: top; }
    .rm15-text-content table:nth-child(1) {
      width: 10%; }
    .rm15-text-content table:nth-child(2) {
      min-width: 40%; }
  .rm15-text-content thead th {
    text-align: left;
    font-weight: 400; }
  .rm15-text-content thead {
    display: none; }
  .rm15-text-content td em {
    display: block;
    margin-bottom: 0.4em; }
  .rm15-text-content dl {
    width: 100%;
    float: left; }
  .rm15-text-content dt,
  .rm15-text-content dd {
    box-sizing: border-box;
    padding: 0.6em 0; }
  .rm15-text-content dt {
    width: 15%;
    float: left;
    padding-right: 0.4em;
    overflow: hidden; }
  .rm15-text-content dd {
    width: 85%;
    float: right;
    padding-left: 0.4em;
    /**/
    margin: 0; }
  .rm15-text-content dd + dt {
    clear: both; }

.rm15-contact-content .rm15-small-type {
  font-size: 14px;
  line-height: 1.4em; }

/* descriptive text script behaviour */
.js .drf15-page-has-media .rm15-text {
  display: none; }

.js .rm15-text.js-toggled {
  display: block; }

/* script elements*/
.js .rm15-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box; }

.js .rm15-footer-close {
  position: absolute;
  top: 1.4285714286em;
  right: 2.0833333333%;
  text-decoration: none;
  z-index: 5; }

/* slides */
.rm15-slides {
  width: 100%; }
  .rm15-slides img {
    display: block; }

.rm15-slide {
  margin-bottom: 2em;
  margin-bottom: 3.5714285714em;
  /* for caption, equals footer toggle */ }

.rm15-slide-caption {
  text-align: center;
  margin: 0 0 0 0;
  opacity: 0;
  transition: 0.2s opacity;
  margin-top: 1.0857142857em;
  /* adapt to 50px toggle button height, respecting line height */ }

.rm15-slide-content:hover .rm15-slide-caption {
  opacity: 1; }

.rm15-slide-content {
  height: 0;
  padding-top: 47.1014492754%;
  position: relative;
  width: 100%; }
  .rm15-slide-content img {
    transition: 0.25s opacity;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }

/* wider than ratio */
.rm15-slide-landscape img {
  width: 100%;
  height: auto; }

/* taller than ratio */
.rm15-slide-portrait img {
  width: auto;
  height: 100%; }

/* iframe embed */
.rm15-slide-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* controls */
.slick-prev,
.slick-next {
  position: absolute;
  top: 39%;
  width: 10%;
  height: 30%;
  outline: none;
  margin-top: -3.2142857143em;
  /* remove caption spacing */
  /* remove button design */
  padding: 0;
  border: none;
  background: none;
  /* remove text */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap; }
  .slick-prev:after,
  .slick-next:after {
    content: "";
    position: absolute;
    top: 50%; }

.slick-prev {
  left: 0; }
  .slick-prev:after {
    left: 0;
    left: 0.2857142857em; }

.slick-next {
  right: 0; }
  .slick-next:after {
    right: 0;
    right: 0.2857142857em; }

/* hide every but first slide on JS init */
.js .rm15-slide {
  display: none; }

.js .rm15-slide-first {
  display: block; }

/* hide js lazyloader */
.no-js .rm15-slide *[data-lazy] {
  display: none; }

/* Slides: Overlay */
.rm15-slide-overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5; }

.rm15-slide-overlay {
  position: relative;
  margin: 0 auto;
  padding: 8% 5%;
  box-sizing: border-box;
  /* center vertically */
  top: 50%;
  transform: translateY(-50%); }

.rm15-slide-overlay-container {
  position: relative;
  box-sizing: border-box;
  padding: 2.2857142857em;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* Toggle Button – injected */
.js-rm15-overlay-toggle {
  position: absolute;
  top: 100%;
  right: 0;
  /* ouf! cloning the caption formula */
  padding: 1.0857142857em;
  padding-left: 0;
  padding-right: 0;
  /* skinning */
  /* reset button system styles */
  border: none;
  background: transparent;
  outline: none; }

/* JS toggling logic */
.rm15-slide-overlay-container {
  display: none; }

.js-toggled .rm15-slide-overlay-container {
  display: flex; }

/* mobile grid */
@media (max-width: 819px) {
  .rm15-slide-overlay-wrapper {
    display: none; } }

/* Skinning for colorswitcher */
.rm15-white-bg .rm15-slide-overlay-container {
  background: black;
  color: white; }

.rm15-black-bg .rm15-slide-overlay-container {
  background: white;
  color: black; }

/* Video.js basic layout */
.player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 83.7359098229%;
  margin: 0 auto;
  height: 0 !important;
  padding-top: 47.1014492754%; }
  .player video {
    width: 100%;
    height: auto;
    position: relative; }

.video-js {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }
  .video-js video {
    outline: none; }

/*control bar */
.vjs-control-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 1.1016949153%;
  margin-right: 1.1016949153%; }
  .vjs-has-started .vjs-control-bar {
    opacity: 0;
    transition: opacity 0.4s; }
  .player:hover .vjs-control-bar {
    opacity: 1; }
  .vjs-controls-disabled .vjs-control-bar {
    display: none; }
  .vjs-control-bar div {
    display: inline; }

.vjs-control {
  float: left;
  margin-left: 0.4332755633%;
  margin-right: 0.4332755633%;
  cursor: pointer; }

/* play/pause */
.vjs-play-control {
  width: 2.2033898305%;
  outline: none;
  background-image: url("../img/video-control-sprites.svg");
  background-size: 3722.5806451613% auto;
  background-position: 0.4219409283% 0; }
  .vjs-play-control.vjs-playing {
    background-image: url("../img/video-control-sprites.svg");
    background-size: 3722.5806451613% auto;
    background-position: 0.4452359751% 13.2478632479%; }
  .vjs-play-control .vjs-control-content {
    padding-top: 51.6129032258%;
    display: block;
    position: relative; }

/* progress */
.vjs-progress-control {
  position: relative;
  width: 88.9081455806%;
  height: 0;
  padding-top: 0.3119584055%;
  margin-top: 0.5372616984%; }

.vjs-progress-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #cfd1d2; }

.vjs-play-progress {
  background: #666666;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0; }

/* volume */
.vjs-volume-control {
  width: 2.5996533795%;
  position: relative;
  padding-top: 1.3864818024%; }

.vjs-volume-bar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-image: url("../img/video-control-sprites.svg");
  background-size: auto 1562.5%;
  background-position: 96.2633451957% 0; }

.vjs-volume-level {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  background-image: url("../img/video-control-sprites.svg");
  background-size: auto 1562.5%;
  background-position: 96.2633451957% 13.2478632479%; }

.vjs-volume-control {
  transform: scaleX(-1); }

.vjs-volume-level {
  left: auto;
  right: 0; }

/* fullscreen toggle */
.vjs-fullscreen-control {
  float: right;
  position: relative;
  width: 1.9064124783%;
  outline: none;
  background-image: url("../img/video-control-sprites.svg");
  background-size: 4274.0740740741% auto;
  background-position: 99.5563442768% 0; }
  .vjs-fullscreen-control .vjs-control-content {
    padding-top: 59.2592592593%;
    display: block;
    position: relative; }

/* Hide disabled or unsupported controls */
.vjs-hidden {
  display: none !important; }

/* Hide control text visually, but have it available for screenreaders */
.vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: black;
  opacity: 0.85; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: white;
  position: absolute;
  right: 0;
  top: 0; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  text-align: right;
  width: 100%; }

.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 0%;
  height: 100%;
  padding: 0;
  width: 4.1666666667%; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    background: white; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-right {
  right: 0; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mfp-img {
  opacity: 0; }

.mfp-s-ready .mfp-img {
  opacity: 1; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 80px 0 80px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 80px;
    bottom: 80px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1; }
  .mfp-figure small {
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -76px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  text-align: center;
  line-height: 1.4em;
  color: white; }

.mfp-title {
  word-wrap: break-word; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
		 * Remove all paddings around the image on small screen
		 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    text-align: center;
    padding: 0; } }
