/* NAVI */
html {
  box-sizing: border-box; }

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

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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 in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a,
input,
button {
  outline: 0; }

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

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

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

/**
 * 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.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
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 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
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+, 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;
  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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box; }

/**
 * 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: none;
  margin: 0;
  padding: 0; }

dl, dd, dt {
  margin: 0;
  padding: 0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 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.
 */
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;
  border: none; }

td,
th {
  padding: 0;
  border: none; }

/* Format */
h1, h2, h3, h4, h5, h6, p, a, strong {
  margin: 0;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  font-weight: inherit; }

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

p {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  line-height: inherit;
  font-family: inherit; }

div {
  box-sizing: border-box; }

.section {
  padding: 9.7rem 0 9.7rem; }
  .section .image-padding {
    padding-bottom: 9.7rem !important; }

.block:not(.block-layout_image) {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 4%; }
  .block:not(.block-layout_image)::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 768px) {
    .block:not(.block-layout_image) {
      padding: 0px 6%; } }
  .block:not(.block-layout_image) .col.padding-top {
    padding: 2rem 0 0 0; }
  .block:not(.block-layout_image) .col.padding-bottom {
    padding: 0 0 3.2rem 0; }
  .block:not(.block-layout_image) .col.padding-top-bottom {
    padding: 2rem 0 2rem 0; }
  .block:not(.block-layout_image) .col:empty {
    display: none !important; }

.block-layout_1 .col {
  float: left;
  display: block;
  margin-right: 4.7619%;
  width: 100%; }
  .block-layout_1 .col:last-child {
    margin-right: 0; }

.block-layout_1-1 .col,
.block-layout_contact .col {
  float: left;
  display: block;
  margin-right: 4.7619%;
  width: 47.61905%; }
  .block-layout_1-1 .col:last-child,
  .block-layout_contact .col:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .block-layout_1-1 .col,
    .block-layout_contact .col {
      float: left;
      display: block;
      margin-right: 15.78947%;
      width: 100%; }
      .block-layout_1-1 .col:last-child,
      .block-layout_contact .col:last-child {
        margin-right: 0; } }

.block-layout_1-1 .col p {
  font-size: 2.2rem;
  line-height: 1.5; }

.block-layout_1-1-1 .col {
  float: left;
  display: block;
  margin-right: 4.7619%;
  width: 30.15873%; }
  .block-layout_1-1-1 .col:last-child {
    margin-right: 0; }
  .block-layout_1-1-1 .col p {
    font-size: 1.8rem;
    line-height: 1.4; }
  @media screen and (max-width: 768px) {
    .block-layout_1-1-1 .col:nth-child(1n-5) img {
      margin-top: 6rem;
      width: 50%; }
    .block-layout_1-1-1 .col:nth-child(1n-5) p + h4 {
      margin-top: 0; } }

.block-layout_1-1-1-1 .col {
  float: left;
  display: block;
  margin-right: 4.7619%;
  width: 21.42857%; }
  .block-layout_1-1-1-1 .col:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .block-layout_1-1-1-1 .col {
      float: left;
      display: block;
      margin-right: 15.78947%;
      width: 42.10526%; }
      .block-layout_1-1-1-1 .col:last-child {
        margin-right: 0; }
      .block-layout_1-1-1-1 .col:nth-child(2n) {
        margin-right: 0; }
      .block-layout_1-1-1-1 .col:nth-child(2n+1) {
        clear: left; } }

.block-layout_1-1-1-1-1 .col {
  float: left;
  display: block;
  margin-right: 4.7619%;
  width: 16.19048%; }
  .block-layout_1-1-1-1-1 .col:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .block-layout_1-1-1-1-1 .col {
      float: left;
      display: block;
      margin-right: 15.78947%;
      width: 42.10526%; }
      .block-layout_1-1-1-1-1 .col:last-child {
        margin-right: 0; }
      .block-layout_1-1-1-1-1 .col:nth-child(2n) {
        margin-right: 0; }
      .block-layout_1-1-1-1-1 .col:nth-child(2n+1) {
        clear: left; } }

