@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Syncopate:700);
@import url(https://fast.fonts.net/cssapi/b3b5c649-9e03-4063-81fe-c13a70ec63cf.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/css?family=Kanit:400,700);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

.pr-color-theme-orange, .pr-color-theme-green, .pr-color-theme-mid, .pr-color-theme-dark, .pr-color-theme-light, .pr-color-theme-mediumlight, .pr-color-theme-superlight, .pr-button, .tml input[type=submit], .pr-form__list-select-label, .pr-heroSlider, .pr-timelineSlider {
  position: relative; }
  .pr-color-theme-orange:after, .pr-color-theme-green:after, .pr-color-theme-mid:after, .pr-color-theme-dark:after, .pr-color-theme-light:after, .pr-color-theme-mediumlight:after, .pr-color-theme-superlight:after, .pr-button:after, .tml input[type=submit]:after, .pr-form__list-select-label:after, .pr-heroSlider:after, .pr-timelineSlider:after, .pr-color-theme-orange:before, .pr-color-theme-green:before, .pr-color-theme-mid:before, .pr-color-theme-dark:before, .pr-color-theme-light:before, .pr-color-theme-mediumlight:before, .pr-color-theme-superlight:before, .pr-button:before, .tml input[type=submit]:before, .pr-form__list-select-label:before, .pr-heroSlider:before, .pr-timelineSlider:before {
    position: absolute;
    display: block;
    content: "";
    box-sizing: border-box; }

.pr-color-theme-orange {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #f18551;
  border-radius: 50%;
  margin: 40px 15px 0 0; }
  .pr-color-theme-orange:after {
    font-size: 11px;
    content: "color(theme-orange)";
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.pr-color-theme-green {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #81d340;
  border-radius: 50%;
  margin: 40px 15px 0 0; }
  .pr-color-theme-green:after {
    font-size: 11px;
    content: "color(theme-green)";
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.pr-color-theme-mid {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #bfbfbf;
  border-radius: 50%;
  margin: 40px 15px 0 0; }
  .pr-color-theme-mid:after {
    font-size: 11px;
    content: "color(theme-mid)";
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.pr-color-theme-dark {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #595959;
  border-radius: 50%;
  margin: 40px 15px 0 0; }
  .pr-color-theme-dark:after {
    font-size: 11px;
    content: "color(theme-dark)";
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.pr-color-theme-light {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #d6d6d6;
  border-radius: 50%;
  margin: 40px 15px 0 0; }
  .pr-color-theme-light:after {
    font-size: 11px;
    content: "color(theme-light)";
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.pr-color-theme-mediumlight {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #f3f3f3;
  border-radius: 50%;
  margin: 40px 15px 0 0; }
  .pr-color-theme-mediumlight:after {
    font-size: 11px;
    content: "color(theme-mediumlight)";
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.pr-color-theme-superlight {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #f8f8f8;
  border-radius: 50%;
  margin: 40px 15px 0 0; }
  .pr-color-theme-superlight:after {
    font-size: 11px;
    content: "color(theme-superlight)";
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

/**
 *	 	Farbwelten:
 *		@example
 *		span.pr-color-theme-accent
 *		span.pr-color-theme-dark
 *		span.pr-color-theme-mid
 *		span.pr-color-theme-light
 *		span.pr-color-theme-superlight
 *
 *
 *
 */
.pr-button, .tml input[type=submit], .pr-mainMenu__item, .pr-mainMenu__sub, .pr-mainMenu__sub-list-wrap, .pr-siteHead__meta-search-form, .pr-siteHead__meta-language-item-indicator, .pr-siteContent__wrap_placeholder, .pr-siteFooter__toTop, .pr-form__list-select-label, .pr-form__list-select-label:before, .pr-form__list-select-label:after, .pr-form__tag-select-label, .pr-infoBlock__navigation-item, .pr-philosophyExplorer__item, .pr-partnerExplorer__item, .pr-definitionList__link, .pr-product__overlay, .pr-product__wrap, .pr-heroSlider__slide-cta, .pr-timelineSlider__slide.is-selected .pr-timelineSlider__slide-content, .pr-timelineSlider__slide-content-wrap {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  [data-state="pressed"].pr-button, .tml input[data-state="pressed"][type=submit], [data-state="pressed"].pr-mainMenu__item, [data-state="pressed"].pr-mainMenu__sub, [data-state="pressed"].pr-mainMenu__sub-list-wrap, [data-state="pressed"].pr-siteHead__meta-search-form, [data-state="pressed"].pr-siteHead__meta-language-item-indicator, [data-state="pressed"].pr-siteContent__wrap_placeholder, [data-state="pressed"].pr-siteFooter__toTop, [data-state="pressed"].pr-form__list-select-label, [data-state="pressed"].pr-form__list-select-label:before, [data-state="pressed"].pr-form__list-select-label:after, [data-state="pressed"].pr-form__tag-select-label, [data-state="pressed"].pr-infoBlock__navigation-item, [data-state="pressed"].pr-philosophyExplorer__item, [data-state="pressed"].pr-partnerExplorer__item, [data-state="pressed"].pr-definitionList__link, [data-state="pressed"].pr-product__overlay, [data-state="pressed"].pr-product__wrap, [data-state="pressed"].pr-heroSlider__slide-cta, .pr-timelineSlider__slide.is-selected [data-state="pressed"].pr-timelineSlider__slide-content, [data-state="pressed"].pr-timelineSlider__slide-content-wrap {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }

.pr-definitionList__icon {
  line-height: 1;
  vertical-align: middle; }

.pr-productdetail__imagebox-spinner {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important; }

.pr-mainMenu__wrap, .pr-siteHead__wrap, .pr-siteFooter__wrap, .pr-definitionList, .pr-product__wrap, .pr-heroSlider__slide, .pr-timelineSlider__slide {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap; }
  .pr-mainMenu__wrap::after, .pr-siteHead__wrap::after, .pr-siteFooter__wrap::after, .pr-definitionList::after, .pr-product__wrap::after, .pr-heroSlider__slide::after, .pr-timelineSlider__slide::after {
    clear: both;
    content: "";
    display: table; }
  .pr-siteHead__logo, .pr-siteHead__menu, .pr-siteFooter__block, .pr-definitionList__term, .pr-definitionList__definition, .pr-product__wrap {
    flex: 0 100%;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%; }

.pr-siteHead, .pr-siteContent, .pr-siteFooter {
  padding: 1rem 0;
  padding-left: initial;
  padding-right: initial; }
  @media only screen and (min-width: 760px) {
    .pr-siteHead, .pr-siteContent, .pr-siteFooter {
      padding: 2rem 0;
      padding-left: initial;
      padding-right: initial; } }
  .pr-mainMenu__wrap, .pr-siteHead__wrap, .pr-siteContent__wrap, .pr-siteFooter__wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: initial;
    padding-bottom: initial; }
    .pr-mainMenu__wrap::after, .pr-siteHead__wrap::after, .pr-siteContent__wrap::after, .pr-siteFooter__wrap::after {
      clear: both;
      content: "";
      display: table; }
    @media only screen and (min-width: 760px) {
      .pr-mainMenu__wrap, .pr-siteHead__wrap, .pr-siteContent__wrap, .pr-siteFooter__wrap {
        padding: 0 1rem;
        padding-top: initial;
        padding-bottom: initial; } }
    @media only screen and (min-width: 990px) {
      .pr-mainMenu__wrap, .pr-siteHead__wrap, .pr-siteContent__wrap, .pr-siteFooter__wrap {
        padding: 0 2rem;
        padding-top: initial;
        padding-bottom: initial; } }
    @media only screen and (min-width: 1200px) {
      .pr-mainMenu__wrap, .pr-siteHead__wrap, .pr-siteContent__wrap, .pr-siteFooter__wrap {
        padding: 0 4.6875rem;
        padding-top: initial;
        padding-bottom: initial; } }

@-webkit-keyframes translate-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500%);
    -moz-transform: translateY(-500%);
    -ms-transform: translateY(-500%);
    -o-transform: translateY(-500%);
    transform: translateY(-500%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes translate-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500%);
    -moz-transform: translateY(-500%);
    -ms-transform: translateY(-500%);
    -o-transform: translateY(-500%);
    transform: translateY(-500%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes translate-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500%);
    -moz-transform: translateY(-500%);
    -ms-transform: translateY(-500%);
    -o-transform: translateY(-500%);
    transform: translateY(-500%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes translate-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500%);
    -moz-transform: translateY(-500%);
    -ms-transform: translateY(-500%);
    -o-transform: translateY(-500%);
    transform: translateY(-500%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes sketch {
  0% {
    stroke-dashoffset: 10000; }
  100% {
    stroke: white;
    stroke-dashoffset: 0; } }

@-moz-keyframes sketch {
  0% {
    stroke-dashoffset: 10000; }
  100% {
    stroke: white;
    stroke-dashoffset: 0; } }

@-ms-keyframes sketch {
  0% {
    stroke-dashoffset: 10000; }
  100% {
    stroke: white;
    stroke-dashoffset: 0; } }

@keyframes sketch {
  0% {
    stroke-dashoffset: 10000; }
  100% {
    stroke: white;
    stroke-dashoffset: 0; } }

@font-face {
  font-family: "Bebas";
  font-weight: 700;
  src: url(../fonts/bebas-neue/bebasneue_bold.otf); }

body.sg {
  background: #F2F2F2;
  margin: 0;
  padding: 0; }
  body.sg:before {
    content: "PR1 Base Styleguide";
    font-family: "Bebas";
    display: block;
    padding: 15px 0 5px;
    text-align: center;
    font-size: 2rem;
    color: #DDD; }

.sg-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 0 25px; }

.sg-block:first-child {
  border-top: 0; }

.sg-block:last-child {
  border-bottom: 0; }

.sg-text {
  padding: 10px;
  background: #fafafa; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before, .pr-siteFooter__footnote-link_user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before, .pr-mainMenu__sub-item.lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before, .pr-definitionList__icon_location:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before, .pr-siteHead__meta-login-link-icon_logout:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before, .pr-siteHead__meta-login-link-icon_login:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before, .pr-definitionList__icon_phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before,
.pr-siteHead__toggle-menu:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before, .pr-definitionList__icon_mail:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

html {
  box-sizing: border-box;
  font-family: sans-serif; }

* {
  box-sizing: inherit; }

body {
  font-family: "Univers LT W01_55 Roman1475956", "Roboto", "Kanit", sans-serif, sans-serif;
  padding: 0;
  margin: 0; }

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

b,
strong {
  font-weight: normal; }

em {
  font-style: normal; }

a {
  color: inherit;
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0; }

:focus {
  outline: none !important; }

img {
  max-width: 100%;
  width: auto; }

main {
  display: block; }

figure {
  margin: 0; }

*:link {
  -webkit-tap-highlight-color: transparent; }

@media only screen and (min-width: 760px) {
  .home .pr-siteHead, .home .pr-siteContent, .home .pr-siteFooter, .home .pr-siteFooter > .pr-siteFooter__wrap, .home .pr.siteFooter__footnote {
    -webkit-animation: translate-in 1s 1 backwards;
    -moz-animation: translate-in 1s 1 backwards;
    animation: translate-in 1s 1 backwards; }
  .home .pr-siteContent {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
    z-index: 1; }
  .home .pr-siteFooter {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
    overflow: hidden; }
  .home .pr-siteFooter > .pr-siteFooter__wrap, .home .pr.siteFooter__footnote {
    overflow: hidden;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s; } }

/**
 * Hero Headline (Startseite):
 * Headline auf der Startseite über dem Video
 *
 *     @example
 *     h1.pr-heading.pr-heading_hero Dies ist eine Hero-Headline
 */
/**
 * Primäre Headline:
 * Haupttitel einer Seite
 *
 *     @example
 *     h1.pr-heading.pr-heading_primary Dies ist die erste Headline
 */
/**
 * Sekundäre Headline:
 * Untertitel einer Headline, Titel eines Feature-Blocks
 *
 *     @example
 *     h2.pr-heading.pr-heading_secondary Dies ist die zweite Headline
 */
/**
 * Tertiäre Headline:
 * Zwischenüberschrift, Segmenttitel eines Checkout-Schritts
 *
 *     @example
 *     h3.pr-heading.pr-heading_tertiary Dies ist die dritte Headline
 */
.pr-heading {
  display: block; }
  .pr-heading_primary {
    font-family: "Roboto", "Kanit", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #f18551;
    text-align: center;
    font-weight: 700;
    padding: 70px 0 50px;
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
    background: white;
    width: calc(100% + 20px);
    background: white; }
    @media only screen and (min-width: 650px) {
      .pr-heading_primary {
        font-size: 1.625rem; } }
    @media only screen and (min-width: 760px) {
      .pr-heading_primary {
        color: #595959;
        background: none;
        width: 100%; } }
    @media only screen and (min-width: 990px) {
      .pr-heading_primary {
        font-size: 2.75rem; } }
  .pr-heading_secondary {
    font-family: "Roboto", "Kanit", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.625rem;
    color: #595959;
    margin: 0;
    padding-bottom: 40px;
    text-align: center;
    width: 100%; }
    @media only screen and (min-width: 990px) {
      .pr-heading_secondary {
        text-align: left;
        font-size: 1.875rem; } }
  .pr-heading_tertiary {
    /*font-family: $default-font-face;
		font-size: rem(18px);*/
    font-family: "Roboto", "Kanit", sans-serif;
    font-weight: 700;
    color: #bfbfbf;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding-bottom: 20px; }
  .pr-heading_fourth {
    font-family: "Univers LT W01_55 Roman1475956", "Roboto", "Kanit", sans-serif, sans-serif;
    font-size: 1.125rem; }
  .pr-heading_hero {
    font-family: "Univers LT W01_55 Roman1475956", "Roboto", "Kanit", sans-serif, sans-serif;
    font-size: 3.125rem; }
  .pr-heading_breadcrumbs {
    font-family: "Roboto", "Kanit", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    color: #595959;
    text-transform: uppercase;
    padding-right: 10px; }
  .pr-heading_pagination {
    font-family: "Roboto", "Kanit", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    color: #595959;
    text-transform: uppercase;
    padding-right: 10px;
    display: inherit;
    margin: 0;
    float: left; }

/**
 * Flie&szlig;text:
 * Regulärer Flie&szlig;text
 *
 *     @example
 *     p.pr-paragraph Wir danken Ihnen für den Auftrag sowie Ihr Vertrauen und suchen schnellstmöglich den passenden Helper. Die Auftragsdaten erhalten Sie in Kürze noch einmal per E-Mail.
 */
.pr-paragraph {
  font-family: "Univers LT W01_55 Roman1475956", "Roboto", "Kanit", sans-serif, sans-serif;
  font-size: 1rem;
  color: #595959;
  line-height: 1.6;
  padding-bottom: 50px; }

/**
 * Buttons:
 * Hauptschaltflächen in der Hierarchie
 *
 *		@example
 *		a.pr-button.pr-button_primary Primärer Button
 *		a.pr-button.pr-button_secondary Sekundärer Button
 *		a.pr-button.pr-button_tertiary Tertiärer Button
 *
 */
.pr-button, .tml input[type=submit] {
  text-transform: uppercase;
  font-family: "Roboto", "Kanit", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 0.875rem;
  padding-top: 5px;
  color: white;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 10px 10px 0px 10px;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition-property: background, color, border;
  -moz-transition-property: background, color, border;
  transition-property: background, color, border;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*&:after {
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border: $hover-border-width solid rgba(255, 255, 255, 0);
				border-radius: $default-border-radius-small;

				@extend %defaultTransition;
			}*/
  /*&:hover:after {
				width: calc(100% - 8px);
				height: calc(100% - 8px);
				border: $hover-border-width solid rgba(255, 255, 255, 1);

				@include transform(translateX($hover-border-inset) translateY($hover-border-inset));
			}*/ }
  .pr-button_primary {
    background: transparent;
    border: 1px solid #595959;
    color: #595959;
    text-align: center; }
    .pr-button_primary:hover {
      color: white;
      background: #595959;
      border: 1px solid #595959; }
  .pr-button__arrow {
    float: right;
    font-size: 1.8125rem;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    line-height: 40px;
    top: 0; }
  .pr-button_secondary, .tml input[type=submit] {
    background: #f18551;
    border: 1px solid #f18551;
    max-width: 300px;
    width: 100%; }
    @media only screen and (min-width: 990px) {
      .pr-button_secondary, .tml input[type=submit] {
        margin-left: auto; } }
    .pr-button_secondary:hover, .tml input[type=submit]:hover {
      background: #595959;
      border: 1px solid #595959; }
  .pr-button_tertiary {
    background: #d6d6d6;
    font-size: 0.875rem;
    border-radius: 0.5rem;
    padding: 0.6em 0.966em; }
    .pr-button_tertiary:after {
      border-radius: 0.25rem; }

/**
 * Hauptmenü:
 * Darstellung des Hauptmenüs
 *
 *		@example
 *		ul.pr-mainMenu
 *			li.pr-mainMenu__item Punkt 1
 *			li.pr-mainMenu__item Punkt 2
 *			li.pr-mainMenu__item Punkt 3
 *
 */
/*.pr-mainMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;

	&__item {
		font-size: 1rem;
		font-family: 'Arial';
		margin-right: 20px;
		display: inline-block;
	}
}*/
.pr-mainMenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; }
  .pr-mainMenu[data-state="modal-menu"] {
    display: block; }
  @media only screen and (min-width: 760px) {
    .pr-mainMenu {
      background: transparent;
      position: relative;
      width: auto;
      display: inline-flex; } }
  .pr-mainMenu__item-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch; }
  .pr-mainMenu__item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    -o-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    font-family: "Roboto", "Kanit", sans-serif;
    font-weight: 700;
    font-size: 0.625rem;
    text-transform: uppercase;
    padding: 10px;
    color: #595959;
    width: 100%; }
    .pr-mainMenu__item:before {
      content: " "; }
    .pr-mainMenu__item[data-state="modal-menu"] {
      display: block;
      width: 100%; }
    @media only screen and (min-width: 650px) {
      .pr-mainMenu__item {
        font-size: 0.875rem; } }
    @media only screen and (min-width: 760px) {
      .pr-mainMenu__item {
        width: auto;
        display: inline-block;
        padding: 0 13px;
        line-height: 60px; } }
    @media only screen and (min-width: 990px) {
      .pr-mainMenu__item {
        padding: 0 20px; } }
    .pr-mainMenu__item[data-state="active"] {
      color: white;
      background-color: #f18551; }
    .pr-mainMenu__item-wrap {
      width: 25%; }
      @media only screen and (min-width: 760px) {
        .pr-mainMenu__item-wrap {
          width: auto;
          display: inline-block; } }
      .pr-mainMenu__item-wrap[data-state="modal-menu"] {
        display: block;
        width: 100%; }
    .pr-mainMenu__item-image {
      flex: 0 auto;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      max-height: 30px;
      margin-bottom: 10px; }
      @media only screen and (min-width: 650px) {
        .pr-mainMenu__item-image {
          max-height: 40px; } }
      @media only screen and (min-width: 760px) {
        .pr-mainMenu__item-image {
          display: none; } }
  .pr-mainMenu__item-wrap:hover .pr-mainMenu__item {
    color: white;
    background-color: #f18551; }
  @media only screen and (min-width: 760px) {
    .pr-mainMenu__item-wrap:hover .pr-mainMenu__sub {
      height: 50px; }
      .pr-mainMenu__item-wrap:hover .pr-mainMenu__sub-list-wrap {
        opacity: 1;
        height: 50px; } }
  .pr-mainMenu__item[data-state="active"] + .pr-mainMenu__sub {
    height: 50px;
    z-index: 4; }
    .pr-mainMenu__item[data-state="active"] + .pr-mainMenu__sub .pr-mainMenu__sub-list-wrap {
      opacity: 1;
      height: 50px; }
    .pr-mainMenu__item[data-state="active"] + .pr-mainMenu__sub .pr-mainMenu__sub-item-wrap {
      opacity: 1; }
  .pr-mainMenu__item-wrap:hover .pr-mainMenu__sub-item-wrap {
    opacity: 1; }
  .pr-mainMenu__item-wrap:hover .pr-mainMenu__sub-list-wrap {
    text-align: center; }
  .pr-mainMenu__sub {
    -webkit-transition-property: height;
    -moz-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    transition-duration: 200ms;
    margin: 0;
    list-style-type: none;
    background: no-repeat; }
    @media only screen and (min-width: 760px) {
      .pr-mainMenu__sub {
        display: block;
        width: 100%;
        height: 0;
        overflow: hidden;
        position: fixed;
        left: 0;
        z-index: 5; } }
    @media only screen and (min-width: 990px) {
      .pr-mainMenu__sub {
        padding: 0 2rem;
        max-width: 1200px;
        right: 0;
        margin: 0 auto; } }
    .pr-mainMenu__sub-list-wrap {
      display: none; }
      @media only screen and (min-width: 760px) {
        .pr-mainMenu__sub-list-wrap {
          -webkit-transition-property: height, opacity;
          -moz-transition-property: height, opacity;
          transition-property: height, opacity;
          -webkit-transition-duration: 200ms;
          -moz-transition-duration: 200ms;
          transition-duration: 200ms;
          opacity: 0;
          height: 0;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          box-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          background-color: #bfbfbf;
          margin: 0 auto; } }
      @media only screen and (min-width: 990px) {
        .pr-mainMenu__sub-list-wrap {
          border-radius: 0px 0px 10px 10px; } }
      @media only screen and (min-width: 1200px) {
        .pr-mainMenu__sub-list-wrap {
          padding: 0 4.6875rem;
          max-width: 1200px; } }
    .pr-mainMenu__sub-item-wrap {
      display: inline-block;
      overflow: hidden;
      flex: 0 auto;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto; }
      @media only screen and (min-width: 650px) {
        .pr-mainMenu__sub-item-wrap {
          opacity: 0; }
          .pr-mainMenu__sub-item-wrap:last-of-type {
            margin-right: 0; } }
    .pr-mainMenu__sub-item {
      color: #595959;
      display: block;
      text-transform: uppercase;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-family: "Roboto", "Kanit", sans-serif;
      font-weight: 700;
      font-size: 0.875rem;
      text-transform: uppercase;
      padding-left: 10px;
      padding-right: 10px;
      line-height: 50px; }
      @media only screen and (min-width: 650px) {
        .pr-mainMenu__sub-item:hover {
          color: #f8f8f8; } }
      .pr-mainMenu__sub-item[data-state="active"] {
        color: #f8f8f8; }
      .pr-mainMenu__sub-item.lock:before, .pr-mainMenu__sub-item.lock:after {
        margin-right: 0.25em; }
      .pr-mainMenu__sub-item.lock:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.pr-siteHead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f3f3f3;
  height: 60px;
  z-index: 100; }
  .pr-siteHead__wrap {
    padding: 0 2rem;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .pr-siteHead__wrap:after {
      content: ""; }
  .pr-siteHead__logo {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    max-width: 60%;
    display: inline-block;
    position: relative;
    line-height: 60px;
    z-index: 10;
    overflow: hidden; }
    @media only screen and (min-width: 650px) {
      .pr-siteHead__logo {
        flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%; } }
    @media only screen and (min-width: 990px) {
      .pr-siteHead__logo {
        padding-top: 19px;
        padding-right: 30px;
        line-height: 0; } }
    .pr-siteHead__logo-image {
      vertical-align: middle;
      -webkit-transform: scale(0.9) translateY(-8%);
      -moz-transform: scale(0.9) translateY(-8%);
      -ms-transform: scale(0.9) translateY(-8%);
      -o-transform: scale(0.9) translateY(-8%);
      transform: scale(0.9) translateY(-8%);
      /*&:hover {
				@include transform(scale(1.1));
			}*/ }
      @media only screen and (min-width: 760px) {
        .pr-siteHead__logo-image {
          width: 150px; } }
  .pr-siteHead__menu {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%; }
    .pr-siteHead__menu[data-state="modal-menu"] {
      flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%; }
    @media only screen and (min-width: 650px) {
      .pr-siteHead__menu {
        flex: 0 0 70%;
        -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%; } }
    @media only screen and (min-width: 990px) {
      .pr-siteHead__menu {
        flex: 0 0 80%;
        -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%; } }
  .pr-siteHead__toggle-menu {
    font-size: 1.875rem;
    float: right;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 110;
    border: 0;
    color: #595959;
    background: none;
    text-align: right;
    margin-top: 3px;
    margin-right: 10px; }
    .pr-siteHead__toggle-menu:before, .pr-siteHead__toggle-menu:after {
      margin-right: 0.25em; }
    .pr-siteHead__toggle-menu:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .pr-siteHead__toggle-menu:before {
      margin-right: 1rem; }
    @media only screen and (min-width: 990px) {
      .pr-siteHead__toggle-menu {
        display: none; } }
  .pr-siteHead__modal-wrap {
    top: 25px;
    right: 10px;
    left: auto;
    position: absolute;
    width: 0;
    overflow: hidden;
    height: 0;
    z-index: 99999;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: static;
    height: initial;
    width: initial;
    overflow: initial; }
  .pr-siteHead[data-state="modal-menu"] .pr-siteHead__modal-wrap {
    background: white;
    opacity: 0.8;
    z-index: 10;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: initial;
    height: initial;
    width: initial; }
  .pr-siteHead__meta {
    position: absolute;
    height: 60px;
    width: 100%;
    left: 0;
    top: 0; }
    @media only screen and (min-width: 760px) {
      .pr-siteHead__meta {
        position: relative;
        width: auto;
        margin-left: auto; } }
    .pr-siteHead__meta-control {
      display: block;
      float: left;
      line-height: 60px;
      width: 15%;
      text-align: center;
      font-family: "Roboto", "Kanit", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 1.125rem;
      color: #595959; }
      .pr-siteHead__meta-control:nth-child(even) {
        float: right; }
      .pr-siteHead__meta-control_login {
        width: 100%; }
      @media only screen and (min-width: 760px) {
        .pr-siteHead__meta-control {
          font-size: 0.875rem;
          width: auto;
          padding: 0 10px; } }
    .pr-siteHead__meta-login {
      margin-left: 30px; }
      @media only screen and (min-width: 760px) {
        .pr-siteHead__meta-login {
          margin-left: 0;
          font-size: 0.75rem; } }
      .pr-siteHead__meta-login-link {
        white-space: nowrap; }
        .pr-siteHead__meta-login-link-title {
          display: none; }
          @media only screen and (min-width: 760px) {
            .pr-siteHead__meta-login-link-title {
              display: inline; } }
        .pr-siteHead__meta-login-link-icon_login:before, .pr-siteHead__meta-login-link-icon_login:after {
          margin-right: 0.25em; }
        .pr-siteHead__meta-login-link-icon_login:before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .pr-siteHead__meta-login-link-icon_logout:before, .pr-siteHead__meta-login-link-icon_logout:after {
          margin-right: 0.25em; }
        .pr-siteHead__meta-login-link-icon_logout:before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
    .pr-siteHead__meta-search {
      position: relative; }
      .pr-siteHead__meta-search-form {
        -webkit-transition-property: height;
        -moz-transition-property: height;
        transition-property: height;
        -webkit-transition-duration: 200ms;
        -moz-transition-duration: 200ms;
        transition-duration: 200ms;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 20;
        background-color: #f3f3f3;
        width: 100%;
        height: 0;
        overflow: hidden; }
        .pr-siteHead__meta-search-form[data-state="active"] {
          height: 60px; }
        @media only screen and (min-width: 990px) {
          .pr-siteHead__meta-search-form {
            position: relative;
            width: auto;
            height: auto;
            overflow: visible; } }
      .pr-siteHead__meta-search-icon {
        position: absolute;
        right: 20px;
        top: 0;
        border: none;
        background: none;
        padding: 0; }
        @media only screen and (min-width: 1200px) {
          .pr-siteHead__meta-search-icon {
            display: none; } }
      .pr-siteHead__meta-search-button {
        display: none; }
        .pr-siteHead__meta-search-button[data-state="active"] {
          display: block; }
        @media only screen and (min-width: 1200px) {
          .pr-siteHead__meta-search-button {
            display: block !important; } }
      .pr-siteHead__meta-search-input {
        padding: 0 30px 0 5px;
        height: 25px;
        background-color: #d6d6d6;
        display: none; }
        .pr-siteHead__meta-search-input[data-state="active"] {
          display: block;
          position: absolute;
          top: 50%;
          right: 10px;
          width: calc(100% - 20px);
          transform: translateY(-50%); }
          @media only screen and (min-width: 990px) {
            .pr-siteHead__meta-search-input[data-state="active"] {
              width: auto; } }
        @media only screen and (min-width: 1200px) {
          .pr-siteHead__meta-search-input {
            display: inline-block; } }
    .pr-siteHead__meta-language-item {
      display: inline-block;
      width: 100%;
      color: #f3f3f3; }
      .pr-siteHead__meta-language-item_current {
        color: #bfbfbf; }
      .pr-siteHead__meta-language-item:hover {
        color: #f18551; }
      .pr-siteHead__meta-language-item-indicator {
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform; }
        .pr-siteHead__meta-language-item-indicator[data-state="open"] {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
    .pr-siteHead__meta-language-dropdown {
      height: 0;
      overflow: hidden;
      z-index: 10;
      position: absolute;
      right: 0;
      list-style: none;
      background-color: #595959;
      border-radius: 0 0 10px 10px;
      text-align: right; }
      .pr-siteHead__meta-language-dropdown_login {
        width: 100%;
        bottom: 60px;
        border-radius: 0; }
    .pr-siteHead__meta-language-option {
      line-height: 1;
      padding: 13px 21px; }
      .pr-siteHead__meta-language-option[data-state="selected"] {
        opacity: .5;
        pointer-events: none; }

.pr-siteContent {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
  background: white;
  position: relative; }
  @media only screen and (min-width: 760px) {
    .pr-siteContent {
      margin-top: 110px; } }
  .pr-siteContent__wrap {
    background: #f8f8f8; }
    @media only screen and (min-width: 760px) {
      .pr-siteContent__wrap {
        background-color: #fff; } }
    .pr-siteContent__wrap_clean {
      background: inherit; }
    .pr-siteContent__wrap_placeholder {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      opacity: 1; }
      .pr-siteContent__wrap_placeholder[data-state="hidden"] {
        opacity: 0;
        pointer-events: none; }
    .pr-siteContent__wrap_login {
      background-color: white; }
  .pr-siteContent__dashboard {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    align-items: flex-end;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 30px; }
    .pr-siteContent__dashboard-heading {
      flex: 1 100%;
      -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
      margin-left: -10px;
      margin-right: -10px;
      width: calc(100% + 20px); }
      @media only screen and (min-width: 760px) {
        .pr-siteContent__dashboard-heading {
          margin-left: 0;
          margin-right: 0;
          width: auto; } }
  @media only screen and (min-width: 760px) {
    .pr-siteContent__head {
      margin: 0;
      padding: 0 30px; } }
  @media only screen and (min-width: 990px) {
    .pr-siteContent__head {
      padding: 0 130px; } }
  .pr-siteContent__head-paragraph {
    padding-bottom: 130px; }
  .pr-siteContent__head-headline {
    color: #bfbfbf;
    padding-top: 80px;
    line-height: 1.4;
    margin-bottom: 0; }
  .pr-siteContent__head-button {
    background-color: #595959;
    color: white;
    float: right; }
  .pr-siteContent__product-list {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px; }
    @media only screen and (min-width: 760px) {
      .pr-siteContent__product-list {
        padding-left: 130px;
        padding-right: 130px;
        padding-bottom: 130px; } }
  .pr-siteContent__textbox {
    margin-bottom: 30px;
    flex: 1 100%; }
    .pr-siteContent__textbox-item {
      width: 100%; }
    .pr-siteContent__textbox-itemSmall {
      width: 100%;
      background-image: none;
      background-repeat: no-repeat;
      background-size: cover;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      -o-flex-flow: row wrap;
      flex-flow: row wrap;
      justify-content: space-between; }
      @media only screen and (min-width: 650px) {
        .pr-siteContent__textbox-itemSmall {
          background-image: url("../images/bg.png"); } }
  .pr-siteContent__loader {
    padding: 30px 0;
    text-align: center;
    font-size: 2.5rem;
    margin: 0 auto; }
  .pr-siteContent__productdetail {
    margin-top: 30px; }
  .pr-siteContent__additionalContent {
    margin-top: 100px;
    background-color: #f8f8f8; }
  .pr-siteContent__slider {
    height: 30vw;
    min-height: 400px;
    max-height: 40vh; }
  .pr-siteContent__pagination {
    display: inline-block;
    float: right; }
    .pr-siteContent__pagination_arrow {
      margin-top: 2px; }
      .pr-siteContent__pagination_arrow:hover {
        color: #f18551; }
    .pr-siteContent__pagination_link {
      float: left; }
      .pr-siteContent__pagination_link:hover {
        color: #f18551; }
  .pr-siteContent__meta {
    position: fixed;
    height: 60px;
    background-color: #f8f8f8;
    width: 100%;
    left: 0;
    bottom: 0; }
    .pr-siteContent__meta-control {
      display: block;
      float: left;
      line-height: 60px;
      width: 100%;
      text-align: center;
      font-family: "Roboto", "Kanit", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 1.125rem;
      color: #bfbfbf; }
      .pr-siteContent__meta-control:nth-child(even) {
        float: right; }
      @media only screen and (min-width: 760px) {
        .pr-siteContent__meta-control {
          font-size: 0.875rem;
          width: auto;
          padding: 0 10px; } }
  .pr-siteContent__form {
    display: block;
    width: 100%;
    padding: 0 30px;
    overflow: hidden; }
    @media only screen and (min-width: 990px) {
      .pr-siteContent__form {
        padding: 0 130px 50px; } }
    .pr-siteContent__form .wpcf7-form-control-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      order: 1;
      width: 95%;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      -o-flex-flow: column nowrap;
      flex-flow: column nowrap; }
      @media only screen and (min-width: 650px) {
        .pr-siteContent__form .wpcf7-form-control-wrap {
          width: 65%; } }
      .pr-siteContent__form .wpcf7-form-control-wrap.name {
        margin-right: 5%; }
    .pr-siteContent__form-item {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      -o-flex-flow: row wrap;
      flex-flow: row wrap;
      width: 100%;
      padding-bottom: 12px; }
      .pr-siteContent__form-item_input {
        display: inline-block;
        width: 100%;
        float: left;
        height: 35px;
        background-color: #f3f3f3; }
      .pr-siteContent__form-item_inputLogin {
        display: inline-block;
        text-align: center;
        width: 100%;
        float: left;
        height: 55px;
        margin-bottom: 10px;
        background-color: #bfbfbf;
        color: white;
        padding-top: 10px;
        font-family: "Roboto", "Kanit", sans-serif;
        font-weight: 700; }
      .pr-siteContent__form-item_inputLogin[placeholder] {
        text-transform: uppercase; }
      .pr-siteContent__form-item_label {
        display: inline-block;
        width: 100%;
        float: left;
        font-family: "Roboto", "Kanit", sans-serif;
        font-weight: 700;
        font-size: 0.875rem;
        color: #595959;
        text-transform: uppercase;
        order: 1;
        flex: 1 1 100%; }
        @media only screen and (min-width: 650px) {
          .pr-siteContent__form-item_label {
            flex: 1 0;
            width: 30%;
            max-width: 30%; } }
      .pr-siteContent__form-item_textarea {
        background-color: #f3f3f3;
        width: 100%;
        float: left;
        height: 200px;
        order: 2; }
      .pr-siteContent__form-item_validate {
        width: 5%;
        text-align: center;
        float: right;
        display: inline-block;
        font-family: "Roboto", "Kanit", sans-serif;
        font-weight: 700;
        font-size: 1.125rem;
        color: #f18551;
        order: 1; }
      .pr-siteContent__form-item_button {
        margin: 0 5%;
        order: 2; }
      .pr-siteContent__form-item_submit {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        -o-flex-flow: row nowrap;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-end; }
  .pr-siteContent__mobile-submenu {
    margin: 50px 0;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    -o-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    @media only screen and (min-width: 760px) {
      .pr-siteContent__mobile-submenu {
        display: none; } }
    .pr-siteContent__mobile-submenu-item {
      margin: 0 auto 10px;
      display: block; }

.pr-siteFooter {
  position: relative;
  background: #d6d6d6;
  padding-bottom: 0; }
  .pr-siteFooter__block {
    padding-bottom: 1.5rem;
    padding-left: 20px; }
    @media only screen and (min-width: 760px) {
      .pr-siteFooter__block {
        flex: 0 50%;
        -webkit-flex: 0 50%;
        -ms-flex: 0 50%; } }
    @media only screen and (min-width: 990px) {
      .pr-siteFooter__block {
        flex: 0 33%;
        -webkit-flex: 0 33%;
        -ms-flex: 0 33%;
        padding-left: 0; } }
  .pr-siteFooter__toTop {
    background-color: black;
    padding: 5px 20px;
    color: white;
    top: 0;
    right: 2rem;
    position: absolute; }
    .pr-siteFooter__toTop:hover {
      top: -10px; }
  .pr-siteFooter__footnote {
    height: 220px;
    background-color: #595959;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 400;
    color: white; }
    @media only screen and (min-width: 760px) {
      .pr-siteFooter__footnote {
        height: 130px; } }
    .pr-siteFooter__footnote-text {
      color: #d6d6d6;
      margin-right: 20px;
      text-transform: uppercase;
      font-size: 0.875rem;
      opacity: 0.5;
      float: left; }
    .pr-siteFooter__footnote-info {
      width: 100%;
      padding-top: 60px;
      position: relative; }
    .pr-siteFooter__footnote-img {
      margin: 0;
      padding: 0;
      display: block;
      width: 500px; }
    .pr-siteFooter__footnote-logo {
      display: block;
      width: 100%; }
    .pr-siteFooter__footnote-link {
      color: #d6d6d6;
      padding-right: 10px;
      margin-left: 10px;
      text-transform: uppercase;
      font-size: 0.875rem;
      float: right; }
      @media only screen and (min-width: 990px) {
        .pr-siteFooter__footnote-link {
          padding-right: 0; } }
      .pr-siteFooter__footnote-link:hover {
        color: #f18551; }
      .pr-siteFooter__footnote-link_user:before, .pr-siteFooter__footnote-link_user:after {
        margin-right: 0.25em; }
      .pr-siteFooter__footnote-link_user:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

/**
 * Eingabemasken:
 * Formularfelder in den Stati normal und `disabled`
 *
 *		@example
 *		form.pr-form
 *			input.pr-form__input(placeholder="Ort eingeben")
 *			input.pr-form__input(value="Deaktiviert", disabled)
 *
 */
/**
 * Eingabemasken:
 * Dropdowns in den Stati normal und `disabled`
 *
 *		@example
 *		form.pr-form
 *			select.pr-form__select
 *				option "Test"
 *				option "Test 2"
 *			select.pr-form__select(disabled)
 *				option "Test"
 *
 *
 */
/**
 * Eingabemasken:
 * Textarea in den Stati normal und `disabled`
 *
 *		@example
 *		form.pr-form
 *			textarea.pr-form__textarea "Dies ist eine Textarea..."
 *			textarea.pr-form__textarea(disabled)  "Dies ist eine deaktivierte Textarea..."
 *
 *
 */
/**
 * Eingabemasken:
 * Listenauswahl / Einfachauswahl
 *
 *		@example
 *		form.pr-form
 *			input.pr-form__list-select(id="radio1", name="radiogroup", type="radio")
 *			label.pr-form__list-select-label(for="radio1") Osnabrück
 *			input.pr-form__list-select(id="radio2", name="radiogroup", type="radio")
 *			label.pr-form__list-select-label(for="radio2") Melle
 *			input.pr-form__list-select(id="radio3", name="radiogroup", type="radio")
 *			label.pr-form__list-select-label(for="radio3") Herford
 *
 */
/**
 * Eingabemasken:
 * Listenauswahl / Mehrfachauswahl
 *
 *		@example
 *		form.pr-form
 *			input.pr-form__list-select(id="checkbox1", name="checkbox1", type="checkbox")
 *			label.pr-form__list-select-label(for="checkbox1") Ich akzeptiere die AGB
 *			input.pr-form__list-select(id="checkbox2", name="checkbox2", type="checkbox")
 *			label.pr-form__list-select-label(for="checkbox2") Ich möchte den Newsletter erhalten
 *
 */
/**
 * Eingabemasken:
 * Tagauswahl / Mehrfachauswahl
 *
 *		@example
 *		form.pr-form
 *			input.pr-form__tag-select(id="checkbox11", name="checkbox11", type="checkbox")
 *			label.pr-form__tag-select-label(for="checkbox11") Schlagwort 1
 *			input.pr-form__tag-select(id="checkbox12", name="checkbox12", type="checkbox")
 *			label.pr-form__tag-select-label(for="checkbox12") Schlagwort 2
 *			input.pr-form__tag-select(id="checkbox13", name="checkbox13", type="checkbox")
 *			label.pr-form__tag-select-label(for="checkbox13") Schlagwort 3
 *			input.pr-form__tag-select(id="checkbox14", name="checkbox14", type="checkbox")
 *			label.pr-form__tag-select-label(for="checkbox14") Schlagwort 4
 *
 */
.pr-form__input, .pr-form__select, .pr-form__textarea {
  line-height: 1;
  font-size: 0.875rem;
  font-family: "Univers LT W01_55 Roman1475956", "Roboto", "Kanit", sans-serif, sans-serif;
  border-radius: 5px 5px 0 5px;
  border: none;
  text-indent: 5px; }
  .pr-form__input::-webkit-input-placeholder, .pr-form__select::-webkit-input-placeholder, .pr-form__textarea::-webkit-input-placeholder {
    font-weight: 700;
    color: white; }
  .pr-form__input::-moz-placeholder, .pr-form__select::-moz-placeholder, .pr-form__textarea::-moz-placeholder {
    font-weight: 700;
    color: white; }
  .pr-form__input:-moz-placeholder, .pr-form__select:-moz-placeholder, .pr-form__textarea:-moz-placeholder {
    font-weight: 700;
    color: white; }
  .pr-form__input:-ms-input-placeholder, .pr-form__select:-ms-input-placeholder, .pr-form__textarea:-ms-input-placeholder {
    font-weight: 700;
    color: white; }
  .pr-form__input:disabled, .pr-form__select:disabled, .pr-form__textarea:disabled {
    color: #bfbfbf;
    border: 2px dotted #bfbfbf;
    background: none;
    cursor: not-allowed; }

.pr-form__select {
  width: 100%;
  background-color: #f3f3f3; }

.pr-form__list-select {
  display: none; }
  .pr-form__list-select:checked + .pr-form__list-select-label:after {
    -webkit-transform: translateX(-100%) rotate(30deg);
    -moz-transform: translateX(-100%) rotate(30deg);
    -ms-transform: translateX(-100%) rotate(30deg);
    -o-transform: translateX(-100%) rotate(30deg);
    transform: translateX(-100%) rotate(30deg); }
  .pr-form__list-select:checked + .pr-form__list-select-label:before {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    border-color: #595959; }
  .pr-form__list-select-label {
    font-size: 1.125rem;
    background: #d6d6d6;
    color: white;
    font-family: "Univers LT W01_55 Roman1475956", "Roboto", "Kanit", sans-serif, sans-serif;
    padding: 1em 1.61em;
    line-height: 1;
    cursor: pointer;
    display: block;
    margin-bottom: 0.5rem;
    overflow: hidden; }
    .pr-form__list-select-label:hover {
      background: #bfbfbf; }
    .pr-form__list-select-label:before, .pr-form__list-select-label:after {
      width: 10%;
      height: 100%;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .pr-form__list-select-label:before {
      border: 4px solid #bfbfbf;
      border-left: 0;
      right: -10%;
      top: 0;
      z-index: 2;
      color: #595959;
      content: "\2714";
      text-align: center;
      font-size: 1.7rem;
      padding: 0.5rem 0 0 1.5rem; }
    .pr-form__list-select-label:after {
      -webkit-transform: rotate(30deg);
      -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      -o-transform: rotate(30deg);
      transform: rotate(30deg);
      height: 200%;
      right: -13%;
      bottom: -70%; }
  .pr-form__list-select:checked + .pr-form__list-select-label {
    background: #595959;
    font-family: "Univers LT W01_55 Roman1475956", "Roboto", "Kanit", sans-serif, sans-serif; }

.pr-form__tag-select {
  display: none; }
  .pr-form__tag-select-label {
    font-size: 0.875rem;
    display: inline-block;
    background: #d6d6d6;
    color: white;
    font-family: "Univers LT W01_55 Roman1475956", "Roboto", "Kanit", sans-serif, sans-serif;
    padding: 1em 1.61em;
    line-height: 1;
    cursor: pointer;
    font-family: "Univers LT W01_55 Roman1475956", "Roboto", "Kanit", sans-serif, sans-serif; }
    .pr-form__tag-select-label:hover {
      background: #bfbfbf; }
    .pr-form__tag-select-label:before {
      content: "\2022 ";
      display: inline-block;
      width: 1rem; }
  .pr-form__tag-select:checked + .pr-form__tag-select-label {
    background: #595959;
    font-family: "Univers LT W01_55 Roman1475956", "Roboto", "Kanit", sans-serif, sans-serif; }
    .pr-form__tag-select:checked + .pr-form__tag-select-label:before {
      content: "\2714 "; }

/**
 * Kontakt Headline:
 *
 *     @example
 *     p.pr-infoBlock__heading Wir danken Ihnen für Ihre Nachricht und melden uns in Kürze noch einmal per E-Mail.
 */
.pr-infoBlock {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap; }
  .pr-infoBlock_light {
    color: white; }
  .pr-infoBlock_second {
    padding-left: 60px; }
  .pr-infoBlock__button {
    margin-top: 10px; }
  .pr-infoBlock__navigation {
    list-style-type: none;
    display: block; }
    .pr-infoBlock__navigation-item {
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 2; }
  @media only screen and (min-width: 990px) {
    .pr-infoBlock-button {
      flex: 0 33%;
      -webkit-flex: 0 33%;
      -ms-flex: 0 33%; } }
  .pr-infoBlock__heading {
    font-size: 1.25rem;
    line-height: 2; }
  .pr-infoBlock__subheading {
    text-transform: uppercase;
    font-size: 0.8125rem;
    letter-spacing: 2px;
    line-height: 1; }
  .pr-infoBlock__content {
    font-size: 0.875rem;
    display: inline-block;
    color: #595959;
    line-height: 1.5; }
    .pr-infoBlock__content-heading {
      font-size: 0.875rem;
      display: inline-block;
      color: #595959;
      padding-right: 10px;
      text-transform: uppercase;
      line-height: 1.5;
      font-family: "Roboto", "Kanit", sans-serif;
      font-weight: 700; }
    .pr-infoBlock__content-icon {
      display: block;
      font-size: 2.8125rem;
      flex: 0 auto;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      padding-right: 30px;
      color: #595959;
      padding-top: 7px; }
    .pr-infoBlock__content-definition-list {
      flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      color: #595959; }

.pr-dashboardItem__heading, .pr-philosophyExplorer__heading, .pr-partnerExplorer__heading {
  font-family: "Roboto", "Kanit", sans-serif;
  font-weight: 700;
  max-width: 100%;
  color: #bfbfbf;
  font-size: 1.125rem;
  text-transform: uppercase; }

.pr-dashboardItem {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-bottom: 100px; }
  @media only screen and (min-width: 990px) {
    .pr-dashboardItem {
      min-width: 280px;
      width: 33%;
      padding-bottom: 0;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      -o-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  @media only screen and (min-width: 990px) {
    .pr-dashboardItem_category {
      width: 25%;
      padding: 0 15px;
      min-width: 0; } }
  @media only screen and (min-width: 990px) {
    .pr-dashboardItem__image {
      margin: 20px; } }
  .pr-dashboardItem__image_alternative {
    margin-bottom: 50px;
    width: auto;
    max-height: 150px; }
    @media only screen and (min-width: 990px) {
      .pr-dashboardItem__image_alternative {
        margin-bottom: 80px; } }
  .pr-dashboardItem:hover .pr-dashboardItem__heading {
    color: #f18551; }
    .pr-dashboardItem:hover .pr-dashboardItem__heading_alternative {
      color: inherit; }
  .pr-dashboardItem__heading {
    margin: 30px 0; }
    @media only screen and (min-width: 990px) {
      .pr-dashboardItem__heading {
        margin: 0;
        height: 120px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center; } }
    .pr-dashboardItem__heading_alternative {
      font-family: "Univers LT W01_55 Roman1475956", "Roboto", "Kanit", sans-serif, sans-serif;
      color: #595959;
      font-size: 1.5rem;
      text-transform: none;
      padding: 0.5em;
      margin: 30px 0; }

.pr-philosophyExplorer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 130px;
  overflow: hidden; }
  .pr-philosophyExplorer__item {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    background-color: #d6d6d6;
    border-radius: 10px 10px 0 10px;
    padding: 10px 30px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 90% 80%;
    background-size: auto 45%; }
    @media only screen and (min-width: 650px) {
      .pr-philosophyExplorer__item {
        flex: 1 1 49%;
        -webkit-flex: 1 1 49%;
        -ms-flex: 1 1 49%;
        margin-right: 1%; } }
    @media only screen and (min-width: 760px) {
      .pr-philosophyExplorer__item {
        flex: 1 1 32%;
        -webkit-flex: 1 1 32%;
        -ms-flex: 1 1 32%;
        margin-right: 1%; }
        .pr-philosophyExplorer__item[data-state="active"] {
          background-color: #f8f8f8; } }
  .pr-philosophyExplorer__heading {
    width: 80%;
    color: #595959; }
    .pr-philosophyExplorer__heading-keyword {
      opacity: .7; }
    .pr-philosophyExplorer__heading_alternative {
      font-family: "Roboto", "Kanit", sans-serif;
      font-weight: 700; }
  @media only screen and (min-width: 1200px) {
    .pr-philosophyExplorer {
      display: block; } }
  .pr-philosophyExplorer__item {
    display: none; }
    @media only screen and (min-width: 760px) {
      .pr-philosophyExplorer__item {
        flex: 1 1 49%;
        -webkit-flex: 1 1 49%;
        -ms-flex: 1 1 49%;
        margin-right: 1%; } }
    @media only screen and (min-width: 990px) {
      .pr-philosophyExplorer__item {
        flex: 1 1 32%;
        -webkit-flex: 1 1 32%;
        -ms-flex: 1 1 32%;
        margin-right: 1%; } }
    @media only screen and (min-width: 1200px) {
      .pr-philosophyExplorer__item {
        display: block;
        float: left;
        margin-right: 6px;
        width: calc(25% - 6px);
        padding-top: calc(25% - 6px);
        height: 0;
        position: relative; }
        .pr-philosophyExplorer__item-heading {
          position: absolute;
          top: 30px; } }
    .pr-philosophyExplorer__item_mobile {
      display: block;
      background-color: #f3f3f3; }
      @media only screen and (min-width: 1200px) {
        .pr-philosophyExplorer__item_mobile {
          display: none; } }
  .pr-philosophyExplorer__description {
    display: none; }
    .pr-philosophyExplorer__description-heading {
      font-size: 1rem !important; }
    @media only screen and (min-width: 1200px) {
      .pr-philosophyExplorer__description {
        padding: 20px;
        display: block;
        float: left;
        width: calc(50% - 6px);
        margin-right: 6px; } }
  .pr-philosophyExplorer__mobile-text {
    text-shadow: 0px 0px 2px #fff, 0px 0px 3px #f3f3f3, 0px 0px 3px #f3f3f3, 0px 0px 4px #f3f3f3; }
  .pr-philosophyExplorer__heading {
    padding: 20px 0;
    font-size: 0.75rem; }

.pr-partnerExplorer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 130px;
  padding: 0 40px;
  display: block;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1; }
  .pr-partnerExplorer__item {
    flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    background-color: #d6d6d6;
    border-radius: 10px 10px 0 10px;
    padding: 10px 30px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 90% 80%;
    background-size: auto 45%; }
    @media only screen and (min-width: 650px) {
      .pr-partnerExplorer__item {
        flex: 1 1 49%;
        -webkit-flex: 1 1 49%;
        -ms-flex: 1 1 49%;
        margin-right: 1%; } }
    @media only screen and (min-width: 760px) {
      .pr-partnerExplorer__item {
        flex: 1 1 32%;
        -webkit-flex: 1 1 32%;
        -ms-flex: 1 1 32%;
        margin-right: 1%; }
        .pr-partnerExplorer__item[data-state="active"] {
          background-color: #f8f8f8; } }
  .pr-partnerExplorer__heading {
    width: 80%;
    color: #595959; }
    .pr-partnerExplorer__heading-keyword {
      opacity: .7; }
    .pr-partnerExplorer__heading_alternative {
      font-family: "Roboto", "Kanit", sans-serif;
      font-weight: 700; }
  @media only screen and (min-width: 650px) {
    .pr-partnerExplorer {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px; } }
  @media only screen and (min-width: 760px) {
    .pr-partnerExplorer {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      padding: 0;
      background-image: url("../images/bg.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; } }
  @media only screen and (min-width: 990px) {
    .pr-partnerExplorer {
      -webkit-column-gap: 80px;
      -moz-column-gap: 80px;
      column-gap: 80px; } }
  .pr-partnerExplorer__item {
    background-color: rgba(191, 191, 191, 0.2);
    padding: 20px 30px;
    display: inline-block;
    width: 100%; }
    .pr-partnerExplorer__item_mobile {
      display: none; }
  .pr-partnerExplorer__heading {
    font-size: 0.875rem;
    margin: 0 0 10px; }
  .pr-partnerExplorer__address {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #595959;
    margin: 0; }

.pr-definitionList {
  font-size: 0.875rem;
  line-height: 1; }
  .pr-definitionList__term, .pr-definitionList__definition {
    margin: 0;
    padding: 0.3rem 0; }
  .pr-definitionList__term {
    display: block;
    font-family: "Roboto", "Kanit", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    flex: 0 25%;
    -webkit-flex: 0 25%;
    -ms-flex: 0 25%; }
    @media only screen and (min-width: 500px) {
      .pr-definitionList__term {
        flex: 0 20%;
        -webkit-flex: 0 20%;
        -ms-flex: 0 20%; } }
    @media only screen and (min-width: 760px) {
      .pr-definitionList__term {
        flex: 0 30%;
        -webkit-flex: 0 30%;
        -ms-flex: 0 30%; } }
    @media only screen and (min-width: 990px) {
      .pr-definitionList__term {
        flex: 0 30%;
        -webkit-flex: 0 30%;
        -ms-flex: 0 30%; } }
  .pr-definitionList__definition {
    display: block;
    flex: 1 70%;
    -webkit-flex: 1 70%;
    -ms-flex: 1 70%; }
  .pr-definitionList__icon {
    display: inline-block;
    flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    padding-bottom: 0;
    position: relative;
    font-size: 1.5rem;
    width: 2.5rem; }
    .pr-definitionList__icon:before {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      text-indent: 1px;
      top: 0; }
    .pr-definitionList__icon_location:before, .pr-definitionList__icon_location:after {
      margin-right: 0.25em; }
    .pr-definitionList__icon_location:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .pr-definitionList__icon_phone:before, .pr-definitionList__icon_phone:after {
      margin-right: 0.25em; }
    .pr-definitionList__icon_phone:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .pr-definitionList__icon_mail:before, .pr-definitionList__icon_mail:after {
      margin-right: 0.25em; }
    .pr-definitionList__icon_mail:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .pr-definitionList__icon + .pr-definitionList__definition {
    flex: 1 1 calc(100% - 2.5rem);
    -webkit-flex: 1 1 calc(100% - 2.5rem);
    -ms-flex: 1 1 calc(100% - 2.5rem); }
  .pr-definitionList__link {
    border-bottom: 2px solid #f18551; }
    .pr-definitionList__link:hover {
      background: #f18551;
      color: #fff; }

.pr-product {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (min-width: 500px) {
    .pr-product {
      width: 100%; } }
  @media only screen and (min-width: 760px) {
    .pr-product {
      width: 32%; } }
  .pr-product__box {
    width: 180px;
    border-radius: 10px 10px 0px 10px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    max-width: 80%; }
    @media only screen and (min-width: 650px) {
      .pr-product__box {
        max-width: 100%; } }
    .pr-product__box-image {
      max-height: 150px; }
      @media only screen and (min-width: 760px) {
        .pr-product__box-image {
          max-height: 200px; } }
  .pr-product__heading {
    font-family: "Univers LT W01_55 Roman1475956", "Roboto", "Kanit", sans-serif, sans-serif;
    color: #bfbfbf;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding-top: 30px;
    max-width: 180px;
    margin: 0 auto;
    padding-bottom: 0; }
  .pr-product__overlay {
    background-color: #595959;
    width: 100%;
    line-height: 40px;
    position: absolute;
    bottom: -41px;
    left: 0;
    border-radius: 0px 0px 0px 10px; }
    .pr-product__overlay-heading {
      color: #f8f8f8;
      padding-top: 5px;
      text-transform: uppercase;
      font-size: 1.125rem; }
  .pr-product:hover .pr-product__overlay {
    bottom: 0; }
  .pr-product__wrap {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    -o-flex-flow: column nowrap;
    flex-flow: column nowrap;
    min-height: 200px;
    position: relative; }

.pr-textbox {
  width: 100%;
  display: inline-block;
  background-color: #f8f8f8;
  border-radius: 10px 10px 0px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 60px 30px; }
  @media only screen and (min-width: 760px) {
    .pr-textbox {
      padding: 60px 130px; } }
  .pr-textbox_small {
    width: 100%;
    padding: 20px;
    margin: 0;
    margin-bottom: 10px;
    display: inline-block;
    background-color: rgba(243, 243, 243, 0.8); }
    @media only screen and (min-width: 500px) {
      .pr-textbox_small {
        width: 49%; } }
    @media only screen and (min-width: 990px) {
      .pr-textbox_small {
        width: 30%; } }
  .pr-textbox_download {
    margin: 20px 0;
    padding: 10px; }
  .pr-textbox__heading {
    font-family: "Roboto", "Kanit", sans-serif;
    font-weight: 700;
    color: #f18551;
    font-size: 1.125rem;
    text-transform: uppercase; }
    .pr-textbox__heading_small {
      font-family: "Roboto", "Kanit", sans-serif;
      font-weight: 700;
      color: #595959;
      font-size: 1.125rem;
      text-transform: uppercase;
      padding-bottom: 0;
      text-align: left; }
  .pr-textbox__date {
    font-family: "Univers LT W01_55 Roman1475956", "Roboto", "Kanit", sans-serif, sans-serif;
    color: #bfbfbf;
    font-size: 0.875rem;
    padding-bottom: 30px;
    margin: 0;
    letter-spacing: 0.08em; }
  .pr-textbox__paragraph {
    padding-right: 0;
    padding-bottom: 0; }
  .pr-textbox__imagebox {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 20px; }
    .cssmask .pr-textbox__imagebox {
      opacity: 0; }
    .cssmask .pr-textbox__imagebox[data-state='visible'] {
      opacity: 1; }
      .cssmask .pr-textbox__imagebox[data-state='visible'] .pr-textbox__imagebox-mask .mask-path {
        -webkit-animation: sketch 2.5s 0.2s ease-in forwards;
        -moz-animation: sketch 2.5s 0.2s ease-in forwards;
        animation: sketch 2.5s 0.2s ease-in forwards; }
    .cssmask .pr-textbox__imagebox-mask {
      display: block; }
      .cssmask .pr-textbox__imagebox-mask .mask-path {
        stroke: black;
        stroke-dasharray: 10000; }
    .pr-textbox__imagebox-mask {
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .pr-textbox__imagebox_download {
      opacity: 1 !important; }
    @media only screen and (min-width: 650px) {
      .pr-textbox__imagebox {
        width: 49%; } }
    @media only screen and (min-width: 990px) {
      .pr-textbox__imagebox {
        margin-bottom: 30px;
        display: block;
        width: 100%; } }
    .pr-textbox__imagebox-image {
      width: 100%;
      border-radius: 10px 10px 0 10px; }
      .pr-textbox__imagebox-image_download {
        margin: 0;
        width: auto;
        max-height: 120px;
        border-radius: 0; }
  .pr-textbox__button {
    display: inline-block;
    background-color: #bfbfbf;
    color: white;
    border-color: #bfbfbf;
    margin-top: 40px;
    padding: 0 35px; }
    @media only screen and (min-width: 500px) {
      .pr-textbox__button {
        padding: 0 60px; } }
    @media only screen and (min-width: 760px) {
      .pr-textbox__button {
        background-color: transparent;
        color: #595959;
        border-color: #595959; } }
  .pr-textbox__section {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    order: 1; }
    @media only screen and (min-width: 990px) {
      .pr-textbox__section:nth-child(even) {
        margin-left: 10%; } }
    @media only screen and (min-width: 990px) {
      .pr-textbox__section {
        flex: 1 0 60%;
        -webkit-flex: 1 0 60%;
        -ms-flex: 1 0 60%;
        order: initial; } }
    .pr-textbox__section_download {
      max-width: 100%;
      text-align: center; }
    .pr-textbox__section_attachments {
      order: 0;
      text-align: center; }
      @media only screen and (min-width: 990px) {
        .pr-textbox__section_attachments {
          order: initial;
          text-align: left;
          flex: 1 0 30%;
          -webkit-flex: 1 0 30%;
          -ms-flex: 1 0 30%; } }

.pr-productdetail {
  width: 100%;
  display: inline-block; }
  .pr-productdetail__breadcrumbs {
    display: inline-block;
    padding-bottom: 10px; }
    .pr-productdetail__breadcrumbs:hover {
      color: #f18551; }
    .pr-productdetail__breadcrumbs-arrow {
      padding-right: 10px;
      font-size: 1.125rem;
      color: #bfbfbf; }
  .pr-productdetail__paragraph {
    padding-right: 0;
    padding-bottom: 20px; }
  .pr-productdetail__imagebox {
    display: inline-block; }
    .pr-productdetail__imagebox_hero {
      width: 100%;
      max-height: 500px;
      border-radius: 50px 50px 0 50px;
      overflow: hidden; }
      @media only screen and (min-width: 990px) {
        .pr-productdetail__imagebox_hero {
          margin-bottom: 40px; } }
    .pr-productdetail__imagebox-image {
      width: 100%;
      margin-bottom: 40px;
      border-radius: 10px 10px 0 10px;
      background-color: #d6d6d6; }
    .pr-productdetail__imagebox-images {
      display: none;
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) !important;
      -moz-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
      -o-transform: translateY(-50%) !important;
      transform: translateY(-50%) !important;
      height: 100%;
      width: 100%; }
      .pr-productdetail__imagebox-images img {
        position: absolute;
        top: 0;
        width: 100%;
        height: auto; }
        .pr-productdetail__imagebox-images img.previous-image {
          visibility: hidden; }
        .pr-productdetail__imagebox-images img.current-image {
          visibility: visible; }
    .pr-productdetail__imagebox-spinner {
      display: block;
      position: absolute;
      background: #333;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 5px;
      padding: 5px 10px;
      font-size: 0.75rem;
      color: #FFF;
      width: auto; }
      .pr-productdetail__imagebox-spinner span {
        font-family: Arial, "MS Trebuchet", sans-serif;
        font-weight: bolder;
        text-align: center;
        display: block; }
    .pr-productdetail__imagebox_threesixty {
      position: relative;
      overflow: hidden;
      margin: 0 auto;
      width: 100% !important;
      height: 0 !important;
      padding-bottom: 52%;
      background: #f3f3f3; }
  .pr-productdetail__subheading {
    font-family: "Roboto", "Kanit", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    color: #595959;
    text-transform: uppercase;
    line-height: 30px; }
  .pr-productdetail__content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 50px;
    padding: 0 30px; }
    @media only screen and (min-width: 990px) {
      .pr-productdetail__content {
        padding-right: 70px;
        padding-left: 0px;
        padding-bottom: 70px; } }
    .pr-productdetail__content_hero {
      padding: 60px 30px;
      margin-top: 0;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      -o-flex-flow: row wrap;
      flex-flow: row wrap; }
      @media only screen and (min-width: 760px) {
        .pr-productdetail__content_hero {
          padding: 60px 70px; } }
    .pr-productdetail__content_section {
      flex: 1 0 100%;
      -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%; }
      @media only screen and (min-width: 990px) {
        .pr-productdetail__content_section:nth-child(even) {
          margin-left: 10%; } }
      @media only screen and (min-width: 990px) {
        .pr-productdetail__content_section {
          flex: 1 0 60%;
          -webkit-flex: 1 0 60%;
          -ms-flex: 1 0 60%; } }
    @media only screen and (min-width: 990px) {
      .pr-productdetail__content_attachments {
        flex: 1 0 30%;
        -webkit-flex: 1 0 30%;
        -ms-flex: 1 0 30%; } }

.pr-additionalContent {
  width: 100%;
  display: inline-block;
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap; }
  .pr-additionalContent__info {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap; }
  .pr-additionalContent__infoblock {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap; }
    @media only screen and (min-width: 990px) {
      .pr-additionalContent__infoblock {
        flex: 1 0 50%;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%; } }
    .pr-additionalContent__infoblock_image {
      flex: 1 0 25%;
      -webkit-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
      margin-right: 5%; }
      @media only screen and (min-width: 990px) {
        .pr-additionalContent__infoblock_image {
          flex: 1 0 25%;
          -webkit-flex: 1 0 25%;
          -ms-flex: 1 0 25%;
          margin-right: 5%; } }
    .pr-additionalContent__infoblock_content {
      flex: 1 0 70%;
      -webkit-flex: 1 0 70%;
      -ms-flex: 1 0 70%; }
      @media only screen and (min-width: 990px) {
        .pr-additionalContent__infoblock_content {
          flex: 1 0 70%;
          -webkit-flex: 1 0 70%;
          -ms-flex: 1 0 70%; } }
    .pr-additionalContent__infoblock:first-child {
      padding-bottom: 40px; }
      @media only screen and (min-width: 990px) {
        .pr-additionalContent__infoblock:first-child {
          padding-bottom: 0;
          padding-right: 5%; } }
    @media only screen and (min-width: 990px) {
      .pr-additionalContent__infoblock:last-child {
        padding-left: 5%;
        border-left: 4px solid white; } }
  .pr-additionalContent__heading {
    font-family: "Roboto", "Kanit", sans-serif;
    font-weight: 700;
    color: #595959;
    font-size: 1.125rem;
    padding-bottom: 60px;
    text-align: center;
    margin: 0 auto;
    width: 100%; }
    .pr-additionalContent__heading_alternative {
      color: #f18551;
      font-size: 1.125rem;
      text-align: center; }
  .pr-additionalContent__subheading {
    font-family: "Roboto", "Kanit", sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    color: #595959;
    text-transform: none;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: left; }
    .pr-additionalContent__subheading_orange {
      color: #f18551; }
    .pr-additionalContent__subheading_green {
      color: #81d340; }
  .pr-additionalContent__imagebox {
    background-color: #d6d6d6;
    border-radius: 10px 10px 0 10px; }
    .pr-additionalContent__imagebox-image {
      width: 100%; }
  .pr-additionalContent__paragraph {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 0.75rem;
    margin: 0; }
  .pr-additionalContent__button {
    background-color: transparent; }

.pr-heroSlider {
  position: relative;
  background: #595959; }
  @media only screen and (min-width: 760px) {
    .pr-heroSlider {
      margin-top: -30px; } }
  .pr-heroSlider__slide {
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0.4;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
    -webkit-transition-property: opacity, margin;
    -moz-transition-property: opacity, margin;
    transition-property: opacity, margin; }
    @media only screen and (min-width: 760px) {
      .pr-heroSlider__slide {
        border-radius: 20px;
        border-bottom-right-radius: 0;
        width: 70%;
        margin-left: -10%;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row; } }
    .pr-heroSlider__slide.is-selected {
      -webkit-transition: 0.7s ease-out;
      -moz-transition: 0.7s ease-out;
      transition: 0.7s ease-out;
      -webkit-transition-property: opacity, margin;
      -moz-transition-property: opacity, margin;
      transition-property: opacity, margin;
      opacity: 1;
      z-index: 50; }
      @media only screen and (min-width: 760px) {
        .pr-heroSlider__slide.is-selected {
          margin-left: -20%; } }
    .pr-heroSlider__slide.is-selected .pr-heroSlider__slide-cta {
      opacity: 1; }
    .pr-heroSlider__slide-image {
      display: none; }
    .pr-heroSlider__slide-cta {
      opacity: 0;
      position: absolute;
      bottom: 10px;
      left: 10px;
      right: 10px;
      width: calc( 100% - 1rem); }
      @media only screen and (min-width: 760px) {
        .pr-heroSlider__slide-cta {
          left: auto;
          width: auto;
          right: 2rem;
          bottom: 2rem; } }
    .pr-heroSlider__slide-content {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      color: #f8f8f8;
      background: #f18551;
      height: 100%;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 1 25%;
      -moz-flex: 0 1 25%;
      -ms-flex: 0 1 25%;
      flex: 0 1 25%; }
      @media only screen and (min-width: 760px) {
        .pr-heroSlider__slide-content {
          flex: 0 0 50%;
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%; } }
      .pr-heroSlider__slide-content-wrap {
        flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        padding: 1rem; }
      .pr-heroSlider__slide-content-header {
        text-transform: uppercase;
        font-family: "Roboto", "Kanit", sans-serif;
        font-weight: 700;
        color: #fff;
        font-size: 1rem; }
        @media only screen and (min-width: 650px) {
          .pr-heroSlider__slide-content-header {
            font-size: 1.2rem; } }
        @media only screen and (min-width: 760px) {
          .pr-heroSlider__slide-content-header {
            font-size: 1.5rem; } }
      .pr-heroSlider__slide-content-text {
        display: none; }
        @media only screen and (min-width: 760px) {
          .pr-heroSlider__slide-content-text {
            display: block; } }
    .pr-heroSlider__slide-figure {
      background-position: 50% 50%;
      background-size: cover;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 1 75%;
      -moz-flex: 0 1 75%;
      -ms-flex: 0 1 75%;
      flex: 0 1 75%;
      position: relative; }
      @media only screen and (min-width: 760px) {
        .pr-heroSlider__slide-figure {
          flex: 0 0 50%;
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%; } }

.flickity-viewport {
  height: 100% !important; }

.flickity-prev-next-button {
  background: transparent;
  border-radius: 0; }
  .flickity-prev-next-button.next {
    right: 0;
    border-radius: 0.75rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .flickity-prev-next-button.previous {
    left: 0;
    border-radius: 0.75rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .flickity-prev-next-button .arrow {
    fill: #fff; }
  .flickity-prev-next-button:hover {
    background: #fff; }
    .flickity-prev-next-button:hover .arrow {
      fill: #f18551; }

.pr-timelineSlider {
  position: relative;
  background: #bfbfbf;
  padding: 10px 0; }
  .pr-timelineSlider:after {
    content: " ";
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #595959;
    height: 40px;
    z-index: 1; }
  @media only screen and (min-width: 760px) {
    .pr-timelineSlider {
      margin-top: -30px; } }
  @media only screen and (min-width: 990px) {
    .pr-timelineSlider .flickity-slider {
      left: -10% !important; } }
  .pr-timelineSlider .flickity-prev-next-button {
    z-index: 20; }
  .pr-timelineSlider__slide {
    width: 80%;
    height: 100%; }
    @media only screen and (min-width: 990px) {
      .pr-timelineSlider__slide {
        opacity: 1;
        width: 15%; } }
    .pr-timelineSlider__slide.is-selected {
      width: 80%;
      align-items: center !important; }
      @media only screen and (min-width: 990px) {
        .pr-timelineSlider__slide.is-selected {
          width: 30%; } }
      .pr-timelineSlider__slide.is-selected ~ .pr-timelineSlider__slide {
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%); }
      .pr-timelineSlider__slide.is-selected .pr-timelineSlider__slide-content {
        -webkit-transition-property: height;
        -moz-transition-property: height;
        transition-property: height;
        overflow: hidden;
        border-radius: 20px;
        border-bottom-right-radius: 0;
        height: 100%;
        z-index: 200;
        top: 0px !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important; }
        .pr-timelineSlider__slide.is-selected .pr-timelineSlider__slide-content-wrap {
          width: 100%;
          padding: 30px;
          background-color: #595959;
          -webkit-box-orient: row !important;
          -moz-box-orient: row !important;
          box-orient: row !important;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: row !important;
          -moz-flex-direction: row !important;
          flex-direction: row !important;
          -ms-flex-direction: row !important;
          justify-content: space-between; }
        .pr-timelineSlider__slide.is-selected .pr-timelineSlider__slide-content-header {
          display: block;
          height: 60px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          background: #81d340;
          text-align: right;
          padding: 10px;
          color: white;
          font-size: 0.875rem;
          left: 0;
          width: 100%;
          margin: 0; }
        .pr-timelineSlider__slide.is-selected .pr-timelineSlider__slide-content-text {
          font-size: 0.875rem;
          display: block;
          height: calc(50% - 30px);
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          color: white;
          margin: 0;
          padding: 20px 40px; }
      .pr-timelineSlider__slide.is-selected .pr-timelineSlider__slide-figure {
        border-left-width: 0;
        margin-top: 0px;
        width: 250px;
        background-size: contain;
        background-position: right;
        flex: 1 0 50%;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%; }
      .pr-timelineSlider__slide.is-selected .pr-timelineSlider__slide-date {
        color: white;
        margin-top: 0px;
        font-size: 3rem;
        flex: 1 0 50%;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%; }
    .pr-timelineSlider__slide-figure {
      border-left: 7px solid #595959;
      padding: 0 20px;
      height: 70px;
      width: 200px;
      background-size: 60%;
      background-position: 20% 40%;
      background-repeat: no-repeat; }
    .pr-timelineSlider__slide:nth-of-type(odd) .pr-timelineSlider__slide-content {
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
      top: 40px;
      position: relative; }
    .pr-timelineSlider__slide:nth-of-type(odd) .pr-timelineSlider__slide-content-wrap {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    .pr-timelineSlider__slide-image {
      display: none; }
    .pr-timelineSlider__slide-date {
      font-size: 24px;
      margin: 20px 0;
      padding: 0;
      text-align: left;
      color: #595959;
      background-color: transparent; }
    .pr-timelineSlider__slide-content {
      height: calc(50% - 20px);
      width: 100%; }
      .pr-timelineSlider__slide-content-wrap {
        -webkit-transition-property: background-color;
        -moz-transition-property: background-color;
        transition-property: background-color;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end;
        -webkit-flex-flow: column nowrap;
        -moz-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        -o-flex-flow: column nowrap;
        flex-flow: column nowrap;
        height: 100%;
        width: 100%; }
      .pr-timelineSlider__slide-content-header {
        display: none; }
      .pr-timelineSlider__slide-content-text {
        display: none; }
  .pr-timelineSlider .flickity-viewport {
    z-index: 20; }

/*# sourceMappingURL=screen.css.map */