.block-layout_1-1-1-1-1-1 .col {
  float: left;
  display: block;
  margin-right: 4.7619%;
  width: 30.15873%; }
  .block-layout_1-1-1-1-1-1 .col:last-child {
    margin-right: 0; }
  @media screen and (min-width: 480px) {
    .block-layout_1-1-1-1-1-1 .col:nth-child(3n) {
      margin-right: 0; }
    .block-layout_1-1-1-1-1-1 .col:nth-child(3n+1) {
      clear: left; } }
  @media screen and (max-width: 768px) {
    .block-layout_1-1-1-1-1-1 .col {
      float: left;
      display: block;
      margin-right: 15.78947%;
      width: 100%; }
      .block-layout_1-1-1-1-1-1 .col:last-child {
        margin-right: 0; } }

.block-layout_1-3 .col:first-child {
  float: left;
  display: block;
  margin-right: 4.7619%;
  width: 21.42857%; }
  .block-layout_1-3 .col:first-child:last-child {
    margin-right: 0; }
.block-layout_1-3 .col:last-child {
  float: left;
  display: block;
  margin-right: 4.7619%;
  width: 73.80952%; }
  .block-layout_1-3 .col:last-child:last-child {
    margin-right: 0; }

.block-layout_2-1 .col:first-child,
.block-layout_contact .col:first-child {
  float: left;
  display: block;
  margin-right: 4.7619%;
  width: 65.07937%; }
  .block-layout_2-1 .col:first-child:last-child,
  .block-layout_contact .col:first-child:last-child {
    margin-right: 0; }
.block-layout_2-1 .col:last-child,
.block-layout_contact .col:last-child {
  float: left;
  display: block;
  margin-right: 4.7619%;
  width: 30.15873%; }
  .block-layout_2-1 .col:last-child:last-child,
  .block-layout_contact .col:last-child:last-child {
    margin-right: 0; }

.block-layout_contact {
  max-width: 940px !important; }
  @media screen and (max-width: 480px) {
    .block-layout_contact .col:first-child,
    .block-layout_contact .col:last-child {
      float: left;
      display: block;
      margin-right: 15.78947%;
      width: 100%; }
      .block-layout_contact .col:first-child:last-child,
      .block-layout_contact .col:last-child:last-child {
        margin-right: 0; } }

.block-layout_image {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .block-layout_image::after {
    clear: both;
    content: "";
    display: table; }
  .block-layout_image .col {
    padding: 0; }
    .block-layout_image .col div {
      padding-top: 42.85%;
      background-size: cover;
      background-position: center; }

.block-layout_slider .col {
  position: relative; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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-loading .slick-list {
    background: white url("../images/ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* SLIDER
---------------------------------------- */
.slick-dots {
  bottom: -5rem;
  text-align: center !important;
  min-height: 3rem; }
  .slick-dots li {
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem; }
    .slick-dots li button {
      width: 2rem;
      height: 2rem;
      padding: 0.5rem; }
    .slick-dots li button:before {
      color: #faa61f;
      opacity: 0.5;
      font-size: 1rem;
      height: 2rem;
      width: 2rem;
      line-height: 1; }
    .slick-dots li.slick-active button:before {
      color: #faa61f;
      opacity: 1; }

.op-slider {
  margin-bottom: 6rem; }
  @media screen and (max-width: 1100px) {
    .op-slider {
      width: 84%;
      margin-left: 8%; } }
  .op-slider .slick-slide {
    height: auto; }
  .op-slider .slider-img {
    width: 100%;
    padding-top: 66.66%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
  .op-slider .iframe-box {
    width: 100%;
    padding-top: 56.27%;
    position: relative; }
    .op-slider .iframe-box iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: none; }
  .op-slider .slide-description {
    display: none;
    position: absolute;
    bottom: -3rem;
    left: 0;
    width: 100%;
    min-height: 3rem;
    padding: 0.3rem 0.3rem 0.4rem 0.3rem;
    font-size: 1.2rem; }
    @media screen and (max-width: 768px) {
      .op-slider .slide-description {
        font-size: 2rem; } }
    .op-slider .slide-description p {
      font-size: inherit;
      text-align: center;
      margin: 0; }
  .op-slider .video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11rem 0 0 -8rem;
    display: block;
    z-index: 2;
    font-size: 4rem;
    color: white;
    width: 16rem; }
  .op-slider .meta-box {
    position: absolute;
    bottom: -4.3rem;
    width: 100%;
    background: white;
    height: 3rem;
    font-size: 2.4rem;
    font-family: "Avenir LT W01_35 Light1475496", sans-serif;
    text-align: left; }
    .op-slider .meta-box p {
      font-size: 1.8rem; }
    .op-slider .meta-box .lyrik-link {
      position: absolute;
      right: 0rem;
      top: -0.6rem;
      display: block;
      width: 18.5rem;
      font-size: 1.8rem;
      line-height: 1.2;
      text-align: right;
      font-family: "Avenir LT W01_35 Light1475496", sans-serif;
      color: white;
      background: white url("/assets/images/custom_icons/icon_feder_schwarz.svgz") no-repeat left -1rem;
      color: black;
      background-size: 5rem;
      padding: 0.7rem 0 1rem 3rem;
      -webkit-border-radius: 5%;
      -khtml-border-radius: 5%;
      -moz-border-radius: 5%;
      -ms-border-radius: 5%;
      -o-border-radius: 5%;
      border-radius: 5%;
      -webkit-transition: color 0.2s;
      -khtml-transition: color 0.2s;
      -moz-transition: color 0.2s;
      -ms-transition: color 0.2s;
      -o-transition: color 0.2s;
      transition: color 0.2s; }
      .op-slider .meta-box .lyrik-link:hover {
        text-decoration: underline; }

#video-poems .slick-dots {
  top: 0rem;
  bottom: none;
  position: relative; }
#video-poems .iframe-box .slide-description,
#video-poems .iframe-box .lyrik-link {
  height: 0;
  overflow: hidden;
  display: block; }
#video-poems .slider-img {
  padding-top: 56.25%; }

.prev-arrow-custom,
.next-arrow-custom {
  position: absolute;
  display: block;
  width: 4rem;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -38px;
  margin-top: -3rem;
  padding: 0;
  border: none;
  outline: none;
  -webkit-opacity: 0.75;
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75; }
  .prev-arrow-custom svg,
  .next-arrow-custom svg {
    width: 4rem; }
    @media screen and (max-width: 480px) {
      .prev-arrow-custom svg,
      .next-arrow-custom svg {
        width: 3rem; } }
  .prev-arrow-custom:hover,
  .next-arrow-custom:hover {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }

.prev-arrow-custom {
  left: -61px;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  -khtml-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center; }
  @media screen and (max-width: 1100px) {
    .prev-arrow-custom {
      left: 0px; } }

.next-arrow-custom {
  right: -61px; }
  @media screen and (max-width: 1100px) {
    .next-arrow-custom {
      right: 0px; } }

/* FORM
-------------------------------------- */
.form-generic .error-message {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  font-size: 10px;
  font-style: italic;
  padding: 5px 7px 1px 7px;
  position: absolute;
  bottom: -18px;
  margin-bottom: 5px;
  color: white;
  border-radius: 0 0 5px 5px; }
.form-generic ul li {
  display: block;
  width: 100%;
  margin: 0 0 1.2rem 0;
  position: relative;
  padding-left: 0 !important; }
  .form-generic ul li:nth-child(3) {
    margin-top: 3rem; }
  .form-generic ul li::before {
    display: none; }
  .form-generic ul li label {
    font-size: 1.8rem;
    line-height: 1.2; }
    @media screen and (max-width: 768px) {
      .form-generic ul li label {
        font-size: 2.5rem; } }
  .form-generic ul li label, .form-generic ul li .small {
    color: inherit;
    padding-bottom: 0.7rem;
    display: block; }
  .form-generic ul li input[type='text'],
  .form-generic ul li input[type='email'],
  .form-generic ul li input[type='number'],
  .form-generic ul li textarea {
    position: relative;
    z-index: 2;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    font-size: 1.8rem;
    padding: 0 10px;
    line-height: 2.4;
    min-height: 34px;
    width: 100%;
    border-radius: 1px;
    box-sizing: border-box;
    color: #333;
    line-height: 35px;
    height: 35px; }
    @media screen and (max-width: 768px) {
      .form-generic ul li input[type='text'],
      .form-generic ul li input[type='email'],
      .form-generic ul li input[type='number'],
      .form-generic ul li textarea {
        font-size: 2.5rem; } }
    .form-generic ul li input[type='text']::-webkit-input-placeholder,
    .form-generic ul li input[type='email']::-webkit-input-placeholder,
    .form-generic ul li input[type='number']::-webkit-input-placeholder,
    .form-generic ul li textarea::-webkit-input-placeholder {
      color: #555;
      font-weight: normal; }
    .form-generic ul li input[type='text']:-moz-placeholder,
    .form-generic ul li input[type='email']:-moz-placeholder,
    .form-generic ul li input[type='number']:-moz-placeholder,
    .form-generic ul li textarea:-moz-placeholder {
      color: #555;
      font-weight: normal; }
    .form-generic ul li input[type='text']::-moz-placeholder,
    .form-generic ul li input[type='email']::-moz-placeholder,
    .form-generic ul li input[type='number']::-moz-placeholder,
    .form-generic ul li textarea::-moz-placeholder {
      color: #555;
      font-weight: normal; }
    .form-generic ul li input[type='text']:-ms-input-placeholder,
    .form-generic ul li input[type='email']:-ms-input-placeholder,
    .form-generic ul li input[type='number']:-ms-input-placeholder,
    .form-generic ul li textarea:-ms-input-placeholder {
      color: #555;
      font-weight: normal; }
  .form-generic ul li textarea {
    height: 200px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none; }
  .form-generic ul li.form-submit {
    margin: 20px 0 10px 0; }
    .form-generic ul li.form-submit > div:first-child {
      display: none; }
    .form-generic ul li.form-submit button {
      appearance: none;
      background-color: #faa61f;
      border: 0;
      border-radius: 1px;
      color: #222222;
      cursor: pointer;
      display: inline-block;
      font-family: "Avenir LT W01_35 Light1475496", sans-serif;
      font-size: 1.8rem;
      -webkit-font-smoothing: antialiased;
      font-weight: 500;
      line-height: 1;
      border: 1px solid #faa61f;
      padding: 14px 25px 16px 25px;
      text-decoration: none;
      transition: all 0.2s;
      user-select: none;
      vertical-align: middle; }
      .form-generic ul li.form-submit button:hover, .form-generic ul li.form-submit button:focus {
        background-color: #222222;
        color: #faa61f;
        border: 1px solid #faa61f; }
  .form-generic ul li.dropdown select {
    width: 100%;
    color: black;
    padding: 5px 5px 2px 5px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4) inset;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4) inset;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4) inset; }
    .form-generic ul li.dropdown select option {
      color: black; }
  .form-generic ul li.small {
    margin: 0; }
    .form-generic ul li.small > div:first-child + div {
      font-size: 10px;
      font-weight: normal;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1) !important; }
  .form-generic ul li.field-left div:first-child {
    float: left;
    width: 20px;
    margin-top: 0;
    margin-right: 8px; }
    .form-generic ul li.field-left div:first-child + div {
      padding-top: 3px; }
  .form-generic ul li.checkbox div:first-child {
    width: 12px; }
    .form-generic ul li.checkbox div:first-child input {
      margin-top: 4px; }
  .form-generic ul li.field-right div:first-child {
    float: left;
    padding-top: 3px;
    margin-right: 8px; }
    .form-generic ul li.field-right div:first-child + div {
      float: left;
      width: 20px; }
  .form-generic ul li.info {
    margin: 20px 0 5px 0; }

.thanks-text {
  margin-top: 0.8rem; }
  .thanks-text h5 {
    text-align: left; }

li.radio input + label {
  cursor: pointer; }
li.radio .radio-box {
  display: inline-block; }
  li.radio .radio-box:nth-child(2n-1) {
    width: 180px; }
  @media screen and (max-width: 768px) {
    li.radio .radio-box {
      display: block;
      padding: 0.5rem 0; } }

input[type="radio"] {
  display: none; }

input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -4px 8px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%; }

input[type="radio"] + label span {
  background-color: #c6b2b2; }

input[type="radio"]:checked + label span {
  background: #faa61f; }

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.1s linear;
  -khtml-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear; }

.back-button {
  margin-top: 4rem;
  appearance: none;
  background-color: white;
  border: 0;
  border-radius: 1px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1;
  border: 1px solid white;
  padding: 14px 25px 16px 25px;
  text-decoration: none;
  transition: all 0.2s;
  user-select: none;
  vertical-align: middle; }
  .back-button:hover, .back-button:focus {
    background-color: #eeeeee;
    color: black;
    border: 1px solid #999999; }

/* PARALLAX
------------------------------------------------ */
.parallax-image-wrapper {
  background: rgba(0, 255, 0, 0);
  position: fixed;
  overflow: hidden;
  width: 100%;
  padding-top: 42.85%; }
  .parallax-image-wrapper:before, .parallax-image-wrapper:after {
    position: absolute;
    width: 120%;
    height: 30%;
    left: -10%;
    display: block;
    content: '';
    background: white;
    z-index: 1; }
  .parallax-image-wrapper:before {
    top: -30%;
    -webkit-transform: rotate(3deg);
    -khtml-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transform-origin: top left;
    -khtml-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left; }
  .parallax-image-wrapper:after {
    bottom: -30%;
    -webkit-transform: rotate(-3deg);
    -khtml-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: top left;
    -khtml-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left; }
  .parallax-image-wrapper#prlx_col_0_3_0:before {
    -webkit-transform: rotate(3deg);
    -khtml-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transform-origin: top left;
    -khtml-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left; }
  .parallax-image-wrapper#prlx_col_0_3_0:after {
    -webkit-transform: rotate(-3deg);
    -khtml-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: top left;
    -khtml-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left; }

.parallax-image {
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 180%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/* GENERAL */
.main-nav-box,
.fixed-nav-box {
  display: block;
  background: #111111;
  z-index: 2;
  position: relative; }
  @media screen and (max-width: 768px) {
    .main-nav-box,
    .fixed-nav-box {
      display: none; } }
  .main-nav-box li,
  .fixed-nav-box li {
    position: relative; }
    .main-nav-box li a,
    .fixed-nav-box li a {
      position: relative;
      color: white;
      font-size: 1.8rem;
      font-weight: normal;
      line-height: 1;
      letter-spacing: 0.4px;
      text-decoration: none;
      padding: 1.9rem 3.2rem;
      display: inline-block;
      font-family: "Avenir LT W01_35 Light1475496", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media screen and (max-width: 900px) {
        .main-nav-box li a,
        .fixed-nav-box li a {
          padding: 1.9rem 1.9rem; } }
      .main-nav-box li a:after,
      .fixed-nav-box li a:after {
        content: '';
        border-right: 1px solid white;
        height: 28%;
        position: absolute;
        right: -1px;
        top: 39%; }
      .main-nav-box li a.active span, .main-nav-box li a:hover span,
      .fixed-nav-box li a.active span,
      .fixed-nav-box li a:hover span {
        border-bottom: 1px dotted white; }
    .main-nav-box li:last-child a,
    .fixed-nav-box li:last-child a {
      padding-right: 0; }
      .main-nav-box li:last-child a:after,
      .fixed-nav-box li:last-child a:after {
        border-right: none !important; }

/* FIXED */
.layout-fixed-header {
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: -1;
  background: #111111;
  width: 100%;
  border-bottom: 0px solid #faa61f; }
  @media screen and (max-width: 768px) {
    .layout-fixed-header {
      display: none; } }
  body.header-full-top .layout-fixed-header {
    z-index: 11 !important;
    opacity: 1; }
  body.header-normal-top .layout-fixed-header {
    z-index: 11 !important;
    opacity: 1; }
    body.header-normal-top .layout-fixed-header.as-fixed .fixed-container {
      padding: 50px 30px; }
    body.header-normal-top .layout-fixed-header.as-fixed .logo-box {
      height: 200px;
      bottom: -100px; }
  .layout-fixed-header .fixed-container {
    max-width: 1000px;
    padding: 0px 4%;
    margin: 0 auto;
    position: relative; }
    @media screen and (min-width: normal) {
      .layout-fixed-header .fixed-container {
        max-width: 850px; } }
    .layout-fixed-header .fixed-container .logo-box {
      position: relative; }
      .layout-fixed-header .fixed-container .logo-box h1 {
        position: absolute;
        top: 0.9rem;
        left: 0px;
        width: 150px;
        height: 4.0rem;
        background-image: url(/content/images/logo/logo_fixed.svgz);
        background-image: url(/assets/images/logo-fixed.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center; }
        @media screen and (min-width: normal) {
          .layout-fixed-header .fixed-container .logo-box h1 {
            background-position: 30px 35px !important; } }
        .layout-fixed-header .fixed-container .logo-box h1 a {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
          .layout-fixed-header .fixed-container .logo-box h1 a img {
            height: auto !important; }
    .layout-fixed-header .fixed-container .fixed-nav-box {
      background: #111111;
      float: right;
      position: relative; }
      .layout-fixed-header .fixed-container .fixed-nav-box li a {
        color: white;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 1.7rem; }
        .layout-fixed-header .fixed-container .fixed-nav-box li a:after {
          border-color: white; }

/* TOP LINK */
.top-link-box {
  position: fixed;
  max-width: 1350px;
  width: 100%;
  height: 0px;
  background: yellow;
  bottom: 0px;
  z-index: -1;
  -webkit-transition: opacity 2.0s ease-in-out;
  -moz-transition: opacity 2.0s ease-in-out;
  -ms-transition: opacity 2.0s ease-in-out;
  -o-transition: opacity 2.0s ease-in-out;
  transition: opacity 2.0s ease-in-out; }
  .top-link-box .top-link {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    display: block;
    padding: 10px; }
    .top-link-box .top-link svg path {
      fill: #faa61f;
      stroke: white;
      stroke-width: 0 !important; }

/* MOBILE NAV
--------------------------------------- */
.layout-mobile-nav {
  position: fixed;
  z-index: 1001;
  height: 100%;
  width: 100%;
  background: #faa61f;
  -webkit-transition: transform 0.5s;
  -khtml-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  left: -100%; }
  .layout-mobile-nav.open {
    -webkit-transform: translate3d(85%, 0, 0);
    -khtml-transform: translate3d(85%, 0, 0);
    -moz-transform: translate3d(85%, 0, 0);
    -ms-transform: translate3d(85%, 0, 0);
    -o-transform: translate3d(85%, 0, 0);
    transform: translate3d(85%, 0, 0); }
  .layout-mobile-nav .mobile-nav {
    top: 0;
    width: 100%; }
    .layout-mobile-nav .mobile-nav a {
      display: block;
      width: 100%;
      border-bottom: 1px solid white;
      color: white;
      text-align: right;
      line-height: 1;
      padding: 12px 20px;
      font-size: 3.4rem; }
      .layout-mobile-nav .mobile-nav a:focus, .layout-mobile-nav .mobile-nav a:active {
        background: white;
        color: #faa61f; }

.content-layer {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .content-layer.open {
    display: block; }

.hamburger {
  display: none;
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  padding: 11px 10px 3px;
  width: 46px;
  height: 46px;
  left: 15px;
  bottom: 15px;
  background: #faa61f;
  border-radius: 50%;
  border: 0px solid rgba(255, 255, 255, 0.7); }
  @media screen and (max-width: 768px) {
    .hamburger {
      display: block; } }
  .hamburger div {
    background-color: white;
    height: 3px;
    margin-top: 4px;
    width: 100%; }
  .hamburger:focus, .hamburger:active {
    background: white;
    border: 1px solid #faa61f; }
    .hamburger:focus div, .hamburger:active div {
      background: #faa61f; }

.layout-header {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #FAA61F; }
  @media screen and (max-width: 768px) {
    .layout-header {
      height: 400px !important; } }
  .layout-header .logo-box {
    display: table;
    height: 100%;
    width: 100%; }
  .layout-header h1 {
    padding: 0.5rem 0 0 0;
    display: table-cell;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: transparent; }
    .layout-header h1 img {
      width: 600px; }
    @media screen and (max-width: 768px) {
      .layout-header h1 img {
        width: 80% !important; } }
    .layout-header h1 .title {
      font-size: 20.0rem; }
    .layout-header h1 .subtitle {
      font-family: "Roboto Slab", serif;
      margin-top: 2.4rem;
      font-size: 3rem;
      line-height: 1.4;
      display: block;
      color: #faa61f;
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.15), -1px -1px 0 rgba(255, 255, 255, 0.15);
      padding: 0 4rem; }
      @media screen and (max-width: 480px) {
        .layout-header h1 .subtitle br {
          display: none; } }

.section {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }
  .section p {
    font-size: 2.7rem;
    line-height: 1.5;
    margin-bottom: 4.05rem;
    text-align: left;
    letter-spacing: 0.00625em; }
    @media screen and (max-width: 768px) {
      .section p {
        font-size: 2.5rem; } }
    .section p small {
      display: inline-block;
      font-size: 1.4rem;
      letter-spacing: 0.01875em; }
    .section p :last-child {
      margin-bottom: 0; }
    .section p a {
      color: #faa61f;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: color 0.5s;
      -khtml-transition: color 0.5s;
      -moz-transition: color 0.5s;
      -ms-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
      .section p a:hover, .section p a:focus {
        color: #e18d05; }
  .section .button {
    margin-top: 1.2rem;
    appearance: none;
    background-color: white;
    border: 0;
    border-radius: 1px;
    color: #faa61f;
    cursor: pointer;
    display: inline-block;
    font-family: "Neue Neue";
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    line-height: 1;
    border: 1px solid white;
    padding: 14px 25px 16px 25px;
    text-decoration: none;
    transition: all 0.2s;
    user-select: none;
    vertical-align: middle; }
    .section .button:hover, .section .button:focus {
      background-color: #faa61f;
      color: white;
      border: 1px solid #faa61f; }
  .section ul {
    text-align: left;
    display: block;
    width: 100%; }

#wer .col h4 {
  -webkit-transform: perspective(1px) scale(1) rotate(-2deg);
  -khtml-transform: perspective(1px) scale(1) rotate(-2deg);
  -moz-transform: perspective(1px) scale(1) rotate(-2deg);
  -ms-transform: perspective(1px) scale(1) rotate(-2deg);
  -o-transform: perspective(1px) scale(1) rotate(-2deg);
  transform: perspective(1px) scale(1) rotate(-2deg);
  font-size: 3.5rem;
  font-family: "Roboto Slab", serif;
  margin-top: 0; }
  #wer .col h4 + p {
    margin: 0 0 1rem 0 !important;
    -webkit-transform: perspective(1px) scale(1) rotate(-2deg);
    -khtml-transform: perspective(1px) scale(1) rotate(-2deg);
    -moz-transform: perspective(1px) scale(1) rotate(-2deg);
    -ms-transform: perspective(1px) scale(1) rotate(-2deg);
    -o-transform: perspective(1px) scale(1) rotate(-2deg);
    transform: perspective(1px) scale(1) rotate(-2deg); }
#wer .col img {
  width: 100%; }

#video-poems {
  padding-top: 0; }

#contact, #kontakt {
  background: #222;
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.045); }
  #contact .col:last-child p, #kontakt .col:last-child p {
    font-size: 1.8rem;
    line-height: 1.6; }
    #contact .col:last-child p:first-child, #kontakt .col:last-child p:first-child {
      margin-top: 3rem; }

#schlussbalken {
  background: #faa61f;
  display: block;
  padding: 0 1rem 0 1rem; }
  #schlussbalken p {
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: 1.6rem;
    line-height: 3;
    position: relative;
    font-family: "Avenir LT W01_35 Light1475496", sans-serif; }
    #schlussbalken p .icon {
      position: relative;
      width: 2.05rem;
      top: 0.38rem;
      -webkit-filter: brightness(0);
      filter: brightness(0); }
      #schlussbalken p .icon:first-child {
        top: 0.4rem; }

/* PRELOADER */
.preloader-box {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background: white url(/assets/images/ajax-loader.gif) no-repeat center; }

.icon-box {
  position: relative;
  width: 3.5rem;
  display: inline-block; }
  .icon-box svg {
    position: absolute;
    bottom: -1.25rem;
    fill: #faa61f;
    stroke-width: 0; }

/* BASICS */
html {
  height: 100%;
  font-size: 62.5%; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 5px; } }

body {
  font-family: "Avenir LT W01_35 Light1475496", sans-serif;
  letter-spacing: 0.0125em;
  line-height: 1.2;
  color: #333333;
  width: 100%;
  text-align: center;
  overflow-y: scroll;
  background: #FFFFFF;
  -webkit-tap-highlight-color: transparent; }

img {
  max-width: 100%;
  height: auto !important; }

strong {
  font-weight: normal;
  font-family: "Roboto Slab", serif; }

h2 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 1.9rem;
  letter-spacing: 0.0125em;
  font-weight: normal;
  display: inline-block;
  text-align: left;
  width: 100%; }
  h2 span {
    font-size: inherit !important;
    line-height: inherit !important; }

h3 {
  font-size: 5rem;
  line-height: 1.25;
  letter-spacing: 0.0125em;
  text-align: left;
  display: inline-block;
  width: 100%;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  margin-top: 0.8rem;
  margin-bottom: 1.1rem; }

h4 {
  font-family: "Avenir LT W01_35 Light1475496", sans-serif;
  font-size: 2.7rem;
  line-height: 1.2;
  margin-top: 1.2rem;
  letter-spacing: 0em;
  font-weight: normal;
  display: inline-block;
  text-align: left;
  width: 100%;
  position: relative; }

h5 {
  font-family: "Avenir LT W01_35 Light1475496", sans-serif;
  font-size: 2.5rem;
  line-height: 30px;
  line-height: 3rem;
  margin-top: -2.5px;
  margin-top: -0.25rem;
  margin-bottom: -2.5px;
  margin-bottom: -0.25rem;
  letter-spacing: 0.00625em;
  margin-top: 0.8rem;
  font-weight: normal;
  display: inline-block;
  text-align: left;
  width: 100%; }
  @media screen and (max-width: 768px) {
    h5 {
      font-family: "Roboto Slab", serif; } }

h3 + h4 {
  margin-top: 0rem;
  line-height: 1.2; }

h4 + p {
  margin-top: 2rem; }

h5 + p {
  margin-top: 1.2rem !important; }

p + h2 {
  position: relative;
  top: -3.5rem; }

hr {
  border: none;
  border-bottom: 1px solid rgba(250, 166, 31, 0.4); }

.js-hide {
  opacity: 0 !important; }
